/* Public landing page */

.small { font-size: 13px; }

.skip-link { position: absolute; left: 12px; top: -48px; z-index: 50; padding: 8px 14px; border-radius: 8px;
  background: var(--primary); color: #fff; font-weight: 600; transition: top .15s; }
.skip-link:focus { top: 12px; color: #fff; }

/* Navigation */
.site-nav {
  position: sticky; top: 0; z-index: 20;
  background: rgba(11, 10, 18, .72); backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid rgba(41, 35, 60, .7);
}
.nav-inner { display: flex; align-items: center; gap: 28px; height: 64px; }
.nav-links { display: flex; gap: 4px; }
.nav-links a { color: var(--text-2); font-size: 14px; font-weight: 500; padding: 6px 12px; border-radius: 8px; }
.nav-links a:hover { color: var(--text); background: var(--surface-2); text-decoration: none; }
.nav-cta { margin-left: auto; display: flex; gap: 8px; align-items: center; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 88px 0 96px; border-bottom: 1px solid var(--border); }
.hero-glow {
  position: absolute; inset: -30% -10% auto; height: 720px; pointer-events: none;
  background:
    radial-gradient(40% 50% at 30% 30%, rgba(139, 92, 246, .30), transparent 70%),
    radial-gradient(30% 40% at 75% 20%, rgba(217, 70, 239, .18), transparent 70%);
  filter: blur(10px);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .35;
  background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(70% 60% at 50% 30%, #000 30%, transparent 100%);
  -webkit-mask-image: radial-gradient(70% 60% at 50% 30%, #000 30%, transparent 100%);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(38px, 5.4vw, 60px); line-height: 1.04; letter-spacing: -0.035em; margin: 22px 0 18px; font-weight: 750; }
.gradient-text { background: linear-gradient(90deg, #c4b5fd, #e879f9 60%, #f0abfc); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { font-size: 18px; color: var(--text-2); max-width: 540px; }
.hero-actions { margin-top: 30px; gap: 12px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px 22px; list-style: none; padding: 0; margin: 28px 0 0; color: var(--muted); font-size: 14px; }
.hero-points li { display: flex; align-items: center; gap: 8px; }
.hero-points li::before { content: ""; width: 16px; height: 16px; border-radius: 50%; background: var(--primary-soft);
  box-shadow: inset 0 0 0 1px var(--primary-line);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c4b5fd' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 9px; background-repeat: no-repeat; background-position: center; }

.hero-code { box-shadow: 0 40px 80px -30px rgba(139, 92, 246, .45), 0 0 0 1px rgba(139, 92, 246, .12); transform: perspective(1400px) rotateY(-4deg) rotateX(2deg); }
.hero-code pre { font-size: 13.5px; padding: 20px; }
.dots { display: inline-flex; gap: 6px; margin-right: 6px; }
.dots i { width: 10px; height: 10px; border-radius: 50%; background: var(--surface-3); }
.dots i:first-child { background: #f87171aa; }
.dots i:nth-child(2) { background: #fbbf24aa; }
.dots i:last-child { background: #34d399aa; }

/* Sections */
.section { padding: 96px 0; border-bottom: 1px solid var(--border); scroll-margin-top: 64px; }
.section-alt { background: linear-gradient(180deg, var(--bg-elev), var(--bg)); }
.section-head { max-width: 640px; margin-bottom: 44px; }
.section-head h2, .request-copy h2 { font-size: clamp(28px, 3.4vw, 38px); margin: 10px 0 12px; font-weight: 700; }
.eyebrow { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--primary-text); }

.feature-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature {
  padding: 26px; border-radius: var(--radius-lg); background: var(--surface); border: 1px solid var(--border);
  transition: border-color .2s, transform .2s, background-color .2s;
}
.feature:hover { border-color: var(--primary-line); transform: translateY(-2px); background: var(--surface-2); }
.feature h3 { font-size: 17px; margin: 18px 0 8px; }
.feature p { color: var(--text-2); font-size: 14.5px; }
.feature-icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  background: var(--primary-soft); border: 1px solid var(--primary-line); color: var(--primary-text); }
.feature-icon svg { width: 20px; height: 20px; }

.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); counter-reset: step; }
.step { position: relative; padding: 28px; border-radius: var(--radius-lg); border: 1px solid var(--border); background: var(--surface); }
.step h3 { font-size: 17px; margin: 18px 0 8px; }
.step p { color: var(--text-2); font-size: 14.5px; }
.step-num { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; font-weight: 700;
  background: linear-gradient(135deg, var(--primary), var(--magenta)); color: #fff; box-shadow: 0 8px 20px -8px rgba(139, 92, 246, .8); }

/* Status */
.status-card { overflow: hidden; }
.status-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding: 20px 24px; border-bottom: 1px solid var(--border); }
.status-top strong { font-size: 16px; }
.status-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); margin: 0; }
.status-grid div { padding: 20px 24px; border-right: 1px solid var(--border); }
.status-grid div:last-child { border-right: 0; }
.status-grid dt { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); font-weight: 600; }
.status-grid dd { margin: 6px 0 0; font-size: 16px; font-weight: 600; font-variant-numeric: tabular-nums; }
.ok { color: var(--success); }
.warn { color: var(--warning); }
.bad { color: var(--danger); }

/* Request form */
.request-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: start; }
.request-copy { position: sticky; top: 100px; }
.checklist { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 12px; }
.checklist li { display: flex; gap: 10px; align-items: center; color: var(--text-2); }
.checklist li::before { content: ""; width: 20px; height: 20px; border-radius: 50%; flex: none; background: var(--primary-soft);
  box-shadow: inset 0 0 0 1px var(--primary-line);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c4b5fd' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 11px; background-repeat: no-repeat; background-position: center; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
#request-form .btn-lg { width: 100%; }

.done { text-align: center; padding: 32px 12px; display: grid; justify-items: center; gap: 12px; }
.done h3 { font-size: 22px; }
.done-icon { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; color: var(--success);
  background: var(--success-soft); border: 1px solid rgba(52, 211, 153, .3); }
.done-icon svg { width: 26px; height: 26px; }
.done .btn { margin-top: 8px; }

/* Footer */
.site-footer { padding: 36px 0; }
.footer-inner { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.footer-links { gap: 18px; margin-left: auto; }
.footer-links a { color: var(--text-2); font-size: 14px; }

@media (max-width: 980px) {
  .hero-grid, .request-grid { grid-template-columns: 1fr; }
  .hero-code { transform: none; }
  .request-copy { position: static; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .status-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .status-grid div:nth-child(3) { border-right: 0; }
  .status-grid div:nth-child(-n+3) { border-bottom: 1px solid var(--border); }
}
@media (max-width: 720px) {
  .nav-links { display: none; }
  .hero { padding: 56px 0 64px; }
  .section { padding: 64px 0; }
  .feature-grid, .steps { grid-template-columns: 1fr; }
  .status-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .status-grid div { border-right: 0; border-bottom: 1px solid var(--border); }
  .status-grid div:nth-child(odd) { border-right: 1px solid var(--border); }
  .nav-cta .btn-ghost { display: none; }
  .footer-links { margin-left: 0; }
}
