:root {
  --green-950: #031c14;
  --green-900: #063d2b;
  --green-800: #0f5132;
  --green-700: #146c43;
  --green-500: #1b8a5a;
  --gold: #e7c66c;
  --gold-2: #fff2b8;
  --text: #f7f5e9;
  --muted: rgba(247, 245, 233, 0.72);
  --card: rgba(255, 255, 255, 0.07);
  --border: rgba(231, 198, 108, 0.18);
  --shadow: rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 10%, rgba(231, 198, 108, .16), transparent 26%),
    radial-gradient(circle at 78% 18%, rgba(27, 138, 90, .22), transparent 30%),
    linear-gradient(135deg, #02130e 0%, #063d2b 45%, #031c14 100%);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, black, transparent 85%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(3, 28, 20, .72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.02em; }
.brand img { width: 42px; height: 42px; border-radius: 14px; object-fit: cover; box-shadow: 0 10px 30px rgba(0,0,0,.28); }
.nav { display: flex; gap: 22px; color: var(--muted); font-size: 14px; font-weight: 600; }
.nav a:hover { color: var(--gold-2); }
.header-cta { padding: 10px 16px; border: 1px solid var(--border); border-radius: 999px; color: var(--gold-2); font-weight: 800; background: rgba(231,198,108,.08); }

.section-pad { padding: clamp(56px, 8vw, 110px) clamp(18px, 4vw, 72px); }
.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
}
.hero-bg-orb { position: absolute; border-radius: 999px; filter: blur(3px); opacity: .8; pointer-events: none; }
.orb-1 { width: 320px; height: 320px; left: -120px; bottom: 80px; background: radial-gradient(circle, rgba(231,198,108,.18), transparent 70%); }
.orb-2 { width: 440px; height: 440px; right: -160px; top: 80px; background: radial-gradient(circle, rgba(27,138,90,.24), transparent 68%); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--gold-2); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.eyebrow span { width: 28px; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); border-radius: 99px; }
h1, h2, h3, p { margin: 0; }
h1 {
  margin-top: 16px;
  font-size: clamp(44px, 7.5vw, 94px);
  line-height: .96;
  letter-spacing: -.06em;
  max-width: 720px;
  background: linear-gradient(180deg, #fff8cf 0%, #dfb74c 52%, #8a6a1f 100%);
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0 18px 50px rgba(231,198,108,.12);
}
.hero-subtitle { margin-top: 22px; font-size: clamp(21px, 3vw, 34px); line-height: 1.25; font-weight: 800; color: #fff; max-width: 760px; }
.hero-description { margin-top: 16px; max-width: 620px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 900; }
.btn-primary { background: linear-gradient(135deg, #f4d875, #b98729); color: #11271e; box-shadow: 0 18px 42px rgba(231,198,108,.2); }
.btn-secondary { border: 1px solid var(--border); color: var(--gold-2); background: rgba(255,255,255,.05); }
.trust-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 620px; margin-top: 34px; }
.trust-row div { padding: 14px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.045); border-radius: 20px; }
.trust-row strong { display: block; color: #fff; font-size: 20px; }
.trust-row span { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; }

.hero-visual { position: relative; min-height: 620px; }
.logo-card { position: absolute; left: 6%; top: 2%; width: 230px; z-index: 3; transform: rotate(-4deg); }
.logo-card img { border-radius: 42px; box-shadow: 0 30px 70px rgba(0,0,0,.42); border: 1px solid rgba(231,198,108,.24); }
.phone { position: absolute; overflow: hidden; border-radius: 38px; background: #111; box-shadow: 0 34px 80px rgba(0,0,0,.55); border: 9px solid rgba(9, 16, 12, .92); }
.phone img { width: 100%; height: 100%; object-fit: cover; }
.phone-main { right: 20%; top: 10%; width: 250px; height: 530px; transform: rotate(-4deg); z-index: 4; }
.phone-secondary { right: 0; top: 18%; width: 255px; height: 530px; transform: rotate(7deg); z-index: 2; opacity: .96; }
.hero-visual::after { content: ""; position: absolute; inset: auto 0 40px 40px; height: 130px; background: radial-gradient(ellipse at center, rgba(231,198,108,.26), transparent 70%); filter: blur(20px); }

.banner-strip { padding: 0 clamp(18px, 4vw, 72px) 30px; }
.banner-strip img { width: 100%; border-radius: 28px; border: 1px solid rgba(231,198,108,.18); box-shadow: 0 28px 80px rgba(0,0,0,.36); }

.section-heading { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.section-heading.small { max-width: 620px; }
.section-heading h2, .screen-copy h2, .disclaimer h2, .publisher h2 { margin-top: 12px; font-size: clamp(30px, 4vw, 52px); line-height: 1.12; letter-spacing: -.04em; }
.section-heading p:not(.eyebrow), .screen-copy p, .disclaimer-card p, .publisher-card p { margin-top: 14px; color: var(--muted); line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feature-card { padding: 26px; border-radius: 28px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.09); box-shadow: 0 22px 50px rgba(0,0,0,.18); }
.feature-card.highlight { background: linear-gradient(145deg, rgba(231,198,108,.14), rgba(255,255,255,.06)); border-color: rgba(231,198,108,.25); }
.feature-icon { width: 54px; height: 54px; display: grid; place-items: center; font-size: 25px; border-radius: 19px; background: rgba(231,198,108,.12); border: 1px solid rgba(231,198,108,.16); }
.feature-card h3 { margin-top: 20px; font-size: 20px; }
.feature-card p { margin-top: 10px; color: var(--muted); line-height: 1.75; }

.screens { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: clamp(32px, 6vw, 84px); align-items: center; }
.check-list { padding: 0; margin: 24px 0 0; list-style: none; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 34px; color: rgba(255,255,255,.84); line-height: 1.6; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: rgba(231,198,108,.15); color: var(--gold-2); font-weight: 900; }
.screens-gallery { position: relative; min-height: 650px; }
.screen-shot { position: absolute; width: 310px; border-radius: 34px; box-shadow: 0 30px 80px rgba(0,0,0,.44); border: 8px solid rgba(10, 20, 14, .92); }
.screen-a { left: 8%; top: 0; transform: rotate(-4deg); z-index: 3; }
.screen-b { right: 5%; top: 68px; transform: rotate(5deg); z-index: 2; }

.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.step { padding: 24px; border-radius: 26px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); }
.step b { display: inline-flex; color: var(--gold-2); margin-bottom: 22px; font-size: 13px; letter-spacing: .1em; }
.step h3 { font-size: 19px; }
.step p { margin-top: 9px; color: var(--muted); line-height: 1.7; }

.disclaimer-card, .publisher-card { border-radius: 34px; padding: clamp(24px, 4vw, 42px); background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.045)); border: 1px solid rgba(231,198,108,.2); box-shadow: 0 26px 70px rgba(0,0,0,.22); }
.disclaimer-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: center; }
.publisher-card { display: flex; align-items: center; gap: 24px; }
.publisher-card img { width: 116px; height: 116px; object-fit: cover; border-radius: 32px; box-shadow: 0 18px 50px rgba(0,0,0,.3); }
.footer { padding: 30px clamp(18px, 4vw, 72px); display: flex; justify-content: space-between; align-items: center; gap: 18px; border-top: 1px solid rgba(255,255,255,.08); color: var(--muted); }
.footer-brand img { width: 34px; height: 34px; border-radius: 12px; }

@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr; padding-top: 46px; }
  .hero-visual { min-height: 570px; }
  .phone-main { right: 35%; }
  .phone-secondary { right: 18%; }
  .logo-card { left: 10%; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .screens { grid-template-columns: 1fr; }
  .screens-gallery { min-height: 610px; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .site-header { position: static; }
  .nav, .header-cta { display: none; }
  .brand span { font-size: 14px; }
  .hero { min-height: auto; gap: 20px; }
  .hero-description { font-size: 15px; }
  .trust-row { grid-template-columns: 1fr; }
  .hero-visual { min-height: 440px; margin-top: 12px; }
  .logo-card { width: 145px; left: 0; top: 8px; }
  .phone { border-width: 6px; border-radius: 28px; }
  .phone-main { width: 185px; height: 392px; right: 34%; top: 20px; }
  .phone-secondary { width: 185px; height: 392px; right: 0; top: 54px; }
  .banner-strip { display: none; }
  .feature-grid, .steps { grid-template-columns: 1fr; }
  .feature-card { padding: 22px; }
  .screens-gallery { min-height: 510px; }
  .screen-shot { width: 215px; border-width: 6px; border-radius: 26px; }
  .screen-a { left: 2%; }
  .screen-b { right: 0; top: 80px; }
  .disclaimer-card { grid-template-columns: 1fr; }
  .publisher-card { flex-direction: column; align-items: flex-start; }
  .footer { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 460px) {
  .section-pad { padding-left: 16px; padding-right: 16px; }
  h1 { font-size: 44px; }
  .hero-subtitle { font-size: 21px; }
  .hero-visual { min-height: 390px; }
  .phone-main { width: 165px; height: 350px; right: 40%; }
  .phone-secondary { width: 165px; height: 350px; right: -10px; }
  .logo-card { width: 120px; }
  .screens-gallery { min-height: 440px; }
  .screen-shot { width: 190px; }
}
