:root {
  --navy: #18233D;
  --navy-2: #0F172A;
  --coral: #FF6547;
  --coral-dark: #E34A31;
  --aqua: #2CC8C5;
  --yellow: #FFD34E;
  --cream: #FFF7EA;
  --white: #FFFFFF;
  --ink: #20273A;
  --muted: #667085;
  --radius: 28px;
  --shadow: 0 20px 60px rgba(24, 35, 61, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-rounded, "Avenir Next", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--cream); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.shell-narrow { width: min(760px, calc(100% - 40px)); margin-inline: auto; }

.topbar { position: fixed; inset: 0 0 auto 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 5px max(20px, calc((100vw - 1180px) / 2)); color: #fff; background: linear-gradient(to bottom, rgba(15,23,42,.72), rgba(15,23,42,.12)); transition: background .25s, box-shadow .25s, color .25s; }
.topbar.is-scrolled, .topbar--solid { background: rgba(255,255,255,.93); color: var(--navy); box-shadow: 0 8px 24px rgba(24,35,61,.08); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand__logo { width: 104px; height: 104px; object-fit: contain; }
.brand__name { font-size: clamp(15px, 2vw, 20px); }
.lang-switcher { display: flex; padding: 4px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; background: rgba(15,23,42,.18); backdrop-filter: blur(10px); }
.is-scrolled .lang-switcher, .topbar--solid .lang-switcher { border-color: rgba(24,35,61,.12); background: rgba(24,35,61,.06); }
.lang-btn { min-width: 42px; border: 0; border-radius: 999px; padding: 8px 10px; background: transparent; color: inherit; font-weight: 800; cursor: pointer; }
.lang-btn.active { background: var(--white); color: var(--navy); box-shadow: 0 2px 8px rgba(15,23,42,.16); }
.is-scrolled .lang-btn.active, .topbar--solid .lang-btn.active { background: var(--navy); color: #fff; }

.hero { min-height: 100svh; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--navy); color: #fff; }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(15,23,42,.78) 0%, rgba(24,35,61,.55) 46%, rgba(15,23,42,.2) 100%), linear-gradient(to top, rgba(15,23,42,.58), transparent 45%); }
.hero__content { position: relative; z-index: 2; padding-top: 90px; text-align: left; }
.eyebrow, .section-kicker { display: inline-block; margin: 0 0 14px; font-weight: 900; font-size: 13px; letter-spacing: .16em; }
.eyebrow { color: var(--yellow); }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(50px, 8vw, 102px); line-height: .94; letter-spacing: -.055em; text-wrap: balance; }
.hero__lead { max-width: 760px; margin: 28px 0 6px; font-size: clamp(22px, 3vw, 38px); line-height: 1.08; font-weight: 750; letter-spacing: -.025em; }
.hero__sub { max-width: 690px; margin: 10px 0 28px; color: rgba(255,255,255,.86); font-size: clamp(17px, 2vw, 22px); line-height: 1.5; }
.cta { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 25px; border: 0; border-radius: 999px; background: var(--coral); color: #fff; font-weight: 900; text-decoration: none; box-shadow: 0 10px 30px rgba(255,101,71,.32); transition: transform .18s, background .18s; cursor: pointer; }
.cta:hover { transform: translateY(-2px); background: var(--coral-dark); }
.cta--button { font: inherit; }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 28px; transform: translateX(-50%); width: 34px; height: 52px; border: 2px solid rgba(255,255,255,.66); border-radius: 999px; }
.scroll-cue span { position: absolute; left: 50%; top: 10px; width: 6px; height: 6px; border-radius: 50%; background: #fff; transform: translateX(-50%); animation: scrollCue 1.6s infinite; }
@keyframes scrollCue { 0%{opacity:0; transform:translate(-50%,0)} 30%{opacity:1} 100%{opacity:0; transform:translate(-50%,20px)} }

.discover { position: relative; min-height: 920px; overflow: hidden; display: grid; place-items: center; padding: 130px 0; background: radial-gradient(circle at 12% 15%, rgba(255,211,78,.3), transparent 25%), radial-gradient(circle at 90% 75%, rgba(44,200,197,.22), transparent 27%), var(--cream); }
.discover__card { position: relative; z-index: 5; padding: clamp(34px, 6vw, 62px); border-radius: var(--radius); background: rgba(255,255,255,.78); box-shadow: var(--shadow); backdrop-filter: blur(16px); text-align: center; }
.section-kicker { color: var(--coral); }
.discover h2 { margin: 0 0 22px; color: var(--navy); font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: -.045em; }
.discover__card > p { font-size: clamp(17px, 2vw, 20px); line-height: 1.7; color: #465067; }
.discover__card > .discover__closing { margin: 28px 0 0; color: var(--navy); font-weight: 900; font-size: clamp(19px, 2.2vw, 23px); line-height: 1.35; }
.feature-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 32px; }
.feature { display: flex; flex-direction: column; gap: 7px; padding: 20px 14px; border-radius: 20px; background: #F8FAFC; }
.feature strong { color: var(--navy); font-size: 19px; }
.feature span { color: var(--muted); line-height: 1.45; font-size: 14px; }

.collage { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.postcard { position: absolute; width: clamp(300px, 32vw, 480px); margin: 0; transform-origin: center; }
.postcard img { display: block; width: 100%; height: auto; }
.postcard--1 { left: max(-60px, calc(50% - 650px)); top: 4%; transform: rotate(-6deg); }
.postcard--2 { right: max(-60px, calc(50% - 650px)); top: 5%; transform: rotate(6deg); }
.postcard--3 { left: max(-60px, calc(50% - 650px)); bottom: 4%; transform: rotate(5deg); }
.postcard--4 { right: max(-60px, calc(50% - 650px)); bottom: 4%; transform: rotate(-6deg); }
.postcard--5 { left: max(-35px, calc(50% - 590px)); top: 27%; transform: rotate(4deg); }
.postcard--6 { right: max(-35px, calc(50% - 590px)); bottom: 26%; transform: rotate(4deg); }
.postcard--7 { right: max(-35px, calc(50% - 590px)); top: 27%; transform: rotate(-4deg); }
.postcard--8 { left: max(-35px, calc(50% - 590px)); bottom: 26%; transform: rotate(-3deg); }

.footer { background: var(--navy); color: rgba(255,255,255,.78); }
.footer__inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 14px; }
.footer__links { display: flex; align-items: center; gap: 10px; }
.footer a { color: #fff; }

.cookie-banner { position: fixed; z-index: 100; left: 18px; right: 18px; bottom: 18px; max-width: 1120px; max-height: calc(100svh - 36px); overflow: auto; margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 18px 22px; padding: 16px 18px; border: 1px solid rgba(24,35,61,.12); border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: 0 18px 60px rgba(15,23,42,.24); backdrop-filter: blur(16px); color: var(--ink); }
.cookie-banner[hidden] { display: none; }
.cookie-banner__copy { display: grid; gap: 3px; line-height: 1.4; font-size: 14px; }
.cookie-banner__copy strong { color: var(--navy); font-size: 15px; }
.cookie-banner__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.cookie-primary, .cookie-secondary { border-radius: 999px; padding: 11px 16px; font: inherit; font-weight: 800; cursor: pointer; }
.cookie-primary { border: 0; background: var(--coral); color: #fff; }
.cookie-secondary { border: 1px solid rgba(24,35,61,.16); background: #fff; color: var(--navy); }
.cookie-settings { grid-column: 1 / -1; display: grid; gap: 12px; padding-top: 16px; border-top: 1px solid rgba(24,35,61,.12); }
.cookie-settings[hidden] { display: none; }
.cookie-settings h2 { margin: 0; color: var(--navy); font-size: 18px; }
.cookie-option { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 13px 15px; border-radius: 14px; background: #F8FAFC; }
.cookie-option > div { display: grid; gap: 3px; }
.cookie-option strong { color: var(--navy); font-size: 14px; }
.cookie-option span { color: var(--muted); font-size: 13px; line-height: 1.4; }
.cookie-option input { width: 22px; height: 22px; flex: 0 0 auto; accent-color: var(--coral); cursor: pointer; }
.cookie-status { flex: 0 0 auto; font-weight: 800; }
.cookie-settings__footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.cookie-settings__footer a { color: var(--coral-dark); font-size: 14px; font-weight: 800; }

.privacy-page { padding-top: 122px; background: #fff; }
.legal { width: min(900px, calc(100% - 40px)); min-height: calc(100vh - 208px); padding-top: 70px; padding-bottom: 90px; }
.legal h1 { margin-bottom: 12px; color: var(--navy); font-size: clamp(40px, 6vw, 64px); letter-spacing: -.04em; }
.legal h2 { margin-top: 38px; color: var(--navy); }
.legal p, .legal li, .legal address { color: #4B5565; line-height: 1.75; font-size: 17px; }
.legal ul { margin: 12px 0 22px; padding-left: 25px; }
.legal li + li { margin-top: 5px; }
.legal address { margin: 16px 0 24px; padding: 18px 20px; border-left: 4px solid var(--aqua); background: #F8FAFC; font-style: normal; }
.legal a { overflow-wrap: anywhere; }
.legal__updated { margin-top: 0; color: var(--coral-dark) !important; }
.policy-version[hidden] { display: none; }
.consent-manager { margin-top: 56px; padding: 26px; border-radius: 20px; background: var(--cream); scroll-margin-top: 130px; }
.consent-manager h2 { margin-top: 0; }
.back-link { display: inline-block; color: var(--coral-dark); font-weight: 800; text-decoration: none; }

@media (max-width: 850px) {
  .topbar { padding-inline: 18px; }
  .brand__name { max-width: 160px; line-height: 1.05; }
  .hero__content { padding-top: 120px; padding-bottom: 100px; }
  .feature-row { grid-template-columns: 1fr; }
  .discover { min-height: 0; padding: 500px 0; }
  .postcard { width: clamp(220px, 62vw, 300px); }
  .postcard--1 { left: -48px; top: 55px; transform: rotate(-7deg); }
  .postcard--2 { right: -48px; top: 135px; transform: rotate(7deg); }
  .postcard--5 { left: -28px; top: 225px; transform: rotate(5deg); }
  .postcard--7 { right: -28px; top: 305px; transform: rotate(-5deg); }
  .postcard--3 { left: -48px; bottom: 55px; transform: rotate(6deg); }
  .postcard--4 { right: -48px; bottom: 135px; transform: rotate(-7deg); }
  .postcard--8 { left: -28px; bottom: 225px; transform: rotate(-4deg); }
  .postcard--6 { right: -28px; bottom: 305px; transform: rotate(5deg); }
  .cookie-banner { grid-template-columns: 1fr; align-items: stretch; }
  .cookie-banner__actions { justify-content: flex-end; }
  .cookie-settings { grid-column: auto; }
}

@media (max-width: 520px) {
  .brand__logo { width: 90px; height: 90px; }
  .brand__name { font-size: 14px; max-width: 112px; }
  .lang-btn { min-width: 35px; padding-inline: 8px; }
  .hero h1 { font-size: clamp(48px, 15vw, 72px); }
  .hero__lead { font-size: 24px; }
  .discover__card { width: calc(100% - 28px); padding: 34px 22px; }
  .postcard { width: 245px; }
  .cookie-banner__actions { display: grid; grid-template-columns: 1fr; }
  .cookie-primary, .cookie-secondary { padding-inline: 10px; }
  .cookie-option { align-items: flex-start; gap: 14px; }
  .cookie-settings__footer { align-items: stretch; flex-direction: column; }
  .cookie-settings__footer .cookie-primary { width: 100%; }
  .footer__inner { flex-direction: column; justify-content: center; padding-block: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .scroll-cue span { animation: none; }
  .cta { transition: none; }
}
