:root {
  --ft-bg: #161616;
  --ft-bg-soft: rgba(255, 255, 255, 0.08);
  --ft-bg-deep: #111111;
  --ft-text: #faf7f2;
  --ft-muted: #d1d5db;
  --ft-muted-2: #9ca3af;
  --ft-gold: #c5a06f;
  --ft-gold-soft: #e5c398;
  --ft-line: rgba(255, 255, 255, 0.12);
  --ft-line-strong: rgba(197, 160, 111, 0.28);
  --ft-radius-card: 2rem;
  --ft-radius-pill: 999px;
  --ft-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
  --ft-content: 820px;
  --ft-wide: 1280px;
}

body.ft-theme-light {
  --ft-bg: #f4efe7;
  --ft-bg-soft: rgba(255, 255, 255, 0.72);
  --ft-bg-deep: #ebe4da;
  --ft-text: #1d2733;
  --ft-muted: #516072;
  --ft-muted-2: #718096;
  --ft-gold: #b18552;
  --ft-gold-soft: #d2ad7c;
  --ft-line: rgba(33, 43, 56, 0.1);
  --ft-line-strong: rgba(177, 133, 82, 0.24);
  --ft-shadow: 0 18px 48px rgba(38, 48, 62, 0.08);
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  background: var(--ft-bg);
  color: var(--ft-text);
  font-family: "Manrope", sans-serif;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 0%, rgba(197, 160, 111, 0.1), transparent 28%),
    radial-gradient(circle at 80% 12%, rgba(255, 255, 255, 0.05), transparent 22%);
  z-index: 0;
}

body.ft-theme-light::before {
  background:
    radial-gradient(circle at 16% 0%, rgba(177, 133, 82, 0.12), transparent 30%),
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.58), transparent 24%);
}

.wp-site-blocks {
  min-height: 100vh;
  padding: 0;
  position: relative;
  background: transparent;
}

.ft-main {
  position: relative;
  z-index: 1;
  overflow: clip;
}

