/* ===== Nasconde il chrome del tema (evita header/footer doppi) ===== */
#header, #AccButton, header.fixed-top, footer.footer, .breadcrumb,
nav[aria-label="breadcrumb"], .header-title, .header-animation { display: none !important; }
body.frontend { padding-top: 0 !important; margin-top: 0 !important; }
.routing-content { padding-bottom: 0 !important; min-height: auto !important; }
html { scroll-behavior: smooth; }

/* ===== Landing BenCall — tutto scoped sotto .bclp ===== */
.bclp {
  --main-color: #02452b; --main-color-light: #6b8f81; --main-color-dark: #063925;
  --main-color-bright: #389b7d; --main-blue: #2c4d66; --main-yellow: #dfb163;
  --main-yellow-lite: #FBDA83; --main-yellow-bg: #fdfaf4; --main-red: #ba1930;
  --main-grey-lite: #dbf3e8; --main-grey-bg: #f2f2f2; --main-text: #444444;
  --main-white: #fff; --link-hover: #e9b84c;
  --shadow-soft: 0 4px 12px rgba(0,0,0,0.05); --shadow-md: 0 8px 24px rgba(0,0,0,0.08);
  --shadow-lg: 0 16px 40px rgba(0,0,0,0.12); --radius: 14px;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--main-text); line-height: 1.65; font-size: 16px; -webkit-font-smoothing: antialiased;
}
.bclp * { box-sizing: border-box; }
.bclp img { max-width: 100%; height: auto; display: block; }
.bclp .container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

/* HEADER minimale */
.bclp header.minimal { background: var(--main-white); padding: 18px 0; border-bottom: 1px solid var(--main-grey-bg); position: sticky; top: 0; z-index: 100; }
.bclp header.minimal .container { display: flex; align-items: center; justify-content: space-between; }
.bclp header.minimal img.logo { height: 36px; width: auto; }
.bclp header.minimal .top-cta { display: flex; align-items: center; gap: 14px; }
.bclp header.minimal .phone { color: var(--main-color-dark); font-weight: 600; text-decoration: none; font-size: 0.95rem; display: inline-flex; align-items: center; gap: 6px; }

/* BOTTONI */
.bclp .btn { display: inline-block; background: var(--main-color); color: var(--main-white); padding: 12px 24px; border-radius: 8px; font-weight: 600; text-decoration: none; font-size: 0.95rem; transition: all 0.2s; border: 2px solid var(--main-color); cursor: pointer; }
.bclp .btn:hover { background: var(--main-color-dark); border-color: var(--main-color-dark); }
.bclp .btn-yellow { background: var(--main-yellow); border-color: var(--main-yellow); color: var(--main-color-dark); }
.bclp .btn-yellow:hover { background: var(--link-hover); border-color: var(--link-hover); }
.bclp .btn-large { padding: 16px 32px; font-size: 1.05rem; }
.bclp .btn-block { display: block; width: 100%; text-align: center; }
.bclp .btn:focus-visible, .bclp .btn-yellow:focus-visible { outline: 3px solid var(--main-yellow-lite); outline-offset: 2px; }

