/* Popup Accesso Clienti */
.access-popup-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(20,10,7,0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: fadeInBg 0.25s;
}
@keyframes fadeInBg {
  from { opacity: 0; }
  to { opacity: 1; }
}
.access-popup-modal {
  background: #fdf4f2;
  border: 1.5px solid var(--accent-2);
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(44,27,21,0.22);
  padding: 30px 20px 18px;
  width: min(96vw, 370px);
  min-width: 300px;
  max-height: 90vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  animation: popupIn 0.22s cubic-bezier(.7,-0.2,.5,1.4);
}
@keyframes popupIn {
  from { transform: scale(0.92) translateY(40px); opacity: 0; }
  to { transform: scale(1) translateY(0); opacity: 1; }
}
.access-popup-close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  font-size: 1.25em;
  color: #bfae8c;
  cursor: pointer;
  line-height: 1;
  transition: color 0.18s;
  font-family: 'Montserrat', sans-serif;
}
.access-popup-close:hover {
  color: var(--accent-amber);
}
.access-popup-title {
  margin: 0 0 12px;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: var(--black);
}
.access-popup-menu {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-bottom: 14px;
}
.access-popup-menu-item {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: #111;
  cursor: pointer;
  padding: 2px 0 3px 0;
  border: none;
  background: none;
  transition: color 0.18s;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 2px;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.access-popup-info {
  text-align: center;
  margin-top: 10px;
  color: #111;
  font-size: 0.98em;
  font-family: 'Source Sans 3', sans-serif;
  line-height: 1.4;
}
.area-clienti-intro {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.12rem;
}
.access-popup-menu-item.active,
.access-popup-menu-item:hover { color: var(--accent-amber); }
.access-popup-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 8px;
}
.access-popup-form .access-popup-submit {
  align-self: center;
  display: block;
}
.access-popup-form input {
  padding: 7px 10px;
  border: 1px solid #bfae8c;
  border-radius: 5px;
  font-size: 0.98em;
  width: 100%;
  background: #fff;
  color: #232323;
  font-family: 'Source Sans 3', sans-serif;
  transition: border 0.18s;
}
.access-popup-form input:focus {
  border-color: var(--accent-amber);
  outline: none;
}
.access-popup-submit-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
.access-popup-submit {
  background: var(--accent-amber);
  color: #2a1404;
  border: none;
  border-radius: 5px;
  padding: 7px 0;
  font-size: 0.98em;
  font-weight: 600;
  cursor: pointer;
  margin-top: 28px;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(245,158,11,0.10);
  width: 120px;
}
.access-popup-submit:hover {
  background: var(--accent-orange);
}
:root {
  --white: #ffffff;
  --black: #0f0907;
  --text: var(--black);
  --muted: #3f312b;
  --accent: #c41e1a;
  --accent-2: #8f1b17;
  --accent-orange: #e85c24;
  --accent-amber: #f59e0b;
  --flame-dark: #1a0a09;
  --stroke: rgba(44, 27, 21, 0.22);
  --panel-border-soft: 1px solid rgba(196, 30, 26, 0.2); 
  --panel-shadow-soft: 0 10px 24px rgba(20, 10, 7, 0.12);
  --radius-lg: 20px;
  --radius-sm: 10px;
  --max-w: 1160px;
}
* {
  box-sizing: border-box;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
  padding: 0.75rem 1rem;
  background: var(--accent);
  color: var(--white);
  text-decoration: none;
  font-weight: 600;
  border-radius: 0 0 8px 0;
}
.skip-link:focus {
  left: 0;
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
[hidden] { display: none; }
body {
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  color: var(--text);
  position: relative;
  background:
    linear-gradient(135deg, rgba(196, 30, 26, 0.04) 0%, transparent 50%),
    repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(196, 30, 26, 0.03) 40px, rgba(196, 30, 26, 0.03) 41px),
    radial-gradient(1400px 800px at 100% 0%, rgba(232, 92, 36, 0.08), transparent 55%),
    #f5f0ed;
  min-height: 100vh;
  line-height: 1.6;
  overflow-x: clip;
}
/* Sfondo arricchito sui monitor grandi (≥1500px). Sotto, identico all'originale. */
@media (min-width: 1500px) {
  body {
    background:
      radial-gradient(ellipse 55% 85% at 0% 42%, rgba(196, 30, 26, 0.085), transparent 58%),
      radial-gradient(ellipse 55% 85% at 100% 58%, rgba(232, 92, 36, 0.09), transparent 58%),
      radial-gradient(1200px 700px at 50% 0%, rgba(245, 158, 11, 0.06), transparent 50%),
      linear-gradient(135deg, rgba(196, 30, 26, 0.045) 0%, transparent 48%),
      repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(196, 30, 26, 0.028) 40px, rgba(196, 30, 26, 0.028) 41px),
      repeating-linear-gradient(90deg, transparent 0, transparent 72px, rgba(196, 30, 26, 0.02) 72px, rgba(196, 30, 26, 0.02) 73px),
      #ede6e1;
  }
}
@media (min-width: 1900px) {
  body {
    background:
      radial-gradient(ellipse 58% 90% at 0% 38%, rgba(196, 30, 26, 0.095), transparent 60%),
      radial-gradient(ellipse 58% 90% at 100% 62%, rgba(232, 92, 36, 0.1), transparent 60%),
      radial-gradient(1400px 800px at 50% -8%, rgba(245, 158, 11, 0.07), transparent 52%),
      linear-gradient(135deg, rgba(196, 30, 26, 0.05) 0%, transparent 45%),
      repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(196, 30, 26, 0.03) 40px, rgba(196, 30, 26, 0.03) 41px),
      repeating-linear-gradient(90deg, transparent 0, transparent 64px, rgba(196, 30, 26, 0.022) 64px, rgba(196, 30, 26, 0.022) 65px),
      #ebe4df;
  }
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
img {
  max-width: 100%;
  display: block;
}
.container {
  width: min(92%, var(--max-w));
  margin: 0 auto;
  overflow-x: clip;
  max-width: 100%;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--flame-dark);
  backdrop-filter: blur(12px);
  border-bottom: 3px solid var(--accent);
  box-shadow: 0 4px 24px rgba(196, 30, 26, 0.2);
  overflow: visible;
}
.site-header .logo span { color: var(--white); }
.site-header .nav-toggle {
  color: var(--white);
  border-color: rgba(255,255,255,0.18);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
  gap: 12px;
  flex-wrap: nowrap;
}
.header-icon-link{display:inline-flex;align-items:center;justify-content:center;margin-left:12px;padding:6px;cursor:pointer;box-sizing:content-box;}
.header-icon-link:hover .header-icon{transform:scale(1.2);}
.header-icon{width:28px;height:28px;display:block;transition:transform 0.2s ease;} 
.logo {
  display: flex;
  align-items: center;
  gap: 0;
}
.logo img {
  width: auto;
  height: 48px;
  object-fit: contain;
  background: transparent;
}
.nav-toggle {
  background: transparent;
  border: 1px solid var(--stroke);
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 0.85rem;
  display: none;
  cursor: pointer;
  z-index: 101;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}
