/* Generato da tools/extract-shared-assets.py - non modificare a mano.
   Ogni regola e' identica, byte per byte, a quella che stava inline
   nelle pagine; le regole che esistevano solo in alcune varianti sono
   racchiuse in una guardia :where(html[data-css-profile=...]) a
   specificita' zero, nella loro posizione originale.
   Profili di questo foglio:
     about                   5 pagine  lingue: de,en,es,fr,ru
     about-ar                1 pagine  lingue: ar
     about-it                1 pagine  lingue: it
     about-pt                1 pagine  lingue: pt
     about-zh                1 pagine  lingue: zh
     guide                  80 pagine  lingue: de,en,es,fr,ru
     guide-ar               16 pagine  lingue: ar
     guide-it               12 pagine  lingue: it
     guide-it-2              4 pagine  lingue: it
     guide-pt               16 pagine  lingue: pt
     guide-zh               16 pagine  lingue: zh
     guides-hub              5 pagine  lingue: de,en,es,fr,ru
     guides-hub-ar           1 pagine  lingue: ar
     guides-hub-it           1 pagine  lingue: it
     guides-hub-pt           1 pagine  lingue: pt
     guides-hub-zh           1 pagine  lingue: zh
     home                    4 pagine  lingue: de,es,fr,pt
     home-ar                 1 pagine  lingue: ar
     home-en                 1 pagine  lingue: en
     home-it                 1 pagine  lingue: it
     home-ru                 1 pagine  lingue: ru
     home-zh                 1 pagine  lingue: zh
*/
/* ===================================================================
   ROME ELITE DRIVER — Luxury Minimal design system
   Deliberately committed dark/gold identity (chauffeur-brand world) —
   background and colors are painted explicitly regardless of host theme.
   =================================================================== */

:root:where([data-css-profile="about-ar"],[data-css-profile="guide-ar"],[data-css-profile="guides-hub-ar"],[data-css-profile="home-ar"]){
  --midnight:#0B0E14;
  --surface:#12161F;
  --surface-2:#1A1F2A;
  --surface-3:#232935;
  --line: rgba(212,184,124,0.16);
  --line-strong: rgba(212,184,124,0.32);
  --ivory:#F6F2E8;
  --ivory-dim:#C7C2B6;
  --ivory-faint:#8A8A86;
  --gold:#C6A15B;
  --gold-bright:#E4C888;
  --gold-deep:#8A6C34;
  --font-display:'Cairo', 'Fraunces', 'Iowan Old Style', 'Palatino Linotype', Georgia, serif;
  --font-body:'Cairo', 'Manrope', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --shadow-lg: 0 30px 80px -30px rgba(0,0,0,0.65);
  --radius: 2px;
  --maxw: 1240px;
}
/* ===================================================================
   ROME ELITE DRIVER — Luxury Minimal design system
   Deliberately committed dark/gold identity (chauffeur-brand world) —
   background and colors are painted explicitly regardless of host theme.
   =================================================================== */

:root:where(:not([data-css-profile="about-ar"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide-ar"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub-ar"]):not([data-css-profile="guides-hub-zh"]):not([data-css-profile="home-ar"]):not([data-css-profile="home-zh"])){
  --midnight:#0B0E14;
  --surface:#12161F;
  --surface-2:#1A1F2A;
  --surface-3:#232935;
  --line: rgba(212,184,124,0.16);
  --line-strong: rgba(212,184,124,0.32);
  --ivory:#F6F2E8;
  --ivory-dim:#C7C2B6;
  --ivory-faint:#8A8A86;
  --gold:#C6A15B;
  --gold-bright:#E4C888;
  --gold-deep:#8A6C34;
  --font-display:'Fraunces', 'Iowan Old Style', 'Palatino Linotype', Georgia, serif;
  --font-body:'Manrope', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --shadow-lg: 0 30px 80px -30px rgba(0,0,0,0.65);
  --radius: 2px;
  --maxw: 1240px;
}
/* ===================================================================
   ROME ELITE DRIVER — Luxury Minimal design system
   Deliberately committed dark/gold identity (chauffeur-brand world) —
   background and colors are painted explicitly regardless of host theme.
   =================================================================== */

:root:where([data-css-profile="about-zh"],[data-css-profile="guide-zh"],[data-css-profile="guides-hub-zh"],[data-css-profile="home-zh"]){
  --midnight:#0B0E14;
  --surface:#12161F;
  --surface-2:#1A1F2A;
  --surface-3:#232935;
  --line: rgba(212,184,124,0.16);
  --line-strong: rgba(212,184,124,0.32);
  --ivory:#F6F2E8;
  --ivory-dim:#C7C2B6;
  --ivory-faint:#8A8A86;
  --gold:#C6A15B;
  --gold-bright:#E4C888;
  --gold-deep:#8A6C34;
  --font-display:'Fraunces', 'Noto Serif SC', 'Iowan Old Style', 'Palatino Linotype', Georgia, serif;
  --font-body:'Manrope', 'Noto Sans SC', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --shadow-lg: 0 30px 80px -30px rgba(0,0,0,0.65);
  --radius: 2px;
  --maxw: 1240px;
}
*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  *,*::before,*::after{animation-duration:0.001ms !important;animation-iteration-count:1 !important;transition-duration:0.001ms !important;scroll-behavior:auto !important;}
}
body{
  margin:0;
  background:var(--midnight);
  color:var(--ivory-dim);
  font-family:var(--font-body);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
.site{position:relative;}
img,svg{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{list-style:none;margin:0;padding:0;}
button{font-family:inherit;}
h1,h2,h3,h4{font-family:var(--font-display);color:var(--ivory);font-weight:500;margin:0;text-wrap:balance;}
p{margin:0;}
:focus-visible{outline:1.5px solid var(--gold-bright);outline-offset:3px;}
:where(html[data-css-profile="about-ar"],html[data-css-profile="guide-ar"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="home-ar"]) .skip-link{
  position:absolute;right:-9999px;top:0;background:var(--gold);color:var(--midnight);
  padding:.75rem 1.25rem;z-index:999;font-weight:700;
}
:where(html[data-css-profile="about-ar"],html[data-css-profile="guide-ar"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="home-ar"]) .skip-link:focus{right:1rem;top:1rem;}
:where(html:not([data-css-profile="about-ar"]):not([data-css-profile="guide-ar"]):not([data-css-profile="guides-hub-ar"]):not([data-css-profile="home-ar"])) .skip-link{
  position:absolute;left:-9999px;top:0;background:var(--gold);color:var(--midnight);
  padding:.75rem 1.25rem;z-index:999;font-weight:700;
}
:where(html:not([data-css-profile="about-ar"]):not([data-css-profile="guide-ar"]):not([data-css-profile="guides-hub-ar"]):not([data-css-profile="home-ar"])) .skip-link:focus{left:1rem;top:1rem;}
.container{max-width:var(--maxw);margin:0 auto;padding:0 1.75rem;}
.container--narrow{max-width:760px;}
.container--split{
  display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;
}
@media (max-width:900px){
  .container--split{grid-template-columns:1fr;gap:2.5rem;}
}
.align-center{text-align:center;}
.align-center .lead, .align-center .section__note{margin-left:auto;margin-right:auto;}
/* ---------- Type helpers ---------- */
.eyebrow{
  font-family:var(--font-body);
  font-size:.72rem;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--gold);
  font-weight:700;
  margin:0 0 .9rem;
}
.eyebrow--hero{color:var(--gold-bright);text-shadow:0 2px 16px rgba(0,0,0,0.7);}
.h2{font-size:clamp(1.75rem, 1.2rem + 2.3vw, 2.75rem);line-height:1.15;letter-spacing:-0.01em;}
.lead{font-size:1.1rem;color:var(--ivory-dim);max-width:60ch;margin-top:1rem;}
.section__note{color:var(--ivory-faint);max-width:56ch;margin:.9rem auto 0;font-size:.98rem;}
.fineprint{color:var(--ivory-faint);font-size:.82rem;max-width:60ch;margin-top:1rem;}
.section__head{max-width:640px;margin-bottom:3.25rem;}
.section__head.align-center{margin-left:auto;margin-right:auto;text-align:center;}
/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.95rem 1.9rem;
  font-size:.86rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;
  border-radius:var(--radius);
  border:1px solid transparent;
  cursor:pointer;
  transition:background .25s ease, color .25s ease, border-color .25s ease, transform .2s ease;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-1px);}
