/* =============================================================================
   DriveVision public design tokens (APPROVED — see UI_LOCK.md)
   ============================================================================= */
html.ws-index-page {
  overflow-x: clip;
  --dv-navy: rgb(26, 72, 131);
  --dv-navy-hover: rgb(35, 95, 165);
  --dv-deep-navy: #0f4c5c;
  --dv-gold: #ffe566;
  --dv-gold-mid: #fff0a3;
  --dv-gold-deep: #f1c100;
  --dv-amber: #f4a261;
  --dv-surface: #ffffff;
  --dv-surface-soft: #f4f9fd;
  --dv-surface-tint: #e8f1f9;
  --dv-text: #191c1e;
  --dv-text-muted: #565e74;
  --dv-focus: #2563eb;
  --dv-danger: #ba1a1a;
  --dv-success: #059669;

  --dv-space-1: 4px;
  --dv-space-2: 8px;
  --dv-space-3: 12px;
  --dv-space-4: 16px;
  --dv-space-5: 24px;
  --dv-space-6: 32px;
  --dv-space-7: 40px;
  --dv-space-8: 64px;
  --dv-gutter: clamp(16px, 4vw, 40px);
  --dv-section-y: clamp(2rem, 5vw, 4rem);

  --dv-font-display: Montserrat, Inter, system-ui, sans-serif;
  --dv-font-body: Inter, system-ui, sans-serif;
  --dv-text-display: clamp(1.875rem, 5vw, 3rem);
  --dv-text-headline: clamp(1.35rem, 3vw, 2rem);
  --dv-text-body: clamp(0.9375rem, 1.5vw, 1.125rem);
  --dv-text-label: 0.8125rem;

  --dv-radius-sm: 0.5rem;
  --dv-radius-md: 0.75rem;
  --dv-radius-lg: 1rem;
  --dv-shadow-1: 0 2px 8px rgba(15, 23, 42, 0.08);
  --dv-shadow-2: 0 10px 28px rgba(15, 23, 42, 0.12);

  --dv-z-header: 50;
  --dv-z-messages: 40;
  --dv-z-chat: 55;
  --dv-z-nav-backdrop: 60;
  --dv-z-nav-drawer: 70;
  --dv-z-modal: 1000;

  --dv-header-h: 4.5rem;
  --ws-header-offset: calc(var(--dv-header-h) + env(safe-area-inset-top, 0px));
  --dv-touch-min: 44px;
  --dv-motion: 0.2s;
  --dv-ease: cubic-bezier(0.22, 1, 0.36, 1);

  --dv-safe-top: env(safe-area-inset-top, 0px);
  --dv-safe-right: env(safe-area-inset-right, 0px);
  --dv-safe-bottom: env(safe-area-inset-bottom, 0px);
  --dv-safe-left: env(safe-area-inset-left, 0px);
}

html.ws-index-page.dv-reduce-motion,
html.ws-index-page.dv-reduce-motion * {
  scroll-behavior: auto !important;
}

html.ws-index-page.dv-reduce-motion *,
html.ws-index-page.dv-reduce-motion *::before,
html.ws-index-page.dv-reduce-motion *::after {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
}

.checkerboard-strip {
  height: 12px;
  background-image:
    linear-gradient(45deg, #000 25%, transparent 25%),
    linear-gradient(-45deg, #000 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #000 75%),
    linear-gradient(-45deg, transparent 75%, #000 75%);
  background-size: 12px 12px;
  background-position: 0 0, 0 6px, 6px -6px, -6px 0;
  background-color: #fff;
}

.ws-index-page .material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  vertical-align: middle;
}

/* Site background — pure white base, bluish-white cards/sections */
.ws-index-page,
.ws-index-page body,
.ws-index-page main {
  background-color: #ffffff;
}

.ws-index-page body {
  overflow-x: clip;
  max-width: 100%;
}

.ws-index-page .bg-background {
  background-color: #ffffff !important;
}

.ws-index-page .bg-white {
  background-color: #f6faff !important;
}

.ws-index-page .bg-surface,
.ws-index-page .bg-surface-bright {
  background-color: #f4f9fd !important;
}

.ws-index-page .bg-surface-container-low,
.ws-index-page .bg-slate-50,
.ws-index-page .bg-slate-50\/80 {
  background-color: #e8f1f9 !important;
}

.ws-index-page .bg-slate-100 {
  background-color: #f6faff !important;
}

.ws-index-page .hover\:bg-slate-50:hover,
.ws-index-page .hover\:bg-slate-50\/80:hover {
  background-color: #e8f1f9 !important;
}

.ws-index-page .bg-\[\#f7f9fb\] {
  background-color: #ffffff !important;
}

.video-wall-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 20px 0;
  scrollbar-width: none;
}

.video-wall-container::-webkit-scrollbar {
  display: none;
}

/* Student Success Marquee — true infinite CSS belt (no scrollbars, no carousel) */
.student-marquee {
  --sm-gap: 1.25rem;
  --sm-card-w: 31rem;
  --sm-bg: #faf9f7;
  --sm-card-bg: #ffffff;
  --sm-border: rgba(26, 32, 44, 0.09);
  --sm-text: #1a202c;
  --sm-muted: #64748b;
  --sm-pass: #0f766e;
  --sm-star: #b45309;
  --sm-verify: #059669;
  background: var(--sm-bg);
  border-bottom: 1px solid var(--sm-border);
  padding: 1.25rem 0;
  overflow: hidden;
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
  contain: paint;
  mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent);
}

@media (max-width: 480px) {
  .student-marquee {
    --sm-card-w: 18.75rem;
    --sm-gap: 0.85rem;
    padding: 1rem 0;
  }

  .student-marquee-card {
    height: 168px;
    gap: 0.85rem;
    padding: 0.9rem 1rem 0.9rem 0.85rem;
  }

  .student-marquee-card__avatar-wrap,
  .student-marquee-card__avatar {
    width: 72px;
    height: 72px;
  }

  .student-marquee-card__name {
    font-size: 1.1rem;
  }

  .student-marquee-card__status {
    font-size: 0.95rem;
  }

  .student-marquee-card__meta {
    font-size: 0.85rem;
  }
}

.student-marquee-track {
  display: flex;
  width: max-content;
  max-width: none;
  align-items: center;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  backface-visibility: hidden;
}

.student-marquee-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: var(--sm-gap);
  padding-inline-end: var(--sm-gap);
}

.student-marquee-card {
  box-sizing: border-box;
  flex: 0 0 var(--sm-card-w);
  width: var(--sm-card-w);
  max-width: var(--sm-card-w);
  height: 184px;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.1rem 1.5rem 1.1rem 1.15rem;
  border-radius: 20px;
  border: 1px solid var(--sm-border);
  background: var(--sm-card-bg);
  box-shadow: 0 2px 4px rgba(26, 32, 44, 0.04), 0 10px 24px rgba(26, 32, 44, 0.06);
}

.student-marquee-card__avatar-wrap {
  position: relative;
  flex-shrink: 0;
  width: 96px;
  height: 96px;
}

.student-marquee-card__avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  background: #ebe8e2;
}

.student-marquee-card__verified {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 1px rgba(5, 150, 105, 0.22);
}

.student-marquee-card__verified .material-symbols-outlined {
  font-size: 22px;
  color: var(--sm-verify);
  font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 24;
  line-height: 1;
}

.student-marquee-card__body {
  min-width: 0;
  flex: 1;
}

.student-marquee-card__row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.student-marquee-card__name {
  font-family: Inter, "Segoe UI", system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--sm-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.student-marquee-card__stars {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  color: var(--sm-star);
  line-height: 1;
}

.student-marquee-card__status {
  margin: 0.35rem 0 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--sm-pass);
  white-space: nowrap;
}

.student-marquee-card__meta {
  margin: 0.4rem 0 0;
  font-size: 0.95rem;
  line-height: 1.35;
  color: var(--sm-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.student-marquee-card__meta span[aria-hidden="true"] {
  margin: 0 0.2rem;
  opacity: 0.55;
}

@media (min-width: 768px) {
  .student-marquee {
    --sm-card-w: 32.5rem;
    --sm-gap: 1.5rem;
  }

  .student-marquee-card {
    height: 192px;
  }
}

@media (min-width: 1200px) {
  .student-marquee {
    --sm-card-w: 31.5rem;
  }
}

/* Public menu bar — navy + homepage card yellow (#ffe566 / primary-container) */
#ws-index-header {
  --ws-nav-yellow: #ffe566;
  --ws-nav-yellow-soft: #ffe566;
  --ws-nav-yellow-mid: #fff0a3;
  --ws-nav-yellow-deep: #f1c100;
  background: rgb(26, 72, 131) !important;
  backdrop-filter: none;
  border-top: none !important;
}

#ws-index-header > .border-b {
  border-color: rgba(255, 229, 102, 0.4);
}

#ws-index-header nav > a:not(.ws-sign-in-pill):not(.ws-book-now-btn),
#ws-index-header .ws-header-desktop-nav > a:not(.bg-primary-container):not(.ws-sign-in-pill):not(.ws-book-now-btn),
#ws-index-header .ws-header-desktop-nav > .ws-nav-offers > .ws-nav-offers__trigger,
#ws-index-header .ws-header-actions > span,
#ws-index-header .ws-nav-toggle .material-symbols-outlined,
#ws-index-header .ws-nav-link {
  color: var(--ws-nav-yellow) !important;
}

#ws-index-header .ws-nav-link:hover {
  color: #fff !important;
}

#ws-index-header .ws-nav-active {
  color: var(--ws-nav-yellow-soft) !important;
  font-weight: 700;
  border-bottom: 2px solid var(--ws-nav-yellow);
}

#ws-index-header .ws-sign-in-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  border: 1px solid var(--ws-nav-yellow-deep);
  background: linear-gradient(
    165deg,
    var(--ws-nav-yellow-soft) 0%,
    var(--ws-nav-yellow) 48%,
    var(--ws-nav-yellow-mid) 100%
  );
  padding: 0.5rem 1.1rem;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 800;
  color: rgb(26, 72, 131) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22), 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

#ws-index-header .ws-sign-in-pill:hover {
  filter: brightness(1.06);
  color: rgb(26, 72, 131) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.26);
}

#ws-index-header .ws-sign-in-pill--signed-in {
  background: linear-gradient(
    165deg,
    #fffbeb 0%,
    var(--ws-nav-yellow) 55%,
    var(--ws-nav-yellow-mid) 100%
  );
  font-size: 0.75rem;
  max-width: 11rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#ws-index-header .ws-nav-or {
  font-size: 0.75rem;
  font-weight: 600;
  font-style: italic;
  color: rgba(255, 255, 255, 0.72) !important;
  user-select: none;
}

/* Book Now — nav + hero */
.ws-book-now-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12rem;
  padding: 0.7rem 2.25rem;
  border-radius: 0.55rem;
  border: 2px solid rgba(26, 72, 131, 0.35);
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(26, 72, 131) !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  animation: ws-book-now-blink 1.6s ease-in-out infinite;
}

.ws-book-now-btn--nav {
  min-width: auto;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
}

.ws-header-sign-out {
  display: inline-flex;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

.ws-book-now-btn--sign-out {
  animation: none;
  cursor: pointer;
  border: 0;
  font: inherit;
}

@media (max-width: 359px) {
  #ws-index-header .ws-book-now-btn--nav {
    padding: 0.45rem 0.65rem;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
  }

  #ws-index-header .ws-brand {
    max-width: min(var(--ws-brand-logo-max-w, 280px), 58vw);
  }
}

.ws-book-now-btn:hover {
  color: rgb(26, 72, 131) !important;
  transform: scale(1.02);
}

@keyframes ws-book-now-blink {
  0%,
  100% {
    background-color: #ffe566;
    box-shadow: 0 6px 18px rgba(255, 229, 102, 0.4);
  }
  50% {
    background-color: #ffe17a;
    box-shadow: 0 8px 22px rgba(255, 225, 122, 0.5);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ws-book-now-btn {
    animation: none;
    background-color: #ffe566;
  }
}

#ws-index-header .ws-header-desktop-nav > a:not(.bg-primary-container):not(.ws-sign-in-pill):not(.ws-book-now-btn):hover,
#ws-index-header .ws-header-desktop-nav > .ws-nav-offers > .ws-nav-offers__trigger:hover {
  color: #fff !important;
}

#ws-index-header nav .material-symbols-outlined {
  color: var(--ws-nav-yellow) !important;
}

#ws-index-header .text-primary-container {
  color: var(--ws-nav-yellow) !important;
}

/* ----- Public header: compact mobile + accessible drawer ----- */
#ws-index-header {
  z-index: var(--dv-z-header);
  padding-top: var(--dv-safe-top);
  overflow: visible;
}

#ws-index-header .ws-header-bar {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--dv-space-3);
  min-height: max(var(--dv-header-h), calc(var(--ws-brand-logo-h, 40px) + 0.85rem));
  padding: var(--dv-space-2) var(--dv-gutter);
  max-width: 1200px;
  margin-inline: auto;
  overflow: visible;
}

