:root {
  --ink: #111927;
  --ink-soft: #344054;
  --paper: #fbfaf7;
  --white: #ffffff;
  --blue: #2854d9;
  --blue-soft: #e9efff;
  --orange: #ee7a22;
  --teal: #0a8f83;
  --sand: #f1ece3;
  --line: rgba(17, 25, 39, .12);
  --shadow: 0 24px 70px rgba(17, 25, 39, .12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.hospitality-site {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 2000; background: var(--ink); color: #fff; padding: .7rem 1rem; border-radius: 10px; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled { background: rgba(251,250,247,.9); backdrop-filter: blur(18px); border-color: var(--line); box-shadow: 0 8px 30px rgba(17,25,39,.05); }
.site-nav { width: min(1240px, calc(100% - 32px)); height: 86px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font-family: "Fraunces", Georgia, serif; font-size: 1.65rem; font-weight: 600; letter-spacing: -.03em; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand em { color: var(--orange); font-style: normal; }
.nav-list { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: 1.55rem; }
.nav-list a { text-decoration: none; color: var(--ink-soft); font-size: .91rem; font-weight: 650; }
.nav-list a:hover, .nav-list a.active { color: var(--blue); }
.nav-list .nav-cta { background: var(--ink); color: #fff; padding: .78rem 1.1rem; border-radius: 999px; transition: transform .2s, background .2s; }
.nav-list .nav-cta:hover { background: var(--blue); color: #fff; transform: translateY(-2px); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: rgba(255,255,255,.7); border-radius: 50%; padding: 0; cursor: pointer; }
.menu-button span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--ink); transition: .2s; }

.hero-interactive-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .78; }
.hero-ambient { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero-ambient::before { content: ""; position: absolute; inset: 92px 0 0; background-image: linear-gradient(rgba(17,25,39,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(17,25,39,.045) 1px, transparent 1px); background-size: 46px 46px; mask-image: radial-gradient(ellipse at 50% 30%, #000, transparent 72%); animation: grid-drift 18s linear infinite; }
.hero-ambient span { position: absolute; width: clamp(240px, 34vw, 520px); aspect-ratio: 1; border-radius: 50%; filter: blur(30px); opacity: .62; animation: ambient 14s ease-in-out infinite; }
.hero-ambient span:nth-child(1) { left: -6%; top: 13%; background: radial-gradient(circle, rgba(40,84,217,.34), transparent 66%); }
.hero-ambient span:nth-child(2) { right: -7%; top: 6%; background: radial-gradient(circle, rgba(10,143,131,.3), transparent 66%); animation-delay: -4s; }
.hero-ambient span:nth-child(3) { left: 42%; bottom: -20%; background: radial-gradient(circle, rgba(238,122,34,.22), transparent 66%); animation-delay: -9s; }
@keyframes grid-drift { to { background-position: 46px 46px, 46px 46px; } }
@keyframes ambient { 50% { transform: translate3d(28px,-24px,0) scale(1.08); } }

.hospitality-hero { position: relative; overflow: hidden; min-height: 820px; padding: 150px 0 80px; display: grid; align-items: center; background: linear-gradient(115deg, rgba(255,255,255,.62), rgba(251,250,247,.88)); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: center; }
.kicker { display: inline-flex; align-items: center; gap: .65rem; margin: 0 0 1.25rem; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.kicker::before { content: ""; width: 28px; height: 2px; background: var(--orange); }
.hero-copy h1, .page-hero h1, .section-title h2, .cta-band h2 { margin: 0; font-family: "Fraunces", Georgia, serif; font-weight: 560; letter-spacing: -.035em; line-height: .98; }
.hero-copy h1 { max-width: 760px; font-size: clamp(3.1rem, 6.4vw, 6.3rem); }
.hero-copy h1 em { color: var(--blue); font-weight: inherit; }
.hero-lead { max-width: 670px; margin: 1.55rem 0 0; color: var(--ink-soft); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 48px; padding: .8rem 1.2rem; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 750; transition: transform .2s, box-shadow .2s, background .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--ink); box-shadow: 0 14px 32px rgba(17,25,39,.2); }
.button-primary:hover { background: var(--blue); }
.button-secondary { background: rgba(255,255,255,.52); border-color: var(--line); color: var(--ink); }
.button-secondary:hover { background: #fff; }
.hero-note { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 1.5rem; color: #566071; font-size: .82rem; font-weight: 650; }
.hero-note span::before { content: "✓"; margin-right: .4rem; color: var(--teal); font-weight: 900; }

.booking-path { position: relative; min-height: 510px; padding: 1.15rem; border: 1px solid rgba(255,255,255,.8); border-radius: 32px; background: rgba(255,255,255,.48); backdrop-filter: blur(22px); box-shadow: var(--shadow); transform: rotate(1.2deg); }
.browser-bar { display: flex; align-items: center; gap: .38rem; padding: .45rem .3rem 1rem; }
.browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: #d7dbe2; }
.browser-bar small { margin-left: auto; color: #667085; font-size: .7rem; }
.guest-card { position: relative; height: 438px; overflow: hidden; border-radius: 22px; color: #fff; background: linear-gradient(180deg, rgba(11,24,36,.08), rgba(11,24,36,.92)), url("immagini/mare.webp") center/cover; padding: 1.3rem; display: flex; flex-direction: column; justify-content: flex-end; }
.guest-card > span { width: fit-content; padding: .35rem .65rem; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.26); border-radius: 999px; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.guest-card h2 { max-width: 330px; margin: .8rem 0 1rem; font-family: "Fraunces", Georgia, serif; font-size: 2rem; line-height: 1.03; font-weight: 530; }
.booking-widget { display: grid; grid-template-columns: 1fr 1fr auto; gap: .55rem; padding: .65rem; color: var(--ink); background: rgba(255,255,255,.94); border-radius: 16px; box-shadow: 0 16px 35px rgba(0,0,0,.22); }
.booking-widget label { display: block; color: #667085; font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.booking-widget strong { display: block; font-size: .82rem; }
.booking-widget button { border: 0; border-radius: 11px; background: var(--orange); color: #fff; padding: .65rem; font-weight: 800; }
.path-pulse { position: absolute; right: -24px; top: 36%; width: 115px; padding: .85rem; border-radius: 16px; background: var(--ink); color: #fff; box-shadow: 0 18px 40px rgba(17,25,39,.28); animation: float-card 4s ease-in-out infinite; }
.path-pulse small { color: #b9c4d6; font-size: .65rem; }
.path-pulse strong { display: block; margin-top: .25rem; font-size: .85rem; }
@keyframes float-card { 50% { transform: translateY(-10px); } }

.trust-strip { padding: 18px 0; border-block: 1px solid var(--line); background: rgba(255,255,255,.6); }
.trust-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #667085; font-size: .78rem; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
.trust-row strong { color: var(--ink); font-size: .92rem; text-transform: none; letter-spacing: 0; }

.section { padding: clamp(76px, 10vw, 130px) 0; }
.section-soft { background: var(--sand); }
.section-dark { background: var(--ink); color: #fff; }
.section-title { max-width: 780px; margin-bottom: 3rem; }
.section-title h2 { font-size: clamp(2.5rem, 5.1vw, 4.9rem); }
.section-title p { max-width: 690px; margin: 1.2rem 0 0; color: #667085; font-size: 1.08rem; }
.section-dark .section-title p { color: #b8c2d0; }
.section-dark .kicker { color: #8fafff; }

.problem-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1rem; }
.problem-intro { min-height: 500px; padding: clamp(1.5rem,4vw,3rem); border-radius: var(--radius); background: linear-gradient(155deg, #173573, #0e1d38); color: #fff; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; position: relative; }
.problem-intro::after { content: "OTA"; position: absolute; right: -25px; bottom: -80px; font: 600 13rem/1 "Fraunces",serif; color: rgba(255,255,255,.055); }
.problem-intro h3 { max-width: 450px; margin: 0; font: 530 clamp(2.2rem,4vw,4rem)/1.02 "Fraunces",serif; }
.problem-intro p { max-width: 450px; color: #cad6ed; }
.problem-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.problem-card { min-height: 240px; padding: 1.55rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.problem-card b { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--blue-soft); color: var(--blue); }
.problem-card h3 { margin: 2.1rem 0 .55rem; font-size: 1.15rem; }
.problem-card p { margin: 0; color: #667085; font-size: .94rem; }

.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.solution-card { min-height: 390px; padding: 1.6rem; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: #182235; display: flex; flex-direction: column; transition: transform .25s, border-color .25s; }
.solution-card:hover { transform: translateY(-7px); border-color: rgba(143,175,255,.55); }
.solution-card .card-index { color: #8fafff; font-size: .74rem; font-weight: 800; letter-spacing: .12em; }
.solution-card h3 { margin: auto 0 .8rem; font: 530 2rem/1.06 "Fraunces",serif; }
.solution-card p { margin: 0 0 1rem; color: #b8c2d0; }
.solution-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; color: #e6eaf0; font-size: .88rem; }
.solution-card li::before { content: "↗"; color: var(--orange); margin-right: .5rem; }

.journey { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; }
.journey::before { content: ""; position: absolute; top: 45px; left: 12.5%; right: 12.5%; height: 2px; background: linear-gradient(90deg,var(--blue),var(--teal),var(--orange)); transform-origin: left; animation: route 2.5s ease both; animation-play-state: paused; }
.journey.in-view::before { animation-play-state: running; }
@keyframes route { from { transform: scaleX(0); } }
.journey article { position: relative; min-height: 280px; padding: 1.5rem; border-right: 1px solid var(--line); }
.journey article:last-child { border-right: 0; }
.journey i { display: grid; place-items: center; width: 48px; height: 48px; position: relative; z-index: 1; border-radius: 50%; background: var(--ink); color: #fff; font-style: normal; font-weight: 800; }
.journey h3 { margin: 5rem 0 .65rem; font: 530 1.55rem/1.06 "Fraunces",serif; }
.journey p { margin: 0; color: #667085; font-size: .92rem; }

.case-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: 1rem; }
.case-card { position: relative; min-height: 280px; border-radius: var(--radius); overflow: hidden; color: #fff; text-decoration: none; isolation: isolate; }
.case-card:first-child { grid-row: 1 / 3; min-height: 580px; }
.case-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.case-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg,transparent 20%,rgba(9,18,29,.92)); }
.case-card:hover img { transform: scale(1.045); }
.case-copy { position: absolute; inset: auto 0 0; padding: 1.5rem; }
.case-copy span { font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #cdd9ef; }
.case-copy h3 { margin: .35rem 0; font: 530 clamp(1.55rem,3vw,2.7rem)/1.02 "Fraunces",serif; }
.case-copy p { max-width: 530px; margin: .5rem 0 0; color: rgba(255,255,255,.78); font-size: .9rem; }

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.process-card { padding: 1.45rem; border-top: 2px solid var(--line); }
.process-card span { color: var(--orange); font-size: .75rem; font-weight: 800; }
.process-card h3 { margin: 2.4rem 0 .55rem; font: 540 1.5rem/1.05 "Fraunces",serif; }
.process-card p { margin: 0; color: #667085; font-size: .92rem; }

.faq-list { max-width: 900px; margin-left: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 1.25rem 0; border: 0; background: transparent; color: var(--ink); text-align: left; display: flex; justify-content: space-between; gap: 1rem; font-weight: 750; cursor: pointer; }
.faq-item button::after { content: "+"; color: var(--blue); font-size: 1.3rem; }
.faq-item.open button::after { content: "−"; }
.faq-answer { display: none; max-width: 720px; padding: 0 0 1.3rem; color: #667085; }
.faq-item.open .faq-answer { display: block; }

.brand-bridge { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1rem; padding: clamp(1.4rem,4vw,3rem); border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: var(--shadow); }
.brand-bridge-copy { align-self: center; }
.brand-bridge h2 { max-width: 620px; margin: 0; font: 540 clamp(2.2rem,4vw,4rem)/1.02 "Fraunces",serif; letter-spacing: -.03em; }
.brand-bridge p:not(.kicker) { max-width: 620px; color: #667085; }
.bridge-map { min-height: 330px; padding: 1.2rem; border-radius: 22px; background: var(--ink); color: #fff; display: grid; align-content: center; gap: .7rem; }
.bridge-node { padding: 1rem; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.055); }
.bridge-node small { display: block; color: #9eabc0; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.bridge-node strong { display: block; margin-top: .2rem; }
.bridge-node.active { margin-left: 2.2rem; border-color: rgba(143,175,255,.55); background: rgba(40,84,217,.24); }
.bridge-arrow { margin-left: 1.2rem; color: var(--orange); font-weight: 900; }

.project-visual { aspect-ratio: 16 / 10; border-radius: 16px; overflow: hidden; position: relative; display: flex; align-items: end; padding: 1.1rem; }
.project-visual.rf-global { background: linear-gradient(180deg,rgba(8,20,34,.05),rgba(8,20,34,.88)), radial-gradient(circle at 72% 24%,rgba(216,180,108,.72),transparent 25%), linear-gradient(135deg,#b9d4df 0 42%,#cfb374 42% 46%,#1a425c 46% 100%); color: #fff; }
.project-visual.rf-global::before { content: ""; position: absolute; inset: 20% 10% 0 42%; background: repeating-linear-gradient(90deg,transparent 0 18px,rgba(255,255,255,.18) 19px 21px), linear-gradient(145deg,transparent 0 35%,rgba(255,255,255,.12) 36% 100%); clip-path: polygon(18% 0,100% 0,100% 100%,0 100%,0 24%); }
.project-visual span { position: relative; z-index: 1; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.site-guide { position: fixed; right: 20px; bottom: 20px; z-index: 1200; font-family: "Inter",sans-serif; }
.guide-launcher { display: inline-flex; align-items: center; gap: .55rem; float: right; min-height: 48px; padding: .75rem 1rem; border: 0; border-radius: 999px; background: var(--ink); color: #fff; box-shadow: 0 16px 40px rgba(17,25,39,.3); font-weight: 750; cursor: pointer; transition: transform .2s, background .2s; }
.guide-launcher::before { content: "?"; display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--orange); }
.guide-launcher:hover { transform: translateY(-3px); background: var(--blue); }
.guide-panel { display: none; width: min(370px,calc(100vw - 28px)); margin-bottom: .75rem; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: #111927; color: #fff; box-shadow: 0 28px 70px rgba(17,25,39,.38); overflow: hidden; }
.site-guide.open .guide-panel { display: block; animation: guide-in .25s cubic-bezier(.16,1,.3,1); }
@keyframes guide-in { from { opacity: 0; transform: translateY(12px) scale(.97); } }
.guide-head { display: flex; align-items: start; justify-content: space-between; gap: 1rem; padding: 1rem 1rem .8rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.guide-head strong { display: block; }
.guide-head small { color: #9eabc0; }
.guide-close { border: 0; background: transparent; color: #fff; font-size: 1.35rem; cursor: pointer; }
.guide-body { padding: 1rem; }
.guide-message { margin: 0 0 .8rem; color: #d9e0ea; font-size: .9rem; }
.guide-options { display: grid; gap: .55rem; }
.guide-option { width: 100%; padding: .78rem .85rem; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(255,255,255,.055); color: #fff; text-align: left; cursor: pointer; }
.guide-option:hover { border-color: #8fafff; background: rgba(40,84,217,.22); }
.guide-result { display: none; padding: .9rem; border-radius: 13px; background: rgba(255,255,255,.06); }
.guide-result.show { display: block; }
.guide-result p { margin: 0 0 .7rem; color: #d9e0ea; font-size: .87rem; }
.guide-result a { display: inline-flex; padding: .65rem .8rem; border-radius: 999px; background: #fff; color: var(--ink); text-decoration: none; font-size: .82rem; font-weight: 800; }

/* Bewpot Signal — consulente diagnostico interattivo */
.guide-panel { width: min(430px,calc(100vw - 28px)); background: radial-gradient(circle at 90% 0,rgba(40,84,217,.25),transparent 36%), linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px), #0c1420; background-size: auto, 28px 28px, 28px 28px, auto; }
.guide-identity { display: flex; align-items: center; gap: .7rem; }
.guide-mark { position: relative; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: linear-gradient(145deg,#315ee5,#0a8f83); box-shadow: 0 8px 24px rgba(40,84,217,.35); }
.guide-mark i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #fff; box-shadow: 0 0 10px rgba(255,255,255,.9); }
.guide-mark i:nth-child(1) { transform: translate(-8px,5px); }
.guide-mark i:nth-child(2) { transform: translate(0,-7px); }
.guide-mark i:nth-child(3) { transform: translate(8px,5px); }
.guide-mark::before,.guide-mark::after { content: ""; position: absolute; width: 12px; height: 1px; background: rgba(255,255,255,.65); transform-origin: left; }
.guide-mark::before { transform: translate(-5px,-3px) rotate(-43deg); }
.guide-mark::after { transform: translate(-5px,3px) rotate(43deg); }
.guide-live { display: inline-block; width: 6px; height: 6px; margin-right: .25rem; border-radius: 50%; background: #39d3a7; box-shadow: 0 0 9px #39d3a7; animation: signal-pulse 1.7s ease-in-out infinite; }
@keyframes signal-pulse { 50% { opacity: .45; transform: scale(.8); } }
.guide-progress { height: 2px; background: rgba(255,255,255,.08); }
.guide-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg,var(--blue),#58a5ff,var(--teal),var(--orange)); box-shadow: 0 0 14px rgba(88,165,255,.7); transition: width .65s cubic-bezier(.16,1,.3,1); }
.guide-body { padding: 0; }
.guide-stream { max-height: 310px; min-height: 138px; padding: 1rem; overflow-y: auto; scroll-behavior: smooth; }
.guide-bubble { width: fit-content; max-width: 88%; margin-bottom: .65rem; padding: .75rem .85rem; border-radius: 14px; font-size: .86rem; line-height: 1.45; animation: message-rise .3s ease both; }
.guide-bubble.assistant { color: #e5ebf4; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.08); border-top-left-radius: 4px; }
.guide-bubble.user { margin-left: auto; color: #fff; background: linear-gradient(135deg,#2854d9,#356be5); border-top-right-radius: 4px; }
@keyframes message-rise { from { opacity: 0; transform: translateY(8px); } }
.guide-thinking { min-height: 34px; padding: 0 1rem .65rem; display: flex; align-items: center; gap: 4px; color: #8f9caf; }
.guide-thinking[hidden] { display: none; }
.guide-thinking span { width: 5px; height: 5px; border-radius: 50%; background: #79a1ff; animation: thinking 1s ease-in-out infinite; }
.guide-thinking span:nth-child(2) { animation-delay: .14s; }
.guide-thinking span:nth-child(3) { animation-delay: .28s; }
.guide-thinking small { margin-left: .4rem; }
@keyframes thinking { 50% { transform: translateY(-4px); opacity: .45; } }
.guide-options { padding: 0 1rem 1rem; }
.guide-option { position: relative; display: grid; grid-template-columns: 1fr auto; gap: .1rem .7rem; padding: .72rem .8rem; }
.guide-option small { grid-column: 1; color: #7fa2fa; font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.guide-option strong { grid-column: 1; font-size: .82rem; }
.guide-option > span { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--orange); transition: transform .2s; }
.guide-option:hover > span { transform: translateX(3px); }
.guide-diagnostic { padding: 1rem; border: 1px solid rgba(121,161,255,.3); border-radius: 16px; background: linear-gradient(145deg,rgba(40,84,217,.19),rgba(10,143,131,.1)); animation: message-rise .35s ease both; }
.guide-diagnostic > small { color: #82a6ff; font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.guide-diagnostic > strong { display: block; margin: .25rem 0 .5rem; font: 540 1.35rem/1.05 "Fraunces",serif; }
.guide-diagnostic p { margin: 0 0 .75rem; color: #c6cfdb; font-size: .82rem; }
.guide-diagnostic div { display: flex; flex-wrap: wrap; gap: .35rem; margin-bottom: .85rem; }
.guide-diagnostic div span { padding: .25rem .45rem; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: #9daabd; font-size: .62rem; }
.guide-diagnostic a { display: inline-flex; padding: .65rem .8rem; border-radius: 999px; background: #fff; color: var(--ink); text-decoration: none; font-size: .78rem; font-weight: 800; }
.guide-foot { display: flex; justify-content: space-between; gap: 1rem; padding: .65rem 1rem; border-top: 1px solid rgba(255,255,255,.08); color: #6f7d90; font-size: .62rem; }
.guide-reset { border: 0; padding: 0; background: transparent; color: #9bb5f8; font-size: .65rem; cursor: pointer; }
.guide-launcher {
  position: relative;
  isolation: isolate;
  gap: .8rem;
  min-height: 82px;
  max-width: calc(100vw - 40px);
  padding: .62rem .72rem .62rem .65rem;
  border: 1px solid rgba(108,143,245,.25);
  background: radial-gradient(circle at 12% 0,rgba(63,99,209,.3),transparent 36%), linear-gradient(132deg,rgba(17,29,51,.98),rgba(9,17,30,.98));
  color: #fff;
  box-shadow: 0 22px 65px rgba(9,17,30,.38), inset 0 1px 0 rgba(255,255,255,.12), inset 0 0 0 1px rgba(255,255,255,.025);
  backdrop-filter: blur(20px) saturate(150%);
  overflow: hidden;
  transition: transform .3s cubic-bezier(.16,1,.3,1), box-shadow .3s ease, border-color .3s ease;
}
.guide-launcher::before { content: none; }
.guide-launcher::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(110deg,transparent 18%,rgba(96,132,242,.18) 45%,rgba(238,122,34,.15) 55%,transparent 82%); transform: translateX(-110%); transition: transform .8s cubic-bezier(.16,1,.3,1); }
.guide-launcher:hover { color: #fff; border-color: rgba(122,154,249,.5); transform: translateY(-6px) scale(1.012); box-shadow: 0 30px 80px rgba(9,17,30,.48), 0 0 0 5px rgba(40,84,217,.08); }
.guide-launcher:hover::after { transform: translateX(110%); }
.launcher-beacon { position: relative; display: grid; place-items: center; flex: 0 0 56px; width: 56px; height: 56px; padding: 0; border-radius: 19px; background: linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.035)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.13), 0 10px 28px rgba(0,0,0,.26); }
.launcher-beacon img { position: relative; z-index: 2; width: 36px; height: 36px; object-fit: contain; filter: drop-shadow(0 4px 8px rgba(0,0,0,.28)); }
.beacon-ring { position: absolute; inset: 4px; padding: 0; border: 1px solid rgba(111,146,248,.48); border-right-color: var(--orange); border-radius: 15px; animation: beacon-breathe 3.2s ease-in-out infinite; }
.beacon-ring::after { content: ""; position: absolute; width: 5px; height: 5px; right: -3px; top: 50%; border-radius: 50%; background: var(--orange); box-shadow: 0 0 12px rgba(238,122,34,.95); }
@keyframes beacon-breathe { 50% { inset: 1px; opacity: .58; transform: rotate(3deg); } }
.launcher-copy { display: grid; gap: .18rem; min-width: 190px; padding: 0; background: none; border-radius: 0; text-align: left; text-transform: none; letter-spacing: 0; }
.launcher-copy small { display: flex; align-items: center; gap: .32rem; color: #91a7dd; font-size: .58rem; font-weight: 760; letter-spacing: .115em; line-height: 1.2; text-transform: uppercase; }
.launcher-copy small i { width: 6px; height: 6px; border-radius: 50%; background: #49d6ad; box-shadow: 0 0 9px rgba(73,214,173,.8); animation: signal-pulse 1.7s ease-in-out infinite; }
.launcher-copy strong { color: #fff; font: 540 1.08rem/1.16 "Fraunces",serif; letter-spacing: -.012em; white-space: nowrap; }
.launcher-action { display: grid; justify-items: end; gap: .25rem; padding: 0; background: none; border-radius: 0; }
.launcher-action em { color: #aebddd; font-size: .66rem; font-style: normal; font-weight: 700; }
.launcher-action b { display: grid; place-items: center; width: 33px; height: 33px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(255,255,255,.07); color: #ff9a4c; font-size: .92rem; transition: transform .3s cubic-bezier(.16,1,.3,1), background .2s, color .2s; }
.guide-launcher:hover .launcher-action b { transform: translate(3px,-3px) rotate(6deg); background: var(--orange); color: #fff; }

.cta-band { position: relative; overflow: hidden; padding: clamp(70px,9vw,110px) 0; background: var(--blue); color: #fff; }
.cta-band::after { content: ""; position: absolute; width: 480px; aspect-ratio: 1; right: -130px; top: -200px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.04), 0 0 0 100px rgba(255,255,255,.03); }
.cta-band .container { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.cta-band h2 { max-width: 760px; font-size: clamp(2.7rem,5vw,5.2rem); }
.cta-band .button { flex: 0 0 auto; background: #fff; color: var(--ink); }

.site-footer { padding: 55px 0 25px; background: #0c1420; color: #d0d7e2; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 2rem; }
.footer-grid h3 { margin: 0 0 1rem; color: #fff; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid p, .footer-grid a { color: #aab5c4; font-size: .88rem; text-decoration: none; }
.footer-grid a { display: block; margin: .45rem 0; }
.footer-grid a:hover { color: #fff; }
.footer-brand .brand { color: #fff; margin-bottom: .8rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.1); color: #8793a3; font-size: .78rem; }

.page-hero { position: relative; overflow: hidden; min-height: 560px; padding: 160px 0 80px; display: flex; align-items: end; background: linear-gradient(110deg, rgba(255,255,255,.68), rgba(251,250,247,.9)); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { max-width: 920px; font-size: clamp(3rem,6vw,6rem); }
.page-hero p { max-width: 720px; margin: 1.25rem 0 0; color: var(--ink-soft); font-size: 1.15rem; }
.feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,7vw,7rem); align-items: center; }
.feature-copy h2 { margin: 0; font: 540 clamp(2.3rem,4vw,4rem)/1.02 "Fraunces",serif; letter-spacing: -.025em; }
.feature-copy > p { color: #667085; font-size: 1.03rem; }
.check-list { list-style: none; padding: 0; display: grid; gap: .8rem; }
.check-list li { padding: .85rem 0; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 25px; height: 25px; margin-right: .7rem; border-radius: 50%; background: var(--blue-soft); color: var(--blue); font-weight: 900; }
.visual-panel { min-height: 520px; border-radius: 32px; background: linear-gradient(180deg,rgba(9,18,29,.08),rgba(9,18,29,.72)),url("immagini/1.webp") center/cover; box-shadow: var(--shadow); }
.offer-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.offer-card { padding: 1.7rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.offer-card.featured { background: var(--ink); color: #fff; transform: translateY(-12px); }
.offer-card h3 { margin: .6rem 0; font: 540 1.7rem/1.05 "Fraunces",serif; }
.offer-card p, .offer-card li { color: #667085; font-size: .9rem; }
.offer-card.featured p, .offer-card.featured li { color: #bcc6d4; }
.offer-card ul { padding-left: 1.1rem; }
.offer-card .button { margin-top: 1rem; }

.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 1rem; align-items: start; }
.contact-aside { position: sticky; top: 115px; padding: 1.7rem; border-radius: var(--radius); background: var(--ink); color: #fff; }
.contact-aside h2 { font: 540 2.25rem/1.04 "Fraunces",serif; }
.contact-aside p { color: #b8c2d0; }
.contact-form { padding: clamp(1.4rem,4vw,2.5rem); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .4rem; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--ink-soft); font-size: .82rem; font-weight: 750; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 13px; background: #fafafa; color: var(--ink); padding: .9rem 1rem; }
.field textarea { min-height: 145px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(40,84,217,.15); border-color: var(--blue); }
.privacy-row { display: flex; gap: .6rem; margin: 1rem 0; color: #667085; font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .menu-button { display: block; z-index: 2; }
  .nav-list { position: fixed; inset: 0; padding: 110px 28px 40px; background: var(--paper); flex-direction: column; align-items: flex-start; gap: 1.2rem; overflow-y: auto; transform: translateX(100%); transition: transform .3s cubic-bezier(.16,1,.3,1); }
  .nav-list.open { transform: none; }
  .nav-list a { font-size: 1.2rem; }
  .hero-grid, .problem-grid, .feature-split, .contact-layout, .brand-bridge { grid-template-columns: 1fr; }
  .hospitality-hero { padding-top: 130px; }
  .booking-path { max-width: 620px; width: calc(100% - 20px); margin: 0 auto; transform: none; }
  .solution-grid, .offer-grid { grid-template-columns: 1fr 1fr; }
  .journey, .process-grid { grid-template-columns: 1fr 1fr; }
  .journey::before { display: none; }
  .journey article:nth-child(2) { border-right: 0; }
  .journey article { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-aside { position: static; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--container)); }
  .site-nav { width: calc(100% - 22px); height: 74px; }
  .brand { font-size: 1.45rem; }
  .brand img { width: 36px; height: 36px; }
  .hospitality-hero { min-height: auto; padding: 118px 0 60px; }
  .page-hero { min-height: 470px; padding: 128px 0 58px; }
  .page-hero h1 { font-size: clamp(2.6rem,13vw,4.2rem); overflow-wrap: anywhere; }
  .section { padding: 72px 0; }
  .hero-copy h1 { font-size: clamp(2.8rem,15vw,4.4rem); }
  .booking-path { min-height: 430px; padding: .75rem; border-radius: 24px; }
  .guest-card { height: 380px; }
  .path-pulse { display: none; }
  .booking-widget { grid-template-columns: 1fr 1fr; }
  .booking-widget button { grid-column: 1 / -1; }
  .trust-row { overflow-x: auto; justify-content: flex-start; white-space: nowrap; }
  .problem-list, .solution-grid, .journey, .case-grid, .process-grid, .offer-grid, .footer-grid, .form-grid { grid-template-columns: 1fr; }
  .case-grid { grid-template-rows: auto; }
  .case-card:first-child { grid-row: auto; min-height: 430px; }
  .case-card { min-height: 320px; }
  .journey article { border-right: 0; }
  .journey h3 { margin-top: 2.5rem; }
  .offer-card.featured { transform: none; }
  .cta-band .container { display: block; }
  .cta-band .button { margin-top: 1.5rem; }
  .footer-bottom { display: block; }
  .field.full { grid-column: auto; }
  .site-guide { right: 14px; bottom: 14px; }
  .guide-panel { max-height: calc(100dvh - 96px); overflow-y: auto; overscroll-behavior: contain; }
  .guide-launcher { min-height: 70px; max-width: calc(100vw - 28px); padding: .5rem .58rem .5rem .52rem; gap: .62rem; }
  .launcher-beacon { flex-basis: 49px; width: 49px; height: 49px; border-radius: 16px; }
  .launcher-beacon img { width: 31px; height: 31px; }
  .launcher-copy { min-width: 168px; }
  .launcher-copy strong { font-size: .96rem; }
  .launcher-copy small { font-size: .51rem; letter-spacing: .09em; }
  .launcher-action em { display: none; }
  .launcher-action b { width: 30px; height: 30px; }
}

@media (max-width: 380px) {
  .site-guide { right: 10px; bottom: 10px; }
  .guide-panel { width: calc(100vw - 20px); }
  .guide-launcher { max-width: calc(100vw - 20px); min-height: 64px; gap: .52rem; }
  .launcher-beacon { flex-basis: 44px; width: 44px; height: 44px; }
  .launcher-beacon img { width: 28px; height: 28px; }
  .launcher-copy { min-width: 0; }
  .launcher-copy strong { font-size: .86rem; white-space: normal; }
  .launcher-copy small { font-size: .46rem; }
  .launcher-action b { width: 27px; height: 27px; }
  .hero-copy h1 { font-size: clamp(2.45rem,14vw,3.4rem); }
  .booking-widget { grid-template-columns: 1fr; }
  .booking-widget button { grid-column: auto; }
}

@media (max-height: 650px) and (min-width: 600px) {
  .guide-panel { max-height: calc(100dvh - 88px); overflow-y: auto; overscroll-behavior: contain; }
  .guide-stream { max-height: 190px; min-height: 100px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
