@keyframes bounceDown{0%,to{opacity:.7;transform:translateY(0)}50%{opacity:1;transform:translateY(5px)}}@keyframes livePulse{0%,to{opacity:1}50%{opacity:.4}}.live-badge{animation:2s ease-in-out infinite livePulse}@keyframes inputAttention{0%{border-color:#f5a62366;box-shadow:0 0 0 3px #f5a62314}30%{border-color:#f5a623e6;box-shadow:0 0 0 6px #f5a62338}60%{border-color:#f5a6238c;box-shadow:0 0 0 4px #f5a6231f}80%{border-color:#f5a623d9;box-shadow:0 0 0 5px #f5a6232e}to{border-color:#f5a62366;box-shadow:0 0 0 3px #f5a62314}}.input-bar{animation:1.6s ease-in-out .8s both inputAttention}@font-face{font-family:Syne;font-style:normal;font-weight:800;font-display:swap;descent-override:35%;src:local(Syne ExtraBold),local(Syne-ExtraBold)}:root{--ink:#0d0d0d;--sky:#e8f4fd;--sky-deep:#c2e0f7;--gold:#f5a623;--gold-light:#fef3dc;--white:#fff;--mist:#f7f8fa;--line:#e4e6ea;--text-muted:#6b7280;--green:#10b981;--green-light:#d1fae5;--purple:#7c3aed;--purple-light:#ede9fe;--radius:16px;--radius-sm:10px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--ink);color:var(--white);min-height:100vh;font-family:Inter,sans-serif;overflow-x:clip}nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0d0d0dd9;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:20px 32px;display:flex;position:fixed;top:0;left:0;right:0}.logo{letter-spacing:-.5px;font-family:Syne,sans-serif;font-size:22px;font-weight:800}.logo span{color:var(--gold)}.nav-tag{color:var(--text-muted);letter-spacing:1.5px;text-transform:uppercase;font-size:11px;font-weight:500}.hero{text-align:center;padding:120px 32px 28px;position:relative}.hero-eyebrow{color:var(--gold);letter-spacing:.5px;background:#f5a6231f;border:1px solid #f5a62340;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:6px 16px;font-size:12px;font-weight:500;display:inline-flex}.hero h1{letter-spacing:-.5px;margin-bottom:20px;font-family:Syne,sans-serif;font-size:clamp(36px,5.5vw,68px);font-weight:800;line-height:1.45;overflow:visible}.hero h1 em{color:var(--gold);text-transform:uppercase;letter-spacing:2px;font-style:normal}.h1-line{padding-bottom:.35em;line-height:1.45;display:block;overflow:visible}.h1-upper{text-transform:uppercase;letter-spacing:2px}.hero p{color:#ffffff8c;max-width:480px;margin:0 auto 40px;font-size:17px;font-weight:300;line-height:1.6}.chat-shell{overflow-anchor:none;max-width:720px;margin:0 auto;padding:0 20px 80px}.chat-messages{flex-direction:column;gap:16px;margin-bottom:16px;display:flex}.msg{align-items:flex-start;gap:12px;animation:.35s both fadeUp;display:flex}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.msg.user{flex-direction:row-reverse}.msg-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:16px;display:flex}.msg.ai .msg-avatar{background:linear-gradient(135deg, var(--gold) 0%, #f97316 100%);box-shadow:0 2px 10px #f5a62340}.msg.user .msg-avatar{color:#ffffffb3;background:#ffffff1a;width:36px;height:36px;font-size:13px}.msg-bubble{border-radius:var(--radius);max-width:85%;padding:14px 18px;font-size:15px;line-height:1.55}.msg.ai .msg-bubble{color:#fffffff2;background:#f5a62314;border:1px solid #f5a62333;border-top-left-radius:4px}.msg.user .msg-bubble{background:var(--gold);color:var(--ink);border-top-right-radius:4px;font-weight:500}.chips{flex-wrap:wrap;gap:8px;min-height:44px;margin-top:10px;display:flex}.chip{color:#ffffffe6;cursor:pointer;background:#f5a6230f;border:1px solid #f5a6234d;border-radius:100px;padding:8px 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;transition:all .18s}.chip:hover{border-color:var(--gold);color:var(--gold);background:#f5a62326}.input-bar{background:#ffffff12;border:1.5px solid #f5a62366;border-radius:100px;align-items:center;gap:10px;padding:8px 8px 8px 20px;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 0 0 3px #f5a62314}.input-bar:focus-within{border-color:#f5a623bf;box-shadow:0 0 0 4px #f5a6231f}.input-bar input{color:var(--white);background:0 0;border:none;outline:none;flex:1;font-family:Inter,sans-serif;font-size:15px;font-weight:400}.input-bar input::placeholder{color:#ffffff4d}.send-btn{background:var(--gold);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .15s,opacity .15s;display:flex}.send-btn:hover{transform:scale(1.05)}.trust-bar{color:#ffffff80;background:#ffffff0a;border:1px solid #ffffff14;border-radius:100px;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;max-width:500px;margin:0 auto 28px;padding:10px 24px;font-size:13px;font-weight:500;display:flex}.trust-item{align-items:center;gap:6px;display:flex}.trust-logo{border-radius:5px;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;font-weight:800;display:flex}.trust-logo.sky{color:#fff;background:#00aeef}.trust-logo.kay{color:#fff;background:#ff690f}.trust-logo.kiwi{color:#fff;background:#00a991}.trust-logo.avia{color:#fff;background:#00aeef}.trust-divider{background:#ffffff1f;width:1px;height:14px}.results-card{color:var(--white);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:20px;margin:8px 0;animation:.4s both fadeUp;overflow:hidden}.results-header{background:#f5a6231a;border-bottom:1px solid #f5a62333;padding:20px 24px 16px}.results-label{letter-spacing:1.5px;text-transform:uppercase;color:var(--gold);margin-bottom:4px;font-size:11px;font-weight:600}.results-route{letter-spacing:-.5px;color:var(--white);font-family:Syne,sans-serif;font-size:22px;font-weight:800}.results-meta{color:#ffffff80;margin-top:4px;font-size:13px}.best-flight{border-bottom:1px solid #ffffff14;padding:20px 24px}.best-badge{color:var(--green);letter-spacing:.5px;text-transform:uppercase;background:#10b98126;border-radius:100px;align-items:center;gap:5px;margin-bottom:14px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.flight-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.flight-time-block{text-align:center}.flight-time{letter-spacing:-1px;color:var(--white);font-family:Syne,sans-serif;font-size:26px;font-weight:800;line-height:1}.flight-airport{color:#ffffff73;margin-top:2px;font-size:12px;font-weight:500}.flight-middle{text-align:center;flex:1;min-width:100px}.flight-duration{color:#fffc;font-size:13px;font-weight:600}.flight-line{align-items:center;gap:6px;margin:4px 0;display:flex}.flight-line-track{background:#ffffff26;flex:1;height:1px;position:relative}.flight-line-track:before{content:"";background:#ffffff26;border-radius:50%;width:7px;height:7px;position:absolute;top:-3px;left:50%;transform:translate(-50%)}.flight-stops{color:#fff6;font-size:11px}.flight-price-block{text-align:right}.flight-price{color:var(--gold);letter-spacing:-1px;font-family:Syne,sans-serif;font-size:28px;font-weight:800}.flight-price-pp{color:#fff6;font-size:11px}.flight-airline{color:#ffffff80;border-top:1px solid #ffffff14;align-items:center;gap:8px;margin-top:14px;padding-top:14px;font-size:13px;display:flex}.airline-logo{width:24px;height:24px;color:var(--white);background:#ffffff1a;border-radius:6px;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex}.book-btn{background:var(--gold);width:100%;color:var(--ink);border-radius:var(--radius-sm);cursor:pointer;letter-spacing:.3px;border:none;justify-content:center;align-items:center;gap:8px;margin-top:16px;padding:14px;font-family:Syne,sans-serif;font-size:15px;font-weight:700;transition:opacity .2s;display:flex}.book-btn:hover{opacity:.88}.book-btn-logo{color:#fff;background:#00aeef;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:800;display:flex}.also-search{color:#ffffff59;justify-content:center;align-items:center;gap:6px;margin-top:10px;font-size:12px;display:flex}.also-link{color:#ffffff80;font-weight:500;text-decoration:none;transition:color .15s}.also-link:hover{color:var(--gold)}.also-dot{color:#fff3}.collapse-section{border-top:1px solid #ffffff12}.collapse-header{cursor:pointer;letter-spacing:1px;text-transform:uppercase;color:#fff6;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:14px 24px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;transition:color .15s;display:flex}.collapse-header:hover{color:#ffffffb3}.collapse-toggle{width:20px;height:20px;color:var(--gold);background:#f5a62326;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:700;transition:background .15s;display:flex}.collapse-header:hover .collapse-toggle{background:#f5a62340}.alts{padding:4px 24px 20px}.alts-title{letter-spacing:1.5px;text-transform:uppercase;color:#ffffff59;margin-bottom:14px;font-size:11px;font-weight:600}.alt-item{cursor:pointer;border-bottom:1px solid #ffffff12;border-radius:10px;align-items:flex-start;gap:12px;margin:0 -12px;padding:14px 12px;transition:background .18s,opacity .15s;display:flex}.alt-item:last-child{border-bottom:none;padding-bottom:14px}.alt-item:hover{opacity:1;background:#f5a6230f}.alt-item:hover .alt-explore{opacity:1;transform:translate(0)}.alt-item.alt-active{opacity:.8;pointer-events:none;background:#f5a6231a}.alt-explore{color:var(--gold);opacity:0;letter-spacing:.3px;font-size:11px;font-weight:600;transition:opacity .18s,transform .18s;transform:translate(-4px)}.alt-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.alt-icon.dates{background:#f5a62326}.alt-icon.stops{background:#00aeef26}.alt-icon.biz{background:#7c3aed26}.alt-icon.self{background:#10b98126}.alt-icon.oneway{background:#ef444426}.alt-text{flex:1}.alt-label{color:#ffffffe6;margin-bottom:2px;font-size:14px;font-weight:600}.alt-desc{color:#ffffff73;font-size:12px;line-height:1.4}.alt-saving{color:var(--green);white-space:nowrap;font-family:Syne,sans-serif;font-size:15px;font-weight:800}.alt-saving.cost{color:var(--purple)}.typing{align-items:center;gap:5px;padding:6px 0;display:flex}.typing span{background:#fff6;border-radius:50%;width:7px;height:7px;animation:1.2s infinite bounce}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,80%,to{opacity:.4;transform:scale(.7)}40%{opacity:1;transform:scale(1)}}.points-card{background:linear-gradient(135deg,#0d0d0d 0%,#1a1a2e 100%);border:1px solid #f5a62340;border-radius:16px;margin:8px 0;padding:20px;animation:.4s both fadeUp}.points-header{align-items:center;gap:10px;margin-bottom:16px;display:flex}.points-icon{background:linear-gradient(135deg, var(--gold), #f97316);border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.points-title{font-family:Syne,sans-serif;font-size:16px;font-weight:700}.points-sub{color:#ffffff73;font-size:12px}.points-tip{color:#fffc;background:#ffffff0d;border-radius:10px;margin-bottom:8px;padding:12px 14px;font-size:13px;line-height:1.5}.points-tip strong{color:var(--gold)}.step-indicator{justify-content:center;gap:6px;margin-bottom:24px;display:flex}.step-dot{background:#fff3;border-radius:50%;width:6px;height:6px;transition:all .3s}.step-dot.active{background:var(--gold);border-radius:3px;width:20px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}@media (max-width:600px){nav{padding:16px 20px}.hero{padding:100px 20px 40px}.hero p{font-size:15px}.chat-shell{padding:0 12px 60px}.flight-time{font-size:20px}.flight-price{font-size:22px}.best-flight,.alts,.results-header{padding:16px}.trust-bar{gap:10px;padding:8px 16px;font-size:12px}.msg-bubble{max-width:92%;font-size:14px}}@media (max-width:400px){.flight-row{gap:8px}.flight-time{font-size:18px}.flight-price{font-size:20px}.flight-price-block{text-align:center}.alt-item{margin:0 -8px;padding:12px 8px}}.hero-powered{color:#ffffff38;letter-spacing:.5px;margin-top:-20px;margin-bottom:32px;font-size:11px}.flight-score-badge{background:#10b9811f;border:1px solid #10b9814d;border-radius:100px;align-items:baseline;gap:1px;padding:3px 10px;display:inline-flex}.flight-score-num{letter-spacing:-.5px;font-family:Syne,sans-serif;font-size:16px;font-weight:800}.flight-score-label{color:#fff6;font-size:11px;font-weight:500}.miss-item{color:#fffc;background:#f5a62312;border:1px solid #f5a6232e;border-radius:10px;margin-bottom:8px;padding:11px 14px;font-size:13px;line-height:1.5}.miss-item:last-child{margin-bottom:0}.alt-score{vertical-align:middle;opacity:.85;margin-left:8px;font-family:Syne,sans-serif;font-size:11px;font-weight:700}.alt-demo{cursor:default!important}.alt-demo:hover{background:0 0!important}.alt-demo:hover .alt-explore{opacity:0!important}.how-bar{background:#ffffff08;border:1px solid #ffffff1a;border-radius:14px;max-width:720px;margin:0 auto 16px;overflow:hidden}.how-bar-toggle{color:#fff9;cursor:pointer;letter-spacing:.5px;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:14px 20px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;transition:background .15s;display:flex}.how-bar-toggle:hover{background:#ffffff0a}.how-bar-toggle span:first-child{color:var(--gold);font-weight:600}.how-bar-arrow{color:var(--gold);font-size:18px;transition:transform .2s;display:inline-block}.how-bar-arrow.open{transform:rotate(180deg)}.how-bar-content{border-top:1px solid #ffffff0f;padding:0 20px 20px}.how-bar-content .how-steps{margin-top:16px}.how-section{border-top:1px solid #ffffff0f;max-width:720px;margin:60px auto 0;padding:60px 20px}.how-eyebrow{letter-spacing:1.5px;text-transform:uppercase;color:var(--gold);text-align:center;margin-bottom:16px;font-size:11px;font-weight:600}.how-title{letter-spacing:-1px;text-align:center;color:var(--white);margin-bottom:40px;font-family:Syne,sans-serif;font-size:clamp(26px,4vw,40px);font-weight:800;line-height:1.15}.how-steps{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.how-step{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;padding:24px;transition:border-color .2s}.how-step:hover{border-color:#f5a62333}.how-step-num{color:#f5a62340;margin-bottom:10px;font-family:Syne,sans-serif;font-size:26px;font-weight:800}.how-step-title{color:var(--white);margin-bottom:8px;font-size:14px;font-weight:700}.how-step-desc{color:#ffffff6b;font-size:13px;line-height:1.6}.example-section{border-top:1px solid #ffffff0f;max-width:720px;margin:0 auto;padding:60px 20px 120px}.example-inner{grid-template-columns:1fr 1.5fr;align-items:start;gap:48px;display:grid}.example-text{padding-top:8px}.example-btn{background:var(--gold);color:var(--ink);cursor:pointer;letter-spacing:.2px;border:none;border-radius:100px;align-items:center;gap:8px;padding:13px 26px;font-family:Syne,sans-serif;font-size:14px;font-weight:700;transition:opacity .2s,transform .15s;display:inline-flex}.example-btn:hover{opacity:.88;transform:translateY(-1px)}.example-card-wrap{opacity:.9;pointer-events:none}@media (max-width:600px){.how-steps,.example-inner{grid-template-columns:1fr}.example-card-wrap{display:none}.how-section{margin-top:40px;padding:40px 20px}.example-section{padding:40px 20px 80px}.how-eyebrow{text-align:center}.how-bar{border-radius:12px;margin:0 12px 12px}.how-bar-toggle{padding:12px 16px}.how-bar-content{padding:0 12px 16px}}
