    /* ─── RESET & BASE ─────────────────────────────────── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    body {
      font-family: 'DM Sans', sans-serif;
      background: #f4f1ec;
      color: #0d0d0d;
      overflow-x: hidden;
    }




    .cerca-btn {
      background: #ff6a00;
      color: #fff !important;
      border: none !important;
      border-radius: 8px !important;
      font-weight: 600;
      font-size: 0.85rem;
      padding: 0.45rem 1.1rem;
      transition: background 0.2s, transform 0.15s;
    }
    .cerca-btn:hover { background: #e05d00; transform: translateY(-1px); }

    

    /* ─── OFFERTE BANNER (HERO AREA – FULLWIDTH) ───────── */
    .offerte-banner {
      background: #0a0a12;
      padding: 100px 0 60px;
      position: relative;
      overflow: hidden;
      min-height: 100vh;
      display: flex;
      align-items: center;
    }

    /* noise texture overlay */
    .offerte-banner::before {
      content: '';
      position: absolute;
      inset: 0;

      pointer-events: none;
      z-index: 0;
      opacity: 0.5;
    }

    /* gradient blob */
    .offerte-banner::after {
      content: '';
      position: absolute;
      top: -120px;
      left: 50%;
      transform: translateX(-50%);
      width: 900px;
      height: 600px;
      background: radial-gradient(ellipse, rgba(255,106,0,0.22) 0%, rgba(255,180,71,0.08) 45%, transparent 70%);
      pointer-events: none;
      z-index: 0;
    }

    .offerte-banner .container-fluid { position: relative; z-index: 1; }

    /* badge "Oggi" */
    .offerte-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: rgba(255,106,0,0.15);
      border: 1px solid rgba(255,106,0,0.4);
      border-radius: 999px;
      padding: 5px 16px;
      margin-bottom: 1.2rem;
    }
    .offerte-badge span {
      font-size: 10px;
      font-weight: 700;
      color: #ff8533;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }
    .offerte-badge .dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #ff6a00;
      animation: pulse-dot 1.6s infinite;
    }
    @keyframes pulse-dot {
      0%,100% { opacity: 1; transform: scale(1); }
      50% { opacity: 0.4; transform: scale(0.7); }
    }

    /* heading */
    .offerte-heading {
        font-family: 'Inter', sans-serif;
      font-size: clamp(2.4rem, 5vw, 4rem);
      font-weight: 800;
      color: #ffffff;
      line-height: 1.05;
      letter-spacing: -0.02em;
      margin-bottom: 1.6rem;
    }
    .offerte-heading em {
      font-style: normal;
      color: #ff6a00;
    }

    /* countdown pill */
    .offerte-countdown {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 12px;
      padding: 10px 22px;
      backdrop-filter: blur(8px);
      margin-bottom: 2.5rem;
    }
    .offerte-countdown i { font-size: 14px; color: rgba(255,255,255,0.5); }
    .offerte-countdown span { font-size: 13px; color: rgba(255,255,255,0.6); }
    #countdown {
      font-size: 16px;
      font-weight: 700;
      color: #ff6b3d;
      font-variant-numeric: tabular-nums;
      letter-spacing: 0.05em;
    }

    /* cards grid */
    .offerte-grid .col { display: flex; }

    /* wave separator */
    .wave-sep { display: block; line-height: 0; }

    /* ─── HERO (text section) ──────────────────────────── */
    .hero-section {
      background: #f4f1ec;
      padding: 80px 0 60px;
      position: relative;
    }

    .hero-section::before {
      content: '';
      position: absolute;
      top: 0; right: 0;
      width: 480px; height: 480px;
      background: radial-gradient(circle, rgba(255,106,0,0.07) 0%, transparent 70%);
      pointer-events: none;
    }

    .hero-headline {
        font-family: 'Inter', sans-serif;
      font-size: clamp(2.2rem, 4vw, 3.4rem) !important;
      font-weight: 800;
      color: #0B1F3A;
      line-height: 1.1;
      letter-spacing: -0.02em;
    }
    .hero-headline span { color: #FF6A00 !important; }

    .hero-lead {
      font-size: 1.15rem !important;
      color: #4a4a4a;
      max-width: 540px;
      line-height: 1.7;
    }

    .hero-image {
      filter: drop-shadow(0 20px 40px rgba(0,0,0,0.15));
      animation: float 5s ease-in-out infinite;
    }
    @keyframes float {
      0%,100% { transform: translateY(0); }
      50% { transform: translateY(-14px); }
    }

    /* pill stats */
    .hero-stats {
      display: flex;
      gap: 1.5rem;
      flex-wrap: wrap;
      margin-top: 2rem;
    }
    .hero-stat {
      background: #fff;
      border: 1px solid #e8e3da;
      border-radius: 14px;
      padding: 0.75rem 1.25rem;
      display: flex;
      flex-direction: column;
      gap: 2px;
      box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    }
    .hero-stat strong {
        font-family: 'Inter', sans-serif;
      font-size: 1.4rem;
      font-weight: 800;
      color: #ff6a00;
    }
    .hero-stat small { font-size: 0.78rem; color: #777; }

    /* ─── WAVE SHAPES ──────────────────────────────────── */
    .wave-dark-to-light { background: #0a0a12; }
    .wave-light-to-dark { background: #f4f1ec; }

    /* ─── CATEGORIE ────────────────────────────────────── */
    .categorie-section { background: #f4f1ec; }

    .categorie-header { margin-bottom: 2.5rem; }
    .categorie-eyebrow {
      display: inline-block;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #ff6a00;
      margin-bottom: 0.5rem;
    }
    .categorie-title {
        font-family: 'Inter', sans-serif;
      font-size: clamp(1.8rem, 3vw, 2.6rem);
      font-weight: 800;
      color: #0B1F3A;
      letter-spacing: -0.02em;
    }

    /* ─── SCROLL TO TOP BTN ────────────────────────────── */
    #scrollTopBtn {
      position: fixed;
      bottom: 28px;
      right: 28px;
      z-index: 9999;
      width: 46px;
      height: 46px;
      border-radius: 50%;
      background: #ff6a00;
      color: #fff;
      border: none;
      display: none;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      cursor: pointer;
      box-shadow: 0 4px 20px rgba(255,106,0,0.4);
      transition: transform 0.2s, background 0.2s;
    }
    #scrollTopBtn:hover { background: #e05d00; transform: translateY(-2px); }

    /* ─── FOOTER ───────────────────────────────────────── */
    .site-footer {
      background: #0a0a12;
      color: rgba(255,255,255,0.6);
      border-top: 1px solid rgba(255,255,255,0.06);
    }
    .footer-heading {
        font-family: 'Inter', sans-serif;
      color: #fff;
      font-size: 0.85rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      margin-bottom: 1rem;
    }
    .footer-tagline { font-size: 0.88rem; line-height: 1.6; color: rgba(255,255,255,0.5); }
    .footer-links { list-style: none; padding: 0; }
    .footer-links li { margin-bottom: 0.5rem; }
    .footer-links a { color: rgba(255,255,255,0.55); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
    .footer-links a:hover { color: #ff6a00; }
    .footer-hr { border-color: rgba(255,255,255,0.08); }
    .footer-bottom { font-size: 0.8rem; color: rgba(255,255,255,0.35); }
    .footer-bottom a { color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s; }
    .footer-bottom a:hover { color: #ff6a00; }

    /* ─── ANIMATIONS ───────────────────────────────────── */
    .fade-in-section {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .fade-in-section.visible { opacity: 1; transform: translateY(0); }
