
:root{
  --ink:#07111f;
  --ink2:#0e1a2b;
  --paper:#f7f3ea;
  --paper2:#fffaf0;
  --white:#fff;
  --muted:#64748b;
  --line:rgba(15,23,42,.11);
  --orange:#ff9f1c;
  --orange2:#ffbf69;
  --green:#20c763;
  --blue:#101d31;
  --shadow:0 28px 80px rgba(2,8,23,.25);
  --soft:0 18px 45px rgba(2,8,23,.12);
  --radius:28px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  background:#fff;
  color:var(--ink);
  overflow-x:hidden;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
.container{width:min(calc(100% - 34px),var(--container));margin-inline:auto}
.narrow{max-width:840px}
.center{text-align:center}
.skip-link{position:absolute;left:-999px;top:auto}
.skip-link:focus{left:16px;top:16px;background:#fff;color:#111;padding:10px 14px;border-radius:10px;z-index:99}

.urgency-strip{
  background:linear-gradient(90deg,#050b14,#101b2c 45%,#050b14);
  color:#f8fafc;
  border-bottom:1px solid rgba(255,255,255,.08);
  font-size:14px;
}
.urgency-inner{
  min-height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  text-align:center;
}
.urgency-inner a{color:#ffbf69;font-weight:950}
.live-dot{width:9px;height:9px;background:var(--green);border-radius:999px;box-shadow:0 0 0 7px rgba(32,199,99,.16),0 0 22px rgba(32,199,99,.7);flex:0 0 auto}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(7,17,31,.82);
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(18px);
}
.header-inner{
  min-height:78px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:22px;
}
.brand{display:flex;align-items:center;gap:12px;color:#fff;min-width:0}
.brand img{width:56px;height:56px;object-fit:contain;filter:drop-shadow(0 12px 18px rgba(0,0,0,.28))}
.brand span{display:grid;line-height:1.05}
.brand strong{font-size:16px;letter-spacing:.01em}
.brand small{font-size:12px;color:#cbd5e1;white-space:nowrap}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:22px;color:#dbe7f7;font-size:14px;font-weight:850}
.desktop-nav a{opacity:.86}
.desktop-nav a:hover{color:#fff;opacity:1}
.header-actions{display:flex;align-items:center;gap:10px}
.header-number{color:#fff;font-weight:950;font-size:14px;border:1px solid rgba(255,255,255,.12);padding:11px 14px;border-radius:999px;background:rgba(255,255,255,.06)}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:0;
  border-radius:999px;
  padding:13px 18px;
  font-weight:950;
  cursor:pointer;
  transition:.18s ease;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,var(--orange),var(--orange2));color:#111827;box-shadow:0 16px 34px rgba(255,159,28,.27)}
.btn-dark{background:#0e1726;color:#fff;border:1px solid rgba(255,255,255,.12)}
.btn-wa{background:linear-gradient(135deg,#22c55e,#16a34a);color:white;box-shadow:0 16px 34px rgba(32,199,99,.24)}
.btn-light{background:#fff;color:#0f172a}
.btn-big{padding:17px 22px;font-size:16px}
.btn-block{width:100%}

.hero{
  position:relative;
  min-height:760px;
  padding:70px 0 78px;
  color:#fff;
  background:
    radial-gradient(circle at 72% 24%,rgba(255,159,28,.28),transparent 32%),
    radial-gradient(circle at 38% 82%,rgba(32,199,99,.14),transparent 25%),
    linear-gradient(135deg,#050912 0%,#0d1828 48%,#1b2b42 100%);
  overflow:hidden;
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
  background-size:68px 68px;
  mask-image:linear-gradient(to bottom,transparent 0,#000 18%,#000 78%,transparent 100%);
  pointer-events:none;
}
.hero-bg{
  position:absolute;
  inset:auto -18% -220px -18%;
  height:440px;
  background:radial-gradient(ellipse at center,rgba(255,159,28,.18),transparent 62%);
  filter:blur(18px);
}
.hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(390px,510px);
  gap:52px;
  align-items:center;
}
.micro-trust{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}
.micro-trust span{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#f8fafc;
  padding:9px 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:850;
}
.eyebrow{
  margin:0 0 12px;
  color:#ffbf69;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  font-weight:1000;
}
.eyebrow.dark{color:#a45f00}
h1,h2,h3,p{margin-top:0}
h1{
  font-size:clamp(45px,6.1vw,78px);
  line-height:.92;
  letter-spacing:-.065em;
  margin-bottom:22px;
  max-width:850px;
}
h2{
  font-size:clamp(32px,4vw,52px);
  line-height:1;
  letter-spacing:-.055em;
  margin-bottom:16px;
}
h3{font-size:22px;line-height:1.08;letter-spacing:-.035em;margin-bottom:10px}
.hero-lead{font-size:20px;line-height:1.65;color:#dce8f7;max-width:720px;margin-bottom:28px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:26px}

.hero-whatsapp-link{
  display:none;
  margin:12px 0 0;
  color:#cbd5e1;
  font-size:14px;
}
.hero-whatsapp-link a{
  color:#25d366;
  font-weight:1000;
  text-decoration:underline;
  text-underline-offset:4px;
}

.trust-panel{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  max-width:760px;
}
.trust-panel div{
  padding:16px;
  border-radius:22px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.12);
}
.trust-panel strong{display:block;font-size:16px}
.trust-panel span{font-size:13px;color:#cbd5e1}

.hero-visual{display:grid;gap:18px}
.evan-stage{
  position:relative;
  min-height:560px;
  border-radius:44px;
  overflow:hidden;
  background:
    radial-gradient(circle at 52% 26%,rgba(255,255,255,.12),transparent 22%),
    radial-gradient(circle at 50% 78%,rgba(255,159,28,.26),transparent 38%),
    linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.17);
  box-shadow:var(--shadow);
  isolation:isolate;
}
.evan-stage:after{
  content:"";
  position:absolute;
  inset:auto 10% -64px;
  height:160px;
  border-radius:999px;
  background:rgba(0,0,0,.42);
  filter:blur(34px);
  z-index:-1;
}
.evan-halo{
  position:absolute;
  width:340px;
  height:340px;
  top:82px;
  left:50%;
  transform:translateX(-50%);
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,159,28,.5),rgba(32,199,99,.14) 48%,transparent 70%);
  filter:blur(14px);
}
.evan-stage picture{
  position:absolute;
  inset:14px -34px 0 -34px;
  display:block;
  z-index:2;
}
.evan-stage img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center bottom;
  filter:drop-shadow(0 34px 42px rgba(0,0,0,.42));
}
.floating-card{
  position:absolute;
  z-index:4;
  background:rgba(255,255,255,.86);
  color:#0f172a;
  border:1px solid rgba(255,255,255,.65);
  border-radius:20px;
  padding:12px 14px;
  box-shadow:0 16px 40px rgba(0,0,0,.18);
  backdrop-filter:blur(14px);
}
.floating-card strong{display:block;font-size:18px}
.floating-card span{display:block;font-size:12px;font-weight:800;color:#475569}
.floating-card--top{top:22px;right:22px}
.floating-card--bottom{left:18px;right:18px;bottom:18px;text-align:center;background:rgba(8,13,22,.82);color:#fff}
.floating-card--bottom span{color:#cbd5e1}

.lead-card{
  background:rgba(255,255,255,.96);
  color:var(--ink);
  border-radius:32px;
  padding:20px;
  box-shadow:var(--soft);
  border:1px solid rgba(255,255,255,.6);
}
.lead-title{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.pulse{width:13px;height:13px;border-radius:999px;background:var(--green);box-shadow:0 0 0 8px rgba(32,199,99,.12)}
.lead-title strong{font-size:22px;letter-spacing:-.04em;display:block}
.lead-title small{color:var(--muted);font-weight:700}
.quick-problems{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:13px}
.quick-problems button{
  border:1px solid var(--line);
  background:#f8fafc;
  color:#0f172a;
  border-radius:14px;
  padding:11px 10px;
  font-weight:900;
  cursor:pointer;
}
.quick-problems button.active{background:#111827;color:#fff;border-color:#111827}
.lead-form{display:grid;gap:10px}
.lead-form label{display:grid;gap:6px;font-size:13px;font-weight:950;color:#334155}
.lead-form input,.lead-form select{
  width:100%;
  border:1px solid var(--line);
  border-radius:15px;
  padding:13px 14px;
  background:#f8fafc;
  outline:none;
}
.lead-form input:focus,.lead-form select:focus{border-color:var(--orange);box-shadow:0 0 0 4px rgba(255,159,28,.15)}
.lead-form p{font-size:12px;text-align:center;color:#64748b;margin:0}
.lead-form p a{font-weight:950;color:#111827}

.conversion-bar{
  background:linear-gradient(135deg,#fff2d7,#fffaf0);
  border-bottom:1px solid rgba(15,23,42,.06);
}
.conversion-grid{
  display:grid;
  grid-template-columns:1fr auto auto;
  align-items:center;
  gap:14px;
  padding:20px 0;
}
.conversion-grid strong{display:block;font-size:20px}
.conversion-grid span{color:#64748b}

.section{padding:86px 0}
.section-head{max-width:760px;margin-bottom:34px}
.section-head.center{margin-inline:auto;text-align:center}
.section-head p:not(.eyebrow),.zone-card p,.trust-copy p,.price-section p{color:#64748b;line-height:1.7}

.zone-section{background:#fff}
.zone-card{
  background:
    radial-gradient(circle at top right,rgba(255,159,28,.16),transparent 30%),
    linear-gradient(135deg,#fffaf0,#fff);
  border:1px solid var(--line);
  border-radius:38px;
  padding:42px;
  text-align:center;
  box-shadow:var(--soft);
}
.zone-pills{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:22px}
.zone-pills span{
  background:#0f172a;
  color:#fff;
  border-radius:999px;
  padding:10px 13px;
  font-weight:900;
  font-size:13px;
}

.services{background:#f8fafc}
.service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.service-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:26px;
  box-shadow:0 12px 34px rgba(15,23,42,.06);
  display:flex;
  flex-direction:column;
  min-height:310px;
}
.service-card.primary-card{
  background:linear-gradient(180deg,#111827,#0b1220);
  color:#fff;
  border-color:rgba(255,255,255,.12);
}
.icon{font-size:34px;margin-bottom:20px}
.service-card p{color:#64748b;line-height:1.65;margin-bottom:20px}
.primary-card p{color:#cbd5e1}
.inline-cta{margin-top:auto;color:#e87500;font-weight:1000}
.primary-card .inline-cta{color:#ffbf69}

.trust-section{
  color:#fff;
  background:
    radial-gradient(circle at 18% 20%,rgba(255,159,28,.22),transparent 28%),
    linear-gradient(135deg,#07111f,#14233a);
}
.trust-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:34px;align-items:center}
.trust-copy p{color:#d9e6f7}
.trust-cards{display:grid;gap:14px}
.trust-cards div{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  padding:24px;
  box-shadow:0 20px 60px rgba(0,0,0,.15);
}
.trust-cards span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:14px;background:rgba(255,159,28,.17);color:#ffbf69;font-weight:1000;margin-bottom:12px}
.trust-cards strong{display:block;font-size:22px;letter-spacing:-.04em;margin-bottom:8px}
.trust-cards p{color:#cbd5e1;line-height:1.6;margin:0}

.price-section{background:#fff}
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.price-card{
  border-radius:30px;
  padding:28px;
  background:linear-gradient(180deg,#fff,#fff8ec);
  border:1px solid rgba(255,159,28,.22);
  box-shadow:var(--soft);
}
.price-card span{font-weight:950;color:#a45f00;text-transform:uppercase;font-size:12px;letter-spacing:.12em}
.price-card strong{display:block;font-size:34px;letter-spacing:-.05em;margin:12px 0 8px}
.price-card p{margin:0}

.gallery-section{background:#f8fafc}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.gallery-grid figure{
  margin:0;
  border-radius:30px;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--soft);
}
.gallery-grid img{width:100%;height:300px;object-fit:cover}
.gallery-grid figcaption{padding:16px 18px;font-weight:1000}

.reviews-section{
  color:#fff;
  background:linear-gradient(180deg,#111827,#26364b);
}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.review-card{
  background:#fff;
  color:#0f172a;
  border-radius:26px;
  padding:24px;
  box-shadow:0 18px 45px rgba(0,0,0,.15);
}
.review-card div{color:#f59e0b;font-size:20px;margin-bottom:10px}
.review-card strong{display:block;margin-bottom:10px}
.review-card p{color:#334155;line-height:1.6;margin:0}

.requested-section{background:#fff}
.requested-box{
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:26px;
  align-items:start;
  background:#fff6de;
  border:1px solid rgba(255,159,28,.23);
  border-radius:36px;
  padding:38px;
}
.requested-box ul{margin:0;padding-left:18px;color:#334155;line-height:1.9}

.final-cta{
  padding:86px 0;
  background:
    radial-gradient(circle at 50% 0,rgba(255,159,28,.26),transparent 35%),
    linear-gradient(135deg,#07111f,#1f2d43);
  color:#fff;
}
.final-box{text-align:center;max-width:860px}
.final-box p:not(.eyebrow){color:#dbeafe;line-height:1.7;font-size:18px}
.final-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:24px}

.faq-section{background:#fff}
.faq-list{display:grid;gap:10px}
.faq-list details{
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 24px rgba(15,23,42,.05);
  overflow:hidden;
}
.faq-list summary{
  cursor:pointer;
  list-style:none;
  padding:18px 20px;
  font-weight:950;
  display:flex;
  justify-content:space-between;
  gap:18px;
}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";color:#e87500;font-weight:1000}
.faq-list details[open] summary:after{content:"–"}
.faq-list details p{padding:0 20px 20px;color:#64748b;line-height:1.65;margin:0}

.site-footer{
  background:#050b14;
  color:#dbeafe;
  padding:46px 0 88px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:22px;
}
.footer-grid strong{display:block;color:#fff;margin-bottom:10px}
.footer-grid p{margin:0;color:#9fb2cb;line-height:1.6}
.footer-grid a{display:block;color:#ffbf69;font-weight:900}

.mobile-sticky{
  position:fixed;
  left:0;right:0;bottom:0;
  z-index:80;
  display:none;
  grid-template-columns:1fr 1fr;
  gap:10px;
  padding:10px max(12px,env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-right));
  background:rgba(7,17,31,.88);
  border-top:1px solid rgba(255,255,255,.1);
  backdrop-filter:blur(16px);
  transform:translateY(120%);
  opacity:0;
  pointer-events:none;
  transition:transform .24s ease,opacity .24s ease;
}
.mobile-sticky.is-visible{
  transform:translateY(0);
  opacity:1;
  pointer-events:auto;
}
.mobile-sticky a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  border-radius:999px;
  font-weight:1000;
}
.sticky-call{background:linear-gradient(135deg,var(--orange),var(--orange2));color:#111827}
.sticky-wa{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}

@media (max-width:1080px){
  .desktop-nav{display:none}
  .hero-grid{grid-template-columns:1fr;gap:34px}
  .hero-copy{text-align:center}
  .micro-trust,.hero-actions{justify-content:center}
  

.trust-panel{margin-inline:auto}
  .hero-visual{max-width:580px;margin-inline:auto;width:100%}
  .service-grid{grid-template-columns:1fr 1fr}
  .trust-layout{grid-template-columns:1fr}
  .requested-box{grid-template-columns:1fr}
}
@media (max-width:760px){
  body{padding-bottom:76px}
  .container{width:min(calc(100% - 28px),var(--container))}
  .urgency-inner{font-size:12px;gap:7px;justify-content:flex-start;overflow:hidden;white-space:nowrap}
  .urgency-inner a{display:none}
  .header-inner{min-height:68px;grid-template-columns:auto 1fr}
  .brand span{display:none}
  .brand img{width:48px;height:48px}
  .header-actions{justify-content:end}
  .header-number{display:none}
  .header-actions .btn{padding:11px 13px;font-size:13px}

  .header-wa{display:none!important}
  .hero-wa{display:none!important}
  .hero-actions{grid-template-columns:1fr}
  .hero{min-height:auto;padding:44px 0 54px}
  .hero-copy{text-align:left}
  .micro-trust{justify-content:flex-start;gap:8px}
  .micro-trust span{font-size:12px;padding:8px 10px}
  h1{font-size:43px;line-height:.95}
  h2{font-size:34px}
  .hero-lead{font-size:16px;line-height:1.55}
  .hero-actions{display:grid;justify-content:stretch}
  .hero-actions .btn{width:100%}
  .hero-whatsapp-link{display:block;margin-bottom:22px}
  

.trust-panel{grid-template-columns:1fr;max-width:none}
  .evan-stage{min-height:430px;border-radius:32px}
  .evan-stage picture{inset:10px -45px 0 -45px}
  .floating-card--top{top:14px;right:14px}
  .floating-card--bottom{left:12px;right:12px;bottom:12px}
  .lead-card{border-radius:26px;padding:16px}
  .quick-problems{grid-template-columns:1fr 1fr}
  .conversion-grid{grid-template-columns:1fr;gap:10px;text-align:center}
  .conversion-grid .btn{width:100%}
  .conversion-grid .btn-wa{display:none}
  .section{padding:58px 0}
  .zone-card{padding:26px;border-radius:28px;text-align:left}
  .zone-pills{justify-content:flex-start}
  .service-grid,.price-grid,.gallery-grid,.reviews-grid{grid-template-columns:1fr}
  .service-card{min-height:auto;border-radius:24px;padding:22px}
  .trust-cards div,.price-card,.review-card{border-radius:24px}
  .gallery-grid img{height:230px}
  .requested-box{padding:24px;border-radius:28px}
  .final-actions{display:grid}
  .final-actions .btn{width:100%}
  .footer-grid{grid-template-columns:1fr}
  .mobile-sticky{display:grid}
}
@media (max-width:380px){
  h1{font-size:38px}
  .evan-stage{min-height:390px}
  .quick-problems{grid-template-columns:1fr}
}

/* Header rimosso dalla pagina: nessuna barra logo sopra la hero */
.site-header{display:none!important}
.hero{padding-top:58px}
@media (max-width:760px){
  .hero{padding-top:30px}
}


/* ===== SERVIZI SECTION IMPROVEMENTS ===== */
.services{
  background:linear-gradient(180deg,#f8fafc 0%, #f2f5f9 100%);
}
.services .section-head{
  max-width:820px;
  margin:0 auto 24px;
}
.services .section-head h2{
  margin-bottom:12px;
}
.services .section-head p{
  color:#64748b;
  font-size:17px;
  line-height:1.7;
}
.service-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  align-items:stretch;
}
.service-card,
.service-card.primary-card{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  color:var(--ink);
  border:1px solid rgba(15,23,42,.10);
  border-radius:28px;
  padding:24px;
  box-shadow:0 14px 34px rgba(15,23,42,.07);
  min-height:290px;
}
.service-card::before,
.service-card.primary-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:5px;
  background:linear-gradient(180deg,var(--orange),#ffcb76);
}
.service-card:hover,
.service-card.primary-card:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 48px rgba(15,23,42,.11);
}
.service-card .icon,
.service-card.primary-card .icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  font-size:28px;
  margin:0 0 18px;
  border-radius:18px;
  background:linear-gradient(180deg,#fff7eb,#ffe5be);
  box-shadow:inset 0 0 0 1px rgba(255,159,28,.18);
}
.service-card h3,
.service-card.primary-card h3{
  min-height:54px;
  margin-bottom:12px;
  font-size:20px;
  line-height:1.22;
  letter-spacing:-.03em;
  color:#07111f;
}
.service-card p,
.service-card.primary-card p{
  color:#53657d;
  font-size:15.5px;
  line-height:1.72;
  margin-bottom:18px;
  max-width:33ch;
}
.inline-cta,
.primary-card .inline-cta{
  margin-top:auto;
  width:100%;
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:13px 16px;
  border-radius:16px;
  background:linear-gradient(135deg,#fff7ea,#ffe9c4);
  border:1px solid rgba(255,159,28,.22);
  color:#d86d00;
  font-weight:1000;
  box-shadow:0 8px 20px rgba(255,159,28,.10);
}
.inline-cta::after{
  content:"→";
  font-size:18px;
  line-height:1;
}
.inline-cta:hover,
.primary-card .inline-cta:hover{
  background:linear-gradient(135deg,#ffefce,#ffe2af);
}

@media (max-width:920px){
  .service-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:640px){
  .services .section-head{
    margin-bottom:18px;
  }
  .services .section-head p{
    font-size:16px;
  }
  .service-card,
  .service-card.primary-card{
    min-height:auto;
    padding:20px;
    border-radius:24px;
  }
  .service-card .icon,
  .service-card.primary-card .icon{
    width:50px;
    height:50px;
    border-radius:16px;
    font-size:25px;
    margin-bottom:16px;
  }
  .service-card h3,
  .service-card.primary-card h3{
    min-height:0;
    font-size:19px;
    margin-bottom:10px;
  }
  .service-card p,
  .service-card.primary-card p{
    font-size:15px;
    line-height:1.65;
    max-width:none;
  }
  .inline-cta,
  .primary-card .inline-cta{
    min-height:46px;
    padding:12px 14px;
    border-radius:15px;
    font-size:15px;
  }
}

/* ===== DESKTOP / PC ORDER FIX ===== */
@media (min-width:981px){
  .container{
    width:min(calc(100% - 56px),1200px);
  }

  .hero{
    min-height:auto;
    padding:64px 0 96px;
  }

  .hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1.08fr) minmax(380px,460px);
    gap:42px;
    align-items:start;
  }

  .hero-copy{
    text-align:left;
    padding-top:20px;
  }

  .micro-trust,
  .hero-actions{
    justify-content:flex-start;
  }

  .hero-actions{
    align-items:center;
  }

  .hero-actions .btn{
    min-width:190px;
  }

  h1{
    max-width:760px;
    font-size:clamp(46px,5vw,68px);
    line-height:.96;
  }

  .hero-lead{
    max-width:690px;
    font-size:18px;
    line-height:1.62;
  }

  .trust-panel{
    margin-inline:0;
    max-width:720px;
    align-items:stretch;
  }

  .trust-panel div{
    min-height:92px;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }

  .hero-visual{
    position:relative;
    align-self:start;
    width:100%;
  }

  .evan-stage{
    min-height:520px;
    border-radius:38px;
  }

  .evan-stage picture{
    inset:12px -24px 0 -24px;
  }

  .lead-card{
    position:relative;
    z-index:6;
    width:calc(100% - 34px);
    margin:-48px auto 0;
    border-radius:28px;
    padding:18px;
  }

  .lead-form{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .lead-form label:nth-of-type(3),
  .lead-form label:nth-of-type(4),
  .lead-form button,
  .lead-form p{
    grid-column:1/-1;
  }

  .lead-form input,
  .lead-form select{
    padding:12px 13px;
  }

  .conversion-grid{
    grid-template-columns:minmax(0,1fr) auto auto;
    align-items:center;
  }

  .section{
    padding:76px 0;
  }

  .section-head{
    margin-bottom:28px;
  }

  .zone-card,
  .requested-box{
    padding:36px;
  }

  .service-grid,
  .price-grid,
  .gallery-grid,
  .reviews-grid,
  .trust-cards{
    align-items:stretch;
  }

  .service-card,
  .service-card.primary-card,
  .price-card,
  .review-card,
  .gallery-grid figure,
  .trust-cards div{
    height:100%;
  }

  .service-card p,
  .service-card.primary-card p{
    max-width:none;
  }

  .gallery-grid img{
    height:260px;
  }

  .footer-grid{
    align-items:start;
  }
}

@media (min-width:1100px){
  .service-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
  }

  .service-card,
  .service-card.primary-card{
    min-height:335px;
    padding:22px;
  }

  .service-card h3,
  .service-card.primary-card h3{
    min-height:58px;
    font-size:19px;
  }

  .service-card p,
  .service-card.primary-card p{
    font-size:15px;
  }
}

@media (min-width:981px) and (max-width:1099px){
  .service-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

/* ===== MODULO PREVENTIVO RIPOSIZIONATO ===== */
.hero-module-row{
  position:relative;
  z-index:3;
  margin-top:30px;
}

.hero-module-row .lead-card{
  width:100%;
  max-width:1120px;
  margin:0 auto;
  background:rgba(255,255,255,.98);
}

@media (min-width:981px){
  .hero{
    padding-bottom:64px;
  }

  .hero-grid{
    align-items:center;
  }

  .hero-visual{
    display:block;
    max-width:460px;
    justify-self:center;
  }

  .evan-stage{
    min-height:548px;
  }

  .hero-module-row{
    margin-top:34px;
  }

  .hero-module-row .lead-card{
    display:grid;
    grid-template-columns:260px minmax(0,1fr);
    gap:18px 22px;
    align-items:start;
    border-radius:30px;
    padding:20px;
    box-shadow:0 22px 62px rgba(15,23,42,.18);
  }

  .hero-module-row .lead-title{
    margin:0;
    padding:18px;
    min-height:100%;
    border-radius:22px;
    background:linear-gradient(180deg,#fff7eb,#ffffff);
    border:1px solid rgba(255,159,28,.18);
  }

  .hero-module-row .quick-problems{
    grid-column:2;
    grid-template-columns:repeat(4,minmax(0,1fr));
    margin:0 0 12px;
  }

  .hero-module-row .lead-form{
    grid-column:2;
    grid-template-columns:repeat(4,minmax(0,1fr));
    align-items:end;
    gap:10px;
  }

  .hero-module-row .lead-form label:nth-of-type(3),
  .hero-module-row .lead-form label:nth-of-type(4),
  .hero-module-row .lead-form button,
  .hero-module-row .lead-form p{
    grid-column:auto;
  }

  .hero-module-row .lead-form button{
    min-height:48px;
  }

  .hero-module-row .lead-form p{
    grid-column:1/-1;
    text-align:right;
    margin-top:-2px;
  }
}

@media (max-width:980px){
  .hero-module-row{
    margin-top:22px;
  }
}

@media (max-width:760px){
  .hero-module-row{
    margin-top:18px;
  }

  .hero-module-row .lead-card{
    border-radius:26px;
    padding:16px;
  }
}

@media (min-width:981px){
  .hero-module-row .lead-title{
    grid-row:1 / span 2;
  }
}
