:root {
  --ink: #0b1f3a;
  --ink-soft: #31435f;
  --blue: #1463e8;
  --blue-hover: #0b51ca;
  --blue-pale: #eef5ff;
  --blue-faint: #f7faff;
  --line: #dce5f2;
  --line-dark: rgba(255, 255, 255, 0.16);
  --paper: #ffffff;
  --muted: #62718a;
  --soft: #f7f9fc;
  --shadow-sm: 0 8px 24px rgba(18, 51, 98, 0.06);
  --shadow-md: 0 24px 70px rgba(18, 51, 98, 0.13);
  --radius: 20px;
  --radius-sm: 14px;
  --shell: 1200px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, p, ul, ol { margin: 0; }
ul, ol { padding: 0; list-style: none; }
::selection { color: #fff; background: var(--blue); }

.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.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; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.section { position: relative; padding-block: 112px; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-180%); padding: 10px 14px; color: #fff; background: var(--ink); border-radius: 10px; transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

:focus-visible { outline: 3px solid #78a7ff; outline-offset: 3px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 720;
  font-size: .94rem;
  line-height: 1.2;
  letter-spacing: -.01em;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}
.button svg, .text-link svg, .service-card > a svg, .footer-contact-link svg, .mobile-cta svg { width: 18px; height: 18px; flex: 0 0 auto; transition: transform .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:hover svg, .text-link:hover svg, .service-card > a:hover svg, .footer-contact-link:hover svg, .mobile-cta:hover svg { transform: translateX(3px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 10px 23px rgba(20, 99, 232, .22); }
.button-primary:hover { background: var(--blue-hover); box-shadow: 0 14px 28px rgba(20, 99, 232, .28); }
.button-quiet { color: var(--ink); background: #fff; border-color: var(--line); }
.button-quiet:hover { background: var(--blue-faint); border-color: #b8cdf1; }
.button-small { min-height: 42px; padding: 9px 14px; border-radius: 10px; font-size: .84rem; }
.button-white { color: var(--blue); background: #fff; box-shadow: 0 12px 25px rgba(0, 22, 62, .15); }
.button-white:hover { box-shadow: 0 17px 30px rgba(0, 22, 62, .2); }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px; color: var(--blue); font-size: .74rem; font-weight: 800; letter-spacing: .105em; text-transform: uppercase; }
.eyebrow > span { width: 21px; height: 2px; background: currentColor; border-radius: 3px; }
.eyebrow-light { color: #a8cbff; }
h1, h2, h3 { letter-spacing: -.045em; line-height: 1.08; }
h1 { max-width: 760px; font-size: clamp(2.55rem, 5vw, 4.8rem); font-weight: 770; }
h2 { max-width: 745px; font-size: clamp(2.05rem, 3.5vw, 3.4rem); font-weight: 750; }
h3 { font-size: 1.16rem; font-weight: 750; }
.section-intro { margin-bottom: 48px; }
.section-intro > p { color: var(--muted); font-size: 1.06rem; }
.split-intro { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(250px, .72fr); gap: 42px; align-items: end; }
.split-intro > p { max-width: 420px; padding-bottom: 3px; }
.centered { display: grid; justify-items: center; max-width: 810px; margin-inline: auto; text-align: center; }
.centered > p { max-width: 665px; margin-top: 18px; }
.section-note { margin-top: 30px; color: var(--muted); font-size: .96rem; }

/* Header */
.site-header { position: sticky; z-index: 30; top: 0; padding-block: 15px; background: rgba(255,255,255,.86); border-bottom: 1px solid transparent; backdrop-filter: blur(12px); transition: padding .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled { padding-block: 10px; border-color: rgba(191, 207, 231, .72); box-shadow: 0 4px 18px rgba(21, 49, 92, .05); background: rgba(255,255,255,.94); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 9px; color: var(--ink); font-size: 1.08rem; font-weight: 810; letter-spacing: -.055em; }
.brand em { color: var(--blue); font-style: normal; }
.brand-mark { position: relative; display: inline-flex; width: 27px; height: 29px; align-items: flex-end; gap: 3px; padding: 5px; overflow: hidden; background: var(--ink); border-radius: 8px 8px 10px 10px; }
.brand-mark::before { position: absolute; top: -5px; left: 10px; width: 9px; height: 9px; content: ""; background: #fff; border-radius: 50%; }
.brand-mark i { position: relative; width: 4px; background: #8ab6ff; border-radius: 4px 4px 1px 1px; }
.brand-mark i:nth-child(1) { height: 7px; }.brand-mark i:nth-child(2) { height: 12px; }.brand-mark i:nth-child(3) { height: 17px; }
.primary-nav { display: flex; align-items: center; gap: 25px; font-size: .85rem; font-weight: 680; color: #38506f; }
.primary-nav > a:not(.button) { position: relative; white-space: nowrap; }
.primary-nav > a:not(.button)::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1.5px; content: ""; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.primary-nav > a:not(.button):hover { color: var(--blue); }
.primary-nav > a:not(.button):hover::after { transform: scaleX(1); }
.nav-cta { margin-left: 1px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 18px; height: 1.5px; margin: 4px auto; background: currentColor; transition: transform .2s ease; }

/* Hero */
.hero { min-height: min(820px, calc(100svh - 72px)); padding-top: clamp(66px, 8vw, 120px); padding-bottom: clamp(80px, 8vw, 130px); overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fafdff 100%); }
.hero::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; content: ""; background: linear-gradient(90deg, transparent, #dbe7f6, transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); pointer-events: none; }
.hero-glow-one { top: -310px; right: -210px; width: 800px; height: 800px; background: radial-gradient(circle, rgba(109, 164, 255, .17) 0, rgba(207,229,255,.075) 35%, rgba(255,255,255,0) 68%); }
.hero-glow-two { bottom: -360px; left: 22%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(197, 226, 255, .17) 0, rgba(255,255,255,0) 69%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(490px, .98fr); gap: clamp(38px, 6.6vw, 90px); align-items: center; }
.hero-lead { max-width: 670px; margin-top: 24px; color: var(--ink-soft); font-size: clamp(1.02rem, 1.6vw, 1.17rem); line-height: 1.7; }
.hero-actions { margin-top: 30px; }
.button-group { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-points { display: grid; grid-template-columns: repeat(2, max-content); gap: 11px 21px; margin-top: 35px; color: var(--ink-soft); font-size: .86rem; font-weight: 620; }
.trust-points li { display: flex; gap: 7px; align-items: center; }
.trust-points svg { width: 17px; height: 17px; padding: 2px; color: #fff; background: var(--blue); border-radius: 50%; }

.local-visual { position: relative; width: 100%; max-width: 570px; justify-self: end; overflow: hidden; background: rgba(255,255,255,.8); border: 1px solid rgba(180, 202, 236, .72); border-radius: 26px; box-shadow: var(--shadow-md); }
.visual-topbar { display: flex; align-items: center; justify-content: space-between; padding: 17px 21px; background: rgba(247,250,255,.85); border-bottom: 1px solid #e2eaf6; }
.visual-status { display: flex; gap: 7px; align-items: center; color: #38506f; font-size: .75rem; font-weight: 760; letter-spacing: .03em; }
.visual-status i { width: 7px; height: 7px; background: #1ac17c; border-radius: 50%; box-shadow: 0 0 0 4px rgba(26,193,124,.12); }
.visual-dots { display: flex; gap: 4px; }.visual-dots i { width: 4px; height: 4px; background: #aebdd2; border-radius: 50%; }
.map-canvas { position: relative; aspect-ratio: 1.24 / 1; overflow: hidden; background: #f8fbff; }
.map-canvas > svg { width: 100%; height: 100%; }
.map-label { position: absolute; z-index: 1; display: inline-flex; align-items: center; gap: 6px; padding: 7px 9px; color: #27476e; background: rgba(255,255,255,.95); border: 1px solid rgba(192, 210, 237, .88); border-radius: 8px; box-shadow: 0 8px 17px rgba(30,71,124,.09); font-size: .63rem; font-weight: 700; white-space: nowrap; }
.map-label svg { width: 14px; height: 14px; color: var(--blue); }
.map-label-primary { top: 30%; left: 46%; display: grid; gap: 0; padding: 8px 11px; transform: translate(-50%, -100%); }
.map-label-primary strong { color: var(--ink); font-size: .67rem; }.map-label-primary small { color: #637795; font-size: .56rem; }
.map-label-left { top: 51%; left: 6%; }.map-label-right { top: 28%; right: 5%; }
.visual-insight { position: absolute; right: 22px; bottom: 20px; left: 22px; display: flex; gap: 10px; align-items: center; padding: 13px 15px; background: rgba(11,31,58,.93); border: 1px solid rgba(127,173,243,.27); border-radius: 12px; box-shadow: 0 13px 22px rgba(8,28,62,.18); }
.insight-icon { display: grid; width: 28px; height: 28px; flex: 0 0 auto; place-items: center; color: #fff; background: var(--blue); border-radius: 8px; }.insight-icon svg { width: 17px; height: 17px; }
.visual-insight div { display: grid; gap: 1px; }.visual-insight strong { color: #fff; font-size: .75rem; }.visual-insight span { color: #bcd5f8; font-size: .63rem; }

/* Problem */
.section-problem { background: var(--soft); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.problem-card { min-height: 192px; padding: 25px; background: #fff; border: 1px solid #e3eaf3; border-radius: var(--radius-sm); box-shadow: 0 6px 17px rgba(31,68,116,.025); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.problem-card:hover { border-color: #bfd2ee; box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.problem-card > span { display: block; margin-bottom: 20px; color: #86a7d9; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .69rem; font-weight: 700; letter-spacing: .08em; }
.problem-card h3 { margin-bottom: 10px; color: var(--ink); font-size: 1rem; }.problem-card p { color: var(--muted); font-size: .9rem; line-height: 1.55; }

/* Method */
.solution-section { overflow: hidden; }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 58px; counter-reset: item; }
.method-grid li { position: relative; min-height: 260px; padding: 26px 26px 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); background: #fff; }
.method-grid li:first-child { border-radius: 16px 0 0 16px; }.method-grid li:last-child { border-right: 1px solid var(--line); border-radius: 0 16px 16px 0; }
.method-number { display: block; color: #7ea5e3; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.method-icon { display: grid; width: 45px; height: 45px; margin-top: 27px; place-items: center; color: var(--blue); background: var(--blue-pale); border-radius: 12px; }.method-icon svg { width: 22px; height: 22px; }
.method-grid h3 { margin-top: 25px; font-size: 1.1rem; }.method-grid p { margin-top: 10px; color: var(--muted); font-size: .88rem; line-height: 1.55; }

/* Services */
.services-section { background: var(--blue-faint); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; display: flex; min-height: 315px; flex-direction: column; padding: 27px; overflow: hidden; background: #fff; border: 1px solid #dbe6f4; border-radius: var(--radius); box-shadow: 0 9px 25px rgba(31,68,116,.035); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.service-card:hover { border-color: #a9c7f5; box-shadow: 0 18px 40px rgba(37,85,151,.1); transform: translateY(-4px); }
.service-card::after { position: absolute; right: -25px; bottom: -29px; width: 100px; height: 100px; content: ""; background: radial-gradient(circle, rgba(171,205,255,.22), rgba(171,205,255,0) 69%); pointer-events: none; }
.service-icon { display: grid; width: 43px; height: 43px; place-items: center; color: var(--blue); background: var(--blue-pale); border-radius: 12px; }.service-icon svg { width: 21px; height: 21px; }
.service-kicker { margin-top: 24px; color: #7599d1; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .68rem; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }
.service-card h3 { margin-top: 10px; font-size: 1.17rem; }.service-card > p:not(.service-kicker) { margin-top: 12px; color: var(--muted); font-size: .9rem; line-height: 1.6; }
.service-card > a { display: inline-flex; gap: 7px; align-items: center; align-self: flex-start; margin-top: auto; padding-top: 21px; color: var(--blue); font-size: .85rem; font-weight: 770; }.service-card > a svg { width: 16px; height: 16px; }
.service-card-accent { color: #fff; background: linear-gradient(145deg, #0b1f3a, #183d75); border-color: #0b1f3a; }.service-card-accent::after { width: 180px; height: 180px; background: radial-gradient(circle, rgba(64,140,255,.39), rgba(64,140,255,0) 69%); }
.service-card-accent .service-icon { color: #9dc4ff; background: rgba(143,190,255,.13); }.service-card-accent .service-kicker { color: #a4c7fc; }.service-card-accent h3 { color: #fff; }.service-card-accent > p:not(.service-kicker) { color: #d1e1fa; }.service-card-accent > a { color: #fff; }

/* CTA and differentiation */
.cta-band { padding-block: 0; background: var(--blue); }
.cta-band::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 87% 4%, rgba(162,203,255,.34), transparent 25%), radial-gradient(circle at 15% 120%, rgba(1,38,100,.36), transparent 35%); pointer-events: none; }
.cta-band-inner { position: relative; z-index: 1; display: flex; gap: 45px; align-items: center; justify-content: space-between; padding-block: 64px; }
.cta-band h2 { max-width: 735px; color: #fff; font-size: clamp(1.9rem, 3.4vw, 3.15rem); }.cta-band p:not(.eyebrow) { max-width: 640px; margin-top: 15px; color: #d4e4ff; font-size: 1.05rem; }.cta-band .button { flex: 0 0 auto; }

.differentiation { overflow: hidden; color: #fff; background: var(--ink); }
.differentiation::before { position: absolute; top: -200px; right: -190px; width: 610px; height: 610px; content: ""; background: radial-gradient(circle, rgba(47,118,235,.42), rgba(47,118,235,0) 67%); pointer-events: none; }
.differentiation-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(45px, 8vw, 122px); align-items: start; }
.differentiation-copy { position: sticky; top: 125px; }.differentiation-copy h2 { color: #fff; }.differentiation-copy > p:not(.eyebrow) { max-width: 465px; margin-top: 20px; color: #b9cce7; font-size: 1.05rem; line-height: 1.68; }
.text-link { display: inline-flex; gap: 7px; align-items: center; margin-top: 27px; color: var(--blue); font-size: .92rem; font-weight: 760; }.text-link-light { color: #fff; }.text-link svg { width: 17px; height: 17px; }
.difference-list { display: grid; border-top: 1px solid var(--line-dark); }.difference-list article { display: grid; grid-template-columns: 62px 1fr; gap: 9px; padding: 27px 0 28px; border-bottom: 1px solid var(--line-dark); }.difference-list article > span { color: #86b2f5; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .73rem; font-weight: 700; letter-spacing: .08em; }.difference-list h3 { color: #fff; font-size: 1.2rem; }.difference-list p { max-width: 490px; margin-top: 9px; color: #adc2df; font-size: .93rem; }

/* Results */
.results-section { background: #fff; }
.case-prepared { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; padding: clamp(28px, 4vw, 52px); background: linear-gradient(137deg, #f4f8fe, #fff); border: 1px solid #d9e5f6; border-radius: 24px; box-shadow: var(--shadow-sm); }
.case-chip { display: inline-flex; padding: 7px 10px; color: #426da9; background: #e9f2ff; border-radius: 99px; font-size: .69rem; font-weight: 760; letter-spacing: .025em; }.case-prepared h3 { max-width: 440px; margin-top: 20px; font-size: clamp(1.32rem, 2vw, 1.75rem); }.case-prepared-intro > p { max-width: 445px; margin-top: 15px; color: var(--muted); font-size: .93rem; }
.case-columns { display: grid; gap: 0; border: 1px solid #d6e3f4; border-radius: 14px; overflow: hidden; }.case-columns > div { display: grid; gap: 6px; padding: 18px 20px; background: rgba(255,255,255,.75); border-bottom: 1px solid #dfe8f5; }.case-columns > div:last-child { border-bottom: 0; }.case-columns span { color: #7699ca; font-size: .68rem; font-weight: 760; letter-spacing: .06em; text-transform: uppercase; }.case-columns strong { color: var(--ink); font-size: .98rem; }.case-columns p { color: var(--muted); font-size: .81rem; }
.results-disclaimer { max-width: 730px; margin: 22px auto 0; color: #687d9a; text-align: center; font-size: .84rem; }

/* Reasons */
.reasons-section { background: var(--soft); }.reasons-grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: clamp(45px, 9vw, 128px); align-items: start; }.reasons-title { position: sticky; top: 125px; }.reasons-title > p:not(.eyebrow) { max-width: 455px; margin-top: 20px; color: var(--muted); font-size: 1.03rem; }
.reasons-list { display: grid; gap: 13px; }.reasons-list article { display: flex; gap: 17px; padding: 20px; background: #fff; border: 1px solid #e0e9f4; border-radius: 15px; transition: border-color .2s ease, transform .2s ease; }.reasons-list article:hover { border-color: #b7cef0; transform: translateX(4px); }.reason-icon { display: grid; width: 39px; height: 39px; flex: 0 0 auto; place-items: center; color: var(--blue); background: var(--blue-pale); border-radius: 10px; }.reason-icon svg { width: 19px; height: 19px; }.reasons-list h3 { font-size: 1.04rem; }.reasons-list p { margin-top: 5px; color: var(--muted); font-size: .89rem; }

/* Timeline */
.workflow-section { overflow: hidden; }.timeline { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 17px; margin-top: 58px; }.timeline::before { position: absolute; top: 25px; right: 7%; left: 7%; z-index: -1; height: 1px; content: ""; background: #c7d9f2; }.timeline li { position: relative; padding-top: 58px; }.timeline li::before { position: absolute; top: 16px; left: 0; width: 20px; height: 20px; content: ""; background: #fff; border: 5px solid var(--blue); border-radius: 50%; box-shadow: 0 0 0 8px var(--blue-pale); }.timeline span { color: #759bda; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .72rem; font-weight: 700; letter-spacing: .08em; }.timeline h3 { margin-top: 14px; font-size: 1.02rem; }.timeline p { margin-top: 9px; color: var(--muted); font-size: .84rem; line-height: 1.55; }

/* FAQ */
.faq-section { background: var(--blue-faint); }.faq-layout { display: grid; grid-template-columns: minmax(0,.74fr) minmax(0,1.26fr); gap: clamp(45px, 9vw, 132px); align-items: start; }.faq-intro { position: sticky; top: 125px; }.faq-intro > p:not(.eyebrow) { max-width: 420px; margin-top: 18px; color: var(--muted); }.faq-list { border-top: 1px solid #ccdaed; }.faq-item { border-bottom: 1px solid #ccdaed; }.faq-item h3 { font-size: 1rem; }.faq-item button { display: flex; width: 100%; min-height: 75px; align-items: center; justify-content: space-between; gap: 22px; padding: 18px 0; color: var(--ink); text-align: left; background: transparent; border: 0; font-weight: 735; line-height: 1.35; }.faq-item button svg { width: 20px; height: 20px; flex: 0 0 auto; color: var(--blue); transition: transform .22s ease; }.faq-item.is-open button svg { transform: rotate(45deg); }.faq-answer { color: var(--muted); font-size: .93rem; }.faq-answer > p { min-height: 0; overflow: hidden; }.faq-item.is-open .faq-answer { padding-bottom: 22px; }html.js .faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease, padding-bottom .25s ease; }html.js .faq-item.is-open .faq-answer { grid-template-rows: 1fr; }

/* Contact */
.contact-section { padding-top: 0; background: var(--blue-faint); }.contact-card { display: grid; grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); overflow: hidden; color: #fff; background: var(--ink); border-radius: 24px; box-shadow: var(--shadow-md); }.contact-copy { position: relative; padding: clamp(32px, 5vw, 65px); overflow: hidden; }.contact-copy::before { position: absolute; right: -180px; bottom: -170px; width: 430px; height: 430px; content: ""; background: radial-gradient(circle, rgba(38,110,235,.38), rgba(38,110,235,0) 67%); pointer-events: none; }.contact-copy > * { position: relative; z-index: 1; }.contact-copy h2 { color: #fff; font-size: clamp(2rem, 3.4vw, 3.25rem); }.contact-copy > p:not(.eyebrow):not(.brand-disclaimer) { max-width: 365px; margin-top: 18px; color: #c0d2eb; font-size: 1.02rem; }.contact-copy ul { display: grid; gap: 11px; margin-top: 34px; }.contact-copy li { display: flex; gap: 9px; align-items: flex-start; color: #e5effd; font-size: .9rem; }.contact-copy li svg { width: 18px; height: 18px; flex: 0 0 auto; padding: 2px; color: var(--ink); background: #9cc6ff; border-radius: 50%; }.brand-disclaimer { margin-top: 38px; color: #8da9cd; font-size: .69rem; line-height: 1.55; }
.contact-form { padding: clamp(28px, 4.7vw, 58px); color: var(--ink); background: #fff; }.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }.field { display: grid; gap: 7px; }.field-full { grid-column: 1 / -1; }.field label { color: #38506f; font-size: .78rem; font-weight: 740; }.field label span, .consent b { color: var(--blue); }.field input, .field select, .field textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: #fbfdff; border: 1px solid #cdd9eb; border-radius: 9px; font-size: .9rem; outline: none; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }.field input, .field select { min-height: 46px; }.field textarea { min-height: 110px; resize: vertical; }.field input::placeholder, .field textarea::placeholder { color: #95a4b9; }.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(20,99,232,.11); }.field [aria-invalid="true"] { border-color: #bd2f44; box-shadow: 0 0 0 4px rgba(189,47,68,.1); }.consent { display: flex; gap: 9px; align-items: flex-start; margin-top: 20px; color: #60728c; font-size: .76rem; line-height: 1.45; }.consent input { width: 16px; height: 16px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--blue); }.consent a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }.form-actions { display: flex; gap: 16px; align-items: center; justify-content: space-between; margin-top: 23px; }.form-actions > p { max-width: 290px; color: #708199; font-size: .73rem; line-height: 1.45; }.form-message { min-height: 0; margin-top: 14px; font-size: .83rem; font-weight: 650; }.form-message.is-error { color: #aa2639; }.form-message.is-info { color: #385c94; }

/* Footer */
.site-footer { color: #b7c8e1; background: #07182e; }.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .75fr 1.15fr; gap: clamp(28px, 4vw, 68px); padding-top: 70px; padding-bottom: 52px; }.footer-brand > p { max-width: 310px; margin-top: 17px; font-size: .88rem; line-height: 1.65; }.brand-footer { color: #fff; }.footer-grid h2 { margin-bottom: 16px; color: #fff; font-size: .77rem; font-weight: 760; letter-spacing: .055em; text-transform: uppercase; }.footer-grid ul { display: grid; gap: 11px; }.footer-grid li, .footer-grid > div > p { font-size: .84rem; }.footer-grid a:not(.brand) { transition: color .18s ease; }.footer-grid a:not(.brand):hover { color: #fff; }.footer-contact-link { display: inline-flex; gap: 6px; align-items: center; margin-top: 16px; color: #9dc5ff; font-size: .84rem; font-weight: 700; }.footer-contact-link svg { width: 16px; height: 16px; }.footer-bottom { display: flex; gap: 22px; align-items: center; justify-content: space-between; padding-block: 21px; border-top: 1px solid rgba(169,197,235,.13); color: #8197b6; font-size: .72rem; }.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 18px; }.footer-bottom a:hover { color: #fff; }
.mobile-cta { display: none; }

/* Scroll reveal */
html.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
html.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1070px) {
  .primary-nav { gap: 17px; }.hero-grid { grid-template-columns: minmax(0, 1fr) minmax(410px, .88fr); gap: 42px; }.method-grid li { padding-inline: 20px; }.services-grid { gap: 13px; }.service-card { min-height: 330px; padding: 23px; }.timeline { gap: 12px; }
}

@media (max-width: 900px) {
  .section { padding-block: 84px; }.shell { width: min(var(--shell), calc(100% - 40px)); }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: calc(100% + 7px); right: 20px; left: 20px; display: grid; gap: 0; padding: 10px; color: var(--ink); background: rgba(255,255,255,.98); border: 1px solid #d9e4f3; border-radius: 15px; box-shadow: 0 19px 45px rgba(19,50,94,.15); transform: translateY(-10px); visibility: hidden; opacity: 0; transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
  .primary-nav > a:not(.button) { padding: 12px 11px; }.primary-nav > a:not(.button)::after { display: none; }.nav-cta { margin: 6px 0 0; }.primary-nav.is-open { transform: translateY(0); visibility: visible; opacity: 1; }.menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(2.75px) rotate(45deg); }.menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { transform: translateY(-2.75px) rotate(-45deg); }
  .hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr; gap: 55px; }.hero-copy { max-width: 760px; }.local-visual { max-width: 650px; justify-self: center; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }.method-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }.method-grid li { min-height: 240px; border: 1px solid var(--line); border-radius: 16px !important; }.services-grid { grid-template-columns: repeat(2, 1fr); }.service-card { min-height: 306px; }
  .differentiation-grid, .reasons-grid, .faq-layout { grid-template-columns: 1fr; gap: 44px; }.differentiation-copy, .reasons-title, .faq-intro { position: static; }.differentiation-copy > p:not(.eyebrow) { max-width: 600px; }.reasons-title > p:not(.eyebrow) { max-width: 600px; }.faq-intro > p:not(.eyebrow) { max-width: 600px; }
  .timeline { grid-template-columns: repeat(3, 1fr); row-gap: 38px; }.timeline::before { display: none; }.timeline li { padding-top: 48px; }.timeline li::before { top: 14px; }
  .contact-card { grid-template-columns: 1fr; }.contact-copy { padding-bottom: 43px; }.contact-copy > p:not(.eyebrow):not(.brand-disclaimer) { max-width: 620px; }.brand-disclaimer { margin-top: 28px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }.footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 75px; }.shell { width: min(var(--shell), calc(100% - 32px)); }.section { padding-block: 65px; }
  h1 { font-size: clamp(2.35rem, 11.5vw, 3.35rem); line-height: 1.04; }.hero { padding-top: 57px; padding-bottom: 67px; }.hero-lead { margin-top: 20px; font-size: .99rem; line-height: 1.65; }.hero-actions { margin-top: 26px; }.button-group { display: grid; grid-template-columns: 1fr; }.button-group .button { width: 100%; }.trust-points { grid-template-columns: 1fr; gap: 10px; margin-top: 27px; font-size: .82rem; }
  .local-visual { border-radius: 18px; }.visual-topbar { padding: 13px 15px; }.map-label-right { display: none; }.map-label-left { top: 53%; left: 5%; }.map-label-primary { top: 31%; left: 51%; }.visual-insight { right: 13px; bottom: 13px; left: 13px; padding: 11px; }.visual-insight span { display: none; }
  .split-intro { grid-template-columns: 1fr; gap: 16px; }.section-intro { margin-bottom: 32px; }.section-intro > p { font-size: .97rem; }.centered > p { font-size: .96rem; }.problem-grid { grid-template-columns: 1fr; gap: 11px; }.problem-card { min-height: auto; padding: 21px; }.problem-card > span { margin-bottom: 14px; }.section-note { margin-top: 23px; }
  .method-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 38px; }.method-grid li { display: grid; grid-template-columns: 55px 48px 1fr; min-height: 0; gap: 0 12px; padding: 18px; }.method-number { grid-column: 1; grid-row: 1; align-self: center; }.method-icon { grid-column: 2; grid-row: 1 / 3; width: 43px; height: 43px; margin: 0; }.method-grid h3 { grid-column: 3; grid-row: 1; align-self: center; margin: 0; }.method-grid p { grid-column: 2 / 4; grid-row: 2; margin: 11px 0 0; }
  .services-grid { grid-template-columns: 1fr; gap: 12px; }.service-card { min-height: 0; padding: 23px; }.service-card > a { margin-top: 21px; }.cta-band-inner { display: grid; gap: 28px; padding-block: 48px; }.cta-band h2 { font-size: 2rem; }.cta-band p:not(.eyebrow) { font-size: .96rem; }.cta-band .button { justify-self: start; }
  .differentiation-grid { gap: 33px; }.difference-list article { grid-template-columns: 45px 1fr; padding-block: 21px; }.difference-list h3 { font-size: 1.09rem; }.case-prepared { grid-template-columns: 1fr; gap: 30px; padding: 23px; border-radius: 18px; }.case-prepared h3 { font-size: 1.35rem; }.results-disclaimer { margin-top: 17px; text-align: left; }.reasons-grid { gap: 35px; }.reasons-list article { padding: 17px; }.workflow-section .section-intro { margin-bottom: 31px; }.timeline { grid-template-columns: 1fr; gap: 0; margin-top: 0; border-left: 1px solid #c7d9f2; }.timeline li { padding: 0 0 30px 34px; }.timeline li:last-child { padding-bottom: 0; }.timeline li::before { top: 2px; left: -10px; width: 19px; height: 19px; }.timeline span { display: block; margin-bottom: 9px; }.timeline h3 { margin-top: 0; }.timeline p { margin-top: 6px; }.faq-layout { gap: 34px; }.faq-item button { min-height: 66px; font-size: .93rem; }.faq-item.is-open .faq-answer { padding-bottom: 18px; }
  .contact-section { padding-bottom: 76px; }.contact-card { width: calc(100% - 0px); border-radius: 18px; }.contact-copy, .contact-form { padding: 27px 22px; }.contact-copy h2 { font-size: 2.05rem; }.contact-copy ul { margin-top: 25px; }.form-grid { grid-template-columns: 1fr; gap: 14px; }.field-full { grid-column: auto; }.form-actions { display: grid; gap: 14px; }.form-actions .button { width: 100%; }.form-actions > p { max-width: none; }.mobile-cta { position: fixed; z-index: 25; right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); display: inline-flex; min-height: 46px; align-items: center; gap: 7px; padding: 11px 14px; color: #fff; background: var(--blue); border: 1px solid rgba(255,255,255,.34); border-radius: 12px; box-shadow: 0 10px 25px rgba(6,48,118,.35); font-size: .78rem; font-weight: 760; opacity: 1; transition: opacity .2s ease, transform .2s ease; }.mobile-cta.is-hidden { pointer-events: none; opacity: 0; transform: translateY(12px); }.mobile-cta svg { width: 16px; height: 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 23px; padding-top: 51px; padding-bottom: 36px; }.footer-brand, .footer-grid > :last-child { grid-column: 1 / -1; }.footer-bottom { display: grid; gap: 14px; padding-bottom: 78px; }.footer-bottom > div { gap: 13px; }
}

@media (max-width: 370px) {
  .shell { width: calc(100% - 28px); }.header-inner { gap: 12px; }.brand { font-size: 1rem; }.hero { padding-top: 43px; }.button { padding-inline: 15px; font-size: .88rem; }.map-label-left { display: none; }.visual-insight strong { font-size: .7rem; }.contact-copy, .contact-form { padding-inline: 18px; }.footer-grid { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  html.js [data-reveal] { opacity: 1; transform: none; }
}

/* Legal information pages */
.legal-header { padding-block: 19px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); }
.legal-header .shell { display: flex; align-items: center; justify-content: space-between; gap: 20px; }.legal-back { color: var(--blue); font-size: .88rem; font-weight: 740; }.legal-back:hover { color: var(--blue-hover); }
.legal-main { padding-block: clamp(55px, 8vw, 100px); background: var(--blue-faint); }.legal-content { max-width: 840px; margin-inline: auto; padding: clamp(25px, 5vw, 58px); background: #fff; border: 1px solid #dce7f3; border-radius: 20px; box-shadow: var(--shadow-sm); }.legal-content h1 { font-size: clamp(2rem, 4vw, 3.25rem); }.legal-content h2 { margin-top: 39px; font-size: 1.35rem; }.legal-content p, .legal-content li { color: var(--ink-soft); }.legal-content > p:first-of-type { margin-top: 18px; font-size: 1.04rem; }.legal-content p + p { margin-top: 15px; }.legal-content ul { display: grid; gap: 9px; margin-top: 16px; padding-left: 19px; list-style: disc; }.legal-notice { margin-top: 27px; padding: 16px 18px; color: #294d80; background: var(--blue-pale); border-left: 3px solid var(--blue); border-radius: 0 10px 10px 0; font-size: .9rem; }.legal-footer { padding-block: 24px; color: #91a6c3; background: #07182e; font-size: .78rem; }.legal-footer .shell { display: flex; justify-content: space-between; gap: 16px; }.legal-footer a { color: #fff; }
@media (max-width: 640px) { .legal-header .shell, .legal-footer .shell { align-items: flex-start; }.legal-header .shell { flex-direction: column; }.legal-footer .shell { flex-direction: column; }.legal-content { border-radius: 15px; } }
