/* ===== AURUM Transfers — black & gold luxury minimal ===== */

:root {
  --bg:        #0C0A09;   /* deep black */
  --bg-2:      #141110;   /* raised surface */
  --bg-3:      #1C1917;   /* card */
  --gold:      #D4AF37;   /* accent */
  --gold-soft: #C9A227;
  --white:     #FAFAF9;
  --muted:     #A8A29E;   /* warm grey */
  --line:      rgba(212,175,55,0.18);
  --line-soft: rgba(250,250,249,0.08);
  --radius:    14px;
  --maxw:      1120px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--white);
  font-family: 'Montserrat', system-ui, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3 { font-family: 'Cormorant', Georgia, serif; font-weight: 600; line-height: 1.05; }
em { font-style: italic; color: var(--gold); }

.eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}

/* ===== NAV ===== */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem clamp(1.2rem, 5vw, 3.5rem);
  background: rgba(12,10,9,0.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { height: 54px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.4rem); }
.nav-links a {
  color: var(--muted); text-decoration: none;
  font-size: 0.82rem; letter-spacing: 0.06em;
  transition: color .25s ease;
}
.nav-links a:hover { color: var(--white); }
.nav-cta {
  border: 1px solid var(--gold);
  color: var(--gold) !important;
  padding: 0.5rem 1.1rem; border-radius: 40px;
}
.nav-cta:hover { background: var(--gold); color: var(--bg) !important; }
.lang-switch {
  border: 1px solid var(--line); border-radius: 6px;
  padding: 0.28rem 0.55rem; font-size: 0.72rem;
  letter-spacing: 0.08em; color: var(--gold) !important;
}
.lang-switch:hover { background: rgba(212,175,55,0.08); color: var(--gold) !important; }

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex; align-items: center;
  padding: clamp(3rem, 10vw, 7rem) clamp(1.2rem, 5vw, 3.5rem);
  background:
    radial-gradient(ellipse 60% 50% at 75% 20%, rgba(212,175,55,0.10), transparent 70%),
    radial-gradient(ellipse 50% 40% at 10% 90%, rgba(212,175,55,0.06), transparent 70%),
    var(--bg);
}
.hero-inner { max-width: var(--maxw); width: 100%; margin: 0 auto; }
.hero-title {
  font-size: clamp(3.2rem, 11vw, 8.5rem);
  margin: 1rem 0 1.4rem;
  letter-spacing: -0.01em;
}
.hero-sub {
  max-width: 34rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  margin-bottom: 2.4rem;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-block; cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.95rem 2rem; border-radius: 44px;
  border: 1px solid transparent; text-decoration: none;
  transition: all .28s ease;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  color: #1a1608; border: none;
  box-shadow: 0 8px 30px rgba(212,175,55,0.18);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(212,175,55,0.30); }
.btn-outline {
  background: transparent; color: var(--gold);
  border: 1px solid var(--line);
}
.btn-outline:hover { border-color: var(--gold); background: rgba(212,175,55,0.08); }
.btn-ghost {
  background: transparent; color: var(--muted);
  border: 1px solid var(--line-soft);
}
.btn-ghost:hover { color: var(--white); border-color: var(--muted); }

/* ===== SECTIONS ===== */
.section {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(4rem, 9vw, 7rem) clamp(1.2rem, 5vw, 3.5rem);
}
.section-head { text-align: center; margin-bottom: 3.2rem; }
.section-title { font-size: clamp(2.4rem, 6vw, 4rem); margin: 0.6rem 0 0.8rem; }
.section-lead { color: var(--muted); max-width: 32rem; margin: 0 auto; }

/* ===== CARDS ===== */
.cards {
  display: grid; gap: 1.4rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.card {
  background: #0B0908;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  text-align: center;
  transition: border-color .3s ease, transform .3s ease;
}
.card:hover { border-color: var(--line); transform: translateY(-4px); }
.card:hover .card-media img { transform: scale(1.04); }
.card.is-selected { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold) inset; }

