html, body { margin: 0; padding: 0; background: #0c0d10; }

.lp {
  --accent: #f0c24a;
  min-height: 100vh;
  background: #0c0d10;
  color: #f5f6f7;
  font-family: 'Manrope', sans-serif;
  overflow-x: clip;
  position: relative;
}
.lp :focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
.lp a { cursor: pointer; }
.lp .duke { color: var(--accent); }
.lp .accent { color: var(--accent); text-shadow: 0 0 40px var(--accent); }

.glow { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; }
.glow1 { top: -180px; left: 50%; transform: translateX(-50%); width: 760px; height: 540px; background: radial-gradient(circle, rgba(240, 194, 74, 0.16), transparent 68%); }
.glow2 { top: 620px; right: -160px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(91, 123, 255, 0.1), transparent 70%); }

@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes marq { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes pulseGlow { 0%, 100% { opacity: 0.5; } 50% { opacity: 1; } }

.lp-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--accent); color: #1b1404; border: none; font: 700 14px 'Manrope'; cursor: pointer;
  padding: 12px 22px; border-radius: 12px; box-shadow: 0 0 28px -6px var(--accent); white-space: nowrap;
  transition: transform 0.1s, box-shadow 0.15s;
}
.lp-cta:hover { transform: translateY(-1px); box-shadow: 0 0 38px -4px var(--accent); }
.lp-cta.sm { padding: 10px 20px; }
.lp-cta.big { height: 56px; padding: 0 28px; font-size: 16px; border-radius: 14px; }

