/* ============================================================
   AQUADRA — Landing Climatizzazione · layout sezioni
   Tema regolabile per Direzione: [data-dir="a|b|c"] su <html>
   ============================================================ */

:root {
  --cta-bg: var(--arancione);
  --cta-fg: #2A1500;
  --maxw: 1200px;
  --sp: clamp(64px, 9vw, 120px);   /* padding verticale sezioni */
  --radius: var(--r-lg);
}

/* direzione C = accenti più drammatici */
html[data-dir="c"] { --radius: 26px; }

.wrap { width: min(var(--maxw), 92vw); margin-inline: auto; }
/* Mobile: gutter laterale fisso e più generoso (il 92vw si restringe troppo sui telefoni) */
@media (max-width: 720px) {
  .wrap { width: 100%; padding-inline: clamp(24px, 7vw, 34px); }
}
.section { padding: var(--sp) 0; }
.section-head { max-width: 64ch; margin-bottom: clamp(34px, 4vw, 54px); }
.section-head .aq-kicker { margin-bottom: 16px; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
.section-head p { color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.2rem); margin-top: 16px; }
html[data-dir="b"] .section-head h2 { font-size: clamp(2.2rem, 4.6vw, 3.6rem); }

.center { text-align: center; margin-inline: auto; }

/* ---------------- NAV ---------------- */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}
.nav.scrolled { backdrop-filter: blur(16px); }
.nav-in { display: flex; align-items: center; gap: 20px; height: 84px; }
.nav .brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.nav .brand img { height: 32px; width: auto; }
.nav-links { display: flex; gap: 18px; align-items: center; }
.nav-links a { font-size: .95rem; font-weight: 500; color: var(--ink-2); transition: color .15s; white-space: nowrap; }
.nav-links a:hover { color: var(--verde-scuro); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav .phone {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 600; color: var(--verde-scuro); font-size: .95rem; white-space: nowrap;
}
.nav .phone svg { width: 18px; height: 18px; }
.nav-burger { display: none; width: 44px; height: 44px; border: 1px solid var(--border); background: var(--surface); border-radius: 11px; cursor: pointer; align-items: center; justify-content: center; }
.nav-burger span, .nav-burger span::before, .nav-burger span::after { content:""; display:block; width: 20px; height: 2px; background: var(--verde-scuro); position: relative; transition: .25s; }
.nav-burger span::before { position: absolute; top: -6px; }
.nav-burger span::after { position: absolute; top: 6px; }

@media (max-width: 1180px) {
  /* chiuso: si sposta su per la propria altezza + l'offset di 84px del top,
     così nessun bordo/sfondo resta visibile sotto la navbar (no "banda fantasma") */
  .nav-links { position: fixed; inset: 84px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--surface); border-bottom: 1px solid var(--border); padding: 8px 6vw 18px; transform: translateY(calc(-100% - 88px)); transition: transform .3s ease; box-shadow: var(--shadow-md); }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 14px 4px; border-bottom: 1px solid var(--border); }
  .nav-actions .phone span.lbl { display: none; }
  .nav-burger { display: inline-flex; }
}

/* telefoni: navbar più pulita → la CTA "Preventivo" resta solo nella sticky CTA in basso */
@media (max-width: 560px) {
  .nav-actions .aq-btn--primary { display: none; }
}

/* ---------------- HERO (comune) ---------------- */
.hero { position: relative; }
.hero-variant { display: none; }
.hero--c { display: block; }

.hero-cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn-wa { background: #25D366; color: #08331B; }
.btn-wa:hover { background: #2ee06f; }
.hero-trustline { display: flex; flex-wrap: wrap; gap: 18px 26px; align-items: center; margin-top: 26px; color: var(--muted); font-size: .92rem; }
.hero-trustline .stars { color: var(--arancione); font-size: 1rem; letter-spacing: 1px; }
.hero-trustline b { color: var(--verde-scuro); font-weight: 600; }
.hero-trustline .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--border); }

/* HERO (direzione immersiva) */

