:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --quote-ink: #11111a;
  --quote-muted: #65656f;
  --quote-paper: #f2f0eb;
  --quote-paper-light: #f8f7f3;
  --quote-line: rgba(17, 17, 26, 0.22);
  --quote-line-strong: rgba(17, 17, 26, 0.62);
  --quote-accent: #6f47dc;
  --quote-accent-soft: rgba(111, 71, 220, 0.1);
  --quote-white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--quote-ink);
  background: var(--quote-paper);
}

button,
input,
textarea {
  font: inherit;
}

button,
a,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

a {
  color: inherit;
}

.quote-app {
  min-width: 320px;
  overflow: clip;
  background: var(--quote-paper);
}

.quote-topbar {
  min-height: 82px;
  padding: 0 clamp(22px, 4.5vw, 72px);
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--quote-line-strong);
}

.quote-brand {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.quote-brand span {
  font-size: 15px;
}

.quote-brand small {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.quote-topbar__actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: clamp(18px, 3vw, 42px);
}

.quote-product-tabs {
  min-height: 42px;
  display: flex;
  align-items: stretch;
  border: 1px solid var(--quote-line);
}

.quote-product-tabs a {
  min-width: 108px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--quote-muted);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.075em;
}

.quote-product-tabs a + a {
  border-left: 1px solid var(--quote-line);
}

.quote-product-tabs a[aria-current="page"] {
  background: var(--quote-ink);
  color: var(--quote-white);
}

.quote-product-tabs a:hover,
.quote-product-tabs a:focus-visible {
  color: var(--quote-accent);
}

.quote-product-tabs a[aria-current="page"]:hover,
.quote-product-tabs a[aria-current="page"]:focus-visible {
  color: var(--quote-white);
}

.quote-topbar__actions > a {
  padding: 8px 0 6px;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.075em;
}

.quote-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.quote-topbar__status,
.quote-kicker,
.quote-progress button,
.quote-step__heading > span,
.quote-summary__topline,
.quote-summary__price small,
.quote-summary__monthly small,
.quote-contact-result small {
  font-size: 11px;
  line-height: 1.2;
  font-weight: 650;
  letter-spacing: 0.075em;
}

.quote-topbar__status {
  margin: 0;
  color: var(--quote-muted);
}

.quote-hero {
  min-height: 670px;
  padding: clamp(70px, 9vw, 138px) clamp(22px, 4.5vw, 72px) clamp(70px, 8vw, 112px);
  display: grid;
  grid-template-columns: minmax(100px, 0.24fr) minmax(0, 1.25fr) minmax(230px, 0.42fr);
  align-items: start;
  gap: clamp(32px, 5vw, 82px);
  background:
    linear-gradient(105deg, transparent 0 70%, rgba(111, 71, 220, 0.06) 70% 70.1%, transparent 70.1%),
    var(--quote-paper);
  border-bottom: 1px solid var(--quote-line-strong);
}

.quote-hero--applications {
  background:
    linear-gradient(76deg, transparent 0 63%, rgba(111, 71, 220, 0.065) 63% 63.1%, transparent 63.1%),
    var(--quote-paper);
}

.quote-hero--ai {
  background:
    linear-gradient(117deg, transparent 0 57%, rgba(111, 71, 220, 0.075) 57% 57.12%, transparent 57.12%),
    var(--quote-paper);
}

