:root {
  --color-primary: #1653A0;
  --color-primary-dark: #0f3d78;
  --color-primary-light: #e7eef7;
  --color-accent: #FBCA36;
  --color-accent-dark: #e0b21f;
  --color-text: #1a1d20;
  --color-text-muted: #717578;
  --color-border: #B2B2B7;
  --color-bg: #ffffff;
  --color-bg-alt: #f6f7f9;
  --radius: 10px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 2px rgba(15, 22, 36, 0.04), 0 2px 8px rgba(15, 22, 36, 0.06);
  --shadow-md: 0 4px 16px rgba(22, 83, 160, 0.10), 0 1px 3px rgba(15, 22, 36, 0.06);
  --container: 1140px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

/* ─── Splash di apertura ─── */
.splash {
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: splash-fade-out 0.55s 1.35s ease-out forwards;
}
.splash-logo {
  width: clamp(180px, 55vw, 420px);
  height: auto;
  transform-origin: center center;
  animation: splash-logo-out 0.85s 0.6s cubic-bezier(0.6, 0, 0.4, 1) forwards;
}
@keyframes splash-logo-out {
  0%   { transform: scale(1);    opacity: 1; }
  60%  { transform: scale(0.85); opacity: 1; }
  100% { transform: scale(0.12); opacity: 0; }
}
@keyframes splash-fade-out {
  to { opacity: 0; visibility: hidden; pointer-events: none; }
}
@media (max-width: 480px) {
  .splash-logo { width: clamp(160px, 70vw, 320px); }
}
@media (prefers-reduced-motion: reduce) {
  .splash { display: none; }
}

body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a { color: var(--color-primary); text-decoration: none; }
a:hover { text-decoration: underline; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(180%) blur(8px);
  -webkit-backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid #ececef;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}
.brand-logo { height: 38px; width: auto; }
.header-cta { padding: 10px 18px; font-size: 15px; }

/* Buttons */
.btn {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: var(--radius);
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
  border: 0;
  cursor: pointer;
  line-height: 1.2;
  white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary {
  background: var(--color-primary);
  color: #fff;
  box-shadow: var(--shadow-md);
}
.btn-primary:hover { background: var(--color-primary-dark); }
.btn-accent {
  background: var(--color-accent);
  color: var(--color-text);
  box-shadow: 0 4px 16px rgba(251, 202, 54, 0.35);
}
.btn-accent:hover { background: var(--color-accent-dark); }
.btn-danger {
  background: #fff;
  color: #b22222;
  border: 2px solid #b22222;
}
.btn-danger:hover { background: #fff2f2; }
.btn-lg { padding: 16px 32px; font-size: 17px; }

/* Hero */
.hero {
  position: relative;
  padding: 80px 0 64px;
  background:
    radial-gradient(ellipse at top right, rgba(251, 202, 54, 0.12), transparent 60%),
    radial-gradient(ellipse at bottom left, rgba(22, 83, 160, 0.08), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, var(--color-primary-light) 100%);
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/assets/parma-bg.webp');
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
  opacity: 0.18;
  filter: saturate(0.9);
  pointer-events: none;
  z-index: 0;
}
.hero .container { position: relative; z-index: 1; }
.hero-inner { max-width: 880px; margin: 0 auto; text-align: center; }
.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-primary);
  background: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #dfe6f0;
  margin-bottom: 20px;
}
.hero h1 {
  margin: 0 0 20px;
  color: var(--color-text);
  line-height: 1.08;
  letter-spacing: -0.015em;
}
.hero-title-emph {
  display: block;
  font-size: clamp(44px, 8vw, 88px);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.hero-grazie { color: var(--color-primary); }
.hero-parma {
  color: var(--color-accent);
  text-shadow:
    -1px -1px 0 rgba(15, 22, 36, 0.85),
     1px -1px 0 rgba(15, 22, 36, 0.85),
    -1px  1px 0 rgba(15, 22, 36, 0.85),
     1px  1px 0 rgba(15, 22, 36, 0.85),
    -1px  0   0 rgba(15, 22, 36, 0.85),
     1px  0   0 rgba(15, 22, 36, 0.85),
     0   -1px 0 rgba(15, 22, 36, 0.85),
     0    1px 0 rgba(15, 22, 36, 0.85);
}
.hero-title-sub {
  display: block;
  font-size: clamp(22px, 3.4vw, 34px);
  font-weight: 700;
  margin-top: 10px;
  color: var(--color-text);
}
.hero h1::after {
  content: '';
  display: block;
  width: 64px;
  height: 4px;
  background: var(--color-accent);
  border-radius: 4px;
  margin: 22px auto 0;
}
.hero-sub {
  font-size: clamp(16px, 1.6vw, 19px);
  color: var(--color-text);
  font-weight: 500;
  margin: 0 auto 32px;
  max-width: 720px;
}
.hero-cta { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* Story */
.story {
  padding: 72px 0;
  background: var(--color-bg);
}
.story-grid { max-width: 760px; margin: 0 auto; }
.story-text { text-align: center; }
.story-block + .story-block { margin-top: 28px; padding-top: 24px; border-top: 1px solid #ececef; }
.story-block-italic p { font-style: italic; color: #444a52; }
.story-text p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.75;
  color: #2c3035;
}
.story-text p:first-child { font-size: 22px; line-height: 1.5; color: var(--color-text); }
.story-text strong { color: var(--color-primary); }
.story-headline {
  font-size: clamp(18px, 4.4vw, 56px) !important;
  font-weight: 800;
  line-height: 1.15 !important;
  letter-spacing: -0.01em;
  white-space: nowrap;
  color: var(--color-accent) !important;
  text-shadow:
    -1px -1px 0 rgba(15, 22, 36, 0.85),
     1px -1px 0 rgba(15, 22, 36, 0.85),
    -1px  1px 0 rgba(15, 22, 36, 0.85),
     1px  1px 0 rgba(15, 22, 36, 0.85),
    -1px  0   0 rgba(15, 22, 36, 0.85),
     1px  0   0 rgba(15, 22, 36, 0.85),
     0   -1px 0 rgba(15, 22, 36, 0.85),
     0    1px 0 rgba(15, 22, 36, 0.85);
  margin: 0 0 24px !important;
  width: calc(100vw - 48px);
  margin-left: 50% !important;
  transform: translateX(-50%);
  text-align: center;
}

/* Strengths */
.strengths {
  padding: 72px 0;
  background: var(--color-bg-alt);
}
.section-title {
  text-align: center;
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 0 0 48px;
  color: var(--color-text);
}
.section-title::after {
  content: '';
  display: block;
  width: 56px;
  height: 4px;
  background: var(--color-accent);
  border-radius: 4px;
  margin: 16px auto 0;
}
.strengths-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.strength {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  background: #fff;
  border: 1px solid #ececef;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.strength:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: #d8e1ee;
}
.strength-icon {
  font-size: 22px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary-light);
  border-radius: 10px;
  flex-shrink: 0;
}
.strength-text { font-weight: 600; font-size: 15.5px; color: var(--color-text); }

/* Booking widget */
.booking {
  padding: 80px 0;
  background: linear-gradient(180deg, var(--color-bg-alt) 0%, #fff 100%);
}
.booking-head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.eyebrow-light { background: #fff; }
.booking-sub {
  font-size: 17px;
  color: var(--color-text-muted);
  margin: 14px 0 0;
}
.booking-card {
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ececef;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 32px;
}
.booking-step {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 28px 0 14px;
}
.booking-card > .booking-step:first-child,
.booking-form > .booking-step:first-child { margin-top: 0; }
.step-num {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}
.step-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text);
}
.step-label-note {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #117a3a;
  background: #e6f6ec;
  padding: 2px 8px;
  border-radius: 999px;
  margin-left: 4px;
}
.step-spacer { flex: 1; }
.btn-link {
  background: transparent;
  border: 0;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
}
.btn-link:hover { background: var(--color-primary-light); }

/* Type selector */
.type-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.type-pill {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 18px;
  background: #fff;
  border: 2px solid #e3e6ea;
  border-radius: var(--radius);
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.1s ease;
}
.type-pill:hover { border-color: var(--color-primary); transform: translateY(-1px); }
.type-pill.is-active {
  border-color: var(--color-primary);
  background: var(--color-primary-light);
}
.type-name { font-weight: 700; color: var(--color-text); font-size: 15.5px; }
.type-meta { font-size: 13px; color: var(--color-primary); font-weight: 600; }
.type-desc { font-size: 13px; color: var(--color-text-muted); line-height: 1.4; margin-top: 4px; }

/* Mode pills */
.mode-list { display: flex; gap: 10px; flex-wrap: wrap; }
.mode-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 2px solid #e3e6ea;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14.5px;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.mode-pill:has(input:checked) { border-color: var(--color-primary); background: var(--color-primary-light); color: var(--color-primary); }
.mode-pill.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #f6f7f9;
  color: var(--color-text-muted);
}
.mode-pill.is-disabled span::after { content: ' (non disponibile per questo tipo)'; font-weight: 400; font-size: 12.5px; }
.mode-pill input { display: none; }

/* Calendar week */
.cal-week {
  --cal-cols: 4;
  display: grid;
  grid-template-columns: repeat(var(--cal-cols), minmax(0, 1fr));
  gap: 8px;
  margin-top: 4px;
}
.cal-day {
  background: var(--color-bg-alt);
  border: 1px solid #ececef;
  border-radius: 10px;
  padding: 10px 8px;
  min-height: 120px;
}
.cal-day-empty { opacity: 0.55; }
.cal-day-holiday {
  background: repeating-linear-gradient(135deg, #fff8e1 0 8px, #fef3c7 8px 16px);
  border-color: #f5e6a8;
  cursor: not-allowed;
}
.cal-day-holiday .cal-day-msg {
  color: #92722e;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
}
.cal-day-head {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-text);
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border: 0;
  border-bottom: 1px solid #e0e2e6;
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: inherit;
}
.cal-day-name { text-transform: capitalize; }
.cal-day-badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 2px 6px;
  border-radius: 999px;
  text-transform: uppercase;
}
.cal-day-badge-free { background: #e6f6ec; color: #117a3a; }
.cal-day-badge-full { background: #f0f1f3; color: #b9bcc1; }
.cal-day-msg { text-align: center; color: var(--color-text-muted); font-size: 13px; margin-top: 12px; }
.cal-day-slots { display: flex; flex-direction: column; gap: 4px; }
.slot {
  appearance: none;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
}
.slot.is-free { background: #fff; color: var(--color-primary); border-color: #cfd9e6; }
.slot.is-free:hover { background: var(--color-primary); color: #fff; border-color: var(--color-primary); }
.slot.is-busy { background: #f0f1f3; color: #b9bcc1; cursor: not-allowed; text-decoration: line-through; }
.slot.is-selected { background: var(--color-primary); color: #fff; border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(22,83,160,0.18); }

.booking-hint { font-size: 14px; color: var(--color-text-muted); text-align: center; margin: 16px 0 0; }

/* Booking form */
.booking-form { margin-top: 32px; padding-top: 28px; border-top: 1px solid #ececef; }
.bk-selected {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 18px;
  background: var(--color-primary-light);
  border-left: 4px solid var(--color-primary);
  border-radius: 8px;
  margin-bottom: 18px;
  font-size: 14.5px;
}
.bk-selected strong { color: var(--color-primary); font-size: 16px; }
.bk-selected-mode { color: var(--color-text-muted); font-size: 13.5px; }
.bk-selected-mode.is-warning { color: #b9491c; font-weight: 600; }
.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}
.form-grid label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 600; color: var(--color-text); }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid input,
.form-grid textarea,
.form-grid select {
  font-family: inherit;
  font-size: 15px;
  line-height: 1.4;
  padding: 10px 12px;
  border: 1px solid #cfd2d8;
  border-radius: 8px;
  background: #fff;
  color: var(--color-text);
  font-weight: 400;
  box-sizing: border-box;
}
.form-grid input:focus,
.form-grid textarea:focus,
.form-grid select:focus { outline: none; border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(22,83,160,0.15); }
.form-grid select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path fill='%23717578' d='M6 8L0 0h12z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px;
  padding-right: 32px;
}

/* Riga indirizzo: via + civico + città allineati */
.form-grid .form-row { grid-column: 1 / -1; display: grid; gap: 14px; }
.form-row-address { grid-template-columns: minmax(0, 2.4fr) 110px minmax(0, 1.6fr); }
.form-row label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 600; color: var(--color-text); }
@media (max-width: 640px) {
  .form-row-address { grid-template-columns: 1fr; }
}
.privacy-note { font-size: 12.5px; color: var(--color-text-muted); margin: 14px 0 18px; }
.booking-success {
  margin-top: 24px;
  padding: 22px;
  background: #ecfdf3;
  border: 1px solid #c5f0d5;
  border-radius: 10px;
  color: #036b3d;
}
.booking-success h3 { margin: 0 0 8px; font-size: 18px; }
.booking-success p { margin: 0; }
.booking-error {
  margin-top: 18px;
  padding: 14px 18px;
  background: #fff1f1;
  border: 1px solid #f5c6c6;
  border-radius: 10px;
  color: #a01d1d;
  font-size: 14px;
}

@media (max-width: 800px) {
  .cal-week { grid-template-columns: 1fr !important; gap: 8px; }
  .booking-card { padding: 22px; }
  .cal-day { min-height: auto; padding: 0; overflow: hidden; }
  .cal-day-head {
    cursor: pointer;
    margin: 0;
    padding: 14px 16px;
    border-bottom: 0;
    justify-content: space-between;
    font-size: 14px;
    text-align: left;
  }
  .cal-day-head::after {
    content: "▾";
    font-size: 13px;
    color: var(--color-text-muted);
    transition: transform 0.2s ease;
    margin-left: auto;
  }
  .cal-day.is-expanded .cal-day-head::after { transform: rotate(180deg); }
  .cal-day-empty .cal-day-head::after,
  .cal-day-holiday .cal-day-head::after { display: none; }
  .cal-day-slots {
    display: none;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 6px;
    padding: 0 14px 14px;
  }
  .cal-day.is-expanded .cal-day-slots { display: grid; }
  .cal-day-msg {
    display: none;
    margin: 0;
    padding: 0 14px 14px;
    text-align: left;
  }
  .cal-day.is-expanded .cal-day-msg,
  .cal-day-holiday .cal-day-msg { display: block; }
  .cal-day-holiday .cal-day-head { padding-bottom: 6px; }
  .slot { padding: 9px 8px; font-size: 13.5px; }
}

/* CTA banner */
.cta-banner {
  padding: 72px 0;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(251, 202, 54, 0.18), transparent 70%);
  pointer-events: none;
}
.cta-inner { position: relative; }
.cta-banner h2 {
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 800;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.cta-banner p {
  font-size: 18px;
  opacity: 0.92;
  margin: 0 0 28px;
}

/* Contact cards */
.contact-grid {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  max-width: 560px;
  margin: 0 auto;
}
.contact-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: #fff;
  text-decoration: none;
  text-align: left;
  min-width: 200px;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.contact-card:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: var(--color-accent);
  text-decoration: none;
  transform: translateY(-2px);
}
.contact-card-multi { gap: 8px; }
.contact-card-multi:hover { transform: none; background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.18); }
.contact-card-multi .contact-value {
  display: inline-block;
  text-decoration: none;
  transition: color 0.15s ease;
}
.contact-card-multi .contact-value:hover { color: var(--color-accent); text-decoration: none; }
.contact-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent);
}
.contact-emoji {
  font-size: 16px;
  letter-spacing: 0;
}
.contact-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  flex-shrink: 0;
}
.contact-value {
  font-size: 15.5px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

/* Footer */
.site-footer {
  padding: 24px 0;
  background: #f6f7f9;
  border-top: 1px solid #ececef;
}
.footer-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: nowrap;
}
.footer-legal-line {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  text-align: center;
}
.footer-legal-line strong { color: var(--color-text); }

@media (max-width: 640px) {
  body { font-size: 16px; }
  .container { padding: 0 18px; }
  .header-inner { height: 64px; }
  .brand-logo { height: 28px; }
  .header-cta { padding: 8px 14px; font-size: 13.5px; }
  .hero { padding: 48px 0 40px; }
  .hero h1 { letter-spacing: -0.01em; }
  .hero-title-emph { font-size: clamp(40px, 11vw, 64px); }
  .hero-title-sub { font-size: clamp(18px, 4.5vw, 26px); }
  .hero-sub { font-size: 16px; }
  .story, .strengths, .cta-banner { padding: 48px 0; }
  .story-text p:first-child { font-size: 19px; }
  .strengths-grid { gap: 12px; }
  .strength { padding: 16px 18px; }
  .strength-icon { width: 38px; height: 38px; font-size: 19px; }
  .strength-text { font-size: 14.5px; }
  .contact-grid { gap: 12px; }
  .contact-card { padding: 18px 20px; }
  .contact-value { font-size: 16px; }
  .footer-row { flex-wrap: wrap; gap: 12px; }
  .footer-legal-line { white-space: normal; font-size: 12.5px; flex-basis: 100%; }
}

@media (max-width: 420px) {
  .header-cta { display: none; }
  .hero-cta .btn { width: 100%; text-align: center; }
  .hero-title-emph { font-size: 38px; letter-spacing: -0.015em; }
  .hero-title-sub { font-size: 18px; }
  .section-title { font-size: 26px; margin-bottom: 32px; }
  .strengths-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
