
html { scroll-behavior: smooth; }

/* ===== Landing Benjamin — scoped sotto .bjlp ===== */
.bjlp {
  --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;
  --wa-green: #25D366; --google-blue: #4285F4;
  --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;
}
.bjlp * { box-sizing: border-box; }
.bjlp img { max-width: 100%; height: auto; display: block; }
.bjlp .container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

.bjlp header.minimal { background: var(--main-white); padding: 18px 0; border-bottom: 1px solid var(--main-grey-bg); position: sticky; top: 0; z-index: 100; }
.bjlp header.minimal .container { display: flex; align-items: center; justify-content: space-between; }
.bjlp header.minimal img.logo { height: 36px; width: auto; }
.bjlp header.minimal .top-cta { display: flex; align-items: center; gap: 14px; }
.bjlp 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; }

.bjlp .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; }
.bjlp .btn:hover { background: var(--main-color-dark); border-color: var(--main-color-dark); }
.bjlp .btn-yellow { background: var(--main-yellow); border-color: var(--main-yellow); color: var(--main-color-dark); }
.bjlp .btn-yellow:hover { background: #e9b84c; border-color: #e9b84c; }
.bjlp .btn-large { padding: 16px 32px; font-size: 1.05rem; }
.bjlp .btn-block { display: block; width: 100%; text-align: center; }
.bjlp .btn:focus-visible { outline: 3px solid var(--main-yellow-lite); outline-offset: 2px; }

.bjlp section.hero { background: linear-gradient(135deg, #023a24 0%, #02452b 50%, #063925 100%); color: var(--main-white); padding: 80px 0 100px; position: relative; overflow: hidden; }
.bjlp section.hero::before { content: ''; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(56,155,125,0.18) 0%, transparent 70%); border-radius: 50%; }
.bjlp section.hero .container { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; position: relative; }
.bjlp .eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(56,155,125,0.2); color: #b6f5d0; padding: 6px 14px; border-radius: 30px; font-size: 0.78rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 22px; }
.bjlp section.hero h1 { font-size: clamp(2rem, 4.2vw, 3.4rem); font-weight: 800; line-height: 1.15; color: var(--main-white); margin-bottom: 22px; }
.bjlp section.hero h1 .accent { color: #b6f5d0; }
.bjlp 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; }
.bjlp .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); }
.bjlp .hero-trust span { display: flex; align-items: center; gap: 8px; }
.bjlp .hero-trust span::before {
    font-family: "icomoon";
    content: "\f645";
    background: var(--main-white);
    color: var(--wa-green);
    width: 16px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 1.3rem;
}
/* Hero multicanale */
.bjlp .hero-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bjlp .channel-card { background: var(--main-white); border-radius: 14px; padding: 16px; box-shadow: var(--shadow-lg); position: relative; min-height: 165px; display: flex; flex-direction: column; }
.bjlp .channel-head { display: flex; align-items: center; gap: 8px; padding-bottom: 10px; border-bottom: 1px solid var(--main-grey-bg); margin-bottom: 10px; }
.bjlp .channel-icon { width: 28px; height: 28px; border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; color: var(--main-white); font-weight: 700; }
.bjlp .channel-icon.web { background: var(--main-color); }
.bjlp .channel-icon.google { background: var(--google-blue); }
.bjlp .channel-icon.ig { background: linear-gradient(45deg, #fcb045, #fd1d1d, #833ab4); }
.bjlp .channel-icon.wa { background: #25D366; }
.bjlp .channel-name { font-size: 0.78rem; font-weight: 600; color: var(--main-color-dark); }
.bjlp .channel-msg { font-size: 0.76rem; line-height: 1.45; color: var(--main-text); }
.bjlp .channel-msg .question { color: var(--main-color-light); margin-bottom: 6px; font-style: italic; }
.bjlp .channel-msg .answer { background: var(--main-grey-lite); padding: 6px 8px; border-radius: 6px; color: var(--main-color-dark); font-weight: 500; }
.bjlp .benjamin-pulse { position: absolute; bottom: 8px; right: 8px; background: var(--main-color-bright); color: var(--main-white); font-size: 0.55rem; padding: 3px 6px; border-radius: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; animation: bjlpPulse 2s infinite; }
@keyframes bjlpPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(56,155,125,0.4); } 50% { box-shadow: 0 0 0 6px rgba(56,155,125,0); } }

.bjlp section.stats { background: var(--main-white); padding: 50px 0; border-bottom: 1px solid var(--main-grey-bg); }
.bjlp .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.bjlp .stat .num { font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 800; color: var(--main-color); line-height: 1; }
.bjlp .stat .label { font-size: 0.88rem; color: var(--main-color-light); margin-top: 6px; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; }

.bjlp section.section { padding: 80px 0; }
.bjlp section.alt-bg { background: var(--main-yellow-bg); }
.bjlp .section-head { text-align: center; max-width: 720px; margin: 0 auto 50px; }
.bjlp .section-head .eyebrow { background: var(--main-grey-lite); color: var(--main-color); }
.bjlp .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; }
.bjlp .section-head p { font-size: 1.1rem; color: var(--main-text); }

