@font-face {
  font-family: "Onest";
  src: url("fonts/onest-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Onest";
  src: url("fonts/onest-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --page: #f6fafb;
  --surface: #ffffff;
  --surface-soft: #eef8f6;
  --ink: #102a2d;
  --ink-soft: #52666a;
  --muted: #586c70;
  --line: #d7e3e5;
  --line-strong: #b9cdd0;
  --brand: #0b6b5f;
  --brand-strong: #07584f;
  --brand-soft: #d5f3ea;
  --warm: #ffb45b;
  --danger: #a43b36;
  --danger-soft: #fff1ef;
  --success: #1f725f;
  --shadow: 0 18px 50px rgba(25, 64, 67, 0.08);
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 22px;
  --radius-md: var(--radius);
  --content: 1240px;
  --paper: var(--surface);
  --mint-soft: var(--brand-soft);
  --mint-strong: #a5dbcf;
  --apricot: var(--warm);
  --apricot-soft: #fff3e5;
  --shadow-soft: var(--shadow);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background:
    linear-gradient(rgba(18, 91, 83, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 91, 83, 0.035) 1px, transparent 1px),
    var(--page);
  background-size: 72px 72px;
  color: var(--ink);
  font-family: "Onest", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 84% 7%, rgba(213, 243, 234, 0.7), transparent 25rem);
}

a {
  color: var(--brand);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--brand-strong);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
.link-button,
.button-link {
  min-height: 50px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-weight: 650;
  letter-spacing: -0.01em;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

button:hover,
.link-button:hover,
.button-link:hover {
  transform: translateY(-1px);
}

button:focus-visible,
.link-button:focus-visible,
.button-link:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(255, 180, 91, 0.72);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(185, 205, 208, 0.72);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  width: min(var(--content), calc(100% - 40px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 38px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 1.55rem;
  font-weight: 760;
  letter-spacing: -0.045em;
  text-decoration: none;
}

.brand:hover {
  color: var(--ink);
}

.brand__mark {
  width: 38px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 2px solid var(--brand);
  border-radius: 9px;
  color: var(--brand);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: -0.08em;
  box-shadow: inset 6px 0 0 var(--brand-soft);
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 36px);
}

.site-nav a {
  color: var(--ink);
  font-weight: 550;
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--brand);
}

.site-header__cta,
.hero__primary,
.pricing-band .link-button,
.submit-row button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
  box-shadow: 0 9px 22px rgba(11, 107, 95, 0.17);
  text-decoration: none;
}

.site-header__cta:hover,
.hero__primary:hover,
.pricing-band .link-button:hover,
.submit-row button[type="submit"]:hover {
  background: var(--brand-strong);
  border-color: var(--brand-strong);
  color: #fff;
}

.mobile-menu {
  display: none;
  margin-left: auto;
}

.mobile-menu summary {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  cursor: pointer;
  list-style: none;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu__lines,
.mobile-menu__lines::before,
.mobile-menu__lines::after {
  width: 20px;
  height: 2px;
  display: block;
  background: var(--ink);
  border-radius: 2px;
}

.mobile-menu__lines {
  position: relative;
}

.mobile-menu__lines::before,
.mobile-menu__lines::after {
  content: "";
  position: absolute;
  left: 0;
}

.mobile-menu__lines::before { top: -6px; }
.mobile-menu__lines::after { top: 6px; }

.mobile-menu__panel {
  position: absolute;
  top: 70px;
  right: 18px;
  width: min(320px, calc(100vw - 36px));
  padding: 14px;
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.mobile-menu__panel a {
  padding: 11px 12px;
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
}

.shell {
  width: min(var(--content), calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  padding: 0 0 72px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(560px, 1.14fr);
  gap: clamp(42px, 5vw, 78px);
  align-items: center;
  padding: 74px 0 68px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero__copy {
  max-width: 580px;
}

h1,
h2,
h3,
h4 {
  color: var(--ink);
  font-family: "Onest", "Segoe UI", Arial, sans-serif;
  text-wrap: balance;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3.15rem, 5vw, 4.55rem);
  line-height: 1.04;
  font-weight: 760;
  letter-spacing: -0.055em;
}

h2 {
  margin: 0;
  font-size: clamp(2.05rem, 3.7vw, 3.25rem);
  line-height: 1.08;
  font-weight: 730;
  letter-spacing: -0.045em;
}

h3 {
  letter-spacing: -0.025em;
}

.eyebrow {
  display: inline-flex;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 600px;
  margin: 26px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.5vw, 1.25rem);
  line-height: 1.58;
}

.hero__actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero__primary,
.hero__secondary {
  min-height: 58px;
  padding: 0 28px;
  font-size: 1.02rem;
}

.hero__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--brand);
  border-radius: var(--radius-sm);
  color: var(--brand);
  font-weight: 650;
  text-decoration: none;
}

.hero__secondary::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
}

.trust-line {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 0.96rem;
}

.trust-line::before {
  content: "";
  width: 16px;
  height: 19px;
  flex: 0 0 auto;
  border: 2px solid var(--brand);
  border-radius: 4px;
  box-shadow: inset 0 5px 0 var(--brand-soft);
}

.product-preview {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.product-preview__track {
  position: relative;
  padding: 26px 28px 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.product-preview__track::before {
  content: "";
  position: absolute;
  top: 47px;
  left: 18%;
  right: 18%;
  height: 2px;
  background: linear-gradient(90deg, var(--brand) 0 38%, var(--line-strong) 38% 100%);
}

.preview-stage {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 650;
  text-align: center;
}

.preview-stage__icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: var(--surface);
  color: var(--brand);
  font-size: 1rem;
  font-weight: 750;
}

.preview-stage:first-child .preview-stage__icon {
  border-color: var(--brand-soft);
  background: var(--brand-soft);
}

.product-preview__body {
  display: grid;
  grid-template-columns: 0.95fr 1fr 1fr;
}

.preview-column {
  min-width: 0;
  padding: 24px 20px 26px;
}

.preview-column + .preview-column {
  border-left: 1px solid var(--line);
}

.preview-column h3 {
  margin: 0 0 15px;
  font-size: 0.97rem;
}

.preview-drop {
  min-height: 112px;
  padding: 18px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  border: 1px dashed #9ebcc0;
  border-radius: var(--radius-sm);
  background: #fbfdfd;
  color: var(--ink);
  text-align: center;
}

.preview-drop strong { font-size: 0.85rem; }
.preview-drop span { color: var(--muted); font-size: 0.72rem; }

.preview-brokers {
  margin-top: 12px;
  display: grid;
  gap: 7px;
}

.preview-choice,
.preview-check,
.preview-file {
  min-height: 42px;
  padding: 9px 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink-soft);
  font-size: 0.74rem;
}

.preview-choice.is-active {
  border-color: #7fb9b1;
  background: #f5fbf9;
  color: var(--ink);
}

.preview-choice__radio {
  width: 13px;
  height: 13px;
  margin-left: auto;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
}

.preview-choice.is-active .preview-choice__radio {
  border: 4px solid var(--brand);
}

.preview-check::before {
  content: "✓";
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid #63aa99;
  border-radius: 50%;
  color: var(--brand);
  font-size: 0.68rem;
  font-weight: 800;
}

.preview-check.is-final {
  border-color: var(--brand-soft);
  background: var(--brand-soft);
  color: var(--ink);
}

.preview-file {
  justify-content: space-between;
  color: var(--ink);
}

.preview-file::before {
  content: attr(data-type);
  width: 30px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 5px;
  color: var(--brand);
  font-size: 0.58rem;
  font-weight: 800;
}

