:root {
  --bg: #080A0F;
  --panel: #10141D;
  --panel-2: #151B27;
  --text: #F5F7FB;
  --muted: #A7AFBE;
  --line: rgba(255,255,255,0.1);
  --accent: #8AE9FF;
  --accent-2: #6D7DFF;
  --success: #90FFB7;
  --shadow: 0 30px 80px rgba(0,0,0,0.4);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(109,125,255,0.22), transparent 34%),
    radial-gradient(circle at 88% 2%, rgba(138,233,255,0.16), transparent 30%),
    var(--bg);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 5vw, 72px);
  backdrop-filter: blur(18px);
  background: rgba(8,10,15,0.76);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -0.04em; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(138,233,255,0.45);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(138,233,255,0.16), rgba(109,125,255,0.18));
  color: var(--accent);
  font-size: 12px;
  letter-spacing: -0.02em;
}
.nav { display: flex; gap: 26px; align-items: center; color: var(--muted); font-size: 14px; font-weight: 600; }
.nav a:hover { color: var(--text); }
.nav-cta { color: var(--text) !important; border: 1px solid var(--line); border-radius: 999px; padding: 10px 16px; background: rgba(255,255,255,0.06); }
.section-pad { padding: 92px clamp(20px, 5vw, 72px); }
.section-tight { padding: 20px clamp(20px, 5vw, 72px) 64px; }
.hero { min-height: 82vh; display: grid; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 60px; align-items: center; max-width: 1180px; margin: 0 auto; }
.eyebrow { color: var(--accent); text-transform: uppercase; font-size: 12px; letter-spacing: 0.16em; font-weight: 800; margin-bottom: 18px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(58px, 9vw, 116px); line-height: 0.88; letter-spacing: -0.085em; margin-bottom: 28px; }
h2 { font-size: clamp(34px, 5vw, 64px); line-height: 0.98; letter-spacing: -0.065em; margin-bottom: 18px; }
h3 { font-size: 22px; letter-spacing: -0.04em; margin-bottom: 12px; }
p { color: var(--muted); line-height: 1.65; }
.hero-lede { font-size: 21px; max-width: 690px; color: #D9DFEA; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 800; font-size: 14px; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.primary { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #05070B; }
.secondary { border: 1px solid var(--line); background: rgba(255,255,255,0.05); color: var(--text); }
.full { width: 100%; }
.trust-line { color: var(--muted); font-size: 13px; }
.system-card { background: linear-gradient(180deg, rgba(21,27,39,0.95), rgba(12,15,22,0.95)); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); padding: 24px; position: relative; overflow: hidden; }
.system-card:before { content: ""; position: absolute; inset: -2px; background: radial-gradient(circle at 50% 0, rgba(138,233,255,0.18), transparent 42%); pointer-events: none; }
.card-topline { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; letter-spacing: 0.14em; margin-bottom: 24px; position: relative; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.24); }
.card-title { margin-left: auto; }
.queue-item { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; margin-bottom: 14px; background: rgba(255,255,255,0.04); position: relative; }
.queue-item.active { border-color: rgba(138,233,255,0.42); background: rgba(138,233,255,0.08); }
.queue-item span { color: var(--accent); font-weight: 900; }
.queue-item strong { display: block; margin-bottom: 4px; }
.queue-item p { margin: 0; font-size: 13px; }
.status-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 20px; position: relative; }
.status-grid div { border: 1px solid var(--line); border-radius: 16px; padding: 16px; background: rgba(255,255,255,0.04); }
.status-grid strong { display: block; font-size: 26px; letter-spacing: -0.05em; }
.status-grid span { color: var(--muted); font-size: 12px; }
.logos { max-width: 1180px; margin: 0 auto; color: var(--muted); }
.logos p { text-align: center; font-size: 13px; text-transform: uppercase; letter-spacing: 0.12em; }
.logo-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.logo-row span { border: 1px solid var(--line); background: rgba(255,255,255,0.04); border-radius: 999px; padding: 10px 16px; font-weight: 800; color: #DDE4EF; }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; max-width: 1180px; margin: 0 auto; }
.copy-block { font-size: 17px; }
.check-list, .workflow-card ul, .price-card ul { list-style: none; padding: 0; margin: 24px 0 0; }
.check-list li, .workflow-card li, .price-card li { color: #DDE4EF; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.check-list li:before, .workflow-card li:before, .price-card li:before { content: "✓"; color: var(--success); font-weight: 900; margin-right: 10px; }
.section-heading { max-width: 820px; margin: 0 auto 42px; text-align: center; }
.service-grid, .workflow-grid, .pricing-grid, .process-grid { max-width: 1180px; margin: 0 auto; display: grid; gap: 18px; }
.service-grid { grid-template-columns: repeat(3, 1fr); }
.service-card, .workflow-card, .price-card, .process-step { border: 1px solid var(--line); background: rgba(255,255,255,0.045); border-radius: 24px; padding: 28px; }
.service-card p, .workflow-card p, .price-card p, .process-step p { margin-bottom: 0; }
.workflow-section { background: linear-gradient(180deg, rgba(255,255,255,0.025), transparent); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.workflow-grid { grid-template-columns: repeat(2, 1fr); }
.workflow-card.featured { border-color: rgba(138,233,255,0.35); background: linear-gradient(180deg, rgba(138,233,255,0.09), rgba(255,255,255,0.045)); }
.pill { display: inline-flex; border: 1px solid rgba(138,233,255,0.28); border-radius: 999px; padding: 7px 11px; color: var(--accent); font-size: 12px; font-weight: 900; margin-bottom: 18px; }
.process-grid { grid-template-columns: repeat(4, 1fr); }
.process-step span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: rgba(138,233,255,0.12); color: var(--accent); font-weight: 900; margin-bottom: 18px; }
.pricing-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.price-card { display: flex; flex-direction: column; }
.price-card.highlighted { border-color: rgba(138,233,255,0.42); box-shadow: 0 24px 70px rgba(109,125,255,0.16); }
.price { font-size: 42px; font-weight: 900; letter-spacing: -0.06em; color: var(--text); margin-bottom: 10px; }
.price span { font-size: 15px; color: var(--muted); letter-spacing: -0.02em; }
.price-card ul { margin-bottom: 28px; }
.price-card .button { margin-top: auto; }
.cta-card { max-width: 1180px; margin: 0 auto; border: 1px solid rgba(138,233,255,0.35); border-radius: 34px; background: linear-gradient(135deg, rgba(138,233,255,0.13), rgba(109,125,255,0.10)); padding: clamp(28px, 5vw, 56px); display: flex; align-items: center; justify-content: space-between; gap: 30px; box-shadow: var(--shadow); }
.cta-card h2 { max-width: 720px; }
.cta-card p { max-width: 700px; margin-bottom: 0; }
.footer { padding: 40px clamp(20px, 5vw, 72px); border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 24px; color: var(--muted); }
.footer p { margin: 0; font-size: 14px; }
.footer-links { display: flex; gap: 18px; font-size: 14px; }
.footer-links a:hover { color: var(--text); }
@media (max-width: 960px) {
  .nav { display: none; }
  .hero-grid, .split-section, .workflow-grid, .pricing-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer, .cta-card { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .section-pad { padding: 68px 20px; }
  .hero { min-height: auto; padding-top: 70px; }
  .service-grid, .process-grid { grid-template-columns: 1fr; }
  .status-grid { grid-template-columns: 1fr; }
  .hero-actions, .footer-links { flex-direction: column; width: 100%; }
  .button { width: 100%; }
  h1 { font-size: 62px; }
}
h1, h2, h3, p, li, a, span {
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
}
.hero-copy,
.section-heading,
.copy-block,
.cta-card {
  max-width: 720px;
}
.hero h1 {
  font-size: clamp(3.2rem, 8vw, 6rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
}
