/* Rent Your Bike - Modern UI 2026
   Override non invasivo: mantiene struttura e contenuti esistenti. */
:root{
  --ryb-green:#0e3b25;
  --ryb-green-2:#165c39;
  --ryb-green-soft:#eaf3ed;
  --ryb-gold:#c5a253;
  --ryb-ink:#13211a;
  --ryb-muted:#647269;
  --ryb-bg:#f5f7f5;
  --ryb-card:#ffffff;
  --ryb-border:#dce5df;
  --ryb-shadow:0 14px 38px rgba(13,55,34,.10);
  --ryb-radius:18px;
}
html{scroll-behavior:smooth;scroll-padding-top:84px}
body{
  background:var(--ryb-bg)!important;
  color:var(--ryb-ink)!important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
  line-height:1.6;
  margin:0!important;
}
body > .container:first-of-type{width:100%!important;max-width:none!important;display:block!important;padding:0!important;margin:0!important}
a{color:var(--ryb-green-2);transition:.2s ease}
a:hover{color:var(--ryb-green)}

/* Navigazione */
#nav.container{
  position:sticky!important;top:0;z-index:9999;
  width:100%!important;max-width:none!important;
  background:rgba(10,47,29,.97)!important;
  box-shadow:0 8px 28px rgba(0,0,0,.16);
  backdrop-filter:blur(8px);
  padding:0 18px!important;
}
#nav ul{display:flex!important;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap;margin:0!important;padding:8px 0!important;list-style:none}
#nav li{margin:0!important;padding:0!important}
#nav a{display:flex!important;align-items:center;color:#fff!important;text-decoration:none!important;padding:11px 14px!important;border-radius:10px;font-weight:650;letter-spacing:.01em}
#nav a:hover{background:rgba(255,255,255,.11)!important;color:#fff!important}
#nav li:last-child a{color:#f2d88a!important}
#nav img{display:block;border-radius:50%}

/* Hero */
.logo{display:block!important;width:min(330px,72vw)!important;height:auto!important;margin:34px auto 14px!important;filter:drop-shadow(0 8px 18px rgba(0,0,0,.10))}
#top.container{max-width:1180px!important;margin:0 auto 28px!important;padding:24px 24px 38px!important;display:block!important;text-align:center}
#top .box{max-width:980px!important;margin:0 auto!important;background:linear-gradient(135deg,#fff,#f3f8f4);border:1px solid var(--ryb-border);border-radius:26px;padding:38px!important;box-shadow:var(--ryb-shadow)}
#top h1{font-size:clamp(2rem,5vw,3.4rem)!important;line-height:1.1!important;margin-bottom:10px!important;color:var(--ryb-green)!important}
#top h2{font-size:clamp(1.15rem,2.5vw,1.65rem)!important;line-height:1.35!important;color:#355045!important}
#top h3{color:var(--ryb-green)!important;font-weight:800!important}
#top p{font-size:1.05rem;color:#43564c!important}

