/* landing.css — marketing page (slime / acid-editorial theme). */

/* ---- Nav ----------------------------------------------------------------- */
.nav {
  position: sticky; top: 0; z-index: var(--z-nav);
  backdrop-filter: blur(12px);
  background: linear-gradient(180deg, rgba(5,8,3,.9), rgba(5,8,3,.55));
  border-bottom: 1px solid var(--line-soft);
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--display); font-size: 24px; color: var(--text);
  text-transform: uppercase; letter-spacing: .5px;
}
.brand .blob { width: 30px; height: 30px; display: grid; place-items: center; filter: drop-shadow(0 0 8px var(--glow)); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a.navlink {
  color: var(--muted); font-family: var(--mono); font-size: 13px; text-transform: uppercase;
  letter-spacing: .04em; transition: color .2s;
}
.nav-links a.navlink:hover { color: var(--slime); }
@media (max-width: 820px) { .nav-links .navlink { display: none; } }

/* ---- Hero ---------------------------------------------------------------- */
.hero { position: relative; overflow: hidden; padding: 40px 0 0; }
/* CRYPROSHADOWS-style bright acid radial that fades to black at the edges */
.hero-glow {
  position: absolute; left: 50%; top: 46%; transform: translate(-50%,-50%);
  width: 1300px; height: 900px; z-index: 0; pointer-events: none;
  background:
    radial-gradient(closest-side, rgba(95,212,26,.32), rgba(79,192,34,.14) 45%, transparent 72%);
  filter: blur(6px);
}
.hero .wrap { position: relative; z-index: 2; }

.hero-grid {
  display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 20px;
  min-height: 560px; padding: 30px 0 40px;
}
.hero-copy { position: relative; z-index: 3; }
.hero-eyebrow { margin-bottom: 20px; }
.hero h1 {
  font-size: clamp(58px, 9vw, 132px);
  line-height: 0.86;
  margin: 0;
}
.hero h1 .goo-text { display: block; }
.hero .lede {
  font-family: var(--body);
  margin: 26px 0 0; max-width: 46ch;
  color: var(--text); opacity: .82;
  font-size: clamp(15px, 1.5vw, 18px); line-height: 1.6;
}
.hero-cta { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero-note { margin-top: 16px; font-family: var(--mono); color: var(--faint); font-size: 12px; letter-spacing: .03em; }

/* monster */
.hero-monster { position: relative; z-index: 1; display: grid; place-items: center; }
.hero-monster img {
  width: min(112%, 560px); height: auto;
  filter: drop-shadow(0 26px 48px rgba(0,0,0,.6)) drop-shadow(0 0 80px rgba(79,192,34,.32));
  animation: bob 7s ease-in-out infinite;
}
@keyframes bob { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-16px) rotate(-1deg); } }

/* hero stat row */
.hero-stats {
  position: relative; z-index: 2;
  display: flex; flex-wrap: wrap; gap: 14px 40px;
  padding: 26px 0 40px; border-top: 1px solid var(--line-soft);
}
.hero-stat { display: flex; align-items: baseline; gap: 12px; }
.hero-stat b { font-family: var(--display); font-size: clamp(30px, 4vw, 46px); color: var(--text); }
.hero-stat b.acid { color: var(--acid); text-shadow: 0 0 24px var(--glow); }
.hero-stat span { font-family: var(--mono); font-size: 12px; text-transform: uppercase; color: var(--muted); max-width: 16ch; line-height: 1.3; }

@media (max-width: 880px) {
  .hero { padding-top: 18px; }
  .hero-grid {
    grid-template-columns: 1fr; text-align: left;
    min-height: 0; padding: 12px 0 26px; gap: 6px;
  }
  .hero-monster { order: -1; }
  .hero-monster img { width: min(64%, 330px); }
  .hero h1 { font-size: clamp(40px, 11.5vw, 132px); }
  .hero .lede { margin-top: 18px; }
  .hero-cta { margin-top: 22px; }
  .hero-stats { gap: 14px 24px; padding: 20px 0 28px; }
  .hero-stat b { font-size: clamp(24px, 6vw, 46px); }
}

/* ---- Marquee ticker ------------------------------------------------------ */
.ticker {
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: var(--acid);
  padding: 12px 0;
}
.ticker .marquee__track { align-items: center; }
.ticker .tick {
  font-family: var(--display); text-transform: uppercase; font-size: 20px;
  color: var(--ink); padding: 0 22px; letter-spacing: 1px; display: inline-flex; align-items: center; gap: 22px;
}
.ticker .tick::after { content: "◆"; font-size: 11px; opacity: .55; }

