.elementor-7223 .elementor-element.elementor-element-7194a93{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-87c4f61 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.ag-container {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding: 20px;
}

.ag-title {
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    text-transform: uppercase;
    background: linear-gradient(to right, #fff, #94a3b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ag-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #cbd5e1;
    font-weight: 400;
}

.ag-box {
    background: linear-gradient(145deg, #2d3b55, #243047);
    padding: 35px 30px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.08);
}

.ag-sub {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
    letter-spacing: 0.5px;
}

.ag-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    padding: 20px;
    border: none;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.ag-btn-ad {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.ag-btn-ad:disabled { opacity: 0.9; cursor: default; }

.ag-btn-text {
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ag-btn-desc {
    font-size: 0.75rem;
    font-weight: 500;
    opacity: 0.85;
    margin-top: 2px;
}

.ag-icon-wrapper {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.ag-spinner {
    width: 22px;
    height: 22px;
    animation: agSpin 1s linear infinite;
    stroke: currentColor;
    stroke-dasharray: 100;
    stroke-dashoffset: 30;
    stroke-linecap: round;
    display: none;
}

.loading .ag-spinner { display: block; }

@keyframes agSpin {
    to { transform: rotate(360deg); }
}

.success {
    background: linear-gradient(135deg, #4ade80, #22c55e) !important;
    box-shadow: 0 4px 20px rgba(74, 222, 128, 0.4) !important;
}

.ag-check {
    width: 22px;
    height: 22px;
    fill: currentColor;
    display: none;
    animation: agPopIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.success .ag-check { display: block; }
.success .ag-spinner { display: none; }

@keyframes agPopIn {
    from { transform: scale(0); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.error {
    background: linear-gradient(135deg, #f87171, #ef4444) !important;
}

.ag-msg {
    margin-top: 12px;
    font-size: 0.8rem;
    font-weight: 600;
    min-height: 20px;
    color: #94a3b8;
}

.ag-btn-final {
    margin-top: 20px;
    background: rgba(255,255,255,0.05);
    border: 2px dashed rgba(255,255,255,0.15);
    color: #64748b;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    padding: 18px;
    border-radius: 50px;
}

.ag-btn-final.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.ag-btn-final:not(.disabled) {
    background: linear-gradient(135deg, #4ade80, #22c55e);
    border: 2px solid #4ade80;
    color: #064e3b;
    box-shadow: 0 0 30px rgba(74, 222, 128, 0.2);
    animation: agPulse 2s infinite;
}

.ag-btn-final:not(.disabled):hover {
    transform: scale(1.02);
    box-shadow: 0 0 40px rgba(74, 222, 128, 0.4);
}

@keyframes agPulse {
    0% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.3); }
    70% { box-shadow: 0 0 0 15px rgba(74, 222, 128, 0); }
    100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); }
}/* End custom CSS */