/* ==========================================================================
   DESIGN SYSTEM APPLE MASTER - RISCALDAMENTO A LEGNA .IT BY AGRISUB.COM
   File CSS Unificato Completo (Nessuna omissione)
   ========================================================================== */

:root {
  /* Sfondi e Superfici Apple */
  --apple-bg: #F5F5F7;
  --apple-card: #FFFFFF;
  --bg-sand: #FAF8F5;
  --bg-cream: #FFFDF9;
  
  /* Palette Pastello per Card e Riquadri */
  --pastel-amber: #FDF3E7;
  --pastel-orange: #FCEFE9;
  --pastel-stone: #F3F1EC;
  --pastel-sage: #EDF3EC;
  --pastel-blue: #EEF2F6;
  --pastel-terracotta: #FAECE6;
  --pastel-warmgray: #F2EFE9;

  /* Colori Brand & Bottoni */
  --flame-warm: #C85A17;
  --flame-amber: #D97706;
  --flame-deep: #B45309;
  --flame-glow: rgba(245, 158, 11, 0.28);
  
  /* Verde Sicurezza & WhatsApp */
  --emerald-gse: #10B981;
  --emerald-glow: rgba(16, 185, 129, 0.25);
  --whatsapp-green: #25D366;
  --whatsapp-glow: rgba(37, 211, 102, 0.35);

  /* Colori Tipografici */
  --apple-text-main: #1D1D1F;
  --apple-text-secondary: #86868B;
  --text-dark: #1D1D1F;
  --text-body: #3A3A3C;
  --text-muted: #6E6E73;
  --apple-border: rgba(0, 0, 0, 0.08);
  --border-soft: rgba(0, 0, 0, 0.08);

  /* Colori Footer Scuro WOW */
  --footer-bg: #121316;
  --footer-card-bg: rgba(255, 255, 255, 0.04);
  --footer-card-border: rgba(255, 255, 255, 0.08);
  --footer-text: #F4F4F5;
  --footer-muted: #A1A1AA;

  /* Curve (Border-Radius) ed Ombre */
  --apple-radius: 24px;
  --apple-radius-sm: 14px;
  --radius-xl: 24px;
  --radius-cta: 34px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --shadow-subtle: 0 4px 20px rgba(0, 0, 0, 0.04);
  --shadow-card: 0 10px 30px rgba(0, 0, 0, 0.06);
  --shadow-hover: 0 18px 38px rgba(217, 119, 6, 0.14), 0 4px 12px rgba(0, 0, 0, 0.04);
  --transition-apple: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ==========================================================================
   RESET & TIPOGRAFIA GENERALE
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: var(--apple-bg);
  color: var(--apple-text-main);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition-apple);
}

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

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ==========================================================================
   TOP BANNER INFORMATIVO (CON PREFISSI +39)
   ========================================================================== */
.top-banner {
  background: linear-gradient(90deg, #18181B 0%, #27272A 100%);
  color: #F4F4F5;
  font-size: 0.84rem;
  padding: 10px 0;
  font-weight: 500;
  letter-spacing: -0.01em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.top-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.badge-by-agrisub {
  background: rgba(255, 255, 255, 0.12);
  color: #FBBF24;
  font-weight: 700;
  font-size: 0.76rem;
  padding: 3px 9px;
  border-radius: 980px;
  letter-spacing: 0.02em;
  border: 1px solid rgba(251, 191, 36, 0.3);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: var(--flame-amber);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--flame-amber);
  animation: pulseGlow 2s infinite ease-in-out;
}

@keyframes pulseGlow {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.6; }
}

.top-phones {
  display: flex;
  align-items: center;
  gap: 16px;
}

.top-phones a {
  color: #FBBF24;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.top-phones a:hover {
  color: #FFFFFF;
}

/* ==========================================================================
   NAVBAR APPLE (GLASSMORPHISM & LOGO NERO)
   ========================================================================== */
.apple-nav-wrapper {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(250, 248, 245, 0.94);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid var(--apple-border);
  transition: var(--transition-apple);
}

.apple-nav {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-link {
  display: flex;
  align-items: center;
}

.header-logo-img {
  height: 46px;
  width: auto;
  filter: brightness(0);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}

.nav-link {
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--apple-text-main);
  opacity: 0.85;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 0;
}

.nav-link:hover {
  opacity: 1;
  color: var(--flame-warm);
}

.nav-item-dropdown {
  position: relative;
}

.dropdown-arrow {
  transition: transform 0.25s ease;
}

