/* ==========================================================================
   NewRoofConnect, landing pay per call, MarketCall offer 8917
   Mobile first. Nessun webfont, nessuna immagine, nessuna dipendenza.
   ========================================================================== */

:root {
  --navy: #0e1a2b;
  --navy-2: #16273e;
  --navy-3: #24405f;
  --amber: #f5a524;
  --amber-dark: #d98c12;
  --green: #1f9d55;
  --ink: #12202f;
  --body: #46586c;
  --line: #dde4ec;
  --bg: #ffffff;
  --bg-alt: #f4f7fa;
  --radius: 12px;
  --shadow: 0 4px 24px rgba(14, 26, 43, .1);
  --shadow-lg: 0 12px 40px rgba(14, 26, 43, .16);
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Un display: flex su una classe batte la regola [hidden] dello user
   agent. Senza questa riga la trust bar vuota compariva sulla money
   page. Vale per ogni elemento nascosto via attributo. */
[hidden] {
  display: none !important;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0 0 96px;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  color: var(--body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3 {
  color: var(--ink);
  line-height: 1.2;
  margin: 0 0 .5em;
  font-weight: 700;
  letter-spacing: -.02em;
}

p {
  margin: 0 0 1em;
}

a {
  color: inherit;
}

.wrap {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrap.narrow {
  max-width: 720px;
}

/* ---------------- Header ---------------- */
.site-header {
  background: var(--navy);
  color: #fff;
  padding: 12px 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  letter-spacing: -.02em;
}

.brand-mark {
  width: 26px;
  height: 26px;
  fill: var(--amber);
  flex: none;
}

.brand-name {
  font-size: 18px;
  color: #fff;
}

/* ---------------- Hero ---------------- */
.hero {
  position: relative;
  isolation: isolate;
  color: #dbe6f2;
  padding: 30px 0 40px;
  background: var(--navy);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(9, 17, 28, .50) 0%, rgba(9, 17, 28, .70) 48%, rgba(9, 17, 28, .90) 100%),
    linear-gradient(90deg, rgba(9, 17, 28, .55) 0%, rgba(9, 17, 28, .12) 62%, rgba(9, 17, 28, 0) 100%);
}

.hero-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(245, 165, 36, .14);
  border: 1px solid rgba(245, 165, 36, .34);
  color: var(--amber);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .01em;
}

.hero h1 {
  color: #fff;
  font-size: clamp(31px, 7.4vw, 48px);
  margin-bottom: 12px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .3);
}

.lede {
  font-size: 17px;
  color: #cbd8e7;
  max-width: 30em;
  margin-bottom: 0;
}

/* ---------------- Quiz card ---------------- */
.quiz-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  padding: 22px 20px 24px;
  scroll-margin-top: 16px;
}

.quiz-progress {
  margin-bottom: 18px;
}

.quiz-progress-bar {
  height: 6px;
  border-radius: 999px;
  background: var(--line);
  overflow: hidden;
}

.quiz-progress-bar span {
  display: block;
  height: 100%;
  width: 33.33%;
  background: var(--amber);
  border-radius: 999px;
  transition: width .25s ease;
}

.quiz-progress-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
}

.quiz-progress-label {
  margin: 0;
  font-size: 13px;
  color: var(--ink);
  font-weight: 700;
}

/* Il contratto sulla durata. Sta a destra della barra perche' li' non
   compete con la domanda, ma si legge nello stesso colpo d'occhio. */
.quiz-progress-meta {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--amber-dark);
  white-space: nowrap;
}

/* --------------------------------------------------------------------
   Rassicurazioni sotto la card, e trust bar.
   -------------------------------------------------------------------- */
.quiz-assure {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 18px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.quiz-assure li {
  position: relative;
  padding-left: 18px;
  font-size: 13.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, .82);
  letter-spacing: .01em;
}

.quiz-assure li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 11px;
  height: 6px;
  margin-top: -4px;
  border-left: 2px solid var(--amber);
  border-bottom: 2px solid var(--amber);
  transform: rotate(-45deg);
}

.trust-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  min-height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  text-decoration: none;
  color: #fff;
}

.trust-item:hover {
  background: rgba(255, 255, 255, .16);
}

.trust-stars svg {
  display: block;
  width: 17px;
  height: 17px;
  fill: var(--amber);
}

.trust-badge {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: var(--amber);
  color: var(--navy);
  font-size: 12.5px;
  font-weight: 800;
}