.site-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 16px;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.site-nav a {
  color: rgba(255, 255, 255, 0.88);
  transition: color 0.2s ease, background 0.2s ease;
}
.site-nav a:hover {
  color: var(--accent-amber);
  text-shadow: 0 0 10px rgba(245,158,11,0.35);
}
.site-nav a.active {
  color: var(--accent-amber);
  font-weight: 700;
  text-shadow: 0 0 10px rgba(245,158,11,0.35);
}
.nav-toggle:focus-visible, .site-nav a:focus-visible, .button:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.hero {
  padding: 80px 0 70px;
  position: relative;
  overflow: hidden;
  text-align: left;
  background:
    linear-gradient(165deg, var(--flame-dark) 0%, #2d1513 45%, #3d1c19 100%);
  border-bottom: 4px solid var(--accent);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}
@media (min-width: 1500px) {
  .hero {
    background:
      radial-gradient(ellipse 50% 120% at 0% 30%, rgba(196, 30, 26, 0.35), transparent 58%),
      radial-gradient(ellipse 50% 120% at 100% 70%, rgba(232, 92, 36, 0.18), transparent 58%),
      linear-gradient(165deg, var(--flame-dark) 0%, #2d1513 45%, #3d1c19 100%);
  }
}
@media (min-width: 1900px) {
  .hero {
    background:
      radial-gradient(ellipse 55% 130% at 0% 25%, rgba(196, 30, 26, 0.4), transparent 60%),
      radial-gradient(ellipse 55% 130% at 100% 75%, rgba(232, 92, 36, 0.22), transparent 60%),
      linear-gradient(165deg, var(--flame-dark) 0%, #2d1513 42%, #3d1c19 100%);
  }
}
.hero-stripe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-orange) 50%, var(--accent-amber) 100%);
  opacity: 0.95;
}
.hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
  text-align: left;
}
@media (min-width: 861px) {
  .hero .hero-card { margin-left: auto; margin-right: 0; }
}
.hero-content { text-align: left; }
.hero h1 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.2rem, 4.2vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  color: var(--white);
  line-height: 1.12;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.hero .hero-lead,
