/* Marketing-specific styles */

/* Hero */
.hero { position: relative; overflow: hidden; padding: 120px 0 140px; text-align: center; border-bottom: 1px solid var(--border); }
.hero-glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 1000px 500px at 50% 0%, rgba(122, 167, 217, 0.18), transparent 60%); }
.hero-grid {
  position: absolute; inset: 0; opacity: 0.4; pointer-events: none;
  background-image: linear-gradient(to right, rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 700px 400px at 50% 30%, #000 40%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 700px 400px at 50% 30%, #000 40%, transparent 80%);
}
.hero-inner { position: relative; }
.hero .chip { background: rgba(255,255,255,0.03); }
.hero h1 { margin: 24px 0 20px; }
.hero .lead { max-width: 720px; margin: 0 auto 40px; }
.hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Product nav strip */
.prod-strip { border-bottom: 1px solid var(--border); background: var(--bg-1); }
.prod-strip-inner { max-width: 1240px; margin: 0 auto; padding: 0 32px; display: flex; gap: 32px; overflow-x: auto; scrollbar-width: none; justify-content: center; }
.prod-strip-inner::-webkit-scrollbar { display: none; }
.prod-strip a { display: flex; align-items: center; gap: 10px; padding: 16px 0; font-size: 13px; color: var(--text-dim); border-bottom: 2px solid transparent; transition: all .2s; white-space: nowrap; }
.prod-strip a:hover { color: var(--text); }
.prod-strip svg { width: 18px; height: 18px; color: var(--text-mute); }

/* Big product tiles */
.tiles { padding: 96px 0; }
.tile-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.tile { position: relative; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 56px; min-height: 460px; display: flex; flex-direction: column; justify-content: space-between; background: var(--bg-1); transition: border-color .3s; }
.tile:hover { border-color: var(--border-strong); }
.tile.dark { background: #0a0d12; }
.tile.light { background: linear-gradient(180deg, #161b25 0%, #0d1118 100%); }
.tile h2 { font-size: clamp(32px, 3.5vw, 48px); line-height: 1.05; letter-spacing: -0.03em; font-weight: 600; margin: 0 0 12px; }
.tile p { color: var(--text-dim); font-size: 16px; max-width: 420px; margin: 0 0 24px; }
.tile-eyebrow { font-size: 13px; color: var(--brand); font-weight: 500; letter-spacing: -0.01em; }
.tile-cta { display: flex; gap: 24px; font-size: 14px; }
.tile-cta a, .tile-cta span { color: var(--text); border-bottom: 1px solid rgba(255,255,255,0.3); padding-bottom: 2px; transition: border-color .2s; }
.tile-cta a:hover { border-color: var(--text); }
.tile-visual { position: absolute; right: 0; bottom: 0; pointer-events: none; }

/* Feature grid */
.features { padding: 120px 0; border-top: 1px solid var(--border); }
.features-head { text-align: center; max-width: 720px; margin: 0 auto 80px; }
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.feat { background: var(--bg); padding: 40px; }
.feat-icon { width: 36px; height: 36px; color: var(--brand); margin-bottom: 20px; }
.feat h3 { font-size: 17px; font-weight: 600; margin: 0 0 6px; letter-spacing: -0.015em; }
.feat p { color: var(--text-dim); font-size: 14px; margin: 0; line-height: 1.55; }

/* Stats band */
.stats-band { padding: 80px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-1); }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; text-align: center; }
.stat-big .num { font-size: clamp(36px, 4vw, 56px); font-weight: 600; letter-spacing: -0.03em; color: var(--text); }
.stat-big .num span { color: var(--brand); }
.stat-big .lbl { color: var(--text-dim); font-size: 14px; margin-top: 6px; }

/* CTA band */
.cta-band { padding: 120px 0; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 800px 400px at 50% 50%, rgba(122, 167, 217, 0.14), transparent 60%); }
.cta-band > * { position: relative; }

/* Pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.price-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; transition: border-color .2s, transform .2s; display: flex; flex-direction: column; gap: 16px; }
.price-card:hover { border-color: var(--border-strong); transform: translateY(-2px); }
.price-card.featured { border-color: var(--brand); background: linear-gradient(180deg, rgba(122,167,217,0.06), var(--card)); }
.price-card .name { font-size: 20px; font-weight: 600; }
.price-card .price { display: flex; align-items: baseline; gap: 6px; }
.price-card .price .amount { font-size: 40px; font-weight: 600; letter-spacing: -0.025em; }
.price-card .price .suffix { color: var(--text-mute); font-size: 14px; }
.price-card .feats { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; font-size: 13px; color: var(--text-dim); }
.price-card .feats li { display: flex; gap: 8px; align-items: flex-start; }
.price-card .feats li::before { content: '✓'; color: var(--brand); font-weight: 600; }
.price-card .description { color: var(--text-mute); font-size: 13px; }
.price-card .btn { justify-content: center; }

/* Doc / legal pages */
.doc-page { max-width: 800px; margin: 80px auto; padding: 0 32px; color: var(--text-dim); font-size: 15px; line-height: 1.7; }
.doc-page h1, .doc-page h2, .doc-page h3 { color: var(--text); }
.doc-page h1 { font-size: 36px; margin: 0 0 32px; letter-spacing: -0.02em; }
.doc-page h2 { font-size: 22px; margin: 40px 0 12px; letter-spacing: -0.015em; }
.doc-page h3 { font-size: 17px; margin: 24px 0 8px; }
.doc-page p { margin: 12px 0; }
.doc-page ul, .doc-page ol { padding-left: 24px; }
.doc-page li { margin: 6px 0; }
.doc-page code { font-family: var(--mono); background: var(--bg-2); padding: 2px 6px; border-radius: 4px; font-size: 13px; }

@media (max-width: 900px) {
  .tile-row { grid-template-columns: 1fr; }
  .tile { padding: 40px; min-height: 400px; }
  .feat-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: repeat(2, 1fr); gap: 40px 16px; }
  .pricing-grid { grid-template-columns: 1fr; }
}