a {
  color: inherit;
  text-decoration: none;
  transition:
    color 0.24s ease,
    background-color 0.24s ease,
    border-color 0.24s ease,
    transform 0.24s ease;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

figure,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding-left: 1.15rem;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.ft-site-header {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 40;
  padding: 1rem 1rem 0;
}

.ft-site-header__bar {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 1rem 1.4rem;
  border-radius: var(--ft-radius-card);
  position: relative;
  isolation: isolate;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition:
    background-color 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.ft-site-header__bar::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(46, 47, 53, 0.76) 0%, rgba(30, 31, 35, 0.7) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 18px 42px rgba(9, 10, 12, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  z-index: 0;
  pointer-events: none;
}

.ft-site-header.is-scrolled .ft-site-header__bar::before {
  background: linear-gradient(180deg, rgba(52, 53, 59, 0.84) 0%, rgba(35, 36, 41, 0.78) 100%);
  border-color: rgba(197, 160, 111, 0.3);
}

body.ft-theme-light .ft-site-header__bar {
  background: transparent;
}

body.ft-theme-light .ft-site-header__bar::before {
  background: linear-gradient(180deg, rgba(241, 233, 222, 0.88) 0%, rgba(232, 222, 209, 0.84) 100%);
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow:
    0 18px 42px rgba(64, 49, 33, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body.ft-theme-light .ft-site-header.is-scrolled .ft-site-header__bar::before {
  background: linear-gradient(180deg, rgba(236, 226, 213, 0.94) 0%, rgba(226, 214, 198, 0.9) 100%);
  border-color: rgba(255, 255, 255, 0.56);
  box-shadow:
    0 20px 46px rgba(64, 49, 33, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.ft-site-header__bar > * {
  position: relative;
  z-index: 1;
}

.ft-branding {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  min-width: 0;
  flex: 0 1 19rem;
}

.ft-branding__logo {
  margin: 0;
  flex-shrink: 0;
}

.ft-branding__logo .custom-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  min-width: 3.25rem;
  height: 3.25rem;
  padding: 0.35rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

body.ft-theme-light .ft-branding__logo .custom-logo-link {
  border-color: rgba(33, 43, 56, 0.08);
  background: rgba(255, 255, 255, 0.76);
}

body.ft-theme-light .ft-branding__title,
body.ft-theme-light .ft-main-navigation .wp-block-navigation-item__content,
body.ft-theme-light .ft-main-navigation .wp-block-navigation__responsive-container-open,
body.ft-theme-light .ft-main-navigation .wp-block-navigation__responsive-container-close {
  color: rgba(255, 251, 245, 0.96);
  text-shadow: none;
}

body.ft-theme-light .ft-branding__tagline {
  color: rgba(255, 251, 245, 0.72);
  text-shadow: none;
}

.ft-branding__logo img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ft-branding__text {
  min-width: 0;
  max-width: 15rem;
}

.ft-branding__title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.ft-branding__title a:hover {
  color: var(--ft-gold);
}

.ft-branding__tagline {
  margin-top: 0.28rem;
  color: var(--ft-muted-2);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: normal;
  text-wrap: balance;
}

.ft-main-navigation {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  justify-content: flex-end;
}

.ft-main-navigation .wp-block-navigation__container,
.ft-main-navigation .wp-block-page-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
}

.ft-main-navigation .wp-block-navigation-item {
  flex: 0 0 auto;
}

.ft-main-navigation .wp-block-navigation-item__content {
  color: rgba(250, 247, 242, 0.88);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

body.ft-theme-light .ft-main-navigation .wp-block-navigation-item__content {
  color: rgba(255, 251, 245, 0.96);
  font-weight: 700;
  letter-spacing: 0.1em;
}

body.ft-theme-light .ft-main-navigation .wp-block-navigation-item__content[href*="/rezerwacja"] {
  color: #111111;
}

.ft-main-navigation .wp-block-navigation-item__content:hover,
.ft-main-navigation .wp-block-navigation-item__content[aria-current="page"] {
  color: var(--ft-gold);
}

.ft-main-navigation .wp-block-navigation-item__content[href*="/rezerwacja"] {
  padding: 0.9rem 1.25rem;
  border-radius: var(--ft-radius-pill);
  background: linear-gradient(135deg, var(--ft-gold) 0%, var(--ft-gold-soft) 100%);
  color: #111111;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ft-main-navigation .wp-block-navigation-item__content[href*="/rezerwacja"]:hover,
.ft-main-navigation .wp-block-navigation-item__content[href*="/rezerwacja"][aria-current="page"] {
  color: #111111;
}

.ft-main-navigation .wp-block-navigation__responsive-container-open,
.ft-main-navigation .wp-block-navigation__responsive-container-close {
  color: var(--ft-text);
}

.ft-main-navigation .wp-block-navigation__responsive-container {
  background: rgba(22, 22, 22, 0.98);
  color: var(--ft-text);
}

body.ft-theme-light .ft-main-navigation .wp-block-navigation__responsive-container {
  background: rgba(244, 239, 231, 0.98);
}

.ft-main-navigation .wp-block-navigation__responsive-container-content {
  padding: 5rem 1.5rem 2rem;
}

.ft-main-navigation .wp-block-navigation__responsive-container .wp-block-page-list {
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.ft-main-navigation .wp-block-navigation__responsive-container .wp-block-navigation-item__content[href*="/rezerwacja"] {
  display: inline-flex;
}

.ft-site-footer {
  position: relative;
  z-index: 1;
  padding: 3rem 1rem;
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.ft-site-footer__inner {
  max-width: var(--ft-wide);
  margin: 0 auto;
  padding: 0 1rem;
}

.ft-site-footer__copy {
  color: #6b7280;
  font-size: 0.9rem;
}

body.ft-theme-light .ft-site-footer {
  background: #ece5db;
  border-top-color: rgba(33, 43, 56, 0.08);
}

body.ft-theme-light .ft-site-footer__copy {
  color: #6b7280;
}

.ft-surface {
  background: var(--ft-bg-soft);
  border: 1px solid var(--ft-line);
  backdrop-filter: blur(14px);
  box-shadow: var(--ft-shadow);
  border-radius: var(--ft-radius-card);
}

body.ft-theme-light .ft-surface,
body.ft-theme-light .wp-block-group.is-style-ft-surface {
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(33, 43, 56, 0.11);
  box-shadow: 0 18px 44px rgba(38, 48, 62, 0.11);
}

body.ft-theme-light .wp-block-group.is-style-ft-glow {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(33, 43, 56, 0.08);
  box-shadow: 0 18px 44px rgba(38, 48, 62, 0.1);
}

body.ft-theme-light .wp-block-group.is-style-ft-glow::before,
body.ft-theme-light .ft-card--panel::before,
body.ft-theme-light .ft-table-card--panel::before {
  opacity: 0.55;
}

.ft-section {
  max-width: var(--ft-wide);
  margin: 0 auto;
  padding: 0 1rem 7rem;
  position: relative;
  z-index: 1;
}

.ft-section--page {
  padding-top: 9rem;
}

.ft-section--legal {
  padding-top: 6.5rem;
}

.ft-section--legal .ft-shell {
  max-width: 980px;
}

.ft-section--legal .ft-eyebrow {
  margin-bottom: 0.7rem;
}

.ft-section--legal h1.ft-title--section {
  font-size: clamp(2rem, 3vw, 2.85rem);
  margin-bottom: 0.85rem;
}

.ft-section--legal h2.ft-title--section {
  font-size: clamp(1.3rem, 1.8vw, 1.65rem);
  margin-top: 2.25rem;
  margin-bottom: 0.8rem;
  letter-spacing: -0.03em;
}

.ft-section--legal .ft-copy,
.ft-section--legal .ft-copy--lead {
  max-width: none;
  font-size: 1rem;
  line-height: 1.85;
}

.ft-section--legal .ft-copy--lead {
  margin-bottom: 1.2rem;
  color: var(--ft-text);
}

.ft-section--legal .ft-list {
  display: block;
  margin: 1rem 0 0;
  padding-left: 1.35rem;
  list-style: disc;
}

.ft-section--legal .ft-list li {
  margin-bottom: 0.75rem;
  padding-left: 0;
}

.ft-section--legal .ft-list li:last-child {
  margin-bottom: 0;
}

.ft-section--overlap {
  margin-top: -5rem;
  padding-bottom: 4rem;
}

.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden + section:not(.ft-section--overlap),
.site-main > section.relative.z-\[1\].flex.h-screen.items-center.justify-center.overflow-hidden + section:not(.ft-section--overlap),
.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden + .fasttransfer-editor-content,
.site-main > section.relative.z-\[1\].flex.h-screen.items-center.justify-center.overflow-hidden + .fasttransfer-editor-content,
.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden + #booking,
.site-main > section.relative.z-\[1\].flex.h-screen.items-center.justify-center.overflow-hidden + #booking {
  position: relative;
  z-index: 20;
  margin-top: -5rem;
}

.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden + section:not(.ft-section--overlap),
.site-main > section.relative.z-\[1\].flex.h-screen.items-center.justify-center.overflow-hidden + section:not(.ft-section--overlap) {
  padding-top: 3rem !important;
}

.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden + .fasttransfer-editor-content,
.site-main > section.relative.z-\[1\].flex.h-screen.items-center.justify-center.overflow-hidden + .fasttransfer-editor-content,
.site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden + #booking,
.site-main > section.relative.z-\[1\].flex.h-screen.items-center.justify-center.overflow-hidden + #booking {
  padding-top: 2.5rem;
}

.ft-section__head {
  max-width: 720px;
  margin: 0 auto 2.75rem;
  text-align: center;
}

.ft-eyebrow {
  margin-bottom: 0.9rem;
  color: var(--ft-gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ft-eyebrow--light {
  color: var(--ft-gold-soft);
}

.ft-title {
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.14;
  text-wrap: balance;
}

.ft-title span {
  color: var(--ft-gold);
}

.ft-title--hero {
  font-size: clamp(2.75rem, 6vw, 5.05rem);
  margin-bottom: 1.65rem;
}

.ft-title--section {
  font-size: clamp(1.95rem, 3.2vw, 3rem);
  margin-bottom: 1rem;
}

.ft-title--page {
  font-size: clamp(2.35rem, 4.1vw, 3.85rem);
  margin-bottom: 1rem;
}

.ft-copy {
  color: var(--ft-muted);
  line-height: 1.88;
  text-wrap: pretty;
}

.ft-copy--hero {
  max-width: 42rem;
  margin-inline: auto;
  font-size: 1.02rem;
}

.ft-copy--lead {
  max-width: 40rem;
  margin-inline: auto;
  font-size: 0.98rem;
}

.ft-copy--muted {
  max-width: 44rem;
  margin: 0.8rem auto 0;
  font-size: 0.94rem;
  color: var(--ft-muted-2);
}

.ft-note {
  margin-top: 1.5rem;
  color: var(--ft-muted-2);
  font-size: 0.9rem;
  line-height: 1.8;
  text-align: center;
}

.ft-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.ft-button-row--center {
  justify-content: center;
}

.ft-button-row--single {
  justify-content: flex-start;
}

.ft-button-row--stacked {
  flex-direction: column;
  align-items: stretch;
}

.wp-block-button .wp-block-button__link {
  transition:
    transform 0.24s ease,
    background-color 0.24s ease,
    border-color 0.24s ease,
    color 0.24s ease;
}

.wp-block-button .wp-block-button__link:hover {
  transform: translateY(-1px);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--ft-text);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.08);
}

.wp-block-group.is-style-ft-surface {
  background: var(--ft-bg-soft);
  border: 1px solid var(--ft-line);
  backdrop-filter: blur(14px);
  box-shadow: var(--ft-shadow);
  border-radius: var(--ft-radius-card);
}

.wp-block-group.is-style-ft-glow {
  position: relative;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: var(--ft-shadow);
  border-radius: var(--ft-radius-card);
  overflow: hidden;
}

.wp-block-group.is-style-ft-glow::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--ft-gold) 50%, transparent 100%);
  opacity: 0.85;
}

.wp-block-cover.is-style-ft-hero .wp-block-cover__background {
  background:
    linear-gradient(
      180deg,
      rgba(12, 12, 12, 0.08) 0%,
      rgba(12, 12, 12, 0.38) 48%,
      rgba(12, 12, 12, 0.82) 100%
    ) !important;
  opacity: 1 !important;
}

.wp-block-cover.is-style-ft-hero .wp-block-cover__inner-container {
  width: 100%;
}

.wp-block-button.is-style-ft-outline .wp-block-button__link {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--ft-text);
}

.wp-block-button.is-style-ft-outline .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.08);
}

.wp-block-button.is-style-ft-ghost .wp-block-button__link {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ft-text);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.wp-block-button.is-style-ft-ghost .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.14);
}