/* Sezioni */
.wrapper{padding:64px 20px!important;margin:0!important}
.wrapper.style2{background:linear-gradient(180deg,#eef5f0,#e6f0e9)!important}
.wrapper.style3{background:#fff!important}
.wrapper.style3:nth-of-type(even){background:var(--ryb-bg)!important}
.wrapper.style4{background:linear-gradient(145deg,#0b2f1d,#123f29)!important;color:#fff!important}
.wrapper > article,.wrapper > .container,article[id]{max-width:1180px;margin-left:auto!important;margin-right:auto!important}
.wrapper hr{border:0;border-top:1px solid var(--ryb-border);margin:0 0 34px}
header h2, article > header h2{color:var(--ryb-green)!important;font-size:clamp(1.7rem,3.4vw,2.45rem)!important;line-height:1.18!important;margin-bottom:10px!important}
header h3, article > header h3{color:#52665b!important;line-height:1.4!important}
.style4 h2,.style4 h3,.style4 h4,.style4 p,.style4 a{color:#fff!important}

/* Griglie e card */
.container{max-width:1180px;margin-left:auto;margin-right:auto}
.row{gap:24px!important;align-items:stretch!important}
.box.style1,.box.style2,.team-item{
  background:var(--ryb-card)!important;border:1px solid var(--ryb-border)!important;
  border-radius:var(--ryb-radius)!important;box-shadow:0 8px 24px rgba(19,48,31,.07)!important;
  padding:22px!important;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;
}
.box.style1:hover,.box.style2:hover,.team-item:hover{transform:translateY(-3px);box-shadow:var(--ryb-shadow)!important}
.box.style1 h3,.box.style2 h3{color:var(--ryb-green)!important;margin-top:12px!important}
.box.style1 ul{padding-left:22px!important;text-align:left}
.box.style1 li{margin:.35rem 0}
.icon.featured{color:var(--ryb-green-2)!important}

/* Immagini: nessun crop */
.image.featured{display:flex!important;align-items:center;justify-content:center;background:#fff;border-radius:14px;overflow:hidden;min-height:210px;padding:8px!important}
.image.featured img{display:block!important;width:100%!important;height:240px!important;max-width:100%!important;object-fit:contain!important;object-position:center!important;border-radius:10px!important;background:#fff}
.team-item img{max-width:100%!important;height:auto!important;object-fit:contain!important}

/* Pulsanti */
.button,.button.big,input[type="submit"],button{
  background:var(--ryb-green-2)!important;color:#fff!important;border:0!important;border-radius:999px!important;
  box-shadow:0 7px 18px rgba(18,91,56,.20)!important;font-weight:750!important;text-decoration:none!important;
  transition:transform .18s ease,background .18s ease,box-shadow .18s ease!important;
}
.button:hover,.button.big:hover,input[type="submit"]:hover,button:hover{background:var(--ryb-green)!important;transform:translateY(-1px);box-shadow:0 10px 22px rgba(18,91,56,.26)!important}

/* Tabelle prezzi */
.wrapper.table{background:#f4f7f5!important;overflow-x:auto}
.wrapper.table table,table{background:#fff;border-collapse:separate!important;border-spacing:0!important;border:1px solid var(--ryb-border)!important;border-radius:16px!important;overflow:hidden;box-shadow:0 8px 24px rgba(19,48,31,.07)}
table th{background:var(--ryb-green)!important;color:#fff!important;font-weight:750!important}
table th,table td{padding:13px 14px!important;border-color:#e4ebe6!important}
table tr:nth-child(even) td{background:#f7faf8!important}

/* Contatti */
#contatti{width:100%;text-align:center}
.contact-header{max-width:900px;margin:0 auto}
.contact-lines{font-size:1.05rem;margin:18px auto 28px;line-height:1.9}
.contact-lines a{text-decoration:none;font-weight:700}
.contact-lines .separator{opacity:.45;padding:0 .35rem}
.contact-hours{max-width:900px;margin:26px auto}
.map-responsive{position:relative;overflow:hidden;width:100%;padding-top:46%;min-height:300px;border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.18);margin:28px auto}
.map-responsive iframe{position:absolute!important;inset:0;width:100%!important;height:100%!important;border:0!important}
ul.social{display:flex!important;justify-content:center;gap:10px;flex-wrap:wrap;padding:0!important;list-style:none!important}
ul.social li{margin:0!important}
ul.social a{background:rgba(255,255,255,.1)!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:50%!important}
.payment-images img{max-width:min(100%,460px)!important;height:auto!important;margin:8px auto!important;display:block}
.site-footer{margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.16)}
#copyright{display:flex!important;justify-content:center;gap:10px 18px;flex-wrap:wrap!important;list-style:none!important;padding:0!important;margin:0!important}
#copyright li{margin:0!important}
.legal-links{margin-top:16px}

/* Form / media */
img{max-width:100%;height:auto}
iframe{max-width:100%}

@media (max-width:760px){
  html{scroll-padding-top:122px}
  #nav.container{padding:0 6px!important}
  #nav ul{justify-content:flex-start!important;overflow-x:auto;flex-wrap:nowrap!important;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:8px!important}
  #nav ul::-webkit-scrollbar{display:none}
  #nav a{white-space:nowrap;padding:9px 11px!important;font-size:.92rem}
  .wrapper{padding:42px 14px!important}
  #top.container{padding:12px 14px 28px!important}
  #top .box{padding:26px 18px!important;border-radius:20px}
  .row{display:block!important}
  .row > div,.box{width:100%!important;max-width:100%!important;margin:0 0 18px!important}
  .image.featured{min-height:180px}
  .image.featured img{height:210px!important}
  .map-responsive{padding-top:75%;min-height:280px}
  /* Mantiene leggibile la tabella mobile già trasformata dal sito */
  table,thead,tbody,th,td,tr{max-width:100%}
  td{min-height:46px;padding-left:47%!important}
}


/* RYB v2.6 - neutralizza gli offset del vecchio template sulle immagini delle card bici */
.ryb-bike-grid .ryb-bike-item > article.box.style2 > a.image.featured{position:static!important;left:auto!important;top:auto!important;transform:none!important;margin:0 0 14px!important;width:100%!important;height:235px!important;min-height:235px!important;max-height:235px!important;padding:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}
.ryb-bike-grid .ryb-bike-item > article.box.style2 > a.image.featured>img{position:static!important;left:auto!important;top:auto!important;transform:none!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:219px!important;margin:auto!important;object-fit:contain!important;object-position:center!important}
.ryb-bike-grid .ryb-bike-item > article.box.style2>h3{margin:0 0 8px!important;min-height:32px!important;line-height:1.25!important;text-align:center!important}
.ryb-bike-grid .ryb-bike-item > article.box.style2>p{margin:0!important;line-height:1.45!important;text-align:center!important}

/* =========================================================
   RYB v2.6.2 - Hero desktop e footer uniforme
   ========================================================= */

/* Hero: su desktop la testata grafica segue la larghezza del box introduttivo. */
.logo{
  width:min(980px,92vw)!important;
  max-width:980px!important;
  max-height:440px!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:30px auto 18px!important;
}

/* Footer: bianco uniforme, anche contro le regole del template storico. */
.wrapper.style4 #contatti,
.wrapper.style4 #contatti h1,
.wrapper.style4 #contatti h2,
.wrapper.style4 #contatti h3,
.wrapper.style4 #contatti h4,
.wrapper.style4 #contatti h5,
.wrapper.style4 #contatti h6,
.wrapper.style4 #contatti p,
.wrapper.style4 #contatti span,
.wrapper.style4 #contatti strong,
.wrapper.style4 #contatti li,
.wrapper.style4 #contatti a,
.wrapper.style4 #contatti .style5,
.wrapper.style4 #contatti .fa-inverse,
.wrapper.style4 #contatti .separator,
.wrapper.style4 #contatti #copyright,
.wrapper.style4 #contatti #copyright li,
.wrapper.style4 #contatti #copyright a,
.wrapper.style4 #contatti .legal-links,
.wrapper.style4 #contatti .legal-links a{
  color:#fff!important;
}

/* Numero di telefono esplicitamente bianco. */
.wrapper.style4 #contatti h3 strong{
  color:#fff!important;
}

/* Icone social Font Awesome. */
.wrapper.style4 #contatti ul.social a,
.wrapper.style4 #contatti ul.social a:before,
.wrapper.style4 #contatti ul.social .icon:before{
  color:#fff!important;
}
.wrapper.style4 #contatti ul.social a{
  border-color:rgba(255,255,255,.38)!important;
  background:rgba(255,255,255,.08)!important;
}
.wrapper.style4 #contatti ul.social a:hover{
  background:rgba(255,255,255,.18)!important;
}

/* I pulsanti social usano il quadrato disegnato da :before.
   Rimuove il vecchio fondale circolare dell'elemento link che sporgeva al passaggio del mouse. */
.wrapper.style4 #contatti ul.social a,
.wrapper.style4 #contatti ul.social a:hover{
  background:transparent!important;
  border-color:transparent!important;
  border-radius:6px!important;
  box-shadow:none!important;
}
.wrapper.style4 #contatti ul.social a:before{
  background-color:#444!important;
  border-radius:6px!important;
}
.wrapper.style4 #contatti ul.social a:hover:before{
  background-color:#555!important;
}

/* Loghi dei metodi di pagamento resi monocromatici bianchi. */
.wrapper.style4 #contatti .payment-images img{
  filter:brightness(0) invert(1)!important;
  opacity:.96!important;
}

/* Anche le piccole icone WhatsApp nella sezione contatti diventano bianche. */
.wrapper.style4 #contatti .contact-header > h3 img{
  filter:brightness(0) invert(1)!important;
}

@media (max-width:760px){
  .logo{
    width:min(330px,78vw)!important;
    max-width:330px!important;
    max-height:none!important;
    margin:24px auto 12px!important;
  }
}


/* =========================================================
   RYB v2.6.3 - Spazi prenotazione/listino, icone originali,
   link evidenziati nelle schede servizi
   ========================================================= */

/* Avvicina la CTA di prenotazione al listino e rimuove le doppie linee. */
.wrapper.booking-cta{
  padding-bottom:28px!important;
}
.wrapper.booking-cta #prenota{
  margin-bottom:0!important;
  padding-bottom:0!important;
}
.wrapper.booking-cta #prenota > hr,
.wrapper.price-section #prezzi > hr{
  display:none!important;
}
.wrapper.price-section{
  padding-top:28px!important;
}
.wrapper.price-section #prezzi{
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
}
.wrapper.price-section #prezzi + br{
  display:none!important;
}

