:root {
  --ink: #070707;
  --copy: #222;
  --muted: #5b5f66;
  --teal: #00a99d;
  --teal-dark: #007f78;
  --yellow: #ffd21c;
  --line: #d9dde2;
  --soft: #f7f8fa;
  --panel: #ffffff;
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
.logo-lockup,
.price-line,
.final-price {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 0;
}

p {
  color: var(--copy);
  font-size: 20px;
  line-height: 1.62;
}

.top-strip {
  padding: 16px 22px;
  color: #fff;
  background: #07080b;
  border-bottom: 5px solid var(--yellow);
  text-align: center;
  font-weight: 800;
}

.top-strip strong {
  display: inline-block;
  margin-right: 14px;
  padding: 10px 14px;
  color: #111;
  background: var(--yellow);
  border-radius: 6px;
  text-transform: uppercase;
}

.hero {
  max-width: 1040px;
  margin: 0 auto;
  padding: 44px 22px 26px;
  text-align: center;
}

.logo-lockup {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
  font-size: 54px;
  line-height: 0.9;
}

.logo-lockup em {
  display: block;
  color: var(--teal);
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.36em;
}

.logo-mark {
  width: 78px;
  height: 78px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: #08111f;
  border: 6px solid var(--teal);
  border-radius: 10px;
  box-shadow: 8px 8px 0 var(--teal);
}

h1 {
  max-width: 980px;
  margin: 0 auto 22px;
  font-size: clamp(46px, 7vw, 86px);
  line-height: 0.93;
}

h1::first-letter,
h2 span,
.section-label {
  color: var(--teal-dark);
}

.hero-lead {
  max-width: 900px;
  margin: 0 auto 28px;
  font-size: 22px;
  line-height: 1.52;
}

.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin: 28px auto 22px;
}

.text-link {
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.buy-link,
.big-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 16px 28px;
  background: var(--yellow);
  border: 3px solid #111;
  border-radius: 8px;
  box-shadow: 0 6px 0 #111;
  color: #111;
  font-weight: 950;
  text-align: center;
}

.video-box {
  min-height: 420px;
  margin: 28px auto 34px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  background:
    radial-gradient(circle at 50% 45%, rgba(0, 169, 157, 0.2), transparent 30%),
    linear-gradient(135deg, #090d14, #171d29);
  border: 6px solid #111;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.play-button {
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  color: #111;
  background: var(--yellow);
  border-radius: 50%;
  border: 4px solid #fff;
  font-size: 42px;
  box-shadow: 0 10px 0 rgba(0,0,0,0.35);
}

.video-box p {
  margin: 0;
  color: #fff;
  font-weight: 900;
}

.app-shot {
  display: grid;
  grid-template-columns: 150px 1fr;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
  text-align: left;
}

.shot-sidebar {
  display: grid;
  align-content: start;
  gap: 20px;
  padding: 24px 18px;
  color: #b9c4d2;
  background: #07101d;
}

.shot-sidebar span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 3px solid var(--teal);
  border-radius: 8px;
  font-weight: 950;
}

.shot-sidebar b {
  padding: 13px;
  margin-left: -8px;
  color: #fff;
  background: var(--teal);
  border-radius: 6px;
}

.shot-sidebar small {
  font-size: 13px;
  font-weight: 800;
}

.shot-main {
  padding: 26px;
}

.shot-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.shot-head button,
.settings-card button {
  padding: 12px 17px;
  color: #fff;
  background: var(--teal);
  border: 0;
  border-radius: 7px;
  font-weight: 950;
}

.shot-grid {
  display: grid;
  grid-template-columns: 1fr 235px 210px;
  gap: 24px;
  align-items: center;
  padding-top: 28px;
}

.message-stack {
  display: grid;
  gap: 13px;
}

.message-stack p,
.phone-preview p,
.mini-phone p,
.example-phone p {
  width: fit-content;
  max-width: 230px;
  margin: 0;
  padding: 12px 14px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.3;
  box-shadow: 0 8px 16px rgba(0,0,0,0.08);
}

.left {
  background: #fff;
  border: 1px solid #e8ebef;
}

.right {
  margin-left: auto !important;
  background: #a6f29d;
}

.phone-preview,
.mini-phone,
.example-phone {
  display: grid;
  gap: 13px;
  padding: 48px 18px 20px;
  background: #f5f8fb;
  border: 8px solid #111;
  border-radius: 34px;
  position: relative;
}

.phone-preview span {
  position: absolute;
  top: 13px;
  left: 50%;
  width: 80px;
  height: 18px;
  transform: translateX(-50%);
  background: #111;
  border-radius: 99px;
}

.settings-card {
  display: grid;
  gap: 15px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 9px;
}

