:root{--navy:#071f3d;--navy2:#0d2f55;--gold:#c99342;--gold2:#d8a75d;--ink:#0b1f36;--muted:#5e6f82;--line:#dce5ef;--soft:#f6f8fb;--white:#fff;--shadow:0 18px 45px rgba(7,31,61,.12);--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(220,228,236,.85)}.nav-wrap{height:88px;display:flex;align-items:center;gap:16px}.brand{flex:0 0 auto}.brand img{width:142px;max-height:78px;object-fit:contain}.main-nav{display:flex;align-items:center;gap:18px;margin-left:auto;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;flex-wrap:nowrap}.main-nav a{padding:34px 0 28px;border-bottom:2px solid transparent;white-space:nowrap;line-height:1}.main-nav a.active{color:var(--gold);border-color:var(--gold)}.nav-actions{display:flex;gap:9px;margin-left:8px;white-space:nowrap;flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;white-space:nowrap;border-radius:7px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;border:1px solid transparent;transition:.2s;cursor:pointer;min-height:44px}.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#fff;box-shadow:0 10px 20px rgba(201,147,66,.22)}.btn-navy{background:var(--navy);color:#fff}.btn-outline{border-color:#0f2844;color:var(--navy);background:#fff}.btn:hover{transform:translateY(-1px)}.menu-toggle{display:none;background:#fff;border:1px solid var(--line);border-radius:8px;padding:9px 12px;font-size:22px}.hero{position:relative;min-height:560px;display:flex;align-items:center;overflow:hidden}.hero.short{min-height:410px}.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.74) 42%,rgba(255,255,255,.06) 78%);z-index:1}.hero-content{position:relative;z-index:2;max-width:610px;padding:70px 0 125px}.breadcrumb{font-size:13px;font-weight:700;color:var(--navy);margin-bottom:18px}.eyebrow{font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);font-size:13px}.h1,h1{font-family:Oswald,Inter,sans-serif;font-size:62px;line-height:1.03;margin:12px 0 18px;text-transform:uppercase;color:var(--navy);letter-spacing:-.01em}.lead{font-size:18px;max-width:545px;color:#223852}.gold-line{width:48px;height:2px;background:var(--gold);margin:16px 0 20px}.stats{display:flex;gap:28px;margin-top:34px}.stat{border-right:1px solid rgba(7,31,61,.22);padding-right:28px}.stat:last-child{border:0}.stat strong{display:block;font-size:26px;color:var(--navy)}.stat span{font-size:13px;font-weight:700}.quote-bar{position:relative;z-index:5;margin-top:-72px}.quote-card{background:#fff;border-radius:14px;box-shadow:var(--shadow);padding:26px;display:grid;grid-template-columns:minmax(150px,1fr) minmax(165px,1fr) minmax(165px,1fr) minmax(145px,.82fr) minmax(135px,.72fr);gap:14px;align-items:end}.quote-card>div{min-width:0}.quote-card .btn{width:100%;height:56px;margin:0;align-self:end}.input,.select,textarea{width:100%;max-width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;padding:14px 15px;font:inherit;color:var(--ink);height:56px;line-height:1.2}textarea{height:auto;min-height:120px;resize:vertical}label{display:block;font-size:11px;font-weight:800;text-transform:uppercase;color:var(--navy);margin-bottom:7px;white-space:nowrap}.quick-row{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:80px;border-top:1px solid var(--line);padding-top:16px;color:var(--navy);font-size:13px;font-weight:700}.security-inline{display:inline-flex;align-items:center;gap:8px}.security-inline input{width:58px;height:34px;border:1px solid var(--line);border-radius:7px;padding:6px 8px}.hp-field{position:absolute!important;left:-9999px!important;opacity:0!important;height:0!important;width:0!important;overflow:hidden}.section{padding:78px 0}.section.soft{background:linear-gradient(180deg,#fff,#f7f9fc)}.section-title{text-align:center;margin-bottom:34px}.section-title h2,.block h2{font-family:Oswald,Inter,sans-serif;text-transform:uppercase;font-size:28px;color:var(--navy);margin:0}.section-title p{color:var(--muted);margin:9px 0 0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 12px 30px rgba(7,31,61,.08);transition:.2s}.service-card:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(7,31,61,.13)}.service-card img{height:230px;width:100%;object-fit:cover}.service-card .body{padding:23px}.service-card h3{font-size:17px;text-transform:uppercase;color:var(--navy);margin:0 0 8px}.service-card p{color:var(--muted);font-size:14px;margin:0 0 14px}.arrow{color:var(--gold);font-weight:900}.split{display:grid;grid-template-columns:1fr 1.25fr;gap:42px;align-items:center}.panel{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 12px 30px rgba(7,31,61,.08);padding:34px}.checklist{list-style:none;margin:18px 0 0;padding:0}.checklist li{margin:11px 0;padding-left:28px;position:relative}.checklist li:before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:900}.video-tile{position:relative;border-radius:14px;overflow:hidden}.video-tile img{height:330px;width:100%;object-fit:cover}.play{position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:46px;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.45))}.cta{background:linear-gradient(90deg,var(--navy),var(--navy2));color:#fff;border-radius:14px;padding:34px;display:flex;align-items:center;justify-content:space-between;gap:20px;overflow:hidden}.cta h3{font-size:25px;margin:0 0 6px}.cta p{margin:0;color:#c9d5e4}.trust-bar{background:#fff;box-shadow:var(--shadow);border-radius:13px;padding:25px;display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:-42px;position:relative;z-index:4}.trust-item{border-right:1px solid var(--line);padding-right:18px}.trust-item:last-child{border:0}.trust-item strong{display:block;color:var(--navy);text-transform:uppercase;font-size:13px}.trust-item span{font-size:13px;color:var(--muted)}.long-card{display:grid;grid-template-columns:1.05fr 1fr .88fr;background:#fff;border:1px solid var(--line);border-radius:13px;overflow:hidden;box-shadow:0 12px 30px rgba(7,31,61,.08);margin-bottom:22px}.long-card img{height:285px;width:100%;object-fit:cover}.long-card .mid,.long-card .side{padding:34px}.long-card .side{border-left:1px solid var(--line)}.service-lines{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.service-line{border-right:1px solid var(--line);padding-right:24px}.service-line:last-child{border:0}.process{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;text-align:center}.process .num{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;margin:0 auto 12px;color:var(--gold);font-weight:800}.form-layout{display:grid;grid-template-columns:1fr 330px;gap:24px;align-items:start}.form-card{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:34px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid .full{grid-column:1/-1}.why-list{display:grid;gap:22px}.why-list div{border-bottom:1px solid var(--line);padding-bottom:18px}.contact-grid{display:grid;grid-template-columns:.9fr 1.3fr .9fr;gap:34px}.contact-info p{border-bottom:1px solid var(--line);padding-bottom:13px}.legal{max-width:920px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:40px;box-shadow:var(--shadow)}.legal h2{color:var(--navy)}.site-footer{background:#fbfcfe;border-top:1px solid var(--line);padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:32px}.footer-brand img{width:150px;margin-bottom:14px}.footer-grid h4{font-size:13px;text-transform:uppercase;color:var(--navy);margin:0 0 14px}.footer-grid a,.footer-grid p{display:block;color:#42546a;font-size:14px;margin:7px 0}.socials{display:flex;gap:14px;flex-wrap:wrap}.footer-bottom{border-top:1px solid var(--line);margin-top:35px;padding-top:18px;display:flex;justify-content:space-between;color:#5a6a7d;font-size:13px}.footer-bottom a{margin-left:20px}.float-whatsapp{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#25D366;color:#fff;z-index:60;display:grid;place-items:center;box-shadow:0 12px 26px rgba(37,211,102,.35);border:2px solid #fff}.float-whatsapp .wa-icon{width:34px;height:34px;display:block}.float-whatsapp:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(37,211,102,.42)}.notice{padding:12px 14px;border-radius:8px;margin-bottom:18px}.notice.ok{background:#edf9f1;color:#175c2d}.notice.err{background:#fff0f0;color:#8a1820}@media(max-width:1180px){.brand img{width:126px}.main-nav{gap:12px;font-size:10.5px}.btn{padding:11px 12px;font-size:10.5px}}@media(max-width:1060px){.menu-toggle{display:block;margin-left:auto}.main-nav,.nav-actions{display:none}.main-nav.open{position:absolute;top:88px;left:0;right:0;display:grid;background:#fff;padding:20px 30px;border-bottom:1px solid var(--line);gap:0}.main-nav.open a{padding:13px 0}.nav-wrap{height:82px}.brand img{width:138px}.h1,h1{font-size:46px}.quote-card{grid-template-columns:repeat(2,minmax(0,1fr))}.quote-card .btn{grid-column:1/-1}.quick-row{grid-column:1/-1;gap:30px}.cards,.split,.long-card,.form-layout,.footer-grid,.contact-grid{grid-template-columns:1fr}.service-lines,.process{grid-template-columns:1fr 1fr}.trust-bar{grid-template-columns:1fr 1fr;margin-top:20px}.quote-bar{margin-top:20px}.cta{display:block}.cta .actions{margin-top:18px}.hero{min-height:520px}}@media(max-width:620px){.container{width:min(100% - 26px,1180px)}.hero-content{padding:55px 0 90px}.h1,h1{font-size:37px}.lead{font-size:16px}.quote-card,.form-grid,.service-lines,.process{grid-template-columns:1fr}.trust-bar{grid-template-columns:1fr}.cards{grid-template-columns:1fr}.stats{gap:14px}.stat{padding-right:14px}.long-card img{height:220px}.section{padding:54px 0}.quick-row{gap:18px;flex-wrap:wrap}.footer-bottom{display:block}.footer-bottom a{margin-left:0;margin-right:16px}.service-card img{height:210px}}
/* v3 emergency layout guard */
.site-header{display:block!important;min-height:82px!important;overflow:visible!important}.site-header .brand,.site-header .brand img{display:block!important}.site-header .brand img{width:126px!important;max-width:126px!important;height:auto!important;max-height:72px!important;object-fit:contain!important}.footer-brand img{width:140px!important;max-width:140px!important;height:auto!important;max-height:105px!important;object-fit:contain!important}.main-nav{white-space:nowrap!important}.main-nav a{white-space:nowrap!important}.hero{background-image:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.78) 43%,rgba(255,255,255,.1) 78%),var(--hero-image);background-size:cover;background-position:center right}.hero .hero-img{display:none!important}.hero-home{min-height:560px}.quote-card{position:relative!important}.quote-card img,.hero-content img{display:none!important}.home-quote{grid-template-columns:minmax(160px,1fr) minmax(170px,1fr) minmax(170px,1fr) minmax(150px,.9fr) minmax(150px,.75fr)!important}.home-quote .field{min-width:0!important}.home-quote .input,.home-quote .select{height:56px!important}.home-quote .btn{height:56px!important;align-self:end!important}.stats{align-items:flex-start}.stat strong,.stat span{display:block!important}.quick-row{grid-column:1/-1!important}@media(max-width:1060px){.home-quote{grid-template-columns:repeat(2,minmax(0,1fr))!important}.home-quote .btn{grid-column:1/-1!important}.hero{background-position:center right}}@media(max-width:620px){.home-quote{grid-template-columns:1fr!important}.site-header .brand img{width:112px!important;max-width:112px!important}.footer-brand img{width:120px!important;max-width:120px!important}.hero{background-position:center right}.quick-row{justify-content:flex-start!important}}

