    /* Critical CSS - Above the fold optimizations */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box
    }

    /* Prevenzione scroll infinito e overflow */
    html {
      overflow-x: hidden;
      scroll-behavior: smooth;
    }

    body {
      overflow-x: hidden;
      position: relative;
    }

    /* Assicura che tutti gli elementi rispettino i limiti del viewport */
    * {
      max-width: 100%;
    }

    /* Preload critical images */
    body::before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      overflow: hidden;
      z-index: -1;
      background-image: url('https://images.unsplash.com/photo-1756066685329-16873485da1d?q=80&w=1200&auto=format&fit=crop');
    }

    :root {
      --primary1: #000000;
      --primary2: #474747;
      --cta1: #b5ff00;
      --cta2: #ddff88;
      --text: #2d3748;
      --muted: #666666;
      --card: #ffffff;
      --bg: #b5ff00;
      --gold: #ffffff;
      /* CAMBIATO: era #ddff88 ora bianco */
      --ok: #b5ff00;
      --whatsapp: #25D366;
      --radius: 10px;
    }

    html,
    body {
      font-family: 'Inter', sans-serif;
      line-height: 1.6;
      color: #333;
      overflow-x: hidden;
      background: #fff;
      margin: 0;
      padding: 0;
      width: 100%;
      min-height: 100vh;
    }

    body {
      position: relative;
    }

    a {
      text-decoration: none
    }

    /* Header Styles - Desktop - Standardizzato */
    header {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: linear-gradient(135deg, var(--primary1), var(--primary2));
      backdrop-filter: blur(10px);
      min-height: 80px;
      display: flex;
      align-items: center
    }

    .nav {
      max-width: 1200px;
      margin: 0 auto;
      padding: 16px 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%
    }

    .logo {
      display: flex;
      align-items: center;
      height: 50px;
      cursor: pointer;
      transition: transform 0.3s ease;
      flex-shrink: 0
    }

    .logo:hover {
      transform: scale(1.05)
    }

    .logo img {
      height: 50px;
      border-radius: 50%;
      object-fit: cover
    }

    .contact-header {
      display: flex;
      gap: 12px;
      align-items: center;
      flex-shrink: 0
    }

    .contact-header span {
      color: #fff !important;
      font-weight: 600;
      font-size: 0.9rem
    }

    .whatsapp-btn {
      background: var(--whatsapp);
      color: #fff;
      padding: .5rem 1rem;
      border-radius: 999px;
      font-weight: 600;
      transition: transform .2s, box-shadow .2s;
      flex-shrink: 0
    }

    .whatsapp-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 18px rgba(37, 211, 102, .35)
    }

    /* Desktop - Header sempre consistente */
    @media (min-width: 769px) {
      header {
        min-height: 80px;
        padding: 0;
      }

      .nav {
        padding: 16px 24px;
        min-height: 80px;
      }

      .contact-header span {
        color: #fff !important;
        font-size: 0.9rem;
      }

      .hero {
        padding: 100px 0 100px;
      }
    }

    /* Tablet - Breakpoint intermedio ottimizzato */
    @media (min-width: 769px) and (max-width: 1024px) {

      /* Hero ottimizzato per tablet */
      .hero-main {
        gap: 60px;
        /* Ridotto da 80px per tablet */
      }

      .hero h1 {
        font-size: 3.5rem;
        /* Ridotto da 4rem per tablet */
      }

      .hero-subtitle {
        font-size: 1.3rem;
        /* Ridotto da 1.5rem */
      }

      .hero-description {
        font-size: 1rem;
        /* Ridotto da 1.05rem */
      }

      /* Logo hero ottimizzato per tablet */
      .hero-logo img {
        height: 140px;
        /* Ridotto da 160px per tablet */
      }

      /* Stats ottimizzate per tablet */
      .hero-stats {
        gap: 30px;
        /* Ridotto da 40px */
        margin-top: 30px;
        margin-bottom: 30px;
      }

      /* Video Reels ottimizzato per tablet */
      .reels-grid {
        grid-template-columns: repeat(3, 1fr);
        /* Da 4 a 3 colonne */
        gap: 20px;
        /* Ridotto da 24px */
      }

      /* Services & Packages ottimizzato per tablet */
      .services-packages-grid {
        gap: 32px;
        /* Ridotto da 48px */
      }

      .services-section,
      .packages-section {
        padding: 28px;
        /* Ridotto da 32px */
      }

      /* Calculator ottimizzato per tablet */
      .calculator-card {
        padding: 28px;
        /* Ridotto da 32px */
        max-width: 600px;
        /* Ridotto da 680px */
      }

      .calc-hero h2 {
        font-size: 2.2rem;
        /* Ridotto da 2.5rem */
      }

      .calc-hero p {
        font-size: 1.1rem;
        /* Ridotto da 1.2rem */
      }

      /* Order Page ottimizzato per tablet */
      .order-page {
        padding: 60px 0 80px;
        /* Ridotto padding */
      }

      .order-container {
        padding: 0 20px;
        /* Ridotto da 24px */
      }

      /* Gallery ottimizzata per tablet */
      .gallery-container {
        padding: 20px;
        /* Ridotto da 24px */
      }

      .gallery-item {
        min-width: 280px;
        /* Ridotto da 320px */
      }

      /* Books Section ottimizzata per tablet */
      .books-grid-container {
        padding: 0 20px;
        /* Ridotto da 24px */
      }

      .books-grid {
        grid-template-columns: repeat(3, 1fr);
        /* Da 4 a 3 colonne */
        gap: 20px;
        /* Ridotto da 24px */
      }

      /* Legal Section ottimizzata per tablet */
      .legal-grid {
        grid-template-columns: repeat(2, 1fr);
        /* Da 3 a 2 colonne */
        gap: 24px;
        /* Ridotto da 32px */
      }
    }

    /* ===== NUOVO MENU MOBILE SLIDE LATERALE ===== */

    /* Pulsante hamburger mobile */
    .mobile-nav-button {
      position: fixed;
      top: 20px;
      right: 20px;
      width: 50px;
      height: 50px;
      background: rgba(0, 0, 0, 0.9);
      border: none;
      border-radius: 50%;
      cursor: pointer;
      z-index: 1001;
      display: none;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 4px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
      transition: all 0.3s ease;
    }

    .hamburger-line {
      width: 20px;
      height: 2px;
      background: #fff;
      border-radius: 1px;
      transition: all 0.3s ease;
    }

    /* Menu slide laterale */
    .mobile-slide-menu {
      position: fixed;
      top: 0;
      left: -300px;
      width: 300px;
      height: 100vh;
      background: #fff;
      z-index: 1002;
      transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
      display: flex;
      flex-direction: column;
    }

    .mobile-slide-menu.open {
      left: 0;
    }

    /* Header del menu mobile */
    .slide-menu-header {
      background: linear-gradient(135deg, var(--primary1), var(--primary2));
      padding: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #fff;
    }

    .mobile-logo {
      font-size: 1.5rem;
      font-weight: 700;
      color: #fff;
    }

    .close-slide-menu {
      background: none;
      border: none;
      color: #fff;
      font-size: 1.5rem;
      cursor: pointer;
      padding: 8px;
      border-radius: 50%;
      transition: all 0.3s ease;
    }

    .close-slide-menu:hover {
      background: rgba(255, 255, 255, 0.2);
    }

    /* Navigazione del menu mobile */
    .slide-menu-nav {
      flex: 1;
      padding: 20px 0;
      display: flex;
      flex-direction: column;
    }

    .slide-menu-nav a {
      color: #333;
      text-decoration: none;
      padding: 16px 20px;
      font-size: 1.1rem;
      font-weight: 500;
      border-bottom: 1px solid #f0f0f0;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .slide-menu-nav a:hover {
      background: #f8f9fa;
      color: var(--primary1);
      padding-left: 25px;
    }

    /* Footer del menu mobile */
    .slide-menu-footer {
      padding: 20px;
      border-top: 1px solid #f0f0f0;
      background: #f8f9fa;
    }

    .mobile-contact {
      display: flex;
      flex-direction: column;
      gap: 12px;
      align-items: center;
      text-align: center;
    }

    .mobile-contact span {
      color: #666;
      font-size: 0.9rem;
    }

    .mobile-contact a {
      background: var(--whatsapp);
      color: #fff;
      padding: 10px 20px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: 600;
      transition: all 0.3s ease;
    }

    .mobile-contact a:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    }

    /* Overlay scuro quando menu aperto */
    .mobile-menu-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1001;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
    }

    .mobile-menu-overlay.active {
      opacity: 1;
      visibility: visible;
    }

    /* Mostra menu mobile solo su mobile */
    @media (max-width: 768px) {
      .mobile-nav-button {
        display: flex;
      }

      /* Nascondi header desktop su mobile */
      header {
        display: none !important;
      }

      /* Aggiungi padding-top per compensare header nascosto */
      .hero {
        padding-top: 20px;
      }

      /* Centra testo hero su mobile */
      .hero-left {
        text-align: center;
        margin: 0 auto;
        max-width: 100%;
        padding: 0 20px;
      }

      .hero h1 {
        text-align: center;
        margin: 0 auto 1.4rem auto;
      }

      .hero-description {
        text-align: center;
        margin: 0 auto 2rem auto;
      }
    }

    /* Menu Principale Elegante in Stile Apple - Centrato */
    .main-navigation {
      display: flex;
      gap: 0;
      align-items: center;
      background: rgba(255, 255, 255, 0.08);
      border-radius: 25px;
      padding: 4px;
      backdrop-filter: blur(20px);
      border: 1px solid rgba(255, 255, 255, 0.1);
      margin: 0 auto;
      flex-shrink: 0
    }

    .nav-link {
      color: #fff;
      text-decoration: none;
      font-weight: 500;
      font-size: 0.95rem;
      padding: 12px 20px;
      border-radius: 20px;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      position: relative;
      white-space: nowrap;
      letter-spacing: 0.02em
    }

    .nav-link:hover {
      background: rgba(255, 255, 255, 0.15);
      transform: translateY(-1px);
      color: #fff
    }

    .nav-link.active {
      background: rgba(255, 255, 255, 0.2);
      color: #fff;
      font-weight: 600;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1)
    }

    /* Effetto hover sottile */
    .nav-link::after {
      content: '';
      position: absolute;
      bottom: 8px;
      left: 50%;
      width: 0;
      height: 2px;
      background: var(--cta1);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transform: translateX(-50%);
      border-radius: 1px
    }

    .nav-link:hover::after {
      width: 20px
    }

    .nav-link.active::after {
      width: 30px;
      background: var(--cta1)
    }








    /* Hero - Padding ridotto per desktop */
    .hero {
      background: linear-gradient(135deg, var(--primary1), var(--primary2));
      color: #fff;
      padding: 100px 0 100px;
      position: relative;
      overflow: hidden
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: .15;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200"><defs><pattern id="d" width="200" height="200" patternUnits="userSpaceOnUse"><circle cx="30" cy="30" r="2" fill="white" opacity=".15"/><circle cx="150" cy="150" r="2" fill="white" opacity=".15"/></pattern></defs><rect width="200" height="200" fill="url(%23d)"/></svg>')
    }

    .hero-content {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 24px;
      position: relative;
      z-index: 2
    }

    /* Hero Layout - Completely Redesigned */
    .hero-main {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 80px;
      margin-bottom: 80px;
      position: relative;
    }

    .hero-left {
      flex: 1;
      max-width: 600px;
      position: relative;
      z-index: 3;
    }

    .hero-logo {
      text-align: center;
      margin-bottom: 2rem;
    }

    .hero-logo img {
      height: 80px;
      width: auto;
      border-radius: 50%;
      filter: brightness(1.1);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    }

    /* Logo hero più grande solo su desktop */
    @media (min-width: 769px) {
      .hero-logo img {
        height: 160px;
        /* Aumentato del 100% da 80px a 160px */
        width: auto;
      }

      /* Nascondi menu mobile su desktop */
      .mobile-nav-button {
        display: none !important;
      }

      .mobile-slide-menu {
        display: none !important;
      }
    }

    .hero-right {
      flex: 1;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    /* Typography - Premium */
    .hero h1 {
      font-size: 4rem;
      font-weight: 900;
      line-height: 1.08;
      margin-bottom: 1.4rem;
      background: linear-gradient(135deg, #b5ff00 0%, #ddff88 50%, #ffffff 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      letter-spacing: -0.02em;
      position: relative;
      max-width: 12ch;
    }

    .hero h1::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 80px;
      height: 4px;
      background: linear-gradient(90deg, #b5ff00, #ddff88);
      border-radius: 2px;
    }

    .hero-subtitle {
      font-size: 1.5rem;
      line-height: 1.6;
      margin-bottom: 2rem;
      opacity: 0.95;
      font-weight: 400;
      max-width: 500px;
    }

    .hero-description {
      font-size: 1.05rem;
      line-height: 1.6;
      margin-bottom: 2rem;
      opacity: 0.9;
      font-weight: 400;
      max-width: 42ch;
      color: rgba(255, 255, 255, 0.9);
    }

    .hero-description a {
      color: var(--cta1);
      text-decoration: none;
      font-weight: 600;
      transition: all 0.3s ease;
      border-bottom: 2px solid transparent;
    }

    .hero-description a:hover {
      color: var(--cta2);
      border-bottom-color: var(--cta2);
      transform: translateY(-1px);
    }

    /* Photo Container - Redesigned */
    .hero-photo-container {
      position: relative;
      width: 100%;
      height: 600px;
      border-radius: 40px;
      overflow: hidden;
      box-shadow:
        0 40px 100px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(181, 255, 0, 0.2);
      background: linear-gradient(135deg, rgba(181, 255, 0, 0.1), rgba(221, 255, 136, 0.05));
    }

    .hero-photo-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .hero-photo-container:hover img {
      transform: scale(1.08) rotate(1deg);
    }

    /* Floating Elements */
    .floating-card {
      position: absolute;
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(20px);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 20px;
      padding: 20px;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
      animation: float 6s ease-in-out infinite;
    }

    .floating-card:nth-child(1) {
      top: 20px;
      right: -30px;
      animation-delay: 0s;
    }

    .floating-card:nth-child(2) {
      bottom: 40px;
      left: -40px;
      animation-delay: 2s;
    }

    .floating-card:nth-child(3) {
      top: 50%;
      right: -20px;
      animation-delay: 4s;
    }

    @keyframes float {

      0%,
      100% {
        transform: translateY(0px) rotate(0deg);
      }

      50% {
        transform: translateY(-20px) rotate(2deg);
      }
    }

    /* Stats Section - Integrated */
    .hero-stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 40px;
      margin-top: 40px;
      margin-bottom: 40px;
      padding: 30px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .stat-item {
      text-align: center;
      transition: all 0.3s ease;
    }

    .stat-item:hover {
      transform: translateY(-8px);
    }

    .stat-number {
      font-size: 3.5rem;
      font-weight: 900;
      background: linear-gradient(135deg, #b5ff00 0%, #ddff88 50%, #ffffff 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin-bottom: 0.5rem;
      display: block;
    }

    .stat-label {
      font-size: 1rem;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      opacity: 0.8;
      font-weight: 600;
    }

    /* CTA Buttons - Premium */
    .hero-cta {
      display: flex;
      gap: 24px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .cta-primary {
      background: linear-gradient(135deg, var(--cta1), var(--cta2));
      color: #000000;
      padding: 1.5rem 3rem;
      border-radius: 50px;
      font-weight: 800;
      display: inline-block;
      text-decoration: none;
      box-shadow: 0 20px 40px rgba(181, 255, 0, 0.3);
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      border: none;
      cursor: pointer;
      font-size: 1.1rem;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      position: relative;
      overflow: hidden;
    }

    .cta-primary::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
      transition: left 0.5s;
    }

    .cta-primary:hover::before {
      left: 100%;
    }

    .cta-primary:hover {
      transform: translateY(-5px);
      box-shadow: 0 30px 60px rgba(181, 255, 0, 0.4);
    }

    .cta-primary:active {
      transform: translateY(-2px);
    }

    /* Stili per pulsanti di conferma ordine */
    .cta-primary.disabled {
      background: #9ca3af !important;
      color: #6b7280 !important;
      cursor: not-allowed !important;
      transform: none !important;
      box-shadow: none !important;
      position: relative;
      overflow: hidden;
    }

    .cta-primary.disabled:hover {
      transform: none !important;
      box-shadow: none !important;
    }

    .cta-primary.disabled::after {
      content: '⏳';
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.2rem;
      animation: pulse 1.5s infinite;
    }

    .cta-primary.active {
      background: linear-gradient(135deg, #10b981, #059669) !important;
      color: white !important;
      box-shadow: 0 20px 40px rgba(16, 185, 129, 0.4) !important;
      position: relative;
      overflow: hidden;
    }

    .cta-primary.active::after {
      content: '✅';
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.2rem;
      animation: bounce 0.6s ease-in-out;
    }

    .cta-primary.active:hover {
      transform: translateY(-5px) !important;
      box-shadow: 0 30px 60px rgba(16, 185, 129, 0.5) !important;
    }

    @keyframes pulse {

      0%,
      100% {
        opacity: 1;
      }

      50% {
        opacity: 0.5;
      }
    }

    @keyframes bounce {

      0%,
      20%,
      53%,
      80%,
      100% {
        transform: translateY(-50%) scale(1);
      }

      40%,
      43% {
        transform: translateY(-50%) scale(1.1);
      }

      70% {
        transform: translateY(-50%) scale(1.05);
      }

      90% {
        transform: translateY(-50%) scale(1.02);
      }
    }

    /* Animazione per evidenziare sezioni quando si clicca sui link */
    @keyframes highlightSection {
      0% {
        box-shadow: 0 0 0 0 rgba(181, 255, 0, 0.7);
        transform: scale(1);
      }

      50% {
        box-shadow: 0 0 0 20px rgba(181, 255, 0, 0.3);
        transform: scale(1.02);
      }

      100% {
        box-shadow: 0 0 0 0 rgba(181, 255, 0, 0);
        transform: scale(1);
      }
    }

    /* Responsive */
    @media(max-width:1200px) {
      .hero-main {
        flex-direction: column;
        text-align: center;
        gap: 60px;
      }

      .hero-left {
        max-width: 100%;
      }

      .hero h1 {
        font-size: 4rem;
      }

      .hero h1::after {
        left: 50%;
        transform: translateX(-50%);
      }

      .hero-subtitle {
        margin: 0 auto 3rem auto;
      }

      .hero-photo-container {
        height: 500px;
        width: 100%;
        max-width: 600px;
      }

      .floating-card {
        display: none;
      }
    }

    @media(max-width:768px) {
      .hero {
        padding: 100px 0 80px;
      }

      .hero h1 {
        font-size: 2.4rem;
        max-width: 16ch
      }

      .hero-subtitle {
        font-size: 1.2rem;
      }

      .hero-description {
        font-size: .98rem;
        margin-bottom: 1.5rem;
        max-width: 34ch
      }

      /* Controlli recensioni responsive */
      .reviews-controls {
        margin-top: 20px;
        gap: 15px;
      }

      .review-nav-btn {
        width: 35px;
        height: 35px;
        font-size: 1rem;
      }

      .hero-stats {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .stat-number {
        font-size: 2.5rem;
      }

      .hero-cta {
        flex-direction: column;
        align-items: center;
      }

      .cta-primary {
        width: 100%;
        max-width: 300px;
        text-align: center;
      }

      /* Menu Responsive */
      .main-menu {
        display: none
      }

      .result-header {
        flex-direction: column;
        gap: 8px;
        align-items: center;
      }

      .scarcity-badge {
        font-size: 0.7rem;
        padding: 4px 8px;
      }

      .calc-total {
        font-size: 2.5rem;
      }

      .calc-actions {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      .cta-whatsapp,
      .cta-online,
      .cta-call {
        padding: 14px 20px;
        font-size: 1rem;
      }

      .quantity-examples {
        flex-direction: column;
        gap: 6px;
        text-align: center;
        font-size: 0.8rem;
      }
    }

    /* Containers */
    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px
    }

    .section-title {
      text-align: center;
      font-size: 2.3rem;
      font-weight: 800;
      margin: 56px 0 24px;
      color: var(--text)
    }

    /* Video Reels Section - COPIMAX in Action */
    .video-reels-section {
      background: var(--bg);
      padding: 64px 0
    }

    .reels-header {
      text-align: center;
      margin-bottom: 48px
    }

    .reels-subtitle {
      color: var(--muted);
      font-size: 1.1rem;
      margin-bottom: 0
    }

    .reels-container {
      max-width: 1200px;
      margin: 0 auto
    }

    .reels-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
      align-items: start
    }

    .video-reel-card {
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.2);
      transition: all 0.3s ease;
      aspect-ratio: 9/16
    }

    .video-reel-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15)
    }

    .video-container {
      position: relative;
      width: 100%;
      height: 100%;
      background: #000;
      border-radius: 20px;
      overflow: hidden
    }

    .reel-video {
      width: 100%;
      height: 100%;
      border: none;
      display: block;
      object-fit: cover
    }

    .video-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 20px;
      color: #fff;
      opacity: 1;
      transition: opacity 0.3s ease;
      cursor: pointer
    }

    .video-reel-card:hover .video-overlay {
      opacity: 0.3
    }

    .play-button {
      font-size: 2rem;
      margin-bottom: 12px;
      text-align: center
    }

    .video-title {
      font-size: 1.1rem;
      font-weight: 700;
      margin-bottom: 6px;
      text-align: center
    }

    .video-description {
      font-size: 0.9rem;
      text-align: center;
      opacity: 0.9;
      line-height: 1.4
    }

    /* Mobile - Horizontal Scroll */
    @media(max-width:768px) {
      .video-reels-section {
        padding: 32px 0
      }

      .reels-container {
        max-width: 100%;
        padding: 0 20px
      }

      .reels-grid {
        grid-template-columns: none;
        display: flex;
        gap: 16px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 0 20px 16px 20px;
        scroll-padding: 0 20px
      }

      .reels-grid::-webkit-scrollbar {
        height: 6px
      }

      .reels-grid::-webkit-scrollbar-thumb {
        background: #d1d5db;
        border-radius: 999px
      }

      .video-reel-card {
        min-width: 280px;
        scroll-snap-align: center;
        flex-shrink: 0;
        margin: 0 8px
      }

      .video-overlay {
        padding: 16px
      }

      .video-title {
        font-size: 1rem
      }

      .video-description {
        font-size: 0.85rem
      }
    }

    @media(max-width:480px) {
      .video-reels-section {
        padding: 24px 0
      }

      .reels-container {
        padding: 0 16px
      }

      .reels-grid {
        gap: 12px;
        padding: 0 16px 16px 16px;
        scroll-padding: 0 16px
      }

      .video-reel-card {
        min-width: 240px;
        margin: 0 6px
      }

      .video-overlay {
        padding: 12px
      }

      .play-button {
        font-size: 1.5rem;
        margin-bottom: 8px
      }

      .video-title {
        font-size: 0.9rem;
        margin-bottom: 4px
      }

      .video-description {
        font-size: 0.8rem
      }
    }

    /* Servicios y Paquetes - Sección Unificada */
    .services-packages {
      background: var(--bg);
      padding: 64px 0
    }

    .services-packages-header {
      text-align: center;
      margin-bottom: 48px
    }

    .services-packages-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 48px;
      max-width: 1200px;
      margin: 0 auto
    }

    /* Subsecciones */
    .services-section,
    .packages-section {
      background: #fff;
      border-radius: 20px;
      padding: 32px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.2)
    }

    .subsection-title {
      font-size: 1.4rem;
      font-weight: 800;
      color: var(--text);
      margin-bottom: 24px;
      text-align: center;
      line-height: 1.3
    }

    .packages-header {
      text-align: center;
      margin-bottom: 24px
    }

    .deal-badge {
      display: inline-block;
      background: #111827;
      color: #fff;
      border-radius: 999px;
      padding: 6px 14px;
      font-size: .9rem;
      font-weight: 800;
      letter-spacing: .5px;
      margin-bottom: 12px;
      word-wrap: break-word
    }

    /* Servicios Compactos */
    .services-compact {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px
    }

    .service-compact {
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 16px;
      background: linear-gradient(135deg, #f8fafc, #f1f5f9);
      border-radius: 16px;
      border: 1px solid #e2e8f0;
      transition: all 0.3s ease
    }

    .service-compact:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
      border-color: var(--cta1)
    }

    .service-icon {
      font-size: 2rem;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, var(--cta1), var(--cta2));
      border-radius: 12px;
      color: #000;
      font-weight: 800;
      flex-shrink: 0
    }

    .service-info {
      flex: 1;
      min-width: 0
    }

    .service-info h4 {
      font-size: 1.1rem;
      font-weight: 700;
      color: var(--text);
      margin-bottom: 4px;
      word-wrap: break-word
    }

    .service-price-compact {
      font-size: 1.3rem;
      font-weight: 800;
      color: var(--primary1);
      margin-bottom: 4px
    }

    .service-info p {
      font-size: 0.9rem;
      color: var(--muted);
      margin: 0;
      line-height: 1.4
    }

    .service-info p:last-child {
      color: #059669;
      font-weight: 600;
      font-size: .85rem;
      margin-top: 4px
    }

    /* Paquetes Compactos */
    .packages-compact {
      display: flex;
      flex-direction: column;
      gap: 16px
    }

    .package-compact {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px;
      background: linear-gradient(135deg, #ffffff, #f8fafc);
      border: 2px solid #e5e7eb;
      border-radius: 16px;
      transition: all 0.3s ease
    }

    .package-compact:hover {
      border-color: var(--cta1);
      box-shadow: 0 8px 25px rgba(181, 255, 0, 0.15)
    }

    .package-info {
      flex: 1;
      min-width: 0
    }

    .package-info h4 {
      font-size: 1.1rem;
      font-weight: 700;
      color: var(--text);
      margin-bottom: 4px;
      word-wrap: break-word
    }

    .package-price {
      font-size: 1.4rem;
      font-weight: 800;
      color: var(--primary1);
      margin-bottom: 4px
    }

    .package-info p {
      font-size: 0.9rem;
      color: var(--muted);
      margin: 0;
      line-height: 1.4
    }

    /* Mobile Optimization - Ultra Compact */
    @media(max-width:768px) {
      .services-packages {
        padding: 32px 0
      }

      .services-packages-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        max-width: 100%
      }

      .services-section,
      .packages-section {
        padding: 20px;
        border-radius: 16px
      }

      .subsection-title {
        font-size: 1.2rem;
        margin-bottom: 16px
      }

      /* Primary services in a horizontal row with scroll */
      /* Primary services stacked vertically for better mobile readability */
      .services-compact {
        display: flex;
        flex-direction: column;
        gap: 16px;
        overflow-x: visible;
        padding-bottom: 0;
        scroll-snap-type: none;
      }

      .services-compact::-webkit-scrollbar {
        height: 6px
      }

      .services-compact::-webkit-scrollbar-thumb {
        background: #d1d5db;
        border-radius: 999px
      }

      .service-compact {
        padding: 12px;
        gap: 12px;
        width: 100%;
        min-width: 0;
        scroll-snap-align: none;
      }

      .service-icon {
        font-size: 1.5rem;
        width: 40px;
        height: 40px
      }

      .service-info h4 {
        font-size: 1rem
      }

      .service-price-compact {
        font-size: 1.1rem
      }

      /* PAQUETES POPULARES - Mobile 768px */
      .packages-compact {
        gap: 12px
      }

      .package-compact {
        padding: 12px;
        gap: 8px;
        flex-direction: row;
        align-items: center;
        text-align: left
      }

      .package-info {
        text-align: left;
        margin-bottom: 0;
        flex: 1;
        min-width: 0
      }

      .package-info h4 {
        font-size: 1rem;
        margin-bottom: 4px;
        word-wrap: break-word;
        line-height: 1.2
      }

      .package-price {
        font-size: 1.2rem;
        margin-bottom: 4px;
        word-wrap: break-word
      }

      .package-info p {
        font-size: 0.85rem;
        margin: 0;
        word-wrap: break-word;
        line-height: 1.3
      }

      .package-cta {
        width: auto;
        padding: 8px 12px;
        font-size: 0.85rem;
        border-radius: 6px;
        flex-shrink: 0
      }

      .face-toggle {
        display: flex;
        gap: 4px;
        justify-content: flex-start;
        margin-top: 6px
      }

      .face-btn {
        font-size: 0.75rem;
        padding: 4px 8px;
        border-radius: 4px
      }
    }

    /* Mobile molto piccolo - Ultra Compact per Servicios y Paquetes */
    @media(max-width:480px) {
      .hero-description {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
        line-height: 1.6;
      }

      .calc-hero h2 {
        font-size: 1.8rem;
        margin-bottom: 0.6rem;
      }

      .calc-hero p {
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
      }

      .services-packages {
        padding: 24px 0
      }

      .services-packages-grid {
        gap: 16px;
        max-width: 100%
      }

      .services-section,
      .packages-section {
        padding: 16px;
        border-radius: 12px
      }

      .subsection-title {
        font-size: 1.1rem;
        margin-bottom: 12px
      }

      /* Servicios Principales - Layout verticale su mobile molto piccolo */
      .services-compact {
        flex-direction: column;
        gap: 10px;
        overflow-x: visible;
        padding-bottom: 0
      }

      .service-compact {
        padding: 10px;
        gap: 10px;
        min-width: auto;
        scroll-snap-align: none;
        flex-direction: row;
        align-items: center
      }

      .service-icon {
        font-size: 1.3rem;
        width: 35px;
        height: 35px;
        flex-shrink: 0
      }

      .service-info {
        flex: 1;
        min-width: 0
      }

      .service-info h4 {
        font-size: 0.95rem;
        margin-bottom: 3px
      }

      .service-price-compact {
        font-size: 1rem;
        margin-bottom: 3px
      }

      .service-info p {
        font-size: 0.8rem;
        margin: 0
      }

      .service-info p:last-child {
        font-size: 0.75rem;
        margin-top: 2px
      }

      /* PAQUETES POPULARES - Mobile 480px */
      .packages-compact {
        gap: 10px
      }

      .package-compact {
        padding: 10px;
        gap: 8px;
        flex-direction: column;
        align-items: stretch;
        text-align: center
      }

      .package-info {
        text-align: center;
        margin-bottom: 8px;
        flex: 1;
        min-width: 0
      }

      .package-info h4 {
        font-size: 0.95rem;
        margin-bottom: 3px;
        word-wrap: break-word;
        line-height: 1.2
      }

      .package-price {
        font-size: 1.1rem;
        margin-bottom: 3px;
        word-wrap: break-word
      }

      .package-info p {
        font-size: 0.8rem;
        margin: 0;
        word-wrap: break-word;
        line-height: 1.3
      }

      .package-cta {
        width: 100%;
        padding: 8px 12px;
        font-size: 0.85rem;
        border-radius: 6px;
        flex-shrink: 0
      }

      .face-toggle {
        display: flex;
        gap: 4px;
        justify-content: center;
        margin-top: 6px
      }

      .face-btn {
        font-size: 0.75rem;
        padding: 4px 8px;
        border-radius: 4px
      }

      /* Deal badge più compatto */
      .deal-badge {
        padding: 4px 10px;
        font-size: 0.8rem;
        margin-bottom: 8px
      }
    }

    /* Mobile extra piccolo - Ultra compatto per schermi molto stretti */
    @media(max-width:320px) {
      .services-packages {
        padding: 24px 0
      }

      .services-packages-grid {
        gap: 16px
      }

      .services-section,
      .packages-section {
        padding: 16px;
        border-radius: 12px
      }

      .subsection-title {
        font-size: 1rem;
        margin-bottom: 12px;
        line-height: 1.3
      }

      /* Servicios Principales - Layout ultra compatto ma confortevole */
      .services-compact {
        gap: 10px
      }

      .service-compact {
        padding: 10px;
        gap: 10px
      }

      .service-icon {
        font-size: 1.2rem;
        width: 30px;
        height: 30px
      }

      .service-info h4 {
        font-size: 0.9rem;
        margin-bottom: 3px;
        line-height: 1.3
      }

      .service-price-compact {
        font-size: 0.9rem;
        margin-bottom: 3px
      }

      .service-info p {
        font-size: 0.75rem;
        line-height: 1.4
      }

      .service-info p:last-child {
        font-size: 0.7rem;
        margin-top: 2px
      }

      /* PAQUETES POPULARES - Mobile 320px */
      .packages-compact {
        gap: 10px
      }

      .package-compact {
        padding: 10px;
        gap: 8px;
        flex-direction: column;
        align-items: stretch;
        text-align: center
      }

      .package-info {
        text-align: center;
        margin-bottom: 8px;
        flex: 1;
        min-width: 0
      }

      .package-info h4 {
        font-size: 0.9rem;
        margin-bottom: 3px;
        line-height: 1.3;
        word-wrap: break-word
      }

      .package-price {
        font-size: 1rem;
        margin-bottom: 3px;
        word-wrap: break-word
      }

      .package-info p {
        font-size: 0.75rem;
        line-height: 1.4;
        word-wrap: break-word
      }

      .package-cta {
        padding: 8px 12px;
        font-size: 0.8rem;
        border-radius: 6px;
        flex-shrink: 0;
        width: 100%
      }

      .face-toggle {
        display: flex;
        gap: 4px;
        justify-content: center;
        margin-top: 6px
      }

      .face-btn {
        font-size: 0.7rem;
        padding: 3px 6px;
        border-radius: 3px
      }

      /* Deal badge ultra compatto ma confortevole */
      .deal-badge {
        padding: 4px 10px;
        font-size: 0.75rem;
        margin-bottom: 8px;
        line-height: 1.3
      }

      /* Miglioramenti per la leggibilità su schermi molto piccoli */
      .services-packages-header p {
        font-size: 0.9rem;
        margin-bottom: 24px;
        line-height: 1.4
      }

      .service-compact,
      .package-compact {
        word-break: break-word
      }
    }

    /* OTTIMIZZAZIONE MOBILE PAGINA VOLUMEN */
    @media (max-width: 768px) {

      /* Riduci padding e margini per ottimizzare spazi */
      .services-packages {
        padding: 20px 0;
      }

      .services-packages-header {
        margin-bottom: 24px;
      }

      .services-packages-header h2 {
        font-size: 1.8rem;
        margin-bottom: 12px;
      }

      .services-packages-header p {
        font-size: 1rem;
        margin-bottom: 20px;
      }

      /* Pacchetti più compatti */
      .packages-section {
        padding: 16px;
      }

      .packages-header h3 {
        font-size: 1.3rem;
        margin-bottom: 16px;
      }


      .package-info h4 {
        font-size: 1rem;
        margin-bottom: 6px;
      }

      .package-price {
        font-size: 1.1rem;
        margin-bottom: 6px;
      }

      .package-info p {
        font-size: 0.85rem;
        margin-bottom: 8px;
      }

      .package-cta {
        padding: 8px 16px;
        font-size: 0.9rem;
        width: 100%;
        margin-top: 8px;
      }

      /* Calcolatrice più compatta - RIMOSSA DUPLICATA */

      .calc-hero h2 {
        font-size: 1.6rem;
        margin-bottom: 12px;
      }

      .calc-hero p {
        font-size: 0.95rem;
        margin-bottom: 20px;
      }

      .calculator-card {
        padding: 16px;
        margin: 0 16px;
      }

      .calc-input {
        margin-bottom: 20px;
      }

      .calc-label {
        font-size: 0.95rem;
        margin-bottom: 8px;
      }

      .calc-field {
        padding: 10px;
        font-size: 1rem;
        margin-bottom: 8px;
      }

      .quantity-examples {
        font-size: 0.8rem;
        gap: 8px;
      }

      .calc-options {
        gap: 8px;
        margin-bottom: 16px;
      }

      .calc-option {
        padding: 12px;
      }

      .option-icon {
        font-size: 1.2rem;
      }

      .option-content strong {
        font-size: 0.9rem;
      }

      .option-content br+* {
        font-size: 0.8rem;
      }

      /* Bottoni toggle per facce */
      .face-toggle {
        display: flex;
        gap: 6px;
        justify-content: center;
      }

      .face-btn {
        padding: 6px 12px;
        font-size: 0.8rem;
        border: 1px solid var(--cta1);
        border-radius: 6px;
        background: linear-gradient(45deg, var(--cta1), var(--cta2));
        color: #000;
        cursor: pointer;
        transition: all 0.3s ease;
        font-weight: 600;
      }

      .face-btn.active {
        background: linear-gradient(45deg, var(--cta1), var(--cta2));
        color: #000;
        border-color: var(--cta1);
        font-weight: 700;
        box-shadow: 0 2px 8px rgba(181, 255, 0, 0.3);
      }

      .face-btn:hover:not(.active) {
        background: linear-gradient(45deg, var(--cta2), var(--cta1));
        border-color: var(--cta2);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(181, 255, 0, 0.2);
      }
    }

    .package-cta {
      background: linear-gradient(45deg, var(--cta1), var(--cta2));
      color: #000;
      padding: 8px 16px;
      border-radius: 8px;
      font-weight: 700;
      cursor: pointer;
      border: none;
      font-size: 0.9rem;
      transition: all 0.3s ease
    }

    .package-cta:hover {
      transform: scale(1.05);
      box-shadow: 0 4px 15px rgba(181, 255, 0, 0.3)
    }



    /* Calculator */
    .calculator-section {
      background: linear-gradient(135deg, var(--primary1), var(--primary2));
      color: #fff;
      padding: 64px 0
    }

    /* Calculator Hero */
    .calc-hero {
      text-align: center;
      margin-bottom: 40px
    }

    .calc-hero h2 {
      font-size: 2.5rem;
      font-weight: 800;
      color: var(--cta1);
      margin-bottom: 1rem;
      line-height: 1.2
    }

    .calc-hero p {
      font-size: 1.2rem;
      color: rgba(255, 255, 255, 0.9);
      margin-bottom: 2rem;
      line-height: 1.6;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto
    }

    .calc-subtitle {
      font-size: 1.1rem;
      color: rgba(255, 255, 255, 0.9);
      margin-bottom: 30px
    }

    .calc-progress {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      margin-bottom: 20px
    }

    .progress-step {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px
    }

    .step-number {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.2);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      font-size: 1.1rem;
      border: 2px solid rgba(255, 255, 255, 0.3)
    }

    .progress-step.active .step-number {
      background: var(--cta1);
      border-color: var(--cta1);
      color: #000
    }

    .step-text {
      font-size: 0.9rem;
      color: rgba(255, 255, 255, 0.8);
      font-weight: 600
    }

    .progress-line {
      width: 40px;
      height: 2px;
      background: rgba(255, 255, 255, 0.3)
    }

    .calc-social-proof {
      background: rgba(255, 255, 255, 0.1);
      padding: 12px 24px;
      border-radius: 20px;
      display: inline-block;
      backdrop-filter: blur(10px)
    }

    .calc-social-proof span {
      font-size: 0.9rem;
      color: rgba(255, 255, 255, 0.9)
    }

    /* Calculator Card */
    .calculator-card {
      background: #fff;
      border-radius: 24px;
      padding: 32px;
      max-width: 680px;
      margin: 0 auto;
      color: #333;
      box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);
      border: 1px solid rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px)
    }

    .calculator-title {
      text-align: center;
      font-size: 1.8rem;
      font-weight: 800;
      margin-bottom: 14px;
      color: var(--cta1)
    }

    /* Quantity Controls */
    .calc-input {
      margin-bottom: 24px
    }

    .calc-label {
      display: block;
      margin-bottom: 12px;
      font-weight: 600;
      color: #4a5568;
      font-size: 1.1rem
    }

    .calc-field {
      width: 100%;
      padding: 16px;
      border: 2px solid #e2e8f0;
      border-radius: 16px;
      font-size: 1.1rem;
      text-align: center;
      background: #fff;
      transition: all 0.3s ease;
      font-weight: 500
    }

    .calc-field:focus {
      outline: none;
      border-color: var(--primary1);
      box-shadow: 0 0 0 3px rgba(181, 255, 0, 0.1);
      transform: translateY(-1px)
    }

    .calc-field:hover {
      border-color: #cbd5e1
    }

    /* Styling for number input stepper controls */
    .calc-field::-webkit-outer-spin-button,
    .calc-field::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
      opacity: 1;
      height: 20px;
      width: 20px;
      cursor: pointer;
      background: #f1f5f9;
      border-radius: 4px;
      border: 1px solid #e2e8f0;
    }

    .calc-field::-webkit-inner-spin-button {
      background: linear-gradient(to bottom, #f8fafc 0%, #e2e8f0 100%);
    }

    .calc-field::-webkit-outer-spin-button {
      background: linear-gradient(to top, #f8fafc 0%, #e2e8f0 100%);
    }

    .calc-field::-webkit-inner-spin-button:hover {
      background: linear-gradient(to bottom, #e2e8f0 0%, #cbd5e1 100%);
    }

    .calc-field::-webkit-outer-spin-button:hover {
      background: linear-gradient(to top, #e2e8f0 0%, #cbd5e1 100%);
    }

    .page-input {
      width: 100%;
      padding: 12px;
      border: 2px solid #e2e8f0;
      border-radius: 12px;
      font-size: 1rem;
      text-align: center
    }

    .page-input:focus {
      outline: none;
      border-color: var(--primary1)
    }

    .quantity-examples {
      display: flex;
      justify-content: center;
      gap: 20px;
      font-size: 0.9rem;
      color: #6b7280;
      margin-top: 12px;
      text-align: center
    }

    /* Options with Icons */
    .calc-options {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      margin: 20px 0;
      position: relative
    }

    .calc-options::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, #e2e8f0, transparent)
    }

    .calc-option {
      padding: 16px;
      border: 2px solid #e2e8f0;
      border-radius: 16px;
      cursor: pointer;
      transition: all 0.3s ease;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 12px;
      position: relative;
      background: #fff
    }

    .calc-option:hover {
      border-color: var(--primary1);
      transform: translateY(-2px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1)
    }

    .option-icon {
      font-size: 1.5rem;
      flex-shrink: 0
    }

    .option-content {
      flex: 1
    }

    .option-check {
      font-size: 1.2rem;
      opacity: 0;
      transition: opacity 0.3s ease
    }

    /* CALCOLATRICE - STATO STABILE */
    .calc-option.active {
      border-color: var(--primary1) !important;
      background: linear-gradient(135deg, var(--primary1), var(--primary2)) !important;
      color: #fff !important;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
    }

    .calc-option:not(.active) {
      border-color: #e2e8f0 !important;
      background: #fff !important;
      color: #333 !important;
    }

    .calc-option:not(.active) .option-check {
      opacity: 0 !important;
    }

    .calc-option.active .option-check {
      opacity: 1 !important;
    }

    /* Result Section */
    .calc-result {
      background: linear-gradient(45deg, var(--cta1), var(--cta2));
      color: #000;
      padding: 28px;
      border-radius: 20px;
      text-align: center;
      margin: 28px 0;
      box-shadow: 0 20px 50px rgba(181, 255, 0, 0.3);
      border: 2px solid rgba(255, 255, 255, 0.2);
      position: relative;
      overflow: hidden
    }

    .calc-result::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
      animation: shine 2s infinite;
      pointer-events: none
    }

    @keyframes shine {
      0% {
        transform: translateX(-100%)
      }

      100% {
        transform: translateX(100%)
      }
    }

    .result-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 12px
    }

    .result-header div:first-child {
      font-size: 1.1rem;
      font-weight: 600;
      color: #1a1a1a
    }

    .scarcity-badge {
      background: rgba(0, 0, 0, 0.1);
      padding: 6px 12px;
      border-radius: 12px;
      font-size: 0.8rem;
      font-weight: 600;
      color: #1a1a1a
    }

    .calc-total {
      font-size: 3rem;
      font-weight: 900;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      color: #1a1a1a;
      margin: 8px 0
    }

    .result-badge {
      font-size: 0.9rem;
      color: #1a1a1a;
      opacity: 0.8;
      font-weight: 500
    }

    /* Action Buttons */
    .calc-actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      margin-top: 24px
    }

    .cta-whatsapp,
    .cta-online,
    .cta-call {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      padding: 16px 24px;
      border-radius: 16px;
      font-weight: 700;
      font-size: 1.1rem;
      transition: all 0.3s ease;
      border: none;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      word-wrap: break-word;
      text-decoration: none
    }

    .cta-whatsapp {
      background: linear-gradient(135deg, #25d366, #128c7e);
      color: #fff
    }

    .cta-online {
      background: linear-gradient(135deg, var(--cta1), var(--cta2));
      color: #000
    }

    .cta-call {
      background: transparent;
      color: #000;
      border: 2px solid #000
    }

    .cta-whatsapp:hover,
    .cta-online:hover,
    .cta-call:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2)
    }

    .cta-icon {
      font-size: 1.3rem;
      flex-shrink: 0
    }

    .cta-text {
      font-weight: 700;
      word-wrap: break-word
    }

    /* Color Details Styles */
    .color-type-option.active div {
      border-color: #10b981;
      background: #f0fdf4
    }

    .color-type-option:hover div {
      border-color: #d1d5db;
      background: #f9fafb
    }

    .mixed-inputs {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px
    }

    /* BOTTONI CALCOLATRICE - STILI NORMALI */
    .calc-actions .cta-primary,
    .calc-actions .cta-whatsapp,
    .calc-actions .cta-online,
    .calc-actions .cta-call {
      cursor: pointer;
      position: relative;
    }

    .mini {
      text-align: center;
      color: #6b7280;
      font-size: .9rem;
      margin-top: 8px
    }

    /* Order Page Styles */
    .order-page {
      min-height: 100vh;
      padding: 80px 0 100px;
      background: var(--bg);
      display: none
    }

    .order-page.active {
      display: block
    }

    .order-container {
      max-width: 900px;
      margin: 0 auto;
      padding: 0 24px
    }

    .order-header {
      text-align: center;
      margin-bottom: 40px
    }

    .order-steps {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin: 30px 0;
      flex-wrap: wrap
    }

    .step {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 20px;
      background: #fff;
      border-radius: 999px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
      position: relative;
      transition: all 0.3s ease
    }

    .step.active {
      background: var(--primary1);
      color: #fff;
      transform: scale(1.05)
    }

    .step.completed {
      background: var(--ok);
      color: #fff
    }

    .step-number {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: var(--gold);
      color: #000;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      font-size: .9rem;
      transition: all 0.3s ease
    }

    .step.active .step-number {
      background: #fff;
      color: var(--primary1)
    }

    .step.completed .step-number {
      background: #fff;
      color: var(--ok)
    }

    /* Step Progress Indicators */
    .step-progress {
      position: absolute;
      bottom: -2px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 3px;
      background: var(--primary1);
      border-radius: 2px;
      transition: width 0.5s ease
    }

    .step.active .step-progress {
      width: 80%
    }

    .step.completed .step-progress {
      width: 100%;
      background: var(--ok)
    }

    /* Order Progress Bar */
    .order-progress-bar {
      width: 100%;
      height: 6px;
      background: #e5e7eb;
      border-radius: 3px;
      margin: 20px 0;
      overflow: hidden
    }

    .progress-fill {
      height: 100%;
      background: linear-gradient(90deg, var(--primary1), var(--primary2));
      width: 25%;
      transition: width 0.5s ease;
      border-radius: 3px
    }

    /* Payment Requirements */
    .payment-requirements {
      margin: 20px 0
    }

    .requirement-alert {
      display: flex;
      gap: 16px;
      padding: 20px;
      background: linear-gradient(135deg, #fef3c7, #fde68a);
      border: 2px solid #f59e0b;
      border-radius: 16px;
      align-items: flex-start
    }

    .alert-icon {
      font-size: 2rem;
      flex-shrink: 0
    }

    .alert-content {
      flex: 1
    }

    .alert-content strong {
      display: block;
      font-size: 1.1rem;
      color: #92400e;
      margin-bottom: 8px
    }

    .alert-content p {
      color: #92400e;
      margin: 0 0 12px 0;
      line-height: 1.5
    }

    .anticipo-details {
      display: flex;
      gap: 20px;
      font-size: 0.9rem
    }

    .anticipo-details span {
      color: #92400e
    }

    .anticipo-details strong {
      color: #92400e;
      font-weight: 700
    }

    /* SISTEMA CONFERMA PAGAMENTO */
    .payment-confirmation {
      background: #f0f9ff;
      border: 2px solid #0ea5e9;
      border-radius: 12px;
      padding: 20px;
      margin-top: 20px;
      animation: slideIn 0.3s ease-out;
    }

    .payment-confirmation-header {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 16px;
    }

    .payment-confirmation-header h4 {
      margin: 0;
      color: #0c4a6e;
      font-size: 1.1rem;
    }

    .payment-details {
      margin-bottom: 16px;
    }

    .payment-method-info {
      font-size: 0.95rem;
      color: #0369a1;
      line-height: 1.5;
    }

    .payment-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }

    .payment-actions button {
      flex: 1;
      min-width: 120px;
      padding: 12px 20px;
      border: none;
      border-radius: 8px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .payment-actions .cta-secondary {
      background: #f3f4f6;
      color: #374151;
      border: 1px solid #d1d5db;
    }

    .payment-actions .cta-secondary:hover {
      background: #e5e7eb;
      border-color: #9ca3af;
    }

    .payment-actions .cta-primary {
      background: #0ea5e9;
      color: white;
    }

    .payment-actions .cta-primary:hover {
      background: #0284c7;
    }

    @keyframes slideIn {
      from {
        opacity: 0;
        transform: translateY(-10px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Responsive per conferma pagamento */
    @media (max-width: 768px) {
      .payment-confirmation {
        padding: 16px;
        margin-top: 16px;
      }

      .payment-actions {
        flex-direction: column;
      }

      .payment-actions button {
        min-width: auto;
      }
    }

    @media (max-width: 480px) {
      .payment-confirmation {
        padding: 12px;
        margin-top: 12px;
      }

      .payment-confirmation-header h4 {
        font-size: 1rem;
      }

      .payment-method-info {
        font-size: 0.9rem;
      }
    }

    /* Stili per dati bancari */
    #bank-details {
      animation: slideIn 0.3s ease-out;
    }

    #bank-details h4 {
      font-size: 1.1rem;
      font-weight: 700;
    }

    #bank-details p {
      margin: 6px 0;
    }

    @media (max-width: 768px) {
      #bank-details {
        padding: 16px;
        margin: 16px 0;
      }

      #bank-details h4 {
        font-size: 1rem;
      }
    }

    @media (max-width: 480px) {
      #bank-details {
        padding: 12px;
        margin: 12px 0;
      }

      #bank-details h4 {
        font-size: 0.95rem;
      }

      #bank-details div {
        font-size: 0.9rem;
      }
    }

    /* File Upload Improvements */
    .file-preview-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      gap: 16px;
      margin: 20px 0
    }

    .file-preview-item {
      background: #fff;
      border: 2px solid #e5e7eb;
      border-radius: 12px;
      padding: 16px;
      position: relative;
      transition: all 0.3s ease
    }

    .file-preview-item:hover {
      border-color: var(--primary1);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1)
    }

    .file-preview-header {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 12px
    }

    .file-icon {
      font-size: 1.5rem
    }

    .file-info {
      flex: 1
    }

    .file-name {
      font-weight: 600;
      color: var(--text);
      font-size: 0.9rem;
      word-break: break-word
    }

    .file-size {
      font-size: 0.8rem;
      color: var(--muted)
    }

    .file-actions {
      display: flex;
      gap: 8px
    }

    .file-action-btn {
      background: none;
      border: 1px solid #e5e7eb;
      border-radius: 6px;
      padding: 4px 8px;
      font-size: 0.8rem;
      cursor: pointer;
      transition: all 0.2s ease
    }

    .file-action-btn:hover {
      background: var(--primary1);
      color: #fff;
      border-color: var(--primary1)
    }

    .file-action-btn.remove:hover {
      background: #ef4444;
      border-color: #ef4444
    }

    /* Upload Progress */
    .upload-progress {
      margin: 20px 0;
      text-align: center
    }

    .progress-bar {
      width: 100%;
      height: 8px;
      background: #e5e7eb;
      border-radius: 4px;
      overflow: hidden;
      margin-bottom: 8px
    }

    .progress-fill {
      height: 100%;
      background: linear-gradient(90deg, var(--primary1), var(--primary2));
      width: 0%;
      transition: width 0.3s ease
    }

    .progress-text {
      font-size: 0.9rem;
      color: var(--muted)
    }

    /* Upload Stats */
    .upload-stats {
      display: flex;
      gap: 20px;
      justify-content: center;
      margin: 20px 0;
      padding: 16px;
      background: #f8fafc;
      border-radius: 12px;
      border: 1px solid #e2e8f0
    }

    .upload-stats .stat-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px
    }

    .upload-stats .stat-label {
      font-size: 0.8rem;
      color: var(--muted);
      text-transform: uppercase;
      letter-spacing: 0.5px
    }

    .upload-stats .stat-value {
      font-size: 1.2rem;
      font-weight: 700;
      color: var(--text)
    }

    /* Input Validation */
    .input-group {
      position: relative
    }

    .validation-message {
      font-size: 0.8rem;
      margin-top: 4px;
      min-height: 16px;
      transition: all 0.3s ease;
      line-height: 1.3
    }

    .validation-message.error {
      color: #ef4444
    }

    .validation-message.success {
      color: var(--ok)
    }

    .validation-message.warning {
      color: #f59e0b
    }

    .calc-field.error {
      border-color: #ef4444;
      box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1)
    }

    .calc-field.success {
      border-color: var(--ok);
      box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.1)
    }

    .calc-field.warning {
      border-color: #f59e0b;
      box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1)
    }

    .order-section {
      background: #fff;
      border-radius: 20px;
      padding: 30px;
      margin: 20px 0;
      box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
      word-wrap: break-word
    }

    .section-header {
      font-size: 1.3rem;
      font-weight: 800;
      color: var(--text);
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      gap: 10px
    }

    /* File Upload */
    .file-upload {
      border: 2px dashed #e2e8f0;
      border-radius: 12px;
      padding: 30px;
      text-align: center;
      transition: .2s;
      cursor: pointer
    }

    .file-upload:hover {
      border-color: var(--primary1);
      background: #f8fafc
    }

    .file-upload.dragover {
      border-color: var(--primary1);
      background: var(--primary1);
      color: #fff
    }

    .upload-icon {
      font-size: 3rem;
      margin-bottom: 15px
    }

    .uploaded-files {
      margin-top: 20px
    }

    .file-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px;
      background: #f8fafc;
      border-radius: 8px;
      margin: 5px 0
    }

    /* Calculator File Upload */
    .calc-file-upload {
      border: 2px dashed #e2e8f0;
      border-radius: 12px;
      padding: 20px;
      text-align: center;
      transition: .2s;
      cursor: pointer;
      background: #f8fafc
    }

    .calc-file-upload:hover {
      border-color: var(--primary1);
      background: #f0f9ff
    }

    .calc-file-upload.dragover {
      border-color: var(--primary1);
      background: var(--primary1);
      color: #fff
    }

    .calc-upload-icon {
      font-size: 2rem;
      margin-bottom: 10px
    }

    .calc-file-upload h4 {
      font-size: 1rem;
      margin-bottom: 8px;
      color: var(--text)
    }

    .calc-file-upload p {
      font-size: 0.9rem;
      margin: 8px 0;
      color: var(--muted)
    }

    .calc-file-preview {
      background: #f0f9ff;
      border: 1px solid #0ea5e9;
      border-radius: 8px;
      padding: 12px
    }

    .calc-remove-file {
      background: #ef4444;
      color: white;
      border: none;
      border-radius: 4px;
      padding: 4px 8px;
      cursor: pointer;
      font-size: 0.8rem;
      transition: all 0.2s ease
    }

    .calc-remove-file:hover {
      background: #dc2626;
      transform: scale(1.05)
    }

    /* Summary */
    .order-summary {
      background: #f8fafc;
      padding: 20px;
      border-radius: 12px;
      margin: 20px 0
    }

    .summary-row {
      display: flex;
      justify-content: space-between;
      margin: 8px 0;
      padding: 8px 0
    }

    .summary-row.total {
      font-weight: 800;
      font-size: 1.2rem;
      border-top: 2px solid #e2e8f0;
      margin-top: 15px;
      padding-top: 15px
    }

    /* Delivery Options */
    .delivery-options {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 15px;
      margin: 15px 0
    }

    .delivery-option {
      border: 2px solid #e2e8f0;
      border-radius: 12px;
      padding: 20px;
      cursor: pointer;
      transition: .2s
    }

    .delivery-option:hover {
      border-color: var(--primary1)
    }

    .delivery-option.selected {
      border-color: var(--primary1);
      background: #f8fafc
    }

    .delivery-option.disabled {
      border-color: #cbd5e1;
      background: #f1f5f9;
      cursor: not-allowed;
      opacity: 0.5
    }

    .delivery-option.disabled:hover {
      border-color: #cbd5e1;
      background: #f1f5f9
    }

    .delivery-title {
      font-weight: 700;
      margin-bottom: 5px
    }

    .delivery-price {
      color: var(--primary1);
      font-weight: 800
    }

    .delivery-time {
      color: var(--muted);
      font-size: .9rem
    }

    /* Order Confirmation Page */
    .order-confirmation {
      text-align: center;
      padding: 40px 20px
    }

    .order-confirmation .order-section {
      text-align: center;
      padding: 40px 20px
    }

    .confirmation-icon {
      font-size: 4rem;
      margin-bottom: 20px;
      display: block
    }

    .confirmation-title {
      color: var(--ok);
      margin-bottom: 15px;
      font-size: 2rem;
      font-weight: 800;
      line-height: 1.2
    }

    .confirmation-message {
      color: var(--muted);
      margin-bottom: 25px;
      font-size: 1.1rem;
      line-height: 1.5
    }

    .confirmation-details {
      background: #f0fdf4;
      padding: 20px;
      border-radius: 12px;
      margin: 20px 0;
      border: 1px solid #bbf7d0;
      text-align: left
    }

    .confirmation-details p {
      font-size: 1rem;
      margin: 8px 0;
      line-height: 1.4
    }

    .confirmation-details strong {
      color: var(--text);
      font-weight: 700
    }

    .confirmation-actions {
      display: flex;
      gap: 15px;
      justify-content: center;
      margin-top: 30px;
      flex-wrap: wrap
    }

    .confirmation-actions .cta-primary {
      min-width: 200px;
      text-align: center
    }

    /* Mobile Order Page */
    @media(max-width:768px) {
      .order-page {
        padding: 40px 0 60px
      }

      .order-container {
        padding: 0 16px
      }

      .order-header {
        position: relative;
        z-index: 1
      }

      .order-steps {
        gap: 8px;
        margin: 20px 0;
        flex-wrap: wrap
      }

      .step {
        padding: 8px 12px;
        font-size: 0.85rem;
        flex: 1;
        min-width: 100px;
        justify-content: center
      }

      .step-number {
        width: 20px;
        height: 20px;
        font-size: 0.8rem
      }

      .order-section {
        padding: 20px;
        margin: 16px 0
      }

      .section-header {
        font-size: 1.1rem;
        margin-bottom: 12px
      }

      .file-preview-grid {
        grid-template-columns: 1fr;
        gap: 12px
      }

      .file-preview-item {
        padding: 12px
      }

      .file-actions {
        flex-direction: column;
        gap: 6px
      }

      .order-progress-bar {
        height: 4px;
        margin: 16px 0
      }

      .step-progress {
        height: 2px
      }

      .requirement-alert {
        flex-direction: column;
        text-align: center;
        padding: 16px
      }

      .anticipo-details {
        flex-direction: column;
        gap: 8px
      }

      .delivery-options {
        grid-template-columns: 1fr;
        gap: 12px
      }

      .delivery-option {
        padding: 16px
      }
    }

    /* Mobile molto piccolo - Ultra compatto per Order Page */
    @media(max-width:480px) {
      .order-page {
        padding: 32px 0 40px
      }

      .order-container {
        padding: 0 12px
      }

      .order-header h1 {
        font-size: 1.8rem;
        margin-bottom: 8px
      }

      .order-header p {
        font-size: 0.9rem
      }

      /* Steps ultra compatti */
      .order-steps {
        gap: 6px;
        margin: 16px 0;
        flex-wrap: wrap
      }

      .step {
        padding: 6px 8px;
        font-size: 0.8rem;
        min-width: 80px;
        justify-content: center
      }

      .step-number {
        width: 18px;
        height: 18px;
        font-size: 0.75rem
      }

      /* Progress bar ultra compatta */
      .order-progress-bar {
        height: 3px;
        margin: 12px 0
      }

      /* Sezioni ultra compatte */
      .order-section {
        padding: 16px;
        margin: 12px 0;
        border-radius: 16px
      }

      .section-header {
        font-size: 1rem;
        margin-bottom: 10px;
        gap: 8px
      }

      .section-header span {
        font-size: 1rem
      }

      /* File upload ultra compatto */
      .file-upload {
        padding: 20px;
        border-radius: 10px
      }

      .upload-icon {
        font-size: 2.5rem;
        margin-bottom: 12px
      }

      .file-upload h3 {
        font-size: 1.1rem;
        margin-bottom: 8px
      }

      .file-upload p {
        font-size: 0.85rem;
        margin: 8px 0
      }

      /* File preview ultra compatto */
      .file-preview-grid {
        gap: 8px
      }

      .file-preview-item {
        padding: 10px;
        border-radius: 10px
      }

      .file-preview-header {
        gap: 8px;
        margin-bottom: 8px
      }

      .file-icon {
        font-size: 1.3rem
      }

      .file-name {
        font-size: 0.85rem
      }

      .file-size {
        font-size: 0.75rem
      }

      .file-actions {
        gap: 4px
      }

      .file-action-btn {
        padding: 3px 6px;
        font-size: 0.75rem;
        border-radius: 4px
      }

      /* Upload stats ultra compatte */
      .upload-stats {
        padding: 12px;
        gap: 16px;
        border-radius: 10px
      }

      .upload-stats .stat-item {
        gap: 3px
      }

      .upload-stats .stat-label {
        font-size: 0.75rem
      }

      .upload-stats .stat-value {
        font-size: 1.1rem
      }

      /* Delivery options ultra compatte */
      .delivery-options {
        gap: 8px
      }

      .delivery-option {
        padding: 12px;
        border-radius: 10px
      }

      .delivery-title {
        font-size: 0.95rem;
        margin-bottom: 4px
      }

      .delivery-price {
        font-size: 1rem;
        margin-bottom: 4px
      }

      .delivery-time {
        font-size: 0.8rem
      }

      /* Order summary ultra compatto */
      .order-summary {
        padding: 16px;
        border-radius: 10px
      }

      .summary-row {
        padding: 6px 0;
        font-size: 0.9rem
      }

      .summary-row.total {
        font-size: 1.1rem;
        padding-top: 12px;
        margin-top: 12px
      }

      /* Input fields ultra compatti */
      .calc-field {
        padding: 12px;
        font-size: 1rem;
        border-radius: 12px
      }

      .calc-label {
        font-size: 0.95rem;
        margin-bottom: 8px
      }

      /* Buttons ultra compatti */
      .cta-primary {
        padding: 12px 18px;
        font-size: 0.9rem;
        border-radius: 12px
      }

      /* Payment requirements ultra compatte */
      .requirement-alert {
        padding: 12px;
        border-radius: 10px;
        gap: 12px
      }

      .alert-icon {
        font-size: 1.5rem
      }

      .alert-content strong {
        font-size: 1rem;
        margin-bottom: 6px
      }

      .alert-content p {
        font-size: 0.85rem;
        margin: 0 0 10px 0
      }

      .anticipo-details {
        gap: 6px;
        font-size: 0.8rem
      }

      /* Upload progress ultra compatto */
      .upload-progress {
        margin: 16px 0
      }

      .progress-bar {
        height: 6px;
        margin-bottom: 6px
      }

      .progress-text {
        font-size: 0.8rem
      }

      /* Order confirmation ultra compatto */
      .order-confirmation {
        padding: 20px 10px
      }

      .order-confirmation .order-section {
        padding: 20px 10px
      }

      .confirmation-icon {
        font-size: 3rem;
        margin-bottom: 16px
      }

      .confirmation-title {
        font-size: 1.6rem;
        margin-bottom: 12px
      }

      .confirmation-message {
        font-size: 1rem;
        margin-bottom: 20px
      }

      .confirmation-details {
        padding: 16px;
        border-radius: 10px;
        margin: 16px 0
      }

      .confirmation-details p {
        font-size: 0.9rem;
        margin: 6px 0
      }

      .confirmation-actions {
        gap: 12px;
        margin-top: 24px
      }

      .confirmation-actions .cta-primary {
        min-width: 180px;
        padding: 12px 16px;
        font-size: 0.9rem
      }

      /* Input fields e buttons ultra compatti */
      .calc-actions {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 20px
      }

      .cta-whatsapp,
      .cta-online,
      .cta-call {
        padding: 14px 20px;
        font-size: 1rem;
        border-radius: 14px
      }

      .cta-icon {
        font-size: 1.2rem
      }

      .cta-text {
        font-size: 1rem
      }

      /* Color Details Mobile */
      .color-type-options {
        grid-template-columns: 1fr;
        gap: 8px
      }

      .mixed-inputs {
        grid-template-columns: 1fr;
        gap: 8px
      }

      /* File upload ultra compatto */
      .file-upload {
        border-width: 1px;
        padding: 24px
      }

      .file-upload h3 {
        font-size: 1.2rem
      }

      .file-upload p {
        font-size: 0.9rem
      }

      /* Calculator file upload ultra compatto ma confortevole */
      .calc-file-upload {
        padding: 18px;
        border-radius: 10px
      }

      .calc-upload-icon {
        font-size: 1.8rem;
        margin-bottom: 10px
      }

      .calc-file-upload h4 {
        font-size: 0.95rem;
        margin-bottom: 8px
      }

      .calc-file-upload p {
        font-size: 0.85rem;
        margin: 8px 0
      }

      .calc-file-preview {
        padding: 12px;
        border-radius: 6px
      }

      /* Validation messages ultra compatte ma leggibili */
      .validation-message {
        font-size: 0.8rem;
        margin-top: 4px;
        min-height: 16px
      }
    }

    /* Mobile extra piccolo - Ultra compatto per Order Page */
    @media(max-width:320px) {
      .order-page {
        padding: 28px 0 36px
      }

      .order-container {
        padding: 0 12px
      }

      .order-header h1 {
        font-size: 1.6rem;
        margin-bottom: 8px
      }

      .order-header p {
        font-size: 0.85rem
      }

      /* Fix per schermi molto piccoli */
      .container {
        padding: 0 12px;
      }

      .hero {
        padding: 50px 0 30px;
      }

      .hero h1 {
        font-size: 1.8rem;
        line-height: 1.2;
      }

      .hero-subtitle {
        font-size: 0.9rem;
      }

      /* Steps extra compatti ma confortevoli */
      .order-steps {
        gap: 6px;
        margin: 16px 0
      }

      .step {
        padding: 6px 8px;
        font-size: 0.75rem;
        min-width: 70px
      }

      .step-number {
        width: 16px;
        height: 16px;
        font-size: 0.7rem
      }

      /* Progress bar extra compatta */
      .order-progress-bar {
        height: 2px;
        margin: 10px 0
      }

      /* Sezioni extra compatte ma confortevoli */
      .order-section {
        padding: 14px;
        margin: 10px 0;
        border-radius: 12px
      }

      .section-header {
        font-size: 0.95rem;
        margin-bottom: 10px;
        gap: 8px
      }

      .section-header span {
        font-size: 0.95rem
      }

      /* File upload extra compatto ma confortevole */
      .file-upload {
        padding: 18px;
        border-radius: 8px
      }

      .upload-icon {
        font-size: 2rem;
        margin-bottom: 12px
      }

      .file-upload h3 {
        font-size: 1rem;
        margin-bottom: 8px
      }

      .file-upload p {
        font-size: 0.8rem;
        margin: 8px 0
      }

      /* File preview extra compatto ma confortevole */
      .file-preview-grid {
        gap: 8px
      }

      .file-preview-item {
        padding: 10px;
        border-radius: 8px
      }

      .file-preview-header {
        gap: 8px;
        margin-bottom: 8px
      }

      .file-icon {
        font-size: 1.2rem
      }

      .file-name {
        font-size: 0.8rem
      }

      .file-size {
        font-size: 0.7rem
      }

      .file-actions {
        gap: 3px
      }

      .file-action-btn {
        padding: 2px 5px;
        font-size: 0.7rem;
        border-radius: 3px
      }

      /* Upload stats extra compatte */
      .upload-stats {
        padding: 10px;
        gap: 12px;
        border-radius: 8px
      }

      .upload-stats .stat-item {
        gap: 2px
      }

      .upload-stats .stat-label {
        font-size: 0.7rem
      }

      .upload-stats .stat-value {
        font-size: 1rem
      }

      /* Delivery options extra compatte */
      .delivery-options {
        gap: 6px
      }

      .delivery-option {
        padding: 10px;
        border-radius: 8px
      }

      .delivery-title {
        font-size: 0.9rem;
        margin-bottom: 3px
      }

      .delivery-price {
        font-size: 0.95rem;
        margin-bottom: 3px
      }

      .delivery-time {
        font-size: 0.75rem
      }

      /* Order summary extra compatto */
      .order-summary {
        padding: 12px;
        border-radius: 8px
      }

      .summary-row {
        padding: 4px 0;
        font-size: 0.85rem
      }

      .summary-row.total {
        font-size: 1rem;
        padding-top: 10px;
        margin-top: 10px
      }

      /* Input fields extra compatti */
      .calc-field {
        padding: 10px;
        font-size: 0.95rem;
        border-radius: 10px
      }

      .calc-label {
        font-size: 0.9rem;
        margin-bottom: 6px
      }

      /* Buttons extra compatti */
      .cta-primary {
        padding: 10px 16px;
        font-size: 0.85rem;
        border-radius: 10px
      }

      /* Payment requirements extra compatte */
      .requirement-alert {
        padding: 10px;
        border-radius: 8px;
        gap: 10px
      }

      .alert-icon {
        font-size: 1.3rem
      }

      .alert-content strong {
        font-size: 0.95rem;
        margin-bottom: 5px
      }

      .alert-content p {
        font-size: 0.8rem;
        margin: 0 0 8px 0
      }

      .anticipo-details {
        gap: 4px;
        font-size: 0.75rem
      }

      /* Upload progress extra compatto */
      .upload-progress {
        margin: 12px 0
      }

      .progress-bar {
        height: 4px;
        margin-bottom: 4px
      }

      .progress-text {
        font-size: 0.75rem
      }

      /* Order confirmation extra compatto */
      .order-confirmation {
        padding: 12px 6px
      }

      .order-confirmation .order-section {
        padding: 12px 6px
      }

      .confirmation-icon {
        font-size: 2rem;
        margin-bottom: 8px
      }

      .confirmation-title {
        font-size: 1.2rem;
        margin-bottom: 8px
      }

      .confirmation-message {
        font-size: 0.8rem;
        margin-bottom: 12px
      }

      .confirmation-details {
        padding: 8px;
        border-radius: 6px;
        margin: 8px 0
      }

      .confirmation-details p {
        font-size: 0.8rem;
        margin: 3px 0
      }

      .confirmation-actions {
        gap: 8px;
        margin-top: 16px
      }

      .confirmation-actions .cta-primary {
        min-width: 140px;
        padding: 8px 12px;
        font-size: 0.8rem
      }

      /* Input fields e buttons extra compatti */
      .calc-actions {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 16px
      }

      .cta-whatsapp,
      .cta-online,
      .cta-call {
        padding: 12px 16px;
        font-size: 0.9rem;
        border-radius: 12px
      }

      .cta-icon {
        font-size: 1.1rem
      }

      .cta-text {
        font-size: 0.9rem
      }

      /* File upload extra compatto */
      .file-upload {
        border-width: 1px;
        padding: 20px
      }

      .file-upload h3 {
        font-size: 1.1rem
      }

      .file-upload p {
        font-size: 0.8rem
      }

      /* Calculator file upload extra compatto */
      .calc-file-upload {
        padding: 14px;
        border-radius: 8px
      }

      .calc-upload-icon {
        font-size: 1.6rem;
        margin-bottom: 6px
      }

      .calc-file-upload h4 {
        font-size: 0.9rem;
        margin-bottom: 5px
      }

      .calc-file-upload p {
        font-size: 0.8rem;
        margin: 5px 0
      }

      .calc-file-preview {
        padding: 8px;
        border-radius: 5px
      }

      /* Validation messages extra compatte */
      .validation-message {
        font-size: 0.7rem;
        margin-top: 2px;
        min-height: 12px
      }
    }

    /* About / Trust - Redesigned */
    .about {
      padding: 64px 0;
      background: linear-gradient(135deg, #f8fafc, #f1f5f9)
    }

    .about-hero {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: center;
      max-width: 1100px;
      margin: 0 auto
    }

    /* About Content */
    .about-content {
      display: flex;
      flex-direction: column;
      gap: 24px
    }

    .about-badge {
      display: inline-block;
      background: linear-gradient(135deg, var(--cta1), var(--cta2));
      color: #000;
      padding: 8px 16px;
      border-radius: 999px;
      font-size: 0.9rem;
      font-weight: 700;
      letter-spacing: 0.5px;
      width: fit-content
    }

    .about-title {
      font-size: 2.2rem;
      font-weight: 900;
      color: var(--text);
      line-height: 1.2;
      margin: 0
    }

    .about-description {
      font-size: 1.05rem;
      color: var(--muted);
      line-height: 1.5;
      margin: 0
    }

    /* About Stats */
    .about-stats {
      display: grid;
      grid-template-columns: 1fr;
      gap: 14px
    }

    .about-stat {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 14px;
      background: #fff;
      border-radius: 14px;
      box-shadow: 0 3px 14px rgba(0, 0, 0, 0.08);
      border: 1px solid rgba(181, 255, 0, 0.2);
      transition: all 0.3s ease
    }

    .about-stat:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 30px rgba(181, 255, 0, 0.15);
      border-color: var(--cta1)
    }

    .stat-icon {
      font-size: 1.6rem;
      width: 42px;
      height: 42px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, var(--cta1), var(--cta2));
      border-radius: 10px;
      color: #000;
      font-weight: 800
    }

    .stat-info {
      flex: 1
    }

    .stat-info strong {
      display: block;
      font-size: 1rem;
      font-weight: 700;
      color: var(--text);
      margin-bottom: 2px
    }

    .stat-info span {
      font-size: 0.85rem;
      color: var(--muted)
    }

    /* About Features Grid */
    .about-features-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px
    }

    .feature-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 14px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
      border: 1px solid #e2e8f0;
      transition: all 0.3s ease
    }

    .feature-item:hover {
      transform: translateY(-1px);
      box-shadow: 0 4px 20px rgba(181, 255, 0, 0.1);
      border-color: var(--cta1)
    }

    .feature-icon {
      font-size: 1.2rem;
      color: var(--ok)
    }

    .feature-item span {
      font-size: 0.9rem;
      color: var(--text);
      font-weight: 500
    }

    /* About Actions */
    .about-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap
    }

    .cta-secondary {
      background: linear-gradient(135deg, #fff, #f8fafc);
      color: var(--text);
      border: 2px solid var(--cta1);
      padding: 14px 24px;
      border-radius: 12px;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.3s ease;
      display: inline-flex;
      align-items: center;
      gap: 8px
    }

    .cta-secondary:hover {
      background: var(--cta1);
      color: #000;
      transform: translateY(-2px);
      box-shadow: 0 8px 25px rgba(181, 255, 0, 0.3)
    }

    /* About Visual */
    .about-visual {
      position: relative
    }

    .about-image-container {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 18px 60px rgba(0, 0, 0, 0.12);
      background: linear-gradient(135deg, var(--cta1), var(--cta2))
    }

    .about-image-container img {
      width: 100%;
      height: 380px;
      object-fit: cover;
      transition: all 0.5s ease
    }

    .about-image-container:hover img {
      transform: scale(1.05)
    }

    /* Image Overlay */
    .image-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
      padding: 24px 18px;
      color: #fff
    }

    .overlay-content {
      display: flex;
      align-items: center;
      gap: 12px;
      justify-content: center
    }

    .overlay-icon {
      font-size: 1.6rem
    }

    .overlay-text {
      font-size: 1rem;
      font-weight: 600;
      text-align: center
    }

    /* Testimonials */
    .reviews {
      background: var(--bg);
      padding: 56px 0
    }

    .rev-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      align-items: start
    }

    .rev-card {
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 16px;
      padding: 18px;
      position: relative;
      overflow: hidden
    }

    .rev-top {
      display: flex;
      gap: 12px;
      align-items: center;
      margin-bottom: 6px
    }

    .avatar {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden;
      border: 3px solid #f0f0f0;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1)
    }

    .avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .stars {
      color: #fbbf24;
      font-weight: 800
    }

    /* Controlli di navigazione per le recensioni */
    .reviews-controls {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      margin-top: 30px;
    }

    .review-nav-btn {
      background: rgba(255, 255, 255, 0.2);
      border: 2px solid rgba(255, 255, 255, 0.3);
      color: #000;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      font-size: 1.2rem;
      font-weight: 700;
      backdrop-filter: blur(10px);
    }

    .review-nav-btn:hover {
      background: rgba(255, 255, 255, 0.4);
      border-color: rgba(255, 255, 255, 0.6);
      transform: scale(1.1);
    }

    .review-dots {
      display: flex;
      gap: 8px;
    }

    .review-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.3);
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .review-dot.active {
      background: var(--cta1);
      transform: scale(1.2);
    }

    /* FAQ */
    .faq {
      padding: 56px 0;
      background: #fff
    }

    /* Galleria Foto - Carousel */
    .gallery {
      padding: 56px 0 0;
      background: var(--bg)
    }

    .gallery-container {
      position: relative;
      max-width: 1200px;
      margin: 0 auto;
      overflow: hidden
    }

    .gallery-carousel {
      display: flex;
      transition: transform 0.5s ease-in-out;
      gap: 24px;
      padding: 20px 0
    }

    .gallery-item {
      min-width: 420px;
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
      transition: all 0.4s ease;
      cursor: pointer;
      flex-shrink: 0;
      border: 1px solid rgba(255, 255, 255, 0.06);
      background: radial-gradient(120% 120% at 0% 0%, rgba(255, 255, 255, 0.06) 0%, rgba(0, 0, 0, 0) 40%)
    }

    .gallery-item:hover {
      transform: translateY(-10px) scale(1.02);
      box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2)
    }

    .gallery-item img {
      width: 100%;
      height: 280px;
      object-fit: cover;
      transition: all 0.4s ease;
      filter: saturate(1.05)
    }

    .gallery-item:hover img {
      transform: scale(1.1)
    }

    .gallery-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
      color: #fff;
      padding: 20px;
      transform: translateY(100%);
      transition: all 0.4s ease
    }

    .gallery-item:hover .gallery-overlay {
      transform: translateY(0)
    }

    .gallery-title {
      font-size: 1.2rem;
      font-weight: 700;
      margin-bottom: 8px
    }

    .gallery-description {
      font-size: 0.9rem;
      opacity: 0.9
    }

    /* Carousel Controls */
    .gallery-controls {
      display: flex;
      justify-content: center;
      gap: 16px;
      margin-top: 40px
    }

    .gallery-btn {
      background: rgba(255, 255, 255, 0.2);
      border: 2px solid rgba(255, 255, 255, 0.3);
      color: #fff;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      font-size: 1.2rem;
      backdrop-filter: blur(10px)
    }

    .gallery-btn:hover {
      background: rgba(255, 255, 255, 0.3);
      border-color: rgba(255, 255, 255, 0.5);
      transform: scale(1.1)
    }

    .gallery-btn:disabled {
      opacity: 0.5;
      cursor: not-allowed;
      transform: none
    }

    /* Gallery Indicators */
    .gallery-indicators {
      display: flex;
      justify-content: center;
      gap: 8px;
      margin-top: 20px
    }

    .gallery-indicator {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.3);
      cursor: pointer;
      transition: all 0.3s ease
    }

    .gallery-indicator.active {
      background: rgba(255, 255, 255, 0.8);
      transform: scale(1.2)
    }

    @media(max-width:768px) {
      .gallery-container {
        padding: 16px
      }

      .gallery-item {
        min-width: 320px
      }
    }

    /* Books Section - Carosello Libri de Inglés */
    .books-section {
      padding: 80px 0;
      background: linear-gradient(135deg, var(--primary1), var(--primary2))
    }

    .books-header {
      text-align: center;
      margin-bottom: 60px
    }

    .books-title {
      font-size: 3rem;
      font-weight: 800;
      color: var(--primary1);
      margin-bottom: 1rem;
      line-height: 1.2
    }

    .books-subtitle {
      font-size: 1.3rem;
      color: var(--text);
      max-width: 700px;
      margin: 0 auto;
      line-height: 1.6
    }

    .books-grid-container {
      position: relative;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 60px
    }

    .books-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      padding: 20px 0;
    }

    .book-item {
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
      transition: all 0.4s ease;
      cursor: pointer;
      border: 1px solid rgba(0, 0, 0, 0.05);
      max-width: 200px
    }

    .book-item:hover {
      transform: translateY(-10px) scale(1.02);
      box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
      border-color: var(--cta1)
    }

    .book-image {
      position: relative;
      overflow: hidden
    }

    .book-image img {
      width: 100%;
      height: 160px;
      object-fit: cover;
      transition: all 0.4s ease
    }

    .book-item:hover .book-image img {
      transform: scale(1.05)
    }

    .book-info {
      padding: 16px;
      text-align: center;
      background: #fff
    }

    .book-title {
      font-size: 0.95rem;
      font-weight: 700;
      color: var(--primary1);
      margin-bottom: 6px;
      line-height: 1.3;
      min-height: 2.2rem
    }

    .book-edition {
      font-size: 0.8rem;
      color: var(--muted);
      margin-bottom: 6px;
      font-style: italic
    }

    .book-price {
      font-size: 1rem;
      font-weight: 800;
      color: var(--cta1);
      background: var(--primary1);
      color: #fff;
      padding: 6px 12px;
      border-radius: 16px;
      display: inline-block
    }



    .books-controls {
      display: flex;
      justify-content: center;
      gap: 16px;
      margin-top: 40px
    }

    .books-btn {
      background: var(--primary1);
      border: 2px solid var(--primary1);
      color: #fff;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-size: 1.5rem;
      font-weight: 700;
      transition: all 0.3s ease;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2)
    }

    .books-btn:hover {
      background: var(--cta1);
      border-color: var(--cta1);
      color: var(--primary1);
      transform: scale(1.1);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3)
    }

    .books-btn:disabled {
      opacity: 0.5;
      cursor: not-allowed;
      transform: none
    }

    .books-indicators {
      display: flex;
      justify-content: center;
      gap: 8px;
      margin-top: 20px
    }

    .books-indicator {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: var(--muted);
      cursor: pointer;
      transition: all 0.3s ease
    }

    .books-indicator.active {
      background: var(--cta1);
      transform: scale(1.2)
    }

    .ver-mas-container {
      display: flex;
      justify-content: center;
      margin-top: 60px;
      margin-bottom: 40px
    }

    .ver-mas-btn {
      background: linear-gradient(145deg, #ffffff, #e5e7eb);
      color: var(--primary1);
      padding: 14px 28px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: 600;
      font-size: 1rem;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      display: inline-block;
      border: 2px solid var(--primary1)
    }

    .ver-mas-btn:hover {
      background: var(--primary1);
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15)
    }

    /* Stili per libri clonati */
    .book-item.cloned {
      opacity: 0.8;
    }

    /* Responsive per la griglia libri */
    @media (max-width: 768px) {
      .books-grid-container {
        max-width: 100%;
        padding: 0 20px;
      }

      .books-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 16px 0;
      }

      .book-item {
        min-width: auto;
        max-width: none;
      }

      .book-image img {
        height: 120px;
      }

      .book-info {
        padding: 12px;
      }

      .book-title {
        font-size: 0.85rem;
        min-height: 2rem;
      }

      .book-edition {
        font-size: 0.75rem;
      }

      .book-price {
        font-size: 0.9rem;
        padding: 5px 10px;
      }
    }

    /* Sezione Legale */
    .books-legal {
      max-width: 800px;
      margin: 60px auto 0;
      padding: 40px;
      background: var(--bg);
      border-radius: 20px;
      text-align: center
    }

    .legal-title {
      font-size: 2rem;
      font-weight: 700;
      color: var(--primary1);
      margin-bottom: 30px
    }

    .legal-content {
      text-align: left
    }

    .legal-content p {
      margin-bottom: 15px;
      color: var(--text);
      line-height: 1.6
    }

    .legal-content ul {
      margin: 20px 0;
      padding-left: 20px
    }

    .legal-content li {
      margin-bottom: 8px;
      color: var(--text)
    }

    .legal-highlights {
      background: rgba(255, 255, 255, 0.3);
      padding: 20px;
      border-radius: 15px;
      margin: 25px 0
    }

    .legal-cta {
      background: var(--primary1);
      color: #fff;
      padding: 25px;
      border-radius: 15px;
      margin-top: 25px
    }

    .legal-cta p {
      color: #fff;
      margin-bottom: 8px
    }

    /* Blog Sección */
    .blog {
      padding: 56px 0;
      background: #fff
    }

    .blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
      gap: 32px;
      margin-top: 40px
    }

    .blog-card {
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      transition: all 0.4s ease;
      border: 1px solid #f0f0f0
    }

    .blog-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15)
    }

    .blog-image {
      width: 100%;
      height: 200px;
      overflow: hidden
    }

    .blog-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.4s ease
    }

    .blog-card:hover .blog-image img {
      transform: scale(1.1)
    }

    .blog-content {
      padding: 24px
    }

    .blog-tag {
      display: inline-block;
      background: var(--bg);
      color: var(--primary1);
      padding: 6px 12px;
      border-radius: 20px;
      font-size: 0.8rem;
      font-weight: 600;
      margin-bottom: 16px;
      text-transform: uppercase
    }

    .blog-title {
      font-size: 1.3rem;
      font-weight: 700;
      color: var(--primary1);
      margin-bottom: 12px;
      line-height: 1.4
    }

    .blog-excerpt {
      color: var(--muted);
      line-height: 1.6;
      margin-bottom: 20px
    }

    .blog-meta {
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: var(--muted);
      font-size: 0.9rem
    }

    .blog-date {
      display: flex;
      align-items: center;
      gap: 6px
    }

    .blog-read {
      color: var(--cta1);
      font-weight: 600;
      text-decoration: none;
      transition: color 0.3s ease
    }

    .blog-read:hover {
      color: var(--primary1)
    }

    /* Blog Page */
    .blog-page {
      padding: 80px 0;
      background: #fff
    }

    .blog-header {
      text-align: center;
      margin-bottom: 60px
    }

    .blog-header h1 {
      font-size: 3.5rem;
      font-weight: 800;
      color: var(--primary1);
      margin-bottom: 20px;
      background: linear-gradient(135deg, var(--cta1), var(--cta2));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text
    }

    .blog-header p {
      font-size: 1.2rem;
      color: var(--muted);
      max-width: 600px;
      margin: 0 auto
    }

    details {
      border: 1px solid #e5e7eb;
      border-radius: 12px;
      padding: 14px;
      background: #fff
    }

    details+details {
      margin-top: 12px
    }

    summary {
      cursor: pointer;
      font-weight: 700;
      color: #111827
    }

    /* Map + Contact */
    .contact {
      background: #2d3748;
      color: #fff;
      padding: 64px 0
    }

    .contact-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 22px
    }

    .contact-grid .contact-horarios-social {
      grid-column: 1/-1;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 20px;
      width: 100%;
      margin-top: 10px
    }

    .contact-grid .contact-horarios-social .contact-horarios {
      flex: 1;
      min-width: 0
    }

    .contact-grid .contact-horarios-social .social-icons {
      display: flex;
      gap: 12px;
      flex-shrink: 0;
      margin-left: 20px
    }

    .contact-title {
      font-size: 1.1rem;
      font-weight: 800;
      margin-bottom: 4px
    }

    .contact-info {
      color: #cbd5e1
    }

    .map-wrap {
      margin-top: 18px;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, .25)
    }

    /* Contact Horarios + Social Layout */
    .contact-horarios-social {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 20px;
      width: 100%
    }

    .contact-horarios {
      flex: 1;
      min-width: 0
    }

    .social-icons {
      display: flex;
      gap: 12px;
      flex-shrink: 0;
      margin-left: 20px
    }

    .social-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-decoration: none;
      transition: all 0.3s ease;
      border: 2px solid rgba(255, 255, 255, 0.2);
      color: #fff
    }

    .social-icon:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3)
    }

    .social-icon svg {
      width: 16px;
      height: 16px;
      fill: currentColor
    }

    .social-icon.facebook {
      background: linear-gradient(135deg, #1877f2, #0d6efd);
      color: #fff
    }

    .social-icon.facebook:hover {
      border-color: #1877f2
    }

    .social-icon.instagram {
      background: linear-gradient(135deg, #e4405f, #f77737);
      color: #fff
    }

    .social-icon.instagram:hover {
      border-color: #e4405f
    }

    .social-icon.tiktok {
      background: linear-gradient(135deg, #000000, #25f4ee);
      color: #fff
    }

    .social-icon.tiktok:hover {
      border-color: #25f4ee
    }

    /* Footer */
    .footer {
      background: linear-gradient(135deg, var(--primary1), var(--primary2));
      /* STESSO GRADIENTE HERO */
      color: #fff;
      text-align: center;
      padding: 16px 0
    }

    .footer-links a:hover {
      color: var(--cta1)
    }

    /* Floating WhatsApp */
    .floating-whatsapp {
      position: fixed;
      right: 18px;
      bottom: 86px;
      background: var(--whatsapp);
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.6rem;
      box-shadow: 0 8px 24px rgba(37, 211, 102, .35);
      z-index: 900;
      animation: pulse 2s infinite
    }

    @keyframes pulse {
      0% {
        transform: scale(1)
      }

      50% {
        transform: scale(1.08)
      }

      100% {
        transform: scale(1)
      }
    }



    /* Upsells */
    .upsells {
      margin: 20px 0
    }

    .upsell-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px;
      border: 1px solid #e2e8f0;
      border-radius: 8px;
      margin: 8px 0
    }

    .upsell-checkbox {
      margin-right: 12px;
      transform: scale(1.2)
    }

    .upsell-info {
      flex: 1
    }

    .upsell-title {
      font-weight: 600;
      color: var(--text)
    }

    .upsell-desc {
      font-size: .9rem;
      color: var(--muted)
    }

    .upsell-price {
      font-weight: 700;
      color: var(--primary1)
    }

    /* Responsive - Mobile Optimization */
    @media(max-width:768px) {

      /* Hero Section - Ultra Compact */
      .hero {
        padding: 80px 0 40px;
      }

      .hero h1 {
        font-size: 2.2rem;
        margin-bottom: 1rem;
      }

      .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
      }

      .hero-main {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 30px;
      }

      .hero-photo-container {
        height: 250px;
        border-radius: 20px;
      }

      /* Stats - Compact */
      .hero-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 15px 0;
      }

      .stat-number {
        font-size: 1.8rem;
        margin-bottom: 0.2rem;
      }

      .stat-label {
        font-size: 0.75rem;
      }

      /* CTA Buttons - Compact */
      .hero-cta {
        gap: 12px;
        flex-wrap: wrap;
        flex-direction: column;
      }

      .cta-primary {
        padding: 12px 20px;
        font-size: 0.9rem;
      }

      /* Reorder hero CTAs on mobile: first VER PRECIOS Y PAQUETES, then COTIZAR AHORA */
      .hero-cta a[href="#services-packages"] {
        order: 1
      }

      .hero-cta a[href="#calculator"] {
        order: 2
      }

      /* Section Titles - Smaller */
      .section-title {
        font-size: 1.8rem;
        margin: 32px 0 16px;
      }

      /* About Section - Extra Compact */
      .about {
        padding: 28px 0;
      }

      .about-hero {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
      }

      .about-title {
        font-size: 1.6rem;
      }

      .about-description {
        font-size: 0.95rem;
      }

      .about-stats {
        gap: 10px;
      }

      .about-stat {
        padding: 10px;
        gap: 10px;
      }

      .stat-icon {
        width: 36px;
        height: 36px;
        font-size: 1.2rem;
      }

      .stat-info strong {
        font-size: 0.95rem;
      }

      .stat-info span {
        font-size: 0.8rem;
      }

      .about-features-grid {
        grid-template-columns: 1fr;
        gap: 10px;
      }

      .feature-item {
        padding: 10px 12px;
      }

      .feature-item span {
        font-size: 0.9rem;
      }

      .about-image-container img {
        height: 240px;
      }

      .image-overlay {
        padding: 14px;
      }

      .overlay-icon {
        font-size: 1.2rem;
      }

      .overlay-text {
        font-size: 0.9rem;
      }

      .about-actions {
        justify-content: center;
        gap: 10px;
      }

      /* Services & Packages - Ultra Compact */
      .services-packages {
        padding: 32px 0;
      }

      .services-packages-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .services-section,
      .packages-section {
        padding: 16px;
      }

      .subsection-title {
        font-size: 1.2rem;
        margin-bottom: 16px;
      }

      .service-compact {
        padding: 10px;
        gap: 12px;

        /* Books Section - Mobile Responsive */
        .books-section {
          padding: 40px 0;
        }

        .books-title {
          font-size: 2.2rem;
          margin-bottom: 0.8rem;
        }

        .books-subtitle {
          font-size: 1.1rem;
          margin-bottom: 40px;
        }

        .book-item {
          min-width: 250px;
        }

        .book-image img {
          height: 280px;
        }

        .book-title {
          font-size: 1rem;
          min-height: 2.4rem;
        }

        .book-edition {
          font-size: 0.8rem;
        }

        .book-price {
          font-size: 1rem;
          padding: 6px 12px;
        }

        .books-legal {
          padding: 25px;
          margin: 40px auto 0;
        }

        .legal-title {
          font-size: 1.6rem;
          margin-bottom: 20px;
        }

        .legal-content p {
          font-size: 0.9rem;
          margin-bottom: 12px;
        }

        .legal-highlights {
          padding: 15px;
          margin: 20px 0;
        }

        .legal-cta {
          padding: 20px;
          margin-top: 20px;
        }

        .legal-cta p {
          font-size: 0.9rem;
          margin-bottom: 6px;
        }
      }

      .service-icon {
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
      }

      .service-info h4 {
        font-size: 1rem;
      }

      .service-price-compact {
        font-size: 1.1rem;
      }

      .service-info p {
        font-size: 0.8rem;
      }

      .package-info h4 {
        font-size: 1rem;
      }

      .package-price {
        font-size: 1.2rem;
      }

      .package-info p {
        font-size: 0.8rem;
      }

      .package-cta {
        padding: 6px 12px;
        font-size: 0.8rem;
      }

      /* Calculator - Compact */
      .calculator-section {
        padding: 32px 0;
      }

      .calculator-card {
        padding: 16px;
        margin: 0 16px;
      }

      .calculator-title {
        font-size: 1.2rem;
        margin-bottom: 8px;
      }

      .calc-field {
        padding: 12px;
        font-size: 1rem;
        border-radius: 12px;
      }

      .calc-input {
        margin-bottom: 16px;
      }

      .calc-label {
        font-size: 1rem;
        margin-bottom: 8px;
      }

      .calc-options {
        gap: 6px;
        margin: 6px 0;
      }

      .calc-option {
        padding: 8px;
        font-size: 0.85rem;
        gap: 8px;
      }

      .option-icon {
        font-size: 1.2rem;
      }

      .calc-result {
        padding: 12px;
        margin: 12px 0;
      }

      .calc-total {
        font-size: 1.8rem;
      }

      .calc-actions {
        gap: 8px;
        margin-top: 16px;
        justify-content: center;
        display: flex;
      }

      .cta-whatsapp,
      .cta-online,
      .cta-call {
        padding: 12px 16px;
        font-size: 0.9rem;
      }

      .quantity-examples {
        gap: 4px;
        font-size: 0.75rem;
        margin-top: 8px;
      }

      /* PDF pages input responsive */
      #pdf-pages-input {
        font-size: 0.9rem;
        padding: 8px 12px;
      }

      /* Reviews - Compact */
      .reviews {
        padding: 24px 0;
      }

      .rev-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
      }

      .rev-card {
        padding: 10px;
        font-size: 0.85rem;
      }

      .avatar {
        width: 35px;
        height: 35px;
      }

      /* Gallery - Compact */
      .gallery {
        padding: 24px 0;
      }

      .gallery-item {
        min-width: 200px;
      }

      .gallery-carousel {
        gap: 8px;
        padding: 8px 0;
      }

      .gallery-controls {
        margin-top: 16px;
      }

      .gallery-btn {
        width: 35px;
        height: 35px;
        font-size: 0.8rem;
      }

      /* FAQ - Compact */
      .faq {
        padding: 24px 0;
      }

      details {
        padding: 8px;
      }

      summary {
        font-size: 0.85rem;
      }

      /* Contact - Compact */
      .contact {
        padding: 24px 0;
      }

      .contact-grid {
        gap: 12px;
      }

      /* Footer - Compact */
      .footer-links {
        gap: 1rem;
        margin-bottom: 0.5rem;
      }

      /* Contact Horarios + Social Mobile */
      .contact-grid .contact-horarios-social {
        flex-direction: column;
        gap: 16px;
        align-items: center;
      }

      .contact-grid .contact-horarios-social .contact-horarios {
        text-align: center;
      }

      .contact-grid .contact-horarios-social .social-icons {
        gap: 10px;
        margin-left: 0;
      }

      .contact-grid .contact-horarios-social .social-icon {
        width: 35px;
        height: 35px;
      }

      .contact-grid .contact-horarios-social .social-icon svg {
        width: 14px;
        height: 14px;
      }

      /* Hero - Compact */
      .hero {
        padding: 40px 0;
        min-height: 60vh;
      }

      .hero-main {
        gap: 24px;
      }

      .hero-left h1 {
        font-size: 2rem;
        margin-bottom: 12px;
      }

      .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 20px;
      }

      .hero-stats {
        gap: 12px;
        margin-bottom: 20px;
      }

      .stat-item {
        gap: 4px;
      }

      .stat-number {
        font-size: 1.5rem;
        padding: 6px 10px;
      }

      .stat-label {
        font-size: 0.75rem;
      }

      .hero-cta {
        gap: 10px;
      }

      .cta-primary {
        padding: 12px 18px;
        font-size: 0.9rem;
      }

      /* About - Compact */
      .about {
        padding: 40px 0;
      }

      .about-hero {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
      }

      .about-title {
        font-size: 2.2rem;
      }

      .about-description {
        font-size: 1.1rem;
      }

      .about-stats {
        gap: 16px;
      }

      .about-stat {
        padding: 16px;
      }

      .stat-icon {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
      }

      .about-features-grid {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      .feature-item {
        padding: 10px 14px;
      }

      .about-actions {
        justify-content: center;
      }

      .about-image-container img {
        height: 350px;
      }

      /* Header - Compact */
      .nav {
        padding: 8px 16px;
      }

      .logo {
        height: 35px;
      }

      .logo img {
        height: 35px;
      }

      .contact-header {
        gap: 8px;
        font-size: 0.8rem;
      }

      .whatsapp-btn,
      .blog-btn,
      .nosotros-btn,
      .servicios-btn,
      .contacto-btn {
        padding: 6px 10px;
        font-size: 0.8rem;
      }

      /* Container - Tighter */
      .container {
        padding: 0 16px;
      }

      /* Floating WhatsApp - Adjusted */
      .floating-whatsapp {
        bottom: 70px;
        width: 50px;
        height: 50px;
        font-size: 1.4rem;
        z-index: 600
      }
    }

    /* Hidden by default */
    .hidden {
      display: none !important
    }

    /* Mobile molto piccolo - Ultra Compact */
    @media(max-width:480px) {

      /* Hero - Extra Compact */
      .hero {
        padding: 60px 0 30px;
      }

      .hero h1 {
        font-size: 1.8rem;
      }

      .hero-subtitle {
        font-size: 0.9rem;
      }

      .hero-photo-container {
        height: 200px;
      }

      /* Stats - Extra Small */
      .hero-stats {
        gap: 10px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 10px 0;
      }

      .stat-number {
        font-size: 1.5rem;
      }

      .stat-label {
        font-size: 0.7rem;
      }

      /* CTA - Stacked */
      .hero-cta {
        flex-direction: column;
        gap: 8px;
      }

      .cta-primary {
        padding: 10px 16px;
        font-size: 0.85rem;
      }

      /* Reviews - Single Column */
      .rev-grid {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      /* Services & Packages - Extra Compact */
      .services-section,
      .packages-section {
        padding: 12px;
      }

      .service-compact {
        padding: 8px;
      }

      /* Calculator - Extra Compact */
      .calculator-card {
        padding: 12px;
        margin: 0 8px;
      }

      .calc-title {
        font-size: 1.1rem;
        margin-bottom: 6px;
      }

      .calc-field {
        padding: 10px;
        font-size: 0.9rem;
        border-radius: 10px;
      }

      .calc-input {
        margin-bottom: 12px;
      }

      .calc-label {
        font-size: 0.9rem;
        margin-bottom: 6px;
      }

      .calc-options {
        grid-template-columns: 1fr;
        gap: 4px;
        margin: 4px 0;
      }

      .calc-option {
        padding: 6px;
        font-size: 0.8rem;
        gap: 6px;
      }

      .option-icon {
        font-size: 1.1rem;
      }

      .calc-result {
        padding: 8px;
        margin: 8px 0;
      }

      .calc-total {
        font-size: 1.5rem;
      }

      .calc-actions {
        gap: 6px;
        margin-top: 12px;
      }

      .cta-whatsapp,
      .cta-online,
      .cta-call {
        padding: 10px 14px;
        font-size: 0.8rem;
      }

      .quantity-examples {
        gap: 3px;
        font-size: 0.7rem;
        margin-top: 6px;
      }

      /* Header - Extra Compact */
      .nav {
        padding: 6px 12px;
      }

      .logo {
        height: 30px;
      }

      .logo img {
        height: 30px;
      }

      .contact-header {
        font-size: 0.7rem;
      }

      .whatsapp-btn,
      .blog-btn,
      .nosotros-btn,
      .servicios-btn,
      .contacto-btn {
        padding: 4px 8px;
        font-size: 0.7rem;
      }

      /* Container - Extra Tight */
      .container {
        padding: 0 12px;
      }

      /* Section Titles - Extra Small */
      .section-title {
        font-size: 1.5rem;
        margin: 24px 0 12px;
      }
    }

    /* Stili per la sezione legale estesa - Design Invertito CORRETTO */
    .legal-section-extended {
      margin-top: 50px;
      padding: 60px 0 60px 0;
      /* spazio di respiro dal footer, sfondo bianco */
      background: #ffffff;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
    }

    /* Fix per mobile - evita overflow orizzontale */
    @media (max-width: 768px) {
      .legal-section-extended {
        margin-top: 30px;
        padding: 40px 0;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
      }
    }

    .legal-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      justify-items: center;
      /* centra le card nella colonna */
      align-items: start;
    }

    .legal-item {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 16px;
      /* ~20% in meno */
      background: #000000;
      border-radius: 14px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
      max-width: 340px;
      /* restringe la card e la centra */
      width: 100%;
    }

    .legal-item:hover {
      transform: translateY(-3px);
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
      border-color: rgba(255, 255, 255, 0.3);
      background: #111111;
    }

    .legal-icon {
      font-size: 2rem;
      min-width: 50px;
      text-align: center;
      filter: brightness(1.2);
    }

    .legal-content h4 {
      margin: 0 0 5px 0;
      font-size: 0.9rem;
      font-weight: 700;
      color: #ffffff;
      letter-spacing: 0.5px;
      text-transform: uppercase;
    }

    .legal-content p {
      margin: 0;
      font-size: 0.85rem;
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.4;
    }

    /* Stili per i libri migliorati - Design Apple Style */
    .book-item-enhanced {
      position: relative;
      overflow: hidden;
      border-radius: 16px;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
      border: 1px solid rgba(255, 255, 255, 0.06);
    }

    .book-item-enhanced::before {
      content: '';
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
    }

    .book-item-enhanced:hover {
      transform: translateY(-8px) scale(1.02);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    }

    .book-item-enhanced img {
      transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .book-item-enhanced:hover img {
      transform: scale(1.05);
    }

    .book-item-enhanced .gallery-overlay {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 30px;
      background: linear-gradient(180deg,
          transparent 0%,
          rgba(0, 0, 0, 0.4) 20%,
          rgba(0, 0, 0, 0.8) 60%,
          rgba(0, 0, 0, 0.95) 100%);
      backdrop-filter: blur(10px);
    }

    .book-item-enhanced .gallery-title {
      font-size: 1.2rem;
      font-weight: 700;
      margin-bottom: 10px;
      color: #fff;
      text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
      line-height: 1.3;
      letter-spacing: -0.01em;
    }

    .book-item-enhanced .book-edition {
      font-size: 0.85rem;
      color: rgba(255, 255, 255, 0.85);
      margin-bottom: 12px;
      font-weight: 500;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .book-item-enhanced .book-price {
      font-size: 1.4rem;
      font-weight: 800;
      color: var(--cta1);
      margin-bottom: 10px;
      text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
      letter-spacing: 0.2px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 14px;
      border-radius: 14px;
      background: rgba(0, 0, 0, 0.85);
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 24px rgba(0, 0, 0, 0.25);
    }

    .book-item-enhanced .book-price::before {
      content: '💰';
      font-size: 1.2rem;
    }

    .book-item-enhanced .book-service {
      font-size: 0.8rem;
      color: rgba(255, 255, 255, 0.9);
      font-weight: 600;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
      background: rgba(181, 255, 0, 0.18);
      padding: 6px 12px;
      border-radius: 20px;
      display: inline-block;
      border: 1px solid rgba(181, 255, 0, 0.35);
      backdrop-filter: blur(3px);
    }

    /* Responsive per la sezione legale */
    @media (max-width: 768px) {
      .legal-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
      }

      .legal-item {
        padding: 15px;
      }

      .legal-icon {
        font-size: 1.5rem;
        min-width: 40px;
      }

      .legal-content h4 {
        font-size: 0.8rem;
      }

      .legal-content p {
        font-size: 0.8rem;
      }
    }

    /* Stili per il carosello migliorato - FIXED */
    .gallery-container {
      position: relative;
      overflow: hidden;
      width: 100%;
      background: linear-gradient(135deg, var(--primary1), var(--primary2));
      padding: 30px;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

    .gallery-carousel {
      display: flex;
      gap: 20px;
      transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      padding: 10px 0;
      width: max-content;
      /* Importante per il carosello */
      min-height: 300px;
      /* Altezza minima per evitare salti */
    }

    .gallery-item {
      min-width: 400px;
      flex-shrink: 0;
      height: 280px;
      /* Altezza fissa per consistenza */
    }

    .gallery-controls {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%);
      display: flex;
      justify-content: space-between;
      pointer-events: none;
      z-index: 10;
    }

    .gallery-btn {
      background: rgba(0, 0, 0, 0.7);
      color: white;
      border: none;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      font-size: 1.5rem;
      cursor: pointer;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      pointer-events: auto;
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .gallery-btn:hover {
      background: rgba(0, 0, 0, 0.9);
      transform: scale(1.1);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

    .gallery-btn:disabled {
      opacity: 0.5;
      cursor: not-allowed;
      transform: none;
    }

    .gallery-indicators {
      display: flex;
      justify-content: center;
      gap: 8px;
      margin-top: 20px;
    }

    .gallery-indicator {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.3);
      cursor: pointer;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      border: 2px solid transparent;
    }

    .gallery-indicator:hover {
      background: rgba(255, 255, 255, 0.6);
      transform: scale(1.2);
    }

    .gallery-indicator.active {
      background: var(--cta1);
      border-color: rgba(255, 255, 255, 0.8);
      box-shadow: 0 0 10px rgba(181, 255, 0, 0.5);
    }

    /* Stili per le recensioni */
    .avatar-placeholder {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: var(--primary1);
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 1.2rem;
    }

    .review-info {
      flex: 1;
      margin-left: 15px;
    }

    .rev-top {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
    }

    .review-name {
      font-weight: bold;
      color: var(--text);
      margin-bottom: 5px;
    }

    .review-stars {
      color: #ffd700;
      margin-bottom: 5px;
    }

    .review-date {
      color: var(--muted);
      font-size: 0.9rem;
    }

    .review-text {
      margin-top: 15px;
      color: var(--text);
      line-height: 1.5;
    }

    /* Mobile navigation and layout tuning (non-intrusive) */
    @media(max-width:768px) {
      .header {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, var(--primary1), var(--primary2));
        backdrop-filter: blur(10px)
      }

      .nav {
        padding: 8px 16px
      }

      .logo {
        height: 40px
      }

      .logo img {
        height: 40px
      }

      .hero {
        padding-top: 20px
      }

      .hero-left {
        text-align: center;
        margin: 0 auto
      }

      .hero-stats {
        justify-content: center
      }

      .section-title {
        font-size: 1.5rem
      }

      .contact-header {
        display: none
      }

      /* Fix per prevenire overflow orizzontale */
      .container {
        padding: 0 16px;
        max-width: 100%;
        overflow-x: hidden;
      }

      /* Assicura che tutti gli elementi rispettino la larghezza del viewport */
      * {
        max-width: 100%;
        box-sizing: border-box;
      }

      /* Fix per elementi che potrebbero causare scroll infinito */
      .floating-whatsapp {
        bottom: 20px;
        right: 20px;
      }

      .main-navigation {
        display: none
      }
    }

    /* Premium Service Card Hover Effect */
    .service-card-premium {
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .service-card-premium:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15) !important;
      border-color: #1a202c !important;
    }
