:root {
  color-scheme: dark;
  --bg: #0b0e11;
  --panel: #181a20;
  --panel-soft: #12161c;
  --border: #2b3139;
  --text: #eaecef;
  --muted: #848e9c;
  --accent: #fcd535;
  --green: #4fd08a;
  --shadow: rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px clamp(18px, 4vw, 54px);
  background: rgba(11, 14, 17, 0.9);
  border-bottom: 1px solid rgba(43, 49, 57, 0.82);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--accent);
  background: var(--panel);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

.nav-links a:hover {
  color: var(--text);
}

.header-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 800;
  white-space: nowrap;
}

.header-cta,
.primary-button {
  background: var(--accent);
  color: #111;
}

.secondary-button {
  border: 1px solid var(--border);
  background: rgba(24, 26, 32, 0.72);
  color: var(--text);
}

.hero-section,
.section {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.86fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  min-height: 640px;
  padding: 62px 0 52px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 700px;
  margin-bottom: 20px;
  font-size: clamp(38px, 5.6vw, 62px);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(27px, 3.7vw, 42px);
  line-height: 1.1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.hero-text {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(16px, 1.8vw, 19px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 14px;
}

.microcopy,
.payment-note,
.section-heading p {
  color: var(--muted);
  font-size: 14px;
}

.signal-preview,
.feature-card,
.pricing-card,
.text-panel,
.policy-card,
.contact-section,
.faq-list details,
.workflow-grid li,
.wait-card,
.payment-note {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 24px 80px var(--shadow);
}

.signal-preview {
  padding: 22px;
}

.signal-topline,
.price-line,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.badge {
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 800;
}

.badge.wait {
  border: 1px solid rgba(252, 213, 53, 0.42);
  color: var(--accent);
  background: rgba(252, 213, 53, 0.1);
}

.price-line {
  margin: 22px 0 16px;
  color: var(--muted);
}

.price-line strong {
  color: var(--green);
}

.chart-card {
  position: relative;
  overflow: hidden;
  height: 210px;
  margin-bottom: 18px;
  border: 1px solid rgba(43, 49, 57, 0.9);
  border-radius: 8px;
  background:
    linear-gradient(rgba(43, 49, 57, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43, 49, 57, 0.18) 1px, transparent 1px),
    #101318;
  background-size: 100% 52px, 72px 100%;
}

.chart-card svg {
  position: absolute;
  inset: 20px 16px 18px;
  width: calc(100% - 32px);
  height: calc(100% - 38px);
}

.chart-card path {
  fill: none;
  stroke: var(--text);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.marker {
  position: absolute;
  border-radius: 999px;
  padding: 4px 8px;
  color: #111;
  background: var(--accent);
  font-size: 11px;
  font-weight: 800;
}

.marker-max {
  right: 22px;
  top: 34px;
}

.marker-min {
  left: 28px;
  bottom: 34px;
}

.section {
  padding: 66px 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 28px;
}

.feature-card p,
.workflow-grid p,
.policy-card p,
.contact-section p,
.faq-list p,
.signal-preview p,
.text-panel p {
  color: var(--muted);
}

.feature-grid,
.pricing-grid,
.policy-grid,
.wait-monitor-grid,
.workflow-grid {
  display: grid;
  gap: 16px;
}

.feature-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pricing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.policy-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.workflow-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.wait-monitor-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  gap: 24px;
  align-items: start;
}

.wait-monitor-copy {
  position: sticky;
  top: 96px;
}

.wait-monitor-copy p {
  color: var(--muted);
}

.wait-demo-button {
  margin-top: 12px;
}

.wait-monitor-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wait-card {
  padding: 22px;
}

.wait-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
}

.wait-card p {
  color: var(--muted);
}

.feature-card,
.pricing-card,
.policy-card,
.text-panel,
.contact-section,
.workflow-grid li,
.payment-note {
  padding: 22px;
}

.feature-number,
.workflow-grid span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
}

.workflow-grid span {
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(252, 213, 53, 0.38);
  border-radius: 8px;
  background: rgba(252, 213, 53, 0.08);
}

.workflow-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
}

.pricing-card span {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

.pricing-card strong {
  display: block;
  margin-top: 10px;
  color: var(--accent);
  font-size: 30px;
}

.payment-note {
  margin-top: 16px;
}

.payment-note p {
  margin: 0;
}

.risk-section {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: start;
}

.required-disclaimer {
  color: var(--text) !important;
  font-weight: 750;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 18px 20px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.faq-list p {
  margin: 12px 0 0;
}

.contact-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-footer {
  padding: 28px clamp(18px, 4vw, 54px);
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 1080px) {
  .feature-grid,
  .workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .nav-links {
    display: none;
  }

  .hero-section,
  .risk-section,
  .wait-monitor-section,
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .wait-monitor-copy {
    position: static;
  }

  .hero-section {
    min-height: auto;
    padding-top: 44px;
  }

  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand span:last-child {
    max-width: 152px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-cta {
    padding: 0 12px;
    font-size: 13px;
  }

  .hero-section,
  .section {
    width: min(100% - 28px, 1160px);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .feature-grid,
  .pricing-grid,
  .wait-monitor-grid,
  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .chart-card {
    height: 174px;
  }

  .contact-section,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  .site-header {
    gap: 10px;
  }

  .brand span:last-child {
    max-width: 118px;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 10px;
  }
}
