/* audimmi.ro — site.css. Mobile-first; breakpoint-uri 600/900/1200. Clasele publice: CONTRACT.md §4. */

/* Variabile */
:root {
  --c-bg: #ffffff;
  --c-bg-alt: #f2f4f9;
  --c-text: #171c33;
  --c-muted: #525a78;         /* 6.8:1 pe alb */
  --c-dark: #273272;          /* bleumarinul logoului din 2019: footer, hero, CTA, pași */
  --c-dark-2: #1d2558;
  --c-on-dark: #f4f5fb;
  --c-on-dark-muted: #c6cbe6; /* 7.3:1 pe bleumarin */
  --c-border: #d5d9e6;
  --c-accent: #273272;        /* buton primar pe deschis + callbar „Sună”; alb pe el 11.8:1 */
  --c-accent-dark: #1b2352;
  --c-on-accent: #ffffff;
  --c-accent-alt: #c2490c;    /* portocaliu „ars” (varianta „ars”, 2026-09-11): buton primar pe hero / .section--dark; alb pe el 4.94:1 */
  --c-accent-alt-dark: #a83e0a; /* hover; alb 6.25:1 */
  --c-on-accent-alt: #ffffff;
  --c-btn-edge: #c6cbe6;      /* bordură subțire pe butoanele pline de pe .section--dark (7.3:1 pe bleumarin) */
  --c-accent-text: #b23f0a;   /* accentul ca TEXT pe alb (card__link, a:hover, .req); 5.8:1 */
  --c-mark: #ee5f18;          /* decorativ: nav activ, bordura .service__duration; 3.3:1 (UI) */
  --c-header-bg: #ffffff;     /* header alb, independent de --c-dark */
  --c-header-text: #171c33;
  --c-header-muted: #525a78;
  --c-header-border: #d5d9e6;
  --c-header-focus: #005fcc;
  --c-hero-bg: #0d1230;
  --c-wa: #0e7a6d;            /* WhatsApp; alb pe el 5.2:1 */
  --c-wa-dark: #0d6b60;
  --c-wa-alt: #0e7a6d;        /* WhatsApp pe secțiune închisă: același verde ca pe deschis; alb 5.22:1 */
  --c-wa-alt-dark: #0d6b60;   /* hover; alb 6.38:1 */
  --c-on-wa-alt: #ffffff;
  --c-ok-bg: #e6f4ea;
  --c-ok-text: #1e5b2e;
  --c-err: #b3261e;
  --c-focus: #005fcc;
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --radius: 6px;
  --shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 4px 12px rgba(0, 0, 0, .06);
  --wrap: 1200px;
  --gutter: clamp(1rem, 2.5vw, 2rem);
  --callbar-h: 60px;
  --fs-0: clamp(1rem, .96rem + .2vw, 1.125rem);
  --fs-1: clamp(1.75rem, 1.3rem + 2vw, 2.75rem);
  --fs-2: clamp(1.375rem, 1.1rem + 1.2vw, 2rem);
  --fs-3: clamp(1.125rem, 1.05rem + .4vw, 1.375rem);
  --fs-small: .9rem;
}

