.elementor-18 .elementor-element.elementor-element-fa437a6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9a311a3 */:root {
    --deep-forest: #0b2b26;
    --dark-teal: #0f3d36;
    --emerald: #1a8a6a;
    --fresh-green: #22b07d;
    --mint-accent: #3ddfa0;
    --deep-blue: #0a2540;
    --ocean-blue: #0d4f7a;
    --sky-blue: #2196c4;
    --light-blue: #64c4ed;
    --off-white: #f0f7f4;
    --cream: #e8f5ef;
    --text-dark: #0b1f1a;
    --text-body: #1a3d33;
    --text-muted: #4a7a6a;
    --grad-hero: linear-gradient(160deg, #0b2b26 0%, #0a2540 40%, #0f3d36 100%);
    --grad-cta: linear-gradient(135deg, #22b07d, #1a8a6a);
    --grad-cta-hover: linear-gradient(135deg, #3ddfa0, #22b07d);
    --font-display: 'Playfair Display', Georgia, serif;
    --font-body: 'DM Sans', 'Segoe UI', sans-serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); font-size: 16px; line-height: 1.7; color: #fff; background: var(--grad-hero); min-height: 100vh; overflow-x: hidden; -webkit-font-smoothing: antialiased; display: flex; flex-direction: column; }

/* Background effects */
.bg-glow-1 { position: fixed; top: -20%; right: -10%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(26,138,106,.15) 0%, transparent 70%); pointer-events: none; z-index: 0; }
.bg-glow-2 { position: fixed; bottom: -20%; left: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(13,79,122,.12) 0%, transparent 70%); pointer-events: none; z-index: 0; }

/* Main wrapper */
.ty-wrapper { flex: 1; display: flex; align-items: center; justify-content: center; padding: 40px 20px; position: relative; z-index: 1; }

.ty-card {
    max-width: 620px;
    width: 100%;
    text-align: center;
    animation: cardEntry .8s cubic-bezier(.22,1,.36,1) both;
}

/* Confetti burst icon */
.ty-icon-wrap {
    width: 90px; height: 90px;
    background: rgba(61,223,160,.1);
    border: 2px solid rgba(61,223,160,.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    animation: iconPop .6s cubic-bezier(.22,1,.36,1) .3s both;
    position: relative;
}
.ty-icon-wrap::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 1px solid rgba(61,223,160,.1);
    animation: ringPulse 2s ease-out infinite;
}
.ty-icon-wrap .material-symbols-outlined {
    font-size: 44px;
    color: var(--mint-accent);
}

/* Badge */
.ty-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(61,223,160,.1);
    border: 1px solid rgba(61,223,160,.2);
    border-radius: 60px;
    padding: 6px 18px;
    margin-bottom: 20px;
    animation: fadeUp .6s ease-out .4s both;
}
.ty-badge .dot { width: 7px; height: 7px; background: var(--mint-accent); border-radius: 50%; animation: pulse-dot 2s infinite; }
.ty-badge span { font-size: 12px; font-weight: 700; color: var(--mint-accent); letter-spacing: 1.5px; text-transform: uppercase; }

