/* ============================================================
   Landing v2 — FlightDelay / Claim Experts
   Variante hero: body.v-sky (albastru imersiv) / body.v-clean (deschis, boarding-pass)
   ============================================================ */

*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
	--c: #1046c9;
	--cd: #0b2f86;
	--a: #ff7a1a;
	--ink: #101828;
	--mut: #5b6474;
	--line: #e6e9f0;
	--bg: #f7f9fc;
	--card: #ffffff;
	--r: 14px;
	--shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 8px 28px rgba(16, 24, 40, .08);
	--shadow-lg: 0 4px 10px rgba(16, 24, 40, .08), 0 24px 60px rgba(16, 24, 40, .16);
}

html { scroll-behavior: smooth; scroll-padding-top: 76px; }
html, body { overflow-x: hidden; }
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: var(--ink);
	background: #fff;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
img, svg { display: inline-block; vertical-align: middle; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.center { text-align: center; margin-top: 26px; }

h1 { font-size: clamp(1.9rem, 4.6vw, 3.15rem); line-height: 1.12; letter-spacing: -.02em; font-weight: 800; }
h2 { font-size: clamp(1.45rem, 3vw, 2.05rem); letter-spacing: -.015em; font-weight: 800; text-align: center; margin-bottom: 14px; }
h3 { font-size: 1.06rem; font-weight: 700; }
.c-sub { text-align: center; color: var(--mut); max-width: 620px; margin: 0 auto 34px; }

/* ——— Butoane ——— */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	background: var(--a); color: #fff; font-weight: 700; font-size: .98rem;
	border: 0; border-radius: 10px; padding: 13px 26px; cursor: pointer;
	box-shadow: 0 6px 18px color-mix(in srgb, var(--a) 40%, transparent);
	transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
	white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.05); }
.btn:active { transform: translateY(0); }
.btn-big { width: 100%; padding: 15px 26px; font-size: 1.04rem; }
.btn-sm { padding: 9px 18px; font-size: .88rem; }
.btn-inv { width: auto; }

/* ============================================================
   HEADER sticky
   ============================================================ */
.hd {
	position: sticky; top: 0; z-index: 60;
	background: rgba(255, 255, 255, .92);
	-webkit-backdrop-filter: saturate(160%) blur(10px);
	backdrop-filter: saturate(160%) blur(10px);
	border-bottom: 1px solid transparent;
	transition: border-color .2s, box-shadow .2s;
}
.hd.scrolled { border-color: var(--line); box-shadow: 0 4px 18px rgba(16, 24, 40, .07); }
.hd-in { display: flex; align-items: center; gap: 22px; height: 62px; }

.logo { display: inline-flex; align-items: center; gap: 9px; font-size: 1.08rem; letter-spacing: -.01em; }
.logo strong { font-weight: 800; }
.logo-mark {
	display: inline-flex; align-items: center; justify-content: center;
	width: 32px; height: 32px; border-radius: 9px; color: #fff;
	background: linear-gradient(135deg, var(--c), var(--cd));
	box-shadow: 0 4px 10px color-mix(in srgb, var(--c) 35%, transparent);
}
.logo-mark svg { transform: rotate(45deg); }

.hd-nav { display: flex; gap: 4px; margin-left: 8px; }
.hd-nav a {
	padding: 8px 13px; border-radius: 9px; font-size: .93rem; font-weight: 600; color: #384252;
	transition: background .15s, color .15s;
}
.hd-nav a:hover { background: color-mix(in srgb, var(--c) 8%, transparent); color: var(--c); }

