:root {
  color-scheme: light;
  --page: #efe5d4;
  --paper: #fffaf3;
  --paper-strong: #fffdf9;
  --paper-warm: #f7eddf;
  --ink: #24332d;
  --muted: #5c655f;
  --forest: #23483d;
  --forest-soft: #31584b;
  --rust: #bf6645;
  --rust-soft: #f2d6c8;
  --sage: #dfe7cf;
  --sky: #dfeaf1;
  --gold: #dcc18b;
  --line: rgba(36, 51, 45, 0.14);
  --line-strong: rgba(36, 51, 45, 0.24);
  --shadow: 0 28px 60px rgba(36, 51, 45, 0.11);
  --shadow-soft: 0 14px 28px rgba(36, 51, 45, 0.08);
  --container: min(1180px, calc(100% - 28px));
  --radius-xl: 34px 22px 40px 20px;
  --radius-lg: 24px 18px 28px 16px;
  --radius-md: 18px 14px 20px 12px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background:
    radial-gradient(circle at 10% 8%, rgba(191, 102, 69, 0.12), transparent 22%),
    radial-gradient(circle at 88% 12%, rgba(35, 72, 61, 0.1), transparent 22%),
    linear-gradient(180deg, #faf3e7 0%, var(--page) 56%, #eadfcf 100%);
}

[id] {
  scroll-margin-top: 148px;
}

html[data-text-size="large"] {
  font-size: 118%;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: "Aptos", "Avenir Next", "Segoe UI", sans-serif;
  background:
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 51, 45, 0.03) 1px, transparent 1px);
  background-size: 100% 36px, 36px 100%;
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

button {
  cursor: pointer;
}

strong,
h1,
h2,
h3,
.contact-phone,
.header-phone,
.faq-aside__phone {
  font-family: "Baskerville", "Iowan Old Style", "Palatino Linotype", serif;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 14px;
  z-index: 90;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(35, 72, 61, 0.98);
  color: #fffdf8;
  font-weight: 700;
  box-shadow: var(--shadow-soft);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  background: linear-gradient(135deg, rgba(35, 72, 61, 0.98), rgba(49, 88, 75, 0.96));
  color: #f8f3ea;
}

.topbar__inner {
  width: var(--container);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding: 11px 0;
  font-size: 0.95rem;
}

.sticky-call {
  position: sticky;
  top: 0;
  z-index: 40;
  display: none;
  padding: 12px;
  background: linear-gradient(135deg, rgba(191, 102, 69, 0.98), rgba(165, 80, 49, 0.98));
  color: #fff8f3;
  text-align: center;
}

.sticky-call a {
  font-weight: 700;
}

.site-shell {
  width: var(--container);
  margin: 0 auto;
  padding: 18px 0 40px;
}

.site-header,
.hero-letter,
.hero-board,
.section,
.respect-strip,
.final-call,
.site-footer,
.legal-shell {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 251, 245, 0.92);
  box-shadow: var(--shadow);
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 30;
  margin-bottom: 22px;
  padding: 18px;
  border-radius: 28px 20px 34px 18px;
  backdrop-filter: blur(16px);
}

.site-header::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 32px;
  width: 92px;
  height: 24px;
  border-radius: 6px;
  background: rgba(220, 193, 139, 0.34);
  transform: rotate(-4deg);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--rust) 0%, #d98d6e 38%, var(--forest) 100%);
  color: #fffdf8;
  font-size: 1.35rem;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(35, 72, 61, 0.18);
}

.brand-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.brand-copy strong {
  font-size: 1.16rem;
  letter-spacing: -0.02em;
}

.brand-copy span {
  max-width: 42rem;
  color: var(--muted);
  line-height: 1.45;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.text-size-toggle,
.nav-toggle,
.button,
.site-nav a {
  min-height: 48px;
}

.text-size-toggle,
.site-nav a,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 14px 12px 16px 10px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.text-size-toggle:hover,
.text-size-toggle:focus-visible,
.site-nav a:hover,
.site-nav a:focus-visible,
.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow-soft);
}

.text-size-toggle[aria-pressed="true"] {
  background: rgba(35, 72, 61, 0.94);
  border-color: rgba(35, 72, 61, 0.94);
  color: #f8f3ea;
}

.nav-toggle {
  display: none;
  width: 50px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  background: var(--ink);
}

.site-header__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.25fr) minmax(260px, 0.9fr);
  gap: 16px;
  align-items: stretch;
  margin-top: 16px;
}

.site-header__welcome,
.header-phonecard {
  padding: 18px 20px;
  border-radius: var(--radius-lg);
}