/* Reset / bază */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: var(--fs-0);
  line-height: 1.6;
  color: var(--c-text);
  background: var(--c-bg);
  overflow-x: hidden;
  /* loc pentru bara fixă de jos pe mobil */
  padding-bottom: calc(var(--callbar-h) + env(safe-area-inset-bottom, 0px));
}
img, picture, svg, video { max-width: 100%; display: block; }
[hidden] { display: none !important; }
img { height: auto; }
h1, h2, h3, h4 { line-height: 1.2; margin: 0 0 .6em; font-weight: 700; letter-spacing: -.01em; overflow-wrap: break-word; }
h1 { font-size: var(--fs-1); }
h2 { font-size: var(--fs-2); }
h3 { font-size: var(--fs-3); }
p, ul, ol, dl { margin: 0 0 1em; }
a { color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .15em; }
a:hover { color: var(--c-accent-text); }
:focus-visible { outline: 3px solid var(--c-focus); outline-offset: 2px; }
.site-footer :focus-visible, .hero :focus-visible, .section--dark :focus-visible, .callbar :focus-visible { outline-color: #fff; }
.callbar :focus-visible { outline-offset: -4px; }
.site-header :focus-visible { outline-color: var(--c-header-focus); }
button, input, select, textarea { font: inherit; color: inherit; }
address { font-style: normal; }
hr { border: 0; border-top: 1px solid var(--c-border); margin: 2rem 0; }
table { border-collapse: collapse; width: 100%; }
th, td { text-align: left; padding: .5rem .75rem; border-bottom: 1px solid var(--c-border); }
.scroll-x, pre { max-width: 100%; overflow-x: auto; }

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

/* Structură */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.prose { max-width: none; }
.prose > :last-child { margin-bottom: 0; }
.lead { font-size: 1.1em; color: var(--c-muted); }
.grid { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 600px) { .grid--2, .grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 900px) { .grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.section { padding-block: clamp(2.5rem, 6vw, 4.5rem); }
.section--alt { background: var(--c-bg-alt); }
.section__title { margin-bottom: 1.25rem; }
.section__title + .lead { margin-top: -.75rem; margin-bottom: 1.5rem; }

/* Skip link, utilitare */
.skip-link {
  position: absolute; left: .5rem; top: -100px; z-index: 100;
  padding: .6rem 1rem; background: var(--c-dark); color: #fff; border-radius: var(--radius);
}
.skip-link:focus { top: .5rem; }
.visually-hidden, .form__hp {
  position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0;
}
.text-center { text-align: center; }
.mt-1 { margin-top: .5rem; } .mt-2 { margin-top: 1rem; } .mt-3 { margin-top: 1.5rem; } .mt-4 { margin-top: 2.5rem; }

/* Butoane */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 44px; padding: .6rem 1.25rem; border-radius: var(--radius); border: 2px solid transparent;
  font-weight: 600; text-decoration: none; line-height: 1.2; cursor: pointer; text-align: center;
  transition: background-color .15s, color .15s, border-color .15s;
}
.btn svg { width: 1.1em; height: 1.1em; flex: none; fill: currentColor; }
.btn--primary { background: var(--c-accent); color: var(--c-on-accent); border-color: var(--c-accent); }
.btn--primary:hover { background: var(--c-accent-dark); border-color: var(--c-accent-dark); color: var(--c-on-accent); }
/* pe suprafețe închise: accentul alternativ (portocaliu, text închis) */
.hero .btn--primary, .section--dark .btn--primary { background: var(--c-accent-alt); border-color: var(--c-accent-alt); color: var(--c-on-accent-alt); }
.hero .btn--primary:hover, .section--dark .btn--primary:hover { background: var(--c-accent-alt-dark); border-color: var(--c-accent-alt-dark); color: var(--c-on-accent-alt); }
.section--dark .btn--primary, .section--dark .btn--primary:hover { border-color: var(--c-btn-edge); }
.btn--ghost { background: transparent; color: var(--c-dark); border-color: currentColor; }
.btn--ghost:hover { background: var(--c-dark); color: #fff; }
.hero .btn--ghost, .section--dark .btn--ghost { color: #fff; }
.hero .btn--ghost:hover, .section--dark .btn--ghost:hover { background: #fff; color: var(--c-dark); }
.btn--whatsapp { background: var(--c-wa); color: #fff; border-color: var(--c-wa); }
.btn--whatsapp:hover { background: var(--c-wa-dark); border-color: var(--c-wa-dark); color: #fff; }
.section--dark .btn--whatsapp { background: var(--c-wa-alt); border-color: var(--c-btn-edge); color: var(--c-on-wa-alt); }
.section--dark .btn--whatsapp:hover { background: var(--c-wa-alt-dark); border-color: var(--c-btn-edge); color: var(--c-on-wa-alt); }
.btn--block { width: 100%; }

/* Header + navigație */
.site-header { position: relative; z-index: 2; background: var(--c-header-bg); color: var(--c-header-text); border-bottom: 1px solid var(--c-header-border); }
.site-header__inner {
  display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: .75rem; min-height: 64px;
}
.site-header__logo {
  display: inline-flex; flex-wrap: wrap; align-items: center; gap: 0 .6rem; grid-row: 1; min-width: 0; text-decoration: none; color: var(--c-header-text);
  font-weight: 700; font-size: 1.25rem; letter-spacing: .01em; min-height: 44px;
}
.site-header__logo:hover { color: var(--c-header-text); }
/* wordmark assets/img/logo.svg; se îngustează sub 173px doar dacă nu are loc */
.site-header__logo img { width: 173px; max-width: 100%; height: auto; flex: none; }
.site-header__tagline { display: none; flex-basis: 100%; margin-top: .15rem; font-size: var(--fs-small); color: var(--c-header-muted); font-weight: 400; line-height: 1.3; }
.nav { display: contents; }
.nav__toggle { grid-column: 3; grid-row: 1; }
.nav__toggle summary {
  list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: .5rem;
  min-height: 44px; min-width: 44px; padding: .5rem .75rem; border-radius: var(--radius);
  border: 1px solid var(--c-header-muted); font-weight: 600; user-select: none;
}
.nav__toggle summary::-webkit-details-marker { display: none; }
.nav__toggle summary::before {
  content: ""; width: 18px; height: 2px; background: currentColor; flex: none;
  box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
}
.nav__toggle[open] summary::before { box-shadow: none; transform: rotate(45deg); }
.nav__list {
  display: none; grid-column: 1 / -1; grid-row: 2; list-style: none; margin: 0; padding: .5rem 0 1rem;
  border-top: 1px solid var(--c-header-border);
}
.nav__toggle[open] ~ .nav__list { display: block; }
.nav__link {
  display: flex; align-items: center; min-height: 44px; padding: .5rem .25rem; text-decoration: none; white-space: nowrap;
  color: var(--c-header-text); font-weight: 500; border-bottom: 2px solid transparent;
}
.nav__link:hover { color: var(--c-header-text); border-bottom-color: var(--c-header-muted); }
.nav__link--active { color: var(--c-header-text); border-bottom-color: var(--c-mark); }
.nav__cta { grid-column: 2; grid-row: 1; padding-inline: .9rem; }
.nav__cta-label { display: none; }
@media (min-width: 600px) { .nav__cta-label { display: inline; } }
@media (min-width: 900px) {
  .site-header__inner { grid-template-columns: auto 1fr auto; gap: 1rem; }
  .nav__toggle { display: none; }
  .nav__list { display: flex; grid-column: 2; grid-row: 1; justify-content: center; gap: 0; padding: 0; margin: 0; border: 0; }
  .nav__link { padding: 1.35rem .6rem; font-size: .95rem; }
  .nav__cta { grid-column: 3; }
}
@media (min-width: 1200px) {
  .site-header__inner { gap: 1.5rem; }
  .site-header__tagline { display: block; }
  .nav__list { gap: .5rem; }
  .nav__link { padding-inline: .75rem; font-size: 1rem; }
}

/* Hero */
.hero { position: relative; background: var(--c-hero-bg); color: var(--c-on-dark); overflow: hidden; isolation: isolate; }
.hero__media { position: absolute; inset: 0; z-index: -1; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; opacity: .55; }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  /* rgba(13,18,48) = --c-hero-bg */
  background: linear-gradient(180deg, rgba(13,18,48,.55) 0%, rgba(13,18,48,.15) 50%, rgba(13,18,48,.85) 100%);
}
.hero__body { padding-block: clamp(3rem, 10vw, 7rem); max-width: 48rem; }
.hero__title { color: #fff; margin-bottom: .5em; text-wrap: balance; }
.hero__text { font-size: clamp(1.05rem, 1rem + .5vw, 1.3rem); color: var(--c-on-dark); max-width: 38em; margin-bottom: 1.75em; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.hero__actions .btn { flex: 1 1 12rem; }
@media (min-width: 600px) { .hero__actions .btn { flex: 0 1 auto; } }

/* Carduri */
.card {
  position: relative; display: flex; flex-direction: column; gap: .5rem; padding: 1.25rem;
  background: var(--c-bg); border: 1px solid var(--c-border); border-radius: var(--radius);
  transition: box-shadow .15s, border-color .15s;
}
.card:hover, .card:focus-within { box-shadow: var(--shadow); }
.card__title { font-size: var(--fs-3); margin: 0; }
.card__text { margin: 0; color: var(--c-muted); flex: 1; }
.card__link { display: inline-flex; align-items: center; min-height: 44px; font-weight: 600; text-decoration: none; color: var(--c-accent-text); }
.card__link::after { content: ""; position: absolute; inset: 0; }
.card:hover .card__link { text-decoration: underline; }
.card__title a { text-decoration: none; }
.card__media { margin: 0 0 .25rem; aspect-ratio: 5 / 3; border-radius: calc(var(--radius) - 2px); overflow: hidden; background: var(--c-bg-alt); }
.card__media picture { display: block; height: 100%; }
.card__media img { width: 100%; height: 100%; object-fit: cover; }
.card__num { font-size: var(--fs-small); font-weight: 700; color: var(--c-accent-text); letter-spacing: .08em; text-transform: uppercase; }

/* Pagină serviciu, FAQ, breadcrumbs */
.service { padding-block: clamp(1.5rem, 4vw, 2.5rem) clamp(2.5rem, 6vw, 4.5rem); }
.crumbs { list-style: none; margin: 0 0 1rem; padding: 0; display: flex; flex-wrap: wrap; gap: .25rem .5rem; font-size: var(--fs-small); color: var(--c-muted); }
.crumbs__item + .crumbs__item::before { content: "›"; margin-right: .5rem; color: var(--c-muted); }
.crumbs__item a { color: var(--c-muted); }
.crumbs__item[aria-current] { color: var(--c-text); }
/* /servicii/: intrare cu imagine mică lângă text */
.service-item { padding: 1.5rem 0; border-top: 1px solid var(--c-border); }
.service-item:first-of-type { border-top: 0; padding-top: 0; }
.service-item h2 { font-size: var(--fs-3); margin-bottom: .75rem; }
.service-item__image { margin: 0 0 1rem; max-width: 320px; border-radius: var(--radius); overflow: hidden; background: var(--c-bg-alt); }
.service-item__image img { width: 100%; }
.service-item__body > :last-child { margin-bottom: 0; }
@media (min-width: 600px) {
  .service-item--img { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: .25rem 1.5rem; align-items: start; }
  .service-item--img h2 { grid-column: 1 / -1; }
  .service-item__image { margin: 0; max-width: none; }
}
.service__intro { font-size: 1.05em; }
.service__meta { display: grid; gap: 1.5rem; margin: 2rem 0; padding: 1.5rem; background: var(--c-bg-alt); border-radius: var(--radius); }
@media (min-width: 600px) { .service__meta { grid-template-columns: 1fr 1fr; } }
.service__meta h2 { font-size: var(--fs-3); margin-bottom: .5rem; }
.service__meta ul { margin: 0; padding-left: 1.2rem; columns: 1; }
.service__meta li { padding: .15rem 0; break-inside: avoid; }
.service__steps { counter-reset: pas; list-style: none; padding: 0; margin: 0 0 1.5rem; display: grid; gap: 1rem; }
.service__steps li { position: relative; padding-left: 3.25rem; min-height: 2.5rem; }
.service__steps li::before {
  counter-increment: pas; content: counter(pas);
  position: absolute; left: 0; top: 0; width: 2.5rem; height: 2.5rem; border-radius: 50%;
  display: grid; place-items: center; background: var(--c-dark); color: #fff; font-weight: 700;
}
.service__duration { padding: .75rem 1rem; border-left: 4px solid var(--c-mark); background: var(--c-bg-alt); }
.service__cta { display: flex; flex-wrap: wrap; gap: .75rem; margin: 2rem 0; }
.service__cta .btn { flex: 1 1 12rem; }
@media (min-width: 600px) { .service__cta .btn { flex: 0 1 auto; } }
.faq { margin: 0; }
.faq__item { border-bottom: 1px solid var(--c-border); }
.faq__item:first-of-type { border-top: 1px solid var(--c-border); }
.faq__q {
  cursor: pointer; padding: 1rem 2.5rem 1rem 0; font-weight: 600; font-size: 1.05em; list-style: none; position: relative; min-height: 44px;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after {
  content: "+"; position: absolute; right: .25rem; top: 50%; transform: translateY(-50%);
  width: 1.75rem; height: 1.75rem; display: grid; place-items: center; border-radius: 50%;
  border: 1px solid var(--c-border); font-weight: 400; color: var(--c-muted);
}
.faq__item[open] .faq__q::after { content: "–"; }
.faq__a { padding: 0 0 1.25rem; color: var(--c-text); }
.faq__a > :last-child { margin-bottom: 0; }

/* Formular */
.form { max-width: 40rem; }
.form__row { margin-bottom: 1.1rem; }
.form__label { display: block; font-weight: 600; margin-bottom: .35rem; }
.form__label .req { color: var(--c-accent-text); }
.form__hint { display: block; font-size: var(--fs-small); color: var(--c-muted); font-weight: 400; }
.form__input {
  display: block; width: 100%; min-height: 44px; padding: .6rem .8rem; border: 1px solid #8a8f99; border-radius: var(--radius);
  background: #fff; color: var(--c-text);
}
.form__input:focus { border-color: var(--c-focus); outline: 3px solid var(--c-focus); outline-offset: 0; }
textarea.form__input { min-height: 8rem; resize: vertical; }
select.form__input { appearance: auto; }
.form__row--check { display: flex; gap: .75rem; align-items: flex-start; }
.form__row--check input { width: 1.4rem; height: 1.4rem; margin: .15rem 0 0; flex: none; accent-color: var(--c-accent); }
.form__row--check .form__label { font-weight: 400; margin: 0; }
.form__row--invalid .form__input { border-color: var(--c-err); }
.form__error { display: block; color: var(--c-err); font-size: var(--fs-small); margin-top: .35rem; font-weight: 600; }
.form__errors { padding: .9rem 1.1rem; border-radius: var(--radius); border: 1px solid var(--c-err); color: var(--c-err); background: #fcebea; margin-bottom: 1.25rem; }
.form__ok { padding: 1rem 1.25rem; border-radius: var(--radius); background: var(--c-ok-bg); color: var(--c-ok-text); border: 1px solid #a9d6b5; margin-bottom: 1.5rem; }
.form__ok > :last-child { margin-bottom: 0; }

/* Contact: date + program */
.contact { display: grid; gap: 2.5rem; }
@media (min-width: 900px) { .contact { grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); gap: 4rem; } }
.contact__list { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.contact__list li { padding: .5rem 0; border-bottom: 1px solid var(--c-border); display: flex; flex-wrap: wrap; gap: .25rem 1rem; }
.contact__list strong { min-width: 6.5rem; }
.contact__list a { padding-block: .5625rem; margin-block: -.5625rem; }
.contact__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 1.5rem; }
.hours { margin: 0; }
.hours div { display: flex; justify-content: space-between; gap: 1rem; padding: .35rem 0; border-bottom: 1px dashed var(--c-border); }
.hours dt { font-weight: 600; }
.hours dd { margin: 0; }
/* Hartă Google, încărcată doar la click (fără cookie-uri înainte) */
.map__note { color: var(--c-muted); }
.map__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 1rem; }
.map__frame { height: clamp(280px, 45vw, 480px); background: var(--c-bg-alt); border: 1px solid var(--c-border); border-radius: var(--radius); overflow: hidden; }
.map__frame iframe { display: block; width: 100%; height: 100%; border: 0; }

/* Secțiune CTA / întunecată */
.section--dark { background: var(--c-dark); color: var(--c-on-dark); }
.section--dark h2 { color: #fff; }
.section--dark a:not(.btn) { color: #fff; }
.cta-box { display: grid; gap: 1.25rem; align-items: center; }
@media (min-width: 900px) { .cta-box { grid-template-columns: 1fr auto; } }
.cta-box .hero__actions { justify-content: flex-start; }

/* Footer */
.site-footer { background: var(--c-dark); color: var(--c-on-dark-muted); font-size: var(--fs-small); margin-top: auto; }
.site-footer a { color: var(--c-on-dark); }
.site-footer a:hover { color: #fff; }
.site-footer__cols { display: grid; gap: 2rem; padding-block: 2.5rem; }
@media (min-width: 600px) { .site-footer__cols { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.site-footer__title { color: #fff; font-size: 1rem; margin-bottom: .75rem; }
.site-footer__title img { width: 150px; height: 26px; }
.site-footer__cols ul { list-style: none; margin: 0; padding: 0; }
.site-footer__cols li { padding: .3rem 0; }
.site-footer__legal { border-top: 1px solid var(--c-dark-2); padding-block: 1.25rem; display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; justify-content: space-between; }
.site-footer__legal p { margin: 0; }
.site-footer__legal ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .25rem 1.25rem; }

/* Bară fixă mobil */
.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--c-dark-2);
  padding-bottom: env(safe-area-inset-bottom, 0px); box-shadow: 0 -2px 10px rgba(0, 0, 0, .25);
}
.callbar__btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: var(--callbar-h);
  padding: .5rem 1rem; font-weight: 700; text-decoration: none; color: var(--c-on-accent); background: var(--c-accent); font-size: 1.05rem;
}
.callbar__btn svg { width: 1.3em; height: 1.3em; fill: currentColor; flex: none; }
.callbar__btn--wa, .callbar__btn--wa:hover { background: var(--c-wa); color: #fff; }
.callbar__btn:hover { color: var(--c-on-accent); filter: brightness(.92); }
@media (min-width: 900px) {
  body { padding-bottom: 0; }
  .callbar { display: none; }
}

/* marca „M” inline din icon('mark') */
.mark__bg { fill: var(--c-dark); }
.mark__m { fill: var(--c-on-accent); }
.mark__bar { fill: var(--c-mark); }

/* Pagini simple, legal, 404/410 */
.page-head { padding-block: clamp(2rem, 5vw, 3.5rem) 0; }
.page-head h1 { margin-bottom: .5rem; }
.updated { color: var(--c-muted); font-size: var(--fs-small); }
.toc { padding: 1rem 1.25rem; background: var(--c-bg-alt); border-radius: var(--radius); margin-bottom: 2rem; }
.toc ol { margin: 0; padding-left: 1.25rem; }
.legal h2 { margin-top: 2rem; }
.facts { list-style: none; padding: 0; margin: 0; display: grid; gap: .75rem; }
.facts li { padding: .9rem 1rem; background: var(--c-bg-alt); border-radius: var(--radius); border-left: 4px solid var(--c-dark); }
.error-page { text-align: center; padding-block: clamp(3rem, 10vw, 6rem); }
.error-page h1 { font-size: var(--fs-1); }
.error-page .hero__actions { justify-content: center; }

/* Print */
@media print {
  .nav, .callbar, .skip-link, .nav__cta, .site-footer__cols, .hero__media, .service__cta, .btn { display: none !important; }
  body { padding-bottom: 0; color: #000; background: #fff; }
  .site-header, .site-footer, .hero, .hero__title { background: none; color: #000; }
  a { color: #000; }
  .faq__item { break-inside: avoid; }
}