/* HERO */
.bclp section.hero { background: linear-gradient(135deg, #023a24 0%, #02452b 50%, #063925 100%); color: var(--main-white); padding: 80px 0 100px; position: relative; overflow: hidden; }
.bclp section.hero::before { content: ''; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(223,177,99,0.15) 0%, transparent 70%); border-radius: 50%; }
.bclp section.hero .container { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; position: relative; }
.bclp .eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(223,177,99,0.2); color: var(--main-yellow-lite); padding: 6px 14px; border-radius: 30px; font-size: 0.78rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 22px; }
.bclp section.hero h1 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); font-weight: 800; line-height: 1.1; color: var(--main-white); margin-bottom: 22px; }
.bclp section.hero h1 .accent { color: var(--main-yellow-lite); }
.bclp section.hero p.subhero { font-size: 1.2rem; color: rgba(255,255,255,0.92); line-height: 1.55; margin-bottom: 32px; max-width: 560px; }
.bclp .hero-trust { display: flex; align-items: center; gap: 24px; margin-top: 24px; flex-wrap: wrap; font-size: 0.9rem; color: rgba(255,255,255,0.85); }
.bclp .hero-trust span { display: flex; align-items: center; gap: 8px; }
.bclp .hero-trust span::before {
    font-family: "icomoon";
    content: "\f645";
    color: var(--main-yellow);
    width: 20px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 1.4rem;
}
.bclp .hero-visual { background: var(--main-white); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-lg); position: relative; }
.bclp .phone-mockup { background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); border-radius: 12px; padding: 24px; color: var(--main-text); }
.bclp .phone-mockup .call-header { display: flex; align-items: center; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid #dee2e6; }
.bclp .phone-mockup .call-icon { background: var(--main-color); color: var(--main-white); width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; animation: bclpPulse 2s infinite; }
@keyframes bclpPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(2,69,43,0.4); } 50% { box-shadow: 0 0 0 12px rgba(2,69,43,0); } }
.bclp .phone-mockup .call-info strong { color: var(--main-color-dark); display: block; font-size: 0.95rem; }
.bclp .phone-mockup .call-info small { color: var(--main-color-light); font-size: 0.82rem; }
.bclp .transcript { margin-top: 18px; font-size: 0.86rem; line-height: 1.6; }
.bclp .transcript .bubble { margin-bottom: 10px; padding: 10px 14px; border-radius: 14px; max-width: 85%; }
.bclp .transcript .ai { background: var(--main-color); color: var(--main-white); border-bottom-left-radius: 4px; }
.bclp .transcript .customer { background: var(--main-white); border: 1px solid #dee2e6; margin-left: auto; border-bottom-right-radius: 4px; }
.bclp .transcript .label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 1px; opacity: 0.7; margin-bottom: 4px; }
.bclp .confirmation { background: #e8f5ee; border-left: 3px solid var(--main-color-bright); padding: 10px 14px; border-radius: 8px; font-size: 0.83rem; color: var(--main-color-dark); margin-top: 16px; }

/* STATS */
.bclp section.stats { background: var(--main-white); padding: 50px 0; border-bottom: 1px solid var(--main-grey-bg); }
.bclp .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.bclp .stat .num { font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 800; color: var(--main-color); line-height: 1; }
.bclp .stat .label { font-size: 0.88rem; color: var(--main-color-light); margin-top: 6px; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; }

/* SECTIONS */
.bclp section.section { padding: 80px 0; }
.bclp section.alt-bg { background: var(--main-yellow-bg); }
.bclp .section-head { text-align: center; max-width: 720px; margin: 0 auto 50px; }
.bclp .section-head .eyebrow { background: var(--main-grey-lite); color: var(--main-color); }
.bclp .section-head h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: var(--main-color-dark); margin-bottom: 16px; line-height: 1.2; font-weight: 800; }
.bclp .section-head p { font-size: 1.1rem; color: var(--main-text); }