#ws-index-header .ws-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: var(--dv-touch-min);
  text-decoration: none;
  flex-shrink: 1;
  min-width: 0;
  /* Wide lockups need room; System Settings --ws-brand-logo-max-w is source of truth */
  max-width: min(var(--ws-brand-logo-max-w, 280px), 72vw);
}

#ws-index-header .ws-brand__img,
.ws-brand__img {
  display: block;
  height: var(--ws-brand-logo-h, 48px);
  width: auto;
  max-width: min(100%, var(--ws-brand-logo-max-w, 200px));
  max-height: var(--ws-brand-logo-h, 48px);
  object-fit: contain;
  object-position: left center;
  background: transparent;
  border-radius: 0;
  padding: 0;
  /* Prevent square uploads from dominating the bar */
  aspect-ratio: auto;
}

.ws-brand--footer .ws-brand__img {
  height: calc(var(--ws-brand-logo-h, 36px) * 1.15);
  max-height: calc(var(--ws-brand-logo-h, 36px) * 1.15);
  max-width: min(var(--ws-brand-logo-max-w, 280px), 18rem);
}

.ws-brand--drawer .ws-brand__img {
  height: var(--ws-brand-logo-h, 36px);
  max-height: var(--ws-brand-logo-h, 36px);
  max-width: min(var(--ws-brand-logo-max-w, 280px), 14rem);
}

#ws-index-header .ws-header-desktop-nav {
  display: none;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem 0.65rem;
  flex: 1 1 auto;
  min-width: 0;
  /* Must stay visible so the Offers dropdown panel is not clipped. */
  overflow: visible;
}

#ws-index-header .ws-header-desktop-nav > a,
#ws-index-header .ws-header-desktop-nav > .ws-nav-offers {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* Direct nav links + Offers trigger only — not panel links inside the dropdown. */
#ws-index-header .ws-header-desktop-nav > a,
#ws-index-header .ws-header-desktop-nav > .ws-nav-offers > .ws-nav-offers__trigger {
  display: inline-flex;
  align-items: center;
  min-height: var(--dv-touch-min);
  padding: 0.25rem 0.1rem;
  text-decoration: none;
  white-space: nowrap;
}

#ws-index-header .ws-header-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

#ws-index-header .ws-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--dv-touch-min);
  height: var(--dv-touch-min);
  border-radius: var(--dv-radius-sm);
  border: 1px solid rgba(255, 229, 102, 0.45);
  background: transparent;
  color: var(--dv-gold);
  cursor: pointer;
  padding: 0;
}

#ws-index-header .ws-nav-toggle:hover {
  background: rgba(255, 255, 255, 0.08);
}

#ws-index-header .ws-nav-toggle:focus-visible,
#ws-index-header .ws-header-desktop-nav a:focus-visible,
#ws-index-header .ws-header-actions a:focus-visible,
.ws-mobile-drawer a:focus-visible,
.ws-footer a:focus-visible,
.ws-motion-toggle:focus-visible {
  outline: 2px solid var(--dv-focus);
  outline-offset: 2px;
}

#ws-index-header .ws-nav-toggle .material-symbols-outlined {
  font-size: 1.5rem;
  color: var(--dv-gold) !important;
}

#ws-index-header .ws-nav-or--desktop {
  display: none;
}

#ws-index-header .ws-sign-in-pill--bar {
  display: none;
}

.ws-nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  z-index: var(--dv-z-nav-backdrop);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--dv-motion) var(--dv-ease);
}

.ws-nav-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.ws-mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: var(--dv-z-nav-drawer);
  width: min(20.5rem, calc(100% - 2.5rem));
  height: 100dvh;
  max-height: 100dvh;
  padding:
    calc(var(--dv-safe-top) + var(--dv-space-4))
    calc(var(--dv-safe-right) + var(--dv-space-4))
    calc(var(--dv-safe-bottom) + var(--dv-space-5))
    var(--dv-space-4);
  background: var(--dv-navy);
  color: var(--dv-gold);
  box-shadow: var(--dv-shadow-2);
  transform: translateX(105%);
  transition: transform var(--dv-motion) var(--dv-ease);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  gap: var(--dv-space-2);
  visibility: hidden;
  pointer-events: none;
}

.ws-mobile-drawer.is-open {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.ws-mobile-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--dv-space-3);
}

.ws-mobile-drawer__title {
  font-family: var(--dv-font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--dv-gold);
}

.ws-mobile-drawer__head .ws-brand {
  min-width: 0;
  max-width: min(var(--ws-brand-logo-max-w, 280px), 78%);
}

.ws-mobile-drawer__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--dv-touch-min);
  height: var(--dv-touch-min);
  border: none;
  border-radius: var(--dv-radius-sm);
  background: transparent;
  color: var(--dv-gold);
  cursor: pointer;
}

.ws-mobile-drawer__nav {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.ws-mobile-drawer__nav a {
  display: flex;
  align-items: center;
  min-height: var(--dv-touch-min);
  padding: 0.35rem 0.5rem;
  border-radius: var(--dv-radius-sm);
  color: var(--dv-gold) !important;
  text-decoration: none;
  font-family: var(--dv-font-body);
  font-weight: 600;
  font-size: 0.9375rem;
}

.ws-mobile-drawer__nav a:hover,
.ws-mobile-drawer__nav a.ws-nav-active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}

.ws-mobile-drawer__actions {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: var(--dv-space-3);
  padding-top: var(--dv-space-5);
}

.ws-mobile-drawer__actions .ws-sign-in-pill,
.ws-mobile-drawer__actions .ws-book-now-btn {
  width: 100%;
  min-height: var(--dv-touch-min);
  text-align: center;
}

.ws-mobile-drawer__actions .ws-header-sign-out {
  width: 100%;
}

.ws-mobile-drawer__actions .ws-header-sign-out .ws-book-now-btn {
  width: 100%;
}

body.ws-nav-open {
  overflow: hidden;
}

@media (min-width: 1024px) {
  #ws-index-header .ws-header-desktop-nav {
    display: flex;
    flex-wrap: nowrap;
  }

  #ws-index-header .ws-nav-toggle {
    display: none;
  }

  #ws-index-header .ws-nav-or--desktop {
    display: inline;
  }

  #ws-index-header .ws-sign-in-pill--bar {
    display: inline-flex;
  }

  .ws-nav-backdrop,
  .ws-mobile-drawer {
    display: none !important;
  }
}

/* Main / messages offset uses measured header height */
.ws-index-page #main {
  padding-top: var(--ws-header-offset);
}

.ws-index-page .ws-flash-messages {
  top: var(--ws-header-offset);
  z-index: var(--dv-z-messages);
}

/* Footer */
.ws-footer {
  padding-bottom: calc(var(--dv-safe-bottom) + 5.5rem);
}

.ws-footer a {
  display: inline-flex;
  align-items: center;
  min-height: var(--dv-touch-min);
}

/* Footer social — light yellow circles (brand gold) on navy */
.ws-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  min-width: var(--dv-touch-min, 2.75rem);
  min-height: var(--dv-touch-min, 2.75rem);
  border-radius: 9999px;
  background: #ffe566;
  color: rgb(26, 72, 131);
  box-shadow: 0 0 0 2px rgba(255, 229, 102, 0.55);
  transition: background-color var(--dv-motion, 0.2s) var(--dv-ease, ease),
    color var(--dv-motion, 0.2s) var(--dv-ease, ease),
    transform var(--dv-motion, 0.2s) var(--dv-ease, ease),
    box-shadow var(--dv-motion, 0.2s) var(--dv-ease, ease);
}

.ws-footer__social-link:hover {
  background: #fff0a3;
  color: rgb(15, 45, 90);
  box-shadow: 0 0 0 3px rgba(255, 229, 102, 0.85);
  transform: scale(1.04);
}

.ws-footer__social-link:focus-visible {
  outline: 2px solid #ffe566;
  outline-offset: 3px;
}

.ws-footer__social-icon {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
}

html.dv-reduce-motion .ws-footer__social-link,
html.dv-reduce-motion .ws-footer__social-link:hover {
  transition: none;
  transform: none;
}

.ws-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--dv-space-6);
}

@media (min-width: 768px) {
  .ws-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ws-footer {
    padding-bottom: calc(var(--dv-safe-bottom) + var(--dv-space-5));
  }
}

@media (min-width: 1024px) {
  .ws-footer__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ws-footer__bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--dv-space-4);
  text-align: center;
}

@media (min-width: 768px) {
  .ws-footer__bar {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: var(--dv-space-4) var(--dv-space-6);
    text-align: left;
  }

  .ws-footer__copy {
    justify-self: start;
  }

  .ws-footer__legal {
    justify-self: center;
  }

  .ws-footer__payments {
    justify-self: end;
  }
}

.ws-footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--dv-space-4);
}

.ws-footer__payments {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  max-width: 9rem;
}

.ws-footer__bacs-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.ws-footer__bacs-logo {
  display: block;
  width: auto;
  height: 2rem;
  max-width: 100%;
  object-fit: contain;
}

.ws-footer__bacs-tick {
  position: absolute;
  right: -0.3rem;
  bottom: -0.2rem;
  display: grid;
  place-items: center;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(5, 150, 105, 0.25);
}

.ws-footer__bacs-tick .material-symbols-outlined {
  font-size: 1rem;
  color: #059669;
  font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 20;
  line-height: 1;
}

.ws-footer__bacs-caption {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.72);
}

.ws-footer__bacs-name {
  font-weight: 700;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.92);
}

.ws-motion-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: var(--dv-touch-min);
  padding: 0.25rem 0.5rem;
  border-radius: var(--dv-radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: inherit;
  font-size: 0.75rem;
  cursor: pointer;
}

.ws-motion-toggle[aria-pressed="true"] {
  border-color: var(--dv-gold);
  color: var(--dv-gold);
}

/* Packages comparison table scroll affordance */
.ws-pkg-table-scroll {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  border-radius: var(--dv-radius-lg);
  border: 1px solid #e2e8f0;
  background: #fff;
}

.ws-pkg-table-scroll::after {
  content: "";
  pointer-events: none;
  position: sticky;
  right: 0;
  top: 0;
  display: block;
  width: 2rem;
  margin-left: -2rem;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95));
}

@media (min-width: 900px) {
  .ws-pkg-table-scroll::after {
    display: none;
  }
}

.ws-pkg-table-scroll table {
  min-width: 36rem;
}

.ws-pkg-table-hint {
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  color: var(--dv-text-muted);
}

@media (min-width: 900px) {
  .ws-pkg-table-hint {
    display: none;
  }
}

/* Auth cards (register / password) — align with login premium feel */
.ws-auth-card {
  max-width: 28rem;
  margin-inline: auto;
  padding: clamp(1.25rem, 4vw, 1.75rem);
  border-radius: var(--dv-radius-lg);
  border: 1px solid rgba(26, 72, 131, 0.12);
  background: #fff;
  box-shadow: var(--dv-shadow-1);
}

.ws-auth-card h1 {
  font-family: var(--dv-font-display);
  font-size: var(--dv-text-headline);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--dv-text);
}

.ws-auth-card label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.ws-auth-card ul#id_preferred_transmission {
  list-style: none;
  margin: 0.35rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
}

.ws-auth-card ul#id_preferred_transmission label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: var(--dv-touch-min);
  margin: 0;
  font-weight: 600;
  cursor: pointer;
}

.ws-auth-card input:not([type="checkbox"]):not([type="radio"]),
.ws-auth-card select,
.ws-auth-card textarea {
  width: 100%;
  min-height: var(--dv-touch-min);
  border-radius: var(--dv-radius-sm);
  border: 1px solid #cbd5e1;
  padding: 0.65rem 0.85rem;
  font-size: 1rem; /* iOS: avoid input zoom */
}

.ws-auth-card button[type="submit"],
.ws-auth-card .ws-auth-card__submit {
  width: 100%;
  min-height: var(--dv-touch-min);
  border-radius: var(--dv-radius-md);
  background: var(--dv-navy);
  color: var(--dv-gold);
  font-family: var(--dv-font-display);
  font-weight: 700;
  border: none;
  cursor: pointer;
}

.ws-auth-card button[type="submit"]:hover,
.ws-auth-card .ws-auth-card__submit:hover {
  background: var(--dv-navy-hover);
}

.ws-auth-card a {
  color: var(--dv-navy);
  font-weight: 600;
}

/* REQ-ST-1.1 — bright bold red registration / auth errors (duplicate signup) */
.ws-auth-card__alert {
  margin: 0 0 0.75rem;
  padding: 0.85rem 1rem;
  border: 2px solid #dc2626;
  border-radius: var(--dv-radius-sm);
  background: #fef2f2;
}

.ws-auth-card .errorlist {
  list-style: none;
  margin: 0.4rem 0 0;
  padding: 0;
}

.ws-auth-card__error,
.ws-auth-card .errorlist li,
.ws-auth-card .errorlist .ws-auth-card__error {
  color: #dc2626;
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1.35;
}

.ws-auth-card__error--banner {
  margin: 0;
  font-size: 1.05rem;
}

.ws-auth-card__alert a {
  color: #b91c1c;
  font-weight: 800;
  text-decoration: underline;
}

