/* Site overrides: hierarchy, spacing, and consent layout */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fonts/space-grotesk-latin.woff2") format("woff2");
}

:root {
  --section-space: clamp(2.15rem, 3.6vw, 3.1rem);
  --section-gap: clamp(0.95rem, 1.7vw, 1.3rem);
  --text-measure: 66ch;
  --heading-tight: -0.015em;
  --hero-size: clamp(220px, 28vh, 290px);
  --hero-pad: clamp(34px, 5vw, 52px);
  --shadow-soft-light: 0 8px 18px rgba(5, 9, 17, 0.06);
  --shadow-cta: 0 16px 36px rgba(5, 9, 17, 0.14);
  --cookie-banner-h: 72px;
  --chat-safe-right: 0px;
  --nav-dropdown-bg: #f3f5f9;
  --nav-dropdown-hover: #ffffff;
  --nav-focus: rgba(12, 104, 255, 0.35);
}

html {
  font-size: 100%;
}

html[data-theme="dark"] {
  --nav-dropdown-bg: var(--surface);
  --nav-dropdown-hover: var(--surface-soft);
  --nav-focus: rgba(123, 180, 255, 0.45);
  --booking-chip-bg: rgba(21, 27, 36, 0.88);
  --booking-chip-border: rgba(123, 180, 255, 0.18);
  --booking-chip-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  --booking-panel-bg:
    radial-gradient(circle at top right, rgba(123, 180, 255, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(27, 34, 45, 0.96), rgba(18, 23, 31, 0.98));
  --booking-panel-border: rgba(123, 180, 255, 0.16);
  --booking-panel-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 18px 36px rgba(0, 0, 0, 0.22);
  --booking-step-state-bg: rgba(18, 24, 34, 0.9);
  --booking-step-state-border: rgba(123, 180, 255, 0.18);
  --booking-step-state-text: #c7d0db;
  --booking-switch-bg: rgba(18, 24, 34, 0.9);
  --booking-switch-border: rgba(123, 180, 255, 0.16);
  --booking-nav-button-bg: rgba(24, 31, 42, 0.92);
  --booking-nav-button-border: rgba(123, 180, 255, 0.18);
  --booking-cell-bg: rgba(24, 31, 42, 0.88);
  --booking-cell-border: rgba(73, 84, 101, 0.34);
  --booking-cell-selected-bg:
    radial-gradient(circle at top right, rgba(123, 180, 255, 0.22), transparent 48%),
    linear-gradient(180deg, rgba(58, 88, 133, 0.48), rgba(25, 40, 63, 0.86));
  --booking-cell-selected-border: rgba(123, 180, 255, 0.38);
  --booking-cell-selected-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
  --booking-cell-unavailable-bg: rgba(19, 24, 31, 0.74);
  --booking-cell-unavailable-border: rgba(58, 65, 77, 0.4);
  --booking-cell-unavailable-text: rgba(167, 176, 189, 0.5);
  --booking-cell-busy-bg: linear-gradient(180deg, rgba(36, 42, 52, 0.92), rgba(24, 29, 37, 0.9));
  --booking-cell-busy-border: rgba(98, 108, 124, 0.38);
  --booking-summary-item-bg: rgba(20, 27, 36, 0.88);
  --booking-summary-item-border: rgba(123, 180, 255, 0.12);
  --booking-slot-available-bg: rgba(123, 180, 255, 0.18);
  --booking-slot-available-border: rgba(123, 180, 255, 0.32);
  --booking-slot-busy-bg: rgba(64, 73, 86, 0.58);
  --booking-slot-busy-border: rgba(97, 107, 121, 0.34);
  --booking-note-bg: linear-gradient(180deg, rgba(21, 28, 38, 0.94), rgba(16, 21, 29, 0.96));
  --booking-note-border: rgba(123, 180, 255, 0.18);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --nav-dropdown-bg: var(--surface);
    --nav-dropdown-hover: var(--surface-soft);
    --nav-focus: rgba(123, 180, 255, 0.45);
    --booking-chip-bg: rgba(21, 27, 36, 0.88);
    --booking-chip-border: rgba(123, 180, 255, 0.18);
    --booking-chip-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
    --booking-panel-bg:
      radial-gradient(circle at top right, rgba(123, 180, 255, 0.12), transparent 42%),
      linear-gradient(180deg, rgba(27, 34, 45, 0.96), rgba(18, 23, 31, 0.98));
    --booking-panel-border: rgba(123, 180, 255, 0.16);
    --booking-panel-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 18px 36px rgba(0, 0, 0, 0.22);
    --booking-step-state-bg: rgba(18, 24, 34, 0.9);
    --booking-step-state-border: rgba(123, 180, 255, 0.18);
    --booking-step-state-text: #c7d0db;
    --booking-switch-bg: rgba(18, 24, 34, 0.9);
    --booking-switch-border: rgba(123, 180, 255, 0.16);
    --booking-nav-button-bg: rgba(24, 31, 42, 0.92);
    --booking-nav-button-border: rgba(123, 180, 255, 0.18);
    --booking-cell-bg: rgba(24, 31, 42, 0.88);
    --booking-cell-border: rgba(73, 84, 101, 0.34);
    --booking-cell-selected-bg:
      radial-gradient(circle at top right, rgba(123, 180, 255, 0.22), transparent 48%),
      linear-gradient(180deg, rgba(58, 88, 133, 0.48), rgba(25, 40, 63, 0.86));
    --booking-cell-selected-border: rgba(123, 180, 255, 0.38);
    --booking-cell-selected-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
    --booking-cell-unavailable-bg: rgba(19, 24, 31, 0.74);
    --booking-cell-unavailable-border: rgba(58, 65, 77, 0.4);
    --booking-cell-unavailable-text: rgba(167, 176, 189, 0.5);
    --booking-cell-busy-bg: linear-gradient(180deg, rgba(36, 42, 52, 0.92), rgba(24, 29, 37, 0.9));
    --booking-cell-busy-border: rgba(98, 108, 124, 0.38);
    --booking-summary-item-bg: rgba(20, 27, 36, 0.88);
    --booking-summary-item-border: rgba(123, 180, 255, 0.12);
    --booking-slot-available-bg: rgba(123, 180, 255, 0.18);
    --booking-slot-available-border: rgba(123, 180, 255, 0.32);
    --booking-slot-busy-bg: rgba(64, 73, 86, 0.58);
    --booking-slot-busy-border: rgba(97, 107, 121, 0.34);
    --booking-note-bg: linear-gradient(180deg, rgba(21, 28, 38, 0.94), rgba(16, 21, 29, 0.96));
    --booking-note-border: rgba(123, 180, 255, 0.18);
  }
}

body {
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background:
    radial-gradient(circle at top left, rgba(12, 104, 255, 0.07), transparent 24%),
    radial-gradient(circle at bottom right, rgba(56, 189, 248, 0.06), transparent 22%),
    var(--bg);
}

html[data-theme="dark"] body {
  background:
    radial-gradient(circle at top left, rgba(123, 180, 255, 0.08), transparent 24%),
    radial-gradient(circle at bottom right, rgba(56, 189, 248, 0.07), transparent 22%),
    var(--bg);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) body {
    background:
      radial-gradient(circle at top left, rgba(123, 180, 255, 0.08), transparent 24%),
      radial-gradient(circle at bottom right, rgba(56, 189, 248, 0.07), transparent 22%),
      var(--bg);
  }
}

.page-shell {
  position: relative;
  isolation: isolate;
}

h1,
h2,
h3 {
  letter-spacing: var(--heading-tight);
  text-wrap: balance;
}

h1 {
  font-size: clamp(1.9rem, 2.7vw, 2.65rem);
  line-height: 1.12;
}

h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.95rem);
  line-height: 1.2;
}

h3 {
  font-size: clamp(1.04rem, 1.4vw, 1.25rem);
  line-height: 1.3;
}

p {
  text-wrap: pretty;
}

.hero-home,
.page-hero,
.page-hero--about,
.page-hero--services,
.page-hero--pricing,
.page-hero--contact {
  background-image: url("/assets/images/nighttime-city.png");
}

.feature-band::before {
  background-image: url("/assets/images/Geometric_Serenity.png");
}

@supports (background-image: image-set(url("") 1x)) {
  .hero-home,
  .page-hero,
  .page-hero--about,
  .page-hero--services,
  .page-hero--pricing,
  .page-hero--contact {
    background-image: image-set(
      url("/assets/images/nighttime-city.avif") type("image/avif"),
      url("/assets/images/nighttime-city.webp") type("image/webp"),
      url("/assets/images/nighttime-city.png") type("image/png")
    );
  }

  .feature-band::before {
    background-image: image-set(
      url("/assets/images/Geometric_Serenity.avif") type("image/avif"),
      url("/assets/images/Geometric_Serenity.webp") type("image/webp"),
      url("/assets/images/Geometric_Serenity.png") type("image/png")
    );
  }
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme]) .hero-home,
  :root:not([data-theme]) .page-hero,
  :root:not([data-theme]) .page-hero--about,
  :root:not([data-theme]) .page-hero--services,
  :root:not([data-theme]) .page-hero--pricing,
  :root:not([data-theme]) .page-hero--contact {
    background-image: url("/assets/images/city-daylight-hero.png");
    --hero-position: 52% 42%;
    --hero-overlay:
      linear-gradient(90deg, rgba(250, 252, 255, 0.38) 0%, rgba(250, 252, 255, 0.22) 42%, rgba(250, 252, 255, 0.10) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(244, 248, 252, 0.10) 100%);
    color: #10233b;
  }

  :root:not([data-theme]) .hero-home .hero-content,
  :root:not([data-theme]) .page-hero__content {
    border-color: rgba(255, 255, 255, 0.72);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.80), rgba(245, 249, 253, 0.68));
    box-shadow: 0 24px 60px rgba(39, 52, 79, 0.16);
    backdrop-filter: blur(10px) saturate(1.05);
  }

  :root:not([data-theme]) .page-hero .badge,
  :root:not([data-theme]) .page-hero .hero-badge,
  :root:not([data-theme]) .hero-home .badge,
  :root:not([data-theme]) .hero-home .hero-badge {
    background: rgba(255, 255, 255, 0.74);
    border-color: rgba(16, 35, 59, 0.12);
    color: rgba(16, 35, 59, 0.86);
  }

  :root:not([data-theme]) .page-hero h1,
  :root:not([data-theme]) .page-hero h2,
  :root:not([data-theme]) .page-hero p,
  :root:not([data-theme]) .hero-home h1,
  :root:not([data-theme]) .hero-home p {
    color: #10233b;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72), 0 10px 24px rgba(255, 255, 255, 0.28);
  }

  :root:not([data-theme]) .page-hero .section-lead,
  :root:not([data-theme]) .page-hero .hero-lead,
  :root:not([data-theme]) .page-hero .hero-support,
  :root:not([data-theme]) .page-hero .hero-reassure,
  :root:not([data-theme]) .hero-home .hero-lead {
    color: rgba(16, 35, 59, 0.88);
  }

  :root:not([data-theme]) .hero-home .button.secondary,
  :root:not([data-theme]) .hero-home .button.tertiary {
    border-color: rgba(16, 35, 59, 0.16);
    color: #10233b;
    background: rgba(255, 255, 255, 0.68);
  }

  :root:not([data-theme]) .page-home .hero-home {
    background-size: cover;
    background-position: 52% 42%;
  }
}

html[data-theme="light"] .hero-home,
html[data-theme="light"] .page-hero,
html[data-theme="light"] .page-hero--about,
html[data-theme="light"] .page-hero--services,
html[data-theme="light"] .page-hero--pricing,
html[data-theme="light"] .page-hero--contact {
  background-image: url("/assets/images/city-daylight-hero.png");
  --hero-position: 52% 42%;
  --hero-overlay:
    linear-gradient(90deg, rgba(250, 252, 255, 0.38) 0%, rgba(250, 252, 255, 0.22) 42%, rgba(250, 252, 255, 0.10) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(244, 248, 252, 0.10) 100%);
  color: #10233b;
}

html[data-theme="light"] .hero-home .hero-content,
html[data-theme="light"] .page-hero__content {
  border-color: rgba(255, 255, 255, 0.72);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.80), rgba(245, 249, 253, 0.68));
  box-shadow: 0 24px 60px rgba(39, 52, 79, 0.16);
  backdrop-filter: blur(10px) saturate(1.05);
}

html[data-theme="light"] .page-hero .badge,
html[data-theme="light"] .page-hero .hero-badge,
html[data-theme="light"] .hero-home .badge,
html[data-theme="light"] .hero-home .hero-badge {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(16, 35, 59, 0.12);
  color: rgba(16, 35, 59, 0.86);
}

html[data-theme="light"] .page-hero h1,
html[data-theme="light"] .page-hero h2,
html[data-theme="light"] .page-hero p,
html[data-theme="light"] .hero-home h1,
html[data-theme="light"] .hero-home p {
  color: #10233b;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72), 0 10px 24px rgba(255, 255, 255, 0.28);
}

html[data-theme="light"] .page-hero .section-lead,
html[data-theme="light"] .page-hero .hero-lead,
html[data-theme="light"] .page-hero .hero-support,
html[data-theme="light"] .page-hero .hero-reassure,
html[data-theme="light"] .hero-home .hero-lead {
  color: rgba(16, 35, 59, 0.88);
}

html[data-theme="light"] .hero-home .button.secondary,
html[data-theme="light"] .hero-home .button.tertiary {
  border-color: rgba(16, 35, 59, 0.16);
  color: #10233b;
  background: rgba(255, 255, 255, 0.68);
}

html[data-theme="light"] .page-home .hero-home {
  background-size: cover;
  background-position: 52% 42%;
}

@supports (background-image: image-set(url("") 1x)) {
  @media (prefers-color-scheme: light) {
    :root:not([data-theme]) .hero-home,
    :root:not([data-theme]) .page-hero,
    :root:not([data-theme]) .page-hero--about,
    :root:not([data-theme]) .page-hero--services,
    :root:not([data-theme]) .page-hero--pricing,
    :root:not([data-theme]) .page-hero--contact {
      background-image: image-set(
        url("/assets/images/city-daylight-hero.avif") type("image/avif"),
        url("/assets/images/city-daylight-hero.webp") type("image/webp"),
        url("/assets/images/city-daylight-hero.png") type("image/png")
      );
    }
  }

  html[data-theme="light"] .hero-home,
  html[data-theme="light"] .page-hero,
  html[data-theme="light"] .page-hero--about,
  html[data-theme="light"] .page-hero--services,
  html[data-theme="light"] .page-hero--pricing,
  html[data-theme="light"] .page-hero--contact {
    background-image: image-set(
      url("/assets/images/city-daylight-hero.avif") type("image/avif"),
      url("/assets/images/city-daylight-hero.webp") type("image/webp"),
      url("/assets/images/city-daylight-hero.png") type("image/png")
    );
  }
}

.section {
  padding: var(--section-space) 0;
}

.section + .section {
  padding-top: calc(var(--section-space) - 0.55rem);
}

.section > .container {
  display: grid;
  gap: clamp(0.95rem, 1.5vw, 1.45rem);
}

.section-header {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 0;
}

.section-header::before {
  content: "";
  width: 3.5rem;
  height: 0.28rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(56, 189, 248, 0.9));
}

.section > .container > p,
.section > .container > ul,
.section > .container > ol {
  margin: 0;
  max-width: var(--text-measure);
}

.section-intro,
.section-header,
.section-lead {
  max-width: var(--text-measure);
}

.section-intro {
  color: var(--muted);
  font-size: 1.04rem;
  margin: 0 auto;
  padding: clamp(1rem, 1.8vw, 1.35rem) clamp(1rem, 2vw, 1.5rem);
  border: 1px solid rgba(12, 104, 255, 0.08);
  border-radius: calc(var(--radius) + 0.15rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.12)), var(--surface);
  box-shadow: var(--shadow-soft-light);
  width: min(100% - 2.5rem, var(--container));
}

html[data-theme="dark"] .section-intro {
  border-color: rgba(123, 180, 255, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), var(--surface);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) .section-intro {
    border-color: rgba(123, 180, 255, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), var(--surface);
  }
}

.section-intro p {
  margin: 0 auto;
  max-width: var(--text-measure);
}

.section-intro p + p {
  margin-top: var(--space-sm);
}

.page-hero + .section {
  padding-top: clamp(1.5rem, 2.6vw, 2.2rem);
}

.page-hero + .section .section-intro {
  width: min(100% - 2.5rem, 760px);
}

.hero-proof {
  max-width: 62ch;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.94rem;
  line-height: 1.5;
}

.hero-home .hero-reassure,
.page-hero .hero-reassure {
  max-width: 48rem;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(1.02rem, 1.8vw, 1.16rem);
  font-weight: 700;
  line-height: 1.45;
}

.section--trust-top {
  padding-top: clamp(1.2rem, 2vw, 1.8rem);
}

.section--trust-top + .section {
  padding-top: calc(var(--section-space) - 0.6rem);
}

.section--trust-top .grid-3 {
  gap: clamp(0.75rem, 1.4vw, 1.05rem);
}

.page-service-home .page-hero__content,
.page-service-business .page-hero__content,
.page-service-servers .page-hero__content,
.page-services-overview .page-hero__content {
  max-width: 760px;
  gap: 0.9rem;
}

.page-service-home .hero-actions,
.page-service-business .hero-actions,
.page-service-servers .hero-actions,
.page-services-overview .hero-actions {
  margin-top: 0.35rem;
}

.page-service-home .section--trust-top,
.page-service-business .section--trust-top,
.page-service-servers .section--trust-top,
.page-services-overview .section--trust-top {
  padding-top: clamp(1rem, 1.7vw, 1.35rem);
}

.page-service-home .section--service-home-summary,
.page-service-business .section--service-summary,
.page-service-servers .section--service-summary,
.page-services-overview .section--service-summary {
  padding-top: 0.7rem;
}