.hero p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
  margin: 0 0 24px;
  line-height: 1.55;
}
.hero .hero-eyebrow {
  color: var(--accent-amber);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: flex-start;
}
.hero .button.primary {
  background: var(--accent);
  border-color: var(--accent-orange);
  box-shadow: 0 4px 12px rgba(196, 30, 26, 0.25);
}
.hero .button.primary:hover {
  background: var(--accent-orange);
  box-shadow: 0 4px 14px rgba(232, 92, 36, 0.28);
}
.hero .button.ghost {
  border-color: rgba(255,255,255,0.5);
  color: var(--white);
}
.hero .button.ghost:hover {
  background: rgba(255,255,255,0.12);
  border-color: var(--white);
  color: var(--white);
}
.button.home-services-cta {
  background: var(--accent-amber);
  border: 2px solid #d97706;
  color: #2a1404;
  box-shadow: 0 3px 10px rgba(245,158,11,0.2);
  font-weight: 700;
}
.button.home-services-cta:hover {
  background: #f3cd41;
  border-color: #b45309;
  color: #2a1404;
  box-shadow: 0 4px 14px rgba(245,158,11,0.4);
}
.hero .button.home-services-cta,
.hero .button.home-services-cta:hover { color: var(--white); }
.contact-hero {
  text-align: center;
  overflow-x: clip;
}
.contact-hero h1,
.contact-hero .contact-hero-sub {
  color: var(--white);
  text-shadow: 0 1px 8px rgba(0,0,0,0.25);
}
.contact-hero .contact-hero-hours {
  color: rgba(255,255,255,0.9);
  text-shadow: 0 1px 8px rgba(0,0,0,0.25);
}
.contact-hero h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  position: relative;
  z-index: 2;
  margin: 0 0 18px;
  line-height: 1.2;
  padding-block: 0.06em;
}
.contact-hero-inner {
  max-width: 920px;
  margin: 0 auto;
  overflow-x: clip;
  width: 100%;
  position: relative;
  z-index: 1;
}
.contact-hero-grid-wrap {
  margin: 16px 0 8px;
  width: 100%;
  overflow-x: clip;
}
.contact-hero-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
}
.contact-form-card, .contact-map-card {
  background: hsl(0, 35%, 16%) !important;
  border: var(--panel-border-soft);
  box-shadow: var(--panel-shadow-soft);
}
.contact-hero-item {
  background: #fff7f5;
  border: 1px solid rgba(143, 27, 23, 0.28);
  box-shadow: var(--panel-shadow-soft);
  border-radius: 14px;
  padding: 16px 14px;
  text-align: center;
  display: grid;
  gap: 8px;
  justify-items: center;
}
.contact-hero-emoji { font-size: 2.2rem; margin-bottom: 6px; }
.contact-hero .contact-hero-item .contact-hero-text,
.contact-hero-item p.contact-hero-text {
  margin: 0;
  color: #1b0d0a !important;
  font-weight: 700;
  font-size: 1rem;
}
.contact-hero-sub { font-weight: 600; margin: 0 0 6px; }
.contact-hero-hours { margin: 0 0 22px; color: var(--muted); font-weight: 600; }
.contact-hero-link {
  border-radius: 999px;
  background: #f1d3cf;
  border: 1px solid #c98981;
  color: var(--text);
  box-shadow: none;
  padding: 10px 18px;
  font-size: 0.92rem;
}
.contact-hero-link:hover { background: #e9bfba; border-color: #b86b63; }
.map-embed {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--stroke);
  background: var(--white);
}
.map-embed iframe { width: 100%; height: 100%; min-height: 200px; border: 0; display: block; }
.contact-form-card .form-hint { text-align: center; }
.form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.hero-eyebrow {
  margin: 0 0 10px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
}
.section .hero-actions, .contact-hero .hero-actions, .banner .hero-actions { justify-content: center; }
.button {
  border: none;
  padding: 12px 22px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
  text-decoration: none;
}
.button.primary {
  background: var(--accent);
  color: var(--white);
  border: 2px solid var(--accent-2);
  box-shadow: 0 3px 10px rgba(196, 30, 26, 0.2);
  font-weight: 700;
}
.button.primary:hover {
  background: var(--accent-orange);
  border-color: var(--accent-orange);
  color: var(--white);
  box-shadow: 0 4px 12px rgba(232, 92, 36, 0.22);
}
.button.ghost {
  background: transparent;
  border: 2px solid rgba(196, 30, 26, 0.6);
  color: var(--accent-2);
  font-weight: 600;
}
.button.ghost:hover { background: rgba(196, 30, 26, 0.08); border-color: var(--accent); color: var(--accent-2); }
.review-cta {
  margin: 16px auto 0;
  padding: 16px 20px 0;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  border: none;
  box-shadow: none;
}
.review-cta-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.review-cta-title { margin: 0; font-weight: 700; font-size: 0.92rem; color: var(--white); text-shadow: 0 1px 4px rgba(0,0,0,0.2); line-height: 1.3; }
.review-cta-content .button.review-cta-link {
  background: var(--accent);
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.35);
  box-shadow: 0 3px 10px rgba(196,30,26,0.2);
  padding: 9px 16px;
  font-size: 0.88rem;
  font-weight: 700;
  gap: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  justify-self: center;
}
.review-cta-content .button.review-cta-link:hover {
  background: var(--accent-orange);
  box-shadow: 0 4px 12px rgba(232,92,36,0.25);
}
.contact-hero .review-stars,
.review-cta-link .review-stars {
  color: #f59e0b;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  text-shadow: 0 0 12px rgba(245,158,11,0.6);
  display: block;
  margin-bottom: 4px;
}
.review-cta-note { margin: 0; font-size: 0.78rem; color: rgba(255,255,255,0.8); line-height: 1.4; margin-top: 2px; }
.button:hover { transform: translateY(-2px); }
.hero-card {
  background: var(--white);
  border: 2px solid rgba(120, 11, 9, 0.519);
  padding: 28px;
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(196, 30, 26, 0.08);
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  min-height: 220px;
  position: relative;
}
.hero-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-orange) 100%);
  border-radius: 0 4px 4px 0;
}
.hero-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.hero-card-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  align-items: center;
}
.hero-card-icon {
  width: 36px;
  height: 36px;
}
.hero-card-list strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 4px;
  color: var(--black);
  font-weight: 700;
  letter-spacing: 0.01em;
}
.hero-card-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}
.section,
.intro-roma {
  padding: 70px 0;
  background:
    linear-gradient(180deg, rgba(196, 30, 26, 0.02) 0%, transparent 30%),
    repeating-linear-gradient(90deg, transparent, transparent 80px, rgba(232, 92, 36, 0.02) 80px, rgba(232, 92, 36, 0.02) 81px),
    #f8f4f1;
}
@media (min-width: 1500px) {
  .section,
  .intro-roma {
    background:
      radial-gradient(ellipse 48% 100% at 0% 50%, rgba(196, 30, 26, 0.055), transparent 52%),
      radial-gradient(ellipse 48% 100% at 100% 50%, rgba(232, 92, 36, 0.05), transparent 52%),
      linear-gradient(180deg, rgba(196, 30, 26, 0.025) 0%, transparent 32%),
      repeating-linear-gradient(90deg, transparent, transparent 72px, rgba(232, 92, 36, 0.024) 72px, rgba(232, 92, 36, 0.024) 73px),
      #f3ede8;
  }
}
@media (min-width: 1900px) {
  .section,
  .intro-roma {
    background:
      radial-gradient(ellipse 52% 100% at 0% 48%, rgba(196, 30, 26, 0.065), transparent 54%),
      radial-gradient(ellipse 52% 100% at 100% 52%, rgba(232, 92, 36, 0.055), transparent 54%),
      linear-gradient(180deg, rgba(196, 30, 26, 0.03) 0%, transparent 35%),
      repeating-linear-gradient(90deg, transparent, transparent 64px, rgba(232, 92, 36, 0.028) 64px, rgba(232, 92, 36, 0.028) 65px),
      #f0eae4;
  }
}
.intro-roma__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}
.intro-roma__left h2 {
  margin: 0 0 12px;
  font-size: 2rem;
  color: var(--black);
}
.intro-roma__title {
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: var(--black);
}
.intro-roma__accent {
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 0.02em;
}
.intro-roma__lead {
  margin: 0 0 16px;
  color: var(--muted);
}
.intro-roma__why h3,
.intro-roma__right h3 {
  margin: 0 0 12px;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--black);
}
.intro-roma__why ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  gap: 10px;
}
.intro-roma__why li {
  position: relative;
  padding-left: 18px;
  color: var(--text);
}
.intro-roma__why li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--accent);
}
.intro-roma__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.intro-roma__cards {
  display: grid;
  gap: 16px;
}
.intro-roma__card {
  background: var(--white);
  border: 2px solid rgba(122, 7, 5, 0.674);
  border-radius: var(--radius-sm);
  padding: 18px;
  box-shadow: 0 8px 24px rgba(196, 30, 26, 0.08);
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
}
.intro-roma__card h4 {
  margin: 0 0 6px;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--black);
}
.intro-roma__card p { margin: 0; color: var(--muted); font-size: 0.92rem; }
.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
  text-align: center;
}
.section-header h2 { margin: 0; font-size: 2rem; color: var(--black); font-weight: 800; }
.section-header p { margin: 0 auto; color: var(--muted); max-width: 520px; }
.contact-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto minmax(480px, 1fr);
  gap: 20px 24px;
  max-width: 960px;
  margin: 0 auto;
  align-items: stretch;
}
.contact-card-header { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; }
.contact-card-header h2 { margin: 0; font-size: 2rem; font-weight: 800; color: var(--black); font-family: "Montserrat", sans-serif; }
.contact-card-header p { margin: 0; color: var(--muted); max-width: 400px; }
.contact-form-card,
.contact-map-card { display: flex; flex-direction: column; height: 100%; min-height: 0; padding: 24px; }
.contact-form-card .form-grid { display: flex; flex-direction: column; flex: 1; min-height: 0; gap: 14px; }
.contact-form-card .form-grid textarea { flex: 1; min-height: 80px; resize: vertical; }
.contact-form-card .form-grid .form-hint { margin: 0; font-size: 0.9rem; color: rgba(255,255,255,0.88); flex-shrink: 0; }
.form-hint { font-size: 0.9rem; color: var(--muted); }
.contact-map-card .map-actions { display: flex; flex-direction: column; align-items: center; margin-top: auto; padding-top: 2px; flex-shrink: 0; }
.contact-map-card .map-actions .contact-map-hint { font-size: 0.9rem; color: var(--muted); text-align: center; margin: 0 0 2px; width: 100%; }
.contact-map-card .map-embed { flex: 1; min-height: 0; height: 100%; border-radius: 14px; overflow: hidden; border: 1px solid var(--stroke); }
.contact-map-card .map-embed iframe { height: 100%; width: 100%; min-height: 0; display: block; border: 0; }
.contact-form-card .contact-cta-btn,
.contact-map-card .contact-cta-btn {
  display: inline-flex; align-items: center; justify-content: center; align-self: center; flex-shrink: 0;
  width: 260px; min-width: 260px; height: 48px; min-height: 48px; padding: 0 24px; box-sizing: border-box;
  font-family: inherit; font-size: 0.9rem; font-weight: 700; line-height: 1.2;
  text-align: center; text-decoration: none; white-space: nowrap; cursor: pointer; border-radius: 999px;
}
.contact-form-card .form-grid .contact-cta-btn { justify-self: center; }
.card {
  background: var(--white);
  border: 2px solid rgba(196, 30, 26, 0.15);
  border-radius: var(--radius-sm);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 220px;
  box-shadow: 0 8px 24px rgba(196, 30, 26, 0.06);
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.card:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 30, 26, 0.3);
  box-shadow: 0 14px 32px rgba(196, 30, 26, 0.12);
}
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-orange) 100%);
}
.card strong {
  font-size: 1.05rem;
  min-height: 44px;
  color: var(--black);
}
.card p {
  margin: 0;
  color: var(--muted);
  text-align: center;
}
.company-story {
  padding: 48px 0 52px;
}
.company-story .container {
  position: relative;
  max-width: 900px;
}
.company-story .section-header {
  margin-bottom: 36px;
  gap: 14px;
}
.company-story .section-header h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.85rem, 4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--black);
}
.company-story .section-header h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, var(--accent), var(--accent-amber));
  border-radius: 2px;
}
.company-story .section-header p {
  font-size: 1.12rem;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 500;
  max-width: 800px;
}
.company-story-body {
  text-align: left;
}
.company-story-body p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.75;
  color: var(--text);
}
.company-story-body p + p {
  margin-top: 1.35em;
}
.company-story .story-emphasis {
  font-weight: 700;
  color: var(--black);
}
.area-clienti-hero { text-align: center; padding: 56px 0 48px; }
.area-clienti-hero-inner { max-width: 760px; margin: 0 auto; }
.area-clienti-lead { color: rgba(255,255,255,0.92); font-size: 1.1rem; margin: 0; }
.area-clienti-section .container { max-width: 900px; }
.area-clienti-features {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--text);
}
.area-clienti-features li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 14px;
}
.area-clienti-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-amber));
}
.area-clienti-features strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--black);
}
.area-clienti-cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
  padding-top: 36px;
}
.area-clienti-cta-box {
  background: var(--white);
  border: 2px solid rgba(122, 7, 5, 0.4);
  border-radius: 14px;
  padding: 28px 24px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.area-clienti-cta-box:hover {
  transform: translateY(-2px);
  border-color: var(--accent);
  box-shadow: 0 12px 28px rgba(196, 30, 26, 0.12);
}
.area-clienti-cta-box h2,
.area-clienti-cta-box h3 {
  margin: 0 0 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--black);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.area-clienti-cta-box .button {
  min-width: 160px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.area-clienti-cta-box .button.home-services-cta,
.area-clienti-cta-box .button.home-services-cta:hover { color: var(--white); }
.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 26px auto 0;
  max-width: 900px;
  align-items: stretch;
  text-align: center;
}
.stat {
  padding: 22px 18px;
  border-radius: var(--radius-sm);
  background: var(--white);
  border: 2px solid rgba(122, 7, 5, 0.674);
  box-shadow: 0 10px 28px rgba(196, 30, 26, 0.08);
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.stat:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(196, 30, 26, 0.14); }
.stat-icon { width: 42px; height: 42px; margin-bottom: 12px; }
.hero-card-icon, .intro-roma__icon, .stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--accent);
  background: rgba(196, 30, 26, 0.12);
  border: 2px solid rgba(122, 7, 5, 0.674);
}
.hero-card-icon { border-color: rgb(117, 13, 11); }
.intro-roma__icon { width: 40px; height: 40px; border-color: rgba(196, 30, 26, 0.3); background: rgba(196, 30, 26, 0.1); }
.hero-card-icon svg, .intro-roma__icon svg, .stat-icon svg { width: 20px; height: 20px; }
.stat h3 { margin: 0; font-size: 1.6rem; text-align: center; color: var(--black); }
.stat p { margin: 8px 0 0; color: var(--muted); text-align: center; }
.summary-section .banner { margin-bottom: 18px; }
.summary-section .button.ghost,
.summary-section .button.ghost:hover {
  border-color: rgba(122, 7, 5, 0.674);
}
.summary-section { padding-bottom: 54px; }
/* Banner base style, senza background image */
.banner {
  padding: 36px 32px;
  border-radius: var(--radius-sm);
  border: 2px solid rgba(122, 7, 5, 0.674);
  display: grid;
  gap: 16px;
  box-shadow: 0 12px 32px rgba(196, 30, 26, 0.08);
  text-align: center;
  justify-items: center;
}

