/* ============================================================
   Home Page — Engagement Styles
   ============================================================ */

/* ===== SCROLL ANIMATIONS ===== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-child { opacity: 0; transform: translateY(20px); transition: opacity .5s ease, transform .5s ease; }
.reveal-child.visible { opacity: 1; transform: none; }
.reveal-child:nth-child(2).visible { transition-delay: .1s; }
.reveal-child:nth-child(3).visible { transition-delay: .2s; }
.reveal-child:nth-child(4).visible { transition-delay: .3s; }
.reveal-child:nth-child(5).visible { transition-delay: .4s; }
.reveal-child:nth-child(6).visible { transition-delay: .5s; }

.fade-in { opacity: 0; animation: fadeInUp .7s forwards; }
.delay-1 { animation-delay: .2s; }
.delay-2 { animation-delay: .4s; }
.delay-3 { animation-delay: .6s; }

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: none; }
}

/* ===== NAV EXTRAS ===== */
.nav-member-btn {
    font-size: .82rem;
    font-weight: 600;
    color: var(--leaf);
    border: 1.5px solid var(--leaf);
    padding: .4rem .9rem;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.nav-member-btn:hover { background: var(--leaf); color: #fff; }

/* ===== HERO V2 ===== */
.hero-v2 {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Two-column hero grid */
.hero-v2-content {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    align-items: center !important;
    gap: 40px !important;
}
.hero-left { display: flex; flex-direction: column; }
.hero-right { display: flex; align-items: center; justify-content: center; }

/* Yoga illustration wrapper */
.hero-yoga-visual {
    position: relative;
    width: 420px;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Decorative rotating rings */
.hv-ring {
    position: absolute;
    border-radius: 50%;
}
.hv-ring-1 {
    width: 400px; height: 400px;
    border: 1px dashed rgba(228,173,91,0.25);
    animation: hv-spin 35s linear infinite;
}
.hv-ring-2 {
    width: 310px; height: 310px;
    border: 1px solid rgba(255,255,255,0.06);
}
.hv-ring-3 {
    width: 200px; height: 200px;
    border: 1.5px dashed rgba(228,173,91,0.15);
    animation: hv-spin 20s linear infinite reverse;
}

@keyframes hv-spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* SVG yoga person */
.hv-person {
    width: 240px;
    height: auto;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 12px 40px rgba(0,0,0,0.35));
    animation: hv-breathe 5s ease-in-out infinite;
}

@keyframes hv-breathe {
    0%, 100% { transform: scaleY(1) translateY(0); }
    50%       { transform: scaleY(1.015) translateY(-4px); }
}

/* Floating stat chips */
.hv-chip {
    position: absolute;
    background: rgba(255,255,255,0.13);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.22);
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    padding: 7px 13px;
    border-radius: 20px;
    white-space: nowrap;
    z-index: 4;
    letter-spacing: .01em;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.hv-chip-1 { top: 20px;   right: 10px;  animation: hv-float1 4.2s ease-in-out infinite; }
.hv-chip-2 { top: 90px;   left: -20px;  animation: hv-float2 5.0s ease-in-out infinite; }
.hv-chip-3 { bottom: 90px; right: -10px; animation: hv-float1 4.7s ease-in-out infinite 0.5s; }
.hv-chip-4 { bottom: 20px; left: 5px;   animation: hv-float2 3.8s ease-in-out infinite 0.3s; }

@keyframes hv-float1 {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-9px); }
}
@keyframes hv-float2 {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(7px); }
}

/* Floating symbols (emoji) */
.hv-symbol {
    position: absolute;
    font-size: 1.5rem;
    z-index: 3;
    line-height: 1;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.3));
}
.hv-sym-1 { top: 5px;    left: 40px;  animation: hv-float2 6s ease-in-out infinite; }
.hv-sym-2 { top: 150px;  right: -5px; animation: hv-float1 4s ease-in-out infinite; font-size: 1.1rem; opacity: .7; }
.hv-sym-3 { bottom: 50px; right: 35px; animation: hv-float2 5s ease-in-out infinite 0.8s; }
.hv-sym-4 { bottom: 5px;  left: 55px;  animation: hv-float1 4.5s ease-in-out infinite 0.4s; font-size: 1.2rem; opacity: .8; }

