:root{
  --navy:#07111f; --navy2:#0b1220; --blue:#2563eb; --blue2:#1d4ed8; --green:#16a34a; --ink:#111827; --muted:#667085; --line:#e6eaf0; --bg:#f7f9fc; --card:#fff; --soft:#eef4ff; --radius:28px; --shadow:0 24px 80px rgba(15,23,42,.12);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:linear-gradient(180deg,#fbfdff 0%,#f7f9fc 58%,#fff 100%);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);overflow-x:hidden} a{text-decoration:none;color:inherit} .shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.ambient{position:fixed;border-radius:999px;filter:blur(75px);opacity:.35;pointer-events:none;z-index:-1}.ambient-a{width:360px;height:360px;background:#93c5fd;top:-120px;right:-80px}.ambient-b{width:320px;height:320px;background:#dbeafe;bottom:18%;left:-160px}.site-header{position:sticky;top:0;z-index:20;width:min(1220px,calc(100% - 28px));margin:14px auto 0;display:flex;align-items:center;justify-content:space-between;padding:14px;border:1px solid rgba(226,232,240,.9);background:rgba(255,255,255,.82);backdrop-filter:blur(18px);border-radius:999px;box-shadow:0 10px 35px rgba(15,23,42,.06)}.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:-.03em}.brand-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:var(--navy);color:#fff;font-size:13px}.desktop-nav{display:flex;gap:26px;color:#475467;font-size:14px;font-weight:700}.desktop-nav a:hover{color:var(--blue)}.header-cta{padding:12px 18px;border-radius:999px;background:var(--navy);color:#fff;font-weight:800;font-size:14px}.hero{display:grid;grid-template-columns:1.02fr .98fr;gap:54px;align-items:center;padding:84px 0 48px}.pill,.section-kicker{display:inline-flex;align-items:center;gap:9px;border:1px solid #dbe8ff;background:#f4f8ff;color:#1d4ed8;border-radius:999px;padding:9px 13px;font-weight:800;font-size:13px}.pill span,.section-kicker:before{content:"";width:8px;height:8px;background:var(--green);border-radius:999px}.section-kicker{margin-bottom:16px}.section-kicker.light{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.18);color:#bfdbfe}.hero h1,.fee-section h2,.how h2,.dashboard-copy h2,.rights h2,.security h2,.faq h2,.final-cta h2{font-family:Manrope,Inter,sans-serif;letter-spacing:-.065em;line-height:.95;margin:0;color:var(--navy)}.hero h1{font-size:clamp(52px,6.5vw,86px);max-width:760px;margin-top:18px}.hero-lede{font-size:20px;line-height:1.65;color:#475467;max-width:650px;margin:24px 0 0}.hero-lede strong{color:var(--navy)}.hero-actions{display:flex;gap:14px;margin:34px 0 20px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:18px;padding:17px 22px;font-weight:900;font-size:15px;cursor:pointer;transition:.18s ease;min-height:56px}.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue2));color:white;box-shadow:0 14px 30px rgba(37,99,235,.25)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(37,99,235,.32)}.btn-soft{background:#fff;color:var(--navy);border:1px solid var(--line)}.btn-full{width:100%}.proof-row{display:flex;gap:16px;flex-wrap:wrap;color:#475467;font-weight:700;font-size:14px}.hero-product{position:relative}.glass-card{background:rgba(255,255,255,.82);border:1px solid rgba(226,232,240,.95);box-shadow:var(--shadow);backdrop-filter:blur(20px);border-radius:34px}.checker-card{padding:26px}.checker-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:22px}.caption{font-size:12px;text-transform:uppercase;letter-spacing:.13em;color:#667085;font-weight:900}.checker-head h2{font-family:Manrope;margin:7px 0 0;font-size:28px;letter-spacing:-.04em}.secure-badge{align-self:start;background:#ecfdf3;color:#027a48;border:1px solid #abefc6;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900}.checker-form,.claim-form{display:grid;gap:14px}label{display:grid;gap:8px;font-size:13px;color:#344054;font-weight:800}input{width:100%;height:58px;border:1px solid #d0d5dd;border-radius:16px;padding:0 16px;font:600 16px Inter;color:#111827;background:#fff;outline:none}input:focus{border-color:#93c5fd;box-shadow:0 0 0 5px rgba(37,99,235,.11)}.hidden{display:none!important}.result-card{border-radius:24px;background:#f8fbff;border:1px solid #dbeafe;padding:18px;animation:pop .25s ease}.status-line{font-weight:900;color:#027a48;font-size:13px;display:flex;align-items:center;gap:8px}.pulse{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 0 6px rgba(22,163,74,.12)}.result-main{margin:18px 0}.result-main span{display:block;color:#667085;font-weight:800}.result-main strong{font-family:Manrope;font-size:64px;letter-spacing:-.06em;color:var(--navy)}.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mini-grid div{background:white;border:1px solid #e6eaf0;border-radius:18px;padding:13px}.mini-grid span{display:block;color:#667085;font-size:12px;font-weight:800}.mini-grid b{font-size:17px}.legal-note{font-size:12px;color:#667085;line-height:1.5}.progress{height:8px;background:#eaf1ff;border-radius:999px;overflow:hidden}.progress span{display:block;height:100%;width:72%;background:var(--blue)}.claim-form h3,.thanks h3{font-family:Manrope;font-size:25px;margin:8px 0 0}.claim-form p,.thanks p{color:#667085;line-height:1.55;margin:0}.upload-box small{color:#667085;font-weight:700}.checkline{display:flex;grid-template-columns:auto 1fr;gap:10px;align-items:flex-start;font-size:12px;line-height:1.45}.checkline input{width:18px;height:18px;flex:0 0 auto}.success-circle{width:58px;height:58px;display:grid;place-items:center;border-radius:20px;background:#ecfdf3;color:#039855;font-size:28px;font-weight:900}.thanks{text-align:left}.floating-ticket{position:absolute;right:-24px;bottom:-22px;background:var(--navy);color:white;border-radius:24px;padding:18px 22px;box-shadow:0 25px 70px rgba(7,17,31,.24);display:grid;gap:2px}.floating-ticket span,.floating-ticket small{color:#cbd5e1;font-size:12px;font-weight:800}.floating-ticket strong{font-size:34px;letter-spacing:-.06em}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:22px;background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 10px 36px rgba(15,23,42,.05)}.trust-strip div{padding:16px}.trust-strip b{display:block;font-size:24px;color:var(--navy);letter-spacing:-.04em}.trust-strip span{display:block;color:#667085;font-size:13px;font-weight:700;margin-top:4px}.airlines{padding:76px 0 42px;text-align:center}.airlines p{color:#667085;font-weight:700}.logo-grid{margin-top:22px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.logo-grid span{padding:18px;border:1px solid var(--line);background:white;border-radius:18px;color:#344054;font-weight:900}.fee-section,.how,.claim-dashboard,.rights,.security,.faq,.final-cta{padding:90px 0}.fee-section h2,.how h2,.dashboard-copy h2,.rights h2,.security h2,.faq h2,.final-cta h2{font-size:clamp(38px,4.4vw,60px);max-width:850px}.section-sub{font-size:18px;line-height:1.65;color:#667085;max-width:730px}.comparison-card{margin-top:30px;background:white;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 18px 60px rgba(15,23,42,.07)}.comparison-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;padding:22px 26px;border-top:1px solid var(--line);align-items:center}.comparison-row:first-child{border-top:0}.comparison-row.header{background:#f8fbff;color:#667085;font-size:13px;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.comparison-row span{font-weight:800}.comparison-row strong{color:#027a48}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:32px}.steps-grid article{background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 14px 45px rgba(15,23,42,.05)}.steps-grid span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:15px;background:#eff6ff;color:#1d4ed8;font-weight:900}.steps-grid h3{font-family:Manrope;font-size:25px;letter-spacing:-.04em}.steps-grid p{color:#667085;line-height:1.6}.claim-dashboard{display:grid;grid-template-columns:.88fr 1.12fr;gap:36px;align-items:center}.dashboard-copy p,.rights-copy p,.security-panel p{color:#667085;line-height:1.7;font-size:17px}.dashboard-card{background:var(--navy);color:#fff;border-radius:32px;padding:28px;box-shadow:0 30px 80px rgba(7,17,31,.22)}.dash-top{display:flex;justify-content:space-between;color:#cbd5e1;margin-bottom:26px}.timeline{display:grid;gap:18px}.timeline div{display:flex;gap:14px}.timeline div>span{width:16px;height:16px;border-radius:999px;background:#475569;margin-top:4px;flex:0 0 auto}.timeline .done>span,.timeline .active>span{background:#22c55e}.timeline p{margin:0}.timeline b{display:block}.timeline small{color:#94a3b8}.rights{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px}.rights-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.rights-grid div{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px}.rights-grid b{display:block;margin-bottom:8px}.rights-grid span{color:#667085;line-height:1.5}.security-panel{border-radius:34px;background:linear-gradient(135deg,#07111f,#10213b);color:#fff;padding:44px;display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:center}.security-panel h2{color:#fff}.security-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.security-grid span{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:17px;font-weight:900;color:#e5e7eb}.faq-list{margin-top:24px;display:grid;gap:12px}details{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px 22px}summary{font-weight:900;cursor:pointer}details p{color:#667085;line-height:1.6;margin-bottom:0}.final-cta{margin-bottom:40px;background:#fff;border:1px solid var(--line);border-radius:34px;padding:44px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 18px 60px rgba(15,23,42,.07)}.final-cta p{color:#667085;font-size:18px}.site-footer{border-top:1px solid var(--line);padding:34px 0 80px;display:flex;justify-content:space-between;gap:30px;color:#667085}.site-footer p{max-width:420px}.footer-links{display:flex;gap:18px;flex-wrap:wrap;font-weight:800}.sticky-mobile{display:none}@keyframes pop{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:960px){.desktop-nav{display:none}.hero,.claim-dashboard,.rights,.security-panel{grid-template-columns:1fr}.hero{padding-top:52px}.hero h1{font-size:54px}.trust-strip,.logo-grid,.steps-grid{grid-template-columns:1fr 1fr}.comparison-row{grid-template-columns:1fr}.floating-ticket{position:static;margin-top:14px}.final-cta{display:block}.final-cta .btn{margin-top:18px}.site-footer{display:block}.sticky-mobile{display:flex;position:fixed;left:14px;right:14px;bottom:14px;z-index:30;justify-content:center;background:var(--blue);color:white;border-radius:18px;padding:17px;font-weight:900;box-shadow:0 18px 40px rgba(37,99,235,.35)}}@media(max-width:620px){.shell{width:min(100% - 28px,1180px)}.site-header{border-radius:24px}.brand span:last-child{font-size:14px}.header-cta{display:none}.hero h1{font-size:43px}.hero-lede{font-size:17px}.hero-actions{display:grid}.proof-row{display:grid;gap:10px}.checker-card{padding:18px;border-radius:28px}.trust-strip,.logo-grid,.steps-grid,.rights-grid,.security-grid{grid-template-columns:1fr}.fee-section,.how,.claim-dashboard,.rights,.security,.faq,.final-cta{padding:64px 0}.fee-section h2,.how h2,.dashboard-copy h2,.rights h2,.security h2,.faq h2,.final-cta h2{font-size:36px}.result-main strong{font-size:54px}.mini-grid{grid-template-columns:1fr}.security-panel{padding:28px}.site-footer{padding-bottom:92px}}