.site-header__welcome {
  background: linear-gradient(180deg, rgba(247, 238, 224, 0.98), rgba(255, 253, 248, 0.98));
  border: 1px dashed rgba(36, 51, 45, 0.2);
}

.site-header__statement {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.42;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  gap: 10px;
}

.site-nav a {
  background: rgba(255, 255, 255, 0.76);
}

.header-phonecard {
  background: linear-gradient(160deg, rgba(35, 72, 61, 0.98), rgba(52, 91, 77, 0.96));
  color: #f8f3ea;
}

.header-phone {
  display: inline-block;
  margin: 6px 0 10px;
  font-size: clamp(1.75rem, 2vw, 2.2rem);
  line-height: 1.02;
}

.header-phonecard p:last-child {
  margin: 0;
  color: rgba(248, 243, 234, 0.82);
  line-height: 1.65;
}

.button {
  gap: 10px;
}

.button--primary {
  background: linear-gradient(135deg, var(--rust) 0%, #d07b59 100%);
  border-color: rgba(191, 102, 69, 0.88);
  color: #fffdf8;
}

.button--secondary {
  background: rgba(255, 255, 255, 0.88);
}

.button--cream {
  background: rgba(255, 248, 239, 0.9);
  color: var(--forest);
}

.button--ghost {
  background: transparent;
  border-color: rgba(248, 243, 234, 0.28);
  color: #fffdf8;
  box-shadow: none;
}

.button--ghost:hover,
.button--ghost:focus-visible {
  border-color: rgba(248, 243, 234, 0.58);
}

button:disabled,
.button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
  box-shadow: none;
}

.section-label {
  margin: 0 0 10px;
  color: var(--rust);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.section-label--light {
  color: rgba(248, 243, 234, 0.74);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  gap: 22px;
  align-items: start;
}

.hero-letter,
.hero-board,
.section,
.respect-strip,
.final-call,
.site-footer,
.legal-shell {
  border-radius: var(--radius-xl);
}

.hero-letter,
.hero-board,
.section,
.final-call,
.site-footer,
.legal-shell {
  padding: 28px;
}

.hero-letter::before,
.hero-board::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 28px;
  width: 84px;
  height: 22px;
  border-radius: 6px;
  background: rgba(220, 193, 139, 0.36);
  transform: rotate(-5deg);
}

.hero-letter {
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(250, 244, 235, 0.96));
}

.hero-board {
  background:
    linear-gradient(180deg, rgba(37, 65, 55, 0.98), rgba(31, 56, 48, 0.98));
  color: #f8f3ea;
}

h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 3.3vw, 3.1rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

h3 {
  margin: 0 0 8px;
  font-size: 1.38rem;
  line-height: 1.12;
}

.lead,
.voice-note li,
.board-note p,
.respect-strip p,
.case-card p,
.process-card p,
.price-copy p,
.price-points li,
.answer-card p,
.contact-card p,
.contact-hints li,
.form-note,
.success-card span,
.site-footer p,
.legal-body p,
.legal-body li {
  color: var(--muted);
  line-height: 1.72;
}

.lead {
  max-width: 34rem;
  margin: 18px 0 0;
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-promises {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.hero-promises li {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px 12px 16px 10px;
  background: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}

.voice-note {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 20px 16px 22px 14px;
  background: linear-gradient(160deg, rgba(223, 234, 241, 0.68), rgba(255, 255, 255, 0.7));
  border: 1px solid rgba(36, 51, 45, 0.08);
}

.voice-note strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.voice-note ul {
  margin: 0;
  padding-left: 18px;
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.board-note {
  position: relative;
  padding: 18px;
  border-radius: 18px 14px 22px 12px;
  color: var(--ink);
  box-shadow: var(--shadow-soft);
}

.board-note::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 18px;
  width: 48px;
  height: 16px;
  border-radius: 5px;
  background: rgba(205, 190, 165, 0.38);
  transform: rotate(-5deg);
}

.board-note strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 1.1;
}

.board-note p {
  margin: 0;
}

.board-note--rust {
  background: linear-gradient(180deg, rgba(242, 214, 200, 0.98), rgba(255, 251, 247, 0.96));
}

.board-note--sky {
  background: linear-gradient(180deg, rgba(223, 234, 241, 0.98), rgba(255, 251, 247, 0.96));
}

.board-note--sage {
  background: linear-gradient(180deg, rgba(223, 231, 207, 0.98), rgba(255, 251, 247, 0.96));
}

.board-note--paper {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(247, 237, 223, 0.96));
}

.board-note--ink {
  background: linear-gradient(160deg, rgba(63, 102, 87, 0.98), rgba(41, 71, 60, 0.98));
  color: #f8f3ea;
}

