:root {
  --navy-950: #061a2c;
  --navy-900: #08243d;
  --navy-800: #103a5d;
  --navy-700: #18527a;
  --yellow: #ffb51b;
  --yellow-soft: #ffd36e;
  --ink: #102334;
  --muted: #607184;
  --line: #dbe3ea;
  --surface: #ffffff;
  --canvas: #f3f6f8;
  --green: #16805a;
  --green-soft: #e5f5ee;
  --orange-soft: #fff3d6;
  --shadow: 0 24px 70px rgba(6, 26, 44, 0.13);
  --radius: 24px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 5vw;
  color: white;
  background: rgba(6, 26, 44, 0.94);
  border-bottom: 1px solid rgba(255,255,255,0.09);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--navy-950);
  background: var(--yellow);
  border-radius: 50%;
  letter-spacing: normal;
}

.header-cta,
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 20px;
  color: var(--navy-950);
  background: var(--yellow);
  border: 0;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(255,181,27,0.2);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.header-cta:hover,
.primary-button:hover { transform: translateY(-2px); background: #ffc03c; box-shadow: 0 14px 34px rgba(255,181,27,0.28); }
.header-cta:focus-visible,
.primary-button:focus-visible,
.platform-tab:focus-visible,
.ad-click-target:focus-visible { outline: 3px solid var(--yellow-soft); outline-offset: 3px; }

.text-link { color: white; font-size: 0.9rem; font-weight: 700; text-underline-offset: 4px; }
.header-actions,
.footer-links { display: flex; align-items: center; gap: 18px; }
.header-main-site { white-space: nowrap; }

.preview-hero {
  padding: 84px max(5vw, 24px) 56px;
  color: white;
  text-align: center;
  background:
    radial-gradient(circle at 17% 20%, rgba(255,181,27,0.16), transparent 26%),
    radial-gradient(circle at 82% 32%, rgba(57,140,191,0.25), transparent 28%),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
}

.eyebrow {
  color: #cb8d0a;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.preview-hero .eyebrow { color: var(--yellow); }

.preview-hero h1,
.qualify-intro h1,
.success-card h1 {
  margin: 12px 0 14px;
  font-size: clamp(2.25rem, 5vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.preview-hero p {
  max-width: 720px;
  margin: 0 auto;
  color: #dce7ef;
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.preview-hero .offer-note,
.qualify-offer-note {
  max-width: 820px;
  margin: 16px auto 0;
  color: #c9d7e1;
  font-size: 0.72rem;
  line-height: 1.5;
}

.market-switch {
  margin-top: 14px;
  font-size: 0.94rem;
  font-weight: 650;
}

.market-switch a {
  color: var(--navy-700);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.qualify-offer-note { color: #667886; }

.hero-pills,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 28px;
}

.hero-pills span {
  padding: 8px 13px;
  color: #fff;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
}

.platform-tabs {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 28px 20px 10px;
  overflow-x: auto;
}

.platform-tab {
  padding: 10px 15px;
  color: var(--muted);
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 750;
  white-space: nowrap;
  cursor: pointer;
}

.platform-tab.is-active { color: white; background: var(--navy-900); border-color: var(--navy-900); }

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: min(1480px, 94vw);
  margin: 28px auto 68px;
  align-items: start;
}

.social-card { min-width: 0; }
.social-card.is-filtered-out { display: none; }

.social-card-label {
  margin: 0 0 10px 4px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.social-window {
  overflow: hidden;
  background: white;
  border: 1px solid #dce3e9;
  border-radius: 18px;
  box-shadow: 0 18px 55px rgba(10, 31, 48, 0.11);
}

.social-topline {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 68px;
  padding: 12px 14px;
}

.social-topline > div:nth-child(2) { display: flex; flex-direction: column; min-width: 0; }
.social-topline strong { font-size: 0.92rem; }
.social-topline span { color: #6b7580; font-size: 0.73rem; }
.social-menu { margin-left: auto; letter-spacing: 0.1em; }

.avatar {
  flex: 0 0 auto;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 900;
}

.solar-avatar { color: var(--navy-950); background: var(--yellow); border: 3px solid #fff4cf; }

.ad-click-target { display: block; position: relative; background: var(--navy-950); }
.ad-click-target::after {
  content: "Click to check your roof";
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  color: white;
  background: rgba(6,26,44,0.85);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 8px;
  font-size: 0.68rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(5px);
  transition: 160ms ease;
}
.ad-click-target:hover::after,
.ad-click-target:focus-visible::after { opacity: 1; transform: translateY(0); }
.ad-click-target img { display: block; width: 100%; height: auto; }

.instagram-actions { display: flex; gap: 14px; padding: 10px 14px 4px; font-size: 1.5rem; line-height: 1; }
.instagram-actions .save-icon { margin-left: auto; }
.social-copy { padding: 7px 14px 16px; font-size: 0.82rem; line-height: 1.45; }
.social-copy a { display: block; margin-top: 8px; color: var(--navy-700); font-weight: 800; }

.facebook-intro,
.nextdoor-intro { margin: 0; padding: 2px 14px 13px; font-size: 0.88rem; line-height: 1.4; }

.facebook-linkbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 14px;
  color: var(--ink);
  background: #f0f2f5;
  text-decoration: none;
}
.facebook-linkbar span { display: flex; flex-direction: column; }
.facebook-linkbar small { color: var(--muted); font-size: 0.62rem; letter-spacing: 0.08em; }
.facebook-linkbar strong { font-size: 0.82rem; }
.facebook-linkbar b { padding: 7px 10px; background: #e1e5ea; border-radius: 7px; font-size: 0.72rem; white-space: nowrap; }
.reaction-row { display: flex; justify-content: space-between; padding: 9px 14px 13px; color: #65717d; font-size: 0.7rem; }

.nextdoor-actionbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; }
.nextdoor-actionbar span { color: var(--muted); font-size: 0.68rem; }
.nextdoor-actionbar a { padding: 8px 10px; color: white; background: #7c3aed; border-radius: 8px; text-decoration: none; font-size: 0.72rem; font-weight: 850; white-space: nowrap; }

.preview-disclosure,
.qualify-disclosure {
  width: min(900px, 90vw);
  margin: 0 auto 70px;
  padding: 20px 22px;
  color: #4d5e6d;
  background: white;
  border: 1px solid var(--line);
  border-left: 5px solid var(--yellow);
  border-radius: 14px;
  font-size: 0.83rem;
}
.preview-disclosure p,
.qualify-disclosure p { margin: 4px 0 0; }
.preview-disclosure a,
.qualify-disclosure a,
.submission-disclosure a { color: var(--navy-700); font-weight: 750; text-underline-offset: 2px; }
.disclosure-links { margin-top: 10px !important; }
.legal-smallprint { margin-top: 12px !important; color: #657582; font-size: 0.72rem; line-height: 1.55; }

.site-footer { display: flex; justify-content: space-between; gap: 16px; padding: 28px 5vw; color: #b8c6d1; background: var(--navy-950); font-size: 0.82rem; }
.site-footer a { color: white; }
.footer-links { align-items: flex-start; }

.analytics-consent {
  position: fixed;
  z-index: 100;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(720px, calc(100vw - 36px));
  padding: 16px 18px;
  color: white;
  background: rgba(6, 26, 44, 0.98);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 14px;
  box-shadow: 0 18px 55px rgba(6, 26, 44, 0.3);
}
.analytics-consent p { margin: 0; color: #dce7ef; font-size: 0.75rem; line-height: 1.45; }
.analytics-consent a { color: var(--yellow-soft); font-weight: 800; text-underline-offset: 2px; }
.analytics-consent div { display: flex; gap: 8px; }
.analytics-consent button { padding: 9px 11px; border-radius: 8px; font-size: 0.72rem; font-weight: 850; cursor: pointer; }
.analytics-decline { color: white; background: transparent; border: 1px solid rgba(255,255,255,0.32); }
.analytics-allow { color: var(--navy-950); background: var(--yellow); border: 1px solid var(--yellow); }

/* Estimator */
.qualify-page { background: linear-gradient(180deg, #eaf0f4 0, #f8fafb 440px, #f3f6f8 100%); }
.qualify-main { padding-bottom: 60px; }
.qualify-intro { width: min(820px, 90vw); margin: 0 auto; padding: 72px 0 34px; text-align: center; }
.qualify-intro h1 { font-size: clamp(2.35rem, 5vw, 4.5rem); }
.qualify-intro p { max-width: 680px; margin: 0 auto; color: var(--muted); font-size: 1.08rem; }
.trust-row span { color: var(--green); font-size: 0.88rem; font-weight: 800; }

.estimator-card {
  width: min(820px, 92vw);
  margin: 0 auto 28px;
  overflow: hidden;
  background: white;
  border: 1px solid #e1e8ed;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.progress-track { height: 7px; background: #edf1f4; }
.progress-track span { display: block; width: 50%; height: 100%; background: linear-gradient(90deg, #e99800, var(--yellow)); transition: width 260ms ease; }

.eligibility-form,
.result-panel { padding: clamp(24px, 5vw, 48px); }
.form-heading { margin-bottom: 28px; }
.form-heading h2,
.result-panel h2 { margin: 5px 0 0; font-size: clamp(1.55rem, 4vw, 2.3rem); line-height: 1.1; letter-spacing: -0.03em; }
.step-label { color: #bb7600; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }

.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; min-width: 0; margin-bottom: 20px; }
.field > span,
.roof-fieldset legend { color: #223747; font-size: 0.86rem; font-weight: 800; }
.field input,
.field select,
.currency-input {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  color: var(--ink);
  background: #fbfcfd;
  border: 1px solid #cbd6df;
  border-radius: 10px;
  outline: none;
  transition: border 150ms ease, box-shadow 150ms ease;
}
.field input:focus,
.field select:focus,
.currency-input:focus-within { border-color: var(--navy-700); box-shadow: 0 0 0 3px rgba(24,82,122,0.12); }
.field small,
.roof-fieldset small { color: #71808e; font-size: 0.72rem; }

.roof-auto-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  margin: 4px 0 24px;
  padding: 17px;
  color: #24475a;
  background: #edf7f3;
  border: 1px solid #cfe4dc;
  border-radius: 14px;
}
.roof-auto-card strong { display: block; margin-bottom: 4px; color: #173848; font-size: 0.9rem; }
.roof-auto-card p { margin: 0; color: #58717d; font-size: 0.76rem; line-height: 1.45; }
.roof-auto-icon { display: grid; width: 42px; height: 42px; place-items: center; color: white; background: var(--green); border-radius: 50%; font-size: 1.25rem; font-weight: 900; }
.inline-button { margin-top: 8px; padding: 0; color: var(--navy-700); background: transparent; border: 0; font-size: 0.73rem; font-weight: 800; text-decoration: underline; cursor: pointer; }

.roof-fieldset { position: relative; margin: 4px 0 26px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; }
.roof-fieldset legend { padding: 0 7px; }
.roof-output { position: absolute; top: -15px; right: 20px; padding: 5px 10px; color: var(--navy-950); background: var(--yellow); border-radius: 999px; font-size: 0.78rem; }
.roof-output strong { font-size: 1rem; }
#roofSize { width: 100%; accent-color: var(--navy-800); }
.range-labels { display: flex; justify-content: space-between; color: #7c8a96; font-size: 0.67rem; }
.roof-presets { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 14px; }
.roof-presets button { padding: 8px 5px; color: #516272; background: white; border: 1px solid var(--line); border-radius: 8px; font-size: 0.72rem; font-weight: 750; cursor: pointer; }
.roof-presets button.is-selected { color: white; background: var(--navy-800); border-color: var(--navy-800); }

.currency-input { display: flex; align-items: center; gap: 2px; padding: 0 13px; }
.currency-input span { font-weight: 850; }
.currency-input input { min-height: 48px; padding-left: 3px; border: 0; background: transparent; box-shadow: none; }
.currency-input input:focus { box-shadow: none; }
.bill-field { max-width: 360px; }
.eligibility-form > .primary-button { width: 100%; min-height: 56px; }
.form-error { margin: 14px 0 0; padding: 11px 13px; color: #842626; background: #fff0f0; border-radius: 9px; font-size: 0.82rem; }

.result-topline { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.result-badge { padding: 7px 10px; color: var(--green); background: var(--green-soft); border-radius: 999px; font-size: 0.72rem; font-weight: 900; }
.result-badge.needs-review { color: #955e00; background: var(--orange-soft); }
.result-badge.outside-area { color: #963838; background: #ffebeb; }
.reset-button { padding: 0; color: var(--navy-700); background: transparent; border: 0; font-size: 0.78rem; font-weight: 800; text-decoration: underline; cursor: pointer; }
#resultSummary { color: var(--muted); }

.savings-hero { margin: 28px 0 20px; padding: 25px; color: white; text-align: center; background: linear-gradient(135deg, var(--navy-950), var(--navy-800)); border-radius: 18px; }
.savings-hero span,
.savings-hero small { display: block; color: #d5e2eb; }
.savings-hero span { font-size: 0.78rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.savings-hero strong { display: block; margin: 5px 0; color: var(--yellow); font-size: clamp(2.3rem, 8vw, 4.5rem); line-height: 1; letter-spacing: -0.06em; }
.savings-hero small { font-size: 0.7rem; }
.cost-disclosure { margin: -10px 0 20px; color: var(--muted); font-size: 0.72rem; line-height: 1.5; text-align: center; }
.annual-savings-hero { margin: 0 0 22px; padding: 22px; border: 2px solid #efb630; border-radius: 16px; background: #fff8e3; text-align: center; }
.annual-savings-hero span,
.annual-savings-hero small { display: block; color: var(--muted); }
.annual-savings-hero span { font-size: 0.76rem; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; }
.annual-savings-hero strong { display: block; margin: 5px 0; color: var(--navy-950); font-size: clamp(2rem, 7vw, 3.8rem); line-height: 1; letter-spacing: -0.055em; }
.annual-savings-hero small { font-size: 0.7rem; }
.payment-possibility { margin: -8px 0 22px; padding: 17px 18px; border: 1px solid #d8e4ea; border-radius: 14px; background: #f5f9fb; text-align: center; }
.payment-possibility span,
.payment-possibility small { display: block; color: var(--muted); }
.payment-possibility span { font-size: 0.72rem; font-weight: 850; letter-spacing: 0.05em; text-transform: uppercase; }
.payment-possibility strong { display: block; margin: 4px 0 6px; color: var(--navy-950); font-size: clamp(1.7rem, 5vw, 2.5rem); letter-spacing: -0.04em; }
.payment-possibility small { font-size: 0.7rem; line-height: 1.45; }
.ppa-benefit { display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: start; margin: 0 0 22px; padding: 17px 18px; color: #174b3a; background: var(--green-soft); border-radius: 14px; }
.ppa-benefit > span { display: grid; width: 34px; height: 34px; place-items: center; color: var(--navy-950); background: var(--yellow); border-radius: 50%; font-size: 1rem; }
.ppa-benefit strong { display: block; margin: 1px 0 4px; font-size: 0.94rem; }
.ppa-benefit p { margin: 0; font-size: 0.76rem; line-height: 1.5; }
.cash-purchase-option { margin: 0 0 22px; padding: 20px; border: 2px solid #d7e0e6; border-radius: 14px; background: white; text-align: center; }
.cash-purchase-option > span,
.cash-purchase-option > small { display: block; color: var(--muted); }
.cash-purchase-option > span { font-size: 0.72rem; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; }
.cash-purchase-option > strong { display: block; margin: 5px 0 2px; color: var(--navy-950); font-size: clamp(2rem, 6vw, 3.2rem); letter-spacing: -0.05em; }
.cash-purchase-option > small { font-size: 0.78rem; font-weight: 850; }
.cash-purchase-option > p { max-width: 650px; margin: 12px auto 0; color: var(--muted); font-size: 0.74rem; line-height: 1.5; }

.result-metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.result-metrics div { padding: 14px; background: #f5f8fa; border-radius: 12px; }
.result-metrics span { display: block; min-height: 36px; color: var(--muted); font-size: 0.69rem; }
.result-metrics strong { display: block; margin-top: 5px; font-size: 1rem; }

.savings-visual { margin: 28px 0; }
.bar-label { display: flex; justify-content: space-between; margin: 12px 0 5px; color: #586a78; font-size: 0.75rem; }
.bar-track { height: 12px; overflow: hidden; background: #e9eef2; border-radius: 999px; }
.bar-track span { display: block; height: 100%; border-radius: inherit; }
.current-bar { width: 100%; background: #8998a5; }
.remaining-bar { width: 35%; background: var(--yellow); transition: width 300ms ease; }

.result-reasons { display: grid; gap: 8px; margin: 22px 0; }
.existing-solar-disclosure { margin: 18px 0; padding: 14px 16px; border: 1px solid #e4aa3c; border-radius: 12px; background: #fff8e8; color: #66430a; font-size: 0.82rem; line-height: 1.5; }
.existing-solar-disclosure p { margin: 5px 0 0; }
.reason-item { display: flex; gap: 9px; align-items: flex-start; padding: 10px 12px; color: #365366; background: #edf5f8; border-radius: 9px; font-size: 0.78rem; }
.reason-item::before { content: "✓"; color: var(--green); font-weight: 900; }
.roof-source-note { margin: 0 0 18px; padding: 11px 13px; color: #586c79; background: #fff7df; border-left: 3px solid var(--yellow); border-radius: 8px; font-size: 0.75rem; line-height: 1.45; }

.assumptions { padding: 13px 15px; background: #f5f7f9; border-radius: 10px; font-size: 0.76rem; }
.assumptions summary { font-weight: 850; cursor: pointer; }
.assumptions p { margin-bottom: 0; color: #5e6f7d; }

.lead-panel { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--line); }
.lead-panel h3 { margin: 4px 0; font-size: 1.5rem; letter-spacing: -0.02em; }
.lead-panel > div > p { margin-top: 0; color: var(--muted); }
.lead-form { margin-top: 18px; }
.lead-form .primary-button { width: 100%; }
.submission-disclosure { margin: 0 0 18px; padding: 12px 13px; color: #5f707e; background: #f5f7f9; border-radius: 9px; font-size: 0.72rem; line-height: 1.5; }
.consent-field { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin: 2px 0 20px; color: #61717f; font-size: 0.7rem; }
.consent-field input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--navy-800); }
.honeypot { position: absolute; left: -10000px; }

.success-page { display: grid; min-height: 100vh; grid-template-rows: auto 1fr; background: linear-gradient(135deg, #edf3f6, #fff9e9); }
.success-card { align-self: center; width: min(640px, 90vw); margin: 50px auto; padding: clamp(30px, 6vw, 60px); text-align: center; background: white; border-radius: 24px; box-shadow: var(--shadow); }
.success-card h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
.success-card p { color: var(--muted); }
.success-card .primary-button { margin-top: 18px; }
.success-secondary { display: block; width: fit-content; margin: 16px auto 0; color: var(--navy-700); font-size: 0.84rem; font-weight: 800; text-underline-offset: 4px; }
.success-icon { display: grid; width: 58px; height: 58px; margin: 0 auto 18px; place-items: center; color: white; background: var(--green); border-radius: 50%; font-size: 1.6rem; font-weight: 900; }

@media (max-width: 1100px) {
  .social-grid { grid-template-columns: 1fr; width: min(650px, 92vw); }
}

@media (max-width: 650px) {
  .site-header { min-height: 62px; padding: 0 16px; }
  .header-cta { padding: 10px 12px; font-size: 0.76rem; }
  .brand { font-size: 0.76rem; }
  .brand-mark { width: 30px; height: 30px; }
  .header-actions .text-link { display: none; }
  .header-main-site { gap: 7px; }
  .preview-hero { padding-top: 60px; }
  .platform-tabs { justify-content: flex-start; }
  .field-grid,
  .result-metrics { grid-template-columns: 1fr; }
  .result-metrics span { min-height: auto; }
  .roof-presets { grid-template-columns: 1fr 1fr; }
  .eligibility-form,
  .result-panel { padding: 24px 18px; }
  .savings-hero { padding-inline: 12px; }
  .result-topline { align-items: flex-start; }
  .site-footer { flex-direction: column; }
  .footer-links { align-items: flex-start; flex-direction: column; gap: 8px; }
  .analytics-consent { grid-template-columns: 1fr; gap: 12px; }
  .analytics-consent div { justify-content: flex-end; }
}

@media (max-width: 390px) {
  .header-main-site { padding-inline: 10px; font-size: 0.7rem; }
}

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