/* ISA v2 runtime support. Loaded after the migrated v1 styles. */
:root {
  --brand-primary: #008e97;
  --brand-secondary: #009DEF;
  --brand-dark: #002D72;
  --brand-accent: #fa9d1c;
  --brand-neutral: #64748b;
  --brand-light: rgba(0, 142, 151, 0.08);
  --brand-primary-05: rgba(0, 142, 151, 0.05);
  --brand-primary-20: rgba(0, 142, 151, 0.20);
  --brand-primary-30: rgba(0, 142, 151, 0.30);
  --brand-primary-rgb: 0, 142, 151;
  --black-05: rgba(0, 0, 0, 0.05);
  --white: #ffffff;
  --white-98: rgba(255, 255, 255, 0.98);
  --header-height: 85px;
  --font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-family);
  background: #ffffff;
  color: #171e1d;
}

#main-content {
  min-height: 40vh;
}

.visually-hidden,
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.faster-native-captcha {
  margin-top: 1rem;
}

.faster-native-field-errors[hidden],
.faster-native-status[hidden],
[data-faster-form-success][hidden],
[data-faster-form-error][hidden] {
  display: none !important;
}

.faster-native-field-error,
.faster-native-status {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

.faster-native-field-error {
  color: #dc2626;
}

.faster-native-status--success {
  color: #047857;
  font-weight: 700;
}

.faster-native-status--error {
  color: #b91c1c;
  font-weight: 700;
}

.isa-booking-hero,
.isa-error-band,
.isa-blog-hero {
  background:
    linear-gradient(135deg, rgba(0, 45, 114, 0.92), rgba(0, 142, 151, 0.88)),
    radial-gradient(circle at 20% 20%, rgba(250, 157, 28, 0.35), transparent 34%);
  color: #ffffff;
}

.isa-booking-hero__inner,
.isa-booking-section,
.isa-error-inner,
.isa-blog-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.isa-booking-hero__inner,
.isa-error-inner,
.isa-blog-inner {
  padding: clamp(72px, 10vw, 128px) 0 clamp(56px, 8vw, 96px);
}

.isa-booking-eyebrow,
.isa-error-eyebrow,
.isa-blog-eyebrow {
  margin: 0 0 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #a7f3d0;
}

.isa-booking-hero h1,
.isa-error-page h1,
.isa-blog-hero h1 {
  margin: 0;
  max-width: 780px;
  color: #ffffff;
  font-size: clamp(2.4rem, 6vw, 5.4rem);
  line-height: 1;
  letter-spacing: 0;
}

.isa-booking-hero p:not(.isa-booking-eyebrow),
.isa-error-message,
.isa-blog-hero p:not(.isa-blog-eyebrow) {
  max-width: 720px;
  margin: 22px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}

.isa-booking-section {
  padding: clamp(42px, 7vw, 84px) 0;
}

.isa-booking-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.isa-booking-card,
.isa-route-card,
.isa-post-card {
  background: #ffffff;
  border: 1px solid rgba(0, 142, 151, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(0, 45, 114, 0.08);
}

.isa-booking-card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
}

.isa-booking-card h2,
.isa-route-card h2 {
  margin: 0 0 12px;
  color: var(--brand-dark);
  font-size: 1.45rem;
  letter-spacing: 0;
}

.isa-booking-card p,
.isa-route-card p {
  margin: 0;
  color: #475569;
}

.isa-booking-actions,
.isa-error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.isa-booking-button,
.isa-error-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 800;
  text-decoration: none;
}

.isa-booking-button,
.isa-error-button--primary {
  background: var(--brand-primary);
  color: #ffffff;
}

.isa-error-button--secondary {
  background: #ffffff;
  color: var(--brand-dark);
}

.isa-route-card {
  padding: clamp(24px, 4vw, 42px);
}

.isa-error-code {
  margin: 0 0 12px;
  font-size: clamp(5rem, 20vw, 12rem);
  line-height: 0.85;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.18);
}

.isa-post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.isa-post-card {
  overflow: hidden;
}

.isa-post-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, rgba(0, 142, 151, 0.2), rgba(250, 157, 28, 0.16));
}

.isa-post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.isa-post-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.isa-post-card__body {
  padding: 22px;
}

.isa-post-card__tag {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--brand-primary);
  font-weight: 800;
}

.isa-post-card h2 {
  margin: 0 0 12px;
  color: var(--brand-dark);
  font-size: 1.35rem;
  letter-spacing: 0;
}

.isa-post-card p {
  margin: 0 0 16px;
  color: #475569;
}

.isa-post-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #64748b;
  font-size: 0.9rem;
}

.content-main {
  width: min(860px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(38px, 7vw, 78px) 0;
}

.content-body {
  color: #1f2937;
  font-size: 1.05rem;
  line-height: 1.8;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(250, 157, 28, 0.85);
  outline-offset: 3px;
}

@media (max-width: 640px) {
  .isa-booking-actions,
  .isa-error-actions {
    flex-direction: column;
  }

  .isa-booking-button,
  .isa-error-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