.ws-auth-card__field--error input:not([type="checkbox"]):not([type="radio"]),
.ws-auth-card__field--error select,
.ws-auth-card__field--error textarea {
  border-color: #dc2626;
  box-shadow: 0 0 0 1px #dc2626;
}

/* Home hero mobile density */
@media (max-width: 767px) {
  .ws-index-page .ws-home-hero {
    padding-top: var(--dv-space-5) !important;
    padding-bottom: var(--dv-space-6) !important;
  }

  .ws-index-page .ws-home-hero h1 {
    font-size: var(--dv-text-display) !important;
    line-height: 1.15 !important;
  }

  .ws-index-page .ws-home-hero .font-body-lg {
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }
}

/* Book / newsletter / mock soft spacing */
.ws-public-form-shell {
  padding-inline: 0;
}

.ws-public-form-shell input:not([type="checkbox"]):not([type="radio"]),
.ws-public-form-shell select,
.ws-public-form-shell textarea,
.ws-public-form-shell button[type="submit"] {
  min-height: var(--dv-touch-min);
}

.ws-skin input:not([type="checkbox"]):not([type="radio"]),
.ws-skin select,
.ws-skin textarea {
  font-size: 1rem;
  min-height: var(--dv-touch-min);
}

/* Home page black buttons → navy background, yellow text */
.ws-index-page a.bg-checker-black,
.ws-index-page button.bg-checker-black {
  background: rgb(26, 72, 131) !important;
  color: #ffe566 !important;
}

.ws-index-page a.bg-checker-black:hover,
.ws-index-page button.bg-checker-black:hover,
.ws-index-page a.hover\:bg-checker-black:hover,
.ws-index-page button.hover\:bg-checker-black:hover {
  background: rgb(35, 95, 165) !important;
  color: #ffe566 !important;
}

.ws-index-page a.bg-checker-black .material-symbols-outlined,
.ws-index-page button.bg-checker-black .material-symbols-outlined {
  color: #ffe566 !important;
}

.ws-index-page a.border-checker-black {
  border-color: rgb(26, 72, 131) !important;
  color: rgb(26, 72, 131) !important;
}

.ws-index-page a.border-checker-black:hover {
  background: rgb(26, 72, 131) !important;
  color: #ffe566 !important;
}

/* UGC video wall section background */
.ws-index-page section:has(#ugc-embla) {
  background: rgb(26, 72, 131) !important;
}

/* Site chrome footer only — do not style nested <footer> (e.g. instructor review cite). */
.ws-index-page footer.ws-footer {
  background: rgb(26, 72, 131) !important;
  border-bottom: none !important;
}

/* Careers page */
.ws-careers {
  background: linear-gradient(165deg, #ffe566 0%, #ffe17a 48%, #ffe566 100%);
  border: 1px solid #e0b800;
  border-radius: 1rem;
  padding: 1.75rem 1.25rem;
  box-shadow: 0 18px 40px rgba(26, 72, 131, 0.12);
}

@media (min-width: 768px) {
  .ws-careers {
    padding: 2rem 2rem 2.25rem;
  }
}

.ws-careers__eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgb(26, 72, 131);
}

.ws-careers__title {
  margin-top: 0.35rem;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  line-height: 1.15;
  color: rgb(26, 72, 131);
}

.ws-careers__lede {
  margin-top: 0.65rem;
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(26, 72, 131, 0.88);
}

.ws-careers__board {
  margin-top: 1.5rem;
}

.ws-careers__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.ws-careers__tab {
  cursor: pointer;
  border: 2px solid rgb(26, 72, 131);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.55);
  padding: 0.55rem 1.1rem;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: rgb(26, 72, 131);
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.ws-careers__tab:hover {
  background: rgba(255, 255, 255, 0.85);
}

.ws-careers__tab.is-active {
  background: rgb(26, 72, 131);
  color: #ffe566;
}

.ws-careers__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ws-careers__panel:not(.is-active) {
  display: none;
}

.ws-careers__card {
  border-radius: 0.9rem;
  border: 1px solid rgba(26, 72, 131, 0.14);
  padding: 1.1rem 1.15rem;
  box-shadow: 0 10px 24px rgba(26, 72, 131, 0.1);
}

.ws-careers__card--shade-1 {
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.ws-careers__card--shade-2 {
  background: linear-gradient(135deg, #f6faff 0%, #eef5fb 100%);
}

.ws-careers__card--shade-3 {
  background: linear-gradient(135deg, #fffef8 0%, #fff6d6 100%);
}

.ws-careers__card--shade-4 {
  background: linear-gradient(135deg, #eef5fb 0%, #e8f1f9 100%);
}

.ws-careers__card--shade-5 {
  background: linear-gradient(135deg, #ffffff 0%, #f3f8fc 100%);
}

.ws-careers__card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.ws-careers__card-title {
  margin: 0;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}

.ws-careers__card-title a {
  color: rgb(26, 72, 131);
  text-decoration: none;
}

.ws-careers__card-title a:hover {
  text-decoration: underline;
}

.ws-careers__card-meta {
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(26, 72, 131, 0.72);
}

.ws-careers__badge {
  border-radius: 9999px;
  background: rgb(26, 72, 131);
  padding: 0.3rem 0.7rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffe566;
  white-space: nowrap;
}

.ws-careers__card-body {
  margin-top: 0.85rem;
}

.ws-careers__card-desc {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #243b53;
  white-space: pre-wrap;
}

.ws-careers__skills {
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  color: rgb(26, 72, 131);
}

.ws-careers__skills summary {
  cursor: pointer;
  font-weight: 700;
}

.ws-careers__skills ul {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
}

.ws-careers__card-foot {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(26, 72, 131, 0.12);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.ws-careers__date {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(26, 72, 131, 0.7);
}

.ws-careers__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ws-careers-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.55rem;
  border: 2px solid rgb(26, 72, 131);
  background: rgb(26, 72, 131);
  padding: 0.5rem 1rem;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #ffe566 !important;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.ws-careers-btn:hover {
  background: rgb(35, 95, 165);
  border-color: rgb(35, 95, 165);
  color: #fff !important;
  transform: translateY(-1px);
}

.ws-careers-btn--ghost {
  background: rgba(255, 255, 255, 0.72);
  color: rgb(26, 72, 131) !important;
}

.ws-careers-btn--ghost:hover {
  background: #fff;
  color: rgb(26, 72, 131) !important;
}

.ws-careers__empty,
.ws-careers__empty-tab {
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.72);
  padding: 1.5rem;
  text-align: center;
  color: rgb(26, 72, 131);
}

.ws-careers__empty-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.ws-careers__more-note {
  margin-top: 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(26, 72, 131, 0.85);
}

.ws-careers__closed {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(26, 72, 131, 0.2);
}

.ws-careers__closed h2 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(26, 72, 131, 0.75);
}

.ws-careers__closed ul {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
  font-size: 0.875rem;
  color: rgba(26, 72, 131, 0.82);
}

/* Careers job detail page */
.ws-job-detail {
  max-width: 72rem;
  margin: 0 auto;
}

.ws-job-detail__back-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 2px solid rgb(26, 72, 131);
  background: rgb(26, 72, 131);
  padding: 0.45rem 1rem;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #ffe566 !important;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.ws-job-detail__back-pill:hover {
  background: rgb(35, 95, 165);
  border-color: rgb(35, 95, 165);
  color: #fff !important;
  transform: translateY(-1px);
}

.ws-job-detail__canvas {
  margin-top: 1.25rem;
  border: 1px solid #e0b800;
  border-radius: 1rem;
  background: linear-gradient(165deg, #ffe566 0%, #ffe17a 48%, #ffe566 100%);
  padding: 1.5rem 1rem 2rem;
  box-shadow: 0 18px 40px rgba(26, 72, 131, 0.12);
}

@media (min-width: 768px) {
  .ws-job-detail__canvas {
    padding: 2rem 1.5rem 2.5rem;
  }
}

.ws-job-detail__grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 1rem 1.25rem;
  margin: 0 auto;
  max-width: 64rem;
}

.ws-job-detail__grid > * {
  grid-column: 1 / -1;
}

@media (min-width: 768px) {
  .ws-job-detail__grid > * {
    grid-column: 2 / 8;
  }
}

.ws-job-detail__header {
  text-align: center;
}

.ws-job-detail__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  line-height: 1.2;
}

.ws-job-detail__role-tablet {
  display: inline-block;
  border-radius: 0.65rem;
  border: 2px solid rgb(26, 72, 131);
  background: rgb(26, 72, 131);
  padding: 0.45rem 1rem;
  font-size: clamp(0.95rem, 2.2vw, 1.125rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #ffe566;
  cursor: default;
  user-select: none;
}

.ws-job-detail__title-rest {
  display: block;
  max-width: 36rem;
  font-size: clamp(1.35rem, 3.5vw, 2rem);
  font-weight: 700;
  color: rgb(26, 72, 131);
}

.ws-job-detail__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
  margin: 0;
  padding: 1rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(26, 72, 131, 0.12);
}

@media (min-width: 640px) {
  .ws-job-detail__meta {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ws-job-detail__meta-item dt {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(26, 72, 131, 0.65);
}

.ws-job-detail__meta-item dd {
  margin: 0.2rem 0 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: rgb(26, 72, 131);
}

.ws-job-detail__summary {
  margin: 0;
  padding: 1rem 1.1rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #ffffff 0%, #f6faff 100%);
  border: 1px solid rgba(26, 72, 131, 0.12);
  font-size: 1.0625rem;
  line-height: 1.55;
  color: #243b53;
  text-align: center;
}

.ws-job-detail__description {
  padding: 1.1rem 1.15rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #f6faff 0%, #eef5fb 100%);
  border: 1px solid rgba(26, 72, 131, 0.12);
  white-space: pre-wrap;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #243b53;
}

.ws-job-detail__skills {
  padding: 1.1rem 1.15rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #fffef8 0%, #fff6d6 100%);
  border: 1px solid rgba(26, 72, 131, 0.12);
}

.ws-job-detail__skills h2 {
  margin: 0;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: rgb(26, 72, 131);
  text-align: center;
}

.ws-job-detail__skills ul {
  margin: 0.85rem 0 0;
  padding-left: 1.2rem;
  color: #243b53;
  line-height: 1.55;
}

.ws-job-detail__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  padding-top: 0.25rem;
}

.ws-job-detail__closed {
  display: inline-flex;
  align-items: center;
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(26, 72, 131, 0.25);
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: rgba(26, 72, 131, 0.7);
}

/* Careers job apply page */
.ws-job-apply {
  max-width: 72rem;
  margin: 0 auto;
}

.ws-job-apply__header {
  margin-top: 1.25rem;
  text-align: center;
}

.ws-job-apply__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0;
  margin: 1rem auto 0;
  max-width: 64rem;
}

.ws-job-apply__canvas {
  grid-column: 1 / -1;
  border: 1px solid #e0b800;
  border-radius: 0.85rem;
  background: linear-gradient(165deg, #ffe566 0%, #ffe17a 48%, #ffe566 100%);
  padding: 1rem 0.9rem 1.1rem;
  box-shadow: 0 12px 28px rgba(26, 72, 131, 0.1);
}

@media (min-width: 768px) {
  .ws-job-apply__canvas {
    grid-column: 4 / 10;
    padding: 1.1rem 1rem 1.2rem;
  }
}

.ws-job-apply__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  line-height: 1.2;
}

.ws-job-apply__subtitle {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(26, 72, 131, 0.85);
}

.ws-job-apply__form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 0;
}

.ws-job-apply__field label {
  display: block;
  margin-bottom: 0.35rem;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: rgb(26, 72, 131);
}

.ws-job-apply__field input[type="text"],
.ws-job-apply__field input[type="email"],
.ws-job-apply__field input[type="password"],
.ws-job-apply__field input[type="tel"],
.ws-job-apply__field input[type="date"],
.ws-job-apply__field .ws-job-apply__control,
.ws-job-apply__field select,
.ws-job-apply__field textarea {
  display: block;
  width: 100%;
  border: 2px solid rgb(26, 72, 131);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.95);
  padding: 0.55rem 0.75rem;
  font-size: 0.9375rem;
  color: rgb(26, 72, 131);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ws-job-apply__field input[type="text"]:focus,
.ws-job-apply__field input[type="email"]:focus,
.ws-job-apply__field input[type="password"]:focus,
.ws-job-apply__field input[type="tel"]:focus,
.ws-job-apply__field input[type="date"]:focus,
.ws-job-apply__field .ws-job-apply__control:focus,
.ws-job-apply__field select:focus,
.ws-job-apply__field textarea:focus {
  outline: none;
  border-color: rgb(35, 95, 165);
  box-shadow: 0 0 0 3px rgba(26, 72, 131, 0.18);
}

.ws-job-apply__field input[type="file"] {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  color: rgb(26, 72, 131);
}

.ws-job-apply__field input[type="file"]::file-selector-button {
  margin-right: 0.75rem;
  border: 2px solid rgb(26, 72, 131);
  border-radius: 0.45rem;
  background: rgb(26, 72, 131);
  padding: 0.45rem 0.85rem;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffe566;
  cursor: pointer;
}

