
:root{
  --fh-navy:#071b31;
  --fh-navy-2:#0d2a49;
  --fh-red:#c41e3a;
  --fh-red-2:#a91631;
  --fh-gold:#d8ab42;
  --fh-text:#102139;
  --fh-muted:#6f7f93;
  --fh-line:#e1e7ee;
  --fh-soft:#f5f7fa;
  --fh-green:#12975f;
  --fh-shadow:0 18px 50px rgba(7,27,49,.08);
}
body.tnb-modern{background:#fff;color:var(--fh-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body.tnb-modern h1,body.tnb-modern h2,body.tnb-modern h3,body.tnb-modern h4{color:var(--fh-text);letter-spacing:-.025em}
.fh-announcement{background:var(--fh-navy);color:#dfe9f4;font-size:11px;border-bottom:1px solid rgba(255,255,255,.08)}
.fh-announcement .container{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.fh-announcement-points{display:flex;align-items:center;gap:22px}.fh-announcement i{color:var(--fh-gold)}
.fh-call-pill{display:inline-flex;align-items:center;gap:7px;background:var(--fh-red);color:#fff!important;padding:6px 13px;border-radius:999px;font-weight:800;text-decoration:none}
.header.header-light{background:#fff!important;border-bottom:1px solid var(--fh-line)!important;position:sticky;top:0;z-index:900;box-shadow:0 3px 15px rgba(8,26,47,.03)}
.header .navigation{min-height:68px!important}.header .nav-brand .logo{max-height:47px!important;width:auto!important}.header .nav-menu>li>a{font-size:13px!important;font-weight:700!important;color:#26384f!important;padding:24px 13px!important}.header .nav-menu>li>a:hover{color:var(--fh-red)!important}.tnb-support-link{background:#f7f9fc;border:1px solid var(--fh-line);border-radius:999px!important;padding:8px 13px!important;margin-top:13px!important;color:var(--fh-navy)!important}

.fh-hero{position:relative;overflow:visible;background:
linear-gradient(108deg,rgba(5,24,43,.96) 0%,rgba(8,35,61,.92) 45%,rgba(8,42,69,.78) 100%),
url('/assets/img/banner-8.jpg') center 46%/cover no-repeat;padding:68px 0 110px}
.fh-hero:after{content:"";position:absolute;inset:auto 0 0;height:90px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff);pointer-events:none}
.fh-hero-copy{position:relative;z-index:2;max-width:840px;margin:auto;text-align:center;color:#fff}
.fh-hero-eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);backdrop-filter:blur(8px);border-radius:999px;padding:7px 14px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#eef5fb}
.fh-hero-eyebrow i{color:var(--fh-gold)}.fh-hero h1{font-size:clamp(38px,5.2vw,66px);line-height:1.02;color:#fff!important;font-weight:850;margin:19px 0 15px}.fh-hero h1 span{color:#ff385a}.fh-hero-copy>p{font-size:16px;line-height:1.75;color:#cfdae6;max-width:720px;margin:0 auto}

.fh-search-wrap{position:relative;z-index:5;margin-top:-74px}.fh-search{background:#fff;border:1px solid #dde4ec;border-radius:20px;box-shadow:0 24px 70px rgba(6,28,50,.16);padding:18px}
.fh-search-top{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 2px 14px}.fh-trip-tabs{display:flex;align-items:center;gap:4px;background:#f2f5f8;padding:4px;border-radius:10px}.fh-trip-tab{border:0;background:transparent;color:#5c6d81;padding:8px 14px;border-radius:8px;font-size:12px;font-weight:800}.fh-trip-tab.active{background:#fff;color:var(--fh-navy);box-shadow:0 2px 8px rgba(9,31,55,.08)}.fh-secure{font-size:10px;color:#6d7d90;font-weight:700}.fh-secure i{color:var(--fh-green);margin-right:5px}
.fh-search-grid{display:grid;grid-template-columns:1.2fr 1.2fr .88fr .88fr 1fr 1fr auto;gap:8px;align-items:end}.fh-field{position:relative}.fh-field label{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.07em;font-weight:800;color:#718096;margin:0 0 6px 3px}.fh-input,.fh-field input,.fh-field select,.fh-pax-button{width:100%;height:54px;border:1px solid #dbe2ea;border-radius:12px;background:#fff;color:#14263d;padding:0 12px;font-size:12px;font-weight:700;outline:0;transition:.18s}.fh-field input:focus,.fh-field select:focus,.fh-pax-button:focus{border-color:var(--fh-red);box-shadow:0 0 0 3px rgba(196,30,58,.08)}.fh-field input::placeholder{color:#9aa6b5}.fh-pax-button{text-align:left;display:flex;flex-direction:column;justify-content:center}.fh-pax-button strong{font-size:12px}.fh-pax-button span{font-size:9px;color:#7a8899;font-weight:600;margin-top:2px}.fh-search-btn{height:54px;border:0;border-radius:12px;background:var(--fh-red);color:#fff;padding:0 23px;font-weight:850;font-size:12px;white-space:nowrap;box-shadow:0 8px 18px rgba(196,30,58,.22)}.fh-search-btn:hover{background:var(--fh-red-2);color:#fff}.fh-pax-popover{display:none;position:absolute;left:0;top:calc(100% + 7px);width:300px;background:#fff;border:1px solid var(--fh-line);border-radius:16px;box-shadow:0 20px 55px rgba(8,29,52,.18);z-index:200;padding:12px}.fh-pax-popover.open{display:block}.fh-pax-row{display:flex;align-items:center;justify-content:space-between;padding:12px 6px;border-bottom:1px solid #edf1f5}.fh-pax-row:last-of-type{border-bottom:0}.fh-pax-row strong,.fh-pax-row small{display:block}.fh-pax-row strong{font-size:12px}.fh-pax-row small{font-size:9px;color:#8592a2}.fh-counter{display:flex;align-items:center;gap:10px}.fh-counter button{width:30px;height:30px;border-radius:50%;border:1px solid #d9e0e8;background:#fff;color:var(--fh-navy);font-weight:900}.fh-counter span{min-width:18px;text-align:center;font-weight:800}.fh-pax-done{width:100%;margin-top:9px;border:0;background:var(--fh-navy);color:#fff;border-radius:9px;padding:9px;font-size:11px;font-weight:800}

.fh-trust-row{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:17px}.fh-trust{display:flex;align-items:center;justify-content:center;gap:7px;padding:10px;border:1px solid #e4eaf1;border-radius:11px;color:#64758a;font-size:10px;font-weight:700;background:#fff}.fh-trust i{color:var(--fh-red)}

.fh-section{padding:62px 0}.fh-section.soft{background:#f6f8fb}.fh-section.dark{background:var(--fh-navy)}.fh-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:27px}.fh-head .eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--fh-red);font-weight:900}.fh-head h2{font-size:28px;font-weight:850;margin:4px 0}.fh-head p{font-size:12px;color:#748397;margin:0;max-width:600px}.fh-view{font-size:11px;font-weight:800;color:var(--fh-red);text-decoration:none;white-space:nowrap}.fh-view:hover{color:var(--fh-red-2)}

.fh-deal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.fh-deal-card{background:#fff;border:1px solid #e1e7ee;border-radius:17px;overflow:hidden;transition:.22s;box-shadow:0 3px 12px rgba(10,33,58,.03)}.fh-deal-card:hover{transform:translateY(-4px);box-shadow:var(--fh-shadow);border-color:#ccd7e4}.fh-deal-media{height:180px;background:#d9e1ea center/cover no-repeat;position:relative}.fh-deal-media:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(5,19,35,.72),transparent 58%)}.fh-deal-badge{position:absolute;top:12px;left:12px;z-index:2;padding:5px 8px;border-radius:999px;background:#fff;color:var(--fh-red);font-size:9px;font-weight:850;box-shadow:0 4px 12px rgba(0,0,0,.08)}.fh-deal-code{position:absolute;bottom:13px;left:14px;right:14px;z-index:2;color:#fff;display:flex;align-items:flex-end;justify-content:space-between}.fh-deal-code strong{font-size:22px}.fh-deal-code span{font-size:10px}.fh-deal-body{padding:14px}.fh-deal-body h3{font-size:14px;font-weight:800;margin:0 0 5px}.fh-deal-body p{font-size:10px;color:#7c8999;margin:0 0 13px}.fh-deal-action{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #edf1f5;padding-top:11px}.fh-deal-action span{font-size:10px;color:#8794a4}.fh-deal-action a{font-size:10px;font-weight:850;color:var(--fh-red);text-decoration:none}

.fh-rail{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.fh-route-card{border:1px solid #e1e7ee;background:#fff;border-radius:15px;padding:16px;transition:.2s}.fh-route-card:hover{border-color:#b9c8d8;box-shadow:0 10px 26px rgba(7,27,49,.06)}.fh-route-code{display:flex;align-items:center;justify-content:space-between;font-weight:850;font-size:15px}.fh-route-code i{font-size:11px;color:var(--fh-red)}.fh-route-city{font-size:9px;color:#7a889b;margin:5px 0 12px;line-height:1.55}.fh-route-meta{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #edf1f5;padding-top:10px}.fh-route-meta span{font-size:9px;color:#8491a1}.fh-route-meta a{font-size:9px;color:var(--fh-red);font-weight:850;text-decoration:none}

.fh-premium-head{text-align:center;margin-bottom:35px}.fh-premium-head .pill{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.17);background:rgba(255,255,255,.06);padding:6px 12px;border-radius:999px;color:#ccd7e2;font-size:10px;font-weight:800}.fh-premium-head .pill i{color:var(--fh-gold)}.fh-premium-head h2{font-size:31px;color:#fff!important;font-weight:850;margin:12px 0 8px}.fh-premium-head h2 span{color:var(--fh-gold)}.fh-premium-head p{font-size:12px;color:#9eafc1;max-width:600px;margin:auto}.fh-premium-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.fh-premium-col h3{font-size:14px;color:#fff!important;margin:0 0 12px}.fh-premium-list{display:grid;gap:9px}.fh-premium-card{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 15px;border-radius:14px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1);color:#fff}.fh-premium-card:hover{background:rgba(255,255,255,.08)}.fh-premium-route b,.fh-premium-route span{display:block}.fh-premium-route b{font-size:12px}.fh-premium-route span{font-size:9px;color:#9daec0;margin-top:3px}.fh-premium-card a{font-size:9px;color:var(--fh-gold);font-weight:850;text-decoration:none;white-space:nowrap}

.fh-airline-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.fh-airline{background:#fff;border:1px solid var(--fh-line);border-radius:15px;padding:16px 10px;text-align:center;transition:.2s}.fh-airline:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(8,30,52,.06)}.fh-airline-logo{width:44px;height:44px;border-radius:11px;background:var(--fh-navy);color:#fff;display:grid;place-items:center;margin:0 auto 10px;font-size:12px;font-weight:900}.fh-airline strong,.fh-airline small{display:block}.fh-airline strong{font-size:11px}.fh-airline small{font-size:9px;color:#8995a4;margin-top:3px}

.fh-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.fh-why{border:1px solid var(--fh-line);background:#fff;border-radius:16px;padding:19px}.fh-why-icon{width:42px;height:42px;border-radius:13px;background:#fdf0f3;color:var(--fh-red);display:grid;place-items:center;margin-bottom:13px}.fh-why h3{font-size:13px;font-weight:800;margin:0 0 6px}.fh-why p{font-size:10px;color:#748397;line-height:1.65;margin:0}.fh-stats{margin-top:28px;background:var(--fh-navy);border-radius:18px;padding:22px;display:grid;grid-template-columns:repeat(4,1fr)}.fh-stat{text-align:center;color:#fff;border-right:1px solid rgba(255,255,255,.12)}.fh-stat:last-child{border-right:0}.fh-stat b{display:block;font-size:22px}.fh-stat span{font-size:9px;color:#aab9c9}

.fh-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.fh-blog{background:#fff;border:1px solid var(--fh-line);border-radius:16px;overflow:hidden}.fh-blog-media{height:150px;background:#d8e0e8 center/cover no-repeat}.fh-blog-body{padding:15px}.fh-blog-body small{color:var(--fh-red);font-size:9px;font-weight:850;text-transform:uppercase}.fh-blog-body h3{font-size:13px;line-height:1.5;margin:7px 0 8px}.fh-blog-body p{font-size:10px;color:#78869a;line-height:1.6}.fh-blog-body a{font-size:10px;color:var(--fh-red);font-weight:850;text-decoration:none}

.fh-newsletter{background:linear-gradient(115deg,#a71531,#c41e3a 48%,#e13d5a);padding:47px 0;color:#fff}.fh-news-grid{display:flex;align-items:center;justify-content:space-between;gap:35px}.fh-news-copy h2{font-size:27px;color:#fff!important;margin:0 0 7px}.fh-news-copy p{font-size:11px;color:#ffe1e7;margin:0}.fh-news-form{display:flex;gap:8px;width:min(470px,100%)}.fh-news-form input{flex:1;height:47px;border:0;border-radius:10px;padding:0 13px;font-size:11px;outline:0}.fh-news-form button{height:47px;border:0;border-radius:10px;background:var(--fh-navy);color:#fff;padding:0 20px;font-size:11px;font-weight:850}

.footer.skin-light-footer{background:#07182b!important;color:#9eb0c2!important}.footer .widget-title{color:#fff!important;font-size:13px!important}.footer a{color:#b5c3d2!important}.footer a:hover{color:#fff!important}.footer-bottom{border-color:rgba(255,255,255,.08)!important}.footer-bottom p{font-size:9px!important;color:#8092a6!important}

@media(max-width:1199px){.fh-search-grid{grid-template-columns:repeat(4,1fr)}.fh-search-btn{grid-column:span 1}.fh-deal-grid{grid-template-columns:repeat(3,1fr)}.fh-rail{grid-template-columns:repeat(3,1fr)}.fh-airline-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:991px){.fh-announcement{display:none}.fh-hero{padding:56px 0 96px}.fh-search-wrap{margin-top:-58px}.fh-search-grid{grid-template-columns:1fr 1fr}.fh-search-btn{grid-column:1/-1}.fh-trust-row{grid-template-columns:repeat(3,1fr)}.fh-deal-grid{grid-template-columns:1fr 1fr}.fh-premium-grid{grid-template-columns:1fr}.fh-why-grid{grid-template-columns:1fr 1fr}.fh-blog-grid{grid-template-columns:1fr 1fr}.fh-news-grid{flex-direction:column;align-items:flex-start}.fh-news-form{width:100%}}
@media(max-width:575px){.fh-hero h1{font-size:39px}.fh-hero-copy>p{font-size:13px}.fh-search{padding:12px;border-radius:15px}.fh-search-top{align-items:flex-start;flex-direction:column}.fh-search-grid{grid-template-columns:1fr}.fh-search-btn{grid-column:auto}.fh-trust-row{grid-template-columns:1fr 1fr}.fh-trust:last-child{grid-column:1/-1}.fh-section{padding:46px 0}.fh-head{align-items:flex-start;flex-direction:column}.fh-deal-grid,.fh-rail,.fh-airline-grid,.fh-why-grid,.fh-blog-grid{grid-template-columns:1fr}.fh-stats{grid-template-columns:1fr 1fr;gap:16px}.fh-stat{border-right:0}.fh-premium-card{align-items:flex-start}.fh-news-form{flex-direction:column}.fh-news-form button{width:100%}}