.trust-text {
  display: block;
  line-height: 1.25;
}

.trust-line {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
}

.trust-sub {
  display: block;
  font-size: 11.5px;
  color: rgba(255, 255, 255, .62);
}

.quiz-step {
  display: none;
}

.quiz-step.is-active {
  display: block;
  animation: fade .22s ease;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.quiz-q {
  font-size: 22px;
  margin-bottom: 6px;
}

.quiz-help {
  font-size: 14.5px;
  color: #7c8ba0;
  margin-bottom: 16px;
}

.quiz-options {
  display: grid;
  gap: 10px;
}

.opt {
  appearance: none;
  width: 100%;
  min-height: 56px;
  padding: 14px 18px;
  text-align: left;
  font: inherit;
  font-weight: 600;
  font-size: 16px;
  color: var(--ink);
  background: #fff;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  transition: border-color .15s, background .15s, transform .08s;
}

.opt:hover {
  border-color: var(--amber);
  background: #fffaf1;
}

.opt:active {
  transform: scale(.985);
}

.opt:focus-visible {
  outline: 3px solid rgba(245, 165, 36, .5);
  outline-offset: 2px;
}

.quiz-back {
  appearance: none;
  margin-top: 14px;
  padding: 6px 0;
  background: none;
  border: 0;
  font: inherit;
  font-size: 14.5px;
  font-weight: 600;
  color: #7c8ba0;
  cursor: pointer;
  text-decoration: underline;
}

/* ---------------- Reveal ---------------- */
.reveal-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(31, 157, 85, .12);
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
}

.call-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 68px;
  padding: 12px 18px;
  border-radius: var(--radius);
  background: var(--green);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(31, 157, 85, .32);
  transition: background .15s, transform .08s;
}

.call-btn:hover {
  background: #1b8a4a;
}

.call-btn:active {
  transform: scale(.99);
}

.call-btn svg {
  width: 26px;
  height: 26px;
  fill: #fff;
  flex: none;
}

.call-btn-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  text-align: left;
}

.call-btn-label {
  font-size: 13px;
  font-weight: 600;
  opacity: .88;
}

.call-btn-number {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -.01em;
}

.quiz-exit .quiz-help {
  font-size: 15.5px;
  color: var(--body);
  margin-bottom: 4px;
}

/* ---------------- Sections ---------------- */
.section {
  padding: 44px 0;
}

.section-alt {
  background: var(--bg-alt);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-title {
  font-size: clamp(24px, 5.4vw, 32px);
  margin-bottom: 8px;
}

.section-intro {
  margin-bottom: 22px;
  color: #7c8ba0;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.steps li {
  display: grid;
  grid-template-columns: 38px 1fr;
  column-gap: 14px;
  align-items: center;
}

.steps h3 {
  font-size: 17.5px;
  margin: 0;
  grid-column: 2;
}

.steps p {
  margin: 0;
  font-size: 15.5px;
  grid-column: 2;
}

.steps .step-num {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--amber);
  font-weight: 800;
  font-size: 17px;
}

.scope-note {
  margin: 22px 0 0;
  padding: 13px 16px;
  border-left: 4px solid var(--amber);
  background: #fffaf1;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}

.inline-cta {
  display: inline-block;
  padding: 14px 26px;
  border-radius: var(--radius);
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.inline-cta:hover {
  background: var(--navy-2);
}

/* ---------------- FAQ ---------------- */
.faq {
  border-bottom: 1px solid var(--line);
  padding: 4px 0;
}

.faq summary {
  cursor: pointer;
  padding: 14px 0;
  font-weight: 700;
  font-size: 17px;
  color: var(--ink);
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  float: right;
  color: var(--amber);
  font-size: 22px;
  line-height: 1;
}

.faq[open] summary::after {
  content: "\2013";
}

.faq p {
  margin: 0 0 14px;
  font-size: 16px;
}

/* ---------------- Footer ---------------- */
.site-footer {
  background: var(--navy);
  color: #8fa2ba;
  padding: 34px 0 30px;
  font-size: 13.5px;
}

.footer-brand {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 14px;
}

.disclaimer {
  line-height: 1.6;
  margin-bottom: 16px;
  max-width: 78ch;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 14px;
}

.footer-links a {
  color: #cddaea;
  text-decoration: underline;
}

.copyright {
  margin: 0;
  color: #6f8299;
}

/* ---------------- Sticky call bar ---------------- */
.sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -4px 18px rgba(14, 26, 43, .1);
  animation: rise .25s ease;
}

.sticky-bar[hidden] {
  display: none;
}

@keyframes rise {
  from {
    transform: translateY(100%);
  }

  to {
    transform: none;
  }
}

.call-btn-sm {
  min-height: 58px;
}

.call-btn-sm .call-btn-number {
  font-size: 22px;
}

/* ---------------- Reveal note ---------------- */
.reveal-note {
  margin: 12px 0 0;
  font-size: 14px;
  color: #7c8ba0;
  text-align: center;
}

/* ---------------- Two column quiz options ---------------- */
.quiz-options-2col {
  grid-template-columns: 1fr 1fr;
}

.quiz-options-2col .opt {
  min-height: 52px;
  padding: 12px 14px;
  font-size: 15.5px;
}

/* ---------------- Signs, visual grid ---------------- */
.signs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 22px;
}