.hero-v2-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, #0d2418 0%, #1f5138 40%, #2f6f4e 70%, #1a3d2b 100%);
    z-index: 0;
}

/* Subtle pattern overlay */
.hero-v2-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 80%, rgba(228,173,91,.08) 0%, transparent 50%),
                      radial-gradient(circle at 80% 20%, rgba(255,255,255,.04) 0%, transparent 50%);
}

.hero-v2-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(13,36,24,.6) 0%, transparent 100%);
    z-index: 1;
}

.hero-v2-content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    padding: 100px 24px 80px;
    width: 100%;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(228,173,91,.15);
    border: 1px solid rgba(228,173,91,.35);
    color: #e4ad5b;
    font-size: .82rem;
    font-weight: 600;
    padding: .45rem 1rem;
    border-radius: 20px;
    margin-bottom: 24px;
    letter-spacing: .02em;
}

.hero-badge-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #e4ad5b;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .6; transform: scale(1.3); }
}

.hero-v2-h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 20px;
}

.hero-v2-h1 em { color: #e4ad5b; font-style: italic; }

.hero-v2-sub {
    font-size: clamp(.95rem, 1.8vw, 1.1rem);
    color: rgba(255,255,255,.8);
    line-height: 1.65;
    margin-bottom: 32px;
}

.hero-v2-ctas {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.hero-video-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.85);
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
    transition: color .2s;
}
.hero-video-btn:hover { color: #e4ad5b; text-decoration: none; }

.hero-play-icon {
    width: 40px; height: 40px;
    border: 2px solid rgba(255,255,255,.5);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: .85rem;
    transition: border-color .2s, background .2s;
}
.hero-video-btn:hover .hero-play-icon { border-color: #e4ad5b; background: rgba(228,173,91,.1); }

/* Floating cards */
.hero-floats {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-float-card {
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;
    padding: 14px 18px;
    color: #fff;
    min-width: 200px;
}

.hero-float-stars { color: #e4ad5b; font-size: 1rem; margin-bottom: 6px; }
.hero-float-text  { font-size: .82rem; color: rgba(255,255,255,.85); line-height: 1.4; margin-bottom: 6px; }
.hero-float-name  { font-size: .75rem; color: rgba(255,255,255,.55); }

.hfc-2 { text-align: center; min-width: 120px; }
.hero-float-val { font-size: 2rem; font-weight: 800; color: #e4ad5b; line-height: 1; }
.hero-float-lbl { font-size: .78rem; color: rgba(255,255,255,.7); margin-top: 4px; }

/* Scroll indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.scroll-indicator span {
    display: block;
    width: 24px; height: 36px;
    border: 2px solid rgba(255,255,255,.3);
    border-radius: 12px;
    position: relative;
}
.scroll-indicator span::after {
    content: '';
    position: absolute;
    top: 5px; left: 50%;
    transform: translateX(-50%);
    width: 4px; height: 8px;
    background: rgba(255,255,255,.6);
    border-radius: 2px;
    animation: scrollDown 1.5s infinite;
}
@keyframes scrollDown {
    0%   { top: 5px; opacity: 1; }
    100% { top: 18px; opacity: 0; }
}

/* ===== TRUST BAR ===== */
.trust-bar {
    background: #fff;
    border-bottom: 1px solid #e5e8e2;
    box-shadow: 0 2px 12px rgba(0,0,0,.05);
}

.trust-bar-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 28px;
    text-align: center;
}
.trust-item strong { font-size: 1.05rem; font-weight: 700; color: #1f5138; }
.trust-item span   { font-size: .78rem; color: #6b7f74; margin-top: 2px; }

.trust-divider {
    width: 1px; height: 36px;
    background: #e5e8e2;
    flex-shrink: 0;
}

/* ===== SECTION SUBTITLES ===== */
.section-sub {
    max-width: 520px;
    margin: 8px auto 0;
    font-size: 1.0rem;
    color: #6b7f74;
    line-height: 1.6;
    text-align: center;
}

/* ===== WHO IT'S FOR ===== */
.who-section { background: #fbfaf5; }

.who-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.who-card {
    background: #fff;
    border: 1px solid #e5e8e2;
    border-radius: 14px;
    padding: 24px;
    transition: box-shadow .2s, transform .2s, border-color .2s;
}
.who-card:hover {
    box-shadow: 0 8px 32px rgba(47,111,78,.1);
    transform: translateY(-3px);
    border-color: #2f6f4e;
}
.who-icon { font-size: 2rem; margin-bottom: 12px; }
.who-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 6px; color: #1f5138; }
.who-card p  { font-size: .88rem; color: #6b7f74; line-height: 1.55; margin: 0; }

/* ===== BENEFITS TWEAKS ===== */
.benefit-icon { font-size: 1.5rem; margin-bottom: 8px; }
.benefit-num  { font-size: 2.5rem; font-weight: 800; color: #e4ad5b; opacity: .3; line-height: 1; display: block; margin-bottom: 4px; }

/* ===== RESULTS SECTION ===== */
.results-section {
    background: linear-gradient(135deg, #1f5138 0%, #2f6f4e 100%);
    padding: 70px 24px;
}
.results-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.results-copy h2 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700; line-height: 1.3; }
.results-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.result-card {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    backdrop-filter: blur(8px);
}
.result-val { font-size: 2.2rem; font-weight: 800; color: #e4ad5b; }
.result-lbl { font-size: .82rem; color: rgba(255,255,255,.75); margin-top: 6px; line-height: 1.4; }

/* ===== CLASS CARD TWEAKS ===== */
.class-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.class-tag { font-size: .72rem; font-weight: 700; padding: 3px 9px; border-radius: 20px; text-transform: uppercase; letter-spacing: .05em; }
.class-tag.green  { background: #dcfce7; color: #15803d; }
.class-tag.blue   { background: #dbeafe; color: #1e40af; }
.class-tag.orange { background: #ffedd5; color: #c2410c; }
.class-tag.gray   { background: #f1f5f9; color: #475569; }

.class-enroll-btn {
    display: inline-flex;
    align-items: center;
    margin-top: 14px;
    font-size: .85rem;
    font-weight: 600;
    color: #2f6f4e;
    text-decoration: none;
    transition: gap .15s;
}
.class-enroll-btn:hover { text-decoration: underline; }

/* ===== VIDEO PREVIEW SECTION ===== */
.video-preview-section { background: #fbfaf5; }

.video-embed-wrap {
    max-width: 800px;
    margin: 0 auto;
}

.video-placeholder {
    position: relative;
    aspect-ratio: 16/9;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 16px 48px rgba(0,0,0,.18);
}

.video-placeholder-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1f5138 0%, #2f6f4e 100%);
    transition: filter .2s;
}
.video-placeholder:hover .video-placeholder-bg { filter: brightness(1.1); }

.video-placeholder-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #fff;
}

.big-play-btn {
    width: 76px; height: 76px;
    background: rgba(255,255,255,.15);
    border: 3px solid rgba(255,255,255,.6);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem;
    backdrop-filter: blur(8px);
    transition: background .2s, transform .2s;
}
.video-placeholder:hover .big-play-btn { background: rgba(255,255,255,.25); transform: scale(1.08); }

.video-placeholder-text { text-align: center; }
.video-placeholder-text strong { display: block; font-size: 1.05rem; margin-bottom: 4px; }
.video-placeholder-text span   { font-size: .82rem; opacity: .75; }

.video-meta-strip {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 16px;
    font-size: .82rem;
    color: #6b7f74;
}

/* ===== TESTIMONIALS V2 ===== */
.testimonials-section { background: #fbfaf5; }

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto 40px;
}

.testimonial-card {
    background: #fff;
    border: 1px solid #e5e8e2;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s, transform .2s;
}
.testimonial-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.08); transform: translateY(-2px); }

.t-stars { color: #e4ad5b; font-size: 1.1rem; margin-bottom: 12px; }
.t-quote { font-size: .9rem; line-height: 1.65; color: #374151; flex: 1; margin: 0 0 16px; font-style: italic; }

.t-footer { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.t-avatar {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: #e4ad5b;
    color: #1f5138;
    font-weight: 700;
    font-size: .82rem;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.t-name { font-size: .85rem; font-weight: 700; color: #1f5138; }
.t-meta { font-size: .75rem; color: #6b7f74; }
.t-result {
    margin-left: auto;
    font-size: .72rem;
    font-weight: 700;
    background: #dcfce7;
    color: #15803d;
    padding: 2px 8px;
    border-radius: 20px;
    white-space: nowrap;
}

/* Review summary */
.review-summary {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e8e2;
    border-radius: 14px;
    padding: 24px;
}
.review-stars-big { font-size: 1.8rem; color: #e4ad5b; }
.review-score     { font-size: 2rem; font-weight: 800; color: #1f5138; margin: 4px 0; }
.review-count     { font-size: .85rem; color: #6b7f74; margin-bottom: 12px; }
.review-platforms { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; font-size: .8rem; color: #6b7f74; }
.review-platforms span { background: #f8faf9; padding: 4px 10px; border-radius: 20px; border: 1px solid #e5e8e2; }

/* ===== PRICING TWEAKS ===== */
.price-card .price-label {
    display: inline-block;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    background: #dcfce7;
    color: #15803d;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.price-card .price small { font-size: 1rem; font-weight: 400; color: inherit; opacity: .65; }
.popular-badge {
    position: absolute;
    top: -12px; left: 50%; transform: translateX(-50%);
    background: #e4ad5b;
    color: #1f5138;
    font-size: .72rem;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: .04em;
}
.price-card { position: relative; }
.price-card.highlighted { overflow: visible; }
.price-card ul li { font-size: .86rem; }

/* ===== URGENCY CTA BAND ===== */
.cta-band {
    background: linear-gradient(135deg, #1f5138 0%, #2f6f4e 100%);
    padding: 60px 24px;
}

.cta-band-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.cta-band-eyebrow { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #e4ad5b; margin-bottom: 8px; }
.cta-band-text h2 { font-size: clamp(1.3rem, 3vw, 1.8rem); font-weight: 700; color: #fff; margin-bottom: 8px; }
.cta-band-text p  { color: rgba(255,255,255,.75); font-size: .9rem; }

.cta-band-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; flex-shrink: 0; }

.cta-whatsapp-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #25d366;
    color: #fff;
    padding: .65rem 1.2rem;
    border-radius: 8px;
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none;
    transition: filter .15s;
    white-space: nowrap;
}
.cta-whatsapp-btn:hover { filter: brightness(1.1); text-decoration: none; }

/* ===== BOOKING FORM V2 ===== */
.booking-form-v2 { }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-privacy { font-size: .78rem; color: #6b7f74; text-align: center; margin-top: 8px; }

.booking-reassurance { margin-top: 24px; display: flex; flex-direction: column; gap: 10px; }
.bra-item strong { display: block; font-size: .85rem; color: #1f5138; }
.bra-item span   { font-size: .8rem; color: #6b7f74; }

/* ===== FAQ V2 ===== */
.faq-grid {
    max-width: 860px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.faq-item {
    background: #fff;
    border: 1px solid #e5e8e2;
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
    transition: border-color .15s;
}
.faq-item[open] { border-color: #2f6f4e; }
.faq-item[open] summary { color: #1f5138; }

.faq-item summary {
    padding: 16px 20px;
    font-size: .9rem;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: '+';
    font-size: 1.2rem;
    font-weight: 400;
    color: #2f6f4e;
    flex-shrink: 0;
}
.faq-item[open] summary::after { content: '−'; }

.faq-item p {
    margin: 0;
    padding: 0 20px 16px;
    font-size: .87rem;
    color: #6b7f74;
    line-height: 1.6;
    border-top: 1px solid #f0f4f1;
}

/* ===== CONTACT TWEAKS ===== */
.contact-info { }
.contact-details { display: flex; flex-direction: column; gap: 12px; margin: 20px 0; }
.contact-item { display: flex; align-items: flex-start; gap: 10px; font-size: .9rem; }
.contact-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 1px; }
.contact-item a { color: #2f6f4e; }

.social-links { display: flex; gap: 10px; margin-top: 20px; }
.social-link {
    width: 40px; height: 40px;
    border: 1.5px solid #e5e8e2;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    color: #6b7f74;
    text-decoration: none;
    transition: border-color .15s, color .15s;
}
.social-link:hover { border-color: #2f6f4e; color: #2f6f4e; }
.social-link.whatsapp-social:hover { border-color: #25d366; color: #25d366; }

/* ===== FOOTER V2 ===== */
.footer-v2 {
    background: #0d2418;
    color: rgba(255,255,255,.75);
}

.footer-top {
    max-width: 1100px;
    margin: 0 auto;
    padding: 56px 24px 40px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
}

.footer-brand .footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
}
.footer-brand p { font-size: .85rem; line-height: 1.6; max-width: 280px; }

.footer-links-col { display: flex; flex-direction: column; gap: 8px; }
.footer-links-col strong { color: #fff; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 4px; }
.footer-links-col a { font-size: .85rem; color: rgba(255,255,255,.6); text-decoration: none; transition: color .15s; }
.footer-links-col a:hover { color: #e4ad5b; text-decoration: none; }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1);
    max-width: 1100px;
    margin: 0 auto;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .82rem;
}
.footer-bottom a { color: rgba(255,255,255,.5); text-decoration: none; }
.footer-bottom a:hover { color: #e4ad5b; }

/* ===== FLOATING WHATSAPP ===== */
.whatsapp-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 56px; height: 56px;
    background: #25d366;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(37,211,102,.4);
    z-index: 999;
    transition: transform .2s, box-shadow .2s;
    animation: waBounce 2s 3s ease infinite;
}
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,.5); animation: none; }

@keyframes waBounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.07); }
}

/* ===== PROCESS SECTION ===== */
/* Override the 3-col grid to a 5-col layout so arrows sit between cards */
.process-grid {
    grid-template-columns: 1fr auto 1fr auto 1fr !important;
    align-items: start !important;
}

/* Strip card styles off arrow elements */
.process-grid .process-arrow {
    padding: 0 12px !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    align-self: center !important;
    margin-top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #e4ad5b;
    font-weight: 300;
}

/* ===== FOOTER BACK-TO-TOP ===== */
.footer-bottom a[href="#top"] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,.75) !important;
    font-size: .82rem;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,.2);
    padding: 6px 14px;
    border-radius: 6px;
    transition: background .15s, border-color .15s, color .15s;
}
.footer-bottom a[href="#top"]:hover {
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.4);
    color: #fff !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .results-inner { grid-template-columns: 1fr; gap: 36px; }
    .faq-grid { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .cta-band-inner { flex-direction: column; text-align: center; }
    .cta-band-actions { justify-content: center; }
    .trust-divider { display: none; }
    .trust-bar-inner { gap: 4px; }
    .trust-item { padding: 12px 16px; }
    .form-row-2 { grid-template-columns: 1fr; }
    .process-grid { grid-template-columns: 1fr !important; }
    .process-grid .process-arrow { display: none !important; }
    /* Collapse hero to single column */
    .hero-v2-content { grid-template-columns: 1fr !important; }
    .hero-right { display: none; }
    .hero-v2-h1 { max-width: 100%; }
    .hero-v2-sub { max-width: 100%; }
}

@media (max-width: 600px) {
    .hero-v2-content { padding: 90px 20px 70px; }
    .hero-floats { display: none; }
    .results-grid { grid-template-columns: 1fr 1fr; }
    .footer-top { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
    .who-grid { grid-template-columns: 1fr; }
}