.nav-item-dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -20px;
  width: 290px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid var(--apple-border);
  border-radius: var(--apple-radius-sm);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  padding: 12px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 100;
}

.nav-item-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--apple-text-main);
}

.dropdown-item a:hover {
  background: var(--apple-bg);
  color: var(--flame-warm);
}

.dropdown-item svg {
  color: var(--flame-warm);
  flex-shrink: 0;
}

/* Pulsante WhatsApp Header */
.btn-whatsapp-header {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #25D366 0%, #1EBE5D 100%);
  color: #FFFFFF;
  padding: 11px 22px;
  border-radius: 980px;
  font-weight: 700;
  font-size: 0.92rem;
  box-shadow: 0 4px 18px var(--whatsapp-glow);
  position: relative;
  overflow: hidden;
  line-height: 1.2;
}

.btn-whatsapp-header:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px var(--whatsapp-glow);
  color: #FFFFFF;
}

.btn-whatsapp-header::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  background: rgba(255, 255, 255, 0.4);
  transform: rotate(30deg);
  animation: shimmer 3.5s infinite;
}

@keyframes shimmer {
  0% { left: -60%; }
  30%, 100% { left: 160%; }
}

.online-badge {
  width: 7px;
  height: 7px;
  background: #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 6px #FFFFFF;
}

/* Menu Mobile (Hamburger) */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--apple-text-main);
  margin: 5px 0;
  transition: var(--transition-apple);
}

/* ==========================================================================
   BOTTONI GLOBALI (STILE APPLE)
   ========================================================================== */
.btn-apple {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 980px;
  font-size: 0.94rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition-apple);
  border: none;
  line-height: 1;
}

.btn-amber {
  background: linear-gradient(180deg, var(--flame-amber) 0%, var(--flame-warm) 100%);
  color: #FFFFFF;
  box-shadow: 0 4px 14px var(--flame-glow);
}

.btn-amber:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px var(--flame-glow);
  color: #FFFFFF;
  filter: brightness(1.05);
}

.btn-secondary {
  background: rgba(0, 0, 0, 0.05);
  color: var(--apple-text-main);
}

.btn-secondary:hover {
  background: rgba(0, 0, 0, 0.09);
  transform: translateY(-1px);
}

.btn-primary-warm {
  background: var(--flame-warm);
  color: #FFFFFF;
  box-shadow: 0 4px 14px rgba(200, 90, 23, 0.25);
}

.btn-primary-warm:hover {
  background: #A64710;
  transform: translateY(-2px);
  color: #FFFFFF;
}

.btn-soft {
  background: #FFFFFF;
  color: var(--apple-text-main);
  border: 1px solid var(--apple-border);
  box-shadow: var(--shadow-subtle);
}

.btn-soft:hover {
  background: var(--apple-bg);
  transform: translateY(-2px);
}

/* ==========================================================================
   SUPER BANNER LISTINI RISERVATI (CATALOGO)
   ========================================================================== */
.wow-banner-wrapper {
    background: radial-gradient(circle at 85% 20%, rgba(200, 90, 23, 0.35) 0%, transparent 50%),
                radial-gradient(circle at 15% 80%, rgba(217, 119, 6, 0.25) 0%, transparent 45%),
                linear-gradient(135deg, #18171A 0%, #241A14 60%, #151417 100%);
    border-radius: var(--radius-cta);
    padding: 48px 44px;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(251, 191, 36, 0.3);
    margin-bottom: 35px;
    text-align: left;
}

.wow-banner-wrapper::before {
    content: "";
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
    width: 650px;
    height: 250px;
    background: radial-gradient(ellipse, rgba(34, 197, 94, 0.28) 0%, transparent 70%);
    filter: blur(40px);
    pointer-events: none;
}

.wow-banner-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.wow-neon-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.5);
    color: #FDE68A;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 6px 16px;
    border-radius: 9999px;
    letter-spacing: 0.06em;
    margin-bottom: 16px;
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.2);
}

.wow-neon-dot {
    width: 8px;
    height: 8px;
    background-color: #F59E0B;
    border-radius: 50%;
    box-shadow: 0 0 10px #F59E0B;
    animation: pulseGlow 1.8s infinite;
}

.wow-banner-title {
    font-size: clamp(1.9rem, 3.2vw, 2.7rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.16;
    margin-bottom: 16px;
    color: #FFFFFF;
}

.wow-title-gradient {
    background: linear-gradient(135deg, #FDE68A 0%, #F59E0B 50%, #EA580C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wow-banner-text {
    font-size: 1.02rem;
    color: #E7E5E4;
    line-height: 1.75;
    margin-bottom: 26px;
}

.wow-brands-highlight {
    color: #FDE68A;
    font-weight: 700;
}

.wow-btn-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.btn-wow-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #25D366 0%, #16A34A 100%);
    color: #FFFFFF;
    padding: 15px 30px;
    border-radius: 9999px;
    font-weight: 800;
    font-size: 0.96rem;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.45);
    transition: all 0.25s ease;
    text-decoration: none;
}

