:root{
  --navy-950:#07162f;--navy-900:#0b2146;--navy-800:#14325d;--navy-700:#1d477b;
  --brand:#ff7a30;--brand-strong:#ef5f13;--brand-soft:#fff1e8;--sky:#35b8ff;--aqua:#22c6b7;
  --bg:#f3f6fb;--surface:#fff;--surface-2:#f8fafc;--text:#13233d;--muted:#6c7a90;--border:#dfe6ef;
  --danger:#b42318;--danger-bg:#fff1f0;--warning:#a15c00;--warning-bg:#fff8e6;--success:#08785a;--success-bg:#eafbf5;
  --shadow-xs:0 1px 2px rgba(7,22,47,.06);--shadow-sm:0 8px 20px rgba(7,22,47,.08);--shadow-md:0 18px 45px rgba(7,22,47,.12);--shadow-lg:0 28px 75px rgba(7,22,47,.16);
  --radius-sm:10px;--radius:16px;--radius-lg:24px;--radius-xl:30px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Tahoma,Arial,sans-serif}body{margin:0;min-height:100vh;background:radial-gradient(circle at 15% 0,rgba(53,184,255,.10),transparent 28rem),var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.wrap{width:min(1220px,calc(100% - 32px));margin-inline:auto}.icon{width:19px;height:19px;display:inline-block;flex:0 0 auto}.icon-end{width:15px;height:15px;margin-inline-start:auto;opacity:.35}.small{font-size:12px}.muted{color:var(--muted)}.hidden{display:none!important}.ltr{direction:ltr;text-align:left}.rtl{direction:rtl;text-align:right}

.safety-strip{background:#8d1c16;color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}.safety-inner{min-height:38px;display:flex;align-items:center;justify-content:center;gap:9px;text-align:center;font-size:11px;font-weight:800;letter-spacing:.02em}.safety-inner .icon{width:15px;height:15px}.site-header{position:sticky;top:0;z-index:60;background:rgba(7,22,47,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 8px 30px rgba(7,22,47,.10)}.header-row{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:inline-flex;align-items:center;gap:11px}.brand-mark{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,var(--brand),#ffad58);color:#fff;box-shadow:0 10px 24px rgba(255,122,48,.28);transform:rotate(-4deg)}.brand-icon{width:21px;height:21px}.brand-copy{display:grid;gap:1px;color:#fff;line-height:1.05}.brand-copy strong{font-size:16px;letter-spacing:.02em}.brand-copy small{font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:#9db0cd;font-weight:800}.nav{display:flex;align-items:center;gap:5px}.nav-link{display:inline-flex;align-items:center;gap:7px;padding:9px 11px;border-radius:11px;color:#d9e4f4;font-size:13px;font-weight:750;transition:.18s ease}.nav-link:hover{background:rgba(255,255,255,.08);color:#fff}.nav-link .icon{width:16px;height:16px}.nav-auth{border:1px solid rgba(255,255,255,.16);margin-inline-start:3px}.language-switch{display:flex;align-items:center;padding:3px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);border-radius:11px;margin-inline-start:6px}.language-switch a{font-size:10px;font-weight:900;letter-spacing:.04em;color:#9fb2cf;padding:6px 7px;border-radius:8px}.language-switch a.active{background:#fff;color:var(--navy-950);box-shadow:var(--shadow-xs)}.mobile-menu{display:none;width:42px;height:42px;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:#fff;align-items:center;justify-content:center}.mobile-menu .icon{width:21px;height:21px}

main{padding:34px 0 64px;min-height:calc(100vh - 240px)}.eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--brand-strong);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.section-title{display:flex;align-items:end;justify-content:space-between;gap:18px;margin:10px 0 18px}.section-title h1,.section-title h2{margin:4px 0 0;color:var(--navy-950);letter-spacing:-.025em}.section-title h1{font-size:clamp(28px,4vw,42px)}.section-title h2{font-size:24px}

.card{background:rgba(255,255,255,.96);border:1px solid var(--border);border-radius:var(--radius-lg);padding:22px;box-shadow:var(--shadow-sm)}.grid{display:grid;gap:17px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}

.hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.72fr);gap:20px;align-items:stretch}.hero-card{position:relative;overflow:hidden;min-height:520px;padding:52px;border:0;color:#fff;background:linear-gradient(135deg,#07162f 0%,#0d2b58 62%,#17497d 100%);box-shadow:var(--shadow-lg)}.hero-card:before,.hero-card:after{content:"";position:absolute;border-radius:999px;filter:blur(1px);pointer-events:none}.hero-card:before{width:360px;height:360px;inset:auto -95px -105px auto;background:radial-gradient(circle,rgba(53,184,255,.34),rgba(53,184,255,0) 68%)}.hero-card:after{width:300px;height:300px;inset:-110px auto auto -100px;background:radial-gradient(circle,rgba(255,122,48,.22),rgba(255,122,48,0) 70%)}.hero-content{position:relative;z-index:2;max-width:760px}.hero .eyebrow{color:#ffb983}.hero h1{font-size:clamp(40px,6.3vw,76px);line-height:.98;letter-spacing:-.052em;margin:18px 0 20px;max-width:900px}.hero-card p{color:#c8d5e9;font-size:17px;line-height:1.75;max-width:720px}.hero-visual{position:absolute;inset:auto 38px 32px auto;width:310px;height:150px;z-index:1;opacity:.95}.route-line{position:absolute;inset:50% 10px auto 10px;height:2px;background:linear-gradient(90deg,rgba(255,255,255,.2),#35b8ff,rgba(255,255,255,.2));transform:rotate(-7deg);border-radius:999px}.route-dot{position:absolute;width:13px;height:13px;border:3px solid #fff;background:var(--brand);border-radius:50%;box-shadow:0 0 0 7px rgba(255,255,255,.10)}.route-dot.a{left:8px;bottom:53px}.route-dot.b{right:8px;top:48px}.route-plane{position:absolute;left:48%;top:45%;width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#fff;color:var(--brand);box-shadow:0 15px 30px rgba(0,0,0,.25);transform:translate(-50%,-50%) rotate(-12deg)}.hero-side{display:grid;gap:16px}.price-panel{padding:25px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #dce7f3}.price-panel h2{margin:0;font-size:19px}.price-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;padding:16px 0;border-bottom:1px solid var(--border)}.price-row:last-of-type{border-bottom:0}.price-label{display:flex;align-items:center;gap:10px;font-weight:800}.price-icon{width:36px;height:36px;border-radius:11px;background:#eef6ff;color:var(--navy-700);display:grid;place-items:center}.price-icon .icon{width:18px;height:18px}.price-number{font-size:24px;font-weight:950;color:var(--navy-950)}.trust-line{display:flex;align-items:flex-start;gap:10px;padding:12px 0;font-size:12px;color:var(--muted)}.trust-line .icon{color:var(--success);margin-top:1px}

.product-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px}.product-card{position:relative;overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:22px;padding:22px;box-shadow:var(--shadow-xs);transition:.2s ease}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:#c9d7e7}.product-card .product-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand-strong);margin-bottom:22px}.product-card h3{margin:0 0 8px;font-size:18px}.product-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.product-card .card-arrow{position:absolute;inset:19px 19px auto auto;width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#f1f5f9;color:#4b5f79}.product-card .card-arrow .icon{width:17px;height:17px}.product-price{margin-top:18px;font-size:22px;font-weight:950}.product-price small{font-size:11px;color:var(--muted);font-weight:700;margin-inline-start:4px}

