/* =========================================================
   Leonedesign — Report Strategico — theme stylesheet
   ========================================================= */

:root{
  --bg: #000000;
  --bg2: #0a0a0a;
  --card: #10152400;
  --card-bg: #111111;
  --border: rgba(255,255,255,0.08);
  --white: #ffffff;
  --muted: rgba(255,255,255,0.6);
  --muted2: rgba(255,255,255,0.45);
  --accent: #0000ff;
  --accent-light: rgba(0,0,255,0.35);
  --radius: 0px;
  --container: 1160px;
  --container-sm: 720px;
}

*{ box-sizing:border-box; }

html{ scroll-behavior:smooth; }

body.report-page{
  background:var(--bg);
  color:var(--white);
  font-family:'Montserrat', sans-serif;
  margin:0;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

.container{ max-width:var(--container); margin:0 auto; padding:0 24px; }
.container-sm{ max-width:var(--container-sm); margin:0 auto; padding:0 24px; }

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

/* ── NAV ─────────────────────────────────────────────── */
.report-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px 24px;
  background:var(--bg);
  border-bottom:1px solid var(--border);
}
.report-nav-logo{ height:38px; width:auto; }
.report-nav .custom-logo-link img{ height:38px; width:auto; }

/* ── HERO ────────────────────────────────────────────── */
.report-hero{
  position:relative;
  padding:0;
  background:var(--bg); background-size:cover; background-position:center;
  overflow:hidden;
  display:flex;
}
.report-hero-overlay{ position:absolute; inset:0; z-index:0; }
.report-hero > .container{
  position:relative;
  flex:0 0 auto;
	 width:calc(65vw - 40px);
  z-index:4;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  padding:16px 40px 16px 80px;
  text-align:left;
  pointer-events:all;
  gap:0;
  height:100%;
  min-height:0;
  overflow-y:visible;
  overflow-x:visible;
  margin:0;
  max-width:none;
}

.report-hero .report-split-left{
  width:100%;
  min-height:0;
  overflow-y: visible;
}

/* galleria a tutta altezza, incollata al bordo destro del viewport (non del .container) */
.report-hero-gallery-bleed{
  position:absolute;
  top:0; right:0; bottom:0;
  width:35vw;
  height:100%;
  z-index:1;
}
.report-hero-gallery-bleed .scroll-gallery{
  height:100%;
  grid-template-columns:1fr;
  gap:30px;
  padding:0 30px;
  -webkit-mask-image:none;
  mask-image:none;
}
.report-hero-gallery-bleed .scroll-col--offset{ display:none !important; }
.report-hero-gallery-bleed .scroll-col{ gap:30px; }
.report-hero-gallery-bleed .scroll-card{
  border:none;
  background:#0a0a0a;
  height:34vh !important;
}
.report-hero-gallery-bleed .scroll-card:nth-child(even){ height:38vh !important; }
.report-hero-gallery-bleed .scroll-card__badge{ display:none; }
.report-hero-gallery-bleed .scroll-card__arrow{ display:none; }
.report-hero-gallery-bleed .scroll-card__footer{ justify-content:flex-start; }
.report-hero-gallery-bleed .scroll-card img{
  object-fit:contain !important;
  width:100% !important;
  height:100% !important;
  padding:16px;
}