.sign {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.sign img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.sign figcaption {
  padding: 12px 14px 14px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.35;
}

.signs-cta {
  margin-top: 26px;
  text-align: center;
}

/* ---------------- Split section ---------------- */
.split {
  display: grid;
  gap: 26px;
}

.split-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.tick-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.tick-list li {
  position: relative;
  padding-left: 32px;
  font-size: 16.5px;
}

.tick-list li strong {
  color: var(--ink);
}

.tick-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .35em;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='white' d='M7.6 13.8 3.9 10l-1.3 1.3 5 5 10-10L16.3 5z'/%3E%3C/svg%3E") center / 14px no-repeat;
}

/* ---------------- Section tight ---------------- */
.section-tight {
  padding: 34px 0;
}

/* ---------------- Legal pages ---------------- */
.legal {
  padding: 40px 0 60px;
}

.legal h1 {
  font-size: clamp(26px, 6vw, 36px);
  margin-bottom: 6px;
}

.legal .updated {
  color: #7c8ba0;
  font-size: 14px;
  margin-bottom: 26px;
}

.legal h2 {
  font-size: 20px;
  margin: 30px 0 8px;
}

.legal li {
  margin-bottom: 8px;
}

/* ---------------- Desktop ---------------- */
@media (min-width: 860px) {
  body {
    padding-bottom: 0;
    font-size: 18px;
  }

  .hero {
    padding: 64px 0 72px;
  }

  .hero-inner {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    grid-template-rows: auto 1fr;
    align-items: start;
    column-gap: 48px;
    row-gap: 24px;
  }

  .hero-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .quiz-card {
    grid-column: 2;
    grid-row: 1 / span 2;
    padding: 28px 28px 30px;
  }

  .section {
    padding: 64px 0;
  }

  .signs {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }

  .sign figcaption {
    padding: 14px 16px 16px;
    font-size: 15.5px;
  }

  .split {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 48px;
  }

  .section-tight {
    padding: 46px 0;
  }

  .steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }

  .sticky-bar {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* ==========================================================================
   HomeAirConnect, aggiunte rispetto alla base NewRoofConnect.
   Quiz a 6 domande: campo CAP, processing screen, blocchi editoriali.
   ========================================================================== */

/* ---------- Q1, campo CAP ---------- */
.quiz-zip {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}

.zip-input {
  width: 100%;
  padding: 1rem 1.1rem;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-align: center;
  color: #0e1a2b;
  background: #fff;
  border: 2px solid #d7dee8;
  border-radius: 12px;
  transition: border-color .15s ease;
}

.zip-input:focus {
  outline: none;
  border-color: #f5a524;
}

.zip-input::placeholder {
  color: #b7c0cd;
  letter-spacing: .12em;
}

.opt-submit {
  font-weight: 700;
  color: #0e1a2b;
  background: #f5a524;
  border-color: #f5a524;
}

.opt-submit:hover {
  background: #e69511;
  border-color: #e69511;
}

.quiz-error {
  margin: .1rem 0 0;
  font-size: .9rem;
  font-weight: 600;
  color: #c0392b;
}

/* ---------- Processing screen ---------- */
.quiz-processing {
  text-align: center;
}

.proc-spinner {
  width: 38px;
  height: 38px;
  margin: .2rem auto 1rem;
  border: 3px solid #e3e8ef;
  border-top-color: #f5a524;
  border-radius: 50%;
  animation: proc-spin .8s linear infinite;
}

@keyframes proc-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .proc-spinner {
    animation-duration: 2.4s;
  }
}