.ws-job-apply__hint {
  margin: 0.35rem 0 0;
  font-size: 0.75rem;
  color: rgba(26, 72, 131, 0.7);
}

.ws-job-apply__error {
  margin: 0.35rem 0 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ba1a1a;
}

.ws-job-apply__actions {
  display: flex;
  justify-content: center;
  padding-top: 0.35rem;
}

.ws-job-apply__actions .ws-careers-btn {
  cursor: pointer;
  border: none;
}

/* Coverage page — yellow + navbar navy */
.ws-coverage {
  max-width: 72rem;
  margin: 0 auto;
}

.ws-coverage__hero {
  border: 1px solid #e0b800;
  border-radius: 1rem;
  background: linear-gradient(165deg, #ffe566 0%, #ffe17a 48%, #ffe566 100%);
  padding: 1.5rem 1.1rem;
  box-shadow: 0 18px 40px rgba(26, 72, 131, 0.12);
}

@media (min-width: 768px) {
  .ws-coverage__hero {
    padding: 1.75rem 1.5rem;
  }
}

.ws-coverage__hero-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .ws-coverage__hero-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: center;
    gap: 1.5rem;
  }

  .ws-coverage__intro {
    grid-column: 1 / 6;
  }

  .ws-coverage__map-card {
    grid-column: 6 / 13;
  }
}

.ws-coverage__eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgb(26, 72, 131);
}

.ws-coverage__title {
  margin-top: 0.35rem;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: clamp(1.65rem, 3.5vw, 2.25rem);
  font-weight: 800;
  line-height: 1.15;
  color: rgb(26, 72, 131);
}

.ws-coverage__lede,
.ws-coverage__stat {
  margin-top: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(26, 72, 131, 0.9);
}

.ws-coverage__stat strong {
  color: rgb(26, 72, 131);
}

.ws-coverage__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.ws-coverage__map-card {
  overflow: hidden;
  border-radius: 0.85rem;
  border: 2px solid rgb(26, 72, 131);
  background: #fff;
  box-shadow: 0 12px 28px rgba(26, 72, 131, 0.14);
}

.ws-coverage__map {
  height: 360px;
  width: 100%;
  z-index: 0;
}

.ws-coverage__map-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  border-top: 1px solid rgba(26, 72, 131, 0.12);
  padding: 0.55rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgb(26, 72, 131);
}

.ws-coverage__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.ws-coverage__legend-dot {
  display: inline-block;
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 9999px;
  border: 2px solid #fff;
}

.ws-coverage__legend-dot--area {
  background: rgb(26, 72, 131);
  box-shadow: 0 0 0 1px rgb(26, 72, 131);
}

.ws-coverage__legend-dot--centre {
  background: #ffe566;
  box-shadow: 0 0 0 1px rgb(26, 72, 131);
}

.ws-coverage__legend-meta {
  margin-left: auto;
  font-weight: 500;
  color: rgba(26, 72, 131, 0.72);
}

.ws-coverage__panel {
  margin-top: 1.25rem;
  border: 2px solid rgb(26, 72, 131);
  border-radius: 0.85rem;
  background: linear-gradient(135deg, #ffffff 0%, #f6faff 100%);
  padding: 1.25rem 1.1rem;
  box-shadow: 0 10px 24px rgba(26, 72, 131, 0.08);
}

.ws-coverage__panel--navy {
  background: rgb(26, 72, 131);
  border-color: rgb(26, 72, 131);
}

.ws-coverage__panel-title {
  margin: 0;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  color: rgb(26, 72, 131);
}

.ws-coverage__panel-title--light {
  color: #ffe566;
}

.ws-coverage__panel-lede,
.ws-coverage__empty {
  margin-top: 0.45rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(26, 72, 131, 0.82);
}

.ws-coverage__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.ws-coverage__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 9999px;
  border: 2px solid rgb(26, 72, 131);
  background: rgb(26, 72, 131);
  padding: 0.35rem 0.7rem 0.35rem 0.85rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffe566;
}

.ws-coverage__chip-count {
  border-radius: 9999px;
  background: rgba(255, 229, 102, 0.18);
  padding: 0.1rem 0.45rem;
  font-size: 0.6875rem;
  font-weight: 800;
  color: #ffe566;
}

.ws-coverage__centres {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .ws-coverage__centres {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ws-coverage__centre {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

.ws-coverage__centre-dot {
  margin-top: 0.35rem;
  height: 0.5rem;
  width: 0.5rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background: #ffe566;
  box-shadow: 0 0 0 2px rgba(255, 229, 102, 0.35);
}

.ws-coverage__centre-name {
  font-weight: 700;
  color: #ffe566;
}

.ws-coverage__centre-address {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.78);
}

.ws-coverage__legend-pin {
  display: inline-block;
  width: 0.85rem;
  height: 1rem;
  background: #1a4883;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  border-radius: 2px 2px 0 0;
}

.ws-coverage__area-grid {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(11.5rem, 1fr));
}

.ws-coverage__area-card {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.95rem 1rem;
  border-radius: 0.85rem;
  border: 2px solid rgba(26, 72, 131, 0.2);
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.ws-coverage__area-card:hover {
  border-color: #1a4883;
  box-shadow: 0 8px 20px rgba(26, 72, 131, 0.1);
  transform: translateY(-1px);
}

.ws-coverage__area-card-name {
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  color: #1a4883;
}

.ws-coverage__area-card-codes {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(26, 72, 131, 0.7);
}

.ws-coverage__area-card-cta {
  margin-top: 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #1a4883;
}

.ws-coverage__area-card-cta::after {
  content: " →";
  color: #ffe566;
  font-weight: 800;
}

.ws-coverage__chip--link {
  text-decoration: none;
  cursor: pointer;
}

.ws-coverage__chip--link:hover {
  background: #163a6b;
}

/* Area SEO landing */
.ws-area-landing {
  max-width: 48rem;
  margin: 0 auto;
}

.ws-area-landing__crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  font-size: 0.8rem;
  color: rgba(26, 72, 131, 0.7);
  margin-bottom: 1.25rem;
}

.ws-area-landing__crumb a {
  color: #1a4883;
  font-weight: 600;
  text-decoration: none;
}

.ws-area-landing__crumb a:hover {
  text-decoration: underline;
}

.ws-area-landing__hero {
  border: 2px solid #1a4883;
  border-radius: 1rem;
  padding: 1.5rem 1.25rem;
  background: linear-gradient(145deg, #fff 0%, #f4f8ff 100%);
  box-shadow: 0 12px 28px rgba(26, 72, 131, 0.08);
}

.ws-area-landing__eyebrow {
  margin: 0;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #241a00;
  background: #ffe566;
  padding: 0.2rem 0.55rem;
  border-radius: 0.35rem;
}

.ws-area-landing__title {
  margin: 0.35rem 0 0;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.15rem);
  font-weight: 800;
  color: #1a4883;
  line-height: 1.15;
}

.ws-area-landing__lede {
  margin: 0.85rem 0 0;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(26, 72, 131, 0.88);
}

.ws-area-landing__stats {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.15rem;
  grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
}

.ws-area-landing__stat {
  border-radius: 0.75rem;
  border: 1px solid rgba(26, 72, 131, 0.15);
  background: #fff;
  padding: 0.7rem 0.8rem;
}

.ws-area-landing__stat-value {
  display: block;
  font-weight: 800;
  font-size: 1.15rem;
  color: #1a4883;
}

.ws-area-landing__stat-label {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.72rem;
  line-height: 1.3;
  color: rgba(26, 72, 131, 0.7);
}

.ws-area-landing__stat-codes {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1a4883;
}

.ws-area-landing__stat-apply {
  display: inline-flex;
  margin-top: 0.55rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #1a4883;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
}

.ws-area-landing__stat-apply:hover,
.ws-area-landing__stat-apply:focus-visible {
  background: #143866;
  color: #fff;
}

.ws-area-landing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.15rem;
}

.ws-area-landing__section {
  margin-top: 1.75rem;
}

.ws-area-landing__section h2 {
  margin: 0 0 0.65rem;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: #1a4883;
}

.ws-area-landing__section--panel {
  border-radius: 0.85rem;
  border: 2px solid #1a4883;
  background: #1a4883;
  padding: 1.15rem 1.1rem;
  color: #fff;
}

.ws-area-landing__section--panel h2 {
  color: #ffe566;
}

.ws-area-landing__landmarks {
  margin: 0;
  padding-left: 1.15rem;
  color: rgba(26, 72, 131, 0.9);
  line-height: 1.55;
}

.ws-area-landing__services {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
}

.ws-area-landing__service {
  display: block;
  padding: 0.85rem 0.95rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(26, 72, 131, 0.18);
  background: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  color: #1a4883;
  text-decoration: none;
}

.ws-area-landing__service:hover {
  border-color: #1a4883;
  background: #f6faff;
}

.ws-area-landing__centre-name {
  margin: 0;
  font-weight: 800;
  font-size: 1.05rem;
  color: #ffe566;
}

.ws-area-landing__centre-meta,
.ws-area-landing__centre-note {
  margin: 0.35rem 0 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

.ws-area-landing__faqs {
  display: grid;
  gap: 0.5rem;
}

.ws-area-landing__faq {
  border: 1px solid rgba(26, 72, 131, 0.18);
  border-radius: 0.75rem;
  background: #fff;
  padding: 0.65rem 0.85rem;
}

.ws-area-landing__faq summary {
  cursor: pointer;
  font-weight: 700;
  color: #1a4883;
}

.ws-area-landing__faq p {
  margin: 0.5rem 0 0.15rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(26, 72, 131, 0.85);
}

.ws-area-landing__more {
  margin: 0.85rem 0 0;
  font-size: 0.9rem;
}

.ws-area-landing__more a {
  font-weight: 700;
  color: #1a4883;
}

.ws-area-landing__cta {
  margin: 2rem 0 0.5rem;
  text-align: center;
  border-radius: 1rem;
  padding: 1.5rem 1.1rem;
  background: linear-gradient(135deg, #1a4883 0%, #123560 100%);
  color: #fff;
}

.ws-area-landing__cta h2 {
  margin: 0;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffe566;
}

.ws-area-landing__cta p {
  margin: 0.5rem auto 1rem;
  max-width: 28rem;
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
}

/* Homepage areas strip */
.ws-home-areas {
  padding: 2.5rem 0;
  background: #faf9f7;
  border-top: 1px solid rgba(26, 72, 131, 0.08);
  border-bottom: 1px solid rgba(26, 72, 131, 0.08);
}

.ws-home-areas__inner {
  max-width: 72rem;
  margin: 0 auto;
}

.ws-home-areas__head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.ws-home-areas__title {
  margin: 0;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #1a4883;
}

.ws-home-areas__lede {
  margin: 0.25rem 0 0;
  font-size: 0.95rem;
  color: rgba(26, 72, 131, 0.75);
}

.ws-home-areas__all {
  font-weight: 700;
  color: #1a4883;
  text-decoration: none;
}

.ws-home-areas__all:hover {
  text-decoration: underline;
}

/* Instructors page — image cards, yellow + navy */
/* —— Meet Instructors (premium marketplace) —— */
.ws-instructors {
  --inst-primary: #0f172a;
  --inst-secondary: #1e40af;
  --inst-accent: #fbbf24;
  --inst-success: #22c55e;
  --inst-bg: #f8fafc;
  --inst-card: #ffffff;
  --inst-text: #111827;
  --inst-muted: #6b7280;
  --inst-border: #e5e7eb;
  background: var(--inst-bg);
  color: var(--inst-text);
  padding-bottom: 3rem;
}

#instructor-search {
  scroll-margin-top: 6rem;
}

.ws-instructors__shell {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

@media (min-width: 768px) {
  .ws-instructors__shell {
    padding: 0 1.5rem;
  }
}

/* Hero */
.ws-instructors__hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: min(72vh, 40rem);
  display: flex;
  align-items: flex-end;
  padding: 5.5rem 1.25rem 3rem;
  color: #fff;
}

@media (min-width: 768px) {
  .ws-instructors__hero {
    padding: 6.5rem 1.5rem 3.5rem;
  }
}

.ws-instructors__hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.ws-instructors__hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ws-instructors__hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.55) 0%, rgba(15, 23, 42, 0.72) 45%, rgba(30, 64, 175, 0.88) 100%),
    linear-gradient(115deg, rgba(15, 23, 42, 0.65) 0%, transparent 55%);
}

.ws-instructors__hero-inner {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
}

.ws-instructors__eyebrow {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--inst-accent);
}

.ws-instructors__title {
  margin: 0.75rem 0 0;
  max-width: 18ch;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
}

.ws-instructors__lede {
  margin: 1rem 0 0;
  max-width: 38rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}

.ws-instructors__live-count {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.75);
}

.ws-instructors__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.ws-instructors__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 2.85rem;
  padding: 0.75rem 1.35rem;
  border-radius: 0.85rem;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.ws-instructors__btn:focus-visible {
  outline: 2px solid var(--inst-accent);
  outline-offset: 3px;
}

.ws-instructors__btn--primary {
  background: var(--inst-accent);
  color: var(--inst-primary);
  box-shadow: 0 10px 28px rgba(251, 191, 36, 0.35);
}