.btn-wow-whatsapp:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 36px rgba(37, 211, 102, 0.6);
    color: #FFFFFF;
}

.btn-wow-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    padding: 15px 24px;
    border-radius: 9999px;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-wow-secondary:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: #FDE68A;
    color: #FDE68A;
    transform: translateY(-2px);
}

.wow-glass-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--apple-radius);
    padding: 26px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.wow-card-header-sm {
    font-size: 0.78rem;
    font-weight: 800;
    color: #FDE68A;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wow-features-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 22px;
}

.wow-feat-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #FFFFFF;
    transition: all 0.2s ease;
}

.wow-feat-item:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateX(4px);
}

.wow-feat-icon-box {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wow-phone-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 18px;
}

.wow-phone-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    padding: 9px 12px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #FFFFFF;
    transition: all 0.2s ease;
}

.wow-phone-btn:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: #FDE68A;
}

.wow-phone-btn small {
    font-size: 0.72rem;
    color: #A8A29E;
    font-weight: 600;
}

.wow-phone-btn strong {
    font-size: 0.86rem;
    color: #FDE68A;
    white-space: nowrap;
}

/* ==========================================================================
   HERO HOME (L'ORIGINALE OPZIONE A)
   ========================================================================== */
.hero-section, .editorial-hero, .contact-hero {
  padding: 75px 0 60px;
  text-align: center;
  position: relative;
  background: radial-gradient(circle at 50% 15%, rgba(245, 158, 11, 0.10) 0%, transparent 65%);
}

.hero-eyebrow, .hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  padding: 6px 18px;
  border-radius: 980px;
  border: 1px solid var(--apple-border);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--flame-deep);
  margin-bottom: 24px;
  box-shadow: var(--shadow-subtle);
}

.hero-subtitle {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  color: var(--apple-text-secondary);
  max-width: 760px;
  margin: 0 auto 36px;
  font-weight: 400;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

/* I 4 Pilastri Card della Home */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 20px;
}

.pillar-card {
  padding: 24px 22px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-subtle);
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
  transition: var(--transition-apple);
}

.pillar-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}

.pillar-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pillar-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 3px;
}

.pillar-desc {
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
}

/* ==========================================================================
   BANNER GSE CONTO TERMICO 3.0
   ========================================================================== */
.gse-banner, .gse-card {
  background: linear-gradient(135deg, #064E3B 0%, #065F46 100%);
  border-radius: calc(var(--apple-radius) + 4px);
  padding: 50px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 45px var(--emerald-glow);
  margin: 40px 0;
}

.gse-banner::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.3) 0%, transparent 70%);
  border-radius: 50%;
}

.gse-content {
  max-width: 660px;
  position: relative;
  z-index: 2;
}

.badge-emerald, .gse-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 6px 14px;
  border-radius: 980px;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.gse-title {
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
  line-height: 1.15;
}

.gse-desc {
  font-size: 1.05rem;
  opacity: 0.92;
  line-height: 1.6;
}

.gse-cta {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.btn-emerald-white, .btn-gse-light {
  background: #FFFFFF;
  color: #064E3B;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.btn-emerald-white:hover, .btn-gse-light:hover {
  background: #F0FDF4;
  transform: translateY(-2px);
}

/* ==========================================================================
   BENTO GRID DELLE 6 MACRO CATEGORIE (HOME)
   ========================================================================== */
.section-padding {
  padding: 85px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-title {
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.section-desc {
  font-size: 1.1rem;
  color: var(--apple-text-secondary);
  max-width: 620px;
  margin: 0 auto;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.bento-card {
  background: var(--apple-card);
  border-radius: var(--apple-radius);
  padding: 34px 28px;
  border: 1px solid var(--apple-border);
  box-shadow: var(--shadow-subtle);
  transition: var(--transition-apple);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bento-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(217, 119, 6, 0.3);
}

.card-termostufe { background-color: var(--pastel-amber); }
.card-termocamini { background-color: var(--pastel-orange); }
.card-caldaie    { background-color: var(--pastel-stone); }
.card-cucine     { background-color: var(--pastel-terracotta); }
.card-inserti    { background-color: var(--pastel-warmgray); }
.card-stufe      { background-color: var(--pastel-sage); }

.bento-icon-wrapper, .bento-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: #FFFFFF;
  color: var(--flame-warm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: var(--transition-apple);
}

.bento-card:hover .bento-icon-wrapper, .bento-card:hover .bento-icon {
  transform: scale(1.08) rotate(3deg);
}

.bento-title {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.bento-desc {
  font-size: 0.94rem;
  color: var(--apple-text-secondary);
  line-height: 1.55;
  margin-bottom: 22px;
}

.bento-sublinks {
  list-style: none;
  font-size: 0.88rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 26px;
}

.bento-sublinks li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--apple-text-main);
  opacity: 0.9;
}

.bento-sublinks li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--flame-warm);
  flex-shrink: 0;
}

.bento-action, .bento-link {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--flame-warm);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition-apple);
}