.bjlp .problem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.bjlp .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); }
.bjlp .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); }
.bjlp .problem-card h3 { color: var(--main-color-dark); font-size: 1.15rem; margin-bottom: 10px; }
.bjlp .problem-card p { color: var(--main-text); font-size: 0.96rem; line-height: 1.6; }

.bjlp .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.bjlp .step { background: var(--main-white); padding: 32px 24px; border-radius: var(--radius); text-align: center; position: relative; box-shadow: var(--shadow-soft); }
.bjlp .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); }
.bjlp .step h3 { color: var(--main-color-dark); font-size: 1.1rem; margin: 14px 0 10px; }
.bjlp .step p { color: var(--main-text); font-size: 0.92rem; line-height: 1.55; }

.bjlp .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.bjlp .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; }
.bjlp .feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.bjlp .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; }
.bjlp .feature h3 { color: var(--main-color-dark); font-size: 1.05rem; margin-bottom: 8px; }
.bjlp .feature p { color: var(--main-text); font-size: 0.92rem; line-height: 1.55; }

/* Tabella confronto */
.bjlp .comparison-wrap { background: var(--main-white); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow-md); overflow-x: auto; }
.bjlp .comparison-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; min-width: 600px; }
.bjlp .comparison-table th, .bjlp .comparison-table td { padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--main-grey-bg); }
.bjlp .comparison-table thead th { background: var(--main-color-dark); color: var(--main-white); text-align: center; font-weight: 700; font-size: 0.92rem; letter-spacing: 0.5px; }
.bjlp .comparison-table thead th:first-child { text-align: left; }
.bjlp .comparison-table tbody th { font-weight: 600; color: var(--main-color-dark); background: var(--main-yellow-bg); }
.bjlp .comparison-table tbody td { text-align: center; color: var(--main-text); }
.bjlp .comparison-table tbody tr:hover { background: var(--main-grey-lite); }
.bjlp .check { display: inline-block; width: 24px; height: 24px; border-radius: 50%; background: var(--main-color-bright); color: var(--main-white); text-align: center; line-height: 24px; font-weight: 800; font-size: 0.85rem; }
.bjlp .dash { color: var(--main-color-light); font-size: 1.2rem; font-weight: 600; }
.bjlp .highlight-col { background: rgba(56,155,125,0.06); }
.bjlp .comparison-note { background: var(--main-yellow-bg); border-left: 4px solid var(--main-yellow); padding: 20px 26px; border-radius: 10px; margin-top: 24px; }
.bjlp .comparison-note strong { color: var(--main-color-dark); display: block; margin-bottom: 6px; font-size: 1rem; }
.bjlp .comparison-note p { color: var(--main-text); font-size: 0.95rem; margin: 0; }

.bjlp .testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; margin-bottom: 40px; }
.bjlp .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); }
.bjlp .testimonial::before { content: '"'; position: absolute; top: -30px; left: 24px; font-size: 5rem; color: var(--main-yellow); font-family: Georgia, serif; line-height: 1; }
.bjlp .testimonial p.quote { font-style: italic; color: var(--main-text); line-height: 1.6; margin-bottom: 18px; font-size: 0.98rem; }
.bjlp .testimonial .author { display: flex; align-items: center; gap: 14px; border-top: 1px solid var(--main-grey-bg); padding-top: 16px; }
.bjlp .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; }
.bjlp .testimonial .author-info strong { display: block; color: var(--main-color-dark); font-size: 0.95rem; }
.bjlp .testimonial .author-info span { color: var(--main-color-light); font-size: 0.83rem; }
.bjlp .client-logos { text-align: center; }
.bjlp .client-logos p { color: var(--main-color-light); font-weight: 600; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }
.bjlp .logos-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 30px 50px; opacity: 0.65; }
.bjlp .logos-row span { font-family: Georgia, serif; font-style: italic; color: var(--main-color-dark); font-size: 1.2rem; font-weight: 600; }

