:root {
  --ink: #071b35;
  --ink-2: #0f2c4e;
  --blue: #1769ff;
  --blue-2: #0d55d9;
  --sky: #eaf3ff;
  --paper: #f5f8fc;
  --white: #ffffff;
  --muted: #526b87;
  --line: #dce6f1;
  --line-dark: rgba(255,255,255,.14);
  --max: 1180px;
  --shadow: 0 22px 60px rgba(7,27,53,.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 42px), var(--max)); margin-inline: auto; }
.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; }

h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(52px, 6.1vw, 84px); line-height: .99; letter-spacing: -.055em; max-width: 810px; }
h2 { margin-bottom: 22px; font-size: clamp(38px, 4.4vw, 62px); line-height: 1.02; letter-spacing: -.045em; }
h3 { margin-bottom: 12px; font-size: 23px; line-height: 1.15; letter-spacing: -.025em; }
p { line-height: 1.65; }
.eyebrow { margin-bottom: 18px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); }
.site-header.is-scrolled { border-color: var(--line); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand img { width: 42px; height: 42px; border-radius: 10px; }
.brand > span { display: grid; line-height: 1.05; }
.brand strong { font-size: 14px; letter-spacing: .13em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 10px; letter-spacing: .07em; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: 13px; font-weight: 720; }
.site-nav > a { position: relative; white-space: nowrap; }
.site-nav > a:not(.nav-cta):after { content: ""; position: absolute; left: 0; bottom: -6px; width: 100%; height: 1px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.site-nav > a:not(.nav-cta):hover:after { transform: scaleX(1); }
.nav-cta { padding: 10px 15px; border: 1px solid var(--ink); border-radius: 999px; }
.nav-cta:hover { background: var(--ink); color: white; }
.language-switcher { display: flex; align-items: center; gap: 3px; padding-left: 10px; border-left: 1px solid var(--line); }
.language-switcher a { min-width: 30px; height: 30px; display: grid; place-items: center; border-radius: 999px; font-size: 11px; }
.language-switcher a[aria-current="page"] { background: var(--ink); color: white; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: white; border-radius: 11px; padding: 10px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 4px 0; }

.hero { padding: 146px 0 82px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 68px; align-items: center; }
.hero-copy { min-width: 0; }
.hero-lead { max-width: 700px; margin-bottom: 30px; color: var(--muted); font-size: 19px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; padding: 12px 19px; font-size: 13px; font-weight: 800; transition: .18s ease; cursor: pointer; }
.btn-primary { background: var(--blue); color: white; border: 1px solid var(--blue); }
.btn-primary:hover { background: var(--blue-2); border-color: var(--blue-2); transform: translateY(-1px); }
.btn-secondary { background: white; color: var(--ink); border: 1px solid var(--line); }
.btn-secondary:hover { border-color: var(--ink); }
.availability { display: flex; align-items: flex-start; gap: 9px; max-width: 640px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.availability span { width: 8px; height: 8px; margin-top: 5px; border-radius: 50%; background: #26a269; box-shadow: 0 0 0 4px rgba(38,162,105,.1); flex: 0 0 auto; }

.hero-visual { min-width: 0; display: flex; justify-content: center; align-items: center; }
.ops-illustration { width: min(100%, 620px); margin: 0; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 26px; overflow: hidden; background: #f4f8fd; box-shadow: var(--shadow); }
.ops-illustration img { width: 100%; height: 100%; object-fit: contain; }

.proof-strip { background: var(--ink); color: white; }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.proof-item { min-height: 118px; display: grid; align-content: center; padding: 25px 24px; border-right: 1px solid var(--line-dark); }
.proof-item:first-child { padding-left: 0; }
.proof-item:last-child { border-right: 0; }
.proof-item strong { font-size: 33px; line-height: 1; letter-spacing: -.04em; }
.proof-item span { margin-top: 8px; color: rgba(255,255,255,.64); font-size: 12px; }

.section { padding: 104px 0; }
.section-paper { background: var(--paper); }
.section-head { max-width: 820px; margin-bottom: 46px; }
.section-head > p:last-child { max-width: 680px; color: var(--muted); font-size: 18px; }
.split-head { max-width: none; display: grid; grid-template-columns: 1.1fr .7fr; gap: 80px; align-items: end; }
.split-head > p { margin: 0 0 6px; }

.problem-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: white; }
.problem-card { min-height: 250px; padding: 27px 30px 31px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-card > span { display: block; margin-bottom: 40px; color: var(--blue); font-size: 11px; font-weight: 850; }
.problem-card p { margin-bottom: 0; color: var(--muted); }

.services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.service-card { position: relative; min-height: 390px; padding: 29px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.service-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 42px; }
.service-top > span { color: var(--blue); font-size: 12px; font-weight: 850; }
.service-top > strong { padding: 7px 11px; border-radius: 999px; background: var(--sky); color: var(--ink); font-size: 12px; }
.service-card h3 { max-width: 470px; font-size: 27px; }
.service-summary { color: var(--muted); }
.service-card ul { list-style: none; padding: 0; margin: 25px 0 0; border-top: 1px solid var(--line); }
.service-card li { position: relative; padding: 11px 0 11px 22px; border-bottom: 1px solid var(--line); color: var(--ink-2); font-size: 14px; }
.service-card li:before { content: ""; position: absolute; left: 0; top: 17px; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.service-note { margin: 14px 0 0; color: var(--muted); font-size: 11px; }

.how-section { background: var(--ink); color: white; }
.how-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.how-copy { position: sticky; top: 116px; margin-bottom: 0; }
.how-copy .eyebrow { color: #76aaff; }
.how-copy > p:last-child { color: rgba(255,255,255,.62); }
.steps-list { border-top: 1px solid var(--line-dark); }
.step-row { display: grid; grid-template-columns: .72fr 1.28fr; gap: 44px; padding: 31px 0; border-bottom: 1px solid var(--line-dark); }
.step-row h3 { margin: 0; color: white; }
.step-row p { margin: 0; color: rgba(255,255,255,.66); }

.about-section { background: white; }
.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 92px; align-items: start; }
.about-intro { position: sticky; top: 116px; }
.founder-card { margin-top: 38px; display: flex; align-items: center; gap: 14px; padding-top: 26px; border-top: 1px solid var(--line); }
.founder-monogram { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-weight: 850; }
.founder-card > div:last-child { display: grid; }
.founder-card strong { font-size: 14px; }
.founder-card span { margin-top: 4px; color: var(--muted); font-size: 12px; }
.about-copy > p { color: var(--muted); font-size: 18px; }
.about-copy > p:first-child { color: var(--ink); font-size: 21px; font-weight: 650; }
.credential-list { margin: 36px 0 0; border-top: 1px solid var(--line); }
.credential-list > div { display: grid; grid-template-columns: 145px 1fr; gap: 30px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.credential-list dt { color: var(--blue); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.credential-list dd { margin: 0; color: var(--ink-2); font-size: 14px; }

.scope-strip { padding: 58px 0; background: var(--sky); border-top: 1px solid #d8e7fb; border-bottom: 1px solid #d8e7fb; }
.scope-strip h2 { font-size: 28px; margin-bottom: 28px; }
.scope-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.scope-grid > div { display: grid; gap: 7px; }
.scope-grid strong { font-size: 14px; }
.scope-grid span { color: var(--muted); font-size: 13px; line-height: 1.5; }

.contact-section { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.direct-contact { margin-top: 35px; border-top: 1px solid var(--line); }
.direct-contact a { display: grid; grid-template-columns: 115px 1fr; gap: 22px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.direct-contact span { color: var(--blue); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.direct-contact strong { font-size: 13px; overflow-wrap: anywhere; }
.contact-card { padding: 31px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
.contact-card form { display: grid; gap: 17px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-card label { display: grid; gap: 7px; color: var(--ink); font-size: 12px; font-weight: 750; }
.contact-card input, .contact-card textarea { width: 100%; border: 1px solid var(--line); border-radius: 9px; padding: 13px 14px; background: #fbfdff; color: var(--ink); outline: none; transition: border .15s ease, box-shadow .15s ease; }
.contact-card textarea { resize: vertical; min-height: 138px; }
.contact-card input:focus, .contact-card textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,105,255,.09); }
.consent { grid-template-columns: auto 1fr !important; align-items: start; color: var(--muted) !important; font-weight: 500 !important; line-height: 1.45; }
.consent input { width: 17px; height: 17px; margin: 2px 0 0; }
.btn-full { width: 100%; border: 0; }
.hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-alert { margin-bottom: 16px; padding: 11px 13px; border-radius: 8px; font-size: 13px; }
.form-alert.success { background: #e8f6ed; color: #17633a; }
.form-alert.error { background: #fff0f0; color: #8a2525; }

.site-footer { padding: 52px 0 23px; background: #06172d; color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: start; }
.brand-footer span small { color: rgba(255,255,255,.5); }
.footer-brand p { max-width: 500px; margin: 18px 0 0; color: rgba(255,255,255,.55); font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; max-width: 470px; color: rgba(255,255,255,.67); font-size: 12px; }
.footer-links a:hover { color: white; }
.footer-bottom { margin-top: 38px; padding-top: 19px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.4); font-size: 11px; }

.simple-main { min-height: calc(100vh - 230px); padding-top: 82px; background: var(--paper); }
.simple-page { max-width: 780px; }
.simple-page h1 { font-size: clamp(43px, 5vw, 66px); }
.simple-page p { color: var(--muted); font-size: 17px; }
.simple-page .btn { margin-top: 18px; }

.error-page { min-height: 80vh; display: grid; place-items: center; padding-top: 80px; text-align: center; }
.error-page h1 { max-width: 760px; }
.error-page p { color: var(--muted); max-width: 580px; margin-inline: auto; }

@media (max-width: 1040px) {
  .site-nav { position: fixed; inset: 82px 20px auto; display: grid; gap: 17px; padding: 24px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); opacity: 0; transform: translateY(-8px); pointer-events: none; transition: .18s ease; }
  .site-nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .menu-toggle { display: block; }
  .nav-cta { justify-self: start; }
  .language-switcher { padding: 12px 0 0; border-left: 0; border-top: 1px solid var(--line); justify-self: stretch; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { max-width: 860px; }
  .hero-visual { max-width: 720px; width: 100%; }
  .how-layout, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 52px; }
  .how-copy, .about-intro { position: static; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 72px; }
  .site-nav { inset-top: 72px; }
  .brand img { width: 38px; height: 38px; }
  h1 { font-size: clamp(46px, 14vw, 68px); }
  h2 { font-size: clamp(36px, 10vw, 49px); }
  .hero { padding: 118px 0 62px; }
  .hero-lead { font-size: 17px; }
  .ops-illustration { border-radius: 18px; box-shadow: 0 14px 34px rgba(7,27,53,.09); }
  .proof-grid { grid-template-columns: repeat(2,1fr); }
  .proof-item { border-bottom: 1px solid var(--line-dark); }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:first-child { padding-left: 24px; }
  .section { padding: 76px 0; }
  .split-head { grid-template-columns: 1fr; gap: 10px; }
  .problem-grid, .services-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: auto; }
  .service-card { min-height: auto; }
  .step-row { grid-template-columns: 1fr; gap: 9px; }
  .credential-list > div { grid-template-columns: 1fr; gap: 6px; }
  .scope-grid { grid-template-columns: 1fr; gap: 20px; }
  .form-row { grid-template-columns: 1fr; }
  .direct-contact a { grid-template-columns: 90px 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { scroll-behavior: auto !important; transition: none !important; }
}