.ws-instructors__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(251, 191, 36, 0.45);
}

.ws-instructors__btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  backdrop-filter: blur(8px);
}

.ws-instructors__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

.ws-instructors__btn--ghost-dark {
  background: transparent;
  border-color: var(--inst-border);
  color: var(--inst-primary);
}

.ws-instructors__btn--ghost-dark:hover {
  background: #fff;
  transform: translateY(-2px);
}

.ws-instructors__btn--search {
  width: 100%;
}

.ws-instructors__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 2.25rem 0 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .ws-instructors__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

.ws-instructors__stat {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
}

.ws-instructors__stat-value {
  display: block;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--inst-accent);
}

.ws-instructors__stat-label {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.82);
}

/* Search panel */
.ws-instructors__search-wrap {
  margin-top: -2.25rem;
  position: relative;
  z-index: 2;
}

.ws-instructors__search {
  display: grid;
  gap: 0.85rem;
  padding: 1.15rem;
  border-radius: 1.25rem;
  background: var(--inst-card);
  border: 1px solid var(--inst-border);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.12);
}

@media (min-width: 640px) {
  .ws-instructors__search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 1.25rem 1.35rem;
  }
}

@media (min-width: 1024px) {
  .ws-instructors__search {
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
    align-items: end;
  }
}

.ws-instructors__search-field label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--inst-muted);
}

.ws-instructors__search-field input,
.ws-instructors__search-field select {
  width: 100%;
  min-height: 2.75rem;
  border-radius: 0.75rem;
  border: 1px solid var(--inst-border);
  background: #fff;
  padding: 0.65rem 0.85rem;
  font-size: 0.9375rem;
  color: var(--inst-text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ws-instructors__search-field input:focus,
.ws-instructors__search-field select:focus {
  outline: none;
  border-color: var(--inst-secondary);
  box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.15);
}

.ws-instructors__search-field--muted {
  opacity: 0.62;
}

.ws-instructors__search-field--muted select:disabled {
  cursor: not-allowed;
  background: #f3f4f6;
}

.ws-instructors__search-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: flex-end;
}

@media (min-width: 1024px) {
  .ws-instructors__search-actions {
    min-width: 9.5rem;
  }
}

.ws-instructors__clear {
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--inst-secondary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Trust strip */
.ws-instructors__trust-strip {
  margin-top: 3rem;
  padding: 2rem 0 0.5rem;
}

.ws-instructors__section-title {
  margin: 0;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--inst-primary);
}

.ws-instructors__section-lede {
  margin: 0.5rem 0 0;
  max-width: 40rem;
  font-size: 0.975rem;
  line-height: 1.55;
  color: var(--inst-muted);
}

.ws-instructors__trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 640px) {
  .ws-instructors__trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ws-instructors__trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .ws-instructors__trust-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

.ws-instructors__trust-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 1.1rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid var(--inst-border);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ws-instructors__trust-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(30, 64, 175, 0.1);
  border-color: rgba(30, 64, 175, 0.25);
}

.ws-instructors__trust-icon {
  display: inline-flex;
  width: 2.35rem;
  height: 2.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: rgba(30, 64, 175, 0.08);
  color: var(--inst-secondary);
  transition: transform 0.25s ease;
}

.ws-instructors__trust-card:hover .ws-instructors__trust-icon {
  transform: translateY(-2px) scale(1.05);
}

.ws-instructors__trust-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.ws-instructors__trust-label {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--inst-primary);
}

/* Listing */
.ws-instructors__listing {
  margin-top: 2.75rem;
}

.ws-instructors__listing-head {
  margin-bottom: 1.5rem;
}

.ws-instructors__empty {
  margin-top: 2.5rem;
  border-radius: 1.15rem;
  border: 1px solid var(--inst-border);
  background: #fff;
  padding: 2rem 1.35rem;
  text-align: center;
  color: var(--inst-primary);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.ws-instructors__empty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.15rem;
}

.ws-instructors__filter-empty {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 0.9375rem;
  color: var(--inst-muted);
}

.ws-instructors__grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .ws-instructors__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .ws-instructors__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem;
  }
}

/* Cards */
.ws-instructors__card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1.25rem;
  background: var(--inst-card);
  border: 1px solid var(--inst-border);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: default;
}

.ws-instructors__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.14);
  border-color: rgba(30, 64, 175, 0.22);
}

.ws-instructors__card--featured {
  border-color: rgba(251, 191, 36, 0.55);
  background: linear-gradient(180deg, #fffef8 0%, #ffffff 42%);
  box-shadow: 0 18px 42px rgba(251, 191, 36, 0.18);
}

@media (min-width: 1100px) {
  .ws-instructors__card--featured {
    grid-column: span 1;
  }
}

.ws-instructors__featured-badge {
  position: absolute;
  top: 0.85rem;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  border-radius: 9999px;
  background: var(--inst-accent);
  color: var(--inst-primary);
  padding: 0.28rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(251, 191, 36, 0.4);
}

/* shade modifiers kept for template compat; styling is white-card base */

.ws-instructors__card-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--inst-primary);
  border-radius: 1.25rem 1.25rem 0 0;
}

.ws-instructors__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.3s ease;
}

.ws-instructors__card:hover .ws-instructors__photo {
  transform: scale(1.05);
}

.ws-instructors__photo--placeholder {
  object-fit: contain;
  padding: 1.75rem;
  background: linear-gradient(165deg, #0f172a 0%, #1e40af 100%);
}

.ws-instructors__card-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.08) 20%, rgba(15, 23, 42, 0.55) 100%);
  pointer-events: none;
  transition: background 0.3s ease;
}

.ws-instructors__card:hover .ws-instructors__card-media-overlay {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.18) 10%, rgba(15, 23, 42, 0.68) 100%);
}

.ws-instructors__badge {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: 0.32rem 0.7rem;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #fff;
  background: rgba(15, 23, 42, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.18);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.ws-instructors__card:hover .ws-instructors__badge {
  box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.35), 0 8px 18px rgba(15, 23, 42, 0.25);
}

.ws-instructors__badge--verified {
  top: 0.85rem;
  left: 0.85rem;
}

.ws-instructors__badge--gold {
  background: rgba(251, 191, 36, 0.88);
  color: var(--inst-primary);
  border-color: rgba(255, 255, 255, 0.45);
}

.ws-instructors__badge--silver {
  background: rgba(226, 232, 240, 0.9);
  color: var(--inst-primary);
}

.ws-instructors__badge--rating {
  top: 0.85rem;
  right: 0.85rem;
}

.ws-instructors__badge--lessons {
  bottom: 0.85rem;
  left: 0.85rem;
}

.ws-instructors__badge--available {
  bottom: 0.85rem;
  right: 0.85rem;
  background: rgba(34, 197, 94, 0.85);
  border-color: rgba(255, 255, 255, 0.35);
}

.ws-instructors__card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.2rem 1.15rem 1.25rem;
}

.ws-instructors__name {
  margin: 0;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--inst-primary);
}

.ws-instructors__role {
  margin: -0.25rem 0 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--inst-secondary);
}

.ws-instructors__warning {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: #b91c1c;
}

.ws-instructors__intro {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--inst-muted);
}

.ws-instructors__quick-stats {
  margin: 0.15rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.ws-instructors__quick-stats li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--inst-text);
}

.ws-instructors__qs-icon {
  flex-shrink: 0;
  line-height: 1.25;
}

.ws-instructors__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.15rem 0 0;
  padding: 0;
  list-style: none;
}

.ws-instructors__tags li {
  border-radius: 9999px;
  border: 1px solid var(--inst-border);
  background: #f8fafc;
  padding: 0.28rem 0.65rem;
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--inst-primary);
}

.ws-instructors__review {
  margin: 0.25rem 0 0;
  padding: 0.8rem 0.9rem;
  border-radius: 0.85rem;
  background: #f8fafc;
  border: 1px solid var(--inst-border);
}

.ws-instructors__review-stars {
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: var(--inst-accent);
}

.ws-instructors__review-text {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.45;
  color: var(--inst-text);
}

.ws-instructors__review-cite {
  margin-top: 0.35rem;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--inst-muted);
}

.ws-instructors__areas {
  margin-top: 0.15rem;
}

.ws-instructors__areas-label {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--inst-muted);
}

.ws-instructors__areas-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.4rem 0 0;
}

.ws-instructors__area-chip {
  display: inline-block;
  border-radius: 9999px;
  border: 1px solid rgba(30, 64, 175, 0.2);
  background: rgba(30, 64, 175, 0.08);
  padding: 0.18rem 0.55rem;
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--inst-secondary);
}

.ws-instructors__card-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.75rem;
  padding: 0.7rem 1rem;
  border-radius: 0.85rem;
  background: var(--inst-secondary);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 22px rgba(30, 64, 175, 0.25);
}

.ws-instructors__card-cta:hover {
  background: #1d4ed8;
  transform: translateX(3px);
  box-shadow: 0 14px 28px rgba(30, 64, 175, 0.32);
}

.ws-instructors__card-cta:focus-visible {
  outline: 2px solid var(--inst-accent);
  outline-offset: 3px;
}

.ws-instructors__card-cta span {
  transition: transform 0.3s ease;
}

.ws-instructors__card-cta:hover span {
  transform: translateX(4px);
}

/* Pagination */
.ws-instructors__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
  font-size: 0.9rem;
}

.ws-instructors__page-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid var(--inst-border);
  background: #fff;
  color: var(--inst-primary);
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ws-instructors__page-link:hover {
  border-color: var(--inst-secondary);
  box-shadow: 0 8px 18px rgba(30, 64, 175, 0.1);
}

.ws-instructors__page-link:focus-visible {
  outline: 2px solid var(--inst-secondary);
  outline-offset: 2px;
}

.ws-instructors__page-status {
  color: var(--inst-muted);
  font-weight: 600;
}

/* Trust explainer panel */
.ws-instructors__trust-panel {
  margin-top: 2.5rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(30, 64, 175, 0.25);
  background: linear-gradient(145deg, #0f172a 0%, #1e40af 100%);
  padding: 1.5rem 1.35rem;
  color: #fff;
}

.ws-instructors__trust-title {
  margin: 0;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--inst-accent);
}

