/* ============================================================
   LANDING PAGE — dark, premium, editorial theme
   ============================================================ */

#app-landing {
  background: var(--ink-green);
  color: #EAF0EC;
}
#app-landing ::selection {
  background: var(--gold-2);
  color: #1a1100;
}

/* ===== Navigation ===== */
.lnav {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 18px 6vw;
  background: rgba(8,19,14,.6);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: -0.02em;
  color: #fff;
}
.brand .mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(150deg, var(--green), #0a6b4a);
  box-shadow: 0 6px 18px rgba(14,159,110,.5), inset 0 1px 0 rgba(255,255,255,.25);
}
.brand small {
  display: block;
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 600;
  font-size: 9.5px;
  letter-spacing: 0.22em;
  color: var(--gold-2);
  margin-top: -1px;
}

.llinks { display: flex; gap: 30px; margin-left: 10px; }
.llinks a { font-size: 14px; font-weight: 600; color: #B8C7BE; }
.llinks a:hover { color: #fff; }

.lnav .right { margin-left: auto; display: flex; gap: 11px; align-items: center; }
.lnav .right .ln { font-size: 14px; font-weight: 600; color: #B8C7BE; }

/* ===== Hero ===== */
.hero {
  position: relative;
  padding: 84px 6vw 70px;
  overflow: hidden;
}
/* Radial glow overlays */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1000px 500px at 80% -5%, rgba(14,159,110,.28), transparent 55%),
    radial-gradient(800px 460px at 8% 30%, rgba(201,138,27,.14), transparent 55%);
  pointer-events: none;
}
/* Grain texture overlay */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--grain);
  opacity: 0.04;
  mix-blend-mode: overlay;
  pointer-events: none;
}

/* Decorative root/branch SVG */
.roots {
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 240px;
  opacity: 0.5;
  pointer-events: none;
}

.hero-in {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 54px;
  align-items: center;
}

/* Relative wrapper for the escrow tag positioning */
.hero-visual { position: relative; }

/* Animated live indicator eyebrow */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 15px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 30px;
  font-size: 12.5px;
  font-weight: 700;
  color: #CFE3D8;
  background: rgba(255,255,255,.03);
}
.eyebrow .seed {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-2);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0%  { box-shadow: 0 0 0 0   rgba(229,168,46,.5); }
  70% { box-shadow: 0 0 0 9px rgba(229,168,46,0);   }
}

.hero h1 {
  font-size: 64px;
  line-height: 1.0;
  font-weight: 600;
  margin: 24px 0 22px;
  color: #fff;
  letter-spacing: -0.03em;
}
.hero h1 em { font-style: italic; font-weight: 500; color: var(--gold-2); }

/* Green highlight underline behind keyword */
.hero h1 .u { position: relative; white-space: nowrap; }
.hero h1 .u::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 6px;
  height: 10px;
  background: rgba(14,159,110,.45);
  z-index: -1;
  border-radius: 4px;
}