/* Banner home: fiamma-estintore */
.summary-section .banner {
  background: url('assets/fiamma--estintore.png') center center/cover no-repeat;
}
/* Banner servizi: antincendio */
.services-section .banner {
  background: url('assets/antincendio.png') center center/cover no-repeat;
}
.banner h2,
.banner h3 { margin: 0; font-size: 2rem; font-weight: 800; color: var(--black); }
.banner p { margin: 0; color: var(--muted); }
.banner .button.home-services-cta,
.banner .button.home-services-cta:hover { color: var(--white); }
.chi-siamo-banner {
  background: linear-gradient(180deg, rgba(0,0,0,.52), rgba(0,0,0,.32)), url("assets/chi-siamo-banner.png") center/cover no-repeat;
  border: none;
  color: var(--white);
  min-height: 260px;
  max-width: 900px;
  margin: 0 auto;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
.chi-siamo-banner h2,
.chi-siamo-banner h3,
.chi-siamo-banner-title {
  margin: 0 0 8px;
  color: var(--black);
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
}
.chi-siamo-banner p {
  color: rgba(255,255,255,.92);
}
.chi-siamo-banner .button.primary {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
}
.chi-siamo-banner .button.ghost {
  border-color: rgba(255,255,255,.75);
  color: var(--white);
}
.site-footer {
  padding: 0;
  border-top: 4px solid var(--accent);
  margin-top: 48px;
  background: var(--flame-dark);
  color: #f1ded3;
  text-align: left;
  box-shadow: 0 -4px 24px rgba(196, 30, 26, 0.15);
}
@media (min-width: 1500px) {
  .site-footer {
    background:
      radial-gradient(ellipse 45% 120% at 0% 50%, rgba(196, 30, 26, 0.22), transparent 55%),
      radial-gradient(ellipse 45% 120% at 100% 50%, rgba(232, 92, 36, 0.1), transparent 55%),
      var(--flame-dark);
  }
}
.footer-legal {
  text-align: center;
  font-size: 0.85rem;
  margin-top: 0;
  padding-bottom: 2px;
  transform: translateY(-32px);
  color: rgba(201,179,167,0.95);
}
.footer-legal a {
  color: rgba(241,222,211,0.95);
}
.footer-legal a:hover {
  text-decoration: underline;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
  width: 100%;
  margin: 0;
  justify-items: stretch;
  text-align: left;
  padding-top: 10px;
}
.footer-grid > div {
  padding: 0 20px;
}
.footer-grid > div:first-child {
  padding-left: 0;
  justify-self: start;
  margin-left: 28px;
}
.footer-grid > div:last-child {
  padding-right: 0;
  justify-self: end;
  margin-right: 28px;
}
.footer-grid > div:last-child p,
.footer-grid > div:last-child strong { text-align: center; }
.footer-grid p { margin: 2px 0; color: #c9b3a9; font-size: 0.9rem; line-height: 1.4; }
.footer-brand { display: flex; align-items: center; justify-content: flex-start; gap: 12px; }
  .footer-brand > div { text-align: left; }
  .footer-brand strong { display: block; margin: 0; text-align: left; }
.footer-grid strong { font-weight: 700; font-size: 0.98rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--white); }
.site-footer .footer-highlight { color: rgba(255,255,255,0.95); }
.footer-logo { width: 72px; height: 72px; object-fit: contain; margin: 0; }
.site-footer strong,
.site-footer p { display: block; }
.footer-highlight { color: var(--white); font-weight: 600; }
.form-grid { display: grid; gap: 16px; }
.form-grid input,
.form-grid textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(176, 47, 22, 0.28);
  background: var(--white);
  color: var(--text);
  font-family: inherit;
}
.form-grid textarea { min-height: 140px; resize: vertical; }
.form-grid button { justify-self: center; min-width: 220px; justify-content: center; }
.contact-form-card .form-grid button.contact-cta-btn { min-width: unset; }
.access-popup-form .form-hint { color: var(--text); text-align: center; margin: 6px 0 0; min-height: 1.2em; font-size: 0.9rem; }
.access-popup-form .form-hint.success { color: #16a34a; }
.access-popup-form .form-hint.error { color: var(--accent); }
.contact-form-card .form-grid .form-hint.success { color: #4ade80; }
.contact-form-card .form-grid .form-hint.error { color: #fda4af; }
.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: reveal 0.7s ease forwards;
}
.reveal[data-delay="1"] { animation-delay: 0.1s; }
.reveal[data-delay="2"] { animation-delay: 0.2s; }
.reveal[data-delay="3"] { animation-delay: 0.35s; }
.reveal[data-delay="4"] { animation-delay: 0.5s; }
@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== Schermi grandi (≥1500px): contenuto allargato e simmetrico.
   Sotto 1500px nulla cambia. */
@media (min-width: 1500px) {
  :root {
    --max-w: 1460px;
  }
  .container {
    width: min(95%, var(--max-w));
  }
  .hero { padding: 100px 0 90px; }
  .section,
  .intro-roma { padding: 90px 0; }
  .summary-section { padding-bottom: 70px; }
  .hero-grid { gap: 60px; }
  .intro-roma__grid { gap: 52px; }
  .contact-cards-grid { gap: 24px 32px; }
  .stats { gap: 22px; }
  .area-clienti-cta { gap: 32px; }
  .contact-cards-grid,
  .stats,
  .map-stats,
  .ambiti-list,
  .prodotti-list,
  .categoria-prodotti,
  .classi-fuoco-legend,
  .clienti-map-wrap,
  .chi-siamo-banner {
    max-width: 100%;
  }
  .hero-card { max-width: 520px; padding: 32px; }
  .hero-content { max-width: 640px; }
  .stat { min-height: 160px; padding: 26px 22px; }
  .card { padding: 22px; }
  .intro-roma__card { padding: 22px; }
  .contact-hero-inner { max-width: 100%; }
  .contact-hero-grid { gap: 24px; }
  .contact-hero-item { padding: 22px 18px; }
  .company-story .container { max-width: 1040px; }
  .area-clienti-section .container { max-width: 1080px; }
  .preventivo-section .container { max-width: 860px; }
  /* Hero prodotti su schermi grandi: simmetria reale.
     Titolo centrato nella metà sinistra, foto centrata nella metà destra. */
  .hero.prodotti-hero { padding-top: 95px; padding-bottom: 95px; }
  .prodotti-hero .hero-content {
    text-align: center;
    max-width: none;
    align-self: center;
  }
  .prodotti-hero-image img {
    left: calc(50% + min(95vw, var(--max-w)) / 4);
    right: auto;
    top: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    transform: translateX(-50%);
    max-width: 540px;
    object-fit: contain;
  }
  /* Header più presente su schermi larghi */
  .header-inner { padding: 14px 0; gap: 18px; }
  .logo img { height: 56px; }
  .site-nav { font-size: 0.9rem; gap: 20px; }
  .header-icon { width: 32px; height: 32px; }
  /* Popup area clienti: modale più larga per non tagliare le voci del menu */
  .access-popup-modal { width: min(96vw, 440px); padding: 32px 26px 20px; }
  .access-popup-menu { gap: 22px; }
  .access-popup-menu-item { font-size: 0.88rem; }
  /* Footer monitor grandi: container più largo del content container così
     brand e contatti si attaccano ai bordi dello schermo, non al container. */
  .site-footer .container.footer-grid,
  .site-footer .container.footer-legal {
    width: calc(100% - 80px);
    max-width: none;
  }
  .footer-grid {
    grid-template-columns: auto 1fr auto;
  }
  .footer-grid > div:first-child {
    grid-column: 1;
    justify-self: start;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
  }
  .footer-grid > div:last-child {
    grid-column: 3;
    justify-self: end;
    margin-right: 0;
    padding-right: 0;
  }
}
@media (min-width: 1750px) {
  :root {
    --max-w: 1640px;
  }
  .hero h1 { font-size: clamp(2.6rem, 3.6vw, 3.8rem); }
  .section-header h2 { font-size: 2.2rem; }
  .banner h2,
  .banner h3 { font-size: 2.2rem; }
  .intro-roma__left h2 { font-size: 2.3rem; }
  .hero { padding: 120px 0 100px; }
  .hero.prodotti-hero { padding-top: 110px; padding-bottom: 110px; }
  .section,
  .intro-roma { padding: 110px 0; }
  .hero-grid { gap: 72px; }
  .intro-roma__grid { gap: 60px; }
  .contact-cards-grid { gap: 28px 40px; }
  .hero-card { max-width: 580px; padding: 36px; }
  .hero-content { max-width: 700px; }
  .stat { min-height: 170px; }
  .company-story .container { max-width: 1080px; }
  .preventivo-section .container { max-width: 900px; }
  .prodotti-hero-image img { max-width: 620px; }
  .logo img { height: 62px; }
  .site-nav { font-size: 0.95rem; gap: 22px; }
  .header-icon { width: 34px; height: 34px; }
}
@media (min-width: 2000px) {
  :root {
    --max-w: 1820px;
  }
  .hero h1 { font-size: clamp(2.8rem, 3.6vw, 4rem); }
  .section-header h2 { font-size: 2.35rem; }
  .hero-card { max-width: 620px; }
  .hero-content { max-width: 760px; }
  .company-story .container { max-width: 1140px; }
  .prodotti-hero-image img { max-width: 700px; }
  .logo img { height: 68px; }
  .site-nav { font-size: 1rem; gap: 24px; }
  .header-icon { width: 36px; height: 36px; }
}
@media (min-width: 2500px) {
  :root {
    --max-w: 2000px;
  }
  .company-story .container { max-width: 1200px; }
  .prodotti-hero-image img { max-width: 780px; }
  .logo img { height: 74px; }
  .site-nav { font-size: 1.05rem; gap: 28px; }
  .header-icon { width: 40px; height: 40px; }
}

@media (max-width: 860px) {
  .site-header {
    padding-bottom: 0;
  }
  .intro-roma__grid {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-top: 60px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .contact-hero-grid-wrap { margin: 12px 0 6px; }
  .contact-hero-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .contact-cards-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .contact-cards-grid > .contact-card-header:nth-child(1) { order: 1; }
  .contact-cards-grid > .contact-form-card { order: 2; }
  .contact-cards-grid > .contact-card-header:nth-child(2) { order: 3; }
  .contact-cards-grid > .contact-map-card { order: 4; }
  .contact-hero-item {
    padding: 16px;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
  }
  .contact-hero-item .contact-hero-text,
  .contact-hero-item p.contact-hero-text {
    font-size: 1rem;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  .contact-hero-item:nth-child(2) .contact-hero-text { white-space: nowrap; }
  .contact-hero-link {
    padding: 10px 18px;
    font-size: 0.9rem;
    white-space: nowrap;
    width: auto;
    max-width: 100%;
  }
  .review-cta-title,
  .review-cta-note,
  .button.review-cta-link,
  .section-header h2,
  .section-header p,
  .card,
  .footer-grid strong,
  .footer-grid .footer-highlight,
  .footer-legal {
    overflow-wrap: break-word;
    word-break: break-word;
  }
  .review-cta {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0;
    max-width: 100%;
  }
  .review-cta-content { justify-items: center; text-align: center; }
  .contact-form-card,
  .contact-map-card {
    min-width: 0;
  }
  .contact-form-card .form-grid input,
  .contact-form-card .form-grid textarea {
    min-width: 0;
    box-sizing: border-box;
  }
  .card {
    min-width: 0;
  }
  .header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 0;
    flex-wrap: nowrap;
    overflow: visible;
  }
  .logo { order: 1; flex: 1 1 auto; min-width: 0; max-width: none; gap: 0; }
  .logo img { width: auto; height: 42px; }
  .nav-toggle { order: 3; flex: 0 0 auto; display: inline-flex !important; margin-left: 0; padding: 9px 11px; font-size: 0.86rem; font-weight: 600; border-radius: 10px; cursor: pointer; z-index: 101; pointer-events: auto; }
  .header-icon-link{order:2;margin-left:0;margin-right:8px;}
  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    background: rgba(17, 10, 8, 0.98);
    border: 1px solid rgba(209, 38, 31, 0.24);
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    display: none !important;
    width: 100%;
    min-width: 0;
    z-index: 100;
  }
  .site-nav.open { display: flex !important; }
  .site-nav a { padding: 12px; width: 100%; border-radius: 10px; font-size: 0.95rem; line-height: 1.15; }
  .site-nav a:hover { background: rgba(196, 30, 26, 0.2); }
  .site-nav a.active { background: rgba(196, 30, 26, 0.28); }
  .site-footer { padding-top: 18px; padding-bottom: 14px; }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    justify-items: center;
    text-align: center;
    padding-top: 14px;
  }
  .footer-grid > div,
  .footer-grid > div:first-child,
  .footer-grid > div:last-child { padding: 0; width: 100%; max-width: 420px; justify-self: center; margin-left: 0; margin-right: 0; text-align: center; }
  .footer-brand { flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
  .footer-brand > div { text-align: center; }
  .footer-logo { width: 64px; height: 64px; }
  .site-footer strong,
  .site-footer p { text-align: center; }
  .footer-legal { transform: none; margin-top: 10px; padding: 10px 0 0; line-height: 1.35; }
  .company-story { padding: 36px 0 42px; }
  .company-story-body p { font-size: 1.08rem; line-height: 1.7; }
  .area-clienti-cta { grid-template-columns: 1fr; gap: 16px; margin-top: 36px; padding-top: 28px; }
  .area-clienti-cta-box { padding: 22px 20px; }
  .area-clienti-hero { padding: 48px 0 40px; }
  .summary-section .stats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; max-width: 100%; }
  .summary-section .stat { padding: 14px 10px; min-height: auto; }
  .summary-section .stat-icon { width: 34px; height: 34px; margin-bottom: 8px; }
  .summary-section .stat-icon svg { width: 18px; height: 18px; }
  .summary-section .stat h3 { font-size: 1.05rem; line-height: 1.15; }
  .summary-section .stat p { font-size: 0.92rem; line-height: 1.35; margin-top: 6px; }
}
@media (max-width: 480px) {
  .header-inner { gap: 8px; padding: 12px 0; }
  .logo { max-width: none; gap: 8px; }
  .logo img { width: auto; height: 36px; }
  .nav-toggle { padding: 8px 10px; font-size: 0.8rem; }
  .hero .hero-eyebrow { font-size: 0.75rem; letter-spacing: 0.08em; }
  .summary-section .stats { gap: 8px; grid-template-columns: 1fr; }
  .summary-section .stat { padding: 12px 8px; }
  .summary-section .stat h3 { font-size: 0.98rem; }
  .summary-section .stat p { font-size: 0.88rem; }
  .hero { padding: 46px 0 40px; }
  .hero h1 { font-size: clamp(1.8rem, 7vw, 2.3rem); line-height: 1.12; }
  .hero-actions { gap: 10px; }
  .section,
  .intro-roma { padding: 44px 0; }
  .card { padding: 14px; gap: 10px; min-height: auto; }
  .card strong { min-height: 0; line-height: 1.2; }
  .card p { font-size: 0.95rem; line-height: 1.45; }
  .section-header { margin-bottom: 18px; gap: 8px; }
  .stat { min-height: auto; }
  .button { padding: 13px 20px; }
  .hero-card { padding: 22px; min-height: auto; }
  .hero-card-list li { grid-template-columns: 40px 1fr; gap: 14px; }
  .banner { padding: 22px; }
  .ambito-item {
    grid-template-columns: 44px 1fr;
    gap: 14px;
    padding: 20px 12px;
  }
  .ambito-item:hover { padding-left: 16px; }
  .ambito-icon { width: 40px; height: 40px; border-radius: 10px; }
  .ambito-icon svg { width: 20px; height: 20px; }
  .ambito-content h3 { font-size: 1.05rem; }
  .ambito-content p { font-size: 0.92rem; }
}
/* ── Legenda collassabile ── */
.legend-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--black);
}
.legend-toggle::after {
  content: "▾";
  font-size: 0.85rem;
  transition: transform 0.25s ease;
  color: var(--accent);
}
.legend-toggle.collapsed::after {
  transform: rotate(-90deg);
}
.legend-body {
  overflow: hidden;
  max-height: 300px;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}