/* PROBLEM */
.bclp .problem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.bclp .problem-card { background: var(--main-white); padding: 32px 26px; border-radius: var(--radius); box-shadow: var(--shadow-soft); border-left: 4px solid var(--main-red); }
.bclp .problem-card .icon { width: 50px; height: 50px; border-radius: 50%; background: #fff5f5; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 16px; color: var(--main-red); }
.bclp .problem-card h3 { color: var(--main-color-dark); font-size: 1.15rem; margin-bottom: 10px; }
.bclp .problem-card p { color: var(--main-text); font-size: 0.96rem; line-height: 1.6; }

/* STEPS */
.bclp .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.bclp .step { background: var(--main-white); padding: 32px 24px; border-radius: var(--radius); text-align: center; position: relative; box-shadow: var(--shadow-soft); }
.bclp .step-num { position: absolute; top: -22px; left: 50%; transform: translateX(-50%); background: var(--main-color); color: var(--main-white); width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.1rem; box-shadow: var(--shadow-md); }
.bclp .step h3 { color: var(--main-color-dark); font-size: 1.1rem; margin: 14px 0 10px; }
.bclp .step p { color: var(--main-text); font-size: 0.92rem; line-height: 1.55; }

/* FEATURES */
.bclp .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.bclp .feature { background: var(--main-white); padding: 28px 24px; border-radius: var(--radius); box-shadow: var(--shadow-soft); border-top: 3px solid var(--main-color-bright); transition: transform 0.2s, box-shadow 0.2s; }
.bclp .feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.bclp .feature .icon { width: 48px; height: 48px; background: var(--main-grey-lite); color: var(--main-color); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 16px; }
.bclp .feature h3 { color: var(--main-color-dark); font-size: 1.05rem; margin-bottom: 8px; }
.bclp .feature p { color: var(--main-text); font-size: 0.92rem; line-height: 1.55; }

/* TESTIMONIALS */
.bclp .testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; margin-bottom: 40px; }
.bclp .testimonial { background: var(--main-white); padding: 32px 28px; border-radius: var(--radius); box-shadow: var(--shadow-soft); position: relative; border-top: 3px solid var(--main-yellow); }
.bclp .testimonial::before { content: '"'; position: absolute; top: -30px; left: 24px; font-size: 5rem; color: var(--main-yellow); font-family: Georgia, serif; line-height: 1; }
.bclp .testimonial p.quote { font-style: italic; color: var(--main-text); line-height: 1.6; margin-bottom: 18px; font-size: 0.98rem; }
.bclp .testimonial .author { display: flex; align-items: center; gap: 14px; border-top: 1px solid var(--main-grey-bg); padding-top: 16px; }
.bclp .testimonial .author-img { width: 48px; height: 48px; border-radius: 50%; background: var(--main-color-bright); color: var(--main-white); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.1rem; }
.bclp .testimonial .author-info strong { display: block; color: var(--main-color-dark); font-size: 0.95rem; }
.bclp .testimonial .author-info span { color: var(--main-color-light); font-size: 0.83rem; }
.bclp .client-logos { text-align: center; }
.bclp .client-logos p { color: var(--main-color-light); font-weight: 600; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }
.bclp .logos-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 30px 50px; opacity: 0.65; }
.bclp .logos-row span { font-family: Georgia, serif; font-style: italic; color: var(--main-color-dark); font-size: 1.2rem; font-weight: 600; }

/* PRICING */
.bclp .pricing-teaser { background: linear-gradient(135deg, var(--main-color-dark) 0%, var(--main-color) 100%); color: var(--main-white); padding: 56px 50px; border-radius: var(--radius); text-align: center; box-shadow: var(--shadow-lg); }
.bclp .pricing-teaser h2 { color: var(--main-white); font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 14px; }
.bclp .pricing-teaser p { color: rgba(255,255,255,0.9); font-size: 1.05rem; margin-bottom: 26px; max-width: 600px; margin-left: auto; margin-right: auto; }
.bclp .pricing-features { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; margin-bottom: 28px; font-size: 0.92rem; }
.bclp .pricing-features span { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.95); }

/* FAQ */
.bclp .faq-list { max-width: 820px; margin: 0 auto; }
.bclp .faq { background: var(--main-white); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; box-shadow: var(--shadow-soft); }
.bclp .faq summary { padding: 20px 24px; font-weight: 600; cursor: pointer; color: var(--main-color-dark); list-style: none; display: flex; justify-content: space-between; align-items: center; font-size: 1rem; }
.bclp .faq summary::-webkit-details-marker { display: none; }
.bclp .faq summary::after { content: '+'; font-size: 1.8rem; color: var(--main-color); font-weight: 300; transition: transform 0.2s; }
.bclp .faq[open] summary { background: var(--main-yellow-bg); }
.bclp .faq[open] summary::after { content: '−'; }
.bclp .faq summary:hover { background: var(--main-grey-bg); }
.bclp .faq .faq-body { padding: 0 24px 22px; color: var(--main-text); line-height: 1.65; }

