/* ==========================================================================
   Verifica Idea e solidità del Business Plan — stili dedicati
   Prefisso: bsc-   |   Dipendenze: Bootstrap 3.3.4, main.css, responsive.css

   Le regole .bp-* delle sezioni 0a/0b replicano l'header e il footer brand già
   in uso su software-business-plan-excel.htm, guida.htm e le altre 22 pagine
   che li adottano. Lì vivono in un blocco <style> inline: qui stanno nel CSS
   dedicato, senza modificare nulla delle pagine esistenti.
   ========================================================================== */

/* --------------------------------------------------------------------------
   0a. Token brand + header
   -------------------------------------------------------------------------- */
:root {
  --navy: #1E3A6B;
  --navy-deep: #152A4E;
  --sky: #BFE0F2;
  --sky-soft: #E4F1F8;
  --mid-blue: #4A8AC9;
  --pale-blue: #7FB8E0;
  --yellow: #F5C842;
  --red: #D63B3B;
  --ink: #1B1F26;
  --ink-2: #3A3F47;
  --line: #E5E8EC;
}

.skip-link {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #111;
  left: -9999px;
  padding: 10px 12px;
  position: absolute;
  top: 10px;
  z-index: 10000;
}

.skip-link:focus { left: 10px; }

.bp-accentbar { display: flex; height: 6px; }
.bp-accentbar span { flex: 1; }
.bp-accentbar span:nth-child(1) { background: var(--yellow); }
.bp-accentbar span:nth-child(2) { background: var(--pale-blue); }
.bp-accentbar span:nth-child(3) { background: var(--mid-blue); }
.bp-accentbar span:nth-child(4) { background: var(--red); }

.bp-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 6px rgba(15, 32, 60, .05);
  padding: 0;
}

.bp-header.animated-header { background: #fff; padding: 0; }

.bp-header .bp-nav {
  align-items: center;
  display: flex;
  gap: 18px;
  padding: 10px 0;
  position: relative;
}

.bp-mark {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  gap: 12px;
  line-height: 1;
  text-decoration: none;
}

.bp-mark .bp-icon { flex-shrink: 0; }
.bp-mark .bp-icon.s40 { height: auto; width: 38px; }

.bp-mark .wm {
  color: var(--navy);
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: .95;
  white-space: nowrap;
}

.bp-mark .wm small {
  color: var(--ink);
  display: block;
  font-size: 8.5px;
  font-weight: 400;
  letter-spacing: .04em;
  margin-top: 3px;
  text-transform: none;
  white-space: nowrap;
}

.bp-header .bp-navwrap { flex: 1; margin-left: 28px; }
.bp-header .bp-navinner { align-items: center; display: flex; width: 100%; }

.bp-header .nav-links {
  display: flex;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  gap: 26px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.bp-header .nav-links > li { margin: 0; }

.bp-header .nav-links a {
  color: var(--ink);
  display: inline-block;
  padding: 8px 2px;
  text-decoration: none;
  transition: color .15s ease;
}

.bp-header .nav-links a:hover,
.bp-header .nav-links a:focus { color: var(--navy); }

.bp-header .right { align-items: center; display: flex; flex-shrink: 0; gap: 10px; }
.bp-header .btn, .bp-header .btn-sm { font-size: 13px; padding: 8px 14px; }

.bp-header .btn-secondary {
  background: transparent;
  border: 1.5px solid var(--navy);
  border-radius: 4px;
  color: var(--navy);
}

.bp-header .btn-secondary:hover,
.bp-header .btn-secondary:focus { background: var(--sky-soft); color: var(--navy); }

.bp-header .bp-contatti-btn a {
  align-items: center;
  background: var(--navy);
  border: 1.5px solid var(--navy);
  border-radius: 4px;
  color: #fff !important;
  display: inline-flex;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  text-decoration: none;
}

.bp-header .bp-contatti-btn a:hover,
.bp-header .bp-contatti-btn a:focus { background: var(--navy-deep); border-color: var(--navy-deep); }

.bp-header .bp-toggle {
  background: #fff;
  border: 1px solid var(--mid-blue);
  border-radius: 4px;
  margin: 0;
}

.bp-header .bp-toggle:hover, .bp-header .bp-toggle:focus { background: var(--sky-soft); }
.bp-header .bp-toggle .icon-bar { background: var(--navy); }

/* --------------------------------------------------------------------------
   0b. Footer brand
   -------------------------------------------------------------------------- */
footer.bp-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, .85);
  padding: 0 0 22px;
}

.bp-footer > .container { padding-top: 34px; }

.bp-footer .bp-foot-top {
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  padding-bottom: 20px;
}