/* ---- Section scaffolding ------------------------------------------------- */
.section { position: relative; padding: 96px 0; overflow: hidden; }
.section .wrap { position: relative; z-index: 2; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 44px; flex-wrap: wrap; }
.section-head .snum { font-family: var(--display); font-size: clamp(48px, 8vw, 110px); color: transparent; -webkit-text-stroke: 1.5px var(--line); line-height: .8; }
.section-title { flex: 1; min-width: 260px; }
.section-title .label { margin-bottom: 14px; }
.section-title h2 { font-size: clamp(34px, 5.5vw, 74px); color: var(--text); }
.section-title h2 em { font-style: normal; color: var(--acid); text-shadow: 0 0 30px var(--glow); }
.section .sub { color: var(--muted); max-width: 52ch; line-height: 1.6; font-size: 16px; }

/* ---- How it works (numbered) --------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step {
  position: relative;
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 30px 26px 28px; transition: border-color .25s, box-shadow .25s, transform .25s;
}
.step:hover { border-color: var(--slime-deep); box-shadow: 0 0 44px -18px var(--glow); transform: translateY(-3px); }
.step .stepno { font-family: var(--display); font-size: 46px; color: var(--acid); line-height: .8; opacity: .9; }
.step h3 { font-size: 24px; margin: 18px 0 10px; color: var(--text); }
.step p { font-family: var(--body); color: var(--muted); line-height: 1.6; margin: 0; font-size: 15px; }

/* ---- Features bento ------------------------------------------------------ */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.feature {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 26px;
  transition: border-color .25s, box-shadow .25s, transform .25s;
}
.feature:hover { border-color: var(--slime-deep); box-shadow: 0 0 44px -18px var(--glow); transform: translateY(-3px); }
.feature.col-3 { grid-column: span 3; }
.feature.col-2 { grid-column: span 2; }
.feature.col-6 { grid-column: span 6; }
.feature .kicker { font-family: var(--mono); font-size: 12px; color: var(--faint); letter-spacing: .06em; }
.feature .ic {
  width: 48px; height: 48px; border-radius: 13px; margin: 16px 0 14px;
  display: grid; place-items: center; color: var(--acid);
  background: rgba(79,192,34,.08); border: 1px solid rgba(79,192,34,.22);
}
.feature h3 { font-size: 22px; margin: 0 0 8px; color: var(--text); }
.feature p { font-family: var(--body); color: var(--muted); line-height: 1.6; margin: 0; font-size: 15px; }
/* one accent tile filled acid, like the reference decks */
.feature.filled {
  background: linear-gradient(180deg, var(--slime-bright), var(--acid) 60%, var(--slime-deep));
  border-color: transparent;
}
.feature.filled .kicker { color: rgba(10,20,2,.6); }
.feature.filled .ic { background: rgba(10,20,2,.14); border-color: rgba(10,20,2,.2); color: var(--ink); }
.feature.filled h3, .feature.filled p { color: var(--ink); }
.feature.filled p { opacity: .82; }

/* ---- Pricing (START / PRO style) ----------------------------------------- */
.prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price {
  position: relative; display: flex; flex-direction: column;
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line-soft); border-radius: var(--radius-lg); padding: 32px 28px;
}
.price.popular {
  border: 2px solid transparent;
  background:
    linear-gradient(180deg, var(--panel-2), var(--panel)) padding-box,
    linear-gradient(180deg, var(--slime-bright), var(--slime-deep)) border-box;
  box-shadow: 0 0 70px -24px var(--glow); transform: translateY(-10px);
}
.price .ptag { font-family: var(--mono); font-size: 12px; color: var(--slime); letter-spacing: .06em; }
.price .badge {
  position: absolute; top: -13px; left: 28px;
  font-family: var(--display); font-size: 12px; letter-spacing: .5px; color: var(--ink);
  padding: 5px 16px; border-radius: 999px;
  background: linear-gradient(180deg, var(--slime-bright), var(--slime-deep));
  box-shadow: 0 6px 18px -6px var(--glow);
}
.price h3 { font-size: 34px; margin: 8px 0 4px; color: var(--text); }
.price .blurb { font-family: var(--body); color: var(--muted); font-size: 14px; min-height: 40px; margin: 0 0 18px; }
.price .amount { display: flex; align-items: baseline; gap: 6px; margin-bottom: 22px; }
.price .amount .num { font-family: var(--display); font-size: 60px; color: var(--text); line-height: 1; }
.price .amount .num.acid { color: var(--acid); text-shadow: 0 0 26px var(--glow); }
.price .amount .per { font-family: var(--mono); color: var(--faint); font-size: 14px; }
.price ul { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 12px; }
.price li { font-family: var(--body); display: flex; gap: 10px; align-items: flex-start; color: var(--text); font-size: 15px; line-height: 1.45; }
.price li svg { flex: none; margin-top: 2px; color: var(--acid); }
.price li.off { color: var(--faint); }
.price li.off svg { color: var(--faint); }
.price .btn { width: 100%; justify-content: center; margin-top: auto; }