.wp-block-table.is-style-ft-pricing {
  border-radius: 1.5rem;
  overflow: hidden;
}

.wp-block-table.is-style-ft-pricing table {
  border-collapse: collapse;
}

.wp-block-table.is-style-ft-pricing th,
.wp-block-table.is-style-ft-pricing td {
  padding: 0.85rem 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.wp-block-table.is-style-ft-pricing th {
  color: var(--ft-gold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wp-block-table.is-style-ft-pricing td:first-child {
  color: var(--ft-text);
  font-weight: 600;
}

.wp-block-table.is-style-ft-pricing tr:last-child td {
  border-bottom: 0;
}

.wp-block-heading.is-style-ft-kicker {
  color: var(--ft-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.26em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ft-hero {
  overflow: hidden;
}

.ft-hero .wp-block-cover__background {
  background:
    linear-gradient(
      180deg,
      rgba(12, 12, 12, 0.1) 0%,
      rgba(12, 12, 12, 0.42) 55%,
      rgba(12, 12, 12, 0.78) 100%
    ) !important;
  opacity: 1 !important;
}

.ft-hero__body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 9rem 1rem 7rem;
  text-align: center;
}

.ft-reservation {
  padding: 2rem;
}

.ft-card__title--center {
  margin-bottom: 2rem;
  text-align: center;
}

.ft-grid {
  display: grid;
  gap: 1.5rem;
}

.ft-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ft-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ft-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ft-grid--pricing-top {
  grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
}

.ft-card,
.ft-table-card {
  min-height: 100%;
  padding: 2rem;
}

.ft-card--fleet {
  overflow: hidden;
  padding: 0;
}

.ft-card--fleet .ft-card__image img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.ft-card--fleet .ft-card__image--contain img {
  object-fit: contain;
  background: #e5e5e5;
  padding: 0.75rem;
}

.ft-card--fleet:hover .ft-card__image img {
  transform: scale(1.04);
}

.ft-card--fleet .ft-card__body {
  padding: 1.8rem;
}

.ft-card--accent {
  border-color: rgba(197, 160, 111, 0.48);
}

.ft-card--service,
.ft-card--mini,
.ft-card--contact {
  border-color: rgba(255, 255, 255, 0.1);
}

.ft-card--service {
  padding: 2rem;
}

.ft-card__premium-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: var(--ft-gold);
  color: #111111;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ft-icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.25rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--ft-gold) 0%, var(--ft-gold-soft) 100%);
  color: #111111;
  box-shadow: 0 12px 32px rgba(197, 160, 111, 0.22);
}

.ft-icon-badge::before {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
}

.ft-icon-badge--center {
  margin-inline: auto;
}

.ft-icon-badge--plane::before {
  content: "✈";
}

.ft-icon-badge--briefcase::before {
  content: "▣";
}

.ft-icon-badge--users::before {
  content: "◎";
}

.ft-icon-badge--location::before {
  content: "⌖";
}

.ft-icon-badge--mail::before {
  content: "✉";
}

.ft-icon-badge--building::before {
  content: "▦";
}

.ft-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  min-height: 3rem;
  margin-bottom: 1rem;
  padding: 0.5rem 0.75rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--ft-gold) 0%, var(--ft-gold-soft) 100%);
  color: #111111;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ft-card__label {
  margin-bottom: 0.8rem;
  color: var(--ft-gold);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ft-card__label--center {
  text-align: center;
}

.ft-card__title {
  margin-bottom: 1rem;
  font-size: 1.55rem;
  line-height: 1.3;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.ft-card__title--service {
  margin-bottom: 1rem;
  color: var(--ft-gold);
}

.ft-card__title--pricing {
  font-size: clamp(1.9rem, 2.2vw, 2.4rem);
  line-height: 1.2;
}

.ft-card__title--accent {
  color: var(--ft-gold);
}

.ft-card__meta {
  margin-bottom: 1rem;
  color: var(--ft-muted-2);
  font-size: 0.96rem;
  font-style: italic;
  line-height: 1.65;
}

.ft-card__copy {
  color: var(--ft-muted);
  font-size: 0.98rem;
  line-height: 1.86;
  text-wrap: pretty;
}

.ft-card__copy--service {
  margin-bottom: 1.25rem;
  font-size: 0.94rem;
}

.ft-card__mini-title {
  margin-bottom: 0.65rem;
  color: var(--ft-text);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.ft-card__contact {
  color: var(--ft-text);
  font-size: 1.08rem;
  line-height: 1.92;
  text-align: center;
}

.ft-card__contact a:hover {
  color: var(--ft-gold);
}

.ft-list {
  display: grid;
  gap: 0.72rem;
  margin-top: 1rem;
  color: var(--ft-muted);
  line-height: 1.8;
  text-wrap: pretty;
}

.ft-list strong {
  color: var(--ft-text);
}

.ft-list--service {
  color: #d1d5db;
  font-size: 0.92rem;
}

.ft-fleet-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1rem 0 1.05rem;
}

.ft-fleet-specs--double {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.ft-fleet-spec {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 0;
  width: 100%;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--ft-text);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1;
}

.ft-fleet-spec__icon {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  color: var(--ft-gold);
  flex-shrink: 0;
}

.ft-fleet-spec__icon svg {
  width: 100%;
  height: 100%;
}

.ft-fleet-spec__value {
  display: inline-flex;
  align-items: center;
}

.ft-fleet-feature-list {
  display: grid;
  gap: 0.55rem;
  margin: 0.15rem 0 0;
  color: var(--ft-muted);
  font-size: 0.95rem;
  line-height: 1.72;
  text-wrap: pretty;
}

body.ft-theme-light .ft-fleet-spec {
  background: rgba(17, 17, 17, 0.05);
  border-color: rgba(23, 33, 45, 0.12);
  color: #17212d;
}

body.ft-theme-light .ft-fleet-feature-list {
  color: #5c6b7c;
}

@media (max-width: 420px) {
  .ft-fleet-specs--double {
    grid-template-columns: 1fr;
  }
}

.ft-list--fleet,
.ft-list--checks {
  list-style: none;
  padding-left: 0;
}

.ft-list--fleet li,
.ft-list--checks li {
  position: relative;
  padding-left: 1.6rem;
}

.ft-list--fleet li::before,
.ft-list--checks li::before {
  position: absolute;
  left: 0;
  top: 0.05rem;
  color: var(--ft-gold);
  font-weight: 700;
}

.ft-list--fleet li::before {
  content: "•";
  font-size: 1.15rem;
  line-height: 1;
}

.ft-list--checks {
  gap: 1.05rem;
  margin-top: 1.75rem;
  font-size: 0.98rem;
}

.ft-list--checks li::before {
  content: "✓";
  font-size: 0.95rem;
}

.ft-list--tight {
  gap: 0.85rem;
}

.ft-faux-field {
  min-height: 100%;
  padding: 1.25rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ft-faux-field__label {
  margin-bottom: 0.65rem;
  color: var(--ft-muted-2);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ft-faux-field__value {
  color: var(--ft-text);
  line-height: 1.62;
}

.ft-faux-field--action {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.ft-faux-field--action .ft-button-row,
.ft-faux-field--action .wp-block-button,
.ft-faux-field--action .wp-block-button__link {
  width: 100%;
}

.ft-faux-field--action .wp-block-button__link {
  justify-content: center;
}

.ft-table {
  margin-top: 1.5rem;
  overflow-x: auto;
}

.ft-table table {
  width: 100%;
}

.ft-table th,
.ft-table td {
  padding: 0.85rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  vertical-align: top;
  font-size: 0.92rem;
}

.ft-table th {
  color: var(--ft-gold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ft-table td:first-child {
  color: var(--ft-text);
  font-weight: 600;
}

.ft-table tr {
  transition: background-color 0.24s ease;
}

.ft-table tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

.ft-table--availability td:not(:first-child) {
  text-align: center;
}

.ft-table tr:last-child td {
  border-bottom: 0;
}

.ft-table--compact {
  margin-top: 1.15rem;
}

.ft-table--compact th,
.ft-table--compact td {
  padding: 0.8rem 0.7rem;
  font-size: 0.88rem;
}

.ft-table--compact th {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}

.ft-table--compact td:first-child {
  font-weight: 500;
}

.ft-table--compact th:not(:first-child),
.ft-table--compact td:not(:first-child) {
  white-space: nowrap;
}

.ft-table--compact.ft-table--availability td:not(:first-child) {
  text-align: center;
}

.ft-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.2rem;
  font-weight: 700;
}

.ft-status--yes {
  color: var(--ft-gold);
}

.ft-status--no {
  color: rgba(255, 255, 255, 0.32);
}

.ft-table__accent {
  color: var(--ft-text);
  font-weight: 700;
}

.ft-card--panel,
.ft-table-card--panel {
  position: relative;
  overflow: hidden;
}

.ft-table-card--compact {
  padding: 1.05rem 1.15rem 1.2rem;
  border-radius: 1.35rem;
  box-shadow: none;
}

.ft-card--panel::before,
.ft-table-card--panel::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--ft-gold) 50%, transparent 100%);
  opacity: 0.7;
}

.ft-pricing-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.ft-pricing-head__copy {
  min-width: 0;
}

.ft-pricing-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  color: var(--ft-muted-2);
  font-size: 0.9rem;
}

.ft-pricing-legend__item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.ft-pricing-legend__text {
  margin: 0;
}

.ft-pricing-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
}

.ft-pricing-dot--yes {
  background: var(--ft-gold);
}

.ft-pricing-dot--no {
  background: rgba(255, 255, 255, 0.16);
}

.ft-pricing-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  background: var(--ft-gold);
  color: #111111;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ft-card__title--compact {
  margin-top: 0.2rem;
  margin-bottom: 0;
  font-size: 1.85rem;
  line-height: 1.08;
}