.btn--gold{background:linear-gradient(180deg, var(--gold-bright), var(--gold));color:#1a1305;border-color:var(--gold);}
.btn--gold:hover{background:var(--gold-bright);}
.btn--ghost{background:transparent;color:var(--ivory);border-color:var(--line-strong);}
.btn--ghost:hover{border-color:var(--gold);color:var(--gold-bright);}
.btn--outline{background:transparent;color:var(--gold-bright);border-color:var(--gold-deep);}
.btn--outline:hover{background:rgba(198,161,91,0.08);border-color:var(--gold);}
.btn--text{background:transparent;color:var(--ivory-dim);border-color:transparent;text-decoration:underline;text-underline-offset:4px;padding-left:.2rem;padding-right:.2rem;}
.btn--text:hover{color:var(--gold-bright);}
.btn--wide{width:100%;padding:1.1rem;}
:where(html[data-css-profile="home-en"]) .btn[hidden]{display:none;}
/* ---------- Navbar ---------- */
.nav{
  position:sticky;top:0;z-index:200;
  background:rgba(11,14,20,0.6);
  backdrop-filter:blur(14px) saturate(140%);
  -webkit-backdrop-filter:blur(14px) saturate(140%);
  border-bottom:1px solid transparent;
  transition:background .3s ease, border-color .3s ease;
}
.nav.is-scrolled{background:rgba(11,14,20,0.92);border-bottom-color:var(--line);}
.nav__inner{
  max-width:var(--maxw);margin:0 auto;padding:1.1rem 1.75rem;
  display:flex;align-items:center;justify-content:space-between;gap:2rem;
}
.brand{display:flex;align-items:center;gap:.6rem;color:var(--ivory);}
.brand__mark{color:var(--gold);display:inline-flex;}
.brand__word{
  font-family:var(--font-display);font-weight:500;font-size:1.05rem;
  letter-spacing:.14em;color:var(--ivory);
}
.nav__links{display:flex;align-items:center;gap:2rem;font-size:.86rem;letter-spacing:.02em;}
.nav__links a{color:var(--ivory-dim);position:relative;padding:.2rem 0;transition:color .2s ease;}
.nav__links a:hover{color:var(--ivory);}
:where(html[data-css-profile="about-ar"],html[data-css-profile="guide-ar"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="home-ar"]) .nav__links a::after{
  content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;
  background:var(--gold);transform:scaleX(0);transform-origin:right;transition:transform .25s ease;
}
:where(html:not([data-css-profile="about-ar"]):not([data-css-profile="guide-ar"]):not([data-css-profile="guides-hub-ar"]):not([data-css-profile="home-ar"])) .nav__links a::after{
  content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;
  background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .25s ease;
}
.nav__links a:hover::after{transform:scaleX(1);}
.nav__actions{display:flex;align-items:center;gap:1.1rem;}
.nav__cta{padding:.68rem 1.4rem;font-size:.76rem;}
.lang{position:relative;}
.lang__btn{
  display:flex;align-items:center;gap:.4rem;background:transparent;border:1px solid var(--line-strong);
  color:var(--ivory-dim);padding:.5rem .75rem;font-size:.76rem;letter-spacing:.05em;border-radius:var(--radius);
  cursor:pointer;
}
.lang__btn:hover{color:var(--gold-bright);border-color:var(--gold-deep);}
:where(html[data-css-profile="about-ar"],html[data-css-profile="guide-ar"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="home-ar"]) .lang__menu{
  position:absolute;top:calc(100% + 8px);left:0;background:var(--surface-2);
  border:1px solid var(--line);min-width:150px;border-radius:var(--radius);
  box-shadow:var(--shadow-lg);
  opacity:0;visibility:hidden;transform:translateY(-6px);
  transition:opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index:50;
}
:where(html:not([data-css-profile="about-ar"]):not([data-css-profile="guide-ar"]):not([data-css-profile="guides-hub-ar"]):not([data-css-profile="home-ar"])) .lang__menu{
  position:absolute;top:calc(100% + 8px);right:0;background:var(--surface-2);
  border:1px solid var(--line);min-width:150px;border-radius:var(--radius);
  box-shadow:var(--shadow-lg);
  opacity:0;visibility:hidden;transform:translateY(-6px);
  transition:opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index:50;
}
.lang.is-open .lang__menu{opacity:1;visibility:visible;transform:translateY(0);}
.lang__menu li{padding:.65rem .9rem;font-size:.85rem;color:var(--ivory-dim);cursor:pointer;}
.lang__menu li:hover{background:var(--surface-3);color:var(--gold-bright);}
.lang__menu li[aria-selected="true"]{color:var(--gold);}
.nav-dropdown{position:relative;}
.nav-dropdown__btn{
  display:inline-flex;align-items:center;gap:.35rem;
  background:none;border:0;padding:.2rem 0;margin:0;
  font-family:inherit;font-size:inherit;letter-spacing:inherit;
  color:var(--ivory-dim);cursor:pointer;transition:color .2s ease;
}
.nav-dropdown__btn:hover{color:var(--ivory);}
.nav-dropdown__btn svg{transition:transform .2s ease;}
.nav-dropdown.is-open .nav-dropdown__btn svg{transform:rotate(180deg);}
.nav-dropdown__menu{
  position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%) translateY(-6px);
  background:var(--surface-2);border:1px solid var(--line);min-width:260px;border-radius:var(--radius);
  box-shadow:var(--shadow-lg);list-style:none;margin:0;padding:.4rem 0;
  opacity:0;visibility:hidden;
  transition:opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index:50;
}
.nav-dropdown.is-open .nav-dropdown__menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);}
.nav-dropdown__menu li a{display:block;padding:.65rem 1.1rem;font-size:.85rem;letter-spacing:normal;color:var(--ivory-dim);white-space:nowrap;}
.nav-dropdown__menu li a:hover{background:var(--surface-3);color:var(--gold-bright);}
.nav-dropdown__menu li:not(:last-child) a{border-bottom:1px solid var(--line);}
.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:none;border:0;padding:.4rem;cursor:pointer;min-width:44px;min-height:44px;}
.hamburger span{display:block;width:22px;height:1px;background:var(--ivory);}
.mobile-menu{
  display:none;flex-direction:column;gap:0;
  max-height:0;overflow:hidden;
  background:var(--surface);border-top:1px solid var(--line);
  transition:max-height .35s ease;
}
.mobile-menu.is-open{max-height:520px;}
.mobile-menu a{padding:1rem 1.75rem;border-bottom:1px solid var(--line);color:var(--ivory-dim);font-size:.95rem;}
.mobile-menu .btn{margin:1rem 1.75rem;}
@media (max-width:900px){
  .nav__links{display:none;}
  .nav__cta{display:none;}
  .hamburger{display:flex;}
  .mobile-menu{display:flex;}
  .lang__btn{min-height:44px;}
}
/* ---------- Hero ---------- */
.hero{
  position:relative;min-height:min(94vh, 900px);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  padding:7rem 1.5rem 5rem;text-align:center;overflow:hidden;
  background:
    linear-gradient(180deg, rgba(4,6,9,0.38) 0%, rgba(4,6,9,0.35) 18%, rgba(4,6,9,0.82) 30%, rgba(4,6,9,0.85) 85%, rgba(4,6,9,0.94) 100%),
    image-set(url("/assets/hero/hero.avif?v=e00305f4") type("image/avif"), url("/assets/hero/hero.webp?v=d9f12c3d") type("image/webp")) center 38% / cover no-repeat;
}
.hero__content{position:relative;z-index:2;max-width:800px;width:100%;}
.hero__brand{
  font-size:clamp(1.5rem, 1rem + 3vw, 4.4rem);
  letter-spacing:.09em;color:var(--ivory);margin:0 0 .9rem;
  font-weight:400;overflow-wrap:anywhere;word-break:break-word;
  text-shadow:0 1px 3px rgba(0,0,0,0.9), 0 6px 28px rgba(0,0,0,0.8);
}
.hero__headline{
  font-family:var(--font-display);font-style:italic;font-weight:400;
  font-size:clamp(1.3rem, 1rem + 1.4vw, 1.9rem);color:var(--gold-bright);
  margin:0 0 1rem;text-shadow:0 1px 3px rgba(0,0,0,0.9), 0 4px 20px rgba(0,0,0,0.8);
}
.hero__sub{color:var(--ivory-dim);font-size:1.08rem;max-width:46ch;margin:0 auto 2.6rem;text-shadow:0 1px 3px rgba(0,0,0,0.9), 0 3px 16px rgba(0,0,0,0.85);}
.hero__ctas{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;}
.hero__scroll{
  position:absolute;bottom:2.2rem;left:50%;transform:translateX(-50%);z-index:2;
  display:flex;flex-direction:column;align-items:center;gap:.6rem;
  color:var(--ivory-faint);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;
}
.hero__scroll-line{width:1px;height:36px;background:linear-gradient(var(--gold), transparent);}
/* ---------- Sections ---------- */
.section{padding:6.5rem 0;}
.section--panel{background:var(--surface);}
.section--dark{background:linear-gradient(180deg, var(--midnight), #090B10);}
.hairline{padding:0 1.75rem;}
.hairline span{display:block;max-width:var(--maxw);margin:0 auto;height:1px;background:linear-gradient(90deg, transparent, var(--line-strong), transparent);}
/* ---------- Grids / Cards ---------- */
.grid{display:grid;gap:1.75rem;}
.grid--services{grid-template-columns:repeat(4, 1fr);}
.grid--why{grid-template-columns:repeat(3, 1fr);gap:2.5rem 2rem;}
.grid--fleet{grid-template-columns:repeat(4, 1fr);}
.grid--steps{grid-template-columns:repeat(4, 1fr);}
:where(html[data-css-profile="about-ar"],html[data-css-profile="guide-ar"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="home-ar"]) .grid--vip{grid-template-columns:repeat(3, 1fr);gap:2.5rem;margin-top:3rem;text-align:right;}
:where(html:not([data-css-profile="about-ar"]):not([data-css-profile="guide-ar"]):not([data-css-profile="guides-hub-ar"]):not([data-css-profile="home-ar"])) .grid--vip{grid-template-columns:repeat(3, 1fr);gap:2.5rem;margin-top:3rem;text-align:left;}
.grid--reviews{grid-template-columns:repeat(4, 1fr);}
@media (max-width:1080px){
  .grid--services{grid-template-columns:repeat(2, 1fr);}
  .grid--fleet{grid-template-columns:repeat(2, 1fr);}
  .grid--steps{grid-template-columns:repeat(2, 1fr);}
  .grid--reviews{grid-template-columns:repeat(2, 1fr);}
  .grid--why{grid-template-columns:repeat(2, 1fr);}
  .grid--vip{grid-template-columns:1fr;}
}
@media (max-width:560px){
  .grid--services,.grid--fleet,.grid--steps,.grid--reviews,.grid--why{grid-template-columns:1fr;}
}
.card{
  background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius);
  padding:2rem 1.75rem;transition:border-color .3s ease, transform .3s ease, background .3s ease;
}
.card--service:hover{border-color:var(--line-strong);transform:translateY(-3px);background:var(--surface-3);}
.card__icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:46px;height:46px;border:1px solid var(--line-strong);border-radius:50%;
  color:var(--gold);margin-bottom:1.3rem;
}
.card--service h3{font-size:1.08rem;margin-bottom:.6rem;}
.card--service p{font-size:.92rem;color:var(--ivory-faint);}
.why__item{border-top:1px solid var(--line);padding-top:1.5rem;}
.why__num{font-family:var(--font-display);color:var(--gold-deep);font-size:.85rem;letter-spacing:.05em;}
.why__item h3{margin:.6rem 0 .5rem;font-size:1.15rem;}
.why__item p{color:var(--ivory-faint);font-size:.93rem;}
.card--fleet{padding:0;overflow:hidden;display:flex;flex-direction:column;}
.card--fleet__art{
  aspect-ratio:16/8.5;background:linear-gradient(160deg, var(--surface-3), var(--surface-2));
  color:var(--gold-deep);
  position:relative;overflow:hidden;
}
.card--fleet__art img{width:100%;height:100%;object-fit:contain;display:block;padding:1.6rem;position:relative;z-index:1;}
.card--fleet__art::after{
  content:"";position:absolute;left:12%;right:12%;bottom:10%;height:16%;
  background:radial-gradient(ellipse at center, rgba(0,0,0,0.4), transparent 72%);
  pointer-events:none;
}
.card--fleet__caption{
  text-align:center;font-size:.78rem;color:var(--gold);letter-spacing:.02em;
  padding:.55rem 0 .95rem;background:linear-gradient(160deg, var(--surface-3), var(--surface-2));
  border-bottom:1px solid var(--line);
}
.card--fleet__body{padding:1.8rem;}
.card--fleet__cat{color:var(--ivory-faint);font-size:.8rem;letter-spacing:.03em;margin-bottom:.3rem;}
.card--fleet h3{font-size:1.3rem;margin-bottom:1.1rem;}
.specs{display:flex;flex-direction:column;gap:.55rem;}
.specs li{display:flex;justify-content:space-between;font-size:.88rem;color:var(--ivory-dim);border-top:1px solid var(--line);padding-top:.55rem;}
.specs li:first-child{border-top:none;padding-top:0;}
.specs b{color:var(--gold-bright);font-variant-numeric:tabular-nums;font-weight:700;}
.step{position:relative;padding-top:.5rem;}
.step__n{
  display:block;font-family:var(--font-display);font-style:italic;
  font-size:2.2rem;color:var(--gold-deep);margin-bottom:.9rem;font-variant-numeric:tabular-nums;
}
.step h3{font-size:1.1rem;margin-bottom:.5rem;}
.step p{color:var(--ivory-faint);font-size:.92rem;max-width:26ch;}
.feature-list{display:flex;flex-direction:column;gap:1.4rem;}
.feature-list li{border-top:1px solid var(--line);padding-top:1.2rem;display:flex;flex-direction:column;gap:.35rem;}
.feature-list li:first-child{border-top:none;padding-top:0;}
.feature-list b{color:var(--ivory);font-size:1rem;font-weight:600;}
.feature-list span{color:var(--ivory-faint);font-size:.9rem;}
.chip-grid{display:flex;flex-wrap:wrap;gap:.85rem;justify-content:center;margin-bottom:3rem;}
.chip{
  border:1px solid var(--line-strong);border-radius:100px;padding:.65rem 1.3rem;
  font-size:.85rem;color:var(--ivory-dim);
}
.review{border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem;background:var(--surface-2);}
.review__stars{color:var(--gold);letter-spacing:.15em;font-size:.85rem;margin-bottom:.9rem;}
.review blockquote{margin:0 0 1.2rem;font-family:var(--font-display);font-style:italic;color:var(--ivory);font-size:1.02rem;line-height:1.5;}
.review figcaption{font-size:.82rem;color:var(--ivory-faint);}
.review figcaption span{color:var(--gold-deep);}
.dest-list{
  display:flex;flex-wrap:wrap;gap:.85rem 1rem;justify-content:center;margin-bottom:1.6rem;
}
.dest-list li{
  border:1px solid var(--line);padding:.75rem 1.4rem;border-radius:100px;
  font-size:.9rem;color:var(--ivory-dim);
}
/* ---------- Comparison table ---------- */
.compare-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;}
.compare{width:100%;border-collapse:collapse;min-width:640px;}
.compare th,.compare td{padding:.9rem 1rem;text-align:center;border-bottom:1px solid var(--line);font-size:.88rem;}
.compare th{color:var(--ivory);font-family:var(--font-display);font-weight:500;font-size:.95rem;}
:where(html[data-css-profile="about-ar"],html[data-css-profile="guide-ar"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="home-ar"]) .compare td:first-child,:where(html[data-css-profile="about-ar"],html[data-css-profile="guide-ar"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="home-ar"]) .compare th:first-child{text-align:right;color:var(--ivory-dim);}
:where(html:not([data-css-profile="about-ar"]):not([data-css-profile="guide-ar"]):not([data-css-profile="guides-hub-ar"]):not([data-css-profile="home-ar"])) .compare td:first-child,:where(html:not([data-css-profile="about-ar"]):not([data-css-profile="guide-ar"]):not([data-css-profile="guides-hub-ar"]):not([data-css-profile="home-ar"])) .compare th:first-child{text-align:left;color:var(--ivory-dim);}
.compare th.compare__highlight,.compare td.compare__highlight{background:rgba(198,161,91,0.08);}
.compare th.compare__highlight{color:var(--gold-bright);}
.compare .yes{color:var(--gold-bright);}
.compare .no{color:var(--ivory-faint);}
.compare .partial{color:var(--ivory-faint);font-size:.8rem;font-style:italic;}
/* ---------- FAQ ---------- */
.faq-list{display:flex;flex-direction:column;gap:.9rem;max-width:820px;margin:0 auto;}
.faq-item{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-2);padding:0;}
.faq-item summary{
  list-style:none;cursor:pointer;padding:1.2rem 1.4rem;display:flex;justify-content:space-between;
  align-items:center;gap:1rem;color:var(--ivory);font-family:var(--font-display);font-size:1.02rem;
}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{content:"+";color:var(--gold);font-size:1.3rem;flex:none;transition:transform .25s ease;}
.faq-item[open] summary::after{transform:rotate(45deg);}
.faq-item__body{padding:0 1.4rem 1.3rem;color:var(--ivory-faint);font-size:.92rem;}
/* ---------- Fleet enhancements ---------- */
:where(html[data-css-profile="about-ar"],html[data-css-profile="guide-ar"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="home-ar"]) .card--fleet__badge{
  position:absolute;top:.9rem;right:.9rem;z-index:2;background:rgba(11,14,20,0.75);border:1px solid var(--line-strong);
  color:var(--gold-bright);font-size:.68rem;letter-spacing:.04em;text-transform:uppercase;
  padding:.35rem .7rem;border-radius:100px;
}
/* ---------- Fleet enhancements ---------- */
:where(html:not([data-css-profile="about-ar"]):not([data-css-profile="guide-ar"]):not([data-css-profile="guides-hub-ar"]):not([data-css-profile="home-ar"])) .card--fleet__badge{
  position:absolute;top:.9rem;left:.9rem;z-index:2;background:rgba(11,14,20,0.75);border:1px solid var(--line-strong);
  color:var(--gold-bright);font-size:.68rem;letter-spacing:.04em;text-transform:uppercase;
  padding:.35rem .7rem;border-radius:100px;
}
.card--fleet__models{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1rem;}
.card--fleet__models span{
  border:1px solid var(--line);border-radius:100px;padding:.3rem .7rem;font-size:.72rem;color:var(--ivory-faint);
}
.feature-list--narrow{max-width:640px;margin:0 auto 2.5rem;}
/* ---------- Booking form ---------- */
.booking-layout{display:grid;grid-template-columns:340px 1fr;gap:2.5rem;align-items:start;}
@media (max-width:900px){.booking-layout{grid-template-columns:1fr;}}
.booking-info{display:flex;flex-direction:column;gap:1.5rem;}
.booking-info__card{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem;}
.booking-info__card h3{font-size:1.05rem;margin-bottom:.6rem;}
.booking-info__card > p{color:var(--ivory-faint);font-size:.88rem;margin-bottom:.4rem;}
.booking-info__link{display:flex;flex-direction:column;gap:.15rem;padding:.9rem 0;border-top:1px solid var(--line);color:var(--ivory-dim);}
.booking-info__link:first-of-type{border-top:none;padding-top:.9rem;}
.booking-info__link span{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--ivory-faint);}
.booking-info__link b{color:var(--gold-bright);font-family:var(--font-display);font-weight:500;font-size:1.05rem;}
.booking-info__rates{display:flex;flex-direction:column;gap:.9rem;margin:1rem 0;}
.booking-info__rates li{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid var(--line);padding-top:.7rem;font-size:.88rem;color:var(--ivory-dim);}
.booking-info__rates li:first-child{border-top:none;padding-top:0;}
.booking-info__rates b{color:var(--gold-bright);white-space:nowrap;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .booking-info__included{display:flex;flex-direction:column;gap:.7rem;margin:.4rem 0 0;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .booking-info__included li{display:flex;gap:.6rem;align-items:flex-start;font-size:.85rem;color:var(--ivory-dim);}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .booking-info__included li::before{content:"✓";color:var(--gold-bright);flex:none;font-weight:700;}
.booking-wizard{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;}
.booking-steps{display:flex;border-bottom:1px solid var(--line);}
:where(html[data-css-profile="about-ar"],html[data-css-profile="guide-ar"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="home-ar"]) .booking-steps__item{
  flex:1;display:flex;align-items:center;justify-content:center;gap:.6rem;
  padding:1.1rem .6rem;border-left:1px solid var(--line);color:var(--ivory-faint);font-size:.82rem;
}
:where(html[data-css-profile="about-ar"],html[data-css-profile="guide-ar"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="home-ar"]) .booking-steps__item:last-child{border-left:none;}
:where(html:not([data-css-profile="about-ar"]):not([data-css-profile="guide-ar"]):not([data-css-profile="guides-hub-ar"]):not([data-css-profile="home-ar"])) .booking-steps__item{
  flex:1;display:flex;align-items:center;justify-content:center;gap:.6rem;
  padding:1.1rem .6rem;border-right:1px solid var(--line);color:var(--ivory-faint);font-size:.82rem;
}
:where(html:not([data-css-profile="about-ar"]):not([data-css-profile="guide-ar"]):not([data-css-profile="guides-hub-ar"]):not([data-css-profile="home-ar"])) .booking-steps__item:last-child{border-right:none;}
.booking-steps__item span{
  width:24px;height:24px;flex:none;border-radius:50%;border:1px solid var(--line-strong);
  display:flex;align-items:center;justify-content:center;font-size:.75rem;font-family:var(--font-display);
}
.booking-steps__item.is-active{color:var(--ivory);}
.booking-steps__item.is-active span{border-color:var(--gold);color:var(--gold-bright);}
.booking-steps__item.is-done span{background:var(--gold-deep);border-color:var(--gold-deep);color:var(--midnight);}
@media (max-width:640px){.booking-steps__item{padding:.9rem .3rem;font-size:.72rem;gap:.4rem;}}
.booking-form{padding:2.4rem;}
@media (max-width:640px){.booking-form{padding:1.6rem;}}
.booking-step{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.3rem 1.5rem;}
.booking-step[hidden]{display:none;}
@media (max-width:640px){.booking-step{grid-template-columns:1fr;}}
.booking-step__nav{display:flex;gap:1rem;justify-content:flex-end;}
:where(html:not([data-css-profile="home"]):not([data-css-profile="home-ar"]):not([data-css-profile="home-en"]):not([data-css-profile="home-it"]):not([data-css-profile="home-ru"]):not([data-css-profile="home-zh"])) .field{display:flex;flex-direction:column;gap:.5rem;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .field{display:flex;flex-direction:column;gap:.5rem;position:relative;}
.field[hidden]{display:none;}
.field--full{grid-column:1/-1;}
.field label{font-size:.78rem;letter-spacing:.04em;color:var(--ivory-faint);text-transform:uppercase;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .bag-label{display:flex;align-items:center;gap:.5rem;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .bag-label svg{color:var(--gold);flex:none;}
.field input,.field select,.field textarea{
  background:var(--surface);border:1px solid var(--line-strong);color:var(--ivory);
  padding:.85rem .95rem;font-family:var(--font-body);font-size:.95rem;border-radius:var(--radius);
}
.field input::placeholder,.field textarea::placeholder{color:var(--ivory-faint);}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--gold);}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .addr-suggest{
  position:absolute;left:0;right:0;top:calc(100% + 4px);z-index:60;
  background:var(--surface-2);border:1px solid var(--line-strong);border-radius:var(--radius);
  box-shadow:var(--shadow-lg);max-height:240px;overflow-y:auto;
}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .addr-suggest[hidden]{display:none;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .addr-suggest__item{padding:.7rem .9rem;font-size:.85rem;color:var(--ivory-dim);cursor:pointer;border-bottom:1px solid var(--line);}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .addr-suggest__item:hover{background:var(--surface-3);color:var(--gold-bright);}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .addr-suggest__item:last-child{border-bottom:0;}
.booking-submit-row{display:flex;flex-wrap:wrap;gap:1rem;}
.booking-submit-row[hidden]{display:none;}
.booking-submit-row .btn{flex:1 1 220px;padding:1.1rem;text-align:center;}
.field--check{flex-direction:row;align-items:flex-start;gap:.7rem;}
.field--check label{text-transform:none;font-size:.85rem;}
.field--check input{width:16px;height:16px;margin-top:.15rem;accent-color:var(--gold);}
.vehicle-picker{display:grid;grid-template-columns:repeat(4, 1fr);gap:.9rem;margin-top:.5rem;}
@media (max-width:640px){.vehicle-picker{grid-template-columns:repeat(2, 1fr);}}
.vehicle-option{position:relative;}
.vehicle-option input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer;}
.vehicle-option label{
  display:flex;height:100%;flex-direction:column;align-items:center;gap:.4rem;text-align:center;
  padding:1.1rem .6rem;border:1px solid var(--line-strong);border-radius:var(--radius);
  color:var(--ivory-dim);cursor:pointer;transition:border-color .2s ease, background .2s ease;
}
.vehicle-option label:hover{border-color:var(--gold-deep);}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) .vehicle-option__icon{width:100%;height:52px;display:flex;align-items:center;justify-content:center;}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) .vehicle-option__icon img{max-width:100%;max-height:100%;object-fit:contain;display:block;}
:where(html[data-css-profile="about"],html[data-css-profile="about-it"],html[data-css-profile="about-zh"],html[data-css-profile="guide"],html[data-css-profile="guide-it"],html[data-css-profile="guide-it-2"],html[data-css-profile="guide-zh"],html[data-css-profile="guides-hub"],html[data-css-profile="guides-hub-it"],html[data-css-profile="guides-hub-zh"]) .vehicle-option__icon{color:var(--gold);}
:where(html[data-css-profile="about"],html[data-css-profile="about-it"],html[data-css-profile="about-zh"],html[data-css-profile="guide"],html[data-css-profile="guide-it"],html[data-css-profile="guide-it-2"],html[data-css-profile="guide-zh"],html[data-css-profile="guides-hub"],html[data-css-profile="guides-hub-it"],html[data-css-profile="guides-hub-zh"]) .vehicle-option__icon svg{width:32px;height:auto;display:block;}
.vehicle-option__name{font-family:var(--font-display);color:var(--ivory);font-size:.98rem;text-transform:none;letter-spacing:0;}
.vehicle-option__model{font-size:.72rem;color:var(--ivory-faint);text-transform:none;letter-spacing:0;}
.vehicle-option input:checked + label{border-color:var(--gold);background:rgba(198,161,91,0.1);}
.vehicle-option input:checked + label .vehicle-option__name{color:var(--gold-bright);}
.vehicle-option input:focus-visible + label{outline:1.5px solid var(--gold-bright);outline-offset:2px;}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-zh"])) .vehicle-option.is-disabled label{opacity:.35;filter:grayscale(1);pointer-events:none;}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) .extras-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:.9rem;margin-top:.5rem;}
@media (max-width:640px){
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) .extras-grid{grid-template-columns:1fr;}
}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) .extra-card{
  position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.45rem;
  padding:1.3rem 1rem;border:1px solid var(--line);border-radius:var(--radius);
  background:var(--surface-2);cursor:pointer;transition:border-color .2s ease, background .2s ease;
  font-family:inherit;
}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) .extra-card:hover{border-color:var(--gold-deep);}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) .extra-card.is-active{border-color:var(--gold);background:rgba(198,161,91,0.1);}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) .extra-card.is-active .extra-card__name{color:var(--gold-bright);}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) .extra-card--qty{cursor:default;}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) .extra-card__icon{color:var(--gold);width:30px;height:30px;}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) .extra-card__icon svg{width:100%;height:100%;}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) .extra-card__name{font-size:.85rem;color:var(--ivory);}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) .extra-card__price{font-size:.76rem;color:var(--ivory-faint);}
:where(html[data-css-profile="about-ar"],html[data-css-profile="guide-ar"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="home-ar"]) .extra-card__check{
  position:absolute;top:.6rem;left:.6rem;width:18px;height:18px;border:1.5px solid var(--line-strong);
  border-radius:50%;transition:background .2s ease, border-color .2s ease;
}
:where(html[data-css-profile="about-pt"],html[data-css-profile="guide-pt"],html[data-css-profile="guides-hub-pt"],html[data-css-profile="home"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .extra-card__check{
  position:absolute;top:.6rem;right:.6rem;width:18px;height:18px;border:1.5px solid var(--line-strong);
  border-radius:50%;transition:background .2s ease, border-color .2s ease;
}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) .extra-card.is-active .extra-card__check{background:var(--gold);border-color:var(--gold);}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) .extra-card__check::after{
  content:"✓";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  font-size:10px;color:var(--midnight);opacity:0;transition:opacity .2s ease;
}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) .extra-card.is-active .extra-card__check::after{opacity:1;}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) .extra-card__stepper{display:flex;align-items:center;gap:.9rem;margin-top:.2rem;}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) .extra-card__stepbtn{
  width:26px;height:26px;border-radius:50%;border:1px solid var(--line-strong);background:transparent;color:var(--ivory);
  font-size:1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;
}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) .extra-card__stepbtn:hover{border-color:var(--gold);color:var(--gold-bright);}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) .extra-card__qty{min-width:1.3rem;text-align:center;font-size:.95rem;color:var(--ivory);}
:where(html[data-css-profile="about-ar"],html[data-css-profile="about-pt"],html[data-css-profile="guide-ar"],html[data-css-profile="guide-pt"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="guides-hub-pt"]) .stop-row{display:flex;gap:.6rem;align-items:center;margin-bottom:.6rem;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .stop-row{display:flex;gap:.6rem;align-items:center;margin-bottom:.6rem;position:relative;}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) .stop-row input{flex:1;}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) .stop-row__remove{
  width:32px;height:32px;flex-shrink:0;border-radius:50%;border:1px solid var(--line-strong);background:transparent;
  color:var(--ivory-faint);font-size:1.1rem;line-height:1;cursor:pointer;
}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) .stop-row__remove:hover{border-color:#c65b5b;color:#e08a8a;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .leg-card{position:relative;border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.1rem;margin-bottom:.9rem;display:grid;grid-template-columns:1fr 1fr;gap:.9rem 1rem;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .leg-card__title{grid-column:1/-1;color:var(--gold-bright);font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;margin:0;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .leg-card__remove{position:absolute;top:.6rem;right:.7rem;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .leg-field{display:flex;flex-direction:column;gap:.5rem;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .leg-field label{font-size:.78rem;letter-spacing:.04em;color:var(--ivory-faint);text-transform:uppercase;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .leg-field select,:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .leg-field input{background:var(--surface);border:1px solid var(--line-strong);color:var(--ivory);padding:.85rem .95rem;font-family:var(--font-body);font-size:.95rem;border-radius:var(--radius);}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) #legsList{margin-bottom:.9rem;}
@media (max-width:640px){
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .leg-card{grid-template-columns:1fr;}
}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) .btn--small{padding:.55rem 1rem;font-size:.8rem;}
:where(html:not([data-css-profile="about"]):not([data-css-profile="about-it"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide"]):not([data-css-profile="guide-it"]):not([data-css-profile="guide-it-2"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub"]):not([data-css-profile="guides-hub-it"]):not([data-css-profile="guides-hub-zh"])) #surchargeNote{color:var(--gold-bright);}
.fare-estimate{
  background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius);
  padding:1.2rem;gap:1rem;
}
.fare-estimate[hidden]{display:none;}
.fare-estimate__summary{color:var(--ivory);font-size:.92rem;}
.fare-estimate__summary b{color:var(--gold-bright);}
.fare-estimate__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:.75rem;}
@media (max-width:640px){.fare-estimate__grid{grid-template-columns:repeat(2, 1fr);}}
.fare-estimate__item{
  border:1px solid var(--line);border-radius:var(--radius);padding:.7rem .6rem;text-align:center;
  color:var(--ivory-dim);font-size:.82rem;
}
.fare-estimate__item b{display:block;color:var(--gold-bright);font-size:1rem;margin-top:.2rem;}
.fare-estimate__status{color:var(--ivory-faint);font-size:.85rem;font-style:italic;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .booking-total{
  background:var(--surface);border:1px solid var(--gold-deep);border-radius:var(--radius);
  padding:1.2rem 1.4rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;
}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .booking-total[hidden]{display:none;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .booking-total__label{color:var(--ivory);font-size:.95rem;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .booking-total__amount{color:var(--gold-bright);font-size:1.7rem;font-family:var(--font-display);font-weight:500;}
.payment-picker{display:grid;grid-template-columns:repeat(2, 1fr);gap:.9rem;margin-top:.5rem;}
@media (max-width:640px){.payment-picker{grid-template-columns:1fr;}}
.payment-option{position:relative;}
.payment-option input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer;}
.payment-option input:disabled{cursor:not-allowed;}
:where(html[data-css-profile="about-ar"],html[data-css-profile="guide-ar"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="home-ar"]) .payment-option label{
  display:flex;height:100%;flex-direction:column;gap:.3rem;text-align:right;
  padding:1rem 1.1rem;border:1px solid var(--line-strong);border-radius:var(--radius);
  color:var(--ivory-dim);cursor:pointer;transition:border-color .2s ease, background .2s ease;
}
:where(html:not([data-css-profile="about-ar"]):not([data-css-profile="guide-ar"]):not([data-css-profile="guides-hub-ar"]):not([data-css-profile="home-ar"])) .payment-option label{
  display:flex;height:100%;flex-direction:column;gap:.3rem;text-align:left;
  padding:1rem 1.1rem;border:1px solid var(--line-strong);border-radius:var(--radius);
  color:var(--ivory-dim);cursor:pointer;transition:border-color .2s ease, background .2s ease;
}
.payment-option input:disabled + label{cursor:not-allowed;opacity:.5;}
.payment-option label:hover{border-color:var(--gold-deep);}
.payment-option input:disabled + label:hover{border-color:var(--line-strong);}
.payment-option__name{font-family:var(--font-display);color:var(--ivory);font-size:1rem;}
.payment-option__desc{font-size:.78rem;color:var(--ivory-faint);}
.payment-option input:checked + label{border-color:var(--gold);background:rgba(198,161,91,0.1);}
.payment-option input:checked + label .payment-option__name{color:var(--gold-bright);}
.payment-option input:focus-visible + label{outline:1.5px solid var(--gold-bright);outline-offset:2px;}
.payment-return-banner{
  max-width:var(--maxw);margin:0 auto 2rem;padding:1rem 1.4rem;border-radius:var(--radius);
  background:var(--surface-2);border:1px solid var(--line-strong);color:var(--ivory-dim);
  text-align:center;font-size:.95rem;
}
.payment-return-banner--ok{border-color:rgba(127,191,142,0.5);color:#bfe6c9;}
.payment-return-banner--error{border-color:rgba(217,119,107,0.5);color:#f0c2bc;}
.contact-strip{background:var(--surface);}
.contact-strip__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1.8rem;}
/* ---------- Footer ---------- */
.footer{background:#080A0E;padding:5rem 0 1.5rem;border-top:1px solid var(--line);}
.footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;}
@media (max-width:820px){.footer__grid{grid-template-columns:1fr 1fr;}}
@media (max-width:520px){.footer__grid{grid-template-columns:1fr;}}
.footer__brand p{margin-top:1rem;color:var(--ivory-faint);font-size:.9rem;max-width:32ch;}
.footer__social{display:flex;gap:.8rem;margin-top:1.4rem;}
.social-ico{
  width:34px;height:34px;border:1px solid var(--line-strong);border-radius:50%;
  display:flex;align-items:center;justify-content:center;color:var(--ivory-faint);
}
.social-ico:hover{color:var(--gold);border-color:var(--gold-deep);}
.footer__col{display:flex;flex-direction:column;gap:.8rem;}
.footer__col :is(h4,.footer__title){color:var(--ivory);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.4rem;font-family:var(--font-body);}
:where(html:not([data-css-profile="about-zh"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub-zh"]):not([data-css-profile="home-ru"])) .footer__col a,:where(html:not([data-css-profile="about-zh"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub-zh"]):not([data-css-profile="home-ru"])) .footer__col span,:where(html:not([data-css-profile="about-zh"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub-zh"]):not([data-css-profile="home-ru"])) .footer__col button{color:var(--ivory-faint);font-size:.88rem;}
:where(html:not([data-css-profile="about-zh"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub-zh"]):not([data-css-profile="home-ru"])) .footer__col a:hover,:where(html:not([data-css-profile="about-zh"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub-zh"]):not([data-css-profile="home-ru"])) .footer__col button:hover{color:var(--gold-bright);}
:where(html[data-css-profile="about-ar"],html[data-css-profile="guide-ar"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="home-ar"]) .footer__col button{background:none;border:0;padding:0;text-align:right;cursor:pointer;font-family:inherit;}
:where(html:not([data-css-profile="about-ar"]):not([data-css-profile="about-zh"]):not([data-css-profile="guide-ar"]):not([data-css-profile="guide-zh"]):not([data-css-profile="guides-hub-ar"]):not([data-css-profile="guides-hub-zh"]):not([data-css-profile="home-ar"]):not([data-css-profile="home-ru"])) .footer__col button{background:none;border:0;padding:0;text-align:left;cursor:pointer;font-family:inherit;}
:where(html[data-css-profile="about-zh"],html[data-css-profile="guide-zh"],html[data-css-profile="guides-hub-zh"],html[data-css-profile="home-ru"]) .footer__col a,:where(html[data-css-profile="about-zh"],html[data-css-profile="guide-zh"],html[data-css-profile="guides-hub-zh"],html[data-css-profile="home-ru"]) .footer__col span{color:var(--ivory-faint);font-size:.88rem;}
:where(html[data-css-profile="about-zh"],html[data-css-profile="guide-zh"],html[data-css-profile="guides-hub-zh"],html[data-css-profile="home-ru"]) .footer__col a:hover{color:var(--gold-bright);}
.footer__placeholder-note{color:var(--gold-deep);font-size:.76rem;border-top:1px solid var(--line);padding-top:1.4rem;}
.footer__bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.6rem;padding-top:1.4rem;font-size:.78rem;color:var(--ivory-faint);}
.legal-block{max-width:760px;padding-top:2.6rem;border-top:1px solid var(--line);margin-top:2rem;}
.legal-block h4{color:var(--ivory);font-size:.95rem;margin-bottom:.6rem;}
.legal-block p{color:var(--ivory-faint);font-size:.85rem;max-width:65ch;}
/* ---------- WhatsApp float ---------- */
:where(html[data-css-profile="about-ar"],html[data-css-profile="guide-ar"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="home-ar"]) .wa-float{
  position:fixed;left:1.4rem;bottom:1.4rem;z-index:150;
  display:flex;align-items:center;gap:.6rem;
  background:#1E2A22;color:#8CE0A8;border:1px solid rgba(140,224,168,0.35);
  padding:.85rem;border-radius:100px;box-shadow:var(--shadow-lg);
  transition:padding .25s ease, background .25s ease;
}
/* ---------- WhatsApp float ---------- */
:where(html:not([data-css-profile="about-ar"]):not([data-css-profile="guide-ar"]):not([data-css-profile="guides-hub-ar"]):not([data-css-profile="home-ar"])) .wa-float{
  position:fixed;right:1.4rem;bottom:1.4rem;z-index:150;
  display:flex;align-items:center;gap:.6rem;
  background:#1E2A22;color:#8CE0A8;border:1px solid rgba(140,224,168,0.35);
  padding:.85rem;border-radius:100px;box-shadow:var(--shadow-lg);
  transition:padding .25s ease, background .25s ease;
}
.wa-float__label{max-width:0;overflow:hidden;white-space:nowrap;font-size:.82rem;font-weight:600;transition:max-width .3s ease;}
.wa-float:hover{background:#233A2A;}
.wa-float:hover .wa-float__label{max-width:220px;}
@media (max-width:900px){.wa-float{bottom:5.6rem;}}
/* ---------- Mobile bottom bar ---------- */
.mobile-bar{
  display:none;position:fixed;left:0;right:0;bottom:0;z-index:180;
  background:rgba(11,14,20,0.96);backdrop-filter:blur(10px);
  border-top:1px solid var(--line);
  padding:.6rem .5rem calc(.6rem + env(safe-area-inset-bottom));
}
@media (max-width:900px){.mobile-bar{display:flex;justify-content:space-around;}}
.mobile-bar a{
  display:flex;flex-direction:column;align-items:center;gap:.25rem;
  color:var(--ivory-dim);font-size:.68rem;letter-spacing:.03em;text-transform:uppercase;
}
.mobile-bar a:first-child{color:var(--gold-bright);}
/* ---------- Cookie banner ---------- */
.cookie{
  position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:400;max-width:560px;margin:0 auto;
  background:var(--surface-2);border:1px solid var(--line-strong);border-radius:var(--radius);
  padding:1.4rem 1.5rem;box-shadow:var(--shadow-lg);
}
:where(html[data-css-profile="about-ar"],html[data-css-profile="guide-ar"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="home-ar"]) .cookie p{font-size:.85rem;color:var(--ivory-dim);margin-bottom:1rem;padding-left:1.6rem;}
:where(html:not([data-css-profile="about-ar"]):not([data-css-profile="guide-ar"]):not([data-css-profile="guides-hub-ar"]):not([data-css-profile="home-ar"])) .cookie p{font-size:.85rem;color:var(--ivory-dim);margin-bottom:1rem;padding-right:1.6rem;}
.cookie p a{color:var(--gold-bright);text-decoration:underline;text-underline-offset:2px;}
.cookie__actions{display:flex;gap:.7rem;flex-wrap:wrap;}
.cookie__actions .btn{padding:.6rem 1rem;font-size:.72rem;flex:1 1 auto;text-align:center;}
:where(html[data-css-profile="about-ar"],html[data-css-profile="guide-ar"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="home-ar"]) .cookie__close{
  position:absolute;top:.7rem;left:.8rem;width:26px;height:26px;border-radius:50%;
  border:0;background:transparent;color:var(--ivory-faint);font-size:1.1rem;line-height:1;
  cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;
}
:where(html:not([data-css-profile="about-ar"]):not([data-css-profile="guide-ar"]):not([data-css-profile="guides-hub-ar"]):not([data-css-profile="home-ar"])) .cookie__close{
  position:absolute;top:.7rem;right:.8rem;width:26px;height:26px;border-radius:50%;
  border:0;background:transparent;color:var(--ivory-faint);font-size:1.1rem;line-height:1;
  cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;
}
.cookie__close:hover{color:var(--gold-bright);}
@media (max-width:900px){.cookie{bottom:5.4rem;}}
.cookie-modal{
  position:fixed;inset:0;z-index:500;display:flex;align-items:center;justify-content:center;
  padding:1.5rem;background:rgba(5,7,11,0.72);
}
.cookie-modal[hidden]{display:none;}
.cookie-modal__panel{
  position:relative;width:100%;max-width:560px;max-height:85vh;overflow-y:auto;
  background:var(--surface-2);border:1px solid var(--line-strong);border-radius:var(--radius);
  padding:2rem 1.8rem;box-shadow:var(--shadow-lg);
}
:where(html[data-css-profile="about-ar"],html[data-css-profile="guide-ar"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="home-ar"]) .cookie-modal__panel h3{font-size:1.25rem;margin-bottom:.8rem;padding-left:1.6rem;}
:where(html:not([data-css-profile="about-ar"]):not([data-css-profile="guide-ar"]):not([data-css-profile="guides-hub-ar"]):not([data-css-profile="home-ar"])) .cookie-modal__panel h3{font-size:1.25rem;margin-bottom:.8rem;padding-right:1.6rem;}
.cookie-modal__panel > p{font-size:.88rem;color:var(--ivory-dim);margin-bottom:1.2rem;}
.cookie-modal__category{
  border-top:1px solid var(--line);padding:1rem 0;display:flex;gap:1rem;justify-content:space-between;align-items:flex-start;
}
.cookie-modal__category:last-of-type{border-bottom:1px solid var(--line);}
.cookie-modal__category-text h4{font-size:.95rem;color:var(--ivory);margin-bottom:.3rem;}
.cookie-modal__category-text p{font-size:.8rem;color:var(--ivory-faint);}
.cookie-modal__category input{width:18px;height:18px;margin-top:.2rem;accent-color:var(--gold);flex-shrink:0;cursor:pointer;}
.cookie-modal__category input:disabled{opacity:.6;cursor:not-allowed;}
.cookie-modal__actions{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.6rem;}
.cookie-modal__actions .btn{flex:1 1 auto;}
/* ---------- Reveal animation ---------- */
.reveal:where(.js *){opacity:0;transform:translateY(18px);transition:opacity .7s ease, transform .7s ease;}
.reveal.is-visible:where(.js *){opacity:1;transform:translateY(0);}
/* ---------- Rifiniture estetiche ---------- */
::selection{background:rgba(198,161,91,0.35);color:#F6F2E8;}
html{scrollbar-color:#8A6C34 #0B0E14;}
::-webkit-scrollbar{width:12px;background:#0B0E14;}
::-webkit-scrollbar-thumb{background:#8A6C34;border-radius:6px;border:3px solid #0B0E14;}
::-webkit-scrollbar-thumb:hover{background:#C6A15B;}
.hairline{position:relative;}
.hairline::after{content:"";position:absolute;left:50%;top:50%;width:7px;height:7px;transform:translate(-50%,-50%) rotate(45deg);background:var(--midnight,#0B0E14);border:1px solid var(--gold,#C6A15B);}
.card{transition:transform .3s ease, border-color .3s ease, box-shadow .3s ease;}
.card:hover{transform:translateY(-4px);border-color:var(--gold-deep,#8A6C34);box-shadow:0 18px 50px -20px rgba(0,0,0,0.6);}
.route-card{transition:transform .3s ease, border-color .3s ease, box-shadow .3s ease;}
.route-card:hover{transform:translateY(-4px);border-color:var(--gold-deep,#8A6C34);}
.btn--gold{position:relative;overflow:hidden;}
.btn--gold::after{content:"";position:absolute;top:0;left:-70%;width:45%;height:100%;background:linear-gradient(105deg,transparent,rgba(255,255,255,0.35),transparent);transform:skewX(-20deg);transition:left .55s ease;}
.btn--gold:hover::after{left:125%;}
.guide-illustration{max-width:540px;margin:2.4rem auto 0;color:var(--gold,#C6A15B);opacity:.9;}
.guide-illustration svg{width:100%;height:auto;display:block;}
:where(html[data-css-profile="guide-it-2"]) .table-wrap{margin-top:2rem;overflow-x:auto;border:1px solid var(--line);}
:where(html[data-css-profile="guide-it-2"]) .comparison-table{width:100%;min-width:640px;border-collapse:collapse;text-align:start;}
:where(html[data-css-profile="guide-it-2"]) .comparison-table caption{padding:1rem 1.15rem;text-align:start;color:var(--ivory);font-weight:600;caption-side:top;}
:where(html[data-css-profile="guide-it-2"]) .comparison-table th,:where(html[data-css-profile="guide-it-2"]) .comparison-table td{padding:.9rem 1rem;border-top:1px solid var(--line);vertical-align:top;}
:where(html[data-css-profile="guide-it-2"]) .comparison-table thead th{border-top:0;background:var(--surface-2);color:var(--gold);font-size:.74rem;letter-spacing:.08em;text-transform:uppercase;}
:where(html[data-css-profile="guide-it-2"]) .comparison-table tbody th{color:var(--ivory);font-weight:600;text-align:start;}
:where(html[data-css-profile="guide-it-2"]) .comparison-table td{color:var(--ivory-faint);font-size:.9rem;line-height:1.5;}
:where(html[data-css-profile="guide-it"],html[data-css-profile="guide-it-2"]) .guide-summary{max-width:760px;margin:2rem auto 0;padding:1.35rem 1.5rem;border:1px solid rgba(198,161,91,.45);background:rgba(198,161,91,.06);text-align:start;}
:where(html[data-css-profile="guide-it"],html[data-css-profile="guide-it-2"]) .guide-summary__title{margin:0 0 .85rem;color:var(--gold);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;}
:where(html[data-css-profile="guide-it"],html[data-css-profile="guide-it-2"]) .guide-summary__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem 1.5rem;margin:0;padding:0;list-style:none;}
:where(html[data-css-profile="guide-it"],html[data-css-profile="guide-it-2"]) .guide-summary__grid li{color:var(--ivory-faint);font-size:.92rem;line-height:1.55;}
:where(html[data-css-profile="guide-it"],html[data-css-profile="guide-it-2"]) .guide-summary__grid b{display:block;color:var(--ivory);font-size:.86rem;}
@media(max-width:600px){
:where(html[data-css-profile="guide-it"],html[data-css-profile="guide-it-2"]) .guide-summary{padding:1.2rem;}
:where(html[data-css-profile="guide-it"],html[data-css-profile="guide-it-2"]) .guide-summary__grid{grid-template-columns:1fr;gap:.7rem;}
}
h1,h2,h3{text-wrap:balance;}
.nav-dropdown__label{padding:.6rem 1.1rem .3rem;font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold,#C6A15B);font-weight:700;cursor:default;}
#guidesMenu{min-width:530px;max-width:calc(100vw - 24px);border:1px solid var(--line-strong);border-top:2px solid var(--gold);box-shadow:0 26px 60px -18px rgba(0,0,0,0.75);padding:.4rem 0 .3rem;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .fleet-builder{border:1px solid var(--line-strong);border-radius:2px;background:var(--surface-2);padding:.4rem 1.1rem;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .fleet-builder__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem 0;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .fleet-builder__row + .fleet-builder__row{border-top:1px solid var(--line);}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .fleet-builder__name{color:var(--ivory);font-weight:600;font-size:.92rem;display:block;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .fleet-builder__meta{color:var(--ivory-faint);font-size:.78rem;display:block;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .fleet-builder__ctrl{display:flex;align-items:center;gap:.7rem;flex:none;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .fleet-builder__btn{width:36px;height:36px;border-radius:2px;border:1px solid var(--gold-deep);background:transparent;color:var(--gold-bright);font-size:1.15rem;cursor:pointer;line-height:1;font-family:inherit;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .fleet-builder__btn:disabled{opacity:.35;cursor:default;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .fleet-builder__qty{min-width:2ch;text-align:center;color:var(--ivory);font-weight:700;font-size:1rem;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) #fleetStatus.is-error{color:#E08A8A;}
.brand__logo{height:40px;width:auto;display:block;}
.hero__logo{height:132px;width:auto;display:block;margin:0 auto 1.4rem;filter:drop-shadow(0 8px 28px rgba(0,0,0,0.6));}
.footer__logo{width:190px;height:auto;display:block;border-radius:2px;}
#destMenu{min-width:460px;border:1px solid var(--line-strong);border-top:2px solid var(--gold);box-shadow:0 26px 60px -18px rgba(0,0,0,0.75);padding:.4rem 0 .3rem;}
.nav-dropdown__cols{display:flex;align-items:stretch;}
.nav-dropdown__col{flex:1 1 50%;display:flex;flex-direction:column;padding:.2rem 0 .4rem;}
.nav-dropdown__col + .nav-dropdown__col{border-inline-start:1px solid var(--line-strong);}
.nav-dropdown__menu .nav-dropdown__cols a{border-bottom:0;white-space:nowrap;}
.nav-dropdown__all{padding:.25rem .8rem .45rem;display:flex;justify-content:flex-end;}
.nav-dropdown__menu li.nav-dropdown__all a{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .55rem;font-size:.72rem;letter-spacing:.07em;text-transform:uppercase;color:var(--gold-bright);border-bottom:0;border-radius:2px;transition:color .15s ease, gap .15s ease;}
.nav-dropdown__menu li.nav-dropdown__all a:hover{color:var(--gold);gap:.65rem;background:none;}
.nav-dropdown__all svg{flex:none;}
[dir="rtl"] .nav-dropdown__all svg{transform:scaleX(-1);}
.nav-dropdown__menu a::after{display:none;}
.nav-dropdown__menu li.nav-dropdown__cols a{border-bottom:0;margin:.1rem .45rem;padding:.5rem .75rem;border-radius:2px;transition:background .15s ease, color .15s ease;}
.nav-dropdown__menu li.nav-dropdown__cols a:hover{background:var(--surface-3);color:var(--gold-bright);}
.nav-dropdown__cols .nav-dropdown__col{padding:.25rem 0 .4rem;}
@media (max-width:900px){#destMenu{min-width:340px;}}
/* ---------- about: restyling 2 colonne, contatori, standard, b2b, recensioni ---------- */
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-hero .container--split{align-items:center;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-hero__media{position:relative;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-hero__media::before{content:"";position:absolute;inset:6% -8% -12% -8%;background:radial-gradient(58% 55% at 50% 62%, rgba(198,161,91,.18), transparent 72%);pointer-events:none;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-hero__media img{position:relative;width:100%;height:auto;display:block;filter:drop-shadow(0 34px 42px rgba(0,0,0,.6));}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-hero .lead{margin-top:1.15rem;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-hero .lead + .lead{margin-top:.9rem;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-stats{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-stats .container{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding-top:3.1rem;padding-bottom:3.1rem;text-align:center;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-stat b{display:block;font-family:var(--font-display);font-weight:500;font-size:clamp(2rem,1.3rem+2.2vw,3.1rem);color:var(--gold-bright);line-height:1.1;letter-spacing:-.01em;font-variant-numeric:tabular-nums;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-stat span{display:block;margin-top:.6rem;font-size:.76rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ivory-faint);line-height:1.5;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .grid--usp{grid-template-columns:repeat(3,1fr);}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-card{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius);padding:1.7rem 1.6rem;transition:transform .3s ease,border-color .3s ease,background .3s ease;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-card:hover{transform:translateY(-3px);border-color:var(--line-strong);background:var(--surface-3);}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-card__icon{width:46px;height:46px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:50%;color:var(--gold-bright);margin-bottom:1.1rem;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-card__icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-card h3{font-size:1.06rem;margin-bottom:.55rem;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-card p{font-size:.93rem;color:var(--ivory-dim);line-height:1.62;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-b2b{background:linear-gradient(135deg,#0B0E14 0%,#141926 55%,#0B0E14 100%);border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong);position:relative;overflow:hidden;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-b2b::after{content:"";position:absolute;inset-inline-end:-14%;top:-45%;width:52%;height:190%;background:radial-gradient(closest-side, rgba(198,161,91,.15), transparent);pointer-events:none;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-b2b .container{display:grid;grid-template-columns:1.5fr auto;gap:2.5rem;align-items:center;padding-top:3.4rem;padding-bottom:3.4rem;position:relative;z-index:1;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-b2b h3{font-family:var(--font-display);font-weight:500;font-size:clamp(1.4rem,1.1rem+1.2vw,1.95rem);line-height:1.2;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-b2b p{color:var(--ivory-dim);margin-top:.7rem;max-width:62ch;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-b2b .btn{margin:0;white-space:nowrap;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-reviews__score{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;margin:-1.4rem auto 2.4rem;}
/* ---------- recensioni Google: widget dinamico ---------- */
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .about-reviews__score{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;margin:-1.4rem auto 2.4rem;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"],html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .about-reviews__score b{font-family:var(--font-display);font-size:2.4rem;color:var(--gold-bright);font-weight:500;line-height:1;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"],html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .about-reviews__score .review__stars{margin:0;font-size:1.1rem;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"],html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .about-reviews__score span{color:var(--ivory-faint);font-size:.9rem;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"],html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .review__meta{display:flex;justify-content:space-between;gap:1rem;font-size:.8rem;color:var(--ivory-faint);margin-top:1rem;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"],html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .review__meta b{color:var(--ivory-dim);font-weight:600;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"],html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .about-reviews__actions{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap;margin-top:2.4rem;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-reviews__actions .btn,:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-cta__actions .btn{margin:0;display:inline-flex;align-items:center;gap:.55rem;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-cta__actions{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap;margin-top:1.8rem;}
@media (max-width:900px){
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-stats .container{grid-template-columns:repeat(2,1fr);gap:1.6rem 1rem;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .grid--usp{grid-template-columns:1fr;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-b2b .container{grid-template-columns:1fr;}
:where(html[data-css-profile="about"],html[data-css-profile="about-ar"],html[data-css-profile="about-it"],html[data-css-profile="about-pt"],html[data-css-profile="about-zh"]) .about-hero__media{order:-1;max-width:520px;margin:0 auto;}
}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .about-reviews__actions .btn{margin:0;display:inline-flex;align-items:center;gap:.55rem;}
/* ---------- home: garanzie, badge tariffe ---------- */
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .trust-bar{background:var(--surface);border-bottom:1px solid var(--line);}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .trust-bar__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem 1.5rem;padding-top:1.05rem;padding-bottom:1.05rem;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .trust-item{display:flex;align-items:center;gap:.7rem;font-size:.85rem;color:var(--ivory-dim);line-height:1.35;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .trust-item svg{width:22px;height:22px;flex:none;fill:none;stroke:var(--gold-bright);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;}
@media (max-width:900px){
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .trust-bar__grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:520px){
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .trust-bar__grid{grid-template-columns:1fr;gap:.6rem;}
}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .card--fleet__from,:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .card__from{margin:.15rem 0 .8rem;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:var(--gold-bright);}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .card__from{margin:.8rem 0 0;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .booking-info__rates a{color:inherit;text-decoration:underline;text-decoration-color:var(--gold-deep);text-underline-offset:3px;}
:where(html[data-css-profile="home"],html[data-css-profile="home-ar"],html[data-css-profile="home-en"],html[data-css-profile="home-it"],html[data-css-profile="home-ru"],html[data-css-profile="home-zh"]) .booking-info__rates a:hover{color:var(--gold-bright);}
/* mobile: bottoni a capo */
@media (max-width:640px){.btn{white-space:normal;max-width:100%;text-align:center;}}
/* mobile: barra rapida */
@media (max-width:900px){.mobile-bar a{flex:1 1 0;min-width:0;text-align:center;letter-spacing:0;padding:0 .15rem;} .mobile-bar a span{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}}
:where(html[data-css-profile="guides-hub"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="guides-hub-pt"],html[data-css-profile="guides-hub-zh"]) +/* ---------- Guide planner ---------- */
.guide-planner{position:relative;overflow:hidden;}
/* ---------- Guida alla scelta ---------- */
:where(html[data-css-profile="guides-hub-it"]) .guide-planner{position:relative;overflow:hidden;}
:where(html[data-css-profile="guides-hub"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="guides-hub-it"],html[data-css-profile="guides-hub-pt"],html[data-css-profile="guides-hub-zh"]) .guide-planner::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 15%,rgba(198,161,91,.13),transparent 30%),radial-gradient(circle at 88% 82%,rgba(198,161,91,.07),transparent 28%);pointer-events:none;}
:where(html[data-css-profile="guides-hub"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="guides-hub-it"],html[data-css-profile="guides-hub-pt"],html[data-css-profile="guides-hub-zh"]) .guide-planner .container{position:relative;}
:where(html[data-css-profile="guides-hub"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="guides-hub-it"],html[data-css-profile="guides-hub-pt"],html[data-css-profile="guides-hub-zh"]) .guide-planner__intro{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:3rem;align-items:end;margin-bottom:2.25rem;}
:where(html[data-css-profile="guides-hub"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="guides-hub-it"],html[data-css-profile="guides-hub-pt"],html[data-css-profile="guides-hub-zh"]) .guide-planner__intro .lead{max-width:58ch;}
:where(html[data-css-profile="guides-hub"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="guides-hub-it"],html[data-css-profile="guides-hub-pt"],html[data-css-profile="guides-hub-zh"]) .guide-planner__note{border-inline-start:1px solid var(--gold);padding:.35rem 0 .35rem 1.25rem;padding-inline-start:1.25rem;color:var(--ivory-dim);font-size:.94rem;}
:where(html[data-css-profile="guides-hub"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="guides-hub-it"],html[data-css-profile="guides-hub-pt"],html[data-css-profile="guides-hub-zh"]) .guide-planner__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;}
:where(html[data-css-profile="guides-hub"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="guides-hub-it"],html[data-css-profile="guides-hub-pt"],html[data-css-profile="guides-hub-zh"]) .guide-path{display:flex;flex-direction:column;min-height:100%;padding:1.7rem;background:rgba(26,31,42,.82);border:1px solid var(--line);border-top:2px solid var(--gold-deep);}
:where(html[data-css-profile="guides-hub"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="guides-hub-it"],html[data-css-profile="guides-hub-pt"],html[data-css-profile="guides-hub-zh"]) .guide-path:hover{border-top-color:var(--gold-bright);}
:where(html[data-css-profile="guides-hub"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="guides-hub-it"],html[data-css-profile="guides-hub-pt"],html[data-css-profile="guides-hub-zh"]) .guide-path__label{font-size:.68rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.8rem;}
:where(html[data-css-profile="guides-hub"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="guides-hub-it"],html[data-css-profile="guides-hub-pt"],html[data-css-profile="guides-hub-zh"]) .guide-path h3{font-size:1.35rem;margin-bottom:.7rem;}
:where(html[data-css-profile="guides-hub"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="guides-hub-it"],html[data-css-profile="guides-hub-pt"],html[data-css-profile="guides-hub-zh"]) .guide-path p{font-size:.92rem;color:var(--ivory-faint);margin-bottom:1.25rem;}
:where(html[data-css-profile="guides-hub"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="guides-hub-it"],html[data-css-profile="guides-hub-pt"],html[data-css-profile="guides-hub-zh"]) .guide-path ul{margin:0 0 1.5rem;padding:0;display:flex;flex-direction:column;gap:.6rem;}
:where(html[data-css-profile="guides-hub"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="guides-hub-it"],html[data-css-profile="guides-hub-pt"],html[data-css-profile="guides-hub-zh"]) .guide-path li{position:relative;padding-inline-start:1rem;color:var(--ivory-dim);font-size:.88rem;}
:where(html[data-css-profile="guides-hub"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="guides-hub-it"],html[data-css-profile="guides-hub-pt"],html[data-css-profile="guides-hub-zh"]) .guide-path li a{color:var(--ivory-dim);text-decoration:underline;text-decoration-color:rgba(198,161,91,.45);text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease;}
:where(html[data-css-profile="guides-hub"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="guides-hub-it"],html[data-css-profile="guides-hub-pt"],html[data-css-profile="guides-hub-zh"]) .guide-path li a:hover{color:var(--gold-bright);text-decoration-color:var(--gold-bright);}
:where(html[data-css-profile="guides-hub"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="guides-hub-it"],html[data-css-profile="guides-hub-pt"],html[data-css-profile="guides-hub-zh"]) .guide-path li::before{content:"";position:absolute;inset-inline-start:0;top:.63em;width:4px;height:4px;background:var(--gold);transform:rotate(45deg);}
:where(html[data-css-profile="guides-hub"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="guides-hub-it"],html[data-css-profile="guides-hub-pt"],html[data-css-profile="guides-hub-zh"]) .guide-path .btn{margin-top:auto;align-self:flex-start;padding:.72rem 1rem;font-size:.72rem;}
@media (max-width:900px){
:where(html[data-css-profile="guides-hub"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="guides-hub-it"],html[data-css-profile="guides-hub-pt"],html[data-css-profile="guides-hub-zh"]) .guide-planner__intro{grid-template-columns:1fr;gap:1.4rem;}
:where(html[data-css-profile="guides-hub"],html[data-css-profile="guides-hub-ar"],html[data-css-profile="guides-hub-it"],html[data-css-profile="guides-hub-pt"],html[data-css-profile="guides-hub-zh"]) .guide-planner__grid{grid-template-columns:1fr;gap:1rem;}
}

/* Lotto 3 — reusable editorial guide components. Opt in with markup, no language guards. */
.guide-page,.guide-hub{--guide-copy:#d5d1c7;--guide-muted:#bbb8af;}
.guide-hero{padding-block:5rem 3rem;}
.guide-hero .h2{font-size:clamp(2.2rem,4.8vw,3.8rem);line-height:1.13;letter-spacing:-.025em;}
.guide-hero .lead{color:#dedad1;font-size:1.15rem;line-height:1.75;}
.guide-reading{max-width:960px;margin-inline:auto;}
.guide-summary{margin:2rem auto 0;padding:1.5rem;border:1px solid #79643e;border-inline-start:3px solid var(--gold);background:#171b23;text-align:start;}
.guide-summary__title{margin:0 0 1rem;color:#e6c782;font-family:var(--font-body);font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;}
.guide-summary__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.75rem;margin:0;padding:0;list-style:none;}
.guide-summary__list li{position:relative;padding-inline-start:1rem;color:#dedad1;font-size:.96rem;line-height:1.6;}
.guide-summary__list li::before{content:"";position:absolute;inset-inline-start:0;top:.65em;width:4px;height:4px;background:var(--gold);}
/* Lotto 24: scheda di prenotazione in testa alle guide aeroporto e porto. Eredita
   .guide-summary (colori del sistema visivo); qui solo spaziature e colonne. */
.guide-booking{max-width:none;margin:2.5rem 0 0;}
.guide-booking__lead{margin:0 0 1.1rem;color:#dedad1;line-height:1.65;max-width:65ch;}
.guide-booking__terms{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(198,161,91,.3);}
.guide-booking__cta{margin:1.35rem 0 0;}
.guide-booking__cta .btn{white-space:normal;}
.guide-booking .fineprint{margin-top:.85rem;}
@media(max-width:640px){.guide-booking .guide-summary__list{grid-template-columns:1fr;}}
.guide-summary__list strong{color:#fff4dc;}
.guide-toc{margin-block:2.5rem 1rem;padding:1.5rem 1.75rem;border-block:1px solid var(--line-strong);text-align:start;}
.guide-toc h2{font-family:var(--font-body);font-size:1rem;margin-bottom:1rem;}
.guide-toc__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem 2rem;padding-inline-start:1.35rem;margin:0;list-style:decimal;}
.guide-toc__list li{padding-inline-start:.25rem;color:var(--gold);}
.guide-toc a{display:inline-block;padding-block:.35rem;color:var(--guide-copy,#d5d1c7);text-decoration:underline;text-underline-offset:4px;}
.guide-article{color:var(--guide-copy);font-size:1.04rem;line-height:1.85;}
.guide-section{padding-block:3rem;border-bottom:1px solid var(--line);}
.guide-section h2,.guide-faq h2,.guide-related h2,.guide-next h2{font-size:clamp(1.75rem,3vw,2.4rem);line-height:1.25;margin-bottom:1.4rem;}
.guide-section h3{font-size:1.35rem;line-height:1.4;margin-block:1.75rem .75rem;}
.guide-section p{max-width:72ch;margin-block:0 1.15rem;}
.guide-section ul,.guide-section ol{padding-inline-start:1.4rem;margin-block:1rem 1.5rem;list-style:revert;}
.guide-section li{margin-bottom:.6rem;}
.guide-article a:not(.btn):not(.guide-related__card),.guide-next p a{color:#e6c782;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;}
.guide-page [id],.guide-hub [id]{scroll-margin-top:110px;}
.guide-page a:focus-visible,.guide-hub a:focus-visible,.guide-table:focus-visible{outline:3px solid #f0cc80;outline-offset:5px;}
.guide-table{max-width:100%;overflow-x:auto;margin-block:1.8rem 0;border:1px solid #555044;border-radius:3px;}
.guide-table__table{width:100%;min-width:580px;border-collapse:collapse;text-align:start;font-size:.95rem;line-height:1.65;}
.guide-table__table caption{padding:1rem 1.25rem;background:#242732;color:#f6f2e8;text-align:start;font-weight:600;}
.guide-table__table th,.guide-table__table td{padding:1rem 1.25rem;border-bottom:1px solid #3b3c3e;vertical-align:top;text-align:start;}
.guide-table__table thead th{background:#1d212a;color:#e6c782;font-weight:600;}
.guide-table__table tbody th{color:#f6f2e8;font-weight:600;}
.guide-table__table tbody tr:nth-child(even){background:#ffffff04;}
.guide-table__table tbody tr:last-child>*{border-bottom:0;}
.guide-cta-inline{margin-block:1rem 2rem;padding:1.5rem;background:#1c222c;border-inline-start:3px solid var(--gold);}
.guide-cta-inline p{margin-bottom:1rem;max-width:65ch;}
.guide-cta-inline .btn{font-size:.76rem;white-space:normal;}
.guide-faq,.guide-related,.guide-next{padding-block:3rem;}
.guide-faq__item{padding-block:1.5rem;border-bottom:1px solid var(--line-strong);}
.guide-faq__item:first-of-type{border-top:1px solid var(--line-strong);}
.guide-faq__q{font-size:1.3rem;line-height:1.45;margin:0 0 .8rem;}
.guide-faq__a{max-width:72ch;margin:0;color:var(--guide-copy,#d5d1c7);line-height:1.8;}
.guide-related__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:1rem;}
.guide-related__card{display:flex;flex-direction:column;gap:.75rem;padding:1.4rem;border:1px solid var(--line-strong);background:#191e27;color:#f6f2e8;text-decoration:none;line-height:1.55;transition:border-color .2s,background .2s;}
.guide-related__card:hover{border-color:var(--gold);background:#222832;}
.guide-related__card h3,.guide-related__card strong{font-size:1.2rem;color:#e6c782;}
.guide-related__card p,.guide-related__card span{margin:0;color:#d5d1c7;font-size:.94rem;}
.guide-cta-final{text-align:center;padding-block:4rem;background:#0b0e15;border-top:1px solid var(--line-strong);}
.guide-cta-final h2{font-size:clamp(1.9rem,3vw,2.8rem);margin-bottom:1rem;}
.guide-cta-final p{max-width:62ch;margin:0 auto 1.5rem;color:#d5d1c7;}
.guide-cta-final .fineprint{font-size:.88rem;margin-top:1rem;color:#bbb8af;}
.guide-hub__group{margin-top:3rem;}
.guide-hub__group>h3{padding-bottom:1rem;border-bottom:1px solid var(--line-strong);margin-bottom:1.5rem;font-size:1.6rem;}
.guide-hub .card__desc,.guide-hub .guide-path p,.guide-hub .section__note{color:#bbb8af;}
@media(max-width:680px){
 .guide-hero{padding-block:3rem 2rem;}
 .guide-summary__list,.guide-toc__list,.guide-related__grid{grid-template-columns:1fr;}
 .guide-summary,.guide-toc{padding:1.2rem;}
 .guide-section,.guide-faq,.guide-related,.guide-next{padding-block:2rem;}
 .guide-article{font-size:1rem;line-height:1.8;}
 .guide-table__table th,.guide-table__table td{padding:.85rem;}
 .guide-cta-inline .btn,.guide-cta-final .btn{width:100%;}
}
.guide-table__hint{display:block;margin-top:.35rem;font-size:.8rem;font-weight:400;color:#d5d1c7;}
.guide-next>p{max-width:72ch;margin:0 0 1.4rem;color:var(--guide-copy,#d5d1c7);line-height:1.8;}

/* Lotto 4 — Arabic guide typography. Static profiles keep other pages unchanged. */
:where(html[data-css-profile="guide-ar"],html[data-css-profile="guides-hub-ar"]) :is(.guide-page,.guide-hub) :is(h1,h2,h3,.eyebrow,.guide-summary__title,.guide-path__label,.btn){letter-spacing:normal;}
:where(html[data-css-profile="guide-ar"],html[data-css-profile="guides-hub-ar"]) .guide-hero .h2{line-height:1.35;}
:where(html[data-css-profile="guide-ar"],html[data-css-profile="guides-hub-ar"]) :is(.guide-page,.guide-hub) :is(h2,h3){line-height:1.5;}
:where(html[data-css-profile="guide-ar"],html[data-css-profile="guides-hub-ar"]) :is(.guide-page,.guide-hub) .btn{font-size:.875rem;}

/* Lotto 16: semantic footer headings retain the former h4 metrics. */
.footer__col .footer__title{font-weight:500;line-height:inherit;}