.page-services-overview #services-list {
  padding-top: 1rem;
}

.page-service-home .section--service-home-summary .grid-2,
.page-service-home .section--trust-top .grid-3,
.page-service-business .section--service-summary .grid-2,
.page-service-business .section--trust-top .grid-3,
.page-service-servers .section--service-summary .grid-2,
.page-service-servers .section--trust-top .grid-3,
.page-services-overview .section--service-summary .grid-2,
.page-services-overview .section--trust-top .grid-3 {
  align-items: stretch;
}

.page-service-home .section--service-home-summary .card,
.page-service-home .section--trust-top .card,
.page-service-home .support-price-card,
.page-service-business .section--service-summary .card,
.page-service-business .section--trust-top .card,
.page-service-business .support-price-card,
.page-service-servers .section--service-summary .card,
.page-service-servers .section--trust-top .card,
.page-service-servers .support-price-card,
.page-services-overview .section--service-summary .card,
.page-services-overview .section--trust-top .card,
.page-services-overview .support-price-card {
  min-height: 100%;
}

.page-service-home .support-price-panel,
.page-service-business .support-price-panel,
.page-service-servers .support-price-panel {
  gap: 0.85rem;
}

.page-service-home .job-context-card h3,
.page-service-home .card-title,
.page-service-business .job-context-card h3,
.page-service-business .card-title,
.page-service-servers .job-context-card h3,
.page-service-servers .card-title,
.page-services-overview .job-context-card h3,
.page-services-overview .card-title {
  line-height: 1.18;
}

.partner-handoff {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: stretch;
}

.partner-handoff h2,
.partner-handoff h3 {
  margin-bottom: 0.55rem;
}

.partner-handoff__content,
.partner-handoff__panel {
  min-width: 0;
}

.partner-handoff__content {
  display: grid;
  align-content: start;
  gap: 0.9rem;
}

.partner-handoff__steps {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.partner-handoff__steps > div,
.partner-handoff__panel {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--surface);
  padding: clamp(0.85rem, 1.8vw, 1rem);
}

.partner-handoff__steps strong {
  display: block;
  color: var(--text);
  margin-bottom: 0.3rem;
}

.partner-handoff__panel {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  box-shadow: var(--shadow-soft);
}

.partner-handoff__panel .cta-row {
  margin-top: 0.3rem;
}

@media (max-width: 900px) {
  .partner-handoff {
    grid-template-columns: 1fr;
  }
}

.page-service-home [data-track-card="services-home-cta"],
.page-service-business [data-track-card="services-business-cta"],
.page-service-servers [data-track-card="services-servers-cta"],
.page-services-overview [data-track-card="services-quick-check"] {
  gap: 0.85rem;
}

.grid-2,
.grid-3,
.card-grid,
.contact-hub {
  gap: clamp(0.9rem, 1.55vw, 1.15rem);
}

.contact-hub--form {
  grid-template-columns: minmax(0, 1fr);
  width: min(100%, 900px);
  margin-inline: auto;
}

.card,
.strip-item,
.faq-item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0)), var(--surface);
  border: 1px solid rgba(12, 104, 255, 0.06);
  box-shadow: var(--shadow-soft-light);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.pricing-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0)), var(--surface);
  border: 1px solid rgba(12, 104, 255, 0.06);
  transition: transform 0.18s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.card,
.pricing-card {
  padding: clamp(1rem, 1.7vw, 1.2rem);
  gap: 0.65rem;
}

html[data-theme="dark"] .card,
html[data-theme="dark"] .strip-item,
html[data-theme="dark"] .faq-item,
html[data-theme="dark"] .pricing-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), var(--surface);
  border-color: rgba(123, 180, 255, 0.12);
}

html[data-theme="dark"] .pricing-card.is-secondary {
  background: var(--surface-soft);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) .card,
  :root:not([data-theme]) .strip-item,
  :root:not([data-theme]) .faq-item,
  :root:not([data-theme]) .pricing-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), var(--surface);
    border-color: rgba(123, 180, 255, 0.12);
  }

  :root:not([data-theme]) .pricing-card.is-secondary {
    background: var(--surface-soft);
  }
}

.pricing-card:hover,
.faq-item:hover,
.strip-item:hover {
  transform: translateY(-2px);
  border-color: rgba(12, 104, 255, 0.16);
  box-shadow: 0 18px 40px rgba(5, 9, 17, 0.12);
}

html[data-theme="dark"] .pricing-card:hover,
html[data-theme="dark"] .faq-item:hover,
html[data-theme="dark"] .strip-item:hover {
  border-color: rgba(123, 180, 255, 0.28);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) .pricing-card:hover,
  :root:not([data-theme]) .faq-item:hover,
  :root:not([data-theme]) .strip-item:hover {
    border-color: rgba(123, 180, 255, 0.28);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  }
}

.card[data-track-card*="cta"],
.card[data-track-card*="quick-check"],
.card[data-track-card*="next-steps"] {
  border-color: var(--accent);
  box-shadow: var(--shadow-cta);
}

.button {
  min-height: 44px;
  transition: transform 0.18s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button:active {
  transform: translateY(0);
}

.button.primary {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--accent-contrast);
  box-shadow: 0 10px 22px rgba(12, 104, 255, 0.25);
}

.button.primary:hover,
.button.primary:focus-visible {
  box-shadow: 0 12px 26px rgba(12, 104, 255, 0.3);
}

.button.secondary {
  background: var(--surface-soft);
  border-color: var(--border);
  color: var(--text);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
}

.cta-row .button.tertiary {
  color: var(--muted);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.cta-row .button.tertiary:hover,
.cta-row .button.tertiary:focus-visible {
  color: var(--text);
  border-color: var(--border);
}

.hero-home .button.secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: #f5f7fb;
  font-weight: 500;
  box-shadow: none;
}

.hero-home .button.secondary:hover,
.hero-home .button.secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

.page-hero__inner,
.hero-home {
  min-height: var(--hero-size);
  padding: var(--hero-pad) 24px;
}

.hero-home .hero-content,
.page-hero__content {
  width: min(100%, 780px);
  max-width: 780px;
  gap: clamp(0.55rem, 1vw, 0.8rem);
  padding: clamp(1.05rem, 1.8vw, 1.5rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: calc(var(--radius) + 0.25rem);
  background: linear-gradient(180deg, rgba(7, 15, 26, 0.76), rgba(7, 15, 26, 0.48));
  box-shadow: 0 24px 60px rgba(5, 9, 17, 0.24);
  backdrop-filter: blur(7px);
}

.page-hero h1,
.page-hero .badge,
.page-hero .hero-lead,
.page-hero .hero-proof {
  margin-block: 0;
}

.page-hero .hero-actions {
  margin-top: 0.45rem;
}

.page-hero .hero-actions .button {
  min-height: 44px;
  padding-inline: 1.15rem;
}

.page-hero .badge,
.page-hero .hero-badge,
.hero-home .badge,
.hero-home .hero-badge {
  width: fit-content;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

.section-lead {
  line-height: 1.65;
}

.hero-actions,
.cta-row,
.contact-actions {
  row-gap: 0.8rem;
}

.about-block {
  display: grid;
  gap: var(--space-sm);
}

.about-block > p,
.about-block > ul,
.about-block > ol {
  margin: 0;
}

.about-two-up {
  align-items: start;
}

.about-profile-card {
  align-items: center;
  text-align: center;
}

.about-profile-card .about-photo {
  width: min(180px, 46vw);
  height: min(180px, 46vw);
  object-fit: cover;
  border-radius: 999px;
  border: 3px solid rgba(12, 104, 255, 0.16);
  box-shadow: var(--shadow-soft-light);
}

.about-profile-card .about-copy {
  display: grid;
  gap: 0.65rem;
}

.about-profile-card .about-copy h2,
.about-profile-card .about-copy p {
  margin: 0;
}

.about-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.5vw, 1.05rem);
}

.about-process-step {
  display: grid;
  align-content: start;
  gap: 0.65rem;
  padding: clamp(1rem, 1.8vw, 1.2rem);
  border: 1px solid rgba(12, 104, 255, 0.08);
  border-radius: calc(var(--radius) + 0.05rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.08)), var(--surface);
  box-shadow: var(--shadow-soft-light);
}

.about-process-step span {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: var(--accent);
  color: var(--accent-contrast);
  font-weight: 700;
}

.about-process-step h3,
.about-process-step p {
  margin: 0;
}

.about-standards-panel {
  margin-top: clamp(0.9rem, 1.6vw, 1.15rem);
}

html[data-theme="dark"] .about-process-step {
  border-color: rgba(123, 180, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), var(--surface);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) .about-process-step {
    border-color: rgba(123, 180, 255, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), var(--surface);
  }
}

@media (max-width: 900px) {
  .about-process-grid {
    grid-template-columns: 1fr;
  }
}

.based-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  align-items: center;
}

.based-map {
  margin-top: var(--space-md);
}

.based-map.is-collapsed {
  display: none;
}

.based-map-frame {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft-light);
  background: var(--surface-soft);
  aspect-ratio: 16 / 7;
  max-height: 420px;
}

.based-map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 700px) {
  .based-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .based-map-frame {
    aspect-ratio: 4 / 3;
    max-height: 520px;
  }
}

@media (max-width: 768px) {
  :root {
    --hero-size: clamp(210px, 28vh, 270px);
    --hero-pad: clamp(32px, 7vw, 48px);
  }

  .page-hero__inner,
  .hero-home {
    padding-top: calc(var(--hero-pad) * 0.9);
    padding-bottom: calc(var(--hero-pad) + 16px);
  }

  .hero-home + .section,
  .page-hero + .section {
    padding-top: calc(var(--section-space) + 0.6rem);
  }
}

.site-nav a {
  white-space: nowrap;
}

.site-nav a[aria-current="page"],
.mobile-nav a[aria-current="page"] {
  color: inherit;
  text-decoration: none;
}

.site-nav a.is-active,
.mobile-nav a.is-active {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.3rem;
}

.site-nav a:not(.is-active):not(.nav-booking):hover,
.mobile-nav a:not(.is-active):not(.nav-booking):hover {
  text-decoration: underline;
}

.site-nav a:focus-visible,
.site-nav .nav-dropdown__toggle:focus-visible,
.mobile-nav a:focus-visible,
.mobile-dropdown__toggle:focus-visible {
  outline: 2px solid var(--nav-focus);
  outline-offset: 3px;
  border-radius: 999px;
}

.nav-dropdown__menu a:focus-visible,
.mobile-dropdown__menu a:focus-visible {
  outline: 2px solid var(--nav-focus);
  outline-offset: 2px;
  border-radius: 0.5rem;
}

.site-nav .nav-dropdown__toggle {
  display: inline-flex;
  align-items: center;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-weight: 500;
  color: var(--text);
  cursor: pointer;
  white-space: nowrap;
}

.site-nav .nav-dropdown__toggle[href="/resources/service-areas-keywords/"] {
  font-size: 0.94rem;
  color: var(--muted);
}

.site-nav .nav-dropdown__toggle[href="/resources/service-areas-keywords/"]:not(.is-active):hover {
  color: var(--text);
}

.site-nav {
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-nav a,
.site-nav .nav-dropdown__toggle {
  font-size: 0.95rem;
}

.nav-dropdown__menu {
  top: calc(100% + 0.6rem);
  left: 0;
  min-width: 220px;
  padding: 0.5rem;
  gap: 0.25rem;
  background: var(--nav-dropdown-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft-light);
  overflow: visible;
  z-index: 30;
}

.nav-dropdown__menu::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 1rem;
  width: 14px;
  height: 14px;
  background: var(--nav-dropdown-bg);
  border-left: 1px solid var(--border);
  border-top: 1px solid var(--border);
  transform: rotate(45deg);
}

.nav-dropdown__menu a {
  padding: 0.45rem 0.7rem;
  font-size: 0.95rem;
  line-height: 1.35;
  color: var(--text);
  border-radius: 0.5rem;
}

.nav-dropdown__menu a:not(.is-active):hover,
.nav-dropdown__menu a:not(.is-active):focus-visible {
  background: var(--nav-dropdown-hover);
  text-decoration: none;
}

.nav-dropdown__menu a.is-active,
.nav-dropdown__menu a.is-active:hover,
.nav-dropdown__menu a.is-active:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25rem;
}

.site-nav .nav-booking,
.mobile-nav .nav-booking {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface-soft);
  color: var(--text);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav .nav-booking,
.mobile-nav .nav-booking {
  border-color: rgba(12, 104, 255, 0.18);
  background: linear-gradient(135deg, rgba(12, 104, 255, 0.14), rgba(12, 104, 255, 0.05));
  color: var(--accent);
}

.site-nav .nav-booking:hover,
.site-nav .nav-booking:focus-visible,
.mobile-nav .nav-booking:hover,
.mobile-nav .nav-booking:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
  box-shadow: 0 0 0 2px rgba(12, 104, 255, 0.14);
  text-decoration: none;
}

.site-nav .nav-booking.is-active,
.mobile-nav .nav-booking.is-active,
.site-nav .nav-booking[aria-current="page"],
.mobile-nav .nav-booking[aria-current="page"] {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
  text-decoration: none;
}

.site-nav .nav-booking.is-active:hover,
.site-nav .nav-booking.is-active:focus-visible,
.mobile-nav .nav-booking.is-active:hover,
.mobile-nav .nav-booking.is-active:focus-visible,
.site-nav .nav-booking[aria-current="page"]:hover,
.site-nav .nav-booking[aria-current="page"]:focus-visible,
.mobile-nav .nav-booking[aria-current="page"]:hover,
.mobile-nav .nav-booking[aria-current="page"]:focus-visible {
  color: #fff;
}

.mobile-dropdown {
  display: grid;
  gap: 0.35rem;
}

.mobile-dropdown__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.35rem 0;
  background: none;
  border: 0;
  font: inherit;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  text-decoration: none;
}

.mobile-dropdown__toggle:hover,
.mobile-dropdown__toggle:focus-visible {
  text-decoration: none;
}

.mobile-dropdown__toggle::after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-left: auto;
}

.mobile-dropdown__toggle[aria-expanded="true"]::after {
  transform: rotate(-135deg);
}

.mobile-dropdown__menu {
  display: grid;
  gap: 0.5rem;
  padding-left: 0.9rem;
  border-left: 1px solid var(--border);
}

.mobile-dropdown__menu[hidden] {
  display: none;
}

.mobile-dropdown__menu a {
  padding: 0.2rem 0;
}

.mobile-nav .nav-booking {
  width: fit-content;
}

@media (max-width: 1100px) {
  .site-nav {
    gap: 0.9rem;
  }

  .nav-booking {
    padding: 0.3rem 0.7rem;
    font-size: 0.9rem;
  }

  .header-actions {
    gap: 0.5rem;
  }

  .header-actions .button.small {
    white-space: nowrap;
    padding: 0.35rem 0.6rem;
    font-size: 0.78rem;
  }

  .header-actions .theme-toggle {
    font-size: 0.8rem;
  }

  .header-actions .theme-toggle button {
    padding: 0.4rem 0.6rem;
  }
}

@media (max-width: 1250px) {
  .header-inner {
    gap: 1rem;
  }

  .site-nav {
    gap: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .button {
    transition: none;
  }

  .card,
  .pricing-card,
  .faq-item,
  .strip-item {
    transition: none;
  }

  .button:hover,
  .button:focus-visible,
  .button:active {
    transform: none;
  }

  .card:hover,
  .pricing-card:hover,
  .faq-item:hover,
  .strip-item:hover {
    transform: none;
  }
}

#contact-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--control-border);
  border-radius: var(--radius-sm);
}

#contact-form legend {
  padding-inline: 0.35rem;
  font-weight: 700;
}

#contact-form details {
  overflow: hidden;
  border: 1px solid var(--control-border);
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
}

#contact-form summary {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0.75rem 1rem;
  color: var(--text);
  font-weight: 700;
  cursor: pointer;
}

#contact-form details[open] summary {
  border-bottom: 1px solid var(--control-border);
}

#contact-form details > .contact-meta {
  padding: 1rem;
  background: var(--surface);
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="file"],
#contact-form select,
#contact-form textarea {
  min-height: 46px;
  border-color: var(--control-border);
}

#contact-form textarea {
  min-height: 8rem;
}

.form-status:not([hidden]) {
  display: block;
  padding: 0.75rem 0.9rem;
  border: 2px solid #a61b1b;
  border-radius: var(--radius-sm);
  background: rgba(166, 27, 27, 0.08);
  color: var(--text);
}

.page-hero--about ~ .section {
  background-color: var(--bg);
}

.pricing-card.is-featured {
  border-width: 2px;
  box-shadow: 0 18px 40px rgba(12, 104, 255, 0.18);
  background: linear-gradient(180deg, rgba(12, 104, 255, 0.08), rgba(12, 104, 255, 0) 60%);
}

.site-footer {
  padding: 3.2rem 0;
  border-top: 1px solid rgba(12, 104, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.82));
}

html[data-theme="dark"] .site-footer {
  border-top-color: rgba(123, 180, 255, 0.16);
  background: linear-gradient(180deg, rgba(20, 27, 36, 0.92), rgba(15, 20, 28, 0.98));
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) .site-footer {
    border-top-color: rgba(123, 180, 255, 0.16);
    background: linear-gradient(180deg, rgba(20, 27, 36, 0.92), rgba(15, 20, 28, 0.98));
  }
}

.footer-links span,
.footer-privacy {
  color: var(--muted);
}

body.cookies-visible,
body.has-cookie-banner {
  padding-bottom: calc(var(--cookie-banner-h) + var(--space-md));
  scroll-padding-bottom: calc(var(--cookie-banner-h) + var(--space-md));
}

body.page-layout.cookies-visible,
body.page-layout.has-cookie-banner {
  padding-bottom: calc(var(--cookie-banner-h) + var(--space-md));
}