.bento-card:hover .bento-action, .bento-card:hover .bento-link {
  gap: 12px;
}

.pill-tag {
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 5px 12px;
  border-radius: 980px;
  display: inline-block;
}

.tag-peach { background: #FFEDD5; color: #9A3412; }
.tag-sage  { background: #DCFCE7; color: #166534; }
.tag-red   { background: #FEE2E2; color: #991B1B; }
.tag-dark  { background: #1F2937; color: #F3F4F6; }

/* ==========================================================================
   SEZIONE MARCHI
   ========================================================================== */
.brands-section {
  padding: 50px 0 70px;
  text-align: center;
}

.brands-container-box {
  background: var(--bg-cream);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  padding: 50px 30px;
  box-shadow: var(--shadow-subtle);
}

.brands-heading {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 10px;
}

.brands-sub {
  font-size: 0.98rem;
  color: var(--text-muted);
  max-width: 650px;
  margin: 0 auto 34px;
}

.brands-pills-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.brand-chip {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 980px;
  padding: 10px 22px;
  font-weight: 600;
  font-size: 0.94rem;
  color: var(--text-dark);
  transition: var(--transition-apple);
}

.brand-chip:hover {
  border-color: var(--flame-warm);
  color: var(--flame-warm);
  transform: translateY(-2px);
}

.brand-chip-darco {
  background: #202022;
  color: #FFFFFF;
  border-color: #202022;
}

/* ==========================================================================
   CALCOLATORE POTENZA TERMICA
   ========================================================================== */
.calculator-box {
  background: var(--bg-cream);
  border-radius: var(--radius-xl);
  padding: 48px 36px;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-subtle);
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.calc-input-group {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.calc-input {
  padding: 13px 20px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 1.05rem;
  width: 170px;
  outline: none;
  background: #FFFFFF;
}

.calc-input:focus {
  border-color: var(--flame-warm);
}

/* ==========================================================================
   BARRA FILTRI E FOTO PRODOTTI (CATALOGO)
   ========================================================================== */
.catalog-filter-bar {
  background: #FFFFFF;
  border-radius: var(--apple-radius);
  padding: 24px 30px;
  border: 1px solid var(--apple-border);
  box-shadow: var(--shadow-subtle);
  margin-bottom: 40px;
}

.filter-form-grid {
  display: grid;
  gap: 14px;
  align-items: center;
}

.filter-input, .filter-select {
  width: 100%;
  padding: 12px 18px;
  border-radius: 980px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: var(--apple-bg);
  font-size: 0.92rem;
  outline: none;
  transition: var(--transition-apple);
}

.filter-input:focus, .filter-select:focus {
  background: #FFFFFF;
  border-color: var(--flame-warm);
  box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.15);
}

.catalog-results-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  font-size: 0.92rem;
  color: var(--apple-text-secondary);
}

.product-photo-frame {
  width: 100%;
  height: 240px;
  background: #FAF8F5;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.product-photo-frame img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.bento-card:hover .product-photo-frame img {
  transform: scale(1.06);
}

/* ==========================================================================
   ELEMENTI VISUALI DELLE GUIDE
   ========================================================================== */
.toc-visual-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 10px auto 70px;
  max-width: 1100px;
}

.toc-visual-card {
  background: #FFFFFF;
  border-radius: var(--radius-md);
  padding: 20px 16px;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-subtle);
  display: flex;
  align-items: center;
  gap: 12px;
  transition: var(--transition-apple);
}

.toc-visual-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: var(--flame-warm);
}

.toc-icon-bubble {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--pastel-amber);
  color: var(--flame-warm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.toc-card-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.3;
}

.guide-section-block {
  margin-bottom: 85px;
  scroll-margin-top: 100px;
}

