@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("assets/manrope-latin.woff2") format("woff2");
}
:root {
  --ink: #11263e;
  --blue: #0759c7;
  --sky: #ddeBff;
  --paper: #f5f8fc;
  --white: #fff;
  --muted: #4b6077;
  --line: #bdcce0;
  --max: 1220px;
  --radius: 10px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 500 17px/1.65 "Manrope", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
a { color: inherit; }
img { display: block; max-width: 100%; }
svg { display: block; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 800; text-wrap: balance; }
h1, h2 { letter-spacing: -.045em; line-height: 1.14; }
h1 { font-size: 56px; }
h2 { font-size: 44px; }
h3 { font-size: 24px; letter-spacing: -.025em; line-height: 1.3; }
p + p { margin-top: 18px; }
.container { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.section { padding-block: 104px; scroll-margin-top: 100px; }
.icon { flex: 0 0 24px; width: 24px; height: 24px; }
.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; z-index: 100; left: 16px; top: 12px; padding: 12px 20px; background: white; color: var(--ink); transform: translateY(-200%); border-radius: 8px; }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 20; background: var(--paper); border-bottom: 1px solid #dce5f0; }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand-link { flex-shrink: 0; }
.brand-link img { width: 128px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 750; }
.main-nav > a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.main-nav > a:not(.button):hover { color: var(--blue); }
.button, .text-link { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; font-size: 15px; line-height: 1.4; font-weight: 800; text-decoration: none; }
.button { padding: 15px 22px; background: var(--blue); border: 0; border-radius: 8px; color: white; transition: background .18s, transform .18s; }
.button:hover { background: #064aa5; transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-small { min-height: 48px; padding: 12px 16px; font-size: 14px; gap: 10px; }
.button-light { background: white; color: var(--blue); }
.button-light:hover { background: var(--sky); }
.text-link { color: var(--blue); justify-content: flex-start; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-toggle { display: none; }
.photo-frame { position: relative; overflow: hidden; background: var(--sky); border-radius: var(--radius); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero { padding-top: 64px; }
.hero-copy { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }
.hero-description > p { color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin-top: 24px; }
.hero-media { height: 420px; margin-top: 44px; }
.hero-media img { object-position: center 57%; }
.hero-attributes { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; list-style: none; padding: 27px 0 30px; margin: 0; }
.hero-attributes li { display: flex; align-items: center; justify-content: center; gap: 14px; font-size: 15px; font-weight: 750; }
.hero-attributes .icon { color: var(--blue); }
.products { background: white; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.section-heading p { color: var(--muted); }
.objective-list { display: grid; grid-template-columns: .9fr .85fr 1.25fr 1.2fr; margin-top: 48px; gap: 12px; border-bottom: 1px solid var(--line); }
.objective { display: flex; align-items: center; gap: 12px; padding: 18px 12px 20px; min-height: 68px; border: 0; border-bottom: 3px solid transparent; margin-bottom: -1px; background: transparent; color: var(--muted); text-align: left; font-size: 16px; font-weight: 750; line-height: 1.45; }
.objective:hover { color: var(--blue); background: var(--paper); }
.objective.is-active { color: var(--blue); border-bottom-color: var(--blue); }
.product-panels { margin-top: 40px; }
.product-panel { display: grid; grid-template-columns: minmax(0,2fr) minmax(0,3fr); gap: 56px; align-items: stretch; }
.panel-image { min-height: 0; aspect-ratio: 4/5; align-self: start; position: sticky; top: 112px; }
.panel-image > img { position: absolute; inset: 0; }
.panel-image-home img { object-position: 42% center; }
.panel-image-auto img { object-position: 43% center; }
.panel-image-credit img { object-position: center; }
.product-copy { padding-block: 4px; }
.product-copy h3 { font-size: 32px; margin-bottom: 22px; }
.product-copy > p { color: var(--muted); }
.product-points { display: grid; gap: 12px; padding: 0; margin: 28px 0 22px; list-style: none; }
.product-points li { display: flex; align-items: flex-start; gap: 12px; }
.product-points .icon { color: var(--blue); margin-top: 2px; }
.product-copy .product-note { color: var(--ink); font-size: 15px; line-height: 1.65; padding: 18px 20px; background: var(--paper); border-radius: 8px; margin: 0 0 26px; }
.planning-photo > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.comparison { background: var(--blue); color: white; }
.comparison-layout { display: grid; grid-template-columns: 1fr 1.12fr; gap: 88px; align-items: start; }
.comparison-copy h2 { font-size: 48px; }
.comparison-copy > p { margin-top: 26px; }
.comparison-copy .button { margin-top: 32px; }
.comparison-list { display: grid; gap: 28px; }
.comparison-item { display: grid; grid-template-columns: 32px minmax(0,1fr); gap: 18px; padding-bottom: 28px; border-bottom: 1px solid #ffffff40; }
.comparison-item:last-child { border-bottom: 0; padding-bottom: 0; }
.comparison-item > .icon { margin-top: 4px; }
.comparison-item h3 { margin-bottom: 12px; font-size: 23px; }
.comparison-item p { color: white; }
.process { background: var(--sky); }
.process-layout { display: grid; grid-template-columns: 1fr 1.13fr; gap: 80px; align-items: start; }
.process-intro > p { margin-top: 24px; }
.process-photo { aspect-ratio: 4/3; margin-top: 36px; background: var(--ink); }
.process-list { padding: 0; margin: 0; list-style: none; }
.process-list li { position: relative; display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 24px; padding-bottom: 40px; }
.process-list li:not(:last-child)::after { content: ""; position: absolute; left: 32px; top: 92px; bottom: 12px; width: 1px; background: #0759c755; }
.step-number { font-size: 76px; line-height: 1; font-weight: 500; color: var(--blue); letter-spacing: -.07em; font-variant-numeric: tabular-nums; }
.step-content h3 { padding-top: 5px; font-size: 24px; }
.step-content > p { margin-top: 15px; }
.step-content .step-outcome { display: flex; align-items: flex-start; gap: 10px; margin-top: 18px; font-size: 15px; line-height: 1.6; font-weight: 750; }
.step-outcome .icon { color: var(--blue); flex-basis: 20px; width: 20px; height: 20px; margin-top: 2px; }
.process-journey > .button { margin-left: 96px; }
.heritage { background: white; }
.heritage-layout { display: grid; grid-template-columns: 1.08fr 1fr; gap: 72px; align-items: center; }
.heritage-photo { aspect-ratio: 1600 / 1066; }
.heritage-photo img { object-fit: contain; }
.heritage-copy h2 { font-size: 40px; }
.heritage-copy p { color: var(--muted); margin-top: 22px; }
.heritage-copy .text-link { margin-top: 22px; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 88px; align-items: start; }
.faq-intro > p { color: var(--muted); margin-top: 24px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 78px; padding: 22px 0; font-size: 18px; font-weight: 750; line-height: 1.5; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { position: relative; width: 20px; height: 20px; flex: 0 0 20px; color: var(--blue); }
.faq-list summary > span::before, .faq-list summary > span::after { content: ""; position: absolute; inset: 9px 2px; height: 2px; background: currentColor; }
.faq-list summary > span::after { transform: rotate(90deg); transition: transform .18s; }
.faq-list details[open] summary { color: var(--blue); }
.faq-list details[open] summary > span::after { transform: rotate(0); }
.faq-list details > p { color: var(--muted); margin: 0; padding: 0 34px 24px 0; }
.evaluation { background: var(--ink); color: white; }
.evaluation-layout { display: grid; grid-template-columns: 1fr 1.12fr; gap: 80px; align-items: start; }
.evaluation-copy h2 { font-size: 46px; }
.evaluation-copy > p { margin-top: 24px; color: #dfE9f6; }
.evaluation-points { display: grid; gap: 18px; list-style: none; margin: 32px 0 0; padding: 0; }
.evaluation-points li { display: flex; align-items: flex-start; gap: 14px; }
.evaluation-points .icon { color: var(--sky); margin-top: 2px; }
.evaluation-copy .privacy-note { margin-top: 36px; font-size: 14px; max-width: 40ch; }
.contact-form { padding: 36px; border-radius: 12px; background: white; color: var(--ink); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 20px; }
.field { min-width: 0; }
.field-full { grid-column: 1 / -1; }
.field label { display: block; font-size: 14px; font-weight: 750; margin-bottom: 8px; }
.field input:not([type=checkbox]), .field select, .field textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #8396ad; border-radius: 8px; background: white; color: var(--ink); font-size: 16px; line-height: 1.5; }
.field select { padding-right: 30px; cursor: pointer; text-overflow: ellipsis; }
.field textarea { resize: vertical; min-height: 140px; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted); opacity: 1; }
.field-error { display: block; min-height: 20px; margin-top: 6px; font-size: 13px; line-height: 1.5; color: #a51e2e; }
.field-error:not(:empty) { margin-top: 6px; }
.field [aria-invalid=true] { border-color: #a51e2e; }
.consent-field { display: grid; grid-template-columns: 22px minmax(0,1fr); gap: 0 12px; align-items: start; }
.consent-field input { width: 20px; height: 20px; margin: 5px 0 0; accent-color: var(--blue); }
.consent-field label { min-height: 44px; font-size: 13px; line-height: 1.7; font-weight: 500; margin: 0; cursor: pointer; }
.consent-field label a { color: var(--blue); text-underline-offset: 3px; }
.consent-field .field-error { grid-column: 2; }
.form-trap { display: none; }
.submit-button { width: 100%; margin-top: 26px; }
.button-loading { display: none; }
.is-loading .button-label, .is-loading .submit-button .icon { display: none; }
.is-loading .button-loading { display: inline; }
.submit-button:disabled { background: #416b9f; cursor: wait; transform: none; }
.form-status { font-size: 14px; line-height: 1.6; margin: 0; }
.form-status:not(:empty) { margin-top: 20px; padding: 14px; background: var(--paper); border-radius: 8px; }
.is-success .form-status { color: #125139; background: #e8f5ed; }
.site-footer { background: var(--paper); padding: 44px 0 28px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.footer-brand { flex-shrink: 0; }
.footer-brand img { width: 126px; height: auto; }
.footer-inner > p { max-width: 44ch; font-size: 15px; color: var(--muted); }
.footer-inner .text-link { flex-shrink: 0; }
.footer-note { border-top: 1px solid var(--line); margin-top: 32px; padding-top: 22px; display: flex; justify-content: space-between; gap: 32px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.footer-note > p { margin: 0; }
.footer-note > p:first-child { max-width: 85ch; }