.legend-body.collapsed {
  max-height: 0;
  opacity: 0;
}

/* Prodotti */
.prodotti-hero { position: relative; }
.prodotti-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.prodotti-hero-image img {
  position: absolute;
  top: 0;
  right: 4vw;
  height: 100%;
  width: auto;
  max-width: 55vw;
  object-fit: contain;
}
.prodotti-hero .hero-grid { position: relative; z-index: 2; }
.prodotti-hero .hero-lead-mobile { display: none; }
.prodotti-section { padding: 60px 0; }
.prodotti-tabs {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.prodotti-tab {
  padding: 8px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.prodotti-tab:hover {
  color: var(--accent);
}
.prodotti-tab.active {
  color: var(--accent);
  border-bottom-color: var(--accent);
}
.categoria-prodotti {
  max-width: 950px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .prodotti-hero-image img {
    right: 2vw;
    max-width: 60vw;
    height: 100%;
  }
  .prodotti-hero .hero-lead-desktop { display: none; }
  .prodotti-hero .hero-lead-mobile { display: inline; }
  .prodotti-tabs {
    gap: 24px;
    margin-bottom: 32px;
  }
  .prodotti-tab {
    font-size: 0.9rem;
  }
}
.classi-fuoco-legend {
  max-width: 850px;
  margin: 0 auto 36px;
  text-align: left;
}
.legend-title {
  margin: 0 0 6px;
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.5;
}
.legend-title:last-child {
  margin-bottom: 0;
}
.legend-title strong {
  color: var(--accent);
  font-weight: 600;
}
.prodotti-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 950px;
  margin: 0 auto;
}
.prodotto-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  align-items: center;
  padding: 28px 0;
}
.prodotto-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
}
.prodotto-image img {
  max-width: 100%;
  max-height: 220px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.06));
}
.prodotto-highlight {
  margin: 12px 0 0;
}
.prodotto-highlight a {
  font-weight: 700;
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.prodotto-highlight a:hover {
  color: var(--accent-orange);
}
.prodotto-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
  max-width: 680px;
}
.prodotto-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--black);
  line-height: 1.3;
}
.prodotto-description {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--text);
  max-width: 100%;
}
.prodotto-varianti {
  margin: 8px 0;
  padding: 8px 0;
}
.prodotto-varianti p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text);
}
.prodotto-varianti strong {
  color: var(--black);
  font-weight: 600;
}
.prodotto-uses {
  margin-top: 4px;
}
.prodotto-uses h3,
.prodotto-uses h4 {
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--black);
}
.prodotto-uses ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.prodotto-uses li {
  position: relative;
  padding-left: 6px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text);
}
.prodotto-uses li::before {
  content: "•";
  position: absolute;
  left: -16px;
  color: var(--accent);
  font-weight: 700;
  font-size: 1rem;
}
.prodotto-uses li strong {
  color: var(--black);
  font-weight: 600;
}
@media (max-width: 768px) {
  .prodotti-section { padding: 40px 0; }
  .prodotti-list { gap: 40px; }
  .prodotto-item {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
    padding: 24px 0;
  }
  .prodotto-image {
    height: 180px;
    order: 1;
  }
  .prodotto-image img {
    max-height: 180px;
  }
  .prodotto-content {
    order: 2;
    text-align: center;
  }
  .prodotto-title {
    font-size: 1.35rem;
  }
  .prodotto-description {
    font-size: 0.98rem;
  }
  .prodotto-uses {
    text-align: left;
  }
}