.proc-list {
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
  text-align: left;
}

.proc-list li {
  position: relative;
  padding: .45rem 0 .45rem 1.9rem;
  font-size: .98rem;
  color: #8a93a2;
  transition: color .25s ease;
}

.proc-list li::before {
  content: "";
  position: absolute;
  left: .25rem;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #d7dee8;
  border-radius: 50%;
  transition: background .25s ease;
}

.proc-list li.is-done {
  color: #0e1a2b;
  font-weight: 600;
}

.proc-list li.is-done::before {
  background: #1f9d55;
  box-shadow: 0 0 0 3px rgba(31, 157, 85, .16);
}

/* ---------- Money page ---------- */
.reveal-sub {
  margin: 0 0 1.1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #56606f;
}

/* ---------- Blocchi editoriali ---------- */
.sub-title {
  margin: 2rem 0 .8rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0e1a2b;
}

.pull {
  margin: 1.8rem 0 0;
  padding: 1.1rem 1.3rem;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.5;
  color: #0e1a2b;
  background: #fff8ec;
  border-left: 4px solid #f5a524;
  border-radius: 0 10px 10px 0;
}

.fact {
  padding: 1.2rem 1.3rem;
  margin-bottom: 1rem;
  background: #fff;
  border: 1px solid #e3e8ef;
  border-radius: 12px;
}

.fact h3 {
  margin: 0 0 .5rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0e1a2b;
}

.fact p {
  margin: 0;
  font-size: .98rem;
  line-height: 1.6;
  color: #56606f;
}

.fact-note {
  margin: 1.2rem 0 0;
  font-size: .92rem;
  line-height: 1.6;
  color: #6b7583;
}

/* ==========================================================================
   v2: sezione nemico visiva, strip "cosa non chiediamo", homepage.
   ========================================================================== */

/* ---------- Il nemico, tre immagini ---------- */
.enemy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.6rem;
}

@media (min-width: 780px) {
  .enemy {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
  }
}

.enemy-card {
  margin: 0;
  background: #fff;
  border: 1px solid #e3e8ef;
  border-radius: 14px;
  overflow: hidden;
}

.enemy-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.enemy-card figcaption {
  padding: .95rem 1.1rem 1.05rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #0e1a2b;
}

/* ---------- Strip: cosa non chiediamo ---------- */
.nots {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .6rem;
  list-style: none;
  margin: 1.6rem 0 0;
  padding: 0;
}

@media (min-width: 780px) {
  .nots {
    grid-template-columns: repeat(4, 1fr);
  }
}

.nots li {
  padding: .8rem .6rem;
  text-align: center;
  font-size: .95rem;
  font-weight: 700;
  color: #0e1a2b;
  background: #fff8ec;
  border: 1px solid #f6dcae;
  border-radius: 10px;
}

/* ---------- Steps in linea, dentro lo split ---------- */
.steps-inline {
  list-style: none;
  margin: 1.2rem 0 1rem;
  padding: 0;
}

.steps-inline li {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  padding: .5rem 0;
}

.steps-inline .step-num {
  flex: 0 0 auto;
  margin: 0;
}

.steps-inline p {
  margin: .15rem 0 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #56606f;
}