/* nav */
.lp-nav { position: relative; z-index: 10; max-width: 1200px; margin: 0 auto; padding: 26px 32px; display: flex; align-items: center; justify-content: space-between; }
.lp-mark { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 4px; text-decoration: none; }
.lp-mark > span { font: 400 24px 'Archivo Black'; letter-spacing: -0.02em; line-height: 0.9; color: #f5f6f7; }
.lp-mark i { width: 100%; height: 3px; background: linear-gradient(90deg, transparent, var(--accent)); border-radius: 2px; }
.lp-nav-links { display: flex; align-items: center; gap: 28px; }
.lp-nav-links a { font: 600 14px 'Manrope'; color: #aeb3ba; }
.lp-nav-links a:hover { color: #f5f6f7; }

/* hero — centered value-prop */
.lp-hero { position: relative; z-index: 10; max-width: 860px; margin: 0 auto; padding: 40px 32px 0; display: flex; flex-direction: column; align-items: center; text-align: center; }
.lp-badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); margin-bottom: 26px; font: 600 12.5px 'Manrope'; color: #cfd3d8; }
.lp-badge .pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); animation: pulseGlow 2s infinite; }
.lp-hero h1 { font: 700 62px 'Space Grotesk'; letter-spacing: -0.035em; line-height: 1.03; margin: 0 0 20px; overflow-wrap: break-word; }
.lp-lede { font: 500 19px 'Manrope'; color: #9aa0a8; line-height: 1.55; max-width: 620px; margin: 0 0 30px; }
.lp-lede [data-lp="hero-count"] { color: var(--accent); font-weight: 700; }
.lp-hero-cta { margin-bottom: 18px; }
.lp-trust { display: flex; align-items: center; gap: 8px; font: 500 13px 'Manrope'; color: #9aa0a8; }

/* anti-hype strip — brand moat band under the hero */
.lp-antihype { position: relative; z-index: 10; max-width: 980px; margin: 34px auto 0; padding: 0 32px; }
.lp-antihype-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 18px; padding: 16px 24px; border-radius: 14px; background: rgba(240, 194, 74, 0.05); border: 1px solid rgba(240, 194, 74, 0.18); }
.lp-antihype-item { display: inline-flex; align-items: center; gap: 8px; font: 600 14px 'Manrope'; color: #d9dde2; white-space: nowrap; }
.lp-antihype-dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(255, 255, 255, 0.22); }

/* ghost (secondary) button — keeps a single bright gold primary per view */
.lp-cta.ghost { background: transparent; color: #f5f6f7; border: 1px solid rgba(255, 255, 255, 0.18); box-shadow: none; }
.lp-cta.ghost:hover { border-color: rgba(255, 255, 255, 0.4); transform: none; box-shadow: none; }

/* sticky mobile CTA — appears after the hero scrolls away (thumb-zone, safe-area) */
.lp-sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 12px 16px max(12px, env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(12, 13, 16, 0), #0c0d10 38%); display: none;
  transform: translateY(120%); transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.lp-sticky.show { transform: translateY(0); }
.lp-sticky .lp-cta { width: 100%; height: 54px; font-size: 16px; }

/* proof block before the final CTA */
.lp-proof { position: relative; z-index: 10; max-width: 880px; margin: 60px auto 0; padding: 0 32px; text-align: center; }
.lp-proof-quote { font: 600 24px 'Space Grotesk'; line-height: 1.4; letter-spacing: -0.01em; color: #e7ecf3; }
.lp-proof-quote b { color: var(--accent); }
.lp-proof-sub { font: 500 14px 'Manrope'; color: #8a9099; margin-top: 16px; }

/* feature showcase (rotating) */
.lp-show { position: relative; z-index: 10; max-width: 1200px; margin: 56px auto 0; padding: 0 32px; }
.lp-show-head { text-align: center; margin-bottom: 28px; }
.lp-show-head .eyebrow { font: 700 12px 'Space Mono'; letter-spacing: 0.22em; color: var(--accent); margin-bottom: 12px; }
.lp-show-head h2 { font: 700 36px 'Space Grotesk'; letter-spacing: -0.03em; margin: 0; line-height: 1.1; }
.lp-show-grid { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); gap: 40px; align-items: center; }

/* text + tabs */
.lp-show-text { min-width: 0; }
.lp-show-slides { position: relative; min-height: 132px; margin-bottom: 22px; }
.lp-show-slide { position: absolute; inset: 0; opacity: 0; transform: translateY(8px); pointer-events: none; transition: opacity 0.45s, transform 0.45s; }
.lp-show-slide.is-active { position: relative; opacity: 1; transform: none; pointer-events: auto; }
.lp-show-slide h3 { font: 700 27px 'Space Grotesk'; letter-spacing: -0.025em; line-height: 1.15; margin: 0 0 12px; }
.lp-show-slide p { font: 500 16px 'Manrope'; color: #9aa0a8; line-height: 1.5; margin: 0; max-width: 380px; }

.lp-show-tabs { display: flex; flex-direction: column; gap: 8px; }
.lp-show-tab { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; text-align: left; cursor: pointer; padding: 11px 16px; border-radius: 13px; background: transparent; border: 1px solid rgba(255, 255, 255, 0.08); color: #f5f6f7; transition: border-color 0.15s, background 0.15s; position: relative; }
.lp-show-tab:hover { border-color: rgba(255, 255, 255, 0.18); }
.lp-show-tab.is-active { background: rgba(240, 194, 74, 0.08); border-color: rgba(240, 194, 74, 0.4); }
.lp-show-tab-l { font: 700 14.5px 'Manrope'; }
.lp-show-tab.is-active .lp-show-tab-l { color: var(--accent); }
.lp-show-tab-d { font: 500 12.5px 'Manrope'; color: #8a9099; }

/* graphic frame */
.lp-show-frame { min-width: 0; border-radius: 16px; overflow: hidden; background: #0f1115; border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.8), 0 0 90px -40px var(--accent); }
.lp-show-bar { display: flex; align-items: center; gap: 7px; padding: 11px 16px; background: rgba(255, 255, 255, 0.03); border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
.lp-show-bar i { width: 11px; height: 11px; border-radius: 50%; background: rgba(255, 255, 255, 0.16); }
.lp-show-stage { position: relative; width: 100%; aspect-ratio: 1200 / 843; background: #0c0d10; }
.lp-show-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; opacity: 0; transition: opacity 0.5s ease; }
.lp-show-img.is-active { opacity: 1; }

.lp-show-dots { display: none; justify-content: center; gap: 9px; margin-top: 22px; }
.lp-show-dot { width: 8px; height: 8px; border-radius: 50%; padding: 0; cursor: pointer; background: rgba(255, 255, 255, 0.18); border: none; transition: background 0.2s, width 0.2s; }
.lp-show-dot.is-active { background: var(--accent); width: 22px; border-radius: 5px; }

/* what you get — value cards */
.lp-value { position: relative; z-index: 10; max-width: 1100px; margin: 64px auto 0; padding: 0 32px; }
.lp-value-head { text-align: center; margin-bottom: 32px; }
.lp-value-head .eyebrow { font: 700 12px 'Space Mono'; letter-spacing: 0.22em; color: var(--accent); margin-bottom: 12px; }
.lp-value-head h2 { font: 700 36px 'Space Grotesk'; letter-spacing: -0.03em; margin: 0; line-height: 1.1; }
.lp-value-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.lp-value-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lp-value-card { border-radius: 18px; padding: 26px 26px 24px; background: rgba(255, 255, 255, 0.025); border: 1px solid rgba(255, 255, 255, 0.08); transition: border-color 0.15s, background 0.15s; }
.lp-value-card:hover { border-color: rgba(240, 194, 74, 0.3); background: rgba(240, 194, 74, 0.04); }
.lp-value-ic { width: 46px; height: 46px; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--accent); background: rgba(240, 194, 74, 0.1); border: 1px solid rgba(240, 194, 74, 0.22); }
.lp-value-card h3 { font: 700 20px 'Space Grotesk'; letter-spacing: -0.02em; margin: 0 0 9px; line-height: 1.15; }
.lp-value-card p { font: 500 15px 'Manrope'; color: #9aa0a8; line-height: 1.55; margin: 0; }

/* marquee */
.lp-marq { position: relative; z-index: 10; margin-top: 52px; padding: 22px 0; border-top: 1px solid rgba(255, 255, 255, 0.07); border-bottom: 1px solid rgba(255, 255, 255, 0.07); background: rgba(255, 255, 255, 0.012); overflow: hidden; }
.lp-marq-label { text-align: center; font: 700 11px 'Space Mono'; letter-spacing: 0.24em; color: #6b7079; margin-bottom: 20px; }
.lp-marq-row { display: flex; width: max-content; animation: marq 26s linear infinite; gap: 64px; padding-left: 64px; }
.lp-marq-row span { font: 700 24px 'Space Grotesk'; color: #5a616b; white-space: nowrap; letter-spacing: -0.01em; }

/* stats */
.lp-stats { position: relative; z-index: 10; max-width: 1100px; margin: 56px auto 0; padding: 0 32px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.lp-stat { text-align: center; }
.lp-stat .v { font: 700 46px 'Space Grotesk'; color: var(--accent); letter-spacing: -0.03em; font-variant-numeric: tabular-nums slashed-zero; }
.lp-stat .l { font: 600 13px 'Manrope'; color: #9aa0a8; margin-top: 6px; }

/* daily freshness */
.lp-fresh { position: relative; z-index: 10; max-width: 720px; margin: 44px auto 0; padding: 0 32px; }
.lp-fresh-card { border-radius: 20px; padding: 24px 26px 20px; background: rgba(255, 255, 255, 0.025); border: 1px solid rgba(255, 255, 255, 0.08); }
.lp-fresh-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; flex-wrap: wrap; }
.lp-fresh-eyebrow { display: inline-flex; align-items: center; gap: 8px; font: 700 12px 'Space Mono'; letter-spacing: 0.16em; text-transform: uppercase; color: #aeb3ba; }
.lp-fresh-eyebrow .pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); animation: pulseGlow 2s infinite; }
.lp-fresh-badge { font: 700 13px 'Manrope'; color: var(--accent); padding: 5px 12px; border-radius: 999px; background: rgba(240, 194, 74, 0.1); border: 1px solid rgba(240, 194, 74, 0.22); white-space: nowrap; }
.lp-fresh-chart { width: 100%; height: 120px; }
.lp-fresh-chart svg { display: block; }
.lp-fresh-bar { fill: var(--accent); opacity: 0.92; transform-box: fill-box; transform-origin: bottom; animation: growBar 0.5s cubic-bezier(0.22, 1, 0.36, 1) both; }
.lp-fresh-bar:hover { opacity: 1; }
.lp-fresh-base { fill: rgba(255, 255, 255, 0.12); }
.lp-fresh-skel { border-radius: 10px; background: linear-gradient(90deg, rgba(255,255,255,0.03), rgba(255,255,255,0.06), rgba(255,255,255,0.03)); }
.lp-fresh-foot { font: 500 13px 'Manrope'; color: #8a9099; margin-top: 14px; line-height: 1.45; }
@keyframes growBar { from { transform: scaleY(0); } to { transform: scaleY(1); } }

/* final cta */
.lp-final { position: relative; z-index: 10; max-width: 1100px; margin: 60px auto 0; padding: 0 32px; }
.lp-final-box { position: relative; overflow: hidden; max-width: 600px; margin: 0 auto; border-radius: 24px; padding: 44px 40px; text-align: center; background: radial-gradient(110% 130% at 50% -10%, rgba(240, 194, 74, 0.12), transparent 55%), linear-gradient(135deg, #15191e, #0e1013); border: 1px solid rgba(255, 255, 255, 0.09); }
.lp-final-glow { display: none; }
.lp-final-box > * { position: relative; }
.lp-final-badge { width: 50px; height: 50px; border-radius: 50%; border: 2.5px solid var(--accent); display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 0 26px -8px var(--accent); margin-bottom: 18px; font: 700 20px 'Space Grotesk'; color: var(--accent); letter-spacing: -0.05em; }
.lp-final-box h2 { font: 700 32px 'Space Grotesk'; letter-spacing: -0.03em; margin: 0 0 12px; line-height: 1.1; }
.lp-final-box p { font: 500 15px 'Manrope'; color: #9aa0a8; margin: 0 auto 26px; max-width: 400px; line-height: 1.5; }

/* footer */
.lp-foot { position: relative; z-index: 10; max-width: 1100px; margin: 52px auto 0; padding: 26px 32px 40px; border-top: 1px solid rgba(255, 255, 255, 0.07); display: flex; align-items: center; justify-content: space-between; }
.lp-foot-mark { display: flex; align-items: center; gap: 9px; }
.lp-foot-mark .b { width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid #5a616b; display: inline-flex; align-items: center; justify-content: center; font: 700 13px 'Space Grotesk'; color: #5a616b; letter-spacing: -0.04em; }
.lp-foot-mark > span { font: 700 16px 'Space Grotesk'; color: #8a9099; }
.lp-foot .copy { font: 500 13px 'Manrope'; color: #5a616b; }

/* accessibility: honor reduced-motion — kill ambient loops + entrance tweens */
@media (prefers-reduced-motion: reduce) {
  .lp *, .lp *::before, .lp *::after { animation: none !important; transition: none !important; }
  .lp-sticky { transition: none; }
}

/* responsive */
@media (max-width: 880px) {
  .lp-sticky { display: block; }
  .lp-hero { padding: 24px 22px 0; }
  .lp-hero h1 { font-size: 40px; }
  .lp-value { margin-top: 48px; padding: 0 22px; }
  .lp-value-head h2 { font-size: 28px; }
  .lp-value-grid, .lp-value-grid-3 { grid-template-columns: 1fr; gap: 14px; }
  .lp-nav-links a:not(.lp-cta) { display: none; }
  .lp-stats { grid-template-columns: repeat(2, 1fr); gap: 32px 16px; }
  .lp-fresh { margin-top: 44px; padding: 0 22px; }
  .lp-fresh-card { padding: 20px 18px 16px; }
  .lp-fresh-chart, .lp-fresh-skel { height: 88px; }
  .lp-fresh-foot { font-size: 12px; }
  .lp-final-box h2 { font-size: 30px; }
  .lp-final-box { padding: 44px 24px; }

  /* showcase: stack graphic over text, use dots, drop side tabs */
  .lp-show { margin-top: 44px; padding: 0 22px; }
  .lp-show-head { margin-bottom: 22px; }
  .lp-show-head h2 { font-size: 28px; }
  .lp-show-grid { grid-template-columns: 1fr; gap: 22px; }
  .lp-show-frame { order: -1; }
  .lp-show-text { text-align: center; }
  .lp-show-slides { min-height: 118px; margin-bottom: 0; }
  .lp-show-slide h3 { font-size: 23px; }
  .lp-show-slide p { margin-left: auto; margin-right: auto; }
  .lp-show-tabs { display: none; }
  .lp-show-dots { display: flex; }
}

@media (max-width: 440px) {
  .lp-hero h1 { font-size: 34px; }
  .lp-show-slide h3 { font-size: 21px; }
  .lp-show-slides { min-height: 132px; }
}