.board-note--ink p,
.board-note--ink ol {
  color: rgba(248, 243, 234, 0.84);
}

.board-note--wide {
  grid-column: 1 / -1;
}

.board-note--plan ol {
  margin: 0;
  padding-left: 20px;
  line-height: 1.7;
}

.tear-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255, 250, 243, 0.92);
  color: var(--forest);
}

.tear-strip span {
  position: relative;
  padding: 12px 10px;
  border-right: 1px dashed rgba(36, 51, 45, 0.18);
  font-weight: 700;
  text-align: center;
}

.tear-strip span:last-child {
  border-right: 0;
}

.respect-strip {
  margin-top: 22px;
  padding: 22px 28px;
  background: linear-gradient(135deg, rgba(35, 72, 61, 0.98), rgba(50, 88, 75, 0.96));
}

.respect-strip p {
  margin: 0;
  max-width: 52rem;
  color: rgba(248, 243, 234, 0.9);
  font-size: 1.16rem;
}

.section {
  margin-top: 22px;
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

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

.support-card {
  display: grid;
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.support-card__media {
  overflow: hidden;
  border-radius: 18px 14px 22px 12px;
  background: linear-gradient(180deg, rgba(247, 238, 224, 0.98), rgba(255, 253, 248, 0.98));
  border: 1px solid rgba(36, 51, 45, 0.08);
}

.support-card__body {
  display: grid;
  gap: 10px;
}

.support-card__tag {
  margin: 0;
  color: var(--rust);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.support-card__body p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

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

.case-card,
.answer-card,
.process-card,
.contact-form,
.contact-card,
.price-stamp {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-soft);
}

.case-card,
.answer-card {
  padding: 20px;
  border-radius: var(--radius-lg);
}

.case-card__tag {
  margin: 0 0 8px;
  color: var(--rust);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

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

.process-card {
  padding: 22px;
  border-radius: 22px 16px 26px 14px;
}

.process-card span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: var(--forest);
  color: #fffdf9;
  font-weight: 700;
}

.price-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
  gap: 22px;
  align-items: center;
}

.price-stamp {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 28px 22px;
  border-radius: 26px 18px 30px 16px;
  background: linear-gradient(180deg, rgba(242, 214, 200, 0.94), rgba(255, 251, 247, 0.96));
  text-align: center;
}

.price-stamp::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px dashed rgba(191, 102, 69, 0.24);
  border-radius: 18px 12px 20px 10px;
  pointer-events: none;
}

.price-stamp strong {
  font-size: clamp(3rem, 6vw, 4.8rem);
  line-height: 0.94;
}

.price-stamp__eyebrow,
.price-stamp__subline {
  color: var(--muted);
  font-weight: 700;
}

