/* Futuras mudanças visuais nesta pasta devem seguir a direção de C:\Users\RYZEM 5\Documents\GERA TREINAMENTOS\DESIGN.md. */
:root {
    --bg: #00234f;
    --bg-soft: #001a3b;
    --panel: rgba(255,255,255,0.04);
    --panel-strong: rgba(255,255,255,0.06);
    --panel-hover: rgba(255,255,255,0.08);
    --border: rgba(255,255,255,0.11);
    --border-strong: rgba(255,255,255,0.18);
    --text: #ededed;
    --text-soft: #a1a1aa;
    --text-muted: #737373;
    --white: #ffffff;
    --black: #0a0a0a;
    --yellow: #fbd913;
    --yellow-dark: #e0c000;
    --yellow-soft: rgba(251,217,19,0.16);
    --green: #22c55e;
    --whatsapp: #25d366;
    --whatsapp-dark: #1ebe5d;
    --red: #ff5b4f;
    --shadow-sm: 0 0 0 1px rgba(255,255,255,0.06);
    --shadow-card: 0 0 0 1px rgba(255,255,255,0.08), 0 8px 30px rgba(0,0,0,0.24);
    --shadow-card-hover: 0 0 0 1px rgba(255,255,255,0.12), 0 18px 60px rgba(0,0,0,0.34);
    --shadow-glow: 0 20px 80px rgba(251,217,19,0.22);
    --radius-xs: 10px;
    --radius-sm: 14px;
    --radius-md: 20px;
    --radius-lg: 28px;
    --font-sans: 'Geist', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-mono: 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    font-family: var(--font-sans);
    background:
      radial-gradient(circle at top center, rgba(255,255,255,0.05), transparent 28%),
      radial-gradient(circle at 20% 20%, rgba(251,217,19,0.12), transparent 24%),
      linear-gradient(180deg, #00152f 0%, #00234f 100%);
    color: var(--text);
    overflow-x: hidden;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.32), transparent 76%);
    opacity: 0.22;
  }

  a { color: inherit; }
  img { max-width: 100%; }

  .logo-img {
    height: 52px;
    width: auto;
    max-width: min(360px, 42vw);
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(255,255,255,0.08));
  }

  .footer-logo {
    height: 46px;
    width: auto;
    margin: 0 auto 16px;
    display: block;
    mix-blend-mode: lighten;
  }

  .container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
  }

  .text-yellow { color: var(--yellow); }
  .text-gray { color: var(--text-soft); }
  .text-green { color: var(--green); }

  .topbar {
    position: relative;
    z-index: 3;
    background: linear-gradient(90deg, rgba(251,217,19,0.18), rgba(255,255,255,0.05), rgba(251,217,19,0.18));
    border-bottom: 1px solid rgba(255,255,255,0.08);
    color: var(--text);
    text-align: center;
    padding: 12px 18px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
  }

  .topbar span {
    color: var(--yellow);
    font-weight: 700;
  }

  .navbar {
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 16px 0;
    background: rgba(0,35,79,0.82);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }

  .nav-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 18px;
  }

  .nav-spacer {
    min-width: 1px;
    min-height: 1px;
  }

  .logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    justify-self: center;
  }

  .nav-cta,
  .btn-cta,
  .btn-checkout,
  .video-lesson-link {
    transition: transform .18s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease, color .22s ease, opacity .22s ease;
  }

  .nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid var(--yellow-dark);
    background: var(--yellow);
    color: var(--bg);
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.01em;
    box-shadow: 0 10px 24px rgba(251,217,19,0.2);
  }

  .nav-cta:hover {
    background: var(--yellow-dark);
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(251,217,19,0.26);
  }

  .section-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.03);
    color: var(--text-soft);
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .section-tag::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--yellow);
    box-shadow: 0 0 0 4px rgba(251,217,19,0.16);
  }

  .section-title {
    font-size: clamp(2rem, 4.8vw, 3.8rem);
    line-height: .98;
    letter-spacing: -0.045em;
    font-weight: 700;
    max-width: 14ch;
    margin-bottom: 20px;
  }

  .section-title.section-title-wide {
    max-width: none;
  }

  .hero {
    position: relative;
    padding: 72px 0 92px;
    overflow: hidden;
  }

  .hero-sales {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .hero-title.hero-title-wide {
    width: min(1120px, 100%);
    max-width: none;
    margin: 0 auto;
    text-align: center;
    font-size: clamp(2rem, 4.15vw, 4rem);
    line-height: .96;
    letter-spacing: -0.06em;
    text-wrap: balance;
  }

  .sales-video-shell {
    width: min(1120px, 100%);
    margin: 0 auto;
  }

  .sales-video-frame {
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 32px;
    background: #000;
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: var(--shadow-card-hover), var(--shadow-glow);
  }

  .sales-video-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }

  .hero::before,
  .final-cta::before {
    content: '';
    position: absolute;
    inset: auto;
    pointer-events: none;
    width: 680px;
    height: 680px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(251,217,19,0.18) 0%, rgba(251,217,19,0.06) 28%, transparent 68%);
    filter: blur(18px);
  }

  .hero::before {
    top: -320px;
    right: -120px;
  }

  .hero-grid,
  .forwho-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    gap: 40px;
    align-items: center;
  }

  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    color: var(--text-soft);
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .hero-badge .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 5px rgba(34,197,94,0.15);
    animation: pulse 2s infinite;
  }

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

  .hero-title {
    font-size: clamp(2.8rem, 7vw, 5.2rem);
    line-height: .92;
    letter-spacing: -0.06em;
    font-weight: 800;
    max-width: 10ch;
    margin-bottom: 22px;
  }

  .hero-sub {
    max-width: 640px;
    margin-bottom: 30px;
    color: var(--text-soft);
    font-size: clamp(1rem, 1.5vw, 1.12rem);
    line-height: 1.78;
  }

  .btn-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    padding: 0 26px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.12);
    background: var(--white);
    color: var(--bg);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-decoration: none;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 16px 40px rgba(255,255,255,0.08);
  }

  .btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 45px rgba(255,255,255,0.12);
  }

  .final-cta .btn-cta {
    border-color: var(--whatsapp-dark);
    background: var(--whatsapp);
    color: #06331b;
    box-shadow: 0 18px 40px rgba(37,211,102,0.22);
  }

  .final-cta .btn-cta:hover {
    background: var(--whatsapp-dark);
    color: #052814;
    box-shadow: 0 22px 46px rgba(37,211,102,0.3);
  }

  .btn-cta::after { display: none; }
  .btn-cta svg { width: 18px; height: 18px; flex-shrink: 0; }

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    width: min(980px, 100%);
    max-width: none;
    margin: 0 auto;
  }

  .hero-stats > div,
  .benefit-item,
  .pain-card,
  .testimonial-card,
  .forwho-col,
  .video-lesson-card,
  .course-card,
  .hero-visual-box,
  .faq-list,
  .final-cta .container {
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.025));
    border: 1px solid rgba(255,255,255,0.09);
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(8px);
  }

  .hero-stats > div {
    padding: 18px 18px 16px;
    border-radius: var(--radius-md);
    text-align: center;
  }

  .hero-stat-num {
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.05em;
    color: var(--white);
  }

  .hero-stat-label {
    margin-top: 6px;
    color: var(--text-muted);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
  }

  .hero-visual-box {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1 / 1;
    border-radius: 32px;
    padding: 42px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: var(--shadow-card), var(--shadow-glow);
  }

  .hero-visual-box::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at top, rgba(251,217,19,0.18), transparent 40%);
    pointer-events: none;
  }

  .generator-icon {
    width: min(100%, 180px);
    height: auto;
    margin-bottom: 26px;
  }

  .generator-icon svg { width: 100%; height: 100%; }

  .hero-visual-label {
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    text-align: center;
    font-weight: 700;
  }

  .hero-visual-sub {
    margin-top: 8px;
    color: var(--text-soft);
    font-size: 13px;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .floating-tag {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(0,35,79,0.88);
    border: 1px solid rgba(255,255,255,0.1);
    color: var(--text);
    font-size: 12px;
    font-weight: 500;
    box-shadow: var(--shadow-card);
    animation: float 5s ease-in-out infinite;
  }

  .floating-tag.t1 { top: 10%; right: -8px; }
  .floating-tag.t2 { bottom: 18%; left: -12px; animation-delay: 1.2s; }
  .floating-tag.t3 { bottom: 5%; right: 12%; animation-delay: 2.4s; }

  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
  }

  .pain-section,
  .benefits-section,
  .testimonials-section,
  .faq-section,
  .video-lessons-section {
    position: relative;
    padding: 92px 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.025));
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  .courses-section,
  .forwho-section,
  .final-cta {
    padding: 104px 0;
    position: relative;
  }

  .pain-grid,
  .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
  }

  .pain-card,
  .testimonial-card,
  .benefit-item,
  .forwho-col {
    border-radius: 24px;
  }

  .pain-card {
    padding: 28px;
    min-height: 100%;
  }

  .pain-card::before {
    content: '—';
    position: absolute;
    top: 20px;
    right: 22px;
    color: var(--red);
    font-size: 28px;
    line-height: 1;
    opacity: .7;
  }

  .pain-card:hover,
  .course-card:hover,
  .benefit-item:hover,
  .testimonial-card:hover,
  .video-lesson-card:hover,
  .forwho-col:hover {
    transform: translateY(-4px);
    border-color: rgba(255,255,255,0.16);
    box-shadow: var(--shadow-card-hover);
  }

  .pain-card h3,
  .benefit-item h3,
  .forwho-col h3,
  .course-name {
    font-size: 1.08rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    text-transform: none;
  }

  .pain-card p,
  .benefit-item p,
  .course-body p,
  .testimonial-text,
  .faq-answer p,
  .video-lessons-header p,
  .video-lesson-text,
  .final-cta p,
  .forwho-list li {
    color: var(--text-soft);
  }

  .courses-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }

  .course-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 28px;
  }

  .course-cover {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #001936;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .course-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
  }

  .course-card:hover .course-cover img { transform: scale(1.04); }

  .course-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 24px 18px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    min-height: 100px;
  }

  .course-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(251,217,19,0.16);
    color: var(--yellow);
    font-family: var(--font-mono);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
  }

  .course-name {
    margin-bottom: 0;
    min-height: auto;
    display: block;
    font-size: 1.06rem;
  }

  .course-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 16px;
    padding: 22px 24px 24px;
  }

  .course-body p {
    font-size: .96rem;
    line-height: 1.72;
    margin: 0;
    min-height: calc(1.72em * 4);
  }

  .course-tag,
  .video-lesson-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 7px 11px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.04);
    color: var(--text-soft);
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .07em;
    text-transform: uppercase;
    opacity: 1;
  }

  .btn-checkout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    width: 100%;
    margin-top: auto;
    padding: 0 18px;
    border-radius: 14px;
    border: 1px solid var(--yellow-dark);
    background: var(--yellow);
    color: var(--bg);
    box-shadow: 0 10px 24px rgba(251,217,19,0.22);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.01em;
  }

  .btn-checkout:hover {
    background: var(--yellow-dark);
    color: var(--bg);
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(251,217,19,0.28);
  }

  .benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 38px;
  }

  .benefit-item {
    padding: 30px 24px;
    text-align: left;
  }

  .benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 0 20px;
    border-radius: 14px;
    background: rgba(251,217,19,0.14);
    border: 1px solid rgba(251,217,19,0.22);
    font-size: 22px;
  }

  .forwho-grid {
    align-items: start;
    margin-top: 34px;
  }

  .forwho-col {
    padding: 28px;
  }

  .forwho-col h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
  }

  .forwho-list {
    list-style: none;
  }

  .forwho-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 0;
    font-size: .96rem;
    line-height: 1.7;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }

  .forwho-list li:last-child { border-bottom: 0; }
  .forwho-list li .icon { flex-shrink: 0; margin-top: 1px; }
  .check { color: var(--green); }
  .cross { color: var(--red); }

  .testimonial-grid {
    margin-top: 38px;
  }

  .testimonial-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 28px;
    overflow: hidden;
  }

  .testimonial-card::before {
    content: '“';
    position: absolute;
    top: 14px;
    left: 20px;
    color: rgba(255,255,255,0.08);
    font-size: 84px;
    line-height: 1;
    font-weight: 700;
  }

  .testimonial-stars {
    color: var(--yellow);
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
  }

  .testimonial-text {
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
    font-size: .96rem;
    line-height: 1.78;
    min-height: calc(1.78em * 5);
    font-style: normal;
  }

  .testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
  }

  .testimonial-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
  }

  .testimonial-name {
    font-size: .95rem;
    font-weight: 600;
    letter-spacing: -0.02em;
  }

  .testimonial-role {
    color: var(--text-muted);
    font-size: .82rem;
  }

  .video-lessons-section.top-videos {
    padding: 42px 0 34px;
  }

  .video-lessons-section.top-videos .container {
    width: min(1280px, calc(100% - 28px));
  }

  .video-lessons-header {
    max-width: none;
    margin: 0 auto 22px;
    text-align: center;
  }

  .video-lessons-header .section-title {
    max-width: none;
    margin-inline: auto;
  }

  .video-lessons-header p {
    max-width: none;
    margin: 0 auto;
  }

  .video-lessons-kicker {
    color: var(--text-soft);
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  .video-lessons-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
  }

  .video-lesson-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
    padding: 14px;
    border-radius: 28px;
    min-height: 100%;
  }

  .video-lesson-frame {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 22px;
    background: #000;
    border: 1px solid rgba(255,255,255,0.08);
  }

  .video-lesson-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }

  .video-lesson-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
    text-align: center;
  }

  .video-lesson-number {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--yellow);
    margin-bottom: 10px;
  }

  .video-lesson-title {
    margin: 0;
    font-size: clamp(1.08rem, 1.65vw, 1.34rem);
    line-height: 1.15;
    letter-spacing: -0.03em;
    font-weight: 700;
    min-height: auto;
  }

  .courses-section .section-title.section-title-wide {
    font-size: clamp(2.7rem, 6vw, 4.9rem);
    letter-spacing: -0.06em;
  }

  .video-lesson-text {
    margin-bottom: 18px;
    font-size: .95rem;
    line-height: 1.7;
    color: var(--text-soft);
    min-height: 6.8em;
  }

  .video-lesson-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.03);
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
  }

  .video-lesson-link:hover {
    background: var(--white);
    color: var(--bg);
    transform: translateY(-1px);
  }

  .faq-section .section-title {
    max-width: none;
  }

  .faq-list {
    max-width: 840px;
    margin: 42px auto 0;
    border-radius: 28px;
    overflow: hidden;
  }

  .faq-item + .faq-item {
    border-top: 1px solid rgba(255,255,255,0.07);
  }

  .faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    background: transparent;
    border: 0;
    color: var(--white);
    padding: 24px 26px;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.02em;
  }

  .faq-question:hover { color: var(--yellow); }

  .faq-question .arrow {
    color: var(--text-soft);
    font-size: 22px;
    transition: transform .2s ease;
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .25s ease;
    padding: 0 26px;
  }

  .faq-item.active .faq-answer {
    max-height: 240px;
    padding: 0 26px 24px;
  }

  .faq-item.active .faq-question .arrow { transform: rotate(45deg); }

  .faq-answer p {
    font-size: .96rem;
    line-height: 1.72;
  }

  .final-cta {
    overflow: hidden;
  }

  .final-cta::before {
    top: -160px;
    left: 50%;
    transform: translateX(-50%);
  }

  .final-cta .container {
    border-radius: 32px;
    padding: 52px 28px;
    text-align: center;
    max-width: 980px;
  }

  .final-cta .section-tag {
    justify-content: center;
    margin-inline: auto;
  }

  .final-cta .section-title {
    max-width: none;
    margin-inline: auto;
    margin-bottom: 18px;
  }

  .final-cta p {
    max-width: 640px;
    margin: 0 auto 30px;
    font-size: 1rem;
    line-height: 1.8;
  }

  .footer {
    padding: 44px 0 54px;
    border-top: 1px solid rgba(255,255,255,0.06);
    text-align: center;
  }

  .footer p {
    color: var(--text-muted);
    font-size: .82rem;
    line-height: 1.7;
  }

  .footer a { color: var(--white); text-decoration: underline; }

  .whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 999;
    width: 58px;
    height: 58px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25D366;
    box-shadow: 0 18px 35px rgba(37,211,102,0.3);
    text-decoration: none;
  }

  .whatsapp-float:hover { transform: translateY(-2px) scale(1.02); }
  .whatsapp-float svg { width: 28px; height: 28px; fill: white; }

  .reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .7s ease, transform .7s ease;
  }

  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }

  @media (max-width: 980px) {
    .pain-grid,
    .testimonial-grid,
    .benefits-grid,
    .courses-grid,
    .video-lessons-list {
      grid-template-columns: 1fr 1fr;
    }

    .hero-grid,
    .forwho-grid {
      grid-template-columns: 1fr;
    }

    .hero-title,
    .section-title {
      max-width: none;
    }

    .hero-title.hero-title-wide {
      width: min(960px, 100%);
      max-width: none;
      font-size: clamp(1.95rem, 5vw, 3.25rem);
    }

    .hero-visual {
      order: -1;
    }

    .hero-visual-box {
      max-width: 460px;
      margin: 0 auto;
    }
  }

  @media (max-width: 768px) {
    .container {
      width: min(100% - 28px, 1180px);
    }

    .topbar {
      font-size: 11px;
      padding: 11px 14px;
      letter-spacing: .05em;
    }

    .navbar {
      padding: 12px 0;
    }

    .nav-inner {
      grid-template-columns: 1fr;
      justify-items: center;
      gap: 12px;
    }

    .nav-spacer {
      display: none;
    }

    .logo-img { height: 42px; max-width: min(280px, 78vw); }
    .footer-logo { height: 40px; }
    .nav-cta { min-height: 40px; padding: 0 14px; font-size: 12px; justify-self: center; }

    .hero,
    .pain-section,
    .benefits-section,
    .testimonials-section,
    .faq-section,
    .video-lessons-section,
    .courses-section,
    .forwho-section,
    .final-cta {
      padding: 72px 0;
    }

    .hero-grid { gap: 28px; text-align: left; }
    .hero-title { font-size: clamp(2.4rem, 11vw, 3.5rem); }
    .hero-title.hero-title-wide {
      width: min(760px, 100%);
      max-width: none;
      font-size: clamp(1.7rem, 6.2vw, 2.7rem);
      line-height: .96;
    }
    .hero-sub { font-size: .98rem; }
    .hero-sales { gap: 22px; }
    .sales-video-frame { border-radius: 22px; }
    .hero-stats,
    .pain-grid,
    .testimonial-grid,
    .benefits-grid,
    .courses-grid,
    .video-lessons-list {
      grid-template-columns: 1fr;
    }

    .hero-stats > div,
    .pain-card,
    .benefit-item,
    .testimonial-card,
    .forwho-col,
    .video-lesson-card,
    .course-card,
    .final-cta .container,
    .faq-list {
      border-radius: 22px;
    }

    .hero-visual-box {
      padding: 30px;
      border-radius: 24px;
      max-width: 100%;
      aspect-ratio: auto;
      min-height: 320px;
    }

    .floating-tag { display: none; }

    .course-cover { height: 220px; }
    .course-header,
    .course-body,
    .pain-card,
    .benefit-item,
    .testimonial-card,
    .forwho-col,
    .video-lesson-card { padding-inline: 20px; }

    .video-lesson-card {
      gap: 18px;
      padding-block: 18px;
    }

    .faq-question,
    .faq-answer,
    .faq-item.active .faq-answer {
      padding-left: 20px;
      padding-right: 20px;
    }

    .btn-cta {
      width: 100%;
      padding: 0 18px;
      font-size: 14px;
    }

    .final-cta .container {
      padding: 40px 20px;
    }

    .whatsapp-float {
      width: 54px;
      height: 54px;
      right: 16px;
      bottom: 16px;
    }
  }
