:root {
  --ink: #092a38;
  --ink-2: #123d4b;
  --lake: #167f91;
  --lake-light: #d8edef;
  --cream: #f5f1e8;
  --paper: #fbfaf7;
  --white: #ffffff;
  --green: #0b7a53;
  --red: #c84945;
  --gold: #cda25e;
  --muted: #66747a;
  --line: rgba(9, 42, 56, .12);
  --shadow: 0 24px 70px rgba(8, 35, 46, .13);
  --radius: 24px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Aptos", "Segoe UI", Arial, sans-serif; line-height: 1.55; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 2000; top: 8px; left: 8px; padding: 10px 14px; background: #fff; transform: translateY(-150%); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: 84px; color: #fff; transition: .3s ease; }
.site-header.scrolled { height: 72px; background: rgba(7, 35, 46, .94); box-shadow: 0 8px 36px rgba(0,0,0,.12); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; letter-spacing: .04em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(135deg, var(--lake), #2aa4aa); color: #fff; font-weight: 900; font-size: 23px; box-shadow: inset -4px -4px 12px rgba(0,0,0,.1); position: relative; }
.brand-mark::after { content: ""; position: absolute; width: 22px; height: 3px; left: 10px; bottom: 7px; background: linear-gradient(90deg, #178542 0 17%, #f1ce35 17% 34%, #244997 34% 50%, #158445 50% 67%, #fff 67% 83%, #c9413d 83%); border-radius: 2px; }
.brand strong { display: block; font-size: 18px; line-height: 1; letter-spacing: .13em; }
.brand small { display: block; margin-top: 5px; font-size: 9px; letter-spacing: .18em; opacity: .76; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; }
.main-nav > a:not(.nav-cta) { opacity: .85; transition: .2s ease; }
.main-nav > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; background: rgba(255,255,255,.08); }
.admin-access { position: relative; width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; background: rgba(6,31,43,.24); opacity: .88; transition: .2s ease; }
.admin-access:hover, .admin-access:focus-visible { opacity: 1; transform: translateY(-1px); border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.14); outline: none; }
.admin-access-mark { font-size: 15px; font-weight: 900; letter-spacing: 0; }
.admin-access-mark::after { content: ""; position: absolute; width: 14px; height: 2px; left: 8px; bottom: 9px; border-radius: 2px; background: linear-gradient(90deg, #178542 0 33%, #f1ce35 33% 66%, #c9413d 66%); }
.admin-access-lock { position: absolute; right: -3px; bottom: -3px; width: 18px; height: 18px; display: grid; place-items: center; border: 2px solid #0b3342; border-radius: 50%; background: #fff; color: var(--ink); }
.admin-access-lock svg { width: 10px; height: 10px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.admin-access-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; transition: .2s; }

.hero { min-height: 820px; height: 100svh; position: relative; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url("lago-di-como.jpg") center 52% / cover no-repeat; transform: scale(1.025); animation: heroZoom 18s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,24,34,.84) 0%, rgba(4,27,38,.61) 46%, rgba(3,25,36,.14) 75%), linear-gradient(0deg, rgba(3,23,33,.54), transparent 48%); }
.hero-content { position: relative; z-index: 2; padding-top: 60px; }
.eyebrow { margin: 0 0 18px; color: var(--lake); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #d5f1f3; }
.hero h1 { max-width: 780px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(64px, 8.3vw, 116px); line-height: .86; letter-spacing: -.055em; font-weight: 400; }
h1 em, h2 em { color: #a7dde1; font-weight: 400; }
.hero-copy { max-width: 690px; margin: 32px 0 0; color: rgba(255,255,255,.85); font-size: 20px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { min-height: 52px; padding: 0 22px; border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; cursor: pointer; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #f5f2e9; color: var(--ink); box-shadow: 0 12px 28px rgba(0,0,0,.16); }
.button-primary:hover { background: #fff; box-shadow: 0 15px 34px rgba(0,0,0,.2); }
.button-glass { color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.36); backdrop-filter: blur(10px); }
.button-secondary { color: var(--ink); background: transparent; border: 1px solid var(--line); }
.hero-trust { display: flex; gap: 54px; margin-top: 70px; }
.hero-trust div { padding-left: 14px; border-left: 2px solid rgba(255,255,255,.32); }
.hero-trust strong, .hero-trust span { display: block; }
.hero-trust strong { font-size: 14px; }
.hero-trust span { margin-top: 4px; color: rgba(255,255,255,.68); font-size: 12px; }
.hero-scroll { position: absolute; z-index: 2; bottom: 26px; left: 50%; width: 34px; height: 54px; border: 1px solid rgba(255,255,255,.42); border-radius: 20px; transform: translateX(-50%); }
.hero-scroll span { position: absolute; width: 4px; height: 8px; left: 14px; top: 10px; border-radius: 4px; background: #fff; animation: scrollDot 2s infinite; }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1.025); } }
@keyframes scrollDot { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(23px); } }

.country-bridge { position: relative; z-index: 3; background: #fff; box-shadow: 0 -14px 50px rgba(3, 24, 34, .13); }
.bridge-inner { min-height: 112px; display: grid; grid-template-columns: 1fr .65fr 1fr; align-items: center; gap: 32px; }
.bridge-country { display: flex; align-items: center; gap: 15px; }
.bridge-country:last-child { justify-content: flex-end; text-align: right; }
.bridge-country .flag { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: #f4f3ef; box-shadow: inset 0 0 0 1px var(--line); font-size: 27px; }
.bridge-country small, .bridge-country strong { display: block; }
.bridge-country small { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.bridge-country strong { margin-top: 3px; font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.bridge-route { display: flex; align-items: center; gap: 12px; color: var(--lake); }
.bridge-route span { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--lake)); }
.bridge-route span:last-child { background: linear-gradient(90deg, var(--lake), transparent); }
.bridge-route b { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #edf6f5; transform: rotate(12deg); }
.bridge-colors { height: 4px; display: grid; grid-template-columns: repeat(6, 1fr); }
.bridge-colors i:nth-child(1) { background: #178542; }
.bridge-colors i:nth-child(2) { background: #f1ce35; }
.bridge-colors i:nth-child(3) { background: #244997; }
.bridge-colors i:nth-child(4) { background: #158445; }
.bridge-colors i:nth-child(5) { background: #f7f5ef; }
.bridge-colors i:nth-child(6) { background: #c9413d; }

.section-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5vw, 67px); line-height: 1.03; letter-spacing: -.045em; font-weight: 400; }
.section-heading h2 em { color: var(--lake); }
.section-heading > p:last-child, .split-heading > p { color: var(--muted); font-size: 17px; }
.split-heading { display: grid; grid-template-columns: 1.4fr .7fr; align-items: end; gap: 70px; margin-bottom: 52px; }
.split-heading > p { margin: 0 0 4px; }
.centered { max-width: 780px; margin: 0 auto 50px; text-align: center; }
.centered > p:last-child { max-width: 650px; margin: 20px auto 0; }

.intro { background: var(--paper); }
.destination-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 300px 300px; gap: 18px; }
.destination-card { min-height: 300px; position: relative; border-radius: var(--radius); overflow: hidden; background: #dbe8e8; box-shadow: 0 8px 25px rgba(9,42,56,.06); }
.destination-large { grid-row: 1 / 3; }
.destination-wide { display: none; }
.destination-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.destination-card:hover img { transform: scale(1.045); }
.destination-overlay { position: absolute; inset: auto 0 0; padding: 32px; color: #fff; background: linear-gradient(0deg, rgba(3,28,38,.9), rgba(3,28,38,0)); }
.destination-overlay span { color: #b9e1e4; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.destination-overlay h3 { margin: 7px 0 4px; font-family: Georgia, serif; font-size: 29px; font-weight: 400; }
.destination-overlay p { margin: 0; max-width: 530px; color: rgba(255,255,255,.75); font-size: 14px; }

.north-atlas { margin-top: 78px; padding: 42px; border-radius: 30px; background: #fff; box-shadow: 0 22px 60px rgba(9,42,56,.08); }
.atlas-heading { display: grid; grid-template-columns: .55fr 1fr 1fr; align-items: end; gap: 28px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.atlas-heading .eyebrow { margin: 0; }
.atlas-heading h3 { margin: 0; font-family: Georgia, serif; font-size: 35px; line-height: 1.06; font-weight: 400; letter-spacing: -.025em; }
.atlas-heading > p:last-child { margin: 0; color: var(--muted); font-size: 14px; }
.atlas-track { position: relative; margin-top: 34px; display: grid; grid-template-columns: repeat(8, 1fr); }
.atlas-track::before { content: ""; position: absolute; z-index: 0; top: 22px; left: 6%; right: 6%; height: 1px; background: var(--line); }
.atlas-stop { position: relative; z-index: 1; min-width: 0; padding: 0 6px; border: 0; background: transparent; cursor: pointer; text-align: center; }
.atlas-stop span { width: 45px; height: 45px; margin: 0 auto 13px; display: grid; place-items: center; border: 6px solid #fff; border-radius: 50%; background: #dfe9e7; color: var(--muted); box-shadow: 0 0 0 1px var(--line); font-size: 10px; font-weight: 850; transition: .25s ease; }
.atlas-stop b { display: block; color: var(--muted); font-size: 11px; line-height: 1.35; transition: .2s; }
.atlas-stop:hover span, .atlas-stop.active span { background: var(--ink); color: #fff; transform: translateY(-3px); box-shadow: 0 5px 16px rgba(9,42,56,.22); }
.atlas-stop:hover b, .atlas-stop.active b { color: var(--ink); }
.atlas-stop.venice span { background: linear-gradient(135deg, #178542 0 33%, #f5f2eb 33% 66%, #c9413d 66%); color: transparent; }
.atlas-stop.venice.active span { transform: translateY(-3px) scale(1.07); }
.atlas-detail { margin-top: 32px; min-height: 126px; padding: 25px 28px; border-radius: 18px; background: #edf3f1; display: grid; grid-template-columns: .45fr .75fr 1.2fr; gap: 24px; align-items: center; }
.atlas-detail > span { color: var(--lake); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.atlas-detail h4 { margin: 0; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.atlas-detail p { margin: 0; color: var(--muted); font-size: 13px; }

.dream-compass { position: relative; overflow: hidden; background: radial-gradient(circle at 10% 10%, rgba(40,142,151,.28), transparent 34%), linear-gradient(135deg, #061e2a, #0c3a46); color: #fff; }
.dream-compass::before { content: ""; position: absolute; width: 520px; height: 520px; right: -190px; bottom: -250px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.compass-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: center; }
.compass-flags { width: 150px; margin-bottom: 34px; display: flex; align-items: center; gap: 10px; }
.compass-flags span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.09); font-size: 22px; }
.compass-flags i { flex: 1; height: 1px; background: linear-gradient(90deg, #f2ce36, #fff, #c9413d); }
.compass-intro h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(47px, 5.7vw, 72px); line-height: .98; letter-spacing: -.045em; font-weight: 400; }
.compass-intro h2 em { color: #a7dde1; }
.compass-intro > p:not(.eyebrow) { max-width: 470px; margin: 25px 0; color: rgba(255,255,255,.69); font-size: 17px; }
.compass-promise { max-width: 470px; margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); display: flex; gap: 14px; }
.compass-promise > span { width: 35px; height: 35px; flex: 0 0 35px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); color: #efd66c; }
.compass-promise p { margin: 0; color: rgba(255,255,255,.6); font-size: 12px; }
.compass-promise strong { color: #fff; }
.compass-card { padding: 36px; border-radius: 28px; background: #f8f7f2; color: var(--ink); box-shadow: 0 28px 75px rgba(0,0,0,.28); }
.compass-topline { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--lake); font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.compass-topline small { color: var(--muted); letter-spacing: 0; font-weight: 650; }
#dream-form fieldset { margin: 25px 0 0; padding: 0; border: 0; }
#dream-form legend { margin-bottom: 12px; font-family: Georgia, serif; font-size: 19px; }
.compass-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.compass-options label { min-height: 96px; padding: 13px; border: 1px solid var(--line); border-radius: 14px; background: #fff; cursor: pointer; text-align: center; }
.compass-options input, .compass-chips input, .pace-switch input { position: absolute; opacity: 0; }
.compass-options label > span { width: 27px; height: 27px; margin: 0 auto 6px; display: grid; place-items: center; border-radius: 50%; background: var(--lake-light); color: var(--lake); }
.compass-options b, .compass-options small { display: block; }
.compass-options b { font-size: 12px; }
.compass-options small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.compass-options label:has(input:checked) { border-color: var(--lake); background: #e9f3f2; box-shadow: inset 0 0 0 1px var(--lake); }
.compass-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.compass-chips span { display: block; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; cursor: pointer; font-size: 12px; }
.compass-chips label:has(input:checked) span { border-color: var(--lake); background: var(--lake-light); color: var(--ink); }
.pace-switch { display: grid; grid-template-columns: repeat(3, 1fr); padding: 4px; border-radius: 13px; background: #e9eeec; }
.pace-switch span { display: block; padding: 9px; border-radius: 10px; text-align: center; cursor: pointer; color: var(--muted); font-size: 11px; font-weight: 750; }
.pace-switch label:has(input:checked) span { background: #fff; color: var(--ink); box-shadow: 0 4px 12px rgba(9,42,56,.09); }
.compass-button { width: 100%; margin-top: 25px; background: var(--ink); color: #fff; }
.compass-result { display: none; padding: 30px 10px 8px; text-align: center; animation: fadeUp .35s ease both; }
.compass-result.active { display: block; }
.result-kicker { display: flex; align-items: center; justify-content: center; gap: 9px; }
.result-kicker i { width: 50px; height: 1px; background: linear-gradient(90deg, #efd130, var(--red)); }
.compass-result > p { margin: 15px 0 6px; color: var(--lake); font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.compass-result h3 { margin: 0; font-family: Georgia, serif; font-size: 38px; line-height: 1.04; font-weight: 400; }
.compass-result > strong { display: block; margin-top: 12px; color: var(--green); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
#compass-result-copy { max-width: 510px; margin: 18px auto 0; color: var(--muted); font-size: 14px; }
.compass-result-actions { margin-top: 25px; display: flex; justify-content: center; gap: 10px; }
.compass-reset { border: 1px solid var(--line); background: transparent; }

.services { background: #edf3f1; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.service-card { min-height: 390px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.72); display: flex; flex-direction: column; position: relative; transition: .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); background: #fff; }
.service-card.featured { background: var(--ink); color: #fff; border-color: transparent; }
.service-label { position: absolute; top: 20px; right: 22px; padding: 6px 10px; border-radius: 999px; background: #d6eeeb; color: var(--ink); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.service-number { color: var(--lake); font-size: 12px; letter-spacing: .16em; font-weight: 800; }
.featured .service-number { color: #a6dfe0; }
.service-icon { width: 58px; height: 58px; margin-top: 44px; display: grid; place-items: center; border-radius: 18px; background: var(--lake-light); color: var(--ink); font-size: 25px; }
.featured .service-icon { background: rgba(255,255,255,.1); color: #c6eceb; }
.service-card h3 { margin: 24px 0 10px; font-family: Georgia, serif; font-size: 29px; font-weight: 400; }
.service-card p { margin: 0; color: var(--muted); font-size: 15px; }
.featured p { color: rgba(255,255,255,.68); }
.text-link { margin-top: auto; padding: 20px 0 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; align-self: flex-start; cursor: pointer; font-weight: 750; }
.text-link span { margin-left: 8px; }

.host { background: var(--cream); }
.host-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.host-visual { max-width: 480px; position: relative; }
.host-frame { border-radius: 48% 48% 30px 30px; overflow: hidden; background: #d9e8e6; box-shadow: var(--shadow); }
.host-frame img { width: 100%; aspect-ratio: 1 / 1.12; object-fit: cover; object-position: 50% 20%; }
.host-badge { position: absolute; right: -28px; bottom: 42px; padding: 14px 18px; border-radius: 16px; background: #fff; box-shadow: 0 14px 35px rgba(9,42,56,.17); font-size: 13px; font-weight: 750; }
.host-badge b { display: inline-grid; place-items: center; width: 30px; height: 30px; margin-right: 8px; border-radius: 50%; background: var(--green); color: #fff; }
.host-copy h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 66px); line-height: 1.03; font-weight: 400; letter-spacing: -.04em; }
.host-copy h2 em { color: var(--lake); }
.host-copy .lead { margin: 26px 0 32px; color: var(--muted); font-size: 18px; }
.check-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 18px; }
.check-list li { display: flex; gap: 14px; align-items: flex-start; }
.check-list li > span { flex: 0 0 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--lake-light); color: var(--lake); font-weight: 900; }
.check-list strong, .check-list small { display: block; }
.check-list small { margin-top: 2px; color: var(--muted); font-size: 13px; }

.process { background: var(--paper); }
.process-grid { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.process-grid li { min-height: 255px; padding: 32px; background: var(--paper); }
.process-grid li > span { display: block; color: var(--lake); font-family: Georgia, serif; font-size: 38px; font-style: italic; }
.process-grid h3 { margin: 30px 0 9px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.quote-section { background: var(--ink); color: #fff; }
.quote-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.quote-intro { position: sticky; top: 110px; }
.quote-intro h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(50px, 6vw, 78px); line-height: .98; letter-spacing: -.045em; font-weight: 400; }
.quote-intro p:not(.eyebrow) { max-width: 430px; color: rgba(255,255,255,.69); font-size: 17px; }
.privacy-note { max-width: 440px; margin-top: 30px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; color: rgba(255,255,255,.74); font-size: 13px; }
.privacy-note span { margin-right: 8px; color: #a5d9dc; }
.quote-card { min-height: 590px; padding: 38px; border-radius: 28px; background: #f8f7f2; color: var(--ink); box-shadow: 0 28px 70px rgba(0,0,0,.26); }
.quote-progress { display: grid; grid-template-columns: 1fr 180px; gap: 24px; align-items: center; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.quote-progress span, .quote-progress strong { display: block; }
.quote-progress #step-label { color: var(--lake); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.quote-progress #step-title { margin-top: 5px; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.progress-track { height: 5px; background: #dbe6e5; border-radius: 8px; overflow: hidden; }
.progress-track span { width: 20%; height: 100%; background: linear-gradient(90deg, var(--green), var(--lake)); transition: width .35s ease; }
#journey-form { min-height: 475px; display: flex; flex-direction: column; }
.form-step { display: none; padding: 34px 0 20px; margin: 0; border: 0; animation: fadeUp .32s ease both; }
.form-step.active { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.option-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.option-card { min-height: 132px; padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: #fff; cursor: pointer; transition: .2s ease; }
.option-card input { position: absolute; opacity: 0; }
.option-card:has(input:checked) { border-color: var(--lake); background: #eaf4f3; box-shadow: inset 0 0 0 1px var(--lake); }
.option-card .option-icon { float: right; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--lake-light); color: var(--lake); }
.option-card strong, .option-card small { display: block; }
.option-card strong { margin-top: 18px; font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.option-card small { margin-top: 5px; color: var(--muted); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-grid label, .full-field, .counter-grid label { display: grid; gap: 8px; color: var(--ink); font-size: 13px; font-weight: 750; }
.field-grid input, .field-grid select, .full-field textarea, .counter-grid input { width: 100%; border: 1px solid var(--line); border-radius: 13px; background: #fff; color: var(--ink); outline: none; transition: .2s; }
.field-grid input, .field-grid select, .counter-grid input { height: 54px; padding: 0 15px; }
.full-field { margin-top: 20px; }
.full-field textarea { padding: 14px 15px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--lake); box-shadow: 0 0 0 3px rgba(22,127,145,.12); }
.field-hint { color: var(--muted); font-size: 12px; }
.counter-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.choice-title { margin: 0 0 13px; font-weight: 750; }
.chip-grid { display: flex; flex-wrap: wrap; gap: 9px; }
.chip-grid input { position: absolute; opacity: 0; }
.chip-grid span { display: block; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; cursor: pointer; font-size: 13px; }
.chip-grid label:has(input:checked) span { border-color: var(--lake); background: var(--lake-light); color: var(--ink); }
.form-navigation { margin-top: auto; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); }
.form-navigation button[disabled] { opacity: .4; cursor: not-allowed; transform: none; }
.form-result { display: none; padding: 28px 0 0; text-align: center; animation: fadeUp .35s ease both; }
.form-result.active { display: block; }
.result-icon { width: 52px; height: 52px; margin: 0 auto 16px; display: grid; place-items: center; border-radius: 50%; background: #dcedde; color: var(--green); font-size: 23px; font-weight: 900; }
.form-result h3 { margin: 0; font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.summary { margin: 20px 0; padding: 18px; border-radius: 16px; background: #edf3f1; text-align: left; white-space: pre-line; font-size: 13px; }
.result-note { color: var(--muted); font-size: 12px; }
.result-actions { display: flex; justify-content: center; gap: 10px; margin-top: 18px; }
.copy-status { display: block; min-height: 20px; margin-top: 10px; color: var(--green); font-size: 12px; }

.faq { background: var(--cream); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.faq .section-heading { position: sticky; top: 112px; }
.faq .section-heading p:last-child { max-width: 430px; }
.accordion article { border-bottom: 1px solid var(--line); }
.accordion button { width: 100%; padding: 25px 0; border: 0; background: transparent; display: flex; justify-content: space-between; gap: 20px; text-align: left; cursor: pointer; font-family: Georgia, serif; font-size: 22px; }
.accordion button b { font-family: Arial, sans-serif; font-weight: 300; color: var(--lake); transition: transform .25s; }
.accordion button[aria-expanded="true"] b { transform: rotate(45deg); }
.accordion article > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.accordion article > div p { overflow: hidden; margin: 0; color: var(--muted); }
.accordion article.open > div { grid-template-rows: 1fr; }
.accordion article.open > div p { padding: 0 42px 24px 0; }

.final-cta { min-height: 600px; position: relative; display: grid; place-items: center; color: #fff; overflow: hidden; }
.final-image { position: absolute; inset: 0; background: url("genova-centro.jpg") center 45% / cover no-repeat; }
.final-shade { position: absolute; inset: 0; background: rgba(4,29,40,.65); }
.final-content { position: relative; z-index: 2; max-width: 820px; text-align: center; }
.final-content h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(48px, 6.5vw, 80px); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.final-content p:not(.eyebrow) { max-width: 680px; margin: 22px auto 30px; color: rgba(255,255,255,.78); font-size: 18px; }

.site-footer { padding: 72px 0 26px; background: #061f2b; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .6fr .85fr .85fr; gap: 56px; }
.brand-footer { margin-bottom: 20px; }
.footer-grid > div:first-child p { max-width: 330px; }
.footer-grid strong { display: block; margin-bottom: 16px; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; color: #acdfe0; }
.footer-grid a, .footer-grid p { display: block; margin: 8px 0; color: rgba(255,255,255,.62); font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: rgba(255,255,255,.42); font-size: 11px; }
.floating-contact { position: fixed; z-index: 900; right: 22px; bottom: 22px; padding: 12px 17px; border-radius: 999px; background: var(--green); color: #fff; box-shadow: 0 14px 36px rgba(0,0,0,.24); display: flex; gap: 9px; align-items: center; font-size: 13px; font-weight: 800; transition: .2s; }
.floating-contact:hover { transform: translateY(-3px); }
.floating-contact > span:first-child { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); }

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

@media (max-width: 960px) {
  .section { padding: 88px 0; }
  .main-nav { position: fixed; inset: 72px 16px auto; padding: 22px; border-radius: 18px; background: rgba(6,31,43,.97); box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; gap: 8px; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 13px; }
  .main-nav .admin-access { width: 100%; height: auto; min-height: 48px; margin-top: 8px; padding: 10px 13px; display: flex; justify-content: flex-start; gap: 13px; border-radius: 13px; background: rgba(255,255,255,.06); }
  .main-nav .admin-access-mark { position: relative; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: linear-gradient(135deg, var(--lake), #2aa4aa); }
  .main-nav .admin-access-mark::after { left: 8px; bottom: 5px; }
  .main-nav .admin-access-lock { left: 32px; right: auto; bottom: 7px; }
  .main-nav .admin-access-label { position: static; width: auto; height: auto; overflow: visible; clip: auto; color: #fff; font-size: 13px; font-weight: 750; }
  .menu-toggle { display: block; }
  .hero { min-height: 760px; }
  .hero h1 { font-size: clamp(58px, 11vw, 94px); }
  .hero-trust { gap: 24px; }
  .split-heading, .host-layout, .quote-layout, .faq-layout, .compass-layout { grid-template-columns: 1fr; gap: 45px; }
  .destination-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 380px 300px; }
  .destination-large { grid-column: 1 / 3; grid-row: auto; }
  .destination-wide { display: block; }
  .atlas-heading { grid-template-columns: 1fr 1fr; }
  .atlas-heading .eyebrow { grid-column: 1 / 3; }
  .atlas-track { overflow-x: auto; grid-template-columns: repeat(8, 130px); padding-bottom: 12px; }
  .atlas-track::before { right: auto; width: 900px; }
  .atlas-detail { grid-template-columns: .5fr 1fr; }
  .atlas-detail p { grid-column: 1 / 3; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .host-visual { margin-inline: auto; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-intro, .faq .section-heading { position: static; }
  .footer-grid { grid-template-columns: 1.2fr 1fr; }
}

@media (max-width: 640px) {
  :root { --container: min(100% - 28px, 1180px); --radius: 19px; }
  .section { padding: 72px 0; }
  .site-header { height: 72px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: 16px; }
  .hero { min-height: 760px; height: 100svh; }
  .hero-media { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,24,34,.9), rgba(3,24,34,.53)), linear-gradient(0deg, rgba(3,23,33,.7), transparent 55%); }
  .hero-content { padding-top: 72px; }
  .hero h1 { font-size: clamp(54px, 17vw, 78px); }
  .hero-copy { margin-top: 24px; font-size: 17px; }
  .hero-actions { display: grid; }
  .hero-trust { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .hero-trust div:last-child { display: none; }
  .hero-scroll { display: none; }
  .bridge-inner { min-height: 105px; grid-template-columns: 1fr auto 1fr; gap: 8px; }
  .bridge-country { gap: 8px; }
  .bridge-country .flag { width: 38px; height: 38px; font-size: 20px; }
  .bridge-country small { display: none; }
  .bridge-country strong { font-size: 12px; line-height: 1.25; }
  .bridge-route { gap: 4px; }
  .bridge-route b { width: 29px; height: 29px; font-size: 11px; }
  .section-heading h2, .host-copy h2 { font-size: 42px; }
  .split-heading { margin-bottom: 35px; }
  .destination-grid { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .destination-card, .destination-large, .destination-wide { display: block; flex: 0 0 87%; min-height: 430px; scroll-snap-align: center; }
  .north-atlas { margin-top: 54px; padding: 26px 18px; }
  .atlas-heading { display: block; }
  .atlas-heading h3 { margin: 8px 0 14px; font-size: 31px; }
  .atlas-detail { display: block; min-height: 185px; }
  .atlas-detail h4 { margin: 8px 0; }
  .compass-card { padding: 25px 18px; }
  .compass-options { grid-template-columns: repeat(2, 1fr); }
  .compass-result h3 { font-size: 31px; }
  .compass-result-actions { flex-direction: column; }
  .service-card { padding: 27px; }
  .host-badge { right: -4px; bottom: 22px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 210px; }
  .quote-card { padding: 25px 19px; min-height: 620px; }
  .quote-progress { grid-template-columns: 1fr; gap: 15px; }
  .option-grid, .field-grid { grid-template-columns: 1fr; }
  .option-card { min-height: 105px; }
  .option-card strong { margin-top: 8px; }
  .counter-grid { gap: 8px; }
  .counter-grid input { padding-inline: 10px; }
  .form-navigation .button { min-width: 116px; padding-inline: 16px; }
  .result-actions { flex-direction: column; }
  .accordion button { font-size: 19px; }
  .final-cta { min-height: 540px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { display: grid; gap: 8px; }
  .floating-contact > span:last-child { display: none; }
  .floating-contact { padding: 10px; }
  .floating-contact > span:first-child { width: 34px; height: 34px; }
}

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