/* ==== AVS-Marketing · shared subpage stylesheet ==== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #F1EEE7;
  color: #14202B;
  font-family: "Helvetica Neue", "Inter", -apple-system, Segoe UI, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.65;
}
img, svg { display: block; max-width: 100%; }
a { color: #E5261C; text-decoration: none; transition: color .18s; }
a:hover { text-decoration: underline; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
:focus-visible { outline: 2px solid #E5261C; outline-offset: 3px; }

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 48px; }

/* ---- Nav ---- */
.nav {
  padding: 24px 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  border-bottom: 1.5px solid #14202B;
}
.brand {
  font-weight: 900;
  letter-spacing: -0.035em;
  font-size: 22px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
  color: #14202B;
}
.brand:hover { text-decoration: none; }
.brand .dot { width: 11px; height: 11px; background: #E5261C; border-radius: 50%; flex-shrink: 0; }
.brand .sub { font-weight: 500; color: #7A7568; font-size: 11px; letter-spacing: 0.2em; margin-left: 4px; }
.nav-links {
  display: flex;
  gap: 22px;
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  align-items: center;
}
.nav-links a { color: #2A3540; }
.nav-links a:hover { color: #E5261C; text-decoration: none; }
.nav-links .contact-btn {
  padding: 12px 20px;
  border: 1.5px solid #14202B;
  color: #14202B;
  transition: background .18s, color .18s;
}
.nav-links .contact-btn:hover { background: #14202B; color: #F1EEE7; }

/* ---- Breadcrumbs ---- */
.breadcrumbs {
  padding: 32px 0 8px;
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7A7568;
}
.breadcrumbs a { color: #7A7568; }
.breadcrumbs a:hover { color: #E5261C; text-decoration: none; }
.breadcrumbs .sep { padding: 0 10px; color: #C7C1B4; }
.breadcrumbs .current { color: #14202B; font-weight: 700; }

/* ---- Legal article ---- */
.legal-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 32px 24px 96px;
}
.legal-eyebrow {
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #7A7568;
  font-weight: 700;
  margin-bottom: 24px;
  display: flex;
  gap: 14px;
  align-items: center;
}
.legal-eyebrow::before { content: ""; width: 36px; height: 1.5px; background: #14202B; }
.legal-h1 {
  font-size: clamp(36px, 5.4vw, 64px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.95;
  text-transform: uppercase;
  text-wrap: balance;
  margin-bottom: 16px;
}
.legal-meta {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7A7568;
  padding-bottom: 32px;
  border-bottom: 1.5px solid #14202B;
  margin-bottom: 40px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

/* Lede paragraph */
.legal-lede {
  font-size: 17px;
  line-height: 1.6;
  color: #2A3540;
  margin-bottom: 32px;
  max-width: 62ch;
}
.legal-lede b { color: #14202B; font-weight: 700; }

/* TOC */
.legal-toc {
  background: #FFFFFF;
  border: 1.5px solid #14202B;
  padding: 24px 28px;
  margin-bottom: 56px;
}
.legal-toc h4 {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7A7568;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #C7C1B4;
}
.legal-toc ol {
  list-style: none;
  counter-reset: toc;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 24px;
  margin: 0;
}
.legal-toc li {
  counter-increment: toc;
  padding: 4px 0;
  font-size: 14px;
  display: flex;
  gap: 12px;
  align-items: baseline;
  margin: 0;
}
.legal-toc li::before {
  content: counter(toc, decimal-leading-zero);
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 11px;
  color: #E5261C;
  font-weight: 700;
  min-width: 24px;
}
.legal-toc a { color: #14202B; }
.legal-toc a:hover { color: #E5261C; text-decoration: none; }

/* Article body */
.legal-page h2 {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #14202B;
  margin: 56px 0 20px;
  padding-bottom: 14px;
  border-bottom: 1.5px solid #14202B;
  scroll-margin-top: 24px;
  line-height: 1.2;
}
.legal-page h2 .num {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 13px;
  color: #E5261C;
  letter-spacing: 0.14em;
  margin-right: 14px;
  font-weight: 700;
}
.legal-page h3 {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.015em;
  color: #14202B;
  margin: 28px 0 12px;
}
.legal-page p { margin-bottom: 14px; color: #2A3540; }
.legal-page ul, .legal-page ol { margin: 0 0 16px 24px; color: #2A3540; }
.legal-page li { margin-bottom: 6px; }
.legal-page li p { margin-bottom: 8px; }
.legal-page strong { color: #14202B; font-weight: 700; }
.legal-page code {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.9em;
  background: #FFFFFF;
  padding: 2px 6px;
  border: 1px solid #C7C1B4;
  border-radius: 3px;
  color: #14202B;
}

/* Callouts */
.callout {
  background: #FFFFFF;
  border-left: 4px solid #E5261C;
  padding: 20px 24px;
  margin: 24px 0;
  font-size: 15px;
  line-height: 1.6;
  color: #14202B;
}
.callout.warn { border-left-color: #C69C1A; background: #FFFAEB; }
.callout strong { color: #14202B; }

/* Tables */
.legal-page table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
  border: 1.5px solid #14202B;
  overflow: hidden;
}
.legal-page thead th {
  background: #14202B;
  color: #F1EEE7;
  text-align: left;
  padding: 14px 16px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.legal-page td {
  padding: 12px 16px;
  border-top: 1px solid #E1DBCC;
  vertical-align: top;
  color: #2A3540;
}
.legal-page tbody tr:first-child td { border-top: 0; }
.legal-page tbody tr:hover td { background: #FBF9F5; }
.table-wrap { overflow-x: auto; }

/* Requisites block */
.requisites {
  background: #FFFFFF;
  border: 1.5px solid #14202B;
  padding: 8px 28px;
  margin: 24px 0;
}
.requisites-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px dashed #C7C1B4;
  font-size: 15px;
}
.requisites-row:last-child { border-bottom: 0; }
.requisites-row .k {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7A7568;
  align-self: center;
  font-weight: 700;
}
.requisites-row .v {
  font-weight: 700;
  color: #14202B;
  font-size: 16px;
}
.requisites-row .v a { color: #14202B; }
.requisites-row .v a:hover { color: #E5261C; }

/* Footer inside legal-page */
.legal-footer-note {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1.5px solid #14202B;
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7A7568;
  line-height: 1.7;
}
.legal-footer-note a { color: #7A7568; }
.legal-footer-note a:hover { color: #E5261C; text-decoration: none; }

/* Site footer */
.site-footer {
  border-top: 1.5px solid #14202B;
  padding: 40px 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7A7568;
}
.site-footer .f-brand { color: #14202B; font-weight: 700; }
.site-footer .f-links { display: flex; gap: 20px; flex-wrap: wrap; }
.site-footer .f-links a { color: #7A7568; }
.site-footer .f-links a:hover { color: #E5261C; text-decoration: none; }

/* ==== Buttons (reused across subpages) ==== */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 20px 30px;
  background: #14202B;
  color: #F1EEE7;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: background .18s;
}
.btn-primary:hover { background: #E5261C; text-decoration: none; }
.btn-primary::after { content: "↗"; font-size: 18px; }
.btn-secondary {
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1.5px solid #14202B;
  padding-bottom: 5px;
  transition: color .18s, border-color .18s;
  color: #14202B;
}
.btn-secondary:hover { color: #E5261C; border-color: #E5261C; text-decoration: none; }

/* ==== Service pages ==== */
.svc-page { max-width: 1180px; margin: 0 auto; padding: 0 24px 96px; }

.svc-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 48px;
  padding: 32px 0 64px;
  border-bottom: 1.5px solid #14202B;
  align-items: start;
}
.svc-h1 {
  font-size: clamp(40px, 6.6vw, 88px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.95;
  text-transform: uppercase;
  text-wrap: balance;
  margin: 16px 0 24px;
}
.svc-h1 .accent { color: #E5261C; }
.svc-lede {
  font-size: 18px;
  line-height: 1.6;
  color: #2A3540;
  max-width: 60ch;
  margin-bottom: 32px;
}
.svc-lede b { color: #14202B; font-weight: 700; }
.svc-hero-cta { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }

.svc-section { padding: 64px 0 8px; }
.svc-section h2 {
  font-size: clamp(24px, 3.4vw, 36px);
  font-weight: 900;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0 0 28px;
  text-wrap: balance;
  padding-bottom: 20px;
  border-bottom: 1.5px solid #14202B;
  color: #14202B;
}
.svc-section h2 .num {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 13px;
  color: #E5261C;
  letter-spacing: 0.14em;
  margin-right: 14px;
  font-weight: 700;
}
.svc-section h3 {
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #14202B;
  margin: 24px 0 12px;
  text-transform: uppercase;
}
.svc-section p { font-size: 16px; line-height: 1.65; color: #2A3540; margin-bottom: 14px; max-width: 70ch; }
.svc-section ul, .svc-section ol { margin: 0 0 16px 24px; color: #2A3540; }
.svc-section li { margin-bottom: 8px; }
.svc-section strong { color: #14202B; font-weight: 700; }

/* Includes grid */
.svc-includes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 24px 0;
}
.svc-inc {
  background: #FFFFFF;
  border: 1.5px solid #14202B;
  padding: 24px 26px;
}
.svc-inc .h {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #E5261C;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #C7C1B4;
}
.svc-inc ul { list-style: none; margin: 0; padding: 0; }
.svc-inc li {
  padding: 6px 0 6px 26px;
  font-size: 14px;
  color: #2A3540;
  line-height: 1.5;
  margin-bottom: 0;
  position: relative;
}
.svc-inc li::before {
  content: "→";
  color: #E5261C;
  font-weight: 700;
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 6px;
}

/* Steps */
.svc-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1.5px solid #14202B;
  border-bottom: 1.5px solid #14202B;
  margin: 8px 0;
}
.svc-step {
  padding: 32px 24px;
  border-right: 1.5px solid #14202B;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 240px;
}
.svc-step:last-child { border-right: 0; }
.svc-step .n {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 11px;
  color: #E5261C;
  letter-spacing: 0.14em;
  font-weight: 700;
}
.svc-step .idx {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.045em;
  color: #14202B;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.svc-step .t {
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 1;
}
.svc-step .d { font-size: 13.5px; line-height: 1.55; color: #2A3540; margin-top: auto; }

/* Pricing block */
.svc-price-card {
  background: #14202B;
  color: #F1EEE7;
  padding: 40px 44px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  border-left: 4px solid #E5261C;
  margin: 32px 0;
}
.svc-price-card .head { display: flex; flex-direction: column; gap: 8px; }
.svc-price-card .label {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 11px;
  color: #E5261C;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
}
.svc-price-card .name {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 1;
}
.svc-price-card .desc {
  font-size: 14px;
  color: #C7D0DA;
  line-height: 1.55;
  max-width: 42ch;
  margin-top: 8px;
}
.svc-price-card .amount { text-align: right; }
.svc-price-card .amount .price {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 40px;
  font-weight: 700;
  color: #E5261C;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
}
.svc-price-card .amount .term {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 11px;
  color: #7A8290;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-top: 10px;
}

.svc-price-card.guarantee {
  border-left-color: #FFA800;
}
.svc-price-card .guarantee-badge {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(255, 168, 0, 0.15);
  color: #FFC966;
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
}

/* Related services */
.svc-related {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 32px 0 0;
}
.svc-related-item {
  padding: 28px 26px 24px;
  background: #FFFFFF;
  border: 1.5px solid #14202B;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 200px;
  transition: transform .18s;
  color: #14202B;
}
.svc-related-item:hover { transform: translateY(-2px); text-decoration: none; }
.svc-related-item .tag {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 10.5px;
  color: #7A7568;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}
.svc-related-item .name {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  line-height: 1.05;
}
.svc-related-item .desc {
  font-size: 13.5px;
  color: #2A3540;
  line-height: 1.5;
}
.svc-related-item .arrow {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px dashed #C7C1B4;
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 11px;
  color: #E5261C;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

/* Comparison table on services overview */
.svc-compare {
  overflow-x: auto;
  border: 1.5px solid #14202B;
  background: #FFFFFF;
  margin: 24px 0;
}
.svc-compare table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  font-size: 14px;
}
.svc-compare thead th {
  background: #14202B;
  color: #F1EEE7;
  padding: 16px;
  text-align: left;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.svc-compare tbody td {
  padding: 14px 16px;
  border-top: 1px solid #E1DBCC;
  color: #2A3540;
  vertical-align: top;
}
.svc-compare tbody tr:hover td { background: #FBF9F5; }
.svc-compare .name { font-weight: 900; color: #14202B; text-transform: uppercase; letter-spacing: -0.01em; }
.svc-compare .price {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-weight: 700;
  color: #E5261C;
  white-space: nowrap;
}

/* FAQ (reused for service pages) */
.svc-faq {
  border-top: 1.5px solid #14202B;
  border-bottom: 1.5px solid #14202B;
}
.svc-faq details { border-bottom: 1.5px solid #14202B; }
.svc-faq details:last-child { border-bottom: 0; }
.svc-faq summary {
  list-style: none;
  padding: 26px 0;
  display: grid;
  grid-template-columns: 60px 1fr 60px;
  gap: 24px;
  align-items: center;
  cursor: pointer;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-wrap: balance;
  transition: color .18s;
  color: #14202B;
}
.svc-faq summary::-webkit-details-marker { display: none; }
.svc-faq summary::marker { content: ""; display: none; }
.svc-faq summary:hover { color: #E5261C; }
.svc-faq summary .qn {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 12px;
  color: #7A7568;
  letter-spacing: 0.14em;
  font-weight: 700;
}
.svc-faq summary .qt {
  justify-self: end;
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 22px;
  color: #14202B;
  transition: transform .2s;
}
.svc-faq details[open] summary .qt { transform: rotate(45deg); }
.svc-faq details[open] summary { color: #E5261C; }
.svc-faq .ans {
  padding: 0 0 28px 84px;
  max-width: 68ch;
  font-size: 15.5px;
  line-height: 1.6;
  color: #2A3540;
}
.svc-faq .ans p { margin-bottom: 10px; }
.svc-faq .ans p:last-child { margin-bottom: 0; }

/* CTA block at the bottom */
.svc-cta {
  background: #F1EEE7;
  border: 1.5px solid #14202B;
  padding: 44px 44px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  margin: 56px 0 0;
}
.svc-cta .h {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}
.svc-cta .h .accent { color: #E5261C; }
.svc-cta .d {
  font-size: 14.5px;
  color: #2A3540;
  max-width: 46ch;
  line-height: 1.55;
}

/* Hero side card (for service pages — same look as main) */
.svc-side {
  background: #FFFFFF;
  padding: 26px 28px;
  border: 1.5px solid #14202B;
}
.svc-side .label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7A7568;
  font-weight: 700;
  margin-bottom: 4px;
}
.svc-side .sub {
  font-size: 12.5px;
  color: #14202B;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #C7C1B4;
}
.svc-side .row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px dashed #C7C1B4;
}
.svc-side .row:last-child { border-bottom: 0; padding-bottom: 0; }
.svc-side .row .k { font-size: 12.5px; color: #2A3540; max-width: 60%; }
.svc-side .row .v {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.025em;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.svc-side .row .v.red { color: #E5261C; }
.svc-side .row .v.small { font-size: 15px; }

/* ==== Responsive ==== */
@media (max-width: 900px) {
  .wrap { padding: 0 24px; }
  .nav-links { gap: 12px; }
  .nav-links a:not(.contact-btn) { display: none; }
  .legal-page { padding: 24px 20px 64px; }
  .legal-toc { padding: 20px 22px; }
  .legal-toc ol { grid-template-columns: 1fr; }
  .legal-page h2 { font-size: 19px; margin: 40px 0 16px; }
  .legal-page h3 { font-size: 16px; }
  .requisites { padding: 8px 20px; }
  .requisites-row { grid-template-columns: 1fr; gap: 4px; padding: 12px 0; }
  .breadcrumbs { padding: 24px 0 8px; font-size: 10px; }
  .breadcrumbs .sep { padding: 0 6px; }
  .svc-page { padding: 0 20px 64px; }
  .svc-hero { grid-template-columns: 1fr; gap: 32px; padding: 24px 0 48px; }
  .svc-includes { grid-template-columns: 1fr; }
  .svc-steps { grid-template-columns: 1fr; }
  .svc-step { border-right: 0; border-bottom: 1.5px solid #14202B; min-height: auto; padding: 24px 20px; }
  .svc-step:last-child { border-bottom: 0; }
  .svc-price-card { grid-template-columns: 1fr; padding: 28px 24px; gap: 24px; }
  .svc-price-card .amount { text-align: left; }
  .svc-related { grid-template-columns: 1fr; }
  .svc-cta { grid-template-columns: 1fr; padding: 28px 24px; }
  .svc-faq summary { grid-template-columns: 36px 1fr 36px; gap: 12px; padding: 20px 0; font-size: 16px; }
  .svc-faq .ans { padding: 0 0 24px 48px; font-size: 14px; }
}

/* ==== Callback modal ==== */
.cb-modal[hidden] { display: none !important; }
.cb-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.cb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 32, 43, 0.72);
  backdrop-filter: blur(4px);
  cursor: pointer;
}
.cb-dialog {
  position: relative;
  background: #F1EEE7;
  border: 1.5px solid #14202B;
  padding: 44px 44px 40px;
  max-width: 520px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 8px 8px 0 #14202B;
}
.cb-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 1;
  color: #14202B;
  transition: color .18s;
  padding: 0;
  cursor: pointer;
}
.cb-close:hover { color: #E5261C; }
.cb-eyebrow {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #7A7568;
  font-weight: 700;
  margin-bottom: 14px;
  display: flex;
  gap: 14px;
  align-items: center;
}
.cb-eyebrow::before { content: ""; width: 32px; height: 1.5px; background: #14202B; }
.cb-title {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.05;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-wrap: balance;
  color: #14202B;
}
.cb-title .accent { color: #E5261C; }
.cb-lede {
  font-size: 14.5px;
  line-height: 1.5;
  color: #2A3540;
  margin-bottom: 24px;
}
.cb-form { display: flex; flex-direction: column; gap: 14px; }
.cb-field { display: flex; flex-direction: column; gap: 6px; }
.cb-label {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7A7568;
  font-weight: 700;
}
.cb-field input, .cb-field textarea {
  padding: 12px 14px;
  border: 1.5px solid #14202B;
  background: #FFFFFF;
  color: #14202B;
  font: inherit;
  font-size: 15px;
  outline: none;
  transition: border-color .18s;
  font-family: inherit;
  resize: vertical;
  border-radius: 0;
  width: 100%;
}
.cb-field input:focus, .cb-field textarea:focus { border-color: #E5261C; }
.cb-honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.cb-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  font-size: 12.5px;
  line-height: 1.5;
  color: #2A3540;
  align-items: start;
  cursor: pointer;
  padding: 4px 0 2px;
}
.cb-consent input { margin-top: 3px; accent-color: #E5261C; cursor: pointer; }
.cb-consent a { color: #E5261C; }
.cb-submit {
  padding: 18px 24px;
  background: #14202B;
  color: #F1EEE7;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: background .18s;
  cursor: pointer;
  border: 0;
  margin-top: 6px;
}
.cb-submit:hover { background: #E5261C; }
.cb-submit:disabled { background: #7A7568; cursor: wait; }
.cb-status:empty { display: none; }
.cb-status.success {
  padding: 24px 26px;
  background: #FFFFFF;
  border-left: 4px solid #E5261C;
  color: #14202B;
  margin-top: 4px;
}
.cb-status.success h3 {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 1.1;
}
.cb-status.success p { font-size: 14.5px; line-height: 1.5; color: #2A3540; margin: 0; }
.cb-status.error {
  padding: 12px 14px;
  background: rgba(229, 38, 28, 0.06);
  border-left: 3px solid #E5261C;
  color: #14202B;
  font-size: 13px;
  margin-top: 4px;
}

@media (max-width: 560px) {
  .cb-dialog { padding: 32px 24px 28px; box-shadow: 4px 4px 0 #14202B; }
  .cb-modal { padding: 12px; }
  .cb-title { font-size: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