/* v6 image visibility fix: every hero now receives --hero-image inline. */
.hero{background-image:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.76) 44%,rgba(255,255,255,.08) 78%),var(--hero-image)!important;background-size:cover!important;background-position:center right!important;background-repeat:no-repeat!important;}
.hero.short{min-height:430px!important;}
.hero .hero-img{display:none!important;}
@media(max-width:620px){.hero{background-position:center!important;}.hero:after{background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.78))!important;}.hero-content{padding-top:50px!important;padding-bottom:70px!important;}}


/* v7 HARD HERO FIX: use real <img> layer, not only CSS background variables. */
.hero{position:relative!important;overflow:hidden!important;background:#f7f9fc!important;}
.hero .hero-img{display:block!important;position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;z-index:0!important;opacity:1!important;max-width:none!important;}
.hero:after{content:""!important;position:absolute!important;inset:0!important;z-index:1!important;background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.76) 44%,rgba(255,255,255,.08) 78%)!important;}
.hero .hero-content{position:relative!important;z-index:2!important;}
@media(max-width:620px){.hero .hero-img{object-position:center!important}.hero:after{background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.78))!important;}}

/* v8 form overflow + responsive contact/quote stability */
html,body{max-width:100%;overflow-x:hidden;}
.form-card,.panel,.contact-grid>* ,.form-layout>*{min-width:0;}
.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
.form-grid .full{grid-column:1/-1!important;min-width:0;}
.form-grid label{white-space:normal!important;line-height:1.35;}
.form-grid .input,.form-grid .select,.form-grid textarea{min-width:0!important;width:100%!important;}
.form-grid textarea{display:block;}
.consent-row{display:flex!important;align-items:flex-start!important;gap:10px!important;font-size:12px!important;text-transform:none!important;letter-spacing:0!important;font-weight:700!important;color:var(--ink)!important;white-space:normal!important;overflow-wrap:anywhere!important;line-height:1.45!important;}
.consent-row input{flex:0 0 auto;margin-top:2px;}
.contact-grid{grid-template-columns:minmax(220px,.85fr) minmax(0,1.3fr) minmax(220px,.85fr)!important;gap:26px!important;align-items:start;}
.contact-grid h2{font-size:26px;line-height:1.15;overflow-wrap:break-word;}
.why-list p{overflow-wrap:anywhere;}
.form-layout{grid-template-columns:minmax(0,1fr) minmax(280px,330px)!important;}
.quote-card label{white-space:nowrap!important;}
@media(max-width:1180px){.contact-grid{grid-template-columns:1fr minmax(0,1.35fr)!important}.contact-grid>div:last-child{grid-column:1/-1!important}.form-layout{grid-template-columns:1fr!important}.form-layout aside{order:2}}
@media(max-width:760px){.form-grid{grid-template-columns:1fr!important}.contact-grid{grid-template-columns:1fr!important}.form-card{padding:24px!important}.contact-grid h2{font-size:23px}.input,.select,textarea{font-size:16px}.quote-card label{white-space:normal!important}}


