:root {
  --navy: #08182e;
  --navy-2: #0c203a;
  --navy-3: #132c48;
  --red: #d91f2d;
  --red-hover: #bb1725;
  --cyan: #17abc8;
  --ink: #101d33;
  --muted: #667489;
  --border: #e4e9f0;
  --surface: #ffffff;
  --soft: #f5f7fb;
  --shadow: 0 18px 48px rgba(7, 24, 45, .13);
  --radius: 18px;
  --container: 1380px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
p { margin: 0; line-height: 1.65; }
h1, h2, h3 { margin: 0; line-height: 1.12; letter-spacing: -.04em; }
ul { list-style: none; padding: 0; margin: 0; }
.sr-only { position: absolute; overflow: hidden; clip: rect(0,0,0,0); width: 1px; height: 1px; }
.container { width: min(var(--container), calc(100% - 84px)); margin: 0 auto; }
.eyebrow {
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 16px;
}
.section { padding: 76px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 38px; }
.section-head h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); margin-bottom: 10px; }
.section-head p:not(.eyebrow) { color: var(--muted); }
.section-head--compact { margin-bottom: 32px; }
.section-head--center { justify-content: center; text-align: center; }
.btn {
  min-height: 52px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: .84rem;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-weight: 800;
  padding: 0 27px;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--red); color: #fff; }
