:root{
  --black:#050505;
  --panel:#0c0e10;
  --panel2:#111418;
  --line:rgba(217,171,88,.22);
  --gold:#d6a85d;
  --gold2:#f0c978;
  --white:#f8f8f8;
  --muted:#c8c8c8;
  --soft:rgba(255,255,255,.06);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  min-height:100vh;
  font-family:'Montserrat',system-ui,sans-serif;
  color:var(--white);
  background:
    radial-gradient(circle at 78% 14%, rgba(214,168,93,.24), transparent 25%),
    radial-gradient(circle at 10% 0%, rgba(255,255,255,.07), transparent 20%),
    #050505;
  overflow-x:hidden;
}
body:before{
  content:"";position:fixed;inset:0;pointer-events:none;opacity:.08;z-index:-1;
  background-image:linear-gradient(135deg,rgba(255,255,255,.14) 1px,transparent 1px);
  background-size:5px 5px;
}
.ambient{position:fixed;border-radius:50%;filter:blur(90px);opacity:.35;pointer-events:none;z-index:-2}
.ambient-one{width:420px;height:420px;background:#d6a85d;right:-150px;top:90px;animation:float 8s ease-in-out infinite}
.ambient-two{width:300px;height:300px;background:#292929;left:-100px;top:240px;animation:float 10s ease-in-out infinite reverse}
@keyframes float{50%{transform:translateY(30px) scale(1.08)}}
.site-header{
  height:104px;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 clamp(20px,4vw,70px);
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(5,5,5,.72);
  backdrop-filter:blur(22px);
  position:sticky;top:0;z-index:50;
}
.logo img{width:190px;height:76px;object-fit:cover;object-position:center;border-radius:6px;mix-blend-mode:screen}
.desktop-nav{display:flex;gap:32px}
.desktop-nav a{
  color:#fff;text-decoration:none;text-transform:uppercase;font-size:13px;font-weight:800;letter-spacing:.08em;
  position:relative;padding:44px 0;
}
.desktop-nav a:after{content:"";position:absolute;height:2px;width:0;left:0;bottom:28px;background:var(--gold2);transition:.28s}
.desktop-nav a:hover:after,.desktop-nav .active:after{width:100%}
.header-actions{display:flex;align-items:center;gap:20px}
.wa-link{display:flex;align-items:center;gap:8px;text-decoration:none;color:#fff;font-weight:700;font-size:14px}
svg{width:26px;height:26px;fill:currentColor}
.wa-link svg{color:var(--gold2)}
.icon-btn,.hamburger{
  background:transparent;border:0;color:white;cursor:pointer;position:relative;display:grid;place-items:center
}
.cart-count{
  position:absolute;right:-8px;top:-8px;background:var(--gold2);color:#16100a;border-radius:50%;
  min-width:22px;height:22px;display:grid;place-items:center;font-size:12px;font-weight:900;
}
.hamburger{display:none;width:36px;gap:6px}
.hamburger span{display:block;width:34px;height:3px;background:#fff;border-radius:99px;transition:.3s}
.hamburger.open span:nth-child(1){transform:translateY(9px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}
.mobile-menu{
  position:fixed;inset:104px 0 auto auto;width:min(360px,88vw);
  transform:translateX(110%);transition:.35s ease;z-index:45;
  background:rgba(10,12,15,.88);backdrop-filter:blur(25px);
  border-left:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0 0 0 24px;
}
.mobile-menu.open{transform:translateX(0)}
.mobile-menu nav{display:grid;padding:26px}
.mobile-menu a{color:#fff;text-decoration:none;text-transform:uppercase;font-weight:800;padding:18px;border-bottom:1px solid rgba(255,255,255,.08)}
main{width:min(1540px,100%);margin:0 auto;padding:0 clamp(20px,4vw,70px) 70px}
.hero{
  position:relative;
  min-height:535px;
  display:grid;
  grid-template-columns:1fr 1.16fr;
  align-items:center;
  gap:20px;
  padding-top:38px;
}
.hero-copy{position:relative;z-index:2}
.hero h1{
  font-size:clamp(48px,5.4vw,78px);
  line-height:1.04;
  text-transform:uppercase;
  letter-spacing:.035em;
  font-weight:900;
  text-shadow:0 8px 30px rgba(0,0,0,.5);
}
.hero h1 span{color:var(--gold2)}
.hero p{margin:22px 0 28px;font-size:20px;line-height:1.55;color:#f0f0f0;max-width:620px;font-weight:500}
.primary-btn,.buy-btn,.checkout{
  background:linear-gradient(180deg,#ffd889,#c7923e);
  color:#17110c;text-decoration:none;border:0;border-radius:9px;
  padding:18px 28px;font-weight:900;text-transform:uppercase;letter-spacing:.07em;
  display:inline-flex;align-items:center;justify-content:center;gap:12px;
  box-shadow:inset 0 1px rgba(255,255,255,.45),0 14px 34px rgba(214,168,93,.2);
  transition:transform .25s ease, box-shadow .25s ease, filter .25s;
  cursor:pointer;
}
.primary-btn:hover,.buy-btn:hover,.checkout:hover{transform:translateY(-3px);box-shadow:0 20px 45px rgba(214,168,93,.35);filter:saturate(1.08)}
.hero-stage{position:relative;min-height:500px;display:grid;place-items:end center;overflow:visible}
.triangle{
  position:absolute;inset:10px 0 0 0;margin:auto;width:78%;height:84%;
  clip-path:polygon(50% 0,100% 88%,82% 88%,50% 28%,18% 88%,0 88%);
  background:linear-gradient(90deg,transparent,rgba(214,168,93,.44),rgba(230,188,100,.2),transparent);
  filter:blur(.3px);opacity:.86;
}
.platform{
  position:absolute;bottom:34px;width:76%;height:72px;border-radius:50%;
  border:2px solid rgba(240,201,120,.75);
  box-shadow:0 0 35px rgba(214,168,93,.55), inset 0 0 30px rgba(214,168,93,.16);
}
.hero-console{
  position:relative;z-index:3;width:min(640px,96%);
  filter:drop-shadow(0 40px 55px rgba(0,0,0,.8));
  animation:consoleFloat 5s ease-in-out infinite;
}
@keyframes consoleFloat{50%{transform:translateY(-10px)}}
.benefits{
  grid-column:1/-1;
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:18px;margin-top:-10px;padding-bottom:28px;
}
.benefits div{display:flex;align-items:center;gap:16px;text-transform:uppercase;font-weight:800;letter-spacing:.04em}
.benefits i,.info-row i,.trust-grid i{font-style:normal;color:var(--gold2);font-size:42px;line-height:1}
.benefits span{font-size:14px}
.info-panel{
  display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr;
  border:1px solid rgba(255,255,255,.11);
  background:linear-gradient(135deg,rgba(18,21,25,.8),rgba(8,8,8,.68));
  backdrop-filter:blur(18px);
  border-radius:15px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
}
.info-row{
  min-height:92px;padding:20px 28px;display:flex;align-items:center;gap:18px;
  color:#fff;text-decoration:none;border-right:1px solid rgba(255,255,255,.08);
}
.info-row:last-child{border-right:0}
.info-row span{display:block;color:var(--gold2);text-transform:uppercase;font-size:13px;font-weight:800;letter-spacing:.11em}
.info-row strong{font-size:26px;letter-spacing:.04em}
.info-row small{font-size:14px;color:#ddd;font-weight:600}
.info-row b{display:none;margin-left:auto;color:var(--gold2);font-size:38px;font-weight:400}
.section-title{
  display:flex;align-items:center;justify-content:space-between;margin:42px 0 20px
}
.section-title h2{text-transform:uppercase;font-size:30px;letter-spacing:.11em}
.section-title h2 span{color:var(--gold2)}
.section-title a{color:var(--gold2);text-decoration:none;text-transform:uppercase;letter-spacing:.13em;font-size:13px;font-weight:800}
.products{
  display:grid;grid-template-columns:repeat(4,1fr);gap:18px;
}
.product-card{
  position:relative;min-height:332px;
  border:1px solid var(--line);
  border-radius:13px;
  background:linear-gradient(160deg,rgba(23,28,32,.92),rgba(9,9,9,.92));
  padding:24px 22px;
  overflow:hidden;
  box-shadow:inset 0 1px rgba(255,255,255,.04),0 22px 52px rgba(0,0,0,.28);
  transition:.28s ease;
}
.product-card:hover{transform:translateY(-7px);border-color:rgba(240,201,120,.55);box-shadow:0 30px 70px rgba(214,168,93,.13)}
.product-card:before{
  content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 45%,rgba(214,168,93,.16),transparent 45%);opacity:.8
}
.product-card h3{position:relative;z-index:2;text-transform:uppercase;font-size:25px;color:var(--gold2);letter-spacing:.06em;margin-bottom:30px}
.product-card em{display:inline-block;background:var(--gold2);color:#17110c;border-radius:2px;padding:2px 5px;font-size:14px;font-style:normal;margin-left:3px}
.price{position:relative;z-index:2;font-size:42px;font-weight:900;letter-spacing:-.05em;margin-bottom:18px}
.product-card ul{position:relative;z-index:2;list-style:none;color:#eee;line-height:1.75;font-size:14px;max-width:55%;font-weight:600}
.product-card li:before{content:"•";color:var(--gold2);margin-right:8px}
.product-card img{
  position:absolute;right:-10px;bottom:54px;width:58%;max-height:238px;object-fit:contain;z-index:1;
  filter:drop-shadow(0 25px 25px rgba(0,0,0,.65));
}
.accessories img{width:58%;bottom:74px}
.accessories ul{max-width:64%}
.buy-btn{position:absolute;left:22px;right:22px;bottom:22px;padding:13px 12px;border-radius:7px;font-size:13px;z-index:3;width:calc(100% - 44px)}
.trust-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px
}
.trust-grid div{
  min-height:98px;border:1px solid rgba(255,255,255,.1);border-radius:12px;
  background:linear-gradient(145deg,rgba(18,22,26,.78),rgba(8,8,8,.74));
  padding:22px 28px;display:grid;grid-template-columns:auto 1fr;column-gap:20px;align-items:center;
}
.trust-grid i{grid-row:1/3}
.trust-grid strong{text-transform:uppercase;letter-spacing:.1em;font-size:15px}
.trust-grid span{color:#ddd;font-size:13px}
.cart-drawer{
  position:fixed;top:0;right:0;width:min(390px,92vw);height:100vh;z-index:80;
  transform:translateX(110%);transition:.35s ease;
  background:rgba(9,11,14,.92);backdrop-filter:blur(26px);
  border-left:1px solid var(--line);padding:26px;
  display:flex;flex-direction:column;gap:18px;
}
.cart-drawer.open{transform:translateX(0)}
.cart-head{display:flex;align-items:center;justify-content:space-between}
.cart-head h3{text-transform:uppercase;letter-spacing:.1em;color:var(--gold2)}
.close-cart{background:transparent;border:0;color:#fff;font-size:34px;cursor:pointer}
.cart-items{display:grid;gap:12px;flex:1;overflow:auto}
.cart-item{border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:14px;background:rgba(255,255,255,.04)}
.cart-item strong{display:block}.cart-item span{color:var(--gold2)}
.cart-total{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:18px}
.cart-total strong{font-size:26px;color:var(--gold2)}
.checkout{width:100%;}

@media(max-width:1100px){
  .desktop-nav,.wa-link span{display:none}
  .hamburger{display:grid}
  .hero{grid-template-columns:1fr 1fr}
  .products{grid-template-columns:repeat(2,1fr)}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .info-panel{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .site-header{height:76px;padding:0 20px}
  .logo img{width:154px;height:60px}
  .header-actions{gap:16px}
  .icon-btn svg,.wa-link svg{width:32px;height:32px}
  .mobile-menu{inset:76px 0 auto auto}
  main{padding:0 20px 36px}
  .hero{
    min-height:auto;
    grid-template-columns:1fr 1.04fr;
    gap:0;
    align-items:center;
    padding-top:18px;
  }
  .hero-copy{padding-top:10px}
  .hero h1{font-size:clamp(39px,9vw,58px);line-height:1.08;letter-spacing:.02em}
  .hero p{font-size:18px;line-height:1.42;margin:18px 0 24px}
  .primary-btn{padding:16px 20px;border-radius:8px;font-size:15px}
  .hero-stage{min-height:300px;align-self:stretch}
  .triangle{width:112%;height:94%;left:-8%;right:auto}
  .platform{width:112%;height:42px;bottom:36px}
  .hero-console{width:128%;max-width:none;margin-left:-10%}
  .benefits{
    margin-top:26px;grid-template-columns:repeat(4,1fr);gap:0;border-top:0;padding-bottom:22px;
  }
  .benefits div{justify-content:center;border-right:1px solid rgba(255,255,255,.1);gap:7px;flex-direction:column;text-align:center}
  .benefits div:last-child{border-right:0}
  .benefits i{font-size:34px}
  .benefits span{font-size:13px;line-height:1.25}
  .info-panel{
    grid-template-columns:1fr;border-radius:13px;margin-top:4px
  }
  .info-row{border-right:0;border-bottom:1px solid rgba(255,255,255,.08);min-height:86px}
  .info-row:last-child{border-bottom:0}
  .info-row i{font-size:46px;width:52px}
  .info-row strong{font-size:25px}
  .info-row small{font-size:17px}
  .info-row b{display:block}
  .section-title{margin:42px 0 22px}
  .section-title h2{font-size:25px;letter-spacing:.08em}
  .section-title a{font-size:13px;white-space:nowrap}
  .products{
    grid-template-columns:repeat(4, minmax(185px, 1fr));
    gap:10px;
    overflow-x:auto;
    padding:0 0 12px;
    scroll-snap-type:x mandatory;
  }
  .products::-webkit-scrollbar{display:none}
  .product-card{
    min-height:374px;padding:18px 14px;border-radius:10px;scroll-snap-align:start;
  }
  .product-card h3{font-size:22px;margin-bottom:35px}
  .price{font-size:29px;margin-bottom:18px}
  .product-card ul{font-size:14px;line-height:1.75;max-width:63%}
  .product-card img{right:-8px;bottom:70px;width:62%;max-height:210px}
  .accessories img{width:66%;bottom:92px;right:-14px}
  .buy-btn{left:14px;right:14px;bottom:16px;width:calc(100% - 28px);font-size:12px;padding:12px 8px}
  .trust-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
  .trust-grid div{min-height:102px;padding:18px 16px;column-gap:12px}
  .trust-grid i{font-size:40px}
  .trust-grid strong{font-size:14px}.trust-grid span{font-size:13px}
}
@media(max-width:430px){
  .site-header{padding:0 16px}
  .logo img{width:132px}
  .header-actions{gap:13px}
  .hamburger span{width:31px}
  main{padding-left:10px;padding-right:10px}
  .hero{grid-template-columns:1fr 1.08fr}
  .hero h1{font-size:39px}
  .hero p{font-size:16px}
  .hero-stage{min-height:285px}
  .hero-console{width:136%;margin-left:-14%}
  .benefits span{font-size:11px}
  .section-title h2{font-size:21px}
  .section-title a{font-size:11px}
  .products{grid-template-columns:repeat(4, calc((100vw - 56px)/2));}
}


/* Aggiornamento richiesto: logo pulito, font più sottile, sezioni vere */
body {
  font-weight: 500;
}

.logo img {
  object-fit: contain !important;
  background: transparent !important;
  mix-blend-mode: normal !important;
  border-radius: 0 !important;
  width: 170px !important;
  height: auto !important;
  transform: none !important;
}

.hero h1,
.section-title h2,
.product-card h3,
.desktop-nav a,
.primary-btn,
.buy-btn,
.checkout,
.info-row span,
.trust-grid strong {
  font-weight: 700 !important;
}

.hero h1 {
  letter-spacing: .015em !important;
}

.hero p,
.info-row small,
.product-card ul,
.trust-grid span {
  font-weight: 400 !important;
}

.faq-section,
.contact-section {
  margin-top: 52px;
}

.faq-title {
  margin-bottom: 18px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  border: 1px solid rgba(217,171,88,.22);
  background: linear-gradient(145deg, rgba(18,22,26,.78), rgba(8,8,8,.74));
  backdrop-filter: blur(18px);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color .25s ease, transform .25s ease;
}

.faq-list details:hover {
  border-color: rgba(240,201,120,.55);
  transform: translateY(-2px);
}

.faq-list summary {
  cursor: pointer;
  padding: 22px 26px;
  color: #f0c978;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600;
  list-style: none;
}

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

.faq-list summary:after {
  content: "+";
  float: right;
  font-size: 24px;
  color: #f0c978;
}

.faq-list details[open] summary:after {
  content: "−";
}

.faq-list p {
  padding: 0 26px 24px;
  color: #e5e5e5;
  line-height: 1.7;
  font-weight: 400;
}

.contact-section {
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 22px;
  align-items: stretch;
  border: 1px solid rgba(217,171,88,.22);
  background: linear-gradient(135deg, rgba(18,21,25,.8), rgba(8,8,8,.72));
  backdrop-filter: blur(18px);
  border-radius: 18px;
  padding: 34px;
}

.contact-section span {
  color: #f0c978;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
}

.contact-section h2 {
  margin: 8px 0 10px;
  text-transform: uppercase;
  font-size: clamp(28px,4vw,48px);
  font-weight: 700;
}

.contact-section p {
  color: #ddd;
  line-height: 1.7;
  font-weight: 400;
}

.contact-card {
  border: 1px solid rgba(217,171,88,.28);
  border-radius: 16px;
  padding: 24px;
  background: rgba(255,255,255,.04);
  display: grid;
  align-content: center;
  gap: 8px;
}

.contact-card strong {
  color: #f0c978;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
}

.contact-card a {
  color: white;
  text-decoration: none;
  font-size: 27px;
  font-weight: 600;
}

.contact-card small {
  color: #cfcfcf;
  line-height: 1.5;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 90;
  max-width: 780px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(217,171,88,.28);
  border-radius: 18px;
  background: rgba(8,10,12,.86);
  backdrop-filter: blur(22px);
  padding: 18px 20px;
  box-shadow: 0 18px 60px rgba(0,0,0,.48);
}

.cookie-banner.hide {
  display: none;
}

.cookie-banner strong {
  color: #f0c978;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 600;
}

.cookie-banner p {
  color: #ddd;
  margin-top: 4px;
  line-height: 1.4;
  font-size: 13px;
}

.accept-cookies {
  border: 0;
  border-radius: 10px;
  padding: 12px 18px;
  background: linear-gradient(180deg,#ffd889,#c7923e);
  color: #17110c;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

.site-footer {
  width: min(1540px,100%);
  margin: 0 auto;
  padding: 36px clamp(20px,4vw,70px);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(217,171,88,.18);
  color: #d8d8d8;
}

.site-footer strong {
  display: block;
  color: #f0c978;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600;
}

.site-footer span {
  display: block;
  margin-top: 6px;
}

.site-footer a {
  color: #ddd;
  text-decoration: none;
  margin-left: 18px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
}

.site-footer a:hover {
  color: #f0c978;
}

@media(max-width:760px) {
  .logo img {
    width: 135px !important;
  }

  .contact-section {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .contact-card a {
    font-size: 22px;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .site-footer {
    flex-direction: column;
    padding-bottom: 120px;
  }

  .site-footer a {
    display: inline-block;
    margin: 10px 14px 0 0;
  }

  .faq-list summary {
    padding: 19px 18px;
    font-size: 13px;
  }

  .faq-list p {
    padding: 0 18px 20px;
  }
}


/* FIX: prezzi più sottili + prodotti in griglia reale */
.price {
  font-weight: 500 !important;
  letter-spacing: -0.035em !important;
}

.product-card .price,
.price {
  font-family: 'Montserrat', system-ui, sans-serif !important;
}

.product-card h3 {
  font-weight: 600 !important;
}

.product-card ul,
.product-card li {
  font-weight: 400 !important;
}

/* Desktop/tablet: sempre 4 prodotti in riga */
.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  overflow: visible !important;
}

/* Mobile: griglia 2x2 vera, non carosello orizzontale */
@media(max-width:760px) {
  .products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
    scroll-snap-type: none !important;
  }

  .product-card {
    min-width: 0 !important;
    min-height: 365px !important;
    scroll-snap-align: unset !important;
  }

  .product-card h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 26px !important;
    letter-spacing: .04em !important;
  }

  .price {
    font-size: 28px !important;
    font-weight: 500 !important;
    margin-bottom: 16px !important;
  }

  .product-card ul {
    font-size: 12px !important;
    line-height: 1.65 !important;
    max-width: 62% !important;
    font-weight: 400 !important;
  }

  .product-card img {
    width: 62% !important;
    right: -10px !important;
    bottom: 72px !important;
  }

  .buy-btn {
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: .06em !important;
  }
}

@media(max-width:430px) {
  .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .price {
    font-size: 26px !important;
    font-weight: 500 !important;
  }

  .product-card {
    min-height: 350px !important;
    padding: 16px 12px !important;
  }
}


/* FIX DEFINITIVO LOGO MOBILE */
.logo {
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  overflow:hidden !important;
  max-width:180px !important;
}

.logo img {
  width:140px !important;
  height:auto !important;
  max-height:48px !important;
  object-fit:contain !important;
  object-position:left center !important;
  transform:none !important;
  margin:0 !important;
  padding:0 !important;
  display:block !important;
  background:transparent !important;
}

/* Desktop */
@media(min-width:761px){
  .logo img{
    width:170px !important;
    max-height:58px !important;
  }
}

/* Mobile */
@media(max-width:760px){
  .site-header{
    height:74px !important;
    padding:0 14px !important;
  }

  .logo{
    max-width:145px !important;
  }

  .logo img{
    width:125px !important;
    max-height:42px !important;
  }

  .header-actions{
    gap:12px !important;
  }
}

/* iPhone stretto */
@media(max-width:430px){
  .logo{
    max-width:130px !important;
  }

  .logo img{
    width:112px !important;
    max-height:38px !important;
  }

  .icon-btn svg,
  .wa-link svg{
    width:26px !important;
    height:26px !important;
  }

  .cart-count{
    min-width:18px !important;
    height:18px !important;
    font-size:10px !important;
  }

  .hamburger span{
    width:26px !important;
  }
}


/* ICONE GIALLE MINIMAL SVG - integrate nel codice */
.line-icon{
  width:42px;
  height:42px;
  display:block;
  fill:none !important;
  stroke:#f0c978;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:drop-shadow(0 0 10px rgba(240,201,120,.22));
}

.benefits i,
.info-row i,
.trust-grid i{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#f0c978 !important;
  font-size:0 !important;
  line-height:1 !important;
  width:52px;
  min-width:52px;
  height:52px;
  font-style:normal !important;
}

.info-row .line-icon{
  width:46px;
  height:46px;
}

.trust-grid .line-icon{
  width:40px;
  height:40px;
}

@media(max-width:760px){
  .benefits i{
    width:42px;
    min-width:42px;
    height:42px;
  }

  .benefits .line-icon{
    width:34px;
    height:34px;
  }

  .info-row i{
    width:56px;
    min-width:56px;
    height:56px;
  }

  .info-row .line-icon{
    width:42px;
    height:42px;
  }

  .trust-grid i{
    width:44px;
    min-width:44px;
    height:44px;
  }

  .trust-grid .line-icon{
    width:36px;
    height:36px;
  }
}


/* Bottone Scopri le offerte: rimosso quadratino, freccia pulita */
.primary-btn .bag-icon {
  display: none !important;
}

.arrow-btn {
  font-size: 24px;
  line-height: 1;
  margin-left: 6px;
  font-weight: 500;
}

.primary-btn {
  gap: 12px !important;
}


/* Prodotti cliccabili + badge ricondizionato */
.clickable-product {
  cursor: pointer;
}

.clickable-product:focus {
  outline: 2px solid rgba(240,201,120,.65);
  outline-offset: 4px;
}

.refurb-badge {
  position: relative;
  z-index: 4;
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(240,201,120,.42);
  border-radius: 999px;
  color: #f0c978;
  background: rgba(240,201,120,.08);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 600;
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.product-modal.open {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(18px);
}

.modal-card {
  position: relative;
  z-index: 2;
  width: min(980px, 100%);
  max-height: 92vh;
  overflow: auto;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 28px;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(240,201,120,.32);
  background:
    radial-gradient(circle at 30% 10%, rgba(240,201,120,.14), transparent 35%),
    rgba(10,12,15,.94);
  box-shadow: 0 30px 100px rgba(0,0,0,.65);
}

.modal-close {
  position: absolute;
  right: 18px;
  top: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: white;
  font-size: 28px;
  cursor: pointer;
}

.modal-image-wrap {
  min-height: 360px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.08);
}

.modal-image {
  width: 92%;
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 30px 45px rgba(0,0,0,.7));
}

.modal-kicker {
  color: #f0c978;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 600;
}

.modal-title {
  margin: 12px 0 6px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
}

.modal-price {
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 18px;
}

.modal-desc {
  color: #ddd;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 18px;
}

.modal-features {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.modal-features li {
  color: #e8e8e8;
  font-weight: 400;
}

.modal-features li:before {
  content: "✓";
  color: #f0c978;
  margin-right: 10px;
}

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

.modal-add-cart,
.modal-whatsapp {
  border: 0;
  border-radius: 10px;
  padding: 15px 18px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-weight: 600;
  cursor: pointer;
}

.modal-add-cart {
  background: linear-gradient(180deg,#ffd889,#c7923e);
  color: #17110c;
}

.modal-whatsapp {
  color: white;
  border: 1px solid rgba(240,201,120,.34);
  background: rgba(255,255,255,.05);
}

@media(max-width:760px) {
  .modal-card {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .modal-image-wrap {
    min-height: 250px;
  }

  .modal-title {
    font-size: 34px;
  }

  .modal-price {
    font-size: 32px;
  }

  .modal-actions {
    display: grid;
  }
}


/* MIGLIORIE PROFESSIONALI RICONDIZIONATO */
.refurbished-section {
  margin-top: 56px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
  align-items: stretch;
}

.refurbished-copy {
  border: 1px solid rgba(217,171,88,.22);
  border-radius: 18px;
  padding: 34px;
  background: linear-gradient(145deg, rgba(18,22,26,.8), rgba(8,8,8,.72));
  backdrop-filter: blur(18px);
}

.refurbished-copy span {
  color: #f0c978;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 600;
  font-size: 12px;
}

.refurbished-copy h2 {
  margin: 12px 0;
  font-size: clamp(30px,4vw,50px);
  line-height: 1.05;
  text-transform: uppercase;
  font-weight: 600;
}

.refurbished-copy p {
  color: #ddd;
  line-height: 1.75;
  font-weight: 400;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
}

.check-grid div {
  border: 1px solid rgba(217,171,88,.2);
  border-radius: 16px;
  padding: 24px;
  background: rgba(255,255,255,.045);
  transition: transform .25s ease, border-color .25s ease;
}

.check-grid div:hover {
  transform: translateY(-4px);
  border-color: rgba(240,201,120,.5);
}

.check-grid strong {
  color: #f0c978;
  font-size: 13px;
  letter-spacing: .16em;
  font-weight: 500;
}

.check-grid h3 {
  margin: 10px 0 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}

.check-grid p {
  color: #d8d8d8;
  line-height: 1.55;
  font-weight: 400;
  font-size: 14px;
}

.reviews-section {
  margin-top: 54px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}

.reviews-grid article {
  border: 1px solid rgba(217,171,88,.2);
  border-radius: 16px;
  padding: 24px;
  background: linear-gradient(145deg, rgba(18,22,26,.78), rgba(8,8,8,.72));
}

.reviews-grid div {
  color: #f0c978;
  letter-spacing: .08em;
  margin-bottom: 14px;
}

.reviews-grid p {
  color: #e4e4e4;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 16px;
}

.reviews-grid strong {
  color: white;
  font-weight: 600;
}

.legal-section {
  width: min(1540px,100%);
  margin: 0 auto;
  padding: 28px clamp(20px,4vw,70px);
  color: #d7d7d7;
  border-top: 1px solid rgba(217,171,88,.12);
}

.legal-section h2 {
  color: #f0c978;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
  margin-bottom: 10px;
}

.legal-section p {
  max-width: 1050px;
  line-height: 1.7;
  font-weight: 400;
}

/* Carrello migliorato */
.cart-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

.remove-item {
  border: 1px solid rgba(240,201,120,.3);
  background: transparent;
  color: #f0c978;
  border-radius: 8px;
  padding: 7px 9px;
  cursor: pointer;
}

.clear-cart {
  border: 1px solid rgba(240,201,120,.28);
  background: rgba(255,255,255,.04);
  color: #fff;
  padding: 12px 14px;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600;
  cursor: pointer;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 70;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #17110c;
  background: linear-gradient(180deg,#ffd889,#c7923e);
  box-shadow: 0 16px 50px rgba(214,168,93,.35);
  text-decoration: none;
  font-size: 25px;
  font-weight: 700;
}

@media(max-width:760px){
  .refurbished-section {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .refurbished-copy {
    padding: 24px;
  }

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

  .check-grid div {
    padding: 18px 14px;
  }

  .check-grid h3 {
    font-size: 15px;
  }

  .check-grid p {
    font-size: 13px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .floating-whatsapp {
    bottom: 18px;
    right: 14px;
    width: 54px;
    height: 54px;
  }
}


/* UPDATE VISIBILE: homepage ricondizionata, bottoni dettagli, griglia più chiara */
.refurb-alert {
  margin: 8px 0 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.refurb-alert div {
  border: 1px solid rgba(240,201,120,.26);
  border-radius: 14px;
  padding: 18px;
  background: rgba(240,201,120,.06);
  backdrop-filter: blur(14px);
}

.refurb-alert strong {
  display: block;
  color: #f0c978;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
  font-weight: 600;
}

.refurb-alert span {
  display: block;
  color: #ddd;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 400;
}

.condition {
  position: relative;
  z-index: 4;
  color: #e5e5e5;
  font-size: 12px;
  line-height: 1.4;
  margin: -8px 0 12px;
  font-weight: 400;
  max-width: 70%;
}

.details-btn {
  position: absolute;
  left: 14px;
  bottom: 58px;
  z-index: 5;
  width: calc(50% - 20px);
  border: 1px solid rgba(240,201,120,.35);
  background: rgba(255,255,255,.045);
  color: #f0c978;
  border-radius: 7px;
  padding: 12px 8px;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 600;
  cursor: pointer;
}

.product-card .buy-btn {
  left: auto !important;
  right: 14px !important;
  bottom: 58px !important;
  width: calc(50% - 20px) !important;
}

.product-card {
  padding-bottom: 116px !important;
}

.process-section {
  margin-top: 54px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.process-grid div {
  border: 1px solid rgba(217,171,88,.22);
  border-radius: 16px;
  padding: 24px;
  background: linear-gradient(145deg, rgba(18,22,26,.76), rgba(8,8,8,.72));
}

.process-grid b {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #17110c;
  background: linear-gradient(180deg,#ffd889,#c7923e);
  margin-bottom: 14px;
  font-weight: 600;
}

.process-grid strong {
  display: block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600;
  margin-bottom: 8px;
}

.process-grid p {
  color: #ddd;
  line-height: 1.6;
  font-weight: 400;
}

@media(max-width:760px) {
  .refurb-alert {
    grid-template-columns: 1fr;
    margin-top: 12px;
  }

  .details-btn,
  .product-card .buy-btn {
    bottom: 16px !important;
    font-size: 10px !important;
  }

  .condition {
    max-width: 90%;
    font-size: 11px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }
}


/* PS5 PRO: card aggiornata come riferimento, bottone unico cliccabile */
.ps5-pro-card {
  min-height: 332px !important;
}

.ps5-pro-card h3 {
  color: #f0c978 !important;
  font-size: 25px !important;
  font-weight: 600 !important;
  margin-bottom: 34px !important;
}

.ps5-pro-card .price {
  font-size: 44px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  margin-bottom: 18px !important;
}

.ps5-pro-card ul {
  max-width: 55% !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
}

.ps5-pro-card img {
  width: 58% !important;
  right: -8px !important;
  bottom: 54px !important;
  max-height: 245px !important;
}

.ps5-pro-card .buy-btn.ps5-pro-buy {
  left: 22px !important;
  right: auto !important;
  bottom: 22px !important;
  width: 150px !important;
  padding: 13px 12px !important;
  border-radius: 7px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

.ps5-pro-card .details-btn,
.ps5-pro-card .refurb-badge,
.ps5-pro-card .condition {
  display: none !important;
}

@media(max-width:760px) {
  .ps5-pro-card {
    min-height: 350px !important;
    padding-bottom: 74px !important;
  }

  .ps5-pro-card h3 {
    font-size: 18px !important;
    margin-bottom: 36px !important;
  }

  .ps5-pro-card .price {
    font-size: 30px !important;
    margin-bottom: 18px !important;
  }

  .ps5-pro-card ul {
    max-width: 60% !important;
    font-size: 12px !important;
    line-height: 1.7 !important;
  }

  .ps5-pro-card img {
    width: 62% !important;
    right: -8px !important;
    bottom: 68px !important;
  }

  .ps5-pro-card .buy-btn.ps5-pro-buy {
    left: 14px !important;
    bottom: 16px !important;
    width: calc(100% - 28px) !important;
    font-size: 10px !important;
  }
}


/* SOSTITUZIONE REALE PRIMA CARD PS5 PRO CON LA CARD DELLA SECONDA FOTO */
.ps5-pro-card-exact {
  padding: 0 !important;
  min-height: auto !important;
  overflow: hidden !important;
  background: transparent !important;
  border: 1px solid rgba(217,171,88,.28) !important;
  border-radius: 12px !important;
  position: relative !important;
}

.ps5-pro-card-exact:before {
  display: none !important;
}

.ps5-pro-card-image {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: cover !important;
  filter: none !important;
}

/* Bottone cliccabile sopra il bottone presente nell'immagine */
.ps5-pro-card-buy {
  position: absolute !important;
  left: 6% !important;
  bottom: 7% !important;
  width: 40% !important;
  height: 13% !important;
  opacity: 0 !important;
  border: 0 !important;
  cursor: pointer !important;
  z-index: 20 !important;
}

/* Evita che vecchie regole della PS5 Pro interferiscano */
.ps5-pro-card-exact h3,
.ps5-pro-card-exact .price,
.ps5-pro-card-exact ul,
.ps5-pro-card-exact .buy-btn,
.ps5-pro-card-exact .details-btn,
.ps5-pro-card-exact .refurb-badge,
.ps5-pro-card-exact .condition {
  display: none !important;
}

@media(max-width:760px) {
  .ps5-pro-card-exact {
    min-height: auto !important;
    padding: 0 !important;
  }

  .ps5-pro-card-image {
    width: 100% !important;
  }

  .ps5-pro-card-buy {
    left: 6% !important;
    bottom: 7% !important;
    width: 41% !important;
    height: 13% !important;
  }
}


/* CARD PS5 PRO IDENTICA ALLA FOTO DI RIFERIMENTO */
.exact-reference-card{
  padding:0 !important;
  overflow:hidden !important;
  background:#0a0a0a !important;
  border-radius:14px !important;
  border:1px solid rgba(240,201,120,.25) !important;
  min-height:auto !important;
  position:relative !important;
}

.exact-reference-card *{
  display:block;
}

.exact-reference-card::before,
.exact-reference-card::after{
  display:none !important;
}

.exact-reference-image{
  width:100% !important;
  height:auto !important;
  object-fit:cover !important;
  position:static !important;
  inset:auto !important;
  max-height:none !important;
  filter:none !important;
}

.exact-reference-overlay{
  position:absolute !important;
  left:4% !important;
  bottom:5% !important;
  width:42% !important;
  height:16% !important;
  opacity:0 !important;
  cursor:pointer !important;
  border:0 !important;
  background:transparent !important;
  z-index:20 !important;
}


/* CARD QUADRATE HOMEPAGE */
.products{
  align-items:stretch !important;
}

.product-card,
.exact-reference-card{
  aspect-ratio:1/1 !important;
  min-height:auto !important;
  height:auto !important;
}

.exact-reference-card{
  overflow:hidden !important;
  border-radius:18px !important;
}

.exact-reference-image{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}

@media(max-width:760px){
  .product-card,
  .exact-reference-card{
    aspect-ratio:1/1.05 !important;
  }
}


/* NUOVA GRIGLIA PRODOTTI REALE: immagine quadrata sopra, testi sotto */
.clean-products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  overflow: visible !important;
  padding-bottom: 0 !important;
  scroll-snap-type: none !important;
}

.clean-card {
  aspect-ratio: auto !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  background: linear-gradient(160deg, rgba(18,22,26,.96), rgba(7,7,7,.96)) !important;
  border: 1px solid rgba(217,171,88,.24) !important;
  border-radius: 16px !important;
  box-shadow: 0 22px 55px rgba(0,0,0,.32) !important;
  cursor: pointer !important;
}

.clean-card:before,
.clean-card:after {
  display: none !important;
}

.product-photo {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  position: relative !important;
  background:
    radial-gradient(circle at 70% 40%, rgba(240,201,120,.14), transparent 42%),
    #090909 !important;
  border-bottom: 1px solid rgba(217,171,88,.14) !important;
}

.product-photo img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: none !important;
}

.product-photo-render img {
  object-fit: contain !important;
  padding: 18px !important;
  filter: drop-shadow(0 22px 28px rgba(0,0,0,.55)) !important;
}

.product-content {
  position: relative !important;
  z-index: 3 !important;
  padding: 18px 18px 20px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  min-height: 245px !important;
}

.refurb-pill {
  align-self: flex-start !important;
  display: inline-flex !important;
  padding: 6px 10px !important;
  border: 1px solid rgba(240,201,120,.42) !important;
  border-radius: 999px !important;
  color: #f0c978 !important;
  background: rgba(240,201,120,.08) !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: .12em !important;
  font-weight: 600 !important;
}

.clean-card h3 {
  display: block !important;
  margin: 0 !important;
  color: #f0c978 !important;
  font-size: 22px !important;
  line-height: 1.12 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: .045em !important;
}

.clean-card h3 em {
  display: inline-block !important;
  background: #f0c978 !important;
  color: #17110c !important;
  border-radius: 4px !important;
  padding: 2px 6px !important;
  font-size: 13px !important;
  font-style: normal !important;
  margin-left: 4px !important;
}

.clean-card .price {
  display: block !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  letter-spacing: -0.04em !important;
}

.clean-card ul {
  display: grid !important;
  gap: 5px !important;
  list-style: none !important;
  margin: 0 0 6px !important;
  max-width: 100% !important;
  color: #e8e8e8 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
}

.clean-card li:before {
  content: "•" !important;
  color: #f0c978 !important;
  margin-right: 8px !important;
}

.clean-card .buy-btn {
  position: static !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  margin-top: auto !important;
  padding: 13px 12px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  display: flex !important;
  opacity: 1 !important;
}

.clean-card .details-btn,
.clean-card .condition,
.clean-card .refurb-badge,
.exact-reference-overlay,
.ps5-pro-card-buy {
  display: none !important;
}

/* Su mobile: 2 colonne vere, cards più ordinate e senza sovrapposizioni */
@media(max-width:760px) {
  .clean-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .clean-card {
    border-radius: 14px !important;
  }

  .product-content {
    padding: 14px 12px 14px !important;
    min-height: 232px !important;
    gap: 8px !important;
  }

  .clean-card h3 {
    font-size: 18px !important;
  }

  .clean-card .price {
    font-size: 28px !important;
    font-weight: 400 !important;
  }

  .clean-card ul {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  .clean-card .buy-btn {
    font-size: 10px !important;
    padding: 12px 8px !important;
  }

  .refurb-pill {
    font-size: 9px !important;
    padding: 5px 8px !important;
  }
}

@media(max-width:380px) {
  .clean-products {
    grid-template-columns: 1fr !important;
  }
}


/* NUOVE FOTO PRODOTTO: card quadrate pulite, testo fuori foto */
.clean-products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  overflow: visible !important;
  padding-bottom: 0 !important;
  scroll-snap-type: none !important;
}

.clean-card {
  padding: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: auto !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(18,21,24,.96), rgba(6,6,6,.98)) !important;
  border: 1px solid rgba(240,201,120,.24) !important;
}

.clean-card:before,
.clean-card:after {
  display: none !important;
}

.product-photo {
  width: 100% !important;
  aspect-ratio: 1/1 !important;
  position: relative !important;
  overflow: hidden !important;
  background: #090909 !important;
  border-bottom: 1px solid rgba(240,201,120,.14) !important;
}

.product-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.25));
  pointer-events: none;
}

.product-photo img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  padding: 0 !important;
  filter: none !important;
  transform: none !important;
}

.product-content {
  padding: 16px 16px 18px !important;
  min-height: 218px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.refurb-pill {
  align-self: flex-start !important;
  display: inline-flex !important;
  padding: 5px 9px !important;
  border: 1px solid rgba(240,201,120,.42) !important;
  border-radius: 999px !important;
  color: #f0c978 !important;
  background: rgba(240,201,120,.08) !important;
  font-size: 9px !important;
  text-transform: uppercase !important;
  letter-spacing: .12em !important;
  font-weight: 600 !important;
}

.clean-card h3 {
  display: block !important;
  margin: 0 !important;
  color: #f0c978 !important;
  font-size: 19px !important;
  line-height: 1.14 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: .035em !important;
}

.clean-card h3 em {
  display: inline-block !important;
  background: #f0c978 !important;
  color: #17110c !important;
  border-radius: 4px !important;
  padding: 2px 6px !important;
  font-size: 12px !important;
  font-style: normal !important;
  margin-left: 4px !important;
}

.clean-card .price {
  display: block !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  letter-spacing: -0.04em !important;
}

.clean-card ul {
  display: grid !important;
  gap: 5px !important;
  list-style: none !important;
  margin: 0 0 6px !important;
  max-width: 100% !important;
  color: #e8e8e8 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
}

.clean-card li:before {
  content: "•" !important;
  color: #f0c978 !important;
  margin-right: 8px !important;
}

.clean-card .buy-btn {
  position: static !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  margin-top: auto !important;
  min-height: 42px !important;
  padding: 12px 10px !important;
  border-radius: 8px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .06em !important;
  opacity: 1 !important;
}

.clean-card .details-btn,
.clean-card .condition,
.clean-card .refurb-badge,
.exact-reference-overlay,
.ps5-pro-card-buy {
  display: none !important;
}

@media(max-width:760px) {
  .clean-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .product-content {
    min-height: 225px !important;
    padding: 14px 12px 14px !important;
  }

  .clean-card h3 {
    font-size: 17px !important;
  }

  .clean-card .price {
    font-size: 27px !important;
  }

  .clean-card ul {
    font-size: 11.5px !important;
  }

  .clean-card .buy-btn {
    font-size: 10px !important;
  }
}


/* CHECKOUT PREMIUM SUMUP */
.checkout-drawer {
  position: fixed;
  inset: 0;
  z-index: 160;
  display: none;
  background: rgba(0,0,0,.74);
  backdrop-filter: blur(18px);
  padding: 24px;
  overflow: auto;
}

.checkout-drawer.open {
  display: block;
}

.checkout-panel {
  width: min(1180px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(240,201,120,.28);
  border-radius: 28px;
  background:
    radial-gradient(circle at 80% 0%, rgba(240,201,120,.16), transparent 34%),
    linear-gradient(145deg, rgba(16,18,21,.96), rgba(5,5,5,.98));
  box-shadow: 0 30px 100px rgba(0,0,0,.7);
  overflow: hidden;
}

.checkout-header {
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(240,201,120,.14);
}

.checkout-header span {
  color: #f0c978;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 600;
}

.checkout-header h2 {
  margin-top: 6px;
  text-transform: uppercase;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 600;
}

.close-checkout {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  background: rgba(255,255,255,.05);
  color: white;
  font-size: 32px;
  cursor: pointer;
}

.checkout-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.06);
}

.checkout-steps span {
  padding: 14px;
  text-align: center;
  background: rgba(10,12,14,.9);
  color: #bdbdbd;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 11px;
  font-weight: 600;
}

.checkout-steps .active {
  color: #17110c;
  background: linear-gradient(180deg,#ffd889,#c7923e);
}

.checkout-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 26px;
  padding: 32px;
}

.checkout-form,
.checkout-summary {
  border: 1px solid rgba(240,201,120,.18);
  border-radius: 20px;
  background: rgba(255,255,255,.035);
  padding: 24px;
}

.checkout-form h3,
.checkout-summary h3 {
  color: #f0c978;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}

.form-grid label {
  color: #d9d9d9;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 500;
}

.form-grid .full {
  grid-column: 1 / -1;
}

.form-grid input {
  display: block;
  width: 100%;
  margin-top: 8px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(0,0,0,.34);
  color: white;
  padding: 15px 14px;
  font: inherit;
  outline: none;
  transition: .25s ease;
}

.form-grid input:focus {
  border-color: rgba(240,201,120,.65);
  box-shadow: 0 0 0 4px rgba(240,201,120,.08);
}

.shipping-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}

.shipping-card,
.payment-card {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(0,0,0,.28);
  color: white;
  padding: 18px;
  text-align: left;
  cursor: pointer;
}

.shipping-card strong,
.payment-card strong {
  display: block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600;
  font-size: 13px;
}

.shipping-card span,
.payment-card span {
  display: block;
  color: #cfcfcf;
  margin-top: 6px;
  font-size: 13px;
}

.shipping-card.selected,
.payment-card.selected {
  border-color: rgba(240,201,120,.62);
  background: rgba(240,201,120,.08);
  box-shadow: 0 0 30px rgba(240,201,120,.08);
}

.checkout-summary {
  position: sticky;
  top: 24px;
  align-self: start;
}

.checkout-product {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}

.checkout-product img {
  width: 92px;
  height: 92px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid rgba(240,201,120,.18);
}

.checkout-product strong {
  display: block;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
}

.checkout-product span {
  color: #f0c978;
  font-size: 13px;
}

.summary-lines {
  display: grid;
  gap: 12px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.09);
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.summary-lines div,
.summary-total {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.summary-lines span,
.summary-total span {
  color: #cfcfcf;
}

.summary-lines strong {
  font-weight: 500;
}

.summary-total {
  margin: 20px 0;
  align-items: center;
}

.summary-total strong {
  font-size: 36px;
  color: #f0c978;
  font-weight: 500;
}

.checkout-trust {
  display: grid;
  gap: 8px;
  color: #ddd;
  font-size: 13px;
  margin-bottom: 20px;
}

.pay-card-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  border-radius: 12px;
  background: linear-gradient(180deg,#ffd889,#c7923e);
  color: #17110c;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  box-shadow: 0 16px 45px rgba(240,201,120,.2);
}

.checkout-whatsapp {
  display: block;
  margin-top: 14px;
  color: #f0c978;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
}

@media(max-width: 820px) {
  .checkout-drawer {
    padding: 0;
  }

  .checkout-panel {
    min-height: 100vh;
    border-radius: 0;
  }

  .checkout-grid {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .checkout-header {
    padding: 22px 18px;
  }

  .checkout-steps span {
    font-size: 9px;
    padding: 12px 5px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .shipping-options {
    grid-template-columns: 1fr;
  }

  .checkout-summary {
    position: static;
    padding-bottom: 110px;
  }

  .pay-card-btn {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 180;
  }
}


/* CHECKOUT PAGE REALE */
.checkout-page-body{
  background:
    radial-gradient(circle at 80% 0%, rgba(240,201,120,.18), transparent 34%),
    linear-gradient(180deg,#050505,#090909);
  color:#fff;
  font-family:'Montserrat',system-ui,sans-serif;
}

.checkout-topbar{
  min-height:96px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px clamp(18px,5vw,70px);
  border-bottom:1px solid rgba(240,201,120,.16);
  background:rgba(5,5,5,.72);
  backdrop-filter:blur(18px);
}

.checkout-logo img{
  width:150px;
  height:auto;
  object-fit:contain;
}

.secure-label{
  text-align:right;
}

.secure-label span{
  display:block;
  color:#f0c978;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:12px;
  font-weight:600;
}

.secure-label strong{
  display:block;
  margin-top:4px;
  font-size:14px;
  font-weight:500;
}

.checkout-page{
  width:min(1180px,100%);
  margin:0 auto;
  padding:30px clamp(16px,4vw,36px) 70px;
}

.checkout-progress{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(240,201,120,.18);
  border-radius:16px;
  overflow:hidden;
  margin-bottom:24px;
}

.checkout-progress span{
  padding:15px 10px;
  text-align:center;
  background:rgba(255,255,255,.035);
  color:#aaa;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:11px;
  font-weight:600;
}

.checkout-progress .active{
  color:#17110c;
  background:linear-gradient(180deg,#ffd889,#c7923e);
}

.checkout-layout{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:24px;
}

.checkout-block,
.checkout-side-summary{
  border:1px solid rgba(240,201,120,.2);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(18,22,26,.82),rgba(8,8,8,.82));
  backdrop-filter:blur(18px);
  padding:24px;
  margin-bottom:18px;
}

.block-kicker{
  display:block;
  color:#f0c978;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:12px;
  font-weight:600;
  margin-bottom:16px;
}

.checkout-selected-product{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:18px;
  align-items:center;
}

.checkout-selected-product img{
  width:120px;
  height:120px;
  object-fit:cover;
  border-radius:16px;
  border:1px solid rgba(240,201,120,.24);
}

.checkout-selected-product strong{
  display:block;
  font-size:24px;
  text-transform:uppercase;
  color:#fff;
}

.checkout-selected-product small{
  display:block;
  color:#f0c978;
  margin:7px 0;
}

.checkout-selected-product b{
  font-size:32px;
  font-weight:400;
}

.checkout-form-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.checkout-form-grid label{
  color:#d8d8d8;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:500;
}

.checkout-form-grid .full{
  grid-column:1/-1;
}

.checkout-form-grid input{
  width:100%;
  margin-top:8px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:13px;
  background:rgba(0,0,0,.34);
  color:#fff;
  padding:15px;
  font:inherit;
  outline:none;
}

.checkout-form-grid input:focus{
  border-color:rgba(240,201,120,.62);
  box-shadow:0 0 0 4px rgba(240,201,120,.08);
}

.checkout-options{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.checkout-option,
.checkout-payment-selected{
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:rgba(0,0,0,.28);
  color:#fff;
  padding:18px;
  text-align:left;
}

.checkout-option.selected,
.checkout-payment-selected{
  border-color:rgba(240,201,120,.58);
  background:rgba(240,201,120,.08);
}

.checkout-option strong,
.checkout-payment-selected strong{
  display:block;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:13px;
  font-weight:600;
}

.checkout-option small,
.checkout-payment-selected small{
  display:block;
  margin-top:6px;
  color:#cfcfcf;
}

.checkout-side-summary{
  position:sticky;
  top:22px;
  align-self:start;
}

.checkout-side-summary h2{
  color:#f0c978;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:18px;
  margin-bottom:20px;
}

.summary-product-mini,
.summary-line,
.summary-total-final{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.summary-product-mini span,
.summary-line span,
.summary-total-final span{
  color:#cfcfcf;
}

.summary-product-mini strong,
.summary-line strong{
  font-weight:500;
}

.summary-total-final strong{
  color:#f0c978;
  font-size:38px;
  font-weight:400;
}

.checkout-trust-list{
  display:grid;
  gap:9px;
  margin:20px 0;
  color:#ddd;
  font-size:13px;
}

.sumup-pay-button{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  border-radius:13px;
  background:linear-gradient(180deg,#ffd889,#c7923e);
  color:#17110c;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:700;
}

.back-to-shop{
  display:block;
  margin-top:14px;
  color:#f0c978;
  text-align:center;
  text-decoration:none;
  font-size:13px;
}

.real-checkout-link{
  text-decoration:none !important;
}

@media(max-width:820px){
  .checkout-topbar{
    min-height:82px;
  }

  .checkout-logo img{
    width:120px;
  }

  .secure-label strong{
    display:none;
  }

  .checkout-page{
    padding:18px 12px 90px;
  }

  .checkout-progress span{
    font-size:9px;
    padding:12px 4px;
  }

  .checkout-layout{
    grid-template-columns:1fr;
  }

  .checkout-form-grid,
  .checkout-options{
    grid-template-columns:1fr;
  }

  .checkout-side-summary{
    position:static;
  }

  .sumup-pay-button{
    position:static;
    width:100%;
    margin-top:24px;
    min-height:62px;
    box-shadow:0 18px 50px rgba(240,201,120,.18);
  }

  .checkout-trust-list{
    margin-bottom:24px;
  }
}


/* FIX HERO MOBILE: testi originali leggibili e immagine senza sovrapposizioni */
.floating-whatsapp svg{
  width:32px !important;
  height:32px !important;
  fill:currentColor !important;
}

@media(max-width:760px){
  .hero{
    grid-template-columns:1fr !important;
    gap:14px !important;
    padding-top:22px !important;
    text-align:left !important;
  }

  .hero-copy{
    z-index:4 !important;
    padding-top:0 !important;
  }

  .hero h1{
    font-size:clamp(31px,8.5vw,42px) !important;
    line-height:1.12 !important;
    letter-spacing:.015em !important;
    max-width:100% !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
  }

  .hero h1 br{display:none !important;}

  .hero p{
    max-width:100% !important;
    font-size:15.5px !important;
    line-height:1.55 !important;
    margin:14px 0 20px !important;
  }

  .hero-stage{
    min-height:300px !important;
    width:100% !important;
    place-items:center !important;
    overflow:hidden !important;
    margin-top:0 !important;
  }

  .triangle{
    width:88% !important;
    height:88% !important;
    left:0 !important;
    right:0 !important;
  }

  .platform{
    width:78% !important;
    bottom:28px !important;
  }

  .hero-console{
    width:min(92vw,440px) !important;
    max-width:100% !important;
    margin-left:0 !important;
  }

  .benefits{
    margin-top:14px !important;
  }
}

@media(max-width:430px){
  .hero h1{font-size:clamp(28px,8vw,36px) !important;}
  .hero p{font-size:14.5px !important;}
  .hero-stage{min-height:260px !important;}
  .hero-console{width:min(94vw,380px) !important;}
}

.bank-details {
  gap: 12px;
}

.bank-detail-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.72);
}

.bank-detail-row b {
  color: #fff;
  text-align: right;
  overflow-wrap: anywhere;
}

.payment-methods .checkout-option {
  cursor: pointer;
}


/* FIX richiesti: icona WhatsApp reale, card prodotto non tagliate, X modal sempre sopra */
.floating-whatsapp{
  background:#25D366 !important;
  color:#fff !important;
  box-shadow:0 16px 50px rgba(37,211,102,.38) !important;
  border:2px solid rgba(255,255,255,.18) !important;
}
.floating-whatsapp svg{
  width:36px !important;
  height:36px !important;
  fill:#fff !important;
  display:block !important;
}
.product-photo{
  display:grid !important;
  place-items:center !important;
}
.product-photo img{
  object-fit:contain !important;
  object-position:center center !important;
  padding:10px !important;
  box-sizing:border-box !important;
}
.modal-card{
  overflow:auto !important;
}
.modal-close{
  z-index:999 !important;
  background:rgba(0,0,0,.72) !important;
  border:1px solid rgba(240,201,120,.55) !important;
  color:#fff !important;
  box-shadow:0 8px 24px rgba(0,0,0,.45) !important;
}
.modal-image-wrap,
.modal-image{
  position:relative !important;
  z-index:1 !important;
}
@media(max-width:760px){
  .modal-card{padding-top:62px !important;}
  .modal-close{top:14px !important; right:14px !important;}
  .modal-image{max-height:300px !important; width:100% !important; object-fit:contain !important;}
}


/* Fix carrello: sezione più compatta e un solo prodotto */
.cart-drawer{
  top:18px;
  right:18px;
  width:min(340px,calc(100vw - 36px));
  height:auto;
  max-height:78vh;
  border:1px solid var(--line);
  border-radius:24px;
  padding:20px;
  box-shadow:0 24px 80px rgba(0,0,0,.55);
}
.cart-items{
  flex:0 1 auto;
  max-height:190px;
}
.cart-item{
  padding:12px;
}
.cart-item strong{
  font-size:15px;
}
.cart-total{
  padding-top:12px;
}
.clear-cart{
  padding:10px 12px;
}
.checkout{
  text-align:center;
  padding:13px 16px;
  font-size:13px;
}
@media(max-width:640px){
  .cart-drawer{
    top:14px;
    right:12px;
    left:12px;
    width:auto;
    max-height:72vh;
    padding:18px;
  }
  .cart-items{max-height:160px;}
}


/* FIX barra step checkout */
.checkout-progress{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:0 !important;
  border:1px solid rgba(240,201,120,.28) !important;
  border-radius:22px !important;
  overflow:hidden !important;
  background:rgba(255,255,255,.035) !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025) !important;
}
.checkout-progress span{
  min-width:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:58px !important;
  padding:12px 8px !important;
  border-right:1px solid rgba(24,18,10,.16) !important;
  text-align:center !important;
  line-height:1.15 !important;
  white-space:normal !important;
  word-break:keep-all !important;
  background:rgba(20,18,14,.82) !important;
  color:rgba(255,255,255,.62) !important;
}
.checkout-progress span:last-child{border-right:0 !important;}
.checkout-progress .active{
  color:#17110c !important;
  background:linear-gradient(180deg,#ffd889 0%,#e9b84e 100%) !important;
}
@media(max-width:620px){
  .checkout-progress{border-radius:18px !important;}
  .checkout-progress span{
    min-height:48px !important;
    padding:9px 3px !important;
    font-size:8.5px !important;
    letter-spacing:.045em !important;
  }
}
@media(max-width:380px){
  .checkout-progress span{font-size:7.6px !important; letter-spacing:.025em !important;}
}

/* EFFECTS PACK PREMIUM AIXON */
:root{--mx:50%;--my:20%;}
body::before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:0;
  background:radial-gradient(circle at var(--mx) var(--my), rgba(240,201,120,.11), transparent 22rem),
             radial-gradient(circle at 18% 8%, rgba(240,201,120,.07), transparent 18rem);
  opacity:.95;transition:opacity .25s ease;
}
body::after{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:0;
  background-image:radial-gradient(rgba(240,201,120,.32) 1px, transparent 1px);
  background-size:42px 42px;opacity:.035;animation:aixonParticles 18s linear infinite;
}
@keyframes aixonParticles{from{background-position:0 0}to{background-position:180px -260px}}
.site-header{transition:background .28s ease, backdrop-filter .28s ease, box-shadow .28s ease, border-color .28s ease;}
.site-header.scrolled{background:rgba(6,8,10,.72)!important;backdrop-filter:blur(20px);border-color:rgba(240,201,120,.18);box-shadow:0 12px 38px rgba(0,0,0,.38)}
.hero-stage::after{content:"";position:absolute;left:8%;right:8%;bottom:24px;height:120px;border-radius:50%;background:radial-gradient(ellipse, rgba(240,201,120,.38), transparent 68%);filter:blur(18px);animation:goldPulse 3.8s ease-in-out infinite;z-index:0}
@keyframes goldPulse{0%,100%{opacity:.45;transform:scale(.96)}50%{opacity:.85;transform:scale(1.06)}}
.hero-console{animation:floatConsole 4.8s ease-in-out infinite;will-change:transform;}
@keyframes floatConsole{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
.primary-btn,.buy-btn,.checkout,.sumup-pay-button,.accept-cookies{position:relative!important;overflow:hidden!important;isolation:isolate;}
.primary-btn::after,.buy-btn::after,.checkout::after,.sumup-pay-button::after,.accept-cookies::after{content:"";position:absolute;inset:-40% auto -40% -70%;width:45%;transform:skewX(-22deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);z-index:-1;animation:btnShine 3.2s ease-in-out infinite;}
@keyframes btnShine{0%,45%{left:-70%}70%,100%{left:130%}}
.primary-btn:active,.buy-btn:active,.checkout:active,.sumup-pay-button:active{transform:translateY(0) scale(.98)!important;}
.product-card{transform-style:preserve-3d;will-change:transform, box-shadow;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,filter .28s ease!important;}
.product-card:hover{transform:perspective(900px) rotateX(2deg) rotateY(-3deg) translateY(-8px)!important;filter:saturate(1.08)}
.product-card:hover .product-photo img,.product-card:hover > img{transform:scale(1.045) translateY(-4px)!important;filter:drop-shadow(0 28px 34px rgba(0,0,0,.58));}
.product-photo img,.product-card > img{transition:transform .35s ease,filter .35s ease;}
.product-card::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(120deg, transparent 18%, rgba(240,201,120,.09), transparent 42%);opacity:0;transition:opacity .25s ease;}
.product-card:hover::after{opacity:1;}
.line-icon{transition:transform .25s ease,filter .25s ease;}
.benefits div:hover .line-icon,.trust-grid div:hover .line-icon,.info-row:hover .line-icon{transform:translateY(-3px) scale(1.06);filter:drop-shadow(0 0 16px rgba(240,201,120,.45));}
.wa-float,.whatsapp-float,.whatsapp-button,.info-row.featured{animation:waPulse 2.2s ease-in-out infinite;}
@keyframes waPulse{0%,100%{box-shadow:0 0 0 rgba(37,211,102,0)}50%{box-shadow:0 0 28px rgba(37,211,102,.22)}}
.reveal{opacity:0;transform:translateY(26px);transition:opacity .65s ease,transform .65s ease;}
.reveal.in-view{opacity:1;transform:translateY(0)}
.checkout-progress .active{position:relative;overflow:hidden;}
.checkout-progress .active::after{content:"";position:absolute;left:-45%;top:0;width:35%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);transform:skewX(-20deg);animation:stepShine 2.8s ease-in-out infinite;}
@keyframes stepShine{0%,40%{left:-45%}75%,100%{left:115%}}
.checkout-option,.checkout-block,.checkout-side-summary,.checkout-selected-product{transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;}
.checkout-option:hover,.checkout-block:hover,.checkout-side-summary:hover{transform:translateY(-2px);border-color:rgba(240,201,120,.42)!important;box-shadow:0 18px 48px rgba(0,0,0,.22)}
.modal-card{animation:modalIn .28s ease both;}
@keyframes modalIn{from{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}
.faq-list details[open]{animation:faqOpen .25s ease both;}
@keyframes faqOpen{from{filter:brightness(.9)}to{filter:brightness(1)}}
@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1!important;transform:none!important}}
@media(max-width:760px){.product-card:hover{transform:translateY(-4px)!important}.hero-console{animation:floatConsoleMobile 5s ease-in-out infinite}@keyframes floatConsoleMobile{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}}

/* FIX: pallini selezione metodo pagamento */
.payment-methods .checkout-option{
  position:relative !important;
  padding-left:62px !important;
}
.payment-methods .checkout-option::before{
  content:"";
  position:absolute;
  left:22px;
  top:50%;
  width:22px;
  height:22px;
  border-radius:50%;
  transform:translateY(-50%);
  border:3px solid rgba(255,255,255,.28);
  background:rgba(0,0,0,.18);
  box-shadow:inset 0 0 0 4px rgba(0,0,0,.45);
  transition:all .22s ease;
}
.payment-methods .checkout-option::after{
  content:"";
  position:absolute;
  left:29px;
  top:50%;
  width:14px;
  height:14px;
  border-radius:50%;
  transform:translateY(-50%) scale(0);
  background:linear-gradient(135deg,#f7d585,#d39a35);
  box-shadow:0 0 18px rgba(240,201,120,.45);
  transition:transform .22s ease;
}
.payment-methods .checkout-option.selected::before{
  border-color:rgba(240,201,120,.95);
  background:rgba(240,201,120,.12);
}
.payment-methods .checkout-option.selected::after{
  transform:translateY(-50%) scale(1);
}
@media (max-width:680px){
  .payment-methods .checkout-option{
    padding-left:54px !important;
  }
  .payment-methods .checkout-option::before{
    left:18px;
    width:20px;
    height:20px;
  }
  .payment-methods .checkout-option::after{
    left:25px;
    width:12px;
    height:12px;
  }
}

/* MENU MOBILE PREMIUM GOLD FIX */
.mobile-menu{
  background:
    radial-gradient(circle at 18% 0%, rgba(240,201,120,.22), transparent 34%),
    linear-gradient(145deg, rgba(16,17,18,.96), rgba(5,5,5,.96));
  border:1px solid rgba(240,201,120,.36) !important;
  border-right:0 !important;
  box-shadow:-18px 0 55px rgba(0,0,0,.62), inset 0 1px 0 rgba(255,255,255,.05), 0 0 38px rgba(214,168,93,.12);
  overflow:hidden;
}
.mobile-menu::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(115deg, transparent 0%, rgba(240,201,120,.08) 42%, transparent 72%);
  animation:menuGoldSweep 5.5s ease-in-out infinite;
}
.mobile-menu nav{
  position:relative;
  z-index:1;
  gap:10px;
  padding:30px 28px;
}
.mobile-menu a{
  position:relative;
  display:flex;
  align-items:center;
  min-height:70px;
  padding:0 22px 0 56px !important;
  border:1px solid rgba(240,201,120,.16) !important;
  border-radius:18px;
  background:linear-gradient(135deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
  color:#fff !important;
  letter-spacing:.08em;
  text-shadow:0 0 18px rgba(0,0,0,.55);
  transition:transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease, color .25s ease;
}
.mobile-menu a::before{
  content:"";
  position:absolute;
  left:22px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:linear-gradient(180deg, #ffe2a0, #c7923e);
  box-shadow:0 0 16px rgba(240,201,120,.68);
  transform:scale(.72);
  opacity:.9;
}
.mobile-menu a::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:18px;
  background:linear-gradient(100deg, transparent 0%, rgba(255,216,137,.18) 48%, transparent 82%);
  transform:translateX(-120%);
  transition:transform .55s ease;
  pointer-events:none;
}
.mobile-menu a:hover,
.mobile-menu a:focus-visible{
  color:#ffe2a0 !important;
  border-color:rgba(240,201,120,.58) !important;
  background:linear-gradient(135deg, rgba(240,201,120,.13), rgba(255,255,255,.025));
  box-shadow:0 0 28px rgba(214,168,93,.16), inset 0 0 0 1px rgba(255,255,255,.04);
  transform:translateX(-6px);
  outline:none;
}
.mobile-menu a:hover::after,
.mobile-menu a:focus-visible::after{transform:translateX(120%)}
@keyframes menuGoldSweep{
  0%,100%{transform:translateX(-30%);opacity:.35}
  50%{transform:translateX(30%);opacity:.75}
}
@media(max-width:760px){
  .mobile-menu{width:min(390px,92vw);border-radius:0 0 0 28px;}
  .mobile-menu nav{padding:24px 20px;gap:9px;}
  .mobile-menu a{min-height:62px;font-size:15px;padding-left:50px!important;}
  .mobile-menu a::before{left:20px;width:10px;height:10px;}
}