/* CTA FINALE + FORM */
.bclp section.cta-final { background: linear-gradient(135deg, #023a24 0%, #02452b 100%); color: var(--main-white); padding: 100px 0; position: relative; }
.bclp section.cta-final .container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.bclp section.cta-final h2 { color: var(--main-white); font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 18px; line-height: 1.2; }
.bclp section.cta-final p { color: rgba(255,255,255,0.9); font-size: 1.1rem; margin-bottom: 28px; }
.bclp .form-box { background: var(--main-white); padding: 36px; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.bclp .form-box h3 { color: var(--main-color-dark); font-size: 1.3rem; margin-bottom: 8px; }
.bclp .form-box .form-sub { color: var(--main-text); font-size: 0.92rem; margin-bottom: 22px; }
.bclp .form-group { margin-bottom: 16px; }
.bclp .form-group label { display: block; color: var(--main-color-dark); font-size: 0.86rem; font-weight: 600; margin-bottom: 6px; }
.bclp .form-group input { width: 100%; padding: 12px 14px; border: 1.5px solid var(--main-grey-bg); border-radius: 8px; font-family: inherit; font-size: 0.96rem; color: var(--main-text); transition: border-color 0.2s; }
.bclp .form-group input:focus { outline: none; border-color: var(--main-color); }
.bclp .form-checkbox { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0 22px; font-size: 0.84rem; color: var(--main-text); line-height: 1.5; }
.bclp .form-checkbox input { margin-top: 3px; }
.bclp .form-checkbox a { color: var(--main-color); text-decoration: underline; }
.bclp .form-disclaimer { text-align: center; font-size: 0.82rem; color: var(--main-color-light); margin-top: 16px; display: flex; align-items: center; justify-content: center; gap: 6px; }
.bclp .form-success { display: none; background: var(--main-color); color: var(--main-white); padding: 24px; border-radius: 10px; text-align: center; }
.bclp .form-success.active { display: block; }
.bclp .form-success h3 { color: var(--main-white); margin-bottom: 8px; }

/* ECOSYSTEM */
.bclp section.ecosystem { background: var(--main-grey-bg); padding: 70px 0; }
.bclp .ecosystem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; margin-top: 30px; }
.bclp .eco-card { background: var(--main-white); padding: 28px 24px; border-radius: var(--radius); border-top: 4px solid var(--main-color); text-align: center; text-decoration: none; color: inherit; display: block; transition: all 0.2s; }
.bclp .eco-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.bclp .eco-card .icon { font-size: 2.2rem; margin-bottom: 12px; color: var(--main-color); }
.bclp .eco-card h4 { color: var(--main-color-dark); font-size: 1.15rem; margin-bottom: 8px; }
.bclp .eco-card p { color: var(--main-text); font-size: 0.9rem; }
.bclp .eco-card.current { border-top-color: var(--main-yellow); background: var(--main-yellow-bg); }
.bclp .eco-card.current .icon { color: var(--main-yellow); }
.bclp .eco-card.current::before { content: 'STAI VEDENDO'; display: inline-block; background: var(--main-yellow); color: var(--main-color-dark); font-size: 0.65rem; font-weight: 700; padding: 3px 8px; border-radius: 4px; letter-spacing: 1px; margin-bottom: 10px; }

/* FOOTER landing */
.bclp footer.bclp-footer { background: var(--main-color-dark); color: rgba(255,255,255,0.75); padding: 50px 0 30px; font-size: 0.88rem; }
.bclp footer.bclp-footer .container { text-align: center; }
.bclp footer.bclp-footer .footer-logo img { height: 36px; margin: 0 auto 20px; filter: brightness(0) invert(1); opacity: 0.85; }
.bclp footer.bclp-footer p { margin-bottom: 8px; line-height: 1.55; }
.bclp footer.bclp-footer a { color: rgba(255,255,255,0.85); text-decoration: none; margin: 0 10px; }
.bclp footer.bclp-footer a:hover { color: var(--main-yellow-lite); }
.bclp .ai-disclosure { background: rgba(255,255,255,0.05); padding: 16px 22px; border-radius: 8px; font-size: 0.78rem; margin: 22px auto; max-width: 800px; text-align: left; color: rgba(255,255,255,0.7); border-left: 3px solid var(--main-yellow); line-height: 1.55; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .bclp section.hero .container, .bclp section.cta-final .container { grid-template-columns: 1fr; gap: 40px; }
  .bclp .steps { grid-template-columns: repeat(2, 1fr); }
  .bclp .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
}
@media (max-width: 600px) {
  .bclp header.minimal .phone { display: none; }
  .bclp section.hero { padding: 50px 0 70px; }
  .bclp section.section { padding: 56px 0; }
  .bclp section.cta-final { padding: 70px 0; }
  .bclp .steps { grid-template-columns: 1fr; }
  .bclp .pricing-teaser { padding: 36px 24px; }
  .bclp .form-box { padding: 24px; }
  .bclp .pricing-features { flex-direction: column; gap: 12px; }
}
