/* [project]/app/globals.css [app-client] (css) */
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: .25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .relative {
    position: relative;
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .table {
    display: table;
  }
}

:root {
  --ink: #0d2f4f;
  --ink-soft: #2d5876;
  --paper: #f6fbff;
  --paper-strong: #fff;
  --mist: #e7f3fa;
  --mist-deep: #bfd9e8;
  --coral: #1976b9;
  --coral-dark: #0f5f99;
  --cta: #f06b4f;
  --cta-dark: #d9543b;
  --line: #d4e4ee;
  --muted: #60798a;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    "Noto Serif JP", serif;
  --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP",
    "Meiryo", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  margin: 0;
  line-height: 1.8;
}

body, a, button, summary {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

h1, h2, h3, p, blockquote, dl, dd {
  margin-top: 0;
}

:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
}

.site-header {
  z-index: 50;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #f6fbfff2;
  border-bottom: 1px solid #0d2f4f1a;
  position: sticky;
  top: 0;
}

.header-inner {
  align-items: center;
  gap: 36px;
  width: min(1440px, 100% - 80px);
  min-height: 92px;
  margin: 0 auto;
  display: flex;
}

.brand {
  align-items: center;
  gap: 13px;
  line-height: 1.2;
  display: inline-flex;
}

.brand-mark {
  border: 2px solid var(--ink);
  width: 46px;
  height: 46px;
  color: var(--coral);
  font-family: var(--serif);
  border-radius: 50%;
  place-items: center;
  font-size: 20px;
  font-weight: 700;
  display: grid;
  transform: rotate(-8deg);
}

.brand strong, .brand small {
  display: block;
}

.brand strong {
  letter-spacing: .1em;
  font-size: 22px;
  font-weight: 800;
}

.brand small {
  color: var(--muted);
  letter-spacing: .1em;
  margin-top: 5px;
  font-size: 10px;
}

.desktop-nav {
  align-items: center;
  gap: 30px;
  margin-left: auto;
  display: flex;
}

.desktop-nav a {
  color: var(--ink-soft);
  letter-spacing: .04em;
  font-size: 13px;
  font-weight: 700;
  position: relative;
}

.desktop-nav a:after {
  content: "";
  background: var(--coral);
  height: 2px;
  transition: right .18s;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 100%;
}

.desktop-nav a:hover:after {
  right: 0;
}

.header-contact-menu {
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  align-self: stretch;
  align-items: center;
  display: flex;
}

.header-contact-menu a {
  transition: transform .18s, filter .18s, background .18s;
}

.header-contact-menu a:hover {
  z-index: 1;
  filter: brightness(.97);
  transform: translateY(-2px);
}

.header-contact-phone {
  min-width: 174px;
  color: var(--ink);
  background: #fff;
  grid-template-columns: 27px 1fr;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  display: grid;
}

.header-contact-phone small, .header-contact-phone strong, .header-contact-item small, .header-contact-item strong {
  white-space: nowrap;
  display: block;
}

.header-contact-phone small {
  color: var(--muted);
  letter-spacing: .08em;
  font-size: 8px;
  font-weight: 700;
}

.header-contact-phone strong {
  font-family: var(--serif);
  letter-spacing: .02em;
  font-size: 18px;
  line-height: 1.25;
}

.contact-symbol {
  text-align: center;
  font-size: 20px;
}

.header-contact-item {
  color: #fff;
  border-left: 1px solid #fff3;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 7px;
  min-width: 102px;
  min-height: 100%;
  padding: 10px 12px;
  display: grid;
}

.header-contact-item small {
  opacity: .75;
  font-size: 8px;
  font-weight: 600;
}

.header-contact-item strong {
  font-size: 11px;
}

.header-contact-mail {
  background: var(--coral-dark);
}

.header-contact-line {
  background: #06c755;
}

.line-symbol {
  color: #06a947;
  background: #fff;
  border-radius: 7px;
  place-items: center;
  width: 27px;
  height: 27px;
  font-family: Arial, sans-serif;
  font-size: 7px;
  font-weight: 900;
  display: grid;
}

.header-contact-qr {
  width: 74px;
  min-height: 100%;
  color: var(--ink-soft);
  background: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6px 7px 5px;
  display: flex;
}

.header-contact-qr img {
  width: 48px;
  height: 48px;
}

.header-contact-qr span {
  margin-top: 1px;
  font-size: 7px;
  font-weight: 800;
  line-height: 1;
}

.hero {
  color: #fff;
  background: #0b2d4d;
  position: relative;
  overflow: hidden;
}

.hero-media, .hero-overlay {
  position: absolute;
  inset: 0 0 88px;
}

.hero-media img {
  object-fit: cover;
  object-position: 66% 48%;
  width: 100%;
  height: 100%;
  display: block;
}

.hero-overlay {
  background: linear-gradient(90deg, #072642d6 0%, #072642c2 43%, #07264266 70%, #07264299 100%), linear-gradient(#0726420f, #0726425c);
}

.hero-inner {
  z-index: 1;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .7fr);
  align-items: center;
  gap: 88px;
  width: min(1440px, 100% - 96px);
  min-height: 710px;
  margin: 0 auto;
  padding: 72px 0 58px;
  display: grid;
  position: relative;
}

