:root {
  --bg: #fffaf7;
  --surface: #ffffff;
  --surface-soft: #fff4ef;
  --surface-blue: #eff7ff;
  --text: #182033;
  --muted: #5d6880;
  --heading: #0f172a;
  --navy: #071320;
  --navy-2: #0b1b2d;
  --blue: #0e67bd;
  --blue-dark: #083a73;
  --brown: #4b2f27;
  --rose: #cc7f88;
  --gold: #ffc107;
  --gold-2: #ffb000;
  --line: rgba(15, 23, 42, .10);
  --shadow: 0 24px 60px rgba(8, 22, 39, .12);
  --shadow-soft: 0 16px 42px rgba(75, 47, 39, .10);
  --radius: 26px;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 193, 7, .14), transparent 32rem),
    radial-gradient(circle at 95% 10%, rgba(14, 103, 189, .12), transparent 28rem),
    var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
section { scroll-margin-top: 96px; }

.container { width: min(100% - 40px, var(--max)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(14, 103, 189, .10);
  color: var(--blue-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(255, 193, 7, .22);
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 73px;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(15, 23, 42, .05);
  backdrop-filter: blur(18px);
}
.header-inner {
  width: min(100% - 40px, 1188px);
  height: 73px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 360px 1fr auto;
  align-items: center;
  gap: 28px;
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-logo {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  object-fit: contain;
  box-shadow: 0 8px 24px rgba(14, 103, 189, .18);
}
.brand-title { display: block; color: #132033; font-weight: 900; line-height: 1.1; font-size: 1.02rem; }
.brand-subtitle { display: block; color: #66708a; font-size: .75rem; line-height: 1.2; margin-top: 4px; }
.nav { display: flex; justify-content: center; align-items: center; gap: 30px; }
.nav a { color: #222d40; font-weight: 800; font-size: .87rem; transition: color .2s ease; }
.nav a:hover { color: var(--blue); }
.menu-toggle { display: none; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 13px 24px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-weight: 950;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #0b1320;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  box-shadow: 0 14px 34px rgba(255, 176, 0, .30);
}
.btn-primary:hover { box-shadow: 0 20px 44px rgba(255, 176, 0, .40); }
.btn-secondary {
  background: #fff;
  color: var(--blue-dark);
  border: 1px solid rgba(14, 103, 189, .20);
  box-shadow: 0 14px 32px rgba(14, 103, 189, .12);
}
.btn-dark {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  box-shadow: 0 16px 36px rgba(14, 103, 189, .28);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 54px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 52px;
  align-items: center;
}
.hero h1 {
  max-width: 780px;
  margin: 20px 0 18px;
  color: var(--heading);
  font-size: clamp(2.4rem, 5.4vw, 5.15rem);
  line-height: .96;
  letter-spacing: -.065em;
}
.hero h1 .soft { color: var(--brown); }
.hero-lead {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.4vw, 1.24rem);
  line-height: 1.8;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin: 30px 0 22px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 0; }
.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #2f3b53;
  font-size: .88rem;
  font-weight: 800;
}
.trust-pill span { color: var(--blue); font-weight: 950; }
.hero-card {
  position: relative;
  border-radius: 38px;
  background: linear-gradient(145deg, #fff, #fff8f3);
  padding: 18px;
  border: 1px solid rgba(75, 47, 39, .11);
  box-shadow: var(--shadow);
}
.hero-card::before {
  content: '';
  position: absolute;
  inset: -18px -8px auto auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 193, 7, .28);
  filter: blur(16px);
  z-index: -1;
}
.hero-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  min-height: 460px;
  display: grid;
  place-items: center;
  background: linear-gradient(155deg, #f5faff, #fff4f0);
}
.hero-image-wrap img { width: min(88%, 520px); margin-inline: auto; filter: drop-shadow(0 24px 30px rgba(10, 29, 48, .12)); }
.product-mark {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(255, 255, 255, .75);
  backdrop-filter: blur(14px);
}
.product-mark img { width: 72px; height: auto; filter: none; margin: 0; }
.product-mark strong { color: var(--heading); font-size: .94rem; line-height: 1.2; }
.product-mark small { color: var(--muted); display: block; font-weight: 700; }
.hero-price {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: min(92%, 300px);
  padding: 18px;
  border-radius: 24px;
  background: rgba(7, 19, 32, .92);
  color: #fff;
  box-shadow: 0 18px 44px rgba(7, 19, 32, .22);
  backdrop-filter: blur(12px);
}
.hero-price small { color: rgba(255, 255, 255, .72); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-price strong { display: block; font-size: 1.9rem; line-height: 1; margin: 6px 0 2px; color: var(--gold); }
.hero-price span { display: block; color: rgba(255, 255, 255, .88); font-weight: 700; }
.disclaimer { color: var(--muted); font-size: .82rem; max-width: 720px; }

.section { padding: 80px 0; }
.section-alt { background: rgba(255, 255, 255, .56); border-block: 1px solid rgba(15, 23, 42, .06); }
.section-head { max-width: 820px; margin: 0 auto 42px; text-align: center; }
.section-head h2 { margin: 14px 0 10px; color: var(--heading); font-size: clamp(2rem, 3.5vw, 3.35rem); line-height: 1.06; letter-spacing: -.045em; }
.section-head p { color: var(--muted); font-size: 1.05rem; }

.video-card {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  align-items: center;
  padding: 22px;
  border-radius: 36px;
  background: linear-gradient(135deg, var(--navy), #102a45);
  color: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  aspect-ratio: 16 / 9;
  background: #000;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .25);
}
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-copy { padding: 20px 18px; }
.video-copy h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.05; letter-spacing: -.04em; margin: 0 0 12px; }
.video-copy p { color: rgba(255, 255, 255, .78); margin: 0 0 22px; }
.video-list { display: grid; gap: 12px; margin: 0 0 24px; padding: 0; list-style: none; }
.video-list li { display: flex; gap: 10px; align-items: flex-start; color: rgba(255, 255, 255, .90); font-weight: 700; }
.video-list li::before { content: '✓'; color: var(--gold); font-weight: 950; }

.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.benefit-card {
  min-height: 100%;
  padding: 24px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .84);
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: var(--shadow-soft);
}
.benefit-card .icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(14, 103, 189, .12), rgba(255, 193, 7, .22));
  color: var(--blue-dark);
  font-size: 1.42rem;
  margin-bottom: 16px;
}
.benefit-card h3 { margin: 0 0 10px; color: var(--heading); font-size: 1.24rem; line-height: 1.2; }
.benefit-card p { margin: 0; color: var(--muted); }
.image-card { overflow: hidden; padding: 0; }
.image-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #fff; }
.image-card .body { padding: 20px 22px 24px; }

.credential {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 26px;
  align-items: center;
  padding: 28px;
  border-radius: 32px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: var(--shadow-soft);
}
.credential img { width: 190px; margin-inline: auto; }
.credential h3 { margin: 0 0 10px; color: var(--heading); font-size: 1.55rem; }
.credential p { margin: 0; color: var(--muted); }

.split {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 46px;
  align-items: center;
}
.split-media {
  border-radius: 34px;
  background: linear-gradient(155deg, rgba(14, 103, 189, .08), rgba(255, 193, 7, .12));
  padding: 18px;
  box-shadow: var(--shadow-soft);
}
.split-media img { border-radius: 28px; width: 100%; }
.check-list { display: grid; gap: 13px; padding: 0; margin: 22px 0 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; color: #34405a; font-weight: 750; }
.check-list li::before {
  content: '✓';
  display: grid;
  place-items: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--gold);
  color: #111827;
  font-size: .78rem;
  font-weight: 950;
  margin-top: 2px;
}

.modules { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.module {
  padding: 22px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 24px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 10px 28px rgba(8, 22, 39, .06);
}
.module strong { display: block; color: var(--blue-dark); font-size: .86rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 7px; }
.module h3 { margin: 0 0 8px; font-size: 1.15rem; color: var(--heading); line-height: 1.25; }
.module p { margin: 0; color: var(--muted); font-size: .96rem; }

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.proof-card {
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: var(--shadow-soft);
}
.proof-card img { width: 100%; height: 430px; object-fit: cover; object-position: top center; background: #fff; }
.proof-caption { padding: 16px 18px; color: var(--muted); font-size: .9rem; }
.proof-note {
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(14, 103, 189, .08);
  color: var(--blue-dark);
  font-size: .93rem;
  font-weight: 750;
}

.offer {
  position: relative;
  overflow: hidden;
  padding: 40px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 193, 7, .18), transparent 28rem),
    linear-gradient(145deg, #071320, #0d2741 58%, #071320);
  color: #fff;
  box-shadow: var(--shadow);
}
.offer-grid { display: grid; grid-template-columns: 1fr 410px; gap: 36px; align-items: center; }
.offer h2 { margin: 12px 0 14px; font-size: clamp(2.1rem, 4vw, 4rem); line-height: 1; letter-spacing: -.055em; }
.offer p { color: rgba(255, 255, 255, .76); }
.offer-list { display: grid; gap: 10px; padding: 0; margin: 24px 0 0; list-style: none; }
.offer-list li { display: flex; gap: 10px; color: rgba(255, 255, 255, .92); font-weight: 800; }
.offer-list li::before { content: '✓'; color: var(--gold); }
.price-box {
  padding: 28px;
  border-radius: 30px;
  background: rgba(255, 255, 255, .96);
  color: var(--heading);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
}
.price-box .tag { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: rgba(255, 193, 7, .28); color: #5b3a04; font-size: .8rem; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.price-old { display: block; color: #80899e; text-decoration: line-through; margin-top: 16px; font-weight: 800; }
.installments { display: block; margin: 6px 0 4px; color: var(--brown); font-size: 2.55rem; line-height: 1; font-weight: 1000; letter-spacing: -.05em; }
.cash { display: block; color: var(--muted); font-weight: 850; margin-bottom: 20px; }
.price-box .btn { width: 100%; min-height: 54px; }
.safe-pay { margin-top: 14px; color: var(--muted); font-size: .86rem; text-align: center; }
.bonus-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}
.bonus-strip div {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .12);
  font-weight: 850;
  color: rgba(255, 255, 255, .90);
}

.guarantee-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; align-items: center; }
.guarantee-badge {
  padding: 34px;
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(15, 23, 42, .08);
  display: grid;
  place-items: center;
}
.guarantee-badge img { width: min(320px, 90%); }
.info-box {
  padding: 30px;
  border-radius: 32px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: var(--shadow-soft);
}
.info-box h3 { margin: 0 0 12px; color: var(--heading); font-size: 1.8rem; line-height: 1.12; }
.info-box p { margin: 0 0 16px; color: var(--muted); }

.faq-list { max-width: 860px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { border: 1px solid rgba(15, 23, 42, .08); border-radius: 22px; background: #fff; overflow: hidden; box-shadow: 0 8px 24px rgba(8, 22, 39, .05); }
.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  border: 0;
  background: transparent;
  color: var(--heading);
  font-weight: 950;
  text-align: left;
  cursor: pointer;
}
.faq-question::after { content: '+'; font-size: 1.45rem; color: var(--blue); }
.faq-item.is-open .faq-question::after { content: '–'; }
.faq-answer { display: none; padding: 0 22px 20px; color: var(--muted); }
.faq-item.is-open .faq-answer { display: block; }
.faq-answer p { margin: 0; }

.final-cta {
  text-align: center;
  padding: 70px 0 84px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 193, 7, .20), transparent 24rem),
    #fff;
}
.final-cta h2 { margin: 12px auto 14px; max-width: 860px; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; letter-spacing: -.05em; color: var(--heading); }
.final-cta p { max-width: 720px; margin: 0 auto 28px; color: var(--muted); }