/* .bp-foot-brand / .bp-foot-claim: vedi css/bp-brand.css (condiviso) */

.bp-footer .bp-mark .wm { color: #fff; }
.bp-footer .bp-mark .wm small { color: var(--sky); }

.bp-footer .bp-foot-links {
  display: flex;
  flex-wrap: wrap;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 14px;
  gap: 8px 22px;
}

.bp-footer .bp-foot-links a { color: rgba(255, 255, 255, .85); text-decoration: none; }
.bp-footer .bp-foot-links a:hover, .bp-footer .bp-foot-links a:focus { color: #fff; }

.bp-footer .bp-foot-bottom {
  align-items: center;
  color: rgba(255, 255, 255, .65);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 8px;
  justify-content: space-between;
  padding-top: 16px;
}

.bp-footer .bp-foot-up { color: var(--sky); text-decoration: none; }
.bp-footer .bp-foot-up:hover, .bp-footer .bp-foot-up:focus { color: #fff; }

/* --------------------------------------------------------------------------
   1. Progressive enhancement
   Senza JS il questionario resta interamente visibile: lo step-by-step e i
   controlli di navigazione compaiono solo quando la classe .bsc-js è presente.
   -------------------------------------------------------------------------- */
[hidden] { display: none !important; }

/* Selettori con specificità alta e !important: devono vincere sulle regole di
   layout dichiarate più avanti nel file (es. .bsc-nav), che altrimenti le
   sovrascriverebbero per ordine a parità di specificità. */
html:not(.bsc-js) .bsc-requires-js { display: none !important; }
html.bsc-js .bsc-step { display: none !important; }
html.bsc-js .bsc-step.bsc-step--on { display: block !important; }

.bsc-noscript {
  background: #fef3c7;
  border: 1px solid #b45309;
  border-radius: 6px;
  color: #3f2a06;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 28px;
  padding: 16px 20px;
}

/* Honeypot: fuori dallo schermo, non display:none (alcuni bot lo rilevano) */
.bsc-hp {
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

/* --------------------------------------------------------------------------
   2. Focus visibile — requisito di accessibilità, vale su tutta la pagina
   -------------------------------------------------------------------------- */
.bsc-quiz a:focus,
.bsc-quiz button:focus,
.bsc-quiz input:focus,
.bsc-quiz textarea:focus,
.bsc-result a:focus,
.bsc-result button:focus,
.bsc-lead a:focus,
.bsc-lead button:focus,
.bsc-lead input:focus,
.bsc-lead select:focus,
.bsc-hero a:focus,
.bsc-faq a:focus {
  outline: 3px solid #1d4ed8;
  outline-offset: 2px;
}

.bsc-opt input[type="radio"]:focus + span,
.bsc-consent input[type="checkbox"]:focus + span {
  outline: 3px solid #1d4ed8;
  outline-offset: 3px;
}

/* --------------------------------------------------------------------------
   3. Breadcrumb
   -------------------------------------------------------------------------- */
/* padding-top ridotto: l'header bpm- è sticky, non più fixed, quindi non serve
   più compensare la sua altezza (prima 100px / 80px sotto i 992px). */
.bsc-breadcrumb-bar {
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
  padding-top: 12px;
  padding-bottom: 10px;
}

.bsc-breadcrumb-bar .breadcrumb {
  background: transparent;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

.bsc-breadcrumb-bar .breadcrumb > li > a { color: #4b5563; }
.bsc-breadcrumb-bar .breadcrumb > .active { color: #111827; font-weight: 500; }

/* --------------------------------------------------------------------------
   4. Hero
   -------------------------------------------------------------------------- */
.bsc-hero {
  background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
  padding: 48px 0 44px;
}

.bsc-eyebrow {
  color: #4b5563;
  font-size: 17px;
  font-style: italic;
  margin: 0 0 10px;
}

.bsc-hero h1 {
  color: #111827;
  font-size: 40px;
  line-height: 1.15;
  margin: 0 0 18px;
  text-transform: none;
}

.bsc-hero-sub {
  color: #374151;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
  margin: 0 0 26px;
  max-width: 780px;
}

.bsc-hero-sub strong { color: #111827; font-weight: 600; }

.bsc-hero-cta { margin: 0 0 12px; }

.bsc-microtrust {
  color: #4b5563;
  font-size: 14px;
  margin: 0 0 22px;
}

/* --------------------------------------------------------------------------
   5. Disclaimer di non-predittività
   -------------------------------------------------------------------------- */
.bsc-disclaimer {
  border-left: 3px solid #4A8AC9;
  color: #374151;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  padding: 10px 0 10px 16px;
}

.bsc-disclaimer--long {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-left: 3px solid #4A8AC9;
  border-radius: 0 6px 6px 0;
  margin-bottom: 32px;
  max-width: 820px;
  padding: 16px 20px;
}

/* --------------------------------------------------------------------------
   6. Sezione "Cosa misura"
   -------------------------------------------------------------------------- */
.bsc-what {
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  padding: 52px 0;
}

.bsc-what h2,
.bsc-bands h2,
.bsc-faq h2,
.bsc-lead-box h2 {
  color: #111827;
  font-size: 28px;
  margin: 0 0 18px;
  text-transform: none;
}

.bsc-lead {
  color: #374151;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8;
  max-width: 820px;
}

.bsc-dims { margin-top: 26px; }

.bsc-dim {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  height: 100%;
  margin-bottom: 20px;
  padding: 22px 20px;
}

.bsc-dim-weight {
  background: #f0f7fa;
  border-radius: 4px;
  color: #0f766e;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 3px 9px;
}

.bsc-dim h3 {
  color: #111827;
  font-size: 18px;
  margin: 0 0 10px;
  text-transform: none;
}

.bsc-dim p {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.bsc-note {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #374151;
  font-size: 15px;
  line-height: 1.75;
  margin-top: 26px;
  max-width: 860px;
  padding: 16px 20px;
}

/* --------------------------------------------------------------------------
   7. Questionario
   -------------------------------------------------------------------------- */
.bsc-quiz {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
  padding: 52px 0 60px;
}

.bsc-progress { margin-bottom: 26px; }

.bsc-progress-track {
  background: #e5e7eb;
  border-radius: 3px;
  height: 6px;
  overflow: hidden;
}

.bsc-progress-fill {
  background: #2563eb;
  display: block;
  height: 6px;
  transition: width .25s ease;
  width: 20%;
}

.bsc-progress-label {
  color: #4b5563;
  font-size: 13px;
  margin: 8px 0 0;
}

.bsc-step-title {
  color: #111827;
  font-size: 26px;
  margin: 0 0 8px;
  text-transform: none;
}

.bsc-step-title:focus { outline: 3px solid #1d4ed8; outline-offset: 4px; }

.bsc-step-intro {
  color: #4b5563;
  font-size: 15px;
  margin: 0 0 24px;
}

.bsc-q {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin: 0 0 18px;
  padding: 20px 22px;
}

/* Il selettore delle domande NON deve toccare le label delle opzioni: `.bsc-q > label`
   colpiva anche `.bsc-opt` (che è label figlia diretta del fieldset) e ne azzerava
   il padding-left, facendo finire il radio sopra il testo della risposta. */
.bsc-q legend,
.bsc-q--open > label {
  border: 0;
  color: #111827;
  display: block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 14px;
  padding: 0;
  width: 100%;
}

.bsc-q--invalid { border-color: #b91c1c; }

.bsc-q .bsc-opt {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  color: #374151;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 8px;
  min-height: 44px;
  padding: 11px 14px 11px 42px;
  position: relative;
  width: 100%;
}

.bsc-q .bsc-opt:hover { background: #f8fafc; border-color: #cbd5e1; }

.bsc-q .bsc-opt input[type="radio"] {
  height: 16px;
  left: 15px;
  margin: 0;
  position: absolute;
  top: 14px;
  width: 16px;
}

.bsc-q .bsc-opt > span { display: block; }

.bsc-q .bsc-opt input[type="radio"]:checked ~ span { color: #111827; font-weight: 600; }

.bsc-q--open textarea {
  border: 1px solid #d1d5db;
  border-radius: 6px;
  color: #374151;
  font-size: 15px;
  line-height: 1.6;
  padding: 10px 12px;
  width: 100%;
}

.bsc-optional { color: #6b7280; font-weight: 400; }

.bsc-errors {
  background: #fef2f2;
  border: 1px solid #b91c1c;
  border-radius: 6px;
  color: #7f1d1d;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 20px;
  padding: 14px 18px;
}

.bsc-errors p { font-weight: 700; margin: 0 0 6px; }
.bsc-errors ul { margin: 0; padding-left: 20px; }
.bsc-errors a { color: #7f1d1d; text-decoration: underline; }

.bsc-nav {
  margin-top: 24px;
}

.bsc-nav .btn { margin-right: 8px; }

.bsc-btn-primary,
.bsc-btn-primary:link,
.bsc-btn-primary:visited {
  background-color: #2563eb;
  border-color: #1d4ed8;
  color: #ffffff;
}

.bsc-btn-primary:hover,
.bsc-btn-primary:focus,
.bsc-btn-primary:active {
  background-color: #1d4ed8;
  border-color: #1e40af;
  color: #ffffff;
}

/* --------------------------------------------------------------------------
   8. Risultato
   -------------------------------------------------------------------------- */
.bsc-result {
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  padding: 52px 0;
}

.bsc-result-title {
  color: #111827;
  font-size: 30px;
  margin: 0 0 20px;
  text-transform: none;
}

.bsc-result-title:focus { outline: 3px solid #1d4ed8; outline-offset: 4px; }

.bsc-reveal {
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  display: block;
  margin-bottom: 34px;
  overflow: hidden;
  padding: 26px 24px;
}

.bsc-gauge {
  display: inline-block;
  margin: 0 28px 10px 0;
  text-align: center;
  vertical-align: middle;
  width: 200px;
}

.bsc-gauge svg { display: block; width: 100%; height: auto; }

.bsc-gauge-value {
  color: #111827;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  margin: -6px 0 0;
}

.bsc-gauge-value small { color: #6b7280; font-size: 18px; font-weight: 400; }

.bsc-reveal-text {
  display: inline-block;
  max-width: 560px;
  vertical-align: middle;
}

.bsc-fascia {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 8px;
}

.bsc-fascia-desc {
  color: #374151;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 10px;
}

.bsc-autonomia { color: #4b5563; font-size: 15px; margin: 0; }

/* Fasce — il colore non è mai l'unico veicolo: l'etichetta testuale è sempre presente */
.bsc-fascia--bancabile      { color: #0f766e; }
.bsc-fascia--migliorabile   { color: #1d4ed8; }
.bsc-fascia--a-rischio      { color: #b45309; }
.bsc-fascia--da-ricostruire { color: #b91c1c; }

.bsc-h3 {
  color: #111827;
  font-size: 21px;
  margin: 0 0 16px;
  text-transform: none;
}

.bsc-insights {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
}

.bsc-insights li {
  border-left: 3px solid #4A8AC9;
  color: #374151;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 14px;
  padding: 4px 0 4px 16px;
}

.bsc-insights li strong { color: #111827; }

.bsc-routing { margin-bottom: 28px; }

.bsc-cta-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 14px;
  padding: 20px 22px;
}

.bsc-cta-card--primary { border-color: #2563eb; border-width: 2px; }

.bsc-cta-card h4 {
  color: #111827;
  font-size: 19px;
  margin: 0 0 8px;
  text-transform: none;
}

.bsc-cta-card p {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 14px;
}

.bsc-result-foot {
  color: #6b7280;
  font-size: 14px;
  margin: 0;
}

/* --------------------------------------------------------------------------
   9. Lead form
   -------------------------------------------------------------------------- */
.bsc-lead {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
  padding: 52px 0;
}

.bsc-lead-box {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 30px 28px;
}

.bsc-lead-intro {
  color: #374151;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 24px;
  max-width: 760px;
}

.bsc-lead label {
  color: #111827;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}

.bsc-req { color: #b91c1c; }

.bsc-consents { margin: 18px 0 24px; }

.bsc-consent {
  color: #374151;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 14px;
  padding-left: 28px;
  position: relative;
}

.bsc-consent input[type="checkbox"] {
  left: 0;
  margin: 0;
  position: absolute;
  top: 4px;
}

.bsc-consent a { color: #1d4ed8; text-decoration: underline; }

.bsc-lead-note { color: #6b7280; font-size: 13px; margin: 12px 0 0; }

.bsc-lead-ok {
  background: #f0fdf4;
  border: 1px solid #0f766e;
  border-radius: 8px;
  padding: 22px 24px;
}

.bsc-lead-ok h3 { color: #0f766e; font-size: 20px; margin: 0 0 8px; text-transform: none; }
.bsc-lead-ok p { color: #374151; font-size: 15px; line-height: 1.7; margin: 0; }

/* --------------------------------------------------------------------------
   10. Fasce e FAQ
   -------------------------------------------------------------------------- */
.bsc-bands {
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  padding: 52px 0;
}

.bsc-table { margin-top: 22px; }

.bsc-table > thead > tr > th {
  background: #f8fafc;
  border-bottom: 2px solid #e5e7eb;
  color: #111827;
  font-size: 15px;
}

.bsc-table > tbody > tr > th,
.bsc-table > tbody > tr > td {
  color: #374151;
  font-size: 15px;
  line-height: 1.7;
  vertical-align: top;
}

.bsc-table > tbody > tr > th { color: #111827; white-space: nowrap; }

.bsc-faq {
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
  padding: 52px 0 60px;
}

.bsc-faq-item {
  border-bottom: 1px solid #e5e7eb;
  padding: 18px 0;
}

.bsc-faq-item:last-child { border-bottom: 0; }

.bsc-faq-item h3 {
  color: #111827;
  font-size: 19px;
  margin: 0 0 10px;
  text-transform: none;
}

.bsc-faq-item p {
  color: #374151;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.bsc-faq-item a { color: #1d4ed8; text-decoration: underline; }

/* --------------------------------------------------------------------------
   10b. Bands inline (inside bsc-what section)
   -------------------------------------------------------------------------- */
.bsc-bands-inline {
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid #e5e7eb;
}

.bsc-bands-inline h2 {
  color: #111827;
  font-size: 28px;
  margin: 0 0 18px;
  text-transform: none;
}

/* --------------------------------------------------------------------------
   10c. FAQ inline accordion
   -------------------------------------------------------------------------- */
.bsc-faq-inline {
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid #e5e7eb;
}

.bsc-faq-toggle {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 0;
  text-align: left;
  width: 100%;
}

.bsc-faq-toggle h2 {
  color: #111827;
  font-size: 28px;
  margin: 0;
  text-transform: none;
}

.bsc-faq-toggle:hover h2,
.bsc-faq-toggle:focus h2 { color: var(--navy); }

.bsc-faq-toggle:focus {
  outline: 3px solid #1d4ed8;
  outline-offset: 4px;
}

.bsc-faq-chevron {
  border: solid #6b7280;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  flex-shrink: 0;
  height: 12px;
  margin-left: 16px;
  transform: rotate(45deg);
  transition: transform .25s ease;
  width: 12px;
}

.bsc-faq-toggle[aria-expanded="true"] .bsc-faq-chevron {
  transform: rotate(-135deg);
}

.bsc-faq-panel {
  margin-top: 10px;
}

/* --------------------------------------------------------------------------
   10d. CTA ripetuta dopo FAQ
   -------------------------------------------------------------------------- */
.bsc-hero-cta--repeat {
  margin-top: 36px;
  text-align: center;
}

/* --------------------------------------------------------------------------
   10e. Centraggio form questionario
   -------------------------------------------------------------------------- */
.bsc-quiz .col-md-10 {
  float: none;
  margin-left: auto;
  margin-right: auto;
}


/* --------------------------------------------------------------------------
   11. Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
  .bsc-hero h1 { font-size: 34px; }
  .bsc-gauge { display: block; margin: 0 auto 18px; }
  .bsc-reveal-text { display: block; max-width: none; text-align: center; }
  .bp-header .nav-links { font-size: 14px; gap: 18px; }
  .bp-header .bp-navwrap { margin-left: 16px; }
}

@media (max-width: 767px) {
  .bp-header .bp-nav { flex-wrap: wrap; justify-content: space-between; padding: 8px 0; }
  .bp-header .bp-navwrap { flex: 0 0 100%; margin-left: 0; }
  .bp-header .bp-navinner { align-items: stretch; flex-direction: column; }
  .bp-header .nav-links { flex-direction: column; gap: 2px; margin: 8px 0; }
  .bp-header .nav-links a { padding: 10px 4px; }
  .bp-header .right { align-items: stretch; flex-direction: column; width: 100%; }
  .bp-header .right .btn,
  .bp-header .bp-contatti-btn,
  .bp-header .bp-contatti-btn a { justify-content: center; text-align: center; width: 100%; }
  .bp-header .navbar-collapse {
    background: #fff;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid var(--line);
    box-shadow: 0 8px 18px rgba(15, 32, 60, .08);
  }
  .bp-footer .bp-foot-top { align-items: flex-start; flex-direction: column; }
  .bsc-breadcrumb-bar { padding-top: 12px; }
  .bsc-hero { padding: 32px 0 34px; }
  .bsc-hero h1 { font-size: 28px; }
  .bsc-hero-sub { font-size: 16px; }
  .bsc-what, .bsc-quiz, .bsc-result, .bsc-lead, .bsc-bands, .bsc-faq { padding: 36px 0; }
  .bsc-what h2, .bsc-bands h2, .bsc-bands-inline h2, .bsc-faq h2, .bsc-faq-toggle h2, .bsc-lead-box h2 { font-size: 24px; }
  .bsc-step-title { font-size: 22px; }
  .bsc-q { padding: 16px 16px; }
  .bsc-q legend, .bsc-q > label { font-size: 16px; }
  .bsc-lead-box { padding: 22px 18px; }
  .bsc-nav .btn { display: block; margin: 0 0 10px; width: 100%; }
  .bsc-gauge-value { font-size: 36px; }
  .bsc-fascia { font-size: 22px; }
}
