:root {
      --elite-green: #0b7657;
      --elite-green-dark: #092c22;
      --elite-green-soft: #edf5f1;
      --elite-ink: #18211d;
      --elite-muted: #647069;
      --elite-line: #dfe7e2;
      --elite-surface: #f5f8f6;
      --elite-white: #ffffff;
      --elite-shadow: 0 18px 45px rgba(11, 54, 39, 0.10);
      --elite-radius: 22px;
    }

    .page-elite {
      color: var(--elite-ink);
      background: var(--elite-white);
    }

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

    .elite-hero {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 86% 18%, rgba(63, 181, 123, 0.22), transparent 32%),
        linear-gradient(125deg, #062e22 0%, #084f37 58%, #087a49 100%);
      color: var(--elite-white);
    }

    .elite-hero::before,
    .elite-hero::after {
      position: absolute;
      content: "";
      pointer-events: none;
      transform: rotate(45deg);
      border: 1px solid rgba(255, 255, 255, 0.12);
    }

    .elite-hero::before {
      width: 340px;
      height: 340px;
      top: -185px;
      right: 10%;
    }

    .elite-hero::after {
      width: 260px;
      height: 260px;
      left: -155px;
      bottom: -130px;
    }

    .elite-hero-grid {
      position: relative;
      z-index: 1;
      min-height: 650px;
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
      gap: clamp(36px, 6vw, 90px);
      align-items: center;
      padding-top: clamp(62px, 8vw, 110px);
      padding-bottom: clamp(62px, 8vw, 110px);
    }

    .elite-breadcrumb {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 28px;
      color: rgba(255, 255, 255, 0.72);
      font-size: 0.86rem;
    }

    .elite-breadcrumb a {
      color: inherit;
      text-decoration: none;
    }

    .elite-kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 18px;
      color: #8fe0b4;
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.13em;
      text-transform: uppercase;
    }

    .elite-kicker::before {
      width: 28px;
      height: 2px;
      content: "";
      background: currentColor;
    }

    .elite-hero h1 {
      max-width: 760px;
      margin: 0;
      font-size: clamp(3rem, 6.4vw, 6.1rem);
      line-height: 0.95;
      letter-spacing: -0.055em;
    }

    .elite-hero h1 em {
      display: block;
      color: #a4e5c2;
      font-weight: 500;
    }

    .elite-hero-lead {
      max-width: 680px;
      margin: 28px 0 0;
      color: rgba(255, 255, 255, 0.82);
      font-size: clamp(1.05rem, 1.6vw, 1.25rem);
      line-height: 1.65;
    }

    .elite-hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 34px;
    }

    .elite-btn-secondary {
      display: inline-flex;
      min-height: 50px;
      align-items: center;
      justify-content: center;
      padding: 0 24px;
      border: 1px solid rgba(255, 255, 255, 0.42);
      border-radius: 4px;
      color: var(--elite-white);
      font-weight: 800;
      letter-spacing: 0.04em;
      text-decoration: none;
      text-transform: uppercase;
      transition: 180ms ease;
    }

    .elite-btn-secondary:hover,
    .elite-btn-secondary:focus-visible {
      border-color: var(--elite-white);
      background: rgba(255, 255, 255, 0.09);
    }

    .elite-hero-facts {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 42px;
    }

    .elite-hero-fact {
      min-height: 104px;
      padding: 18px;
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.07);
      backdrop-filter: blur(8px);
    }

    .elite-hero-fact strong {
      display: block;
      margin-bottom: 5px;
      color: #a4e5c2;
      font-size: 1.35rem;
    }

    .elite-hero-fact span {
      color: rgba(255, 255, 255, 0.78);
      font-size: 0.88rem;
      line-height: 1.4;
    }

    .elite-product-visual {
      position: relative;
      overflow: hidden;
      aspect-ratio: 3 / 2;
      margin: 0;
      padding: 0;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 28px;
      background: var(--elite-white);
      box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
    }

    .elite-product-visual::before {
      position: absolute;
      width: 150px;
      height: 150px;
      top: 24px;
      right: 24px;
      border-radius: 50%;
      background: rgba(8, 122, 73, 0.09);
      content: "";
    }

    .elite-product-visual img {
      position: relative;
      z-index: 1;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .elite-product-label {
      position: absolute;
      z-index: 2;
      left: 24px;
      bottom: 24px;
      padding: 10px 14px;
      border-radius: 999px;
      background: var(--elite-green-dark);
      color: var(--elite-white);
      font-size: 0.76rem;
      font-weight: 800;
      letter-spacing: 0.07em;
      text-transform: uppercase;
    }

    .elite-proofbar {
      border-bottom: 1px solid var(--elite-line);
      background: var(--elite-white);
      box-shadow: 0 12px 34px rgba(15, 66, 47, 0.06);
    }

    .elite-proofbar-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .elite-proof-item {
      display: flex;
      min-height: 112px;
      align-items: center;
      gap: 15px;
      padding: 20px 24px;
      border-right: 1px solid var(--elite-line);
    }

    .elite-proof-item:last-child {
      border-right: 0;
    }

    .elite-proof-icon {
      display: grid;
      width: 43px;
      height: 43px;
      flex: 0 0 43px;
      place-items: center;
      border-radius: 50%;
      background: var(--elite-green-soft);
      color: var(--elite-green);
    }

    .elite-proof-icon svg {
      width: 21px;
      height: 21px;
      stroke: currentColor;
    }

    .elite-proof-item strong,
    .elite-proof-item small {
      display: block;
    }

    .elite-proof-item strong {
      margin-bottom: 4px;
      font-size: 0.95rem;
    }

    .elite-proof-item small {
      color: var(--elite-muted);
      line-height: 1.45;
    }

    .elite-section {
      padding: clamp(72px, 9vw, 128px) 0;
    }

    .elite-section--soft {
      background: var(--elite-surface);
    }

    .elite-section-head {
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.7fr);
      gap: 42px;
      align-items: end;
      margin-bottom: 44px;
    }

    .elite-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 14px;
      color: var(--elite-green);
      font-size: 0.77rem;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .elite-eyebrow::before {
      width: 28px;
      height: 2px;
      content: "";
      background: currentColor;
    }

    .elite-title {
      max-width: 780px;
      margin: 0;
      font-size: clamp(2.35rem, 4.7vw, 4.7rem);
      line-height: 1.01;
      letter-spacing: -0.05em;
    }

    .elite-lead {
      margin: 0;
      color: var(--elite-muted);
      font-size: 1.06rem;
      line-height: 1.75;
    }

    .elite-lead-spaced {
      margin-top: 24px;
    }

    .elite-intro-grid {
      display: grid;
      grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
      gap: clamp(42px, 7vw, 96px);
      align-items: center;
    }

    .elite-intro-media {
      position: relative;
      overflow: hidden;
      aspect-ratio: 3 / 2;
      min-height: 0;
      display: grid;
      place-items: center;
      padding: 0;
      border-radius: var(--elite-radius);
      background: var(--elite-white);
      box-shadow: var(--elite-shadow);
    }

    .elite-intro-media::before,
    .elite-intro-media::after {
      position: absolute;
      content: "";
      background: #dce9d5;
      transform: rotate(45deg);
    }

    .elite-intro-media::before {
      width: 235px;
      height: 235px;
      top: -145px;
      left: -90px;
    }

    .elite-intro-media::after {
      width: 180px;
      height: 180px;
      right: -105px;
      bottom: -80px;
    }

    .elite-intro-media img {
      position: relative;
      z-index: 1;
      display: block;
      width: 100%;
      height: 100%;
      max-height: none;
      object-fit: cover;
      object-position: center;
    }

    .elite-intro-copy p {
      color: var(--elite-muted);
      line-height: 1.8;
    }

    .elite-intro-copy .elite-lead {
      margin-top: 24px;
    }

    .elite-checks {
      display: grid;
      gap: 14px;
      margin: 30px 0 0;
      padding: 0;
      list-style: none;
    }

    .elite-checks li {
      position: relative;
      padding-left: 34px;
      line-height: 1.55;
    }

    .elite-checks li::before {
      position: absolute;
      left: 0;
      top: 0.1em;
      display: grid;
      width: 22px;
      height: 22px;
      place-items: center;
      border-radius: 50%;
      background: var(--elite-green);
      color: var(--elite-white);
      content: "✓";
      font-size: 0.75rem;
      font-weight: 900;
    }

    .elite-spec-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }

    .elite-spec {
      min-height: 196px;
      padding: 26px;
      border: 1px solid var(--elite-line);
      border-radius: 18px;
      background: var(--elite-white);
      transition: transform 180ms ease, box-shadow 180ms ease;
    }

    .elite-spec:hover {
      transform: translateY(-4px);
      box-shadow: var(--elite-shadow);
    }

    .elite-spec-number {
      display: block;
      margin-bottom: 14px;
      color: var(--elite-green);
      font-size: clamp(2rem, 3vw, 3.1rem);
      font-weight: 800;
      line-height: 1;
      letter-spacing: -0.05em;
    }

    .elite-spec h3 {
      margin: 0 0 10px;
      font-size: 1.12rem;
    }

    .elite-spec p {
      margin: 0;
      color: var(--elite-muted);
      font-size: 0.93rem;
      line-height: 1.6;
    }

    .elite-feature-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
    }

    .elite-feature-card {
      position: relative;
      overflow: hidden;
      min-height: 350px;
      padding: 34px;
      border: 1px solid var(--elite-line);
      border-radius: var(--elite-radius);
      background: var(--elite-white);
      box-shadow: 0 12px 35px rgba(10, 54, 39, 0.06);
    }

    .elite-feature-card::after {
      position: absolute;
      width: 150px;
      height: 150px;
      right: -70px;
      bottom: -70px;
      border-radius: 50%;
      background: var(--elite-green-soft);
      content: "";
    }

    .elite-feature-card svg {
      width: 48px;
      height: 48px;
      margin-bottom: 24px;
      color: var(--elite-green);
      stroke: currentColor;
    }

    .elite-feature-card h3 {
      margin: 0 0 15px;
      font-size: 1.45rem;
    }

    .elite-feature-card p {
      position: relative;
      z-index: 1;
      margin: 0;
      color: var(--elite-muted);
      line-height: 1.75;
    }

    .elite-feature-tag {
      display: inline-block;
      margin-top: 24px;
      padding: 8px 11px;
      border-radius: 999px;
      background: var(--elite-green-soft);
      color: var(--elite-green-dark);
      font-size: 0.73rem;
      font-weight: 800;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .elite-comparison {
      overflow: hidden;
      border: 1px solid var(--elite-line);
      border-radius: var(--elite-radius);
      background: var(--elite-white);
      box-shadow: var(--elite-shadow);
    }

    .elite-comparison-row {
      display: grid;
      grid-template-columns: 1.15fr 1fr 1fr;
      border-bottom: 1px solid var(--elite-line);
    }

    .elite-comparison-row:last-child {
      border-bottom: 0;
    }

    .elite-comparison-row > div {
      padding: 19px 24px;
      border-right: 1px solid var(--elite-line);
    }

    .elite-comparison-row > div:last-child {
      border-right: 0;
    }

    .elite-comparison-row--head {
      background: var(--elite-green-dark);
      color: var(--elite-white);
      font-weight: 800;
    }

    .elite-comparison-label {
      color: var(--elite-muted);
      font-weight: 700;
    }

    .elite-finish-layout {
      display: grid;
      grid-template-columns: 0.85fr 1.15fr;
      gap: clamp(42px, 7vw, 96px);
      align-items: start;
    }

    .elite-finish-copy {
      position: sticky;
      top: 110px;
    }

    .elite-finish-groups {
      display: grid;
      gap: 28px;
    }

    .elite-finish-group {
      padding: 28px;
      border: 1px solid var(--elite-line);
      border-radius: 20px;
      background: var(--elite-white);
    }

    .elite-finish-group h3 {
      margin: 0 0 8px;
      font-size: 1.3rem;
    }

    .elite-finish-group p {
      margin: 0 0 24px;
      color: var(--elite-muted);
      line-height: 1.65;
    }

    .elite-swatches {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px 12px;
    }

    .elite-swatch {
      text-align: center;
      color: var(--elite-muted);
      font-size: 0.75rem;
      line-height: 1.35;
    }

    .elite-swatch-color {
      display: block;
      width: 54px;
      height: 54px;
      margin: 0 auto 8px;
      border: 1px solid rgba(24, 33, 29, 0.14);
      border-radius: 50%;
      box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.22);
    }

    .swatch-golden-oak {
      background:
        repeating-linear-gradient(83deg, rgba(255,255,255,.12) 0 3px, transparent 3px 8px),
        #98602f;
    }

    .swatch-walnut {
      background:
        repeating-linear-gradient(86deg, rgba(255,255,255,.09) 0 2px, transparent 2px 7px),
        #56341f;
    }

    .swatch-winchester {
      background:
        repeating-linear-gradient(82deg, rgba(90,52,25,.15) 0 2px, transparent 2px 8px),
        #bd8c59;
    }

    .swatch-anthracite {
      background: #343b3f;
    }

    .swatch-black {
      background: #171c20;
    }

    .swatch-white {
      background: #f1f1ea;
    }

    .swatch-light-grey {
      background: #cfd4d5;
    }

    .swatch-basalt {
      background: #5b6062;
    }

    .swatch-quartz {
      background: #777a73;
    }

    .swatch-agate {
      background: #aab5ad;
    }

    .swatch-cream {
      background: #e7d7bc;
    }

    .swatch-chocolate {
      background:
        repeating-linear-gradient(82deg, rgba(255,255,255,.06) 0 2px, transparent 2px 7px),
        #3b2012;
    }

    .elite-process {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1px;
      overflow: hidden;
      border: 1px solid var(--elite-line);
      border-radius: var(--elite-radius);
      background: var(--elite-line);
    }

    .elite-process-step {
      min-height: 255px;
      padding: 30px;
      background: var(--elite-white);
    }

    .elite-process-index {
      display: block;
      margin-bottom: 42px;
      color: var(--elite-green);
      font-weight: 800;
      letter-spacing: 0.08em;
    }

    .elite-process-step h3 {
      margin: 0 0 12px;
      font-size: 1.2rem;
    }

    .elite-process-step p {
      margin: 0;
      color: var(--elite-muted);
      line-height: 1.65;
    }

    .elite-note {
      margin-top: 26px;
      padding: 18px 22px;
      border-left: 4px solid var(--elite-green);
      background: var(--elite-green-soft);
      color: var(--elite-green-dark);
      line-height: 1.65;
    }

    .elite-faq-layout {
      display: grid;
      grid-template-columns: 0.78fr 1.22fr;
      gap: clamp(42px, 7vw, 96px);
      align-items: start;
    }

    .elite-faq-list {
      border-top: 1px solid var(--elite-line);
    }

    .elite-faq-item {
      border-bottom: 1px solid var(--elite-line);
    }

    .elite-faq-item summary {
      position: relative;
      padding: 22px 46px 22px 0;
      cursor: pointer;
      font-weight: 800;
      list-style: none;
    }

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

    .elite-faq-item summary::after {
      position: absolute;
      right: 4px;
      top: 19px;
      display: grid;
      width: 28px;
      height: 28px;
      place-items: center;
      border-radius: 50%;
      background: var(--elite-green-soft);
      color: var(--elite-green);
      content: "+";
      font-size: 1.1rem;
    }

    .elite-faq-item[open] summary::after {
      content: "−";
    }

    .elite-faq-item p {
      max-width: 760px;
      margin: -3px 0 24px;
      color: var(--elite-muted);
      line-height: 1.75;
    }

    .elite-cta {
      overflow: hidden;
      background:
        radial-gradient(circle at 82% 25%, rgba(255,255,255,.10), transparent 28%),
        linear-gradient(110deg, #065e38, #076d42);
      color: var(--elite-white);
    }

    .elite-cta-inner {
      min-height: 290px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 40px;
      align-items: center;
      padding-top: 54px;
      padding-bottom: 54px;
    }

    .elite-cta h2 {
      max-width: 820px;
      margin: 0;
      font-size: clamp(2.3rem, 4.5vw, 4.3rem);
      line-height: 1.02;
      letter-spacing: -0.045em;
    }

    .elite-cta p {
      max-width: 720px;
      margin: 18px 0 0;
      color: var(--elite-white);
      line-height: 1.65;
    }

    .elite-cta-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 12px;
    }

    @media (max-width: 1080px) {
      .elite-hero-grid,
      .elite-intro-grid,
      .elite-finish-layout,
      .elite-faq-layout {
        grid-template-columns: 1fr;
      }

      .elite-product-visual {
        max-width: 760px;
      }

      .elite-proofbar-grid,
      .elite-spec-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .elite-feature-grid {
        grid-template-columns: 1fr;
      }

      .elite-finish-copy {
        position: static;
      }

      .elite-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .elite-cta-inner {
        grid-template-columns: 1fr;
      }

      .elite-cta-actions {
        justify-content: flex-start;
      }
    }

    @media (max-width: 720px) {
      .elite-hero-grid {
        min-height: 0;
        padding-top: 52px;
        padding-bottom: 58px;
      }

      .elite-hero-facts,
      .elite-proofbar-grid,
      .elite-spec-grid,
      .elite-process {
        grid-template-columns: 1fr;
      }

      .elite-proof-item {
        border-right: 0;
        border-bottom: 1px solid var(--elite-line);
      }

      .elite-proof-item:last-child {
        border-bottom: 0;
      }

      .elite-section-head,
      .elite-comparison-row {
        grid-template-columns: 1fr;
      }

      .elite-comparison-row > div {
        border-right: 0;
        border-bottom: 1px solid var(--elite-line);
      }

      .elite-comparison-row > div:last-child {
        border-bottom: 0;
      }

      .elite-comparison-row--head > div:first-child {
        display: none;
      }

      .elite-swatches {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .elite-intro-media {
        aspect-ratio: 3 / 2;
        min-height: 0;
        padding: 0;
      }

      .elite-feature-card,
      .elite-process-step {
        min-height: 0;
      }
    }


/* Compatibilità con la struttura Poggi Infissi */
.page-elite .container {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
}
.page-elite .btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}
.page-elite .btn:hover { transform: translateY(-2px); }
.page-elite .btn-primary { background: var(--elite-green); color: #fff; }
.page-elite .btn-primary:hover { background: var(--elite-green-dark); }
.page-elite .btn-light { background: #fff; color: var(--elite-ink); }
@media (max-width: 640px) {
  .page-elite .container { width: min(100% - 28px, 1220px); }
}