.notice,.synthetic-banner{border:1px solid #f6c3bf;background:linear-gradient(180deg,#fff7f6,#fff2f1);color:#912018;padding:14px 16px;border-radius:14px;font-size:13px}.notice strong{display:block;margin-bottom:5px}.synthetic-banner{font-weight:850;text-align:center}.payment-box{border:1px solid #f7d99e;background:linear-gradient(180deg,#fffdf4,#fff8e5);color:#7a4d00;padding:16px;border-radius:15px}.payment-box strong{color:#6b4200}.feature-panel{display:flex;gap:14px;align-items:flex-start}.feature-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#eef7ff;color:#16629b;flex:0 0 auto}.feature-panel strong{display:block;margin-bottom:6px}

.tabs{display:inline-flex;gap:5px;flex-wrap:wrap;margin-bottom:20px;padding:5px;background:#eef2f7;border-radius:14px}.tab{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:#617086;padding:10px 15px;border-radius:10px;font-weight:800;font-size:13px;transition:.18s ease}.tab .icon{width:17px;height:17px}.tab:hover{color:var(--navy-950)}.tab.active{background:#fff;color:var(--navy-950);box-shadow:0 3px 10px rgba(7,22,47,.09)}.search-shell{padding:24px}.search-shell-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:4px}.search-shell-head p{margin:0;color:var(--muted);font-size:12px}.form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.field{display:flex;flex-direction:column;gap:7px}.field label{font-size:11px;font-weight:850;color:#45566e;letter-spacing:.015em}.field input,.field select,.field textarea,.filters select,.filters input{width:100%;min-height:44px;border:1px solid #d5dee9;border-radius:12px;padding:10px 12px;background:#fff;color:var(--navy-950);outline:none;transition:.16s ease;box-shadow:0 1px 0 rgba(7,22,47,.02)}.field textarea{min-height:105px;resize:vertical}.field input:hover,.field select:hover,.field textarea:hover,.filters select:hover,.filters input:hover{border-color:#b9c6d7}.field input:focus,.field select:focus,.field textarea:focus,.filters select:focus,.filters input:focus{border-color:#66b9ec;box-shadow:0 0 0 4px rgba(53,184,255,.12)}.field input::placeholder,.filters input::placeholder{color:#9aa8bb}.filters{display:grid;grid-template-columns:repeat(7,minmax(120px,1fr));gap:8px;margin:18px 0;padding:12px;background:#f7f9fc;border:1px solid var(--border);border-radius:15px;overflow:auto}.filters select,.filters input{min-width:130px;min-height:38px;font-size:12px;padding:8px 10px}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:43px;border:1px solid transparent;border-radius:12px;padding:10px 16px;font-weight:850;font-size:13px;line-height:1;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease}.btn .icon{width:17px;height:17px}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-brand{background:linear-gradient(135deg,var(--brand),var(--brand-strong));color:#fff;box-shadow:0 10px 20px rgba(239,95,19,.21)}.btn-brand:hover{box-shadow:0 14px 26px rgba(239,95,19,.28)}.btn-light{background:#fff;color:var(--navy-950);border-color:#d6dee9;box-shadow:var(--shadow-xs)}.btn-light:hover{background:#f8fafc;border-color:#c3cfdd}.btn-dark{background:var(--navy-950);color:#fff;box-shadow:0 10px 22px rgba(7,22,47,.18)}.btn-danger{background:#b42318;color:#fff}.btn-sm{min-height:36px;padding:8px 11px;border-radius:10px;font-size:12px}.btn[disabled]{opacity:.48;cursor:not-allowed;transform:none;box-shadow:none}.actions{display:flex;gap:9px;flex-wrap:wrap;align-items:center}

.results{display:grid;gap:13px}.offer{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;border:1px solid var(--border);border-radius:18px;padding:19px;background:#fff;box-shadow:var(--shadow-xs);transition:.18s ease}.offer:hover{border-color:#cbd9e8;box-shadow:var(--shadow-sm);transform:translateY(-1px)}.offer-title{font-weight:900;color:var(--navy-950);font-size:15px}.offer-meta{display:flex;gap:8px 13px;flex-wrap:wrap;font-size:12px;color:var(--muted);margin-top:8px}.offer-meta span{display:inline-flex;align-items:center;gap:5px}.offer-actions{text-align:end}.price{font-size:25px;font-weight:950;color:var(--navy-950);letter-spacing:-.02em}.price small{font-size:10px;color:var(--muted);font-weight:650;display:block;margin-top:3px;letter-spacing:0}.pill{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;background:#eef3f8;color:#53657d;font-size:10px;font-weight:800}.hotel-card{display:grid;grid-template-columns:168px 1fr auto;gap:17px;align-items:center}.hotel-img{width:168px;height:118px;object-fit:cover;border-radius:14px;background:linear-gradient(135deg,#edf7ff,#d8ebfa);border:1px solid #e2eaf2}

.stats .card{box-shadow:var(--shadow-xs)}.kpi{position:relative;overflow:hidden;font-size:11px;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.06em}.kpi strong{display:block;font-size:29px;line-height:1;margin-top:9px;color:var(--navy-950);letter-spacing:-.03em}.kpi-icon{position:absolute;inset:16px 16px auto auto;width:37px;height:37px;border-radius:12px;display:grid;place-items:center;background:#eff7ff;color:#2175ad}.status{display:inline-flex;align-items:center;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:900;background:#eef2f6;color:#586a80;letter-spacing:.025em}.status.PAID,.status.CONFIRMED,.status.RESOLVED{background:var(--success-bg);color:var(--success)}.status.AWAITING_PAYMENT,.status.AWAITING_CUSTOMER,.status.AWAITING_VERIFICATION,.status.PROCESSING,.status.PAYMENT_RECEIVED{background:var(--warning-bg);color:var(--warning)}.status.CANCELLED,.status.REJECTED,.status.FAILED{background:var(--danger-bg);color:var(--danger)}

.table-wrap{overflow:auto;border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:var(--shadow-xs)}table{width:100%;border-collapse:collapse;min-width:760px}th,td{text-align:start;padding:13px 14px;border-bottom:1px solid #e9eef4;font-size:12px}th{background:#f7f9fc;font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:#6b7b90;font-weight:900}tbody tr{transition:.15s ease}tbody tr:hover{background:#fbfdff}tbody tr:last-child td{border-bottom:0}

.sidebar-layout{display:grid;grid-template-columns:245px minmax(0,1fr);gap:20px}.sidebar{position:sticky;top:104px;height:max-content;overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow-sm)}.sidebar-head{display:flex;align-items:center;gap:10px;padding:17px;border-bottom:1px solid var(--border)}.sidebar-head>div{display:grid;gap:2px}.sidebar-head strong{font-size:13px}.sidebar-head small{font-size:10px;color:var(--muted)}.sidebar-badge{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--navy-950);color:#fff;font-size:9px;font-weight:950;letter-spacing:.08em}.sidebar nav{padding:8px}.sidebar nav a{display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:11px;font-size:12px;font-weight:760;color:#53647a;transition:.15s ease}.sidebar nav a:hover{background:#f3f7fb;color:var(--navy-950)}.sidebar nav a>.icon:first-child{width:17px;height:17px;color:#6d829d}.sidebar-foot{display:flex;align-items:center;gap:8px;padding:13px 16px;background:#f7fbf9;border-top:1px solid #e4efe9;color:#4d6b60;font-size:10px;font-weight:800}.sidebar-foot .icon{width:16px;height:16px;color:var(--success)}

.auth-card{max-width:490px;margin:48px auto;padding:30px}.auth-card h1{font-size:31px;letter-spacing:-.03em;margin:0 0 8px}.auth-card>p{line-height:1.65}.auth-logo{width:54px;height:54px;border-radius:17px;background:linear-gradient(135deg,var(--brand),#ffb05c);color:#fff;display:grid;place-items:center;margin-bottom:22px;box-shadow:0 14px 28px rgba(255,122,48,.25)}.auth-logo .icon{width:25px;height:25px}.error,.success{padding:11px 13px;border-radius:12px;font-size:12px;margin:10px 0}.error{background:var(--danger-bg);color:var(--danger);border:1px solid #f3cfcb}.success{background:var(--success-bg);color:var(--success);border:1px solid #cdeee2}.spinner{width:20px;height:20px;border:2px solid #d7e0ea;border-top-color:var(--navy-950);border-radius:50%;display:inline-block;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}

.checkout-summary{position:sticky;top:112px;height:max-content}.checkout-line{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid var(--border)}.checkout-line:last-child{border-bottom:0}.step-flow{display:flex;align-items:center;gap:7px;margin:0 0 18px;overflow:auto}.step-item{display:flex;align-items:center;gap:7px;white-space:nowrap;color:#8795a8;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.step-dot{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#e7edf4;color:#6d7d91}.step-item.active{color:var(--navy-950)}.step-item.active .step-dot{background:var(--brand);color:#fff}.step-sep{height:1px;width:30px;background:#d8e1eb;flex:0 0 auto}

.footer{background:var(--navy-950);color:#aebdd1;padding:38px 0;border-top:1px solid rgba(255,255,255,.06)}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr auto;gap:35px;align-items:start}.footer p{font-size:12px;line-height:1.7;margin:12px 0 0;max-width:500px}.footer strong{color:#fff}.footer-brand .brand-mark{width:36px;height:36px;border-radius:12px}.footer-actions{display:grid;gap:8px;font-size:12px}.footer-actions a:hover{color:#fff}

@media(max-width:1020px){.hero{grid-template-columns:1fr}.hero-card{min-height:430px}.hero-side{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filters{grid-template-columns:repeat(4,minmax(130px,1fr))}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.sidebar-layout{grid-template-columns:1fr}.sidebar{position:static}.sidebar nav{display:flex;overflow:auto}.sidebar nav a{white-space:nowrap}.sidebar-head,.sidebar-foot{display:none}.hotel-card{grid-template-columns:130px 1fr}.hotel-card>.offer-actions{grid-column:1/-1;text-align:start}.hotel-img{width:130px;height:98px}.checkout-summary{position:static}}
@media(max-width:760px){.wrap{width:min(100% - 22px,1220px)}.safety-inner{font-size:9px;line-height:1.35;padding:5px 0}.site-header{top:0}.header-row{min-height:65px}.mobile-menu{display:inline-flex}.nav{display:none;position:absolute;inset:65px 11px auto 11px;background:#0a1f40;border:1px solid rgba(255,255,255,.10);border-radius:16px;padding:10px;box-shadow:0 24px 55px rgba(0,0,0,.30);flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav-link{padding:11px 12px}.nav .desktop{display:flex}.nav-auth{margin:0}.language-switch{justify-content:center;margin:4px 0 0}.brand-mark{width:38px;height:38px}.hero-card{padding:31px 24px;min-height:485px}.hero h1{font-size:44px}.hero-card p{font-size:14px}.hero-visual{width:230px;opacity:.75}.hero-side{grid-template-columns:1fr}.product-strip,.grid-2,.grid-3,.grid-4,.form-grid{grid-template-columns:1fr}.card{padding:18px;border-radius:19px}.search-shell{padding:16px}.section-title{align-items:flex-start;flex-direction:column}.offer{grid-template-columns:1fr}.offer-actions{text-align:start}.filters{grid-template-columns:repeat(2,minmax(140px,1fr));overflow:auto}.hotel-card{grid-template-columns:1fr}.hotel-img{width:100%;height:165px}.footer-grid{grid-template-columns:1fr}.auth-card{margin:20px auto;padding:22px}.actions>.btn{flex:1 1 auto}.price-panel{padding:20px}.hero-visual{inset:auto 10px 15px auto}}
@media(max-width:430px){.hero h1{font-size:38px}.hero-card{min-height:500px}.filters{grid-template-columns:1fr}.btn{width:100%}.actions{align-items:stretch}.tabs{display:grid;grid-template-columns:repeat(3,1fr);width:100%}.tab{justify-content:center;padding:10px 7px}.tab span{display:none}.brand-copy small{display:none}}
