:root{
  --bg:#f3f3f6;
  --bg2:#f8f8fb;
  --surface:#ffffff;
  --text:#111218;
  --muted:#6e717a;
  --orange:#ff5b25;
  --orange-2:#ff7a40;
  --lime:#d9ff46;
  --lime-2:#d7f34f;
  --teal:#bff6ef;
  --teal-strong:#61d9cf;
  --purple:#d7b9fb;
  --shadow-sm:0 14px 34px rgba(18,20,28,.08);
  --shadow-md:0 26px 60px rgba(18,20,28,.12);
  --shadow-lg:0 34px 100px rgba(18,20,28,.18);
  --radius-sm:18px;
  --radius-md:26px;
  --radius-lg:36px;
  --max:1240px;
}

*{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 88% 11%, rgba(221,247,72,.22), transparent 28rem),
    radial-gradient(circle at 94% 53%, rgba(170,242,239,.22), transparent 24rem),
    linear-gradient(180deg, #fafafd 0%, var(--bg) 50%, var(--bg2) 100%);
  overflow-x:hidden;
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}

.page-shell{
  width:min(var(--max), calc(100% - 48px));
  margin:0 auto;
}

.site-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:28px 0 26px;
  position:relative;
  z-index:10;
}
.brand{
  display:inline-flex;
  align-items:center;
  gap:12px;
  font-weight:900;
  letter-spacing:-.035em;
}
.brand-mark{
  width:34px;
  height:34px;
  border-radius:11px;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(135deg,var(--orange-2),var(--orange));
  box-shadow:0 10px 22px rgba(255,91,37,.28);
  font-size:.95rem;
}
.brand-name{font-size:1.08rem}

.main-nav{
  display:flex;
  align-items:center;
  gap:30px;
  font-size:.92rem;
  font-weight:800;
  color:#2a2d35;
}
.main-nav a:not(.nav-cta){opacity:.84}
.nav-cta{
  color:#fff;
  background:#101116;
  padding:14px 20px;
  border-radius:999px;
  box-shadow:0 14px 32px rgba(15,17,22,.18);
}