.quote-hero__index {
  padding-top: 10px;
  color: var(--quote-muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.quote-hero__copy {
  max-width: 850px;
}

.quote-kicker {
  margin: 0;
  color: var(--quote-accent);
}

.quote-hero h1 {
  max-width: 13ch;
  margin: 23px 0 28px;
  font-size: clamp(48px, 6.3vw, 88px);
  line-height: 0.98;
  font-weight: 520;
  letter-spacing: -0.052em;
}

.quote-hero__copy > p:not(.quote-kicker) {
  max-width: 660px;
  margin: 0;
  color: #51515d;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.58;
}

.quote-text-button {
  min-height: 50px;
  margin-top: 48px;
  padding: 0 0 8px;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  border: 0;
  border-bottom: 1px solid var(--quote-ink);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.065em;
}

.quote-text-button span {
  font-size: 18px;
  transition: transform 160ms ease;
}

.quote-text-button:hover span,
.quote-text-button:focus-visible span {
  transform: translateY(4px);
}

.quote-hero__facts {
  margin: 4px 0 0;
  border-top: 1px solid var(--quote-line-strong);
}

.quote-hero__facts div {
  padding: 20px 0 23px;
  border-bottom: 1px solid var(--quote-line);
}

.quote-hero__facts dt {
  color: var(--quote-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.quote-hero__facts dd {
  margin: 9px 0 0;
  font-size: 15px;
}

.quote-builder {
  padding: clamp(82px, 9vw, 132px) clamp(22px, 4.5vw, 72px) clamp(90px, 10vw, 146px);
  background: var(--quote-paper-light);
}

.quote-builder__heading {
  max-width: 940px;
  display: grid;
  grid-template-columns: minmax(130px, 0.28fr) minmax(0, 1fr);
  column-gap: clamp(30px, 5vw, 82px);
}

.quote-builder__heading .quote-kicker {
  grid-row: 1 / span 2;
  padding-top: 8px;
}

.quote-builder__heading h2,
.quote-note h2 {
  margin: 0;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1.04;
  font-weight: 520;
  letter-spacing: -0.042em;
}

.quote-builder__heading > p:last-child {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--quote-muted);
  font-size: 16px;
  line-height: 1.65;
}

.quote-progress {
  max-width: 1320px;
  margin-top: clamp(64px, 7vw, 92px);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--quote-line-strong);
}

.quote-progress button {
  min-height: 66px;
  padding: 0 14px 0 0;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 0;
  border-bottom: 1px solid var(--quote-line);
  background: transparent;
  color: var(--quote-muted);
  cursor: pointer;
  text-align: left;
}

.quote-progress button + button {
  padding-left: 20px;
  border-left: 1px solid var(--quote-line);
}

.quote-progress button span {
  color: #6b6b75;
}

.quote-progress button.is-active {
  border-bottom-color: var(--quote-accent);
  color: var(--quote-ink);
}

.quote-progress button.is-active span {
  color: var(--quote-accent);
}

.quote-progress button:disabled {
  cursor: not-allowed;
  opacity: 0.56;
}

.quote-builder__layout {
  max-width: 1320px;
  margin-top: 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  align-items: start;
  gap: clamp(42px, 6vw, 96px);
}

.quote-form {
  min-width: 0;
}

.quote-step[hidden] {
  display: none;
}

.quote-step__heading {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.quote-step__heading > span {
  padding-top: 8px;
  color: var(--quote-accent);
}

.quote-step__heading h3 {
  margin: 0;
  font-size: clamp(29px, 3.1vw, 42px);
  line-height: 1.08;
  font-weight: 520;
  letter-spacing: -0.033em;
}

.quote-step__heading p {
  max-width: 670px;
  margin: 14px 0 0;
  color: var(--quote-muted);
  font-size: 15px;
  line-height: 1.62;
}

.quote-packages {
  margin-top: 42px;
  border-top: 1px solid var(--quote-line-strong);
}

.quote-package-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.quote-package-details {
  margin-top: 22px;
  padding: 21px 23px 23px;
  border: 1px solid var(--quote-line);
  background: rgba(255, 255, 255, 0.42);
}

.quote-package-details > p {
  margin: 0;
  color: var(--quote-accent);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.quote-package-details ul {
  margin: 15px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 26px;
  list-style: none;
}

.quote-package-details li {
  position: relative;
  padding-left: 15px;
  color: #4d4d58;
  font-size: 11px;
  line-height: 1.45;
}

.quote-package-details li::before {
  position: absolute;
  left: 0;
  color: var(--quote-accent);
  content: "✓";
}

.quote-package {
  width: 100%;
  padding: 27px 14px 30px;
  display: grid;
  grid-template-columns: 44px minmax(150px, 0.55fr) minmax(250px, 1fr) minmax(120px, 0.35fr);
  align-items: start;
  gap: clamp(15px, 2.5vw, 38px);
  border: 0;
  border-bottom: 1px solid var(--quote-line);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: background-color 160ms ease, color 160ms ease;
}

.quote-package:hover,
.quote-package:focus-within {
  background: rgba(17, 17, 26, 0.035);
}

.quote-package.is-selected {
  background: var(--quote-ink);
  color: var(--quote-white);
}

.quote-package:has(.quote-package__input:focus-visible) {
  outline: 2px solid var(--quote-accent);
  outline-offset: 3px;
}

.quote-package__radio {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.quote-package__radio::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  content: "";
  transform: scale(0);
}

.quote-package.is-selected .quote-package__radio::after {
  transform: scale(1);
}

.quote-package__name small,
.quote-package__price small {
  display: block;
  color: var(--quote-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.075em;
}

.quote-package.is-selected .quote-package__name small,
.quote-package.is-selected .quote-package__price small,
.quote-package.is-selected .quote-package__scope {
  color: rgba(255, 255, 255, 0.7);
}

.quote-package__name strong {
  margin-top: 8px;
  display: block;
  font-size: 23px;
  font-weight: 540;
  letter-spacing: -0.025em;
}

.quote-package__badge {
  width: fit-content;
  margin-top: 10px;
  padding: 5px 7px;
  display: block;
  border: 1px solid currentColor;
  color: var(--quote-accent);
  font-size: 8px;
  font-style: normal;
  font-weight: 750;
  letter-spacing: 0.07em;
}

.quote-package.is-selected .quote-package__badge {
  color: #c8b8ff;
}

.quote-package__scope {
  margin: 0;
  color: #5d5d67;
  font-size: 14px;
  line-height: 1.56;
}

.quote-package__price {
  justify-self: end;
  text-align: right;
}

.quote-package__price strong {
  margin-top: 7px;
  display: block;
  font-size: 19px;
  font-weight: 600;
}

.quote-extras {
  margin-top: 48px;
}

.quote-extra-group {
  margin: 0 0 50px;
  padding: 0;
  border: 0;
}

.quote-extra-group legend,
.quote-deadline legend {
  width: 100%;
  padding: 0 0 13px;
  border-bottom: 1px solid var(--quote-line-strong);
  color: var(--quote-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.quote-extra-group legend > span {
  display: block;
}

.quote-question__help {
  max-width: 680px;
  margin-top: 7px;
  display: block;
  color: var(--quote-muted);
  font-size: 12px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
}

.quote-extra {
  min-height: 88px;
  padding: 19px 0;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: start;
  gap: 15px;
  border-bottom: 1px solid var(--quote-line);
  cursor: pointer;
}

.quote-extra input,
.quote-deadline input,
.quote-consent input {
  width: 19px;
  height: 19px;
  margin: 2px 0 0;
  accent-color: var(--quote-accent);
}

.quote-extra span,
.quote-deadline span {
  display: block;
}

.quote-extra strong,
.quote-deadline strong {
  display: block;
  font-size: 15px;
  font-weight: 570;
}

.quote-extra small,
.quote-deadline small {
  max-width: 570px;
  margin-top: 5px;
  display: block;
  color: var(--quote-muted);
  font-size: 13px;
  line-height: 1.45;
}

.quote-extra b,
.quote-deadline b {
  padding-top: 2px;
  color: #45454f;
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
}

.quote-extra:has(input:checked) {
  background: linear-gradient(90deg, var(--quote-accent-soft), transparent 82%);
}

.quote-extra:focus-within {
  outline: 2px solid var(--quote-accent);
  outline-offset: 2px;
}

.quote-extra.is-included {
  cursor: default;
}

.quote-extra.is-included b {
  color: var(--quote-accent);
}

.quote-deadline {
  margin: 0;
  padding: 0;
  border: 0;
}

.quote-deadline label {
  min-height: 78px;
  padding: 18px 0;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 15px;
  border-bottom: 1px solid var(--quote-line);
  cursor: pointer;
}

.quote-included-note {
  margin-top: 42px;
  padding: 20px 22px;
  border-left: 3px solid var(--quote-accent);
  background: var(--quote-accent-soft);
}

.quote-included-note strong {
  color: var(--quote-accent);
  font-size: 10px;
  letter-spacing: 0.075em;
}

.quote-included-note p {
  margin: 8px 0 0;
  color: #51515d;
  font-size: 13px;
  line-height: 1.55;
}

.quote-included-note--external {
  border-left-color: var(--quote-line-strong);
  background: rgba(255, 255, 255, 0.34);
}

.quote-included-note--external strong {
  color: var(--quote-muted);
}

.quote-other-action,
.quote-deadline-date {
  margin-top: 14px;
}

.quote-deadline-date[hidden] {
  display: none;
}

.quote-deadline-date input {
  max-width: 330px;
}

.quote-stage-payment {
  margin: 14px 0 0;
  padding: 16px 0;
  border-top: 1px solid var(--quote-line);
  border-bottom: 1px solid var(--quote-line);
  color: var(--quote-muted);
  font-size: 12px;
  line-height: 1.5;
}

.quote-step__actions {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.quote-step__actions--end {
  justify-content: flex-end;
}

.quote-help {
  min-height: 44px;
  padding: 4px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--quote-muted);
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: left;
}

.quote-help:hover,
.quote-help:focus-visible {
  color: var(--quote-accent);
}

.quote-button {
  min-height: 54px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid var(--quote-ink);
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.065em;
}

.quote-button--primary {
  background: var(--quote-ink);
  color: var(--quote-white);
}

.quote-button:hover,
.quote-button:focus-visible,
.quote-copy:hover,
.quote-copy:focus-visible {
  border-color: var(--quote-accent);
  color: var(--quote-accent);
}

.quote-button--primary:hover,
.quote-button--primary:focus-visible {
  background: var(--quote-accent);
  color: var(--quote-white);
}

.quote-summary {
  position: sticky;
  top: 24px;
  padding: 24px 25px 26px;
  border-top: 3px solid var(--quote-ink);
  background: #ebe9e3;
}

.quote-summary__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.quote-summary__topline p {
  margin: 0;
}

.quote-summary__topline button {
  min-height: 44px;
  padding: 4px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--quote-muted);
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.quote-summary__price {
  margin-top: 45px;
}

.quote-summary__price small,
.quote-summary__monthly small,
.quote-contact-result small {
  color: var(--quote-muted);
}

.quote-summary__price strong,
.quote-contact-result strong {
  margin-top: 9px;
  display: block;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1;
  font-weight: 560;
  letter-spacing: -0.04em;
}

.quote-summary__tax-note,
.quote-contact-result__tax-note {
  margin-top: 9px;
  display: block;
  color: var(--quote-muted);
  font-size: 11px;
  line-height: 1.4;
}

.quote-summary__price p {
  margin: 15px 0 0;
  color: var(--quote-muted);
  font-size: 12px;
  line-height: 1.48;
}

.quote-summary__details {
  margin: 34px 0 0;
  border-top: 1px solid var(--quote-line);
}

.quote-summary__details div {
  padding: 14px 0;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  border-bottom: 1px solid var(--quote-line);
}

.quote-summary__details dt,
.quote-summary__selection > p {
  color: var(--quote-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.quote-summary__details dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.quote-summary__selection {
  margin-top: 25px;
}

.quote-summary__selection ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.quote-summary__selection li {
  position: relative;
  margin-top: 8px;
  padding-left: 15px;
  color: #3e3e48;
  font-size: 12px;
  line-height: 1.42;
}

.quote-summary__selection li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--quote-accent);
  content: "+";
}

.quote-summary__review {
  margin-top: 24px;
  padding: 16px 17px;
  border: 1px solid rgba(111, 71, 220, 0.35);
  background: rgba(255, 255, 255, 0.38);
}

.quote-summary__review small {
  color: var(--quote-accent);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.quote-summary__review ul {
  margin: 10px 0 0;
  padding-left: 16px;
}

.quote-summary__review li {
  margin-top: 6px;
  color: #45454f;
  font-size: 11px;
  line-height: 1.45;
}

.quote-summary__recommendation {
  margin: 20px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--quote-line);
  color: #4e3d7d;
  font-size: 11px;
  line-height: 1.52;
}

.quote-summary__monthly {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid var(--quote-line);
}

.quote-summary__external {
  margin-top: 14px;
  padding: 17px;
  border: 1px solid var(--quote-line);
  background: rgba(255, 255, 255, 0.3);
}

.quote-summary__external small {
  display: block;
  color: var(--quote-muted);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.quote-summary__external strong {
  margin-top: 7px;
  display: block;
  font-size: 17px;
  font-weight: 570;
}

.quote-summary__external p {
  margin: 8px 0 0;
  color: var(--quote-muted);
  font-size: 11px;
  line-height: 1.45;
}

.quote-summary__monthly strong {
  margin-top: 7px;
  display: block;
  font-size: 18px;
  font-weight: 560;
}

.quote-copy {
  width: 100%;
  min-height: 46px;
  margin-top: 30px;
  border: 1px solid var(--quote-line-strong);
  background: transparent;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.075em;
}

.quote-copy__status {
  min-height: 15px;
  margin: 8px 0 0;
  color: var(--quote-accent);
  font-size: 10px;
}

.quote-help--summary {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.quote-contact-result {
  margin-top: 42px;
  padding: 24px 0;
  border-top: 1px solid var(--quote-line-strong);
  border-bottom: 1px solid var(--quote-line);
}

.quote-contact-result p {
  margin: 9px 0 0;
  color: var(--quote-muted);
  font-size: 13px;
}

.quote-fields {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 24px;
}

.quote-field {
  display: flex;
  flex-direction: column;
}

.quote-field--wide {
  grid-column: 1 / -1;
}

.quote-field > span {
  margin-bottom: 8px;
  color: var(--quote-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.quote-field input,
.quote-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--quote-line-strong);
  border-radius: 0;
  background: transparent;
  color: var(--quote-ink);
  font-size: 16px;
}

.quote-field input {
  height: 48px;
}

.quote-field textarea {
  padding: 13px 0;
  resize: vertical;
  line-height: 1.5;
}

.quote-field input:focus,
.quote-field textarea:focus {
  border-bottom-color: var(--quote-accent);
}

.quote-field.is-invalid input,
.quote-field.is-invalid textarea {
  border-bottom-color: #bb2e46;
}

.quote-field__error {
  margin-top: 7px;
  display: none;
  color: #a42037;
  font-size: 11px;
}

.quote-field > small:not(.quote-field__error) {
  margin-top: 7px;
  color: var(--quote-muted);
  font-size: 11px;
  line-height: 1.45;
}

.quote-field.is-invalid .quote-field__error {
  display: block;
}

.quote-consent {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  cursor: pointer;
}

.quote-consent span {
  color: var(--quote-muted);
  font-size: 12px;
  line-height: 1.5;
}

.quote-consent.is-invalid span {
  color: #a42037;
}

.quote-form__error {
  margin: 18px 0 0;
  color: #a42037;
  font-size: 12px;
}

.quote-submit-note {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--quote-muted);
  font-size: 11px;
  line-height: 1.5;
}

.quote-copy--contact {
  max-width: 360px;
  margin-top: 20px;
}

.quote-note {
  padding: clamp(80px, 10vw, 150px) clamp(22px, 4.5vw, 72px);
  display: grid;
  grid-template-columns: minmax(130px, 0.28fr) minmax(320px, 1fr) minmax(260px, 0.55fr);
  align-items: start;
  gap: clamp(30px, 5vw, 82px);
  border-top: 1px solid var(--quote-line-strong);
  background: var(--quote-paper);
}

.quote-note h2 {
  max-width: 14ch;
}

.quote-note > p:not(.quote-kicker) {
  margin: 7px 0 0;
  color: var(--quote-muted);
  font-size: 15px;
  line-height: 1.65;
}

.quote-note__action {
  grid-column: 3;
  width: fit-content;
  margin-top: 27px;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.075em;
}

.quote-note__action:hover,
.quote-note__action:focus-visible {
  color: var(--quote-accent);
}

.quote-faq {
  padding: clamp(80px, 10vw, 145px) clamp(22px, 4.5vw, 72px);
  display: grid;
  grid-template-columns: minmax(250px, 0.55fr) minmax(0, 1fr);
  gap: clamp(50px, 8vw, 130px);
  border-top: 1px solid var(--quote-line-strong);
  background: var(--quote-paper-light);
}

.quote-faq h2 {
  max-width: 11ch;
  margin: 20px 0 0;
  font-size: clamp(36px, 4.3vw, 60px);
  line-height: 1.04;
  font-weight: 520;
  letter-spacing: -0.042em;
}

.quote-faq__list {
  border-top: 1px solid var(--quote-line-strong);
}

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

.quote-faq summary {
  min-height: 76px;
  padding: 22px 42px 22px 0;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 570;
  line-height: 1.45;
  list-style: none;
}

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

.quote-faq summary::after {
  position: absolute;
  right: 4px;
  color: var(--quote-accent);
  content: "+";
  font-size: 22px;
  font-weight: 400;
}

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

.quote-faq details p {
  max-width: 680px;
  margin: -4px 0 24px;
  color: var(--quote-muted);
  font-size: 13px;
  line-height: 1.65;
}

.quote-footer {
  min-height: 136px;
  padding: 34px clamp(22px, 4.5vw, 72px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  background: var(--quote-ink);
  color: var(--quote-white);
}

.quote-footer p,
.quote-footer a {
  margin: 0;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.07em;
}

.quote-footer div {
  display: flex;
  gap: 24px;
}

.quote-footer a {
  text-underline-offset: 4px;
}

:focus-visible {
  outline: 2px solid var(--quote-accent);
  outline-offset: 4px;
}

@media (max-width: 1020px) {
  .quote-hero {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .quote-hero__facts {
    grid-column: 2;
    width: min(100%, 680px);
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .quote-hero__facts div {
    padding-right: 16px;
  }

  .quote-builder__layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 42px;
  }

  .quote-package {
    grid-template-columns: 34px minmax(150px, 0.6fr) minmax(220px, 1fr);
  }

  .quote-package__price {
    grid-column: 2 / -1;
    justify-self: start;
    text-align: left;
  }

  .quote-note {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .quote-note > p:not(.quote-kicker),
  .quote-note__action {
    grid-column: 2;
    max-width: 650px;
  }
}

@media (max-width: 900px) {
  .quote-topbar {
    min-height: 112px;
    padding-top: 12px;
    padding-bottom: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    row-gap: 9px;
  }

  .quote-topbar__status {
    max-width: 110px;
    text-align: right;
  }

  .quote-topbar__actions {
    gap: 18px;
  }

  .quote-product-tabs {
    width: 100%;
    min-height: 38px;
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .quote-product-tabs a {
    min-width: 0;
    flex: 1;
  }

  .quote-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .quote-hero__index {
    display: none;
  }

  .quote-hero h1 {
    font-size: clamp(45px, 13vw, 68px);
  }

  .quote-hero__facts {
    grid-column: 1;
  }

  .quote-builder__heading,
  .quote-note,
  .quote-faq {
    grid-template-columns: 1fr;
  }

  .quote-builder__heading .quote-kicker {
    grid-row: auto;
  }

  .quote-note > p:not(.quote-kicker),
  .quote-note__action {
    grid-column: 1;
  }

  .quote-progress {
    grid-template-columns: repeat(6, minmax(116px, 1fr));
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }

  .quote-progress button {
    min-height: 58px;
    gap: 8px;
    font-size: 9px;
  }

  .quote-builder__layout {
    grid-template-columns: 1fr;
  }

  .quote-summary {
    position: static;
  }

  .quote-package {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .quote-package__scope,
  .quote-package__price {
    grid-column: 2;
  }

  .quote-fields {
    grid-template-columns: 1fr;
  }

  .quote-field--wide {
    grid-column: 1;
  }

  .quote-faq {
    gap: 50px;
  }

  .quote-faq h2 {
    max-width: 13ch;
  }
}

@media (max-width: 520px) {
  .quote-topbar__status {
    display: none;
  }

  .quote-topbar__actions > a {
    font-size: 9px;
  }

  .quote-hero__facts {
    grid-template-columns: 1fr;
  }

  .quote-progress button {
    padding: 0 7px 0 0;
  }

  .quote-progress button + button {
    padding-left: 8px;
  }

  .quote-step__heading {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .quote-package-details ul {
    grid-template-columns: 1fr;
  }

  .quote-package:hover,
  .quote-package:focus-within,
  .quote-package.is-selected {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quote-extra,
  .quote-deadline label {
    grid-template-columns: 24px minmax(0, 1fr);
  }

  .quote-extra b,
  .quote-deadline b {
    grid-column: 2;
  }

  .quote-step__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .quote-step__actions--end {
    align-items: stretch;
  }

  .quote-button {
    width: 100%;
  }

  .quote-help {
    width: 100%;
    text-align: center;
  }

  .quote-footer {
    align-items: flex-start;
    flex-direction: column;
  }

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

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Production alignment with the Caslavinieri editorial system. */
.quote-topbar {
  min-height: 88px;
  background: rgba(242, 240, 235, 0.96);
}

.quote-product-tabs {
  min-height: 34px;
  gap: clamp(16px, 2.3vw, 34px);
  border: 0;
}

.quote-product-tabs a {
  min-width: 0;
  padding: 9px 0 7px;
  justify-content: flex-start;
  border-bottom: 1px solid transparent;
}

.quote-product-tabs a + a {
  border-left: 0;
}

.quote-product-tabs a[aria-current="page"] {
  border-bottom-color: var(--quote-ink);
  background: transparent;
  color: var(--quote-ink);
}

.quote-product-tabs a[aria-current="page"]:hover,
.quote-product-tabs a[aria-current="page"]:focus-visible {
  color: var(--quote-accent);
  border-bottom-color: var(--quote-accent);
}

.quote-consent a {
  color: var(--quote-ink);
  text-underline-offset: 3px;
}

.quote-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.quote-button:disabled {
  cursor: wait;
  opacity: 0.58;
}

.quote-disclaimer {
  padding: clamp(72px, 9vw, 128px) clamp(22px, 4.5vw, 72px);
  display: grid;
  grid-template-columns: minmax(140px, 0.28fr) minmax(300px, 0.9fr) minmax(270px, 0.56fr);
  align-items: start;
  gap: clamp(30px, 5vw, 82px);
  border-top: 1px solid var(--quote-line-strong);
  background: #dedae9;
}

.quote-disclaimer h2 {
  max-width: 17ch;
  margin: 0;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.04;
  font-weight: 520;
  letter-spacing: -0.042em;
}

.quote-disclaimer > p:not(.quote-kicker) {
  margin: 4px 0 0;
  color: #494851;
  font-size: 14px;
  line-height: 1.7;
}

.quote-disclaimer > a {
  grid-column: 3;
  width: fit-content;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.075em;
}

.quote-footer {
  min-height: 260px;
  align-items: flex-start;
  padding-top: 58px;
  padding-bottom: 48px;
}

.quote-footer__brand {
  flex-direction: column;
  gap: 9px !important;
}

.quote-footer__brand small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 8px;
  letter-spacing: 0.15em;
}

.quote-footer > div:last-child {
  max-width: 690px;
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 18px 42px;
}

@media (max-width: 900px) {
  .quote-product-tabs {
    gap: 0;
    border-top: 1px solid var(--quote-line);
  }

  .quote-product-tabs a {
    justify-content: center;
    border-bottom: 1px solid var(--quote-line);
  }

  .quote-disclaimer {
    grid-template-columns: 1fr;
  }

  .quote-disclaimer > a {
    grid-column: 1;
  }
}

@media (max-width: 620px) {
  .quote-footer > div:last-child {
    grid-template-columns: 1fr;
  }
}

/* Compact configurator workspace — aligned with the Caslavinieri homepage hero. */
html {
  scroll-padding-top: 82px;
}

body {
  min-height: 100vh;
  background: #23365b url("https://www.caslavinieri.com/assets/brand-world-static.jpg") center 52% / cover fixed no-repeat;
  background-blend-mode: multiply;
}

.quote-app {
  background: transparent;
}

.quote-topbar {
  width: min(calc(100% - 32px), 1180px);
  min-height: 70px;
  margin: 0 auto;
  padding: 0 24px;
  grid-template-columns: minmax(190px, 1fr) auto minmax(250px, 1fr);
  color: var(--quote-white);
  background: rgba(5, 11, 28, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 0;
  backdrop-filter: blur(16px);
}

.quote-brand,
.quote-topbar__actions > a {
  color: var(--quote-white);
}

.quote-brand span {
  font-size: 13px;
}

.quote-brand small {
  color: rgba(255, 255, 255, 0.64);
}

.quote-topbar__status {
  color: rgba(255, 255, 255, 0.6);
}

.quote-product-tabs {
  min-height: 40px;
  gap: clamp(14px, 2vw, 28px);
}

.quote-product-tabs a {
  padding: 11px 0 9px;
  color: rgba(255, 255, 255, 0.66);
}

.quote-product-tabs a[aria-current="page"] {
  border-bottom-color: var(--quote-white);
  color: var(--quote-white);
}

.quote-product-tabs a:hover,
.quote-product-tabs a:focus-visible,
.quote-product-tabs a[aria-current="page"]:hover,
.quote-product-tabs a[aria-current="page"]:focus-visible {
  border-bottom-color: #bda8ff;
  color: #d7caff;
}

.quote-builder {
  width: min(calc(100% - 32px), 1180px);
  min-height: calc(100dvh - 92px);
  margin: 18px auto 32px;
  padding: clamp(24px, 2.4vw, 34px) clamp(22px, 2.8vw, 38px) clamp(28px, 3vw, 42px);
  background: rgba(248, 247, 243, 0.965);
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.quote-builder__heading {
  max-width: none;
  grid-template-columns: minmax(145px, 0.34fr) minmax(300px, 0.9fr) minmax(280px, 0.75fr);
  align-items: end;
  column-gap: clamp(24px, 4vw, 58px);
}

.quote-builder__heading .quote-kicker {
  grid-row: auto;
  padding: 0 0 5px;
}

.quote-builder__heading h1,
.quote-builder__heading h2 {
  margin: 0;
  font-size: clamp(32px, 3.4vw, 47px);
  line-height: 0.98;
  font-weight: 520;
  letter-spacing: -0.046em;
}

.quote-builder__heading > p:last-child {
  max-width: 440px;
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.quote-progress {
  max-width: none;
  margin-top: 20px;
}

.quote-progress button {
  min-height: 48px;
  gap: 9px;
  font-size: 9px;
}

.quote-builder__layout {
  max-width: none;
  margin-top: 20px;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 340px);
  gap: clamp(24px, 3.2vw, 44px);
}

.quote-step__heading {
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
}

.quote-step__heading h3 {
  font-size: clamp(25px, 2.3vw, 33px);
}

.quote-step__heading p {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
}

.quote-packages {
  margin-top: 16px;
}

.quote-package {
  min-height: 64px;
  padding: 12px 10px 13px;
  grid-template-columns: 30px minmax(135px, 0.48fr) minmax(210px, 1fr) minmax(105px, 0.32fr);
  gap: clamp(12px, 2vw, 24px);
}

.quote-package:hover,
.quote-package:focus-within,
.quote-package.is-selected {
  padding-left: 10px;
  padding-right: 10px;
}

.quote-package__radio {
  width: 17px;
  height: 17px;
}

.quote-package__radio::after {
  width: 7px;
  height: 7px;
}

.quote-package__name small,
.quote-package__price small {
  font-size: 8px;
}

.quote-package__name strong {
  margin-top: 4px;
  font-size: 17px;
}

.quote-package__badge {
  margin-top: 5px;
  padding: 3px 5px;
  font-size: 7px;
}

.quote-package__scope {
  font-size: 11px;
  line-height: 1.45;
}

.quote-package__price strong {
  margin-top: 4px;
  font-size: 15px;
}

.quote-package-details {
  margin-top: 10px;
  padding: 13px 15px 15px;
}

.quote-package-details summary {
  color: var(--quote-accent);
  cursor: pointer;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.quote-package-details summary:focus-visible {
  outline-offset: 3px;
}

.quote-package-details ul {
  margin-top: 9px;
  gap: 5px 18px;
}

.quote-package-details li {
  font-size: 9px;
}

.quote-extras {
  margin-top: 24px;
}

.quote-extra-group {
  margin-bottom: 28px;
}

.quote-extra {
  min-height: 66px;
  padding: 13px 0;
}

.quote-extra strong,
.quote-deadline strong {
  font-size: 13px;
}

.quote-extra small,
.quote-deadline small,
.quote-question__help {
  font-size: 11px;
}

.quote-included-note {
  margin-top: 22px;
  padding: 13px 15px;
}

.quote-deadline label {
  min-height: 64px;
  padding: 12px 0;
}

.quote-step__actions {
  margin-top: 20px;
}

.quote-button {
  min-height: 46px;
  padding: 0 18px;
}

.quote-summary {
  top: 14px;
  max-height: calc(100dvh - 318px);
  padding: 17px 18px 18px;
  overflow-y: auto;
  border-top-width: 2px;
  background: rgba(232, 230, 224, 0.92);
}

.quote-summary__topline button {
  min-height: 34px;
}

.quote-summary__price {
  margin-top: 18px;
}

.quote-summary__price strong,
.quote-contact-result strong {
  font-size: clamp(27px, 2.6vw, 34px);
}

.quote-summary__price p {
  margin-top: 9px;
  font-size: 10px;
}

.quote-summary__details {
  margin-top: 17px;
}

.quote-summary__details div {
  padding: 9px 0;
}

.quote-summary__selection {
  margin-top: 16px;
}

.quote-summary__selection ul {
  margin-top: 8px;
}

.quote-summary__selection li {
  margin-top: 5px;
  font-size: 10px;
}

.quote-summary__review,
.quote-summary__monthly {
  margin-top: 16px;
}

.quote-summary__external {
  margin-top: 10px;
  padding: 12px;
}

.quote-copy {
  min-height: 40px;
  margin-top: 17px;
}

.quote-help--summary {
  margin-top: 6px;
}

.quote-contact-result,
.quote-fields {
  margin-top: 24px;
}

.quote-fields {
  gap: 22px 20px;
}

.quote-consent {
  margin-top: 22px;
}

.quote-note,
.quote-disclaimer,
.quote-footer {
  width: min(calc(100% - 32px), 1180px);
  margin-right: auto;
  margin-left: auto;
}

.quote-note,
.quote-disclaimer {
  padding: clamp(46px, 5vw, 72px) clamp(26px, 4vw, 56px);
}

.quote-note {
  grid-template-columns: minmax(110px, 0.24fr) minmax(300px, 0.9fr) minmax(240px, 0.52fr);
}

.quote-note h2,
.quote-disclaimer h2 {
  font-size: clamp(30px, 3.4vw, 46px);
}

.quote-disclaimer {
  grid-template-columns: minmax(110px, 0.24fr) minmax(300px, 0.9fr) minmax(240px, 0.52fr);
}

.quote-footer {
  min-height: 190px;
  margin-bottom: 24px;
  padding: 42px 34px 36px;
}

.quote-faq-page {
  width: min(calc(100% - 32px), 1180px);
  margin: 18px auto 32px;
  overflow: hidden;
  background: rgba(248, 247, 243, 0.965);
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.quote-faq-page__intro {
  padding: clamp(34px, 4vw, 52px) clamp(28px, 7vw, 92px) clamp(30px, 3.5vw, 46px);
  text-align: center;
}

.quote-faq-page__intro h1 {
  max-width: 18ch;
  margin: 13px auto 0;
  font-size: clamp(38px, 4.5vw, 60px);
  line-height: 0.98;
  font-weight: 520;
  letter-spacing: -0.052em;
}

.quote-faq-page__intro > p:not(.quote-kicker) {
  max-width: 680px;
  margin: 16px auto 0;
  color: var(--quote-muted);
  font-size: 15px;
  line-height: 1.62;
}

.quote-faq-page__intro nav {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.quote-faq-page__intro nav a {
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--quote-line-strong);
  text-decoration: none;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.075em;
}

.quote-faq-page__intro nav a:first-child {
  background: var(--quote-ink);
  color: var(--quote-white);
}

.quote-faq-page__intro nav a:hover,
.quote-faq-page__intro nav a:focus-visible {
  border-color: var(--quote-accent);
  color: var(--quote-accent);
}

.quote-faq--standalone {
  padding: clamp(50px, 6vw, 82px) clamp(28px, 6vw, 76px);
}

.quote-faq--standalone h2 {
  font-size: clamp(34px, 4vw, 52px);
}

.quote-faq--standalone details p {
  margin-top: 0;
  padding-right: 42px;
}

@media (min-width: 901px) {
  .quote-builder {
    padding-bottom: 10px;
  }

  .quote-form {
    max-height: calc(100dvh - 304px);
    padding-right: 10px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }
}

@media (max-width: 1100px) {
  .quote-topbar {
    grid-template-columns: minmax(175px, 1fr) auto minmax(160px, 1fr);
  }

  .quote-topbar__status {
    display: none;
  }

  .quote-builder__heading {
    grid-template-columns: minmax(120px, 0.3fr) minmax(280px, 0.9fr) minmax(240px, 0.7fr);
  }

  .quote-builder__layout {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .quote-package {
    grid-template-columns: 28px minmax(120px, 0.55fr) minmax(190px, 1fr);
  }

  .quote-package__price {
    grid-column: 2 / -1;
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 900px) {
  body {
    background-attachment: scroll;
  }

  .quote-topbar {
    width: min(calc(100% - 20px), 1180px);
    min-height: 102px;
    padding: 11px 16px 0;
    grid-template-columns: minmax(0, 1fr) auto;
    background: rgba(5, 11, 28, 0.86);
  }

  .quote-product-tabs {
    border-top-color: rgba(255, 255, 255, 0.18);
  }

  .quote-product-tabs a {
    border-bottom-color: rgba(255, 255, 255, 0.18);
  }

  .quote-builder,
  .quote-faq-page,
  .quote-note,
  .quote-disclaimer,
  .quote-footer {
    width: min(calc(100% - 20px), 1180px);
  }

  .quote-builder {
    min-height: auto;
    margin-top: 10px;
  }

  .quote-builder__heading {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }

  .quote-builder__heading .quote-kicker {
    padding: 0;
  }

  .quote-builder__heading h1,
  .quote-builder__heading h2,
  .quote-builder__heading > p:last-child {
    margin-right: auto;
    margin-left: auto;
  }

  .quote-progress {
    margin-top: 20px;
  }

  .quote-builder__layout {
    grid-template-columns: 1fr;
  }

  .quote-summary {
    position: static;
    max-height: none;
  }

  .quote-note,
  .quote-disclaimer,
  .quote-faq--standalone {
    grid-template-columns: 1fr;
  }

  .quote-note > p:not(.quote-kicker),
  .quote-note__action,
  .quote-disclaimer > a {
    grid-column: 1;
  }
}

@media (max-width: 620px) {
  body {
    background-image: url("https://www.caslavinieri.com/assets/brand-world-static-mobile.jpg");
    background-position: 56% 52%;
    background-size: cover;
  }

  .quote-topbar {
    min-height: 96px;
  }

  .quote-brand span {
    font-size: 11px;
  }

  .quote-topbar__actions > a {
    font-size: 8px;
  }

  .quote-product-tabs a {
    font-size: 8px;
  }

  .quote-builder {
    padding: 20px 16px 26px;
  }

  .quote-builder__heading h1,
  .quote-builder__heading h2 {
    font-size: clamp(31px, 10vw, 40px);
  }

  .quote-builder__heading > p:last-child {
    font-size: 12px;
  }

  .quote-progress {
    margin-right: -16px;
    margin-left: -16px;
    padding-left: 16px;
  }

  .quote-step__heading {
    grid-template-columns: 1fr;
  }

  .quote-package {
    grid-template-columns: 24px minmax(0, 1fr);
  }

  .quote-package__scope,
  .quote-package__price {
    grid-column: 2;
  }

  .quote-faq-page {
    margin-top: 10px;
  }

  .quote-faq-page__intro {
    padding: 32px 20px 28px;
  }

  .quote-faq-page__intro h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .quote-faq-page__intro nav {
    align-items: stretch;
    flex-direction: column;
  }

  .quote-faq-page__intro nav a {
    justify-content: center;
  }

  .quote-faq--standalone {
    padding: 42px 20px;
    gap: 34px;
  }

  .quote-footer {
    margin-bottom: 10px;
  }
}