.footer {
  background: #071320;
  color: #fff;
  border-top: 2px solid rgba(14, 103, 189, .55);
  padding: 48px 0 40px;
}
.footer-grid {
  width: min(100% - 40px, 1200px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.35fr .68fr .7fr 1fr;
  gap: 56px;
}
.footer .brand-title { color: #fff; }
.footer .brand-subtitle { color: rgba(255,255,255,.82); }
.footer p { margin: 8px 0 0; color: rgba(255, 255, 255, .88); line-height: 1.7; }
.footer h3 { margin: 0 0 12px; color: #fff; font-size: 1.05rem; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer a { color: #fff; }
.footer a:hover { color: var(--gold); }
.footer .btn { min-height: 32px; padding: 8px 12px; font-size: .9rem; box-shadow: 0 12px 28px rgba(255, 176, 0, .20); }
.footer-bottom {
  width: min(100% - 40px, 1200px);
  margin: 30px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .10);
  color: rgba(255,255,255,.62);
  font-size: .82rem;
}

.sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 120;
  transform: translateX(-50%);
  display: none;
  width: min(calc(100% - 28px), 520px);
  padding: 10px;
  border-radius: 999px;
  background: rgba(7, 19, 32, .88);
  box-shadow: 0 18px 52px rgba(7, 19, 32, .24);
  backdrop-filter: blur(12px);
}
.sticky-cta .btn { width: 100%; min-height: 48px; }

.legal-page { background: #fff; }
.legal-hero { padding: 68px 0 36px; }
.legal-content { width: min(100% - 40px, 860px); margin: 0 auto 80px; color: var(--muted); }
.legal-content h1 { color: var(--heading); font-size: clamp(2.1rem, 4vw, 3.2rem); line-height: 1.05; letter-spacing: -.04em; }
.legal-content h2 { color: var(--heading); margin-top: 34px; }
.legal-content a { color: var(--blue); font-weight: 800; }

@media (max-width: 1080px) {
  .header-inner { grid-template-columns: 1fr auto auto; gap: 16px; }
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--heading);
    font-weight: 950;
    cursor: pointer;
  }
  .nav {
    position: absolute;
    top: 73px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 13px 14px; border-radius: 14px; }
  .nav a:hover { background: var(--surface-blue); }
  .hero-grid, .video-card, .split, .offer-grid, .guarantee-grid { grid-template-columns: 1fr; }
  .offer-grid { gap: 24px; }
  .price-box { max-width: 520px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 28px, var(--max)); }
  .header-inner { width: min(100% - 24px, 1188px); }
  .brand-subtitle { display: none; }
  .header-cta { display: none; }
  .hero { padding: 44px 0 36px; }
  .hero-card { border-radius: 28px; padding: 12px; }
  .hero-image-wrap { min-height: 360px; border-radius: 22px; }
  .product-mark { position: static; margin-bottom: 10px; }
  .product-mark img { width: 56px; }
  .hero-price { position: static; width: 100%; margin-top: 12px; }
  .cards-3, .modules, .proof-grid, .bonus-strip, .footer-grid { grid-template-columns: 1fr; }
  .credential { grid-template-columns: 1fr; text-align: center; }
  .section { padding: 58px 0; }
  .video-card, .offer { padding: 14px; border-radius: 28px; }
  .proof-card img { height: auto; max-height: none; }
  .sticky-cta { display: block; }
  body { padding-bottom: 84px; }
}

@media (max-width: 480px) {
  .brand-logo { width: 40px; height: 40px; }
  .brand-title { font-size: .94rem; }
  .hero-actions .btn { width: 100%; }
  .btn { width: 100%; }
  .installments { font-size: 2.15rem; }
}
