:root {
  --ink: #07131f;
  --ink-2: #0b1e2c;
  --panel: #102838;
  --panel-2: #0c2130;
  --gold: #dfa947;
  --gold-light: #f2cf84;
  --green: #22a96f;
  --text: #f7f5ef;
  --muted: #b9c2ca;
  --line: rgba(255, 255, 255, .1);
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .16;
  pointer-events: none;
  background-image: radial-gradient(circle at 15% 20%, rgba(223,169,71,.18), transparent 24%), radial-gradient(circle at 85% 60%, rgba(34,169,111,.1), transparent 20%);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
  letter-spacing: -.035em;
}
h1 { margin-bottom: 22px; font-size: clamp(2.65rem, 6vw, 5.2rem); }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 4.4vw, 3.6rem); }
h3 { line-height: 1.25; }
em { color: var(--gold); font-style: normal; }
.container { width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }
.narrow { max-width: 850px; }
.section { padding: 82px 0; }
.section-dark { background: #081925; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 66px;
  padding: 10px max(18px, calc((100% - var(--max)) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(7, 19, 31, .86);
  backdrop-filter: blur(16px);
}
.brand { display: flex; align-items: center; gap: 10px; color: var(--gold-light); font-size: .9rem; font-weight: 800; }
.brand-mark { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(223,169,71,.4); border-radius: 8px; }
.top-cta { padding: 9px 16px; border-radius: 9px; color: #07131f; background: var(--gold); font-size: .82rem; font-weight: 900; }
.hero { position: relative; overflow: hidden; padding: 68px 0 84px; }
.hero::after { content: ""; position: absolute; right: -8%; top: 2%; width: 48vw; height: 48vw; border: 1px solid rgba(223,169,71,.1); border-radius: 50%; pointer-events: none; }
.hero-grid { display: grid; gap: 42px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid rgba(223,169,71,.25);
  border-radius: 999px;
  color: var(--gold-light);
  background: rgba(16,40,56,.7);
  font-size: .76rem;
  font-weight: 800;
}
.lead { max-width: 680px; color: #d5dbe0; font-size: 1.08rem; }
.delivery { color: white; font-size: .9rem; font-weight: 800; }
.delivery span { color: var(--gold); margin-right: 5px; }
.checklist { padding: 0; margin: 0; list-style: none; }
.checklist li { position: relative; padding-left: 27px; }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.hero-list { display: grid; gap: 9px; margin: 18px 0; padding: 20px; border: 1px solid rgba(223,169,71,.32); border-radius: 18px; background: linear-gradient(145deg, #123043, #0b1d2b); font-size: .91rem; font-weight: 700; }
.hero-list li::before { color: var(--gold); }
.truth { margin-bottom: 26px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); background: rgba(255,255,255,.025); font-size: .88rem; }
.truth strong { color: #fff; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 15px 24px;
  border-radius: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.button-gold { color: var(--ink); background: linear-gradient(135deg, #c9923d, #edbd61); box-shadow: 0 18px 38px -18px rgba(223,169,71,.75); }
.button-green { color: #fff; background: var(--green); box-shadow: 0 18px 38px -18px rgba(34,169,111,.8); }
.microcopy { margin: 13px 0 0; color: #9faab3; font-size: .75rem; }
.microcopy span { margin-inline: 4px; }
.microcopy b { color: #7cdeb0; }
.hero-visual { position: relative; margin: 0; }
.hero-visual img { width: 100%; border: 1px solid rgba(223,169,71,.2); border-radius: 22px; box-shadow: 0 35px 80px -35px #000; }
.hero-visual figcaption { position: absolute; right: 15px; bottom: 15px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 9px; background: rgba(7,19,31,.82); backdrop-filter: blur(10px); color: var(--gold-light); font-size: .75rem; font-weight: 800; }
.section-heading { max-width: 850px; margin: 0 auto 42px; text-align: center; }
.section-heading > p:not(.kicker) { max-width: 670px; margin-inline: auto; color: var(--muted); }
.kicker { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 16px; color: var(--gold); font-size: .73rem; font-weight: 900; letter-spacing: .25em; text-transform: uppercase; }
.kicker::before, .kicker::after { content: ""; width: 34px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.kicker::after { transform: rotate(180deg); }
.models { background: linear-gradient(180deg, #07131f, #091722); }
.project-showcase { position: relative; overflow: hidden; margin: 0 0 28px; border: 1px solid rgba(223,169,71,.28); border-radius: 22px; background: #08121a; box-shadow: 0 32px 70px -40px #000; }
.project-showcase img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
.project-labels { position: absolute; inset: auto 0 0; display: grid; grid-template-columns: repeat(5, 1fr); background: linear-gradient(transparent, rgba(5,12,18,.94)); }
.project-labels span { padding: 60px 8px 13px; color: #fff; font-size: .68rem; font-weight: 800; text-align: center; }
.center { margin-top: 32px; text-align: center; }
.toolkit-intro { display: grid; gap: 0; overflow: hidden; margin-bottom: 28px; border: 1px solid rgba(223,169,71,.24); border-radius: 22px; background: var(--panel); }
.toolkit-intro img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.toolkit-intro > div { align-self: center; padding: 28px; }
.toolkit-intro h3 { margin-bottom: 12px; font-family: Georgia, serif; font-size: 1.8rem; }
.toolkit-intro p:last-child { margin: 0; color: var(--muted); }
.cards { display: grid; gap: 16px; }
.card, .bonus {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: linear-gradient(145deg, var(--panel), var(--panel-2));
}
.card { min-height: 265px; }
.card .number, .bonus > span { position: absolute; right: 8px; top: -20px; color: rgba(255,255,255,.04); font-size: 6rem; font-weight: 900; line-height: 1; }
.mini-label { margin-bottom: 9px; color: var(--gold); font-size: .7rem; font-weight: 900; letter-spacing: .18em; }
.card h3, .bonus h3 { position: relative; margin-bottom: 12px; font-family: Georgia, serif; font-size: 1.28rem; }
.card > p:last-child, .bonus > p:last-child { position: relative; margin: 0; color: var(--muted); font-size: .9rem; }
.bonuses { background: var(--ink); }
.bonus-grid { display: grid; gap: 16px; }
.bonus { border-color: rgba(223,169,71,.23); }
.proof { background: linear-gradient(180deg, #07131f, #0c1d2a); }
.testimonials { display: grid; gap: 18px; }
.testimonial { position: relative; margin: 0; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: #f4f1ea; color: #17212a; box-shadow: 0 24px 55px -38px #000; }
.testimonial::before { content: "“"; position: absolute; top: -15px; right: 20px; color: rgba(7,19,31,.08); font: 7rem/1 Georgia,serif; }
.testimonial p { position: relative; margin-bottom: 16px; }
.testimonial footer { color: #58646d; font-size: .76rem; font-weight: 800; }
.testimonial footer span { color: #15855a; }
.stars { margin-bottom: 9px; color: #d79b2d; letter-spacing: .18em; }
.offer-section { background: #081925; }
.offer { overflow: hidden; border: 1px solid rgba(223,169,71,.42); border-radius: 26px; background: linear-gradient(155deg, #123244, #0a1c2a 65%); box-shadow: 0 35px 90px -45px rgba(223,169,71,.55); }
.offer-top { display: flex; justify-content: space-between; gap: 14px; padding: 14px 24px; color: var(--gold-light); background: rgba(223,169,71,.1); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.offer-top strong { color: #fff; letter-spacing: 0; }
.offer-columns { display: grid; gap: 26px; padding: 28px 24px 8px; }
.offer-columns .checklist { display: grid; gap: 8px; color: #eef2f4; font-size: .87rem; }
.gold-checks li::before { color: var(--gold); }
.price-box { padding: 22px 24px; text-align: center; }
.price-box p { margin-bottom: 3px; color: var(--muted); font-size: .8rem; }
.old-price { text-decoration: line-through; }
.price-box .price { margin: 0; color: var(--gold); font: 900 clamp(4rem, 12vw, 6.4rem)/.9 Georgia,serif; letter-spacing: -.06em; }
.value-list { display: grid; gap: 5px; max-width: 460px; margin: 0 auto 24px; padding: 0 28px; color: var(--muted); list-style: none; font-size: .84rem; }
.value-list li::before { content: "✓"; margin-right: 9px; color: var(--green); font-weight: 900; }
.offer > .button { display: flex; width: calc(100% - 48px); max-width: 520px; margin-inline: auto; }
.offer > .microcopy, .secure { padding-inline: 20px; text-align: center; }
.secure { margin: 10px 0 25px; color: #8c98a1; font-size: .7rem; }
.guarantee { background: var(--ink); }
.guarantee-box { display: grid; gap: 24px; align-items: center; padding: 30px; border: 1px solid rgba(34,169,111,.35); border-radius: 24px; background: var(--panel-2); }
.guarantee-box h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
.guarantee-box p { color: var(--muted); }
.seal { display: grid; place-items: center; width: 100px; height: 100px; margin: auto; border: 3px solid #63d39f; border-radius: 50%; color: white; background: radial-gradient(circle, #23a970, #0c2632); font: 900 3rem/1 Georgia,serif; box-shadow: 0 0 0 9px rgba(34,169,111,.1); }
.seal::after { content: "DIAS"; position: absolute; margin-top: 54px; color: #b9ead3; font: 800 .55rem/1 system-ui; letter-spacing: .18em; }
.audience-grid { display: grid; gap: 18px; }
.audience { padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: var(--panel-2); }
.audience h3 { margin-bottom: 20px; font-family: Georgia,serif; font-size: 1.5rem; }
.audience ul { display: grid; gap: 11px; margin: 0; padding: 0; color: var(--muted); list-style: none; font-size: .9rem; }
.audience li { position: relative; padding-left: 27px; }
.audience li::before { position: absolute; left: 0; font-weight: 900; }
.yes { border-color: rgba(34,169,111,.3); }
.yes h3 { color: #62d29e; }
.yes li::before { content: "✓"; color: var(--green); }
.no { border-color: rgba(232,102,102,.24); }
.no h3 { color: #ef9999; }
.no li::before { content: "×"; color: #df7474; }
.faq { background: var(--ink); }
.faq-list { display: grid; gap: 11px; }
.faq details { padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel-2); }
.faq details[open] { border-color: rgba(223,169,71,.45); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; color: #fff; font-weight: 800; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--gold); font-size: 1.6rem; line-height: 1; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: 13px 0 2px; color: var(--muted); font-size: .9rem; }
.final-cta { padding: 92px 0 105px; background: linear-gradient(180deg, #081925, #06101a); text-align: center; }
.final-cta h2 { margin-bottom: 26px; }
.final-cta > div > p:not(.kicker):not(.microcopy) { color: var(--muted); }
.final-cta .button { margin-top: 18px; }
.footer { padding: 28px 20px 90px; border-top: 1px solid var(--line); color: #7f8c96; background: #050d15; font-size: .75rem; text-align: center; }
.footer p { margin: 0; }
.footer span { color: var(--gold); }
.mobile-buy { position: fixed; z-index: 60; left: 16px; right: 16px; bottom: 12px; display: flex; align-items: center; justify-content: center; min-height: 54px; border-radius: 13px; color: var(--ink); background: linear-gradient(135deg, #d39d43, #efc56f); box-shadow: 0 15px 40px rgba(0,0,0,.45); font-weight: 900; }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (min-width: 680px) {
  .container { width: min(calc(100% - 56px), var(--max)); }
  .section { padding: 105px 0; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .bonus-grid, .audience-grid, .offer-columns { grid-template-columns: repeat(2, 1fr); }
  .testimonials { grid-template-columns: repeat(2, 1fr); }
  .testimonial:first-child { grid-row: span 2; align-content: center; }
  .toolkit-intro { grid-template-columns: 1.25fr .75fr; }
  .guarantee-box { grid-template-columns: 130px 1fr; padding: 42px; }
  .footer { padding-bottom: 32px; }
  .mobile-buy { display: none; }
}

@media (min-width: 980px) {
  .hero-grid { grid-template-columns: 1.04fr .96fr; gap: 62px; }
  .hero { padding: 84px 0 105px; }
  .hero-visual { position: sticky; top: 92px; }
  .cards { grid-template-columns: repeat(4, 1fr); }
  .bonus-grid { grid-template-columns: repeat(2, 1fr); }
  .offer-columns { padding: 38px 46px 8px; }
  .offer > .button { width: 520px; }
}

@media (max-width: 679px) {
  body { padding-bottom: 74px; }
  .topbar { min-height: 58px; }
  .brand { font-size: .72rem; }
  .top-cta { display: none; }
  .hero { padding-top: 42px; }
  .button { width: 100%; }
  .project-labels { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