/* ---------- Homepage ---------- */
.home-hero {
  padding: 3.2rem 0 2.2rem;
  background: linear-gradient(180deg, #0e1a2b 0%, #16273f 100%);
  color: #fff;
}

.home-hero-inner {
  text-align: left;
}

.home-h1 {
  margin: 0 0 .9rem;
  font-size: clamp(1.9rem, 6vw, 2.9rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #fff;
}

.home-lede {
  margin: 0;
  font-size: clamp(1rem, 3.4vw, 1.15rem);
  line-height: 1.6;
  color: #c3cddb;
  max-width: 46ch;
}

.home-eyebrow {
  margin: 0 0 .9rem;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8a93a2;
}

.line-card {
  display: block;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e3e8ef;
  border-radius: 16px;
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}

.line-card:hover {
  border-color: #f5a524;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(14, 26, 43, .1);
}

@media (min-width: 780px) {
  .line-card {
    display: grid;
    grid-template-columns: 42% 1fr;
    align-items: stretch;
  }
}

.line-media {
  display: block;
}

.line-media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

@media (min-width: 780px) {
  .line-media img {
    aspect-ratio: auto;
    min-height: 240px;
  }
}

.line-body {
  display: block;
  padding: 1.3rem 1.4rem 1.5rem;
}

.line-title {
  display: block;
  font-size: 1.3rem;
  font-weight: 800;
  color: #0e1a2b;
}

.line-text {
  display: block;
  margin-top: .45rem;
  font-size: 1rem;
  line-height: 1.55;
  color: #56606f;
}

.line-cta {
  display: inline-block;
  margin-top: 1rem;
  padding: .7rem 1.2rem;
  font-size: .98rem;
  font-weight: 700;
  color: #0e1a2b;
  background: #f5a524;
  border-radius: 10px;
}

.home-note {
  margin-top: 1rem;
}

/* Il logo in header ora e' un link: niente sottolineatura, colore invariato. */
a.brand {
  text-decoration: none;
  color: inherit;
}

/* ==========================================================================
   v3, parte sotto il form. Prefisso lsl- per non collidere con la base.
   Obiettivi: densita' su mobile, gerarchia tipografica, ritmo tra sezioni.
   ========================================================================== */

:root {
  --lsl-ink: #0e1a2b;
  --lsl-ink-2: #46536b;
  --lsl-ink-3: #7c879b;
  --lsl-line: #e6eaf1;
  --lsl-cream: #faf7f2;
  --lsl-accent: #f5a524;
  --lsl-dark: #101c2e;
  --lsl-s1: .5rem;
  --lsl-s2: 1rem;
  --lsl-s3: 1.5rem;
  --lsl-s4: 2.25rem;
  --lsl-s5: 2.4rem;
  --lsl-r: 16px;
}

.lsl { padding: var(--lsl-s5) 0; }
.lsl-cream { background: var(--lsl-cream); }
.lsl-dark { background: var(--lsl-dark); color: #fff; }

.lsl-wrap {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}

.lsl-kicker {
  margin: 0 0 var(--lsl-s2);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--lsl-ink-3);
}
.lsl-dark .lsl-kicker { color: var(--lsl-accent); }

.lsl-h2 {
  margin: 0 0 var(--lsl-s2);
  font-size: clamp(1.5rem, 5.6vw, 2.1rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.022em;
  color: var(--lsl-ink);
  text-wrap: balance;
}
.lsl-dark .lsl-h2 { color: #fff; }

/* ---------- Lista delle ragioni ---------- */
.lsl-list { display: grid; gap: 1.15rem; margin-top: var(--lsl-s2); }

.lsl-item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: var(--lsl-s2);
  align-items: start;
}

.lsl-item-fig {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: var(--lsl-line);
}

.lsl-item-fig img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.lsl-item-n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: .5rem;
  font-size: .78rem;
  font-weight: 800;
  color: var(--lsl-ink);
  background: var(--lsl-accent);
  border-radius: 50%;
  vertical-align: 2px;
}

.lsl-item-h {
  margin: 0 0 .35rem;
  font-size: 1.06rem;
  font-weight: 750;
  line-height: 1.32;
  color: var(--lsl-ink);
}

.lsl-item-p {
  margin: 0;
  font-size: .97rem;
  line-height: 1.55;
  color: var(--lsl-ink-2);
}

@media (min-width: 620px) {
  .lsl { padding: 3.4rem 0; }
  .lsl-item { grid-template-columns: 132px 1fr; gap: var(--lsl-s3); }
  .lsl-item-h { font-size: 1.16rem; }
  .lsl-item-p { font-size: 1.02rem; }
}

/* ---------- Riga conclusiva della lista ---------- */
.lsl-punch {
  margin: var(--lsl-s3) 0 0;
  padding: var(--lsl-s2) var(--lsl-s3);
  font-size: 1.04rem;
  font-weight: 650;
  line-height: 1.45;
  color: var(--lsl-ink);
  background: #fff;
  border-left: 3px solid var(--lsl-accent);
  border-radius: 0 12px 12px 0;
}

/* ---------- CTA testuale ---------- */
.lsl-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: var(--lsl-s2);
  font-size: 1rem;
  font-weight: 700;
  color: var(--lsl-ink);
  text-decoration: none;
  border-bottom: 2px solid var(--lsl-accent);
  padding-bottom: 2px;
}
.lsl-link:hover { color: #000; }
.lsl-dark .lsl-link { color: #fff; }

/* ---------- Chip: cosa non chiediamo ---------- */
.lsl-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lsl-chips li {
  padding: .5rem .85rem;
  font-size: .88rem;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
}

.lsl-chips li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: .5rem;
  vertical-align: 2px;
  background: var(--lsl-accent);
  border-radius: 50%;
}

.lsl-dark-p {
  margin: 0 0 var(--lsl-s3);
  font-size: 1rem;
  line-height: 1.6;
  color: #b9c4d4;
}

/* ---------- Steps compatti ---------- */
.lsl-steps {
  display: grid;
  gap: .65rem;
  list-style: none;
  margin: 0 0 var(--lsl-s3);
  padding: 0;
  counter-reset: lslstep;
}

.lsl-steps li {
  display: flex;
  gap: .8rem;
  align-items: baseline;
  padding: .85rem 1rem;
  background: #fff;
  border: 1px solid var(--lsl-line);
  border-radius: 12px;
  font-size: .99rem;
  line-height: 1.45;
  color: var(--lsl-ink);
}

.lsl-steps li::before {
  counter-increment: lslstep;
  content: counter(lslstep);
  flex: 0 0 auto;
  font-size: .8rem;
  font-weight: 800;
  color: var(--lsl-ink-3);
}

/* ---------- Fatti verificabili ---------- */
.lsl-facts { display: grid; gap: .8rem; }

.lsl-fact {
  padding: .95rem 1.15rem;
  background: #fff;
  border: 1px solid var(--lsl-line);
  border-radius: 14px;
}

.lsl-fact h3 {
  margin: 0 0 .3rem;
  font-size: 1.02rem;
  font-weight: 750;
  color: var(--lsl-ink);
}

.lsl-fact p {
  margin: 0;
  font-size: .95rem;
  line-height: 1.55;
  color: var(--lsl-ink-2);
}

.lsl-src {
  margin: var(--lsl-s2) 0 0;
  font-size: .85rem;
  line-height: 1.55;
  color: var(--lsl-ink-3);
}

/* ---------- FAQ ---------- */
.lsl-faq {
  border-bottom: 1px solid var(--lsl-line);
}

.lsl-faq summary {
  padding: .95rem 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--lsl-ink);
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 2rem;
}

.lsl-faq summary::-webkit-details-marker { display: none; }

.lsl-faq summary::after {
  content: "+";
  position: absolute;
  right: .25rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--lsl-accent);
}