.consent-banner {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 40;
  transform: translateX(-50%);
  width: min(calc(100% - 1.5rem), var(--container));
  padding: 0.75rem 1.25rem calc(0.75rem + env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  flex-wrap: wrap;
  row-gap: 0.6rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft-light);
  color: var(--text);
  backdrop-filter: blur(8px);
}

body.cookies-visible .consent-banner,
body.has-cookie-banner .consent-banner {
  padding-right: calc(1.25rem + var(--chat-safe-right));
}

.consent-actions {
  flex-wrap: wrap;
}

.consent-banner .button.secondary {
  color: var(--text);
  border-color: var(--border);
  background: var(--surface-soft);
}

.consent-banner .button.secondary:hover,
.consent-banner .button.secondary:focus-visible {
  color: var(--accent);
  border-color: var(--accent);
}

body.page-layout .consent-banner {
  position: fixed;
  left: 50%;
  right: auto;
  bottom: 0;
  transform: translateX(-50%);
}

@media (max-width: 900px) {
  .consent-banner {
    width: calc(100% - 0.85rem);
    padding: 0.6rem 0.85rem calc(0.6rem + env(safe-area-inset-bottom));
    gap: 0.55rem 0.75rem;
  }

  body.cookies-visible .consent-banner,
  body.has-cookie-banner .consent-banner {
    padding-right: calc(0.85rem + var(--chat-safe-right));
  }

  .consent-banner p {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.35;
  }

  .consent-actions {
    justify-content: flex-start;
  }

  .consent-actions .button {
    min-height: 44px;
    padding: 0.45rem 0.95rem;
    font-size: 0.82rem;
  }

  .page-hero[aria-label="Booking"] .page-hero__inner {
    min-height: clamp(160px, 20vh, 210px);
    padding-top: clamp(22px, 4vw, 34px);
    padding-bottom: clamp(18px, 3vw, 28px);
  }

  .booking-hero-highlights {
    gap: 0.5rem;
    margin-top: 0.7rem;
  }

  .booking-hero-pill {
    padding: 0.35rem 0.65rem;
    font-size: 0.8rem;
  }

  .section--booking-overview {
    padding-top: 0.7rem;
    padding-bottom: 0.55rem;
  }
}

@media (max-width: 420px) {
  :root {
    --cookie-banner-h: 60px;
  }

  .consent-banner {
    width: calc(100% - 0.6rem);
    padding: 0.5rem 0.65rem calc(0.5rem + env(safe-area-inset-bottom));
    border-radius: calc(var(--radius) - 2px);
  }

  .consent-actions {
    flex-direction: row;
    align-items: center;
    width: auto;
    gap: 0.45rem;
  }

  .consent-actions .button {
    flex: 0 1 auto;
    width: auto;
    min-width: 5.1rem;
    justify-content: center;
  }

  .page-hero + .section .section-intro {
    width: min(100% - 1.2rem, 760px);
  }

  .page-hero[aria-label="Booking"] .page-hero__content {
    gap: 0.25rem;
    padding: 1rem 0.95rem;
  }

  .booking-calendar-grid {
    grid-template-columns: 1fr;
  }

  .booking-slot-button {
    width: 100%;
    justify-content: center;
  }
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="file"],
#contact-form select,
#contact-form textarea,
#booking-form input[type="text"],
#booking-form input[type="email"],
#booking-form input[type="tel"],
#booking-form select,
#booking-request .booking-duration-picker select,
#booking-form textarea,
.booking-admin-form input[type="text"],
.booking-admin-form input[type="email"],
.booking-admin-form input[type="tel"],
.booking-admin-form input[type="password"],
.booking-admin-form input[type="number"],
.booking-admin-form select,
.booking-admin-form textarea {
  width: 100%;
  font: inherit;
  color: var(--text);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 0.6rem 0.75rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

#booking-request #booking-form input[type="text"],
#booking-request #booking-form input[type="email"],
#booking-request #booking-form input[type="tel"],
#booking-request #booking-form select,
#booking-request .booking-duration-picker select,
#booking-request #booking-form textarea {
  min-height: 3.1rem;
  color: #f8fbff;
  background-color: rgba(4, 17, 31, 0.86);
  border-color: rgba(33, 168, 255, 0.36);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

#contact-form input[type="file"] {
  min-height: 40px;
  padding: 0.4rem 0.6rem;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder,
#booking-form input::placeholder,
#booking-form textarea::placeholder,
.booking-admin-form input::placeholder,
.booking-admin-form textarea::placeholder {
  color: var(--muted);
  opacity: 0.9;
}

#contact-form input:focus,
#contact-form select:focus,
#contact-form textarea:focus,
#booking-form input:focus,
#booking-form select:focus,
#booking-request .booking-duration-picker select:focus,
#booking-form textarea:focus,
.booking-admin-form input:focus,
.booking-admin-form select:focus,
.booking-admin-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(12, 104, 255, 0.25);
}

#contact-form select,
#booking-form select,
#booking-request .booking-duration-picker select,
.booking-admin-form select {
  appearance: none;
  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='%239aa3b2' d='M1.41 0 6 4.6 10.59 0 12 1.41 6 7.41 0 1.41z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 12px;
  padding-right: 2.4rem;
  cursor: pointer;
}

#contact-form select option,
#booking-form select option,
#booking-request .booking-duration-picker select option,
.booking-admin-form select option {
  color: var(--text);
  background: var(--surface);
}

#booking-request #booking-form select option,
#booking-request .booking-duration-picker select option {
  color: #f8fbff;
  background: #071525;
}

#contact-form input[type="file"]::file-selector-button,
#contact-form input[type="file"]::-webkit-file-upload-button {
  font: inherit;
  border: 1px solid var(--border);
  background: var(--surface-soft);
  color: var(--text);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  margin-right: 0.6rem;
  cursor: pointer;
}

#contact-form input[type="file"]::file-selector-button:hover,
#contact-form input[type="file"]::-webkit-file-upload-button:hover {
  border-color: var(--accent);
}

.form-help {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.booking-hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.page-hero[aria-label="Booking"] .page-hero__inner {
  min-height: clamp(180px, 24vh, 230px);
  padding-top: clamp(26px, 4vw, 40px);
  padding-bottom: clamp(24px, 4vw, 36px);
}

.page-hero[aria-label="Booking"] .page-hero__content {
  max-width: 700px;
  gap: 0.35rem;
}

.page-hero[aria-label="Booking"] .hero-lead,
.page-hero[aria-label="Booking"] .hero-support {
  max-width: 62ch;
  margin: 0 auto;
}

.booking-hero-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(12, 104, 255, 0.14);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 600;
  box-shadow: 0 12px 28px rgba(12, 104, 255, 0.08);
  backdrop-filter: blur(12px);
}

.section--booking-overview {
  padding-top: 1rem;
  padding-bottom: 0.8rem;
}

.section--booking-overview + .section {
  padding-top: 0.95rem;
}

.booking-overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(0.9rem, 1.5vw, 1.2rem);
}

.booking-overview-grid--compact {
  align-items: stretch;
}

.booking-overview-card {
  position: relative;
  overflow: hidden;
  gap: 0.55rem;
  min-height: 0;
  padding: 1rem 1.05rem;
  border-color: rgba(12, 104, 255, 0.12);
  background:
    radial-gradient(circle at top right, rgba(12, 104, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(12, 104, 255, 0.05), rgba(12, 104, 255, 0)),
    var(--surface);
}

.booking-overview-grid--compact .booking-overview-card {
  min-height: 0;
}

.booking-overview-card::after {
  content: "";
  position: absolute;
  inset: auto -2rem -2rem auto;
  width: 7rem;
  height: 7rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(12, 104, 255, 0.16), transparent 72%);
  pointer-events: none;
}

.booking-overview-card > * {
  position: relative;
  z-index: 1;
}

.booking-overview-card__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  background: rgba(12, 104, 255, 0.1);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.booking-overview-card .card-title {
  max-width: 16ch;
}

.booking-overview-card p {
  color: var(--muted);
  margin: 0;
}

.booking-request-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(12, 104, 255, 0.14);
}

.booking-request-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--accent), rgba(12, 104, 255, 0.16));
}

.booking-request-card > * {
  position: relative;
  z-index: 1;
}

.booking-flow-layout {
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.95fr);
  align-items: start;
  gap: clamp(1.1rem, 2.4vw, 1.8rem);
}

#booking-request {
  margin-top: 0;
  padding-top: clamp(1.6rem, 3vw, 2.5rem);
  padding-bottom: clamp(2.25rem, 4vw, 3.75rem);
  background:
    radial-gradient(circle at 12% 2%, rgba(0, 184, 255, 0.18), transparent 25%),
    radial-gradient(circle at 84% 8%, rgba(12, 104, 255, 0.2), transparent 30%),
    linear-gradient(180deg, #020914 0%, #06101c 48%, #020812 100%);
  color: #f5f8ff;
  --text: #f5f8ff;
  --muted: #aebbd0;
  --surface: rgba(7, 18, 32, 0.9);
  --surface-soft: rgba(13, 31, 52, 0.92);
  --border: rgba(97, 151, 214, 0.24);
  --accent: #21a8ff;
  --accent-secondary: #55d6a7;
  --accent-contrast: #ffffff;
  --booking-panel-bg:
    radial-gradient(circle at top right, rgba(33, 168, 255, 0.13), transparent 42%),
    linear-gradient(180deg, rgba(9, 26, 45, 0.96), rgba(5, 15, 28, 0.98));
  --booking-panel-border: rgba(73, 150, 235, 0.26);
  --booking-panel-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 20px 48px rgba(0, 0, 0, 0.34);
  --booking-note-bg: rgba(8, 22, 38, 0.82);
  --booking-note-border: rgba(73, 150, 235, 0.2);
  --booking-step-state-text: #b9c5d8;
}

#booking-request .container {
  width: min(100% - 2.5rem, 1320px);
}

#booking-request .card {
  color: var(--text);
  border-color: var(--booking-panel-border);
  background: var(--booking-panel-bg);
  box-shadow: var(--booking-panel-shadow);
}

#booking-request .section-title,
#booking-request h2,
#booking-request h3,
#booking-request strong,
#booking-request label {
  color: #f8fbff;
}

#booking-request .section-lead,
#booking-request .section-subhead,
#booking-request .booking-note,
#booking-request .form-help {
  color: var(--muted);
}

[hidden] {
  display: none !important;
}

.booking-flow-card {
  gap: 1.1rem;
}

.booking-flow-card__header {
  margin-bottom: 0;
}

.booking-request-card .section-lead {
  font-size: 0.98rem;
}

.booking-request-card .section-subhead {
  margin-bottom: 0;
}

.booking-flow-steps {
  position: relative;
  display: grid;
  gap: 0.85rem;
}

.booking-step {
  display: grid;
  grid-template-columns: 5.25rem minmax(0, 1fr);
  gap: 0 1.15rem;
  position: relative;
  overflow: hidden;
  min-height: 10.4rem;
  padding: clamp(1.1rem, 2vw, 1.45rem);
  border: 1px solid rgba(73, 150, 235, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(33, 168, 255, 0.12), transparent 44%),
    linear-gradient(180deg, rgba(9, 25, 43, 0.96), rgba(5, 14, 26, 0.98));
  transition: border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.booking-step::before {
  content: "";
  position: absolute;
  left: calc(clamp(1.1rem, 2vw, 1.45rem) + 2rem);
  top: calc(clamp(1.1rem, 2vw, 1.45rem) + 4.7rem);
  bottom: -1.1rem;
  width: 2px;
  background: linear-gradient(180deg, rgba(67, 156, 255, 0.38), rgba(67, 156, 255, 0.04));
}

.booking-step.is-active {
  border-color: rgba(67, 156, 255, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 18px 42px rgba(0, 0, 0, 0.3);
}

.booking-step.is-active::before {
  background: linear-gradient(180deg, rgba(33, 168, 255, 0.62), rgba(67, 156, 255, 0.08));
}

.booking-step.is-disabled {
  opacity: 0.84;
  border-color: rgba(97, 151, 214, 0.16);
}

.booking-step.is-disabled::before {
  background: linear-gradient(180deg, rgba(111, 130, 156, 0.24), rgba(111, 130, 156, 0.04));
}

.booking-step.is-complete {
  border-color: rgba(12, 104, 255, 0.24);
}

.booking-step.is-complete::before {
  background: var(--accent-secondary);
}

.booking-step__header {
  display: grid;
  grid-column: 2;
  gap: 0.45rem;
  align-items: start;
}

.booking-step__header::before {
  content: "";
  position: absolute;
  left: clamp(1.1rem, 2vw, 1.45rem);
  top: clamp(1.1rem, 2vw, 1.45rem);
  width: 4rem;
  height: 4rem;
  border: 1px solid rgba(33, 168, 255, 0.72);
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(7, 42, 82, 0.88), rgba(4, 23, 45, 0.95));
  box-shadow: inset 0 0 28px rgba(33, 168, 255, 0.14), 0 14px 30px rgba(0, 0, 0, 0.3);
}

.booking-step__header::after {
  position: absolute;
  left: calc(clamp(1.1rem, 2vw, 1.45rem) + 1.27rem);
  top: calc(clamp(1.1rem, 2vw, 1.45rem) + 1.1rem);
  width: 1.45rem;
  height: 1.45rem;
  display: grid;
  place-items: center;
  color: #21b8ff;
  font-size: 1.6rem;
  line-height: 1;
}

.booking-step--length .booking-step__header::after {
  content: "\23F1";
}

.booking-step--days .booking-step__header::after {
  content: "\1F4C5";
}

.booking-step--times .booking-step__header::after {
  content: "\25F7";
}

.booking-step--details .booking-step__header::after {
  content: "\263A";
}

.booking-step__header h3,
.booking-step__header p {
  margin: 0;
}

.booking-step__header h3 {
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.booking-step__header p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.45;
}

.booking-step__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  justify-self: start;
  min-width: 0;
  min-height: 1.55rem;
  margin-bottom: 0.15rem;
  padding: 0.22rem 0.58rem;
  border-radius: 999px;
  border: 1px solid rgba(156, 194, 244, 0.28);
  background: rgba(12, 30, 51, 0.86);
  color: #d6e6ff;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.booking-step.is-disabled .booking-step__count {
  border-color: rgba(127, 138, 157, 0.2);
  background: rgba(127, 138, 157, 0.08);
  color: #91a0b4;
}

.booking-step.is-complete .booking-step__count {
  border-color: rgba(85, 214, 167, 0.32);
  background: rgba(85, 214, 167, 0.1);
  color: #8cf0c9;
}

.booking-step__tools {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.8rem 1rem;
}

.booking-step-state {
  margin: 0;
  padding: 0.95rem 1rem;
  border: 1px dashed rgba(12, 104, 255, 0.18);
  border-radius: var(--radius-sm);
  background: rgba(12, 104, 255, 0.04);
  color: var(--muted);
  font-weight: 500;
}

.booking-step-state--loading {
  border-style: solid;
}

.booking-step-state--error,
.booking-empty-state--error {
  border-color: rgba(180, 35, 24, 0.24);
  background: rgba(180, 35, 24, 0.06);
}

.booking-day-picker {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.85rem;
}