.hd-right { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.lang { font-size: .88rem; font-weight: 600; color: var(--mut); }
.lang:hover { color: var(--c); }

/* ——— Selector limbă: steag + dropdown ——— */
.lang-dd { position: relative; }
.lang-dd summary {
	list-style: none; cursor: pointer; user-select: none;
	display: inline-flex; align-items: center; gap: 6px;
	padding: 7px 11px; border: 1.5px solid var(--line); border-radius: 999px;
	font-size: .84rem; font-weight: 700; color: #384252; background: #fff;
	transition: border-color .15s;
}
.lang-dd summary::-webkit-details-marker { display: none; }
.lang-dd summary:hover { border-color: var(--c); }
.lang-dd .fl { font-size: 1rem; line-height: 1; }
.lang-dd .chev { color: var(--mut); transition: transform .15s; }
.lang-dd[open] .chev { transform: rotate(180deg); }
.lang-menu {
	position: absolute; right: 0; top: calc(100% + 6px); z-index: 80;
	min-width: 150px; background: #fff; border: 1px solid var(--line);
	border-radius: 12px; box-shadow: var(--shadow-lg); padding: 6px; color: var(--ink);
}
.lang-menu a {
	display: flex; align-items: center; gap: 8px;
	padding: 9px 11px; border-radius: 8px; font-size: .9rem; font-weight: 600;
}
.lang-menu a:hover { background: color-mix(in srgb, var(--c) 8%, #fff); }
.lang-menu a.on { color: var(--c); background: color-mix(in srgb, var(--c) 10%, #fff); }
.lang-dd-up .lang-menu { top: auto; bottom: calc(100% + 6px); left: 0; right: auto; }
.ft .lang-dd { margin-top: 8px; display: inline-block; }
.ft .lang-dd summary { background: transparent; color: #aab4c8; border-color: #2c3852; }
.ft .lang-dd summary:hover { border-color: #aab4c8; color: #fff; }

.burger { display: none; background: none; border: 0; width: 40px; height: 40px; border-radius: 9px; cursor: pointer; padding: 9px; }
.burger span { display: block; height: 2px; border-radius: 2px; background: var(--ink); margin: 4px 0; transition: transform .2s, opacity .2s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.m-nav { display: none; border-top: 1px solid var(--line); background: #fff; padding: 8px 20px 14px; }
.m-nav.open { display: block; }
.m-nav > a { display: block; padding: 12px 4px; font-weight: 600; border-bottom: 1px solid var(--line); }
.m-langs { display: flex; gap: 10px; padding-top: 12px; }
.m-langs a {
	flex: 1; text-align: center; padding: 10px; border: 1.5px solid var(--line);
	border-radius: 10px; font-weight: 700; font-size: .9rem;
}
.m-langs a.on { border-color: var(--c); color: var(--c); background: color-mix(in srgb, var(--c) 7%, #fff); }

/* ============================================================
   HERO — comun
   ============================================================ */
.hero { position: relative; overflow: hidden; }
.hero-grid {
	position: relative; z-index: 2;
	display: grid; grid-template-columns: 1.15fr .95fr; gap: 12px 44px;
	grid-template-areas: "copy mini" "bullets mini";
	align-items: center;
	padding-top: 58px; padding-bottom: 66px;
}
.hero-copy { grid-area: copy; align-self: end; }
.hero-grid .bullets { grid-area: bullets; align-self: start; }
.hero-grid .mini { grid-area: mini; }
.badge {
	display: inline-flex; align-items: center; gap: 7px;
	font-size: .8rem; font-weight: 700; letter-spacing: .02em;
	padding: 7px 14px; border-radius: 999px; margin-bottom: 18px;
}
.hero h1 .hl { display: block; }
.hero .sub { margin-top: 16px; font-size: 1.06rem; max-width: 34rem; }
.bullets { list-style: none; margin-top: 18px; display: grid; gap: 10px; }
.bullets li { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: .95rem; }
.bullets svg { flex: 0 0 auto; }

/* decor comun */
.hero-deco { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.fpath { position: absolute; inset: auto 0 0 0; width: 100%; height: 70%; opacity: .5; }
.cloud { position: absolute; border-radius: 999px; filter: blur(2px); }
.cloud::before, .cloud::after { content: ""; position: absolute; background: inherit; border-radius: 999px; }
.cloud::before { width: 55%; height: 130%; left: 12%; top: -65%; }
.cloud::after { width: 40%; height: 100%; right: 10%; top: -40%; }
.c1 { width: 220px; height: 54px; top: 18%; left: -60px; animation: drift 64s linear infinite; }
.c2 { width: 300px; height: 66px; top: 55%; right: -120px; animation: drift 90s linear infinite reverse; }
.c3 { width: 160px; height: 42px; top: 8%; right: 18%; animation: drift 75s linear infinite; }
@keyframes drift { from { transform: translateX(-8vw); } to { transform: translateX(108vw); } }
@media (prefers-reduced-motion: reduce) { .cloud { animation: none; } }

/* ——— mini-formular (cardul din hero) ——— */
.mini { border-radius: 18px; overflow: visible; box-shadow: var(--shadow-lg); background: var(--card); }
.mini-head {
	display: flex; align-items: center; gap: 9px;
	padding: 14px 20px; font-weight: 800; font-size: .98rem; color: #fff;
	background: linear-gradient(120deg, var(--c), var(--cd));
	border-radius: 18px 18px 0 0;
}
.mini-head svg { transform: rotate(45deg); }
.mini-body { padding: 20px; display: grid; gap: 14px; }
.fld { position: relative; }
.fld label { display: block; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--mut); margin-bottom: 6px; }
.fld-in { position: relative; }
.fld-ic {
	position: absolute; left: 13px; top: 50%; transform: translateY(-50%);
	color: var(--c); opacity: .75; display: inline-flex;
}
.fld-ic.dep-ic svg { transform: rotate(-45deg); }
.fld-ic.arr-ic svg { transform: rotate(45deg); }
.fld input {
	width: 100%; padding: 13px 14px 13px 38px; font-size: 1rem; color: var(--ink);
	border: 1.5px solid var(--line); border-radius: 11px; background: #fbfcfe; outline: none;
	transition: border-color .15s, box-shadow .15s;
}
.fld input:focus { border-color: var(--c); box-shadow: 0 0 0 3px color-mix(in srgb, var(--c) 14%, transparent); background: #fff; }
.fld input::placeholder { color: #9aa3b2; }

.sug {
	display: none; position: absolute; z-index: 40; left: 0; right: 0; top: calc(100% + 4px);
	background: #fff; color: var(--ink); border: 1px solid var(--line); border-radius: 12px;
	box-shadow: var(--shadow-lg); max-height: 264px; overflow-y: auto;
	text-align: left;
}
.sug > div { padding: 10px 14px; cursor: pointer; border-bottom: 1px solid #f1f3f8; }
.sug > div:last-child { border-bottom: 0; }
.sug > div:hover, .sug > div.act { background: color-mix(in srgb, var(--c) 7%, #fff); }
.sug .s-main { font-weight: 600; font-size: .93rem; display: flex; align-items: center; gap: 8px; }
.sug .s-iata { font-size: .74rem; font-weight: 800; color: var(--c); background: color-mix(in srgb, var(--c) 11%, #fff); border-radius: 6px; padding: 2px 6px; }
.sug .s-sub { font-size: .8rem; color: var(--mut); margin-top: 1px; }

.note { display: flex; align-items: center; justify-content: center; gap: 7px; font-size: .82rem; color: var(--mut); }
.note svg { color: #12b76a; }

/* ——— opțiuni „ce s-a întâmplat cu zborul" (varianta sky) ——— */
.opts { display: grid; gap: 10px; }
.opt {
	display: flex; align-items: center; gap: 10px; width: 100%; text-align: left;
	padding: 13px 15px; font-size: .96rem; font-weight: 600; color: var(--ink);
	background: #fbfcfe; border: 1.5px solid var(--line); border-radius: 11px; cursor: pointer;
	transition: border-color .15s, background .15s, box-shadow .15s;
	font-family: inherit;
}
.opt:hover { border-color: var(--c); background: #fff; }
.opt.sel {
	border-color: var(--c); background: color-mix(in srgb, var(--c) 7%, #fff);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--c) 14%, transparent);
}
.opt-ic { flex: 0 0 auto; color: var(--c); }
.opt .opt-check {
	margin-left: auto; flex: 0 0 auto; color: var(--c);
	opacity: 0; transform: scale(.6); transition: opacity .18s ease, transform .18s ease;
}
.opt.sel .opt-check { opacity: 1; transform: scale(1); }
/* CTA „palpie" dupa alegerea unei optiuni */
@keyframes cta-pulse {
	0%, 100% { transform: scale(1); box-shadow: 0 6px 18px color-mix(in srgb, var(--a) 40%, transparent); }
	50% { transform: scale(1.04); box-shadow: 0 8px 26px color-mix(in srgb, var(--a) 65%, transparent); }
}
.btn.pulse { animation: cta-pulse .6s ease 3; }
@media (prefers-reduced-motion: reduce) { .btn.pulse { animation: none; } }
.mini-find { text-align: center; font-size: .88rem; font-weight: 600; color: var(--mut); }
.mini-trust {
	display: flex; justify-content: center; gap: 18px; flex-wrap: wrap;
	font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--mut);
}

/* ============================================================
   HERO varianta SKY (flightdelay) — cer nocturn imersiv
   ============================================================ */
.v-sky .hero {
	background:
		radial-gradient(1100px 500px at 85% -10%, color-mix(in srgb, var(--c) 55%, #06133a), transparent 60%),
		linear-gradient(165deg, #081a45 0%, var(--cd) 45%, #050e2c 100%);
	color: #fff;
}
.v-sky .hero .sub { color: #cdd8f2; }
.v-sky .hero .sub strong { color: #fff; }
.v-sky .hero h1 .hl { color: #7fb0ff; }
.v-sky .badge { background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .22); color: #e6eeff; }
.v-sky .bullets li svg { color: #58e0a5; }
.v-sky .cloud { background: rgba(255, 255, 255, .07); }
.v-sky .fpath { color: #9db8ff; }
/* avion fantomă — siluetă abia vizibilă în spate */
.ghost-plane {
	position: absolute; width: 560px; height: 560px;
	right: -90px; top: -60px; transform: rotate(38deg);
	color: #fff; opacity: .045; pointer-events: none;
}
/* stele */
.v-sky .hero-deco::before {
	content: ""; position: absolute; inset: 0;
	background-image:
		radial-gradient(1.5px 1.5px at 12% 22%, rgba(255,255,255,.8), transparent),
		radial-gradient(1px 1px at 28% 60%, rgba(255,255,255,.5), transparent),
		radial-gradient(1.5px 1.5px at 44% 14%, rgba(255,255,255,.7), transparent),
		radial-gradient(1px 1px at 61% 42%, rgba(255,255,255,.45), transparent),
		radial-gradient(1.5px 1.5px at 76% 10%, rgba(255,255,255,.8), transparent),
		radial-gradient(1px 1px at 88% 55%, rgba(255,255,255,.5), transparent),
		radial-gradient(1px 1px at 8% 80%, rgba(255,255,255,.4), transparent);
}

/* ============================================================
   HERO varianta CLEAN (claimexperts) — deschis, boarding-pass
   ============================================================ */
.v-clean .hero {
	background:
		radial-gradient(1000px 480px at 88% -12%, color-mix(in srgb, var(--c) 60%, #032b1e), transparent 62%),
		linear-gradient(160deg, #06392a 0%, var(--cd) 48%, #032218 100%);
	color: #fff;
}
.v-clean .hero .sub { color: #cfe6dc; }
.v-clean .hero .sub strong { color: #fff; }
.v-clean .hero h1 .hl { color: #7fe0b8; }
.v-clean .badge { background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .22); color: #e7f6ef; }
.v-clean .bullets li svg { color: #7fe0b8; }
.v-clean .cloud { background: rgba(255, 255, 255, .07); }
.v-clean .fpath-clean { height: 46%; opacity: .6; color: #8fd6b8; }
/* textură fină de hartă: linii diagonale abia vizibile */
.v-clean .hero-deco::before {
	content: ""; position: absolute; inset: 0;
	background-image:
		radial-gradient(1.5px 1.5px at 18% 30%, rgba(255,255,255,.3), transparent),
		radial-gradient(1.5px 1.5px at 55% 18%, rgba(255,255,255,.25), transparent),
		radial-gradient(1.5px 1.5px at 82% 62%, rgba(255,255,255,.25), transparent),
		repeating-linear-gradient(115deg, transparent 0 46px, rgba(255,255,255,.011) 46px 48px);
}
/* pași cu accent verde pe varianta clean — alt limbaj vizual decât sky */
.v-clean .step { border-top: 3px solid var(--c); }
.v-clean .step .n { background: #fff; color: var(--c); border: 2px solid var(--c); box-shadow: none; }
.v-clean .comp-row { border-style: dashed; }
.v-clean .comp-row.top { border-style: solid; }
.v-clean .mini { border: 1px solid color-mix(in srgb, var(--c) 18%, #fff); }

/* ============================================================
   STATS
   ============================================================ */
.stats { background: #fff; border-bottom: 1px solid var(--line); }
.stats-in {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
	padding-top: 44px; padding-bottom: 26px;
}
.stat { text-align: center; padding: 10px 6px; }
.stat-n { font-size: 1.7rem; font-weight: 800; letter-spacing: -.02em; color: var(--c); }
.stat-d { font-size: .84rem; color: var(--mut); margin-top: 2px; }
.trust-line {
	display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap;
	padding-top: 10px; padding-bottom: 42px; font-size: .9rem; color: var(--mut); font-weight: 600;
}
.trust-line .st { color: #f7b31d; letter-spacing: 2px; font-size: 1rem; }
.trust-line .dot { color: var(--line); }

/* ============================================================
   Secțiuni
   ============================================================ */
section.how, section.comp, section.rights, section.faq, section.types, section.why { padding: 76px 0; }

/* Tipuri de perturbare (doar FlightDelay) */
section.types { background: var(--bg); border-bottom: 1px solid var(--line); }
.types-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 34px; }
.type { padding: 20px 18px; text-align: center; transition: transform .18s ease, box-shadow .18s ease; }
.type:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.type-ic { font-size: 1.7rem; margin-bottom: 10px; }
.type h3 { font-size: .96rem; }
.type p { color: var(--mut); font-size: .84rem; margin-top: 5px; }

/* De ce experții (doar Claim Experts) */
section.why { background: color-mix(in srgb, var(--c) 4%, #fff); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 34px; }
.why-item { display: flex; gap: 14px; align-items: flex-start; }
.why-ic {
	flex: 0 0 auto; width: 46px; height: 46px; display: flex; align-items: center; justify-content: center;
	font-size: 1.35rem; background: #fff; border: 1px solid color-mix(in srgb, var(--c) 25%, #fff);
	border-radius: 13px; box-shadow: var(--shadow);
}
.why-item h3 { font-size: .99rem; }
.why-item p { color: var(--mut); font-size: .89rem; margin-top: 4px; }
section.how { background: var(--bg); }
section.rights { background: var(--bg); }

.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow); }

/* pași */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 38px; counter-reset: step; }
.step { padding: 26px 22px; position: relative; transition: transform .18s ease, box-shadow .18s ease; }
.step:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.step .n {
	width: 34px; height: 34px; display: flex; align-items: center; justify-content: center;
	border-radius: 999px; background: linear-gradient(135deg, var(--c), var(--cd)); color: #fff;
	font-weight: 800; font-size: .95rem; box-shadow: 0 4px 10px color-mix(in srgb, var(--c) 30%, transparent);
}
.step-ic { color: var(--c); opacity: .9; }
.step p { color: var(--mut); font-size: .93rem; margin-top: 6px; }

/* compensații — rând tip boarding-pass */
.comp-rows { max-width: 640px; margin: 34px auto 0; display: grid; gap: 14px; }
.comp-row {
	display: flex; align-items: center; gap: 14px;
	background: var(--card); border: 1px solid var(--line); border-radius: var(--r);
	padding: 16px 20px; box-shadow: var(--shadow);
}
.comp-row .cr-ic { color: var(--c); display: inline-flex; transform: rotate(45deg); }
.comp-row .dist { font-weight: 700; font-size: .97rem; }
.comp-row .dots { flex: 1; border-bottom: 2px dotted var(--line); }
.comp-row .amt { font-weight: 800; font-size: 1.06rem; color: var(--c); white-space: nowrap; }
.comp-row.top { border-color: color-mix(in srgb, var(--c) 35%, #fff); background: color-mix(in srgb, var(--c) 4%, #fff); }
.comp-row.top .amt { font-size: 1.14rem; }
.comp-note { text-align: center; color: var(--mut); font-size: .88rem; margin-top: 16px; }

/* drepturi */
.regs { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 8px; }
.reg {
	background: var(--card); border: 1px solid var(--line); border-radius: 999px;
	padding: 10px 18px; font-weight: 600; font-size: .9rem; box-shadow: var(--shadow);
}

/* FAQ */
.faq-list { max-width: 720px; margin: 34px auto 0; display: grid; gap: 12px; }
.faq details { padding: 0; overflow: hidden; }
.faq summary {
	list-style: none; cursor: pointer; font-weight: 700; font-size: .98rem;
	padding: 17px 52px 17px 20px; position: relative; user-select: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq .fx { position: absolute; right: 18px; top: 50%; width: 18px; height: 18px; transform: translateY(-50%); }
.faq .fx::before, .faq .fx::after {
	content: ""; position: absolute; background: var(--c); border-radius: 2px;
	transition: transform .2s ease;
}
.faq .fx::before { left: 0; right: 0; top: 8px; height: 2px; }
.faq .fx::after { top: 0; bottom: 0; left: 8px; width: 2px; }
.faq details[open] .fx::after { transform: scaleY(0); }
.faq details[open] { border-color: color-mix(in srgb, var(--c) 30%, #fff); }
.faq details p { padding: 0 20px 18px; color: var(--mut); font-size: .93rem; }

/* CTA final */
.final {
	position: relative; overflow: hidden; text-align: center; color: #fff;
	background: linear-gradient(135deg, var(--c), var(--cd));
	padding: 66px 0;
}
.final h2 { color: #fff; }
.final p { color: rgba(255, 255, 255, .82); margin: 8px 0 24px; }
.final-deco { position: absolute; inset: 0; pointer-events: none; color: rgba(255, 255, 255, .35); }
.final-deco .fpath { height: 100%; opacity: .6; }

/* ============================================================
   FOOTER
   ============================================================ */
.ft { background: #0e1524; color: #aab4c8; padding: 44px 0 26px; }
.ft-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; padding-bottom: 26px; border-bottom: 1px solid #232d42; }
.ft .logo { color: #fff; margin-bottom: 12px; }
.ft-note { font-size: .86rem; max-width: 30rem; }
.ft-col h4 { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 12px; }
.ft-col a { display: block; padding: 4px 0; font-size: .9rem; color: #aab4c8; }
.ft-col a:hover { color: #fff; }
.ft-legal { font-size: .8rem; color: #6c7891; padding-top: 18px; }

/* ——— Bara sticky de jos (desktop + mobil, stil AirHelp) —
       intră de jos în sus cu fade-in, iese în jos cu fade-out ——— */
.sticky-cta {
	position: fixed; z-index: 70; left: 0; right: 0; bottom: 0;
	padding: 12px 0 calc(12px + env(safe-area-inset-bottom));
	background: rgba(255, 255, 255, .97);
	-webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
	border-top: 1px solid var(--line); box-shadow: 0 -6px 24px rgba(16, 24, 40, .12);
	transform: translateY(110%); opacity: 0; pointer-events: none;
	transition: transform .35s ease, opacity .35s ease;
}
.sticky-cta.show { transform: translateY(0); opacity: 1; pointer-events: auto; }
@media (prefers-reduced-motion: reduce) { .sticky-cta { transition: none; } }
.sticky-in { display: flex; align-items: center; gap: 20px; }
.sticky-txt { flex: 1; min-width: 0; }
.sticky-t { font-weight: 800; font-size: .98rem; letter-spacing: -.01em; }
.sticky-checks { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 3px; }
.sticky-checks span {
	display: inline-flex; align-items: center; gap: 5px;
	font-size: .8rem; font-weight: 600; color: var(--mut);
}
.sticky-checks svg { color: #12b76a; flex: 0 0 auto; }
.sticky-in .btn { flex: 0 0 auto; }

/* ——— Pagini legale ——— */
.legal-page { max-width: 820px; margin: 0 auto; padding: 40px 20px 70px; }
.legal-page h1 { font-size: 1.7rem; margin-bottom: 22px; }
.legal-page h2 { text-align: left; font-size: 1.2rem; margin: 26px 0 10px; }
.legal-page h3 { margin: 18px 0 8px; }
.legal-page p, .legal-page li { color: #333c4d; font-size: .95rem; margin-bottom: 10px; }
.legal-page ul, .legal-page ol { padding-left: 22px; }
.legal-page a { color: var(--c); text-decoration: underline; }
.legal-page table { border-collapse: collapse; width: 100%; display: block; overflow-x: auto; }
.legal-page td, .legal-page th { border: 1px solid var(--line); padding: 8px 10px; font-size: .88rem; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
	/* mobil: copy → formular (cât mai sus) → bulinele sub formular */
	.hero-grid {
		grid-template-columns: 1fr;
		grid-template-areas: "copy" "mini" "bullets";
		gap: 22px; padding-top: 28px; padding-bottom: 40px;
	}
	.hero-copy { align-self: auto; }
	.hero .sub { max-width: none; margin-top: 12px; font-size: 1rem; }
	.hero-grid .mini { max-width: 560px; width: 100%; margin: 0 auto; }
	.hero-grid .bullets { max-width: 560px; width: 100%; margin: 0 auto; }
	.ghost-plane { width: 380px; height: 380px; right: -120px; top: auto; bottom: -40px; }
	.steps { grid-template-columns: 1fr; max-width: 560px; margin-left: auto; margin-right: auto; }
	.types-grid { grid-template-columns: repeat(2, 1fr); }
	.why-grid { grid-template-columns: 1fr; max-width: 560px; margin-left: auto; margin-right: auto; }
	.stats-in { grid-template-columns: repeat(2, 1fr); }
	.ft-grid { grid-template-columns: 1fr 1fr; }
	.ft-brand { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
	.hd-nav { display: none; }
	.hd-right .btn-sm { display: none; }
	.hd-right .lang-dd summary { padding: 6px 9px; }
	.hd-right .lang-dd .ln { display: none; }
	.burger { display: block; }
	.hd-in { height: 58px; }
	html { scroll-padding-top: 66px; }
}

@media (max-width: 560px) {
	.wrap { padding: 0 16px; }
	section.how, section.comp, section.rights, section.faq, section.types, section.why { padding: 56px 0; }
	.hero-grid { padding-top: 34px; padding-bottom: 36px; gap: 18px; }
	h1 { font-size: clamp(1.65rem, 7.4vw, 2.1rem); }
	/* pe mobil: fără badge (EU Regulation / Aviation-law) și fără subtitlul din card */
	.badge { display: none; }
	.mini-find { display: none; }
	/* trust-urile din card aliniate la stânga, una sub alta */
	.mini-trust { flex-direction: column; align-items: flex-start; gap: 7px; }
	/* claimexperts: ruta punctată din fundal dispare pe mobil */
	.v-clean .fpath-clean { display: none; }
	/* flightdelay: traiectoria punctată dispare și ea pe mobil */
	.v-sky .fpath { display: none; }
	/* secțiunea de statistici respiră față de hero și de ce urmează */
	.stats-in { padding-top: 36px; padding-bottom: 20px; gap: 10px; }
	.trust-line { padding-top: 12px; padding-bottom: 36px; }
	.types-grid { grid-template-columns: 1fr; }
	/* drepturi: casete uniforme, una sub alta, full width */
	.regs { display: grid; grid-template-columns: 1fr; gap: 10px; }
	.reg { width: 100%; text-align: center; border-radius: 12px; padding: 13px 16px; }
	.bullets li { font-size: .89rem; align-items: flex-start; }
	.bullets svg { margin-top: 3px; }
	.mini-body { padding: 16px; gap: 12px; }
	.stat-n { font-size: 1.35rem; }
	.stat-d { font-size: .76rem; }
	.comp-row { padding: 13px 14px; gap: 10px; }
	.comp-row .dist { font-size: .88rem; }
	.comp-row .amt { font-size: .95rem; }
	.comp-row.top .amt { font-size: 1rem; }
	.final { padding: 48px 0 56px; }
	.btn-inv { width: 100%; }
	.ft-grid { grid-template-columns: 1fr; gap: 22px; }
	/* sticky compact pe mobil: titlu + buton */
	.sticky-in { flex-direction: column; align-items: stretch; gap: 8px; }
	.sticky-t { font-size: .88rem; text-align: center; }
	.sticky-checks { display: none; }
	.sticky-in .btn { width: 100%; }
}
body.has-sticky { padding-bottom: 96px; }
