/*
Theme Name: Web Station v6.6.3 SEO PRO (IT)
Version: 6.6.3
Text Domain: web-station
*/
:root{--border:#ebeaf8;--muted:#6f6e87}
*{box-sizing:border-box}
body{margin:0;font:16px/1.55 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Arial,sans-serif;color:#1b1838;background:#ffffff; }
a{text-decoration:none;color:#1d3df2}
a:hover{text-decoration:underline}
.wrap{max-width:1180px;margin:0 auto;padding:0 20px}
header.site{position:relative; background:#1b1838;}
.home header.site{color:#fff}
.page:not(.home) header.site{background:#0e0b2a;color:#fff}
.menu{list-style:none;margin:0;padding:0;display:flex;gap:22px}
.menu a{color:inherit;font-weight:600}
.btn{display:inline-block;padding:12px 16px;border-radius:12px;background:#fff;color:#1b0f3f;font-weight:800;border:1px solid rgba(0,0,0,.1)}
.btn.ghost{background:transparent;border:1px solid rgba(255,255,255,.35);color:#fff}
.page:not(.home) .btn.ghost{border-color:rgba(255,255,255,.35);color:#fff}
.logo-full img{height:44px;display:block}
.hero-top{
  background:
    linear-gradient(180deg, rgba(38,24,112,.78) 0%, rgba(38,24,112,.48) 40%, rgba(38,24,112,.28) 100%),
    url('./assets/hero-bg.png');
  background-size:cover;background-position:center;
  padding:84px 0 72px;border-bottom-left-radius:18px;border-bottom-right-radius:18px}
.hero-top .lead {color: #fff;}
.hero-grid{display:grid;grid-template-columns:1fr;gap:24px}
.lead{color:#e6e7ff}
.sec{padding:28px 0}
.sec.alt{background:#f7f7fd;border-top:1px solid #f0effa;border-bottom:1px solid #f0effa}
.section-shell{background:#f3f5fb;border:1px solid #e5e7f1;border-radius:16px;padding:22px}
.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.tile{display:flex;gap:12px;align-items:center;background:linear-gradient(135deg,#f0f2ff,#e9f7ff);border:1px solid #e7ecff;border-radius:12px;padding:14px;color:inherit;text-decoration:none}
.tile .ico{width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,#6236ff,#9dd7ff);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900}
.kpi-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px}
.kpi{border-radius:12px;padding:18px;text-align:center;color:#fff;font-weight:800;background:linear-gradient(135deg,#7a46ff,#d64fff)}
.kpi span{display:block;font-size:30px;line-height:1}
.card-soft{background:#fff;border:1px solid #ebeaf8;border-radius:16px;padding:16px;box-shadow:0 10px 30px rgba(17,16,38,.06)}
ul.tick{list-style:none;padding-left:0;margin:0}
ul.tick li{position:relative;padding-left:24px;margin:8px 0}
ul.tick li:before{content:"";position:absolute;left:0;top:.45em;width:14px;height:14px;border-radius:50%;background:linear-gradient(135deg,#6f3dff,#9dd7ff)}
.faq details{background:#fff;border:1px solid var(--border);border-radius:12px;padding:12px;margin:10px 0}
.faq details[open]{box-shadow:0 10px 30px rgba(17,16,38,.06)}
.faq summary{cursor:pointer;font-weight:800}
.local-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.local-grid a{display:block;background:#fff;border:1px solid var(--border);border-radius:12px;padding:12px;font-weight:800}
.site-footer{background:#0f0d2e;color:#c9c9e9;padding:40px 0;margin-top:28px}
.site-footer a{color:#fff}
@media(max-width:980px){
  .services-grid{grid-template-columns:1fr}
  .local-grid{grid-template-columns:1fr 1fr}
}
.btn-primary{
  background: linear-gradient(90deg,#6B4EFF,#7B61FF);
  color:#fff; font-weight:700; border-radius:12px; padding:12px 18px;
  box-shadow: 0 8px 20px rgba(107,78,255,.25);
  transition: transform .06s ease, filter .2s ease;
}
.btn-primary:hover{ filter: brightness(.92); }
.btn-primary:active{ transform: translateY(1px); }
.btn-ghost{
  border:1px solid #7B61FF; color:#6B4EFF; background:#fff;
}
.btn-ghost:hover{ background:#F5F3FF; }

.testimonianze {
  text-align: center;
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.testimonianze h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #222;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  justify-items: center;
}

.testimonial {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  max-width: 400px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.testimonial-photo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid #00a67d; /* colore accento Web Station */
}

blockquote {
  font-style: italic;
  color: #555;
  margin: 0;
}

cite {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  color: #222;
}
/* Wrapper generico */
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }

/* Sezione */
.home-contact.v2 { 
  padding: 80px 0; 
  background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%); 
  border-top: 1px solid #eee; 
}
.home-contact .contact-head { text-align: center; margin-bottom: 36px; }
.home-contact h2 { font-size: 2.2rem; margin: 0 0 10px; color: #111; }
.home-contact .sub { font-size: 1.06rem; color: #444; margin: 0 auto 12px; max-width: 820px; }

.trust-bullets { 
  display: flex; gap: 16px; justify-content: center; 
  list-style: none; padding: 0; margin: 12px 0 0; flex-wrap: wrap;
}
.trust-bullets li { background: #fff; border: 1px solid #eef0f2; border-radius: 999px; padding: 8px 14px; font-size: .95rem; }

/* Grid */
.contact-grid { 
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 32px; 
  align-items: start;
}
@media (max-width: 980px) { .contact-grid { grid-template-columns: 1fr; } }

/* Colonna sinistra */
.contact-left .contact-cards { display: grid; gap: 16px; }
.contact-left .card { 
  background: #fff; border: 1px solid #eef0f2; border-radius: 16px; 
  padding: 18px 20px; box-shadow: 0 10px 25px rgba(0,0,0,.05);
}
.contact-left .card h3 { margin: 0 0 8px; font-size: 1.1rem; color: #111; }
.contact-list, .locations { list-style: none; padding: 0; margin: 0; }
.contact-list li, .locations li { margin: 6px 0; color: #333; }
.muted { color: #76808a; font-size: .9rem; }


.btn-ghost {
  border:1px solid #7B61FF;
  color:#6B4EFF;
}


/* Colonna destra (form) */
.contact-right { 
  background: #fff; border: 1px solid #eef0f2; border-radius: 20px; 
  padding: 24px; box-shadow: 0 14px 32px rgba(0,0,0,.06);
}

/* Gravity Forms - armonizzazione soft */
/* Gravity Forms – armonizzazione brand (blu-violetto) */
.gform_wrapper form { 
  display: grid; 
  gap: 14px; 
}

/* Campi */
.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 16px;
  background: #fafafa;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

/* Focus (violetto) */
.gform_wrapper input:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
  outline: none;
  border-color: #6B4EFF;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(107, 78, 255, .14);
}

/* Placeholder */
.gform_wrapper ::placeholder { color: #8a94a0; }

/* Messaggi di errore campo */
.gform_wrapper .gfield.gfield_error input,
.gform_wrapper .gfield.gfield_error select,
.gform_wrapper .gfield.gfield_error textarea {
  border-color: #e54848;
  box-shadow: 0 0 0 4px rgba(229,72,72,.12);
  background: #fff;
}
.gform_wrapper .gfield.gfield_error .validation_message {
  color: #7a1d1d;
  font-size: .92rem;
  margin-top: 6px;
}

/* Checkbox / Radio con accent color */
.gform_wrapper input[type="checkbox"],
.gform_wrapper input[type="radio"] {
  accent-color: #6B4EFF;
}

/* Bottoni: Submit / Next / Previous */
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_button,
.gform_wrapper .gform_next_button {
  background: linear-gradient(90deg, #6B4EFF, #7B61FF);
  color: #fff;
  font-weight: 700;
  border: 0;
  border-radius: 12px;
  padding: 12px 18px;
  cursor: pointer;
  transition: filter .25s ease, transform .06s ease, box-shadow .2s ease;
  box-shadow: 0 8px 20px rgba(107,78,255,.22);
}
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_button:hover,
.gform_wrapper .gform_next_button:hover { filter: brightness(.92); }
.gform_wrapper .gform_footer input[type="submit"]:active,
.gform_wrapper .gform_button:active,
.gform_wrapper .gform_next_button:active { transform: translateY(1px); }

/* Bottone Previous (secondario) */
.gform_wrapper .gform_previous_button {
  background: #fff;
  color: #6B4EFF;
  border: 1px solid #7B61FF;
  border-radius: 12px;
  padding: 12px 18px;
  cursor: pointer;
  transition: background .2s ease, filter .2s ease;
}
.gform_wrapper .gform_previous_button:hover {
  background: #F5F3FF;
}

/* Spaziatura footer/recaptcha */
.gform_wrapper .gform_footer { margin-top: 6px; }
.gform_wrapper .ginput_recaptcha { margin-top: 6px; }


/* Wrapper */
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Sezione */
.ws-it-coverage { 
  padding: 80px 0; 
  background: linear-gradient(180deg,#f8fafb, #ffffff 40%);
  border-top: 1px solid #eef0f2;
}
.wsi-head { text-align: center; margin-bottom: 24px; }
.wsi-head h2 { font-size: 2.2rem; margin: 0 0 8px; color: #111; }
.wsi-head .sub { max-width: 860px; margin: 0 auto; color:#40464d; font-size: 1.04rem; }

/* Trust strip */
.wsi-trust {
  display:flex; gap:12px; justify-content:center; flex-wrap:wrap;
  list-style:none; padding:0; margin: 18px auto 26px;
}
.wsi-trust li {
  background:#fff; border:1px solid #eef0f2; border-radius:999px;
  padding:8px 14px; font-size:.94rem;
}

/* Grid città */
.wsi-grid {
  display:grid; gap:22px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1100px){ .wsi-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 800px){ .wsi-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px){ .wsi-grid { grid-template-columns: 1fr; } }

.wsi-card {
  background:#fff; border:1px solid #eef0f2; border-radius:18px;
  padding:18px; box-shadow:0 10px 28px rgba(0,0,0,.05);
  transition: transform .25s ease, box-shadow .25s ease;
}
.wsi-card:hover { transform: translateY(-4px); box-shadow:0 16px 36px rgba(0,0,0,.08); }

.wsi-card-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:8px; }
.wsi-card h3 { margin:0; font-size:1.15rem; color:#111; }
.badge { font-size:.75rem; padding:6px 10px; border-radius:999px; background:#f3f5f6; color:#44505a; border:1px solid #e7eaee; }
.badge.accent { background:#e8fbf5; color:#055843; border-color:#bff0e3; }

.mini-services { list-style:none; padding:0; margin:10px 0 14px; color:#333; }
.mini-services li { margin:6px 0; font-size:.98rem; }

.cta-row { display:flex; gap:8px; }
.btn { display:inline-block; text-decoration:none; font-weight:600; border-radius:12px; padding:10px 14px; }
.btn-ghost { border:1px solid #dfe3e7; color:#26303a; }
.btn-ghost:hover { background:#f6f8f9; }

.wsi-card.featured { border-color:#bff0e3; box-shadow:0 14px 40px rgba(0,166,125,.13); }

/* CTA finale */
.wsi-cta-final {
  margin-top: 28px; text-align:center; padding-top: 8px;
}
.wsi-cta-final p { margin:0 0 12px; color:#3a434b; }

.faq-section { padding: 72px 0; background: #fff; }
.faq-section .wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.faq-head { text-align: center; margin-bottom: 20px; }
.faq-head h2 { margin: 0 0 6px; font-size: 2rem; color: #111; }
.faq-head .sub { margin: 0; color: #49505a; }

.faq-list { margin: 18px auto 10px; max-width: 920px; }
.faq-item { 
  border: 1px solid #e9edf0; border-radius: 14px; 
  background: #fbfcfd; margin: 12px 0; overflow: hidden;
}
.faq-item summary {
  cursor: pointer; position: relative; list-style: none;
  padding: 16px 18px; font-weight: 700; color: #12161a;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item .icon {
  width: 20px; height: 20px; flex-shrink: 0; 
  border-radius: 6px; border: 1px solid #dfe4e8; background: #fff; 
  position: relative;
}
.faq-item .icon::before, .faq-item .icon::after {
  content: ""; position: absolute; background: #1e2a33;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.faq-item .icon::before { width: 10px; height: 2px; }
.faq-item .icon::after  { width: 2px; height: 10px; transition: opacity .2s ease; }
.faq-item[open] .icon::after { opacity: 0; }

.faq-item .answer { padding: 0 18px 16px; color: #3a434b; line-height: 1.6; }
.faq-item .answer ul { margin: 8px 0 0 18px; }

.faq-cta { text-align: center; margin-top: 18px; }

.microcopy { color: #6b7480; margin-top: 8px; font-size: .95rem; }

.wrap{max-width:1120px;margin:0 auto;padding:0 20px}
.btn{display:inline-block;text-decoration:none;font-weight:700;border-radius:12px;padding:12px 18px}
.btn-ghost{border:1px solid #dfe3e7;color:#24313a}
.btn-ghost:hover{background:#f6f8f9}

.service-hero{padding:72px 0;background:linear-gradient(180deg,#f5f9f7,#fff)}
.breadcrumbs{font-size:.9rem;margin-bottom:8px}
.breadcrumbs a{color:#006b54;text-decoration:none}
.service-hero h1{font-size:2.2rem;margin:0 0 8px;color:#111}
.lead{font-size:1.08rem;color:#434b55;max-width:820px}
.hero-cta{margin-top:16px;display:flex;gap:10px;flex-wrap:wrap}

.key-points{padding:24px 0}
.kp-grid{list-style:none;padding:0;margin:0;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.kp-grid li{background:#fff;border:1px solid #eef0f2;border-radius:14px;padding:14px}

.service-content{padding:40px 0}
.feat-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}
.feat-grid article{background:#fff;border:1px solid #eef0f2;border-radius:16px;padding:18px;box-shadow:0 10px 26px rgba(0,0,0,.05)}
.feat-grid h3{margin:0 0 6px}

.pricing{padding:40px 0;background:#fbfcfd;border-top:1px solid #eef0f2}
.pricing h2{text-align:center;margin:0 0 18px}
.price-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.price-grid .card{background:#fff;border:1px solid #eef0f2;border-radius:18px;padding:20px;box-shadow:0 12px 28px rgba(0,0,0,.06)}
.range{font-size:1.2rem;margin:.2rem 0 .6rem}
.timing{color:#47515b}
.note{text-align:center;color:#6c747d;margin-top:10px;font-size:.94rem}

.process{padding:40px 0}
.process h2{text-align:center;margin-bottom:10px}
.steps{counter-reset:st;list-style:none;padding:0;margin:0;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.steps li{background:#fff;border:1px solid #eef0f2;border-radius:14px;padding:14px;position:relative}
.steps li::before{counter-increment:st;content:counter(st);position:absolute;top:-10px;left:-10px;background:#00a67d;color:#fff;width:28px;height:28px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;box-shadow:0 6px 14px rgba(0,166,125,.25)}

.cta-wide{padding:48px 0;background:linear-gradient(180deg,#fff,#f9fafb)}
.cta-wide h2{text-align:center;margin:0 0 8px}
.cta-wide p{text-align:center;color:#49505a;margin:0 0 12px}
.cta-row{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}

.seo-locations{padding:20px 0}
.seo-locations .small{color:#56616b;text-align:center}


/* ===== Testimonials Carousel (brand blu-violetto) ===== */
:root{
  --ws-brand:#6B4EFF;
  --ws-brand-2:#7B61FF;
  --ws-ink:#111;
  --ws-muted:#4b5662;
  --ws-border:#e8ebf0;
  --ws-bg:#ffffff;
  --ws-card:#fff;
  --ws-shadow:0 12px 34px rgba(0,0,0,.08);
}

.ws-testimonials{ padding:64px 0; background:#f9fafc; }
.ws-testimonials .wrap{ max-width:1120px; margin:0 auto; padding:0 20px; }
.ws-testimonials__title{ text-align:center; margin:0 0 22px; font-size:2rem; color:var(--ws-ink); }

.ws-t-carousel{ position:relative; }
.ws-t-track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns: min(100%, 530px);
  gap:18px;
  overflow:hidden;
  scroll-behavior:smooth;
}
@media (max-width: 780px){
  .ws-t-track{ grid-auto-columns: 100%; }
}

.ws-t-card{
  position:relative;
  background:var(--ws-card);
  border:1px solid var(--ws-border);
  border-radius:18px;
  padding:52px 20px 48px;
  box-shadow:var(--ws-shadow);
  display:flex; flex-direction:column; gap:16px;
}

.ws-t-card__quote{
  position:absolute; top:12px; right:12px;
  width:44px; height:44px; border-radius:12px;
  background:linear-gradient(135deg,var(--ws-brand),var(--ws-brand-2));
  color:#fff; display:flex; align-items:center; justify-content:center;
  font-size:1.4rem; box-shadow:0 8px 18px rgba(107,78,255,.25);
}

.ws-t-card__text{
  margin:8px 0 0; color:var(--ws-muted); line-height:1.6; font-size:1.05rem;
  font-style:italic;
}

.ws-t-card__author{
  display:flex; align-items:center; gap:12px; margin-top:auto;
}
.ws-t-avatar{
  width:50px; height:50px; border-radius:50%; object-fit:cover;
  border:3px solid var(--ws-brand);
}

.ws-t-controls{
  display:flex; align-items:center; justify-content:center; gap:10px;
  margin-top:14px;
}
.ws-t-prev, .ws-t-next{
  width:38px; height:38px; border-radius:999px; cursor:pointer;
  background:#fff; border:1px solid var(--ws-brand);
  color:var(--ws-brand); font-size:1.4rem; line-height:1; padding:0;
  transition:background .2s ease, color .2s ease;
}
.ws-t-prev:hover, .ws-t-next:hover{ background: #F5F3FF; }

.ws-t-dots{ display:flex; gap:8px; align-items:center; }
.ws-t-dots button{
  width:9px; height:9px; border-radius:999px; background:#d7dbee; border:none;
}
.ws-t-dots button[aria-selected="true"]{ background:var(--ws-brand); }

/* riduci movimento se preferito */
@media (prefers-reduced-motion: reduce){
  .ws-t-track{ scroll-behavior:auto; }
}
/* 1) Evita overlay che “coprono” le sezioni sotto */
.hero::before,
.hero::after,
.ws-overlay,
.ws-bg,
.ws-gradient {
  pointer-events: none !important;
}

/* 2) Evita stacking fuori controllo dell'hero */
.hero {
  position: relative;
  z-index: 1; /* non usare valori alti tipo 9999 */
}

/* 3) Garantisci click sui link dentro le card */
.ws-card { position: relative; }
.ws-card a {
  position: relative;
  z-index: 2;
  display: inline-flex; /* o inline-block */
}

/* 4) Se qualche wrapper ha pointer-events:none; rimuovilo */
.page-section, .ws-grid {
  pointer-events: auto !important;
}

/* 5) Debug rapido: attiva temporaneamente per vedere cosa copre cosa */
/*
* { outline: 1px solid rgba(255,0,0,.1); }
*/



