:root {
  --navy: #071a36;
  --navy-2: #0c2647;
  --orange: #f47a20;
  --orange-dark: #dd6310;
  --cream: #f4f1eb;
  --white: #fff;
  --ink: #0c1b2d;
  --muted: #667180;
  --line: #dfe3e7;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(4, 19, 39, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: "DM Sans", sans-serif; background: #fff; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.site-header {
  position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 78px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(24px, 4vw, 72px); color: white;
  transition: background .35s, box-shadow .35s, color .35s, height .35s;
}
.site-header.scrolled { height: 68px; color: var(--navy); background: rgba(255,255,255,.96); box-shadow: 0 4px 30px rgba(5,20,40,.08); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 8px; font: 800 21px/1 "Manrope"; letter-spacing: -.6px; }
.brand svg { width: 33px; fill: currentColor; stroke: none; }
.brand > span > span { color: var(--orange); }
.brand-accent { fill: var(--orange); }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 36px); font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; opacity: .86; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.desktop-nav a.active::after { content:""; position:absolute; left: 0; right: 0; bottom: -9px; height: 2px; background: var(--orange); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.phone-link { display: grid; place-items: center; width: 38px; height: 38px; padding:0; color:inherit; background:transparent; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; cursor:pointer; }
.scrolled .phone-link { border-color: #d8dde2; }
.phone-link svg { width: 16px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 13px; min-height: 52px; padding: 0 25px; color: white; background: var(--orange); border: 0; border-radius: 7px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--orange-dark); box-shadow: 0 10px 28px rgba(244,122,32,.3); }
.button-small { min-height: 42px; padding: 0 19px; font-size: 13px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 12px 9px; color: currentColor; background: transparent; border: 0; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: currentColor; transition: transform .2s; }
.mobile-menu { display: none; }

.hero {
  position: relative; min-height: 880px; height: 100vh; max-height: 980px;
  display: flex; align-items: center; color: white;
  background: var(--navy) url("assets/hero-liguria.png") center/cover no-repeat;
  overflow: hidden;
}
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,15,31,.66) 0%, rgba(4,18,36,.4) 37%, rgba(3,14,28,.03) 72%), linear-gradient(0deg, rgba(3,14,28,.34), transparent 35%); }
.hero-content { position: relative; z-index: 2; width: min(640px, 45vw); margin-left: clamp(24px, 7vw, 118px); margin-top: -160px; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: 2.1px; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.eyebrow.light { color: #ff9b55; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { max-width: 650px; margin: 20px 0 20px; font-size: clamp(52px, 5.2vw, 82px); line-height: .98; letter-spacing: -4px; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
/* Contrasto obbligatorio dei titoli sulle sezioni scure o colorate. */
.hero-content h1,
.medium-hero h1,
.long-hero h1,
.people-hero h1,
.reach-hero h1,
.terms-intro h2,
.career-areas h2,
.reach-help h2,
.cta h2,
.medium-form h2 { color:white; }
.noleggiamo-modern-home .hero-content h1,
.noleggiamo-modern-home .medium-hero h1,
.noleggiamo-modern-home .long-hero h1,
.noleggiamo-modern-home .people-hero h1,
.noleggiamo-modern-home .reach-hero h1,
.noleggiamo-modern-home .terms-intro h2,
.noleggiamo-modern-home .career-areas h2,
.noleggiamo-modern-home .reach-help h2,
.noleggiamo-modern-home .cta h2,
.noleggiamo-modern-home .medium-form h2,
.noleggiamo-modern-home .term-card:not(.orange) h3,
.noleggiamo-modern-home .term-card:not(.orange) strong { color:#fff !important; }
.noleggiamo-modern-home .hero-content h1 em,
.noleggiamo-modern-home .medium-hero h1 em,
.noleggiamo-modern-home .long-hero h1 em,
.noleggiamo-modern-home .people-hero h1 em,
.noleggiamo-modern-home .reach-hero h1 em,
.noleggiamo-modern-home .terms-intro h2 em,
.noleggiamo-modern-home .career-areas h2 em { color:var(--orange) !important; }
.hero-content > p { max-width: 540px; color: rgba(255,255,255,.9); font-size: 18px; line-height: 1.65; text-shadow:0 1px 8px rgba(3,15,31,.55); }
.trust-row { display: flex; align-items: center; gap: 13px; margin-top: 29px; }
.avatar-stack { display: flex; }
.avatar-stack i { width: 32px; height: 32px; margin-left: -8px; border: 2px solid white; border-radius: 50%; background: linear-gradient(145deg,#dba77b,#6b402b); }
.avatar-stack i:first-child { margin-left: 0; background: linear-gradient(145deg,#dec5a5,#8e6040); }
.avatar-stack i:last-child { background: linear-gradient(145deg,#c7a2cc,#503758); }
.trust-row strong { font-size: 13px; }
.trust-row small { display: block; margin-top: 3px; color: rgba(255,255,255,.58); font-size: 10px; }
.stars { margin-left: 5px; color: #ff9b55; font-size: 10px; letter-spacing: 1px; }

.booking-card {
  position: absolute; z-index: 3; left: 7vw; right: 7vw; bottom: 52px;
  padding: 27px 32px 21px; color: var(--ink); background: rgba(255,255,255,.98);
  border-radius: var(--radius); box-shadow: var(--shadow);
}
.booking-title { display: flex; align-items: flex-start; justify-content: space-between; }
.booking-title span, .field > span { color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: 1.5px; }
.booking-title h2 { margin: 3px 0 0; font-size: 22px; letter-spacing: -.8px; }
.secure { display: flex; align-items: center; gap: 7px; color: #687483; font-size: 10px; }
.secure svg { width: 15px; color: #2c9a60; }
.same-location { display: flex; align-items: center; gap: 7px; width: fit-content; margin: 17px 0 12px; color: #5c6878; font-size: 11px; cursor: pointer; }
.same-location input { position: absolute; opacity: 0; }
.checkmark { width: 15px; height: 15px; border: 1px solid #aeb6c0; border-radius: 3px; }
.same-location input:checked + .checkmark { background: var(--orange); border-color: var(--orange); box-shadow: inset 0 0 0 3px white; }
.booking-grid { display: grid; grid-template-columns: 1.65fr 1.1fr .65fr 1.1fr .65fr 1.2fr; gap: 8px; }
.field { min-width: 0; padding: 10px 14px; background: #f4f5f6; border: 1px solid transparent; border-radius: 7px; transition: border .2s, background .2s; }
.field:focus-within { background: white; border-color: var(--orange); }
.field > div { display: flex; align-items: center; gap: 8px; margin-top: 4px; }
.field svg { flex: 0 0 auto; width: 16px; color: #88929c; }
.field input, .field select { width: 100%; min-width: 0; padding: 0; color: #1a2736; background: transparent; border: 0; outline: 0; font-size: 12px; font-weight: 700; appearance: none; }
.search-button { min-width: 0; }
.search-button svg { width: 18px; }
.booking-foot { display: flex; justify-content: flex-end; gap: 25px; margin-top: 13px; color: #7c8590; font-size: 9px; }
.booking-foot span { display: flex; align-items: center; gap: 5px; }
.booking-foot svg { width: 12px; color: #2d9d63; }
.scroll-hint { position: absolute; z-index: 3; right: 2.2vw; bottom: 56px; display: flex; flex-direction: column; align-items: center; gap: 10px; font-size: 8px; letter-spacing: 2px; }
.scroll-hint i { position: relative; width: 1px; height: 45px; background: rgba(255,255,255,.3); overflow: hidden; }
.scroll-hint i::after { content:""; position:absolute; top:-20px; left:0; width:100%; height:20px; background:white; animation: scroll 2s infinite; }
@keyframes scroll { to { transform: translateY(65px); } }

.section { padding: 110px 7vw; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; max-width: 1260px; margin: 0 auto 55px; }
.section-heading h2, .terms h2, .territory-copy h2 { margin: 14px 0 0; font-size: clamp(37px, 4vw, 58px); line-height: 1.08; letter-spacing: -2.8px; }
.section-heading > p { max-width: 400px; margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.benefits { background: var(--cream); }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); max-width: 1260px; margin: auto; border-top: 1px solid #d7d2ca; }
.benefit-card { position: relative; padding: 39px 40px 16px 0; border-right: 1px solid #d7d2ca; }
.benefit-card + .benefit-card { padding-left: 40px; }
.benefit-card:last-child { border: 0; }
.benefit-card > span { position: absolute; top: 45px; right: 35px; color: #b7b0a6; font-size: 10px; font-weight: 700; }
.icon-box { display: grid; place-items: center; width: 51px; height: 51px; color: var(--orange); background: white; border-radius: 12px; box-shadow: 0 7px 25px rgba(50,40,20,.07); }
.icon-box svg { width: 24px; }
.benefit-card h3 { margin: 25px 0 10px; font-size: 18px; }
.benefit-card p { max-width: 300px; color: var(--muted); font-size: 13px; line-height: 1.65; }

.fleet { background: white; }
.text-link { padding-bottom: 5px; color: var(--navy); border-bottom: 1px solid #cdd3d9; font-size: 12px; font-weight: 700; }
.text-link span { margin-left: 12px; color: var(--orange); }
.fleet-grid { display:grid; grid-template-columns: repeat(3,1fr); gap: 18px; max-width:1260px; margin:auto; }
.car-card { position:relative; padding: 28px; overflow:hidden; background:#f1f3f5; border-radius:15px; transition:transform .3s, box-shadow .3s; }
.car-card:hover { transform:translateY(-7px); box-shadow:0 22px 50px rgba(9,26,50,.13); }
.car-label { color:#8a94a0; font-size:9px; font-weight:800; letter-spacing:1.5px; }
.popular { position:absolute; top:0; right:25px; padding:7px 11px; color:white; background:var(--orange); font-size:8px; font-weight:800; letter-spacing:1px; border-radius:0 0 6px 6px; }
.car-art { height:190px; display:grid; place-items:center; margin:5px -28px 8px; }
.car-art::before { content:""; position:absolute; width:78%; height:42px; margin-top:95px; background:radial-gradient(ellipse,rgba(8,28,53,.22),transparent 65%); }
.car-art span { position:relative; color:#c2c9d1; font:800 clamp(72px,8vw,120px)/1 "Manrope"; letter-spacing:-10px; text-shadow:0 8px 0 #a9b2bd, 0 14px 25px rgba(4,20,40,.18); transform:skewX(-9deg) scaleY(.62); }
.crossover .car-art span { color:#112b4b; text-shadow:0 8px 0 #07182c, 0 14px 25px rgba(4,20,40,.35); }
.premium .car-art span { color:#bdc3c8; }
.car-card h3 { margin:10px 0 7px; font-size:20px; }
.car-card p { min-height:43px; color:var(--muted); font-size:12px; line-height:1.55; }
.car-price { margin:19px 0; color:#8a94a0; font-size:10px; }
.car-price strong { margin-left:5px; color:var(--navy); font:800 26px "Manrope"; }
.car-card > a { color:var(--orange); font-size:11px; font-weight:800; }

.terms { display:grid; grid-template-columns:.9fr 1.1fr; gap:80px; align-items:center; color:white; background:var(--navy); }
.terms-intro h2 { color:white; }
.terms-intro h2 em { color:var(--orange); }
.terms-intro p { max-width:480px; color:rgba(255,255,255,.63); line-height:1.7; }
.term-cards { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.term-card { min-height:360px; display:flex; flex-direction:column; justify-content:flex-end; padding:32px; background:linear-gradient(160deg,#183b62,#0a213d); border:1px solid rgba(255,255,255,.12); border-radius:15px; transition:transform .3s; }
.term-card:hover { transform:translateY(-6px); }
.term-card.orange { background:linear-gradient(155deg,#fa8a37,#e56712); border:0; }
.term-card > span { margin-bottom:auto; color:#ff9b55; font-size:9px; font-weight:800; letter-spacing:1.5px; }
.term-card.orange > span { color:white; opacity:.75; }
.term-card h3 { margin:0 0 13px; color:white; font-size:25px; }
.term-card p { color:rgba(255,255,255,.67); font-size:12px; line-height:1.6; }
.term-card strong { margin-top:19px; color:white; font-size:11px; }
.term-card.orange h3,.term-card.orange strong { color:var(--navy); }
.term-card strong i { margin-left:8px; color:#ff9b55; font-style:normal; }
.term-card.orange strong i { color:white; }

.territory { display:grid; grid-template-columns:1.05fr .95fr; gap:7vw; align-items:center; background:var(--cream); }
.territory-photo { position:relative; min-height:550px; overflow:hidden; background:var(--navy); border-radius:15px; isolation:isolate; }
.territory-image-layer { position:absolute; z-index:-2; inset:0; background-position:center; background-size:cover; opacity:0; transform:scale(1.025); transition:opacity .5s ease,transform 1.4s ease; }
.territory-image-layer::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(5,20,40,.48),rgba(5,20,40,.02) 65%); }
.territory-image-layer.active { opacity:1; transform:scale(1); }
.territory-brand-slide { position:absolute; z-index:1; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:45px; color:white; text-align:center; background:radial-gradient(circle at 70% 20%,rgba(244,122,32,.24),transparent 38%),linear-gradient(145deg,#071a36,#0c2647); transition:opacity .35s,visibility .35s; }
.territory-photo:not(.territory-intro) .territory-brand-slide { opacity:0; visibility:hidden; }
.territory-brand-slide svg { width:104px; fill:white; }
.territory-brand-slide .brand-accent { fill:var(--orange); }
.territory-wordmark { margin-top:20px; font:800 clamp(31px,4vw,49px)/1 "Manrope"; letter-spacing:-2px; }
.territory-wordmark span { color:var(--orange); }
.territory-brand-slide p { margin:24px 0 7px; font:700 clamp(19px,2.2vw,28px)/1.3 "Manrope"; }
.territory-brand-slide small { color:rgba(255,255,255,.62); font-size:11px; letter-spacing:.5px; }
.photo-label { position:absolute; left:24px; bottom:23px; padding:10px 13px; color:white; background:rgba(5,20,40,.6); border:1px solid rgba(255,255,255,.25); border-radius:5px; backdrop-filter:blur(8px); font-size:9px; font-weight:800; letter-spacing:1px; }
.photo-credit { position:absolute; right:18px; bottom:17px; padding:6px 8px; color:rgba(255,255,255,.78); background:rgba(5,20,40,.38); border-radius:4px; font-size:8px; backdrop-filter:blur(8px); }
.territory-copy > p { max-width:520px; color:var(--muted); line-height:1.75; }
.territory-copy ul { display:grid; grid-template-columns:repeat(3,1fr); gap:24px 36px; padding:24px 0; list-style:none; border-top:1px solid #d9d4cc; border-bottom:1px solid #d9d4cc; }
.territory-copy li { display:flex; flex-direction:column; }
.territory-copy li a { display:flex; flex-direction:column; padding:4px 0; border-radius:7px; transition:color .2s, transform .2s; }
.territory-copy li a:hover { color:var(--orange); transform:translateX(3px); }
.territory-copy li a.active { color:var(--orange); transform:translateX(3px); }
.territory-copy li strong { font:800 20px "Manrope"; }
.territory-copy li span { margin-top:4px; color:var(--muted); font-size:10px; }
.territory-copy li span i { margin-left:4px; color:var(--orange); font-style:normal; font-weight:800; }
.territory-hint { margin:10px 0 0; font-size:11px; font-weight:700; }

.cta { display:flex; align-items:center; justify-content:space-between; color:white; background:var(--orange); }
.cta h2 { margin:14px 0 8px; font-size:clamp(32px,3vw,46px); letter-spacing:-2px; }
.cta p { margin:0; color:rgba(255,255,255,.75); }
.cta .eyebrow { color:white; opacity:.75; }
.cta-actions { display:flex; align-items:center; gap:28px; }
.button.white { color:var(--navy); background:white; }
.whatsapp { padding-bottom:5px; border-bottom:1px solid rgba(255,255,255,.5); font-size:12px; font-weight:700; }

footer { display:grid; grid-template-columns:1fr 1fr auto auto; align-items:center; gap:35px; padding:48px 7vw; color:white; background:#041327; }
.footer-brand { color:white; }
footer p, footer small, .footer-links { color:rgba(255,255,255,.46); font-size:11px; }
.footer-links { display:flex; gap:20px; }
.footer-links a { color:rgba(255,255,255,.78); transition:color .2s,opacity .2s; }
.footer-links a:hover,.footer-links a:focus-visible { color:#ff9850; }
.legal-header { display:flex; justify-content:space-between; align-items:center; gap:25px; padding:22px 7vw; border-bottom:1px solid #e8ebee; background:white; }
.legal-header > a:last-child { color:var(--navy); font-weight:700; }
.legal-shell { width:min(900px,calc(100% - 40px)); margin:0 auto; padding:80px 0 100px; color:#344252; }
.legal-shell h1 { margin:18px 0 8px; color:var(--navy); font-size:clamp(45px,7vw,76px); letter-spacing:-4px; }
.legal-shell h2 { margin:42px 0 12px; color:var(--navy); font-size:25px; }
.legal-shell p,.legal-shell li { font-size:16px; line-height:1.75; }
.legal-shell li + li { margin-top:8px; }
.legal-shell a { color:#cf5d15; text-decoration:underline; }
.legal-updated { margin-bottom:40px; color:#7a8692; font-size:14px !important; }
.legal-footer { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:12px 25px; padding:34px 7vw; background:#041327; color:rgba(255,255,255,.72); font-size:12px; }
.legal-footer strong { color:white; }
.legal-footer nav { display:flex; gap:18px; }
.legal-footer a { color:white; }

/* Come raggiungerci */
.reach-hero { min-height:570px; display:flex; flex-direction:column; justify-content:center; padding:100px 7vw; color:white; background:radial-gradient(circle at 76% 20%,rgba(244,122,32,.25),transparent 28%),linear-gradient(125deg,#071a36 10%,#0b3156 100%); }
.reach-hero h1 { margin:18px 0; font-size:clamp(60px,8vw,112px); line-height:.86; letter-spacing:-7px; }
.reach-hero h1 em { color:var(--orange); }
.reach-hero p { max-width:650px; color:rgba(255,255,255,.72); font-size:17px; line-height:1.7; }
.reach-hero .button { align-self:flex-start; margin-top:20px; }
.reach-routes { display:grid; grid-template-columns:.85fr 1.15fr; gap:6vw; align-items:start; background:var(--cream); }
.reach-copy h2 { margin:15px 0 30px; font-size:clamp(42px,5vw,68px); line-height:1; letter-spacing:-4px; }
.reach-tabs { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; }
.reach-tab { min-height:94px; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; gap:9px; padding:17px; color:var(--navy); background:white; border:1px solid #dfe3e7; border-radius:12px; font:700 12px "Manrope"; cursor:pointer; transition:.2s; }
.reach-tab:hover,.reach-tab.active { color:white; background:var(--navy); border-color:var(--navy); transform:translateY(-2px); }
.reach-tab:first-letter { font-size:22px; }
.reach-detail { margin-top:22px; padding:29px; background:white; border-radius:15px; box-shadow:0 15px 45px rgba(7,26,54,.08); }
.reach-detail small { color:var(--orange); font-weight:800; letter-spacing:1.4px; }
.reach-detail h3 { margin:12px 0; color:var(--navy); font-size:27px; }
.reach-detail p { color:var(--muted); line-height:1.7; }
.reach-note { padding:12px 14px; color:#44546a; background:#f3f5f7; border-left:3px solid var(--orange); font-size:11px; }
.reach-actions { display:flex; align-items:center; gap:23px; margin-top:23px; }
.reach-actions .reach-call { color:var(--navy); font-size:12px; font-weight:800; }
.reach-actions a.reach-whatsapp { padding:9px 13px; color:#116b43; background:#e7f8ef; border-radius:8px; font-size:12px; font-weight:800; }
.reach-map-wrap { position:relative; min-height:700px; overflow:hidden; background:#dce2e7; border-radius:18px; box-shadow:var(--shadow); }
.reach-map-wrap iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
.reach-map-card { position:absolute; z-index:2; left:22px; bottom:22px; display:flex; flex-direction:column; gap:4px; padding:19px 22px; color:white; background:rgba(7,26,54,.92); border:1px solid rgba(255,255,255,.2); border-radius:10px; backdrop-filter:blur(12px); font-size:11px; }
.reach-map-card strong { margin-bottom:3px; color:var(--orange); }
.reach-map-card a { margin-top:5px; color:white; }
.reach-help { display:flex; align-items:center; justify-content:space-between; color:white; background:var(--orange); }
.reach-help h2 { margin:14px 0 0; font-size:clamp(34px,4vw,56px); line-height:1; }
.reach-help-actions { display:flex; align-items:center; gap:24px; }
.reach-help-actions > a:last-child { color:white; font-size:12px; font-weight:800; border-bottom:1px solid rgba(255,255,255,.5); }
@media (max-width:800px) {
  .reach-hero { min-height:540px; padding:80px 20px; }
  .reach-hero h1 { letter-spacing:-4px; }
  .reach-routes { grid-template-columns:1fr; padding-left:20px; padding-right:20px; }
  .reach-tabs { grid-template-columns:1fr 1fr 1fr; }
  .reach-tab { min-height:86px; padding:12px; }
  .reach-map-wrap { min-height:520px; }
  .reach-help { flex-direction:column; align-items:flex-start; gap:28px; }
  .reach-help-actions { flex-direction:column; align-items:flex-start; }
}
.toast { position:fixed; z-index:200; left:50%; bottom:25px; padding:13px 20px; color:white; background:var(--navy); border-radius:8px; box-shadow:var(--shadow); font-size:12px; transform:translate(-50%,100px); opacity:0; transition:.35s; }
.toast.show { transform:translate(-50%,0); opacity:1; }
.phone-modal { position:fixed; z-index:300; inset:0; display:grid; place-items:center; padding:20px; visibility:hidden; opacity:0; transition:opacity .25s, visibility .25s; }
.phone-modal.open { visibility:visible; opacity:1; }
.modal-backdrop { position:absolute; inset:0; width:100%; height:100%; background:rgba(3,14,29,.74); border:0; backdrop-filter:blur(8px); cursor:pointer; }
.modal-dialog { position:relative; width:min(460px,100%); padding:44px 38px 38px; text-align:center; background:white; border-radius:20px; box-shadow:0 30px 90px rgba(0,0,0,.3); transform:translateY(18px) scale(.97); transition:transform .3s; }
.phone-modal.open .modal-dialog { transform:none; }
.modal-close { position:absolute; top:14px; right:16px; width:34px; height:34px; color:#7b8490; background:#f1f3f5; border:0; border-radius:50%; font-size:24px; line-height:1; cursor:pointer; }
.modal-phone-icon { display:grid; place-items:center; width:58px; height:58px; margin:0 auto 20px; color:white; background:var(--orange); border-radius:16px; transform:rotate(-4deg); }
.modal-phone-icon svg { width:25px; }
.modal-dialog > span { color:var(--orange); font-size:9px; font-weight:800; letter-spacing:1.7px; }
.modal-dialog h2 { margin:8px 0 8px; font-size:28px; letter-spacing:-1.2px; }
.modal-dialog p { margin:0 auto 20px; color:var(--muted); font-size:13px; }
.modal-number { display:block; margin-bottom:24px; color:var(--navy); font:800 25px "Manrope"; }
.modal-actions { display:flex; align-items:center; justify-content:center; gap:22px; }
.modal-whatsapp { color:#238c52; border-bottom:1px solid #a8d6ba; font-size:11px; font-weight:800; }
body.modal-open { overflow:hidden; }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 1080px) {
  .desktop-nav { display:none; }
  .menu-toggle { display:block; }
  .mobile-menu { position:fixed; z-index:90; inset:68px 0 auto; display:flex; flex-direction:column; padding:15px 25px 28px; color:var(--navy); background:white; transform:translateY(-120%); transition:transform .3s; box-shadow:0 18px 40px rgba(4,20,40,.12); }
  .mobile-menu.open { transform:none; }
  .mobile-menu a { padding:14px 0; border-bottom:1px solid #edf0f2; font-weight:700; }
  .hero-content { width:70vw; }
  .booking-grid { grid-template-columns:1.5fr 1fr .65fr; }
  .search-button { grid-column:3; }
  .booking-card { bottom:35px; }
  .scroll-hint { display:none; }
  .hero { min-height:940px; max-height:1000px; }
  .terms { gap:40px; }
}

@media (max-width: 760px) {
  .site-header { height:68px; padding:0 18px; }
  .brand { font-size:18px; }
  .brand svg { width:29px; }
  .phone-link, .header-actions .button-small { display:none; }
  .hero { min-height:1000px; height:auto; max-height:none; flex-direction:column; align-items:stretch; padding-top:145px; background-position:62% center; }
  .hero-shade { background:linear-gradient(180deg,rgba(3,15,31,.64) 0%,rgba(3,15,31,.18) 43%,rgba(3,15,31,.58) 65%,rgba(3,15,31,.78)); }
  .hero-content { width:auto; margin:0 22px; }
  h1 { margin-top:15px; font-size:48px; letter-spacing:-3px; }
  .hero-content > p { max-width:340px; font-size:15px; }
  .trust-row { margin-top:20px; }
  .booking-card { position:relative; left:auto; right:auto; bottom:auto; width:calc(100% - 28px); margin:110px 14px 28px; padding:22px 17px 18px; border-radius:17px; }
  .booking-title { display:block; }
  .secure { margin-top:8px; }
  .booking-grid { grid-template-columns:1fr 1fr; }
  .location-field { grid-column:1 / -1; }
  .time-field { min-width:0; }
  .search-button { grid-column:1 / -1; margin-top:5px; }
  .booking-foot { flex-wrap:wrap; justify-content:flex-start; gap:7px 14px; }
  .section { padding:78px 20px; }
  .section-heading { display:block; margin-bottom:36px; }
  .section-heading h2, .terms h2, .territory-copy h2 { font-size:38px; letter-spacing:-2.2px; }
  .section-heading > p { margin-top:23px; }
  .benefit-grid { grid-template-columns:1fr; }
  .benefit-card, .benefit-card + .benefit-card { padding:30px 0; border-right:0; border-bottom:1px solid #d7d2ca; }
  .fleet-grid { grid-template-columns:1fr; }
  .car-art { height:175px; }
  .car-art span { font-size:105px; }
  .terms { grid-template-columns:1fr; gap:42px; }
  .term-cards { grid-template-columns:1fr; }
  .term-card { min-height:300px; }
  .territory { grid-template-columns:1fr; }
  .territory-photo { min-height:400px; }
  .territory-copy { padding-top:20px; }
  .territory-copy ul { grid-template-columns:repeat(2,1fr); gap:20px; }
  .modal-dialog { padding:40px 22px 28px; }
  .modal-actions { flex-direction:column; gap:17px; }
  .cta { display:block; }
  .cta-actions { align-items:flex-start; flex-direction:column; margin-top:30px; }
  footer { grid-template-columns:1fr; gap:14px; text-align:center; }
  .footer-brand, .footer-links { justify-content:center; }
  .toast { width:calc(100% - 30px); text-align:center; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior:auto !important; animation:none !important; transition:none !important; }
  .reveal { opacity:1; transform:none; }
}

/* Medio termine */
.noleggiamo-medium-term { padding-top: 68px; background: #fff; }
.noleggiamo-medium-term .site-header { color: var(--navy); }
.medium-hero {
  min-height: 640px; display:flex; flex-direction:column; justify-content:center;
  padding:90px 7vw; color:white;
  background:
    radial-gradient(circle at 76% 40%, rgba(244,122,32,.3), transparent 25%),
    linear-gradient(120deg, #06152d 0%, #0b294c 72%, #123c65 100%);
}
.medium-hero h1 { margin:18px 0; }
.medium-hero > p { max-width:650px; color:rgba(255,255,255,.72); font-size:18px; line-height:1.7; }
.medium-hero .button { width:fit-content; margin-top:25px; }
.medium-pills { display:flex; flex-wrap:wrap; gap:10px; max-width:820px; margin-top:14px; }
.medium-pills span { padding:9px 13px; color:rgba(255,255,255,.82); background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12); border-radius:999px; font-size:11px; }
.medium-fleet { background:var(--cream); }
.fleet-filters { display:flex; flex-wrap:wrap; gap:9px; max-width:1260px; margin:-22px auto 32px; }
.fleet-filters button { padding:10px 15px; color:#586675; background:white; border:1px solid #d9dde1; border-radius:999px; font-weight:700; font-size:11px; cursor:pointer; }
.fleet-filters button.active, .fleet-filters button:hover { color:white; background:var(--navy); border-color:var(--navy); }
.medium-fleet-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; max-width:1260px; margin:auto; }
.medium-car-card { overflow:hidden; background:white; border-radius:15px; box-shadow:0 10px 35px rgba(6,25,50,.07); transition:transform .25s, box-shadow .25s; }
.medium-car-card:hover { transform:translateY(-5px); box-shadow:0 20px 45px rgba(6,25,50,.13); }
.medium-car-card[hidden] { display:none; }
.medium-car-image { position:relative; height:225px; display:grid; place-items:center; padding:22px; overflow:hidden; background:linear-gradient(145deg,#f7f8fa,#e7ebef); }
.medium-car-image::after { content:""; position:absolute; left:15%; right:15%; bottom:25px; height:22px; background:radial-gradient(ellipse,rgba(5,20,40,.25),transparent 70%); }
.medium-car-image img { position:relative; z-index:1; max-width:100%; max-height:175px; object-fit:contain; filter:drop-shadow(0 16px 12px rgba(5,20,40,.18)); }
.medium-car-image span { position:absolute; z-index:2; top:14px; right:14px; padding:6px 9px; color:#217a4a; background:#e5f5ec; border-radius:999px; font-size:9px; font-weight:800; }
.medium-car-copy { padding:25px; }
.medium-car-copy small { color:var(--orange); font-size:9px; font-weight:800; letter-spacing:1px; text-transform:uppercase; }
.medium-car-copy h3 { margin:7px 0 15px; font-size:21px; }
.medium-car-copy ul { margin:0 0 22px; padding:0; color:var(--muted); list-style:none; font-size:11px; line-height:1.9; }
.medium-car-copy li::before { content:"✓"; margin-right:7px; color:#29955b; font-weight:800; }
.medium-car-copy .button { width:100%; min-height:45px; font-size:11px; }
.medium-steps { background:white; }
.medium-form { display:flex; align-items:center; justify-content:space-between; gap:40px; color:white; background:var(--orange); }
.medium-form h2 { margin:14px 0 7px; font-size:clamp(34px,4vw,54px); letter-spacing:-2px; }
.medium-form p { color:rgba(255,255,255,.8); }
.medium-form .eyebrow { color:white; }
.medium-form-actions { display:flex; flex-direction:column; align-items:flex-start; gap:14px; }
.medium-form-actions > a { color:white; border-bottom:1px solid rgba(255,255,255,.5); font-size:11px; font-weight:700; }
.request-modal { position:fixed; z-index:400; inset:0; display:grid; place-items:center; padding:20px; visibility:hidden; opacity:0; transition:.25s; }
.request-modal.open { visibility:visible; opacity:1; }
.request-backdrop { position:absolute; inset:0; width:100%; height:100%; background:rgba(3,14,29,.78); border:0; backdrop-filter:blur(8px); }
.request-dialog { position:relative; width:min(760px,100%); max-height:calc(100vh - 35px); overflow:auto; padding:35px; background:white; border-radius:20px; box-shadow:0 30px 90px rgba(0,0,0,.32); }
.request-close { position:absolute; top:14px; right:16px; width:35px; height:35px; color:#677383; background:#eef1f4; border:0; border-radius:50%; font-size:24px; cursor:pointer; }
.request-topline { display:flex; align-items:center; justify-content:space-between; padding-right:38px; }
.request-topline > strong { color:#7a8591; font-size:10px; }
.request-progress { height:4px; margin:18px 0 25px; overflow:hidden; background:#e8ebee; border-radius:99px; }
.request-progress i { display:block; width:33.333%; height:100%; background:linear-gradient(90deg,var(--orange),#ff9e59); border-radius:99px; transition:width .35s ease; }
.request-dialog h2 { margin:6px 0 5px; font-size:30px; letter-spacing:-1.3px; }
.request-dialog form { display:block; }
.request-step { display:none; grid-template-columns:1fr 1fr; gap:14px; animation:request-in .3s ease; }
.request-step.active { display:grid; }
@keyframes request-in { from { opacity:0; transform:translateX(12px); } to { opacity:1; transform:none; } }
.request-heading { grid-column:1/-1; margin-bottom:8px; }
.request-heading > span { color:var(--orange); font-size:9px; font-weight:800; letter-spacing:1.4px; }
.request-heading p { margin:0; color:var(--muted); font-size:12px; }
.selected-vehicle { grid-column:1/-1; display:flex; align-items:center; justify-content:space-between; padding:16px 18px; background:linear-gradient(100deg,#081d3a,#123b64); border-radius:10px; color:white; }
.selected-vehicle div { display:flex; flex-direction:column; gap:3px; }
.selected-vehicle small { color:#ff9c56; font-size:8px; font-weight:800; letter-spacing:1.2px; }
.selected-vehicle strong { font:700 17px "Manrope"; }
.selected-vehicle > span { padding:6px 9px; background:rgba(255,255,255,.1); border-radius:99px; font-size:8px; }
.request-dialog label { color:#53606e; font-size:10px; font-weight:800; }
.request-dialog input, .request-dialog select, .request-dialog textarea { width:100%; margin-top:5px; padding:11px 12px; color:var(--ink); background:#f4f5f6; border:1px solid transparent; border-radius:7px; outline:none; font-size:12px; }
.request-dialog input:focus, .request-dialog select:focus, .request-dialog textarea:focus { background:white; border-color:var(--orange); }
.request-full { grid-column:1 / -1; }
.request-privacy { display:flex; align-items:center; gap:9px; font-weight:600 !important; }
.request-privacy input { width:auto; margin:0; }
.request-navigation [hidden] { display:none !important; }
.request-result { position:relative; z-index:4; max-width:1180px; margin:92px auto -58px; padding:18px 22px; display:flex; align-items:flex-start; gap:14px; border-radius:12px; box-shadow:0 14px 38px rgba(4,25,50,.13); }
.request-result > span { width:30px; height:30px; flex:0 0 30px; display:grid; place-items:center; border-radius:50%; font-weight:800; }
.request-result strong { display:block; font-family:Manrope,sans-serif; font-size:15px; }
.request-result p { margin:3px 0 0; font-size:12px; line-height:1.5; }
.request-result.success { color:#175f3c; background:#edfaf3; border:1px solid #bfe8d0; }
.request-result.success > span { color:#fff; background:#209a5c; }
.request-result.error { color:#7f3028; background:#fff4f2; border:1px solid #f0c8c2; }
.request-result.error > span { color:#fff; background:#c85548; }
.request-dialog .button { min-height:48px; }
.flexible-duration { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:14px; padding:17px; color:white; background:linear-gradient(110deg,#081d3a,#123b64); border-radius:10px; }
.flexible-duration-icon { display:grid; place-items:center; width:43px; height:43px; color:var(--orange); background:rgba(255,255,255,.1); border-radius:11px; font-size:22px; }
.flexible-duration div:nth-child(2) { display:flex; flex-direction:column; gap:2px; }
.flexible-duration small { color:#ff9c56; font-size:8px; font-weight:800; letter-spacing:1.1px; }
.flexible-duration strong { font:800 18px "Manrope"; }
.flexible-duration span { color:rgba(255,255,255,.68); font-size:9px; }
.flexible-duration > i { padding:7px 10px; color:#d7f6e5; background:rgba(45,157,99,.2); border-radius:999px; font-size:8px; font-style:normal; font-weight:800; white-space:nowrap; }
.contact-choice { display:flex; flex-wrap:wrap; gap:9px; padding:0; border:0; }
.contact-choice legend { width:100%; margin-bottom:6px; color:#53606e; font-size:10px; font-weight:800; }
.contact-choice label { flex:1; min-width:110px; cursor:pointer; }
.contact-choice input { position:absolute; opacity:0; }
.contact-choice span { display:block; padding:11px; text-align:center; background:#f1f3f5; border:1px solid transparent; border-radius:7px; }
.contact-choice input:checked + span { color:var(--orange); background:#fff7f1; border-color:var(--orange); }
.company-fields { display:grid; grid-template-columns:1fr 1fr; gap:14px; padding:16px; background:#f5f6f7; border-radius:9px; }
.company-fields[hidden] { display:none; }
.private-check-fields { display:grid; grid-template-columns:2fr 1fr; gap:14px; padding:16px; background:#f5f6f7; border-radius:9px; }
.private-check-fields[hidden] { display:none; }
.public-check-notice { padding:12px 14px; color:#46576a; background:#f7f9fb; border:1px solid #dce3e9; border-radius:8px; font-size:10px; line-height:1.55; }
.price-variation-note { padding:12px 14px; color:#805321; background:#fff4e7; border:1px solid #f5d2ad; border-radius:8px; font-size:10px; line-height:1.55; }
.service-area-note { padding:12px 14px; color:#24577d; background:#edf7ff; border:1px solid #c9e5f8; border-radius:8px; font-size:10px; line-height:1.55; }
.request-summary { padding:15px 17px; background:#f5f6f7; border-left:3px solid var(--orange); border-radius:0 8px 8px 0; }
.request-summary small, .request-summary strong, .request-summary span { display:block; }
.request-summary small { color:var(--orange); font-size:8px; font-weight:800; letter-spacing:1.1px; }
.request-summary strong { margin:4px 0; font-size:12px; }
.request-summary span { color:var(--muted); font-size:9px; }
.request-navigation { display:flex; align-items:center; justify-content:space-between; margin-top:22px; padding-top:18px; border-top:1px solid #e5e8eb; }
.request-back { padding:10px 0; color:#697583; background:transparent; border:0; font-weight:700; cursor:pointer; }
.request-navigation .button { min-width:180px; }

@media (max-width: 900px) {
  .medium-fleet-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 620px) {
  .request-result { margin:78px 18px -52px; padding:15px 16px; }
  .medium-hero { min-height:600px; padding:75px 20px; }
  .medium-hero h1 { font-size:48px; }
  .medium-fleet-grid { grid-template-columns:1fr; }
  .medium-car-image { height:210px; }
  .medium-form { display:block; }
  .medium-form .button { margin-top:24px; }
  .request-dialog { padding:30px 19px 22px; }
  .request-step { grid-template-columns:1fr; }
  .request-full { grid-column:auto; }
  .request-heading, .selected-vehicle { grid-column:auto; }
  .request-navigation .button { min-width:145px; }
  .flexible-duration { grid-template-columns:auto 1fr; }
  .flexible-duration > i { grid-column:1/-1; width:fit-content; }
  .company-fields, .private-check-fields { grid-template-columns:1fr; }
}

/* Lungo termine */
.noleggiamo-long-term { padding-top:68px; background:var(--cream); }
.noleggiamo-long-term .site-header { color:var(--navy); }
.long-hero {
  min-height:620px; display:flex; flex-direction:column; justify-content:center;
  padding:90px 7vw; color:white;
  background:radial-gradient(circle at 78% 36%,rgba(244,122,32,.32),transparent 24%),linear-gradient(118deg,#05142b 0%,#0a2a50 62%,#16466f 100%);
}
.long-hero h1 { margin:18px 0; font-size:clamp(54px,7vw,96px); line-height:.94; letter-spacing:-5px; }
.long-hero h1 em { color:var(--orange); font-style:normal; }
.long-hero > p { max-width:690px; color:rgba(255,255,255,.75); font-size:18px; line-height:1.7; }
.long-hero .button { width:fit-content; margin-top:28px; }
.long-offers { background:var(--cream); }
.promo-reopen { width:100%; display:grid; grid-template-columns:auto auto 1fr auto; align-items:center; gap:13px; margin:24px 0 28px; padding:17px 21px; color:white; text-align:left; background:linear-gradient(100deg,#071a36,#123f69); border:0; border-radius:13px; box-shadow:0 15px 35px rgba(7,26,54,.16); cursor:pointer; }
.promo-reopen > span { font-size:22px; }
.promo-reopen strong { font:800 15px "Manrope"; }
.promo-reopen small { color:rgba(255,255,255,.62); }
.promo-reopen i { color:#ff9850; font-style:normal; font-weight:800; }
.ready-stock { margin:28px 0 34px; padding:28px; color:#fff; background:linear-gradient(135deg,#071b36 0%,#0d3155 100%); border-radius:18px; overflow:hidden; box-shadow:0 18px 45px rgba(4,25,50,.18); }
.ready-stock-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:22px; }
.ready-stock-heading span { color:var(--orange); font-size:9px; font-weight:800; letter-spacing:1.6px; }
.ready-stock-heading h3 { margin:5px 0 3px; color:#fff; font-size:30px; }
.ready-stock-heading p { margin:0; color:#b7c6d5; font-size:12px; }
.ready-stock-heading > strong { padding:9px 13px; color:#092442; background:#fff; border-radius:999px; font-size:10px; }
.ready-stock-grid { display:grid; gap:18px; }
.ready-stock-card { display:grid; grid-template-columns:minmax(280px,.85fr) 1.15fr; min-height:330px; color:var(--navy); background:#fff; border-radius:14px; overflow:hidden; }
.ready-stock-visual { position:relative; display:grid; place-items:center; min-height:310px; background:linear-gradient(145deg,#e9edf1,#f8f9fa); overflow:hidden; }
.ready-stock-visual img { width:92%; height:76%; object-fit:contain; }
.ready-stock-visual.covered img { width:88%; filter:drop-shadow(0 18px 20px rgba(0,0,0,.18)); }
.ready-stock-visual > span { position:absolute; top:17px; left:17px; padding:8px 10px; color:#fff; background:var(--orange); border-radius:6px; font-size:8px; font-weight:800; letter-spacing:1px; }
.ready-stock-visual > small { position:absolute; right:17px; bottom:15px; color:#1b7d4b; font-size:9px; font-weight:800; }
.ready-stock-copy { padding:28px; }
.ready-stock-copy > small { color:var(--orange); font-size:9px; font-weight:800; letter-spacing:1.5px; }
.ready-stock-copy h4 { margin:5px 0 13px; font-size:28px; }
.ready-stock-copy ul { margin:0; padding:0; display:grid; grid-template-columns:1fr 1fr; gap:7px 18px; list-style:none; color:#516172; font-size:10px; }
.ready-stock-copy li::before { content:"✓"; margin-right:7px; color:#1b9d61; font-weight:800; }
.ready-colors { margin:14px 0; padding:10px 12px; color:#596878; background:#f4f6f8; border-radius:7px; font-size:10px; }
.ready-stock-options { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.ready-option { position:relative; padding:14px; text-align:left; color:var(--navy); background:#fff; border:1px solid #d8dfe5; border-radius:9px; cursor:pointer; transition:.2s ease; }
.ready-option:hover { transform:translateY(-2px); border-color:var(--orange); box-shadow:0 8px 18px rgba(8,35,63,.1); }
.ready-option span, .ready-option strong { display:block; }
.ready-option span { margin-bottom:5px; color:#6f7c89; font-size:9px; }
.ready-option strong { font-size:20px; }
.ready-option strong small { color:#74808c; font-size:8px; }
.ready-option.featured { border:2px solid var(--orange); background:#fff8f2; }
.ready-option > i { position:absolute; top:-9px; right:8px; padding:4px 6px; color:#fff; background:var(--orange); border-radius:4px; font-size:6px; font-style:normal; font-weight:800; letter-spacing:.7px; }
.promo-modal { position:fixed; z-index:500; inset:0; display:grid; place-items:center; padding:22px; visibility:hidden; opacity:0; transition:.25s; }
.promo-modal.open { visibility:visible; opacity:1; }
.promo-backdrop { position:absolute; inset:0; width:100%; height:100%; background:rgba(2,12,25,.82); border:0; backdrop-filter:blur(8px); cursor:pointer; }
.promo-dialog { position:relative; width:min(1320px,96vw); max-height:92vh; overflow:hidden; color:white; background:linear-gradient(145deg,#071a36,#0c2d52); border:1px solid rgba(255,255,255,.14); border-radius:22px; box-shadow:0 35px 100px rgba(0,0,0,.45); transform:translateY(18px) scale(.98); transition:.3s; }
.promo-modal.open .promo-dialog { transform:none; }
.promo-x { position:absolute; z-index:3; top:15px; right:17px; width:38px; height:38px; color:white; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.18); border-radius:50%; font-size:23px; cursor:pointer; }
.promo-header { display:flex; justify-content:space-between; align-items:flex-end; gap:30px; padding:31px 38px 22px; }
.promo-header h2 { margin:9px 0 4px; color:white !important; font-size:clamp(34px,4vw,55px); letter-spacing:-3px; }
.promo-header p { margin:0; color:rgba(255,255,255,.66); font-size:12px; }
.promo-count { display:flex; align-items:center; gap:9px; padding-right:42px; }
.promo-count strong { color:var(--orange); font:800 43px "Manrope"; }
.promo-count span { max-width:52px; color:rgba(255,255,255,.6); font-size:10px; line-height:1.2; }
.promo-track { display:grid; grid-auto-flow:column; grid-auto-columns:minmax(260px,1fr); gap:14px; overflow-x:auto; padding:6px 38px 25px; scroll-snap-type:x mandatory; scrollbar-color:var(--orange) rgba(255,255,255,.08); }
.promo-card { min-width:0; overflow:hidden; color:var(--navy); background:white; border-radius:15px; scroll-snap-align:start; }
.promo-card-visual { position:relative; height:160px; display:grid; place-items:center; padding:15px; background:#edf0f3; }
.promo-card-visual img { width:100%; height:125px; object-fit:contain; }
.promo-card-visual.covered { background:linear-gradient(145deg,#142c48,#07162c); }
.promo-card-visual > span { position:absolute; top:11px; left:11px; padding:6px 8px; color:white; background:var(--orange); border-radius:5px; font-size:8px; font-weight:800; letter-spacing:1px; }
.promo-card-copy { padding:20px; }
.promo-card-copy > small { color:#8a94a0; font-weight:800; letter-spacing:1.2px; }
.promo-card-copy h3 { min-height:62px; margin:7px 0 13px; color:var(--navy); font-size:17px; line-height:1.2; }
.promo-price { display:flex; align-items:baseline; gap:7px; color:var(--orange); }
.promo-price strong { font:800 34px "Manrope"; }
.promo-price span { color:#788492; font-size:10px; }
.promo-card-copy ul { min-height:74px; margin:14px 0 18px; padding:14px 0 0; color:#5e6975; border-top:1px solid #e5e8eb; list-style:none; font-size:9px; line-height:1.7; }
.promo-card-copy li::before { content:"✓"; margin-right:6px; color:#1b9b61; font-weight:800; }
.promo-card-copy .button { width:100%; padding:13px 11px; }
.promo-footer { display:flex; justify-content:center; align-items:center; gap:18px; padding:15px 25px; background:rgba(0,0,0,.16); }
.promo-footer button { padding:10px 16px; color:white; background:transparent; border:1px solid rgba(255,255,255,.3); border-radius:8px; cursor:pointer; }
.promo-footer span { color:rgba(255,255,255,.5); font-size:9px; }
.long-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; max-width:1260px; margin:auto; }
.long-card { overflow:hidden; background:white; border-radius:16px; box-shadow:0 10px 36px rgba(6,25,50,.08); transition:transform .25s,box-shadow .25s; }
.long-card:hover { transform:translateY(-5px); box-shadow:0 22px 48px rgba(6,25,50,.14); }
.long-card[hidden] { display:none; }
.long-visual { position:relative; height:220px; display:flex; flex-direction:column; align-items:center; justify-content:center; color:white; background:linear-gradient(145deg,#091c38,#174a74); }
.long-visual::after { content:""; position:absolute; left:19%; right:19%; bottom:38px; height:18px; background:radial-gradient(ellipse,rgba(0,0,0,.5),transparent 70%); }
.long-category { position:absolute; top:15px; right:15px; padding:7px 10px; color:#ffd8bb; background:rgba(244,122,32,.19); border:1px solid rgba(255,160,91,.28); border-radius:999px; font-size:9px; font-weight:800; }
.long-brand { color:rgba(255,255,255,.54); font-size:11px; font-weight:800; letter-spacing:2.5px; text-transform:uppercase; }
.long-car-silhouette { position:relative; z-index:1; margin:7px 0 10px; color:white; font:800 57px/1 "Manrope"; letter-spacing:-5px; text-shadow:0 13px 20px rgba(0,0,0,.28); }
.long-visual img { position:relative; z-index:1; width:88%; height:145px; margin-top:7px; object-fit:contain; filter:drop-shadow(0 15px 12px rgba(0,0,0,.32)); }
.long-visual-covered { background:#07162c; }
.long-visual img.covered-car { position:absolute; inset:0; width:100%; height:100%; margin:0; object-fit:cover; opacity:.92; filter:none; }
.long-visual-covered::before { content:"Foto del modello in arrivo"; position:absolute; z-index:3; left:16px; bottom:32px; padding:5px 8px; color:white; background:rgba(4,18,36,.72); border-radius:999px; font-size:8px; font-weight:800; }
.long-visual-covered .long-brand,.long-visual-covered .long-category,.long-visual-covered > small { z-index:4; }
.long-visual > small { position:absolute; z-index:2; bottom:14px; left:16px; color:rgba(255,255,255,.72); font-size:9px; }
.long-copy { padding:25px; }
.long-copy > small { color:var(--orange); font-size:9px; font-weight:800; letter-spacing:1.1px; text-transform:uppercase; }
.long-copy h3 { min-height:52px; margin:7px 0 17px; font-size:20px; line-height:1.3; }
.price-switch { display:grid; grid-template-columns:1fr 1fr; padding:3px; background:#eef1f3; border-radius:8px; }
.price-switch button { padding:9px 6px; color:#71808e; background:transparent; border:0; border-radius:6px; font-size:9px; font-weight:800; cursor:pointer; }
.price-switch button.active { color:white; background:var(--navy); box-shadow:0 4px 12px rgba(5,25,48,.18); }
.long-price { display:flex; align-items:baseline; flex-wrap:wrap; margin:17px 0 12px; }
.long-price > span { width:100%; color:#8a949e; font-size:9px; }
.long-price strong { color:var(--navy); font:800 36px/1 "Manrope"; letter-spacing:-1.5px; }
.long-price > small { margin-left:4px; color:#74808c; font-size:10px; }
.long-price em { width:100%; margin-top:7px; color:#26935a; font-size:9px; font-style:normal; font-weight:800; }
.long-copy ul { margin:0 0 20px; padding:15px 0 0; border-top:1px solid #e8eaec; color:var(--muted); list-style:none; font-size:10px; line-height:1.9; }
.long-copy li::before { content:"✓"; margin-right:7px; color:#29955b; font-weight:800; }
.long-copy .button { width:100%; min-height:45px; font-size:10px; }

@media (max-width:900px) { .long-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:620px) {
  .long-hero { min-height:620px; padding:78px 20px; }
  .long-hero h1 { font-size:49px; letter-spacing:-3px; }
  .ready-stock { padding:18px; }
  .ready-stock-heading { align-items:flex-start; }
  .ready-stock-heading > strong { display:none; }
  .ready-stock-card { grid-template-columns:1fr; }
  .ready-stock-visual { min-height:220px; }
  .ready-stock-copy { padding:22px 18px; }
  .ready-stock-copy ul, .ready-stock-options { grid-template-columns:1fr; }
  .long-grid { grid-template-columns:1fr; }
  .long-visual { height:205px; }
}

/* Persone, partner e candidature */
.people-page { padding-top:68px; background:var(--cream); }
.people-page .site-header { color:var(--navy); }
.people-hero { min-height:650px; display:flex; flex-direction:column; justify-content:center; padding:90px 7vw; color:white; background:radial-gradient(circle at 78% 34%,rgba(244,122,32,.3),transparent 25%),linear-gradient(118deg,#06152d,#0c3158 70%,#174b70); }
.people-hero h1 { margin:18px 0; color:white; font-size:clamp(54px,7vw,92px); line-height:.95; }
.people-hero p { max-width:680px; color:rgba(255,255,255,.75); font-size:18px; line-height:1.7; }
.people-hero .button { width:fit-content; margin-top:25px; }
.people-profile-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; max-width:1100px; margin:auto; }
.people-profile { position:relative; min-height:470px; display:flex; flex-direction:column; padding:38px; overflow:hidden; background:white; border-radius:18px; box-shadow:0 15px 48px rgba(7,28,52,.08); }
.people-profile.featured { color:white; background:linear-gradient(145deg,#f98b3b,#de5d08); }
.people-profile > span { position:absolute; top:27px; right:30px; color:#d0d6dc; font:800 52px/1 "Manrope"; opacity:.5; }
.people-profile.featured > span { color:white; opacity:.25; }
.people-profile > small { color:var(--orange); font-size:9px; font-weight:800; letter-spacing:1.5px; }
.people-profile.featured > small { color:white; opacity:.75; }
.people-profile h3 { margin:28px 0 12px; font-size:30px; }
.people-profile:not(.featured) h3 { color:var(--navy); }
.people-profile.featured h3 { color:white; }
.people-profile p { color:var(--muted); font-size:14px; line-height:1.7; }
.people-profile.featured p { color:rgba(255,255,255,.78); }
.people-profile ul { margin:22px 0 30px; padding:20px 0 0; border-top:1px solid #e5e8ea; list-style:none; color:#556473; font-size:12px; line-height:2; }
.people-profile.featured ul { color:white; border-color:rgba(255,255,255,.25); }
.people-profile li::before { content:"✓"; margin-right:8px; color:#29955b; font-weight:800; }
.people-profile.featured li::before { color:white; }
.people-profile .button { width:100%; margin-top:auto; }
.button.white { color:var(--orange); background:white; }
.partner-benefits { background:white; }
.people-form-section { display:grid; grid-template-columns:.75fr 1.25fr; gap:80px; align-items:start; background:#fff; }
.people-form-copy { position:sticky; top:110px; }
.people-form-copy h2 { margin:15px 0; font-size:clamp(43px,5vw,66px); line-height:1; letter-spacing:-3px; }
.people-form-copy h2 { color:var(--navy); }
.people-form-copy p { color:var(--muted); line-height:1.7; }
.people-form-copy > a { display:inline-block; margin-top:25px; color:var(--orange); font-size:12px; font-weight:800; }
.people-form { display:grid; grid-template-columns:1fr 1fr; gap:15px; padding:34px; background:var(--cream); border-radius:18px; }
.people-form label { color:#53606e; font-size:10px; font-weight:800; }
.people-form input,.people-form select,.people-form textarea { width:100%; margin-top:6px; padding:13px; color:var(--ink); background:white; border:1px solid #dfe3e6; border-radius:8px; outline:none; font-size:12px; }
.people-form input:focus,.people-form select:focus,.people-form textarea:focus { border-color:var(--orange); box-shadow:0 0 0 3px rgba(244,122,32,.1); }
.people-form .request-full { grid-column:1/-1; }
.people-form .request-privacy input { width:auto; }
.form-trap { position:absolute !important; left:-10000px; }

@media (max-width:700px) {
  .promo-modal { padding:8px; }
  .promo-dialog { width:100%; max-height:96vh; }
  .promo-header { align-items:flex-start; padding:27px 22px 18px; }
  .promo-header p { max-width:250px; }
  .promo-count { display:none; }
  .promo-track { grid-auto-columns:84%; padding:4px 22px 21px; }
  .promo-reopen { grid-template-columns:auto 1fr auto; }
  .promo-reopen small { display:none; }
  .promo-footer { flex-direction:column; gap:8px; }
}
.form-message { grid-column:1/-1; padding:14px 16px; border-radius:8px; font-size:12px; font-weight:700; }
.form-message.success { color:#16643b; background:#e7f6ee; }
.form-message.error { color:#8d2e2e; background:#fdecec; }
.careers-hero { min-height:690px; display:flex; align-items:center; padding:90px 7vw; background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.86) 35%,rgba(255,255,255,.08) 65%),url("assets/careers-team.png") center/cover no-repeat; }
.careers-hero-copy { max-width:650px; }
.careers-hero h1 { margin:18px 0; font-size:clamp(55px,6.5vw,91px); line-height:.95; color:var(--navy); }
.careers-hero p { max-width:580px; color:#53606e; font-size:17px; line-height:1.7; }
.careers-hero .button { margin-top:22px; }
.careers-values { background:var(--cream); }
.career-areas { color:white; background:var(--navy); }
.career-areas .eyebrow,.career-areas h2 em { color:#ff9850; }
.career-areas h2 { color:white; }
.career-area-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; max-width:1260px; margin:auto; }
.career-area-grid span { padding:25px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.11); border-radius:11px; font:700 15px "Manrope"; }
.careers-form-section { background:white; }
.cv-upload { padding:18px; color:#53606e; background:white; border:1px dashed #bdc6cd; border-radius:10px; }
.cv-upload input { padding:0; border:0; }
.cv-upload > span { display:block; margin-top:7px; color:#89939c; font-size:9px; }

@media (max-width:800px) {
  .people-profile-grid,.people-form-section { grid-template-columns:1fr; }
  .people-form-section { gap:45px; }
  .people-form-copy { position:static; }
  .career-area-grid { grid-template-columns:1fr 1fr; }
  .careers-hero { min-height:760px; align-items:flex-start; padding:100px 20px; background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.8) 48%,rgba(255,255,255,.05) 72%),url("assets/careers-team.png") 62% center/cover no-repeat; }
}
@media (max-width:600px) {
  .people-hero { min-height:650px; padding:80px 20px; }
  .people-hero h1,.careers-hero h1 { font-size:49px; letter-spacing:-3px; }
  .people-profile { padding:30px 24px; }
  .people-form { grid-template-columns:1fr; padding:24px 18px; }
  .people-form .request-full { grid-column:auto; }
  .career-area-grid { grid-template-columns:1fr; }
}
