:root {
  --navy: #0b1f3a;
  --navy-2: #102d52;
  --blue: #005bb5;
  --cyan: #00c2ff;
  --ink: #132238;
  --muted: #53657a;
  --line: #d9e2ec;
  --surface: #f5f7fa;
  --white: #fff;
  --green: #2ecc71;
  --radius: 20px;
  --shadow: 0 20px 60px rgba(11, 31, 58, .12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); transition: background-color .2s ease, color .2s ease; }
html[data-theme="dark"] {
  --navy: #e6f0fb;
  --navy-2: #17345a;
  --blue: #55b8ff;
  --cyan: #58d8ff;
  --ink: #e8f1fb;
  --muted: #a9b9cb;
  --line: #2d435d;
  --surface: #101c2d;
  --white: #0b1524;
  --shadow: 0 20px 60px rgba(0,0,0,.32);
  color-scheme: dark;
}
a { color: inherit; }
.skip-link { position: absolute; left: -9999px; z-index: 10; padding: .75rem 1rem; background: var(--white); }
.skip-link:focus { left: 1rem; top: 1rem; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; padding: 16px 0 0; background: transparent; }
.nav { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 4px 16px; border: 1px solid rgba(255,255,255,.4); border-radius: 12px; background: rgba(255,255,255,.75); backdrop-filter: blur(24px); box-shadow: 0 10px 15px -3px rgba(11,31,58,.04), 0 4px 6px -4px rgba(11,31,58,.04); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-weight: 800; text-decoration: none; letter-spacing: -.03em; }
.brand-mark { display: block; flex: 0 0 44px; width: 44px; height: 36px; overflow: hidden; background: url('/assets/gds-cloud-arrow.png') center / 108px 72px no-repeat; }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: .92rem; color: var(--muted); }
.nav-links a { text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,123,255,.22); }
.button-primary { color: var(--white); background: var(--blue); }
.button-secondary { color: var(--navy); border-color: var(--line); background: var(--white); }
.button-small { min-height: 40px; padding: 0 16px; font-size: .9rem; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.theme-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 40px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); background: var(--white); font: 750 .86rem/1 Inter, ui-sans-serif, system-ui, sans-serif; cursor: pointer; }
.theme-toggle:hover, .theme-toggle:focus-visible { border-color: var(--blue); outline: 3px solid rgba(0,194,255,.2); outline-offset: 2px; }
.hero { position: relative; overflow: hidden; padding: 104px 0 92px; background: radial-gradient(circle at 80% 10%, rgba(0,194,255,.2), transparent 35%), linear-gradient(135deg, #f7fbff 0%, #fff 65%); }
html[data-theme="dark"] .nav { border-color: rgba(255,255,255,.12); background: rgba(11,21,36,.82); }
html[data-theme="dark"] .hero { background: radial-gradient(circle at 80% 10%, rgba(0,194,255,.13), transparent 35%), linear-gradient(135deg, #0d1b2d 0%, #0b1524 65%); }
html[data-theme="dark"] .section-muted { background: #0e1a2a; }
html[data-theme="dark"] .button-secondary { color: var(--navy); background: #122238; }
html[data-theme="dark"] .button-primary, html[data-theme="dark"] .hero-card, html[data-theme="dark"] .cta { color: #fff; }
html[data-theme="dark"] .hero-card h2, html[data-theme="dark"] .cta h2, html[data-theme="dark"] .site-footer .brand { color: #fff; }
html[data-theme="dark"] .card, html[data-theme="dark"] input, html[data-theme="dark"] textarea, html[data-theme="dark"] select { background: #122238; }
html[data-theme="dark"] .icon { background: #123451; }
html[data-theme="dark"] .quote { background: #102b43; }
html[data-theme="dark"] .quote p, html[data-theme="dark"] .growth-flow span { color: var(--navy); }
html[data-theme="dark"] .growth-flow span { background: #123451; }
html[data-theme="dark"] .placeholder { background: #122238; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 64px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px; color: var(--blue); font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--cyan); }
h1, h2, h3 { color: var(--navy); font-family: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: -.045em; line-height: 1.08; }
h1 { max-width: 720px; margin: 0 0 24px; font-size: clamp(2.65rem, 6vw, 5.1rem); }
h2 { margin: 0 0 16px; font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { margin: 0 0 10px; font-size: 1.25rem; letter-spacing: -.025em; }
.lede { max-width: 620px; margin: 0 0 30px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-card { position: relative; min-height: 370px; padding: 28px; border: 1px solid rgba(0,123,255,.16); border-radius: 28px; background: linear-gradient(150deg, var(--navy), var(--navy-2)); box-shadow: var(--shadow); color: var(--white); }
.hero-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -50px; top: -50px; border-radius: 50%; background: rgba(0,194,255,.24); filter: blur(4px); }
.hero-card h2 { position: relative; z-index: 1; color: var(--white); font-size: 2rem; }
.signal-list { position: relative; z-index: 1; display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.signal-list li { display: flex; gap: 10px; align-items: flex-start; padding: 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.08); }
.signal-list li::before { content: "✓"; color: #7ff0b0; font-weight: 900; }
.section { padding: 92px 0; }
.section-muted { background: var(--surface); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.section-head p { max-width: 550px; margin: 0; color: var(--muted); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.card p { margin: 0; color: var(--muted); }
.card-link { display: block; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.card-link:hover, .card-link:focus-visible { transform: translateY(-4px); box-shadow: var(--shadow); }
.pricing-grid { align-items: stretch; }
.pricing-card { display: flex; flex-direction: column; }
.pricing-card.featured { border-color: var(--blue); box-shadow: 0 18px 50px rgba(0,91,181,.16); }
.price-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 14px 0 18px; }
.billing-label { margin: 0 0 2px !important; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price { margin: 0 !important; color: var(--navy) !important; font-size: clamp(1.45rem, 2.4vw, 2rem); font-weight: 850; letter-spacing: -.04em; white-space: nowrap; }
.price span { margin-left: 4px; color: var(--muted); font-size: .95rem; font-weight: 650; letter-spacing: 0; }
.pricing-actions { display: grid; gap: 9px; margin-top: auto; padding-top: 24px; }
.icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 20px; border-radius: 13px; color: var(--blue); background: #e6f4ff; font-weight: 900; }
.steps { counter-reset: steps; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { position: relative; padding-top: 58px; }
.step::before { counter-increment: steps; content: counter(steps, decimal-leading-zero); position: absolute; top: 0; left: 0; color: var(--cyan); font-size: 1.2rem; font-weight: 900; }
.quote { padding: 36px; border-left: 4px solid var(--cyan); border-radius: 0 var(--radius) var(--radius) 0; background: #eefaff; }
.quote p { margin: 0; color: var(--navy); font-size: 1.25rem; font-weight: 700; }
.growth-flow { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; margin-top: 28px; align-items: center; }
.growth-flow span { position: relative; padding: 12px 8px; border: 1px solid rgba(0,123,255,.18); border-radius: 12px; color: var(--navy); background: #eef7ff; text-align: center; font-size: .82rem; font-weight: 800; }
.growth-flow span:not(:last-child)::after { content: "→"; position: absolute; margin-left: 12px; color: var(--cyan); }
.entity-callout { margin: 0 0 20px; color: var(--navy); font-size: 1.12rem; font-weight: 800; }
.breadcrumbs { margin: 22px auto 0; color: var(--muted); font-size: .86rem; }
.breadcrumbs a { color: var(--blue); }
.site-footer strong { color: var(--white); }
.placeholder { padding: 18px; border: 1px dashed #8aa3bb; border-radius: 14px; color: var(--muted); background: #fbfdff; }
.cta { padding: 60px 0; color: var(--white); background: linear-gradient(135deg, var(--navy), #0b345e); }
.cta h2 { color: var(--white); }
.cta p { max-width: 600px; color: #d7e7f7; }
.cta label { color: var(--white); }
.cta .fine-print { color: #d7e7f7; }
.form { display: grid; gap: 14px; max-width: 680px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
label { display: grid; gap: 6px; color: var(--navy); font-weight: 700; }
input, textarea, select { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--white); font: inherit; }
input[type="checkbox"] { width: auto; margin-right: 8px; accent-color: var(--blue); }
textarea { min-height: 120px; resize: vertical; }
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(0,123,255,.22); border-color: var(--blue); }
.fine-print { color: var(--muted); font-size: .88rem; }
.site-footer { padding: 34px 0; color: #c6d7e8; background: #08172b; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 34px; }
.site-footer .brand { color: var(--white); }
.site-footer p { max-width: 360px; }
.site-footer a { color: #c6d7e8; text-decoration: none; }
.site-footer a:hover, .site-footer a:focus-visible { color: var(--white); }
.footer-links { display: grid; gap: 8px; }
/* Keep an embedded voice/chat surface above page content without covering the header. */
chat-widget, #chat-widget-container, .chat-widget {
  position: fixed !important;
  right: 20px !important;
  top: 88px !important;
  bottom: auto !important;
  z-index: 1000 !important;
  max-width: min(calc(100vw - 32px), 420px);
}
.gds-mobile-voice-toggle { display: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 820px) {
  .site-header { padding-top: 8px; }
  .nav { flex-wrap: wrap; row-gap: 10px; padding-block: 8px; }
  .nav-links { display: flex; order: 3; flex-basis: 100%; justify-content: space-between; gap: 12px; padding-bottom: 4px; font-size: .82rem; }
  .hero { padding: 76px 0 64px; }
  .hero-grid, .grid-2 { grid-template-columns: minmax(0, 1fr); }
  .grid-3, .steps { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 66px 0; }
  .section-head { display: block; }
  .section-head p { margin-top: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .growth-flow { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .growth-flow span { min-width: 0; overflow-wrap: anywhere; }
  .growth-flow span:not(:last-child)::after { content: ""; }
}
@media (max-width: 520px) {
  .container { width: min(100% - 28px, 1120px); }
  .grid-3, .steps, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .nav { min-height: 66px; }
  .nav .button-small { min-height: 36px; padding-inline: 12px; font-size: .78rem; }
  .header-actions { gap: 6px; }
  .theme-toggle { width: 40px; padding: 0; }
  .theme-toggle span { display: none; }
  .nav-links { justify-content: flex-start; gap: 14px; overflow-x: auto; white-space: nowrap; }
  .growth-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  h1 { font-size: 2.7rem; }
  .hero-card { min-height: auto; }
  chat-widget, #chat-widget-container, .chat-widget { right: 16px !important; top: 80px !important; bottom: auto !important; max-width: calc(100vw - 32px); }
  html.gds-mobile-voice-ready chat-widget:not(.gds-mobile-voice-open) { visibility: hidden !important; opacity: 0 !important; pointer-events: none !important; transform: scale(.82) !important; transform-origin: top right; }
  html.gds-mobile-voice-open::before { content: ""; position: fixed; inset: 0; z-index: 900; background: rgba(11,31,58,.10); pointer-events: none; }
  .gds-mobile-voice-toggle, .gds-mobile-voice-toggle[hidden] { position: fixed; right: 16px; bottom: 16px; z-index: 1100; display: inline-flex !important; align-items: center; justify-content: center; min-height: 44px; max-width: calc(100vw - 32px); padding: 0 16px; border: 1px solid rgba(0,91,181,.18); border-radius: 999px; color: var(--white); background: var(--blue); box-shadow: 0 12px 28px rgba(11,31,58,.24); font: 750 .82rem/1 Inter, ui-sans-serif, system-ui, sans-serif; cursor: pointer; animation: gds-voice-toggle-pulse 3.2s ease-in-out infinite; }
  html.gds-mobile-voice-open .gds-mobile-voice-toggle { animation: none; }
  html.gds-mobile-voice-open .gds-mobile-voice-toggle.gds-voice-toggle-flash, .gds-mobile-voice-toggle.gds-voice-toggle-flash { animation: gds-voice-toggle-flash .5s ease-out both; }
  .gds-mobile-voice-toggle:focus-visible { outline: 3px solid rgba(0,194,255,.55); outline-offset: 3px; }
}
@keyframes gds-voice-toggle-pulse { 0%, 72%, 100% { box-shadow: 0 12px 28px rgba(11,31,58,.24); transform: translateY(0); } 80% { box-shadow: 0 14px 32px rgba(0,91,181,.38), 0 0 0 6px rgba(0,194,255,.12); transform: translateY(-2px); } 88% { box-shadow: 0 12px 28px rgba(11,31,58,.24), 0 0 0 2px rgba(0,194,255,.08); transform: translateY(0); } }
@keyframes gds-voice-toggle-flash { 0% { box-shadow: 0 12px 28px rgba(11,31,58,.24), 0 0 0 0 rgba(255,255,255,0); } 35% { box-shadow: 0 12px 28px rgba(11,31,58,.24), 0 0 0 7px rgba(255,255,255,.48); } 100% { box-shadow: 0 12px 28px rgba(11,31,58,.24), 0 0 0 0 rgba(255,255,255,0); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