/* HERO C — immersiva */
.hero--c { position: relative; min-height: clamp(560px, 82vh, 820px); display: flex; align-items: center; overflow: hidden; background: var(--verde-scuro); }
.hero--c .hc-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.hero--c .hc-veil { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(11,28,0,.94) 0%, rgba(16,38,2,.74) 45%, rgba(16,38,2,.30) 100%); }
.hero--c .hc-mono { position: absolute; right: 5%; top: 50%; transform: translateY(-50%); width: min(360px, 34vw); opacity: .92; animation: spin 60s linear infinite; }
@keyframes spin { to { transform: translateY(-50%) rotate(360deg); } }
.hero--c .hc-in { position: relative; padding: clamp(60px,8vw,90px) 0; }
.hero--c h1 { color: #F2FBEC; font-size: clamp(2.6rem, 6vw, 5rem); letter-spacing: -.02em; max-width: 17ch; }
.hero--c h1 span { color: var(--verde-chiaro); }
.hero--c .sub { color: #D7E8CC; font-size: clamp(1.1rem,1.6vw,1.3rem); max-width: 46ch; margin-top: 22px; }
.hero--c .hc-cta { margin-top: 32px; }
.hero--c .hero-trustline { color: #BcD3B0; color: #BACFAE; }
.hero--c .hero-trustline b { color: #EAF6E2; }
.hero--c .hero-trustline .dot { background: rgba(255,255,255,.25); }
.hero--c .btn-ghost-light { background: transparent; color: #EAF6E2; border: 1px solid rgba(255,255,255,.4); }
.hero--c .btn-ghost-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
/* Mobile: niente centratura verticale in un hero altissimo → contenuto allineato in
   alto con padding coerente alle altre sezioni (no gap eccessivo sotto la navbar) */
@media (max-width: 720px) {
  .hero--c { min-height: auto; }
  /* gutter laterale incluso: lo shorthand 'padding' azzererebbe altrimenti l'inline di .wrap */
  .hero--c .hc-in { padding: 30px clamp(24px, 7vw, 34px) 44px; }
}

/* ---------------- TRUST BAR ---------------- */
.trust { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--surface); }
.trust-in { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 26px 34px; padding: 26px 0; }
.trust-item { display: flex; align-items: center; gap: 12px; }
.trust-item .badge-ic { width: 40px; height: 40px; border-radius: 11px; background: var(--bg-soft); display: grid; place-items: center; flex: none; color: var(--verde-scuro); }
.trust-item .badge-ic svg { width: 21px; height: 21px; }
.trust-item .ti-t { font-weight: 600; color: var(--ink); font-size: .98rem; line-height: 1.15; }
.trust-item .ti-d { color: var(--muted); font-size: .82rem; }
.trust-item .stars { color: var(--arancione); font-size: 1rem; }
/* Mobile: 5 badge impilati uno sotto l'altro + gutter laterale (no overflow colonne) */
@media (max-width: 720px) {
  .trust-in { flex-direction: column; align-items: flex-start; gap: 18px; padding-inline: clamp(24px, 7vw, 34px); }
}

/* ---------------- SERVIZI ---------------- */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 980px){ .services-grid{ grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px){ .services-grid{ grid-template-columns: 1fr; } }
.svc-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; display: flex; flex-direction: column; }
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.svc-card .svc-img { aspect-ratio: 16/11; background: var(--bg-soft); overflow: hidden; }
.svc-card .svc-img img { width: 100%; height: 100%; object-fit: cover; }
.svc-card .svc-body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.svc-card h3 { font-size: 1.18rem; }
.svc-card p { color: var(--muted); font-size: .94rem; }
.svc-card .svc-link { margin-top: auto; padding-top: 12px; font-weight: 600; color: var(--verde-scuro); font-size: .9rem; display: inline-flex; align-items: center; gap: 7px; }
.svc-card .svc-link svg { width: 15px; height: 15px; transition: transform .2s; }
.svc-card:hover .svc-link svg { transform: translateX(4px); }

/* ---------------- PERCHÉ AQUADRA ---------------- */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px,5vw,70px); align-items: center; }
@media (max-width: 900px){ .why-grid{ grid-template-columns: 1fr; } }
.why-media img { width: 100%; aspect-ratio: 5/5.4; object-fit: cover; border-radius: var(--r-xl); box-shadow: var(--shadow-md); }
.why-list { display: grid; gap: 16px; margin-top: 30px; }
.why-item { display: flex; gap: 16px; align-items: flex-start; }
.why-item .wic { width: 46px; height: 46px; flex: none; border-radius: 13px; background: var(--verde-scuro); color: var(--verde-chiaro); display: grid; place-items: center; }
.why-item .wic svg { width: 23px; height: 23px; }
.why-item .wt { font-weight: 600; color: var(--ink); font-size: 1.08rem; }
.why-item .wd { color: var(--muted); font-size: .96rem; margin-top: 3px; }

/* ---------------- CONTRATTO MANUTENZIONE (banda scura) ---------------- */
.maint { background: var(--verde-scuro); color: #DDEFD2; border-radius: var(--r-xl); overflow: hidden; position: relative; }
.maint-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; padding: clamp(40px,5vw,68px); }
@media (max-width: 900px){ .maint-grid{ grid-template-columns: 1fr; gap: 32px; } }
.maint .aq-kicker { color: var(--verde-chiaro); }
.maint h2 { color: #F2FBEC; font-size: clamp(1.9rem,3.4vw,2.8rem); margin-top: 14px; }
.maint p { color: #C4DBB6; margin-top: 16px; font-size: 1.06rem; max-width: 46ch; }
.maint .maint-cta { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.maint .btn-ghost-light { background: transparent; color: #EAF6E2; border: 1px solid rgba(255,255,255,.4); }
.maint .btn-ghost-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.maint-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: var(--r-lg); padding: 28px; }
.maint-card .price { display: flex; align-items: baseline; gap: 8px; }
.maint-card .price .big { font-size: 2.6rem; font-weight: 600; color: var(--verde-chiaro); letter-spacing: -.02em; }
.maint-card .price .unit { color: #B6CDA8; font-size: .95rem; }
.maint-card ul { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 12px; }
.maint-card li { display: flex; gap: 11px; align-items: flex-start; color: #E5F3DC; font-size: .98rem; }
.maint-card li svg { width: 19px; height: 19px; color: var(--verde-chiaro); flex: none; margin-top: 1px; }
.maint-card .note { margin-top: 18px; font-size: .82rem; color: #A9C29B; }

/* ---------------- PROCESSO ---------------- */
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; counter-reset: step; }
@media (max-width: 900px){ .process-grid{ grid-template-columns: repeat(2,1fr); } }
@media (max-width: 520px){ .process-grid{ grid-template-columns: 1fr; } }
.step { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 24px; position: relative; }
.step .step-n { width: 42px; height: 42px; border-radius: 12px; background: var(--verde-chiaro-soft); color: var(--verde-scuro); font-weight: 600; font-size: 1.15rem; display: grid; place-items: center; margin-bottom: 18px; }
.step h3 { font-size: 1.12rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: .94rem; }

/* ---------------- B2B ---------------- */
.b2b { background: var(--bg-soft); }
.b2b-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(36px,5vw,64px); align-items: center; }
@media (max-width: 940px){ .b2b-grid{ grid-template-columns: 1fr; } }
.b2b-media { position: relative; }
.b2b-media img { width: 100%; aspect-ratio: 5/4.2; object-fit: cover; border-radius: var(--r-xl); box-shadow: var(--shadow-md); }
.b2b .sectors { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.b2b .sector { display: inline-flex; align-items: center; gap: 9px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-pill); padding: 10px 16px; font-weight: 500; color: var(--ink-2); font-size: .95rem; }
.b2b .sector svg { width: 17px; height: 17px; color: var(--verde-scuro); }
.b2b .b2b-cta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.b2b-points { display: grid; gap: 14px; margin-top: 22px; }
.b2b-points li { display: flex; gap: 11px; align-items: flex-start; color: var(--ink-2); }
.b2b-points li svg { width: 19px; height: 19px; color: var(--verde-scuro); flex: none; margin-top: 2px; }

/* ---------------- LAVORI ---------------- */
.work-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; grid-auto-rows: 1fr; }
@media (max-width: 820px){ .work-grid{ grid-template-columns: repeat(2,1fr); } }
.work-cell { border-radius: var(--radius); overflow: hidden; position: relative; aspect-ratio: 4/3.4; background: var(--bg-soft); border: 1px solid var(--border); }
.work-cell.tall { grid-row: span 2; aspect-ratio: 4/7.2; }
@media (max-width: 820px){ .work-cell.tall{ grid-row: span 1; aspect-ratio: 4/3.4; } }
.work-cell img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.work-cell:hover img { transform: scale(1.05); }
.work-cell .work-tag { position: absolute; left: 14px; bottom: 14px; background: rgba(22,51,0,.86); color: #EAF6E2; font-size: .8rem; font-weight: 500; padding: 7px 13px; border-radius: var(--r-pill); backdrop-filter: blur(4px); }

/* ---------------- FAQ ---------------- */
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(34px,5vw,64px); align-items: start; }
@media (max-width: 860px){ .faq-grid{ grid-template-columns: 1fr; } }
.faq-list { display: grid; gap: 12px; }
.faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; font-family: var(--font); font-weight: 600; color: var(--ink); font-size: 1.05rem; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq-q .pm { width: 26px; height: 26px; flex: none; border-radius: 50%; background: var(--bg-soft); display: grid; place-items: center; transition: .25s; color: var(--verde-scuro); }
.faq-item.open .faq-q .pm { background: var(--verde-scuro); color: var(--verde-chiaro); transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a .faq-a-in { padding: 0 22px 22px; color: var(--muted); font-size: .98rem; }
.faq-item.open .faq-a { max-height: 320px; }

/* ---------------- CTA FINALE + FORM ---------------- */
.cta { background: var(--verde-scuro); color: #DDEFD2; position: relative; overflow: hidden; }
.cta .cta-mono { position: absolute; left: -6%; bottom: -20%; width: min(440px, 40vw); opacity: .06; }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,5vw,72px); align-items: center; position: relative; }
@media (max-width: 900px){ .cta-grid{ grid-template-columns: 1fr; gap: 36px; } }
.cta .aq-kicker { color: var(--verde-chiaro); }
.cta h2 { color: #F2FBEC; font-size: clamp(2rem,3.6vw,3rem); margin-top: 14px; }
.cta .cta-lead { color: #C4DBB6; margin-top: 16px; font-size: 1.08rem; max-width: 42ch; }
.cta-direct { margin-top: 30px; display: grid; gap: 14px; }
.cta-direct a { display: flex; align-items: center; gap: 14px; color: #EAF6E2; font-size: 1.05rem; }
.cta-direct .cic { width: 46px; height: 46px; border-radius: 13px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); display: grid; place-items: center; flex: none; }
.cta-direct .cic svg { width: 22px; height: 22px; color: var(--verde-chiaro); }
.cta-direct .cl { font-size: .82rem; color: #A9C29B; }
.cta-direct .cv { font-weight: 600; }

.form-card { background: var(--surface); border-radius: var(--r-xl); padding: clamp(26px,3vw,38px); box-shadow: var(--shadow-lg); color: var(--ink-2); }
.form-card h3 { color: var(--ink); font-size: 1.4rem; }
.form-card .fc-sub { color: var(--muted); font-size: .95rem; margin-top: 6px; margin-bottom: 22px; }
.field { margin-bottom: 15px; }
.field label { display: block; font-size: .88rem; font-weight: 500; color: var(--ink-2); margin-bottom: 7px; }
.field label .req { color: var(--arancione); }
.field input, .field textarea {
  width: 100%; font-family: var(--font); font-size: 1rem; color: var(--ink);
  padding: 13px 15px; border: 1px solid var(--border); border-radius: 11px; background: var(--bg);
  transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--verde-scuro); box-shadow: 0 0 0 3px rgba(22,51,0,.1); }
.field textarea { resize: vertical; min-height: 92px; }
.field.error input, .field.error textarea { border-color: #C4361B; box-shadow: 0 0 0 3px rgba(196,54,27,.12); }
.field .err-msg { display: none; color: #C4361B; font-size: .8rem; margin-top: 6px; }
.field.error .err-msg { display: block; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
@media (max-width: 520px){ .form-row{ grid-template-columns: 1fr; } }
.form-submit { width: 100%; margin-top: 8px; padding: 16px; font-size: 1.05rem; }
.form-privacy { font-size: .8rem; color: var(--muted); margin-top: 14px; text-align: center; }
.form-success { display: none; text-align: center; padding: 30px 10px; }
.form-success.show { display: block; }
.form-success .ok-ic { width: 64px; height: 64px; border-radius: 50%; background: var(--verde-chiaro-soft); color: var(--verde-scuro); display: grid; place-items: center; margin: 0 auto 18px; }
.form-success .ok-ic svg { width: 32px; height: 32px; }
.form-success h3 { margin-bottom: 8px; }
.form-success p { color: var(--muted); }

/* ---------------- FOOTER ---------------- */
.footer { background: #0E2400; color: #AFC6A1; padding: clamp(54px,6vw,80px) 0 34px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
@media (max-width: 860px){ .footer-top{ grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 520px){ .footer-top{ grid-template-columns: 1fr; } }
.footer img.flogo { height: 44px; width: auto; margin-bottom: 20px; }
.footer .fclaim { color: var(--verde-chiaro); font-weight: 500; font-size: 1.05rem; margin-bottom: 14px; }
.footer p.fdesc { color: #8FAA80; font-size: .94rem; max-width: 34ch; }
.footer h4 { color: #EAF6E2; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 16px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer ul a, .footer ul li { color: #AFC6A1; font-size: .94rem; }
.footer ul a:hover { color: #fff; }
.footer .fsocial { display: flex; gap: 10px; margin-top: 4px; }
.footer .fsocial a { width: 40px; height: 40px; border-radius: 11px; border: 1px solid rgba(255,255,255,.14); display: grid; place-items: center; color: #CFE3C4; transition: .2s; }
.footer .fsocial a:hover { background: rgba(255,255,255,.08); color: #fff; }
.footer .fsocial svg { width: 19px; height: 19px; }
.footer-bottom { margin-top: 46px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; color: #7E9970; font-size: .84rem; }

/* ---------------- STICKY MOBILE CTA ---------------- */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: none; gap: 10px; padding: 11px 14px calc(11px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.92); backdrop-filter: blur(12px); border-top: 1px solid var(--border); transform: translateY(115%); opacity: 0; pointer-events: none; transition: transform .35s ease, opacity .35s ease; }
.sticky-cta.visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.sticky-cta .aq-btn { flex: 1; padding: 14px; font-size: .98rem; }
@media (max-width: 720px){ .sticky-cta{ display: flex; } body{ padding-bottom: 76px; } }
@media (prefers-reduced-motion: reduce){ .sticky-cta{ transition: opacity .2s ease; } }

/* logo nav: chiaro/scuro per tema */
.nav .brand .logo-light { display: none; }

/* reveal on scroll */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){ .reveal{ opacity:1; transform:none; } .hero--c .hc-mono{ animation: none; } }

/* ============================================================
   DIREZIONE C · IMMERSIVA — intera pagina in dark mode
   ============================================================ */
html[data-dir="c"] {
  --bg: #0E2400;
  --bg-soft: #0A1B00;
  --surface: #163209;
  --border: rgba(173,200,161,.16);
  --ink: #F2FBEC;
  --ink-2: #CFE3C4;
  --muted: #9DB890;
  --verde-chiaro-soft: rgba(149,235,109,.14);
  --arancione-soft: rgba(255,133,13,.18);
  --shadow-sm: 0 1px 2px rgba(0,0,0,.3), 0 6px 18px rgba(0,0,0,.25);
  --shadow-md: 0 10px 30px rgba(0,0,0,.35);
  --shadow-lg: 0 20px 50px rgba(0,0,0,.45);
}
html[data-dir="c"] body { background: var(--bg); }

/* kicker/eyebrow leggibili sul fondo scuro */
html[data-dir="c"] .aq-kicker { color: var(--verde-chiaro); }

/* nav: trasparente sull'hero, scura/sfumata allo scroll + logo chiaro */
html[data-dir="c"] .nav { background: linear-gradient(180deg, rgba(10,27,0,.55), rgba(10,27,0,0)); border-bottom-color: transparent; }
html[data-dir="c"] .nav.scrolled { background: rgba(14,36,0,.82); border-bottom-color: rgba(255,255,255,.08); }
html[data-dir="c"] .nav-links a { color: #E5F3DC; }
html[data-dir="c"] .nav-links a:hover { color: #fff; }
html[data-dir="c"] .nav .phone { color: var(--verde-chiaro); }
html[data-dir="c"] .nav .brand .logo-dark { display: none; }
html[data-dir="c"] .nav .brand .logo-light { display: block; }
html[data-dir="c"] .nav-burger { background: rgba(255,255,255,.06); border-color: var(--border); }
html[data-dir="c"] .nav-burger span, html[data-dir="c"] .nav-burger span::before, html[data-dir="c"] .nav-burger span::after { background: var(--verde-chiaro); }

/* icone/accenti che diventerebbero invisibili sul fondo scuro */
html[data-dir="c"] .trust-item .badge-ic { color: var(--verde-chiaro); background: rgba(149,235,109,.1); }
html[data-dir="c"] .step .step-n { color: var(--verde-chiaro); background: rgba(149,235,109,.12); }
html[data-dir="c"] .faq-item .pm { color: var(--verde-chiaro); background: rgba(149,235,109,.12); }
html[data-dir="c"] .faq-item.open .faq-q .pm { background: var(--verde-chiaro); color: #0E2400; }
html[data-dir="c"] .b2b .sector svg,
html[data-dir="c"] .b2b-points li svg,
html[data-dir="c"] .svc-card .svc-link { color: var(--verde-chiaro); }

/* bottoni adattati al dark */
html[data-dir="c"] .aq-btn--ghost { color: #EAF6E2; border-color: rgba(255,255,255,.3); }
html[data-dir="c"] .aq-btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.06); }
html[data-dir="c"] .aq-btn--dark { background: var(--verde-chiaro); color: #0E2400; }
html[data-dir="c"] .aq-btn--dark:hover { background: #a6f084; }

/* sezioni con fondo chiaro forzato → si fondono nel dark con un filo di bordo */
html[data-dir="c"] #perche, html[data-dir="c"] .b2b { background: var(--bg-soft) !important; }
html[data-dir="c"] .maint { background: linear-gradient(135deg,#1a3d0c,#0f2606); border: 1px solid rgba(149,235,109,.22); }
html[data-dir="c"] .maint-card { background: rgba(0,0,0,.22); }
html[data-dir="c"] .cta { background: #0A1B00; border-top: 1px solid var(--border); }
html[data-dir="c"] .footer { border-top: 1px solid rgba(255,255,255,.1); }

/* form scuro */
html[data-dir="c"] .form-card { background: var(--surface); border: 1px solid var(--border); }
html[data-dir="c"] .field input, html[data-dir="c"] .field textarea { background: rgba(0,0,0,.25); color: var(--ink); }
html[data-dir="c"] .field input:focus, html[data-dir="c"] .field textarea:focus { border-color: var(--verde-chiaro); box-shadow: 0 0 0 3px rgba(149,235,109,.18); }

/* immagini leggermente più scure per coerenza */
html[data-dir="c"] .svc-img img, html[data-dir="c"] .work-cell img { filter: brightness(.94) saturate(1.02); }
html[data-dir="c"] .section { position: relative; }