.ws-instructors__trust-lede,
.ws-instructors__trust-list {
  margin: 0.65rem 0 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.ws-instructors__trust-list {
  padding-left: 1.15rem;
}

.ws-instructors__trust-list strong {
  color: var(--inst-accent);
}

.ws-instructors__academy {
  margin-top: 0;
  padding: 2.75rem 1.25rem 3.25rem;
  background: linear-gradient(145deg, #0f172a 0%, #1e3a8a 55%, #1e40af 100%);
  color: #fff;
  text-align: center;
}

.ws-instructors__academy-inner {
  max-width: 40rem;
  margin: 0 auto;
}

.ws-instructors__academy-title {
  margin: 0;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--inst-accent, #fbbf24);
}

.ws-instructors__academy-lede {
  margin: 0.85rem 0 1.35rem;
  font-size: 0.975rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}

.ws-instructors__academy .ws-instructors__btn--primary {
  background: var(--inst-accent, #fbbf24);
  color: #0f172a;
  border-color: transparent;
}

.ws-instructors__academy .ws-instructors__btn--primary:hover {
  filter: brightness(1.05);
}

/* Reveal animations */
.ws-instructors [data-reveal],
.ws-instructors [data-instructor-card] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.ws-instructors [data-reveal].is-visible,
.ws-instructors [data-instructor-card].is-visible {
  opacity: 1;
  transform: none;
}

.ws-instructors [data-instructor-card][hidden] {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .ws-instructors [data-reveal],
  .ws-instructors [data-instructor-card],
  .ws-instructors__card,
  .ws-instructors__photo,
  .ws-instructors__btn,
  .ws-instructors__card-cta,
  .ws-instructors__trust-card,
  .ws-instructors__badge {
    transition: none !important;
  }

  .ws-instructors [data-reveal],
  .ws-instructors [data-instructor-card] {
    opacity: 1;
    transform: none;
  }

  .ws-instructors__card:hover,
  .ws-instructors__card:hover .ws-instructors__photo {
    transform: none;
  }
}

/* Blog — listing, cards, article detail */
.ws-blog {
  max-width: 72rem;
  margin: 0 auto;
}

.ws-blog__hero {
  border: 1px solid #e0b800;
  border-radius: 1rem;
  background: linear-gradient(165deg, #ffe566 0%, #ffe17a 48%, #ffe566 100%);
  padding: 1.35rem 1.1rem;
  box-shadow: 0 18px 40px rgba(26, 72, 131, 0.12);
}

.ws-blog__hero-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.ws-blog__eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgb(26, 72, 131);
}

.ws-blog__title {
  margin-top: 0.35rem;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 800;
  line-height: 1.15;
  color: rgb(26, 72, 131);
}

.ws-blog__lede {
  margin-top: 0.55rem;
  max-width: 36rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(26, 72, 131, 0.88);
}

.ws-blog__cta {
  flex-shrink: 0;
}

.ws-blog__grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

@media (min-width: 640px) {
  .ws-blog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ws-blog__grid--related {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .ws-blog__grid--related {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ws-blog__empty {
  grid-column: 1 / -1;
  border-radius: 0.85rem;
  border: 2px solid rgb(26, 72, 131);
  background: rgba(255, 255, 255, 0.72);
  padding: 1.5rem 1.1rem;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgb(26, 72, 131);
}

.ws-blog__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.9rem;
  border: 2px solid rgb(26, 72, 131);
  box-shadow: 0 12px 28px rgba(26, 72, 131, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ws-blog__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(26, 72, 131, 0.18);
}

.ws-blog__card--shade-1 {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.ws-blog__card--shade-2 {
  background: linear-gradient(180deg, #f6faff 0%, #eef5fb 100%);
}

.ws-blog__card--shade-3 {
  background: linear-gradient(180deg, #fffef8 0%, #fff6d6 100%);
}

.ws-blog__card--shade-4 {
  background: linear-gradient(180deg, #eef5fb 0%, #e8f1f9 100%);
}

.ws-blog__card--shade-5 {
  background: linear-gradient(180deg, #fff9e6 0%, #ffefb8 100%);
}

.ws-blog__card-media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 2px solid rgb(26, 72, 131);
  background: rgb(26, 72, 131);
}

.ws-blog__card--compact .ws-blog__card-media {
  aspect-ratio: 16 / 10;
}

.ws-blog__card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ws-blog__card:hover .ws-blog__card-image {
  transform: scale(1.03);
}

.ws-blog__card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1rem 1rem 1.1rem;
}

.ws-blog__card--compact .ws-blog__card-body {
  padding: 0.85rem;
}

.ws-blog__card-date {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(26, 72, 131, 0.65);
}

.ws-blog__card-title {
  margin: 0.45rem 0 0;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.3;
  color: rgb(26, 72, 131);
}

.ws-blog__card--compact .ws-blog__card-title {
  font-size: 1rem;
}

.ws-blog__card-title a {
  color: inherit;
  text-decoration: none;
}

.ws-blog__card-title a:hover {
  color: #b38f00;
}

.ws-blog__card-excerpt {
  margin: 0.5rem 0 0;
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(26, 72, 131, 0.82);
}

.ws-blog__card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.65rem;
}

.ws-blog__tag {
  display: inline-block;
  border-radius: 9999px;
  border: 1px solid rgb(26, 72, 131);
  background: rgb(26, 72, 131);
  padding: 0.15rem 0.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #ffe566;
}

.ws-blog__card-link {
  margin-top: 0.85rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: rgb(26, 72, 131);
  text-decoration: none;
}

.ws-blog__card-link:hover {
  color: #b38f00;
}

.ws-blog__cta-panel {
  margin-top: 1.5rem;
  border-radius: 0.85rem;
  border: 2px solid rgb(26, 72, 131);
  background: rgb(26, 72, 131);
  padding: 1.5rem 1.1rem;
  text-align: center;
}

.ws-blog__cta-title {
  margin: 0;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  font-weight: 800;
  color: #ffe566;
}

.ws-blog__cta-lede {
  margin: 0.55rem auto 0;
  max-width: 32rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

.ws-blog__cta-btn {
  margin-top: 1rem;
  background: #ffe566 !important;
  border-color: #ffe566 !important;
  color: rgb(26, 72, 131) !important;
}

.ws-blog__cta-btn:hover {
  background: #ffe17a !important;
  border-color: #ffe17a !important;
  color: rgb(26, 72, 131) !important;
}

/* Blog article detail */
.ws-blog-detail {
  max-width: 52rem;
  margin: 0 auto;
}

.ws-blog-detail__back {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  color: rgb(26, 72, 131);
  text-decoration: none;
}

.ws-blog-detail__back:hover {
  color: #b38f00;
}

.ws-blog-detail__article {
  margin-top: 1rem;
  overflow: hidden;
  border-radius: 1rem;
  border: 2px solid rgb(26, 72, 131);
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  box-shadow: 0 18px 40px rgba(26, 72, 131, 0.12);
}

.ws-blog-detail__hero-media {
  aspect-ratio: 21 / 9;
  max-height: 22rem;
  overflow: hidden;
  border-bottom: 2px solid rgb(26, 72, 131);
  background: rgb(26, 72, 131);
}

@media (min-width: 640px) {
  .ws-blog-detail__hero-media {
    max-height: 24rem;
  }
}

.ws-blog-detail__hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ws-blog-detail__content {
  padding: 1.25rem 1.1rem 1.5rem;
}

@media (min-width: 640px) {
  .ws-blog-detail__content {
    padding: 1.5rem 1.75rem 2rem;
  }
}

.ws-blog-detail__date {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(26, 72, 131, 0.65);
}

.ws-blog-detail__title {
  margin: 0.5rem 0 0;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 800;
  line-height: 1.15;
  color: rgb(26, 72, 131);
}

.ws-blog-detail__excerpt {
  margin: 0.85rem 0 0;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: rgba(26, 72, 131, 0.88);
}

.ws-blog-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1rem;
}

.ws-blog-detail__body {
  margin-top: 1.5rem;
  white-space: pre-line;
  font-size: 1rem;
  line-height: 1.8;
  color: rgb(26, 72, 131);
}

.ws-blog-detail__cta {
  margin-top: 1.75rem;
  border-radius: 0.85rem;
  border: 2px solid rgb(26, 72, 131);
  background: rgb(26, 72, 131);
  padding: 1.25rem 1.1rem;
}

.ws-blog-detail__cta-title {
  margin: 0;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  color: #ffe566;
}

.ws-blog-detail__cta-lede {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

.ws-blog-detail__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.ws-blog-detail__cta-actions .ws-careers-btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffe566;
  color: #ffe566 !important;
}

.ws-blog-detail__cta-actions .ws-careers-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #fff !important;
}

.ws-blog-detail__related,
.ws-blog-detail__comments {
  margin-top: 2rem;
}

.ws-blog-detail__section-title {
  margin: 0;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: rgb(26, 72, 131);
}

.ws-blog-detail__section-lede {
  margin: 0.35rem 0 0;
  font-size: 0.875rem;
  color: rgba(26, 72, 131, 0.78);
}

.ws-blog-detail__comment-list {
  margin-top: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ws-blog-detail__comment {
  border-radius: 0.75rem;
  border: 2px solid rgb(26, 72, 131);
  background: linear-gradient(135deg, #ffffff 0%, #f6faff 100%);
  padding: 0.85rem 1rem;
}

.ws-blog-detail__comment-date {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(26, 72, 131, 0.6);
}

.ws-blog-detail__comment-author {
  margin: 0.35rem 0 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: rgb(26, 72, 131);
}

.ws-blog-detail__comment-body {
  margin: 0.45rem 0 0;
  white-space: pre-line;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(26, 72, 131, 0.88);
}

.ws-blog-detail__comment-empty {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(26, 72, 131, 0.7);
}

.ws-blog-detail__form {
  margin-top: 1rem;
  border-radius: 0.85rem;
  border: 2px solid rgb(26, 72, 131);
  background: linear-gradient(165deg, #ffe566 0%, #ffe17a 48%, #ffe566 100%);
  padding: 1.1rem;
}

.ws-blog-detail__form-title {
  margin: 0;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 800;
  color: rgb(26, 72, 131);
}

.ws-blog-detail__form-grid {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

@media (min-width: 640px) {
  .ws-blog-detail__form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ws-blog-detail__field {
  margin-top: 0.75rem;
}

.ws-blog-detail__label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  color: rgb(26, 72, 131);
}

.ws-blog-detail__input,
.ws-blog-detail__textarea {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  border-radius: 0.55rem;
  border: 2px solid rgb(26, 72, 131);
  background: rgba(255, 255, 255, 0.92);
  padding: 0.55rem 0.75rem;
  font-size: 0.875rem;
  color: rgb(26, 72, 131);
}

.ws-blog-detail__input:focus,
.ws-blog-detail__textarea:focus {
  outline: 2px solid rgb(26, 72, 131);
  outline-offset: 1px;
}

.ws-blog-detail__submit {
  margin-top: 1rem;
}

/* Enquire page */
.ws-enquire {
  max-width: 72rem;
  margin: 0 auto;
}

.ws-enquire__hero {
  margin-top: 1.25rem;
  border: 1px solid #e0b800;
  border-radius: 1rem;
  background: linear-gradient(165deg, #ffe566 0%, #ffe17a 48%, #ffe566 100%);
  padding: 1.35rem 1.1rem;
  box-shadow: 0 18px 40px rgba(26, 72, 131, 0.12);
  text-align: center;
}

.ws-enquire__layout {
  display: grid;
  gap: 1.25rem;
  margin-top: 0.5rem;
}

@media (min-width: 960px) {
  .ws-enquire__layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: start;
  }

  .ws-enquire__hero {
    margin-top: 0;
    text-align: left;
    position: sticky;
    top: 1rem;
  }

  .ws-enquire__lede {
    margin-left: 0;
  }
}

.ws-enquire__form-panel {
  margin-top: 1.25rem;
  border: 1px solid rgba(26, 72, 131, 0.18);
  border-radius: 1rem;
  background: #fff;
  padding: 1.25rem 1.1rem 1.4rem;
  box-shadow: 0 14px 32px rgba(26, 72, 131, 0.08);
}

@media (min-width: 960px) {
  .ws-enquire__form-panel {
    margin-top: 0;
  }
}

.ws-enquire__form-title {
  margin: 0;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: rgb(26, 72, 131);
}

.ws-enquire__form-lede,
.ws-enquire__field-hint {
  margin: 0.4rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgba(26, 72, 131, 0.78);
}

.ws-enquire__address-row {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 560px) {
  .ws-enquire__address-row {
    grid-template-columns: 1fr 1fr;
  }
}

.ws-enquire-inline-form .ws-enquire-form-section {
  margin: 1.1rem 0 0;
  padding: 0;
  border: 0;
}

.ws-enquire-inline-form .ws-enquire-form-section__title {
  padding: 0;
  margin: 0 0 0.65rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(26, 72, 131);
}

.ws-enquire-inline-form .ws-job-apply__field {
  margin-bottom: 0.75rem;
}

.ws-enquire-inline-form .ws-job-apply__field input,
.ws-enquire-inline-form .ws-job-apply__field select,
.ws-enquire-inline-form .ws-job-apply__field textarea {
  width: 100%;
}


.ws-enquire__eyebrow {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgb(26, 72, 131);
}

.ws-enquire__title {
  margin: 0.35rem 0 0;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 800;
  line-height: 1.15;
  color: rgb(26, 72, 131);
}

.ws-enquire__lede {
  margin: 0.55rem auto 0;
  max-width: 40rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(26, 72, 131, 0.88);
}

.ws-enquire__thanks {
  margin-top: 1.25rem;
  border-radius: 0.85rem;
  border: 2px solid rgb(26, 72, 131);
  background: rgb(26, 72, 131);
  padding: 1.25rem 1.1rem;
  text-align: center;
}

.ws-enquire__thanks-title {
  margin: 0;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 1.0625rem;
  font-weight: 800;
  color: #ffe566;
}

.ws-enquire__thanks-lede {
  margin: 0.5rem auto 0;
  max-width: 32rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

.ws-enquire__thanks-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1rem;
}

.ws-enquire__thanks-actions .ws-careers-btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffe566;
  color: #ffe566 !important;
}

.ws-enquire__thanks-actions .ws-careers-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #fff !important;
}

.ws-enquire__canvas {
  margin-top: 1.25rem;
}

.ws-enquire__field--checkbox {
  margin-top: 0.15rem;
}

.ws-enquire__checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  cursor: pointer;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: rgb(26, 72, 131);
}

.ws-enquire__checkbox-label input[type="checkbox"] {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0;
  accent-color: rgb(26, 72, 131);
  flex-shrink: 0;
}

.ws-enquire__submit {
  width: 100%;
}

.ws-enquire__open-btn {
  margin-top: 1rem;
}

/* Centered overlay popup — fade + scale pattern (DriveVision branded) */
body.dv-popup-open {
  overflow: hidden;
}

.dv-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  box-sizing: border-box;
  background: rgba(15, 35, 60, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.dv-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.dv-popup-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(100%, 28.75rem);
  max-height: min(88vh, 42rem);
  padding: 1.75rem 1.5rem 1.5rem;
  border-radius: 1.15rem;
  border: 2px solid rgb(26, 72, 131);
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
  transform: translateY(24px) scale(0.94);
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

.dv-popup-overlay.active .dv-popup-container {
  transform: translateY(0) scale(1);
}

.dv-popup-close {
  position: absolute;
  top: 0.85rem;
  right: 1rem;
  border: 0;
  background: none;
  font-size: 1.75rem;
  line-height: 1;
  color: rgba(26, 72, 131, 0.55);
  cursor: pointer;
  transition: color 0.2s ease;
}

.dv-popup-close:hover {
  color: rgb(26, 72, 131);
}

.dv-popup-heading {
  margin: 0 2rem 0.35rem 0;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: rgb(26, 72, 131);
}

.dv-popup-subheading {
  margin: 0 0 1.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(26, 72, 131, 0.75);
}

.dv-popup-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  margin: 0 -0.25rem;
  padding: 0 0.25rem 0.25rem;
  -webkit-overflow-scrolling: touch;
}

.dv-popup-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.dv-popup-form__group + .dv-popup-form__group,
.ws-enquire-form-section + .ws-enquire-form-section {
  margin-top: 0.35rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(26, 72, 131, 0.1);
}

.dv-popup-submit {
  width: 100%;
  margin-top: 0.35rem;
}

@media (max-width: 500px) {
  .dv-popup-container {
    padding: 1.35rem 1.1rem 1.1rem;
    border-radius: 1rem;
  }

  .dv-popup-heading {
    font-size: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dv-popup-overlay,
  .dv-popup-container {
    transition: none;
  }

  .dv-popup-container {
    transform: none;
  }
}

body.ws-enquire-modal-open {
  overflow: hidden;
}

.ws-enquire-form-section {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.ws-enquire-form-section + .ws-enquire-form-section {
  margin-top: 1.25rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(26, 72, 131, 0.12);
}

.ws-enquire-form-section__title {
  display: block;
  width: 100%;
  margin: 0;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 800;
  color: rgb(26, 72, 131);
}

.ws-enquire-form-section__lede {
  margin: 0.35rem 0 0.85rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(26, 72, 131, 0.78);
}

.ws-enquire-modal__header .ws-enquire-modal__title {
  margin: 0.25rem 0 0;
}

.ws-enquire-modal__eyebrow {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(26, 72, 131, 0.72);
}

.ws-enquire-modal__title {
  margin: 0.25rem 0 0.85rem;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: rgb(26, 72, 131);
}

.ws-enquire-modal__errors {
  margin-bottom: 0.85rem;
  border-radius: 0.65rem;
  border: 1px solid #e76f51;
  background: #fff5f2;
  padding: 0.65rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #9a3412;
}

.ws-enquire-stepper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.35rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.ws-enquire-stepper__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  text-align: center;
}

.ws-enquire-stepper__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  border: 2px solid rgba(26, 72, 131, 0.28);
  background: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  color: rgba(26, 72, 131, 0.55);
}

.ws-enquire-stepper__label {
  font-size: 0.6875rem;
  font-weight: 700;
  color: rgba(26, 72, 131, 0.62);
}

.ws-enquire-stepper__item.is-active .ws-enquire-stepper__dot,
.ws-enquire-stepper__item.is-complete .ws-enquire-stepper__dot {
  border-color: rgb(26, 72, 131);
  background: rgb(26, 72, 131);
  color: #ffe566;
}

.ws-enquire-stepper__item.is-active .ws-enquire-stepper__label {
  color: rgb(26, 72, 131);
}

.ws-enquire-step__lede {
  margin: 0 0 0.85rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(26, 72, 131, 0.82);
}

.ws-enquire-modal__form .ws-job-apply__field + .ws-job-apply__field {
  margin-top: 0.75rem;
}

.ws-enquire-test-fields {
  margin-top: 0.35rem;
  padding: 0.65rem 0.75rem;
  border-radius: 0.65rem;
  border: 1px dashed rgba(26, 72, 131, 0.22);
  background: rgba(255, 255, 255, 0.72);
}

/* Enquire page — video tabs + testimonial slider */
.ws-enquire-videos {
  margin-top: 2.5rem;
  padding: 1.75rem 1.25rem 2rem;
  border-radius: 1rem;
  border: 1px solid rgba(26, 72, 131, 0.12);
  background: linear-gradient(165deg, rgba(232, 241, 249, 0.55) 0%, #fff 42%, rgba(255, 229, 102, 0.08) 100%);
}

.ws-enquire-videos__head,
.ws-enquire-testimonials__head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 1.25rem;
}

.ws-enquire-videos__title,
.ws-enquire-testimonials__title {
  margin: 0;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: rgb(26, 72, 131);
}

.ws-enquire-videos__lede,
.ws-enquire-testimonials__lede {
  margin: 0.5rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(26, 72, 131, 0.78);
}

.ws-enquire-videos__tabs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.ws-enquire-videos__tab {
  border: 2px solid rgba(26, 72, 131, 0.22);
  border-radius: 999px;
  background: #fff;
  padding: 0.55rem 1.1rem;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: rgb(26, 72, 131);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ws-enquire-videos__tab.is-active,
.ws-enquire-videos__tab:hover {
  background: rgb(26, 72, 131);
  border-color: rgb(26, 72, 131);
  color: #ffe566;
}

.ws-enquire-videos__panel[hidden] {
  display: none;
}

.ws-enquire-videos__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 1023px) {
  .ws-enquire-videos__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .ws-enquire-videos__grid {
    grid-template-columns: 1fr;
  }
}

.ws-enquire-videos__empty {
  grid-column: 1 / -1;
  text-align: center;
  color: rgba(26, 72, 131, 0.7);
  margin: 0;
}

.ws-enquire-video-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 18rem;
  border-radius: 0.85rem;
  overflow: hidden;
  border: 1px solid rgba(26, 72, 131, 0.14);
  background: rgb(26, 72, 131);
  box-shadow: 0 10px 24px rgba(26, 72, 131, 0.12);
}

.ws-enquire-video-card__media {
  position: relative;
  aspect-ratio: 9 / 16;
  background: #0f2744;
}

.ws-enquire-video-card__media iframe,
.ws-enquire-video-card__media video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  object-fit: cover;
}

.ws-enquire-video-card__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(165deg, rgba(15, 39, 68, 0.35) 0%, rgba(26, 72, 131, 0.85) 100%);
  opacity: 0.55;
}

.ws-enquire-video-card__placeholder .material-symbols-outlined {
  font-size: 3.5rem;
  color: #fff;
}

.ws-enquire-video-card__body {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 0.9rem 0.85rem 1rem;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 28%, rgba(0, 0, 0, 0.88) 100%);
}

.ws-enquire-video-card:has(.ws-enquire-video-card__media) .ws-enquire-video-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.ws-enquire-video-card__quote {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}

.ws-enquire-video-card__caption {
  margin: 0.35rem 0 0;
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.78);
}

.ws-enquire-video-card__meta {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.55rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.82);
}

.ws-enquire-video-card__avatar {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  background: #ffe566;
  flex-shrink: 0;
}

.ws-enquire-testimonials {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding: 1.75rem 0 0.5rem;
}

.ws-enquire-testimonials__slider {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1.25rem;
}

.ws-enquire-testimonials__viewport {
  overflow: hidden;
  padding: 0.25rem 0;
}

.ws-enquire-testimonials__track {
  display: flex;
  gap: 1rem;
  will-change: transform;
}

.ws-enquire-testimonials__card {
  flex: 0 0 calc((100% - 2rem) / 3);
  margin: 0;
  padding: 1.15rem 1.1rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(26, 72, 131, 0.14);
  background: #fff;
  box-shadow: 0 8px 22px rgba(26, 72, 131, 0.08);
}

@media (max-width: 1023px) {
  .ws-enquire-testimonials__card {
    flex-basis: calc((100% - 1rem) / 2);
  }
}

@media (max-width: 639px) {
  .ws-enquire-testimonials__card {
    flex-basis: 100%;
  }
}

.ws-enquire-testimonials__quote {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(26, 72, 131, 0.92);
}

.ws-enquire-testimonials__author {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin: 0.85rem -1.1rem -1.15rem;
  padding: 0.75rem 1.1rem 1rem;
  border-top: none;
  border-radius: 0 0 0.9rem 0.9rem;
  background: rgb(26, 72, 131);
}

.ws-enquire-testimonials__name {
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffe566;
}

.ws-enquire-testimonials__detail {
  font-size: 0.78rem;
  color: #ffe566;
}

.ws-enquire-testimonials__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  border: 1px solid rgba(26, 72, 131, 0.2);
  background: #fff;
  color: rgb(26, 72, 131);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.ws-enquire-testimonials__nav:hover {
  background: rgb(26, 72, 131);
  border-color: rgb(26, 72, 131);
  color: #ffe566;
}

.ws-enquire-testimonials__dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.85rem;
}

.ws-enquire-testimonials__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(26, 72, 131, 0.25);
  cursor: pointer;
}