/* foto veicolo a tutta larghezza */
.card-media {
  position: relative;
  aspect-ratio: 3 / 2;
  background: #000;
  overflow: hidden;
}
.card-media img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .5s ease;
}
.card-media::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 45%;
  background: linear-gradient(to bottom, transparent, #0B0908);
  pointer-events: none;
}
.card-body { padding: 0.4rem 2rem 2.4rem; }
.card-title { font-size: 1.9rem; margin-bottom: 0.6rem; }
.card-desc { color: var(--muted); font-size: 0.92rem; margin-bottom: 1.3rem; }
.card-specs { list-style: none; margin-bottom: 1.6rem; }
.card-specs li {
  font-size: 0.8rem; letter-spacing: 0.05em; color: var(--white);
  padding: 0.35rem 0; border-top: 1px solid var(--line-soft);
}
.card-select { width: 100%; }

/* ===== FORM ===== */
.section-form { max-width: 720px; }
.form-card {
  background: linear-gradient(180deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: clamp(1.6rem, 4vw, 2.8rem);
}
.progress { margin-bottom: 2rem; }
.progress-bar {
  height: 3px; background: var(--line-soft); border-radius: 3px; overflow: hidden;
}
.progress-bar span {
  display: block; height: 100%; width: 25%;
  background: linear-gradient(90deg, var(--gold-soft), var(--gold));
  transition: width .4s ease;
}
.progress-label {
  margin-top: 0.7rem; font-size: 0.74rem;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted);
}
.step { display: none; animation: fade .35s ease; }
.step.is-active { display: block; }
@keyframes fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.step-title { font-size: 1.7rem; margin-bottom: 1.3rem; }
.step-hint { color: var(--muted); font-size: 0.86rem; margin-bottom: 1.2rem; margin-top: -0.6rem; }