.settings-card label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.settings-card i {
  display: block;
  height: 8px;
  margin-top: 7px;
  background: linear-gradient(90deg, var(--teal) 68%, #e6ebef 68%);
  border-radius: 99px;
}

.caption {
  margin: 14px auto 20px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
}

.benefit-pills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.benefit-pills span {
  padding: 12px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

main {
  max-width: 1040px;
  margin: 0 auto;
  padding: 18px 22px 70px;
}

.proof-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin: 34px 0 58px;
}

.proof-card {
  min-height: 250px;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.proof-card h3 {
  margin: 0 0 12px;
  font-size: 34px;
}

.proof-card p {
  margin: 0;
  font-weight: 800;
}

.proof-output {
  display: grid;
  grid-template-columns: 1fr 210px;
  gap: 18px;
  align-items: center;
}

.mini-phone {
  min-height: 255px;
  border-width: 7px;
  border-radius: 30px;
}

.copy-section,
.offer-box,
.creator-section,
.reviews,
.ps-section {
  margin: 58px 0;
}

.section-label {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 950;
  text-transform: uppercase;
}

h2 {
  margin: 0 0 22px;
  font-size: clamp(38px, 5.8vw, 64px);
  line-height: 0.95;
}

.copy-section p {
  margin: 18px 0;
}

.callout-list,
.no-list,
.use-list {
  display: grid;
  gap: 12px;
  margin: 28px 0;
}

.callout-list {
  padding: 22px;
  background: var(--soft);
  border-left: 8px solid var(--teal);
}

.callout-list p {
  margin: 0;
  font-weight: 900;
}

.callout-list p::before,
.no-list span::before,
.use-list span::before,
.guarantee-row span::before {
  content: "✓";
  margin-right: 8px;
  color: var(--teal-dark);
  font-weight: 950;
}

.engine-grid,
.example-grid,
.reviews-grid {
  display: grid;
  gap: 22px;
}

.engine-grid {
  grid-template-columns: repeat(3, 1fr);
  margin: 34px 0;
}

.engine-grid article,
.example-grid article,
.reviews-grid article {
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 14px 32px rgba(0,0,0,0.08);
}

.engine-grid b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  font-size: 20px;
}

.engine-grid h3,
.example-grid h3 {
  margin: 18px 0 10px;
  font-size: 26px;
}

.engine-grid p,
.example-grid p,
.reviews-grid p {
  margin: 0;
  font-size: 17px;
}

.tight {
  text-align: center;
}

.example-grid {
  grid-template-columns: repeat(3, 1fr);
  text-align: left;
}

.example-phone {
  min-height: 270px;
  margin-bottom: 18px;
}

.no-list,
.use-list {
  grid-template-columns: repeat(2, 1fr);
}

.no-list span,
.use-list span {
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 900;
}

.offer-box,
.ps-section {
  padding: 42px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(0,169,157,0.15), transparent 28%),
    #fff;
  border: 4px solid #111;
  border-radius: 10px;
  box-shadow: 0 8px 0 #111, var(--shadow);
}

.price-line,
.final-price {
  margin: 24px auto 8px;
  font-size: clamp(34px, 5vw, 54px);
  color: #111;
}

.sub-price,
.footer-note {
  color: var(--muted);
  font-size: 16px;
  font-weight: 900;
}

.big-buy {
  width: min(620px, 100%);
  margin: 24px auto 18px;
  font-size: 20px;
}

.guarantee-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  font-weight: 900;
}

.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 34px 22px 42px;
  color: #fff;
  background: #07080b;
  border-top: 5px solid var(--yellow);
  text-align: center;
}

.site-footer p {
  margin: 16px 0 0;
  color: #cbd1d8;
  font-size: 14px;
  line-height: 1.5;
}

.member-access {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  color: #111;
  background: var(--yellow);
  border: 2px solid #fff;
  border-radius: 7px;
  font-weight: 950;
  text-transform: uppercase;
}

.legal-links {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
  text-align: center;
}

.legal-links a {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.modal-open {
  overflow: hidden;
}

.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(7, 8, 11, 0.78);
}

.legal-modal[hidden] {
  display: none;
}

.legal-card {
  position: relative;
  width: min(100%, 720px);
  max-height: min(760px, 86vh);
  overflow: auto;
  padding: 34px;
  background: #fff;
  border: 5px solid #111;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.legal-card h2 {
  margin: 0 42px 16px 0;
  font-size: 42px;
}

.legal-card p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.58;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #111;
  background: var(--yellow);
  border: 3px solid #111;
  border-radius: 7px;
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
}

.creator-section {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
  align-items: center;
  padding: 34px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.creator-section img {
  width: 100%;
  filter: drop-shadow(0 16px 22px rgba(0,0,0,0.2));
}

.reviews {
  text-align: center;
}

.reviews-grid {
  grid-template-columns: repeat(2, 1fr);
  text-align: left;
}

.reviews-grid b {
  color: #ffb800;
  letter-spacing: 2px;
}

.reviews-grid span {
  display: block;
  margin-top: 16px;
  font-weight: 950;
}

.ps-section {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .app-shot,
  .shot-grid,
  .proof-row,
  .proof-output,
  .engine-grid,
  .example-grid,
  .no-list,
  .use-list,
  .creator-section,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .shot-sidebar {
    display: none;
  }

  .phone-preview,
  .mini-phone,
  .example-phone {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 620px) {
  .top-strip {
    text-align: left;
  }

  .top-strip strong {
    margin: 0 0 10px;
  }

  .hero {
    padding-top: 30px;
  }

  .logo-lockup {
    font-size: 36px;
  }

  .logo-lockup em {
    font-size: 16px;
  }

  .logo-mark {
    width: 58px;
    height: 58px;
    border-width: 4px;
    box-shadow: 5px 5px 0 var(--teal);
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  p,
  .hero-lead {
    font-size: 18px;
  }

  .video-box {
    min-height: 260px;
  }

  .shot-main,
  .offer-box,
  .ps-section,
  .creator-section {
    padding: 24px;
  }

  .hero-actions,
  .guarantee-row {
    align-items: stretch;
    flex-direction: column;
  }

  .buy-link,
  .text-link {
    width: 100%;
  }

  .legal-card {
    padding: 26px 20px;
  }

  .legal-card h2 {
    font-size: 34px;
  }
}