.ft-route-cell {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.ft-route-label {
  font-weight: 600;
}

.ft-route-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ft-gold) 0%, var(--ft-gold-soft) 100%);
  color: #111111;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ft-table--routes th:first-child,
.ft-table--routes td:first-child {
  width: 44%;
}

.ft-table--routes th:not(:first-child),
.ft-table--routes td:not(:first-child) {
  width: 14%;
}

.ft-stack {
  display: grid;
  gap: 1.15rem;
}

.ft-stack--pricing {
  max-width: 980px;
  margin: 0 auto;
}

.ft-section--pricing-screen {
  padding-top: 8.5rem;
  padding-bottom: 5rem;
}

.ft-eyebrow--compact {
  margin-bottom: 0.55rem;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
}

.ft-info-list {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.ft-info-list__item {
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ft-info-list__item--last {
  padding-bottom: 0;
  border-bottom: 0;
}

.ft-info-list__title {
  margin-bottom: 0.35rem;
  color: var(--ft-text);
  font-weight: 600;
}

.ft-shell {
  padding: 2.5rem;
}

.ft-shell--about,
.ft-shell--contact {
  border-radius: 2rem;
}

.ft-split {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.92fr);
}

.ft-split--about {
  align-items: stretch;
  gap: 2.5rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.95fr);
}

.ft-about-copy .ft-card__copy + .ft-card__copy {
  margin-top: 1.5rem;
}

.ft-about-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  border-radius: 2rem;
}

.ft-card--contact {
  padding: 2rem;
  text-align: center;
}

.ft-cta {
  text-align: center;
  padding: 3rem;
}

.ft-home-intro {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(197, 160, 111, 0.22), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0%, rgba(18, 18, 18, 0.68) 100%);
  border-color: rgba(197, 160, 111, 0.2);
}

body.ft-theme-light .ft-home-intro {
  background:
    radial-gradient(circle at top right, rgba(177, 133, 82, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.78) 0%, rgba(240, 234, 225, 0.9) 100%);
  border-color: rgba(177, 133, 82, 0.16);
}

.ft-home-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(197, 160, 111, 0.08) 50%, transparent 100%);
  opacity: 0.6;
  pointer-events: none;
}

body.ft-theme-light .ft-home-intro::before {
  opacity: 0.3;
}

.ft-home-intro > * {
  position: relative;
  z-index: 1;
}

.ft-home-intro__head {
  max-width: 760px;
  margin-bottom: 1.5rem;
}

