:root {
  --navy-950: #081725;
  --navy-900: #0b1f33;
  --navy-800: #15314c;
  --ink: #1a2732;
  --muted: #64717d;
  --line: #dfe5e9;
  --surface: #ffffff;
  --surface-soft: #f5f7f8;
  --surface-blue: #eef3f6;
  --accent: #2f6b73;
  --accent-dark: #24545b;
  --accent-soft: #dfecee;
  --white: #ffffff;
  --shadow: 0 22px 55px rgba(8, 23, 37, 0.09);
  --radius: 18px;
  --radius-sm: 10px;
  --shell: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-tint { background: var(--surface-soft); }
.section-dark { background: var(--navy-950); color: var(--white); }

.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;
}
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 1000;
  background: var(--navy-950); color: var(--white); padding: 12px 16px;
  border-radius: 8px; text-decoration: none;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(223,229,233,.8);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; min-width: max-content; }
.brand-mark {
  width: 34px; height: 34px; display: grid; place-items: center;
  background: var(--navy-900); border-radius: 8px; padding: 6px; color: var(--white);
}
.brand-mark svg { width: 100%; height: 100%; fill: currentColor; }
.brand-name { font-weight: 730; letter-spacing: -0.02em; color: var(--navy-950); font-size: 1rem; }
.desktop-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.desktop-nav a, .header-phone { font-size: .875rem; text-decoration: none; color: #3a4854; font-weight: 600; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .header-phone:hover, .header-phone:focus-visible { color: var(--accent-dark); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-phone { white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--white); border-radius: 9px; padding: 10px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--navy-900); margin: 4px 0; border-radius: 3px; }
.mobile-nav { border-top: 1px solid var(--line); background: var(--surface); }
.mobile-nav-inner { padding: 14px 0 24px; display: grid; }
.mobile-nav a { padding: 11px 2px; text-decoration: none; font-weight: 650; border-bottom: 1px solid var(--line); }
.mobile-nav .mobile-phone { color: var(--accent-dark); border-bottom: 0; padding-top: 18px; }

.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px;
  padding: 0 22px; border: 1px solid var(--navy-900); border-radius: 8px;
  background: var(--navy-900); color: var(--white); font-weight: 700; font-size: .94rem;
  text-decoration: none; cursor: pointer; transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.button:hover, .button:focus-visible { background: var(--accent-dark); border-color: var(--accent-dark); transform: translateY(-1px); }
.button-small { min-height: 40px; padding: 0 16px; font-size: .84rem; }
.button-secondary { background: transparent; color: var(--navy-900); }
.button-secondary:hover, .button-secondary:focus-visible { color: var(--white); }
.button-light { background: var(--white); color: var(--navy-950); border-color: var(--white); }
.button-light:hover, .button-light:focus-visible { background: var(--accent-soft); border-color: var(--accent-soft); color: var(--navy-950); }

.hero { padding: 70px 0 0; background: linear-gradient(180deg, #f7f9fa 0%, #ffffff 78%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 64px; align-items: center; min-height: 600px; }
.eyebrow { margin: 0 0 15px; color: var(--accent-dark); text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; font-weight: 800; }
.hero h1, h2, h3 { color: var(--navy-950); letter-spacing: -.035em; line-height: 1.12; }
.hero h1 { margin: 0; font-size: clamp(3rem, 5vw, 5.2rem); max-width: 760px; }
.hero-lead { max-width: 680px; margin: 25px 0 0; color: #4f5e6b; font-size: clamp(1.06rem, 1.5vw, 1.22rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.disclaimer { margin: 19px 0 0; max-width: 700px; color: var(--muted); font-size: .84rem; }
.hero-visual { position: relative; }
.visual-panel {
  position: relative; background: var(--navy-900); border-radius: 28px; padding: 26px;
  box-shadow: var(--shadow); overflow: hidden;
}
.visual-panel::before { content: ""; position: absolute; width: 230px; height: 230px; border-radius: 50%; background: rgba(47,107,115,.35); right: -80px; top: -70px; filter: blur(4px); }
.visual-label { position: relative; z-index: 2; color: #d8e3ea; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 800; }
.hero-illustration { position: relative; z-index: 2; width: 100%; margin: 4px auto 0; }
.svg-panel { fill: rgba(255,255,255,.045); stroke: rgba(255,255,255,.11); stroke-width: 1.5; }
.svg-line { fill: none; stroke: #8cb3b9; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.svg-line.strong { stroke: #e0eef0; stroke-width: 5; }
.svg-line.soft { stroke: rgba(224,238,240,.5); }
.svg-ring { fill: var(--navy-900); stroke: #e0eef0; stroke-width: 5; }
.svg-dot { fill: #396f77; }
.svg-cross { stroke: white; stroke-width: 4; stroke-linecap: round; }
.visual-badges { display: flex; flex-wrap: wrap; gap: 8px; position: relative; z-index: 2; }
.visual-badges span { color: #d8e5e9; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 7px 11px; font-size: .78rem; }
.hero-facts { margin-top: 52px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
.hero-facts > div { padding: 27px 22px; border-right: 1px solid var(--line); }
.hero-facts > div:first-child { padding-left: 0; }
.hero-facts > div:last-child { border-right: 0; }
.hero-facts span { display: block; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: .68rem; font-weight: 800; margin-bottom: 5px; }
.hero-facts strong { display: block; color: var(--navy-950); font-size: .96rem; }

.split-intro { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: start; }
.split-intro h2, .section-heading h2 { margin: 0; font-size: clamp(2.25rem, 4vw, 3.65rem); }
.prose-large { font-size: 1.18rem; color: #53616d; }
.prose-large p { margin-top: 0; }
.section-heading { max-width: 790px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.03rem; margin: 21px 0 0; }
.section-heading.light h2, .section-heading.light p { color: var(--white); }
.section-heading.light > p:last-child { color: #b9c7d1; }
.section-heading.light .eyebrow { color: #91bcc2; }

.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 56px; }
.feature-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 38px; box-shadow: 0 14px 36px rgba(8,23,37,.035); }
.icon-box, .asset-icon { width: 52px; height: 52px; border-radius: 12px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent-dark); }
.icon-box svg, .asset-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.card-kicker { color: var(--accent-dark); font-weight: 800; letter-spacing: .1em; font-size: .72rem; margin: 27px 0 8px; }
.feature-card h3, .asset-card h3, .process-card h3 { margin: 0; font-size: 1.48rem; }
.feature-card > p:not(.card-kicker) { color: #596773; }
.card-note { background: var(--surface-soft); border-left: 3px solid var(--accent); padding: 15px 17px; font-size: .88rem; margin-top: 24px; }
.section-cta { margin-top: 24px; border-radius: var(--radius); background: var(--navy-900); color: var(--white); padding: 31px 34px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.section-cta h3 { color: var(--white); margin: 0 0 5px; font-size: 1.35rem; }
.section-cta p { color: #c2ced6; margin: 0; }
.section-cta .button { background: var(--white); border-color: var(--white); color: var(--navy-950); white-space: nowrap; }
.section-cta .button:hover { background: var(--accent-soft); border-color: var(--accent-soft); }

.asset-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 52px; }
.asset-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; background: var(--surface); min-height: 280px; }
.asset-card h3 { margin-top: 28px; }
.asset-card p { color: var(--muted); font-size: .94rem; }
.asset-card-wide { grid-column: 1 / -1; min-height: auto; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 24px; background: var(--surface-soft); }
.asset-card-wide h3 { margin: 0 0 8px; }
.asset-card-wide p { margin: 0; max-width: 850px; }

.industries-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 88px; align-items: start; }
.industry-list { display: flex; flex-wrap: wrap; gap: 12px; }
.industry-list span { border: 1px solid rgba(255,255,255,.16); color: #e0e9ee; border-radius: 999px; padding: 11px 15px; font-weight: 650; font-size: .9rem; background: rgba(255,255,255,.035); }
.text-link { display: inline-flex; gap: 8px; margin-top: 27px; font-weight: 750; text-decoration: none; }
.light-link { color: #a9d0d5; }
.light-link:hover, .light-link:focus-visible { color: var(--white); }

.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 78px; align-items: center; }
.about-visual { min-height: 455px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 26px; padding: 28px; display: grid; gap: 18px; grid-template-rows: 1.3fr .7fr; }
.about-block { border-radius: 17px; padding: 30px; }
.about-block-main { background: var(--navy-900); color: white; display: flex; flex-direction: column; justify-content: flex-end; }
.about-block-main span { color: #9cb6c6; font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.about-block-main strong { margin-top: 12px; font-size: clamp(1.65rem, 3vw, 2.65rem); line-height: 1.13; letter-spacing: -.035em; max-width: 460px; }
.about-block-small { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; background: #e8eef1; }
.about-block-small span { min-height: 90px; background: white; border-radius: 11px; display: grid; place-items: center; text-align: center; padding: 12px; color: var(--navy-900); font-weight: 720; font-size: .84rem; }
.check-list { margin-top: 31px; display: grid; gap: 13px; }
.check-list div { display: flex; align-items: flex-start; gap: 11px; font-weight: 650; }
.check-list span { width: 23px; height: 23px; flex: 0 0 23px; display: grid; place-items: center; border-radius: 50%; background: var(--accent-soft); color: var(--accent-dark); font-size: .78rem; margin-top: 2px; }

.process-grid { list-style: none; padding: 0; margin: 56px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; position: relative; }
.process-card:not(:last-child)::after { content: ""; width: 18px; height: 1px; background: #aebbc4; position: absolute; right: -19px; top: 49px; }
.process-number { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--navy-900); color: white; font-size: .78rem; font-weight: 800; margin-bottom: 24px; }
.process-card p { color: var(--muted); font-size: .92rem; }
.process-disclaimer { margin: 24px auto 0; text-align: center; max-width: 800px; font-size: .86rem; color: var(--muted); }

.contact-section { background: white; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; }
.contact-details h2 { margin: 0; font-size: clamp(2.35rem, 4vw, 3.6rem); }
.contact-details > p:not(.eyebrow) { color: var(--muted); font-size: 1.03rem; }
.contact-card { margin-top: 38px; padding: 30px; border-radius: var(--radius); background: var(--navy-900); color: var(--white); }
.contact-card h3 { color: var(--white); margin: 0 0 18px; font-size: 1.25rem; }
.contact-card address { font-style: normal; color: #c7d2da; }
.contact-card dl { margin: 26px 0 0; }
.contact-card dl > div { display: grid; grid-template-columns: 125px 1fr; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.12); }
.contact-card dt { color: #93a9b7; font-size: .82rem; }
.contact-card dd { margin: 0; font-weight: 680; }
.contact-card a { color: white; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.form-panel { border: 1px solid var(--line); border-radius: 22px; padding: 38px; box-shadow: var(--shadow); }
.form-heading h3 { font-size: 1.8rem; margin: 0; }
.form-heading > p:last-child { color: var(--muted); font-size: .9rem; }
.inquiry-form { margin-top: 28px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-grid label { display: grid; gap: 7px; font-size: .86rem; font-weight: 700; color: #3e4c57; }
.form-grid label span em { color: #8b3030; font-style: normal; }
.form-grid input, .form-grid select, .form-grid textarea {
  width: 100%; border: 1px solid #cfd8de; border-radius: 8px; background: white; color: var(--ink); padding: 12px 13px; outline: none;
}
.form-grid input, .form-grid select { min-height: 48px; }
.form-grid textarea { resize: vertical; min-height: 140px; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(47,107,115,.13); }
.form-grid input[aria-invalid="true"], .form-grid select[aria-invalid="true"], .form-grid textarea[aria-invalid="true"] { border-color: #a23d3d; }
.full-field { grid-column: 1 / -1; }
.consent { display: flex !important; grid-template-columns: auto 1fr; gap: 10px !important; align-items: flex-start; font-weight: 500 !important; line-height: 1.5; }
.consent input { width: 18px !important; height: 18px; min-height: 0 !important; margin: 2px 0 0; }
.consent a { color: var(--accent-dark); font-weight: 700; }
.form-submit { margin-top: 24px; width: 100%; }
.form-status { min-height: 24px; margin: 13px 0 0; font-weight: 650; font-size: .9rem; }
.form-status.error { color: #8b3030; }
.form-status.success { color: #23603d; }
.form-implementation-note { margin: 14px 0 0; color: var(--muted); font-size: .78rem; }

.cta-band { background: var(--accent-dark); color: white; }
.cta-band-inner { min-height: 255px; display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.cta-band .eyebrow { color: #b5d6da; }
.cta-band h2 { color: white; margin: 0; max-width: 790px; font-size: clamp(2rem, 3.7vw, 3.25rem); }

.site-footer { background: #06111c; color: #becbd4; }
.footer-main { padding: 76px 0 54px; display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 70px; }
.footer-brand .brand-name { color: white; }
.footer-brand .brand-mark { background: white; color: var(--navy-950); }
.footer-company address { margin-top: 24px; font-style: normal; }
.footer-company p { margin-top: 19px; }
.footer-company a { color: #dce7ed; }
.footer-nav-group h3 { color: white; margin: 0 0 18px; font-size: .86rem; text-transform: uppercase; letter-spacing: .09em; }
.footer-nav-group nav { display: grid; gap: 11px; }
.footer-nav-group a { color: #bac8d1; text-decoration: none; font-size: .91rem; }
.footer-nav-group a:hover, .footer-nav-group a:focus-visible { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0 28px; display: flex; justify-content: space-between; gap: 24px; color: #899aa7; font-size: .78rem; }
.footer-bottom p { margin: 0; }

.legal-main { min-height: 65vh; }
.legal-hero { background: var(--surface-soft); padding: 76px 0 60px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin: 0; font-size: clamp(2.6rem, 5vw, 4.4rem); color: var(--navy-950); letter-spacing: -.04em; }
.legal-hero p { max-width: 780px; margin: 18px 0 0; color: var(--muted); font-size: 1.04rem; }
.legal-content { padding: 74px 0 100px; }
.legal-grid { display: grid; grid-template-columns: 240px 1fr; gap: 70px; }
.legal-toc { position: sticky; top: 110px; align-self: start; display: grid; gap: 7px; }
.legal-toc a { text-decoration: none; color: var(--muted); font-size: .88rem; padding: 7px 0; }
.legal-toc a:hover, .legal-toc a:focus-visible { color: var(--accent-dark); }
.legal-copy { max-width: 820px; }
.legal-copy section { scroll-margin-top: 110px; padding-bottom: 38px; margin-bottom: 38px; border-bottom: 1px solid var(--line); }
.legal-copy section:last-child { border-bottom: 0; }
.legal-copy h2 { font-size: 1.75rem; margin: 0 0 16px; }
.legal-copy h3 { font-size: 1.1rem; margin: 26px 0 10px; }
.legal-copy p, .legal-copy li { color: #53616d; }
.legal-copy a { color: var(--accent-dark); }
.notice-box { border-left: 4px solid #a16c29; background: #fbf6ed; padding: 18px 20px; border-radius: 0 8px 8px 0; color: #684d2c !important; }
.legal-data { display: grid; gap: 6px; margin: 18px 0; }
.legal-data strong { color: var(--navy-950); }
.back-link { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--accent-dark); font-weight: 750; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; padding-top: 35px; }
  .hero-copy { max-width: 820px; }
  .hero-visual { max-width: 760px; }
  .asset-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-card:not(:last-child)::after { display: none; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .header-phone { display: none; }
  .hero { padding-top: 36px; }
  .hero h1 { font-size: clamp(2.75rem, 11vw, 4.6rem); }
  .hero-facts { grid-template-columns: repeat(2, 1fr); }
  .hero-facts > div { border-bottom: 1px solid var(--line); }
  .hero-facts > div:nth-child(2) { border-right: 0; }
  .hero-facts > div:nth-child(3), .hero-facts > div:nth-child(4) { border-bottom: 0; }
  .hero-facts > div:nth-child(3) { padding-left: 0; }
  .split-intro, .industries-layout, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 46px; }
  .solution-grid { grid-template-columns: 1fr; }
  .section-cta { align-items: flex-start; flex-direction: column; }
  .about-visual { min-height: 380px; }
  .cta-band-inner { padding: 54px 0; min-height: auto; align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1.4fr .8fr .8fr; gap: 35px; }
  .legal-grid { grid-template-columns: 1fr; gap: 30px; }
  .legal-toc { position: static; grid-template-columns: repeat(2, minmax(0,1fr)); border-bottom: 1px solid var(--line); padding-bottom: 22px; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { min-height: 68px; gap: 12px; }
  .brand-name { font-size: .86rem; }
  .brand-mark { width: 30px; height: 30px; }
  .header-actions .button-small { display: none; }
  .hero { padding-top: 25px; }
  .hero-grid { min-height: 0; }
  .hero h1 { font-size: clamp(2.45rem, 12.5vw, 3.5rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .visual-panel { padding: 18px; border-radius: 20px; }
  .hero-facts { grid-template-columns: 1fr; margin-top: 35px; }
  .hero-facts > div { border-right: 0; border-bottom: 1px solid var(--line) !important; padding-left: 0; }
  .hero-facts > div:last-child { border-bottom: 0 !important; }
  .split-intro { gap: 24px; }
  .feature-card, .form-panel { padding: 26px 22px; }
  .asset-grid { grid-template-columns: 1fr; }
  .asset-card-wide { grid-column: auto; grid-template-columns: 1fr; }
  .about-block-small { grid-template-columns: 1fr; }
  .about-visual { min-height: auto; }
  .process-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .contact-card dl > div { grid-template-columns: 1fr; gap: 4px; }
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { flex-direction: column; }
  .legal-toc { grid-template-columns: 1fr; }
  .section-heading h2, .split-intro h2 { font-size: clamp(2rem, 10vw, 2.8rem); }
}
