:root {
  --ink: #07101d;
  --ink-2: #101c2d;
  --paper: #ffffff;
  --wash: #f4f7fb;
  --line: #dce4ed;
  --muted: #56677b;
  --muted-dark: #aebbd0;
  --blue: #125eba;
  --blue-2: #66b8ff;
  --blue-soft: #eaf3ff;
  --green: #19b879;
  --orange: #ffb14a;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(7, 16, 29, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue-2); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 10px 16px; border-radius: 8px; background: #fff; color: #07101d; transition: top .2s; }
.skip-link:focus { top: 12px; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(780px, 100%); }
.measure { max-width: 68ch; }
.center { text-align: center; margin-inline: auto; }
.vh { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(255,255,255,.09); background: rgba(7,16,29,.94); backdrop-filter: blur(18px); }
.nav-shell { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; color: #fff; font-size: 19px; font-weight: 750; letter-spacing: -.03em; text-decoration: none; }
.wordmark > span:last-child > span { color: var(--blue-2); }
.wordmark-mark { position: relative; display: grid; width: 29px; height: 29px; place-items: center; border: 2px solid var(--blue-2); border-radius: 9px 9px 12px 12px; transform: rotate(45deg); }
.wordmark-mark i { width: 8px; height: 8px; border-radius: 50%; background: var(--blue-2); }
.site-menu { display: flex; align-items: center; gap: 18px; }
.site-menu > a:not(.button) { color: #d5deeb; font-size: 13px; font-weight: 650; text-decoration: none; }
.site-menu > a:not(.button):hover { color: #fff; }
.menu-button { display: none; align-items: center; gap: 10px; border: 0; background: transparent; color: #fff; cursor: pointer; }
.menu-button i, .menu-button i::before, .menu-button i::after { display: block; width: 20px; height: 2px; background: currentColor; content: ""; transition: transform .2s; }
.menu-button i { position: relative; }
.menu-button i::before { position: absolute; top: -6px; }
.menu-button i::after { position: absolute; top: 6px; }
.menu-button[aria-expanded="true"] i { background: transparent; }
.menu-button[aria-expanded="true"] i::before { top: 0; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] i::after { top: 0; transform: rotate(-45deg); }

.hero { position: relative; overflow: hidden; padding: clamp(74px, 9vw, 126px) 0 clamp(70px, 8vw, 108px); color: #fff; background: var(--ink); }
.hero::before { position: absolute; width: 760px; height: 760px; right: -250px; top: -360px; border-radius: 50%; background: radial-gradient(circle, rgba(47,128,237,.26), rgba(47,128,237,0) 68%); content: ""; }
.hero::after { position: absolute; inset: 0; pointer-events: none; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to bottom, black, transparent 76%); content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); align-items: center; gap: clamp(40px, 7vw, 96px); }
.hero-compact { padding-block: 76px; }
.hero-compact .hero-grid { grid-template-columns: minmax(0, 850px); }
.eyebrow { margin: 0 0 18px; color: var(--blue-2); font-size: 12px; font-weight: 800; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.hero h1 { max-width: 900px; margin: 0; font-size: clamp(42px, 6.2vw, 78px); font-weight: 720; letter-spacing: -.055em; line-height: .98; text-wrap: balance; }
.hero-compact h1 { font-size: clamp(38px, 5vw, 62px); }
.hero-lede { max-width: 720px; margin: 26px 0 0; color: #cad5e4; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; text-wrap: pretty; }
.hero-note { margin: 18px 0 0; color: var(--muted-dark); font-size: 13px; }
.hero-visual { margin: 0; }
.hero-image-frame { overflow: hidden; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: linear-gradient(145deg, #142236, #08111e); box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual figcaption { margin: 11px 2px 0; color: #8494aa; font-size: 12px; line-height: 1.45; }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 750; line-height: 1.2; text-decoration: none; transition: transform .18s, background .18s, border-color .18s; }
.button::after { content: "→"; font-size: 17px; }
.button:hover { transform: translateY(-2px); }
.button-solid { background: var(--blue); color: #fff; }
.button-solid:hover { background: #0b4f9e; }
.button-ghost { border-color: rgba(255,255,255,.26); color: #fff; background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.09); }
.button-dark { background: var(--ink); color: #fff; }
.button-outline { border-color: #b8c5d5; color: var(--ink); background: transparent; }
.button-small { min-height: 40px; padding: 9px 16px; font-size: 13px; }
.button-small::after { display: none; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #125eba; font-weight: 750; text-decoration: none; }
.text-link::after { content: "→"; }

.section { padding: clamp(72px, 9vw, 118px) 0; }
.section-tight { padding: 58px 0; }
.section-wash { background: var(--wash); }
.section-dark { color: #fff; background: var(--ink); }
.section-blue { color: #fff; background: #0d5fb9; }
.section-head { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); align-items: end; gap: 50px; margin-bottom: 42px; }
.section-head > div:last-child { max-width: 700px; justify-self: end; }
.section-head h2, .content-block h2, .proposal-copy h2 { margin: 0; font-size: clamp(32px, 4.3vw, 52px); font-weight: 720; letter-spacing: -.045em; line-height: 1.05; text-wrap: balance; }
.section-head p, .content-block > p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.section-dark .section-head p, .section-blue .section-head p { color: #c8d4e3; }
.section-blue .content-block > p { color: #e7f0fb; }
.section-kicker { margin: 0 0 14px !important; color: var(--blue) !important; font-size: 12px !important; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-dark .section-kicker, .section-blue .section-kicker { color: var(--blue-2) !important; }

.proof-strip { border-bottom: 1px solid var(--line); background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.proof-item { padding: 28px 26px; border-left: 1px solid var(--line); }
.proof-item:last-child { border-right: 1px solid var(--line); }
.proof-item strong { display: block; margin-bottom: 3px; font-size: 18px; letter-spacing: -.025em; }
.proof-item span { color: var(--muted); font-size: 13px; }

.card-grid { display: grid; gap: 18px; }
.card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card, .action-card, .press-card, .price-card, .spec-card { min-width: 0; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.action-card { position: relative; color: var(--ink); text-decoration: none; transition: transform .2s, box-shadow .2s, border-color .2s; }
.action-card:hover { transform: translateY(-4px); border-color: #abc4e5; box-shadow: var(--shadow); }
.card h3, .action-card h2, .action-card h3, .press-card h3, .price-card h3, .spec-card h3 { margin: 0 0 10px; font-size: 22px; letter-spacing: -.03em; line-height: 1.2; }
.card p, .action-card p, .press-card p, .price-card p, .spec-card p { margin: 0; color: var(--muted); }
.action-card .arrow { display: inline-block; margin-top: 24px; color: var(--blue); font-size: 20px; }
.card-label { display: block; margin-bottom: 18px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.feature-card { min-height: 290px; display: flex; flex-direction: column; justify-content: space-between; }
.feature-card .number { color: #c5d1de; font-size: 46px; font-weight: 700; letter-spacing: -.05em; }
.section-dark .card { border-color: #26364a; background: #101b2b; }
.section-dark .card p { color: #b8c5d4; }

.press-grid { display: grid; grid-template-columns: 1.05fr 1.05fr .9fr; gap: 18px; }
.press-card { display: flex; min-height: 250px; flex-direction: column; justify-content: space-between; color: #fff; background: #111c2c; text-decoration: none; }
.press-card:hover { border-color: var(--blue-2); }
.press-card .press-source { color: var(--blue-2); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.press-card h3 { margin-top: 28px; font-size: 25px; }
.press-card p { color: #b9c7d9; }
.press-card .external { margin-top: 22px; font-weight: 750; }

.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(38px, 7vw, 94px); }
.content-block > * + * { margin-top: 20px; }
.content-block h3 { margin: 32px 0 8px; font-size: 22px; letter-spacing: -.025em; }
.content-block ul, .content-block ol { margin: 18px 0 0; padding-left: 20px; }
.content-block li + li { margin-top: 9px; }
.content-block .button-row { margin-top: 28px; }
.visual-panel { overflow: hidden; min-height: 430px; border-radius: 26px; background: #dde7f2; }
.visual-panel img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.fact-list { display: grid; gap: 0; margin: 28px 0 0; border-top: 1px solid var(--line); }
.fact-list > div { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.fact-list dt { font-weight: 750; }
.fact-list dd { margin: 0; color: var(--muted); }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.step { min-height: 250px; padding: 28px; background: #fff; }
.step span { display: grid; width: 34px; height: 34px; margin-bottom: 60px; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); font-size: 13px; font-weight: 800; }
.step h3 { margin: 0 0 8px; font-size: 19px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }

.check-list, .plain-list { margin: 20px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li + li { margin-top: 12px; }
.check-list li::before { position: absolute; left: 0; top: 2px; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: #fff; background: var(--green); content: "✓"; font-size: 12px; font-weight: 900; }
.plain-list li { padding: 14px 0; border-bottom: 1px solid var(--line); }
.plain-list li:first-child { border-top: 1px solid var(--line); }

.table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); -webkit-overflow-scrolling: touch; }
table { width: 100%; min-width: 700px; border-collapse: collapse; background: #fff; }
caption { padding: 16px 20px; color: var(--muted); text-align: left; }
th, td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--ink); background: #f7f9fc; font-size: 13px; letter-spacing: .02em; }
td { color: #34465c; }
tr:last-child td { border-bottom: 0; }
.status { display: inline-flex; padding: 5px 9px; border-radius: 999px; color: #0b6b46; background: #e4f8ef; font-size: 11px; font-weight: 800; text-transform: uppercase; }

.price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; }
.price-card.featured { border: 2px solid var(--blue); box-shadow: var(--shadow); }
.price-card .price-name { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price-card h3 { margin-top: 12px; font-size: 28px; }
.price-card .price-note { min-height: 52px; }
.price-card ul { margin: 24px 0 28px; padding: 0; list-style: none; }
.price-card li { padding: 10px 0; border-top: 1px solid var(--line); color: #34465c; }
.price-card .button { margin-top: auto; }

.faq-list { display: grid; gap: 10px; margin-top: 36px; }
.faq-list details { border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.faq-list summary { display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 20px; cursor: pointer; font-weight: 750; line-height: 1.35; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { color: var(--blue); content: "+"; font-size: 24px; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { max-width: 78ch; padding: 0 20px 20px; color: var(--muted); }
.faq-answer p { margin: 0; }

.proposal-section { padding: clamp(70px, 9vw, 112px) 0; background: #eaf1f8; }
.proposal-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(34px, 7vw, 90px); align-items: start; }
.proposal-copy { position: sticky; top: 105px; }
.proposal-copy p { color: var(--muted); font-size: 18px; }
.contact-detail { margin-top: 30px; padding-top: 22px; border-top: 1px solid #cbd7e5; }
.contact-detail strong { display: block; margin-bottom: 4px; }
.proposal-form { padding: 30px; border: 1px solid #cfdae7; border-radius: 22px; background: #fff; box-shadow: 0 20px 55px rgba(7,16,29,.08); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label, .field legend { color: #283b51; font-size: 13px; font-weight: 750; }
.field input, .field textarea, .field select { width: 100%; min-height: 49px; padding: 12px 13px; border: 1px solid #b9c7d6; border-radius: 9px; color: var(--ink); background: #fff; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,128,237,.14); outline: none; }
.consent { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: 12px; }
.consent input { width: 18px; height: 18px; margin-top: 1px; accent-color: var(--blue); }
.form-actions { display: flex; align-items: center; gap: 18px; margin-top: 22px; }
.form-actions p { margin: 0; color: var(--muted); font-size: 12px; }

.notice { padding: 22px 24px; border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; background: var(--blue-soft); }
.notice strong { display: block; margin-bottom: 3px; }
.notice p { margin: 0; color: #344a63; }
.risk-note { border-left-color: var(--orange); background: #fff6e8; }
.quote-block { margin: 40px 0 0; padding: 34px; border-radius: var(--radius); color: #fff; background: #0f2239; }
.quote-block p { margin: 0; color: #c6d4e4; font-size: 18px; }

.site-footer { color: #b8c5d4; background: #06101c; }
.footer-main { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 54px; padding: 72px 0 55px; }
.footer-intro p { max-width: 360px; margin: 22px 0 12px; }
.footer-intro > a:not(.wordmark) { color: #fff; }
.footer-group { display: grid; align-content: start; gap: 10px; }
.footer-group h2 { margin: 0 0 7px; color: #fff; font-size: 13px; letter-spacing: .09em; text-transform: uppercase; }
.footer-group a { color: #b8c5d4; text-decoration: none; }
.footer-group a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 22px 0 28px; border-top: 1px solid #213044; font-size: 13px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-bottom a { color: inherit; }
.site-menu a[aria-current="page"] { color: #fff; }

@media (max-width: 1080px) {
  .site-menu { position: fixed; inset: 72px 0 auto; display: none; max-height: calc(100dvh - 72px); overflow-y: auto; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 20px 28px; border-bottom: 1px solid #24344a; background: #07101d; }
  .site-menu.open { display: flex; }
  .site-menu > a:not(.button) { padding: 15px 4px; border-bottom: 1px solid #223147; font-size: 16px; }
  .site-menu .button { margin-top: 18px; }
  .menu-button { display: inline-flex; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .hero-visual { max-width: 620px; }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .section-head > div:last-child { justify-self: start; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2) { border-right: 1px solid var(--line); }
  .proof-item:nth-child(n+3) { border-top: 1px solid var(--line); }
  .card-grid.four { grid-template-columns: repeat(2, 1fr); }
  .card-grid.three, .press-grid, .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .split, .proposal-grid { grid-template-columns: 1fr; }
  .proposal-copy { position: static; }
  .footer-main { grid-template-columns: 1.6fr 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav-shell { min-height: 66px; }
  .site-menu { top: 66px; max-height: calc(100dvh - 66px); }
  .hero { padding: 62px 0 66px; }
  .hero h1 { font-size: clamp(38px, 12vw, 54px); }
  .hero-lede { font-size: 18px; }
  .hero-visual { width: 100%; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item, .proof-item:nth-child(2), .proof-item:last-child { padding: 21px 18px; border: 0; border-bottom: 1px solid var(--line); }
  .card-grid.two, .card-grid.three, .card-grid.four, .press-grid, .price-grid { grid-template-columns: 1fr; }
  .card, .action-card, .press-card, .price-card, .spec-card { padding: 24px; }
  .feature-card { min-height: 235px; }
  .process { grid-template-columns: 1fr; }
  .step { min-height: auto; }
  .step span { margin-bottom: 35px; }
  .fact-list > div { grid-template-columns: 1fr; gap: 3px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .proposal-form { padding: 22px 18px; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 20px; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-group a, .footer-bottom a { display: inline-flex; min-height: 24px; align-items: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}