.hero p.sub { font-size: 18.5px; color: #B6C6BC; max-width: 500px; line-height: 1.62; }
.hero .cta  { display: flex; gap: 14px; margin: 32px 0 26px; flex-wrap: wrap; }

/* Value-proposition strip beneath CTA */
.payoff { display: flex; align-items: center; gap: 18px; color: #9DB0A5; font-size: 13.5px; font-weight: 600; }
.payoff b { color: #fff; }
.divider-dot { width: 4px; height: 4px; border-radius: 50%; background: #41594d; }

/* ===== Hero glass card (budget → reach visualizer) ===== */
.glass {
  position: relative;
  background: linear-gradient(165deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  padding: 24px;
  backdrop-filter: blur(8px);
  box-shadow: 0 30px 70px rgba(0,0,0,.4);
}
.glass .gh { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.glass .gt { font-family: 'Fraunces', serif; font-size: 17px; color: #fff; font-weight: 600; }

.budget { font-family: 'Fraunces', serif; font-size: 34px; font-weight: 600; color: #fff; margin: 10px 0 4px; }
.budget small { font-size: 15px; color: var(--gold-2); font-weight: 600; font-family: 'Hanken Grotesk', sans-serif; }
.bsub { font-size: 12.5px; color: #93A79C; margin-bottom: 18px; }

/* Trust signal rows inside hero glass card */
.trust-list { display: flex; flex-direction: column; gap: 0; }
.trust-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  animation: rise 0.6s both;
}
.trust-row:nth-child(1) { animation-delay: 0.00s; }
.trust-row:nth-child(2) { animation-delay: 0.08s; }
.trust-row:nth-child(3) { animation-delay: 0.16s; }
.trust-row:nth-child(4) { animation-delay: 0.24s; }
@keyframes rise {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: none; }
}
.trust-ico {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  border-radius: 9px;
  background: rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--green-2, #5FD99C);
}
.trust-ico svg { width: 16px !important; height: 16px !important; flex-shrink: 0; }
.trust-row .pn { font-size: 13.5px; font-weight: 700; color: #EAF0EC; line-height: 1.3; }
.trust-row .pv { font-size: 11.5px; color: #8FA398; margin-top: 2px; }

/* Escrow trust label floating above the card */
.escrow-tag {
  position: absolute;
  top: -15px;
  right: 22px;
  background: var(--gold-2);
  color: #241700;
  font-size: 11.5px;
  font-weight: 800;
  padding: 7px 14px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 10px 26px rgba(229,168,46,.4);
}
.escrow-tag svg { width: 13px; height: 13px; }

/* ===== Platform logo strip ===== */
.pstrip {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 8px auto 0;
  padding: 26px 6vw;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.pstrip .lab    { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #7E9388; font-weight: 700; }
.pstrip .plogos { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.pstrip .pl     { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14px; color: #CBD9D0; }
.pstrip .pl svg { width: 19px; height: 19px; }

/* ===== Content sections ===== */
.sec {
  position: relative;
  padding: 92px 6vw;
  max-width: 1180px;
  margin: 0 auto;
}
.sec-dark   { background: #0A1A13; }
.sec--full  { max-width: none; }

/* Inner width constraint for full-bleed dark sections */
.sec-inner { max-width: 1180px; margin: 0 auto; }

.shead         { max-width: 660px; margin-bottom: 48px; }
.shead.center  { margin-left: auto; margin-right: auto; text-align: center; }
.shead h2      { font-size: 42px; font-weight: 600; color: #fff; margin-top: 14px; }
.shead h2 em   { font-style: italic; color: var(--gold-2); }
.shead p       { font-size: 16.5px; color: #A9BBB0; margin-top: 14px; }

/* ===== Problem / Solution cards ===== */
.twocol { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pcard {
  padding: 28px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.03);
}
.pcard .ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 18px; }
.pcard .ic svg { width: 22px; height: 22px; }
.pcard h4 { font-size: 20px; color: #fff; margin-bottom: 9px; font-weight: 600; }
.pcard p  { font-size: 14.5px; color: #A9BBB0; line-height: 1.6; }

/* ===== How it works — step flows ===== */
.flow2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.flowcol h3   { font-size: 24px; color: #fff; margin-bottom: 6px; }
.flowcol .ft  {
  font-size: 13.5px;
  color: var(--gold-2);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.flowcol .ft--green { color: var(--green); }

.stepline {
  position: relative;
  padding-left: 50px;
  padding-bottom: 26px;
}
/* Connector line between steps */
.stepline::before {
  content: "";
  position: absolute;
  left: 17px; top: 34px; bottom: 0;
  width: 2px;
  background: linear-gradient(rgba(14,159,110,.5), rgba(14,159,110,0));
}
.stepline:last-child              { padding-bottom: 0; }
.stepline:last-child::before      { display: none; }
.stepline .sn {
  position: absolute;
  left: 0; top: 0;
  width: 36px; height: 36px;
  border-radius: 11px;
  background: rgba(14,159,110,.16);
  border: 1px solid rgba(14,159,110,.4);
  display: grid;
  place-items: center;
  color: var(--green);
  font-weight: 800;
  font-size: 14px;
  font-family: 'Fraunces', serif;
}
.stepline h5 { font-size: 15.5px; color: #fff; margin-bottom: 3px; font-weight: 700; }
.stepline p  { font-size: 13.5px; color: #9DB0A5; }

/* ===== Pricing grid ===== */
.pricegrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.priceC {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.1);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.01));
  padding: 24px;
  transition: 0.25s;
  overflow: hidden;
}
.priceC:hover     { transform: translateY(-5px); border-color: rgba(14,159,110,.4); }
.priceC--live     { border-color: rgba(229,168,46,.4); }
.priceC .pth      { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; }
.priceC .ptn      { font-weight: 700; font-size: 16px; color: #fff; }
.priceC .ptmin    { font-size: 11.5px; color: #8FA398; }
.priceC .cpm      { font-family: 'Fraunces', serif; font-size: 32px; font-weight: 600; color: #fff; }
.priceC .cpm sup  { font-size: 13px; color: var(--gold-2); font-weight: 600; font-family: 'Hanken Grotesk', sans-serif; vertical-align: middle; }
.priceC .cpmu     { font-size: 12.5px; color: #9DB0A5; margin-top: 2px; }

.split-bar         { display: flex; height: 7px; border-radius: 6px; overflow: hidden; margin: 16px 0 8px; background: rgba(255,255,255,.08); }
.split-bar .pub    { background: var(--green); }
.split-bar .org    { background: var(--gold-2); }
.split-legend      { display: flex; justify-content: space-between; font-size: 11.5px; color: #9DB0A5; font-weight: 600; }

.pricing-note { text-align: center; margin-top: 24px; }

/* ===== Creator band (green gradient CTA block) ===== */
.sec--creators { padding: 30px 0 0; }
.band {
  position: relative;
  margin: 0 6vw;
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(120deg, #0E5C40, #0A7E57);
  padding: 54px;
}
.band::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--grain);
  opacity: 0.06;
  mix-blend-mode: overlay;
}
.band-in {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.band h2    { font-size: 38px; color: #fff; font-weight: 600; }
.band h2 em { font-style: italic; color: #FBEFD6; }
.band p     { color: #CDEBDD; font-size: 16px; margin: 14px 0 0; line-height: 1.6; }
.band .lbl  { color: #FBEFD6; }
.band .btn  { margin-top: 24px; }

.statgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.statbox {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  padding: 20px;
}
.statbox .sv { font-family: 'Fraunces', serif; font-size: 30px; font-weight: 600; color: #fff; }
.statbox .sl { font-size: 12.5px; color: #BFE0CF; margin-top: 3px; }

/* ===== Vision section — expansion market chips ===== */
.chip-row { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* ===== Footer ===== */
.lfoot {
  padding: 56px 6vw 34px;
  background: #07120D;
  border-top: 1px solid rgba(255,255,255,.07);
}
.lfoot-in {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.lfoot .brand       { color: #fff; margin-bottom: 14px; }
.lfoot .brand small { color: #7E9388; }
.lfoot > .lfoot-in > div > p { font-size: 13.5px; color: #7E9388; max-width: 280px; line-height: 1.6; }

.fcols     { display: flex; gap: 64px; flex-wrap: wrap; }
.fcols h6  { color: #fff; font-size: 12.5px; font-weight: 700; margin-bottom: 14px; letter-spacing: 0.04em; }
.fcols a   { display: block; font-size: 13.5px; color: #9DB0A5; margin-bottom: 10px; }
.fcols a:hover { color: #fff; }

.fbot {
  max-width: 1180px;
  margin: 30px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.07);
  font-size: 12.5px;
  color: #62756A;
  text-align: center;
}