.preview-file span {
  flex: 1 1 auto;
}

.product-preview__foot {
  padding: 15px 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.74rem;
}

.section-band {
  margin-inline: calc(50% - 50vw);
  padding-inline: max(20px, calc((100vw - var(--content)) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.marketing-section {
  padding: clamp(68px, 8vw, 108px) 0;
}

.section-intro {
  max-width: 720px;
  margin-bottom: 44px;
}

.section-intro p {
  margin: 17px 0 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 5vw, 74px);
}

.process-line::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 22px;
  right: 12%;
  height: 2px;
  background: var(--brand);
}

.process-step {
  position: relative;
  z-index: 1;
}

.process-step__number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 2px solid var(--brand);
  border-radius: 50%;
  background: var(--page);
  color: var(--brand);
  font-weight: 750;
}

.process-step h3 {
  margin: 18px 0 6px;
  font-size: 1.2rem;
}

.process-step p {
  max-width: 315px;
  margin: 0;
  color: var(--ink-soft);
}

.deliverables-layout {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(48px, 7vw, 100px);
  align-items: center;
}

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

.deliverable-row {
  min-height: 76px;
  display: grid;
  grid-template-columns: 42px 1fr 22px;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 620;
}

.deliverable-row::after {
  content: "›";
  color: var(--muted);
  font-size: 1.5rem;
  font-weight: 400;
}

.file-icon {
  width: 38px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--brand);
  border-radius: 6px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 0.62rem;
  font-weight: 800;
}

.document-demo {
  padding: 18px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--page);
}

.document-demo__caption {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.75rem;
}

.document-demo__paper {
  min-height: 390px;
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: 0 8px 24px rgba(25, 64, 67, 0.05);
}

.document-demo__paper h3 {
  margin: 0 0 24px;
}

.document-metric {
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-bottom: 0;
  font-size: 0.8rem;
}

.document-metric.is-accent {
  border-bottom: 1px solid var(--line);
  background: var(--brand-soft);
  color: var(--brand-strong);
  font-weight: 650;
}

.document-table {
  margin-top: 24px;
  height: 104px;
  border: 1px solid var(--line);
  background:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 100% 34px, 25% 100%;
}

.pricing-band {
  margin-inline: calc(50% - 50vw);
  padding: 36px max(20px, calc((100vw - var(--content)) / 2));
  display: grid;
  grid-template-columns: 1.1fr auto 1fr;
  gap: 42px;
  align-items: center;
  background: var(--brand);
  color: #fff;
}

.pricing-band h2 {
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.pricing-band p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.pricing-band .link-button {
  min-width: 210px;
  background: #fff;
  color: var(--brand);
  box-shadow: 0 10px 24px rgba(2, 58, 51, 0.18);
}

.pricing-band .link-button:hover {
  background: var(--page);
  color: var(--brand-strong);
}

.pricing-band__note {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.5;
}

.tool-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid var(--line);
}

.tool-link {
  min-height: 88px;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--ink);
  font-weight: 620;
  text-decoration: none;
}

.tool-link + .tool-link {
  border-left: 1px solid var(--line);
}

.tool-link::before {
  content: "→";
  color: var(--brand);
  font-size: 1.35rem;
}

.flash,
.error-box {
  margin: 20px 0;
  border-radius: var(--radius-sm);
  box-shadow: none;
}

.flash {
  border: 1px solid #9fd1c4;
  background: #eaf8f3;
  color: #155c4e;
}

.error-box {
  border: 1px solid #e7b7b2;
  background: var(--danger-soft);
  color: var(--danger);
}

.grid {
  gap: 20px;
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
}

.calculator-card {
  margin-top: clamp(72px, 9vw, 118px);
  padding: clamp(24px, 4vw, 52px);
  scroll-margin-top: 108px;
  box-shadow: var(--shadow);
}

.calculator-card > .section-intro {
  margin-bottom: 34px;
}

.calculator-card > .section-intro h2 {
  font-size: clamp(2rem, 3.8vw, 3.25rem);
}

.calc-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.start-grid {
  max-width: 300px;
}

label {
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 650;
}

input,
select,
textarea {
  min-height: 50px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--ink);
  box-shadow: none;
}

input:hover,
select:hover,
textarea:hover {
  border-color: #8eb2b5;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(11, 107, 95, 0.1);
}

.hint {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.report-step {
  margin-top: 8px;
}

.report-step > label {
  display: block;
  margin-bottom: 12px;
  font-size: 1rem;
}

.file-stack {
  gap: 14px;
}

.file-row {
  padding: 16px;
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) minmax(180px, 0.75fr) auto;
  gap: 14px;
  align-items: end;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfdfd;
}

.file-main {
  min-width: 0;
}

.file-main input[type="file"] {
  width: 100%;
  min-height: 82px;
  padding: 22px;
  border-style: dashed;
  background: var(--surface);
  cursor: pointer;
}

input[type="file"]::file-selector-button {
  margin-right: 14px;
  padding: 10px 14px;
  border: 0;
  border-radius: 8px;
  background: var(--brand-soft);
  color: var(--brand-strong);
  font-weight: 650;
  cursor: pointer;
}

.file-advanced {
  grid-column: 1 / -1;
  margin: 0;
  border-top: 1px solid var(--line);
}

.file-advanced summary {
  min-height: 42px;
  padding: 12px 0 0;
  color: var(--ink-soft);
  font-size: 0.83rem;
}