.price-points {
  margin: 16px 0 0;
  padding-left: 18px;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(280px, 0.84fr);
  gap: 22px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item,
.faq-aside {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.faq-item {
  padding: 0 20px;
  border-radius: var(--radius-lg);
}

.faq-item[open] {
  border-color: var(--line-strong);
  background: linear-gradient(180deg, rgba(247, 238, 224, 0.98), rgba(255, 253, 248, 0.98));
}

.faq-item summary {
  position: relative;
  padding: 20px 44px 20px 0;
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.45;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: rgba(35, 72, 61, 0.08);
  color: var(--forest);
  font-size: 1.2rem;
  transform: translateY(-50%);
}

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

.faq-item p {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.72;
}

.faq-aside {
  padding: 22px;
  border-radius: 24px 18px 28px 14px;
  background: linear-gradient(160deg, rgba(35, 72, 61, 0.98), rgba(50, 88, 75, 0.96));
  color: #f8f3ea;
}

.faq-aside p:last-of-type {
  color: rgba(248, 243, 234, 0.82);
  line-height: 1.72;
}

.faq-aside__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  align-items: center;
}

.faq-aside__phone {
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  line-height: 1.02;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: 22px;
  align-items: start;
}

.contact-stack {
  display: grid;
  gap: 14px;
}

.contact-card {
  padding: 22px;
  border-radius: 24px 16px 28px 14px;
}

.contact-card--call {
  background: linear-gradient(160deg, rgba(35, 72, 61, 0.98), rgba(50, 88, 75, 0.96));
  color: #f8f3ea;
}

.contact-card--call p:last-child,
.contact-card--call .section-label {
  color: rgba(248, 243, 234, 0.82);
}

.contact-card--hint {
  background: linear-gradient(180deg, rgba(247, 238, 224, 0.98), rgba(255, 252, 247, 0.98));
}

.contact-phone {
  display: inline-block;
  margin: 6px 0 12px;
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1.02;
}

.contact-hints {
  margin: 0;
  padding-left: 18px;
}

.contact-card__meta {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.contact-card__meta a {
  color: var(--forest);
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  border-radius: 26px 18px 30px 16px;
}

.contact-form__intro {
  margin: 0;
  padding: 14px 16px;
  border-radius: 16px 12px 18px 10px;
  background: linear-gradient(180deg, rgba(223, 234, 241, 0.64), rgba(255, 255, 255, 0.84));
  color: var(--muted);
  line-height: 1.68;
}

label {
  display: grid;
  gap: 8px;
}

label > span {
  font-weight: 700;
}

input,
textarea,
select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px 12px 16px 10px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

input::placeholder,
textarea::placeholder {
  color: rgba(92, 101, 95, 0.88);
}

input:disabled,
textarea:disabled,
select:disabled {
  cursor: not-allowed;
  opacity: 0.8;
}

textarea {
  resize: vertical;
}

.checkbox {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
}

.checkbox input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.checkbox span {
  font-weight: 400;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.form-note {
  margin: 0;
  padding: 14px 16px;
  border-radius: 16px 12px 18px 10px;
  background: rgba(247, 238, 224, 0.88);
  color: var(--muted);
  outline: 1px solid rgba(36, 51, 45, 0.06);
}

.form-note[data-state="pending"] {
  background: rgba(223, 234, 241, 0.88);
  color: var(--ink);
}

.form-note[data-state="error"] {
  background: rgba(242, 214, 200, 0.88);
  color: var(--ink);
}

.form-note[data-state="success"] {
  background: rgba(223, 231, 207, 0.92);
  color: var(--ink);
}

.success-card {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border-radius: 18px 14px 20px 12px;
  background: linear-gradient(160deg, rgba(223, 231, 207, 0.92), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(49, 88, 75, 0.16);
}

.success-card strong {
  font-size: 1.18rem;
}

.final-call {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
  padding: 28px;
  background: linear-gradient(160deg, rgba(35, 72, 61, 0.98), rgba(50, 88, 75, 0.96));
  color: #f8f3ea;
}

.final-call p:last-child {
  margin-bottom: 0;
  color: rgba(248, 243, 234, 0.82);
  line-height: 1.65;
}

.final-call__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  align-items: center;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 22px;
}

.site-footer p {
  margin-bottom: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a {
  color: var(--muted);
  font-weight: 600;
}

.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 420ms ease,
    transform 420ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.legal-page {
  margin: 0;
}

.legal-shell {
  width: min(920px, calc(100% - 20px));
  margin: 40px auto;
}

.legal-back {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--muted);
  font-weight: 700;
}

.legal-body ul {
  padding-left: 18px;
}

.button:focus-visible,
.text-size-toggle:focus-visible,
.nav-toggle:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.sticky-call a:focus-visible,
.site-nav a:focus-visible,
.brand:focus-visible,
.faq-item summary:focus-visible,
.form-note:focus-visible,
.success-card:focus-visible,
.skip-link:focus-visible {
  outline: 2px solid rgba(191, 102, 69, 0.6);
  outline-offset: 2px;
}

@media (max-width: 1080px) {
  .site-header__panel,
  .hero,
  .price-layout,
  .contact-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 820px) {
  .sticky-call {
    display: block;
  }

  .site-header {
    top: 54px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .js .site-nav {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 16px;
    border-radius: 20px;
    background: rgba(255, 253, 248, 0.98);
    border: 1px solid var(--line);
  }

  .js .site-header.is-open .site-nav {
    display: flex;
  }

  .board-grid,
  .case-grid,
  .answer-grid,
  .support-grid,
  .process-list,
  .tear-strip {
    grid-template-columns: 1fr;
  }

  .board-note--wide {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .site-shell {
    width: min(100% - 18px, 1180px);
  }

  h1 {
    max-width: none;
    font-size: 2.65rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  .site-header,
  .hero-letter,
  .hero-board,
  .section,
  .respect-strip,
  .final-call,
  .site-footer,
  .legal-shell,
  .contact-form {
    padding: 22px;
  }

  .topbar__inner,
  .site-footer,
  .final-call,
  .site-header__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-tools {
    width: 100%;
    justify-content: space-between;
  }

  .hero-actions,
  .hero-promises,
  .faq-aside__actions,
  .final-call__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .faq-aside__phone,
  .header-phone,
  .contact-phone {
    font-size: 1.78rem;
  }
}

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

  .skip-link,
  .text-size-toggle,
  .site-nav a,
  .button,
  input,
  textarea,
  select,
  .js .reveal {
    transition: none;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