.btn--primary:hover { background: var(--red-hover); }
.btn--outline { border-color: #b6c0ce; color: var(--ink); background: #fff; }
.btn--outline:hover { border-color: var(--red); color: var(--red); }
.btn--white { background: white; color: var(--red); min-width: 245px; }
.btn--wide { width: 100%; }
.topbar {
  background: var(--navy);
  color: #f4f7fb;
  font-size: .78rem;
}
.topbar__inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.topbar__inner p { display: flex; align-items: center; gap: 10px; font-weight: 500; }
.dot { height: 8px; width: 8px; background: var(--red); border-radius: 50%; display: inline-block; }
.topbar__links { display: flex; gap: 34px; align-items: center; }
.topbar__links a:hover { color: #f05160; }
.lang { border: 0; background: transparent; color: white; font-weight: 600; }
.header { background: #fff; position: sticky; top: 0; z-index: 20; box-shadow: 0 1px 0 rgba(10,24,43,.07); }
.header__inner { display: flex; align-items: center; min-height: 92px; gap: 36px; }
.brand { width: 315px; flex: 0 0 315px; }
.nav { margin-left: auto; display: flex; align-items: center; gap: clamp(18px, 2vw, 39px); height: 92px; }
.nav a { text-transform: uppercase; font-size: .76rem; font-weight: 800; height: 92px; display: inline-flex; align-items: center; position: relative; }
.nav a.active::after, .nav a:hover::after { content: ""; height: 3px; position: absolute; bottom: 0; left: 0; right: 0; background: var(--red); }
.header__cta { flex: 0 0 auto; }
.mobile-toggle { display: none; border: 0; background: none; width: 44px; height: 44px; padding: 9px; }
.mobile-toggle span:not(.sr-only) { height: 2px; margin: 6px 0; display: block; background: var(--ink); }
.hero { position: relative; min-height: 578px; overflow: hidden; color: #fff; }
.hero__backdrop {
  position: absolute; inset: 0;
  background-image: linear-gradient(90deg, rgba(4,15,29,.78) 0%, rgba(4,15,29,.52) 40%, rgba(4,15,29,.2) 70%), url('../images/hero-fuji.jpg');
  background-size: cover; background-position: center center;
  transform: scale(1.03);
}
.hero__grid { position: relative; z-index: 1; min-height: 578px; display: grid; grid-template-columns: 1fr 526px; gap: 54px; align-items: center; padding: 45px 0; }
.hero__content { padding: 18px 0; max-width: 670px; }
.hero__content .eyebrow { color: #ee3341; margin-bottom: 18px; }
.hero__content h1 { font-size: clamp(3rem, 4.6vw, 4.5rem); color: #fff; text-transform: uppercase; font-weight: 800; margin-bottom: 22px; }
.hero__content h1 span { color: #fff; position: relative; }
.hero__content h1 span::after { content: ""; display: inline-block; width: 10px; height: 10px; background: var(--red); margin-left: 7px; border-radius: 50%; }
.hero__lead { font-size: 1.05rem; line-height: 1.68; max-width: 620px; color: rgba(255,255,255,.94); }
.hero__trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 46px; }
.trust-point { display: flex; gap: 13px; align-items: flex-start; }
.trust-point .line-icon { color: var(--red); border: 2px solid var(--red); min-width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; }
.trust-point strong { display: block; text-transform: uppercase; font-size: .76rem; margin: 1px 0 7px; }
.trust-point small { color: rgba(255,255,255,.9); line-height: 1.5; display: block; font-size: .73rem; }
.request-card { background: rgba(255,255,255,.98); color: var(--ink); border-radius: 9px; box-shadow: var(--shadow); padding: 39px 38px 28px; position: relative; }
.request-card__title h2 { font-size: 1.5rem; margin-bottom: 9px; }
.request-card__title p { font-size: .88rem; color: var(--muted); margin-bottom: 28px; }
.fields { display: grid; gap: 15px; }
.fields--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field { display: block; border: 1px solid var(--border); border-radius: 7px; padding: 12px 13px 9px; background: #fff; min-height: 74px; transition: border-color .2s ease; }
.field:focus-within { border-color: var(--red); }
.field span { display: block; font-size: .69rem; font-weight: 700; margin-bottom: 7px; color: #3b4659; }
.field em { color: var(--muted); font-style: normal; font-weight: 500; }
.field input, .field textarea { display: block; width: 100%; border: 0; outline: 0; padding: 0; color: var(--ink); font-size: .79rem; background: transparent; }
.field textarea { resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #8793a3; }
.request-card .btn { margin-top: 20px; }
.request-note { color: var(--muted); font-size: .73rem; margin-top: 17px; }
.step { display: none; }
.step--active { display: block; animation: fadeIn .32s ease; }
.step-back { background: none; border: 0; padding: 0; font-size: .77rem; color: var(--red); font-weight: 700; margin-bottom: 14px; }
.request-summary { border-radius: 8px; padding: 12px 14px; margin-bottom: 18px; background: #f4f6fb; color: #45536a; font-size: .76rem; line-height: 1.65; }
.fields--contact { gap: 11px; }
.field--message { margin-top: 12px; min-height: auto; }
.request-success { text-align: center; padding: 10px 13px; }
.request-success img { width: 128px; margin: -15px auto 5px; }
.request-success h3 { color: var(--ink); font-size: 1.55rem; margin-bottom: 9px; }
.request-success p { color: var(--muted); font-size: .88rem; }
@keyframes fadeIn { from {opacity:0; transform: translateY(7px)} to {opacity:1; transform:none} }
.services { padding-top: 38px; padding-bottom: 46px; }
.services .section-head { display: none; }
.service-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
.service-card { border: 1px solid var(--border); border-radius: 10px; padding: 24px 18px 21px; min-height: 190px; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(19,31,52,.08); }
.service-icon { font-size: 2.1rem; height: 44px; color: var(--navy); margin-bottom: 16px; font-weight: 700; }
.service-icon.torii { color: var(--red); }
.service-card h3 { font-size: .93rem; text-transform: uppercase; letter-spacing: -.02em; margin-bottom: 9px; }
.service-card p { color: var(--muted); font-size: .74rem; line-height: 1.55; flex: 1; }
.service-card a { font-size: .71rem; text-transform: uppercase; color: var(--red); font-weight: 800; margin-top: 17px; }
.destinations { padding: 33px 0 32px; background: #f7f8fb; }
.destinations .section-head { margin-bottom: 17px; }
.destinations h2 { font-size: 1.4rem; text-transform: uppercase; margin-bottom: 5px; }
.destinations .eyebrow { display: none; }
.destination-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.destination { position: relative; border-radius: 5px; overflow: hidden; height: 146px; display: flex; justify-content: end; flex-direction: column; padding: 14px; color: #fff; background-image: linear-gradient(180deg, transparent 20%, rgba(4,19,37,.88)), url('../images/hero-fuji.jpg'); background-size: cover; transition: transform .2s; }
.destination:hover { transform: translateY(-3px); }
.destination span { font-size: .9rem; font-weight: 800; text-transform: uppercase; }
.destination small { font-size: .65rem; opacity: .85; margin-top: 3px; }
.destination--tokyo { background-position: left center; }
.destination--kyoto { background-position: right center; }
.destination--osaka { background-position: 70% center; filter: saturate(.85); }
.destination--nagoya { background-position: center; filter: hue-rotate(12deg); }
.destination--hakone { background-position: 32% 35%; }
.destination--hiroshima { background-position: 85% 50%; }
.feature-band { background: var(--navy); color: #fff; padding: 29px 0; }
.feature-band__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; }
.feature { display: flex; align-items: center; gap: 18px; }
.feature span { color: #fff; font-size: 2rem; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; width: 56px; height: 56px; display: grid; place-items: center; }
.feature strong { font-size: .85rem; display: block; text-transform: uppercase; margin-bottom: 4px; }
.feature small { color: #c4cfde; font-size: .73rem; }
.how { padding-bottom: 52px; }
.steps-grid { max-width: 1120px; margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.steps-grid::before { content: ""; position: absolute; height: 1px; background: #d3dae4; left: 47px; right: 47px; top: 29px; }
.steps-grid article { padding: 0 25px; text-align: center; position: relative; }
.steps-grid span { width: 58px; height: 58px; position: relative; z-index: 1; margin: 0 auto 20px; display: grid; place-items: center; background: var(--red); color: white; font-weight: 800; border-radius: 50%; font-size: 1.15rem; }
.steps-grid h3 { font-size: 1.04rem; margin-bottom: 9px; }
.steps-grid p { color: var(--muted); font-size: .84rem; }
.clients { padding-top: 24px; background: #fbfcfe; }
.clients-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.clients-grid article { text-align: center; padding: 26px 13px 23px; border-right: 1px solid var(--border); }
.clients-grid article:last-child { border: 0; }
.clients-grid span { display: block; font-size: 2rem; color: var(--navy); height: 48px; }
.clients-grid h3 { font-size: .86rem; text-transform: uppercase; margin: 10px 0 7px; }
.clients-grid p { font-size: .73rem; color: var(--muted); line-height: 1.55; }
.network { padding-top: 42px; padding-bottom: 54px; }
.network__panel { display: grid; grid-template-columns: .86fr 1.14fr; gap: 34px; align-items: center; border-radius: 10px; background: var(--navy); color: #fff; padding: 44px 44px; }
.network__copy .eyebrow { color: #ec3340; }
.network__copy h2 { color: #fff; font-size: 2rem; margin-bottom: 16px; }
.network__copy p { color: #c6d2e2; font-size: .9rem; margin-bottom: 20px; }
.network__copy li { font-size: .86rem; margin-bottom: 12px; padding-left: 22px; position: relative; }
.network__copy li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 800; }
.network__map { width: 100%; border-radius: 12px; }
.faq { padding-top: 30px; padding-bottom: 58px; }
.faq__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 55px; }
.faq h2 { font-size: 2.5rem; margin-bottom: 15px; }
.faq__lead { color: var(--muted); margin-bottom: 29px; }
.nori-box { background: var(--soft); border-radius: 14px; display: flex; align-items: center; gap: 13px; padding: 6px 18px 12px 1px; max-width: 390px; }
.nori-box img { width: 128px; align-self: end; }
.nori-box strong { font-size: .95rem; display: block; margin-bottom: 5px; }
.nori-box p { color: var(--muted); font-size: .75rem; margin-bottom: 11px; line-height: 1.4; }
.nori-box .btn { min-height: 38px; font-size: .69rem; padding: 0 16px; }
.accordion details { border: 1px solid var(--border); border-radius: 8px; margin-bottom: 13px; padding: 0 21px; background: #fff; }
.accordion summary { min-height: 62px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-size: .92rem; font-weight: 700; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; color: var(--red); font-size: 1.3rem; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { color: var(--muted); border-top: 1px solid var(--border); padding: 18px 0 21px; font-size: .85rem; }
.final-cta { padding: 0 0 58px; }
.final-cta__panel { background: var(--red); padding: 34px 42px; color: #fff; border-radius: 9px; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.final-cta__panel h2 { font-size: 1.7rem; margin-bottom: 8px; }
.final-cta__panel p { color: rgba(255,255,255,.88); }
.footer { background: var(--navy); color: #cfdae7; padding: 54px 0 24px; }
.footer__grid { display: grid; grid-template-columns: 1.35fr .92fr .8fr 1fr; gap: 48px; padding-bottom: 43px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer__brand img { width: 285px; background: #fff; border-radius: 7px; padding: 9px; margin-bottom: 19px; }
.footer__brand p { font-size: .83rem; max-width: 300px; }
.footer h3 { font-size: .77rem; color: #fff; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 19px; }
.footer li { font-size: .82rem; margin-bottom: 14px; }
.footer a:hover { color: #fff; }
.footer__powered strong { display: block; color: white; font-size: 1.33rem; margin-bottom: 13px; letter-spacing: .03em; }
.footer__powered strong span { color: #fff; }
.footer__powered strong span + * { color: var(--red); }
.footer__powered p { font-size: .8rem; margin-bottom: 11px; }
.footer__powered a { color: #fff; font-weight: 700; font-size: .82rem; }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; font-size: .75rem; }
.footer__bottom div { display: flex; gap: 25px; }
.nori-chat { position: fixed; right: 32px; bottom: 25px; z-index: 30; display: flex; align-items: end; gap: 9px; border: 0; background: none; }
.nori-chat img { width: 84px; height: 100px; object-fit: contain; object-position: bottom; filter: drop-shadow(0 10px 12px rgba(0,0,0,.15)); }
.nori-chat__bubble { background: #fff; box-shadow: 0 11px 28px rgba(8,24,46,.14); padding: 11px 15px; border-radius: 9px; font-size: .7rem; text-align: left; opacity: 0; transform: translateX(10px); transition: .2s; }
.nori-chat:hover .nori-chat__bubble { opacity: 1; transform: none; }
.nori-chat__bubble strong { display: block; color: var(--red); }
.chat-panel { position: fixed; right: 32px; bottom: 126px; background: white; box-shadow: var(--shadow); z-index: 31; border-radius: 14px; width: min(340px, calc(100vw - 40px)); padding: 22px; transform: translateY(10px) scale(.98); opacity: 0; pointer-events: none; transition: .2s ease; }
.chat-panel.open { transform: none; opacity: 1; pointer-events: auto; }
.chat-panel__close { position: absolute; top: 8px; right: 12px; border: 0; background: none; color: var(--muted); font-size: 1.5rem; }
.chat-panel__header { display: flex; align-items: center; gap: 12px; margin-bottom: 17px; }
.chat-panel__header img { width: 55px; height: 65px; object-fit: contain; }
.chat-panel__header small { display: block; color: var(--muted); font-size: .7rem; margin-top: 5px; }
.chat-panel p { font-size: .83rem; color: var(--muted); margin-bottom: 14px; }
.chat-panel .btn { min-height: 45px; font-size: .72rem; margin-bottom: 13px; }
.chat-mail { font-size: .78rem; color: var(--red); font-weight: 700; display: block; text-align: center; }
@media (max-width: 1240px) {
  .container { width: min(var(--container), calc(100% - 44px)); }
  .brand { width: 265px; flex-basis: 265px; }
  .nav { gap: 17px; }
  .header__cta { padding: 0 17px; }
  .hero__grid { grid-template-columns: 1fr 480px; gap: 26px; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .clients-grid { grid-template-columns: repeat(3, 1fr); }
  .clients-grid article:nth-child(3) { border: 0; }
}
@media (max-width: 980px) {
  .topbar__links a:last-of-type { display: none; }
  .header__inner { min-height: 76px; }
  .brand { margin-right: auto; }
  .mobile-toggle { display: block; order: 3; }
  .header__cta { order: 2; min-height: 44px; }
  .nav { display: none; position: absolute; top: 76px; left: 0; right: 0; height: auto; flex-direction: column; align-items: stretch; background: #fff; padding: 10px 24px 22px; box-shadow: 0 20px 30px rgba(0,0,0,.08); }
  .nav.open { display: flex; }
  .nav a { height: 44px; }
  .nav a.active::after, .nav a:hover::after { display: none; }
  .hero__grid { grid-template-columns: 1fr; padding: 65px 0 34px; }
  .hero__content { max-width: 680px; }
  .request-card { max-width: 590px; width: 100%; }
  .destination-grid { grid-template-columns: repeat(3, 1fr); }
  .feature-band__grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 0; }
  .steps-grid::before { display: none; }
  .network__panel, .faq__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 650px) {
  .container { width: calc(100% - 32px); }
  .topbar { display: none; }
  .brand { width: 218px; flex-basis: 218px; }
  .header__inner { gap: 8px; min-height: 68px; }
  .nav { top: 68px; }
  .header__cta { display: none; }
  .hero__grid { min-height: auto; padding-top: 52px; }
  .hero__content h1 { font-size: 2.35rem; }
  .hero__lead { font-size: .95rem; }
  .hero__trust { grid-template-columns: 1fr; gap: 16px; margin-top: 27px; }
  .request-card { padding: 27px 19px 23px; }
  .fields--two { grid-template-columns: 1fr; }
  .service-grid, .destination-grid, .clients-grid, .feature-band__grid, .steps-grid, .footer__grid { grid-template-columns: 1fr; }
  .clients-grid article { border-right: 0; border-bottom: 1px solid var(--border); }
  .section { padding: 52px 0; }
  .section-head { flex-direction: column; align-items: start; }
  .network__panel { padding: 28px 20px; }
  .final-cta__panel { flex-direction: column; align-items: start; padding: 28px 22px; }
  .footer__bottom { flex-direction: column; }
  .nori-chat { right: 15px; bottom: 15px; }
  .nori-chat img { width: 68px; height: 86px; }
  .nori-chat__bubble { display: none; }
  .chat-panel { right: 16px; bottom: 110px; }
}

/* ===== Versione 2: language picker, Nori, service modals, vehicles and full Japan map ===== */
.language-picker { position: relative; flex: 0 0 auto; margin-left: 6px; }
.language-picker__button { min-height: 46px; padding: 0 12px; display: inline-flex; align-items: center; gap: 7px; color: var(--ink); background: #fff; border: 1px solid var(--border); border-radius: 8px; font: inherit; font-size: .78rem; font-weight: 800; cursor: pointer; transition: .2s ease; }
.language-picker__button:hover, .language-picker__button[aria-expanded="true"] { border-color: var(--red); box-shadow: 0 8px 20px rgba(217,31,45,.12); }
.language-picker__button .chevron { font-size: .9rem; color: var(--muted); margin-left: 2px; }
.language-picker__menu { display: none; position: absolute; right: 0; top: calc(100% + 9px); min-width: 190px; padding: 8px; background: #fff; border: 1px solid var(--border); border-radius: 11px; box-shadow: var(--shadow); z-index: 80; }
.language-picker__menu.open { display: block; }
.language-option { width: 100%; display: flex; align-items: center; gap: 10px; min-height: 45px; border: 0; border-radius: 7px; padding: 0 10px; background: transparent; font: inherit; font-size: .82rem; font-weight: 700; color: var(--ink); cursor: pointer; text-align: left; }
.language-option:hover, .language-option.is-active { background: #f7f8fb; color: var(--red); }
.language-option span { font-size: 1rem; }
.language-option small { margin-left: auto; font-size: .65rem; font-weight: 600; color: var(--muted); }
.language-toast { position: fixed; z-index: 120; top: 88px; right: 28px; background: var(--navy); color: #fff; border-radius: 9px; padding: 13px 17px; font-size: .8rem; box-shadow: var(--shadow); transform: translateY(-10px); opacity: 0; pointer-events: none; transition: .2s ease; }
.language-toast.visible { opacity: 1; transform: none; }
.request-card { overflow: visible; }
.request-card__nori { width: 124px; height: 156px; object-fit: contain; position: absolute; right: -40px; bottom: -66px; z-index: 4; filter: drop-shadow(0 14px 14px rgba(0,0,0,.14)); pointer-events: none; }
.service-grid--vehicles .service-card { padding: 15px 17px 21px; min-height: 342px; display: flex; flex-direction: column; align-items: flex-start; }
.vehicle-preview { display: block; width: 100%; height: 105px; object-fit: contain; margin-bottom: 14px; background: linear-gradient(180deg, #fbfcfe, #f3f6fa); border-radius: 9px; }
.vehicle-name { display: block; min-height: 32px; margin: -1px 0 8px; color: var(--red); font-size: .68rem; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.service-grid--vehicles .service-card p { flex-grow: 1; }
.service-link { display: inline-flex; align-items: center; gap: 5px; border: 0; background: none; color: var(--red); padding: 0; font: inherit; font-size: .73rem; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.service-link:hover { color: var(--red-hover); gap: 9px; }
.japan-map-panel { display: grid; grid-template-columns: minmax(560px, 1.36fr) .74fr; gap: 22px; padding: 23px; background: var(--navy); border-radius: 17px; color: #fff; margin-top: 24px; }
.japan-map-panel__map { border: 1px solid rgba(255,255,255,.08); border-radius: 13px; overflow: hidden; min-height: 430px; }
.japan-map-panel__map img { display: block; width: 100%; height: 100%; object-fit: contain; background: #061327; }
.route-cards { display: grid; gap: 13px; align-content: center; }
.route-cards article { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 22px 19px; }
.route-cards strong { color: #fff; display: block; font-size: 1.04rem; margin-bottom: 11px; }
.route-cards p { color: #fff; font-weight: 700; font-size: .85rem; margin-bottom: 8px; }
.route-cards span { color: #b7c6d8; font-size: .76rem; }
.powered-panel { border-radius: 14px; padding: 42px 42px; border: 1px solid rgba(255,255,255,.13); background: linear-gradient(125deg, rgba(255,255,255,.05), rgba(217,31,45,.13)); }
.powered-panel p:first-child { font-size: .78rem; color: #bdcbda; text-transform: uppercase; letter-spacing: .17em; margin-bottom: 12px; }
.powered-panel strong { display: block; font-size: clamp(1.8rem, 3vw, 2.45rem); color: #fff; margin-bottom: 15px; letter-spacing: -.03em; }
.powered-panel strong span { color: #fff; }
.powered-panel strong::first-letter { color: #fff; }
.powered-panel__claim { color: #c8d5e4; max-width: 440px; margin-bottom: 23px; line-height: 1.7; }
.powered-panel a { color: #fff; border-bottom: 1px solid var(--red); padding-bottom: 5px; font-weight: 800; font-size: .84rem; }
.nori-box { padding-left: 6px; overflow: hidden; }
.nori-box img { width: 135px; height: 151px; object-fit: contain; object-position: bottom; }
.nori-chat img { width: 96px; height: 116px; }
.service-modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 22px; }
.service-modal.open { display: flex; }
.service-modal__backdrop { position: absolute; inset: 0; background: rgba(5,18,35,.74); backdrop-filter: blur(4px); }
.service-modal__dialog { position: relative; z-index: 1; width: min(850px, 100%); max-height: min(720px, calc(100vh - 44px)); overflow-y: auto; background: #fff; border-radius: 18px; box-shadow: 0 26px 80px rgba(0,0,0,.29); padding: 36px; }
.service-modal__close { position: absolute; right: 17px; top: 13px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #f1f4f8; color: var(--ink); cursor: pointer; font-size: 1.6rem; }
.modal-service__head { display: grid; grid-template-columns: 180px 1fr; gap: 26px; align-items: center; border-bottom: 1px solid var(--border); padding-bottom: 25px; margin-bottom: 25px; }
.modal-service__head img { width: 100%; background: var(--soft); border-radius: 10px; padding: 11px; }
.modal-service__head .eyebrow { margin-bottom: 10px; }
.modal-service__head h2 { font-size: 2rem; margin: 0 0 8px; }
.modal-service__vehicle { color: var(--red); font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.modal-service__body { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.modal-service__body h3 { font-size: .86rem; text-transform: uppercase; margin: 0 0 12px; letter-spacing: .04em; }
.modal-service__body p { color: var(--muted); font-size: .88rem; line-height: 1.7; }
.modal-service__body ul { padding: 0; margin: 0; list-style: none; }
.modal-service__body li { color: var(--muted); font-size: .86rem; line-height: 1.55; padding: 8px 0 8px 21px; position: relative; border-bottom: 1px solid var(--border); }
.modal-service__body li::before { content: "✓"; color: var(--red); font-weight: 800; position: absolute; left: 0; }
.modal-service__footer { margin-top: 27px; padding-top: 22px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.modal-service__footer p { margin: 0; color: var(--muted); font-size: .82rem; max-width: 470px; }
body.modal-open { overflow: hidden; }
@media (max-width: 1240px) {
  .language-picker { order: 2; }
  .header__cta { order: 3; }
  .request-card__nori { right: 12px; bottom: -86px; }
  .japan-map-panel { grid-template-columns: 1fr; }
  .japan-map-panel__map { min-height: 380px; }
  .route-cards { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 980px) {
  .language-picker { margin-left: auto; }
  .request-card__nori { width: 106px; height: 138px; right: 15px; bottom: -82px; }
  .service-grid--vehicles .service-card { min-height: 310px; }
}
@media (max-width: 650px) {
  .language-picker__button { min-height: 42px; padding: 0 9px; }
  .language-picker__menu { right: -14px; }
  .request-card__nori { width: 86px; height: 112px; bottom: -63px; right: 0; }
  .service-grid--vehicles .service-card { min-height: 0; }
  .vehicle-preview { height: 116px; }
  .japan-map-panel { padding: 12px; }
  .japan-map-panel__map { min-height: 250px; }
  .route-cards { grid-template-columns: 1fr; }
  .service-modal__dialog { padding: 54px 20px 22px; }
  .modal-service__head, .modal-service__body { grid-template-columns: 1fr; }
  .modal-service__head img { max-width: 210px; }
  .modal-service__footer { flex-direction: column; align-items: stretch; }
}
.service-grid--vehicles .service-link { margin-top: 17px; }

/* ===== Versione 5: Nori senza fondo bianco ===== */
.request-card__nori {
  background: transparent;
  border-radius: 0;
  padding: 0;
  object-fit: contain;
}
.nori-box img {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.nori-chat img {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.chat-panel__header img { background: #fff; border-radius: 999px; object-fit: contain; }
.japan-map-panel__map { background: #061327; }
@media (max-width: 640px) { .japan-map-panel__map img { min-height: 250px; } }