/* Heading */
.ty-heading {
    font-family: var(--font-display);
    font-size: clamp(30px, 5vw, 44px);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
    animation: fadeUp .6s ease-out .5s both;
}
.ty-heading .hl {
    background: linear-gradient(135deg, var(--mint-accent), var(--light-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ty-subtext {
    font-size: clamp(15px, 1.6vw, 18px);
    color: rgba(255,255,255,.6);
    max-width: 500px;
    margin: 0 auto 32px;
    line-height: 1.8;
    animation: fadeUp .6s ease-out .6s both;
}

/* Divider */
.ty-divider {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(61,223,160,.4), transparent);
    margin: 0 auto 32px;
    animation: fadeUp .6s ease-out .65s both;
}

/* Steps section */
.ty-steps {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(61,223,160,.1);
    border-radius: 20px;
    padding: 28px 24px;
    margin-bottom: 28px;
    text-align: left;
    animation: fadeUp .6s ease-out .7s both;
}
.ty-steps-title {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 18px;
    text-align: center;
}

.ty-step {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 12px 0;
}
.ty-step + .ty-step {
    border-top: 1px solid rgba(255,255,255,.06);
}
.ty-step-num {
    width: 32px; height: 32px; min-width: 32px;
    background: var(--grad-cta);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
}
.ty-step-text {
    font-size: 14px;
    color: rgba(255,255,255,.7);
    line-height: 1.65;
}
.ty-step-text strong {
    color: #fff;
}

/* WhatsApp CTA */
.ty-wa-section {
    animation: fadeUp .6s ease-out .8s both;
    margin-bottom: 24px;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #25D366;
    color: #fff;
    font-family: var(--font-body);
    font-size: clamp(16px, 1.6vw, 18px);
    font-weight: 700;
    padding: 18px 40px;
    border-radius: 60px;
    border: none;
    cursor: pointer;
    transition: all .35s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 6px 28px rgba(37, 211, 102, .35);
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.btn-whatsapp::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #20bd5a;
    opacity: 0;
    transition: opacity .3s;
    border-radius: inherit;
}
.btn-whatsapp:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 40px rgba(37, 211, 102, .5);
}
.btn-whatsapp:hover::before { opacity: 1; }
.btn-whatsapp svg, .btn-whatsapp span { position: relative; z-index: 1; }
.btn-whatsapp svg { width: 24px; height: 24px; flex-shrink: 0; }

.ty-wa-note {
    font-size: 13px;
    color: rgba(255,255,255,.4);
    margin-top: 12px;
    animation: fadeUp .6s ease-out .85s both;
}

/* Event reminder box */
.ty-reminder {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(61,223,160,.1);
    border-radius: 14px;
    padding: 18px 22px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    animation: fadeUp .6s ease-out .9s both;
}
.ty-reminder .material-symbols-outlined {
    font-size: 28px;
    color: var(--mint-accent);
}
.ty-reminder-text {
    text-align: left;
}
.ty-reminder-text .label {
    font-size: 11px;
    color: rgba(255,255,255,.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}
.ty-reminder-text .value {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

/* Footer */
.ty-footer {
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 1;
    animation: fadeUp .6s ease-out 1s both;
}
.ty-footer p {
    font-size: 12px;
    color: rgba(255,255,255,.3);
}

/* Animations */
@keyframes cardEntry { from { opacity:0; transform:translateY(30px) scale(.97) } to { opacity:1; transform:translateY(0) scale(1) } }
@keyframes iconPop { from { opacity:0; transform:scale(.5) } to { opacity:1; transform:scale(1) } }
@keyframes fadeUp { from { opacity:0; transform:translateY(18px) } to { opacity:1; transform:translateY(0) } }
@keyframes ringPulse { 0% { transform:scale(1); opacity:.5 } 100% { transform:scale(1.4); opacity:0 } }
@keyframes pulse-dot { 0%,100%{opacity:1} 50%{opacity:.4} }

/* Floating confetti particles */
.confetti { position: fixed; z-index: 0; pointer-events: none; }
.confetti span {
    position: absolute;
    width: 8px; height: 8px;
    border-radius: 2px;
    opacity: 0;
    animation: confettiFall linear forwards;
}
@keyframes confettiFall {
    0% { opacity: 1; transform: translateY(0) rotate(0deg); }
    100% { opacity: 0; transform: translateY(100vh) rotate(720deg); }
}

/* Responsive */
@media (max-width: 600px) {
    .ty-wrapper { padding: 20px 16px; align-items: flex-start; }
    .ty-icon-wrap { width: 60px; height: 60px; margin-bottom: 14px; }
    .ty-icon-wrap .material-symbols-outlined { font-size: 30px; }
    .ty-badge { margin-bottom: 12px; padding: 5px 14px; }
    .ty-badge span { font-size: 11px; }
    .ty-heading { font-size: 26px; margin-bottom: 8px; }
    .ty-subtext { font-size: 14px; margin-bottom: 18px; line-height: 1.65; }
    .ty-divider { margin-bottom: 18px; }
    .ty-steps { display: none; }
    .ty-wa-section { margin-bottom: 18px; }
    .btn-whatsapp { padding: 16px 32px; width: 100%; max-width: 340px; justify-content: center; }
    .ty-reminder { flex-direction: column; text-align: center; gap: 6px; padding: 14px 18px; margin-bottom: 14px; }
    .ty-reminder-text { text-align: center; }
    .ty-reminder .material-symbols-outlined { font-size: 22px; }

    /* Show steps below as expandable */
    .ty-steps-mobile { display: block; margin-top: 6px; }
    .ty-steps-toggle {
        display: inline-flex; align-items: center; gap: 6px;
        background: none; border: none; cursor: pointer;
        font-family: var(--font-body); font-size: 13px; font-weight: 600;
        color: var(--mint-accent); padding: 8px 0;
    }
    .ty-steps-toggle .material-symbols-outlined { font-size: 18px; transition: transform .3s; }
    .ty-steps-toggle.open .material-symbols-outlined { transform: rotate(180deg); }
    .ty-steps-collapsible { max-height: 0; overflow: hidden; transition: max-height .4s cubic-bezier(.22,1,.36,1); }
    .ty-steps-collapsible.open { max-height: 400px; }
    .ty-steps-collapsible .ty-steps { display: block; margin-top: 10px; animation: none; }
}

@media (min-width: 601px) {
    .ty-steps-mobile { display: none; }
}/* End custom CSS */