.lsl-faq[open] summary::after { content: "\2212"; }

.lsl-faq p {
  margin: 0 0 1rem;
  font-size: .95rem;
  line-height: 1.6;
  color: var(--lsl-ink-2);
}

/* ---------- Chiusura ---------- */
.lsl-end-h {
  margin: 0 0 var(--lsl-s2);
  font-size: clamp(1.4rem, 5.2vw, 1.9rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #fff;
}

.lsl-btn {
  display: block;
  width: 100%;
  padding: 1.05rem 1.2rem;
  font-size: 1.06rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  color: var(--lsl-ink);
  background: var(--lsl-accent);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(245, 165, 36, .22);
}

.lsl-btn:hover { background: #e69511; }

.lsl-btn-note {
  margin: .8rem 0 0;
  font-size: .88rem;
  color: #93a1b6;
  text-align: center;
}

/* ==========================================================================
   PRE-LANDER ADVERTORIAL, /hvac/read
   Registro editoriale, non pagina prodotto. Prefisso art-.
   ========================================================================== */

.art-body {
  padding-bottom: 0;
}

.art {
  background: var(--bg);
  padding: 34px 0;
}

.art-alt {
  background: #fbf9f5;
}

.art-dark {
  background: var(--navy);
  color: rgba(255, 255, 255, .8);
}

.art-wrap {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 18px;
}

.art-kicker {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--amber-dark);
}

.art-h1 {
  margin: 0 0 14px;
  font-size: clamp(28px, 7.4vw, 40px);
  line-height: 1.14;
  letter-spacing: -.02em;
  font-weight: 800;
  color: var(--ink);
  text-wrap: balance;
}

.art-stand {
  margin: 0 0 12px;
  font-size: 17.5px;
  line-height: 1.62;
  color: var(--body);
}

.art-lead {
  margin: 20px 0 0;
}

.art-lead img,
.art-fig img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Autoqualifica. Card di colore diverso per spezzare il blocco. */
.art-qual {
  margin-top: 22px;
  padding: 18px 18px 16px;
  border-radius: 12px;
  background: #fbf9f5;
  border: 1px solid var(--line);
}

.art-qual-h {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 800;
  color: var(--ink);
}

.art-qual ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.art-qual li {
  position: relative;
  padding: 0 0 0 26px;
  margin-bottom: 9px;
  font-size: 15.5px;
  line-height: 1.5;
  color: var(--body);
}

.art-qual li:last-child {
  margin-bottom: 0;
}

.art-qual li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 12px;
  height: 6px;
  border-left: 2.5px solid var(--amber);
  border-bottom: 2.5px solid var(--amber);
  transform: rotate(-45deg);
}