.booking-day-button {
  appearance: none;
  display: grid;
  gap: 0.35rem;
  align-content: start;
  min-height: 132px;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(12, 104, 255, 0.12);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  font: inherit;
  text-align: left;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.booking-day-button:hover,
.booking-day-button:focus-visible {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(12, 104, 255, 0.26);
  box-shadow: 0 10px 24px rgba(12, 104, 255, 0.12);
}

.booking-day-button.is-selected {
  border-color: rgba(12, 104, 255, 0.28);
  background:
    radial-gradient(circle at top right, rgba(12, 104, 255, 0.15), transparent 46%),
    linear-gradient(180deg, rgba(12, 104, 255, 0.09), rgba(12, 104, 255, 0.03));
}

.booking-day-button__eyebrow {
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.booking-day-button__title {
  font-size: 1rem;
  line-height: 1.35;
}

.booking-day-button__meta {
  color: var(--muted);
  font-size: 0.9rem;
}

.booking-calendar-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1rem;
}

.booking-calendar-view-switch {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0.25rem;
  padding: 0.25rem;
  border: 1px solid rgba(73, 150, 235, 0.24);
  border-radius: 0.7rem;
  background: rgba(4, 17, 31, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.booking-calendar-view-switch__button {
  appearance: none;
  border: 0;
  border-radius: 0.5rem;
  min-width: 6.1rem;
  padding: 0.62rem 0.9rem;
  background: transparent;
  color: #b9c5d8;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.booking-calendar-view-switch__button:hover,
.booking-calendar-view-switch__button:focus-visible {
  outline: none;
  color: var(--text);
}

.booking-calendar-view-switch__button.is-active {
  background: linear-gradient(180deg, #2787ff, #0c68ff);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(12, 104, 255, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.booking-calendar-shell {
  display: grid;
  gap: 0.95rem;
}

.booking-calendar-week[hidden],
.booking-calendar-month[hidden],
.booking-calendar-year[hidden] {
  display: none !important;
}

.booking-calendar-nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.85rem;
}

.booking-calendar-nav__button {
  appearance: none;
  min-width: 6.5rem;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(12, 104, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--text);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.booking-calendar-nav__button:hover,
.booking-calendar-nav__button:focus-visible {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(12, 104, 255, 0.3);
  box-shadow: 0 10px 24px rgba(12, 104, 255, 0.1);
}

.booking-calendar-nav__button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
  box-shadow: none;
}

.booking-calendar-nav__summary {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
  text-align: center;
}

.booking-calendar-nav__summary strong,
.booking-calendar-nav__summary span {
  margin: 0;
}

.booking-calendar-month {
  display: grid;
  gap: 0.65rem;
  padding: 1rem;
  border: 1px solid rgba(12, 104, 255, 0.12);
  border-radius: var(--radius-sm);
  background:
    radial-gradient(circle at top right, rgba(12, 104, 255, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 249, 255, 0.86));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.booking-calendar-week,
.booking-calendar-year {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(12, 104, 255, 0.12);
  border-radius: var(--radius-sm);
  background:
    radial-gradient(circle at top right, rgba(12, 104, 255, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 249, 255, 0.86));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.booking-calendar-week-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.65rem;
}

.booking-week-day {
  min-height: 7rem;
  border-radius: calc(var(--radius-sm) - 4px);
  border: 1px solid rgba(127, 138, 157, 0.16);
  background: rgba(255, 255, 255, 0.8);
  display: grid;
  align-content: space-between;
  gap: 0.45rem;
  padding: 0.8rem 0.75rem;
  color: var(--text);
  text-align: left;
}

.booking-week-day.is-selectable {
  appearance: none;
  cursor: pointer;
  font: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.booking-week-day.is-selectable:hover,
.booking-week-day.is-selectable:focus-visible {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(12, 104, 255, 0.3);
  box-shadow: 0 12px 24px rgba(12, 104, 255, 0.12);
}

.booking-week-day.is-selected {
  border-color: rgba(12, 104, 255, 0.34);
  background:
    radial-gradient(circle at top right, rgba(12, 104, 255, 0.18), transparent 48%),
    linear-gradient(180deg, rgba(12, 104, 255, 0.12), rgba(12, 104, 255, 0.05));
  box-shadow: 0 14px 30px rgba(12, 104, 255, 0.14);
}

.booking-week-day.is-unavailable {
  color: rgba(40, 47, 56, 0.5);
  background: rgba(248, 250, 252, 0.76);
  border-style: dashed;
}

.booking-week-day.is-busy-only {
  border-color: rgba(127, 138, 157, 0.3);
  background: linear-gradient(180deg, rgba(247, 249, 252, 0.94), rgba(242, 246, 250, 0.8));
}

.booking-week-day.is-today {
  position: relative;
}

.booking-week-day.is-today::after {
  content: "";
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: rgba(12, 104, 255, 0.84);
}

.booking-week-day__eyebrow {
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.booking-week-day__title {
  font-size: 1rem;
  line-height: 1.2;
}

.booking-week-day__meta {
  color: var(--muted);
  font-size: 0.82rem;
}

.booking-week-day.is-selectable .booking-week-day__meta {
  color: var(--accent);
}

.booking-week-day.is-busy-only .booking-week-day__meta {
  color: var(--muted);
}

.booking-calendar-weekdays,
.booking-calendar-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.55rem;
}

.booking-calendar-weekdays {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.booking-calendar-weekdays span {
  display: flex;
  justify-content: center;
  padding: 0.1rem 0;
}

.booking-calendar-date {
  min-height: 5.25rem;
  border-radius: calc(var(--radius-sm) - 4px);
  border: 1px solid rgba(127, 138, 157, 0.16);
  background: rgba(255, 255, 255, 0.78);
  display: grid;
  align-content: space-between;
  gap: 0.35rem;
  padding: 0.7rem 0.6rem;
  text-align: left;
  color: var(--text);
}

.booking-calendar-date.is-selectable {
  appearance: none;
  cursor: pointer;
  font: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.booking-calendar-date.is-selectable:hover,
.booking-calendar-date.is-selectable:focus-visible {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(12, 104, 255, 0.3);
  box-shadow: 0 12px 24px rgba(12, 104, 255, 0.12);
}

.booking-calendar-date.is-selected {
  border-color: rgba(12, 104, 255, 0.34);
  background:
    radial-gradient(circle at top right, rgba(12, 104, 255, 0.18), transparent 48%),
    linear-gradient(180deg, rgba(12, 104, 255, 0.12), rgba(12, 104, 255, 0.05));
  box-shadow: 0 14px 30px rgba(12, 104, 255, 0.14);
}

.booking-calendar-date.is-unavailable {
  color: rgba(40, 47, 56, 0.5);
  background: rgba(248, 250, 252, 0.76);
  border-style: dashed;
}

.booking-calendar-date.is-busy-only {
  border-color: rgba(127, 138, 157, 0.3);
  background:
    linear-gradient(180deg, rgba(247, 249, 252, 0.94), rgba(242, 246, 250, 0.8));
}

.booking-calendar-date.is-today {
  position: relative;
}

.booking-calendar-date.is-today::after {
  content: "";
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: rgba(12, 104, 255, 0.84);
}

.booking-calendar-date--empty {
  visibility: hidden;
  pointer-events: none;
}

.booking-calendar-date__number {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.booking-calendar-date__meta {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.2;
}

.booking-calendar-date.is-selectable .booking-calendar-date__meta {
  color: var(--accent);
}

.booking-calendar-date.is-busy-only .booking-calendar-date__meta {
  color: var(--muted);
}

.booking-calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.booking-calendar-legend__item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.booking-calendar-legend__dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
  border: 1px solid transparent;
}

.booking-calendar-legend__dot--available {
  background: rgba(12, 104, 255, 0.16);
  border-color: rgba(12, 104, 255, 0.35);
}

.booking-calendar-legend__dot--requestable {
  background: rgba(127, 138, 157, 0.18);
  border-color: rgba(127, 138, 157, 0.34);
}

.booking-calendar-legend__dot--today {
  background: rgba(12, 104, 255, 0.84);
  border-color: rgba(12, 104, 255, 0.84);
}

.booking-year-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.booking-year-month {
  min-height: 7.5rem;
  border-radius: calc(var(--radius-sm) - 4px);
  border: 1px solid rgba(127, 138, 157, 0.16);
  background: rgba(255, 255, 255, 0.8);
  display: grid;
  align-content: space-between;
  gap: 0.4rem;
  padding: 0.85rem;
  color: var(--text);
  text-align: left;
}

.booking-year-month.is-selectable {
  appearance: none;
  cursor: pointer;
  font: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.booking-year-month.is-selectable:hover,
.booking-year-month.is-selectable:focus-visible {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(12, 104, 255, 0.28);
  box-shadow: 0 12px 24px rgba(12, 104, 255, 0.12);
}

.booking-year-month.is-current {
  border-color: rgba(12, 104, 255, 0.24);
}

.booking-year-month.is-unavailable {
  color: rgba(40, 47, 56, 0.5);
  background: rgba(248, 250, 252, 0.76);
  border-style: dashed;
}

.booking-year-month__eyebrow {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.booking-year-month__title {
  font-size: 0.98rem;
  line-height: 1.3;
}

.booking-year-month__meta {
  color: var(--muted);
  font-size: 0.82rem;
}

.booking-time-panel,
.booking-form-panel,
.booking-trust-list {
  display: grid;
  gap: 1rem;
}

.booking-time-panel__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.45rem 1rem;
}

.booking-time-panel__summary strong,
.booking-time-panel__summary span {
  margin: 0;
}

.booking-calendar,
.booking-sidebar,
.booking-preview {
  display: grid;
  gap: 1rem;
}

.booking-calendar {
  margin-bottom: 1.5rem;
}

.booking-calendar__intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.booking-calendar__heading {
  display: grid;
  gap: 0.45rem;
  max-width: 34rem;
}

.booking-calendar__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.9rem 1.2rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(12, 104, 255, 0.1);
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, rgba(12, 104, 255, 0.05), rgba(12, 104, 255, 0.02));
}

.booking-duration-picker {
  display: grid;
  gap: 0.35rem;
  min-width: min(100%, 220px);
}

.booking-duration-picker label {
  margin: 0;
}

.booking-note--compact {
  max-width: 20rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.booking-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.booking-calendar__navigator {
  display: grid;
  gap: 0.9rem;
}

.booking-filter-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.booking-filter-toolbar__label {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.booking-filter-chip {
  appearance: none;
  border: 1px solid rgba(12, 104, 255, 0.12);
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.booking-filter-chip:hover,
.booking-filter-chip:focus-visible {
  outline: none;
  transform: translateY(-1px);
  border-color: var(--accent);
}

.booking-filter-chip.is-active {
  background: rgba(12, 104, 255, 0.12);
  border-color: rgba(12, 104, 255, 0.26);
  color: var(--accent);
}

.booking-day-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(140px, 1fr);
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.2rem;
  scrollbar-width: thin;
}

.booking-day-chip {
  appearance: none;
  display: grid;
  gap: 0.25rem;
  min-width: 0;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(12, 104, 255, 0.12);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  font: inherit;
  text-align: left;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.booking-day-chip:hover,
.booking-day-chip:focus-visible {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(12, 104, 255, 0.28);
  box-shadow: 0 10px 24px rgba(12, 104, 255, 0.12);
}

.booking-day-chip.is-active {
  border-color: rgba(12, 104, 255, 0.28);
  background:
    radial-gradient(circle at top right, rgba(12, 104, 255, 0.14), transparent 52%),
    linear-gradient(180deg, rgba(12, 104, 255, 0.09), rgba(12, 104, 255, 0.03));
}

.booking-day-chip.is-muted {
  opacity: 0.7;
}

.booking-day-chip__title {
  font-weight: 700;
}

.booking-day-chip__meta {
  color: var(--muted);
  font-size: 0.84rem;
}

.booking-legend__item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.booking-calendar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.booking-calendar-actions .button.tertiary {
  border-color: var(--border);
  background: var(--surface-soft);
  color: var(--text);
}

.booking-calendar-actions .button.tertiary:hover,
.booking-calendar-actions .button.tertiary:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
}

.booking-legend__swatch {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 999px;
  border: 1px solid transparent;
}

.booking-legend__swatch--available {
  background: rgba(12, 104, 255, 0.18);
  border-color: rgba(12, 104, 255, 0.35);
}

.booking-legend__swatch--unavailable {
  background: rgba(127, 138, 157, 0.16);
  border-color: rgba(127, 138, 157, 0.32);
}

.booking-selected-slot {
  margin: 0;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(12, 104, 255, 0.18);
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, rgba(12, 104, 255, 0.12), rgba(12, 104, 255, 0.04));
  color: var(--text);
  font-weight: 600;
}

.booking-calendar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.booking-calendar-day {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid rgba(12, 104, 255, 0.14);
  border-radius: var(--radius-sm);
  background:
    radial-gradient(circle at top right, rgba(12, 104, 255, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(12, 104, 255, 0.05), rgba(12, 104, 255, 0.02));
}

.booking-calendar-day.is-unavailable {
  border-color: var(--border);
  background:
    radial-gradient(circle at top right, rgba(127, 138, 157, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(127, 138, 157, 0.08), rgba(127, 138, 157, 0.03));
}

.booking-calendar-day__header {
  display: grid;
  gap: 0.3rem;
}

.booking-calendar-day__header h3,
.booking-calendar-day__header p {
  margin: 0;
}

.booking-calendar-day__header p {
  color: var(--muted);
  font-size: 0.92rem;
}

.booking-slot-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.booking-slot-button {
  appearance: none;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  font: inherit;
  font-size: 0.94rem;
  line-height: 1.2;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.booking-slot-button.is-available {
  cursor: pointer;
  color: var(--text);
  background: rgba(12, 104, 255, 0.1);
  border-color: rgba(12, 104, 255, 0.24);
}

.booking-slot-button.is-available:hover,
.booking-slot-button.is-available:focus-visible {
  outline: none;
  transform: translateY(-1px);
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(12, 104, 255, 0.18);
}

.booking-slot-button.is-selected {
  color: var(--accent-contrast);
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 10px 24px rgba(12, 104, 255, 0.24);
}

.booking-slot-button.is-busy {
  cursor: pointer;
  color: var(--muted);
  background: rgba(127, 138, 157, 0.12);
  border-color: rgba(127, 138, 157, 0.2);
  opacity: 0.85;
}

.booking-slot-button.is-busy:hover,
.booking-slot-button.is-busy:focus-visible {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(127, 138, 157, 0.5);
  box-shadow: 0 0 0 2px rgba(127, 138, 157, 0.16);
}

.booking-day {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
}

.booking-day h3,
.booking-empty-state p,
.booking-note {
  margin: 0;
}

.booking-empty-state {
  display: grid;
  gap: 1rem;
}

.booking-empty-state--calendar {
  margin-top: 1.25rem;
}

.booking-request-summary {
  display: grid;
  gap: 1rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(12, 104, 255, 0.12);
  border-radius: var(--radius-sm);
  background:
    radial-gradient(circle at top right, rgba(12, 104, 255, 0.12), transparent 40%),
    linear-gradient(180deg, rgba(12, 104, 255, 0.05), rgba(12, 104, 255, 0.02));
}

.booking-request-summary__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem 1rem;
}

.booking-request-summary__header h3,
.booking-request-summary__header p {
  margin: 0;
}

.booking-request-summary__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 0.75rem;
}

.booking-request-summary__item {
  display: grid;
  gap: 0.25rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(12, 104, 255, 0.1);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.78);
}

.booking-request-summary__label {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.booking-postcode-field {
  display: grid;
  gap: 0.45rem;
}

.booking-intent-confirmation {
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(12, 104, 255, 0.14);
  border-radius: var(--radius-sm);
  background: rgba(12, 104, 255, 0.06);
}

.booking-confirmation-checkbox {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: start;
  margin: 0;
  font-weight: 600;
}

.booking-confirmation-checkbox input {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.15rem;
}

.booking-sidebar {
  align-content: start;
  gap: 1.15rem;
}

.booking-summary-card {
  gap: 1rem;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.booking-summary-card__header {
  display: grid;
  gap: 0.45rem;
}

.booking-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.booking-stat {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.3rem 0.8rem;
  align-items: center;
  min-height: 6.1rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(73, 150, 235, 0.2);
  border-radius: 0.8rem;
  background:
    radial-gradient(circle at top right, rgba(33, 168, 255, 0.1), transparent 42%),
    linear-gradient(180deg, rgba(11, 29, 49, 0.92), rgba(6, 18, 32, 0.94));
}

.booking-stat::before {
  content: "";
  grid-row: 1 / span 2;
  width: 2.55rem;
  height: 2.55rem;
  border: 1px solid rgba(156, 194, 244, 0.22);
  border-radius: 0.7rem;
  background:
    radial-gradient(circle at 50% 45%, rgba(33, 168, 255, 0.42), transparent 18%),
    linear-gradient(180deg, rgba(23, 52, 86, 0.9), rgba(10, 27, 48, 0.95));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.booking-stat--featured {
  grid-column: 1 / -1;
  grid-template-columns: 4.4rem 1fr;
  min-height: 11rem;
  padding: 1.25rem 1.35rem;
  border-color: rgba(33, 168, 255, 0.36);
  background:
    radial-gradient(circle at 94% 78%, rgba(33, 168, 255, 0.42), transparent 12%),
    radial-gradient(circle at top left, rgba(42, 119, 255, 0.4), transparent 34%),
    linear-gradient(135deg, rgba(12, 70, 153, 0.88), rgba(5, 24, 52, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 18px 44px rgba(0, 0, 0, 0.32);
}

.booking-stat--featured::before {
  width: 4rem;
  height: 4rem;
  border-color: rgba(33, 168, 255, 0.45);
  background:
    radial-gradient(circle at 50% 42%, rgba(33, 184, 255, 0.58), transparent 16%),
    linear-gradient(180deg, rgba(23, 89, 169, 0.8), rgba(8, 38, 82, 0.96));
}

.booking-stat__label {
  color: #b9c5d8;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.booking-stat__value {
  grid-column: 2;
  font-size: 1rem;
  line-height: 1.45;
}

.booking-stat__value--lead {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.15;
}

.booking-stat__value--count {
  font-size: clamp(1.7rem, 2.3vw, 2.15rem);
  line-height: 1;
}

.booking-stat__value--body {
  font-size: 1.08rem;
}

.booking-stat__value.is-empty {
  color: var(--muted);
}

.booking-stat__hint {
  grid-column: 2;
  justify-self: start;
  width: fit-content;
  padding: 0.22rem 0.6rem;
  border: 1px solid rgba(33, 168, 255, 0.28);
  border-radius: 999px;
  background: rgba(4, 17, 31, 0.4);
  color: #dce8ff;
  font-size: 0.9rem;
  font-weight: 700;
}

.booking-process-card,
.booking-status-card {
  padding: clamp(1rem, 2vw, 1.35rem);
  border-color: rgba(73, 150, 235, 0.2);
}

.booking-trust-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.booking-trust-list p {
  display: grid;
  gap: 0.25rem;
  margin: 0;
  padding: 0.85rem 0.75rem;
  border: 1px solid rgba(73, 150, 235, 0.18);
  border-radius: 0.75rem;
  background: rgba(6, 19, 34, 0.62);
  color: var(--muted);
  text-align: center;
}

.booking-trust-list strong {
  color: var(--text);
}

.booking-process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.booking-process-list li {
  position: relative;
  padding-left: 2.1rem;
  color: var(--muted);
}

.booking-process-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  background: rgba(12, 104, 255, 0.14);
  border: 1px solid rgba(12, 104, 255, 0.2);
  box-shadow: inset 0 0 0 4px rgba(12, 104, 255, 0.06);
}

.booking-process-list strong {
  color: var(--text);
}

.booking-process-note {
  margin: 0;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(12, 104, 255, 0.12);
  background: linear-gradient(180deg, rgba(12, 104, 255, 0.05), rgba(12, 104, 255, 0.02));
}

.booking-hero-pill {
  background: var(--booking-chip-bg);
  border-color: var(--booking-chip-border);
  box-shadow: var(--booking-chip-shadow);
}

.booking-overview-card,
.booking-step,
.booking-request-summary,
.booking-stat,
.booking-stat--featured,
.booking-calendar-month,
.booking-calendar-week,
.booking-calendar-year {
  background: var(--booking-panel-bg);
  border-color: var(--booking-panel-border);
  box-shadow: var(--booking-panel-shadow);
}

.booking-overview-card::after {
  background: radial-gradient(circle, rgba(123, 180, 255, 0.2), transparent 72%);
}

.booking-step-state,
.booking-selected-slot,
.booking-process-note {
  background: var(--booking-note-bg);
  border-color: var(--booking-note-border);
  color: var(--booking-step-state-text);
}

.booking-calendar-view-switch {
  background: var(--booking-switch-bg);
  border-color: var(--booking-switch-border);
}

.booking-calendar-nav__button {
  background: var(--booking-nav-button-bg);
  border-color: var(--booking-nav-button-border);
}

.booking-week-day,
.booking-calendar-date,
.booking-year-month {
  background: var(--booking-cell-bg);
  border-color: var(--booking-cell-border);
}

.booking-week-day.is-selected,
.booking-calendar-date.is-selected {
  background: var(--booking-cell-selected-bg);
  border-color: var(--booking-cell-selected-border);
  box-shadow: var(--booking-cell-selected-shadow);
}

.booking-week-day.is-unavailable,
.booking-calendar-date.is-unavailable,
.booking-year-month.is-unavailable {
  background: var(--booking-cell-unavailable-bg);
  border-color: var(--booking-cell-unavailable-border);
  color: var(--booking-cell-unavailable-text);
}

.booking-week-day.is-busy-only,
.booking-calendar-date.is-busy-only {
  background: var(--booking-cell-busy-bg);
  border-color: var(--booking-cell-busy-border);
}

.booking-request-summary__item {
  background: var(--booking-summary-item-bg);
  border-color: var(--booking-summary-item-border);
}

.booking-slot-button.is-available {
  background: var(--booking-slot-available-bg);
  border-color: var(--booking-slot-available-border);
}

.booking-slot-button.is-busy {
  background: var(--booking-slot-busy-bg);
  border-color: var(--booking-slot-busy-border);
}

.booking-admin-inline-form {
  margin: 0;
}

.booking-admin-status {
  border-left: 4px solid var(--accent);
}

.booking-admin-status--success {
  border-left-color: #0a7f36;
}

.booking-admin-status--error {
  border-left-color: #b42318;
}

.booking-admin-login-card,
.booking-admin-request-list {
  display: grid;
  gap: 1rem;
}

.booking-admin-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 600;
}

.booking-admin-checkbox input {
  width: auto;
  margin: 0;
}

#services,
#services-list,
#contact-prequal,
#contact-form,
#first-time-support-form,
#booking-request,
#booking-form {
  scroll-margin-top: 96px;
}

@media (min-width: 901px) {
  .booking-sidebar {
    position: sticky;
    top: 1rem;
    max-height: calc(100vh - 2rem);
    overflow: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
  }

  .booking-summary-card--sticky {
    position: static;
  }
}

@media (max-width: 700px) {
  .page-hero[aria-label="Booking"] .page-hero__inner {
    min-height: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .booking-hero-highlights {
    gap: 0.6rem;
  }

  .booking-hero-pill {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .booking-stat-grid {
    grid-template-columns: 1fr;
  }

  .booking-trust-list {
    grid-template-columns: 1fr;
  }

  .booking-request-summary__header {
    display: grid;
  }

  .booking-step__header {
    gap: 0.6rem;
  }

  .booking-step {
    grid-template-columns: 3.8rem minmax(0, 1fr);
    min-height: 0;
    padding: 1rem;
    gap: 0 0.85rem;
  }

  .booking-step::before {
    left: 2.85rem;
    top: 4.9rem;
  }

  .booking-step__header::before {
    left: 1rem;
    top: 1rem;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 0.8rem;
  }

  .booking-step__header::after {
    left: 1.95rem;
    top: 1.82rem;
    font-size: 1.25rem;
  }

  .booking-step__header h3 {
    font-size: 1.18rem;
  }

  .booking-step__header p {
    font-size: 0.95rem;
  }

  .booking-step__tools,
  .booking-duration-picker,
  .booking-note--compact {
    width: 100%;
    max-width: none;
  }

  .booking-calendar-toolbar {
    display: grid;
  }

  .booking-calendar-view-switch {
    width: 100%;
    justify-content: space-between;
  }

  .booking-calendar-view-switch__button {
    flex: 1 1 0;
    text-align: center;
  }

  .booking-time-panel__summary {
    display: grid;
  }

  .booking-calendar-actions .button {
    width: 100%;
    justify-content: center;
  }

  .booking-day-picker {
    grid-template-columns: 1fr;
  }

  .section--booking-overview {
    padding-top: 0.85rem;
  }

  .booking-calendar-nav {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .booking-calendar-nav__summary {
    grid-column: 1 / -1;
    order: -1;
  }

  .booking-calendar-nav__button {
    min-width: 0;
    width: 100%;
  }

  .booking-calendar-month {
    padding: 0.8rem;
  }

  .booking-calendar-week,
  .booking-calendar-year {
    padding: 0.8rem;
  }

  .booking-calendar-weekdays,
  .booking-calendar-days {
    gap: 0.35rem;
  }

  .booking-calendar-week-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-year-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-calendar-date {
    min-height: 4.25rem;
    padding: 0.55rem 0.35rem;
  }

  .booking-week-day,
  .booking-year-month {
    min-height: 6rem;
    padding: 0.65rem 0.55rem;
  }

  .booking-calendar-date__number {
    font-size: 0.94rem;
  }

  .booking-calendar-date__meta {
    font-size: 0.68rem;
  }
}

@media (max-width: 520px) {
  .booking-calendar-month {
    padding: 0.7rem 0.55rem;
  }

  .booking-calendar-weekdays {
    font-size: 0.72rem;
  }

  .booking-calendar-date {
    min-height: 3.7rem;
    gap: 0.2rem;
    padding: 0.45rem 0.2rem;
    border-radius: 0.7rem;
  }

  .booking-calendar-week-grid,
  .booking-year-grid {
    grid-template-columns: 1fr;
  }

  .booking-week-day,
  .booking-year-month {
    min-height: 0;
    border-radius: 0.7rem;
  }

  .booking-calendar-date__number {
    font-size: 0.88rem;
    text-align: center;
  }

  .booking-calendar-date__meta {
    font-size: 0.62rem;
    text-align: center;
  }

  .booking-week-day__title,
  .booking-year-month__title {
    font-size: 0.92rem;
  }

  .booking-week-day__meta,
  .booking-year-month__meta {
    font-size: 0.72rem;
  }
}

.site-logo__wordmark {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  line-height: 1;
}

.site-logo__mark {
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.site-logo__formal {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-logo img {
  flex-shrink: 0;
}

.hero-badge {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
}

.hero-home .hero-lead {
  font-size: clamp(1.02rem, 1.8vw, 1.18rem);
  margin: 0 auto;
  max-width: 48rem;
}

.page-home .hero-home h1,
.page-home .section-title {
  text-wrap: balance;
}

.page-home .hero-home .hero-content {
  max-width: 720px;
}

.page-home .hero-proof,
.page-home .section-lead,
.page-home .section-note {
  max-width: 44rem;
}

.page-home .brand-panel {
  max-width: 980px;
  margin-inline: auto;
}

.brand-panel {
  gap: clamp(0.8rem, 1.8vw, 1.2rem);
}

.section-note,
.trust-note {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0;
  max-width: var(--text-measure);
}

.trust-section {
  padding: 60px 20px;
  background: #0f172a;
  color: #fff;
}

.trust-section h2 {
  text-align: center;
  margin-bottom: 10px;
}

.trust-intro {
  text-align: center;
  margin-bottom: 40px;
  color: #cbd5f5;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.trust-card {
  background: #1e293b;
  padding: 25px;
  border-radius: 10px;
  transition: transform 0.2s ease;
}

.trust-card:hover {
  transform: translateY(-5px);
}

.trust-card h3 {
  margin-bottom: 10px;
}

.trust-card ul {
  margin: 15px 0;
  padding-left: 18px;
}

.trust-card a {
  color: #38bdf8;
  text-decoration: none;
  font-weight: bold;
}

@media (max-width: 1280px) {
  .page-home {
    --section-space: clamp(1.95rem, 3vw, 2.6rem);
    --hero-size: clamp(220px, 28vh, 285px);
    --hero-pad: clamp(34px, 4.8vw, 46px);
  }

  .page-home .hero-home .hero-content {
    max-width: 680px;
    padding: clamp(0.95rem, 1.6vw, 1.2rem);
  }

  .page-home .hero-home h1 {
    font-size: clamp(1.95rem, 2.7vw, 2.45rem);
    max-width: 12ch;
    margin-inline: auto;
  }

  .page-home .hero-home .hero-lead {
    font-size: clamp(0.98rem, 1.35vw, 1.08rem);
    max-width: 42rem;
  }

  .page-home .hero-proof {
    font-size: 0.95rem;
    max-width: 42rem;
  }
}

@media (max-width: 1180px) {
  .page-home .section {
    padding-block: clamp(1.8rem, 2.9vw, 2.35rem);
  }

  .page-home .grid-3,
  .page-home .trust-grid,
  .page-home .job-context-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .trust-card,
  .page-home .job-context-card,
  .page-home .card {
    padding: clamp(0.95rem, 1.5vw, 1.1rem);
  }
}

@media (max-width: 900px) {
  .page-home .hero-home {
    padding-inline: 18px;
  }

  .page-home .hero-home .hero-content {
    max-width: 620px;
    padding: 0.95rem;
  }

  .page-home .hero-actions .button,
  .page-home .based-actions .button,
  .page-home .contact-actions .button {
    width: auto;
    flex: 1 1 180px;
  }

  .page-home .trust-grid,
  .page-home .job-context-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) and (min-width: 701px) {
  .page-home .hero-actions,
  .page-home .contact-actions,
  .page-home .based-actions {
    flex-direction: row;
    align-items: center;
  }

  .page-home .grid-3,
  .page-home .trust-grid,
  .page-home .job-context-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .page-home .hero-actions .button,
  .page-home .based-actions .button,
  .page-home .contact-actions .button {
    width: 100%;
    flex-basis: auto;
  }
}

@media (max-height: 760px) and (min-width: 901px) {
  .page-home {
    --hero-size: clamp(205px, 24vh, 250px);
    --hero-pad: clamp(28px, 4vw, 38px);
    --section-space: clamp(1.75rem, 2.6vw, 2.25rem);
  }

  .page-home .hero-home .hero-content {
    padding: 0.95rem 1rem;
  }

  .page-home .hero-home h1 {
    font-size: clamp(1.82rem, 2.35vw, 2.2rem);
  }

  .page-home .hero-home .hero-lead {
    font-size: 0.98rem;
  }
}

.pricing-anchors {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: var(--space-sm);
}

.pricing-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(12, 104, 255, 0.08);
  border-radius: calc(var(--radius) + 0.05rem);
  background: var(--surface);
  box-shadow: var(--shadow-soft-light);
}

.pricing-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.pricing-table th,
.pricing-table td {
  padding: 1rem;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}

.pricing-table th {
  color: var(--text);
  background: var(--surface-soft);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.pricing-table tr:last-child td {
  border-bottom: 0;
}

.pricing-table td:nth-child(2) {
  color: var(--accent);
  font-weight: 700;
  white-space: nowrap;
}

html[data-theme="dark"] .pricing-table-wrap {
  border-color: rgba(123, 180, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), var(--surface);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) .pricing-table-wrap {
    border-color: rgba(123, 180, 255, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), var(--surface);
  }
}

.pricing-footnotes {
  display: grid;
  gap: 0.45rem;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.pricing-footnotes p {
  margin: 0;
}

@media (max-width: 760px) {
  .pricing-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .pricing-table {
    min-width: 0;
  }

  .pricing-table,
  .pricing-table tbody,
  .pricing-table tr,
  .pricing-table td {
    display: block;
    width: 100%;
  }

  .pricing-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .pricing-table tr {
    margin-bottom: 0.9rem;
    border: 1px solid rgba(12, 104, 255, 0.08);
    border-radius: calc(var(--radius) + 0.05rem);
    background: var(--surface);
    box-shadow: var(--shadow-soft-light);
  }

  .pricing-table tr:last-child {
    margin-bottom: 0;
  }

  .pricing-table td {
    display: grid;
    gap: 0.25rem;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid var(--border);
    white-space: normal;
  }

  .pricing-table td::before {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
  }

  .pricing-table td:nth-child(1)::before {
    content: "Service";
  }

  .pricing-table td:nth-child(2)::before {
    content: "Starting price";
  }

  .pricing-table td:nth-child(3)::before {
    content: "Best fit";
  }

  .pricing-table td:last-child {
    border-bottom: 0;
  }
}

.support-price-panel {
  display: grid;
  gap: var(--space-md);
}

.support-price-grid {
  display: grid;
  gap: clamp(0.85rem, 1.5vw, 1.05rem);
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.support-price-card {
  display: grid;
  gap: 0.55rem;
  align-content: start;
}

.support-price-card .badge {
  width: fit-content;
}

.support-price-value {
  margin: 0;
  color: var(--accent);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.support-price-meta {
  margin: 0;
  color: var(--muted);
}

.job-context-grid {
  display: grid;
  gap: clamp(0.85rem, 1.5vw, 1.05rem);
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.job-context-card {
  display: grid;
  gap: 0.7rem;
  align-content: start;
  padding: clamp(1rem, 1.8vw, 1.2rem);
  border: 1px solid rgba(12, 104, 255, 0.08);
  border-radius: calc(var(--radius) + 0.05rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.08)), var(--surface);
  box-shadow: var(--shadow-soft-light);
}

.job-context-card__eyebrow {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.job-context-card p,
.job-context-card ul {
  margin: 0;
}

html[data-theme="dark"] .job-context-card {
  border-color: rgba(123, 180, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), var(--surface);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) .job-context-card {
    border-color: rgba(123, 180, 255, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), var(--surface);
  }
}

.pricing-note {
  margin-top: 20px;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.5;
  max-width: 700px;
}

.footer-privacy p + p {
  margin-top: 0.45rem;
}

@media (max-width: 700px) {
  .pricing-anchors {
    flex-direction: column;
    align-items: stretch;
  }

  .pricing-anchors .button {
    justify-content: center;
  }

  .site-logo__formal {
    font-size: 0.54rem;
  }

  .site-logo__mark {
    font-size: 0.98rem;
  }
}

/* Admin Navigation Menubar */
.admin-nav-section {
  background: #fafbfc;
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 0 !important;
}

.admin-nav {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.admin-nav-link {
  padding: 8px 16px;
  text-decoration: none;
  color: #64748b;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.admin-nav-link:hover {
  color: #0066cc;
  background: #f1f5f9;
}

.admin-nav-link.active {
  color: #0066cc;
  border-bottom-color: #0066cc;
  background: white;
}

html[data-theme="dark"] .admin-nav-section {
  background: rgba(15, 23, 42, 0.5);
  border-bottom-color: rgba(123, 180, 255, 0.15);
}

html[data-theme="dark"] .admin-nav-link {
  color: #cbd5e1;
}

html[data-theme="dark"] .admin-nav-link:hover {
  color: #7bb4ff;
  background: rgba(123, 180, 255, 0.08);
}

html[data-theme="dark"] .admin-nav-link.active {
  color: #7bb4ff;
  background: rgba(123, 180, 255, 0.12);
}

/* Booking page overhaul */
body.page-booking {
  --booking-page-text: #1b1d22;
  --booking-page-muted: #4f5966;
  --booking-page-border: #d7dce5;
  --booking-page-soft-border: rgba(12, 104, 255, 0.14);
  --booking-page-accent: #0c68ff;
  --booking-page-accent-contrast: #ffffff;
  --booking-page-bg:
    radial-gradient(circle at 8% 0%, rgba(12, 104, 255, 0.08), transparent 30%),
    radial-gradient(circle at 94% 8%, rgba(47, 122, 92, 0.1), transparent 28%),
    linear-gradient(180deg, #f7f9fc 0%, #eef3f9 100%);
  --booking-card-bg: rgba(255, 255, 255, 0.94);
  --booking-card-strong-bg: #ffffff;
  --booking-soft-bg: #f4f7fb;
  --booking-note-bg-new: linear-gradient(180deg, rgba(12, 104, 255, 0.055), rgba(12, 104, 255, 0.025));
  --booking-note-border-new: rgba(12, 104, 255, 0.16);
  --booking-panel-shadow-new: 0 18px 42px rgba(15, 23, 42, 0.08);
  --booking-field-bg: #ffffff;
  --booking-field-text: #1b1d22;
  --booking-cell-muted-text: rgba(79, 89, 102, 0.62);
  --booking-featured-bg: linear-gradient(180deg, rgba(12, 104, 255, 0.08), rgba(12, 104, 255, 0.025)), #ffffff;
  --booking-featured-border: rgba(12, 104, 255, 0.22);
  --booking-featured-text: #1b1d22;
  --booking-featured-label: #0c68ff;
  --booking-featured-hint-bg: rgba(12, 104, 255, 0.08);
  --booking-featured-hint-border: rgba(12, 104, 255, 0.16);
}

html[data-theme="dark"] body.page-booking {
  --booking-page-text: #f1f4f8;
  --booking-page-muted: #a7b0bd;
  --booking-page-border: #2a2f38;
  --booking-page-soft-border: rgba(123, 180, 255, 0.18);
  --booking-page-accent: #7bb4ff;
  --booking-page-accent-contrast: #0c111a;
  --booking-page-bg:
    radial-gradient(circle at 8% 0%, rgba(123, 180, 255, 0.1), transparent 30%),
    radial-gradient(circle at 94% 8%, rgba(107, 192, 164, 0.08), transparent 28%),
    linear-gradient(180deg, #111720 0%, #0f1115 100%);
  --booking-card-bg: rgba(23, 26, 32, 0.94);
  --booking-card-strong-bg: #171a20;
  --booking-soft-bg: #1d222b;
  --booking-note-bg-new: linear-gradient(180deg, rgba(123, 180, 255, 0.09), rgba(123, 180, 255, 0.035));
  --booking-note-border-new: rgba(123, 180, 255, 0.18);
  --booking-panel-shadow-new: 0 18px 42px rgba(0, 0, 0, 0.28);
  --booking-field-bg: #10151d;
  --booking-field-text: #f1f4f8;
  --booking-cell-muted-text: rgba(167, 176, 189, 0.5);
  --booking-featured-bg: linear-gradient(180deg, rgba(123, 180, 255, 0.12), rgba(123, 180, 255, 0.035)), #171a20;
  --booking-featured-border: rgba(123, 180, 255, 0.22);
  --booking-featured-text: #f1f4f8;
  --booking-featured-label: #7bb4ff;
  --booking-featured-hint-bg: rgba(123, 180, 255, 0.1);
  --booking-featured-hint-border: rgba(123, 180, 255, 0.18);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) body.page-booking {
    --booking-page-text: #f1f4f8;
    --booking-page-muted: #a7b0bd;
    --booking-page-border: #2a2f38;
    --booking-page-soft-border: rgba(123, 180, 255, 0.18);
    --booking-page-accent: #7bb4ff;
    --booking-page-accent-contrast: #0c111a;
    --booking-page-bg:
      radial-gradient(circle at 8% 0%, rgba(123, 180, 255, 0.1), transparent 30%),
      radial-gradient(circle at 94% 8%, rgba(107, 192, 164, 0.08), transparent 28%),
      linear-gradient(180deg, #111720 0%, #0f1115 100%);
    --booking-card-bg: rgba(23, 26, 32, 0.94);
    --booking-card-strong-bg: #171a20;
    --booking-soft-bg: #1d222b;
    --booking-note-bg-new: linear-gradient(180deg, rgba(123, 180, 255, 0.09), rgba(123, 180, 255, 0.035));
    --booking-note-border-new: rgba(123, 180, 255, 0.18);
    --booking-panel-shadow-new: 0 18px 42px rgba(0, 0, 0, 0.28);
    --booking-field-bg: #10151d;
    --booking-field-text: #f1f4f8;
    --booking-cell-muted-text: rgba(167, 176, 189, 0.5);
    --booking-featured-bg: linear-gradient(180deg, rgba(123, 180, 255, 0.12), rgba(123, 180, 255, 0.035)), #171a20;
    --booking-featured-border: rgba(123, 180, 255, 0.22);
    --booking-featured-text: #f1f4f8;
    --booking-featured-label: #7bb4ff;
    --booking-featured-hint-bg: rgba(123, 180, 255, 0.1);
    --booking-featured-hint-border: rgba(123, 180, 255, 0.18);
  }
}

.page-hero--booking,
.page-hero[aria-label="Booking"] {
  background-image: url("/assets/images/nighttime-city.png");
  background-position: 50% 42%;
  background-size: cover;
}

.page-hero--booking .page-hero__inner,
.page-hero[aria-label="Booking"] .page-hero__inner {
  min-height: clamp(255px, 34vh, 350px);
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(246, 248, 252, 0.76), rgba(246, 248, 252, 0.38)),
    linear-gradient(180deg, rgba(4, 8, 14, 0.18), rgba(4, 8, 14, 0.08));
}

html[data-theme="dark"] .page-hero--booking .page-hero__inner,
html[data-theme="dark"] .page-hero[aria-label="Booking"] .page-hero__inner {
  background:
    linear-gradient(90deg, rgba(5, 9, 17, 0.72), rgba(5, 9, 17, 0.48)),
    linear-gradient(180deg, rgba(5, 9, 17, 0.3), rgba(5, 9, 17, 0.18));
}

.page-hero--booking .page-hero__content,
.page-hero[aria-label="Booking"] .page-hero__content {
  max-width: 760px;
}

#booking-request {
  overflow-x: hidden;
  margin-top: 0;
  padding-block: clamp(2rem, 4vw, 3.6rem);
  background: var(--booking-page-bg);
  color: var(--booking-page-text);
  --text: var(--booking-page-text);
  --muted: var(--booking-page-muted);
  --surface: var(--booking-card-bg);
  --surface-soft: var(--booking-soft-bg);
  --border: var(--booking-page-border);
  --accent: var(--booking-page-accent);
  --accent-contrast: var(--booking-page-accent-contrast);
  --booking-panel-bg: var(--booking-card-bg);
  --booking-panel-border: var(--booking-page-soft-border);
  --booking-panel-shadow: var(--booking-panel-shadow-new);
  --booking-note-bg: var(--booking-note-bg-new);
  --booking-note-border: var(--booking-note-border-new);
  --booking-step-state-text: var(--booking-page-muted);
  --booking-switch-bg: var(--booking-soft-bg);
  --booking-switch-border: var(--booking-page-soft-border);
  --booking-nav-button-bg: var(--booking-card-strong-bg);
  --booking-nav-button-border: var(--booking-page-soft-border);
  --booking-cell-bg: var(--booking-card-strong-bg);
  --booking-cell-border: var(--booking-page-soft-border);
  --booking-cell-selected-bg: linear-gradient(180deg, rgba(12, 104, 255, 0.12), rgba(12, 104, 255, 0.04));
  --booking-cell-selected-border: rgba(12, 104, 255, 0.32);
  --booking-cell-selected-shadow: 0 12px 24px rgba(12, 104, 255, 0.12);
  --booking-cell-unavailable-bg: var(--booking-soft-bg);
  --booking-cell-unavailable-border: var(--booking-page-border);
  --booking-cell-unavailable-text: var(--booking-cell-muted-text);
  --booking-cell-busy-bg: linear-gradient(180deg, rgba(127, 138, 157, 0.12), rgba(127, 138, 157, 0.06));
  --booking-cell-busy-border: rgba(127, 138, 157, 0.26);
  --booking-summary-item-bg: var(--booking-card-strong-bg);
  --booking-summary-item-border: var(--booking-page-soft-border);
  --booking-slot-available-bg: rgba(12, 104, 255, 0.1);
  --booking-slot-available-border: rgba(12, 104, 255, 0.24);
  --booking-slot-busy-bg: rgba(127, 138, 157, 0.12);
  --booking-slot-busy-border: rgba(127, 138, 157, 0.24);
}

#booking-request .container {
  width: min(100% - clamp(1.25rem, 4vw, 2.5rem), 1180px);
}

#booking-request *,
#booking-request *::before,
#booking-request *::after {
  min-width: 0;
}

#booking-request .card,
#booking-request .booking-step,
#booking-request .booking-calendar-week,
#booking-request .booking-calendar-month,
#booking-request .booking-calendar-year,
#booking-request .booking-request-summary,
#booking-request .booking-stat,
#booking-request .booking-stat--featured {
  border-color: var(--booking-page-soft-border);
  background: var(--booking-card-bg);
  color: var(--booking-page-text);
  box-shadow: var(--booking-panel-shadow-new);
}

#booking-request .section-title,
#booking-request h2,
#booking-request h3,
#booking-request strong,
#booking-request label {
  color: var(--booking-page-text);
}

#booking-request .section-lead,
#booking-request .section-subhead,
#booking-request .booking-note,
#booking-request .form-help,
#booking-request .booking-field-help {
  color: var(--booking-page-muted);
}

#booking-request .button {
  white-space: normal;
  text-align: center;
}

#booking-request input[type="text"],
#booking-request input[type="email"],
#booking-request input[type="tel"],
#booking-request select,
#booking-request textarea,
#booking-request .booking-duration-picker select {
  background: var(--booking-field-bg);
  color: var(--booking-field-text);
  border-color: var(--booking-page-border);
}

#booking-request #booking-form input[type="text"],
#booking-request #booking-form input[type="email"],
#booking-request #booking-form input[type="tel"],
#booking-request #booking-form select,
#booking-request .booking-duration-picker select,
#booking-request #booking-form textarea {
  color: var(--booking-field-text);
  background-color: var(--booking-field-bg);
  border-color: var(--booking-page-border);
  box-shadow: none;
}

#booking-request select option,
#booking-request .booking-duration-picker select option,
#booking-request #booking-form select option {
  background: var(--booking-card-strong-bg);
  color: var(--booking-page-text);
}

.booking-flow-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: clamp(1rem, 2.4vw, 1.6rem);
  align-items: start;
}

.booking-flow-layout > *,
.booking-request-card,
.booking-sidebar,
.booking-flow-card {
  min-width: 0;
}

.booking-request-card,
.booking-summary-card,
.booking-process-card {
  border-radius: 14px;
}

.booking-request-card::before {
  background: linear-gradient(90deg, var(--booking-page-accent), rgba(47, 122, 92, 0.48));
}

.booking-flow-card {
  gap: clamp(1rem, 2vw, 1.35rem);
}

.booking-flow-steps {
  gap: 1rem;
}

.booking-step {
  grid-template-columns: 1fr;
  min-height: 0;
  overflow: visible;
  gap: 0;
  padding: clamp(1rem, 2vw, 1.35rem);
  border-radius: 14px;
}

.booking-step::before,
.booking-step__header::before,
.booking-step__header::after {
  display: none;
}

.booking-step__header {
  grid-column: 1;
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.booking-step__header > div {
  min-width: 0;
}

.booking-step__header h3 {
  font-size: clamp(1.14rem, 1.65vw, 1.42rem);
  line-height: 1.18;
}

.booking-step__header p {
  font-size: 0.96rem;
  max-width: 66ch;
}

.booking-step__count {
  flex: 0 0 auto;
  margin: 0.1rem 0 0;
  border-color: var(--booking-page-soft-border);
  background: var(--booking-soft-bg);
  color: var(--booking-page-accent);
  box-shadow: none;
}

.booking-step.is-disabled,
.booking-step.is-complete,
.booking-step.is-active {
  box-shadow: var(--booking-panel-shadow-new);
}

.booking-step__tools,
.booking-calendar-toolbar,
.booking-calendar-shell,
.booking-time-panel,
.booking-form-panel {
  grid-column: 1;
  width: 100%;
}

.booking-step__tools {
  margin-top: 0.95rem;
  align-items: flex-start;
}

.booking-step-state,
.booking-selected-slot,
.booking-process-note,
.booking-intent-confirmation {
  background: var(--booking-note-bg-new);
  border-color: var(--booking-note-border-new);
  color: var(--booking-page-muted);
}

.booking-calendar-toolbar {
  align-items: flex-start;
}

.booking-calendar-view-switch,
.booking-calendar-nav__button,
.booking-week-day,
.booking-calendar-date,
.booking-year-month,
.booking-request-summary__item,
.booking-trust-list p {
  background: var(--booking-card-strong-bg);
  border-color: var(--booking-page-soft-border);
  color: var(--booking-page-text);
}

.booking-calendar-view-switch__button {
  color: var(--booking-page-muted);
}

.booking-calendar-view-switch__button:hover,
.booking-calendar-view-switch__button:focus-visible {
  color: var(--booking-page-text);
}

.booking-calendar-view-switch__button.is-active {
  background: var(--booking-page-accent);
  color: var(--booking-page-accent-contrast);
}

.booking-calendar-nav {
  align-items: stretch;
}

.booking-calendar-nav__button {
  min-width: 8.5rem;
  font-weight: 700;
}

.booking-calendar-nav__summary {
  align-self: center;
}

.booking-week-day.is-selected,
.booking-calendar-date.is-selected {
  background: var(--booking-cell-selected-bg);
  border-color: var(--booking-cell-selected-border);
  box-shadow: var(--booking-cell-selected-shadow);
}

.booking-week-day.is-unavailable,
.booking-calendar-date.is-unavailable,
.booking-year-month.is-unavailable {
  background: var(--booking-cell-unavailable-bg);
  border-color: var(--booking-cell-unavailable-border);
  color: var(--booking-cell-unavailable-text);
}

.booking-week-day.is-busy-only,
.booking-calendar-date.is-busy-only {
  background: var(--booking-cell-busy-bg);
  border-color: var(--booking-cell-busy-border);
}

.booking-request-summary__grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.booking-stat-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.booking-stat,
.booking-stat--featured {
  grid-template-columns: 1fr;
  min-height: 0;
  padding: 1rem;
}

.booking-stat::before,
.booking-stat--featured::before {
  display: none;
}

.booking-stat--featured {
  grid-column: 1 / -1;
  background: var(--booking-featured-bg);
  color: var(--booking-featured-text);
}

#booking-request .booking-stat--featured {
  border-color: var(--booking-featured-border);
  background: var(--booking-featured-bg);
  color: var(--booking-featured-text);
}

.booking-stat__label,
.booking-stat__value,
.booking-stat__hint {
  grid-column: 1;
}

.booking-stat__label {
  color: var(--booking-page-muted);
}

.booking-stat--featured .booking-stat__label,
.booking-stat--featured .booking-stat__value,
.booking-stat--featured .booking-stat__hint {
  color: var(--booking-featured-text);
}

.booking-stat--featured .booking-stat__label {
  color: var(--booking-featured-label);
}

.booking-stat__value {
  overflow-wrap: anywhere;
}

.booking-stat__value--lead {
  font-size: clamp(1.3rem, 2vw, 1.75rem);
}

.booking-stat__hint {
  justify-self: start;
  max-width: 100%;
  background: var(--booking-featured-hint-bg);
  border-color: var(--booking-featured-hint-border);
}

.booking-trust-list {
  grid-template-columns: 1fr;
}

.booking-trust-list p {
  box-shadow: none;
  text-align: left;
}

@media (min-width: 1121px) {
  .booking-sidebar {
    position: sticky;
    top: 1rem;
    max-height: none;
    overflow: visible;
    overscroll-behavior: auto;
    scrollbar-gutter: auto;
  }
}

@media (max-width: 1120px) {
  .booking-flow-layout {
    grid-template-columns: 1fr;
  }

  .booking-sidebar {
    position: static;
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 900px) {
  .page-booking .page-hero__content {
    max-width: 640px;
  }

  #booking-request {
    padding-block: 1.5rem 2.4rem;
  }

  .booking-calendar-week-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .booking-calendar-nav {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .booking-calendar-nav__summary {
    grid-column: 1 / -1;
    order: -1;
  }
}

@media (max-width: 700px) {
  .page-hero--booking .page-hero__inner,
  .page-hero[aria-label="Booking"] .page-hero__inner {
    min-height: 0;
    padding-block: 28px;
  }

  .booking-request-card,
  .booking-summary-card,
  .booking-process-card {
    padding: clamp(1rem, 5vw, 1.2rem);
  }

  .booking-step {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .booking-step__header {
    display: grid;
    gap: 0.45rem;
  }

  .booking-step__tools {
    display: grid;
    gap: 0.75rem;
  }

  .booking-duration-picker,
  .booking-note--compact,
  .booking-calendar-view-switch,
  .booking-calendar-actions .button {
    width: 100%;
    max-width: none;
  }

  .booking-calendar-view-switch__button {
    min-width: 0;
    flex: 1 1 0;
  }

  .booking-calendar-week-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-stat-grid,
  .booking-request-summary__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  #booking-request .container {
    width: min(100% - 1rem, 1180px);
  }

  .booking-calendar-week-grid,
  .booking-year-grid {
    grid-template-columns: 1fr;
  }

  .booking-calendar-nav {
    gap: 0.6rem;
  }

  .booking-calendar-nav__button {
    min-width: 0;
    width: 100%;
  }
}

.contact-widget {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: calc(max(18px, env(safe-area-inset-bottom)) + var(--consent-offset, 0px));
  z-index: 80;
  display: grid;
  justify-items: end;
  gap: 0.75rem;
  font-family: var(--font-sans);
}

.hero-actions,
.cta-row,
.contact-actions {
  flex-wrap: wrap;
}

.contact-widget__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 58px;
  padding: 0.75rem 1rem 0.75rem 0.75rem;
  border: 0;
  border-radius: 999px;
  background: #1f8f4d;
  color: #ffffff;
  box-shadow: 0 16px 35px rgba(5, 9, 17, 0.24);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.contact-widget__toggle:hover,
.contact-widget__toggle:focus-visible {
  background: #187a40;
  text-decoration: none;
}

.contact-widget__toggle-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 1.35rem;
  line-height: 1;
}

.contact-widget__toggle-icon svg {
  display: block;
  fill: currentColor;
}

.contact-widget__toggle-text {
  white-space: nowrap;
}

.contact-widget__panel {
  position: relative;
  width: min(340px, calc(100vw - 2rem));
  padding: 0.85rem;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface);
  color: var(--text);
  box-shadow: 0 18px 55px rgba(5, 9, 17, 0.24);
}

.contact-widget__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  cursor: pointer;
}

.contact-widget__close:hover,
.contact-widget__close:focus-visible {
  color: var(--text);
  background: var(--surface-soft);
}

.contact-widget__close svg {
  display: block;
  fill: currentColor;
}

.contact-widget__heading {
  display: grid;
  gap: 0.15rem;
  padding: 0.35rem 2.65rem 0.3rem 0.35rem;
}

.contact-widget__heading strong {
  font-size: 1rem;
}

.contact-widget__heading span {
  color: var(--muted);
  font-size: 0.9rem;
}

.contact-widget__note {
  margin: 0 0 0.45rem;
  padding: 0 0.35rem 0.5rem;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

.contact-widget__action {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 12px;
  color: var(--text);
  text-decoration: none;
}

.contact-widget__action:hover,
.contact-widget__action:focus-visible {
  background: var(--surface-soft);
  text-decoration: none;
}

.contact-widget__action-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(31, 143, 77, 0.12);
  color: #1f8f4d;
}

.contact-widget__action-icon svg {
  display: block;
  fill: currentColor;
}

.contact-widget__action-text {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}

.contact-widget__action-text strong {
  font-size: 0.95rem;
  line-height: 1.2;
}

.contact-widget__action-text span {
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.25;
}

@media (max-width: 520px) {
  .contact-widget {
    right: 12px;
    bottom: calc(12px + var(--consent-offset, 0px));
  }

  .contact-widget__toggle {
    min-height: 54px;
    padding: 0.6rem;
  }

  .contact-widget__toggle-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}

/* 2026 conversion, accessibility and content-system pass */
:root {
  --accent: #0757d8;
  --nav-focus: #0757d8;
  --control-border: #737e8e;
}

html[data-theme="dark"] {
  --nav-focus: #9bc8ff;
  --control-border: #697789;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --nav-focus: #9bc8ff;
    --control-border: #697789;
  }
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--nav-focus);
  outline-offset: 3px;
}

input,
select,
textarea {
  border-color: var(--control-border);
}

.footer-links a,
.footer-links button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.section--compact {
  padding-block: clamp(1rem, 2vw, 1.5rem);
}

.section--soft {
  background: var(--surface-soft);
  border-block: 1px solid var(--border);
}

.eyebrow {
  margin: 0 0 0.35rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section > .container.trust-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem 1.15rem;
  color: var(--muted);
  font-size: 0.92rem;
}

@media (min-width: 701px) {
  .site-footer {
    padding-block: 2rem;
  }

  .site-footer .footer-links {
    gap: 0.2rem;
  }

  .site-footer .footer-links a {
    min-height: 34px;
    align-items: center;
  }
}

.trust-strip > * {
  position: relative;
  margin: 0;
}

.trust-strip > * + *::before {
  content: "";
  position: absolute;
  left: -0.65rem;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--control-border);
  transform: translateY(-50%);
}

.route-card,
.problem-card,
.pricing-choice,
.final-cta {
  height: 100%;
}

.route-card {
  display: grid;
  align-content: start;
  gap: 0.75rem;
}

.route-card > *,
.problem-card > *,
.pricing-choice > * {
  margin-block: 0;
}

.route-card .button {
  width: fit-content;
  margin-top: auto;
}

.problem-grid,
.pricing-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.8rem, 1.5vw, 1.1rem);
}

.problem-card {
  padding: clamp(1rem, 1.6vw, 1.25rem);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft-light);
}