.report-hero-cta{ text-align:left; margin-top:20px; flex:0 0 auto; }
.hero-tp-rating{ display:flex; align-items:center; gap:8px; margin-top:10px; display: none; }
.hero-tp-stars{ color:#00b67a; font-size:14px; letter-spacing:2px; }
.hero-tp-text{ color:var(--muted2,#9a9a9a); font-size:13px; font-weight:400; }

.report-hero-title{
  text-align:left;
  font-size:50px;
  font-weight:400;
  letter-spacing:-0.5px;
  line-height:1.3;
  max-width:850px;
  margin:0 0 32px;
  flex:0 0 auto;
}
.report-name{ color:var(--accent); font-style:italic; font-weight:600; display: none; }
.report-hero-body{
  text-align:left;
  font-size:16px;
  font-weight:400;
  line-height:1.6;
  color: #ffffff;
  max-width:1000px;
  margin:-16px 0 5px;
  flex:0 0 auto;
}

.report-hero-cols{
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:28px;
  max-width:none;
  width:100%;
  margin:0;
  flex:0 1 auto;
  min-height:0;
}
.radar-chart-wrap{ display:flex; align-items:center; justify-content:center; flex:0 0 clamp(450px, 32vw, 750px); width:clamp(450px, 32vw, 750px); }

.radar-svg{ width:100%; max-width:450px; height:auto; overflow:visible !important; }


/* punti/poligono animati interamente via JS (rAF), niente transition CSS su cx/cy/points:
   altrimenti ogni frame scritto da JS avvierebbe una sua transizione e si accavallerebbero */
#radarPolygon{ transform-box: fill-box; transform-origin: center; }
#radarPolygon.radar-pop{ animation: radar-pop .42s ease; }
@keyframes radar-pop{
  0%{ transform:scale(1); }
  45%{ transform:scale(1.055); }
  100%{ transform:scale(1); }
}

/* ── SCORE CARD ──────────────────────────────────────── */
.score-card{
  background:
    radial-gradient(140% 120% at 88% -10%, rgba(0,0,255,0.16), transparent 55%),
    var(--card-bg);
  border:1px solid rgba(0,0,255,0.32);
  border-radius:14px;
  padding:12px 14px;
  box-shadow:0 0 0 1px rgba(0,0,255,0.06), 0 24px 50px -24px rgba(0,0,255,0.25);
  max-width:clamp(300px, 18vw, 420px);
  width:100%;
	flex:0 0 clamp(300px, 18vw, 420px);
  margin:0;
}
.score-card-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  margin-bottom:6px;
  padding-bottom:6px;
  border-bottom:1px solid var(--border);
}
.score-card-title{ font-size:13.5px; font-weight:500; letter-spacing:.01em; line-height: 1.5; }
.score-total-wrap{ text-align:right; }
.score-total-label{ display:block; font-size:8.5px; color:var(--muted2); text-transform:uppercase; letter-spacing:.1em; margin-bottom:2px; }
.score-total-val{ font-size:19px; font-weight:600; color:var(--accent); }

.score-bars{ display:flex; flex-direction:column; }
.score-row{ display:flex; align-items:center; gap:10px; padding:5px 0; border-bottom:1px solid var(--border); }
.score-row:last-child{ border-bottom:none; padding-bottom:0; }
.score-row:first-child{ padding-top:0; }
.score-label{ line-height: 1.2; flex:0 0 112px; font-size:12px; color:var(--muted); font-weight:600; }
.score-bar-wrap{ position:relative; flex:1; height:6px; border-radius:0; background:rgba(255,255,255,0.08); overflow:visible; }
.score-bar-fill{
  position:absolute; top:0; left:0; bottom:0;
  height:100%; width:0%; border-radius:0;
  background:linear-gradient(90deg,#0000ff,#4d4dff);
  transition:width 1.1s cubic-bezier(0.16,1,0.3,1);
  z-index:2;
}
.score-bar-before{
  position:absolute; left:0; top:50%; transform:translateY(-50%);
  height:10px; width:0%; border-radius:0;
  background:#ff4757;
  transition:width 1.1s cubic-bezier(0.16,1,0.3,1);
  z-index:1;
}
.score-val-wrap{ flex:0 0 auto; display:flex; align-items:baseline; gap:2px; min-width:32px; justify-content:flex-end; }
.score-val{ font-size:14px; font-weight:600; }
.score-val-sub{ font-size:10px; color:var(--muted2); }

/* ── SECTIONS (generic) ─────────────────────────────── */
.report-section{ padding:32px 0; background:var(--bg); }
.section-title{
  text-align:center;
  font-size:40px;
  font-weight:400;
  letter-spacing:-0.5px;
  line-height:1.3;
  max-width:820px;
  margin:0 auto 52px;
}
.section-title em{ color:var(--accent); font-style:italic; font-weight:400; }
.section-title.center{ margin-bottom:0; }

/* ── DEVICE SHOWCASE ─────────────────────────────────── */
.device-showcase-section{ padding:56px 0 72px; overflow:visible; }
.device-showcase-section .container{ padding-bottom:24px; }
.device-showcase{
  position:relative;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.device-frame{
  position:absolute;
  overflow:hidden;
  opacity:0;
  transform:scale(0.94);
  transition:opacity 1s cubic-bezier(0.16,1,0.3,1), transform 1.1s cubic-bezier(0.16,1,0.3,1);
}
.device-showcase.visible .device-frame{ opacity:1; transform:scale(1); }

.device-frame.device-laptop{
  aspect-ratio:16/10;
  width:96vw;
  max-width:1180px;
  z-index:3;
}
.device-frame.device-tablet,
.device-frame.device-phone{
  aspect-ratio:4/3.6;
  width:26vw;
  min-width:180px;
  max-width:320px;
  top:24%;
  transition:opacity 1s cubic-bezier(0.16,1,0.3,1), transform 0.12s linear;
  z-index:1;
}
.device-frame.device-tablet{ right:1%; transform:scale(0.94) rotate(8deg); }
.device-frame.device-phone{ left:2%; transform:scale(0.94) rotate(-8deg); }
.device-showcase.visible .device-frame.device-tablet{ transform:scale(1) rotate(8deg); }
.device-showcase.visible .device-frame.device-phone{ transform:scale(1) rotate(-8deg); }

.screen-state{
  position:absolute; inset:0; opacity:0;
  transform:scale(1.035);
  transition:opacity 1.2s ease, transform 1.4s ease;
  border-radius:0;
  overflow:hidden;
}
.screen-state.is-active{ opacity:1; transform:scale(1); }
.screen-state img{ width:100% !important; height:100% !important; object-fit:cover; display:block; }

@media (max-width:760px){
  /* niente height:auto: i figli sono position:absolute e non contribuiscono
     all'altezza del wrapper, altrimenti collassa a 0 e rompe il calcolo dello scroll */
  .device-showcase{ height:70vh !important; min-height:520px !important; }
  .device-frame.device-laptop{ width:92vw; }
  .device-frame.device-tablet{ width:46vw; top:auto; bottom:8%; right:2%; }
  .device-frame.device-phone{ width:30vw; top:auto; bottom:14%; left:2%; }
}

/* ── PRODUCT GRID ────────────────────────────────────── */
.product-grid-section{ padding:0; }
.product-grid-wrap{
  width:100vw;
  margin-left:calc(50% - 50vw);
}
.product-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
}

.product-card{
  position:relative;
  height:60vh;
  min-height:420px;
  overflow:hidden;
}
.product-card__img{
  position:absolute; inset:0;
  background-size:cover;
  background-position:center;
  transition:transform .6s ease;
}
.product-card:hover .product-card__img{ transform:scale(1.05); }

.product-card__label{
  position:absolute; left:0; right:0; bottom:0;
  padding:40px;
  background:linear-gradient(180deg, transparent, rgba(0,0,0,0.85) 65%);
  transition:opacity .25s ease;
}
.product-card__tag{
  display:inline-block;
  font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.12em;
  color:rgba(255,255,255,0.65);
  margin-bottom:8px;
}
.product-card__name{ font-size:26px; font-weight:400; letter-spacing:-0.3px; color:#fff; line-height:1.25; max-width:80%; }

.product-card__overlay{
  position:absolute; inset:0;
  background:rgba(5,7,13,0.92);
  padding:40px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  text-align:left;
  opacity:0;
  transition:opacity .3s ease;
}
.product-card:hover .product-card__overlay{ opacity:1; }
.product-card:hover .product-card__label{ opacity:0; }

.product-card__overlay .product-card__tag{ margin-bottom:10px; }
.product-card__ov-title{ font-size:26px; font-weight:400; letter-spacing:-0.3px; color:#fff; margin-bottom:16px; line-height:1.25; max-width:85%; }
.product-card__ov-desc{ font-size:13.5px; line-height:1.6; color:var(--muted); margin:0 0 22px; max-width:440px; }

.product-card__btn{
  display:inline-block;
  padding:12px 24px;
  border:1px solid rgba(255,255,255,0.8);
  background:transparent; color:#fff;
  font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:.06em;
  cursor:pointer;
  transition:background .2s ease, color .2s ease;
  margin-bottom:18px;
}
.product-card__btn:hover{ background:#fff; color:#111; }

.product-card__rating{ display:flex; align-items:center; gap:8px; font-size:12px; color:var(--muted2); }
.product-card__stars{ color:#ffb400; font-size:13px; letter-spacing:1px; }

@media (max-width:760px){
  .product-grid{ grid-template-columns:1fr; }
  .product-card{ height:70vh; min-height:360px; }
  .product-card__label, .product-card__overlay{ padding:24px; }
  .product-card__name, .product-card__ov-title{ font-size:20px; }
}

/* ── VIDEO SECTION ───────────────────────────────────── */
.report-section-video{ padding-top:96px; }
.report-section-video .container-sm{ max-width:960px; }
.report-section-video .section-title{ max-width:900px; }
.video-wrap{
  position:relative;
  width:100%;
  max-width:920px;
  margin:0 auto;
  aspect-ratio:16/9;
  border-radius:0;
  overflow:hidden;
  border:1px solid var(--border);
  box-shadow:0 30px 60px -20px rgba(0,0,0,0.6);
}
.video-wrap iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; }

.video-gate-trigger{ cursor:pointer; background:#000; }
.video-gate-thumb{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.video-gate-play{
  position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
  width:64px; height:64px; border-radius:0;
  background:#FF0302;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 12px 30px rgba(0,0,0,0.4);
  transition:transform .25s ease;
}
.video-gate-play svg{ color: white !important; }
.video-gate-trigger:hover .video-gate-play{ transform:translate(-50%,-50%) scale(1.08); }

.video-gate-modal{
  max-width:480px !important; height:auto !important; max-height:90vh !important;
  padding:40px 32px; overflow-y:auto;
  background:#f0f0f0 !important;
  border:1px solid var(--border);
}
.video-gate-modal .cal-close{ color: black; }
.video-gate-form-wrap h3{ margin-top: 30px !important; margin:0 0 8px; font-size:20px; font-weight:600; color:black; }
.video-gate-form-wrap p{ margin:0 0 20px; font-size:14px; color:var(--muted); }
.video-gate-form-wrap .wpcf7-form p{ margin:0 0 14px; font-size:13px; color:var(--muted); }
.video-gate-form-wrap input[type=text],
.video-gate-form-wrap input[type=email],
.video-gate-form-wrap input[type=tel]{
  width:100%; padding:11px 14px; border-radius:0;
  background:white; border:1px solid black; color:black !important;
  font-family:inherit; font-size:14px;
}
.video-gate-form-wrap input[type=text]::placeholder,
.video-gate-form-wrap input[type=email]::placeholder,
.video-gate-form-wrap input[type=tel]::placeholder{ color:black; }
.video-gate-form-wrap .wpcf7-acceptance .wpcf7-list-item{ margin:0; display:flex; align-items:flex-start; gap:8px; }
.video-gate-form-wrap .wpcf7-acceptance input[type=checkbox]{
  margin-top:3px; width:15px; height:15px; flex:0 0 auto;
  accent-color:var(--accent);
}
.video-gate-form-wrap .wpcf7-acceptance label{ font-size:12.5px; line-height:1.5; color:black; }
.video-gate-form-wrap .wpcf7-acceptance a{ color:black; text-decoration:underline; }
.video-gate-form-wrap input[type=submit]{
  width:100%; padding:12px 14px; border:none; border-radius:0;
  background:var(--accent); color:#fff; font-weight:700; text-transform:uppercase;
  font-size:14px; cursor:pointer; margin-top:16px;
  transition:opacity .2s ease;
}
.video-gate-form-wrap input[type=submit]:hover{ opacity:.85; }
.video-gate-form-wrap .wpcf7-not-valid-tip{ color:#ff6b6b; font-size:12px; margin-top:4px; }
.video-gate-form-wrap .wpcf7-response-output{
  color:var(--muted); border-color:var(--border) !important; font-size:12.5px; margin-top:16px;
}
.video-gate-video-wrap{ position:relative; width:100%; aspect-ratio:16/9; border-radius:0; overflow:hidden; }
.video-gate-video-wrap iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; }

.urgency-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 18px;
  border-radius:0;
  background:rgba(0,0,255,0.08);
  border:1px solid rgba(0,0,255,0.35);
  font-size:12.5px;
  font-weight:600;
  letter-spacing:.02em;
  color:var(--white);
}
.urgency-dot{
  width:7px; height:7px; border-radius:0; background:#3d5bff;
  box-shadow:0 0 0 0 rgba(61,91,255,0.6);
  animation:pulse-dot 1.8s infinite;
}
@keyframes pulse-dot{
  0%{ box-shadow:0 0 0 0 rgba(61,91,255,0.55); }
  70%{ box-shadow:0 0 0 8px rgba(61,91,255,0); }
  100%{ box-shadow:0 0 0 0 rgba(61,91,255,0); }
}

/* ── STEPS GRID ──────────────────────────────────────── */
.steps-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  margin-top:8px;
}
.step-card{
  background:var(--card-bg);
  border:1px solid var(--border);
  border-radius:0;
  padding:28px 24px;
}
.step-num{
  display:block;
  font-size:34px;
  font-weight:300;
  color:transparent;
  -webkit-text-stroke:1px rgba(255,255,255,0.35);
  margin-bottom:14px;
}
.step-card h3{ font-size:17px; font-weight:500; line-height:1.35; margin:0 0 16px; }
.step-card ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; }
.step-card li{
  font-size:13.5px; color:var(--muted); line-height:1.5; padding-left:20px; position:relative;
}
.step-card li::before{
  content:"";
  position:absolute; left:0; top:6px;
  width:8px; height:8px; border-radius:0;
  background:var(--accent);
}

/* ── PORTFOLIO ───────────────────────────────────────── */
.report-portfolio{ background:var(--bg); }
.portfolio-title{
  font-size:40px;
  font-weight:400;
  letter-spacing:-0.3px;
  line-height:1.3;
  max-width:760px;
  margin:0 auto 40px;
}
.portfolio-swiper-wrap{ position:relative; }
.portfolio-swiper{ aspect-ratio:1330/747; border-radius:0; overflow:hidden; background:var(--bg); }
.portfolio-swiper .swiper-slide{ height:100%; display:flex; align-items:center; justify-content:center; }
.portfolio-swiper img{ width:100%; height:100%; object-fit:contain; display:block; }

.portfolio-nav{
  position:absolute; bottom:16px;
  width:42px; height:42px; border-radius:0;
  display:flex; align-items:center; justify-content:center;
  background:rgba(5,7,13,0.55);
  border:1px solid rgba(255,255,255,0.35);
  color:#fff;
  cursor:pointer;
  transition:background .2s ease, border-color .2s ease, transform .2s ease;
  z-index:3;
}
.portfolio-nav svg{ width:11px; height:17px; overflow:visible; }
.portfolio-nav svg path{ stroke:#fff !important; fill:none !important; }
.portfolio-nav:hover svg path{ stroke:#000 !important; }

.portfolio-nav:hover{ background:#fff; color:#000; border-color:#fff; transform:scale(1.06); }
.portfolio-nav.swiper-button-disabled{ opacity:0.35; cursor:default; }
.portfolio-nav.swiper-button-disabled:hover{ background:rgba(5,7,13,0.55); color:#fff; border-color:rgba(255,255,255,0.35); transform:none; }
.portfolio-nav-next{ right:16px; }
.portfolio-nav-prev{ right:83px; }

.portfolio-pagination{
  position:absolute !important;
  bottom:26px !important; left:0; right:0;
  display:flex; align-items:center; justify-content:center; gap:6px;
}
.portfolio-pagination .swiper-pagination-bullet{
  width:5px; height:5px; margin:0; border-radius:0;
  background:rgba(255,255,255,0.4);
  opacity:1;
  transition:width .25s ease, background .25s ease;
}
.portfolio-pagination .swiper-pagination-bullet-active{
  width:16px; border-radius:0; background:#fff;
}

/* ── TESTIMONIALS ────────────────────────────────────── */
.tp-header{ display:flex; flex-direction:column; align-items:center; gap:18px; margin-bottom:44px; }
.tp-badge{
  display:inline-flex; align-items:center; gap:8px;
  background:var(--white); color:#111;
  padding:8px 16px; border-radius:0;
  text-decoration:none;
  transition:transform .25s ease;
}
a.tp-badge:hover{ transform:translateY(-2px); }
.tp-badge-logo{ height:20px; width:auto; }
.tp-score{ font-weight:600; font-size:14px; }
.tp-sub{ font-size:13px; color:#555; }

.testimonials-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.t-card{
  background:var(--card-bg);
  border:1px solid var(--border);
  border-radius:0;
  padding:24px;
  display:flex; flex-direction:column; gap:14px;
}
.t-stars{ color:#00b67a; font-size:14px; letter-spacing:2px; }
.t-card p{ font-size:13.5px; line-height:1.6; color:var(--muted); margin:0; }
.t-author{ font-size:12.5px; font-weight:600; letter-spacing:.02em; color:var(--white); opacity:.85; }

/* ── FAQ ─────────────────────────────────────────────── */
.faq-list{ max-width:760px; margin:0 auto; }
.faq-item{ border-bottom:1px solid var(--border); }
.faq-q{
  width:100%;
  display:flex; align-items:center; justify-content:space-between;
  background:none; border:none; cursor:pointer;
  padding:22px 4px;
  font-family:inherit; font-size:15.5px; font-weight:500; color:var(--white);
  text-align:left;
}
.faq-icon{ font-size:20px; font-weight:400; color:var(--accent); transition:transform .3s ease; flex:0 0 auto; margin-left:16px; }
.faq-item.active .faq-icon{ transform:rotate(45deg); }
.faq-a{
  max-height:0; overflow:hidden;
  transition:max-height .35s ease, padding .35s ease;
  font-size:13.5px; line-height:1.6; color:var(--muted);
  padding:0 4px;
}
.faq-item.active .faq-a{ max-height:240px; padding:0 4px 22px; }

/* ── FINAL CTA ───────────────────────────────────────── */
.report-final-cta{
  padding:96px 0;
  background:linear-gradient(180deg,var(--bg2),var(--bg));
  text-align:center;
  border-top:1px solid var(--border);
}
.report-final-cta h2{ font-size:40px; font-weight:400; letter-spacing:-0.4px; line-height:1.3; margin:0 0 16px; }
.report-final-cta p{ font-size:15px; color:var(--muted); max-width:520px; margin:0 auto 36px; }

/* ── FOOTER ──────────────────────────────────────────── */
.site-footer{ background:var(--bg); border-top:1px solid var(--border); padding:36px 0; }
.footer-inner{
  max-width:var(--container); margin:0 auto; padding:0 24px;
  display:flex; flex-direction:column; align-items:center; text-align:center;
}
.footer-disclaimer{ font-size:11.5px; line-height:1.6; color:var(--muted2); margin:0 0 12px; }
.footer-copy{ font-size:12px; color:var(--muted2); margin:0; }
.footer-copy a{ color:var(--muted); text-decoration:none; }
.footer-copy a:hover{ text-decoration:underline; }

/* ── CALENDAR MODAL ──────────────────────────────────── */
.cal-overlay{
  position:fixed; inset:0; background:rgba(0,0,0,0.75);
  display:none; align-items:center; justify-content:center;
  z-index:9999; padding:20px;
}
.cal-overlay.active{ display:flex; }
.cal-modal{
  position:relative; width:100%; max-width:480px; height:min(680px,90vh);
  background:#fff; border-radius:0; overflow:hidden;
}
.cal-modal iframe{ width:100%; height:100%; border:0; }
.cal-close{
  position:absolute; top:10px; right:14px; z-index:2;
  background:none; border:none; font-size:28px; line-height:1; color:#111;
  cursor:pointer;
}

.calendly-card{
  background:#fff;
  border-radius:0;
  overflow:hidden;
  padding:4px;
}

/* ── SCROLL REVEAL ───────────────────────────────────── */
.reveal{ opacity:0; transform:translateY(28px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible{ opacity:1; transform:none; }
.reveal-delay-1.visible{ transition-delay:.08s; }
.reveal-delay-2.visible{ transition-delay:.16s; }
.reveal-delay-3.visible{ transition-delay:.24s; }
.reveal-delay-4.visible{ transition-delay:.32s; }

/* ── RESPONSIVE ──────────────────────────────────────── */
@media (max-width:900px){
  /* hero: .report-hero-cols e' display:flex, non grid — grid-template-columns qui sotto
     non aveva alcun effetto: radar chart e score card restavano affiancati e schiacciati.
     Sotto i 900px la hero passa a stack verticale a tutta larghezza, galleria bleed nascosta
     (in overlay assoluto sul 40% destro, non ha senso quando il contenuto e' full-width). */
    .report-hero{ height:auto; min-height:0; max-height:none; flex-direction:column; }
  .report-hero > .container{
    flex:1 1 auto;
    width:100%;
    padding:100px 24px 48px;
    height:auto;
    min-height:0;
    overflow-y:visible;
  }

 .page-id-5843 h2{ text-align:left !important; }

    .report-hero-gallery-bleed{
    position:static;
    width:100%;
    height:420px;
    margin:0 0 40px;
		display: none;
  }
  .report-hero-gallery-bleed .scroll-card{ height:170px !important; }
  .report-hero-gallery-bleed .scroll-card:nth-child(even){ height:200px !important; }
  .report-hero-title{ font-size:34px; }
    .report-hero-cols{ flex-direction:column; align-items:stretch; gap:28px; }
  .steps-grid{ grid-template-columns:repeat(2,1fr); }
  .testimonials-grid{ display: flex; flex-direction: column; }
	.report-hero-cta {margin-top: 40px; }
  .radar-chart-wrap{ width:100%; max-width:320px; margin:0 auto; flex:0 0 auto; }
	h2{ font-size:28px !important; line-height:1.3 !important; }
		.score-card{ width:100% !important; max-width:100% !important; }
}

@media (max-width:560px){
  .steps-grid{ grid-template-columns:1fr; }
  .testimonials-grid{ grid-template-columns:1fr; }
  .report-section{ padding:20px 0; }
  .score-label{ flex-basis:96px; font-size:11.5px; }
  .report-hero-title{ font-size:32px !important; }
  .report-hero > .container{ padding:32px 20px; }
  .section-title{ font-size:26px !important; margin-bottom:36px; }
  .portfolio-title{ font-size:26px; }
  .report-final-cta{ padding:64px 0; }
  .report-final-cta h2{ font-size:26px !important; }
  .drz-title{ font-size:28px !important; }
  .video-gate-modal{ padding:32px 22px; }
  .portfolio-swiper{
    aspect-ratio: auto;
  }
}

/* ── CAROSELLO IMMAGINI (widget nativo Elementor) ────── */
/* riquadro fisso uguale per ogni foto (qualunque sia la dimensione originale),
   immagine vista per intero (contain, mai tagliata), card scura + hover per un
   effetto piu' curato invece del mockup che galleggia nel vuoto */
.elementor-widget-image-carousel .swiper-slide{ padding:6px; }
.elementor-widget-image-carousel .swiper-slide-inner{
  display:flex; align-items:center; justify-content:center;
  height:380px;
  background:transparent;
  overflow:hidden;
  opacity:0; transform:translateY(24px);
  transition:opacity .4s ease, transform .4s ease, border-color .3s ease, box-shadow .3s ease;
}
/* comparsa allo scroll: solo opacity/posizione, il bordo resta grigio a riposo */
.elementor-widget-image-carousel .swiper-slide-inner.card-visible{
  opacity:1; transform:translateY(0);
}
/* accensione blu: solo al passaggio del mouse, indipendente dalla comparsa */
.elementor-widget-image-carousel .swiper-slide-inner:hover{
  border-color:#2d5bff;
  box-shadow:0 0 0 1px rgba(45,91,255,0.4), 0 0 28px rgba(45,91,255,0.35);
}
.elementor-widget-image-carousel .swiper-slide-image{
  width:100%; height:100%;
  object-fit:contain;
  padding:24px;
  clip-path:polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  transition:transform .5s ease, clip-path .9s cubic-bezier(0.65,0,0.35,1);
}
.elementor-widget-image-carousel .swiper-slide-inner.card-visible .swiper-slide-image{
  clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.elementor-widget-image-carousel .swiper-slide-inner:hover .swiper-slide-image{
  transform:scale(1.04);
}

@media (max-width:600px){
  .elementor-widget-image-carousel .swiper-slide-inner{ height:280px; }
}

/* frecce ai lati dello slider, stesso stile (cerchio scuro + bordo) delle altre frecce del sito */
.elementor-widget-image-carousel .elementor-swiper-button{
  position:absolute !important; top:50% !important; bottom:auto !important;
  transform:translateY(-50%) !important;
  width:42px; height:42px; border-radius:0;
  display:flex !important; align-items:center; justify-content:center;
  background:rgba(5,7,13,0.55);
  border:1px solid rgba(255,255,255,0.35);
  color:#fff !important;
  cursor:pointer;
  transition:background .2s ease, border-color .2s ease, transform .2s ease;
  z-index:3;
}
.elementor-widget-image-carousel .elementor-swiper-button i{ font-size:15px; }
.elementor-widget-image-carousel .elementor-swiper-button:hover{
  background:#fff; color:#000 !important; border-color:#fff; transform:translateY(-50%) scale(1.06);
}
.elementor-widget-image-carousel .elementor-swiper-button-prev{ left:16px !important; right:auto !important; }
.elementor-widget-image-carousel .elementor-swiper-button-next{ right:16px !important; left:auto !important; }

/* ── SPLIT LAYOUT: testo a sinistra, gallerie a scroll automatico a destra ── */
.report-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:56px;
  align-items:center;
  max-width:1240px;
  margin:0 auto;
}
.report-split-left{ min-width:0; }
.report-split-right{ min-width:0; height:100%; }

.scroll-gallery{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  height:680px;
  overflow:hidden;
  -webkit-mask-image:linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image:linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.scroll-col{
  display:flex; flex-direction:column; gap:14px;
  animation:scroll-col-up linear infinite;
  animation-duration:38s;
  will-change:transform;
}
.scroll-col.scroll-col--offset{
  animation-duration:46s;
  animation-direction:reverse;
}
.scroll-col.scroll-col--offset2{
  animation-duration:32s;
}

@keyframes scroll-col-up{
  from{ transform:translateY(0); }
  to{ transform:translateY(-50%); }
}

.scroll-card{
  position:relative;
  flex:0 0 auto;
  width:100%;
  height:210px;
  overflow:hidden;
  border:1px solid var(--border);
  background:#0a0a0a;
  display:flex; align-items:center; justify-content:center;
}
.scroll-card:nth-child(3n+1){ height:190px; }
.scroll-card:nth-child(3n+2){ height:260px; }
.scroll-card:nth-child(3n+3){ height:220px; }
.scroll-card img{
  width:100%; height:100%; object-fit:contain; padding:16px;
  transition:transform .4s ease;
}
.scroll-card::after{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(180deg, transparent 45%, rgba(0,0,0,0.75) 100%);
}
.scroll-card:hover img{ transform:scale(1.05); }

.scroll-card__badge{
  position:absolute; top:10px; left:10px; z-index:2;
  padding:4px 10px;
  background:rgba(10,10,10,0.7);
  border:1px solid rgba(255,255,255,0.2);
  font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:.06em;
  color:var(--white);
}
.scroll-card__footer{
  position:absolute; left:0; right:0; bottom:0; z-index:2;
  padding:12px 14px;
  display:flex; align-items:center; justify-content:space-between; gap:8px;
}
.scroll-card__label{ font-size:12.5px; font-weight:600; color:var(--white); line-height:1.3; }
.scroll-card__arrow{
  flex:0 0 auto; width:26px; height:26px;
  border:1px solid rgba(255,255,255,0.3);
  display:flex; align-items:center; justify-content:center;
}
.scroll-card__arrow svg{ width:12px; height:12px; }

@media (max-width:900px){
  .report-split{ grid-template-columns:1fr; gap:36px; }
  .scroll-gallery{ height:420px; grid-template-columns:repeat(2,1fr); }
  .scroll-card{ height:150px; }
}

/* Elementor chiude ogni sezione dentro .elementor-container (max-width:1140px, centrato):
   per la sezione hero serve davvero tutta la larghezza del viewport, altrimenti la hero
   e la galleria "attaccata al bordo" restano chiuse in quel box con margini vuoti ai lati */
.elementor-element-sec0hero > .elementor-container{
  max-width:none;
  width:100%;
  margin:0;
}

/* ── SLIDER LOGHI (marquee orizzontale continuo) ─────── */
.logo-slider-section{ padding:64px 0; }
.logo-marquee{
  width:100%;
  overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image:linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.logo-marquee-track{
  display:flex;
  align-items:center;
  width:max-content;
  animation:logo-marquee-scroll 9.4s linear infinite;
}
@keyframes logo-marquee-scroll{
  from{ transform:translateX(0); }
  to{ transform:translateX(-16.6666%); }
}
.logo-marquee-item{
  flex:0 0 auto;
  margin-right:48px;
  display:flex; align-items:center; justify-content:center;
  width:130px;
  height:40px;
  max-height:40px;
  overflow:hidden;
}
.logo-marquee-item img{
  width:100% !important;
  height:100% !important;
  max-height:40px !important;
  max-width:130px !important;
  object-fit:contain;
}

/* logo2.png ha molto margine interno bianco: lo ingrandiamo solo per questo file */
.logo-marquee-item:has(img[src*="logo2.png"]){
  width:190px;
  height:64px;
  max-height:64px;
}
.logo-marquee-item img[src*="logo2.png"]{
  max-height:64px !important;
  max-width:190px !important;
}

/* ── DOWNLOAD REASONS (perché scaricare) ─────────────── */
.elementor-element-secdrz1 > .elementor-container{ max-width:none; width:100%; margin:0; }
.download-reasons-section{
  position:relative;
  padding:0;
  overflow:hidden;
  display:flex;
  align-items:stretch;
}
.drz-image-bleed{ flex:0 0 50%; width:50%; overflow:hidden; }
.drz-image-bleed img{
  width:100%;
  height:100% !important;
  object-fit:cover;
  display:block;
  transform:scale(1.35);
  transform-origin:center;
}
.drz-content-wrap{
  flex:0 0 50%;
  width:50%;
  padding:80px 64px;
  display:flex;
  align-items:center;
}
.drz-content{ text-align:left; }
.drz-title{
  font-size:40px;
  font-weight:500;
  letter-spacing:-0.5px;
  line-height:1.3;
  max-width:510px;
  margin:0 0 20px;
}
.drz-intro{
  font-size:16px;
  line-height:1.7;
  color:var(--muted);
  margin:0 0 28px;
  max-width:480px;
}
.drz-checklist{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:16px; }
.drz-checklist li{
  position:relative;
  padding-left:32px;
  font-size:15px;
  line-height:1.5;
  color:var(--white);
}
.drz-checklist li::before{
  content:"✔";
  position:absolute;
  left:0; top:0;
  color:var(--accent);
  font-weight:700;
}
.drz-cta{ margin-top:36px; }
@media (max-width: 900px){
  .download-reasons-section{ flex-direction:column; }
  .drz-image-bleed{ flex:0 0 auto; width:100%; height:320px; }
  .drz-content-wrap{ flex:0 0 auto; width:100%; padding:40px 24px; }

}


.page-id-5843 h2{
	color: white !important;
	line-height: 1 !important;
}

.page-id-5843 h1{
	color: white !important;
	line-height: 1 !important;

}

.page-id-5843 .custom-btn.btn-11.button-cta {
	border-radius: 0px !important; 
} 


.page-id-5843 em {
	font-weight: 600 !important; 
	line-height: 1.3 !important;  
}