:root{
  --ftv-red:#e7332f;
  --ftv-red-dark:#c92320;
  --ftv-navy:#082b57;
  --ftv-navy-2:#061f40;
  --ftv-text:#071833;
  --ftv-muted:#5f6f84;
  --ftv-border:#e8edf5;
  --ftv-bg:#f7f9fc;
  --ftv-white:#fff;
  --ftv-shadow:0 18px 45px rgba(7,24,51,.10);
  --ftv-soft-shadow:0 10px 28px rgba(7,24,51,.08);
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;font-family:"Inter",Arial,Helvetica,sans-serif;color:var(--ftv-text);background:#fff;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
a{text-decoration:none;color:inherit;}
img{max-width:100%;height:auto;}
.ftv-container{width:min(1200px,calc(100% - 32px));margin:0 auto;}
.ftv-eyebrow{font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--ftv-red);margin-bottom:8px;}
.ftv-section-title{font-size:clamp(30px,3.2vw,44px);line-height:1.12;margin:0;color:var(--ftv-text);font-weight:900;letter-spacing:-.02em;}
.ftv-section-desc{max-width:760px;margin:14px auto 0;color:var(--ftv-muted);font-size:16px;line-height:1.7;}
.ftv-section-head{text-align:center;margin-bottom:34px;}
.ftv-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:10px;padding:15px 24px;font-weight:900;font-size:14px;line-height:1;text-transform:uppercase;letter-spacing:.02em;transition:.22s ease;border:1px solid transparent;white-space:nowrap;cursor:pointer;}
.ftv-btn-red{background:var(--ftv-red);color:#fff;box-shadow:0 12px 24px rgba(231,51,47,.24);}
.ftv-btn-red:hover{background:var(--ftv-red-dark);color:#fff;transform:translateY(-2px);}
.ftv-btn-blue{background:var(--ftv-navy);color:#fff;box-shadow:0 12px 24px rgba(8,43,87,.18);}
.ftv-btn-blue:hover{background:var(--ftv-navy-2);color:#fff;transform:translateY(-2px);}
.ftv-btn-light{background:#fff;color:var(--ftv-red);border-color:#fff;}
.ftv-btn-light:hover{background:#f7f9fc;color:var(--ftv-red-dark);}
.ftv-icon{display:inline-flex;align-items:center;justify-content:center;font-style:normal;}

/* Header */
.ftv-topbar{background:var(--ftv-navy-2);color:#fff;font-size:13px;}
.ftv-topbar-inner{height:38px;display:flex;align-items:center;justify-content:space-between;gap:18px;}
.ftv-topbar-left,.ftv-topbar-right{display:flex;align-items:center;gap:24px;flex-wrap:wrap;}
.ftv-topbar a{color:#fff;opacity:.95;}
.ftv-topbar a:hover{opacity:1;color:#fff;}
.ftv-main-header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 5px 22px rgba(7,24,51,.08);}
.ftv-nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px;}
.ftv-logo{display:inline-flex;align-items:center;justify-content:flex-start;flex:0 0 auto;width:214px;height:58px;overflow:visible;line-height:0;}
.ftv-logo img{width:214px;max-width:214px;height:auto;display:block;object-fit:contain;}
.ftv-menu{display:flex;align-items:center;justify-content:center;gap:30px;list-style:none;margin:0;padding:0;font-size:14px;font-weight:700;color:#1e3049;}
.ftv-menu a{position:relative;padding:28px 0;display:block;}
.ftv-menu a:after{content:"";position:absolute;left:0;right:0;bottom:20px;width:0;height:2px;margin:auto;background:var(--ftv-red);transition:.2s ease;}
.ftv-menu a:hover,.ftv-menu a.active{color:var(--ftv-red);}
.ftv-menu a:hover:after,.ftv-menu a.active:after{width:100%;}
.ftv-nav-actions{display:flex;align-items:center;gap:12px;}
.ftv-header-book{padding:15px 22px;border-radius:8px;}
.ftv-mobile-toggle{display:none;width:46px;height:46px;border:1px solid var(--ftv-border);border-radius:10px;background:#fff;color:var(--ftv-navy);font-size:22px;align-items:center;justify-content:center;cursor:pointer;}
.ftv-mobile-panel{display:none;position:fixed;inset:0;z-index:100;background:rgba(6,31,64,.58);}
.ftv-mobile-drawer{position:absolute;right:0;top:0;height:100%;width:min(360px,88vw);background:#fff;padding:24px;box-shadow:-20px 0 50px rgba(7,24,51,.25);transform:translateX(100%);transition:.25s ease;}
.ftv-mobile-panel.is-open .ftv-mobile-drawer{transform:translateX(0);}
.ftv-mobile-panel.is-open{display:block;}
.ftv-mobile-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;}
.ftv-mobile-head img{width:190px;}
.ftv-mobile-close{border:0;background:#fff1f1;color:var(--ftv-red);width:42px;height:42px;border-radius:50%;font-size:24px;cursor:pointer;}
.ftv-mobile-menu{list-style:none;margin:0 0 24px;padding:0;display:grid;gap:0;border-top:1px solid var(--ftv-border);}
.ftv-mobile-menu a{display:block;padding:16px 0;border-bottom:1px solid var(--ftv-border);font-weight:850;color:var(--ftv-text);}

/* Hero */
.ftv-hero{position:relative;min-height:610px;display:flex;align-items:center;overflow:hidden;background-image:linear-gradient(100deg,rgba(6,31,64,.99) 0%,rgba(6,31,64,.94) 36%,rgba(6,31,64,.64) 58%,rgba(6,31,64,.12) 100%),url('../img/home-redesign/hero-airport-photo.jpg');background-position:center right;background-size:cover;background-repeat:no-repeat;}
.ftv-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,31,64,.10),rgba(6,31,64,.18));pointer-events:none;}
.ftv-hero:after{content:"";position:absolute;inset:auto 0 0 0;height:100px;background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,.98));pointer-events:none;}
.ftv-hero-content{position:relative;z-index:2;padding:82px 0 26px;max-width:680px;color:#fff;}
.ftv-hero h1{font-size:clamp(42px,4.2vw,64px);line-height:1.08;margin:0 0 20px;font-weight:900;color:#fff;letter-spacing:-.045em;text-shadow:0 8px 28px rgba(0,0,0,.18);}
.ftv-hero p{font-size:18px;line-height:1.72;max-width:625px;margin:0;color:rgba(255,255,255,.93);font-weight:600;}
.ftv-trust-row{display:flex;flex-wrap:wrap;gap:18px 26px;margin:26px 0 34px;color:rgba(255,255,255,.92);}
.ftv-trust-item{display:flex;align-items:center;gap:10px;font-weight:700;font-size:14px;}
.ftv-trust-icon{width:34px;height:34px;border:1px solid rgba(255,255,255,.35);border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);}
.ftv-hero-shortcuts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1100px;position:relative;z-index:3;margin:18px 0 42px;}
.ftv-shortcut{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:96px;border-radius:14px;background:#fff;color:var(--ftv-text);padding:20px 24px;box-shadow:0 18px 46px rgba(7,24,51,.20);border:1px solid rgba(255,255,255,.82);}
.ftv-shortcut strong{display:block;font-size:19px;line-height:1.22;font-weight:800;}
.ftv-shortcut .ftv-round{width:52px;height:52px;min-width:52px;border-radius:50%;display:grid;place-items:center;background:rgba(231,51,47,.10);color:var(--ftv-red);font-size:25px;}
.ftv-shortcut:nth-child(2) .ftv-round{background:rgba(8,43,87,.10);color:var(--ftv-navy);}
.ftv-shortcut .ftv-arr{font-size:22px;color:var(--ftv-red);}
.ftv-shortcut:hover{transform:translateY(-3px);box-shadow:0 20px 52px rgba(7,24,51,.16);}

/* Services */
.ftv-services{padding:64px 0 44px;background:#fff;}
.ftv-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
.ftv-service-card{position:relative;overflow:hidden;background:#fff;border:1px solid var(--ftv-border);border-radius:18px;padding:30px;box-shadow:var(--ftv-soft-shadow);min-height:520px;display:flex;flex-direction:column;transition:.22s ease;}
.ftv-service-card:hover{transform:translateY(-5px);box-shadow:var(--ftv-shadow);}
.ftv-service-top{display:flex;justify-content:space-between;gap:20px;margin-bottom:18px;}
.ftv-service-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:var(--ftv-red);color:#fff;font-size:30px;box-shadow:0 12px 24px rgba(231,51,47,.22);}
.ftv-service-card.blue .ftv-service-icon{background:var(--ftv-navy);box-shadow:0 12px 24px rgba(8,43,87,.18);}
.ftv-service-illustration{width:145px;height:108px;object-fit:contain;margin-top:-6px;}
.ftv-service-kicker{font-weight:900;color:var(--ftv-red);font-size:14px;margin:0 0 4px;}
.ftv-service-card.blue .ftv-service-kicker{color:var(--ftv-navy);}
.ftv-service-card h3{font-size:32px;line-height:1.03;margin:0 0 18px;font-weight:950;color:var(--ftv-text);}
.ftv-price-label{display:block;color:var(--ftv-muted);font-size:13px;margin-bottom:0;}
.ftv-price{display:flex;align-items:flex-end;gap:6px;margin:0 0 18px;color:var(--ftv-navy);}
.ftv-price strong{font-size:44px;line-height:1;font-weight:950;letter-spacing:-.03em;}
.ftv-price small{color:var(--ftv-muted);font-size:13px;margin-bottom:6px;}
.ftv-card-desc{color:#384a62;font-size:15px;line-height:1.65;margin:0 0 20px;}
.ftv-list{list-style:none;margin:0 0 24px;padding:0;display:grid;gap:12px;}
.ftv-list li{display:flex;gap:10px;color:#243954;font-size:15px;line-height:1.45;}
.ftv-list li:before{content:"✓";font-weight:900;color:var(--ftv-red);}
.ftv-service-card.blue .ftv-list li:before{color:var(--ftv-navy);}
.ftv-service-card .ftv-btn{margin-top:auto;width:100%;}

/* How */
.ftv-how{padding:54px 0 60px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);}
.ftv-steps{display:grid;grid-template-columns:1fr 40px 1fr 40px 1fr;align-items:center;gap:10px;}
.ftv-step{display:grid;grid-template-columns:86px 1fr;align-items:center;gap:18px;}
.ftv-step-icon{width:86px;height:86px;border-radius:50%;display:grid;place-items:center;background:#fff1f1;color:var(--ftv-red);font-size:36px;position:relative;}
.ftv-step:nth-of-type(3) .ftv-step-icon{background:#eef5ff;color:var(--ftv-navy);}
.ftv-step:nth-of-type(5) .ftv-step-icon{background:#ecfbf2;color:#10915a;}
.ftv-step-num{position:absolute;right:-4px;top:-4px;width:30px;height:30px;border-radius:50%;background:var(--ftv-red);color:#fff;display:grid;place-items:center;font-size:14px;font-weight:900;}
.ftv-step:nth-of-type(3) .ftv-step-num{background:var(--ftv-navy);}
.ftv-step:nth-of-type(5) .ftv-step-num{background:#10915a;}
.ftv-step h4{font-size:18px;margin:0 0 6px;font-weight:900;}
.ftv-step p{margin:0;color:var(--ftv-muted);font-size:14px;line-height:1.5;}
.ftv-arrow{text-align:center;color:var(--ftv-red);font-size:24px;font-weight:900;}

/* Airports */
.ftv-airports{padding:62px 0;background:#fff;border-top:1px solid var(--ftv-border);border-bottom:1px solid var(--ftv-border);}
.ftv-airports-wrap{display:grid;grid-template-columns:420px 1fr;gap:58px;align-items:center;}
.ftv-map{width:100%;max-width:380px;margin:auto;display:block;}
.ftv-airport-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 34px;margin-top:28px;}
.ftv-airport{display:grid;grid-template-columns:32px 1fr;gap:12px;align-items:start;}
.ftv-pin{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:var(--ftv-red);background:#fff1f1;font-size:18px;}
.ftv-airport strong{display:block;font-size:16px;margin-bottom:2px;}
.ftv-airport span{color:var(--ftv-muted);font-size:14px;}

/* Why */
.ftv-why{padding:58px 0;background:#fff;}
.ftv-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;}
.ftv-benefit{display:grid;grid-template-columns:64px 1fr;gap:15px;align-items:center;border:1px solid var(--ftv-border);border-radius:16px;background:#fff;padding:22px;box-shadow:0 8px 24px rgba(7,24,51,.05);}
.ftv-benefit-icon{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;background:#fff1f1;color:var(--ftv-red);font-size:27px;}
.ftv-benefit:nth-child(2) .ftv-benefit-icon{background:#eef5ff;color:var(--ftv-navy);}
.ftv-benefit:nth-child(3) .ftv-benefit-icon{background:#effaf4;color:#10915a;}
.ftv-benefit:nth-child(4) .ftv-benefit-icon{background:#f4efff;color:#704acb;}
.ftv-benefit h4{margin:0 0 4px;font-size:16px;font-weight:900;}
.ftv-benefit p{margin:0;color:var(--ftv-muted);font-size:13px;line-height:1.45;}

/* FAQ */
.ftv-faq{padding:52px 0 62px;background:#f8fbff;}
.ftv-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;}
.ftv-faq-box{background:#fff;border:1px solid var(--ftv-border);border-radius:16px;box-shadow:var(--ftv-soft-shadow);overflow:hidden;}
.ftv-faq-title{display:flex;align-items:center;gap:12px;padding:18px 22px;border-bottom:1px solid var(--ftv-border);font-weight:900;text-transform:uppercase;color:var(--ftv-navy);}
.ftv-faq-title .ftv-icon{color:var(--ftv-red);font-size:23px;}
.ftv-faq-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 22px;border-bottom:1px solid var(--ftv-border);font-weight:700;color:#243954;}
.ftv-faq-item:last-child{border-bottom:0;}
.ftv-faq-item span:last-child{font-size:20px;color:var(--ftv-navy);}

/* CTA */
.ftv-final-cta{padding:0 0 48px;background:#f8fbff;}
.ftv-cta-panel{position:relative;overflow:hidden;border-radius:18px;background:linear-gradient(105deg,rgba(6,31,64,.98),rgba(8,43,87,.92)),url('../img/home-redesign/cta-airport.svg') center right/cover no-repeat;color:#fff;padding:42px 38px;box-shadow:var(--ftv-shadow);}
.ftv-cta-panel h2{font-size:clamp(30px,3vw,44px);line-height:1.12;margin:0 0 10px;color:#fff;font-weight:950;text-align:center;}
.ftv-cta-panel p{text-align:center;max-width:720px;margin:0 auto 24px;color:rgba(255,255,255,.9);font-size:17px;}
.ftv-cta-actions{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;}
.ftv-footer-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:22px;}
.ftv-strip-item{display:flex;align-items:center;gap:12px;color:#243954;}
.ftv-strip-item .ftv-icon{font-size:24px;color:var(--ftv-navy);}
.ftv-strip-item strong{display:block;font-size:14px;}
.ftv-strip-item span{display:block;font-size:12px;color:var(--ftv-muted);}

/* Footer */
.ftv-site-footer{background:var(--ftv-navy-2);color:#d8e4f5;}
.ftv-footer-main{padding:54px 0 34px;display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:42px;border-bottom:1px solid rgba(255,255,255,.12);}
.ftv-footer-logo{width:210px;background:#fff;border-radius:12px;padding:6px 10px;margin-bottom:18px;}
.ftv-footer-about p{line-height:1.7;color:#b8c8dc;margin:0 0 18px;}
.ftv-footer-social{display:flex;gap:10px;}
.ftv-footer-social a{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.09);display:grid;place-items:center;color:#fff;font-weight:900;}
.ftv-footer-col h3{font-size:17px;color:#fff;margin:0 0 18px;font-weight:900;}
.ftv-footer-links{list-style:none;margin:0;padding:0;display:grid;gap:12px;}
.ftv-footer-links a{color:#b8c8dc;}
.ftv-footer-links a:hover{color:#fff;}
.ftv-contact-list{list-style:none;margin:0;padding:0;display:grid;gap:14px;color:#b8c8dc;}
.ftv-contact-list li{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:start;}
.ftv-contact-list .ftv-icon{color:var(--ftv-red);font-size:18px;}
.ftv-footer-bottom{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:13px;color:#b8c8dc;}
.ftv-footer-bottom-links{display:flex;gap:22px;}
.ftv-footer-bottom a:hover{color:#fff;}
.ftv-to-top{position:fixed;right:22px;bottom:22px;width:46px;height:46px;border-radius:50%;background:var(--ftv-red);color:#fff;display:grid;place-items:center;box-shadow:0 12px 30px rgba(231,51,47,.35);z-index:40;font-size:20px;}

@media(max-width:1100px){
  .ftv-menu{gap:18px;font-size:13px;}
  .ftv-logo{flex-basis:205px;width:205px;}.ftv-logo img{width:198px;max-width:198px;}
}
@media(max-width:1024px){
  .ftv-hero-shortcuts,.ftv-service-grid,.ftv-benefits{grid-template-columns:1fr 1fr;}
  .ftv-airports-wrap{grid-template-columns:1fr;gap:30px;}
  .ftv-map{max-width:330px;}
  .ftv-steps{grid-template-columns:1fr;gap:22px;}
  .ftv-arrow{transform:rotate(90deg);}
  .ftv-footer-main{grid-template-columns:1fr 1fr;}
  .ftv-desktop-menu,.ftv-nav-actions .ftv-header-book{display:none;}
  .ftv-mobile-toggle{display:flex;}
  .ftv-nav{height:76px;}
  .ftv-logo{flex-basis:210px;width:210px;height:62px;}
  .ftv-logo img{width:200px;max-width:200px;max-height:58px;}
}
@media(max-width:767px){
  .ftv-container{width:min(100% - 24px,1200px);}
  .ftv-topbar-inner{height:auto;padding:10px 0;align-items:flex-start;}
  .ftv-topbar-left,.ftv-topbar-right{gap:10px 16px;}
  .ftv-topbar-right{display:none;}
  .ftv-logo{flex-basis:190px;width:190px;height:58px;}
  .ftv-logo img{width:180px;max-width:180px;max-height:54px;}
  .ftv-hero{min-height:auto;background-position:center right;}
  .ftv-hero-content{padding:58px 0 28px;}
  .ftv-hero h1{font-size:38px;line-height:1.1;}
  .ftv-hero p{font-size:16px;font-weight:500;}
  .ftv-trust-row{gap:12px;}
  .ftv-hero-shortcuts,.ftv-service-grid,.ftv-benefits,.ftv-faq-grid,.ftv-airport-grid,.ftv-footer-strip{grid-template-columns:1fr;}
  .ftv-service-card{min-height:auto;padding:24px;}
  .ftv-service-illustration{width:120px;height:92px;}
  .ftv-step{grid-template-columns:72px 1fr;}
  .ftv-step-icon{width:72px;height:72px;font-size:30px;}
  .ftv-benefit{grid-template-columns:54px 1fr;}
  .ftv-benefit-icon{width:50px;height:50px;}
  .ftv-cta-panel{padding:32px 18px;}
  .ftv-btn{width:100%;}
  .ftv-footer-main{grid-template-columns:1fr;gap:28px;}
  .ftv-footer-bottom{flex-direction:column;text-align:center;padding:18px 0;}
  .ftv-footer-bottom-links{justify-content:center;flex-wrap:wrap;}
}


/* V3 layout fixes */
.ftv-main-header{overflow:visible;}
.ftv-nav{flex-wrap:nowrap;}
.ftv-desktop-menu{min-width:0;}
.ftv-nav-actions{flex:0 0 auto;}
.ftv-logo{flex-shrink:0;}
@media(max-width:1100px){
  .ftv-logo{width:196px;height:54px;flex-basis:auto;}
  .ftv-logo img{width:196px;max-width:196px;max-height:none;}
}
@media(max-width:1024px){
  .ftv-nav{height:72px;}
  .ftv-logo{width:198px;height:54px;flex-basis:auto;}
  .ftv-logo img{width:198px;max-width:198px;max-height:none;}
}
@media(max-width:767px){
  .ftv-nav{height:68px;}
  .ftv-logo{width:178px;height:50px;flex-basis:auto;}
  .ftv-logo img{width:178px;max-width:178px;max-height:none;}
  .ftv-hero{min-height:auto;background-position:center right;}
  .ftv-hero-content{padding:52px 0 20px;}
  .ftv-hero-shortcuts{margin:8px 0 32px;}
}

/* V4 refinements */
.ftv-hero-content{max-width:700px;}
.ftv-hero h1{font-weight:800;letter-spacing:-.035em;text-shadow:0 6px 22px rgba(0,0,0,.16);}
.ftv-hero p{font-weight:500;max-width:650px;}
.ftv-trust-row{display:none;}
.ftv-footer-about p{max-width:360px;}
.ftv-footer-social a:hover{background:var(--ftv-red);transform:translateY(-2px);}
.ftv-social-icon{width:18px;height:18px;fill:currentColor;display:block;}
@media(max-width:767px){.ftv-hero h1{font-weight:800;letter-spacing:-.03em;}}
