/*
Theme Name: Front Seat Travel & Cargo
Theme URI: https://frontseattravel.com/
Author: Front Seat Travel & Cargo
Description: Custom WordPress theme for Front Seat Travel & Cargo with AirQuest booking integration.
Version: 1.2.5-draft
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: frontseat-travel
License: GNU General Public License v2.0 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --fst-navy: #062f45;
  --fst-navy-deep: #042536;
  --fst-teal: #007e98;
  --fst-cyan: #00a8d6;
  --fst-gold: #f5b63a;
  --fst-ink: #102b3c;
  --fst-muted: #496574;
  --fst-line: #d9e6eb;
  --fst-mist: #f3f8fa;
  --fst-white: #fff;
  --fst-success: #34d399;
  --fst-radius: 16px;
  --fst-shadow: 0 18px 50px rgba(4, 47, 69, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #f7fbfc;
  color: var(--fst-ink);
  font-size: 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { top: 8px; left: 8px; z-index: 100000; width: auto; height: auto; padding: 12px 16px; margin: 0; clip: auto; background: white; color: var(--fst-navy); font-weight: 800; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid var(--fst-gold);
  outline-offset: 3px;
}

.fst-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.fst-section { padding: 56px 0; }
.fst-kicker {
  margin: 0 0 10px;
  color: var(--fst-teal);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.fst-kicker--light { color: var(--fst-gold); }
.fst-section-heading { max-width: 780px; margin: 0 auto 24px; text-align: center; }
.fst-section-heading h2, .fst-page-hero h1, .fst-content-card h1, .fst-content-card h2 {
  color: var(--fst-navy);
  line-height: 1.12;
  letter-spacing: -.025em;
}
.fst-section-heading h2 { margin: 0 0 12px; font-size: clamp(32px, 4vw, 48px); }
.fst-section-heading p { margin: 0; color: var(--fst-muted); font-size: 19px; }

.fst-utility { background: var(--fst-navy-deep); color: #e9fbff; font-size: 14px; }
.fst-utility__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.fst-utility__inner p { margin: 0; }
.fst-utility__links { display: flex; align-items: center; gap: 22px; }
.fst-utility__links a:hover { color: var(--fst-white); }
.fst-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--fst-success); box-shadow: 0 0 0 4px rgba(52, 211, 153, .12); }

.fst-header { position: relative; z-index: 30; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(6,47,69,.08); }
.fst-header__inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.fst-brand { display: inline-flex; align-items: center; flex: none; }
.fst-brand img { display: block; width: 220px; max-height: 62px; object-fit: contain; }
.fst-brand__text { color: var(--fst-navy); font-size: 22px; font-weight: 900; }
.fst-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.fst-nav > ul { display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; list-style: none; }
.fst-nav li { margin: 0; padding: 0; list-style: none; }
.fst-nav a { color: #274657; font-size: 16px; font-weight: 750; }
.fst-nav a:hover, .fst-nav .current-menu-item > a { color: var(--fst-teal); }
.fst-header__cta { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 10px; background: var(--fst-gold); color: var(--fst-navy-deep); font-size: 15px; font-weight: 850; box-shadow: 0 7px 18px rgba(245,182,58,.22); }
.fst-mobile-nav { display: none; margin-left: auto; position: relative; }
.fst-mobile-nav summary { list-style: none; width: 46px; height: 46px; display: grid; place-content: center; gap: 5px; cursor: pointer; border: 1px solid var(--fst-line); border-radius: 10px; }
.fst-mobile-nav summary::-webkit-details-marker { display: none; }
.fst-mobile-nav summary span { width: 22px; height: 2px; background: var(--fst-navy); }
.fst-mobile-nav nav { position: absolute; top: 54px; right: 0; width: 250px; padding: 10px; display: grid; background: white; border: 1px solid var(--fst-line); border-radius: 13px; box-shadow: var(--fst-shadow); }
.fst-mobile-nav nav a { padding: 13px; border-bottom: 1px solid #edf3f5; font-weight: 750; }

.fst-hero {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(0,168,214,.36), transparent 30%),
    linear-gradient(130deg, var(--fst-navy-deep), #075973 62%, var(--fst-teal));
  color: white;
}
.fst-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .11;
  background-image: linear-gradient(135deg, transparent 45%, #fff 45%, #fff 47%, transparent 47%);
  background-size: 94px 94px;
}
.fst-hero__inner { position: relative; z-index: 1; min-height: 410px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 48px; padding: 48px 0 78px; }
.fst-hero h1 { max-width: 720px; margin: 0 0 20px; color: white; font-size: clamp(44px, 5.4vw, 68px); line-height: 1.02; letter-spacing: -.045em; }
.fst-hero h1 span { color: #91e3f2; }
.fst-hero__lead { max-width: 680px; margin: 0 0 24px; color: #e3f5f8; font-size: 19px; line-height: 1.6; }
.fst-hero__points { display: flex; flex-wrap: wrap; gap: 12px 22px; }
.fst-hero__points span { font-size: 15.5px; font-weight: 750; }
.fst-hero__points span::before { content: "✓"; margin-right: 8px; color: var(--fst-success); font-weight: 900; }
.fst-hero__actions { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 12px; }
.fst-hero__actions .fst-button { min-width: 174px; box-shadow: 0 10px 24px rgba(2,29,42,.24); }
.fst-button.fst-button--hero-secondary { border: 2px solid rgba(255,255,255,.86); background: rgba(255,255,255,.08); color: white; box-shadow: none; }
.fst-button.fst-button--hero-secondary:hover { background: white; color: var(--fst-navy-deep); }
.fst-hero__visual { position: relative; min-height: 320px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: rgba(255,255,255,.08); box-shadow: 0 24px 55px rgba(2,29,42,.3); }
.fst-hero__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.fst-hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(4,37,54,.62)); }
.fst-hero__visual figcaption { position: absolute; z-index: 1; left: 22px; bottom: 20px; max-width: 235px; padding: 15px 18px; border-radius: 14px; background: rgba(255,255,255,.94); color: var(--fst-navy); box-shadow: 0 12px 28px rgba(4,37,54,.18); }
.fst-hero__visual strong { display: block; color: var(--fst-teal); font-size: 32px; line-height: 1; }
.fst-hero__visual span { color: var(--fst-navy); font-size: 15px; font-weight: 800; }

.fst-booking { position: relative; z-index: 4; margin-top: -74px; padding-bottom: 34px; }
.fst-booking__panel { overflow: hidden; background: white; border: 1px solid rgba(6,47,69,.09); border-radius: 20px; box-shadow: var(--fst-shadow); }
.fst-booking__head { padding: 27px 32px 20px; display: flex; justify-content: space-between; align-items: end; gap: 24px; background: linear-gradient(90deg, #fff, var(--fst-mist)); }
.fst-booking__head h2 { margin: 0 0 6px; color: var(--fst-navy); font-size: clamp(28px, 4vw, 40px); line-height: 1.1; }
.fst-booking__head p { margin: 0; color: var(--fst-muted); }
.fst-booking__status { flex: none; padding: 8px 13px; border-radius: 999px; background: #e9f8f2; color: #075d47; font-size: 14px; font-weight: 850; }
.fst-booking__body { display: grid; grid-template-columns: minmax(420px, 540px) minmax(0, 1fr); border-top: 1px solid #e8f0f3; }
.fst-booking__engine { min-width: 0; background: white; border-right: 1px solid var(--fst-line); }
.fst-booking iframe { display: block; width: 100%; height: 540px; border: 0; background: white; }
.fst-booking__aside { display: grid; align-content: center; padding: clamp(34px, 5vw, 66px); background: linear-gradient(145deg, #edf8fb 0%, #fff 55%, #fff7e7 100%); }
.fst-booking__aside h3 { max-width: 460px; margin: 0 0 12px; color: var(--fst-navy); font-size: clamp(28px, 3.4vw, 42px); line-height: 1.12; letter-spacing: -.025em; }
.fst-booking__aside > p:not(.fst-kicker) { max-width: 500px; margin: 0; color: var(--fst-muted); font-size: 18px; }
.fst-booking__benefits { margin: 24px 0 28px; padding: 0; display: grid; gap: 12px; list-style: none; }
.fst-booking__benefits li { position: relative; padding-left: 30px; color: #315364; font-weight: 750; }
.fst-booking__benefits li::before { content: "\2713"; position: absolute; top: 0; left: 0; color: var(--fst-teal); font-weight: 950; }
.fst-booking__aside-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.fst-booking__aside-actions .fst-button { min-width: 150px; }
.fst-button.fst-button--outline { border: 1px solid var(--fst-teal); background: transparent; color: var(--fst-teal); }
.fst-button.fst-button--outline:hover { background: var(--fst-teal); color: white; }

.fst-trust { position: relative; padding: 34px 0 48px; background: linear-gradient(115deg, #e7f5f8 0%, #f7fbfc 52%, #fff3d6 100%); }
.fst-trust::before { content: ""; position: absolute; top: 0; left: 50%; width: 92px; height: 5px; transform: translateX(-50%); border-radius: 0 0 999px 999px; background: var(--fst-gold); }
.fst-trust__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fst-trust article { min-height: 154px; padding: 23px; display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 17px; border: 0; border-radius: 18px; box-shadow: 0 16px 36px rgba(4,47,69,.13); }
.fst-trust article:nth-child(1) { background: linear-gradient(145deg, var(--fst-navy-deep), #075973); }
.fst-trust article:nth-child(2) { background: linear-gradient(145deg, #00758f, #00a1bd); }
.fst-trust article:nth-child(3) { border: 1px solid rgba(245,182,58,.58); background: linear-gradient(145deg, #fff7e4, #ffe4a7); }
.fst-trust article > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--fst-gold); color: var(--fst-navy-deep); font-size: 14px; font-weight: 950; box-shadow: 0 7px 16px rgba(4,37,54,.16); }
.fst-trust strong { display: block; color: white; font-size: 21px; line-height: 1.25; }
.fst-trust p { margin: 8px 0 0; color: #e7f7fa; font-size: 17px; line-height: 1.55; }
.fst-trust article:nth-child(3) strong { color: var(--fst-navy-deep); }
.fst-trust article:nth-child(3) p { color: #405d6d; }

.fst-credentials { background: linear-gradient(135deg, #f8fcfd 0%, #e8f6f9 58%, #fff4da 100%); }
.fst-credential-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; align-items: stretch; }
.fst-iata-card { padding: 28px; display: grid; align-content: center; gap: 24px; border-radius: 18px; background: linear-gradient(140deg, var(--fst-navy-deep), #075973); color: white; }
.fst-iata-card img { width: 150px; max-height: 72px; padding: 13px 15px; border-radius: 12px; background: white; object-fit: contain; }
.fst-iata-card h3 { margin: 0 0 8px; color: white; font-size: 23px; line-height: 1.2; }
.fst-iata-card p { margin: 0; color: #d8edf2; }
.fst-logo-heading { margin: 0 0 14px; color: var(--fst-navy); font-size: 20px; }
.fst-airline-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.fst-logo-tile { min-height: 108px; padding: 14px 18px; display: grid; place-items: center; border: 1px solid #c8e0e8; border-radius: 13px; background: rgba(255,255,255,.88); box-shadow: 0 8px 22px rgba(4,47,69,.07); }
.fst-logo-tile img { width: 100%; max-width: 205px; max-height: 72px; object-fit: contain; }
.fst-wordmark { color: var(--fst-navy); font-weight: 900; letter-spacing: -.02em; }
.fst-wordmark--royal { color: #84284e; font-family: Georgia, serif; font-size: 20px; }
.fst-trademark-note { margin: 12px 0 0; color: #334f5f; font-size: 16px; line-height: 1.55; }

.fst-offers { background: var(--fst-mist); }
.fst-offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fst-offer { overflow: hidden; border: 1px solid var(--fst-line); border-radius: var(--fst-radius); background: white; box-shadow: 0 10px 30px rgba(4,47,69,.08); }
.fst-offer__visual { position: relative; min-height: 185px; padding: 18px; display: flex; align-items: flex-end; overflow: hidden; color: white; background: var(--fst-navy); }
.fst-offer__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,37,54,.03) 35%, rgba(4,37,54,.74)); }
.fst-offer__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.fst-offer:nth-child(1) .fst-offer__visual img { object-position: center 55%; }
.fst-offer:nth-child(3) .fst-offer__visual img { object-position: center 44%; }
.fst-offer:hover .fst-offer__visual img { transform: scale(1.025); }
.fst-offer__visual span { position: relative; z-index: 1; padding: 7px 12px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(4,37,54,.82); font-size: 14px; font-weight: 800; }
.fst-offer__copy { padding: 20px; }
.fst-offer__copy small { color: #006d84; font-size: 14px; font-weight: 900; letter-spacing: .1em; }
.fst-offer h3 { margin: 9px 0; color: var(--fst-navy); font-size: 23px; line-height: 1.2; }
.fst-offer p { margin: 0 0 18px; color: var(--fst-muted); font-size: 17px; }
.fst-offer a { color: var(--fst-teal); font-weight: 850; }

.fst-services { background: linear-gradient(180deg, #f7fbfc 0%, #edf7f9 100%); }
.fst-services .fst-section-heading { position: relative; }
.fst-services .fst-section-heading::after { content: ""; width: 64px; height: 4px; margin: 20px auto 0; display: block; border-radius: 999px; background: var(--fst-gold); }
.fst-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fst-service { overflow: hidden; border: 1px solid var(--fst-line); border-radius: 18px; background: white; box-shadow: 0 12px 32px rgba(4,47,69,.085); transition: transform .25s ease, box-shadow .25s ease; }
.fst-service:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(4,47,69,.13); }
.fst-service__visual { position: relative; height: 168px; overflow: hidden; background: var(--fst-navy); }
.fst-service__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,37,54,.02), rgba(4,37,54,.42)); }
.fst-service__visual img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.fst-service:nth-child(1) .fst-service__visual img { object-position: center 42%; }
.fst-service:nth-child(2) .fst-service__visual img { object-position: center 54%; }
.fst-service:nth-child(3) .fst-service__visual img { object-position: center 57%; }
.fst-service:nth-child(5) .fst-service__visual img { object-position: center 68%; }
.fst-service:hover .fst-service__visual img { transform: scale(1.035); }
.fst-service__visual span { position: absolute; z-index: 1; left: 18px; bottom: 16px; min-width: 44px; min-height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--fst-gold); color: var(--fst-navy-deep); font-size: 14px; font-weight: 950; box-shadow: 0 7px 20px rgba(4,37,54,.28); }
.fst-service__copy { min-height: 150px; padding: 20px; border-top: 4px solid var(--fst-gold); }
.fst-service h3 { margin: 0 0 9px; color: var(--fst-navy); font-size: 23px; line-height: 1.2; }
.fst-service p { margin: 0; color: var(--fst-muted); font-size: 18px; line-height: 1.55; }

.fst-payments { position: relative; background: linear-gradient(120deg, #e7f5f8 0%, #f9fcfd 58%, #fff4da 100%); }
.fst-payments::before { content: ""; position: absolute; top: 0; left: 50%; width: 88px; height: 5px; transform: translateX(-50%); border-radius: 0 0 999px 999px; background: var(--fst-gold); }
.fst-payment-layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: 58px; align-items: center; }
.fst-payment-layout header h2 { max-width: 440px; margin: 0 0 14px; color: var(--fst-navy); font-size: clamp(34px, 4vw, 48px); line-height: 1.08; letter-spacing: -.03em; }
.fst-payment-layout header > p:not(.fst-kicker) { max-width: 500px; margin: 0; color: var(--fst-muted); font-size: 18px; }
.fst-payment-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.fst-payment-tile { min-height: 102px; padding: 14px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid #c8e0e8; border-radius: 14px; background: rgba(255,255,255,.9); color: var(--fst-navy); font-size: 15px; font-weight: 850; box-shadow: 0 9px 24px rgba(4,47,69,.07); }
.fst-payment-tile img { width: auto; max-width: 118px; max-height: 58px; object-fit: contain; }
.fst-wordmark--swish { color: #5f2a85; font-size: 21px; font-style: italic; }
.fst-bank-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 9px; background: #e6f4f7; color: var(--fst-teal); font-size: 12px; font-weight: 950; }

.fst-support { background: var(--fst-navy); color: white; }
.fst-support__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: start; }
.fst-support h2 { margin: 0 0 18px; color: white; font-size: clamp(34px, 4vw, 50px); line-height: 1.08; }
.fst-support__intro > p { color: #d4eaf0; }
.fst-support__steps { display: grid; gap: 12px; }
.fst-support__steps article { padding: 20px; display: grid; grid-template-columns: 38px 1fr; gap: 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: rgba(255,255,255,.06); }
.fst-support__steps article > span { color: var(--fst-gold); font-size: 14px; font-weight: 900; }
.fst-support__steps h3 { margin: 0 0 5px; color: white; }
.fst-support__steps p { margin: 0; color: #e4f4f7; font-size: 17.5px; }

.fst-contact-card { padding: 38px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-radius: 18px; background: linear-gradient(110deg, var(--fst-navy), var(--fst-teal)); color: white; }
.fst-contact-card h2 { margin: 0 0 8px; color: white; font-size: clamp(30px, 4vw, 44px); }
.fst-content-card .fst-contact-card p { margin: 0; color: #dff7fb; }
.fst-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.fst-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border: 0; border-radius: 10px; background: var(--fst-gold); color: var(--fst-navy-deep); cursor: pointer; font-weight: 900; }
.fst-button--light { background: white; color: var(--fst-navy); }
.fst-button--teal { background: var(--fst-teal); color: white; }

.fst-page-hero { padding: 66px 0; background: linear-gradient(120deg, var(--fst-navy), var(--fst-teal)); color: white; }
.fst-page-hero h1 { margin: 0 0 12px; color: white; font-size: clamp(38px, 5vw, 58px); }
.fst-page-hero p { max-width: 760px; margin: 0; color: #dff7fb; font-size: 18px; }
.fst-page-main { padding: 48px 0 70px; background: var(--fst-mist); }
.fst-content-card { max-width: 1080px; margin: 0 auto; padding: clamp(26px, 4.4vw, 50px); border: 1px solid var(--fst-line); border-radius: 18px; background: white; box-shadow: 0 10px 30px rgba(4,47,69,.07); }
.fst-content-card h2 { margin: 38px 0 14px; font-size: 30px; }
.fst-content-card h2:first-child { margin-top: 0; }
.fst-content-card h3 { margin: 30px 0 10px; color: var(--fst-navy); font-size: 22px; }
.fst-content-card p, .fst-content-card li { color: #334f5f; font-size: 18px; line-height: 1.72; }
.fst-content-card a { color: var(--fst-teal); text-decoration: underline; text-underline-offset: 3px; }
.fst-content-card ul { padding-left: 22px; }
.fst-terms-document { position: relative; margin: 0 0 30px; padding: 26px; overflow: hidden; display: grid; grid-template-columns: 70px minmax(0, 1fr) auto; gap: 22px; align-items: center; border: 1px solid #bcdde6; border-radius: 16px; background: linear-gradient(135deg, #eaf8fb 0%, #f8fcfd 56%, #fff7e7 100%); }
.fst-terms-document--simple { grid-template-columns: minmax(0, 1fr) auto; }
.fst-terms-document::after { content: ""; position: absolute; right: -58px; bottom: -72px; width: 150px; height: 150px; border: 28px solid rgba(245,182,58,.16); border-radius: 50%; pointer-events: none; }
.fst-terms-document > * { position: relative; z-index: 1; }
.fst-terms-document__icon { width: 70px; height: 78px; display: grid; place-items: center; border-radius: 10px 10px 10px 3px; background: var(--fst-navy); color: white; box-shadow: 0 10px 24px rgba(4,47,69,.16); }
.fst-terms-document__icon span { padding: 5px 7px; border: 2px solid var(--fst-gold); border-radius: 5px; color: white; font-size: 15px; font-weight: 900; letter-spacing: .08em; }
.fst-terms-document .fst-kicker { margin: 0 0 7px; font-size: 12px; }
.fst-content-card .fst-terms-document h2 { margin: 0 0 8px; color: var(--fst-navy); font-size: clamp(24px, 3vw, 32px); }
.fst-content-card .fst-terms-document p:last-child { max-width: 620px; margin: 0; color: #3f5d6b; font-size: 16px; line-height: 1.55; }
.fst-content-card .fst-terms-document__button { min-width: 250px; padding: 12px 18px; gap: 9px; color: var(--fst-navy-deep); text-align: center; text-decoration: none; box-shadow: 0 8px 20px rgba(4,47,69,.12); }
.fst-terms-document__button:hover { background: #ffca5a; transform: translateY(-1px); }
.fst-info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin: 22px 0; }
.fst-info-box { padding: 20px; border: 1px solid var(--fst-line); border-radius: 12px; background: #f8fbfc; }
.fst-info-box h3 { margin-top: 0; }
.fst-founder { margin: 42px 0 30px; padding: clamp(24px, 4vw, 42px); display: grid; grid-template-columns: 250px 1fr; gap: 38px; align-items: center; border-radius: 20px; background: linear-gradient(145deg, #edf8fb, #fff 52%, #fff7e7); border: 1px solid var(--fst-line); }
.fst-founder__portrait { position: relative; }
.fst-founder__portrait::after { content: ""; position: absolute; z-index: 0; right: -12px; bottom: -12px; width: 74px; height: 74px; border-radius: 50%; background: var(--fst-gold); opacity: .9; }
.fst-founder__portrait img { position: relative; z-index: 1; display: block; width: 240px; aspect-ratio: 1; object-fit: cover; border: 8px solid white; border-radius: 50%; box-shadow: 0 16px 36px rgba(4,47,69,.18); }
.fst-founder__copy h2 { margin: 0 0 14px; }
.fst-founder__copy p { margin: 0 0 12px; }
.fst-founder__facts { margin: 20px 0; padding: 0 !important; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.fst-founder__facts li { padding: 8px 12px; border: 1px solid #c6dfe7; border-radius: 999px; background: #fff8e8; color: var(--fst-navy); font-size: 14px; font-weight: 800; }
.fst-profile-link { display: inline-flex; align-items: center; color: #006f88 !important; font-size: 16px !important; font-weight: 850; overflow-wrap: anywhere; }
.fst-team-card { margin: 0 0 34px; padding: 26px 30px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid var(--fst-line); border-radius: 16px; background: #f8fbfc; }
.fst-team-card h2 { margin: 0 0 8px; }
.fst-team-card p { margin: 0 0 6px; }
.fst-map-card { position: relative; min-height: 190px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(135deg, #eaf7fa, #f8fbfc); }
.fst-map-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -56px; bottom: -62px; border: 28px solid rgba(0,126,152,.08); border-radius: 50%; }
.fst-map-card > * { position: relative; z-index: 1; }
.fst-map-card > a { align-self: flex-start; display: inline-flex; min-height: 42px; align-items: center; gap: 8px; padding: 0 14px; border-radius: 9px; background: var(--fst-teal); color: white; text-decoration: none; font-weight: 850; }
.fst-notice { margin: 24px 0; padding: 18px 20px; border-left: 4px solid var(--fst-gold); background: #fff8e8; color: #4e5360; }

.fst-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.fst-form label { display: grid; gap: 7px; color: var(--fst-navy); font-weight: 750; }
.fst-form .fst-field--full { grid-column: 1 / -1; }
.fst-form input, .fst-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #cbdde4; border-radius: 9px; background: white; color: var(--fst-ink); }
.fst-form textarea { min-height: 150px; resize: vertical; }
.fst-form__consent { grid-column: 1 / -1; min-height: 44px; display: flex !important; grid-template-columns: auto 1fr !important; align-items: center; gap: 11px; cursor: pointer; font-weight: 500 !important; }
.fst-form__consent input { flex: 0 0 22px; width: 22px; height: 22px; margin: 0; accent-color: var(--fst-teal); cursor: pointer; }
.fst-form__honeypot { position: absolute !important; left: -9999px !important; }
.fst-alert { margin: 0 0 20px; padding: 15px 17px; border-radius: 10px; background: #e9f8f2; color: #087455; font-weight: 750; }
.fst-alert--error { background: #fff0ef; color: #a4322a; }

.fst-footer { padding: 56px 0 24px; background: var(--fst-navy-deep); color: #c8dce3; }
.fst-footer__grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 40px; }
.fst-footer h3 { margin: 0 0 14px; color: white; font-size: 17px; }
.fst-footer p { margin: 0 0 8px; font-size: 16px; }
.fst-footer a { display: block; margin: 0 0 8px; font-size: 16px; }
.fst-footer a:hover { color: white; }
.fst-footer__bottom { margin-top: 36px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: 14px; }
.fst-whatsapp-float { position: fixed; z-index: 80; right: 20px; bottom: 20px; min-height: 54px; display: inline-flex; align-items: center; gap: 10px; padding: 7px 17px 7px 8px; border-radius: 999px; background: #0d8f61; color: white; box-shadow: 0 12px 30px rgba(4,47,69,.26); font-size: 14px; }
.fst-whatsapp-float span { width: 40px; height: 40px; display: grid; place-content: center; border-radius: 50%; background: rgba(255,255,255,.18); font-size: 12px; font-weight: 900; }
.fst-whatsapp-float strong { font-weight: 850; }
.fst-whatsapp-float:hover { background: #087a52; transform: translateY(-1px); }
.woocommerce .button, .woocommerce button.button, .woocommerce input.button { border-radius: 9px; background: var(--fst-teal); color: white; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--fst-teal); }


@media (max-width: 980px) {
  .fst-nav, .fst-header__cta { display: none; }
  .fst-mobile-nav { display: block; }
  .fst-hero__inner { grid-template-columns: 1fr; gap: 28px; padding-top: 52px; }
  .fst-hero__visual { display: none; }
  .fst-booking__body { grid-template-columns: 1fr; }
  .fst-booking__engine { border-right: 0; border-bottom: 1px solid var(--fst-line); }
  .fst-booking__aside { min-height: 360px; }
  .fst-service-grid { grid-template-columns: repeat(2, 1fr); }
  .fst-credential-layout, .fst-payment-layout { grid-template-columns: 1fr; gap: 28px; }
  .fst-payment-grid { grid-template-columns: repeat(3, 1fr); }
  .fst-support__grid { grid-template-columns: 1fr; gap: 42px; }
  .fst-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .fst-shell { width: min(100% - 24px, 1180px); }
  .fst-section { padding: 48px 0; }
  .fst-utility__inner { min-height: 44px; }
  .fst-utility__inner > p { display: none; }
  .fst-utility__links { width: 100%; justify-content: space-between; gap: 12px; }
  .fst-header__inner { min-height: 72px; }
  .fst-brand img { width: 190px; max-height: 54px; }
  .fst-hero, .fst-hero__inner { min-height: 410px; }
  .fst-hero__inner { padding: 38px 0 72px; }
  .fst-hero h1 { font-size: 38px; }
  .fst-hero__lead { font-size: 16.5px; }
  .fst-hero__actions { display: grid; grid-template-columns: 1fr; margin-top: 22px; }
  .fst-hero__actions .fst-button { width: 100%; }
  .fst-booking { margin-top: -48px; }
  .fst-booking__head { padding: 23px 18px 16px; display: block; }
  .fst-booking__status { display: inline-block; margin-top: 14px; }
  .fst-booking iframe { height: 590px; }
  .fst-booking__aside { min-height: 0; padding: 30px 22px; }
  .fst-booking__aside-actions { display: grid; }
  .fst-booking__aside-actions .fst-button { width: 100%; }
  .fst-trust__grid, .fst-offer-grid, .fst-service-grid, .fst-info-grid { grid-template-columns: 1fr; }
  .fst-airline-grid { grid-template-columns: 1fr 1fr; }
  .fst-payment-grid { grid-template-columns: repeat(2, 1fr); }
  .fst-founder { grid-template-columns: 1fr; text-align: left; }
  .fst-founder__portrait img { width: 190px; }
  .fst-team-card { padding: 24px 22px; display: grid; }
	.fst-terms-document { padding: 22px; grid-template-columns: 56px 1fr; gap: 16px; }
	.fst-terms-document--simple { grid-template-columns: 1fr; }
	.fst-terms-document__icon { width: 56px; height: 64px; }
	.fst-terms-document__copy { align-self: center; }
	.fst-terms-document__button { grid-column: 1 / -1; width: 100%; min-width: 0 !important; }
  .fst-contact-card { padding: 28px 22px; display: grid; }
  .fst-actions { display: grid; }
  .fst-form { grid-template-columns: 1fr; }
  .fst-form .fst-field--full { grid-column: auto; }
  .fst-footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .fst-footer__bottom { display: grid; }
  .fst-whatsapp-float { right: 14px; bottom: max(18px, env(safe-area-inset-bottom)); width: 48px; min-width: 48px; height: 48px; min-height: 48px; padding: 5px; }
  .fst-whatsapp-float span { width: 38px; height: 38px; }
  .fst-whatsapp-float strong { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