/* WhatsApp e metodi di pagamento: mantieni i colori originali. */
.wrapper.style4 #contatti .contact-header > h3 img,
.wrapper.style4 #contatti .payment-images img{
  filter:none!important;
  opacity:1!important;
}

/* Link operativi nelle schede servizi: evidenza discreta ma inequivocabile. */
.box.style1 a.ryb-highlight-link{
  display:inline-block!important;
  padding:5px 11px!important;
  margin:3px 0!important;
  background:#fff2b8!important;
  border:1px solid #ead37a!important;
  border-radius:8px!important;
  color:#174c31!important;
  font-weight:800!important;
  text-decoration:none!important;
  box-shadow:0 2px 6px rgba(99,78,11,.08)!important;
}
.box.style1 a.ryb-highlight-link:hover{
  background:#ffe98f!important;
  border-color:#d7b94d!important;
  color:#0e3b25!important;
  transform:translateY(-1px);
}

@media (max-width:760px){
  .wrapper.booking-cta{padding-bottom:22px!important}
  .wrapper.price-section{padding-top:22px!important}
}


/* === RYB v2.6.5: menu mobile + listino responsive === */
.ryb-nav-toggle{display:none;border:0;background:#0d4528;color:#fff;font:inherit;font-weight:800;padding:10px 14px;border-radius:10px;cursor:pointer;align-items:center;gap:8px}
.ryb-nav-toggle .bars{font-size:22px;line-height:1}
@media (max-width:760px){
  #nav{padding:8px 12px!important;width:100%!important;max-width:none!important;box-sizing:border-box!important}
  #nav .ryb-nav-toggle{display:flex!important;width:100%;justify-content:space-between}
  #nav>ul{display:none!important;margin:8px 0 0!important;padding:8px!important;width:100%!important;max-height:70vh;overflow:auto;background:#0d4528;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.18)}
  #nav.is-open>ul{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:2px!important}
  #nav>ul>li{display:block!important;width:100%!important;margin:0!important;padding:0!important}
  #nav>ul>li>a{display:flex!important;width:100%!important;box-sizing:border-box!important;justify-content:flex-start!important;padding:10px 12px!important;white-space:normal!important;text-align:left!important}
  #nav>ul>li:first-child a{justify-content:center!important}

  .price-section .table-responsive{overflow:visible!important;padding:0 12px!important}
  .price-section .table-responsive>.container{width:100%!important;max-width:100%!important;padding:0!important}
  .price-section table{display:block!important;width:100%!important;min-width:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
  .price-section table thead{display:none!important}
  .price-section table tbody{display:block!important;width:100%!important}
  .price-section table tr{display:block!important;width:100%!important;margin:0 0 14px!important;padding:0!important;background:#fff!important;border:1px solid #d9e3dc!important;border-radius:14px!important;overflow:hidden!important;box-shadow:0 6px 18px rgba(18,55,31,.08)!important}
  .price-section table td{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;width:100%!important;min-height:48px!important;padding:11px 14px!important;margin:0!important;border:0!important;border-bottom:1px solid #edf1ee!important;box-sizing:border-box!important;position:static!important;left:auto!important;top:auto!important;transform:none!important;text-align:right!important;font-size:16px!important;line-height:1.25!important;white-space:normal!important}
  .price-section table td:last-child{border-bottom:0!important}
  .price-section table td:first-child{display:block!important;background:#f4f8f5!important;color:#12371f!important;font-size:18px!important;font-weight:800!important;text-align:left!important;padding:14px!important}
  .price-section table td:not(:first-child)::before{font-weight:700;color:#50635a;text-align:left;flex:0 0 48%}
  .price-section table td:nth-child(2)::before{content:"1 Day"}
  .price-section table td:nth-child(3)::before{content:"1/2 Day"}
  .price-section table td:nth-child(4)::before{content:"3 Days"}
  .price-section table td:nth-child(5)::before{content:"1 Week"}
  .price-section h2{font-size:28px!important;margin-top:12px!important}
  .price-section h4{font-size:17px!important;line-height:1.35!important;padding:0 18px!important}
}


/* === RYB v2.6.6: listino mobile a due colonne + menu mobile ibrido === */
@media (max-width:760px){
  /* Menu mobile: logo + azioni principali + menu secondario */
  #nav.ryb-hybrid-nav{position:sticky!important;top:0!important;z-index:1200!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:#0d4528!important;box-sizing:border-box!important}
  #nav.ryb-hybrid-nav>.ryb-desktop-menu{display:none!important}
  #nav.ryb-hybrid-nav>.ryb-mobile-primary{display:grid!important;grid-template-columns:44px 1fr 1fr auto!important;align-items:center!important;gap:4px!important;width:100%!important;padding:7px 8px!important;box-sizing:border-box!important}
  #nav .ryb-mobile-primary>a,#nav .ryb-more-toggle{min-width:0!important;height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 8px!important;border:0!important;border-radius:9px!important;background:transparent!important;color:#fff!important;text-decoration:none!important;font-size:15px!important;font-weight:750!important;white-space:nowrap!important;box-sizing:border-box!important}
  #nav .ryb-mobile-primary>a:hover,#nav .ryb-more-toggle:hover,#nav.more-open .ryb-more-toggle{background:rgba(255,255,255,.12)!important}
  #nav .ryb-mobile-logo{padding:0!important}
  #nav .ryb-mobile-logo img{display:block!important;width:38px!important;height:38px!important;object-fit:contain!important;margin:0 auto!important}
  #nav .ryb-more-toggle{cursor:pointer!important;font-family:inherit!important}
  #nav .ryb-more-toggle span{font-size:11px;margin-left:5px}
  #nav>.ryb-more-menu{display:none!important;position:absolute!important;top:100%!important;right:8px!important;left:auto!important;width:min(250px,calc(100vw - 16px))!important;padding:8px!important;background:#12371f!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:0 0 12px 12px!important;box-shadow:0 12px 28px rgba(0,0,0,.24)!important;box-sizing:border-box!important}
  #nav.more-open>.ryb-more-menu{display:block!important}
  #nav>.ryb-more-menu a{display:block!important;width:100%!important;padding:11px 13px!important;color:#fff!important;text-decoration:none!important;text-align:left!important;border-radius:8px!important;font-size:15px!important;font-weight:650!important;box-sizing:border-box!important}
  #nav>.ryb-more-menu a:hover{background:rgba(255,255,255,.11)!important}

  /* Listino: esattamente 2 colonne, etichetta a sinistra e valore a destra */
  .price-section .table-responsive{overflow:visible!important;padding:0 14px!important}
  .price-section table tr{display:block!important;margin:0 0 14px!important;border:1px solid #d9e3dc!important;border-radius:12px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 5px 16px rgba(18,55,31,.07)!important}
  .price-section table td,
  .price-section table td:first-child{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;width:100%!important;min-height:50px!important;padding:11px 13px!important;border:0!important;border-bottom:1px solid #e7ece8!important;background:#fff!important;color:#232323!important;text-align:right!important;font-size:16px!important;font-weight:400!important;line-height:1.25!important;box-sizing:border-box!important}
  .price-section table tr:nth-child(odd) td{background:#f4f4f4!important}
  .price-section table td:last-child{border-bottom:0!important}
  .price-section table td::before{display:block!important;flex:0 0 44%!important;text-align:left!important;color:#222!important;font-weight:500!important;white-space:nowrap!important}
  .price-section table td:first-child::before{content:"Bici"}
  .price-section table td:nth-child(2)::before{content:"1 Day"}
  .price-section table td:nth-child(3)::before{content:"1/2 Day"}
  .price-section table td:nth-child(4)::before{content:"3 Day"}
  .price-section table td:nth-child(5)::before{content:"1 Week"}
  .ryb-price-it table td:first-child::before{content:"Bici"}
  .ryb-price-it table td:nth-child(2)::before{content:"1 giorno"}
  .ryb-price-it table td:nth-child(3)::before{content:"1/2 giornata"}
  .ryb-price-it table td:nth-child(4)::before{content:"3 giorni"}
  .ryb-price-it table td:nth-child(5)::before{content:"1 settimana"}
  .ryb-price-en table td:first-child::before{content:"Bike"}
  .ryb-price-en table td:nth-child(2)::before{content:"1 Day"}
  .ryb-price-en table td:nth-child(3)::before{content:"1/2 Day"}
  .ryb-price-en table td:nth-child(4)::before{content:"3 Days"}
  .ryb-price-en table td:nth-child(5)::before{content:"1 Week"}
  .price-section table td:first-child{font-weight:500!important}
  .price-section h2{font-size:25px!important}
  .price-section h4{font-size:16px!important}
}
@media (min-width:761px){#nav .ryb-mobile-primary,#nav .ryb-more-menu{display:none!important}}


/* === RYB v2.6.8: mobile menu compatto + listino robusto === */
@media (max-width:760px){
  #nav.ryb-hybrid-nav{overflow:visible!important}
  #nav.ryb-hybrid-nav>.ryb-mobile-primary{
    display:grid!important;
    grid-template-columns:38px auto auto auto auto 34px!important;
    align-items:center!important;
    justify-content:space-between!important;
    column-gap:2px!important;
    width:100%!important;
    padding:6px 5px!important;
    box-sizing:border-box!important;
  }
  #nav .ryb-mobile-primary>a,#nav .ryb-more-toggle{
    height:38px!important;
    min-width:0!important;
    padding:0 4px!important;
    font-size:12.5px!important;
    line-height:1!important;
    white-space:nowrap!important;
    overflow:visible!important;
  }
  #nav .ryb-mobile-logo{padding:0!important;width:36px!important}
  #nav .ryb-mobile-logo img{width:34px!important;height:34px!important}
  #nav .ryb-more-toggle{width:34px!important;min-width:34px!important;padding:0!important;font-size:21px!important}
  #nav>.ryb-more-menu{right:5px!important;width:min(230px,calc(100vw - 10px))!important}

  /* Desktop table remains intact; only its mobile rendering changes. */
  .price-section .table-responsive{overflow:visible!important;padding:0 12px!important}
  .price-section .table-responsive>.container{width:100%!important;max-width:100%!important;padding:0!important;margin:0 auto!important}
  .price-section table{display:block!important;width:100%!important;min-width:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
  .price-section table thead{display:none!important}
  .price-section table tbody{display:block!important;width:100%!important}
  .price-section table tbody tr{display:block!important;width:100%!important;margin:0 0 14px!important;padding:0!important;border:1px solid #d8dfda!important;border-radius:12px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 5px 16px rgba(18,55,31,.07)!important}
  .price-section table tbody td{
    display:grid!important;
    grid-template-columns:minmax(105px,42%) 1fr!important;
    align-items:center!important;
    width:100%!important;
    min-height:48px!important;
    padding:10px 12px!important;
    margin:0!important;
    border:0!important;
    border-bottom:1px solid #e5ebe7!important;
    background:#fff!important;
    color:#222!important;
    text-align:right!important;
    font-size:16px!important;
    font-weight:400!important;
    line-height:1.25!important;
    box-sizing:border-box!important;
    position:static!important;
    left:auto!important;top:auto!important;transform:none!important;
  }
  .price-section table tbody tr:nth-child(odd) td{background:#f4f4f4!important}
  .price-section table tbody td:last-child{border-bottom:0!important}
  .price-section table tbody td::before{
    content:attr(data-label)!important;
    display:block!important;
    padding-right:10px!important;
    text-align:left!important;
    color:#222!important;
    font-weight:600!important;
    white-space:normal!important;
  }
  .price-section table tbody td:first-child{font-weight:500!important}
  .price-section h2{font-size:25px!important}
  .price-section h4{font-size:16px!important;line-height:1.35!important}
}
@media (max-width:390px){
  #nav .ryb-mobile-primary>a,#nav .ryb-more-toggle{font-size:11.5px!important;padding:0 2px!important}
  #nav.ryb-hybrid-nav>.ryb-mobile-primary{grid-template-columns:34px auto auto auto auto 30px!important}
  #nav .ryb-mobile-logo{width:32px!important}
  #nav .ryb-mobile-logo img{width:30px!important;height:30px!important}
  #nav .ryb-more-toggle{width:30px!important;min-width:30px!important;font-size:19px!important}
}


/* === RYB v2.6.9: listino mobile con etichette reali + titoli bici non cliccabili === */
.ryb-mobile-label{display:none;}
.ryb-model-title{
  display:inline-block;
  color:#073c29;
  font:inherit;
  font-weight:inherit;
  line-height:inherit;
  cursor:default;
  padding:2px 7px;
  border-radius:7px;
  transition:background-color .15s ease, box-shadow .15s ease;
}
.ryb-model-title:hover,
.ryb-model-title:focus{
  background:#fff3bf;
  box-shadow:0 0 0 1px rgba(155,120,18,.14);
  text-decoration:none;
}
@media (max-width:760px){
  /* Non usare pseudo-elementi per le durate: il testo è realmente nel DOM. */
  .price-section table tbody td::before{content:none!important;display:none!important;}
  .price-section table tbody td{
    display:grid!important;
    grid-template-columns:minmax(118px,44%) minmax(0,1fr)!important;
    column-gap:12px!important;
    align-items:center!important;
    text-align:right!important;
  }
  .price-section table tbody td .ryb-mobile-label{
    display:block!important;
    text-align:left!important;
    font-weight:650!important;
    color:#26312b!important;
    white-space:normal!important;
  }
  .price-section table tbody td .ryb-price-value{
    display:block!important;
    min-width:0!important;
    text-align:right!important;
    color:#222!important;
    white-space:normal!important;
  }
  .price-section table tbody td:first-child .ryb-price-value{font-weight:600!important;}
  .ryb-model-title{padding:3px 6px;}
  .ryb-model-title:active{background:#fff3bf;}
}


/* RYB v3.0 - categorie bici in homepage */
.ryb-categories-wrapper{padding-top:2.2em!important}.ryb-category-grid{width:min(1120px,calc(100% - 32px));margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.ryb-category-card{background:#fff;border:1px solid #dfe7df;border-radius:20px;overflow:hidden;box-shadow:0 9px 28px rgba(18,55,31,.07);display:flex;flex-direction:column}.ryb-category-image{height:220px;display:flex;align-items:center;justify-content:center;padding:18px;background:#fafcf9}.ryb-category-image img{max-width:100%;max-height:100%;width:auto!important;height:auto!important;object-fit:contain!important;position:static!important;margin:auto!important}.ryb-category-body{padding:20px;display:flex;flex-direction:column;flex:1}.ryb-category-body h3{color:#12371f;margin:0 0 9px}.ryb-category-body p{font-size:15px;line-height:1.5;margin:0 0 17px;flex:1}.ryb-category-actions{display:flex;gap:9px;flex-wrap:wrap}.ryb-category-models,.ryb-category-book,.ryb-modal-book{appearance:none;border:0;text-decoration:none!important;border-radius:10px;padding:10px 13px;font-weight:800;cursor:pointer}.ryb-category-models{background:#f7edbd;color:#34451c}.ryb-category-book,.ryb-modal-book{background:#12371f;color:#fff!important}.ryb-category-modal{display:none;position:fixed;inset:0;z-index:6000;background:rgba(10,25,15,.78);padding:18px;overflow:auto;align-items:flex-start;justify-content:center}.ryb-category-modal.open{display:flex}.ryb-category-dialog{position:relative;width:min(850px,100%);margin:auto;background:#fff;border-radius:22px;padding:28px;max-height:calc(100vh - 36px);overflow:auto}.ryb-category-dialog>h2{color:#12371f;margin:0 46px 7px 0}.ryb-modal-intro{margin-top:0}.ryb-category-close{position:absolute;right:14px;top:12px;width:42px;height:42px;border:0;border-radius:50%;background:#12371f;color:#fff;font-size:27px;cursor:pointer}.ryb-modal-models{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:20px 0}.ryb-modal-model{display:grid;grid-template-columns:120px 1fr;gap:13px;align-items:center;border:1px solid #e1e7e1;border-radius:14px;padding:10px}.ryb-modal-model img{width:120px!important;height:95px!important;object-fit:contain!important;position:static!important;margin:0!important}.ryb-modal-model strong{color:#12371f}.ryb-modal-model p{font-size:13px;line-height:1.4;margin:4px 0 0}.ryb-modal-open{overflow:hidden}.ryb-modal-book{display:inline-block}
@media(max-width:760px){.ryb-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));width:min(100% - 20px,700px);gap:12px}.ryb-category-image{height:145px;padding:10px}.ryb-category-body{padding:14px}.ryb-category-body h3{font-size:18px}.ryb-category-actions{display:block}.ryb-category-models,.ryb-category-book{display:block;width:100%;margin:6px 0;text-align:center}.ryb-modal-models{grid-template-columns:1fr}.ryb-category-dialog{padding:20px 13px}.ryb-modal-model{grid-template-columns:90px 1fr}.ryb-modal-model img{width:90px!important;height:78px!important}}
@media(max-width:430px){.ryb-category-grid{grid-template-columns:1fr}.ryb-category-image{height:190px}}


/* RYB v3.0.1 - TourInfo CTA */
.ryb-tourinfo-cta-wrap{max-width:980px;margin:28px auto 18px;padding:0 12px;}
.ryb-tourinfo-cta{background:linear-gradient(135deg,#12371f 0%,#1d5a31 100%)!important;color:#fff!important;border-radius:22px!important;padding:28px 30px!important;box-shadow:0 16px 35px rgba(18,55,31,.16)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:22px!important;border:1px solid rgba(255,255,255,.12)!important;text-align:left!important;}
.ryb-tourinfo-cta-text{max-width:690px!important;}
.ryb-tourinfo-cta-kicker{display:inline-block!important;font-size:13px!important;font-weight:800!important;letter-spacing:.05em!important;text-transform:uppercase!important;padding:7px 12px!important;border-radius:999px!important;background:rgba(214,184,98,.18)!important;border:1px solid rgba(214,184,98,.45)!important;color:#f5db8f!important;margin-bottom:12px!important;}
.ryb-tourinfo-cta h3{margin:0 0 10px!important;color:#fff!important;font-size:32px!important;line-height:1.12!important;}
.ryb-tourinfo-cta p{margin:0!important;color:#eef5ef!important;font-size:17px!important;line-height:1.55!important;}
.ryb-tourinfo-cta-actions{display:flex!important;flex-direction:column!important;gap:10px!important;align-items:center!important;min-width:210px!important;}
.ryb-tourinfo-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;background:#d6b862!important;color:#183025!important;font-weight:800!important;padding:14px 22px!important;border-radius:999px!important;min-width:185px!important;box-shadow:0 12px 24px rgba(0,0,0,.18)!important;}
.ryb-tourinfo-btn:hover{transform:translateY(-2px)!important;}
.ryb-tourinfo-note{font-size:13px!important;color:#dce7dd!important;text-align:center!important;line-height:1.4!important;}
.ryb-tourinfo-cta,.ryb-tourinfo-cta *{text-shadow:none!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;}
@media(max-width:820px){.ryb-tourinfo-cta{padding:22px 18px!important;flex-direction:column!important;align-items:flex-start!important}.ryb-tourinfo-cta h3{font-size:27px!important}.ryb-tourinfo-cta p{font-size:15px!important}.ryb-tourinfo-cta-actions{width:100%!important;align-items:flex-start!important;min-width:0!important}.ryb-tourinfo-note{text-align:left!important}.ryb-tourinfo-btn{min-width:0!important}}


/* RYB v3.0.2 - uniformita categorie e CTA informazioni */
.ryb-category-grid{align-items:stretch!important;}
.ryb-category-card{height:100%!important;}
.ryb-category-actions{margin-top:auto!important;align-items:stretch!important;}
.ryb-category-models,.ryb-category-book,.ryb-modal-book{
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:15px!important;
  line-height:1.2!important;
  text-shadow:none!important;
  box-shadow:none!important;
  -webkit-font-smoothing:antialiased!important;
  letter-spacing:0!important;
}
.ryb-category-book,.ryb-modal-book{font-weight:750!important;}
.ryb-category-image img[alt="Accessori"],.ryb-category-image img[alt="Accessories"]{max-width:86%!important;max-height:86%!important;}
.ryb-booking-cta-group{display:flex!important;flex-direction:column!important;align-items:center!important;gap:12px!important;margin-top:18px!important;}
.ryb-booking-cta-group .button{margin:0!important;}
.ryb-info-request-btn{background:#f5e8a8!important;color:#173824!important;border:1px solid #d9c66a!important;text-shadow:none!important;box-shadow:0 8px 18px rgba(18,55,31,.10)!important;}
.ryb-info-request-btn:hover{background:var(--ryb-green)!important;color:#fff!important;border-color:var(--ryb-green)!important;transform:translateY(-1px);box-shadow:0 10px 22px rgba(18,91,56,.26)!important;}
@media(max-width:760px){
 .ryb-category-models,.ryb-category-book,.ryb-modal-book{font-size:14px!important;}
 .ryb-booking-cta-group{gap:9px!important;}
}

/* v3.2 - categorie Vespa / APE */
.ryb-category-symbol{font-size:86px;line-height:1;color:#12371f;background:#fafcf9!important}.ryb-v32-vespa .ryb-category-image img{max-width:82%!important;max-height:82%!important}
@media(max-width:760px){.ryb-category-symbol{font-size:64px}}

/* Prenota come le altre voci, con solo il testo arancione acceso */
#nav.ryb-hybrid-nav a.ryb-book-menu-cta{
  background:transparent!important;border:0!important;box-shadow:none!important;
  color:#ff8a00!important;border-radius:10px!important;padding-left:14px!important;padding-right:14px!important;
  font-weight:800!important;transform:none!important;animation:none!important;text-shadow:none!important;
}
#nav.ryb-hybrid-nav a.ryb-book-menu-cta:hover,#nav.ryb-hybrid-nav a.ryb-book-menu-cta:focus{background:rgba(255,255,255,.11)!important;color:#ffa126!important}
.ryb-home-catalog-popup{display:none;position:fixed;inset:0;z-index:9000;background:rgba(7,20,12,.78);padding:18px;box-sizing:border-box}.ryb-home-catalog-popup.open{display:flex;align-items:center;justify-content:center}.ryb-home-catalog-dialog{position:relative;width:min(1000px,100%);height:min(820px,calc(100vh - 36px));background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.35)}.ryb-home-catalog-dialog iframe{display:block;width:100%;height:100%;border:0;background:#fff}.ryb-home-catalog-close{position:absolute;right:10px;top:10px;z-index:4;width:42px;height:42px;border:0;border-radius:50%;background:#12371f;color:#fff;font-size:28px;line-height:1;cursor:pointer}.ryb-home-popup-open{overflow:hidden}
@media(max-width:760px){.ryb-home-catalog-popup{padding:6px}.ryb-home-catalog-dialog{height:calc(100vh - 12px);border-radius:14px}.ryb-home-catalog-close{right:7px;top:7px}}
@media(max-width:760px){#nav.ryb-hybrid-nav .ryb-mobile-primary>a.ryb-book-menu-cta{background:transparent!important;border:0!important;box-shadow:none!important;color:#ff8a00!important;padding-left:4px!important;padding-right:4px!important}}