.guide-section-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}

.section-badge-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #FFFFFF;
  color: var(--flame-warm);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-subtle);
  border: 1px solid var(--border-soft);
  flex-shrink: 0;
}

.section-headline {
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text-dark);
  line-height: 1.2;
}

.section-subheadline {
  font-size: 0.98rem;
  color: var(--text-muted);
}

.duo-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 20px;
}

.trio-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 20px;
}

.visual-box, .feature-mini-card {
  background: #FFFFFF;
  border-radius: var(--radius-xl);
  padding: 36px 30px;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-subtle);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.visual-box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.visual-box-title, .feature-mini-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 10px;
}

.visual-box-desc, .feature-mini-desc {
  font-size: 0.96rem;
  color: var(--text-body);
  line-height: 1.7;
}

.visual-points-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  font-size: 0.92rem;
}

.visual-points-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text-body);
}

.visual-points-list svg {
  color: var(--flame-warm);
  flex-shrink: 0;
  margin-top: 3px;
}

.metric-feature-card {
  background: linear-gradient(135deg, var(--pastel-amber) 0%, #FFFFFF 100%);
  border-radius: var(--radius-xl);
  padding: 36px 40px;
  border: 1px solid rgba(217, 119, 6, 0.2);
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.big-stat-number {
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--flame-warm);
  line-height: 1;
}

.feature-mini-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--bg-sand);
  color: var(--flame-warm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

/* ==========================================================================
   RIQUADRO FINALE CONTATTO CURVO APPLE (CTA HARMONY)
   ========================================================================== */
.cta-harmony-card {
  background: radial-gradient(circle at 50% 0%, #1E3A2B 0%, #0F2318 100%);
  border-radius: var(--radius-cta);
  padding: 65px 45px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(15, 35, 24, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 90px;
}

.cta-harmony-card::before {
  content: "";
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  width: 650px;
  height: 250px;
  background: radial-gradient(ellipse, rgba(34, 197, 94, 0.28) 0%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}

.cta-harmony-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 7px 20px;
  border-radius: 980px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #86EFAC;
  margin-bottom: 22px;
}

.cta-harmony-title {
  font-size: clamp(2rem, 3.8vw, 2.9rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
  line-height: 1.2;
}

.cta-harmony-desc {
  color: #E2E8F0;
  font-size: 1.1rem;
  max-width: 680px;
  margin: 0 auto 38px;
  line-height: 1.7;
}

.cta-action-buttons-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-cta-whatsapp-giant {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #22C55E;
  color: #FFFFFF;
  padding: 16px 32px;
  border-radius: 980px;
  font-weight: 700;
  font-size: 1.05rem;
  box-shadow: 0 10px 30px rgba(34, 197, 94, 0.4);
  transition: var(--transition-apple);
}

.btn-cta-whatsapp-giant:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 36px rgba(34, 197, 94, 0.55);
  background: #16A34A;
  color: #FFFFFF;
}

.btn-cta-phone-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 16px 28px;
  border-radius: 980px;
  font-weight: 600;
  font-size: 0.98rem;
  transition: var(--transition-apple);
}

.btn-cta-phone-pill:hover {
  background: #FFFFFF;
  color: #0F2318;
  transform: translateY(-3px);
  border-color: #FFFFFF;
}

/* ==========================================================================
   PAGINA CONTATTI & MODULO BLINDATO
   ========================================================================== */
.contact-layout-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.8fr;
  gap: 40px;
  margin-bottom: 70px;
}

.contact-info-panel, .secure-form-card {
  background: #FFFFFF;
  border-radius: var(--radius-xl);
  padding: 40px 34px;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-subtle);
}

.contact-card-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.contact-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--pastel-amber);
  color: var(--flame-warm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-card-text h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 3px;
}

.contact-card-text p, .contact-card-text a {
  font-size: 0.94rem;
  color: var(--text-body);
}

.form-group-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.form-group {
  margin-bottom: 18px;
}

.form-label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.form-control {
  width: 100%;
  padding: 13px 18px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: var(--bg-sand);
  font-size: 0.95rem;
  outline: none;
  font-family: inherit;
  transition: var(--transition-apple);
}