/* v10 hero clarity + email diagnostic UI stability */
.hero .hero-img{
  opacity:1!important;
  filter:brightness(1.07) contrast(1.08) saturate(1.05)!important;
  object-position:center center!important;
}
.hero:after{
  background:linear-gradient(90deg,rgba(255,255,255,.86),rgba(255,255,255,.54) 42%,rgba(255,255,255,.06) 76%)!important;
}
.hero.short:after{
  background:linear-gradient(90deg,rgba(255,255,255,.88),rgba(255,255,255,.55) 42%,rgba(255,255,255,.08) 76%)!important;
}
.hero-home:after{
  background:linear-gradient(90deg,rgba(255,255,255,.88),rgba(255,255,255,.56) 42%,rgba(255,255,255,.04) 76%)!important;
}
@media(max-width:620px){
  .hero:after,.hero.short:after,.hero-home:after{background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(255,255,255,.62))!important;}
}
.mail-note{font-size:13px;color:#536579;background:#f7f9fc;border:1px solid var(--line);padding:12px 14px;border-radius:10px;margin:12px 0;}

/* v11: show hero photos exactly as uploaded - no haze, no overlay, no filters */
.hero,
.hero.short,
.hero-home{
  background-image:none!important;
  background:#fff!important;
}
.hero .hero-img{
  display:block!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
.hero:after,
.hero.short:after,
.hero-home:after{
  background:none!important;
  opacity:0!important;
  display:none!important;
  content:none!important;
}
.hero .hero-content{
  text-shadow:none!important;
}
@media(max-width:620px){
  .hero:after,
  .hero.short:after,
  .hero-home:after{
    background:none!important;
    opacity:0!important;
    display:none!important;
    content:none!important;
  }
}

/* v12: hero copy white for clear readability over raw photos */
.hero .hero-content,
.hero .hero-content .breadcrumb,
.hero .hero-content .eyebrow,
.hero .hero-content h1,
.hero .hero-content .h1,
.hero .hero-content .lead,
.hero .hero-content p,
.hero .hero-content .stat strong,
.hero .hero-content .stat span{
  color:#fff!important;
}
.hero .hero-content{
  text-shadow:0 3px 18px rgba(0,0,0,.62)!important;
}
.hero .gold-line{
  background:#fff!important;
  box-shadow:0 2px 10px rgba(0,0,0,.35)!important;
}
.hero .stat{
  border-right-color:rgba(255,255,255,.45)!important;
}
.hero .btn-outline{
  background:rgba(255,255,255,.92)!important;
  color:var(--navy)!important;
  text-shadow:none!important;
  border-color:rgba(255,255,255,.78)!important;
}
.hero .btn-navy,
.hero .btn-gold{
  text-shadow:none!important;
}


/* v13 legal compliance pages */
.legal p{font-size:16px;line-height:1.8;color:#31455d;margin:0 0 18px;}
.legal h2{margin-top:28px;margin-bottom:12px;font-family:Oswald,Inter,sans-serif;text-transform:uppercase;letter-spacing:.01em;}
.legal h2:first-child{margin-top:0;}
.footer-bottom span:last-child{display:flex;gap:20px;flex-wrap:wrap;align-items:center;}
.footer-bottom span:last-child a{margin-left:0!important;}
.consent-row a{color:var(--gold)!important;text-decoration:underline;text-underline-offset:2px;}


/* v16: complete home quote form, return date toggle, legal consent and security question */
.home-quote{display:block!important;padding:24px 26px!important;}
.home-quote .quote-primary{display:grid;grid-template-columns:minmax(150px,1.05fr) minmax(150px,1fr) minmax(150px,1fr) minmax(140px,.9fr) minmax(132px,.75fr);gap:14px;align-items:end;}
.home-quote .quote-extra{margin-top:14px;padding-top:16px;border-top:1px solid var(--line);display:grid;grid-template-columns:minmax(135px,.8fr) minmax(135px,.8fr) minmax(150px,.9fr) minmax(150px,.9fr) minmax(150px,.9fr) minmax(160px,1fr);gap:14px;align-items:end;}
.home-quote .return-toggle-wrap{display:flex;align-items:end;height:100%;min-height:56px;}
.text-toggle{border:0;background:transparent;color:var(--navy);font-weight:900;font-size:13px;cursor:pointer;padding:0;text-align:left;white-space:nowrap;}
.text-toggle:hover{color:var(--gold);}
.home-quote .return-date-field{display:none;}
.home-quote.show-return .return-date-field{display:block;}
.home-quote.show-return .add-return-toggle{color:var(--gold);}
.home-quote .quote-legal{margin-top:14px;padding-top:14px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;}
.home-quote .home-security{display:inline-flex!important;align-items:center!important;gap:8px!important;margin:0!important;white-space:nowrap!important;text-transform:none!important;letter-spacing:0!important;font-size:13px!important;}
.home-quote .home-security input{width:66px;height:38px;border:1px solid var(--line);border-radius:8px;padding:7px 9px;}
.home-quote .home-consent{margin:0!important;max-width:720px;}
.home-quote .btn{height:56px!important;}
.home-quote .input,.home-quote .select{height:56px!important;}
@media(max-width:1180px){
  .home-quote .quote-primary{grid-template-columns:repeat(2,minmax(0,1fr));}
  .home-quote .quote-primary .btn{grid-column:1/-1;}
  .home-quote .quote-extra{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:720px){
  .home-quote{padding:18px!important;}
  .home-quote .quote-primary,.home-quote .quote-extra{grid-template-columns:1fr!important;}
  .home-quote .quote-legal{align-items:flex-start;}
  .home-quote .home-security{width:100%;}
  .text-toggle{font-size:14px;}
}

/* v17: premium quick quote redesign for Home and Charter */
.premium-quote-form{
  background:rgba(255,255,255,.98)!important;
  border:1px solid rgba(210,222,235,.95)!important;
  border-radius:22px!important;
  box-shadow:0 26px 70px rgba(7,31,61,.16)!important;
  padding:26px 28px 28px!important;
  display:block!important;
  overflow:hidden!important;
}
.premium-quote-form .quote-service-row{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-bottom:16px;
}
.premium-quote-form .radio-card{
  position:relative;
  display:flex!important;
  align-items:center;
  gap:12px;
  min-height:70px;
  padding:15px 16px!important;
  border:1px solid var(--line);
  border-radius:14px;
  background:linear-gradient(180deg,#fff,#f8fbff);
  color:var(--navy);
  cursor:pointer;
  margin:0!important;
  text-transform:none!important;
  letter-spacing:0!important;
  transition:.2s ease;
  white-space:normal!important;
}
.premium-quote-form .radio-card:before{
  content:"";
  width:38px;
  height:38px;
  flex:0 0 38px;
  border-radius:50%;
  background:rgba(201,147,66,.11);
  border:1px solid rgba(201,147,66,.34);
}
.premium-quote-form .radio-card:after{
  content:"✈";
  position:absolute;
  left:27px;
  top:23px;
  color:var(--gold);
  font-size:16px;
}
.premium-quote-form .radio-card input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.premium-quote-form .radio-card strong{
  display:block;
  font-size:13px;
  line-height:1.15;
  text-transform:uppercase;
  letter-spacing:.035em;
}
.premium-quote-form .radio-card small{
  display:block;
  margin-top:5px;
  color:var(--muted);
  font-size:12px;
  font-weight:600;
  text-transform:none;
}
.premium-quote-form .radio-card:has(input:checked),
.premium-quote-form .radio-card.active{
  border-color:rgba(201,147,66,.9);
  box-shadow:0 12px 30px rgba(201,147,66,.14);
  background:linear-gradient(180deg,#fff,#fffaf2);
}
.premium-quote-form .quote-grid{
  display:grid!important;
  gap:14px;
  align-items:end;
}
.premium-quote-form .quote-route-grid{
  grid-template-columns:1.1fr 1.1fr .85fr .85fr .75fr;
}
.premium-quote-form:not(.show-return) .return-date-field{display:none!important;}
.premium-quote-form:not(.show-return) .quote-route-grid{grid-template-columns:1.15fr 1.15fr .9fr .8fr;}
.premium-quote-form .quote-contact-grid{
  grid-template-columns:1fr 1fr 1fr;
  margin-top:14px;
  padding-top:16px;
  border-top:1px solid var(--line);
}
.premium-quote-form .quote-tools-row{
  display:flex;
  justify-content:flex-start;
  padding:12px 0 0;
}
.premium-quote-form .text-toggle{
  border:0;
  background:transparent;
  color:var(--gold);
  font-weight:900;
  font-size:13px;
  cursor:pointer;
  padding:6px 0;
}
.premium-quote-form .input,
.premium-quote-form .select{
  border-radius:12px!important;
  background:#fbfdff!important;
  height:56px!important;
  border-color:#d7e2ee!important;
}
.premium-quote-form label:not(.radio-card):not(.consent-row):not(.security-inline){
  font-size:10.5px!important;
  letter-spacing:.04em!important;
  color:#0b2440!important;
}
.premium-quote-form .premium-legal{
  display:grid!important;
  grid-template-columns:minmax(170px,.35fr) minmax(0,1fr);
  gap:16px;
  align-items:center;
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid var(--line);
}
.premium-quote-form .home-security{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  margin:0!important;
  white-space:nowrap!important;
  font-size:13px!important;
  color:var(--navy)!important;
  text-transform:none!important;
  letter-spacing:0!important;
}
.premium-quote-form .home-security input{
  width:72px!important;
  height:42px!important;
  border:1px solid var(--line);
  border-radius:10px;
  padding:8px 10px;
}
.premium-quote-form .home-consent{
  margin:0!important;
  color:#20364f!important;
}
.premium-quote-form .home-consent span{
  font-size:12px!important;
  line-height:1.45!important;
}
.premium-quote-form .quote-submit-row{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid var(--line);
  display:flex;
  justify-content:flex-end;
}
.premium-quote-form .quote-submit-row .btn{
  min-width:220px!important;
  height:58px!important;
  border-radius:12px!important;
}
@media(max-width:980px){
  .premium-quote-form .quote-service-row,.premium-quote-form .quote-contact-grid{grid-template-columns:1fr!important;}
  .premium-quote-form .quote-route-grid,
  .premium-quote-form:not(.show-return) .quote-route-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .premium-quote-form .premium-legal{grid-template-columns:1fr!important;align-items:start;}
  .premium-quote-form .quote-submit-row{justify-content:stretch;}
  .premium-quote-form .quote-submit-row .btn{width:100%!important;}
}
@media(max-width:620px){
  .premium-quote-form{padding:18px!important;border-radius:16px!important;}
  .premium-quote-form .quote-route-grid,
  .premium-quote-form:not(.show-return) .quote-route-grid{grid-template-columns:1fr!important;}
  .premium-quote-form .home-security{white-space:normal!important;}
  .premium-quote-form .radio-card{min-height:66px;}
}


/* v18: compact luxury quote form - Option 3, with Total Pax next to Date */
.premium-quote-form.compact-quote-form{
  background:rgba(255,255,255,.985)!important;
  border:1px solid rgba(210,222,235,.95)!important;
  border-radius:18px!important;
  box-shadow:0 22px 56px rgba(7,31,61,.14)!important;
  padding:22px 24px!important;
  overflow:hidden!important;
}
.compact-quote-form .quote-service-tabs{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-width:560px;
  border:1px solid var(--line);
  border-radius:12px;
  overflow:hidden;
  margin-bottom:18px;
  background:#fff;
}
.compact-quote-form .service-tab{
  position:relative;
  display:flex!important;
  align-items:center;
  justify-content:center;
  min-height:48px;
  margin:0!important;
  padding:12px 16px!important;
  cursor:pointer;
  color:var(--navy)!important;
  text-transform:none!important;
  letter-spacing:0!important;
  font-size:13px!important;
  font-weight:900!important;
  border-right:1px solid var(--line);
}
.compact-quote-form .service-tab:last-child{border-right:0;}
.compact-quote-form .service-tab input{position:absolute;opacity:0;pointer-events:none;}
.compact-quote-form .service-tab:has(input:checked),
.compact-quote-form .service-tab.active{
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#fff!important;
  box-shadow:0 10px 22px rgba(201,147,66,.16);
}
.compact-quote-form .compact-contact-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  margin:0!important;
  padding:0 0 16px!important;
  border:0!important;
}
.compact-quote-form .compact-route-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.25fr) minmax(0,1.25fr) minmax(150px,.75fr) minmax(130px,.62fr)!important;
  gap:16px!important;
  align-items:end!important;
  margin:0!important;
  padding:0 0 16px!important;
  border-bottom:1px solid var(--line)!important;
}
.compact-quote-form:not(.show-return) .return-date-field{display:none!important;}
.compact-quote-form.show-return .compact-route-grid{
  grid-template-columns:minmax(0,1.15fr) minmax(0,1.15fr) minmax(145px,.7fr) minmax(130px,.62fr) minmax(145px,.7fr)!important;
}
.compact-quote-form .input,
.compact-quote-form .select{
  height:50px!important;
  border-radius:10px!important;
  background:#fff!important;
  border:1px solid #d7e2ee!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8)!important;
}
.compact-quote-form label:not(.service-tab):not(.consent-row):not(.security-inline){
  font-size:10px!important;
  letter-spacing:.04em!important;
  margin-bottom:6px!important;
  color:#0b2440!important;
}
.compact-quote-form .quote-final-row{
  display:grid!important;
  grid-template-columns:auto minmax(210px,.72fr) minmax(320px,1fr) minmax(180px,.55fr);
  gap:16px;
  align-items:center;
  padding-top:16px;
}
.compact-quote-form .text-toggle{
  border:0!important;
  background:transparent!important;
  color:var(--navy)!important;
  font-weight:900!important;
  font-size:13px!important;
  cursor:pointer!important;
  padding:0!important;
  white-space:nowrap;
}
.compact-quote-form .text-toggle:before{content:"＋";color:var(--gold);margin-right:6px;}
.compact-quote-form .home-security{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0!important;
  white-space:nowrap!important;
  color:var(--navy)!important;
  text-transform:none!important;
  letter-spacing:0!important;
  font-size:12px!important;
}
.compact-quote-form .home-security input{
  width:74px!important;
  height:38px!important;
  border:1px solid var(--line)!important;
  border-radius:9px!important;
  padding:7px 9px!important;
}
.compact-quote-form .home-consent{
  display:flex!important;
  align-items:flex-start!important;
  gap:9px!important;
  margin:0!important;
  color:#20364f!important;
}
.compact-quote-form .home-consent input{flex:0 0 auto;margin-top:3px;}
.compact-quote-form .home-consent span{
  font-size:11.5px!important;
  line-height:1.35!important;
}
.compact-quote-form .quote-final-row .btn{
  width:100%!important;
  min-width:0!important;
  height:50px!important;
  border-radius:10px!important;
  margin:0!important;
}
@media(max-width:1100px){
  .compact-quote-form .quote-final-row{grid-template-columns:1fr 1fr;}
  .compact-quote-form .home-consent{grid-column:1/-1;}
}
@media(max-width:900px){
  .compact-quote-form .compact-contact-grid,
  .compact-quote-form .compact-route-grid,
  .compact-quote-form.show-return .compact-route-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .compact-quote-form .quote-service-tabs{max-width:none;}
}
@media(max-width:620px){
  .premium-quote-form.compact-quote-form{padding:18px!important;border-radius:15px!important;}
  .compact-quote-form .quote-service-tabs,
  .compact-quote-form .compact-contact-grid,
  .compact-quote-form .compact-route-grid,
  .compact-quote-form.show-return .compact-route-grid,
  .compact-quote-form .quote-final-row{grid-template-columns:1fr!important;}
  .compact-quote-form .home-security{white-space:normal!important;}
}


/* v19: BosphorusJet-style compact premium quote form for homepage and charter */
.bosphorus-quote-form{
  background:rgba(255,255,255,.98)!important;
  border:1px solid rgba(218,228,238,.95)!important;
  border-radius:18px!important;
  box-shadow:0 22px 52px rgba(7,31,61,.15)!important;
  padding:18px 20px!important;
  overflow:hidden!important;
}
.bosphorus-quote-form .bjq-service-tabs{
  display:flex!important;
  align-items:center;
  gap:10px;
  margin:0 0 14px!important;
  padding-bottom:14px;
  border-bottom:1px solid var(--line);
}
.bosphorus-quote-form .bjq-service{
  position:relative;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:38px;
  padding:9px 15px!important;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:var(--navy)!important;
  cursor:pointer;
  margin:0!important;
  text-transform:none!important;
  letter-spacing:0!important;
  font-size:13px!important;
  font-weight:900!important;
  white-space:nowrap;
  transition:.18s ease;
}
.bosphorus-quote-form .bjq-service input{position:absolute;opacity:0;pointer-events:none;}
.bosphorus-quote-form .bjq-service:before{
  content:"";
  width:12px;
  height:12px;
  border-radius:50%;
  border:2px solid #aebccc;
  box-shadow:inset 0 0 0 3px #fff;
}
.bosphorus-quote-form .bjq-service:has(input:checked),
.bosphorus-quote-form .bjq-service.active{
  border-color:rgba(201,147,66,.55)!important;
  background:linear-gradient(180deg,#fffaf1,#fff)!important;
  box-shadow:0 8px 20px rgba(201,147,66,.13)!important;
}
.bosphorus-quote-form .bjq-service:has(input:checked):before,
.bosphorus-quote-form .bjq-service.active:before{
  border-color:var(--gold);
  background:var(--gold);
}
.bosphorus-quote-form .bjq-grid{
  display:grid!important;
  gap:12px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
.bosphorus-quote-form .bjq-top-grid{grid-template-columns:1.05fr .88fr 1.05fr .74fr!important;margin-bottom:12px!important;}
.bosphorus-quote-form .bjq-route-grid{grid-template-columns:1.2fr 1.2fr .62fr .9fr!important;margin-bottom:0!important;}
.bosphorus-quote-form.show-return .bjq-route-grid{grid-template-columns:1.2fr 1.2fr .62fr .9fr .74fr!important;}
.bosphorus-quote-form:not(.show-return) .return-date-field{display:none!important;}
.bosphorus-quote-form label:not(.bjq-service):not(.bjq-security):not(.bjq-consent){
  font-size:10px!important;
  letter-spacing:.045em!important;
  margin:0 0 5px!important;
  color:#0b2440!important;
  white-space:nowrap!important;
}
.bosphorus-quote-form .input,
.bosphorus-quote-form .select{
  height:46px!important;
  border-radius:10px!important;
  border:1px solid #d7e2ee!important;
  background:#fff!important;
  padding:11px 13px!important;
  font-size:14px!important;
  box-shadow:0 1px 0 rgba(255,255,255,.75) inset!important;
}
.bosphorus-quote-form .bjq-final-row{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid var(--line);
  display:grid!important;
  grid-template-columns:auto minmax(172px,.55fr) minmax(300px,1fr) minmax(168px,.55fr);
  gap:12px;
  align-items:center;
}
.bosphorus-quote-form .bjq-return-toggle{
  border:0!important;
  background:transparent!important;
  color:var(--navy)!important;
  font-weight:900!important;
  font-size:12.5px!important;
  cursor:pointer!important;
  padding:0!important;
  white-space:nowrap;
}
.bosphorus-quote-form .bjq-security{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0!important;
  color:var(--navy)!important;
  font-size:12px!important;
  font-weight:800!important;
  text-transform:none!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
}
.bosphorus-quote-form .bjq-security input{
  width:64px!important;
  height:36px!important;
  border:1px solid var(--line)!important;
  border-radius:9px!important;
  padding:6px 8px!important;
}
.bosphorus-quote-form .bjq-consent{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0!important;
  color:#213a56!important;
  text-transform:none!important;
  letter-spacing:0!important;
  font-size:11.2px!important;
  font-weight:700!important;
  line-height:1.35!important;
}
.bosphorus-quote-form .bjq-consent input{flex:0 0 auto;width:16px;height:16px;margin:0;}
.bosphorus-quote-form .bjq-consent a{color:#a87325;text-decoration:underline;}
.bosphorus-quote-form .bjq-final-row .btn{
  width:100%!important;
  min-width:0!important;
  height:46px!important;
  border-radius:10px!important;
  margin:0!important;
}
@media(max-width:1180px){
  .bosphorus-quote-form .bjq-top-grid,.bosphorus-quote-form .bjq-route-grid,.bosphorus-quote-form.show-return .bjq-route-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .bosphorus-quote-form .bjq-final-row{grid-template-columns:1fr 1fr!important;align-items:start;}
  .bosphorus-quote-form .bjq-consent{grid-column:1/-1;}
}
@media(max-width:620px){
  .bosphorus-quote-form{padding:16px!important;border-radius:15px!important;}
  .bosphorus-quote-form .bjq-service-tabs{display:grid!important;grid-template-columns:1fr!important;}
  .bosphorus-quote-form .bjq-top-grid,.bosphorus-quote-form .bjq-route-grid,.bosphorus-quote-form.show-return .bjq-route-grid,.bosphorus-quote-form .bjq-final-row{grid-template-columns:1fr!important;}
  .bosphorus-quote-form .bjq-security{white-space:normal!important;}
}


/* v20 - BosphorusJet exact-style compact quick charter form */
.quick-charter-form{
  background:#071d2f;
  border:1px solid #d79e3d;
  border-radius:8px;
  box-shadow:0 24px 60px rgba(7,31,61,.24);
  padding:28px 34px 32px;
  color:#fff;
  max-width:980px;
  margin:0 auto;
}
.quick-charter-form h2{
  margin:0 0 12px;
  font-family:Georgia,'Times New Roman',serif;
  font-size:30px;
  line-height:1.1;
  letter-spacing:.02em;
  text-transform:uppercase;
  color:#e5a83e;
  font-weight:700;
}
.qcf-trip-row{display:flex;align-items:center;gap:34px;margin:0 0 13px;flex-wrap:wrap}
.qcf-trip-row label{display:inline-flex!important;align-items:center;gap:9px;margin:0!important;color:#fff!important;font-size:15px!important;font-weight:600!important;text-transform:none!important;letter-spacing:0!important;cursor:pointer;white-space:nowrap!important}
.qcf-trip-row input{appearance:none;width:18px;height:18px;border:1px solid rgba(255,255,255,.65);border-radius:50%;background:transparent;display:inline-block;position:relative;margin:0;flex:0 0 18px}
.qcf-trip-row input:checked{border-color:#e5a83e;box-shadow:0 0 0 3px rgba(229,168,62,.12)}
.qcf-trip-row input:checked:after{content:"";position:absolute;inset:4px;border-radius:50%;background:#e5a83e}
.qcf-main-grid{display:grid;grid-template-columns:1.25fr 1.25fr 1fr .95fr .72fr;gap:12px;margin-bottom:12px}
.qcf-contact-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-bottom:14px}
.qcf-return-row{display:none;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;max-width:430px}
.quick-charter-form.show-return .qcf-return-row{display:grid}
.qcf-field{min-width:0;background:rgba(255,255,255,.035);border:1px solid rgba(211,226,242,.42);border-radius:5px;padding:10px 13px;height:62px;display:flex;flex-direction:column;justify-content:center}
.qcf-field label{margin:0 0 5px!important;color:#fff!important;font-size:12px!important;line-height:1!important;font-weight:800!important;text-transform:none!important;letter-spacing:0!important;white-space:nowrap!important}
.qcf-field input{width:100%;height:24px;border:0!important;outline:0!important;background:transparent!important;color:#fff!important;padding:0!important;font:inherit;font-size:14px!important;line-height:1.2!important}
.qcf-field input::placeholder{color:#d7e5f5;opacity:.95}
.qcf-field input[type="date"],.qcf-field input[type="time"]{color:#d7e5f5!important;color-scheme:dark}
.qcf-bottom-grid{display:grid;grid-template-columns:1fr 170px 260px;gap:16px;align-items:start;margin-top:8px}
.qcf-left-controls{display:grid;gap:8px;align-content:start}
.qcf-link{display:inline-flex;align-items:center;gap:7px;background:transparent;border:0;color:#fff;font-weight:700;font-size:13px;padding:0;cursor:pointer;width:max-content;text-align:left}
.qcf-link:hover{color:#e5a83e}
.qcf-consent{display:flex!important;align-items:flex-start;gap:9px;color:#fff!important;font-size:13px!important;line-height:1.35!important;font-weight:600!important;text-transform:none!important;letter-spacing:0!important;margin:0!important;white-space:normal!important}
.qcf-consent input{width:14px;height:14px;margin:2px 0 0;flex:0 0 14px;accent-color:#e5a83e}
.qcf-consent a{color:#fff;text-decoration:underline;font-weight:800}
.qcf-secure{font-size:12px;font-weight:700;color:#fff;opacity:.98}
.qcf-security{display:flex;align-items:center;gap:8px;justify-content:flex-start;align-self:start;margin-top:0;color:#fff}
.qcf-security label{margin:0!important;color:#fff!important;font-size:12px!important;text-transform:none!important;letter-spacing:0!important;font-weight:800!important;white-space:nowrap!important}
.qcf-security input{width:54px;height:34px;border:1px solid rgba(211,226,242,.42);border-radius:5px;background:rgba(255,255,255,.035);color:#fff;padding:5px 8px;outline:0}
.qcf-submit{height:50px;border:0;border-radius:5px;background:#e1a536;color:#071d2f;font-weight:900;text-transform:uppercase;letter-spacing:.16em;font-size:13px;cursor:pointer;box-shadow:0 10px 26px rgba(225,165,54,.22)}
.qcf-submit:hover{filter:brightness(1.04);transform:translateY(-1px)}
.quote-bar.container{margin-top:-70px;position:relative;z-index:8}.hero + .quote-bar.container{margin-bottom:42px}
@media(max-width:1100px){.quick-charter-form{max-width:100%;padding:24px}.qcf-main-grid{grid-template-columns:repeat(2,1fr)}.qcf-contact-grid{grid-template-columns:1fr}.qcf-bottom-grid{grid-template-columns:1fr}.qcf-submit{width:100%}.qcf-return-row{max-width:none}}
@media(max-width:620px){.quick-charter-form{padding:20px 16px}.quick-charter-form h2{font-size:24px}.qcf-main-grid,.qcf-return-row{grid-template-columns:1fr}.qcf-trip-row{gap:16px}.qcf-field{height:58px}.qcf-security{flex-wrap:wrap}.qcf-consent{font-size:12px!important}}


/* v21 - fixed Bosphorus quick charter form width, return-row behavior and aligned bottom row */
.quote-bar.container{width:min(1180px,calc(100% - 40px));}
.quick-charter-form{width:100%;max-width:none;margin:0 auto;padding:28px 34px 30px;}
.qcf-main-grid{grid-template-columns:1.35fr 1.35fr 1.1fr 1.05fr .85fr;gap:14px;}
.qcf-contact-grid{grid-template-columns:1.08fr 1.08fr 1.08fr;gap:14px;}
.qcf-return-row{display:none;grid-template-columns:1fr 1fr;gap:14px;margin:0 0 12px;max-width:520px;}
.quick-charter-form.show-return .qcf-return-row{display:grid!important;}
.qcf-bottom-grid{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(220px,260px);gap:18px;align-items:center;margin-top:8px;}
.qcf-left-controls{display:grid;gap:7px;min-width:0;}
.qcf-security{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0;white-space:nowrap;}
.qcf-security input{width:58px;flex:0 0 58px;}
.qcf-submit{width:100%;min-width:220px;align-self:center;}
.qcf-consent span{display:block;max-width:100%;}
.qcf-link{line-height:1.2;}
@media(max-width:1180px){.qcf-bottom-grid{grid-template-columns:1fr 170px 240px}.qcf-submit{min-width:0}.qcf-main-grid{grid-template-columns:repeat(2,1fr)}.qcf-main-grid .qcf-pax{grid-column:auto}}
@media(max-width:820px){.qcf-bottom-grid{grid-template-columns:1fr}.qcf-security{justify-content:flex-start}.qcf-submit{width:100%}.qcf-return-row{max-width:none}.qcf-contact-grid{grid-template-columns:1fr}}

/* v22 - compact Bosphorus-style quote form with explicit round-trip return details */
.quote-bar.container{max-width:1120px!important;}
.quick-charter-form.qcf-bosphorus{background:#071d2f!important;border:1px solid #d49b35!important;border-radius:8px!important;padding:30px 36px 34px!important;box-shadow:0 24px 55px rgba(5,18,31,.18)!important;color:#fff!important;}
.quick-charter-form.qcf-bosphorus h2{font-size:28px!important;line-height:1.08!important;margin:0 0 16px!important;color:#e8a63b!important;font-family:Georgia,'Times New Roman',serif!important;text-transform:uppercase!important;letter-spacing:.03em!important;}
.quick-charter-form.qcf-bosphorus .qcf-trip-row{gap:34px;margin-bottom:16px!important;}
.quick-charter-form.qcf-bosphorus .qcf-trip-row label{color:#fff!important;font-weight:800!important;font-size:15px!important;}
.quick-charter-form.qcf-bosphorus .qcf-main-grid{display:grid!important;grid-template-columns:1.25fr 1.25fr 1fr .95fr .72fr!important;gap:12px!important;margin-bottom:12px!important;}
.quick-charter-form.qcf-bosphorus .qcf-contact-grid{display:grid!important;grid-template-columns:1.08fr 1.08fr 1.08fr!important;gap:12px!important;margin-bottom:0!important;}
.quick-charter-form.qcf-bosphorus .qcf-field{background:rgba(255,255,255,.035)!important;border:1px solid rgba(211,226,242,.45)!important;border-radius:5px!important;height:62px!important;padding:10px 13px!important;}
.quick-charter-form.qcf-bosphorus .qcf-field label{color:#fff!important;font-size:12px!important;font-weight:900!important;}
.quick-charter-form.qcf-bosphorus .qcf-field input{color:#fff!important;font-size:15px!important;}
.quick-charter-form.qcf-bosphorus .qcf-field input::placeholder{color:#d8e6f3!important;opacity:.95!important;}
.quick-charter-form.qcf-bosphorus .qcf-roundtrip-panel{display:none;margin:0 0 12px!important;padding:14px!important;border:1px solid rgba(229,168,62,.42)!important;border-radius:7px!important;background:rgba(229,168,62,.055)!important;}
.quick-charter-form.qcf-bosphorus.show-roundtrip .qcf-roundtrip-panel{display:block!important;}
.quick-charter-form.qcf-bosphorus .qcf-roundtrip-title{font-size:12px!important;text-transform:uppercase!important;letter-spacing:.12em!important;font-weight:900!important;color:#e8a63b!important;margin:0 0 10px!important;}
.quick-charter-form.qcf-bosphorus .qcf-return-grid{display:grid!important;grid-template-columns:1.25fr 1.25fr 1fr .95fr .72fr!important;gap:12px!important;}
.quick-charter-form.qcf-bosphorus .qcf-final-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto 260px!important;gap:16px!important;align-items:center!important;border-top:1px solid rgba(211,226,242,.18)!important;margin-top:16px!important;padding-top:14px!important;}
.quick-charter-form.qcf-bosphorus .qcf-consent{display:flex!important;align-items:center!important;gap:9px!important;margin:0!important;color:#fff!important;font-size:13px!important;line-height:1.35!important;font-weight:700!important;min-width:0!important;}
.quick-charter-form.qcf-bosphorus .qcf-consent input{width:14px!important;height:14px!important;flex:0 0 14px!important;margin:0!important;accent-color:#e8a63b!important;}
.quick-charter-form.qcf-bosphorus .qcf-consent span{display:block!important;white-space:normal!important;}
.quick-charter-form.qcf-bosphorus .qcf-consent a{color:#fff!important;text-decoration:underline!important;font-weight:900!important;}
.quick-charter-form.qcf-bosphorus .qcf-security{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;white-space:nowrap!important;color:#fff!important;}
.quick-charter-form.qcf-bosphorus .qcf-security label{font-size:12px!important;font-weight:900!important;color:#fff!important;margin:0!important;}
.quick-charter-form.qcf-bosphorus .qcf-security input{width:60px!important;height:34px!important;border:1px solid rgba(211,226,242,.45)!important;border-radius:5px!important;background:rgba(255,255,255,.035)!important;color:#fff!important;padding:5px 8px!important;}
.quick-charter-form.qcf-bosphorus .qcf-submit{width:100%!important;min-width:220px!important;height:50px!important;border:0!important;border-radius:5px!important;background:#e1a536!important;color:#061927!important;font-size:13px!important;font-weight:950!important;letter-spacing:.16em!important;text-transform:uppercase!important;}
.quick-charter-form.qcf-bosphorus .qcf-secure{margin-top:10px!important;color:#fff!important;font-weight:800!important;font-size:12px!important;opacity:.98!important;}
.quick-charter-form.qcf-bosphorus .qcf-link,.quick-charter-form.qcf-bosphorus .add-return-toggle,.quick-charter-form.qcf-bosphorus .qcf-return-row{display:none!important;}
@media(max-width:1180px){.quick-charter-form.qcf-bosphorus{padding:26px!important}.quick-charter-form.qcf-bosphorus .qcf-main-grid,.quick-charter-form.qcf-bosphorus .qcf-return-grid{grid-template-columns:repeat(2,1fr)!important}.quick-charter-form.qcf-bosphorus .qcf-contact-grid{grid-template-columns:1fr!important}.quick-charter-form.qcf-bosphorus .qcf-final-row{grid-template-columns:1fr!important}.quick-charter-form.qcf-bosphorus .qcf-security{justify-content:flex-start!important}.quick-charter-form.qcf-bosphorus .qcf-submit{min-width:0!important}}
@media(max-width:620px){.quick-charter-form.qcf-bosphorus{padding:22px 16px!important}.quick-charter-form.qcf-bosphorus h2{font-size:23px!important}.quick-charter-form.qcf-bosphorus .qcf-main-grid,.quick-charter-form.qcf-bosphorus .qcf-return-grid{grid-template-columns:1fr!important}.quick-charter-form.qcf-bosphorus .qcf-trip-row{gap:18px!important}.quick-charter-form.qcf-bosphorus .qcf-field{height:58px!important}.quick-charter-form.qcf-bosphorus .qcf-security{flex-wrap:wrap!important}.quick-charter-form.qcf-bosphorus .qcf-consent{font-size:12px!important}}


/* v23 emergency hard fix for quick charter return fields */
.quick-charter-form.qcf-bosphorus .qcf-roundtrip-panel{display:none!important;}
.quick-charter-form.qcf-bosphorus.show-roundtrip .qcf-roundtrip-panel{display:block!important;}
.quick-charter-form.qcf-bosphorus .qcf-final-row{display:grid!important;grid-template-columns:minmax(220px,1fr) minmax(210px,.7fr) minmax(220px,.55fr)!important;gap:16px!important;align-items:center!important;}
.quick-charter-form.qcf-bosphorus .qcf-security{display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important;white-space:nowrap!important;}
.quick-charter-form.qcf-bosphorus .qcf-security input{width:70px!important;min-width:70px!important;}
@media(max-width:900px){.quick-charter-form.qcf-bosphorus .qcf-final-row{grid-template-columns:1fr!important}.quick-charter-form.qcf-bosphorus .qcf-security{white-space:normal!important}.quick-charter-form.qcf-bosphorus .qcf-submit{width:100%!important}}


/* v24 - Light premium quick quote form aligned with Bodrum Jet website style */
.quote-bar.container{
  max-width:1180px!important;
  width:min(1180px,calc(100% - 40px))!important;
}
.quick-charter-form.qcf-bosphorus{
  background:rgba(255,255,255,.98)!important;
  border:1px solid var(--line)!important;
  border-top:3px solid var(--gold)!important;
  border-radius:16px!important;
  color:var(--ink)!important;
  padding:24px 28px 26px!important;
  box-shadow:0 24px 55px rgba(7,31,61,.14)!important;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif!important;
}
.quick-charter-form.qcf-bosphorus h2{
  color:var(--navy)!important;
  font-family:Oswald,Inter,sans-serif!important;
  font-size:27px!important;
  line-height:1.05!important;
  text-transform:uppercase!important;
  letter-spacing:.02em!important;
  margin:0 0 14px!important;
}
.quick-charter-form.qcf-bosphorus .qcf-trip-row{
  border-bottom:1px solid var(--line)!important;
  padding-bottom:13px!important;
  margin-bottom:16px!important;
  gap:26px!important;
}
.quick-charter-form.qcf-bosphorus .qcf-trip-row label{
  color:var(--navy)!important;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif!important;
  font-weight:800!important;
  font-size:14px!important;
}
.quick-charter-form.qcf-bosphorus .qcf-trip-row input{
  accent-color:var(--gold)!important;
}
.quick-charter-form.qcf-bosphorus .qcf-field{
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-radius:10px!important;
  height:60px!important;
  padding:10px 13px!important;
  box-shadow:0 8px 18px rgba(7,31,61,.04)!important;
}
.quick-charter-form.qcf-bosphorus .qcf-field label{
  color:var(--navy)!important;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif!important;
  font-size:11px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.01em!important;
  margin:0 0 5px!important;
}
.quick-charter-form.qcf-bosphorus .qcf-field input{
  color:var(--ink)!important;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif!important;
  font-size:15px!important;
  font-weight:500!important;
  background:transparent!important;
}
.quick-charter-form.qcf-bosphorus .qcf-field input::placeholder{
  color:#66788d!important;
  opacity:1!important;
}
.quick-charter-form.qcf-bosphorus .qcf-roundtrip-panel{
  background:#f8fafc!important;
  border:1px solid var(--line)!important;
  border-radius:12px!important;
  padding:14px!important;
  margin:0 0 14px!important;
}
.quick-charter-form.qcf-bosphorus .qcf-roundtrip-title{
  color:var(--gold)!important;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}
.quick-charter-form.qcf-bosphorus .qcf-final-row{
  border-top:1px solid var(--line)!important;
  display:grid!important;
  grid-template-columns:minmax(330px,1fr) minmax(190px,auto) minmax(210px,250px)!important;
  gap:14px!important;
  align-items:center!important;
  margin-top:16px!important;
  padding-top:14px!important;
}
.quick-charter-form.qcf-bosphorus .qcf-consent{
  color:var(--ink)!important;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:700!important;
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  margin:0!important;
  text-transform:none!important;
  letter-spacing:0!important;
}
.quick-charter-form.qcf-bosphorus .qcf-consent input{
  width:16px!important;
  height:16px!important;
  flex:0 0 16px!important;
  margin:0!important;
  accent-color:var(--gold)!important;
}
.quick-charter-form.qcf-bosphorus .qcf-consent a{
  color:var(--gold)!important;
  text-decoration:underline!important;
  font-weight:900!important;
}
.quick-charter-form.qcf-bosphorus .qcf-security{
  color:var(--ink)!important;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  white-space:nowrap!important;
}
.quick-charter-form.qcf-bosphorus .qcf-security label{
  color:var(--ink)!important;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif!important;
  font-size:12px!important;
  font-weight:900!important;
  margin:0!important;
  text-transform:none!important;
  letter-spacing:0!important;
}
.quick-charter-form.qcf-bosphorus .qcf-security input{
  width:58px!important;
  min-width:58px!important;
  height:34px!important;
  border:1px solid var(--line)!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--ink)!important;
  padding:5px 8px!important;
}
.quick-charter-form.qcf-bosphorus .qcf-submit{
  width:100%!important;
  min-width:0!important;
  height:48px!important;
  border-radius:8px!important;
  background:linear-gradient(135deg,var(--gold),var(--gold2))!important;
  color:#fff!important;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.09em!important;
  text-transform:uppercase!important;
  box-shadow:0 12px 24px rgba(201,147,66,.24)!important;
}
.quick-charter-form.qcf-bosphorus .qcf-secure{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin-top:10px!important;
  color:#42546a!important;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif!important;
  font-weight:700!important;
  font-size:12px!important;
  opacity:1!important;
}
.quick-charter-form.qcf-bosphorus .trust-check{
  width:18px!important;
  height:18px!important;
  border-radius:50%!important;
  display:inline-grid!important;
  place-items:center!important;
  background:rgba(201,147,66,.14)!important;
  color:var(--gold)!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
  flex:0 0 18px!important;
}
@media(max-width:1180px){
  .quick-charter-form.qcf-bosphorus .qcf-final-row{grid-template-columns:1fr!important;gap:11px!important;}
  .quick-charter-form.qcf-bosphorus .qcf-submit{width:100%!important;}
  .quick-charter-form.qcf-bosphorus .qcf-security{justify-content:flex-start!important;}
}
@media(max-width:620px){
  .quote-bar.container{width:min(100% - 26px,1180px)!important;}
  .quick-charter-form.qcf-bosphorus{padding:20px 16px 22px!important;}
  .quick-charter-form.qcf-bosphorus h2{font-size:24px!important;}
  .quick-charter-form.qcf-bosphorus .qcf-consent{align-items:flex-start!important;}
  .quick-charter-form.qcf-bosphorus .qcf-security{white-space:normal!important;}
}

/* v25 AJAX form validation/status styling */
.ajax-notice.notice{margin:0 0 16px;padding:13px 16px;border-radius:10px;font-weight:800;line-height:1.45}
.ajax-notice.ok{background:#eaf7ef;color:#0f6b37;border:1px solid #bfe6cc}
.ajax-notice.err{background:#fdeaea;color:#9a1f1f;border:1px solid #f3c0c0}
.ajax-notice.info{background:#edf4ff;color:#163f70;border:1px solid #c4dbf7}
.field-error{margin-top:6px;color:#b42318;font-size:12px;font-weight:800;line-height:1.25}
.has-error input,.has-error textarea,.has-error select{border-color:#d92d20!important;box-shadow:0 0 0 3px rgba(217,45,32,.08)!important}
.quick-charter-form .ajax-notice{grid-column:1/-1;margin-bottom:14px}
.quick-charter-form .field-error{color:#b42318}
.quick-charter-form .qcf-security.has-error input,.quick-charter-form .qcf-field.has-error input{border-color:#d92d20!important;background:#fffafa!important}
.quick-charter-form .qcf-consent.has-error{outline:2px solid rgba(217,45,32,.25);outline-offset:4px;border-radius:6px}


/* v26 - clean validation UX + corrected light quick quote controls */
.quick-charter-form.qcf-bosphorus{
  position:relative!important;
  overflow:visible!important;
}
.quick-charter-form.qcf-bosphorus .qcf-trip-row input{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:18px!important;
  height:18px!important;
  border:1.8px solid #52667b!important;
  border-radius:50%!important;
  background:#fff!important;
  display:inline-block!important;
  position:relative!important;
  margin:0!important;
  flex:0 0 18px!important;
  box-shadow:none!important;
}
.quick-charter-form.qcf-bosphorus .qcf-trip-row input:checked{
  border-color:var(--gold)!important;
  box-shadow:0 0 0 3px rgba(201,147,66,.15)!important;
}
.quick-charter-form.qcf-bosphorus .qcf-trip-row input:checked:after{
  content:""!important;
  position:absolute!important;
  inset:4px!important;
  border-radius:50%!important;
  background:var(--gold)!important;
}
.quick-charter-form.qcf-bosphorus .qcf-field input[type="date"],
.quick-charter-form.qcf-bosphorus .qcf-field input[type="time"]{
  color-scheme:light!important;
  color:var(--ink)!important;
}
.quick-charter-form.qcf-bosphorus .qcf-field:has(input[type="date"]),
.quick-charter-form.qcf-bosphorus .qcf-field:has(input[type="time"]){
  position:relative!important;
}
.quick-charter-form.qcf-bosphorus .qcf-field:has(input[type="date"])::after{
  content:"📅";
  position:absolute;
  right:13px;
  bottom:13px;
  font-size:14px;
  line-height:1;
  pointer-events:none;
  opacity:.8;
}
.quick-charter-form.qcf-bosphorus .qcf-field:has(input[type="time"])::after{
  content:"🕒";
  position:absolute;
  right:13px;
  bottom:13px;
  font-size:14px;
  line-height:1;
  pointer-events:none;
  opacity:.8;
}
.quick-charter-form.qcf-bosphorus .qcf-field input[type="date"],
.quick-charter-form.qcf-bosphorus .qcf-field input[type="time"]{
  padding-right:28px!important;
}
.quick-charter-form.qcf-bosphorus .qcf-final-row{
  grid-template-columns:minmax(420px,1fr) minmax(180px,220px) minmax(220px,260px)!important;
  align-items:center!important;
}
.quick-charter-form.qcf-bosphorus .qcf-submit{
  background:var(--navy)!important;
  color:#fff!important;
  box-shadow:0 14px 26px rgba(7,31,61,.18)!important;
}
.quick-charter-form.qcf-bosphorus .qcf-submit:hover{
  background:#071d2f!important;
}
.ajax-notice.notice{display:none!important;}
.form-toast{
  position:absolute;
  top:16px;
  right:18px;
  max-width:min(420px,calc(100% - 36px));
  padding:12px 15px;
  border-radius:10px;
  font-weight:850;
  font-size:13px;
  line-height:1.35;
  z-index:30;
  box-shadow:0 18px 42px rgba(7,31,61,.20);
  border:1px solid transparent;
  animation:bjToastIn .18s ease-out;
}
.form-toast.err{background:#fff4f4;color:#9a1f1f;border-color:#f1b8b8;}
.form-toast.ok{background:#ecf9f1;color:#0f6b37;border-color:#bfe6cc;}
.form-toast.info{background:#eef6ff;color:#163f70;border-color:#c4dbf7;}
@keyframes bjToastIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}
.field-error{display:none!important;}
.has-error input,.has-error textarea,.has-error select,
.quick-charter-form .qcf-security.has-error input,.quick-charter-form .qcf-field.has-error input{
  border-color:#d92d20!important;
  box-shadow:0 0 0 3px rgba(217,45,32,.10)!important;
  background:#fff!important;
}
.quick-charter-form .qcf-consent.has-error{
  outline:2px solid rgba(217,45,32,.22)!important;
  outline-offset:4px!important;
  border-radius:8px!important;
}
@media(max-width:1180px){
  .quick-charter-form.qcf-bosphorus .qcf-final-row{grid-template-columns:1fr!important;}
  .quick-charter-form.qcf-bosphorus .qcf-submit{width:100%!important;}
  .form-toast{position:static;max-width:none;margin:0 0 14px;}
}

/* v27 request-a-quote dynamic BosphorusJet-style service form */
.request-layout-v27{grid-template-columns:minmax(0,1fr) 320px;gap:26px;align-items:start}.request-form-card-v27{padding:30px;border-radius:18px}.request-form-head{margin-bottom:22px}.request-form-head h2{font-family:Oswald,Inter,sans-serif;text-transform:uppercase;font-size:34px;line-height:1.1;margin:6px 0 8px;color:var(--navy)}.request-form-head p{margin:0;color:var(--muted)}.service-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 22px}.service-pill{position:relative;display:flex;align-items:center;justify-content:center;min-height:52px;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--navy);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;transition:.18s;white-space:normal;text-align:center}.service-pill input{position:absolute;opacity:0;pointer-events:none}.service-pill.active{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#fff;border-color:transparent;box-shadow:0 12px 26px rgba(201,147,66,.24)}.service-panel{display:none;border-top:1px solid var(--line);padding-top:22px}.service-panel.active{display:block}.trip-type-row{display:flex;gap:22px;align-items:center;margin-bottom:18px}.trip-type-row label{display:flex;align-items:center;gap:8px;margin:0;font-size:13px;color:var(--navy);text-transform:none;letter-spacing:0;font-weight:850;cursor:pointer}.trip-type-row input{width:17px;height:17px;accent-color:var(--gold)}.dynamic-grid{display:grid;gap:14px}.dynamic-grid-5{grid-template-columns:1.15fr 1.15fr .9fr .8fr .65fr}.dynamic-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.field-wrap{min-width:0}.field-wrap.full{grid-column:1/-1}.field-wrap label{margin-bottom:6px}.roundtrip-extra{display:none;margin:18px 0 0;padding:18px;border:1px solid rgba(201,147,66,.28);border-radius:14px;background:linear-gradient(180deg,rgba(201,147,66,.06),rgba(255,255,255,.88))}.dynamic-quote-form.show-roundtrip .roundtrip-extra{display:block}.subsection-title{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);margin:0 0 12px}.common-contact-block{margin-top:24px;padding-top:22px;border-top:1px solid var(--line)}.request-form-footer-v27{display:grid;grid-template-columns:minmax(0,1fr) auto 220px;gap:16px;align-items:center;margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.request-form-footer-v27 .consent-row{margin:0;display:flex;gap:10px;align-items:flex-start;font-size:12px;line-height:1.35;text-transform:none;letter-spacing:0;color:var(--ink);font-weight:750;white-space:normal}.request-form-footer-v27 .consent-row input{margin-top:2px;flex:0 0 auto;accent-color:var(--gold)}.request-form-footer-v27 .consent-row a{color:var(--gold);text-decoration:underline;font-weight:900}.security-compact{display:flex;align-items:center;gap:8px;white-space:nowrap}.security-compact label{margin:0;font-size:12px}.security-compact .input{width:72px;height:44px;padding:8px 10px}.request-form-footer-v27 .btn{height:50px;background:var(--navy);color:#fff;box-shadow:none}.request-side-card-v27{position:sticky;top:110px}.request-side-card-v27 h2{font-family:Oswald,Inter,sans-serif;text-transform:uppercase;font-size:25px;color:var(--navy);margin-top:0}.dynamic-quote-form .has-error input,.dynamic-quote-form .has-error select,.dynamic-quote-form .has-error textarea{border-color:#d92d20!important;background:#fffafa!important}.dynamic-quote-form .form-toast{position:fixed;right:24px;bottom:92px;z-index:1000;max-width:360px;padding:14px 16px;border-radius:12px;box-shadow:0 16px 38px rgba(7,31,61,.18);font-weight:850}.dynamic-quote-form .form-toast.err{background:#fff0f0;color:#9b111e;border:1px solid rgba(217,45,32,.22)}.dynamic-quote-form .form-toast.ok{background:#edf9f1;color:#175c2d;border:1px solid rgba(23,92,45,.18)}.dynamic-quote-form .form-toast.info{background:#f3f7fb;color:var(--navy);border:1px solid var(--line)}
@media(max-width:1180px){.request-layout-v27{grid-template-columns:1fr}.request-side-card-v27{position:static}.service-picker{grid-template-columns:repeat(2,1fr)}.dynamic-grid-5,.dynamic-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.request-form-footer-v27{grid-template-columns:1fr}}
@media(max-width:620px){.request-form-card-v27{padding:22px 16px}.service-picker,.dynamic-grid-5,.dynamic-grid-3{grid-template-columns:1fr}.trip-type-row{gap:14px;flex-wrap:wrap}.request-form-footer-v27{gap:12px}.security-compact{justify-content:flex-start}.request-form-footer-v27 .btn{width:100%}.dynamic-quote-form .form-toast{left:16px;right:16px;bottom:82px;max-width:none}}

/* v28: Mobile menu CTA visibility + SEO release polish */
.mobile-nav-action{display:none!important;}
@media(max-width:1060px){
  .menu-toggle{display:inline-flex!important;align-items:center;justify-content:center;color:var(--navy)!important;background:#fff!important;border:1px solid var(--line)!important;box-shadow:0 8px 22px rgba(7,31,61,.07)!important;}
  .main-nav.open{top:82px!important;z-index:70!important;padding:22px 30px 28px!important;background:#fff!important;box-shadow:0 24px 50px rgba(7,31,61,.12)!important;}
  .main-nav.open a{font-size:15px!important;line-height:1.2!important;padding:13px 0!important;color:var(--navy)!important;}
  .main-nav.open a.active{color:var(--gold)!important;}
  .main-nav.open .mobile-nav-action{display:flex!important;align-items:center;justify-content:center;margin-top:12px!important;padding:14px 18px!important;border-radius:10px!important;font-size:13px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.04em!important;}
  .main-nav.open .mobile-quote{background:linear-gradient(135deg,var(--gold),var(--gold2))!important;color:#fff!important;border:1px solid transparent!important;box-shadow:0 12px 26px rgba(201,147,66,.22)!important;}
  .main-nav.open .mobile-whatsapp{background:#fff!important;color:var(--navy)!important;border:1px solid var(--navy)!important;}
}

/* v29: Request-a-quote trip radio color aligned with homepage/charter quote form */
.dynamic-quote-form .trip-type-row input[type="radio"]{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:18px!important;
  height:18px!important;
  border:1.8px solid #52667b!important;
  border-radius:50%!important;
  background:#fff!important;
  display:inline-block!important;
  position:relative!important;
  margin:0!important;
  flex:0 0 18px!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
.dynamic-quote-form .trip-type-row input[type="radio"]:checked{
  border-color:var(--gold)!important;
  box-shadow:0 0 0 3px rgba(201,147,66,.15)!important;
}
.dynamic-quote-form .trip-type-row input[type="radio"]:checked:after{
  content:""!important;
  position:absolute!important;
  inset:4px!important;
  border-radius:50%!important;
  background:var(--gold)!important;
}
.dynamic-quote-form .trip-type-row label{
  color:var(--navy)!important;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif!important;
  font-weight:800!important;
  font-size:14px!important;
  gap:9px!important;
}
.dynamic-quote-form .trip-type-row input[type="radio"]:focus-visible{
  outline:2px solid rgba(201,147,66,.45)!important;
  outline-offset:2px!important;
}
