:root{--brand: #1877f2;--brand-light: #4a9eff;--brand-muted: #ecf3fe;--navy: #051036;--surface: #f4f7fc;--white: #ffffff;--text: #1a2233;--text-muted: #5c6b82;--border: #e2e8f0;--radius: 16px;--radius-sm: 10px;--shadow: 0 24px 48px rgba(5, 16, 54, .12);--hero-gradient: linear-gradient(165deg, #0a3d8f 0%, #1877f2 42%, #6eb5ff 100%);font-family:DM Sans,system-ui,-apple-system,sans-serif;color:var(--text);background:var(--surface);line-height:1.5}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}button,input,select{font:inherit}img{max-width:100%;height:auto}.container{width:min(1120px,calc(100% - 2rem));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0}.logo{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.25rem;color:var(--navy);text-decoration:none}.logo:hover{text-decoration:none}.logo__mark{width:36px;height:36px;border-radius:10px;background:var(--hero-gradient);display:grid;place-items:center;color:#fff;font-size:.85rem;font-weight:800}.nav{display:flex;align-items:center;gap:1.25rem}.nav a{color:var(--text-muted);font-weight:600;font-size:.95rem;text-decoration:none}.nav a:hover,.nav a.active{color:var(--brand)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem 1.25rem;border-radius:var(--radius-sm);border:none;font-weight:700;cursor:pointer;transition:transform .15s,box-shadow .15s}.btn:active{transform:scale(.98)}.btn--primary{background:var(--brand);color:#fff;box-shadow:0 8px 20px #1877f259}.btn--primary:hover{background:#1565d8}.btn--ghost{background:transparent;color:var(--brand);border:1.5px solid var(--brand-muted)}.btn--lg{padding:.9rem 1.75rem;font-size:1.05rem;border-radius:12px;width:100%}.hero{position:relative;padding:3rem 0 5rem;background:var(--hero-gradient);overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.6}.hero__content{position:relative;z-index:1}.hero__title{color:#fff;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin:0 0 .5rem;max-width:18ch}.hero__subtitle{color:#ffffffe0;font-size:1.05rem;margin:0 0 2rem;max-width:42ch}.search-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.25rem;margin-top:.5rem}.trip-tabs{display:flex;gap:.35rem;margin-bottom:1.25rem;background:var(--surface);padding:.35rem;border-radius:12px}.trip-tabs button{flex:1;padding:.55rem .75rem;border:none;background:transparent;border-radius:9px;font-weight:600;color:var(--text-muted);cursor:pointer}.trip-tabs button.active{background:#fff;color:var(--brand);box-shadow:0 2px 8px #05103614}.search-grid{display:grid;gap:.75rem}@media(min-width:768px){.search-grid{grid-template-columns:1fr 1fr}.search-grid--dates{grid-template-columns:1fr 1fr 1fr}}.field{display:flex;flex-direction:column;gap:.35rem;position:relative}.field label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.field input,.field select{padding:.75rem .9rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--white);color:var(--text)}.field input:focus,.field select:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-muted)}.swap-btn{position:absolute;right:.5rem;top:1.85rem;width:36px;height:36px;border-radius:50%;border:1.5px solid var(--border);background:#fff;cursor:pointer;font-size:1.1rem;z-index:2}@media(min-width:768px){.route-row{display:grid;grid-template-columns:1fr auto 1fr;gap:.5rem;align-items:end;grid-column:1 / -1}.swap-btn--center{position:static;align-self:center;margin-bottom:.25rem}}.suggestions{position:absolute;top:100%;left:0;right:0;margin:.25rem 0 0;padding:.35rem;list-style:none;background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow);max-height:240px;overflow-y:auto;z-index:30}.suggestions li button{width:100%;text-align:left;padding:.6rem .75rem;border:none;background:transparent;border-radius:8px;cursor:pointer}.suggestions li button:hover{background:var(--brand-muted)}.suggestions__iata{font-weight:700;color:var(--brand);margin-right:.5rem}.search-options{display:flex;flex-wrap:wrap;gap:1rem;margin:1rem 0;font-size:.9rem}.search-options label{display:flex;align-items:center;gap:.4rem;cursor:pointer;color:var(--text-muted)}.features{padding:4rem 0}.features__grid{display:grid;gap:1.5rem}@media(min-width:768px){.features__grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:#fff;border-radius:var(--radius);padding:1.5rem;border:1px solid var(--border)}.feature-card h3{margin:0 0 .5rem;font-size:1.1rem}.feature-card p{margin:0;color:var(--text-muted);font-size:.95rem}.feature-card__icon{font-size:1.75rem;margin-bottom:.75rem}.app-cta{background:var(--navy);color:#fff;padding:3rem 0;text-align:center}.app-cta h2{margin:0 0 .5rem;font-size:1.5rem}.app-cta p{margin:0 0 1.5rem;opacity:.85}.store-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.store-buttons a{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#ffffff1f;border-radius:12px;color:#fff;font-weight:600;text-decoration:none;border:1px solid rgba(255,255,255,.2)}.store-buttons a:hover{background:#fff3;text-decoration:none}.results-page{padding:2rem 0 4rem}.results-header{margin-bottom:1.5rem}.results-header h1{margin:0 0 .25rem;font-size:1.5rem}.results-header p{margin:0;color:var(--text-muted)}.flight-list{display:flex;flex-direction:column;gap:1rem}.flight-card{display:grid;gap:1rem;background:#fff;border-radius:var(--radius);padding:1.25rem;border:1px solid var(--border);align-items:center}@media(min-width:768px){.flight-card{grid-template-columns:1fr auto}}.flight-card__segments{display:flex;flex-direction:column;gap:.5rem}.flight-card__segment{display:flex;align-items:center;gap:.75rem;font-size:.9rem}.flight-card__segment img{width:32px;height:32px;object-fit:contain}.flight-card__price{text-align:right}.flight-card__price strong{display:block;font-size:1.5rem;color:var(--brand)}.flight-card__price span{font-size:.85rem;color:var(--text-muted)}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text-muted)}.loading{text-align:center;padding:3rem;color:var(--text-muted)}.site-footer{background:var(--navy);color:#ffffffd9;padding:2.5rem 0 1.5rem;margin-top:auto}.site-footer a{color:#ffffffe6}.footer-grid{display:grid;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.site-footer h4{color:#fff;margin:0 0 .75rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.06em}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin-bottom:.4rem}.footer-copy{border-top:1px solid rgba(255,255,255,.12);padding-top:1rem;font-size:.85rem;opacity:.7}.page-layout{display:flex;flex-direction:column;min-height:100vh}.page-layout main{flex:1}.support-card{background:#fff;border-radius:var(--radius);padding:2rem;border:1px solid var(--border);max-width:560px}.support-card dl{margin:0;display:grid;gap:1rem}.support-card dt{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:700}.support-card dd{margin:.15rem 0 0;font-size:1.05rem}.banners{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;margin-top:2rem}.banner-item{flex:0 0 min(280px,80vw);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 24px #0510361a}.banner-item img{width:100%;height:140px;object-fit:cover;display:block}.lang-switch{display:flex;gap:.25rem;background:var(--surface);padding:.2rem;border-radius:8px}.lang-switch button{border:none;background:transparent;padding:.25rem .5rem;font-size:.8rem;font-weight:700;cursor:pointer;border-radius:6px;color:var(--text-muted)}.lang-switch button.active{background:#fff;color:var(--brand)}.home-tabs{display:flex;gap:.35rem;margin-bottom:1rem;background:#fff3;padding:.35rem;border-radius:12px;max-width:360px}.home-tabs button{flex:1;border:none;background:transparent;color:#ffffffd9;font-weight:700;padding:.55rem;border-radius:9px;cursor:pointer}.home-tabs button.active{background:#fff;color:var(--brand)}.booking-layout{padding:2rem 0 4rem}.booking-grid{display:grid;gap:1.5rem}@media(min-width:900px){.booking-grid{grid-template-columns:1fr 340px;align-items:start}}.card-panel{background:#fff;border-radius:var(--radius);padding:1.25rem;border:1px solid var(--border)}.form-row{display:grid;gap:.75rem}@media(min-width:600px){.form-row{grid-template-columns:1fr 1fr}}.form-error{color:#c0392b;margin:.5rem 0}.muted{color:var(--text-muted)}.price-big{font-size:1.5rem;font-weight:800;color:var(--brand);margin:.25rem 0}.payment-methods{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0}.payment-methods label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.satim-box{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1rem;margin-top:1rem}.satim-box__amount{font-size:1.25rem;font-weight:700;color:var(--brand)}.satim-box__captcha{width:100%;height:88px;border:none;margin:.75rem 0}.satim-box__actions{display:flex;flex-direction:column;gap:.5rem}.success-card{background:#fff;border-radius:var(--radius);padding:2rem;border:1px solid var(--border);text-align:center;max-width:480px;margin:2rem auto}.success-text{color:#1a7f4e;font-weight:600}.hotel-list{display:flex;flex-direction:column;gap:1rem}.hotel-card{display:grid;gap:1rem;background:#fff;border-radius:var(--radius);border:1px solid var(--border);overflow:hidden}@media(min-width:640px){.hotel-card{grid-template-columns:200px 1fr}}.hotel-card__img{width:100%;height:160px;object-fit:cover}.hotel-card__body{padding:1rem}.search-inline{display:flex;gap:.75rem;margin:1rem 0;flex-wrap:wrap}.search-inline input{flex:1;min-width:200px;padding:.75rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-sm)}.reservation-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.reservation-row{display:flex;flex-direction:column;gap:.35rem}.badge{display:inline-block;margin-left:.5rem;padding:.15rem .5rem;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;background:var(--brand-muted);color:var(--brand)}