.ft-home-metric {
  min-height: 100%;
  padding: 1.35rem;
  border-radius: 1.5rem;
  background: rgba(10, 10, 10, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.ft-theme-light .ft-home-metric,
body.ft-theme-light .ft-home-mini-card {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(33, 43, 56, 0.08);
}

.ft-home-metric__title {
  margin-bottom: 0.6rem;
  color: var(--ft-text);
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.42;
  text-wrap: balance;
}

.ft-home-metric__copy {
  color: var(--ft-muted);
  font-size: 0.95rem;
  line-height: 1.78;
  text-wrap: pretty;
}

.ft-home-stage {
  padding-bottom: 4rem;
}

.ft-home-value {
  align-items: start;
}

.ft-home-proof-list {
  display: grid;
  gap: 1rem;
}

.ft-home-mini-card {
  background: rgba(255, 255, 255, 0.04);
}

.ft-home-result {
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
}

.ft-home-result__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.25rem;
  border-radius: 1rem;
  background: rgba(197, 160, 111, 0.16);
  border: 1px solid rgba(197, 160, 111, 0.3);
  color: var(--ft-gold-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.ft-home-applications {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
}

body.ft-theme-light .ft-home-applications {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(244, 239, 231, 0.92));
}

.ft-home-cta {
  background:
    radial-gradient(circle at top center, rgba(197, 160, 111, 0.18), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(12, 12, 12, 0.78) 100%);
  border-color: rgba(197, 160, 111, 0.26);
}

body.ft-theme-light .ft-home-cta {
  background:
    radial-gradient(circle at top center, rgba(177, 133, 82, 0.12), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.76) 0%, rgba(239, 232, 222, 0.92) 100%);
  border-color: rgba(177, 133, 82, 0.18);
}

body.ft-theme-light .ft-home-result {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(177, 133, 82, 0.14);
}

.ft-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.6rem;
  padding: 0.9rem 1.5rem;
  border-radius: var(--ft-radius-pill);
  border: 1px solid transparent;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.ft-home-button:hover {
  transform: translateY(-1px);
}

.ft-home-button--primary {
  background: linear-gradient(135deg, var(--ft-gold) 0%, var(--ft-gold-soft) 100%);
  color: #111111;
  box-shadow: 0 16px 32px rgba(197, 160, 111, 0.16);
}

.ft-home-button--ghost {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ft-text);
}