.field { margin-bottom: 1.1rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field label {
  display: block; font-size: 0.78rem; letter-spacing: 0.06em;
  color: var(--muted); margin-bottom: 0.45rem;
}
.field .muted { color: rgba(168,162,158,0.6); text-transform: none; letter-spacing: 0; }
.field input, .field textarea {
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  color: var(--white);
  font-family: 'Montserrat', sans-serif; font-size: 0.95rem;
  padding: 0.85rem 1rem;
  transition: border-color .25s ease;
}
.field input:focus, .field textarea:focus {
  outline: none; border-color: var(--gold);
}
.field input::placeholder, .field textarea::placeholder { color: rgba(168,162,158,0.5); }
input[type="date"], input[type="time"] { color-scheme: dark; }

.check {
  display: flex; align-items: center; gap: 0.7rem;
  margin: 0.4rem 0 1.3rem; cursor: pointer;
  font-size: 0.9rem; color: var(--white);
}
.check input { width: 18px; height: 18px; accent-color: var(--gold); }

.vehicle-pick { display: grid; gap: 0.7rem; }
.pick {
  display: flex; align-items: center; gap: 0.8rem;
  padding: 1rem 1.2rem; border: 1px solid var(--line-soft);
  border-radius: 10px; cursor: pointer; transition: border-color .25s ease;
}
.pick:hover { border-color: var(--line); }
.pick input { accent-color: var(--gold); width: 18px; height: 18px; }
.pick span { font-size: 0.98rem; letter-spacing: 0.03em; }
.pick:has(input:checked) { border-color: var(--gold); background: rgba(212,175,55,0.06); }

.divider { border: none; border-top: 1px solid var(--line-soft); margin: 1.6rem 0; }

.field-error {
  display: none; color: #e5776b; font-size: 0.8rem; margin-top: 0.4rem;
}
.field-error.is-visible { display: block; }

.form-nav {
  display: flex; justify-content: space-between; gap: 1rem;
  margin-top: 1.8rem;
}
.form-nav .btn-gold { margin-left: auto; }

/* ===== COME FUNZIONA ===== */
.steps-grid {
  display: grid; gap: 1.4rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.step-item {
  padding: 2rem; border: 1px solid var(--line-soft); border-radius: var(--radius);
  background: var(--bg-2);
}
.step-n {
  font-family: 'Cormorant', serif; font-size: 2.6rem; color: var(--gold);
  display: block; margin-bottom: 0.6rem;
}
.step-item h3 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.step-item p { color: var(--muted); font-size: 0.9rem; }

/* ===== DISCLAIMER INTERMEDIAZIONE ===== */
.disclaimer {
  max-width: 46rem; margin: 2.6rem auto 0;
  text-align: center; color: var(--muted);
  font-size: 0.8rem; line-height: 1.7;
  border-top: 1px solid var(--line-soft); padding-top: 1.6rem;
}

/* ===== CONSENSO + NOTE FORM ===== */
.check.consent { align-items: flex-start; margin: 1.3rem 0 0.2rem; font-size: 0.84rem; color: var(--muted); }
.check.consent input { margin-top: 2px; flex-shrink: 0; }
.check.consent a { color: var(--gold); text-decoration: underline; text-underline-offset: 2px; }
.form-note {
  margin-top: 1rem; padding: 0.9rem 1rem;
  background: rgba(212,175,55,0.05); border: 1px solid var(--line-soft);
  border-radius: 10px; color: var(--muted); font-size: 0.8rem; line-height: 1.6;
}

/* ===== FOOTER ===== */
.footer {
  text-align: center; padding: 3.5rem 1.5rem;
  border-top: 1px solid var(--line-soft);
}
.footer .brand { justify-content: center; }
.footer .brand-logo { height: 74px; }
.footer-sub { color: var(--gold); font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; margin-top: 0.4rem; }
.footer-links {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 1.6rem;
  margin: 1.8rem auto 0;
}
.footer-links a {
  color: var(--white); text-decoration: none;
  font-size: 0.82rem; letter-spacing: 0.04em;
  border-bottom: 1px solid transparent; transition: border-color .25s ease, color .25s ease;
}
.footer-links a:hover { color: var(--gold); border-color: var(--gold); }
.footer-fine { color: var(--muted); font-size: 0.76rem; max-width: 40rem; margin: 1.6rem auto 0; line-height: 1.7; }
.footer-legal { color: rgba(168,162,158,0.55); font-size: 0.72rem; max-width: 40rem; margin: 1rem auto 0; }

/* ===== PAGINE LEGALI ===== */
.legal {
  max-width: 780px; margin: 0 auto;
  padding: clamp(3rem, 8vw, 6rem) clamp(1.2rem, 5vw, 3rem) 5rem;
}
.legal .back {
  display: inline-block; margin-bottom: 2rem; color: var(--gold);
  text-decoration: none; font-size: 0.82rem; letter-spacing: 0.06em;
}
.legal .back:hover { text-decoration: underline; }
.legal h1 { font-size: clamp(2.2rem, 5vw, 3.2rem); margin-bottom: 0.6rem; }
.legal .updated { color: var(--muted); font-size: 0.8rem; margin-bottom: 2.4rem; }
.legal h2 {
  font-size: 1.5rem; color: var(--white); margin: 2.4rem 0 0.8rem;
  padding-top: 1.6rem; border-top: 1px solid var(--line-soft);
}
.legal p, .legal li { color: var(--muted); font-size: 0.92rem; line-height: 1.75; margin-bottom: 0.8rem; }
.legal ul { padding-left: 1.2rem; margin-bottom: 1rem; }
.legal li { margin-bottom: 0.4rem; }
.legal strong { color: var(--white); }
.legal a { color: var(--gold); }
.legal .draft-note {
  background: rgba(212,175,55,0.06); border: 1px solid var(--line);
  border-radius: 10px; padding: 1rem 1.2rem; margin-bottom: 2rem;
  color: var(--white); font-size: 0.84rem; line-height: 1.6;
}
.legal .placeholder { color: var(--gold); }

/* ===== WHATSAPP ===== */
.hero-urgent {
  margin-top: 2.2rem;
  display: flex; align-items: center; flex-wrap: wrap;
  gap: 0.9rem 1.3rem;
}
.hero-urgent-q {
  font-family: 'Cormorant', serif;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 500; color: var(--white); margin: 0;
}
.hero-urgent-q em { color: var(--gold); font-style: italic; }
.btn-whatsapp {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: #25D366; color: #fff;
  padding: 0.9rem 1.6rem; border-radius: 44px;
  font-family: 'Montserrat', sans-serif; font-weight: 600;
  font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 0 0 0 rgba(37,211,102,0.55);
  animation: waPulse 2.4s ease-out infinite;
  transition: transform .25s ease;
}
.btn-whatsapp:hover { transform: translateY(-2px); animation: none; box-shadow: 0 10px 30px rgba(37,211,102,0.5); }
.btn-whatsapp svg { flex-shrink: 0; }
@keyframes waPulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
  70%  { box-shadow: 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
@media (prefers-reduced-motion: reduce) { .btn-whatsapp { animation: none; } }

.wa-float {
  position: fixed; bottom: 22px; right: 22px; z-index: 200;
  display: inline-flex; align-items: center; gap: 0.55rem;
  background: #25D366; color: #fff;
  padding: 0.7rem 1.15rem 0.7rem 0.95rem;
  border-radius: 50px; text-decoration: none;
  box-shadow: 0 8px 26px rgba(0,0,0,0.35);
  transition: transform .25s ease, box-shadow .25s ease;
}
.wa-float:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(37,211,102,0.45); }
.wa-float svg { flex-shrink: 0; }
.wa-float-label {
  font-family: 'Montserrat', sans-serif; font-weight: 600;
  font-size: 0.9rem; letter-spacing: 0.02em;
}

/* ===== PAGINE TRATTA (SEO) ===== */
.route-hero {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.2rem, 5vw, 3.5rem) 1rem;
}
.route-hero h1 { font-size: clamp(2.1rem, 5.2vw, 3.6rem); line-height: 1.06; margin: 0.6rem 0 0; }
.route-hero .lead { color: var(--muted); max-width: 42rem; margin: 1.1rem 0 1.5rem; font-size: 1.05rem; }
.price-badge {
  display: inline-flex; align-items: baseline; gap: 0.45rem;
  background: rgba(212,175,55,0.07); border: 1px solid var(--line);
  border-radius: 40px; padding: 0.5rem 1.25rem; color: var(--white); font-size: 0.9rem;
}
.price-badge strong { font-family: 'Cormorant', serif; color: var(--gold); font-size: 1.55rem; line-height: 1; }
.route-cta { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.8rem; align-items: center; }
.feature-list {
  list-style: none; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 0.8rem 2rem; margin-top: 1rem;
}
.feature-list li { position: relative; padding-left: 1.5rem; color: var(--muted); }
.feature-list li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }
.route-prices {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1rem; margin-top: 1.4rem;
}
.route-price-card {
  border: 1px solid var(--line-soft); border-radius: 12px; padding: 1.5rem 1.3rem;
  background: var(--bg-2); text-align: center;
}
.route-price-card h3 { font-size: 1.55rem; }
.route-price-card .p { color: var(--gold); font-family: 'Cormorant', serif; font-size: 1.6rem; margin-top: 0.3rem; }
.route-price-card .d { color: var(--muted); font-size: 0.84rem; margin-top: 0.5rem; }
.conditions {
  margin-top: 2rem; border: 1px solid var(--line-soft); border-radius: 12px;
  padding: 1.6rem 1.8rem; background: var(--bg-2);
}
.conditions h3 { font-size: 1.5rem; margin-bottom: 0.6rem; }
.conditions ul { list-style: none; }
.conditions li { color: var(--muted); font-size: 0.92rem; line-height: 1.6; padding: 0.6rem 0; border-top: 1px solid var(--line-soft); }
.conditions li:first-child { border-top: none; }
.conditions strong { color: var(--white); }
.faq { margin-top: 0.5rem; }
.faq details { border-top: 1px solid var(--line-soft); padding: 1.1rem 0; }
.faq details:last-child { border-bottom: 1px solid var(--line-soft); }
.faq summary {
  cursor: pointer; color: var(--white); font-family: 'Cormorant', serif; font-size: 1.35rem;
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold); font-size: 1.4rem; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--muted); margin-top: 0.7rem; font-size: 0.95rem; line-height: 1.7; }
.route-links { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1rem; }
.route-links a {
  color: var(--gold); border: 1px solid var(--line); border-radius: 40px;
  padding: 0.55rem 1.1rem; text-decoration: none; font-size: 0.85rem; transition: background .25s ease;
}
.route-links a:hover { background: rgba(212,175,55,0.08); }

/* ===== RESPONSIVE ===== */
@media (max-width: 560px) {
  .nav-links { gap: 1rem; }
  .nav-links a:not(.nav-cta):not(.lang-switch) { display: none; }
  .field-row { grid-template-columns: 1fr; }
  .hero { min-height: 82vh; }
  .wa-float { padding: 0.85rem; bottom: 16px; right: 16px; }
  .wa-float-label { display: none; }
}