.problem-card h3 {
  font-size: 1.05rem;
}

.problem-card p {
  color: var(--muted);
}

.section > .container > .steps--cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.8rem, 1.5vw, 1.1rem);
  width: 100%;
  max-width: none;
  padding: 0;
  list-style: none;
  counter-reset: support-step;
}

.steps--cards li {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.35rem;
  min-height: 0;
  padding: 1rem 1rem 1rem 3.45rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  counter-increment: support-step;
}

.steps--cards li::before {
  content: counter(support-step);
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--accent);
  color: var(--accent-contrast);
  font-weight: 700;
}

.steps--cards strong {
  display: block;
  line-height: 1.3;
}

.steps--cards li > span {
  color: var(--muted);
  line-height: 1.5;
}

.page-home #how-support-works {
  padding-block: clamp(1.5rem, 2.5vw, 2rem);
}

.pricing-choice {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.pricing-value {
  margin: 0;
  color: var(--accent);
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.founder-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(1.5rem, 4vw, 3.5rem);
}

.founder-panel__copy {
  display: grid;
  gap: 0.6rem;
  max-width: 820px;
}

.founder-panel__copy > * {
  margin: 0;
}

.founder-panel > .button {
  justify-self: end;
  white-space: nowrap;
}

.final-cta {
  display: grid;
  gap: 0.65rem;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border: 2px solid var(--accent);
  background: linear-gradient(135deg, rgba(7, 87, 216, 0.1), transparent 70%), var(--surface);
}

.final-cta > * {
  margin-block: 0;
}

.header-call {
  display: grid;
  gap: 0;
  min-width: 142px;
  min-height: 44px;
  padding: 0.45rem 0.7rem;
  border: 1px solid var(--accent);
  border-radius: var(--radius-sm);
  color: var(--text);
  font-size: 0.78rem;
  line-height: 1.2;
  text-decoration: none;
}

.header-call strong {
  color: var(--accent);
  font-size: 0.92rem;
}

.header-call:hover,
.header-call:focus-visible {
  background: var(--surface-soft);
  text-decoration: none;
}

.site-footer a[href^="tel:"] {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
}

.mobile-conversion-bar {
  display: none;
}

.contact-widget__toggle {
  background: #187a40;
}

.contact-widget__action-icon {
  background: rgba(24, 122, 64, 0.12);
  color: #187a40;
}

html[data-theme="dark"] .contact-widget__action-icon {
  color: #79d89c;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) .contact-widget__action-icon {
    color: #79d89c;
  }
}