.file-advanced__grid {
  padding: 14px 0 2px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.remove-file {
  min-height: 50px;
  padding: 0 18px;
  border-color: var(--line-strong);
  background: var(--surface);
  color: var(--ink-soft);
}

.file-row:only-child .remove-file {
  visibility: hidden;
  pointer-events: none;
}

.submit-row {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.submit-row button {
  min-height: 54px;
  padding-inline: 22px;
}

.submit-row .secondary {
  border-color: var(--brand);
  background: transparent;
  color: var(--brand);
}

.submit-row .hint {
  margin-left: 6px;
}

.check-row {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
}

.soft-details,
.identity-details,
.loss-settings,
.advanced-settings {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
}

.soft-details summary,
.identity-details summary,
.loss-settings summary,
.advanced-settings summary {
  min-height: 54px;
  padding: 15px 18px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  color: var(--ink);
  font-weight: 650;
}

.soft-details summary:hover,
.identity-details summary:hover,
.loss-settings summary:hover,
.advanced-settings summary:hover {
  background: #f8fbfb;
}

.details-tag {
  margin-left: auto;
  padding: 4px 9px;
  color: var(--brand);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  border: 1px solid var(--mint-strong);
  border-radius: 999px;
  background: var(--mint-soft);
  white-space: nowrap;
}

.cta-short {
  display: none;
}

.details-body {
  padding: 4px 18px 20px;
}

.subsection {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.subsection h3 {
  margin-top: 8px;
}

.summary-grid,
.download-grid,
.download-panel,
.notice,
.table-wrap,
.section-block {
  border-color: var(--line);
}

.metric {
  border-color: var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
}

.metric strong {
  color: var(--brand-strong);
}

table {
  font-size: 0.86rem;
}

th {
  background: #eef7f5;
  color: var(--ink);
}

.faq-section {
  padding: clamp(68px, 8vw, 102px) 0 34px;
}

.faq-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 18px;
}

.faq-item {
  align-self: start;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
}

.faq-item summary {
  min-height: 60px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none;
  color: var(--ink);
  font-weight: 650;
}

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

.faq-item summary::after {
  content: "+";
  color: var(--brand);
  font-size: 1.35rem;
}

.faq-item[open] summary::after { content: "−"; }

.faq-item p {
  margin: 0;
  padding: 0 18px 20px;
  color: var(--ink-soft);
}

.site-footer {
  margin-top: 34px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
}

.site-footer__inner {
  width: min(var(--content), calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px 72px;
  align-items: start;
}

.site-footer__links {
  display: flex;
  justify-content: flex-end;
  gap: 18px 32px;
  flex-wrap: wrap;
}

.site-footer__links a {
  color: var(--brand);
  font-weight: 560;
  text-decoration: none;
}

.site-footer__disclaimer {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

/* Instruction and reference pages */
.guide-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 100px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 28px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.breadcrumbs a {
  color: var(--brand);
  text-decoration: none;
}

.article-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 54px;
  align-items: end;
  padding: 76px 0 64px;
  border-bottom: 1px solid var(--line);
}

.article-hero h1 {
  max-width: 800px;
  margin: 14px 0 22px;
  font-size: clamp(3rem, 6vw, 5.7rem);
}

.article-hero__lead {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.32rem);
  line-height: 1.65;
}

.guide-map {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.guide-map a {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 66px;
  padding: 10px 12px;
  color: var(--ink);
  font-weight: 650;
  text-decoration: none;
  border-radius: 14px;
  transition: background-color 160ms ease, color 160ms ease;
}

.guide-map a:hover {
  color: var(--brand);
  background: var(--mint-soft);
}

.guide-map a + a {
  border-top: 1px solid var(--line);
  border-radius: 0;
}

.guide-map__number {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  border: 1px solid var(--mint-strong);
  border-radius: 50%;
  background: var(--mint-soft);
}

.guide-map__arrow {
  color: var(--brand);
  font-size: 1.25rem;
}

.guide-content {
  display: grid;
  gap: 76px;
  padding-top: 76px;
}

.guide-section {
  scroll-margin-top: 100px;
}

.guide-section__head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
}

.guide-section__head h2 {
  margin: 0;
}

.guide-section__head p {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.instruction-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.instruction-step {
  position: relative;
  min-height: 235px;
  padding: 28px 26px 32px;
}

.instruction-step:not(:nth-child(3n + 1)) {
  border-left: 1px solid var(--line);
}

.instruction-step:nth-child(n + 4) {
  border-top: 1px solid var(--line);
}

.instruction-step__number {
  display: block;
  margin-bottom: 50px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.instruction-step h3 {
  margin: 0 0 10px;
  font-size: 1.14rem;
}

.instruction-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.62;
}

.source-note,
.guide-callout {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: 24px;
  padding: 20px 22px;
  color: var(--muted);
  line-height: 1.6;
  border-radius: var(--radius-md);
  background: var(--mint-soft);
}

.source-note strong,
.guide-callout strong {
  color: var(--ink);
}

.source-note a {
  color: var(--brand);
  font-weight: 750;
}

.guide-callout {
  background: var(--apricot-soft);
}

.guide-callout__mark {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #8b4d00;
  font-weight: 850;
  border: 1px solid #f4c17e;
  border-radius: 50%;
  background: #fff7ec;
}

.guide-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 38px;
  color: var(--paper);
  border-radius: var(--radius-lg);
  background: var(--ink);
}

.guide-cta h2 {
  margin: 0 0 8px;
  color: inherit;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.guide-cta p {
  margin: 0;
  color: #b8c9ca;
  line-height: 1.6;
}

.guide-cta .link-button {
  color: var(--ink);
  background: var(--apricot);
}

@media (max-width: 1060px) {
  .site-nav { display: none; }
  .site-header__cta { margin-left: auto; }
  .mobile-menu { display: block; margin-left: 0; }

  .hero {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .hero__copy { max-width: 760px; }

  .deliverables-layout {
    grid-template-columns: 1fr 0.8fr;
    gap: 42px;
  }

  .pricing-band {
    grid-template-columns: 1fr auto;
  }

  .pricing-band__note {
    grid-column: 1 / -1;
  }

  .article-hero {
    grid-template-columns: 1fr;
  }

  .guide-map {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .guide-map a + a {
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .guide-map a {
    grid-template-columns: 36px 1fr;
  }

  .guide-map__arrow {
    display: none;
  }
}

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

  body {
    background-size: 48px 48px;
  }

  .site-header__inner,
  .shell,
  .site-footer__inner {
    width: min(100% - 28px, var(--content));
  }

  .site-header__inner {
    min-height: 70px;
    gap: 10px;
  }

  .brand {
    gap: 8px;
    font-size: 1.32rem;
  }

  .brand__mark {
    width: 32px;
    height: 36px;
    font-size: 0.74rem;
  }

  .site-header__cta {
    min-height: 44px;
    padding: 0 14px;
    font-size: 0.84rem;
  }

  .mobile-menu summary {
    width: 44px;
    height: 44px;
  }

  .hero {
    padding: 48px 0 56px;
  }

  h1 {
    font-size: clamp(2.55rem, 12.5vw, 3.5rem);
    line-height: 1.06;
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 2.55rem);
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 1.03rem;
  }

  .hero__actions {
    align-items: stretch;
  }

  .hero__primary {
    width: 100%;
  }

  .hero__secondary {
    min-height: 44px;
    padding: 0;
    justify-content: flex-start;
    border: 0;
  }

  .trust-line {
    align-items: flex-start;
    font-size: 0.9rem;
  }

  .product-preview__track {
    padding: 22px 18px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .product-preview__track::before {
    top: 42px;
    bottom: 42px;
    left: 40px;
    right: auto;
    width: 2px;
    height: auto;
    background: var(--brand);
  }

  .preview-stage {
    min-height: 58px;
    grid-template-columns: 46px 1fr;
    justify-items: start;
    text-align: left;
  }

  .product-preview__body {
    display: none;
  }

  .product-preview__foot {
    padding: 14px 18px;
  }

  .marketing-section {
    padding: 70px 0;
  }

  .section-band,
  .pricing-band {
    margin-inline: -14px;
    padding-inline: 14px;
  }

  .process-line {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .process-line::before {
    top: 22px;
    bottom: 22px;
    left: 21px;
    right: auto;
    width: 2px;
    height: auto;
  }

  .process-step {
    padding-left: 64px;
  }

  .process-step__number {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--page);
  }

  .process-step h3 {
    margin-top: 0;
  }

  .deliverables-layout {
    grid-template-columns: 1fr;
  }

  .document-demo {
    padding: 12px;
  }

  .document-demo__paper {
    min-height: 330px;
    padding: 22px;
  }

  .pricing-band {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .pricing-band .link-button {
    width: 100%;
  }

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

  .tool-link {
    min-height: 72px;
    justify-content: flex-start;
    padding-inline: 14px;
  }

  .tool-link + .tool-link {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .calculator-card {
    margin-inline: -4px;
    padding: 24px 16px;
  }

  .start-grid {
    max-width: none;
  }

  .file-row {
    grid-template-columns: 1fr;
  }

  .file-advanced__grid,
  .form-grid,
  .run-info-grid,
  .summary-grid,
  .download-grid {
    grid-template-columns: 1fr;
  }

  .submit-row {
    align-items: stretch;
    flex-direction: column;
  }

  .submit-row button,
  button,
  .link-button {
    width: 100%;
  }

  .submit-row .hint {
    margin-left: 0;
  }

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

  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .site-footer__links {
    justify-content: flex-start;
  }

  .site-footer__disclaimer {
    text-align: left;
  }

  .guide-shell {
    padding: 0 18px 74px;
  }

  .breadcrumbs {
    padding-top: 20px;
  }

  .article-hero {
    gap: 34px;
    padding: 52px 0 48px;
  }

  .article-hero h1 {
    font-size: clamp(2.55rem, 12.5vw, 3.5rem);
  }

  .guide-map {
    grid-template-columns: 1fr;
  }

  .guide-map a + a {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .guide-map a {
    grid-template-columns: 36px 1fr auto;
  }

  .guide-map__arrow {
    display: inline;
  }

  .guide-content {
    gap: 62px;
    padding-top: 58px;
  }

  .guide-section__head {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .instruction-steps {
    grid-template-columns: 1fr;
  }

  .instruction-step {
    min-height: 0;
    padding: 24px 18px 28px 64px;
    border-left: 0 !important;
  }

  .instruction-step + .instruction-step {
    border-top: 1px solid var(--line);
  }

  .instruction-step__number {
    position: absolute;
    top: 25px;
    left: 18px;
    margin: 0;
  }

  .source-note,
  .guide-callout {
    padding: 18px;
  }

  .guide-cta {
    grid-template-columns: 1fr;
    padding: 28px 22px;
  }
}

@media (max-width: 480px) {
  .site-header .brand > span:last-child,
  .cta-wide {
    display: none;
  }

  .cta-short {
    display: inline;
  }

  .site-header__cta {
    padding-inline: 11px;
  }

  .details-tag {
    width: 100%;
    margin-left: 0;
    white-space: normal;
  }
}

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

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

/* Home page v2 — reference-led product presentation */
.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.ui-icon {
  width: 1.25em;
  height: 1.25em;
  display: block;
  flex: 0 0 auto;
}

body.home-page {
  --page: #f7fbfc;
  --surface: #ffffff;
  --surface-soft: #eff9f8;
  --ink: #071a21;
  --ink-soft: #334d5b;
  --muted: #697b88;
  --line: #d4e1e6;
  --line-strong: #c5d5dc;
  --brand: #00877e;
  --brand-strong: #006d67;
  --brand-bright: #009b91;
  --brand-soft: #ddf5f1;
  --shadow: 0 20px 54px rgba(28, 64, 78, 0.09);
  --shadow-action: 0 13px 28px rgba(0, 111, 103, 0.23);
  --content: 1416px;
  background: #ffffff;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.58;
}

body.home-page::before {
  display: none;
}

.home-page .site-header {
  border-bottom-color: rgba(197, 213, 220, 0.72);
  background: rgba(255, 255, 255, 0.965);
  box-shadow: 0 5px 22px rgba(32, 70, 83, 0.025);
}

.home-page .site-header__inner {
  min-height: 104px;
  gap: 46px;
}

.home-page .brand {
  gap: 12px;
  font-size: 2rem;
  font-weight: 760;
  letter-spacing: -0.05em;
}

.home-page .brand__mark {
  width: 44px;
  height: 48px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .brand__word > span {
  color: var(--brand);
}

.home-page .site-nav {
  gap: clamp(26px, 3.15vw, 54px);
}

.home-page .site-nav a {
  color: #101b20;
  font-size: 1.02rem;
  font-weight: 540;
}

.home-page .site-header__cta,
.home-page .hero__primary,
.home-page .submit-row button[type="submit"] {
  position: relative;
  min-height: 56px;
  padding-inline: 28px;
  overflow: hidden;
  border-color: #00766f;
  background: linear-gradient(135deg, var(--brand-bright), #00756e 75%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), var(--shadow-action);
  color: #fff;
  font-size: 1rem;
  font-weight: 650;
}

.home-page .site-header__cta::after,
.home-page .hero__primary::after,
.home-page .submit-row button[type="submit"]::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.15) 47%, transparent 73%);
  transform: translateX(-110%);
  transition: transform 420ms ease;
}

.home-page .site-header__cta:hover,
.home-page .hero__primary:hover,
.home-page .submit-row button[type="submit"]:hover {
  background: linear-gradient(135deg, #009f95, #006b65 75%);
  border-color: #006b65;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 16px 34px rgba(0, 111, 103, 0.29);
  color: #fff;
  transform: translateY(-2px);
}

.home-page .site-header__cta:hover::after,
.home-page .hero__primary:hover::after,
.home-page .submit-row button[type="submit"]:hover::after {
  transform: translateX(110%);
}

.home-page .shell {
  padding-bottom: 0;
}

.home-page .hero {
  isolation: isolate;
  grid-template-columns: minmax(550px, 0.82fr) minmax(700px, 1.18fr);
  gap: clamp(38px, 2.75vw, 44px);
  min-height: 752px;
  padding: 48px 0 54px;
}

.home-page .hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw + var(--scrollbar-half, 0px));
  right: calc(50% - 50vw + var(--scrollbar-half, 0px));
  border-bottom: 1px solid #e3ecef;
  background:
    linear-gradient(90deg, rgba(255,255,255,.96) 0 18%, rgba(247,251,252,.5) 48%, rgba(247,251,252,.16) 100%),
    linear-gradient(rgba(92, 167, 179, .11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 167, 179, .11) 1px, transparent 1px),
    #f8fcfd;
  background-size: auto, 72px 72px, 72px 72px, auto;
}

.home-page .hero::after {
  content: "Дт                 Кт\A 120 450,00       −3 210,50\A\A USD  ·  EUR  ·  HKD\A\A 14 087,00                      18 750,00";
  position: absolute;
  z-index: -1;
  top: 42px;
  left: calc(50% - 50vw + 58px + var(--scrollbar-half, 0px));
  right: calc(50% - 50vw + 58px + var(--scrollbar-half, 0px));
  color: #63aeb7;
  font-size: 0.88rem;
  line-height: 4.3;
  letter-spacing: 0.02em;
  white-space: pre;
  opacity: 0.16;
  pointer-events: none;
}

.home-page .hero__copy {
  max-width: 560px;
  padding-bottom: 8px;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page h4 {
  color: var(--ink);
}

.home-page h1 {
  max-width: 590px;
  font-size: clamp(3.35rem, 3.95vw, 3.75rem);
  line-height: 1.07;
  font-weight: 770;
  letter-spacing: -0.058em;
}

.home-page h2 {
  font-size: clamp(2.6rem, 3.25vw, 3rem);
  line-height: 1.11;
  font-weight: 745;
  letter-spacing: -0.047em;
}

.home-page .hero-lead {
  max-width: 550px;
  margin-top: 27px;
  color: var(--ink-soft);
  font-size: clamp(1.14rem, 1.45vw, 1.28rem);
  line-height: 1.58;
}

.home-page .hero__actions {
  margin-top: 32px;
  gap: 16px;
}

.home-page .hero__primary,
.home-page .hero__secondary {
  min-height: 62px;
  padding-inline: 30px;
  border-radius: 9px;
  font-size: 1.04rem;
}

.home-page .hero__secondary {
  border: 1.5px solid var(--brand);
  background: rgba(255,255,255,.78);
  color: #075b59;
  box-shadow: 0 9px 22px rgba(30, 80, 87, 0.035);
}

.home-page .hero__secondary::before {
  display: none;
}

.home-page .hero__secondary .ui-icon {
  width: 22px;
  height: 22px;
  color: var(--brand);
}

.home-page .hero__secondary:hover {
  border-color: var(--brand-strong);
  background: #fff;
  color: var(--brand-strong);
  box-shadow: 0 12px 26px rgba(0, 111, 103, .11);
}

.home-page .trust-line {
  margin-top: 26px;
  gap: 11px;
  color: #3f5661;
  font-size: 0.96rem;
}

.home-page .trust-line::before {
  display: none;
}

.home-page .trust-line .ui-icon {
  width: 21px;
  height: 21px;
  color: var(--brand);
}

.home-page .trust-line b {
  padding-inline: 6px;
  color: #98a9b0;
  font-weight: 400;
}

.home-page .product-preview {
  border-color: #bed0d9;
  border-radius: 16px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 24px 60px rgba(27, 66, 82, .115), 0 2px 7px rgba(33, 73, 87, .04);
}

.home-page .product-preview__track {
  min-height: 138px;
  padding: 28px 36px 22px;
  gap: 20px;
  border-bottom-color: #d7e3e8;
}

.home-page .product-preview__track::before {
  top: 55px;
  left: 17%;
  right: 17%;
  height: 3px;
  background: linear-gradient(90deg, var(--brand) 0 38%, #b7c5cc 38% 100%);
}

.home-page .product-preview__track::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50px;
  left: 36.9%;
  width: 11px;
  height: 11px;
  border: 3px solid rgba(0, 135, 126, .25);
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 7px rgba(0, 135, 126, .08);
}

.home-page .preview-stage {
  gap: 10px;
  color: #0d2028;
  font-size: 0.87rem;
  font-weight: 590;
}

.home-page .preview-stage__icon {
  width: 58px;
  height: 58px;
  border-color: #bfcfd7;
  color: #183e50;
  font-size: 1rem;
}

.home-page .preview-stage__icon .ui-icon {
  width: 27px;
  height: 27px;
}

.home-page .preview-stage:first-child .preview-stage__icon {
  border-color: #d1f0eb;
  background: var(--brand-soft);
  color: #006d67;
  box-shadow: 0 0 0 7px rgba(221, 245, 241, .52);
}

.home-page .product-preview__body {
  grid-template-columns: .97fr 1.04fr 1.12fr;
  min-height: 432px;
}

.home-page .preview-column {
  padding: 22px 20px 24px;
}

.home-page .preview-column + .preview-column {
  border-left-color: #d9e4e8;
}

.home-page .preview-column h3 {
  margin: 0 0 16px;
  font-size: 0.95rem;
  font-weight: 670;
}

.home-page .preview-drop {
  min-height: 174px;
  padding: 20px 13px;
  gap: 8px;
  border-color: #a8bec9;
  background: linear-gradient(145deg, #ffffff, #f8fcfd);
}

.home-page .preview-drop__icon {
  width: 38px;
  height: 38px;
  margin-bottom: 3px;
  color: #2d5265;
}

.home-page .preview-drop strong {
  color: #152a33;
  font-size: .76rem;
  font-weight: 570;
  line-height: 1.45;
}

.home-page .preview-drop span {
  color: #627783;
  font-size: .66rem;
}

.home-page .preview-label {
  margin-top: 14px;
  display: block;
  color: #394f5a;
  font-size: .68rem;
  font-weight: 610;
}

.home-page .preview-brokers {
  margin-top: 7px;
  gap: 8px;
}

.home-page .preview-choice {
  min-height: 51px;
  padding: 8px 10px;
  gap: 8px;
  border-color: #d2dee3;
  border-radius: 8px;
  color: #1e343d;
  font-size: .68rem;
}

.home-page .preview-choice.is-active {
  border-color: #73bbb3;
  background: #f8fcfb;
}

.broker-mark {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: #0d2028;
  font-weight: 800;
  letter-spacing: -.08em;
}

.broker-mark--ib {
  width: 25px;
  height: 25px;
  border-left: 3px solid #0d2028;
  border-right: 1px solid #cbd8dd;
  font-size: .7rem;
}

.broker-mark--freedom {
  width: 23px;
  height: 25px;
  border-radius: 4px 4px 10px 10px;
  background: linear-gradient(135deg, #7dc928, #258e46);
  color: #fff;
  font-size: .7rem;
  text-shadow: 0 1px 1px rgba(0,0,0,.14);
}

.home-page .preview-choice__radio {
  width: 16px;
  height: 16px;
}

.home-page .preview-choice.is-active .preview-choice__radio {
  border: 4px solid var(--brand);
  box-shadow: 0 0 0 2px #fff inset;
}

.home-page .preview-check {
  min-height: 61px;
  padding: 9px 9px;
  gap: 9px;
  border-color: #d6e1e5;
  border-radius: 8px;
  color: #142830;
}

.home-page .preview-check + .preview-check {
  margin-top: 8px;
}

.home-page .preview-check::before {
  display: none;
}

.home-page .preview-check__icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1.5px solid #58b39c;
  border-radius: 50%;
  color: #279378;
}

.home-page .preview-check__icon .ui-icon {
  width: 16px;
  height: 16px;
}

.home-page .preview-check__icon.is-shield {
  border: 0;
  border-radius: 0;
}

.home-page .preview-check > span:nth-child(2) {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.home-page .preview-check strong {
  font-size: .68rem;
  font-weight: 650;
  line-height: 1.3;
}

.home-page .preview-check small {
  overflow: hidden;
  color: #667b86;
  font-size: .59rem;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-page .preview-check__arrow {
  width: 15px;
  height: 15px;
  margin-left: auto;
  color: #31505e;
}

.home-page .preview-check.is-final {
  min-height: 68px;
  margin-top: 15px;
  border-color: #d5f0eb;
  background: linear-gradient(135deg, #e4f7f3, #d8f0ed);
}

.home-page .preview-file {
  min-height: 84px;
  padding: 11px 12px;
  gap: 11px;
  justify-content: flex-start;
  border-color: #cfdde2;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 4px 13px rgba(22, 67, 83, .035);
}

.home-page .preview-file + .preview-file {
  margin-top: 11px;
}

.home-page .preview-file::before {
  display: none;
}

.home-page .preview-file__doc {
  position: relative;
  width: 36px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1.5px solid currentColor;
  border-radius: 5px;
  font-size: .57rem;
  font-weight: 800;
}

.home-page .preview-file__doc::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 9px;
  height: 9px;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  background: #fff;
}

.home-page .preview-file--xml .preview-file__doc { color: #00a77d; }
.home-page .preview-file--pdf .preview-file__doc { color: #ff3b46; }
.home-page .preview-file--de5 .preview-file__doc { color: #ed8400; }

.home-page .preview-file > span:nth-child(2) {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.home-page .preview-file strong {
  overflow: hidden;
  color: #16303a;
  font-size: .69rem;
  font-weight: 620;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-page .preview-file small {
  overflow: hidden;
  color: #657985;
  font-size: .56rem;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-page .preview-file__download {
  width: 22px;
  height: 22px;
  margin-left: auto;
  flex: 0 0 auto;
  color: #204759;
}

.home-page .preview-archive {
  min-height: 51px;
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1.5px solid var(--brand);
  border-radius: 8px;
  color: #075b59;
  font-size: .67rem;
  font-weight: 620;
}

.home-page .preview-archive .ui-icon {
  width: 18px;
  height: 18px;
}

.home-page .product-preview__foot {
  min-height: 62px;
  padding: 15px 28px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-top-color: #d8e3e7;
  color: #607581;
  font-size: .72rem;
}

.home-page .product-preview__foot .ui-icon {
  width: 22px;
  height: 22px;
  color: #6d8490;
}

.home-page .section-band {
  margin-inline: calc(50% - 50vw + var(--scrollbar-half, 0px));
  border-color: #dde7eb;
  background: linear-gradient(180deg, rgba(249,252,253,.95), #fff);
}

.home-page .marketing-section {
  padding: clamp(76px, 6.4vw, 98px) 0;
}

.home-page .section-intro {
  max-width: 860px;
  margin-bottom: 48px;
}

.home-page .process-line {
  gap: clamp(48px, 7vw, 108px);
}

.home-page .process-line::before {
  top: 23px;
  left: 24px;
  right: 9%;
  height: 2px;
  background: linear-gradient(90deg, var(--brand) 0 78%, #c9dde2 78% 100%);
}

.home-page .process-line__pulse {
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 71%;
  width: 14px;
  height: 14px;
  border: 3px solid #b9e3de;
  border-radius: 50%;
  background: #00877e;
  box-shadow: 0 0 0 10px rgba(0,135,126,.07), 0 0 0 19px rgba(0,135,126,.035);
  animation: calculation-pulse 2.8s ease-in-out infinite;
}

@keyframes calculation-pulse {
  0%, 100% { box-shadow: 0 0 0 7px rgba(0,135,126,.08), 0 0 0 16px rgba(0,135,126,.035); }
  50% { box-shadow: 0 0 0 12px rgba(0,135,126,.045), 0 0 0 23px rgba(0,135,126,.015); }
}

.home-page .process-step__number {
  width: 48px;
  height: 48px;
  border-color: var(--brand);
  background: #fff;
  font-size: 1rem;
}

.home-page .process-step h3 {
  margin-top: 20px;
  color: #0d2028;
  font-size: 1.18rem;
  font-weight: 680;
}

.home-page .process-step p {
  max-width: 340px;
  color: #526873;
  font-size: 1rem;
  line-height: 1.5;
}

.home-page #features {
  padding-top: 92px;
  padding-bottom: 94px;
}

.home-page .deliverables-layout {
  grid-template-columns: minmax(0, .98fr) minmax(520px, 1.02fr);
  gap: clamp(54px, 6.5vw, 96px);
}

.home-page .deliverable-list {
  margin-top: 32px;
  border-top-color: #d6e2e6;
}

.home-page .deliverable-row {
  min-height: 86px;
  grid-template-columns: 50px 1fr 22px;
  gap: 20px;
  border-bottom-color: #d6e2e6;
  font-size: 1.09rem;
  font-weight: 620;
}

.home-page .deliverable-row::after {
  display: none;
}

.home-page .deliverable-row__arrow {
  width: 21px;
  height: 21px;
  color: #6c818c;
}

.file-glyph {
  position: relative;
  width: 44px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1.5px solid currentColor;
  border-radius: 6px;
  background: #f1fbf9;
  color: var(--brand);
  font-size: .61rem;
  font-weight: 820;
}

.file-glyph::before {
  content: "";
  position: absolute;
  top: -1.5px;
  right: -1.5px;
  width: 12px;
  height: 12px;
  border-bottom: 1.5px solid currentColor;
  border-left: 1.5px solid currentColor;
  background: #fff;
}

.file-glyph--pdf { color: #e54852; background: #fff5f6; }
.file-glyph--de5 { color: #df7b00; background: #fff7ec; }
.file-glyph--table { color: #357aa0; background: #f0f8fc; font-size: 1.25rem; }

.home-page .document-demo {
  padding: 20px;
  border-color: #bccdd5;
  border-radius: 12px;
  background: #f7fafb;
  box-shadow: 0 13px 30px rgba(28, 64, 78, .06);
}

.home-page .document-demo__caption {
  margin-bottom: 13px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: #536a75;
  font-size: .72rem;
}

.home-page .document-demo__paper {
  min-height: 430px;
  padding: 28px 34px 30px;
  border-color: #c8d8de;
  box-shadow: 0 7px 20px rgba(30, 67, 80, .045);
}

.home-page .document-demo__paper h3 {
  margin-bottom: 2px;
  font-size: 1rem;
}

.home-page .document-demo__period {
  margin: 0 0 19px;
  color: #60747f;
  font-size: .61rem;
}

.home-page .document-demo__paper h4 {
  margin: 16px 0 8px;
  font-size: .69rem;
  letter-spacing: 0;
}

.home-page .document-metric {
  padding: 7px 10px;
  border-color: #d5e0e4;
  font-size: .61rem;
  line-height: 1.3;
}

.home-page .document-metric.is-accent {
  border-color: #bfe5df;
  background: linear-gradient(90deg, #e1f6f2, #d5f2ee);
  color: #006d67;
}

.home-page .document-table {
  height: auto;
  margin-top: 0;
  border: 1px solid #d5e0e4;
  background: #fff;
}

.home-page .document-table__row {
  min-height: 33px;
  display: grid;
  grid-template-columns: .7fr 1.7fr .85fr .85fr .85fr;
  align-items: stretch;
  color: #314954;
  font-size: .53rem;
}

.home-page .document-table__row + .document-table__row {
  border-top: 1px solid #e1e8eb;
}

.home-page .document-table__row span {
  padding: 7px 6px;
  display: flex;
  align-items: center;
}

.home-page .document-table__row span + span {
  border-left: 1px solid #e1e8eb;
}

.home-page .document-table__row.is-head {
  min-height: 28px;
  background: #f6f9fa;
  color: #526873;
  font-weight: 650;
}

.home-page .pricing-band {
  margin-inline: calc(50% - 50vw + var(--scrollbar-half, 0px));
  min-height: 174px;
  padding-top: 34px;
  padding-bottom: 34px;
  grid-template-columns: 1.12fr auto .96fr;
  gap: 54px;
  background:
    radial-gradient(circle at 76% 0, rgba(39, 189, 170, .25), transparent 31%),
    linear-gradient(125deg, #00766f, #008b81 58%, #006d67);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), inset 0 -1px 0 rgba(2,58,51,.28);
}

.home-page .pricing-band h2 {
  color: #fff;
  font-size: clamp(2.1rem, 2.6vw, 2.65rem);
}

.home-page .pricing-band p {
  max-width: 500px;
  color: rgba(255,255,255,.86);
}

.home-page .pricing-band .link-button {
  min-width: 244px;
  min-height: 64px;
  border: 1px solid rgba(255,255,255,.84);
  border-radius: 9px;
  background: #fff;
  color: #00766f;
  font-size: 1.03rem;
  box-shadow: 0 14px 28px rgba(0, 51, 48, .22);
}

.home-page .pricing-band .link-button:hover {
  background: #f5fffd;
  color: #00645f;
  box-shadow: 0 17px 32px rgba(0, 51, 48, .27);
}

.home-page .pricing-band__note {
  color: rgba(255,255,255,.9);
  font-size: 1rem;
}

.home-page .tool-links {
  border-bottom-color: #dce6e9;
}

.home-page .tool-link {
  min-height: 92px;
  gap: 18px;
  font-size: 1rem;
}

.home-page .tool-link::before {
  display: none;
}

.home-page .tool-link .ui-icon {
  width: 21px;
  height: 21px;
  color: var(--brand);
  transform: rotate(0deg);
}

.home-page .calculator-card {
  position: relative;
  isolation: isolate;
  margin: 0 calc(50% - 50vw + var(--scrollbar-half, 0px));
  padding: clamp(76px, 6vw, 96px) max(28px, calc((100vw - var(--content)) / 2));
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid #dce7eb;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.home-page .calculator-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 42%;
  height: 40%;
  background:
    linear-gradient(rgba(91, 170, 181, .105) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 170, 181, .105) 1px, transparent 1px),
    linear-gradient(135deg, rgba(244,250,252,.1), #f7fbfc);
  background-size: 64px 64px, 64px 64px, auto;
  mask-image: linear-gradient(135deg, transparent 4%, #000 62%);
  opacity: .78;
}

.home-page .calculator-card > .section-intro {
  max-width: 760px;
  margin-bottom: 48px;
}

.home-page .calculator-card > .section-intro h2 {
  font-size: clamp(2.55rem, 3.25vw, 3rem);
}

.home-page .calculator-card > .section-intro p {
  max-width: 690px;
  color: #5b707b;
}

.home-page .calc-form {
  gap: 12px;
}

.home-page .calculator-starter {
  display: grid;
  grid-template-columns: minmax(190px, .72fr) minmax(310px, 1.12fr) minmax(500px, 2.15fr);
  gap: clamp(28px, 3vw, 46px);
  align-items: start;
  margin-bottom: 4px;
}

.home-page .calculator-step {
  min-width: 0;
}

.home-page .calculator-step__head {
  min-height: 42px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #18303a;
  font-size: .91rem;
  font-weight: 650;
}

.home-page .calculator-step__head > span:first-child {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--brand-soft);
  color: #00736c;
  font-size: .82rem;
}

.home-page .calculator-step__head label {
  margin: 0;
  font: inherit;
}

.home-page .calculator-step--year input {
  width: 100%;
  min-height: 64px;
  padding-inline: 18px;
  border: 1.5px solid var(--brand);
  border-radius: 8px;
  background: #fff;
  font-size: 1.05rem;
  font-weight: 610;
}

.home-page .calculator-step .hint {
  margin-top: 9px;
  color: #72858e;
  font-size: .72rem;
}

.home-page .broker-presets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.home-page button.broker-preset {
  min-width: 0;
  min-height: 64px;
  padding: 10px 13px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  border: 1px solid #cedce1;
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  color: #1a313a;
  font-size: .79rem;
  font-weight: 590;
  line-height: 1.25;
  box-shadow: 0 4px 12px rgba(30, 68, 82, .025);
}

.home-page button.broker-preset:hover {
  border-color: #78bbb4;
  background: #f8fcfb;
}

.home-page button.broker-preset[aria-pressed="true"] {
  border: 1.5px solid var(--brand);
  background: linear-gradient(145deg, #fff, #f0faf8);
  box-shadow: 0 0 0 3px rgba(0, 135, 126, .07);
}

.home-page .file-stack {
  display: grid;
  gap: 12px;
}

.home-page .file-row {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.home-page .file-main {
  min-width: 0;
}

.home-page .file-dropzone {
  position: relative;
  min-height: 176px;
  margin: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  border: 1.5px dashed #8caab4;
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(242,250,251,.9));
  color: #19343e;
  text-align: center;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.home-page .file-dropzone:hover,
.home-page .file-dropzone:focus-within {
  border-color: var(--brand);
  background: #f5fcfb;
  box-shadow: 0 0 0 4px rgba(0,135,126,.065);
}

.home-page .file-dropzone.is-filled {
  border-style: solid;
  border-color: #67b9ae;
  background: #f0faf8;
}

.home-page .file-dropzone input[type="file"] {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  min-height: 100%;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}

.home-page .file-dropzone__icon {
  width: 52px;
  height: 52px;
  color: #7b919b;
}

.home-page .file-dropzone__copy {
  display: grid;
  gap: 3px;
  color: #687e88;
  font-size: .82rem;
  font-weight: 450;
}

.home-page .file-dropzone__copy strong {
  color: #142d36;
  font-size: .96rem;
  font-weight: 590;
}

.home-page .file-dropzone__copy u {
  color: var(--brand-strong);
  text-underline-offset: .16em;
}

.home-page .file-dropzone__name {
  max-width: 90%;
  overflow: hidden;
  color: var(--brand-strong);
  font-size: .77rem;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-page .file-row__controls {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
}

.home-page .file-broker-label {
  width: min(260px, 100%);
  margin: 0;
  color: #637781;
  font-size: .7rem;
}

.home-page .file-broker-label select {
  width: 100%;
  min-height: 44px;
  margin-top: 4px;
  padding: 7px 34px 7px 12px;
  font-size: .78rem;
}

.home-page button.remove-file {
  width: auto;
  min-height: 44px;
  padding-inline: 14px;
  border-color: #d5e0e4;
  color: #60747e;
  font-size: .75rem;
}

.home-page .file-row:only-child .remove-file {
  display: none;
}

.home-page .file-advanced {
  border-top: 0;
  border: 1px solid #dbe5e8;
  border-radius: 8px;
  background: #fff;
}

.home-page .file-advanced summary {
  min-height: 42px;
  padding: 10px 13px;
  color: #526873;
  font-size: .75rem;
}

.home-page .file-advanced__grid {
  padding: 4px 13px 13px;
}

.home-page .report-step__hint {
  margin-top: 10px;
}

.home-page .submit-row--primary {
  margin: 20px 0 20px;
  display: grid;
  grid-template-columns: minmax(190px, .72fr) minmax(310px, 1.12fr) minmax(500px, 2.15fr);
  align-items: center;
  gap: clamp(28px, 3vw, 46px);
}

.home-page .submit-row__actions {
  grid-column: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.home-page .submit-row--primary button {
  min-height: 58px;
}

.home-page .submit-row--primary #add-report {
  border: 1.5px dashed var(--brand);
  background: #fff;
  color: var(--brand-strong);
}

.home-page .submit-row--primary #add-report::before {
  content: "+";
  margin-right: 9px;
  font-size: 1.25rem;
  font-weight: 450;
}

.home-page .submit-row--primary .hint {
  grid-column: 3;
  margin: -3px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #71838d;
  font-size: .75rem;
}

.home-page .submit-row--primary .hint .ui-icon {
  width: 18px;
  height: 18px;
}

.home-page .check-row {
  margin-top: 4px;
  padding: 15px 18px;
  border-color: #d8e3e7;
  border-radius: 8px;
  background: rgba(255,255,255,.96);
}

.home-page details.soft-details,
.home-page details.identity-details,
.home-page details.loss-settings,
.home-page details.advanced-settings {
  margin: 0;
  border-color: #d8e3e7;
  border-radius: 8px;
  background: rgba(255,255,255,.96);
}

.home-page details.soft-details summary,
.home-page details.identity-details summary,
.home-page details.loss-settings summary,
.home-page details.advanced-settings summary {
  min-height: 62px;
  padding: 16px 19px;
  border-bottom: 0;
}

.home-page details.soft-details[open] summary,
.home-page details.identity-details[open] summary,
.home-page details.loss-settings[open] summary,
.home-page details.advanced-settings[open] summary {
  border-bottom: 1px solid #dfe8eb;
}

.home-page .faq-section {
  padding-top: 88px;
  padding-bottom: 62px;
}

.home-page .faq-item {
  border-color: #d6e2e6;
  border-radius: 8px;
  box-shadow: 0 4px 13px rgba(28,64,78,.025);
}

.home-page .faq-item summary {
  min-height: 66px;
}

.home-page .site-footer {
  margin-top: 0;
  border-top-color: #dce6e9;
}

.home-page .site-footer__inner {
  padding-top: 42px;
  padding-bottom: 36px;
}

.home-page .site-footer .brand {
  font-size: 1.65rem;
}

.home-page .site-footer .brand__mark {
  width: 38px;
  height: 42px;
}

@media (max-width: 1280px) {
  .home-page .site-header__inner,
  .home-page .shell,
  .home-page .site-footer__inner {
    width: min(var(--content), calc(100% - 56px));
  }

  .home-page .hero {
    grid-template-columns: minmax(450px, .78fr) minmax(620px, 1.22fr);
    gap: 34px;
  }

  .home-page h1 {
    font-size: clamp(3.15rem, 4.4vw, 3.65rem);
  }

  .home-page .calculator-starter {
    grid-template-columns: .72fr 1fr 1.75fr;
    gap: 26px;
  }
}

@media (max-width: 1160px) {
  .home-page .site-header__inner {
    min-height: 84px;
  }

  .home-page .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 62px 0 72px;
  }

  .home-page .hero__copy,
  .home-page h1 {
    max-width: 760px;
  }

  .home-page .product-preview {
    width: 100%;
  }

  .home-page .deliverables-layout {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

  .home-page .calculator-starter {
    grid-template-columns: 1fr 1.45fr;
  }

  .home-page .calculator-step--upload {
    grid-column: 1 / -1;
  }

  .home-page .calculator-step--upload .file-dropzone {
    min-height: 220px;
  }

  .home-page .submit-row--primary {
    grid-template-columns: 1fr;
  }

  .home-page .submit-row__actions,
  .home-page .submit-row--primary .hint {
    grid-column: 1;
  }
}

@media (max-width: 760px) {
  body.home-page {
    overflow-x: hidden;
  }

  .home-page .site-header__inner,
  .home-page .shell,
  .home-page .site-footer__inner {
    width: min(100% - 28px, var(--content));
  }

  .home-page .site-header__inner {
    min-height: 72px;
  }

  .home-page .brand {
    gap: 8px;
    font-size: 1.35rem;
  }

  .home-page .brand__mark {
    width: 34px;
    height: 38px;
  }

  .home-page .site-header__cta {
    min-height: 44px;
    padding-inline: 13px;
    font-size: .8rem;
    box-shadow: 0 8px 18px rgba(0,111,103,.18);
  }

  .home-page .hero {
    gap: 38px;
    padding: 44px 0 54px;
  }

  .home-page .hero::after {
    display: none;
  }

  .home-page .hero::before {
    left: -14px;
    right: -14px;
  }

  .home-page h1 {
    font-size: clamp(2.58rem, 12.3vw, 3.2rem);
    line-height: 1.055;
  }

  .home-page h2 {
    font-size: clamp(2rem, 9.8vw, 2.5rem);
  }

  .home-page .hero-lead {
    font-size: 1rem;
  }

  .home-page .hero__actions {
    display: grid;
  }

  .home-page .hero__primary,
  .home-page .hero__secondary {
    width: 100%;
    min-height: 56px;
    justify-content: center;
  }

  .home-page .hero__secondary {
    padding-inline: 20px;
    border: 1.5px solid var(--brand);
  }

  .home-page .trust-line {
    margin-top: 21px;
  }

  .home-page .product-preview__track {
    min-height: 112px;
    padding: 20px 12px 17px;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }

  .home-page .product-preview__track::before {
    top: 42px;
    bottom: auto;
    left: 16%;
    right: 16%;
    width: auto;
    height: 2px;
  }

  .home-page .product-preview__track::after {
    top: 37px;
    left: 36.5%;
  }

  .home-page .preview-stage {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
    font-size: .65rem;
    line-height: 1.3;
    text-align: center;
  }

  .home-page .preview-stage__icon {
    width: 45px;
    height: 45px;
  }

  .home-page .preview-stage__icon .ui-icon {
    width: 22px;
    height: 22px;
  }

  .home-page .product-preview__body {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-page .preview-column {
    padding: 22px 18px;
  }

  .home-page .preview-column + .preview-column {
    border-top: 1px solid #d9e4e8;
    border-left: 0;
  }

  .home-page .preview-drop {
    min-height: 150px;
  }

  .home-page .preview-choice,
  .home-page .preview-check,
  .home-page .preview-file {
    font-size: .77rem;
  }

  .home-page .preview-check strong,
  .home-page .preview-file strong {
    font-size: .75rem;
  }

  .home-page .preview-check small,
  .home-page .preview-file small {
    font-size: .63rem;
  }

  .home-page .product-preview__foot {
    padding-inline: 18px;
  }

  .home-page .marketing-section,
  .home-page #features {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .home-page .section-band,
  .home-page .pricing-band {
    margin-inline: -14px;
    padding-inline: 14px;
  }

  .home-page .section-intro {
    margin-bottom: 34px;
  }

  .home-page .process-line {
    gap: 34px;
  }

  .home-page .process-line::before {
    top: 24px;
    bottom: 24px;
    left: 23px;
    right: auto;
    width: 2px;
    height: auto;
  }

  .home-page .process-line__pulse {
    display: none;
  }

  .home-page .process-step {
    padding-left: 66px;
  }

  .home-page .process-step__number {
    background: #fff;
  }

  .home-page .deliverables-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .home-page .deliverable-row {
    min-height: 78px;
    grid-template-columns: 44px 1fr 18px;
    gap: 14px;
    font-size: .94rem;
  }

  .file-glyph {
    width: 40px;
    height: 47px;
  }

  .home-page .document-demo {
    padding: 10px;
  }

  .home-page .document-demo__paper {
    min-height: 0;
    padding: 20px 14px;
  }

  .home-page .document-metric {
    gap: 12px;
    font-size: .55rem;
  }

  .home-page .document-table__row {
    grid-template-columns: .72fr 1.48fr .8fr .8fr .8fr;
    font-size: .45rem;
  }

  .home-page .document-table__row span {
    padding: 6px 4px;
  }

  .home-page .pricing-band {
    min-height: 0;
    padding-top: 36px;
    padding-bottom: 38px;
    grid-template-columns: 1fr;
    gap: 23px;
  }

  .home-page .pricing-band > * {
    min-width: 0;
  }

  .home-page .pricing-band .link-button {
    width: 100%;
  }

  .home-page .tool-link {
    min-height: 74px;
    padding-inline: 2px;
    font-size: .89rem;
  }

  .home-page .calculator-card {
    margin-inline: -14px;
    padding: 64px 28px;
  }

  .home-page .calculator-card::before {
    width: 100%;
    height: 28%;
    opacity: .5;
  }

  .home-page .calculator-starter {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .home-page .calculator-step--upload {
    grid-column: auto;
  }

  .home-page .broker-presets {
    grid-template-columns: 1fr;
  }

  .home-page button.broker-preset {
    width: 100%;
  }

  .home-page .calculator-step--upload .file-dropzone,
  .home-page .file-dropzone {
    min-height: 178px;
    padding-inline: 16px;
  }

  .home-page .file-row__controls {
    align-items: stretch;
    flex-direction: column;
  }

  .home-page .file-broker-label {
    width: 100%;
  }

  .home-page button.remove-file {
    width: 100%;
  }

  .home-page .file-advanced__grid {
    grid-template-columns: 1fr;
  }

  .home-page .submit-row--primary {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .home-page .submit-row__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-page .submit-row--primary button {
    width: 100%;
  }

  .home-page .submit-row--primary .hint {
    margin: 6px 0 0;
    align-items: flex-start;
  }

  .home-page .faq-section {
    padding-top: 66px;
  }
}

@media (max-width: 440px) {
  .home-page .site-header__inner {
    gap: 8px;
  }

  .home-page .site-header .brand > .brand__word {
    display: none;
  }

  .home-page .site-header__cta {
    margin-left: auto;
  }

  .home-page .calculator-card {
    padding-inline: 20px;
  }

  .home-page .document-demo__caption {
    font-size: .62rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .process-line__pulse {
    animation: none;
  }
}