/* ── Mappa Clienti ── */
#clienti-map {
  width: 100%;
  height: 520px;
  border-radius: 14px;
  border: 2px solid rgba(196, 30, 26, 0.15);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  z-index: 0;
}
.map-stats {
  list-style: none;
  padding: 0;
  margin: 0 auto 28px;
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.map-stats li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 14px 8px;
  border-top: 2px solid var(--accent);
  background: linear-gradient(180deg, rgba(196, 30, 26, 0.04) 0%, transparent 100%);
  border-radius: 0 0 10px 10px;
}
.map-stats-num {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 3.4vw, 2.2rem);
  line-height: 1;
  color: var(--text);
  letter-spacing: -0.02em;
}
.map-stats-plus {
  color: var(--accent);
  margin-left: 2px;
}
.map-stats-label {
  font-size: 0.88rem;
  color: var(--muted);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.01em;
}
@media (max-width: 640px) {
  .map-stats { grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 22px; }
  .map-stats li { padding: 12px 6px; }
  .map-stats-label { font-size: 0.82rem; }
}

.clienti-map-wrap {
  max-width: 900px;
  margin: 0 auto;
}
.clienti-map-legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 14px;
  font-size: 0.9rem;
  color: var(--muted);
  font-weight: 500;
}
.legend-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 4px;
}
.legend-dot--cond { background: var(--accent); }
.legend-dot--priv { background: var(--accent-amber); }
.marker-dot {
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.9);
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.marker-cond { background: var(--accent); }
.marker-priv { background: var(--accent-amber); }
.custom-cluster { background: transparent; }
.cluster-ring {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 14px rgba(0,0,0,0.22);
}
.cluster-core {
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: var(--black);
  text-shadow: none;
}
.cluster-sm { width: 32px; height: 32px; font-size: 0.72rem; }
.cluster-md { width: 40px; height: 40px; font-size: 0.82rem; }
.cluster-lg { width: 50px; height: 50px; font-size: 0.92rem; }
@media (max-width: 768px) {
  #clienti-map { height: 380px; border-radius: 12px; }
}
@media (max-width: 480px) {
  #clienti-map { height: 300px; }
  .clienti-map-legend { font-size: 0.82rem; gap: 12px; }
}