@media (max-width: 1320px) and (min-width: 901px) {
  .header-call span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .header-call {
    min-width: auto;
    padding-inline: 0.55rem;
  }
}

@media (max-width: 900px) {
  .header-call {
    display: none;
  }

  .mobile-nav > a,
  .mobile-dropdown__toggle,
  .mobile-dropdown__menu a,
  .mobile-actions .button,
  .theme-toggle button {
    min-height: 44px;
  }

  .problem-grid,
  .pricing-choice-grid,
  .steps--cards {
    grid-template-columns: 1fr;
  }

  .section > .container > .steps--cards {
    grid-template-columns: 1fr;
  }

  .mobile-conversion-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 78;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    min-height: 68px;
    padding: 0.55rem max(0.7rem, env(safe-area-inset-right)) max(0.55rem, env(safe-area-inset-bottom)) max(0.7rem, env(safe-area-inset-left));
    border-top: 1px solid var(--control-border);
    background: var(--surface);
    box-shadow: 0 -10px 26px rgba(5, 9, 17, 0.16);
  }

  .mobile-conversion-bar a {
    display: grid;
    place-content: center;
    min-height: 48px;
    padding: 0.4rem 0.65rem;
    text-align: center;
    text-decoration: none;
  }

  .mobile-conversion-bar__call {
    border-radius: var(--radius-sm) 0 0 var(--radius-sm);
    background: var(--accent);
    color: var(--accent-contrast);
  }

  .mobile-conversion-bar__call span {
    font-size: 0.78rem;
  }

  .mobile-conversion-bar__message {
    border: 1px solid var(--accent);
    border-left: 0;
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    color: var(--accent);
    font-weight: 700;
  }

  body.has-mobile-conversion-bar .site-footer {
    padding-bottom: calc(3.2rem + 72px + env(safe-area-inset-bottom));
  }

  .contact-widget {
    bottom: calc(82px + var(--consent-offset, 0px) + env(safe-area-inset-bottom));
  }

  .consent-banner {
    bottom: calc(68px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 700px) {
  .section > .container.trust-strip {
    display: grid;
    justify-content: stretch;
    gap: 0.35rem;
  }

  .trust-strip > * {
    min-height: 36px;
    display: flex;
    align-items: center;
  }

  .trust-strip > * + *::before {
    display: none;
  }

  .founder-panel {
    grid-template-columns: 1fr;
  }

  .founder-panel > .button {
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* 2026 WITS support-console homepage and comparison-led pricing pass */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Pricing console shared headings */
.pricing-offer__topline,
.rate-board__topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1rem;
}

.rate-board__topline > div > span,
.rate-examples span,
.pricing-offer__topline > span:last-child {
  color: #82d8ff;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rate-board__key {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  min-height: 30px;
  padding: 0.28rem 0.65rem;
  border: 1px solid rgba(118, 227, 180, 0.25);
  border-radius: 999px;
  background: rgba(31, 145, 105, 0.13);
  color: #b5f6da;
  font-size: 0.76rem;
  font-weight: 600;
}

.rate-board__key > span {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: #76e3b4;
  box-shadow: 0 0 0 4px rgba(118, 227, 180, 0.12);
}

/* Pricing: comparison first, detail second */
.page-pricing .pricing-jump-wrap {
  padding-block: 0;
  border: 0;
  background: #071321;
}

.page-pricing .pricing-jump-wrap > .container {
  display: block;
}

.pricing-jump {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.72rem 0;
}

.pricing-jump > span {
  margin-right: 0.35rem;
  color: #7ed8ff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pricing-jump a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(122, 193, 235, 0.16);
  border-radius: 999px;
  color: #d9ebf9;
  font-size: 0.8rem;
  font-weight: 600;
}

.pricing-jump a:hover,
.pricing-jump a:focus-visible {
  border-color: rgba(126, 216, 255, 0.5);
  background: rgba(28, 115, 166, 0.16);
  color: #ffffff;
  text-decoration: none;
}

.pricing-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.pricing-facts > div {
  display: grid;
  align-content: start;
  gap: 0.12rem;
  min-height: 112px;
  padding: 0.9rem;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: var(--shadow-soft-light);
}

.pricing-facts span {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pricing-facts strong {
  color: var(--text);
  font-size: 1rem;
}

.pricing-facts small {
  color: var(--muted);
  font-size: 0.77rem;
  line-height: 1.4;
}

.rate-board {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(89, 194, 255, 0.28);
  border-radius: 22px;
  background:
    radial-gradient(circle at 98% 0, rgba(86, 221, 177, 0.14), transparent 26%),
    radial-gradient(circle at 0 0, rgba(39, 168, 241, 0.16), transparent 30%),
    #071321;
  box-shadow: 0 26px 68px rgba(4, 18, 36, 0.24);
  color: #f4f8ff;
}

.rate-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(104, 194, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 194, 255, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}

.rate-board__topline {
  position: relative;
  z-index: 1;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid rgba(111, 181, 226, 0.16);
}

.rate-board__topline > div {
  display: grid;
  gap: 0.12rem;
}

.rate-board__topline > div > strong {
  color: #f4f8ff;
  font-size: 0.9rem;
}

.rate-table-wrap {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.rate-table {
  width: 100%;
  min-width: 940px;
  border: 0;
  border-collapse: collapse;
  background: transparent;
  color: #f4f8ff;
}

.rate-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.rate-table th,
.rate-table td {
  padding: 1rem;
  border: 0;
  border-bottom: 1px solid rgba(111, 181, 226, 0.14);
  vertical-align: middle;
  text-align: left;
}

.rate-table thead th {
  color: #8ecde9;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rate-table tbody tr:last-child > * {
  border-bottom: 0;
}

.rate-table tbody tr {
  transition: background-color 0.18s ease;
}

.rate-table tbody tr:hover {
  background: rgba(35, 102, 145, 0.1);
}

.rate-table tbody tr.is-featured {
  background: linear-gradient(90deg, rgba(20, 116, 181, 0.2), rgba(38, 153, 180, 0.1));
  box-shadow: inset 3px 0 0 #46c4f4;
}

.rate-table tbody th {
  width: 22%;
}

.rate-table tbody th strong,
.rate-table tbody th small,
.rate-table td > span {
  display: block;
}

.rate-table tbody th strong {
  margin-top: 0.45rem;
  color: #f4f8ff;
  font-size: 1rem;
}

.rate-table tbody th small,
.rate-table td > span {
  color: #aebfd2;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
}

.rate-table td {
  color: #c7d5e3;
  font-size: 0.84rem;
  line-height: 1.45;
}

.rate-table td > strong {
  color: #ffffff;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
}

.rate-table .badge {
  border-color: rgba(110, 205, 247, 0.22);
  background: rgba(26, 125, 181, 0.16);
  color: #a9e3ff;
}

.rate-table .button {
  min-width: 156px;
  min-height: 44px;
  justify-content: center;
  text-align: center;
}

.rate-table .button.secondary {
  border-color: rgba(159, 205, 235, 0.24);
  background: rgba(11, 31, 51, 0.8);
  color: #eaf5ff;
}

.rate-examples {
  display: grid;
  grid-template-columns: minmax(210px, 1.45fr) repeat(3, minmax(150px, 0.72fr));
  gap: 0.7rem;
  padding: 0.8rem;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: var(--shadow-soft-light);
}

.rate-examples > div {
  display: grid;
  align-content: center;
  gap: 0.14rem;
  min-height: 84px;
  padding: 0.7rem 0.8rem;
  border-radius: 12px;
  background: var(--surface-soft);
}

.rate-examples__intro {
  background: transparent !important;
}

.rate-examples__intro small {
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.35;
}

.rate-examples strong {
  color: var(--text);
  font-size: 1.3rem;
}

.rate-examples__intro strong {
  font-size: 1rem;
}

.pricing-offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.pricing-offer {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
  min-height: 100%;
  padding: clamp(1.25rem, 2.5vw, 1.8rem);
  overflow: hidden;
  border: 1px solid rgba(109, 194, 239, 0.25);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(84, 213, 173, 0.14), transparent 31%),
    linear-gradient(145deg, #0b223a, #071522 68%);
  box-shadow: 0 22px 52px rgba(5, 25, 47, 0.2);
  color: #eff7ff;
}

.pricing-offer--block {
  background:
    radial-gradient(circle at 0 0, rgba(61, 182, 231, 0.17), transparent 35%),
    linear-gradient(145deg, #102c3d, #081923 70%);
}

.pricing-offer h3,
.pricing-offer p {
  margin: 0;
  color: inherit;
}

.pricing-offer h3 {
  max-width: 24ch;
  font-size: clamp(1.3rem, 2.3vw, 1.75rem);
}

.pricing-offer__topline > span:last-child {
  color: #9fb5c8;
}

.pricing-offer .badge {
  border-color: rgba(118, 227, 180, 0.24);
  background: rgba(41, 152, 111, 0.14);
  color: #aef0d2;
}

.pricing-offer__price {
  color: #ffffff !important;
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
}

.pricing-offer__price > span {
  color: #a9bfd2;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pricing-offer__summary {
  max-width: 58ch;
  color: #b8c9d8 !important;
}

.pricing-offer__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.pricing-offer__columns > div {
  padding: 0.9rem;
  border: 1px solid rgba(124, 188, 226, 0.14);
  border-radius: 13px;
  background: rgba(10, 32, 52, 0.58);
}

.pricing-offer__columns strong {
  color: #82d8ff;
  font-size: 0.76rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.pricing-offer__columns ul,
.pricing-offer__checks {
  display: grid;
  gap: 0.45rem;
  margin: 0.55rem 0 0;
  padding: 0;
  list-style: none;
}

.pricing-offer__columns li,
.pricing-offer__checks li {
  position: relative;
  padding-left: 1.15rem;
  color: #c7d5e3;
  font-size: 0.82rem;
  line-height: 1.45;
}

.pricing-offer__columns li::before,
.pricing-offer__checks li::before {
  content: "";
  position: absolute;
  top: 0.56em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #6fdab0;
  box-shadow: 0 0 0 3px rgba(111, 218, 176, 0.1);
}

.pricing-offer__split-price {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.pricing-offer__split-price p {
  display: grid;
  gap: 0.1rem;
  padding: 0.8rem;
  border: 1px solid rgba(113, 199, 239, 0.17);
  border-radius: 13px;
  background: rgba(10, 33, 50, 0.62);
}

.pricing-offer__split-price span {
  color: #9bb3c7;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-offer__split-price strong {
  color: #ffffff;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.pricing-offer > .button {
  width: fit-content;
  margin-top: auto;
}

.pricing-offer .button.secondary {
  border-color: rgba(172, 215, 241, 0.24);
  background: rgba(9, 31, 49, 0.82);
  color: #f0f8ff;
}

.pricing-scope-callout {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr) auto;
  align-items: center;
  gap: 1rem 1.5rem;
  padding: 1.15rem 1.3rem;
  border: 1px solid var(--border);
  border-radius: 17px;
  background: var(--surface);
  box-shadow: var(--shadow-soft-light);
}

.pricing-scope-callout h3,
.pricing-scope-callout p,
.pricing-scope-callout .eyebrow {
  margin: 0;
}

.booking-attachment-field {
  display: grid;
  gap: 0.45rem;
}

#booking-request #booking-form input[type="file"] {
  width: 100%;
  min-height: 3.1rem;
  padding: 0.45rem;
  font: inherit;
  color: var(--booking-field-text);
  background: var(--booking-field-bg);
  border: 1px solid var(--booking-page-border);
  border-radius: var(--radius-sm);
  cursor: pointer;
}

#booking-request #booking-form input[type="file"]:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

#booking-request #booking-form input[type="file"]::file-selector-button {
  margin-right: 0.75rem;
  padding: 0.55rem 0.75rem;
  border: 0;
  border-radius: calc(var(--radius-sm) - 2px);
  background: var(--accent);
  color: #ffffff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

#booking-request #booking-form input[type="file"]::file-selector-button:hover {
  filter: brightness(1.08);
  margin: 0;
}

.pricing-scope-callout p {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.billing-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  width: 100%;
  max-width: none !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

.billing-route::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 1.75rem;
  right: 12%;
  left: 12%;
  height: 2px;
  background: linear-gradient(90deg, #168fee, #29bada, #5fd4a8);
  opacity: 0.45;
}

.billing-route li {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.12rem 0.7rem;
  min-height: 112px;
  padding: 0.9rem;
  border: 1px solid var(--border);
  border-radius: 15px;
  background: var(--surface);
  box-shadow: var(--shadow-soft-light);
}

.billing-route li > span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 11px;
  background: linear-gradient(135deg, #0878ef, #26b8d9);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 700;
}

.billing-route strong {
  color: var(--text);
  font-size: 0.92rem;
}

.billing-route small {
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.4;
}

.pricing-terms-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.pricing-term-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.6rem;
  min-height: 100%;
  padding: 1.15rem 1.15rem 1.15rem 3.7rem;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 17px;
  background: var(--surface);
  box-shadow: var(--shadow-soft-light);
}

.pricing-term-card::after {
  content: "";
  position: absolute;
  inset: auto -3rem -4rem auto;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(28, 164, 218, 0.08), transparent 70%);
  pointer-events: none;
}

.pricing-term-card__number {
  position: absolute;
  top: 1.15rem;
  left: 1.15rem;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(7, 87, 216, 0.18);
  border-radius: 9px;
  background: rgba(7, 87, 216, 0.08);
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 700;
}

.pricing-term-card h3,
.pricing-term-card ul {
  position: relative;
  z-index: 1;
  margin-block: 0;
}

.page-pricing .pricing-footnotes {
  max-width: 78ch;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--accent);
  background: var(--surface-soft);
}

@media (max-width: 1100px) {
  .page-home .home-hero {
    min-height: auto;
  }

  .page-home .home-hero__layout {
    grid-template-columns: 1fr;
    width: min(100%, 860px);
  }

  .page-home .home-hero .home-hero__copy {
    max-width: none;
  }

  .pricing-facts,
  .rate-examples {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rate-examples__intro {
    grid-column: 1 / -1;
  }

  .pricing-scope-callout {
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  }

  .pricing-scope-callout .button {
    grid-column: 1 / -1;
    width: fit-content;
  }
}

@media (max-width: 800px) {
  .page-home .home-hero {
    padding: 2rem 1rem;
  }

  .page-home .home-hero .home-hero__copy h1 {
    max-width: 15ch;
    font-size: clamp(2.15rem, 8.5vw, 3.4rem);
  }

  .page-home #how-support-works .steps--cards::before,
  .billing-route::before {
    display: none;
  }

  .pricing-offer-grid,
  .billing-route,
  .pricing-terms-grid {
    grid-template-columns: 1fr;
  }

  .pricing-scope-callout {
    grid-template-columns: 1fr;
  }

  .pricing-scope-callout .button {
    grid-column: auto;
  }

  .rate-table {
    min-width: 0;
  }

  .rate-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .rate-table,
  .rate-table tbody,
  .rate-table tr,
  .rate-table th,
  .rate-table td {
    display: block;
    width: 100%;
  }

  .rate-table tbody {
    display: grid;
    gap: 0.85rem;
    padding: 0.85rem;
  }

  .rate-table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(111, 181, 226, 0.18);
    border-radius: 15px;
    background: rgba(8, 29, 49, 0.72);
  }

  .rate-table tbody tr.is-featured {
    box-shadow: inset 0 3px 0 #46c4f4;
  }

  .rate-table tbody th,
  .rate-table tbody td {
    padding: 0.85rem;
    border-bottom: 1px solid rgba(111, 181, 226, 0.12);
  }

  .rate-table tbody th,
  .rate-table tbody td[data-label="Best fit"],
  .rate-table tbody td:last-child {
    grid-column: 1 / -1;
  }

  .rate-table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 0.15rem;
    color: #82c9e9;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .rate-table tbody td:last-child {
    border-bottom: 0;
  }

  .rate-table .button {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .page-home .home-hero {
    padding-inline: 0.75rem;
  }

  .page-home .home-hero__layout {
    gap: 0.85rem;
  }

  .page-home .home-hero .home-hero__copy,
  .support-console {
    padding: 1rem;
    border-radius: 17px;
  }

  .page-home .home-hero .home-hero__copy h1 {
    font-size: clamp(2rem, 10.5vw, 2.75rem);
  }

  .support-console__capabilities,
  .support-console__availability,
  .pricing-facts,
  .rate-examples,
  .pricing-offer__columns,
  .pricing-offer__split-price {
    grid-template-columns: 1fr;
  }

  .support-console__route {
    grid-template-columns: 1fr;
  }

  .support-console__route li:not(:last-child)::after {
    right: auto;
    top: auto;
    bottom: -0.52rem;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }

  .page-home .problem-card {
    min-height: 0;
  }

  .pricing-jump {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-inline: 0.1rem;
    scrollbar-width: thin;
  }

  .pricing-jump > * {
    flex: 0 0 auto;
  }

  .rate-examples__intro {
    grid-column: auto;
  }

  .pricing-offer > .button,
  .pricing-scope-callout .button {
    width: 100%;
  }

  .pricing-term-card {
    padding-right: 1rem;
  }
}

@media (max-width: 380px) {
  .page-home .home-hero {
    padding-inline: 0.45rem;
  }

  .page-home .home-hero .home-hero__copy,
  .support-console {
    border-radius: 14px;
  }

  .page-home .home-hero .home-hero__copy h1 {
    font-size: 1.92rem;
  }

  .support-console__node {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 0.7rem;
  }

  .rate-table tbody tr {
    grid-template-columns: 1fr;
  }

  .rate-table tbody td {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .support-console::after {
    display: none;
    animation: none !important;
  }

  .page-home .problem-card,
  .rate-table tbody tr {
    transition: none;
  }
}

@media (forced-colors: active) {
  .support-console,
  .rate-board,
  .pricing-offer,
  .page-home #how-support-works,
  .page-home .home-hero .home-hero__copy {
    border: 2px solid CanvasText;
    background: Canvas;
    color: CanvasText;
    box-shadow: none;
  }

  .support-console::before,
  .support-console::after,
  .support-console__grid,
  .rate-board::before,
  .page-home .problem-card::before,
  .pricing-term-card::after,
  .billing-route::before,
  .page-home #how-support-works .steps--cards::before {
    display: none;
  }

  .support-console *,
  .rate-board *,
  .pricing-offer *,
  .page-home #how-support-works *,
  .page-home .home-hero .home-hero__copy * {
    color: CanvasText;
    forced-color-adjust: auto;
  }

  .support-console__status > span,
  .rate-board__key > span,
  .pricing-offer__columns li::before,
  .pricing-offer__checks li::before {
    background: Highlight;
  }
}

/* Keep the pricing redesign within the established public-site theme. */
.page-pricing .page-shell {
  width: 100%;
  min-width: 0;
  max-width: 100vw;
  overflow-x: hidden;
}

.page-pricing .page-hero__content,
.page-pricing .page-hero__content > * {
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 700px) {
  .page-pricing .page-hero__inner {
    padding-inline: 12px;
  }

  .page-pricing .page-hero__content {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    padding-inline: 0.85rem;
    margin-inline: auto;
  }

  .page-pricing .page-hero h1 {
    font-size: clamp(1.72rem, 8vw, 2.05rem);
    overflow-wrap: break-word;
    text-wrap: pretty;
  }
}

.page-pricing .pricing-jump-wrap {
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}

.page-pricing .pricing-jump > span {
  color: var(--accent);
}

.page-pricing .pricing-jump a {
  border-color: var(--border);
  background: var(--surface-soft);
  color: var(--text);
}

.page-pricing .pricing-jump a:hover,
.page-pricing .pricing-jump a:focus-visible {
  border-color: var(--accent);
  background: var(--surface);
  color: var(--accent);
}

.page-pricing .rate-board {
  border-color: var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  color: var(--text);
}

.page-pricing .rate-board::before {
  display: none;
}

.page-pricing .rate-board__topline {
  border-bottom-color: var(--border);
  background: var(--surface-soft);
}

.page-pricing .rate-board__topline > div > span,
.page-pricing .rate-examples span,
.page-pricing .pricing-offer__topline > span:last-child {
  color: var(--accent);
}

.page-pricing .rate-board__topline > div > strong {
  color: var(--text);
}

.page-pricing .rate-board__key {
  border-color: var(--border);
  background: var(--surface);
  color: var(--muted);
}

.page-pricing .rate-board__key > span {
  background: var(--accent-secondary);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent-secondary) 13%, transparent);
}