.ws-enquire-testimonials__dot.is-active {
  width: 1.35rem;
  background: rgb(26, 72, 131);
}

/* Auth pages (login, etc.) */
.ws-auth__footer-link {
  margin: 0.85rem 0 0;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
}

.ws-auth__footer-link a {
  color: rgb(26, 72, 131) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ws-auth__footer-link a:hover {
  color: rgb(35, 95, 165) !important;
}

.ws-auth__panel {
  margin: 1.25rem auto 0;
  max-width: 40rem;
  border: 1px solid #e0b800;
  border-radius: 0.85rem;
  background: linear-gradient(165deg, #ffe566 0%, #ffe17a 48%, #ffe566 100%);
  padding: 1rem 1.1rem;
  box-shadow: 0 12px 28px rgba(26, 72, 131, 0.1);
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(26, 72, 131, 0.92);
}

.ws-auth__panel--muted {
  border-style: dashed;
  background: rgba(232, 241, 249, 0.85);
}

.ws-auth__panel-title {
  margin: 0;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: rgb(26, 72, 131);
}

.ws-auth__panel-copy {
  margin: 0.45rem 0 0;
}

.ws-auth__panel-list {
  margin: 0.55rem 0 0;
  padding-left: 1.15rem;
}

.ws-auth__panel-list li + li {
  margin-top: 0.35rem;
}

.ws-auth__panel a {
  color: rgb(26, 72, 131) !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ws-auth__panel a:hover {
  color: rgb(35, 95, 165) !important;
}

/* Social CTAs inside yellow auth panels — panel link color must not win. */
.ws-auth__panel a.ws-careers-btn,
.ws-auth__panel a.ws-social-btn {
  color: #ffe566 !important;
  text-decoration: none !important;
}

.ws-auth__panel a.ws-careers-btn:hover,
.ws-auth__panel a.ws-social-btn:hover {
  color: #fff !important;
}

.ws-login__social {
  margin-top: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.ws-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0.55rem;
  border: 2px solid transparent;
  padding: 0.65rem 1rem;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.ws-social-btn__icon {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  display: block;
}

.ws-social-btn--facebook {
  background: #1877f2;
  border-color: #1877f2;
  color: #fff !important;
}

.ws-social-btn--facebook:hover {
  background: #0f66d9;
  border-color: #0f66d9;
  color: #fff !important;
  transform: translateY(-1px);
}

.ws-social-btn--google {
  background: #fff;
  border-color: #dadce0;
  color: #3c4043 !important;
}

.ws-social-btn--google:hover {
  background: #f8f9fa;
  border-color: #c6c9ce;
  color: #202124 !important;
  transform: translateY(-1px);
}

.ws-auth__panel a.ws-social-btn--facebook,
.ws-auth__panel a.ws-social-btn--facebook:hover {
  color: #fff !important;
}

.ws-auth__panel a.ws-social-btn--google,
.ws-auth__panel a.ws-social-btn--google:hover {
  color: #3c4043 !important;
}

.ws-auth__panel a.ws-social-btn--google:hover {
  color: #202124 !important;
}

/* Login page — match homepage callback card (no reviews / phone trust strip) */
.ws-login {
  display: grid;
  gap: 1.5rem;
  max-width: 26.5rem;
  margin: 0.5rem auto 1.5rem;
}

@media (min-width: 960px) {
  .ws-login {
    max-width: 56rem;
    grid-template-columns: minmax(0, 26.5rem) minmax(0, 1fr);
    align-items: start;
    gap: 2rem;
    margin-top: 1rem;
  }
}

.ws-login__card-wrap {
  margin: 0;
  max-width: none;
  width: 100%;
}

.ws-login__forgot {
  margin: 0.15rem 0 0;
  text-align: center;
  font-size: 0.82rem;
}

.ws-login__forgot a {
  color: #ffe566;
  font-weight: 600;
  text-decoration: none;
}

.ws-login__forgot a:hover {
  text-decoration: underline;
}

.ws-login__aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ws-login .ws-auth__panel {
  margin: 0;
}

/* Packages page — book CTAs (must stay visible on light cards) */
.ws-package-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0.75rem;
  border: 2px solid rgb(26, 72, 131);
  background: rgb(26, 72, 131);
  padding: 0.55rem 1rem;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  color: #ffe566 !important;
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.ws-package-book-btn:hover {
  background: rgb(35, 95, 165);
  border-color: rgb(35, 95, 165);
  color: #fff !important;
  transform: translateY(-1px);
}

.ws-package-book-btn--featured {
  background: linear-gradient(165deg, #1a4883 0%, rgb(26, 72, 131) 55%, #163d6f 100%);
  box-shadow: 0 6px 16px rgba(26, 72, 131, 0.22);
}

.ws-package-book-btn--featured:hover {
  background: linear-gradient(165deg, #245a9a 0%, rgb(35, 95, 165) 55%, #1a4883 100%);
}

/* Packages page — shared light-blue panels + interactive hero */
.ws-pkg-hero {
  text-align: center;
  border-radius: 1.25rem;
  border: 1px solid rgba(26, 72, 131, 0.14);
  padding: 1.75rem 1.25rem 1.5rem;
  background:
    radial-gradient(ellipse 70% 60% at 90% 0%, rgba(255, 229, 102, 0.18), transparent 55%),
    radial-gradient(ellipse 55% 55% at 5% 100%, rgba(26, 72, 131, 0.1), transparent 50%),
    linear-gradient(165deg, #f4f9fd 0%, #e8f1fa 48%, #eef5fb 100%);
  box-shadow: 0 10px 28px rgba(26, 72, 131, 0.06);
  animation: ws-pkg-hero-in 0.55s ease-out both;
}

@keyframes ws-pkg-hero-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ws-pkg-hero__eyebrow {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a4883;
}

.ws-pkg-hero__title {
  margin: 0.55rem auto 0;
  max-width: 40rem;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #1a4883;
}

.ws-pkg-hero__lede {
  margin: 0.85rem auto 0;
  max-width: 36rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(26, 72, 131, 0.78);
}

.ws-pkg-hero__paths {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.ws-pkg-hero__path {
  border-radius: 9999px;
  border: 2px solid rgba(26, 72, 131, 0.22);
  background: rgba(255, 255, 255, 0.75);
  padding: 0.45rem 0.95rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #1a4883;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.15s ease, box-shadow 0.18s ease;
}

.ws-pkg-hero__path:hover {
  border-color: #1a4883;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(26, 72, 131, 0.12);
}

.ws-pkg-hero__path.is-active {
  background: #1a4883;
  border-color: #1a4883;
  color: #ffe566;
  box-shadow: 0 6px 16px rgba(26, 72, 131, 0.22);
}

.ws-pkg-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.ws-pkg-hero__cta {
  width: auto;
  min-width: 12rem;
  padding-inline: 1.25rem;
}

.ws-pkg-hero__ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border: 2px solid rgba(26, 72, 131, 0.25);
  background: #fff;
  padding: 0.55rem 1.1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1a4883;
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}

.ws-pkg-hero__ghost:hover {
  border-color: #1a4883;
  background: #f6faff;
  transform: translateY(-1px);
}

.ws-pkg-place {
  margin: 1.5rem auto 0;
  max-width: 26.5rem;
  text-align: left;
  border-radius: 1.75rem;
  border: 2.5px solid #ffe566;
  background:
    linear-gradient(180deg, #fffef8 0%, #ffffff 42%, #f7fbff 100%);
  padding: 1.15rem 1.2rem 1.2rem;
  box-shadow:
    0 0 0 1px rgba(241, 193, 0, 0.18),
    0 14px 36px rgba(26, 72, 131, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  position: relative;
}

.ws-pkg-place::before {
  content: "";
  display: block;
  width: 2.75rem;
  height: 0.28rem;
  margin: 0 auto 0.85rem;
  border-radius: 9999px;
  background: rgba(26, 72, 131, 0.14);
}

.ws-pkg-place__head {
  margin-bottom: 0.75rem;
  text-align: center;
}

.ws-pkg-place__label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a4883;
}

.ws-pkg-place__hint {
  margin: 0.35rem auto 0;
  max-width: 20rem;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(26, 72, 131, 0.72);
}

.ws-pkg-place__row {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  align-items: stretch;
}

.ws-pkg-place__row--promo {
  margin-top: 0.55rem;
}

.ws-pkg-place__row--actions {
  margin-top: 0.75rem;
}

.ws-pkg-place__row--actions .ws-pkg-place__submit {
  width: 100%;
}

.ws-pkg-place__check {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.85rem;
  padding: 0.55rem 0.7rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(26, 72, 131, 0.14);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 650;
  color: #1a4883;
  cursor: pointer;
  user-select: none;
}

.ws-pkg-place__check input {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: #1a4883;
  cursor: pointer;
  flex-shrink: 0;
}

.ws-pkg-place__field,
.ws-pkg-place__field--grow {
  min-width: 0;
  width: 100%;
  flex: none;
}

.ws-pkg-place__select,
.ws-pkg-place__input {
  width: 100%;
  border-radius: 0.9rem;
  border: 1.5px solid rgba(26, 72, 131, 0.16);
  background: #fff;
  padding: 0.72rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a4883;
  box-shadow: inset 0 1px 2px rgba(26, 72, 131, 0.04);
}

.ws-pkg-place__select:focus,
.ws-pkg-place__input:focus {
  outline: 2px solid rgba(255, 229, 102, 0.85);
  outline-offset: 1px;
  border-color: #f1c100;
}

.ws-pkg-place__input:disabled {
  opacity: 0.55;
  background: #f3f6fa;
}

.ws-pkg-place__submit {
  width: 100%;
  margin-top: 0.15rem;
  border-radius: 0.9rem;
  border: 2px solid #ffe566;
  background: #1a4883;
  color: #ffe566;
  padding: 0.72rem 1.1rem;
  font-size: 0.875rem;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 6px 16px rgba(26, 72, 131, 0.18);
}

.ws-pkg-place__submit:hover {
  background: #153a6a;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(26, 72, 131, 0.22);
}

.ws-pkg-place__reset {
  margin: 0.75rem 0 0;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(26, 72, 131, 0.8);
}

.ws-pkg-place__reset a {
  font-weight: 700;
  color: #1a4883;
  text-decoration: underline;
}

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

@media (max-width: 640px) {
  .ws-pkg-place {
    max-width: 100%;
    border-radius: 1.5rem;
  }
}

.ws-pkg-panel {
  scroll-margin-top: 5.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(26, 72, 131, 0.14);
  background: linear-gradient(165deg, #eef5fb 0%, #e8f1fa 100%);
  padding: 1.35rem 1.15rem;
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.ws-pkg-panel.is-spotlight {
  border-color: rgba(26, 72, 131, 0.35);
  box-shadow: 0 0 0 3px rgba(26, 72, 131, 0.12), 0 14px 32px rgba(26, 72, 131, 0.1);
}

.ws-pkg-panel--fast {
  background: linear-gradient(165deg, #e8f1fa 0%, #dceaf6 55%, #eef5fb 100%);
}

.ws-pkg-card {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ws-pkg-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(26, 72, 131, 0.12);
}

@media (prefers-reduced-motion: reduce) {
  .ws-pkg-hero {
    animation: none;
  }

  .ws-pkg-hero__path,
  .ws-pkg-hero__ghost,
  .ws-pkg-card {
    transition: none;
  }

  .ws-pkg-card:hover,
  .ws-pkg-hero__path:hover,
  .ws-pkg-hero__ghost:hover {
    transform: none;
  }
}

/* Homepage hero — brand-aligned booking form (navy + gold) */
.ws-home-hero {
  background:
    radial-gradient(ellipse 70% 55% at 88% 18%, rgba(255, 229, 102, 0.16), transparent 58%),
    radial-gradient(ellipse 55% 50% at 8% 88%, rgba(26, 72, 131, 0.08), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f4f9fd 100%);
}

.ws-home-hero__glow {
  pointer-events: none;
  position: absolute;
  right: -8%;
  top: 12%;
  width: min(42vw, 420px);
  height: min(42vw, 420px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 229, 102, 0.22) 0%, rgba(255, 229, 102, 0) 70%);
  filter: blur(8px);
}

.ws-home-hero__perks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem;
}

.ws-home-hero__perks li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a4883;
}

.ws-home-hero__perks .material-symbols-outlined {
  font-size: 1.15rem;
  color: #b38f00;
}

.ws-hero-callback {
  width: 100%;
  max-width: 26.5rem;
  margin-left: auto;
  margin-right: auto;
  animation: ws-hero-callback-in 0.55s ease-out both;
}

@keyframes ws-hero-callback-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.ws-hero-callback__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1.35rem 1.25rem 1.15rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 229, 102, 0.35);
  background:
    linear-gradient(165deg, rgba(26, 72, 131, 0.97) 0%, rgba(22, 61, 111, 0.98) 55%, rgba(18, 50, 92, 1) 100%);
  box-shadow:
    0 22px 48px rgba(26, 72, 131, 0.28),
    0 2px 0 rgba(255, 229, 102, 0.45) inset;
  color: #fff;
  overflow: hidden;
}

.ws-hero-callback__card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #b38f00 0%, #ffe566 45%, #ffe17a 100%);
}

.ws-hero-callback__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.ws-hero-callback__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 229, 102, 0.16);
  border: 1px solid rgba(255, 229, 102, 0.45);
  color: #ffe566;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ws-hero-callback__offer {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  column-gap: 0.4rem;
  align-items: center;
  text-align: right;
  line-height: 1.1;
}

.ws-hero-callback__offer-label {
  grid-column: 1 / -1;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.ws-hero-callback__offer-price {
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 1.65rem;
  font-weight: 800;
  color: #ffe566;
  letter-spacing: -0.02em;
}

.ws-hero-callback__offer-meta {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  padding-top: 0.35rem;
}

.ws-hero-callback__badge {
  align-self: flex-start;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 229, 102, 0.18);
  border: 1px solid rgba(255, 229, 102, 0.45);
  color: #ffe566;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ws-hero-callback__title {
  margin: 0;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
  letter-spacing: -0.01em;
}

.ws-hero-callback__sub {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.ws-hero-callback__fields {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 0.15rem;
}

.ws-hero-callback__error {
  margin: 0;
  padding: 0.55rem 0.7rem;
  border-radius: 0.55rem;
  background: rgba(186, 26, 26, 0.18);
  border: 1px solid rgba(255, 180, 170, 0.45);
  color: #ffd7d2;
  font-size: 0.82rem;
}

.ws-hero-callback__field-error {
  margin: 0.2rem 0 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ffd7d2;
}

.ws-hero-callback__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.ws-hero-callback__input {
  width: 100%;
  border-radius: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 0.78rem 0.9rem;
  font-size: 0.92rem;
  line-height: 1.3;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.ws-hero-callback__input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.ws-hero-callback__input:hover {
  border-color: rgba(255, 229, 102, 0.45);
  background: rgba(255, 255, 255, 0.1);
}

.ws-hero-callback__input:focus {
  border-color: #ffe566;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 3px rgba(255, 229, 102, 0.28);
}

.ws-hero-callback__input.is-invalid {
  border-color: #ff8a7a;
  box-shadow: 0 0 0 2px rgba(255, 138, 122, 0.25);
}

.ws-hero-callback__select-wrap {
  position: relative;
}

.ws-hero-callback__select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffcc00' d='M1.4 1.4L6 6l4.6-4.6L12 2.8 6 8.8 0 2.8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  background-size: 0.75rem;
  cursor: pointer;
}

.ws-hero-callback__select option {
  color: #191c1e;
  background: #fff;
}

.ws-hero-callback__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  margin-top: 0.2rem;
  border: 1px solid #e0b800;
  border-radius: 0.55rem;
  background: linear-gradient(165deg, #ffe17a 0%, #ffe566 48%, #f1c100 100%);
  color: rgb(26, 72, 131) !important;
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 0.9rem 1rem;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(255, 229, 102, 0.2);
  transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease;
  animation: ws-hero-callback-cta 2.2s ease-in-out infinite;
}

.ws-hero-callback__submit .material-symbols-outlined {
  font-size: 1.15rem;
  font-variation-settings: "wght" 700;
}

.ws-hero-callback__submit:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
  color: rgb(26, 72, 131) !important;
}

.ws-hero-callback__submit:active {
  transform: translateY(0);
}

@keyframes ws-hero-callback-cta {
  0%,
  100% {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22), 0 0 0 0 rgba(255, 229, 102, 0.35);
  }
  50% {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.26), 0 0 0 6px rgba(255, 229, 102, 0.12);
  }
}

.ws-hero-callback__footer {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-top: 0.15rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ws-hero-callback__reviews {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.88);
}

.ws-hero-callback__stars {
  color: #ffe566;
  letter-spacing: 0.06em;
  font-size: 0.95rem;
}

.ws-hero-callback__trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem;
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
}