.form-control:focus {
  background: #FFFFFF;
  border-color: var(--flame-warm);
  box-shadow: 0 0 0 4px rgba(200, 90, 23, 0.12);
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.hp-field {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  left: -9999px !important;
}

.form-alert-success {
  background: #ECFDF5;
  border: 1px solid #A7F3D0;
  color: #065F46;
  padding: 18px;
  border-radius: var(--radius-sm);
  margin-bottom: 24px;
  font-weight: 600;
}

.form-alert-error {
  background: #FEF2F2;
  border: 1px solid #FECACA;
  color: #991B1B;
  padding: 18px;
  border-radius: var(--radius-sm);
  margin-bottom: 24px;
  font-weight: 600;
}

.directions-section {
  background: var(--bg-cream);
  border-radius: var(--radius-xl);
  padding: 45px;
  border: 1px solid var(--border-soft);
  margin-bottom: 80px;
}

.directions-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 36px;
  align-items: center;
}

.map-embed-frame {
  width: 100%;
  height: 380px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-soft);
  overflow: hidden;
  box-shadow: var(--shadow-subtle);
}

.car-route-card {
  background: #FFFFFF;
  border-radius: var(--radius-md);
  padding: 24px;
  border: 1px solid var(--border-soft);
  margin-bottom: 16px;
}

.car-route-card h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--flame-warm);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ==========================================================================
   FOOTER SCURO (CON PULSANTI LEGALI)
   ========================================================================== */
.dark-footer {
  background-color: var(--footer-bg);
  color: var(--footer-text);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 80px 0 100px;
  font-size: 0.9rem;
  position: relative;
}

.footer-top-row {
  display: grid;
  grid-template-columns: 1.8fr 1.3fr 1.4fr;
  gap: 40px;
  margin-bottom: 60px;
}

.footer-logo-img {
  height: 48px;
  width: auto;
  margin-bottom: 20px;
}

.footer-box-card {
  background: var(--footer-card-bg);
  border: 1px solid var(--footer-card-border);
  border-radius: var(--radius-md);
  padding: 26px;
}

.footer-title-sm {
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-clean-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-clean-links a {
  color: var(--footer-muted);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-clean-links a:hover {
  color: #FFFFFF;
  transform: translateX(4px);
}

.footer-phone-big {
  font-size: 1.18rem;
  font-weight: 700;
  color: #FFFFFF;
  display: block;
  margin-top: 2px;
}

.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 0.84rem;
  color: var(--footer-muted);
  padding-right: 140px;
}

.footer-bottom-bar a {
  color: var(--footer-muted);
}

.footer-bottom-bar a:hover {
  color: #FFFFFF;
}

/* Pulsante Flottante WhatsApp */
.floating-whatsapp-wrap {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 12px;
}

.whatsapp-bubble-hint {
  background: #FFFFFF;
  color: #1A1A1A;
  padding: 8px 14px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
  font-size: 0.84rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  animation: floatBubble 3s infinite ease-in-out;
}

@keyframes floatBubble {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.floating-whatsapp-btn {
  background: #25D366;
  color: #FFFFFF;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45);
  transition: var(--transition-apple);
}

.floating-whatsapp-btn:hover {
  transform: scale(1.1) rotate(6deg);
  color: #FFFFFF;
}

/* ==========================================================================
   MEDIA QUERIES MOBILE (SMARTPHONE)
   ========================================================================== */
@media (max-width: 1024px) {
  .pillars-grid, .bento-grid, .duo-card-grid, .trio-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .toc-visual-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .filter-form-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-top-row {
    grid-template-columns: 1fr 1fr;
  }
  .contact-layout-grid, .directions-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  /* Contenitori e Spaziature fluide */
  .container { width: 92% !important; padding: 0 !important; }
  .section-padding { padding: 50px 0 !important; }
  .hero-section, .editorial-hero, .contact-hero { padding: 40px 0 30px !important; }
  
  /* Tipografia Ridimensionata per Mobile */
  .hero-title { font-size: 2.1rem !important; line-height: 1.1 !important; margin-bottom: 16px !important; }
  .section-title, .cta-harmony-title { font-size: 1.8rem !important; line-height: 1.2 !important; }
  
  /* Navbar e Menu Mobile a tendina sicura */
  .apple-nav { height: 68px !important; }
  .mobile-toggle { display: block !important; }
  .nav-links {
    position: absolute; top: 68px; left: 0; width: 100%;
    background: #FFFFFF; flex-direction: column; padding: 24px; gap: 18px;
    border-bottom: 1px solid var(--apple-border); box-shadow: var(--shadow-hover);
    display: none; align-items: flex-start; z-index: 1001;
  }
  .nav-links.active { display: flex !important; }
  
  /* Trasformazione Griglie a Singola Colonna (Fondamentale) */
  .pillars-grid, .bento-grid, .filter-form-grid, .footer-top-row, .toc-visual-grid, .duo-card-grid, .trio-cards-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  /* Riduzione Margini e Padding Interni delle Card */
  .bento-card, .pillar-card, .footer-box-card, .contact-info-panel, .secure-form-card, .brands-container-box, .calculator-box, .visual-box, .feature-mini-card {
    padding: 24px 20px !important;
  }

  .gse-card, .cta-harmony-card {
    padding: 35px 24px !important;
    border-radius: 24px !important;
    flex-direction: column !important;
    text-align: center !important;
  }

  /* Elementi e Pulsanti affiancati che diventano Full-Width (100%) su mobile */
  .top-phones { display: none !important; }
  .hero-actions, .cta-action-buttons-wrap, .form-group-row {
    flex-direction: column !important;
    width: 100% !important;
    gap: 12px !important;
  }
  .btn-apple, .btn-cta-whatsapp-giant, .btn-cta-phone-pill, .btn-gse-light {
    width: 100% !important;
    justify-content: center !important;
    padding: 14px 20px !important;
    font-size: 1rem !important;
  }

  /* Footer Bottom Bar: ripristina lo spazio perso */
  .footer-bottom-bar {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0 !important;
    gap: 16px !important;
  }

  /* Floating WhatsApp Mobile (Nasconde il fumetto, lascia solo il bottone) */
  .whatsapp-bubble-hint { display: none !important; }
  .floating-whatsapp-wrap { bottom: 20px !important; right: 20px !important; }
}
/* ==========================================================================
   AGGIUNTE: SUPER BANNER LISTINI RISERVATI (CATALOGO) E FIX MARCHI
   ========================================================================== */

/* SUPER BANNER WOW: SPLIT-SCREEN CINEMATICO & GLASSMORPHISM */
.wow-banner-wrapper {
    background: radial-gradient(circle at 85% 20%, rgba(200, 90, 23, 0.35) 0%, transparent 50%),
                radial-gradient(circle at 15% 80%, rgba(217, 119, 6, 0.25) 0%, transparent 45%),
                linear-gradient(135deg, #18171A 0%, #241A14 60%, #151417 100%);
    border-radius: var(--radius-cta, 34px);
    padding: 48px 44px;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(251, 191, 36, 0.3);
    margin-bottom: 35px;
}

.wow-banner-wrapper::before {
    content: "";
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
    width: 650px;
    height: 250px;
    background: radial-gradient(ellipse, rgba(34, 197, 94, 0.28) 0%, transparent 70%);
    filter: blur(40px);
    pointer-events: none;
}

.wow-banner-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.wow-neon-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.5);
    color: #FDE68A;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 6px 16px;
    border-radius: 9999px;
    letter-spacing: 0.06em;
    margin-bottom: 16px;
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.2);
}