/* ── Ambiti di intervento ── */
.ambiti-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.ambito-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 22px;
  align-items: start;
  padding: 28px 16px;
  border-bottom: 1px solid rgba(196, 30, 26, 0.1);
  border-radius: 10px;
  transition: background 0.3s ease, padding-left 0.3s ease;
}
.ambito-item:last-child {
  border-bottom: none;
}
.ambito-item:hover {
  background: rgba(196, 30, 26, 0.03);
  padding-left: 24px;
}
.ambito-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
  transition: transform 0.3s ease;
}
.ambito-item:hover .ambito-icon {
  transform: scale(1.15);
}
.ambito-content h3 {
  margin: 0 0 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--black);
  line-height: 1.3;
  transition: color 0.3s ease;
}
.ambito-item:hover .ambito-content h3 {
  color: var(--accent);
}
.ambito-content p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

/* ── Preventivo Calculator ── */
.preventivo-section .container { max-width: 720px; }
.preventivo-header {
  text-align: center;
  margin-bottom: 24px;
}
.preventivo-eyebrow {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}
.preventivo-title {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  font-weight: 800;
  color: var(--black);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.preventivo-subtitle {
  margin: 0;
  font-size: 1rem;
  color: var(--muted);
}
.preventivo-promo-text {
  text-align: center;
  margin: 0 0 28px;
  font-size: 1.15rem;
  color: var(--accent-orange);
  font-weight: 600;
}
.preventivo-promo-text em {
  font-style: italic;
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--accent);
  letter-spacing: 0.02em;
}
.preventivo-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.preventivo-card {
  background: var(--white);
  border: none;
  border-left: 4px solid var(--accent);
  border-radius: 2px 12px 12px 2px;
  padding: 24px 28px;
  margin: 0;
  min-width: 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
fieldset.preventivo-card { display: block; }
.preventivo-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}
.preventivo-card h3 {
  margin: 0 0 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--black);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.prev-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-orange) 100%);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 800;
  flex-shrink: 0;
}
.preventivo-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.preventivo-field-full {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.preventivo-field-with-label {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.preventivo-fields label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family: "Montserrat", sans-serif;
}
.preventivo-fields input[type="number"] {
  padding: 14px 14px;
  font-size: 1.1rem;
  font-weight: 600;
}
.preventivo-fields input[type="number"]::-webkit-inner-spin-button,
.preventivo-fields input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button;
  opacity: 1;
  height: 38px;
  width: 22px;
  cursor: pointer;
}
.preventivo-fields input,
.preventivo-fields select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1.5px solid #e0d6d2;
  background: #faf8f7;
  color: var(--text);
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.95rem;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.preventivo-fields input:hover,
.preventivo-fields select:hover {
  border-color: #c9b3a9;
  background: var(--white);
}
.preventivo-fields input:focus,
.preventivo-fields select:focus {
  border-color: var(--accent);
  background: var(--white);
  outline: none;
  box-shadow: 0 0 0 3px rgba(196,30,26,0.08);
}
.preventivo-products {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.preventivo-risultato { transition: opacity 0.3s ease; }
.preventivo-voce {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(196,30,26,0.08);
}
.preventivo-voce:last-child { border-bottom: none; }
.preventivo-voce-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.preventivo-voce-info strong {
  font-size: 0.95rem;
  color: var(--black);
}
.preventivo-voce-info span {
  font-size: 0.82rem;
  color: var(--muted);
}
.preventivo-voce-prezzo {
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--black);
  white-space: nowrap;
}
.preventivo-voce-info-only {
  border-bottom: none;
  background: rgba(22,163,74,0.06);
  border-radius: 6px;
  padding: 10px 12px;
  margin-top: 8px;
}
.preventivo-voce-info-only .preventivo-voce-info strong {
  color: #16a34a;
}
.preventivo-voce-info-only .preventivo-voce-info span {
  color: #15803d;
}
.preventivo-totali {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 2px solid rgba(196,30,26,0.12);
}
.preventivo-open-result {
  padding: 0;
}
.preventivo-open-result .preventivo-totali {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 2px solid rgba(196,30,26,0.12);
}
.preventivo-supporti-inline {
  margin: 24px 0 0;
  padding: 0;
}
.supporti-count {
  margin: 0 0 2px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--accent);
}
.supporti-avviso {
  margin: 0 0 14px;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.5;
}
.supporti-inline-fields {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.supporti-inline-field {
  display: flex;
  align-items: center;
  gap: 8px;
}
.supporti-inline-field span,
.supporti-inline-field label {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--black);
  white-space: nowrap;
  text-transform: none;
  letter-spacing: 0;
  font-family: inherit;
}
.supporti-inline-field input[type="number"] {
  width: 72px;
  padding: 4px 4px 4px 10px;
  border-radius: 5px;
  border: 1.5px solid #e0d6d2;
  background: var(--white);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  height: 30px;
}
.supporti-inline-field input[type="number"]:focus {
  border-color: var(--accent);
  outline: none;
}
.preventivo-open-result .preventivo-risultato-title,
h3.preventivo-risultato-title {
  font-size: 1.4rem;
  text-transform: none;
  letter-spacing: -0.01em;
  color: var(--accent);
  margin: 0 0 18px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.preventivo-totale-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.preventivo-totale-row span { color: var(--muted); font-size: 0.95rem; }
.preventivo-totale-row strong {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: var(--black);
}
.prev-totale-barrato {
  text-decoration: line-through;
  color: #999 !important;
}
.preventivo-sconto-row span,
.preventivo-sconto-row strong {
  color: #16a34a;
}
.preventivo-totale-finale {
  border-top: 2px solid var(--accent);
  margin-top: 8px;
  padding-top: 14px;
}
.preventivo-totale-finale span {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--black);
}
.preventivo-totale-finale strong {
  font-size: 1.35rem;
  color: var(--accent);
}
.preventivo-note {
  margin: 14px 0 0;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.5;
}
.preventivo-send-hint {
  text-align: center;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.55;
  max-width: 560px;
  margin: 6px auto 14px;
  padding: 10px 16px;
  background: rgba(196, 30, 26, 0.04);
  border-radius: 10px;
  border: 1px solid rgba(196, 30, 26, 0.12);
}
.preventivo-submit-wrap {
  display: flex;
  justify-content: center;
}
.preventivo-submit {
  min-width: 260px;
  justify-content: center;
  font-size: 1rem;
}
.preventivo-status {
  text-align: center;
  font-weight: 600;
  min-height: 1.5em;
  margin: 0;
  color: var(--accent);
}
.preventivo-status.success { color: #16a34a; }
.preventivo-status.error { color: var(--accent); }

@media (max-width: 768px) {
  .preventivo-fields {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .preventivo-card { padding: 18px 16px; }
  .preventivo-card h3 { font-size: 0.95rem; }
  .preventivo-submit { min-width: 220px; font-size: 0.92rem; }
  .preventivo-voce { flex-direction: column; align-items: flex-start; gap: 2px; }
  .preventivo-sconto-row span { font-size: 0.82rem; }
}

/* ── Cookie consent banner (barra in basso a tutta larghezza) ────────── */
.cookie-banner {
  position: fixed;
  z-index: 9998;
  left: 50%;
  bottom: 18px;
  transform: translate(-50%, 140%);
  width: min(960px, calc(100vw - 32px));
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--text);
  border: 1px solid rgba(196, 30, 26, 0.16);
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(20, 10, 7, 0.22);
  padding: 16px 20px;
  font: 14px/1.55 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  opacity: 0;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s ease;
}
.cookie-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-orange) 60%, var(--accent-amber) 100%);
}
.cookie-banner--in  { transform: translate(-50%, 0); opacity: 1; }
.cookie-banner--out { transform: translate(-50%, 140%); opacity: 0; }