.ws-hero-callback__lock {
  font-size: 1rem !important;
  color: #ffe566;
}

.ws-hero-callback__trust a {
  color: #ffe566;
  font-weight: 700;
  text-decoration: none;
}

.ws-hero-callback__trust a:hover {
  text-decoration: underline;
}

@media (max-width: 420px) {
  .ws-hero-callback__row {
    grid-template-columns: 1fr;
  }

  .ws-hero-callback__card {
    padding: 1.2rem 1rem 1.05rem;
  }

  .ws-hero-callback__title {
    font-size: 1.22rem;
  }

  .ws-hero-callback__offer-price {
    font-size: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ws-hero-callback,
  .ws-hero-callback__submit {
    animation: none;
  }
}


/* Geo pricing postcode chips */
.ws-area-landing__pc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.85rem;
}
.ws-area-landing__pc-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border: 1px solid #c5d4e8;
  border-radius: 999px;
  background: #f3f7fc;
  color: #1a4883;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.ws-area-landing__pc-chip:hover,
.ws-area-landing__pc-chip:focus-visible {
  background: #1a4883;
  border-color: #1a4883;
  color: #fff;
}
.ws-area-landing__pc-chip.is-active {
  background: #1a4883;
  border-color: #1a4883;
  color: #fff;
}