.hero-section{
  display:grid;
  grid-template-columns:minmax(0, 520px) minmax(0, 1fr);
  align-items:center;
  gap:42px;
  padding:42px 0 84px;
}
.hero-copy{
  position:relative;
  z-index:2;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(255,255,255,.92);
  border-radius:999px;
  padding:10px 14px;
  box-shadow:var(--shadow-sm);
  margin-bottom:24px;
  color:#555962;
  font-size:.88rem;
  font-weight:850;
}
.eyebrow-dot{
  width:9px;
  height:9px;
  border-radius:999px;
  background:var(--orange);
}
.hero-copy h1{
  margin:0;
  max-width:500px;
  font-size:clamp(4.35rem, 7.2vw, 7.1rem);
  line-height:.92;
  letter-spacing:-.065em;
}
.hero-copy .dot{color:var(--orange)}
.hero-text{
  max-width:475px;
  margin:26px 0 26px;
  color:var(--muted);
  font-size:1.08rem;
  line-height:1.62;
}
.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:20px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:15px 24px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:900;
  letter-spacing:-.02em;
  transition:transform .18s ease, box-shadow .18s ease;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  color:#fff;
  background:linear-gradient(135deg,var(--orange-2),var(--orange));
  box-shadow:0 16px 36px rgba(255,91,37,.32);
}
.btn-secondary{
  background:rgba(255,255,255,.86);
  border-color:rgba(17,18,24,.12);
  box-shadow:var(--shadow-sm);
}
.btn-white{
  background:#fff;
  border-color:rgba(17,18,24,.08);
  box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.hero-stats{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
  max-width:460px;
  margin-top:18px;
}
.metric-card{
  padding:18px 16px 16px;
  border-radius:22px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(255,255,255,.95);
  box-shadow:var(--shadow-sm);
  min-height:108px;
}
.metric-icon,.feature-badge{
  width:28px;
  height:28px;
  border-radius:11px;
  display:grid;
  place-items:center;
  font-size:.88rem;
  font-weight:900;
}
.metric-card strong{
  display:block;
  font-size:1.5rem;
  line-height:1;
  letter-spacing:-.05em;
  margin-top:10px;
}
.metric-card p{
  margin:8px 0 0;
  color:var(--muted);
  font-size:.86rem;
  line-height:1.25;
  font-weight:750;
}
.green{background:rgba(191,244,70,.9);color:#55730b}
.orange{background:rgba(255,91,37,.16);color:var(--orange)}
.teal{background:rgba(101,217,207,.18);color:#22948a}
.purple{background:rgba(167,103,245,.16);color:#9c61f0}

.hero-visual{
  position:relative;
  min-width:0;
}
.hero-card-glow{
  position:absolute;
  inset:11% -2% -3% 10%;
  border-radius:44px;
  background:
    radial-gradient(circle at 20% 30%, rgba(218,255,70,.46), transparent 15rem),
    radial-gradient(circle at 86% 80%, rgba(111,228,222,.32), transparent 17rem);
  filter:blur(14px);
  opacity:.95;
}
.hero-card{
  position:relative;
  margin-left:auto;
  width:min(760px, 100%);
  padding:28px 16px 14px;
  border-radius:42px;
  background:linear-gradient(145deg, rgba(255,255,255,.82), rgba(255,255,255,.58));
  border:1px solid rgba(255,255,255,.85);
  box-shadow:var(--shadow-lg);
  transform:rotate(2deg);
}
.hero-card img{
  width:100%;
  border-radius:32px;
  transform:rotate(-2deg);
  filter:drop-shadow(0 28px 36px rgba(19,20,28,.22));
}
.hero-dots{
  position:absolute;
  top:22px;
  right:34px;
  width:162px;
  height:118px;
  opacity:.32;
  background-image:radial-gradient(circle, #becd1e 1.4px, transparent 1.6px);
  background-size:16px 16px;
}

.features-section{
  padding:28px 0 70px;
  border-top:1px solid rgba(17,18,24,.05);
}
.section-top{
  display:grid;
  grid-template-columns:minmax(0, 520px) minmax(0, 1fr);
  gap:42px;
  align-items:end;
  margin-bottom:24px;
}
.section-top-left h2{
  margin:0;
  max-width:470px;
  font-size:clamp(2.6rem, 5vw, 4.2rem);
  line-height:.95;
  letter-spacing:-.06em;
}
.section-top p{
  max-width:420px;
  margin:0 0 10px auto;
  color:var(--muted);
  font-size:1rem;
  line-height:1.55;
}
.section-line{
  width:180px;
  height:3px;
  margin-top:18px;
  border-radius:999px;
  background:linear-gradient(90deg, var(--lime-2), var(--teal-strong), transparent);
}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:18px;
}
.feature-card{
  background:rgba(255,255,255,.84);
  border:1px solid rgba(255,255,255,.95);
  border-radius:24px;
  box-shadow:var(--shadow-sm);
  padding:26px 24px 24px;
  min-height:214px;
}
.feature-card h3{
  margin:26px 0 10px;
  font-size:1.2rem;
  line-height:1.1;
  letter-spacing:-.04em;
}
.feature-card p{
  margin:0;
  color:var(--muted);
  font-size:.96rem;
  line-height:1.55;
}

.market-section{padding:18px 0 76px}
.brand-panel{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1.05fr);
  gap:28px;
  align-items:center;
  padding:32px 34px;
  background:
    radial-gradient(circle at 78% 20%, rgba(205,255,58,.18), transparent 18rem),
    radial-gradient(circle at 18% 92%, rgba(44,184,176,.18), transparent 20rem),
    linear-gradient(135deg, #0f1015, #0a0d12 60%, #11161c);
  border-radius:34px;
  color:#fff;
  box-shadow:var(--shadow-md);
  overflow:hidden;
  position:relative;
}
.brand-panel::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size:36px 36px;
  mask-image:radial-gradient(circle at 34% 68%, #000 0, rgba(0,0,0,.4) 40%, transparent 72%);
  pointer-events:none;
}
.brand-copy{position:relative;z-index:1}
.brand-copy h2{
  margin:0 0 18px;
  max-width:430px;
  font-size:clamp(2.2rem, 4.2vw, 4.8rem);
  line-height:.92;
  letter-spacing:-.065em;
}
.brand-copy h2 span{color:var(--lime)}
.brand-copy p{
  margin:0 0 26px;
  max-width:440px;
  color:rgba(255,255,255,.72);
  font-size:1rem;
  line-height:1.6;
}
.scenario-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:16px;
}
.scenario-card{
  min-height:126px;
  border-radius:22px;
  padding:18px;
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.24);
}
.scenario-card::after{
  content:"";
  position:absolute;
  right:-22px;
  bottom:-32px;
  width:170px;
  height:88px;
  border-radius:999px;
  background:rgba(255,255,255,.22);
}
.scenario-chip{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  width:max-content;
  border-radius:999px;
  padding:6px 10px;
  background:rgba(255,255,255,.18);
  color:rgba(255,255,255,.92);
  font-size:.78rem;
  font-weight:850;
}
.scenario-card strong{
  position:relative;
  z-index:1;
  max-width:220px;
  font-size:1.16rem;
  line-height:1.18;
  letter-spacing:-.03em;
}
.amber{background:linear-gradient(135deg, #d08439, #8a5b2a)}
.lime{background:linear-gradient(135deg, #b8de3f, #7ea82d)}
.aqua{background:linear-gradient(135deg, #9adce6, #66b4c1)}
.lavender{background:linear-gradient(135deg, #c9a7df, #ae8ac5)}

.opportunity-row{
  display:grid;
  grid-template-columns:minmax(0, 1.12fr) minmax(0, .88fr);
  gap:18px;
  margin-top:18px;
}
.revenue-panel,
.domain-panel{
  border-radius:28px;
  box-shadow:var(--shadow-sm);
}
.revenue-panel{
  background:rgba(255,255,255,.9);
  border:1px solid rgba(255,255,255,.95);
  padding:28px 28px 26px;
}
.revenue-panel h3,
.domain-panel h3{
  margin:0;
  font-size:clamp(1.7rem, 3vw, 2.55rem);
  line-height:1.02;
  letter-spacing:-.05em;
}
.mini-line{
  width:42px;
  height:3px;
  border-radius:999px;
  background:var(--teal-strong);
  margin:14px 0 16px;
}
.revenue-panel p{
  margin:0 0 14px;
  color:var(--muted);
  font-size:.98rem;
  line-height:1.55;
  max-width:620px;
}
.revenue-panel ul{
  list-style:none;
  padding:0;
  margin:0;
}
.revenue-panel li{
  position:relative;
  padding-left:22px;
  margin:8px 0;
  color:#555a64;
  font-size:.94rem;
  line-height:1.5;
}
.revenue-panel li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#8eb719;
  font-weight:900;
}
.domain-panel{
  background:
    radial-gradient(circle at 85% 18%, rgba(255,255,255,.26), transparent 10rem),
    linear-gradient(135deg, #dffb55, #ccec2f);
  padding:22px 28px 28px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:24px;
}
.domain-panel small{
  color:rgba(17,18,24,.55);
  font-weight:850;
}
.domain-panel h3{
  max-width:380px;
}

.cta-panel{
  position:relative;
  overflow:hidden;
  margin:32px 0 54px;
  padding:58px 34px 56px;
  border-radius:34px;
  text-align:center;
  background:
    radial-gradient(circle at 19% 26%, rgba(221,247,72,.75), transparent 14rem),
    radial-gradient(circle at 86% 56%, rgba(191,246,239,.9), transparent 16rem),
    rgba(255,255,255,.84);
  border:1px solid rgba(255,255,255,.94);
  box-shadow:var(--shadow-sm);
}
.cta-panel h2{
  margin:0 auto 16px;
  max-width:720px;
  font-size:clamp(2.65rem, 5vw, 4.8rem);
  line-height:.94;
  letter-spacing:-.065em;
}
.cta-panel p{
  max-width:680px;
  margin:0 auto 24px;
  color:var(--muted);
  font-size:1.04rem;
  line-height:1.58;
}
.cta-dots{
  position:absolute;
  left:26px;
  top:34px;
  width:120px;
  height:86px;
  opacity:.28;
  background-image:radial-gradient(circle, #c2d825 1.4px, transparent 1.6px);
  background-size:16px 16px;
}
.plane-path{
  position:absolute;
  right:34px;
  bottom:30px;
  width:220px;
  height:72px;
}
.plane-path::before{
  content:"";
  position:absolute;
  inset:0;
  border-bottom:2px dashed rgba(96,212,205,.45);
  border-radius:60%;
}
.plane-path span{
  position:absolute;
  right:0;
  bottom:8px;
  color:rgba(96,212,205,.9);
  font-size:1.65rem;
}

.site-footer{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:8px 2px 40px;
  color:#81848d;
  font-size:.88rem;
}

@media (max-width: 1240px){
  .hero-section{
    grid-template-columns:1fr;
    gap:28px;
    padding-top:24px;
  }
  .hero-copy h1,
  .hero-text{
    max-width:unset;
  }
  .hero-visual{
    width:100%;
  }
  .hero-card{
    width:min(760px, 100%);
    margin:0 auto;
    transform:none;
  }
  .hero-card img{transform:none}
  .section-top,
  .brand-panel,
  .opportunity-row{
    grid-template-columns:1fr;
  }
  .section-top p{
    margin:0;
    max-width:560px;
  }
  .scenario-grid{
    margin-top:6px;
  }
}
@media (max-width: 860px){
  .page-shell{
    width:min(100% - 28px, var(--max));
  }
  .site-header{
    padding:20px 0 24px;
  }
  .main-nav{
    gap:12px;
  }
  .main-nav a:not(.nav-cta){
    display:none;
  }
  .nav-cta{
    padding:12px 14px;
    font-size:.82rem;
  }
  .hero-copy h1{
    font-size:clamp(3.4rem, 15vw, 5.2rem);
    letter-spacing:-.055em;
  }
  .hero-stats,
  .feature-grid,
  .scenario-grid{
    grid-template-columns:1fr;
  }
  .hero-card{
    padding:16px 8px 10px;
    border-radius:28px;
  }
  .hero-card img{border-radius:22px}
  .brand-panel,
  .revenue-panel,
  .domain-panel,
  .cta-panel{
    border-radius:24px;
    padding-left:22px;
    padding-right:22px;
  }
  .site-footer{
    flex-direction:column;
  }
}