.eyebrow {
  color: #9fddf7;
  letter-spacing: .14em;
  text-shadow: 0 2px 18px #00000073;
  align-items: center;
  gap: 14px;
  margin-bottom: 25px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.eyebrow span {
  background: var(--coral);
  width: 42px;
  height: 2px;
}

.hero h1 {
  font-family: var(--serif);
  letter-spacing: .05em;
  text-shadow: 0 4px 26px #00000075;
  margin-bottom: 30px;
  font-size: clamp(44px, 4.7vw, 76px);
  font-weight: 600;
  line-height: 1.38;
}

.hero h1 em {
  color: #59c8f2;
  text-shadow: 0 8px 30px #0003;
  font-style: normal;
  display: inline-block;
  position: relative;
}

.hero h1 em:after {
  content: "";
  background: #59c8f257;
  height: .12em;
  position: absolute;
  bottom: .1em;
  left: 0;
  right: .03em;
}

.hero-lead {
  color: #ffffffdb;
  text-shadow: 0 2px 18px #00000075;
  margin-bottom: 34px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.hero-proof {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 32px;
  display: grid;
}

.proof-item {
  border-left: 1px solid #ffffff3d;
  padding: 0 23px;
}

.proof-item:first-child {
  border-left: 0;
  padding-left: 0;
}

.proof-item span, .proof-item small {
  display: block;
}

.proof-item span {
  color: #ffffffd1;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
}

.proof-item strong {
  color: #79d5f6;
  font-family: var(--serif);
  font-size: clamp(24px, 2.2vw, 36px);
  line-height: 1.35;
  display: block;
}

.proof-item small {
  color: #ffffff8c;
  font-size: 9px;
}

.hero-actions {
  align-items: stretch;
  gap: 14px;
  display: flex;
}

.button {
  letter-spacing: .03em;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  gap: 28px;
  min-height: 62px;
  padding: 0 28px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  transition: transform .18s, box-shadow .18s, background .18s, color .18s;
  display: inline-flex;
}

.button span {
  transition: transform .18s;
}

.button:hover {
  transform: translateY(-2px);
}

.button:hover span {
  transform: translateX(4px);
}

.button-primary {
  background: var(--cta);
  color: #fff;
  box-shadow: 0 14px 30px #f06b4f3d;
}

.button-primary:hover {
  background: var(--cta-dark);
  box-shadow: 0 18px 36px #d9543b4d;
}

.button-secondary {
  border-color: var(--ink);
  background: none;
}

.button-secondary:hover {
  background: var(--ink);
  color: #fff;
}

.hero .button-secondary {
  color: #fff;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #ffffff0f;
  border-color: #ffffffc7;
}

.hero .button-secondary:hover {
  color: var(--ink);
  background: #fff;
  border-color: #fff;
}

.hero .action-note {
  color: #ffffff94;
  margin: 9px 0 0 10px;
  font-size: 10px;
}

.hero-support-panel {
  border: 1px solid #ffffff3d;
  border-top: 4px solid var(--coral);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  color: #fff;
  background: #0621398f;
  justify-self: end;
  width: 100%;
  max-width: 470px;
  padding: 42px 44px 34px;
  box-shadow: 0 28px 80px #00000047;
}

.support-panel-label {
  color: #79d5f6;
  letter-spacing: .24em;
  margin-bottom: 13px;
  font-size: 10px;
  font-weight: 800;
}

.hero-support-panel h2 {
  font-family: var(--serif);
  letter-spacing: .06em;
  margin-bottom: 25px;
  font-size: clamp(28px, 2.6vw, 40px);
  font-weight: 600;
  line-height: 1.45;
}

.hero-support-panel ul {
  gap: 13px;
  margin-bottom: 27px;
  display: grid;
}

.hero-support-panel li {
  color: #ffffffeb;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.hero-support-panel li:before {
  content: "✓";
  background: var(--coral);
  color: #fff;
  border-radius: 50%;
  place-items: center;
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: 900;
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
}

.support-panel-assurance {
  border-top: 1px solid #ffffff2e;
  border-bottom: 1px solid #ffffff2e;
  grid-template-columns: auto 1fr auto;
  align-items: baseline;
  gap: 12px;
  padding: 20px 0 18px;
  display: grid;
}

.support-panel-assurance span, .support-panel-assurance small {
  color: #ffffffad;
  font-size: 11px;
  font-weight: 700;
}

.support-panel-assurance strong {
  color: #79d5f6;
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1;
}

.support-panel-note {
  color: #ffffff7d;
  margin-top: 17px;
  font-size: 9px;
  line-height: 1.7;
}

.trust-strip {
  background: var(--ink);
  color: #fff;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  display: grid;
}

.trust-strip > div {
  border-left: 1px solid #ffffff21;
  justify-content: center;
  align-items: center;
  gap: 17px;
  min-height: 88px;
  padding: 20px 30px;
  display: flex;
}

.trust-strip > div:first-child {
  border-left: 0;
}

.trust-strip span {
  color: var(--coral);
  letter-spacing: .12em;
  font-size: 10px;
  font-weight: 700;
}

.trust-strip strong {
  font-family: var(--serif);
  letter-spacing: .06em;
  font-size: 16px;
  font-weight: 600;
}

.section {
  padding: 126px 0;
}

.section-inner {
  width: min(1260px, 100% - 80px);
  margin: 0 auto;
}

.section-inner.narrow {
  width: min(1080px, 100% - 80px);
}

.section-label {
  color: var(--coral-dark);
  letter-spacing: .24em;
  margin-bottom: 17px;
  font-size: 10px;
  font-weight: 800;
}

.section-heading {
  margin-bottom: 68px;
}

.section-heading h2, .concerns h2, .price-copy h2, .area-inner h2, .faq-heading h2, .final-cta h2 {
  font-family: var(--serif);
  letter-spacing: .04em;
  font-size: clamp(34px, 3.7vw, 54px);
  font-weight: 600;
  line-height: 1.55;
}

.split-heading {
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: 90px;
  display: grid;
}

.split-heading h2 {
  margin-bottom: 0;
}

.split-heading > p {
  color: var(--muted);
  margin-bottom: 8px;
  font-size: 15px;
}

.center-heading {
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.center-heading h2 {
  margin-bottom: 18px;
}

.center-heading > p:last-child {
  color: var(--muted);
}

.concerns {
  background: var(--mist);
  text-align: center;
}

.concerns h2 {
  max-width: 830px;
  margin: 0 auto 65px;
}

.concern-list {
  text-align: left;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
}

.concern-list article {
  border-left: 1px solid var(--mist-deep);
  padding: 5px 40px 10px;
}

.concern-list article:first-child {
  border-left: 0;
  padding-left: 0;
}

.concern-list article:last-child {
  padding-right: 0;
}

.concern-list span {
  color: var(--coral-dark);
  font-family: var(--serif);
  font-size: 14px;
}

.concern-list h3 {
  font-family: var(--serif);
  margin: 13px 0 17px;
  font-size: 20px;
  line-height: 1.6;
}

.concern-list p {
  color: var(--ink-soft);
  margin-bottom: 0;
  font-size: 13px;
}

.concerns-close {
  font-family: var(--serif);
  margin: 55px 0 0;
  font-size: 17px;
  font-weight: 600;
}

.solution-roadmap {
  background: linear-gradient(#1976b909 1px, transparent 1px),
    linear-gradient(90deg, #1976b909 1px, transparent 1px),
    var(--paper);
  background-size: 48px 48px;
}

.roadmap-visual {
  border: 1px solid var(--mist-deep);
  background: #ffffffe6;
  border-radius: 20px;
  grid-template-columns: 150px 28px minmax(0, 1fr) 28px 165px;
  align-items: center;
  gap: 12px;
  padding: 32px;
  display: grid;
  box-shadow: 0 24px 70px #0d2f4f1a;
}

.roadmap-start, .roadmap-goal {
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  min-height: 206px;
  padding: 24px 18px;
  display: flex;
}

.roadmap-start {
  color: var(--ink);
  background: #fff5f2;
  border: 1px solid #f06b4f47;
}

.roadmap-start > span, .roadmap-goal > span {
  letter-spacing: .2em;
  margin-bottom: 12px;
  font-size: 9px;
  font-weight: 900;
}

.roadmap-start > span {
  color: var(--cta-dark);
}

.roadmap-start strong {
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.65;
}

.roadmap-start > div {
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 18px;
  display: flex;
}

.roadmap-start small {
  color: var(--muted);
  background: #fff;
  border-radius: 100px;
  padding: 4px 8px;
  font-size: 9px;
}

.roadmap-arrow {
  color: var(--coral);
  text-align: center;
  font-size: 25px;
  font-weight: 800;
}

.roadmap-flow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  display: grid;
}

.roadmap-flow article {
  border: 1px solid var(--mist-deep);
  border-top: 4px solid var(--coral);
  background: var(--paper-strong);
  border-radius: 12px;
  min-height: 250px;
  padding: 24px 17px 20px;
  position: relative;
}

.roadmap-number {
  background: var(--ink);
  color: #fff;
  width: 36px;
  height: 36px;
  font-family: var(--serif);
  border-radius: 50%;
  place-items: center;
  margin-bottom: 17px;
  font-size: 12px;
  display: grid;
}

.roadmap-flow article > span {
  color: var(--coral-dark);
  letter-spacing: .12em;
  font-size: 9px;
  font-weight: 800;
}

.roadmap-flow h3 {
  font-family: var(--serif);
  margin: 8px 0 11px;
  font-size: 16px;
  line-height: 1.55;
}

.roadmap-flow p {
  color: var(--muted);
  margin: 0;
  font-size: 11px;
  line-height: 1.8;
}

.roadmap-flow i {
  z-index: 2;
  width: 16px;
  height: 26px;
  color: var(--coral);
  background: #fff;
  border-radius: 100px;
  place-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  display: grid;
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
}

.roadmap-goal {
  background: linear-gradient(145deg, var(--coral-dark), var(--ink));
  color: #fff;
  box-shadow: 0 18px 38px #0d2f4f38;
}

.roadmap-goal > span {
  color: #8cddfb;
}

.roadmap-goal strong {
  font-family: var(--serif);
  margin-bottom: 8px;
  font-size: 24px;
}

.roadmap-goal small {
  color: #ffffffad;
  font-size: 10px;
  line-height: 1.7;
}

.solution-photo-card {
  border: 1px solid var(--mist-deep);
  background: var(--paper-strong);
  border-radius: 22px;
  grid-template-columns: 1.04fr .96fr;
  margin-top: 72px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 28px 75px #0d2f4f1f;
}

.real-documents {
  background: linear-gradient(135deg, #1976b90e, transparent 42%),
    var(--paper);
  position: relative;
  overflow: hidden;
}

.real-documents:before {
  content: "";
  border: 1px solid var(--mist-deep);
  pointer-events: none;
  border-radius: 50%;
  width: 460px;
  height: 460px;
  position: absolute;
  top: -190px;
  right: -170px;
}

.documents-intro {
  z-index: 1;
  grid-template-columns: 1.08fr .92fr;
  align-items: end;
  gap: 90px;
  margin-bottom: 62px;
  display: grid;
  position: relative;
}

.documents-intro h2 {
  font-family: var(--serif);
  letter-spacing: .04em;
  font-size: clamp(34px, 3.7vw, 54px);
  font-weight: 600;
  line-height: 1.55;
}

.documents-lead > p {
  color: var(--muted);
  margin-bottom: 18px;
  font-size: 14px;
}

.documents-lead > a {
  color: var(--coral-dark);
  text-underline-offset: 4px;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 800;
  text-decoration: underline;
  display: inline-flex;
}

.document-grid {
  z-index: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  display: grid;
  position: relative;
}

.document-card {
  border: 1px solid var(--mist-deep);
  background: var(--paper-strong);
  border-radius: 18px;
  min-width: 0;
  transition: transform .18s, box-shadow .18s, border-color .18s;
  overflow: hidden;
  box-shadow: 0 18px 45px #0d2f4f14;
}

.document-card:hover {
  border-color: #1976b973;
  transform: translateY(-5px);
  box-shadow: 0 28px 60px #0d2f4f26;
}

.document-preview {
  background-color: #eaf3f9;
  background-image: linear-gradient(#1976b90e 1px, #0000 1px), linear-gradient(90deg, #1976b90e 1px, #0000 1px), none;
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: 24px 24px;
  background-attachment: scroll, scroll, scroll;
  background-origin: padding-box, padding-box, padding-box;
  background-clip: border-box, border-box, border-box;
  height: 300px;
  padding: 34px 58px 0;
  position: relative;
  overflow: hidden;
}

.document-preview-checklist {
  background-color: #e7f1f8;
  background-image: linear-gradient(#155e9011 1px, #0000 1px), linear-gradient(90deg, #155e9011 1px, #0000 1px), none;
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: 24px 24px;
  background-attachment: scroll, scroll, scroll;
  background-origin: padding-box, padding-box, padding-box;
  background-clip: border-box, border-box, border-box;
}

.document-sheet {
  background: #fff;
  border: 1px solid #c7d4dc;
  height: 292px;
  padding: 19px 18px;
  transition: transform .25s;
  position: relative;
  transform: rotate(-1.6deg);
  box-shadow: 0 22px 45px #0d2f4f38;
}

.document-card:nth-child(2) .document-sheet {
  transform: rotate(1.4deg);
}

.document-card:hover .document-sheet {
  transform: rotate(0)translateY(-5px);
}

.document-sheet:after {
  content: "";
  pointer-events: none;
  border: 1px solid #0d2f4f14;
  position: absolute;
  inset: 6px;
}

.document-sheet-head {
  color: #6d7d88;
  justify-content: space-between;
  align-items: center;
  font-size: 7px;
  display: flex;
}

.document-sheet-head small {
  border: 1px solid #aebcc5;
  padding: 2px 5px;
  font-size: 6px;
}

.document-sheet > strong {
  color: #182d3d;
  font-family: var(--serif);
  text-align: center;
  letter-spacing: .12em;
  margin: 17px 0 14px;
  font-size: 13px;
  display: block;
}

.document-form {
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  display: grid;
}

.document-form i {
  background: linear-gradient(#edf2f5 8px, #0000 8px);
  border: 1px solid #aebcc5;
  min-height: 26px;
}

.document-form .form-wide {
  grid-column: 1 / -1;
}

.document-form .form-tall {
  min-height: 53px;
}

.document-checks {
  gap: 8px;
  display: grid;
}

.document-checks i {
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 8px;
  font-style: normal;
  display: grid;
}

.document-checks b {
  width: 17px;
  height: 17px;
  color: var(--coral-dark);
  border: 1px solid #8fa5b4;
  place-items: center;
  font-size: 9px;
  display: grid;
}

.document-checks span {
  background: linear-gradient(90deg, #bac7cf 74%, #0000 74%);
  height: 9px;
}

.document-sheet > em {
  color: var(--coral-dark);
  border: 1px solid #1976b959;
  padding: 3px 8px;
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
  position: absolute;
  bottom: 13px;
  right: 15px;
}

.document-preview-checklist .document-sheet > em {
  display: none;
}

.document-number, .document-open {
  z-index: 2;
  color: #fff;
  place-items: center;
  font-size: 10px;
  font-weight: 900;
  display: grid;
  position: absolute;
}

.document-number {
  background: var(--ink);
  width: 42px;
  height: 42px;
  font-family: var(--serif);
  border-radius: 50%;
  top: 19px;
  left: 20px;
}

.document-open {
  background: var(--coral-dark);
  letter-spacing: .08em;
  border-radius: 100px;
  padding: 7px 11px;
  bottom: 17px;
  right: 18px;
}

.document-body {
  padding: 30px 30px 28px;
}

.document-tag {
  background: var(--mist);
  color: var(--coral-dark);
  letter-spacing: .1em;
  border-radius: 100px;
  margin-bottom: 15px;
  padding: 5px 10px;
  font-size: 9px;
  font-weight: 900;
  display: inline-flex;
}

.document-body h3 {
  font-family: var(--serif);
  margin-bottom: 5px;
  font-size: 23px;
  font-weight: 600;
}

.document-body > strong {
  color: var(--coral-dark);
  font-size: 12px;
  display: block;
}

.document-body > p {
  min-height: 95px;
  color: var(--muted);
  margin: 20px 0 18px;
  font-size: 12px;
  line-height: 1.85;
}

.document-body ul {
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
  display: flex;
}

.document-body li {
  border: 1px solid var(--mist-deep);
  color: var(--ink-soft);
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 9px;
  font-weight: 700;
}

.document-link {
  border-top: 1px solid var(--line);
  color: var(--coral-dark);
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  font-size: 11px;
  font-weight: 900;
  display: flex;
}

.documents-cta {
  z-index: 1;
  background: linear-gradient(125deg, var(--ink), #174f78);
  color: #fff;
  border-radius: 16px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
  margin-top: 42px;
  padding: 38px 42px;
  display: grid;
  position: relative;
}

.documents-cta > div > span {
  color: #79d5f6;
  letter-spacing: .2em;
  font-size: 9px;
  font-weight: 900;
}

.documents-cta h3 {
  font-family: var(--serif);
  margin: 7px 0 8px;
  font-size: 24px;
  font-weight: 600;
}

.documents-cta p {
  color: #ffffffab;
  margin: 0;
  font-size: 12px;
}

.documents-cta .button {
  min-width: 276px;
}

.documents-note {
  color: var(--muted);
  text-align: right;
  margin: 14px 0 0;
  font-size: 9px;
}

.solution-photo-card figure {
  min-height: 560px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.solution-photo-card figure:after {
  content: "";
  background: linear-gradient(#0000 62%, #072642bd);
  position: absolute;
  inset: 0;
}

.solution-photo-card figure img {
  object-fit: cover;
  object-position: 42% center;
  width: 100%;
  height: 100%;
  display: block;
}

.solution-photo-card figcaption {
  z-index: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  bottom: 25px;
  left: 28px;
  right: 28px;
}

.solution-photo-copy {
  align-self: center;
  padding: 64px 58px;
}

.solution-photo-copy h3 {
  font-family: var(--serif);
  margin: 0 0 22px;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 600;
  line-height: 1.55;
}

.solution-photo-copy > p:not(.section-label) {
  color: var(--muted);
  margin-bottom: 30px;
  font-size: 14px;
}

.solution-photo-copy ul {
  gap: 0;
  margin: 0 0 35px;
  display: grid;
}

.solution-photo-copy li {
  border-bottom: 1px solid var(--line);
  align-items: center;
  gap: 15px;
  padding: 14px 0;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.solution-photo-copy li:first-child {
  border-top: 1px solid var(--line);
}

.solution-photo-copy li span {
  color: var(--coral);
  font-family: var(--serif);
  font-size: 11px;
}

.support {
  background: var(--paper-strong);
}

.support-list {
  border-top: 1px solid var(--line);
}

.support-list article {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 100px 1fr;
  gap: 42px;
  padding: 38px 12px;
  transition: background .18s;
  display: grid;
}

.support-list article:hover {
  background: var(--paper);
}

.support-list article > span {
  color: var(--coral);
  font-family: var(--serif);
  font-size: 22px;
}

.support-list article > div {
  grid-template-columns: minmax(240px, .7fr) 1fr;
  align-items: start;
  gap: 70px;
  display: grid;
}

.support-list h3 {
  font-family: var(--serif);
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}

.support-list p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
}

.comparison {
  background: var(--paper);
}

.table-wrap {
  border-top: 2px solid var(--ink);
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  background: var(--paper-strong);
  width: 100%;
  font-size: 14px;
}

th, td {
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
  padding: 24px 28px;
}

thead th {
  background: var(--ink);
  color: #fff;
  letter-spacing: .04em;
  font-size: 12px;
}

thead th:first-child {
  width: 23%;
}

thead th:last-child {
  background: var(--coral-dark);
}

tbody th {
  font-family: var(--serif);
  font-size: 16px;
}

tbody td {
  color: var(--muted);
}

tbody td:last-child {
  color: var(--ink);
  background: #1976b90f;
}

tbody td strong:before {
  content: "✓";
  color: var(--coral-dark);
  margin-right: 12px;
}

.section-cta {
  background: var(--mist);
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 38px 44px;
  display: flex;
}

.section-cta p {
  font-family: var(--serif);
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.text-link {
  border-bottom: 1px solid var(--coral);
  color: var(--coral-dark);
  padding-bottom: 4px;
  font-size: 13px;
  font-weight: 800;
}

.text-link span {
  margin-left: 16px;
  transition: transform .18s;
  display: inline-block;
}

.text-link:hover span {
  transform: translateX(4px);
}

.cases {
  background: var(--mist);
}

.case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  display: grid;
}

.case-grid > a {
  border: 1px solid var(--mist-deep);
  background: var(--paper-strong);
  border-radius: 16px;
  flex-direction: column;
  min-height: 520px;
  transition: transform .18s, box-shadow .18s;
  display: flex;
  overflow: hidden;
}

.case-grid > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 55px #0d2f4f29;
}

.case-photo {
  background: var(--mist-deep);
  height: 235px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.case-photo:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(#0726420a, #07264252);
  position: absolute;
  inset: 0;
}

.case-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .35s;
  display: block;
}

.case-grid > a:hover .case-photo img {
  transform: scale(1.035);
}

.case-index {
  z-index: 1;
  color: #fff;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  font-family: var(--serif);
  background: #0726429e;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  padding: 5px 10px;
  font-size: 10px;
  position: absolute;
  top: 17px;
  left: 18px;
}

.case-body {
  flex-direction: column;
  flex: 1;
  min-height: 285px;
  padding: 27px 28px 26px;
  display: flex;
}

.case-category {
  border-bottom: 1px solid var(--coral);
  width: fit-content;
  color: var(--coral-dark);
  letter-spacing: .12em;
  margin: 0 0 15px;
  padding-bottom: 3px;
  font-size: 10px;
  font-weight: 800;
}

.case-grid blockquote {
  font-family: var(--serif);
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
}

.case-grid p {
  color: var(--muted);
  margin-bottom: 22px;
  font-size: 12px;
}

.case-more {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.process {
  background: var(--paper-strong);
}

.step-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.step-list li {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  padding: 36px 32px;
  position: relative;
}

.step-list li:first-child {
  border-left: 0;
}

.step-list li:after {
  content: "→";
  z-index: 2;
  background: var(--paper-strong);
  width: 26px;
  height: 26px;
  color: var(--coral);
  place-items: center;
  font-size: 13px;
  display: grid;
  position: absolute;
  top: 48px;
  right: -13px;
}

.step-list li:last-child:after {
  display: none;
}

.step-list li > span {
  color: var(--coral);
  font-family: var(--serif);
  font-size: 23px;
}

.step-list h3 {
  font-family: var(--serif);
  margin: 35px 0 17px;
  font-size: 20px;
  font-weight: 600;
}

.step-list p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
}

.price {
  background: var(--ink);
  color: #fff;
  overflow: hidden;
}

.price-inner {
  grid-template-columns: 1fr .85fr;
  align-items: center;
  gap: 100px;
  display: grid;
}

.price-copy h2 {
  margin-bottom: 26px;
}

.price-copy > p:not(.section-label) {
  color: #ffffffad;
  max-width: 620px;
  font-size: 15px;
}

.price-copy ul {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.price-copy li {
  color: #ffffffd1;
  padding: 10px 0;
  font-size: 13px;
}

.price-copy li:before {
  content: "✓";
  color: var(--coral);
  margin-right: 13px;
}

.price-panel {
  background: var(--paper);
  color: var(--ink);
  padding: 48px;
  position: relative;
}

.price-panel:before {
  content: "";
  border: 1px solid var(--mist-deep);
  border-radius: 50%;
  width: 180px;
  height: 180px;
  position: absolute;
  top: -80px;
  right: -80px;
}

.price-panel > span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.price-panel > div {
  align-items: baseline;
  gap: 10px;
  margin: 18px 0 12px;
  display: flex;
}

.price-panel small {
  font-family: var(--serif);
  margin-right: auto;
  font-size: 16px;
}

.price-panel > div strong {
  color: var(--coral-dark);
  font-family: var(--serif);
  font-size: 76px;
  line-height: 1;
}

.price-panel em {
  font-family: var(--serif);
  font-size: 18px;
  font-style: normal;
}

.price-panel > p {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
  padding-top: 18px;
  font-size: 12px;
  display: flex;
}

.price-panel > p strong {
  font-family: var(--serif);
  font-size: 17px;
}

.price-panel .button {
  width: 100%;
}

.areas {
  background: var(--mist);
}

.area-inner {
  grid-template-columns: .78fr 1.22fr;
  gap: 100px;
  display: grid;
}

.area-inner h2 {
  margin-bottom: 22px;
}

.area-inner > div:first-child > p:last-child {
  color: var(--muted);
  font-size: 14px;
}

.area-links {
  border-top: 1px solid var(--mist-deep);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}

.area-links a {
  border-bottom: 1px solid var(--mist-deep);
  font-family: var(--serif);
  justify-content: space-between;
  align-items: center;
  padding: 17px 6px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.area-links a:nth-child(odd) {
  margin-right: 24px;
}

.area-links a span {
  color: var(--coral);
}

.area-links a:hover {
  color: var(--coral-dark);
}

.faq {
  background: var(--paper-strong);
}

.faq-inner {
  grid-template-columns: .65fr 1.35fr;
  align-items: start;
  gap: 100px;
  display: grid;
}

.faq-heading {
  position: sticky;
  top: 140px;
}

.faq-heading h2 {
  margin-bottom: 20px;
}

.faq-heading > p:last-child {
  color: var(--muted);
  font-size: 14px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  cursor: pointer;
  min-height: 86px;
  font-family: var(--serif);
  align-items: center;
  gap: 24px;
  padding: 24px 54px 24px 0;
  font-size: 17px;
  font-weight: 600;
  list-style: none;
  display: flex;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary > span {
  color: var(--coral);
  font-family: var(--sans);
  font-size: 11px;
}

.faq-list summary i, .faq-list summary i:after {
  background: var(--ink);
  width: 14px;
  height: 1px;
  position: absolute;
}

.faq-list summary {
  position: relative;
}

.faq-list summary i {
  right: 10px;
}

.faq-list summary i:after {
  content: "";
  transition: transform .18s;
  transform: rotate(90deg);
}

.faq-list details[open] summary i:after {
  transform: rotate(0);
}

.faq-list details > div {
  grid-template-columns: 24px 1fr;
  gap: 16px;
  padding: 0 50px 30px 35px;
  display: grid;
}

.faq-list details > div span {
  color: var(--coral);
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 700;
}

.faq-list details > div p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
}

.final-cta {
  background: var(--paper);
  text-align: center;
  padding: 130px 0;
  position: relative;
  overflow: hidden;
}

.final-cta:before, .final-cta:after {
  content: "";
  border-radius: 50%;
  position: absolute;
}

.final-cta:before {
  background: var(--mist);
  width: 560px;
  height: 560px;
  bottom: -350px;
  left: -280px;
}

.final-cta:after {
  border: 1px solid var(--mist-deep);
  width: 360px;
  height: 360px;
  top: -230px;
  right: -130px;
}

.final-cta-inner {
  z-index: 1;
  width: min(780px, 100% - 40px);
  margin: 0 auto;
  position: relative;
}

.final-cta h2 {
  margin-bottom: 24px;
}

.final-cta h2 + p {
  color: var(--muted);
  font-size: 14px;
}

.final-cta .hero-actions {
  justify-content: center;
  margin-top: 38px;
}

.button-light {
  border-color: var(--mist-deep);
  background: var(--paper-strong);
}

.button-light:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

footer {
  color: #fff;
  background: #1f292e;
  padding: 80px 0 100px;
}

.footer-inner, .copyright {
  width: min(1260px, 100% - 80px);
  margin: 0 auto;
}

.footer-inner {
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  display: grid;
}

.footer-brand .brand {
  margin-bottom: 30px;
}

.footer-brand .brand-mark {
  border-color: #fff;
}

.footer-brand .brand small {
  color: #ffffff85;
}

.footer-brand p {
  color: #ffffff8c;
  font-size: 11px;
}

.footer-brand > a:last-child {
  color: var(--coral);
  font-family: var(--serif);
  font-size: 15px;
}

.footer-links {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  display: grid;
}

.footer-links > div {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.footer-links strong {
  color: #ffffff6b;
  letter-spacing: .18em;
  margin-bottom: 12px;
  font-size: 10px;
}

.footer-links a {
  font-size: 12px;
}

.footer-links a:hover {
  color: var(--coral);
}

.copyright {
  color: #ffffff73;
  letter-spacing: .08em;
  border-top: 1px solid #ffffff1f;
  justify-content: space-between;
  align-items: center;
  margin-top: 62px;
  padding-top: 22px;
  font-size: 9px;
  display: flex;
}

.mobile-cta {
  display: none;
}

@media (max-width: 1180px) {
  .header-inner, .hero-inner, .section-inner, .section-inner.narrow, .footer-inner, .copyright {
    width: min(100% - 48px, 1100px);
  }

  .desktop-nav {
    gap: 14px;
  }

  .header-inner {
    gap: 20px;
  }

  .header-contact-phone {
    min-width: 160px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .header-contact-item {
    min-width: 94px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .header-contact-qr {
    width: 68px;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
    gap: 40px;
  }

  .hero-support-panel {
    padding: 36px 34px 30px;
  }

  .roadmap-visual {
    grid-template-columns: 135px 20px minmax(0, 1fr) 20px 145px;
    gap: 8px;
    padding: 24px;
  }

  .roadmap-flow {
    gap: 6px;
  }

  .roadmap-flow article {
    padding: 20px 13px 18px;
  }

  .solution-photo-copy {
    padding: 50px 42px;
  }

  .support-list article > div {
    gap: 35px;
  }
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .header-contact-menu {
    margin-left: auto;
  }

  .header-contact-phone {
    min-width: 150px;
  }

  .header-contact-phone strong {
    font-size: 16px;
  }

  .header-contact-item {
    grid-template-columns: 23px 1fr;
    min-width: 86px;
  }

  .header-contact-qr {
    width: 62px;
  }

  .header-contact-qr img {
    width: 44px;
    height: 44px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 70px 0 60px;
  }

  .hero-copy {
    max-width: 760px;
    margin: 0 auto;
  }

  .hero-support-panel {
    justify-self: center;
    width: min(650px, 100%);
    max-width: none;
  }

  .roadmap-visual {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .roadmap-start, .roadmap-goal {
    text-align: center;
    min-height: 0;
  }

  .roadmap-start > div {
    justify-content: center;
  }

  .roadmap-arrow {
    transform: rotate(90deg);
  }

  .roadmap-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .roadmap-flow article {
    min-height: 215px;
  }

  .roadmap-flow article:nth-child(2) i {
    display: none;
  }

  .solution-photo-card {
    grid-template-columns: 1fr;
  }

  .solution-photo-card figure {
    min-height: 460px;
  }

  .solution-photo-copy {
    padding: 48px;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip > div:nth-child(3) {
    border-top: 1px solid #ffffff21;
    border-left: 0;
  }

  .trust-strip > div:nth-child(4) {
    border-top: 1px solid #ffffff21;
  }

  .section {
    padding: 96px 0;
  }

  .split-heading, .documents-intro, .price-inner, .area-inner, .faq-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .split-heading {
    align-items: start;
  }

  .support-list article > div {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .documents-intro {
    align-items: start;
  }

  .document-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .document-card:last-child {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    display: grid;
  }

  .document-card:last-child .document-preview {
    height: 100%;
    min-height: 370px;
  }

  .document-card:last-child .document-body > p {
    min-height: 0;
  }

  .documents-cta {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .documents-cta .button {
    width: fit-content;
  }

  .case-grid > a {
    min-height: 0;
  }

  .step-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .step-list li:nth-child(3) {
    border-left: 0;
  }

  .step-list li:nth-child(2):after {
    display: none;
  }

  .price-panel {
    max-width: 620px;
  }

  .faq-heading {
    position: static;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 76px;
  }

  body {
    padding-bottom: 66px;
  }

  .header-inner {
    width: calc(100% - 32px);
    min-height: 72px;
  }

  .brand {
    gap: 9px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand small, .header-contact-menu {
    display: none;
  }

  .hero-inner, .section-inner, .section-inner.narrow, .footer-inner, .copyright {
    width: calc(100% - 36px);
  }

  .hero-inner {
    gap: 34px;
    min-height: 0;
    padding: 48px 0 42px;
  }

  .hero-media img {
    object-position: 67% center;
  }

  .hero-overlay {
    background: linear-gradient(#072642db 0%, #072642cc 58%, #072642bd 100%), linear-gradient(90deg, #07264294, #07264247);
  }

  .eyebrow {
    margin-bottom: 18px;
    font-size: 11px;
  }

  .hero h1 {
    margin-bottom: 22px;
    font-size: clamp(36px, 11vw, 50px);
    line-height: 1.48;
  }

  .hero-lead {
    font-size: 14px;
    line-height: 1.9;
  }

  .desktop-only {
    display: none;
  }

  .hero-proof {
    margin-bottom: 24px;
  }

  .proof-item {
    padding: 0 10px;
  }

  .proof-item strong {
    font-size: clamp(20px, 6.5vw, 28px);
  }

  .proof-item small {
    line-height: 1.45;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
    min-height: 58px;
    padding: 0 20px;
  }

  .hero .action-note {
    text-align: center;
  }

  .hero-support-panel {
    padding: 28px 24px 24px;
  }

  .support-panel-label {
    margin-bottom: 9px;
  }

  .hero-support-panel h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .hero-support-panel ul {
    gap: 12px;
    margin-bottom: 22px;
  }

  .hero-support-panel li {
    font-size: 13px;
  }

  .support-panel-assurance {
    grid-template-columns: auto 1fr;
  }

  .support-panel-assurance small {
    grid-column: 1 / -1;
  }

  .support-panel-assurance strong {
    justify-self: end;
    font-size: 30px;
  }

  .roadmap-visual {
    border-radius: 15px;
    padding: 18px;
  }

  .roadmap-flow {
    grid-template-columns: 1fr;
  }

  .roadmap-flow article {
    min-height: 0;
    padding: 20px 20px 22px 72px;
  }

  .roadmap-number {
    margin: 0;
    position: absolute;
    top: 23px;
    left: 20px;
  }

  .roadmap-flow i, .roadmap-flow article:nth-child(2) i {
    display: grid;
    top: auto;
    bottom: -19px;
    right: 50%;
    transform: translateX(50%)rotate(90deg);
  }

  .roadmap-goal strong {
    font-size: 22px;
  }

  .solution-photo-card {
    border-radius: 16px;
    margin-top: 46px;
  }

  .solution-photo-card figure {
    min-height: 310px;
  }

  .solution-photo-card figcaption {
    font-size: 11px;
    bottom: 18px;
    left: 20px;
    right: 20px;
  }

  .solution-photo-copy {
    padding: 32px 24px;
  }

  .solution-photo-copy h3 {
    font-size: 28px;
  }

  .trust-strip {
    grid-template-columns: 1fr 1fr;
  }

  .trust-strip > div {
    text-align: center;
    flex-direction: column;
    gap: 1px;
    min-height: 78px;
    padding: 14px 12px;
  }

  .trust-strip > div:nth-child(3) {
    border-left: 0;
  }

  .trust-strip strong {
    font-size: 13px;
  }

  .section {
    padding: 78px 0;
  }

  .section-heading {
    margin-bottom: 44px;
  }

  .section-heading h2, .concerns h2, .price-copy h2, .area-inner h2, .faq-heading h2, .final-cta h2 {
    font-size: 32px;
    line-height: 1.55;
  }

  .concerns h2 {
    margin-bottom: 45px;
  }

  .concern-list {
    grid-template-columns: 1fr;
  }

  .concern-list article, .concern-list article:first-child, .concern-list article:last-child {
    border-top: 1px solid var(--mist-deep);
    border-left: 0;
    padding: 26px 0;
  }

  .concern-list article:last-child {
    border-bottom: 1px solid var(--mist-deep);
  }

  .concerns-close {
    margin-top: 36px;
    font-size: 15px;
  }

  .split-heading {
    gap: 22px;
  }

  .documents-intro {
    gap: 22px;
    margin-bottom: 42px;
  }

  .documents-intro h2 {
    font-size: 32px;
    line-height: 1.55;
  }

  .documents-lead > p {
    font-size: 13px;
  }

  .document-grid {
    grid-template-columns: 1fr;
  }

  .document-card:last-child {
    grid-column: auto;
    display: block;
  }

  .document-card:last-child .document-preview {
    height: 275px;
    min-height: 0;
  }

  .document-preview {
    height: 275px;
    padding: 30px 48px 0;
  }

  .document-sheet {
    height: 270px;
  }

  .document-body {
    padding: 26px 24px 24px;
  }

  .document-body > p {
    min-height: 0;
  }

  .documents-cta {
    gap: 22px;
    margin-top: 30px;
    padding: 30px 24px;
  }

  .documents-cta h3 {
    font-size: 21px;
    line-height: 1.55;
  }

  .documents-cta .button {
    width: 100%;
    min-width: 0;
  }

  .documents-note {
    text-align: left;
  }

  .support-list article {
    grid-template-columns: 42px 1fr;
    gap: 16px;
    padding: 30px 0;
  }

  .support-list h3 {
    font-size: 21px;
  }

  .center-heading {
    text-align: left;
  }

  .table-wrap {
    width: calc(100% + 18px);
    padding-right: 18px;
  }

  table {
    min-width: 720px;
  }

  th, td {
    padding: 18px;
  }

  .section-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 22px;
  }

  .case-grid blockquote {
    font-size: 18px;
  }

  .case-grid {
    grid-template-columns: 1fr;
  }

  .case-photo {
    height: 230px;
  }

  .case-body {
    min-height: 0;
    padding: 25px 24px 24px;
  }

  .step-list {
    grid-template-columns: 1fr;
  }

  .step-list li, .step-list li:nth-child(3) {
    border-top: 0;
    border-left: 0;
    grid-template-columns: 52px 1fr;
    gap: 16px;
    display: grid;
  }

  .step-list li:first-child {
    border-top: 1px solid var(--line);
  }

  .step-list li:after, .step-list li:nth-child(2):after {
    content: "↓";
    display: grid;
    inset: auto auto -13px 42px;
  }

  .step-list li:last-child:after {
    display: none;
  }

  .step-list h3 {
    margin: 0 0 10px;
  }

  .price-inner {
    gap: 48px;
  }

  .price-panel {
    padding: 34px 24px;
  }

  .price-panel > div strong {
    font-size: 64px;
  }

  .price-panel > p {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .area-inner {
    gap: 35px;
  }

  .area-links {
    grid-template-columns: 1fr;
  }

  .area-links a:nth-child(odd) {
    margin-right: 0;
  }

  .faq-inner {
    gap: 30px;
  }

  .faq-list summary {
    gap: 14px;
    min-height: 76px;
    padding-right: 35px;
    font-size: 15px;
    line-height: 1.65;
  }

  .faq-list summary i {
    right: 4px;
  }

  .faq-list details > div {
    gap: 11px;
    padding: 0 5px 26px 2px;
  }

  .final-cta {
    padding: 90px 0;
  }

  .final-cta h2 + p br {
    display: none;
  }

  footer {
    padding: 62px 0 80px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .footer-links {
    gap: 30px;
  }

  .copyright {
    margin-top: 46px;
  }

  .mobile-cta {
    z-index: 80;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: 66px;
    display: grid;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -10px 32px #0d2f4f29;
  }

  .mobile-cta a {
    border-right: 1px solid var(--line);
    color: var(--ink);
    background: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1px;
    font-size: 10px;
    font-weight: 800;
    display: flex;
  }

  .mobile-cta a span {
    font-size: 14px;
    line-height: 1;
  }

  .mobile-cta a:nth-child(2) {
    background: var(--coral-dark);
    color: #fff;
  }

  .mobile-cta .mobile-line {
    color: #fff;
    background: #06c755;
  }

  .mobile-cta .mobile-consult {
    background: var(--cta);
    color: #fff;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *, :before, :after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