/* ---------- I punti numerati ---------- */
.art-point {
  padding: 26px 0;
  border-top: 1px solid var(--line);
}

.art-point:first-child {
  padding-top: 4px;
  border-top: 0;
}

.art-n {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin: 0 0 12px;
  border-radius: 8px;
  background: var(--amber);
  color: var(--navy);
  font-size: 15px;
  font-weight: 800;
}

.art-h2 {
  margin: 0 0 14px;
  font-size: clamp(21px, 5.4vw, 27px);
  line-height: 1.24;
  letter-spacing: -.015em;
  font-weight: 800;
  color: var(--ink);
  text-wrap: balance;
}

.art-dark .art-h2 {
  color: #fff;
}

.art-fig {
  margin: 0 0 14px;
}

.art-point p {
  margin: 0 0 12px;
  font-size: 16.5px;
  line-height: 1.62;
  color: var(--body);
}

.art-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 16px;
  font-weight: 700;
  color: var(--amber-dark);
  text-decoration: none;
  border-bottom: 2px solid rgba(217, 140, 18, .32);
  cursor: pointer;
}

.art-link:hover {
  border-bottom-color: var(--amber-dark);
}

/* ---------- Confronto contro la categoria ---------- */
.art-vs {
  display: grid;
  gap: 12px;
  margin-top: 6px;
}

.art-vs-col {
  padding: 16px 16px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
}

.art-vs-ours {
  background: rgba(245, 165, 36, .12);
  border-color: rgba(245, 165, 36, .38);
}

.art-vs-h {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .56);
}

.art-vs-ours .art-vs-h {
  color: var(--amber);
}

.art-vs p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

/* ---------- Blocco bottone ---------- */
.art-offer p,
.art-end p {
  margin: 0 0 18px;
  font-size: 16.5px;
  line-height: 1.62;
}

.art-offer p {
  color: var(--body);
}

.art-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 22px;
  border-radius: 12px;
  background: var(--amber);
  color: var(--navy);
  font-size: 17.5px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(245, 165, 36, .28);
  cursor: pointer;
}

.art-btn:hover {
  background: var(--amber-dark);
}

.art-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 18px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.art-chips li {
  position: relative;
  padding-left: 18px;
  font-size: 13.5px;
  font-weight: 600;
  color: #7c8ba0;
}

.art-chips li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 11px;
  height: 6px;
  margin-top: -4px;
  border-left: 2px solid var(--amber);
  border-bottom: 2px solid var(--amber);
  transform: rotate(-45deg);
}

.art-end-h {
  margin: 0 0 12px;
  font-size: clamp(22px, 5.6vw, 28px);
  line-height: 1.24;
  font-weight: 800;
  color: #fff;
  text-wrap: balance;
}

.art-dark .lsl-faq summary,
.art-alt .lsl-faq summary {
  color: var(--ink);
}

@media (min-width: 760px) {
  .art {
    padding: 52px 0;
  }

  .art-vs {
    grid-template-columns: 1fr 1fr;
  }

  .art-btn {
    max-width: 420px;
    margin-inline: auto;
  }
}

/* Strip dei numeri sul pre-lander. Valori segnaposto, vedi read.js. */
.art-stats {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.art-stat {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 13px 15px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--line);
}

.art-stat b {
  flex: none;
  font-size: 22px;
  font-weight: 800;
  color: var(--amber-dark);
  letter-spacing: -.02em;
}

.art-stat span {
  font-size: 14.5px;
  line-height: 1.42;
  color: var(--body);
}

@media (min-width: 760px) {
  .art-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .art-stat {
    display: block;
  }

  .art-stat b {
    display: block;
    margin-bottom: 4px;
  }
}