.wow-neon-dot {
    width: 8px;
    height: 8px;
    background-color: #F59E0B;
    border-radius: 50%;
    box-shadow: 0 0 10px #F59E0B;
    animation: pulseGlow 1.8s infinite;
}

.wow-banner-title {
    font-size: clamp(1.9rem, 3.2vw, 2.7rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.16;
    margin-bottom: 16px;
    color: #FFFFFF;
}

.wow-title-gradient {
    background: linear-gradient(135deg, #FDE68A 0%, #F59E0B 50%, #EA580C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wow-banner-text {
    font-size: 1.02rem;
    color: #E7E5E4;
    line-height: 1.75;
    margin-bottom: 26px;
}

.wow-brands-highlight {
    color: #FDE68A;
    font-weight: 700;
}

.wow-btn-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.btn-wow-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #25D366 0%, #16A34A 100%);
    color: #FFFFFF;
    padding: 15px 30px;
    border-radius: 9999px;
    font-weight: 800;
    font-size: 0.96rem;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.45);
    transition: all 0.25s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.btn-wow-whatsapp:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 36px rgba(37, 211, 102, 0.6);
    color: #FFFFFF;
}

.btn-wow-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    padding: 15px 24px;
    border-radius: 9999px;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-wow-secondary:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: #FDE68A;
    color: #FDE68A;
    transform: translateY(-2px);
}

/* Scheda Fluttuante Glassmorphism a Destra */
.wow-glass-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--apple-radius, 24px);
    padding: 26px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.wow-card-header-sm {
    font-size: 0.78rem;
    font-weight: 800;
    color: #FDE68A;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wow-features-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 22px;
}

.wow-feat-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #FFFFFF;
    transition: all 0.2s ease;
}

.wow-feat-item:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateX(4px);
}

.wow-feat-icon-box {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Pulsanti Chiamata Rapida nella Scheda Destra */
.wow-phone-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 18px;
}

