:root {
    --hub-blue: #071e63;
    --hub-blue-2: #0d3f94;
    --hub-green: #55b51f;
    --hub-ink: #14213d;
    --hub-muted: #64748b;
    --hub-border: #e6ebf2;
}

body { background: #fff; color: var(--hub-ink); }

.home-hub {
    font-family: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
    background: #fff;
    overflow: hidden;
}

.hub-wrap {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.hub-promo {
    background: var(--hub-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    min-height: 38px;
    padding: 6px 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.hub-promo a {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    margin-left: 0;
    padding: 0 17px;
    border-radius: 7px;
    background: var(--hub-green);
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}

.hub-nav {
    background: #fff;
    border-bottom: 1px solid var(--hub-border);
    position: relative;
    z-index: 20;
    box-shadow: 0 1px 0 rgba(7,30,99,.04);
}

.hub-nav-inner {
    min-height: 83px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.hub-brand {
    display: inline-flex;
    align-items: center;
    color: var(--hub-blue);
    font-size: 31px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: -.01em;
}

.hub-brand img {
    max-height: 48px;
    max-width: 220px;
    object-fit: contain;
}

.hub-brand span:last-child { color: var(--hub-green); }

.hub-menu,
.hub-meta {
    display: flex;
    align-items: center;
    gap: 38px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hub-menu a,
.hub-meta a,
.hub-meta span {
    color: #22314f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.hub-meta {
    gap: 19px;
    color: var(--hub-muted);
}

.hub-meta a,
.hub-meta span {
    font-size: 13px;
}

.hub-login {
    min-height: 44px;
    padding: 0 22px;
    border-radius: 8px;
    background: var(--hub-blue);
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    font-weight: 800 !important;
}

.hub-hero {
    position: relative;
    min-height: 500px;
    padding: 86px 0 14px;
    background:
        linear-gradient(90deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.38) 38%, rgba(255,255,255,0) 66%),
        url("/images/travelo-hero-plane-mountains.webp") center 38% / cover no-repeat;
}

.hub-hero:after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 130px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 100%);
    pointer-events: none;
}

.hub-plane {
    display: none;
    position: absolute;
    right: 8%;
    top: 90px;
    width: min(560px, 48vw);
    height: 250px;
    transform: rotate(-6deg);
    filter: drop-shadow(0 24px 20px rgba(8, 38, 88, .22));
    pointer-events: none;
}

.hub-plane-body {
    position: absolute;
    left: 52px;
    top: 90px;
    width: 390px;
    height: 54px;
    border-radius: 60% 45% 45% 60%;
    background: linear-gradient(180deg, #fff 0%, #e9f2fb 100%);
    border: 2px solid #d8e5f2;
}

.hub-plane-body:before {
    content: "";
    position: absolute;
    right: -56px;
    top: 13px;
    width: 78px;
    height: 28px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #eef6fd;
}

.hub-plane-body:after {
    content: "TraveloHUB";
    position: absolute;
    left: 135px;
    top: 15px;
    color: var(--hub-blue);
    font-size: 18px;
    font-weight: 800;
}

.hub-wing {
    position: absolute;
    left: 175px;
    top: 118px;
    width: 210px;
    height: 72px;
    clip-path: polygon(0 0, 100% 18%, 86% 46%, 12% 100%);
    background: linear-gradient(135deg, #dde9f5, #fff);
    border: 1px solid #cfdeed;
}

.hub-tail {
    position: absolute;
    left: 44px;
    top: 45px;
    width: 88px;
    height: 98px;
    clip-path: polygon(44% 0, 100% 95%, 30% 74%, 0 100%, 20% 36%);
    background: linear-gradient(135deg, var(--hub-blue), var(--hub-green));
}

.hub-engine {
    position: absolute;
    width: 46px;
    height: 24px;
    border-radius: 999px;
    background: #dce8f4;
    border: 2px solid #bccde0;
}

.hub-engine.one { left: 280px; top: 173px; }
.hub-engine.two { left: 370px; top: 154px; }

.hub-copy {
    position: relative;
    z-index: 2;
    max-width: 520px;
}

.hub-kicker {
    display: inline-flex;
    padding: 8px 15px;
    border-radius: 999px;
    background: rgba(85,181,31,.14);
    color: var(--hub-green);
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 20px;
}

.hub-copy h1 {
    margin: 0 0 18px;
    font-size: clamp(46px, 7vw, 74px);
    line-height: .98;
    font-weight: 900;
    letter-spacing: 0;
    color: #111a33;
}

.hub-copy h1 span {
    color: var(--hub-green);
    display: block;
}

.hub-copy p {
    max-width: 430px;
    color: #243653;
    font-size: 17px;
    line-height: 1.65;
    margin-bottom: 30px;
}

.hub-trust-row {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.hub-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #203250;
    font-size: 13px;
    font-weight: 700;
}

.hub-trust-item i {
    color: var(--hub-green);
    font-size: 22px;
}

.hub-search {
    position: relative;
    z-index: 5;
    margin: -318px auto 0;
    background: #fff;
    border: 1px solid var(--hub-border);
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(18, 38, 73, .15);
    overflow: visible;
}

.hub-tabs {
    display: flex;
    gap: 4px;
    border-bottom: 1px solid var(--hub-border);
    padding: 16px 18px 0;
    overflow-x: auto;
}

.hub-tab {
    border: 0;
    background: transparent;
    color: #53627a;
    font-weight: 700;
    min-height: 48px;
    min-width: 132px;
    padding: 0 18px;
    border-radius: 8px 8px 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.hub-tab.active {
    background: var(--hub-blue);
    color: #fff;
}

.hub-search-body { padding: 21px 24px 26px; }

.hub-trip-types {
    display: flex;
    gap: 24px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.hub-radio {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #34415a;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.hub-radio input { accent-color: var(--hub-blue); }

.hub-radio.active {
    border-color: rgba(7,30,99,.15);
    background: rgba(7,30,99,.07);
    color: var(--hub-blue);
}

.hub-fields {
    display: grid;
    grid-template-columns: 1.15fr auto 1.15fr 1fr 1fr 1.25fr;
    border: 1px solid var(--hub-border);
    border-radius: 10px;
    background: #fff;
}

.hub-field {
    min-width: 0;
    padding: 16px 18px;
    border-right: 1px solid var(--hub-border);
    position: relative;
}

.hub-field:last-child { border-right: 0; }

.hub-field label {
    display: block;
    color: #75849b;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px;
}

.hub-field input,
.hub-field select {
    width: 100%;
    border: 0;
    color: #15213a;
    font-size: 15px;
    font-weight: 800;
    outline: 0;
    padding: 0;
    background: transparent;
}

.hub-field small {
    display: block;
    color: #748198;
    font-size: 11px;
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hub-swap {
    align-self: center;
    justify-self: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid var(--hub-border);
    background: #fff;
    color: var(--hub-green);
    margin: 0 -17px;
    z-index: 2;
}

.hub-airport-dropdown {
    position: absolute;
    left: 10px;
    right: 10px;
    top: calc(100% - 7px);
    z-index: 30;
    display: none;
    max-height: 260px;
    overflow-y: auto;
    border: 1px solid var(--hub-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(18, 38, 73, .16);
}

.hub-airport-item {
    width: 100%;
    padding: 11px 12px;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    border-bottom: 1px solid var(--hub-border);
    text-align: left;
}

.hub-airport-item:last-child { border-bottom: 0; }

.hub-airport-item:hover,
.hub-airport-item.active {
    background: #f7fafc;
}

.hub-airport-item strong {
    display: block;
    color: #15213a;
    font-size: 13px;
}

.hub-airport-item small {
    margin-top: 2px;
}

.hub-travellers-trigger {
    width: 100%;
    border: 0;
    background: transparent;
    color: #15213a;
    font-size: 15px;
    font-weight: 800;
    outline: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-align: left;
}

.hub-travellers-panel {
    position: absolute;
    right: 10px;
    top: calc(100% - 7px);
    z-index: 35;
    display: none;
    width: min(360px, calc(100vw - 42px));
    padding: 16px;
    border: 1px solid var(--hub-border);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(18, 38, 73, .18);
}

.hub-class-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
}

.hub-class-options input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.hub-class-options label {
    margin: 0;
    min-height: 34px;
    border: 1px solid var(--hub-border);
    border-radius: 7px;
    color: #53627a;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
}

.hub-class-options input:checked + label {
    border-color: var(--hub-blue);
    background: var(--hub-blue);
    color: #fff;
}

.hub-passenger-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 0;
    border-top: 1px solid var(--hub-border);
}

.hub-passenger-row strong {
    display: block;
    color: #15213a;
    font-size: 13px;
}

.hub-passenger-row span {
    color: var(--hub-muted);
    font-size: 11px;
    font-weight: 600;
}

.hub-counter {
    display: grid;
    grid-template-columns: 30px 38px 30px;
    align-items: center;
    border: 1px solid var(--hub-border);
    border-radius: 7px;
    overflow: hidden;
    flex: 0 0 auto;
}

.hub-counter button {
    width: 30px;
    height: 30px;
    border: 0;
    background: #f8fafc;
    color: var(--hub-blue);
    font-weight: 900;
}

.hub-counter input {
    width: 38px;
    height: 30px;
    border: 0;
    border-left: 1px solid var(--hub-border);
    border-right: 1px solid var(--hub-border);
    color: #15213a;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.hub-travellers-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 14px;
}

.hub-panel-button {
    min-height: 36px;
    padding: 0 16px;
    border-radius: 7px;
    border: 1px solid var(--hub-border);
    background: #fff;
    color: #53627a;
    font-size: 12px;
    font-weight: 800;
}

.hub-panel-button.primary {
    border-color: var(--hub-green);
    background: var(--hub-green);
    color: #fff;
}

.hub-passenger-error {
    display: none;
    margin-top: 10px;
    color: #b42318;
    font-size: 12px;
    font-weight: 700;
}

.hub-fares {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.hub-checks {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.hub-checks span {
    display: block;
    color: #75849b;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
}

.hub-checks label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #53627a;
    font-size: 13px;
    font-weight: 700;
    margin-right: 18px;
}

.hub-checks input { accent-color: var(--hub-green); }

.hub-button {
    border: 0;
    min-height: 48px;
    padding: 0 31px;
    border-radius: 8px;
    background: var(--hub-green);
    color: #fff;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    white-space: nowrap;
}

.hub-search-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding: 22px;
    background: rgba(8, 17, 35, .58);
}

.hub-search-modal.active { display: flex; }

.hub-search-dialog {
    width: min(598px, 100%);
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    color: #3b3b3b;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
    text-align: center;
}

.hub-search-dialog h2 {
    margin: 0;
    padding: 15px 18px 9px;
    color: #3f3f3f;
    font-size: 16px;
    font-weight: 800;
}

.hub-search-meta {
    min-height: 39px;
    padding: 4px 18px 13px;
    color: #444;
    font-size: 14px;
    font-weight: 800;
}

.hub-search-status {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 17px 18px 15px;
}

.hub-search-plane {
    color: #df001f;
    font-size: 25px;
    line-height: 1;
    transform: rotate(-10deg);
    animation: hubPlanePulse 1s ease-in-out infinite;
}

.hub-search-status strong {
    display: block;
    margin-top: 14px;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 800;
}

.hub-search-route {
    display: grid;
    grid-template-columns: 1fr 54px 1fr;
    align-items: center;
    min-height: 55px;
    border-bottom: 1px solid #ededed;
    color: #3f3f3f;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.hub-search-route i { color: #b9282f; font-size: 16px; }

.hub-search-dates {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: #ededed;
    color: #3f3f3f;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.hub-search-date {
    display: none;
    min-height: 43px;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    background: #fff;
}

.hub-search-date.active { display: flex; }
.hub-search-dates.oneway { grid-template-columns: 1fr; }

.hub-search-promo {
    margin: 14px;
    min-height: 320px;
    background:
        linear-gradient(180deg, rgba(0,0,0,0) 28%, rgba(0,0,0,.72) 72%, rgba(0,0,0,.9) 100%),
        url("/images/travelo-hero-plane-mountains.webp") center / cover no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 16px 20px;
    color: #fff;
    text-transform: uppercase;
}

.hub-search-promo span {
    display: block;
    font-size: clamp(20px, 4vw, 29px);
    font-weight: 900;
    line-height: 1.08;
}

.hub-search-promo strong {
    display: block;
    margin-top: 5px;
    font-size: clamp(28px, 6vw, 43px);
    line-height: 1;
    font-weight: 900;
}

@keyframes hubPlanePulse {
    0%, 100% { transform: translateX(-8px) rotate(-10deg); opacity: .72; }
    50% { transform: translateX(8px) rotate(-10deg); opacity: 1; }
}

.hub-shortcuts {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    background: #fff;
    border: 1px solid var(--hub-border);
    border-radius: 14px;
    box-shadow: 0 12px 34px rgba(18, 38, 73, .08);
    overflow: hidden;
}

.hub-shortcut {
    min-height: 132px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #1a2c4b;
    text-decoration: none;
    border-right: 1px solid var(--hub-border);
    text-align: center;
    padding: 16px;
}

.hub-shortcut:last-child { border-right: 0; }
.hub-shortcut i { color: var(--hub-blue); font-size: 30px; }
.hub-shortcut strong { color: var(--hub-green); font-size: 13px; }
.hub-shortcut small { color: var(--hub-muted); font-weight: 600; }

.hub-section { padding: 46px 0; }

.hub-offers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 28px;
}

.hub-offer {
    min-height: 175px;
    border-radius: 12px;
    padding: 24px;
    color: #fff;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    box-shadow: 0 15px 30px rgba(18, 38, 73, .12);
}

.hub-offer:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7,30,99,.95), rgba(7,30,99,.55), rgba(7,30,99,.1));
}

.hub-offer.green:before { background: linear-gradient(90deg, rgba(46,139,25,.94), rgba(51,153,31,.55), rgba(51,153,31,.08)); }
.hub-offer.cyan:before { background: linear-gradient(90deg, rgba(0,107,150,.92), rgba(0,151,189,.52), rgba(0,151,189,.08)); }
.hub-offer > * { position: relative; z-index: 1; }
.hub-offer small { font-weight: 800; opacity: .9; }

.hub-offer h3 {
    font-size: 27px;
    line-height: 1.1;
    font-weight: 900;
    margin: 10px 0 6px;
}

.hub-mini-btn {
    display: inline-flex;
    margin-top: 16px;
    padding: 9px 15px;
    border-radius: 7px;
    background: #fff;
    color: var(--hub-blue);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.hub-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.hub-head h2,
.hub-centered h2 {
    margin: 0;
    color: #111a33;
    font-size: 27px;
    font-weight: 900;
}

.hub-view-all {
    color: #2f7e20;
    font-weight: 800;
    text-decoration: none;
    font-size: 13px;
}

.hub-destinations {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.hub-destination {
    border: 1px solid var(--hub-border);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 24px rgba(18, 38, 73, .08);
}

.hub-destination img {
    width: 100%;
    height: 205px;
    object-fit: cover;
    display: block;
}

.hub-destination div { padding: 14px 15px 16px; }
.hub-destination h3 { margin: 0 0 6px; font-size: 15px; font-weight: 900; }
.hub-destination p { margin: 0; color: var(--hub-muted); font-size: 12px; font-weight: 700; }

.hub-centered { text-align: center; }

.hub-under {
    width: 48px;
    height: 3px;
    background: var(--hub-green);
    margin: 10px auto 34px;
    border-radius: 999px;
}

.hub-reasons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.hub-reason i {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ddecf5;
    border-radius: 50%;
    color: var(--hub-blue);
    font-size: 25px;
    margin-bottom: 16px;
}

.hub-reason h3 { font-size: 14px; font-weight: 900; margin: 0 0 9px; }
.hub-reason p { margin: 0; color: var(--hub-muted); font-size: 13px; line-height: 1.55; }

.hub-testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    text-align: left;
}

.hub-quote {
    border: 1px solid var(--hub-border);
    border-radius: 12px;
    background: #fff;
    padding: 27px;
    box-shadow: 0 10px 24px rgba(18, 38, 73, .07);
}

.hub-quote i { color: var(--hub-green); font-size: 28px; }
.hub-quote p { color: #35435d; line-height: 1.6; min-height: 72px; margin: 12px 0 13px; font-weight: 600; }
.hub-stars { color: #f5a623; letter-spacing: 2px; margin-bottom: 14px; }

.hub-author {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
}

.hub-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f7b267, #f79d65);
}

.hub-partners {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 90px) / 6);
    grid-template-columns: none;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 2px 16px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    scrollbar-color: var(--hub-blue) #e8eef7;
}

.hub-partners::-webkit-scrollbar {
    height: 8px;
}

.hub-partners::-webkit-scrollbar-track {
    background: #e8eef7;
    border-radius: 999px;
}

.hub-partners::-webkit-scrollbar-thumb {
    background: var(--hub-blue);
    border-radius: 999px;
}

.hub-partner {
    min-height: 74px;
    border: 1px solid var(--hub-border);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hub-blue);
    background: #fff;
    font-size: 19px;
    font-weight: 900;
    text-align: center;
    padding: 10px;
    box-shadow: 0 8px 20px rgba(18, 38, 73, .06);
    scroll-snap-align: start;
}

.hub-partner span { color: var(--hub-green); }

.hub-partner img {
    max-width: 150px;
    max-height: 44px;
    object-fit: contain;
}

.hub-newsletter {
    margin: 42px auto 64px;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 16px;
    background:
        radial-gradient(circle at 94% 78%, rgba(85,181,31,.18), transparent 24%),
        linear-gradient(135deg, #061a57 0%, #082769 54%, #0b347e 100%);
    color: #fff;
    padding: 42px 62px;
    display: grid;
    grid-template-columns: auto 1fr minmax(350px, 460px);
    gap: 36px;
    align-items: center;
    position: relative;
    box-shadow: 0 16px 34px rgba(7,30,99,.18);
    overflow: hidden;
}

.hub-newsletter:before {
    content: "";
    position: absolute;
    right: 76px;
    bottom: 28px;
    width: 230px;
    height: 52px;
    border-bottom: 2px dashed rgba(255,255,255,.2);
    border-radius: 50%;
    transform: rotate(7deg);
}

.hub-newsletter:after {
    content: "\f1d8";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 34px;
    bottom: 35px;
    color: rgba(255,255,255,.22);
    font-size: 42px;
    transform: rotate(-15deg);
}

.hub-mail-icon {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: #fff;
    color: var(--hub-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    box-shadow: inset 0 -8px 20px rgba(7,30,99,.08), 0 8px 18px rgba(0,0,0,.12);
    position: relative;
    z-index: 1;
}

.hub-newsletter h2 {
    margin: 0 0 9px;
    font-size: 27px;
    font-weight: 900;
    color: #fff;
}

.hub-newsletter p {
    margin: 0;
    color: rgba(255,255,255,.88);
    font-size: 15px;
    font-weight: 600;
}

.hub-subscribe {
    display: grid;
    grid-template-columns: 1fr auto;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(7,30,99,.1);
    box-shadow: 0 8px 18px rgba(0,0,0,.12);
    position: relative;
    z-index: 1;
}

.hub-subscribe input {
    border: 0;
    min-height: 57px;
    padding: 0 22px;
    outline: 0;
    color: #53627a;
    font-size: 14px;
    font-weight: 600;
}

.hub-subscribe button {
    border-radius: 0;
    min-height: 57px;
    padding: 0 32px;
    font-size: 16px;
}

.hub-footer {
    background: #fff;
    padding-top: 0;
}

.hub-footer-grid {
    display: grid;
    grid-template-columns: 1.7fr .82fr 1fr 1.32fr 1.58fr;
    gap: 56px;
    padding-bottom: 44px;
}

.hub-footer .hub-brand {
    font-size: 34px;
}

.hub-footer .hub-brand img {
    max-height: 52px;
    max-width: 235px;
}

.hub-footer h3 {
    color: #21304c;
    font-size: 16px;
    font-weight: 900;
    margin: 0 0 20px;
}

.hub-footer p,
.hub-footer a,
.hub-footer li {
    color: #53617a;
    font-size: 15px;
    line-height: 1.95;
    text-decoration: none;
    font-weight: 600;
}

.hub-footer p {
    max-width: 280px;
    margin: 19px 0 0;
}

.hub-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hub-social {
    display: flex;
    gap: 13px;
    margin-top: 23px;
}

.hub-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--hub-blue);
    background: #eef4fb;
    font-size: 17px;
    line-height: 1;
}

.hub-store-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 18px;
}

.hub-store {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #111;
    color: #fff !important;
    padding: 7px 12px;
    border-radius: 5px;
    line-height: 1.05 !important;
    font-size: 12px !important;
    min-height: 41px;
    box-shadow: 0 4px 10px rgba(0,0,0,.18);
}

.hub-store i { font-size: 23px; }

.hub-skyline {
    height: 92px;
    position: relative;
    overflow: hidden;
    background: #fff url("/images/travelo-footer-skyline.webp") center bottom / 100% 100% no-repeat;
}

.hub-copybar {
    background: var(--hub-blue);
    color: #fff;
    font-size: 14px;
    padding: 12px 0;
}

.hub-copybar .hub-wrap {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

@media (max-width: 1100px) {
    .hub-menu { gap: 14px; }
    .hub-meta span,
    .hub-meta a:not(.hub-login) { display: none; }
    .hub-fields { grid-template-columns: repeat(2, 1fr); }
    .hub-field { border-bottom: 1px solid var(--hub-border); }
    .hub-field:nth-child(3),
    .hub-field:nth-child(6) { border-right: 0; }
    .hub-swap { display: none; }
    .hub-destinations,
    .hub-reasons { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
    .hub-nav-inner {
        padding: 16px 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .hub-menu,
    .hub-meta {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .hub-promo {
        flex-wrap: wrap;
    }

    .hub-hero {
        min-height: auto;
        padding: 68px 0 185px;
        background:
            linear-gradient(180deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.7) 45%, rgba(255,255,255,.3) 100%),
            url("/images/travelo-hero-plane-mountains.webp") 57% 38% / cover no-repeat;
    }

    .hub-plane {
        opacity: .28;
        right: -120px;
        top: 80px;
        width: 520px;
    }

    .hub-search { margin-top: -235px; }
    .hub-tabs { padding: 12px 12px 0; }
    .hub-tab { min-width: 112px; padding: 0 12px; }

    .hub-fields,
    .hub-offers,
    .hub-testimonials,
    .hub-newsletter,
    .hub-footer-grid { grid-template-columns: 1fr; }

    .hub-search-modal { padding: 14px; }
    .hub-search-promo { min-height: 250px; }

    .hub-field,
    .hub-field:nth-child(3),
    .hub-field:nth-child(6) {
        border-right: 0;
        border-bottom: 1px solid var(--hub-border);
    }

    .hub-field:last-child { border-bottom: 0; }
    .hub-shortcuts { grid-template-columns: repeat(2, 1fr); }
    .hub-partners { grid-auto-columns: calc((100% - 18px) / 2); }
    .hub-shortcut:nth-child(2n) { border-right: 0; }
    .hub-destinations,
    .hub-reasons { grid-template-columns: repeat(2, 1fr); }
    .hub-newsletter {
        padding: 30px;
        gap: 20px;
        margin-top: 28px;
    }

    .hub-newsletter:before,
    .hub-newsletter:after {
        display: none;
    }

    .hub-footer-grid {
        gap: 26px;
    }
}

@media (max-width: 560px) {
    .hub-wrap { width: min(100% - 22px, 1180px); }
    .hub-promo { font-size: 12px; line-height: 1.5; }
    .hub-brand { font-size: 23px; }
    .hub-menu { gap: 18px; }
    .hub-copy p { font-size: 15px; }
    .hub-trust-row { gap: 14px; }
    .hub-search-body { padding: 18px; }
    .hub-trip-types,
    .hub-checks { gap: 12px; }
    .hub-fares { align-items: stretch; }
    .hub-button,
    .hub-subscribe button { width: 100%; }
    .hub-shortcuts,
    .hub-destinations,
    .hub-reasons,
    .hub-subscribe { grid-template-columns: 1fr; }
    .hub-partners { grid-auto-columns: 100%; }
    .hub-shortcut {
        border-right: 0;
        border-bottom: 1px solid var(--hub-border);
        min-height: 104px;
    }
    .hub-shortcut:last-child { border-bottom: 0; }
    .hub-head {
        align-items: flex-start;
        flex-direction: column;
    }
    .hub-destination img { height: 190px; }
    .hub-mail-icon { width: 76px; height: 76px; font-size: 34px; }

    .hub-newsletter h2 { font-size: 23px; }

    .hub-footer p,
    .hub-footer a,
    .hub-footer li {
        font-size: 14px;
    }

    .hub-copybar .hub-wrap {
        justify-content: center;
        text-align: center;
    }
}