/* ---- FAQ ----------------------------------------------------------------- */
.faq { max-width: 820px; display: grid; gap: 12px; }
.faq details { background: var(--panel); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 4px 22px; }
.faq summary {
  cursor: pointer; list-style: none; padding: 20px 0;
  font-family: var(--display); text-transform: uppercase; font-size: 20px; color: var(--text);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--acid); font-size: 26px; line-height: 1; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p { font-family: var(--body); color: var(--muted); line-height: 1.65; margin: 0 0 20px; font-size: 15px; }

/* ---- Final CTA ----------------------------------------------------------- */
.cta-band { padding: 40px 0 100px; }
.cta-card {
  position: relative; overflow: hidden; text-align: center;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(120% 150% at 50% -30%, rgba(95,212,26,.24), transparent 62%),
    linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line); padding: 72px 28px;
  box-shadow: 0 0 100px -46px var(--glow);
}
.cta-card .label { justify-content: center; margin-bottom: 18px; }
.cta-card h2 { font-size: clamp(40px, 7vw, 92px); color: var(--text); }
.cta-card p { font-family: var(--body); color: var(--muted); max-width: 48ch; margin: 18px auto 30px; line-height: 1.6; }

/* ---- Footer -------------------------------------------------------------- */
.foot { border-top: 1px solid var(--line-soft); padding: 40px 0; }
.foot .wrap { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.foot .muted { font-family: var(--mono); color: var(--faint); font-size: 12px; text-transform: uppercase; letter-spacing: .03em; }
.foot-links { display: flex; gap: 22px; }
.foot-links a { font-family: var(--mono); color: var(--muted); font-size: 12px; text-transform: uppercase; }
.foot-links a:hover { color: var(--acid); }

/* ---- Responsive ---------------------------------------------------------- */
@media (max-width: 900px) {
  .steps { grid-template-columns: 1fr; }
  .prices { grid-template-columns: 1fr; }
  .price.popular { transform: none; }
  .feature.col-3, .feature.col-2 { grid-column: span 6; }
  .section { padding: 72px 0; }
}

/* section headers stack cleanly instead of number-beside-title */
@media (max-width: 700px) {
  .section-head {
    flex-direction: column; align-items: flex-start;
    gap: 10px; margin-bottom: 30px;
  }
  .section-head .snum { font-size: 40px; -webkit-text-stroke-width: 1px; }
  .section-title { min-width: 0; }
  .section-title h2 { font-size: clamp(28px, 8vw, 74px); }
  .watermark { display: none; }
  .ticker { padding: 9px 0; }
  .ticker .tick { font-size: 15px; padding: 0 14px; gap: 14px; }
}

/* small phones */
@media (max-width: 480px) {
  .nav .wrap { height: 60px; }
  .brand { font-size: 17px; gap: 8px; }
  .brand .blob { width: 24px; height: 24px; }
  .brand .blob svg { width: 24px; height: 24px; }
  .nav-links { gap: 0; }
  .nav .btn-sm { padding: 8px 13px; font-size: 12px; }

  .section { padding: 52px 0; }
  .hero-eyebrow { margin-bottom: 14px; }
  .hero-note { font-size: 11px; line-height: 1.5; }
  .hero-cta .btn-lg { width: 100%; justify-content: center; padding: 15px 22px; font-size: 16px; }
  .hero-stat span { max-width: 14ch; }

  .step { padding: 22px 18px; }
  .feature { padding: 20px 18px; }
  .feature h3 { font-size: 19px; }

  .faq details { padding: 2px 16px; }
  .faq summary { font-size: 16px; padding: 15px 0; }

  .cta-band { padding: 20px 0 64px; }
  .cta-card { padding: 44px 18px; }
  .cta-card h2 { font-size: clamp(30px, 9.5vw, 92px); }
  .cta-card .btn-lg { width: calc(100% - 8px); justify-content: center; }

  .foot { padding: 28px 0; }
  .foot .wrap { flex-direction: column; align-items: flex-start; gap: 14px; }
  .foot-links { flex-wrap: wrap; gap: 12px 16px; }
}

/* very small phones: hide the badge so the nav never overflows */
@media (max-width: 360px) {
  .tester-badge { display: none; }
}