.wow-phone-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    padding: 9px 12px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #FFFFFF;
    transition: all 0.2s ease;
}

.wow-phone-btn:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: #FDE68A;
}

.wow-phone-btn small {
    font-size: 0.72rem;
    color: #A8A29E;
    font-weight: 600;
}

.wow-phone-btn strong {
    font-size: 0.86rem;
    color: #FDE68A;
    white-space: nowrap;
}

/* ==========================================================================
   CAROSELLO MARCHI SCORREVOLE IN SCALA DI GRIGI (IL FIX GRIGLIA)
   ========================================================================== */
.marquee-wrapper {
    padding: 14px 0;
    background: #FFFFFF;
    border: 1px solid var(--apple-border, rgba(0, 0, 0, 0.08));
    border-radius: var(--apple-radius, 24px);
    margin-bottom: 26px;
    overflow: hidden;
    position: relative;
}
.marquee-track {
    display: flex;
    align-items: center;
    gap: 48px;
    width: max-content;
    animation: marqueeLoop 35s linear infinite;
}
.marquee-track:hover { animation-play-state: paused; }
.marquee-item {
    display: inline-flex;
    align-items: center;
    height: 36px;
    text-decoration: none;
    flex-shrink: 0;
}
.marquee-item img {
    height: 32px;
    max-height: 32px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    opacity: 0.6;
    filter: grayscale(100%);
    transition: all 0.25s ease;
}
.marquee-item:hover img {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.06);
}
@keyframes marqueeLoop {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Responsive per Banner */
@media (max-width: 960px) {
    .wow-banner-grid { grid-template-columns: 1fr; gap: 30px; }
    .wow-banner-wrapper { padding: 36px 24px; }
}
@media (max-width: 600px) {
    .wow-phone-strip { grid-template-columns: 1fr; }
    .wow-btn-row { flex-direction: column; align-items: stretch; }
    .btn-wow-whatsapp, .btn-wow-secondary { width: 100%; justify-content: center; }
}
/* ==========================================================================
   TYPOGRAPHY PREMIUM STILE APPLE (Applicato a tutte le pagine)
   ========================================================================== */
body {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Tutti i titoli: colore grigio scuro Apple, lettere leggermente più vicine */
h1, h2, h3, h4, .hero-title, .section-title {
    color: #1D1D1F !important; /* Il nero/grigio ufficiale Apple */
    letter-spacing: -0.035em !important; /* Stringe le lettere per un look moderno */
    font-weight: 800 !important;
    line-height: 1.15 !important;
}

/* Sottotitoli e paragrafi principali */
p, .hero-subtitle, .section-desc {
    color: #86868B !important;
    letter-spacing: -0.01em;
    line-height: 1.65;
}

/* Stile specifico per il Titolo Gigante della Home */
.hero-title {
    font-size: clamp(2.4rem, 5vw, 4rem) !important; /* Si adatta allo schermo */
    margin-bottom: 20px;
}

.text-warm-highlight {
    background: linear-gradient(135deg, #C85A17 0%, #D97706 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.hero-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.3rem) !important;
    font-weight: 400 !important;
    max-width: 800px;
    margin: 0 auto 35px auto;
}
/* ==========================================================================
   CTA HARMONY CARD (Sezione Contatti WOW per Conto Termico)
   ========================================================================== */
.cta-harmony-card {
    background: radial-gradient(circle at top left, #FFFFFF 0%, #F5F5F7 100%);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 24px;
    padding: 56px 40px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.04), 0 2px 10px rgba(0,0,0,0.02);
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.cta-harmony-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #DCFCE7;
    color: #166534;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.1);
}

.cta-harmony-title {
    font-size: clamp(1.8rem, 3vw, 2.6rem) !important;
    color: #1D1D1F;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin-bottom: 18px;
}

.cta-harmony-desc {
    font-size: 1.1rem;
    color: #86868B;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 40px auto;
}

.cta-action-buttons-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

/* Bottone WhatsApp Gigante */
.btn-cta-whatsapp-giant {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: #FFFFFF;
    padding: 16px 36px;
    border-radius: 999px;
    font-size: 1.05rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.35);
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-cta-whatsapp-giant:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 32px rgba(37, 211, 102, 0.45);
    color: #FFFFFF;
}

/* Bottoni Telefono Secondari */
.btn-cta-phone-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.12);
    color: #1D1D1F;
    padding: 15px 26px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}
.btn-cta-phone-pill:hover {
    border-color: rgba(0,0,0,0.25);
    background: #F9F9FB;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.06);
}