:root {
  --bg: #060915;
  --panel: #0b1430;
  --panel-2: #101d3f;
  --line: rgba(255,255,255,.12);
  --text: #f7f9ff;
  --muted: #cbd5e1;
  --blue: #38bdf8;
  --blue-2: #2563eb;
  --green: #22c55e;
  --yellow: #facc15;
  --danger: #ef4444;
  --radius: 24px;
  --max: 1120px;
  --shadow: 0 20px 60px rgba(0,0,0,.28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.22), transparent 38%),
    radial-gradient(circle at top right, rgba(34,197,94,.12), transparent 34%),
    linear-gradient(180deg, #050814 0%, #080d23 48%, #050814 100%);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img, video, iframe { max-width: 100%; }
img { display: block; height: auto; }
.container { width: min(var(--max), calc(100% - 32px)); margin-inline: auto; }
.narrow { max-width: 920px; }
.center { text-align: center; }
.section { padding: 76px 0; }
.section-soft { background: rgba(255,255,255,.03); border-block: 1px solid var(--line); }
.eyebrow { display: inline-block; margin-bottom: 12px; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0 0 18px; line-height: 1.1; }
h1 { font-size: clamp(2.05rem, 5vw, 4.4rem); letter-spacing: -.04em; }
h2 { font-size: clamp(1.8rem, 3.4vw, 3rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
p { color: var(--muted); margin: 0 0 14px; }
strong { color: #fff; }
.topbar {
  width: min(1180px, calc(100% - 24px));
  margin: 14px auto 0;
  padding: 10px 12px 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: sticky;
  top: 10px;
  z-index: 50;
  background: rgba(5, 8, 20, .86);
  border: 1px solid var(--line);
  border-radius: 999px;
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 45px rgba(0,0,0,.28);
}
.logo img { width: 110px; height: auto; }
.nav { display: flex; align-items: center; gap: 8px; }
.nav a { padding: 10px 12px; border-radius: 999px; color: var(--muted); font-size: .94rem; font-weight: 700; }
.nav a:hover { color: #fff; background: rgba(255,255,255,.07); }
.top-cta { padding: 12px 18px; border-radius: 999px; background: var(--green); color: #04120a; font-weight: 900; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.06); color: #fff; cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 0; }
.menu-toggle span { width: 18px; height: 2px; border-radius: 999px; background: currentColor; transition: transform .18s ease, opacity .18s ease; }
.menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { display: none; }
.hero { padding: 70px 0 52px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 36px; align-items: center; }
.hero-copy p { max-width: 650px; font-size: 1.1rem; }
.hero-copy h1 strong { color: var(--yellow); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 20px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 22px; border-radius: 12px; font-weight: 900; border: 1px solid transparent; transition: transform .18s ease, filter .18s ease; }
.btn:hover { transform: translateY(-1px); filter: brightness(1.06); }
.btn-primary { background: linear-gradient(135deg, #22c55e, #51e583); color: #03120a; box-shadow: 0 16px 38px rgba(34,197,94,.22); }
.btn-secondary { border-color: var(--line); background: rgba(255,255,255,.06); color: #fff; }
.btn-large { width: min(560px, 100%); font-size: 1.1rem; margin-top: 18px; }
.trust-list { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
.trust-list li { padding: 8px 12px; border: 1px solid rgba(56,189,248,.25); color: #dff7ff; background: rgba(56,189,248,.08); border-radius: 999px; font-size: .92rem; font-weight: 800; }
.hero-media { padding: 10px; border-radius: 28px; background: linear-gradient(145deg, rgba(56,189,248,.28), rgba(255,255,255,.05)); border: 1px solid var(--line); box-shadow: var(--shadow); }
.hero-media img { border-radius: 20px; aspect-ratio: 1 / 1; object-fit: cover; }
.video-box { position: relative; aspect-ratio: 16 / 9; border-radius: 22px; overflow: hidden; background: #000; border: 1px solid rgba(56,189,248,.28); box-shadow: var(--shadow); margin-top: 24px; }
.video-box iframe, .video-box video { width: 100%; height: 100%; border: 0; display: block; }
.video-box video { object-fit: cover; background: #000; }
.video-box-local { background: #000; }

.video-play-hint {
  position: absolute;
  inset: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: rgba(3,7,18,.72);
  color: #fff;
  font-weight: 900;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  cursor: pointer;
  box-shadow: 0 20px 60px rgba(0,0,0,.42);
  backdrop-filter: blur(10px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.video-play-hint:hover { transform: scale(1.03); }
.video-play-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #03120a;
  box-shadow: 0 0 0 8px rgba(34,197,94,.16);
}
.video-box.is-playing .video-play-hint,
.video-box.video-touched .video-play-hint {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.two-col { display: grid; grid-template-columns: 1.05fr .95fr; gap: 38px; }
.align-center { align-items: center; }
.note-card, .image-card, .certificate-card, .cards article, .bonus-card, .learn-grid article, .final-call .narrow, .offer .narrow {
  background: linear-gradient(180deg, rgba(16,29,63,.88), rgba(11,20,48,.88));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.note-card { padding: 28px; }
.clean-list, .check-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.clean-list li, .check-list li { position: relative; padding-left: 34px; color: var(--muted); }
.clean-list li::before, .check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 7px; background: rgba(34,197,94,.14); color: #5af28d; font-weight: 900; }
.section-title { margin-bottom: 30px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cards article { padding: 22px; display: flex; gap: 14px; min-height: 150px; box-shadow: none; }
.cards article span { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 8px; background: var(--green); color: #03120a; font-weight: 900; }
.cards article p { margin: 0; }
.cards .wide { grid-column: 1 / -1; min-height: auto; }
.benefits-panel { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); background: var(--panel); box-shadow: var(--shadow); }
.benefits-image { min-height: 300px; background: linear-gradient(90deg, rgba(7,17,41,.15), rgba(7,17,41,.86)), url('../img/beneficios-viagem.png') center/cover; }
.benefits-list { padding: 30px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; align-content: center; }
.benefits-list div { padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.045); color: var(--muted); }
.image-card { padding: 18px; }
.image-card img { border-radius: 18px; }
.course-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; align-items: start; }
.course-copy, .certificate-card { padding: 26px; }
.certificate-card img { border-radius: 14px; border: 1px solid var(--line); margin-bottom: 14px; }
.offer { background: radial-gradient(circle at top, rgba(34,197,94,.14), transparent 32%); }
.offer .narrow { padding: 36px; }
.price-box { display: grid; grid-template-columns: .85fr 1.15fr; gap: 14px; margin: 28px 0; }
.old-price, .new-price { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.04); }
.old-price s { color: #fff; text-decoration-thickness: 3px; text-decoration-color: var(--danger); font-size: clamp(1.5rem, 4vw, 2.2rem); font-weight: 900; }
.new-price strong { display: block; color: #55f28a; font-size: clamp(2.8rem, 7vw, 5rem); line-height: 1; }
.bonus-in-offer { text-align: left; max-width: 720px; margin: 0 auto; }
.bonus-in-offer h3 { color: #55f28a; text-transform: uppercase; }
.bonus-in-offer ul { color: var(--muted); margin: 12px 0 0; }
.safe-text { margin-top: 14px; font-size: .95rem; }
.values h2, .values h3 { text-align: center; }
.value-table { margin: 26px 0; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: rgba(255,255,255,.035); }
.value-table div { display: flex; justify-content: space-between; gap: 16px; padding: 16px 20px; border-bottom: 1px solid var(--line); color: var(--muted); }
.value-table div:last-child { border-bottom: 0; }
.value-table strong { color: #fff; }
.value-table .total strong { color: #ff6868; }
.today { color: #55f28a; text-align: center; font-weight: 900; font-size: 1.18rem; }
.bonus-grid { display: grid; gap: 18px; }
.bonus-card { padding: 20px; display: grid; grid-template-columns: 280px 1fr; gap: 24px; align-items: center; box-shadow: none; }
.bonus-card img { border-radius: 18px; }
.bonus-card span { color: var(--yellow); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.bonus-card.simple { grid-template-columns: 110px 1fr; }
.bonus-icon { width: 96px; height: 96px; display: grid; place-items: center; border-radius: 24px; background: rgba(56,189,248,.1); border: 1px solid rgba(56,189,248,.2); font-size: 2.4rem; }
.instructor-img img { border-radius: var(--radius); border: 1px solid var(--line); background: var(--panel); }
.learn-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.learn-grid article { padding: 24px; box-shadow: none; }
.learn-grid h3 { color: var(--blue); text-transform: uppercase; font-size: 1.05rem; letter-spacing: .08em; }
.compact { gap: 9px; }
.final-call .narrow { padding: 36px; }
.final-price { font-size: 1.3rem; }
.final-price strong { color: #55f28a; display: inline-block; font-size: clamp(2.2rem, 5vw, 3.6rem); }
.vertical-video { width: min(370px, 100%); margin: 26px auto 0; border-radius: 24px; overflow: hidden; background: #000; border: 1px solid var(--line); box-shadow: var(--shadow); }
.vertical-video video { width: 100%; display: block; aspect-ratio: 9 / 16; object-fit: cover; }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.04); overflow: hidden; }
summary { cursor: pointer; padding: 18px 20px; font-weight: 900; color: #fff; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--blue); font-size: 1.3rem; }
details[open] summary::after { content: "–"; }
details p { padding: 0 20px 20px; margin: 0; }
.sticky-buy { position: fixed; left: 50%; bottom: 16px; transform: translateX(-50%); z-index: 60; width: min(560px, calc(100% - 24px)); display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px 10px 18px; border-radius: 999px; background: rgba(5,8,20,.92); border: 1px solid rgba(34,197,94,.28); box-shadow: 0 18px 60px rgba(0,0,0,.42); backdrop-filter: blur(14px); }
.sticky-buy span { font-weight: 900; }
.sticky-buy strong { color: #55f28a; }
.sticky-buy a { padding: 12px 20px; border-radius: 999px; background: var(--green); color: #03120a; font-weight: 900; }
.footer { padding: 52px 0 90px; background: #040714; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; }
.footer a { color: var(--muted); margin-right: 16px; }
.footer p { margin: 0; font-size: .92rem; }
@media (max-width: 920px) {
  .nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .mobile-nav { position: absolute; top: calc(100% + 10px); left: 0; right: 0; display: grid; gap: 8px; padding: 12px; border: 1px solid var(--line); border-radius: 22px; background: rgba(5, 8, 20, .96); box-shadow: 0 18px 48px rgba(0,0,0,.36); backdrop-filter: blur(16px); opacity: 0; visibility: hidden; transform: translateY(-8px); pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
  .mobile-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
  .mobile-nav a { padding: 14px 16px; border-radius: 14px; color: var(--muted); font-weight: 800; background: rgba(255,255,255,.045); }
  .mobile-nav a:hover { color: #fff; background: rgba(56,189,248,.12); }
  .hero-grid, .two-col, .course-layout, .benefits-panel, .learn-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 44px; }
  .hero-copy { text-align: center; }
  .hero-copy p, .hero-actions, .trust-list { justify-content: center; margin-inline: auto; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .benefits-list { grid-template-columns: 1fr 1fr; }
  .bonus-card { grid-template-columns: 1fr; }
  .bonus-card.simple { grid-template-columns: 86px 1fr; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 24px, var(--max)); }
  .section { padding: 56px 0; }
  .topbar { border-radius: 20px; align-items: center; gap: 10px; }
  .logo img { width: 92px; }
  .top-cta { padding: 10px 14px; font-size: .92rem; }
  .menu-toggle { width: 42px; height: 42px; flex: 0 0 auto; }
  .hero-copy h1 { font-size: 2.1rem; }
  .hero-copy p { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .grid-3, .benefits-list, .price-box { grid-template-columns: 1fr; }
  .cards article { min-height: auto; }
  .offer .narrow, .final-call .narrow { padding: 26px 18px; }
  .bonus-card.simple { grid-template-columns: 1fr; }
  .bonus-icon { width: 76px; height: 76px; font-size: 2rem; }
  .sticky-buy { bottom: 10px; border-radius: 18px; }
  .sticky-buy span { font-size: .95rem; }
  .sticky-buy a { padding: 10px 16px; }
}
.footer-disclaimer { max-width: 620px; color: var(--muted); font-size: .82rem !important; line-height: 1.45; }

/* ===== CORREÇÃO MENU MOBILE =====
   Desktop: mostra menu normal e esconde hamburger.
   Mobile: esconde menu normal e mostra apenas o hamburger. */
.menu-toggle,
.mobile-nav {
  display: none !important;
}

@media (min-width: 921px) {
  .nav {
    display: flex !important;
  }

  .menu-toggle,
  .mobile-nav {
    display: none !important;
  }
}

@media (max-width: 920px) {
  .topbar {
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 22px;
  }

  .topbar .nav {
    display: none !important;
  }

  .topbar .logo {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
  }

  .topbar .top-cta {
    margin-left: auto;
    flex: 0 0 auto;
  }

  .menu-toggle {
    display: inline-flex !important;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    color: #fff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 0;
  }

  .menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform .18s ease, opacity .18s ease;
  }

  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 12px;
    right: 12px;
    z-index: 100;
    display: none !important;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(5, 8, 20, .98);
    box-shadow: 0 20px 55px rgba(0,0,0,.45);
    backdrop-filter: blur(16px);
  }

  .mobile-nav.is-open {
    display: grid !important;
  }

  .mobile-nav a {
    display: block;
    padding: 14px 16px;
    border-radius: 14px;
    color: #e5e7eb;
    font-weight: 800;
    text-align: left;
    background: rgba(255,255,255,.055);
  }

  .mobile-nav a:hover,
  .mobile-nav a:focus {
    color: #fff;
    background: rgba(56,189,248,.14);
  }
}

@media (max-width: 430px) {
  .topbar {
    width: min(100% - 16px, 1180px);
    margin-top: 8px;
    padding: 8px;
  }

  .topbar .logo img {
    width: 78px;
  }

  .topbar .top-cta {
    padding: 10px 16px;
    font-size: .9rem;
  }
}