body.ft-theme-light .ft-home-button--ghost {
  border-color: rgba(33, 43, 56, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

.ft-home-button--ghost:hover {
  border-color: rgba(197, 160, 111, 0.36);
  background: rgba(255, 255, 255, 0.08);
}

body.ft-theme-light .ft-home-button--ghost:hover {
  background: rgba(255, 255, 255, 0.96);
}

body.ft-theme-light .ft-booking-shell .cbp-wrap {
  --cbp-card: rgba(255, 255, 255, 0.78);
  --cbp-label: #6b7a8d;
  --cbp-line: rgba(33, 43, 56, 0.08);
}

body.ft-theme-light .ft-booking-shell .ft-shortcode-box {
  border-top-color: rgba(33, 43, 56, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ft-gold);
}

body.ft-theme-light .ft-card,
body.ft-theme-light .ft-table-card {
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(33, 43, 56, 0.1);
  box-shadow: 0 18px 40px rgba(38, 48, 62, 0.08);
}

body.ft-theme-light .ft-card__copy,
body.ft-theme-light .ft-list,
body.ft-theme-light .ft-pricing-legend {
  color: #5c6b7c;
}

body.ft-theme-light .ft-card__meta,
body.ft-theme-light .ft-copy--muted,
body.ft-theme-light .ft-note,
body.ft-theme-light .ft-faux-field__label {
  color: #6b7a8d;
}

body.ft-theme-light .ft-faux-field {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(33, 43, 56, 0.1);
}

body.ft-theme-light .ft-table th,
body.ft-theme-light .ft-table td {
  border-bottom-color: rgba(33, 43, 56, 0.08);
}

body.ft-theme-light .ft-table tr:hover {
  background: rgba(33, 43, 56, 0.03);
}

body.ft-theme-light .ft-status--no {
  color: rgba(81, 96, 114, 0.42);
}

body.ft-theme-light .ft-pricing-dot--no {
  background: rgba(81, 96, 114, 0.22);
}

body.ft-theme-light .ft-booking-shell .cbp-widget {
  background: transparent;
  box-shadow: none;
}

body.ft-theme-light .ft-booking-shell .cbp-topbar {
  background: transparent;
  border-bottom-color: rgba(33, 43, 56, 0.08);
}

body.ft-theme-light .ft-booking-shell .cbp-card,
body.ft-theme-light .ft-booking-shell .cbp-static-map,
body.ft-theme-light .ft-booking-shell .cbp-suggest-menu {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(33, 43, 56, 0.1);
  box-shadow: 0 14px 30px rgba(38, 48, 62, 0.06);
}

body.ft-theme-light .ft-booking-shell .cbp-card input,
body.ft-theme-light .ft-booking-shell .cbp-card select,
body.ft-theme-light .ft-booking-shell .cbp-card textarea {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(33, 43, 56, 0.14);
  color: #1d2733;
}

body.ft-theme-light .ft-booking-shell .cbp-card input::placeholder,
body.ft-theme-light .ft-booking-shell .cbp-card textarea::placeholder,
body.ft-theme-light .ft-booking-shell .cbp-map-info,
body.ft-theme-light .ft-booking-shell .cbp-kv span {
  color: #5f6e80;
}

body.ft-theme-light .ft-booking-shell .cbp-chip,
body.ft-theme-light .ft-booking-shell .cbp-trip-btn,
body.ft-theme-light .ft-booking-shell .cbp-btn:not(.cbp-btn-primary) {
  background: rgba(255, 255, 255, 0.84);
  color: #223141;
  box-shadow: 0 10px 24px rgba(38, 48, 62, 0.05);
}

body.ft-theme-light .ft-booking-shell .cbp-chip.is-active {
  background: rgba(177, 133, 82, 0.12);
}

body.ft-theme-light .ft-booking-shell .cbp-kv b,
body.ft-theme-light .ft-booking-shell .cbp-summary .cbp-kv b,
body.ft-theme-light .ft-booking-shell .cbp-summary .cbp-kv-total b {
  color: #1d2733;
}

body.ft-theme-light .ftbs__suggest-menu {
  background: #fffaf4 !important;
  border: 1px solid rgba(91, 71, 39, 0.14) !important;
  box-shadow: 0 18px 40px rgba(122, 95, 49, 0.16) !important;
}

body.ft-theme-light .ftbs__suggest-item {
  color: #1e1811 !important;
}

body.ft-theme-light .ftbs__suggest-item:hover,
body.ft-theme-light .ftbs__suggest-item:focus {
  background: rgba(181, 135, 67, 0.1) !important;
  color: #1e1811 !important;
}

body.ft-theme-light .ft-booking-shell .cbp-suggest-menu {
  background: rgba(255, 250, 244, 0.98) !important;
  border-color: rgba(91, 71, 39, 0.14) !important;
  box-shadow: 0 18px 40px rgba(122, 95, 49, 0.14) !important;
}

body.ft-theme-light .ft-booking-shell .cbp-suggest-menu button,
body.ft-theme-light .ft-booking-shell .cbp-suggest-menu [role="option"],
body.ft-theme-light .ft-booking-shell .cbp-suggest-menu li,
body.ft-theme-light .ft-booking-shell .cbp-suggest-menu div {
  color: #1e1811 !important;
}

body.ft-theme-light .ft-booking-shell .cbp-suggest-menu button:hover,
body.ft-theme-light .ft-booking-shell .cbp-suggest-menu [role="option"]:hover,
body.ft-theme-light .ft-booking-shell .cbp-suggest-menu li:hover,
body.ft-theme-light .ft-booking-shell .cbp-suggest-menu div:hover {
  background: rgba(181, 135, 67, 0.08) !important;
}

.ft-shortcode-box {
  margin: 1rem 0 1.5rem;
  padding: 1.35rem 1.5rem;
  border-radius: 1.5rem;
  background: rgba(0, 0, 0, 0.36);
  color: #f4d183;
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-size: 0.96rem;
}

.ft-booking-form-card {
  padding: 0;
  overflow: hidden;
}

.ft-booking-form-card__head {
  padding: 2rem 2rem 0;
}

.ft-booking-shell {
  margin-top: 1.5rem;
}

.ft-booking-shell .ft-shortcode-box {
  margin: 0;
  padding: 2rem;
  border-radius: 0 0 2rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--ft-gold);
}

.ft-booking-shell .cbp-wrap {
  margin: 0;
  padding: 0;
  background: transparent;
  --cbp-bg: transparent;
  --cbp-card: rgba(255, 255, 255, 0.03);
  --cbp-text: var(--ft-text);
  --cbp-label: rgba(255, 255, 255, 0.62);
  --cbp-line: rgba(255, 255, 255, 0.08);
  --cbp-btn-bg: var(--ft-gold);
  --cbp-btn-hover: #f1d39a;
  --cbp-btn-text: #111111;
  --cbp-select-border: var(--ft-gold);
  --cbp-desc: rgba(255, 255, 255, 0.68);
  --cbp-shadow: none;
}

.ft-booking-shell .cbp-widget {
  width: min(1240px, 100%);
  margin: 0 auto;
  border: 0;
  border-radius: 0 0 2rem 2rem;
  box-shadow: none;
  background: transparent;
}

.ft-booking-shell .cbp-topbar {
  padding: 1.3rem 2rem;
  background: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.ft-booking-shell .cbp-form {
  padding: 1.5rem 2rem 2rem;
}

.ft-booking-shell .cbp-card,
.ft-booking-shell .cbp-static-map,
.ft-booking-shell .cbp-suggest-menu {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.ft-booking-shell .cbp-card input,
.ft-booking-shell .cbp-card select,
.ft-booking-shell .cbp-card textarea {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--ft-text);
}

.ft-booking-shell .cbp-card input::placeholder,
.ft-booking-shell .cbp-card textarea::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.ft-booking-shell .cbp-card input:focus,
.ft-booking-shell .cbp-card select:focus,
.ft-booking-shell .cbp-card textarea:focus {
  border-color: rgba(229, 195, 152, 0.45);
  box-shadow: 0 0 0 3px rgba(229, 195, 152, 0.12);
}

.ft-booking-shell .cbp-chip,
.ft-booking-shell .cbp-trip-btn,
.ft-booking-shell .cbp-btn {
  border-color: rgba(255, 255, 255, 0.08);
}

.ft-booking-shell .cbp-chip,
.ft-booking-shell .cbp-trip-btn,
.ft-booking-shell .cbp-btn:not(.cbp-btn-primary) {
  background: rgba(255, 255, 255, 0.04);
  color: var(--ft-text);
}

.ft-booking-shell .cbp-chip.is-active {
  border-color: rgba(229, 195, 152, 0.45);
  background: rgba(255, 255, 255, 0.05);
}

.ft-booking-shell .cbp-chip.is-active .cbp-dot {
  border-color: var(--ft-gold);
  color: var(--ft-gold);
}

.ft-booking-shell .cbp-trip-btn.is-active,
.ft-booking-shell .cbp-btn-primary {
  background: var(--ft-gold);
  border-color: var(--ft-gold);
  color: #111111;
}

.ft-booking-shell .cbp-btn-primary:hover,
.ft-booking-shell .cbp-trip-btn.is-active:hover {
  background: #f1d39a;
  border-color: #f1d39a;
}

.ft-booking-shell .cbp-map-info,
.ft-booking-shell .cbp-kv span {
  color: rgba(255, 255, 255, 0.64);
}

.ft-booking-shell .cbp-kv b,
.ft-booking-shell .cbp-summary .cbp-kv b,
.ft-booking-shell .cbp-summary .cbp-kv-total b {
  color: var(--ft-text);
}

.ft-reveal {
  opacity: 1;
  transform: none;
}

.ft-motion-ready .ft-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 0.86s ease,
    transform 0.86s ease;
  will-change: opacity, transform;
}

.ft-motion-ready .ft-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.ft-grid > .ft-reveal:nth-child(2) {
  transition-delay: 100ms;
}

.ft-grid > .ft-reveal:nth-child(3) {
  transition-delay: 200ms;
}

.ft-grid > .ft-reveal:nth-child(4) {
  transition-delay: 300ms;
}

.ft-grid > .ft-reveal:nth-child(5) {
  transition-delay: 400ms;
}

.ft-grid > .ft-reveal:nth-child(6) {
  transition-delay: 500ms;
}

.editor-styles-wrapper,
.editor-styles-wrapper .wp-site-blocks {
  background: var(--ft-bg);
  color: var(--ft-text);
}

.editor-styles-wrapper .ft-site-header {
  position: relative;
  top: auto;
  padding-top: 0;
  padding-inline: 0;
}

.editor-styles-wrapper .ft-site-header__bar {
  max-width: none;
  margin-top: 0;
  padding-inline: 1rem;
  row-gap: 0.9rem;
}

.editor-styles-wrapper .ft-branding {
  flex: 0 1 16rem;
}

.editor-styles-wrapper .ft-branding__text {
  max-width: 14rem;
}

.editor-styles-wrapper .ft-main-navigation {
  flex: 1 1 100%;
  width: 100%;
}

.editor-styles-wrapper .ft-main-navigation .wp-block-navigation__container,
.editor-styles-wrapper .ft-main-navigation .wp-block-page-list {
  justify-content: flex-start;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.editor-styles-wrapper .ft-main-navigation .wp-block-navigation-item__content {
  font-size: 0.82rem;
}

.editor-styles-wrapper .ft-section,
.editor-styles-wrapper .ft-site-footer {
  padding-bottom: 2rem;
}

.editor-styles-wrapper .ft-section--page {
  padding-top: 2rem;
}

.editor-styles-wrapper .ft-section--overlap {
  margin-top: 0;
  padding-top: 1rem;
}

.editor-styles-wrapper .ft-hero__body {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.editor-styles-wrapper .wp-block-cover.ft-hero {
  min-height: 34rem !important;
}

.editor-styles-wrapper .ft-shell {
  padding: 1.5rem;
}

.editor-styles-wrapper .ft-stack--pricing {
  max-width: none;
}

.editor-styles-wrapper .ft-reveal,
.editor-styles-wrapper .ft-motion-ready .ft-reveal,
.editor-styles-wrapper .ft-motion-ready .ft-reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.editor-styles-wrapper .wp-block-cover,
.editor-styles-wrapper .wp-block-group {
  overflow: visible;
}

.editor-styles-wrapper .block-editor-block-list__layout .ft-section,
.editor-styles-wrapper .block-editor-block-list__layout .ft-main,
.editor-styles-wrapper .block-editor-block-list__layout .ft-site-footer {
  max-width: none;
}

body.admin-bar .ft-site-header {
  top: 32px;
}

@media (max-width: 1200px) {
  .ft-site-header__bar {
    flex-wrap: wrap;
    row-gap: 0.9rem;
  }

  .ft-branding {
    flex-basis: 17rem;
  }

  .ft-branding__text {
    max-width: 13.5rem;
  }

  .ft-branding__tagline {
    font-size: 0.62rem;
    letter-spacing: 0.14em;
  }

  .ft-main-navigation {
    flex: 1 1 100%;
    width: 100%;
    justify-content: flex-start;
  }

  .ft-main-navigation .wp-block-navigation__container,
  .ft-main-navigation .wp-block-page-list {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 960px) {
  .ft-grid--4,
  .ft-grid--3,
  .ft-grid--pricing-top,
  .ft-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ft-split--about {
    grid-template-columns: 1fr;
  }

  .ft-card__title--compact {
    font-size: 1.55rem;
  }
}

@media (max-width: 782px) {
  body.admin-bar .ft-site-header {
    top: 46px;
  }

  .ft-site-header {
    padding-inline: 0.75rem;
  }

  .ft-site-header__bar {
    padding: 0.95rem 1rem;
  }

  .ft-main-navigation .wp-block-navigation__container,
  .ft-main-navigation .wp-block-page-list {
    gap: 1rem;
  }

  .ft-section {
    padding-inline: 0.75rem;
  }

  .ft-section--page {
    padding-top: 8rem;
  }

  .ft-section--legal {
    padding-top: 5.75rem;
  }

  .ft-section--legal h1.ft-title--section {
    font-size: clamp(1.7rem, 7vw, 2.25rem);
  }

  .ft-section--legal h2.ft-title--section {
    font-size: clamp(1.15rem, 5vw, 1.45rem);
    margin-top: 1.75rem;
  }

  .ft-section--overlap {
    margin-top: -3rem;
  }

  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden + section:not(.ft-section--overlap),
  .site-main > section.relative.z-\[1\].flex.h-screen.items-center.justify-center.overflow-hidden + section:not(.ft-section--overlap),
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden + .fasttransfer-editor-content,
  .site-main > section.relative.z-\[1\].flex.h-screen.items-center.justify-center.overflow-hidden + .fasttransfer-editor-content,
  .site-main > section.relative.flex.h-screen.items-center.justify-center.overflow-hidden + #booking,
  .site-main > section.relative.z-\[1\].flex.h-screen.items-center.justify-center.overflow-hidden + #booking {
    margin-top: -3rem;
  }

  .ft-reservation,
  .ft-card,
  .ft-table-card,
  .ft-cta,
  .ft-shell {
    padding: 1.5rem;
  }

  .ft-table-card--compact {
    padding: 1rem;
  }

  .ft-pricing-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .ft-title--hero {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .ft-title--section,
  .ft-title--page {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .ft-branding {
    gap: 0.7rem;
    flex-basis: auto;
  }

  .ft-branding__logo .custom-logo-link {
    width: 2.85rem;
    min-width: 2.85rem;
    height: 2.85rem;
    border-radius: 0.9rem;
  }

  .ft-branding__title {
    font-size: 1.15rem;
  }

  .ft-branding__tagline {
    display: none;
  }

  .ft-main-navigation {
    width: auto;
  }

  .ft-main-navigation .wp-block-navigation__container,
  .ft-main-navigation .wp-block-page-list {
    gap: 0.7rem;
  }

  .ft-stack--pricing {
    max-width: none;
  }

  .ft-card__title {
    font-size: 1.35rem;
  }

  .ft-booking-form-card__head {
    padding: 1.5rem 1.5rem 0;
  }

  .ft-booking-shell .cbp-topbar,
  .ft-booking-shell .cbp-form {
    padding-inline: 1.25rem;
  }

  .ft-home-stage {
    padding-bottom: 3.25rem;
  }

  .ft-home-intro__head {
    margin-bottom: 1.2rem;
  }

  .ft-home-metric,
  .ft-home-mini-card {
    padding: 1.2rem;
  }

  .ft-home-result__index {
    width: 2.75rem;
    height: 2.75rem;
  }
}

@media (max-width: 640px) {
  .ft-grid--2,
  .ft-grid--3,
  .ft-grid--4,
  .ft-grid--pricing-top,
  .ft-split {
    grid-template-columns: minmax(0, 1fr);
  }

  .ft-button-row,
  .ft-button-row--center {
    flex-direction: column;
    align-items: stretch;
  }

  .ft-button-row .wp-block-button {
    width: 100%;
  }

  .ft-button-row .wp-block-button__link {
    width: 100%;
    justify-content: center;
  }

  .ft-button-row .ft-home-button {
    width: 100%;
  }
}








.hero-overlay {
  background: linear-gradient(
    to bottom,
    rgba(12,12,12,0.05) 0%,
    rgba(12,12,12,0.40) 55%,
    rgba(12,12,12,0.76) 100%
  );
}

.page-hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page-hero-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: clamp(7rem, 18vh, 13rem);
  background: linear-gradient(
    to bottom,
    rgba(17, 17, 17, 0) 0%,
    rgba(17, 17, 17, 0.18) 38%,
    rgba(17, 17, 17, 0.72) 82%,
    var(--ft-bg, #111111) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.page-hero-section--legal {
  min-height: 76vh;
}

.page-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
}

.page-hero-content {
  position: relative;
  z-index: 10;
  max-width: 1100px;
  padding-inline: 1rem;
  text-align: center;
}

.page-hero-kicker {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #c5a06f;
}

.page-hero-title {
  margin-bottom: 1.5rem;
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.01em;
  word-spacing: 0.06em;
}

.page-hero-copy {
  margin-inline: auto;
  margin-bottom: 1rem;
  max-width: 46rem;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.5;
  font-weight: 400;
  color: rgba(243,244,246,0.9);
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.page-hero-copy--solo {
  margin-bottom: 2rem;
}

.page-hero-meta {
  margin-inline: auto;
  margin-bottom: 2rem;
  max-width: 46rem;
  font-size: clamp(0.98rem, 1.15vw, 1.14rem);
  line-height: 1.45;
  font-weight: 400;
  color: rgba(243,244,246,0.9);
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

@media (min-width: 768px) {
  .page-hero-meta {
    font-size: clamp(0.98rem, 1.15vw, 1.14rem);
  }
}

body.ft-theme-light .page-hero-section::after {
  background: linear-gradient(
    to bottom,
    rgba(244, 239, 231, 0) 0%,
    rgba(244, 239, 231, 0.94) 76%,
    rgba(244, 239, 231, 1) 100%
  );
}

.page-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.page-hero-primary,
.page-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  border-radius: 999px;
  padding: 1rem 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.page-hero-primary {
  background: linear-gradient(135deg, #c5a06f 0%, #e5c398 100%);
  color: #111;
}

.page-hero-secondary {
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.04);
  color: #fff;
  backdrop-filter: blur(4px);
}

@media (max-width: 768px) {
  .page-hero-section { min-height: 88vh; }
  .page-hero-section--legal { min-height: 68vh; }
  .page-hero-title { font-size: clamp(2.6rem, 11vw, 4.5rem); }
  .page-hero-primary, .page-hero-secondary { min-width: 100%; }
}


.hero-video-overlay {
  background: linear-gradient(
    to bottom,
    rgba(17,17,17,0.48) 0%,
    rgba(17,17,17,0.92) 100%
  );
}




















@media (max-width: 900px) {
  .pricing-table--wide th,
  .pricing-table--wide td {
    padding: 12px 14px;
    font-size: 14px;
  }

  .pricing-table--wide th:first-child,
  .pricing-table--wide td:first-child {
    min-width: 140px;
  }

  .pricing-table--wide th:nth-child(4),
  .pricing-table--wide td:nth-child(4) {
    min-width: 180px;
  }
}


/* tighter first section after hero on inner pages */
.page-after-hero-tight {
  padding-top: 2.5rem !important;
}

@media (min-width: 768px) {
  .page-after-hero-tight {
    padding-top: 3rem !important;
  }
}



























.pricing-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pricing-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
}

.pricing-table--premium.pricing-table--airy th,
.pricing-table--premium.pricing-table--airy td {
  padding: 18px 20px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 15px;
}

.pricing-table--premium.pricing-table--airy th {
  color: #ffffff;
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.pricing-table--premium.pricing-table--airy tbody tr {
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.pricing-table--premium.pricing-table--airy tbody tr:last-child {
  border-bottom: none;
}

.pricing-table--premium.pricing-table--airy tbody tr:hover {
  background: rgba(255,255,255,0.03);
}

.pricing-table--premium.pricing-table--airy th:first-child,
.pricing-table--premium.pricing-table--airy td:first-child {
  min-width: 170px;
  color: #fff;
  font-weight: 600;
}

.pricing-table--premium.pricing-table--airy th:nth-child(2),
.pricing-table--premium.pricing-table--airy td:nth-child(2),
.pricing-table--premium.pricing-table--airy th:nth-child(3),
.pricing-table--premium.pricing-table--airy td:nth-child(3),
.pricing-table--premium.pricing-table--airy th:nth-child(5),
.pricing-table--premium.pricing-table--airy td:nth-child(5) {
  min-width: 135px;
}

.pricing-table--premium.pricing-table--airy th:nth-child(4),
.pricing-table--premium.pricing-table--airy td:nth-child(4) {
  min-width: 210px;
}

.pricing-table--premium.pricing-table--airy strong {
  color: #c5a06f;
  font-weight: 700;
}

.pricing-table--premium.pricing-table--airy .is-ok {
  color: #c5a06f;
  font-weight: 700;
}

.pricing-table--premium.pricing-table--airy .is-empty {
  color: #6b7280;
}

@media (max-width: 900px) {
  .pricing-table {
    min-width: 840px;
  }

  .pricing-table--premium.pricing-table--airy th,
  .pricing-table--premium.pricing-table--airy td {
    padding: 14px 16px;
    font-size: 14px;
  }

  .pricing-table--premium.pricing-table--airy th:first-child,
  .pricing-table--premium.pricing-table--airy td:first-child {
    min-width: 150px;
  }

  .pricing-table--premium.pricing-table--airy th:nth-child(4),
  .pricing-table--premium.pricing-table--airy td:nth-child(4) {
    min-width: 190px;
  }
}






























.pricing-exact-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.055) 0%, rgba(255,255,255,0.04) 100%);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  padding: 12px 16px 14px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.02) inset;
}

.pricing-exact-sub {
  margin: 0 0 8px;
  color: #c5a06f;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
}

.pricing-exact-title {
  margin: 0;
  color: #faf7f2;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 800;
}

.pricing-exact-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.pricing-exact-table th,
.pricing-exact-table td {
  padding: 11px 10px;
  text-align: left;
}

.pricing-exact-table th {
  font-weight: 700;
  color: #c5a06f;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.pricing-exact-table td {
  color: #faf7f2;
  font-size: 14px;
  font-weight: 600;
}

.pricing-exact-table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: background-color .22s ease;
}

.pricing-exact-table tbody tr:last-child {
  border-bottom: none;
}

.pricing-exact-table tbody tr:hover {
  background: rgba(255,255,255,0.04);
}

.pricing-exact-table tr.is-popular {
  background: rgba(197,160,111,0.10);
}

.pricing-exact-table tr.is-popular:hover {
  background: rgba(197,160,111,0.14);
}

.popular-badge {
  display: inline-block;
  margin-left: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c5a06f 0%, #e5c398 100%);
  color: #111;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .pricing-exact-card {
    padding: 12px 12px 14px;
    border-radius: 16px;
  }

  .pricing-exact-title {
    font-size: 18px;
  }

  .pricing-exact-table {
    min-width: 700px;
  }

  .pricing-exact-table th,
  .pricing-exact-table td {
    padding: 10px 9px;
  }
}

/* Light rebuild: header */
body.ft-theme-light .ft-site-header__bar::before {
  background: linear-gradient(180deg, rgba(250, 246, 239, 0.92) 0%, rgba(240, 232, 221, 0.88) 100%) !important;
  border-color: rgba(142, 116, 82, 0.16) !important;
  box-shadow:
    0 18px 40px rgba(56, 42, 27, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

body.ft-theme-light .ft-site-header.is-scrolled .ft-site-header__bar::before {
  background: linear-gradient(180deg, rgba(247, 240, 231, 0.96) 0%, rgba(236, 227, 215, 0.94) 100%) !important;
  border-color: rgba(142, 116, 82, 0.18) !important;
  box-shadow:
    0 18px 44px rgba(56, 42, 27, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.94) !important;
}

body.ft-theme-light .ft-branding__title,
body.ft-theme-light .ft-main-navigation .wp-block-navigation-item__content,
body.ft-theme-light .ft-main-navigation .wp-block-navigation__responsive-container-open,
body.ft-theme-light .ft-main-navigation .wp-block-navigation__responsive-container-close {
  color: #17212d !important;
  text-shadow: none !important;
}

body.ft-theme-light .ft-branding__tagline {
  color: rgba(23, 33, 45, 0.62) !important;
  text-shadow: none !important;
  letter-spacing: 0.16em;
}

body.ft-theme-light .ft-main-navigation .wp-block-navigation-item__content {
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
}

body.ft-theme-light .ft-main-navigation .wp-block-navigation-item__content:hover,
body.ft-theme-light .ft-main-navigation .wp-block-navigation-item__content[aria-current="page"] {
  color: #b18552 !important;
}

body.ft-theme-light .ft-main-navigation .wp-block-navigation-item__content[href*="/rezerwacja"] {
  color: #111111 !important;
  box-shadow: 0 12px 28px rgba(177, 133, 82, 0.16);
}