.bjlp .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); }
.bjlp .pricing-teaser h2 { color: var(--main-white); font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 14px; }
.bjlp .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; }
.bjlp .pricing-features { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; margin-bottom: 28px; font-size: 0.92rem; }
.bjlp .pricing-features span { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.95); }

.bjlp .faq-list { max-width: 820px; margin: 0 auto; }
.bjlp .faq { background: var(--main-white); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; box-shadow: var(--shadow-soft); }
.bjlp .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; }
.bjlp .faq summary::-webkit-details-marker { display: none; }
.bjlp .faq summary::after { content: '+'; font-size: 1.8rem; color: var(--main-color); font-weight: 300; transition: transform 0.2s; }
.bjlp .faq[open] summary { background: var(--main-yellow-bg); }
.bjlp .faq[open] summary::after { content: '−'; }
.bjlp .faq summary:hover { background: var(--main-grey-bg); }
.bjlp .faq .faq-body { padding: 0 24px 22px; color: var(--main-text); line-height: 1.65; }

.bjlp section.cta-final { background: linear-gradient(135deg, #023a24 0%, #02452b 100%); color: var(--main-white); padding: 100px 0; }
.bjlp section.cta-final .container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.bjlp section.cta-final h2 { color: var(--main-white); font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 18px; line-height: 1.2; }
.bjlp section.cta-final p { color: rgba(255,255,255,0.9); font-size: 1.1rem; margin-bottom: 28px; }
.bjlp .form-box { background: var(--main-white); padding: 36px; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.bjlp .form-box h3 { color: var(--main-color-dark); font-size: 1.3rem; margin-bottom: 8px; }
.bjlp .form-box .form-sub { color: var(--main-text); font-size: 0.92rem; margin-bottom: 22px; }

.bjlp section.ecosystem { background: var(--main-grey-bg); padding: 70px 0; }
.bjlp .ecosystem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; margin-top: 30px; }
.bjlp .eco-card { background: var(--main-white); padding: 28px 24px; border-radius: var(--radius); border-top: 4px solid var(--main-color); text-align: center; color: inherit; display: flex; flex-direction: column; align-items: center; transition: all 0.2s; }
.bjlp .eco-card[data-href] { cursor: pointer; }
.bjlp .eco-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.bjlp .eco-card .icon { font-size: 2.2rem; margin: 0 auto 12px; line-height: 1; color: var(--main-color); }
.bjlp .eco-card h4 { color: var(--main-color-dark); font-size: 1.15rem; margin-bottom: 8px; }
.bjlp .eco-card p { color: var(--main-text); font-size: 0.9rem; }
.bjlp .eco-card.current { border-top-color: var(--main-yellow); background: var(--main-yellow-bg); }
.bjlp .eco-card.current .icon { color: var(--main-yellow); }
.bjlp .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; }

.bjlp footer.bjlp-footer { background: var(--main-color-dark); color: rgba(255,255,255,0.75); padding: 50px 0 30px; font-size: 0.88rem; }
.bjlp footer.bjlp-footer .container { text-align: center; }
.bjlp footer.bjlp-footer .footer-logo img { height: 36px; margin: 0 auto 20px; filter: brightness(0) invert(1); opacity: 0.85; }
.bjlp footer.bjlp-footer p { margin-bottom: 8px; line-height: 1.55; }
.bjlp footer.bjlp-footer a { color: rgba(255,255,255,0.85); text-decoration: none; margin: 0 10px; }
.bjlp footer.bjlp-footer a:hover { color: var(--main-yellow-lite); }
.bjlp .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; }

@media (max-width: 900px) {
  .bjlp section.hero .container, .bjlp section.cta-final .container { grid-template-columns: 1fr; gap: 40px; }
  .bjlp .steps { grid-template-columns: repeat(2, 1fr); }
  .bjlp .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
}
@media (max-width: 600px) {
  .bjlp header.minimal .phone { display: none; }
  .bjlp section.hero { padding: 50px 0 70px; }
  .bjlp section.section { padding: 56px 0; }
  .bjlp section.cta-final { padding: 70px 0; }
  .bjlp .steps { grid-template-columns: 1fr; }
  .bjlp .pricing-teaser { padding: 36px 24px; }
  .bjlp .form-box, .bjlp .comparison-wrap { padding: 24px; }
  .bjlp .pricing-features { flex-direction: column; gap: 12px; }
}