.page-pricing .rate-table {
  color: var(--text);
}

.page-pricing .rate-table th,
.page-pricing .rate-table td {
  border-bottom-color: var(--border);
}

.page-pricing .rate-table thead th {
  color: var(--muted);
}

.page-pricing .rate-table tbody tr:hover {
  background: color-mix(in srgb, var(--accent) 4%, transparent);
}

.page-pricing .rate-table tbody tr.is-featured {
  background: color-mix(in srgb, var(--accent) 7%, var(--surface));
  box-shadow: inset 3px 0 0 var(--accent);
}

.page-pricing .rate-table tbody th strong,
.page-pricing .rate-table td > strong {
  color: var(--text);
}

.page-pricing .rate-table tbody th small,
.page-pricing .rate-table td,
.page-pricing .rate-table td > span {
  color: var(--muted);
}

.page-pricing .rate-table .badge {
  border-color: var(--border);
  background: var(--surface-soft);
  color: var(--accent);
}

.page-pricing .rate-table .button.secondary {
  border-color: var(--border);
  background: var(--surface-soft);
  color: var(--text);
}

.page-pricing .pricing-offer {
  border-color: var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-soft-light);
  color: var(--text);
}

.page-pricing .pricing-offer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--accent);
}

.page-pricing .pricing-offer--block::before {
  background: var(--accent-secondary);
}