.cookie-banner__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--accent);
  background: rgba(196, 30, 26, 0.1);
}

.cookie-banner__content {
  flex: 1 1 420px;
  min-width: 0;
}
.cookie-banner__title {
  margin: 0 0 3px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.01em;
}
.cookie-banner__text {
  margin: 0;
  font-size: 0.86rem;
  color: var(--muted);
}
.cookie-banner__text strong { color: var(--text); font-weight: 600; }
.cookie-banner__link {
  color: var(--accent-2);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}
.cookie-banner__link:hover { color: var(--accent); }

.cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
  margin-left: auto;
}
.cookie-banner__btn {
  min-height: 42px;
  padding: 9px 24px;
  border-radius: 999px;
  font: 700 0.88rem/1 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease, transform 0.12s ease, box-shadow 0.16s ease;
}
.cookie-banner__btn:active { transform: translateY(1px); }
.cookie-banner__btn--ghost {
  background: transparent;
  color: var(--accent-2);
  border-color: rgba(196, 30, 26, 0.35);
}
.cookie-banner__btn--ghost:hover {
  background: rgba(196, 30, 26, 0.08);
  border-color: var(--accent);
}
.cookie-banner__btn--accept {
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-2) 100%);
  color: var(--white);
  box-shadow: 0 6px 16px rgba(196, 30, 26, 0.32);
}
.cookie-banner__btn--accept:hover {
  background: linear-gradient(180deg, var(--accent-orange) 0%, var(--accent) 100%);
  box-shadow: 0 8px 20px rgba(232, 92, 36, 0.38);
}
.cookie-banner__btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

@media (max-width: 640px) {
  .cookie-banner {
    bottom: 10px;
    gap: 12px 14px;
    padding: 16px;
  }
  .cookie-banner__content { flex-basis: calc(100% - 60px); }
  .cookie-banner__actions { width: 100%; margin-left: 0; }
  .cookie-banner__btn { flex: 1 1 auto; }
}
@media (prefers-reduced-motion: reduce) {
  .cookie-banner { transition: opacity 0.2s ease; }
}