:root {
  --bg: #f6f7f3;
  --surface: #ffffff;
  --ink: #111313;
  --muted: #69716f;
  --soft: #dfe5df;
  --line: #cfd8d1;
  --blue: #2459d6;
  --green: #0f7a5f;
  --amber: #b7791f;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(21, 31, 28, .10);
}
* { box-sizing: border-box; }
html { overflow-x: hidden; background: var(--bg); color: var(--ink); font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif; text-rendering: optimizeLegibility; }
body { margin: 0; overflow-x: hidden; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 4px; }
img { max-width: 100%; height: auto; display: block; }
.site-header { min-height: 84px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 0 clamp(20px, 8vw, 160px); background: rgba(246,247,243,.92); backdrop-filter: blur(12px); position: sticky; top: 0; z-index: 10; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 750; letter-spacing: -.01em; }
.brand img, .footer-brand img { width: 32px; height: 32px; }
.desktop-nav { display: flex; gap: 28px; font-size: 14px; color: var(--muted); }
.desktop-nav a[aria-current="page"] { color: var(--ink); font-weight: 650; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.header-cta { justify-self: end; background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 6px; font-weight: 700; font-size: 14px; white-space: nowrap; }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { list-style: none; border: 1px solid var(--line); background: #fff; border-radius: 6px; padding: 10px 12px; font-weight: 750; cursor: pointer; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav nav { position: absolute; right: 0; top: calc(100% + 10px); min-width: 220px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); display: grid; gap: 4px; }
.mobile-nav nav a { padding: 10px; border-radius: 6px; }
.mobile-nav nav a:hover { background: var(--bg); text-decoration: none; }
.hero, .page-hero, .split-section, .band, .proof-section, .pricing-panel, .contact-preview, .contact-page, .article-list, .case-layout, .cta-section, .assurance-section, .risk-matrix, .founder-panel { padding-inline: clamp(24px, 8vw, 160px); }
.hero { min-height: calc(100vh - 84px); display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(340px, .78fr); align-items: center; gap: clamp(40px, 7vw, 96px); padding-block: 80px; }
.eyebrow { margin: 0 0 18px; color: #8a938f; text-transform: uppercase; letter-spacing: .11em; font-size: 12px; font-weight: 760; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(44px, 6.2vw, 86px); line-height: .98; letter-spacing: -.045em; margin-bottom: 26px; max-width: 860px; }
h2 { font-size: clamp(28px, 4vw, 48px); line-height: 1.05; letter-spacing: -.035em; margin-bottom: 18px; }
h3 { font-size: 20px; line-height: 1.2; margin-bottom: 10px; }
.lead { font-size: clamp(18px, 2vw, 22px); color: #333d3a; max-width: 720px; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.btn, button { border: 0; border-radius: 6px; padding: 14px 18px; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 760; cursor: pointer; }
.btn-primary, button { background: var(--ink); color: #fff; }
.btn-secondary { border: 1px solid var(--line); background: #fff; }
.microcopy { color: var(--muted); font-size: 14px; margin-top: 12px; }
.operations-console { background: #101615; color: #f6f7f3; border: 1px solid #263330; border-radius: 14px; padding: 18px; box-shadow: var(--shadow); width: min(100%, 520px); max-width: 100%; min-width: 0; justify-self: end; }
.console-top { display: flex; align-items: center; gap: 8px; color: #9aa7a2; font-size: 13px; margin-bottom: 18px; }
.console-top span { width: 10px; height: 10px; border-radius: 999px; background: #4b5a55; }
.console-top strong { margin-left: auto; color: #dfe9e4; }
.queue-row { display: flex; justify-content: space-between; gap: 16px; border: 1px solid #293733; border-radius: 8px; padding: 14px; margin-bottom: 10px; color: #cbd5d1; min-width: 0; }
.queue-row span { min-width: 0; overflow-wrap: anywhere; }
.queue-row strong { white-space: nowrap; }
.queue-row.active { background: #17372f; border-color: #276a59; color: #fff; }
.console-panel { background: #f6f7f3; color: var(--ink); border-radius: 10px; padding: 20px; margin-top: 18px; }
.panel-label { color: var(--green); text-transform: uppercase; letter-spacing: .1em; font-size: 12px; font-weight: 800; }
.metric-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.metric-strip div, .proof-metrics article, .case-stat { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--ink); padding: 18px; }
.metric-strip strong, .proof-metrics strong, .case-stat strong { display: block; font-size: 28px; line-height: 1; letter-spacing: -.03em; }
.metric-strip span, .proof-metrics span, .case-stat span { display: block; color: var(--muted); font-size: 13px; margin-top: 8px; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.trust-strip div { background: #fff; padding: 26px clamp(24px, 8vw, 72px); }
.trust-strip strong { display: block; font-size: 18px; }
.trust-strip span { color: var(--muted); }
.proof-logo-wall { display: grid; grid-template-columns: .82fr 1.18fr; gap: 54px; align-items: center; padding: 86px clamp(24px, 8vw, 160px); border-bottom: 1px solid var(--line); background: #fff; }
.proof-logo-wall p { color: var(--muted); max-width: 640px; }
.logo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.logo-grid img { width: 100%; height: 112px; object-fit: contain; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fbfcfa; }
.product-visual-section { padding: 92px clamp(24px, 8vw, 160px); border-bottom: 1px solid var(--line); }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading p { color: var(--muted); }
.product-visual-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.product-visual-grid article { background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; box-shadow: 0 18px 48px rgba(21,31,28,.06); }
.product-visual-grid img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; border-bottom: 1px solid var(--line); background: #101615; }
.product-visual-grid div { padding: 20px; }
.assurance-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: 56px; padding-block: 86px; border-bottom: 1px solid var(--line); }
.assurance-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.assurance-grid article { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.assurance-grid span { color: var(--green); font-weight: 800; font-size: 13px; }
.split-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(36px, 7vw, 90px); padding-block: 96px; }
.system-flow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.system-flow article, .service-card, .article-list article { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.system-flow span, .service-card p { color: var(--blue); font-weight: 800; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
.system-flow p, .service-card span, .copy-stack, .article-list p, .case-layout p, .pricing-panel p { color: var(--muted); }
.band { background: #fff; padding-block: 96px; border-block: 1px solid var(--line); }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 34px; }
.service-card { background: #f9faf7; min-height: 230px; }
.proof-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; padding-block: 96px; }
.proof-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.pricing-panel { margin: 0 clamp(24px, 8vw, 160px); padding: 42px; background: #111313; color: #fff; border-radius: 14px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 44px; }
.pricing-panel.expanded { margin-top: 0; margin-bottom: 96px; }
.pricing-panel span { color: #a7b4ae; }
.pricing-panel ul { margin: 0; padding-left: 20px; color: #e1e7e4; }
.pricing-panel li { margin-bottom: 10px; }
.contact-preview, .contact-page { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 56px; padding-block: 96px; align-items: start; }
.fit-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 24px; box-shadow: 0 16px 50px rgba(21,31,28,.06); }
.fit-form label { display: grid; gap: 7px; color: #38423f; font-weight: 700; font-size: 14px; }
.fit-form label:nth-of-type(3), .fit-form label:nth-of-type(5), .fit-form button, .form-fallback { grid-column: 1 / -1; }
.hidden-field { display: none; }
.form-fallback { margin: 0; color: var(--muted); font-size: 14px; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: 12px; font: inherit; background: #fbfcfa; color: var(--ink); }
.page-hero { padding-block: 92px 64px; }
.page-hero h1 { font-size: clamp(40px, 5vw, 70px); }
.safety-hero { background: linear-gradient(180deg, rgba(255,255,255,.58), rgba(246,247,243,0)); }
.risk-matrix { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.risk-matrix article { background: #fff; padding: 30px; min-height: 310px; }
.risk-matrix h2 { font-size: clamp(26px, 2.6vw, 38px); line-height: 1.08; }
.founder-panel { display: grid; grid-template-columns: 180px minmax(0, 760px); gap: 34px; align-items: center; padding-block: 72px; border-block: 1px solid var(--line); background: #fff; }
.founder-mark { width: 148px; height: 148px; border-radius: 999px; display: grid; place-items: center; background: #111313; color: #fff; font-size: 36px; font-weight: 800; letter-spacing: -.04em; }
.case-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 56px; padding-block: 82px; border-top: 1px solid var(--line); background: #fff; }
.case-layout.dark { background: #111313; color: #fff; }
.case-layout.dark p { color: #cbd5d1; }
.case-layout.dark .case-stat { background: #17201d; color: #fff; border-color: #2d3b36; }
.article-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-block: 20px 100px; }
.cta-section { text-align: center; padding-block: 84px; }
.contact-notes { margin-top: 28px; padding: 22px; border-left: 4px solid var(--green); background: #fff; }
.site-footer { border-top: 1px solid var(--line); padding: 38px clamp(24px, 8vw, 160px); display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 32px; color: var(--muted); font-size: 14px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; }
.footer-legal { text-align: right; }
@media (max-width: 980px) {
  .hero, .split-section, .proof-section, .pricing-panel, .contact-preview, .contact-page, .case-layout, .assurance-section, .founder-panel, .proof-logo-wall { grid-template-columns: 1fr; }
  .operations-console { justify-self: start; }
  .card-grid, .article-list, .proof-metrics, .assurance-grid, .risk-matrix, .product-visual-grid { grid-template-columns: repeat(2, 1fr); }
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .mobile-nav { display: block; }
}
@media (max-width: 720px) {
  .site-header { min-height: 72px; padding-inline: 20px; }
  .brand span { font-size: 15px; }
  .header-cta { max-width: 132px; overflow: hidden; text-overflow: ellipsis; padding: 10px 12px; font-size: 13px; }
  .hero, .page-hero, .split-section, .band, .proof-section, .contact-preview, .contact-page, .article-list, .case-layout, .cta-section, .assurance-section, .risk-matrix, .founder-panel, .proof-logo-wall, .product-visual-section { padding-inline: 24px; }
  .hero { min-height: auto; padding-block: 56px; gap: 36px; }
  .hero-copy, .operations-console, .console-panel, .queue-row, .metric-strip div { min-width: 0; }
  .operations-console { width: 100%; padding: 14px; }
  .console-panel h2 { overflow-wrap: anywhere; }
  h1 { font-size: clamp(38px, 12vw, 48px); line-height: 1.03; overflow-wrap: anywhere; }
  h2 { font-size: 30px; }
  .lead { font-size: 18px; }
  .trust-strip, .system-flow, .card-grid, .article-list, .proof-metrics, .metric-strip, .fit-form, .assurance-grid, .risk-matrix, .logo-grid, .product-visual-grid { grid-template-columns: 1fr; }
  .pricing-panel { margin-inline: 24px; padding: 28px; }
  .service-card { min-height: auto; }
  .risk-matrix article { min-height: auto; }
  .founder-mark { width: 104px; height: 104px; font-size: 28px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-legal { text-align: left; }
}