.page-pricing .pricing-offer--managed {
  grid-column: 1 / -1;
}

.page-pricing .pricing-offer--managed::before {
  background: linear-gradient(90deg, var(--accent), var(--accent-secondary));
}

.page-pricing .pricing-offer__quote {
  display: inline-flex;
  width: fit-content;
  margin: 0.35rem 0 1rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface-soft);
  color: var(--text);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 750;
}

.page-pricing .pricing-offer h3,
.page-pricing .pricing-offer p,
.page-pricing .pricing-offer__price,
.page-pricing .pricing-offer__split-price strong {
  color: var(--text) !important;
}

.page-pricing .pricing-offer__summary,
.page-pricing .pricing-offer__columns li,
.page-pricing .pricing-offer__checks li {
  color: var(--muted) !important;
}

.page-pricing .pricing-offer__price > span,
.page-pricing .pricing-offer__split-price span {
  color: var(--muted);
}

.page-pricing .pricing-offer .badge {
  border-color: var(--border);
  background: var(--surface-soft);
  color: var(--accent);
}

.page-pricing .pricing-offer__columns > div,
.page-pricing .pricing-offer__split-price p {
  border-color: var(--border);
  background: var(--surface-soft);
}

.page-pricing .pricing-offer__columns strong {
  color: var(--accent);
}

.page-pricing .pricing-offer__columns li::before,
.page-pricing .pricing-offer__checks li::before {
  background: var(--accent-secondary);
  box-shadow: none;
}

.page-pricing .pricing-offer .button.secondary {
  border-color: var(--border);
  background: var(--surface-soft);
  color: var(--text);
}

@media (max-width: 800px) {
  .page-pricing .pricing-offer--managed {
    grid-column: auto;
  }

  .page-pricing .pricing-term-card::after {
    display: none;
  }

  .page-pricing .rate-table tbody th,
  .page-pricing .rate-table tbody td {
    width: 100%;
  }

  .page-pricing .rate-table tbody tr {
    border-color: var(--border);
    background: var(--surface-soft);
  }

  .page-pricing .rate-table tbody tr.is-featured {
    box-shadow: inset 0 3px 0 var(--accent);
  }

  .page-pricing .rate-table tbody th,
  .page-pricing .rate-table tbody td {
    border-bottom-color: var(--border);
  }

  .page-pricing .rate-table tbody td::before {
    color: var(--accent);
  }
}

/* Managed-security comparison tiles: visual interest within the established site theme. */
.page-service-cyber .eset-tier-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.page-service-cyber .eset-tier-card {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 0;
  padding: clamp(1.15rem, 2vw, 1.55rem);
  overflow: hidden;
  border: 1px solid var(--border);
  border-top: 4px solid var(--accent);
  border-radius: 20px;
  background: var(--surface);
  box-shadow: var(--shadow-soft-light);
}

.page-service-cyber .eset-tier-card:nth-last-child(-n + 2) {
  grid-column: span 3;
}

.page-service-cyber .eset-tier-card::after {
  content: "";
  position: absolute;
  width: 7rem;
  height: 7rem;
  top: -4.5rem;
  right: -3.5rem;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent) 10%, transparent);
  pointer-events: none;
}

.page-service-cyber .eset-tier-card.is-featured {
  border-top-color: var(--accent-secondary);
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent-secondary) 6%, var(--surface)), var(--surface) 42%);
}

.page-service-cyber .eset-tier-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.8rem;
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-service-cyber .eset-tier-card__topline span:last-child {
  padding: 0.3rem 0.55rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface-soft);
  letter-spacing: 0.04em;
}

.page-service-cyber .eset-tier-card h3 {
  margin: 0 0 0.75rem;
  color: var(--text);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.page-service-cyber .eset-tier-card__fit,
.page-service-cyber .eset-tier-card .icon-bullet,
.page-service-cyber .eset-tier-card__note {
  color: var(--muted);
}

.page-service-cyber .eset-tier-card__fit {
  min-height: 4.4em;
}

.page-service-cyber .eset-tier-card__sell {
  margin: auto 0 0;
  padding: 0.85rem 0.95rem;
  border-left: 3px solid var(--accent-secondary);
  border-radius: 0 12px 12px 0;
  background: var(--surface-soft);
  color: var(--text);
}

.page-service-cyber .eset-tier-card__note {
  margin: 0.8rem 0 0;
  font-size: 0.9rem;
}

.page-service-cyber .eset-specialist-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.page-service-cyber .eset-specialist-options > div {
  min-width: 0;
  padding: clamp(1.1rem, 2vw, 1.4rem);
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--surface-soft);
}

.page-service-cyber .eset-specialist-options h3 {
  margin-top: 0;
}

.page-service-cyber .eset-specialist-options p {
  margin-bottom: 0;
  color: var(--muted);
}

@media (max-width: 1020px) {
  .page-service-cyber .eset-tier-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-service-cyber .eset-tier-card,
  .page-service-cyber .eset-tier-card:nth-last-child(-n + 2) {
    grid-column: auto;
  }

  .page-service-cyber .eset-tier-card.is-featured {
    grid-column: 1 / -1;
  }

  .page-service-cyber .eset-tier-card__fit {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .page-service-cyber .eset-tier-grid,
  .page-service-cyber .eset-specialist-options {
    grid-template-columns: 1fr;
  }

  .page-service-cyber .eset-tier-card.is-featured {
    grid-column: auto;
  }
}

@media (forced-colors: active) {
  .page-service-cyber .eset-tier-card,
  .page-service-cyber .eset-specialist-options > div {
    border: 2px solid CanvasText;
    background: Canvas;
    color: CanvasText;
    box-shadow: none;
  }

  .page-service-cyber .eset-tier-card::after {
    display: none;
  }
}

/* Fixed-price printer support: clear comparison without changing the site theme. */
.page-pricing .printer-rate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.page-pricing .printer-rate-card {
  position: relative;
  min-width: 0;
  padding: clamp(1.1rem, 2vw, 1.45rem);
  overflow: hidden;
  border: 1px solid var(--border);
  border-top: 4px solid var(--accent);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: var(--shadow-soft-light);
}

.page-pricing .printer-rate-card:nth-child(2) {
  border-top-color: var(--accent-secondary);
}

.page-pricing .printer-rate-card h3 {
  margin: 0.75rem 0 1rem;
  color: var(--text);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.page-pricing .printer-rate-card__prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.page-pricing .printer-rate-card__prices p {
  display: grid;
  gap: 0.18rem;
  margin: 0;
  padding: 0.75rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface-soft);
}

.page-pricing .printer-rate-card__prices span,
.page-pricing .managed-device-rates span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-pricing .printer-rate-card__prices strong {
  color: var(--accent);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1;
}

.page-pricing .printer-scope-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.page-pricing .printer-scope-strip p {
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface-soft);
  color: var(--muted);
}

.page-pricing .printer-scope-strip strong {
  color: var(--text);
}

.page-pricing .managed-device-rates {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.page-pricing .managed-device-rates p {
  display: grid;
  gap: 0.2rem;
  margin: 0;
  padding: 0.8rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface-soft);
}

.page-pricing .managed-device-rates strong {
  color: var(--text);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.page-service-printer .support-price-panel {
  position: relative;
  overflow: hidden;
}

.page-service-printer .support-price-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--accent-secondary));
}

.page-service-printer .support-price-card {
  border-top: 3px solid color-mix(in srgb, var(--accent) 72%, var(--border));
}

.page-service-printer .support-price-card:nth-child(2) {
  border-top-color: var(--accent-secondary);
}

.page-service-printer .job-context-card h3 {
  margin: 0;
}

@media (max-width: 820px) {
  .page-pricing .printer-rate-grid,
  .page-pricing .managed-device-rates {
    grid-template-columns: 1fr;
  }

  .page-pricing .printer-scope-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .page-pricing .printer-rate-card__prices {
    grid-template-columns: 1fr;
  }
}

@media (forced-colors: active) {
  .page-pricing .printer-rate-card,
  .page-pricing .printer-scope-strip p,
  .page-pricing .managed-device-rates p,
  .page-service-printer .support-price-panel {
    border: 2px solid CanvasText;
    background: Canvas;
    color: CanvasText;
    box-shadow: none;
  }

  .page-service-printer .support-price-panel::before {
    display: none;
  }
}
/* Pricing theme cascade safeguard */
.pricing-jump-wrap {
  border-bottom-color: var(--border) !important;
  background: var(--surface) !important;
}

.pricing-jump > span { color: var(--accent) !important; }

.pricing-jump a {
  border-color: var(--border) !important;
  background: var(--surface-soft) !important;
  color: var(--text) !important;
}

.rate-board {
  border-color: var(--border) !important;
  background: var(--surface) !important;
  box-shadow: var(--shadow-soft) !important;
  color: var(--text) !important;
}

.rate-board::before { display: none !important; }

.rate-board__topline {
  border-bottom-color: var(--border) !important;
  background: var(--surface-soft) !important;
}

.rate-board__topline > div > span { color: var(--accent) !important; }

.rate-board__topline > div > strong,
.rate-table tbody th strong,
.rate-table td > strong { color: var(--text) !important; }

.rate-board__key,
.rate-table .button.secondary {
  border-color: var(--border) !important;
  background: var(--surface) !important;
  color: var(--muted) !important;
}

.rate-table { color: var(--text) !important; }

.rate-table th,
.rate-table td { border-bottom-color: var(--border) !important; }

.rate-table thead th,
.rate-table tbody th small,
.rate-table tbody td,
.rate-table tbody td > span { color: var(--muted) !important; }
