/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
}
:root {
  --bg: #f4f7f8;
  --surface: #ffffff;
  --surface-soft: #edf4f5;
  --text: #172126;
  --muted: #5d6970;
  --primary: #146c70;
  --primary-hover: #0f5558;
  --accent: #d94f34;
  --accent-hover: #bf432b;
  --gold: #f0c465;
  --border: #dbe4e7;
  --shadow: 0 24px 70px rgba(27, 43, 50, .12);
  --shadow-strong: 0 30px 90px rgba(21, 37, 44, .18);
  --ring: 0 0 0 4px rgba(20, 108, 112, .16);
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: radial-gradient(1300px 420px at 10% -5%, rgba(20, 108, 112, .14), transparent 58%), radial-gradient(980px 340px at 95% 6%, rgba(217, 79, 52, .10), transparent 60%), linear-gradient(180deg, #ffffff 0, var(--bg) 520px), var(--bg);
  color: var(--text);
  line-height: 1.6;
}
.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}
.tag, .eyebrow {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
h1, h2, h3, p {
  overflow-wrap: anywhere;
}
h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.55rem, 6.4vw, 5.35rem);
  font-weight: 800;
  line-height: .94;
}
h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 800;
  line-height: 1.05;
}
h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.2;
}
.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(23, 33, 38, .16);
}
.btn:focus-visible, .nav-links a:focus-visible, .brand:focus-visible, summary:focus-visible, a:focus-visible {
  outline: none;
  box-shadow: var(--ring);
  border-radius: 8px;
}
.btn-primary {
  background: linear-gradient(180deg, #1a7c80, var(--primary));
  color: #fff;
}
.btn-primary:hover {
  background: linear-gradient(180deg, #176d70, var(--primary-hover));
}
.btn-secondary {
  background: linear-gradient(180deg, #e05b3f, var(--accent));
  color: #fff;
  box-shadow: 0 10px 24px rgba(217, 79, 52, .2);
}
.btn-secondary:hover {
  background: linear-gradient(180deg, #ce4b30, var(--accent-hover));
}
.btn-whatsapp {
  background: linear-gradient(180deg, #29d467, #16a34a);
  color: #fff;
  box-shadow: 0 10px 24px rgba(22, 163, 74, .2);
}
.btn-whatsapp:hover {
  background: linear-gradient(180deg, #22c55e, #15803d);
}
.whatsapp-icon {
  width: 1.05em;
  height: 1.05em;
  flex: 0 0 auto;
  vertical-align: -0.18em;
}
.btn-icon {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  vertical-align: -0.16em;
}
.btn .btn-icon, .btn .whatsapp-icon {
  box-sizing: content-box;
  padding: 7px;
  margin-left: -8px;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  filter: brightness(0) invert(1);
}
.contact-list .whatsapp-icon {
  width: 1.2em;
  height: 1.2em;
  filter: none;
}
.btn-link {
  background: var(--surface);
  border-color: var(--border);
  color: var(--primary);
}
.btn-link:hover {
  background: var(--surface-soft);
}
.hero {
  min-height: 78vh;
  background: radial-gradient(900px 420px at 0% 0%, rgba(20, 108, 112, .18), transparent 58%), radial-gradient(620px 260px at 100% 5%, rgba(217, 79, 52, .16), transparent 60%), linear-gradient(115deg, rgba(237, 244, 245, .96), rgba(255, 255, 255, .92));
  border-bottom: 1px solid var(--border);
}
.nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(14px, 3vw, 34px);
  box-sizing: border-box;
  width: 100%;
  margin-top: 0;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, .9);
  border: 0;
  border-radius: 80px;
  box-shadow: 0 1px 12px rgba(24, 39, 46, .04);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  color: var(--primary);
  font-size: 1.3rem;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
}
.brand-logo {
  display: block;
  width: auto;
  height: clamp(58px, 5.4vw, 76px);
}
.nav-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 52px;
  height: 44px;
  padding: 0;
  background: rgba(255, 255, 255, .92);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(23, 33, 38, .08);
  cursor: pointer;
}
.nav-toggle-bar {
  display: block;
  width: 24px;
  height: 3px;
  background: #11191d;
  border-radius: 10px;
  transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.nav.nav-open .nav-toggle-bar:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.nav.nav-open .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}
.nav.nav-open .nav-toggle-bar:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
}
.nav-links a {
  position: relative;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  color: inherit;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.nav-links a:hover {
  background: rgba(20, 108, 112, .1);
  color: var(--primary);
  transform: translateY(-1px);
}
.nav-links .nav-current {
  background: rgba(20, 108, 112, .12);
  border: 1px solid rgba(20, 108, 112, .18);
  color: var(--primary);
}
.nav-links .nav-current:hover {
  background: var(--primary);
  color: #fff;
}
.nav-links a::after {
  display: none;
}
.nav-links a:hover::after, .nav-links a:focus-visible::after {
  display: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  padding: 34px 0 52px;
}
.hero-copy {
  max-width: 720px;
}
.subtitle {
  max-width: 650px;
  margin: 18px 0 24px;
  color: #425058;
  font-size: 1.16rem;
}
.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 0;
}
.hero-facts div, .hours-panel, .centre-card, .spec-list div {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
}
.hero-facts div {
  padding: 12px 14px;
}
.hero-facts dt {
  color: var(--muted);
  font-size: .8rem;
  font-weight: 700;
}
.hero-facts dd {
  margin: 4px 0 0;
  color: var(--text);
  font-weight: 800;
}
.hero-media {
  position: relative;
  padding: 12px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: var(--shadow-strong);
}
.hero-media img {
  width: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 12px;
}
.hero-collage {
  overflow: hidden;
  isolation: isolate;
}
.hero-photo-main {
  height: 100%;
}
.hero-photo-small {
  display: none;
}
.hero-result-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: grid;
  gap: 2px;
  max-width: 180px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 12px;
  box-shadow: 0 14px 36px rgba(23, 33, 38, .16);
}
.hero-result-badge strong {
  color: var(--primary);
  font-size: 2rem;
  line-height: 1;
}
.hero-result-badge span {
  color: var(--text);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.2;
}
.section {
  padding: clamp(42px, 5vw, 68px) 0;
}
.page-hero {
  padding: 18px 0 clamp(44px, 7vw, 80px);
  background: radial-gradient(900px 360px at 85% 0%, rgba(20, 108, 112, .16), transparent 62%), linear-gradient(180deg, #ffffff 0%, #edf4f5 100%);
}
.page-hero-copy {
  padding-top: clamp(34px, 6vw, 72px);
}
.page-hero-copy .subtitle {
  max-width: 720px;
}
.prices-overview-section {
  padding: 22px 0 0;
}
.price-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.price-overview a {
  display: grid;
  gap: 4px;
  min-height: 112px;
  align-content: center;
  padding: 18px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(27, 43, 50, .08);
  color: var(--text);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.price-overview a:hover {
  border-color: rgba(20, 108, 112, .34);
  box-shadow: 0 18px 42px rgba(27, 43, 50, .12);
  transform: translateY(-2px);
}
.price-overview span, .price-overview small {
  color: var(--muted);
  font-weight: 800;
}
.price-overview span {
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.price-overview strong {
  color: var(--primary);
  font-size: clamp(1.4rem, 2.5vw, 2.05rem);
  line-height: 1;
}
.prices-section {
  scroll-margin-top: 88px;
}
.section-muted {
  background: linear-gradient(180deg, rgba(237, 244, 245, .92), rgba(237, 244, 245, .86));
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.section-results {
  overflow: hidden;
  background: linear-gradient(180deg, #172126 0%, #203238 48%, #edf4f5 48%, #edf4f5 100%);
  color: #fff;
}
.split, .feature-grid, .hours-grid, .contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(20px, 3.5vw, 42px);
  align-items: center;
}
.split p, .lead, .section-heading p, .contact-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}
.feature-media {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: var(--shadow);
}
.feature-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.feature-copy {
  max-width: 560px;
}
.feature-copy .lead {
  margin-top: 12px;
}
.spec-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
}
.spec-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.spec-list div:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(23, 33, 38, .08);
}
.spec-list span, .hours-panel span {
  color: var(--muted);
  font-weight: 700;
}
.spec-list strong, .hours-panel strong {
  color: var(--text);
  text-align: right;
}
.small-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: .92rem;
}
.section-heading {
  max-width: 720px;
  margin-bottom: 20px;
}
.section-heading p {
  margin-top: 10px;
}
.section-results .eyebrow {
  color: var(--gold);
}
.section-results .section-heading p {
  color: #c8d3d7;
}
.results-heading {
  margin-bottom: 16px;
}
.result-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 16px;
}
.result-stats div {
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 10px;
}
.result-stats strong {
  color: #fff;
  font-size: clamp(1.25rem, 2.3vw, 1.75rem);
  line-height: 1.05;
}
.result-stats span {
  color: #c8d3d7;
  font-size: .86rem;
  font-weight: 800;
  text-transform: uppercase;
}
.pass-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
  padding: 10px;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 12px;
  box-shadow: 0 16px 42px rgba(27, 43, 50, .12);
}
.pass-gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  background: #f4f7f8;
  border: 1px solid rgba(219, 228, 231, .95);
  border-radius: 10px;
}
.pass-gallery-more {
  margin-top: 10px;
}
.more-results {
  margin-top: 10px;
}
.more-results summary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--primary);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}
.more-results summary::-webkit-details-marker {
  display: none;
}
.more-results summary::after {
  margin-left: 10px;
  color: var(--accent);
  content: "+";
  font-size: 1.2rem;
  line-height: 1;
}
.more-results[open] summary::after {
  content: "-";
}
.centre-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.centre-card {
  padding: 16px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.centre-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
  border-color: #c5d4d9;
}
.centre-card p {
  margin: 0;
  color: var(--muted);
  font-size: .96rem;
}
.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.area-list span {
  padding: 10px 14px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text);
  font-weight: 800;
}
.hours-panel {
  display: grid;
  gap: 0;
  overflow: hidden;
  border-radius: 12px;
}
.hours-panel div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
}
.hours-panel div + div {
  border-top: 1px solid var(--border);
}
.faq-list {
  display: grid;
  gap: 10px;
  max-width: 860px;
}
.faq-list details {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
}
.faq-list summary {
  min-height: 48px;
  padding: 14px 16px;
  color: var(--primary);
  cursor: pointer;
  font-weight: 900;
}
.faq-list p {
  margin: 0;
  padding: 0 16px 16px;
  color: var(--muted);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.pricing-subtitle {
  margin: 28px 0 14px;
  font-size: 1.45rem;
}
.price-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(27, 43, 50, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.price-card:hover {
  border-color: rgba(20, 108, 112, .3);
  box-shadow: 0 18px 44px rgba(27, 43, 50, .12);
  transform: translateY(-2px);
}
.price-card h3, .price-card p {
  margin: 0;
}
.price-type {
  width: fit-content;
  padding: 6px 10px;
  background: rgba(217, 79, 52, .1);
  border-radius: 999px;
  color: var(--accent);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.price {
  color: var(--primary);
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 900;
  line-height: 1;
}
.price span {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
}
.saving {
  width: fit-content;
  padding: 6px 10px;
  background: rgba(20, 108, 112, .1);
  border-radius: 999px;
  color: var(--muted);
  font-weight: 800;
}
.price-card .btn {
  width: 100%;
}
.price-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}
.price-card li {
  position: relative;
  padding-left: 22px;
}
.price-card li::before {
  position: absolute;
  left: 0;
  color: var(--primary);
  content: "•";
  font-weight: 900;
}
.test-hire-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}
.price-card-featured {
  border-color: rgba(20, 108, 112, .28);
  background: linear-gradient(180deg, rgba(237, 244, 245, .65), rgba(255, 255, 255, .96));
}
.content-panel {
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
}
.content-panel h3 {
  margin-bottom: 8px;
}
.content-panel p {
  margin: 0;
  color: var(--muted);
}
.content-panel p + p {
  margin-top: 10px;
}
.contact-band {
  background: #172126;
  color: #fff;
}
.contact-band .eyebrow {
  color: var(--gold);
}
.contact-band p, .contact-band .small-note {
  color: #c8d3d7;
}
.contact-copy {
  display: grid;
  gap: 14px;
}
.contact-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-list li {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  padding: 12px 14px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 10px;
}
.contact-list a {
  color: #fff;
  font-weight: 800;
}
.contact-list a::after {
  content: " 🔗";
  font-size: 0.86em;
  opacity: 0.88;
}
.quote-form {
  display: grid;
  gap: 14px;
  padding: 20px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
}
.quote-form-heading {
  display: grid;
  gap: 4px;
}
.quote-form-heading h3 {
  color: #fff;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.quote-form label {
  display: grid;
  gap: 6px;
  color: #fff;
  font-weight: 800;
}
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 46px;
  padding: 11px 12px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  color: var(--text);
  font: inherit;
}
.quote-form textarea {
  min-height: 116px;
  resize: vertical;
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus {
  outline: none;
  box-shadow: var(--ring);
}
.quote-form .btn {
  width: 100%;
}
.quote-form .btn:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}
.quote-form-botcheck {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.form-note, .form-status {
  margin: 0;
  font-size: .94rem;
}
.form-status {
  min-height: 1.4em;
  font-weight: 800;
}
.form-status-success {
  color: #98f0b6;
}
.form-status-error {
  color: #ffb1a2;
}
.footer {
  margin: 0;
  padding: 16px 0;
  background: #11191d;
  color: #c8d3d7;
  text-align: center;
}
.footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.footer p {
  margin: 0;
}
@media (max-width: 860px) {
  .hero {
    min-height: auto;
  }
  .nav {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    width: 100%;
    max-width: none;
  }
  .nav-toggle {
    display: inline-flex;
  }
  .nav-links {
    display: none;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
    margin-top: 2px;
    background: rgba(255, 255, 255, .95);
    border: 1px solid var(--border);
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(23, 33, 38, .08);
  }
  .nav.nav-open .nav-links {
    display: grid;
  }
  .nav-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 10px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 8px;
    transform: none;
  }
  .nav-links .nav-current {
    border-color: var(--primary);
  }
  .hero-grid, .split, .feature-grid, .hours-grid, .contact-grid {
    grid-template-columns: 1fr;
  }
  .hero-grid {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .hero-media {
    max-width: 560px;
  }
  .pass-gallery, .centre-grid, .pricing-grid, .price-overview, .test-hire-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .nav-links-static {
    display: flex;
    grid-column: auto;
    flex-wrap: wrap;
  }
}
@media (max-width: 560px) {
  body {
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
  }
  .container {
    width: min(100% - 32px, 1120px);
  }
  .nav {
    grid-template-columns: 1fr auto;
    width: 100%;
    max-width: none;
    padding: 8px 16px;
  }
  .brand {
    justify-self: start;
  }
  .brand-logo {
    height: 54px;
  }
  .nav-toggle {
    width: 52px;
    height: 48px;
    background: rgba(255, 255, 255, .72);
    border-color: rgba(219, 228, 231, .82);
    border-radius: 16px;
    box-shadow: none;
  }
  .nav-links {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 8px;
    border-radius: 10px;
  }
  .nav-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 10px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 8px;
  }
  .hero-facts, .result-stats, .centre-grid {
    grid-template-columns: 1fr;
  }
  h1 {
    font-size: clamp(2.15rem, 11vw, 2.8rem);
    line-height: .96;
  }
  h2 {
    font-size: clamp(1.65rem, 8vw, 2.2rem);
  }
  .subtitle, .split p, .lead, .section-heading p, .contact-grid p {
    font-size: 1rem;
  }
  .section-results {
    background: linear-gradient(180deg, #172126 0%, #203238 72%, #edf4f5 72%, #edf4f5 100%);
  }
  .section-results .section-heading {
    margin-bottom: 12px;
  }
  .section-results .result-stats {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
  }
  .section-results .pass-gallery {
    position: relative;
    z-index: 2;
  }
  .hero-result-badge {
    left: 20px;
    bottom: 20px;
    max-width: 150px;
  }
  .pass-gallery {
    display: grid;
    grid-auto-columns: minmax(138px, 42vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 8px;
    scroll-snap-type: inline mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .pass-gallery img {
    aspect-ratio: 4 / 4.6;
    scroll-snap-align: start;
  }
  .pass-gallery::-webkit-scrollbar {
    display: none;
  }
  .more-results .pass-gallery {
    grid-auto-columns: minmax(130px, 40vw);
  }
  .pricing-grid, .price-overview, .test-hire-grid, .form-grid {
    grid-template-columns: 1fr;
  }
  .prices-overview-section {
    padding-top: 16px;
  }
  .price-overview {
    gap: 8px;
  }
  .price-overview a {
    min-height: auto;
    padding: 14px 16px;
  }
  .price-card {
    padding: 16px;
  }
  .hero-copy > .cta-row, .page-hero-copy > .cta-row {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, .96);
    border-top: 1px solid var(--border);
    box-shadow: 0 -12px 34px rgba(23, 33, 38, .14);
  }
  .hero-copy > .cta-row .btn-link, .page-hero-copy > .cta-row .btn-link {
    display: none;
  }
  .btn {
    width: 100%;
  }
  .spec-list div, .hours-panel div {
    display: grid;
    gap: 4px;
  }
  .spec-list strong, .hours-panel strong {
    text-align: left;
  }
}
@media (max-width: 420px) {
  .pass-gallery {
    grid-template-columns: 1fr;
  }
}
