/* Inline style block 1 from court-selection.html */
h2 {
  font-weight: 700;
}

:root {
  --brand-navy: #123a59;
  --brand-blue: #004985;
  --brand-blue-2: #017bb6;
  --brand-red: #ff4e4e;
  --brand-light: #eff9ff;
  --footer-blue: #d9ebf4;
  --ink: #101820;
  --muted: #606975;
  --line: #d9e4ec;
  --success: #2d9a47;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.container-xxl {
  max-width: 1440px;
}


.court-hero {
  --media-top: clamp(55px, 5.35vw, 110px);
  --seal-size: clamp(92px, 6.4vw, 118px);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 46.2%) minmax(0, 53.8%);
  height: 570px;
  max-height: 570px;
  background: #eaf8ff;
}

.court-hero-copy {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  padding: 36px 40px 32px max(16px, calc((100vw - 1360px) / 2));
}

.hero-content {
  width: min(100%, 555px);
}

.hero-content h1 {
  margin: 0 0 14px;
  color: #020202;
  font-size: clamp(31px, 2.55vw, 38px);
  line-height: 1.15;
  font-weight: 800;
}

.hero-content p {
  max-width: 540px;
  margin: 0 0 22px;
  color: #020202;
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.28;
}

.hero-form {
  display: grid;
  width: min(100%, 366px);
  gap: 12px;
}

.hero-field {
  position: relative;
}

.hero-field select {
  width: 100%;
  min-height: 48px;
  padding: 0 52px 0 26px;
  border: 1px solid #c7cfd6;
  border-radius: 13px;
  appearance: none;
  background: #fff;
  color: #080808;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(18, 58, 89, 0.03);
}

.hero-field i {
  position: absolute;
  top: 50%;
  right: 38px;
  color: #020202;
  font-size: 17px;
  pointer-events: none;
  transform: translateY(-50%);
}

.hero-actions {
  margin-top: 20px;
}

.primary-button,
.red-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.red-button {
  width: min(100%, 366px);
  min-height: 48px;
  background: var(--brand-red);
  font-size: 21px;
}

.primary-button {
  min-width: 155px;
  background: var(--brand-navy);
}

.primary-button:hover,
.primary-button:focus,
.red-button:hover,
.red-button:focus {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(18, 58, 89, 0.18);
}

.red-button:hover,
.red-button:focus {
  background: #e14444;
}

.primary-button:hover,
.primary-button:focus {
  background: #092a43;
}

.hero-secondary-link {
  color: var(--brand-blue);
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.court-hero-media {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  align-self: stretch;
  min-height: 0;
  overflow: hidden;
}

.court-hero-media img {
  position: absolute;
  inset: var(--media-top) 0 0 0;
  width: 100%;
  height: calc(100% - var(--media-top));
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: clamp(12px, 1.17vw, 24px);
}

.trust-strip {
  background: linear-gradient(90deg, #004985 0%, #123a59 48%, #17232d 100%);
  color: #fff;
}

.trust-strip .container-xxl {
  display: grid;
  grid-template-columns: auto auto minmax(78px, 118px) auto minmax(78px, 118px) auto;
  align-items: center;
  justify-content: center;
  column-gap: clamp(18px, 2.1vw, 46px);
  max-width: 1680px;
  min-height: clamp(62px, 6vw, 124px);
  margin: 0 auto;
  padding-left: clamp(26px, 3vw, 58px);
  padding-right: clamp(26px, 3vw, 58px);
}

.trust-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(14px, 1.08vw, 24px);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.trust-item:first-child {
  font-weight: 800;
}

.step-arrow {
  position: relative;
  height: 2px;
  min-width: clamp(56px, 5.6vw, 118px);
  background: rgba(255, 255, 255, 0.86);
}

.step-arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: clamp(13px, 1.2vw, 25px);
  height: clamp(13px, 1.2vw, 25px);
  border-top: 2px solid rgba(255, 255, 255, 0.86);
  border-right: 2px solid rgba(255, 255, 255, 0.86);
  transform: translateY(-50%) rotate(45deg);
}

.court-directory {
  position: relative;
  padding: 64px 0 48px;
  background: linear-gradient(205deg, #ebf1f9 30%, #b2c6dd 99%);
}

.court-directory .container-xxl {
  padding-left: clamp(24px, 6vw, 98px);
  padding-right: clamp(24px, 5vw, 74px);
}

.directory-copy {
  max-width: 610px;
  margin: 0;
  font-size: 19px;
  line-height: 2.05;
}

.directory-copy a,
.selected-path a,
.court-card a {
  color: var(--brand-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.court-card-wrap {
  position: relative;
}

.court-card {
  min-height: 257px;
  padding: 24px 28px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px 5px rgba(229, 231, 235, 0.56);
}

.court-card h2 {
  margin: 0 0 30px;
  color: var(--brand-blue);
  font-size: 28px;
  font-weight: 800;
}

.court-detail {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 13px;
  font-size: 20px;
  line-height: 1.4;
}

.court-detail i {
  color: var(--brand-blue);
  font-size: 21px;
  line-height: 1.4;
}

.selected-path {
  margin-top: 48px;
  padding-left: 8px;
  display: grid;
  gap: 13px;
  font-size: 18px;
}

.selected-path strong {
  font-weight: 400;
}

.selected-path span {
  color: var(--brand-red);
}

.faq-section {
  padding: 48px 0 64px;
  background: #fff;
}

.section-heading {
  max-width: 920px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading span {
  display: block;
  margin-bottom: 12px;
  color: #111;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0;
  color: #0a0a0a;
  font-family: Arial, sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.18;
  font-weight: 800;
}

.section-heading p {
  margin: 14px auto 0;
  color: #4d555f;
  font-size: 18px;
  line-height: 1.45;
}

.faq-accordion {
  max-width: 1238px;
  margin: 0 auto;
}

.faq-accordion .accordion-item {
  margin-bottom: 16px;
  border: 1px solid rgba(1, 123, 182, 0.5);
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
}

.faq-accordion .accordion-button {
  min-height: 68px;
  padding: 18px 28px;
  color: var(--brand-blue);
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--brand-blue);
  background: #f8fcff;
}

.faq-accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(0, 73, 133, 0.18);
}

.faq-accordion .accordion-body {
  padding: 0 28px 22px;
  color: #34414d;
  font-size: 15px;
  line-height: 1.65;
}

.compare-section {
  padding: 58px 0 54px;
  background: #d8e8f4;
}

.compare-table-wrap {
  max-width: 940px;
  margin: 34px auto 0;
  padding: 0 42px 18px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 4px 28px rgba(18, 58, 89, 0.12);
}

.compare-table {
  table-layout: fixed;
  font-size: 14px;
}

.compare-table thead th {
  padding: 14px 8px 11px;
  border-bottom: 0;
  color: #0b0b0b;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.compare-table td {
  padding: 9px 8px;
  border: 0;
  vertical-align: middle;
}

.compare-table td:first-child {
  width: 38%;
}

.compare-table td:nth-child(2) {
  color: #0070c9;
  text-align: center;
  font-weight: 700;
}

.compare-table td:nth-child(3) {
  text-align: center;
}

.compare-table .bi-check-lg {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--success);
  color: #fff;
  font-size: 12px;
}

.testimonials,
.testimonials-section {
  padding: 18px clamp(20px, 5vw, 72px) 80px;
  background: #fff;
  text-align: center;
}

.testimonials .section-eyebrow {
  margin: 0 0 8px;
  color: #4b5563;
  font-size: 15px;
  text-transform: uppercase;
}

.testimonials h2 {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.15;
  font-weight: 800;
  text-align: center;
}

.testimonial-copy {
  margin: 12px auto 32px;
  max-width: 780px;
  font-size: 18px;
}

.testimonial-grid {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  text-align: left;
}

.testimonial-card {
  min-height: 220px;
  display: grid;
  align-content: start;
  padding: 28px 30px 24px;
  border: 2px solid #6b6b6b;
  border-radius: 30px;
  background: #fff;
  position: relative;
}

.quote-mark {
  position: absolute;
  top: 18px;
  right: 26px;
  color: #9f9f9f;
  font-family: Arial, sans-serif;
  font-size: 76px;
  line-height: 1;
}

.stars {
  display: flex;
  gap: 3px;
  margin-bottom: 18px;
}

.stars i {
  color: #f5a623;
  font-size: 15px;
}

.testimonial-card blockquote {
  min-height: 74px;
  margin: 0 0 22px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 16px;
  border-top: 1px solid #6b6b6b;
}

.avatar {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-blue);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 26px;
  font-weight: 800;
}

.person-name {
  display: block;
  font-weight: 800;
}

.person-date {
  display: block;
  font-size: 13px;
}

.final-cta {
  padding: 22px 0 34px;
  background: #fff;
  text-align: center;
}

.final-cta h2 {
  margin: 0 0 18px;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 800;
}

.press-strip {
  padding: 16px 0;
  background: var(--brand-light);
}

.press-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 26px;
  align-items: center;
}

.press-grid img {
  max-height: 44px;
  width: 100%;
  object-fit: contain;
  filter: saturate(0.9);
}

.site-footer {
  color: #004a80;
}

.footer-main {
  padding: 46px 0 30px;
  background: var(--footer-blue);
}

.footer-main .container-xxl {
  padding-left: clamp(22px, 5vw, 72px);
  padding-right: clamp(22px, 5vw, 72px);
}

.footer-brand img {
  width: 240px;
  margin-bottom: 28px;
}

.footer-brand p {
  max-width: 420px;
  margin: 0 0 28px;
  color: #004a80;
  font-size: 16px;
  line-height: 1.6;
}

.footer-contact,
.footer-links,
.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact {
  display: grid;
  gap: 14px;
  font-size: 16px;
}

.footer-contact li,
.social-links li a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-contact i {
  width: 24px;
  color: #287fc0;
  font-size: 19px;
}

.site-footer h3 {
  margin: 20px 0 18px;
  color: #064779;
  font-size: 18px;
  font-weight: 800;
}

.footer-links {
  display: grid;
  gap: 14px;
  font-size: 16px;
}

.social-links {
  display: grid;
  gap: 12px;
  color: #3d5c94;
  font-size: 15px;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #001e34;
  text-decoration: underline;
}

.copyright {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #000;
  color: #fff;
  text-align: center;
}

.copyright p {
  margin: 0;
  font-size: 16px;
}

.copyright a {
  text-decoration: underline;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767.98px) {

  .testimonial-grid {
    grid-template-columns: 1fr;
    max-width: 540px;
  }

  .court-directory {
    padding-top: 42px;
  }

  .directory-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .court-card {
    padding: 22px;
  }

  .court-card h2 {
    font-size: 24px;
  }

  .court-detail {
    font-size: 16px;
  }

  .selected-path {
    font-size: 16px;
  }

  .faq-accordion .accordion-button {
    padding: 16px 18px;
    font-size: 15px;
  }

  .faq-accordion .accordion-body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .compare-table-wrap {
    padding: 0 14px 14px;
    overflow-x: auto;
  }

  .compare-table {
    min-width: 560px;
  }

  .press-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-main .row > [class*="col"] {
    width: 100%;
  }
}

@media (max-width: 899.98px) {
  .court-hero {
    --hero-mobile-gutter: 12px;
    --media-top: 0px;
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
    min-height: auto;
    padding: 28px 0 0;
  }

  .court-hero-copy {
    grid-column: 1;
    grid-row: auto;
    padding: 0 var(--hero-mobile-gutter) 36px;
  }

  .hero-content {
    width: 100%;
  }

  .hero-content h1 {
    max-width: 640px;
    font-size: clamp(36px, 8.4vw, 50px);
  }

  .hero-content p {
    max-width: 620px;
    margin-bottom: 36px;
    font-size: clamp(19px, 4.8vw, 25px);
  }

  .hero-form {
    width: min(100%, 420px);
    gap: 18px;
  }

  .hero-field select {
    min-height: 64px;
    border-radius: 12px;
    font-size: 20px;
  }

  .hero-actions {
    margin-top: 28px;
  }

  .red-button {
    width: min(100%, 420px);
    min-height: 58px;
    font-size: 23px;
  }

  .court-hero-media {
    grid-column: 1;
    grid-row: auto;
    min-height: 285px;
    padding-top: 0;
  }

  .court-hero-media img {
    position: static;
    inset: auto;
    height: 285px;
    border-top-left-radius: 0;
  }

  .trust-strip .container-xxl {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 0;
    padding: 26px 22px;
  }

  .trust-item {
    font-size: 16px;
  }

  .step-arrow {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}


.site-footer {
  color: #004a80;
}

.footer-main {
  min-height: 0;
  padding: 46px 0 30px;
  background: #d7ebf5;
}

.footer-main .container-xxl {
  padding-left: clamp(22px, 5vw, 72px);
  padding-right: clamp(22px, 5vw, 72px);
}

.footer-brand img {
  width: 240px;
  height: auto;
  margin-bottom: 28px;
}

.footer-brand p {
  max-width: 420px;
  margin: 0 0 28px;
  color: #004a80;
  font-size: 16px;
  line-height: 1.6;
}

.footer-contact,
.footer-links,
.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact {
  display: grid;
  gap: 14px;
  font-size: 16px;
}

.footer-contact li,
.social-links li a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-contact i {
  width: 24px;
  color: #287fc0;
  font-size: 19px;
}

.site-footer h3 {
  margin: 20px 0 18px;
  color: #064779;
  font-size: 18px;
  font-weight: 800;
}

.footer-links {
  display: grid;
  gap: 14px;
  font-size: 16px;
}

.social-links {
  display: grid;
  gap: 12px;
  color: #3d5c94;
  font-size: 15px;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #001e34;
  text-decoration: underline;
}

.copyright {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #000;
  color: #fff;
  text-align: center;
}

.copyright p {
  margin: 0;
  font-size: 16px;
}

.copyright a {
  text-decoration: underline;
}

@media (max-width: 1199.98px) {
  .main-nav {
    min-height: auto;
    padding: 14px 0;
  }
}

@media (max-width: 767.98px) {
  .footer-main .row > [class*="col"] {
    width: 100%;
  }
}

/* Inline style block 2 from court-selection.html */
/*
 * App-level overrides that must survive re-running tools/extract.mjs
 * (which regenerates each page's content.html / styles.css).
 */

/*
 * Homepage trust-grid icons.
 * All four source icons share a 160x160 canvas and an identical longest-side
 * footprint (112px), so they render in the same 64x64 box. But their aspect
 * ratios differ — the bank is a full 112x112 square (reads largest), the
 * devices icon is 112x69 (reads smallest) — so they look unequal in size.
 * These per-icon scales normalize their *visual area* so the row reads evenly.
 * Scales derived from measured content bounding boxes (geometric-mean ~0.63).
 */
.trust-grid .trust-item img {
  transform-origin: center;
}
.trust-grid .trust-item:nth-child(2) img {
  /* Court / bank — square glyph, largest area: scale down. */
  transform: scale(0.9);
}
.trust-grid .trust-item:nth-child(3) img {
  /* 100% Online / devices — wide glyph, smallest area: scale up. */
  transform: scale(1.14);
}
.trust-grid .trust-item:nth-child(5) img {
  /* Steering wheel (Trusted by 10M+) — full-bleed glyph, no padding: scale
     down to match the ~45px footprint of the other icons. */
  transform: scale(0.72);
}

/*
 * Homepage "How It Works" section.
 * .section-block applies symmetric top/bottom padding; drop the top padding
 * so this section sits flush against the section above it.
 */
#how-it-works.section-block {
  padding-top: 0;
}

/*
 * Homepage "How It Works" flow steps.
 * Within .flow-step-top the number badge is pinned left and the icon is
 * centered, leaving them looking cramped (~18px apart). Nudge the badge
 * outward to open up the spacing between the number and the icon.
 */
.steps-flow .flow-step .step-number {
  left: -14px;
}

/*
 * Homepage "Trusted by Millions" (testimonials) section.
 * It carried a subtle blue gradient and top padding; flatten it to a plain
 * white background to match the (white) section that follows, and drop the
 * top padding. Double-class selector outranks the page's .testimonials rule.
 */
.testimonials.section-block {
  padding-top: 0;
  background: #ffffff;
}

/*
 * Homepage courses carousel arrows.
 * They were absolutely offset by -1.7rem, leaving ~half the button overlapping
 * the edge cards. Give the wrap side gutters and seat the arrows inside them so
 * they sit beside the cards (never overlapping) at every viewport width — no
 * horizontal overflow. Selectors are scoped under .courses-section to outrank
 * the page's base rules.
 */
.courses-section .courses-carousel-wrap {
  padding-inline: 4.75rem;
}
.courses-section .carousel-arrow.prev {
  left: 0;
}
.courses-section .carousel-arrow.next {
  right: 0;
}

/*
 * Homepage partner-band metrics (desktop 4-column layout).
 * Every metric has a white left-border separator except the first
 * (Automated Notifications), which was zeroed out. The grid reserves left
 * padding for a leading divider, so give the first metric the same left
 * border as the others (matching "Compliance You Can Trust").
 * Scoped to >=1200px so the 2-col / 1-col responsive border resets stand.
 */
@media (min-width: 1200px) {
  .partner-band .partner-metric:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.36);
  }
}

/*
 * Partner-band metrics: equal-height left borders.
 * The grid used align-items:start, so each metric was only as tall as its
 * content (140px vs 162px) and the left-border separators came out uneven.
 * Stretch the items to the tallest in the row so every left border matches.
 */
.partner-band .partner-metrics {
  align-items: stretch;
}

/*
 * Footer "Follow Us" column.
 * The Bootstrap gutter leaves only ~24px between the Legal column and the
 * Follow Us column, so they read as cramped. Add left padding to the Follow Us
 * column (col-lg-3) on >=992px (side-by-side layout) so it no longer sits flush
 * against Legal. Mobile (stacked) layout is left untouched.
 */
@media (min-width: 992px) {
  .site-footer .footer-main .row > .col-lg-3 {
    padding-left: 3.5rem;
  }
}

/* Inline style block 3 from court-selection.html */
.skip-link {
        position: absolute;
        left: -9999px;
        top: 10px;
        z-index: 2000;
        padding: 10px 16px;
        border: 2px solid #000;
        border-radius: 10px;
        background: #fff;
        color: #000;
      }

      .skip-link:focus {
        left: 12px;
      }

      .container-page {
        width: min(1280px, calc(100% - 32px));
        margin: 0 auto;
      }

      .section-inset {
        width: min(1140px, calc(100% - 88px));
      }

      .site-header .utility-bar {
        background: #1e4b73;
        color: #fff;
        max-height: 40px;
      }

      .site-header .utility-inner {
        min-height: 40px;
        max-height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
      }

      .site-header .share-button {
        min-width: 184px;
        height: 30px;
        max-height: 30px;
        padding: 0 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.8);
        background: transparent;
        color: #fff;
        line-height: 1;
        font-size: 0.95rem;
        text-transform: uppercase;
        transition: background 0.2s ease, color 0.2s ease;
      }

      .site-header .share-button:hover,
      .site-header .share-button:focus {
        background: #fff;
        color: #173c62;
      }

      .site-header .utility-phone {
        font-size: 1.05rem;
        font-weight: 500;
        color: #fff;
      }

      .site-header .main-nav {
        border-bottom: 1px solid #dfe8ee;
        background: #fff;
      }

      .site-header .main-nav .container-page {
        width: min(1360px, calc(100% - 32px));
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 18px 20px;
        min-height: 108px;
      }

      .site-header .navbar {
        padding: 0;
      }

      .site-header .navbar-brand {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        flex-shrink: 0;
      }

      .site-header .navbar-brand img {
        width: clamp(220px, 23vw, 300px);
      }

      .site-header .navbar-collapse {
        display: flex;
        flex-grow: 1;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
      }

      .site-header .navbar-nav {
        display: flex;
        align-items: center;
        gap: 22px;
      }

      .site-header .navbar-toggler {
        border-color: rgba(0, 0, 0, 0.12);
      }

      .site-header .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(13, 79, 146, 0.15);
      }

      .site-header .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2810, 30, 50, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
      }

      .site-header .nav-link {
        color: #111;
        font-size: 1.3rem;
        font-weight: 500;
        padding: 12px 14px;
        white-space: nowrap;
      }

      .site-header .nav-link.active,
      .site-header .nav-link:hover,
      .site-header .nav-link:focus {
        color: #0f4f8c;
      }

      .site-header .nav-link.active {
        font-weight: 800;
      }

      .site-header .login-link {
        min-width: 128px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-left: 2px;
        padding: 14px 22px;
        border-radius: 22px;
        color: #fff;
        background: linear-gradient(180deg, #2f74aa 0%, #223e57 100%);
        font-size: 1.05rem;
        font-weight: 600;
        flex-shrink: 0;
        box-shadow: none;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
      }

      .site-header .login-link:hover,
      .site-header .login-link:focus {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 14px 24px rgba(20, 63, 101, 0.18);
      }


      @media (min-width: 1200px) {
        .site-header .navbar-collapse {
          display: flex !important;
          flex-basis: auto;
          flex-grow: 1;
        }
      }

      @media (max-width: 1199.98px) {
        .site-header .main-nav .container-page {
          min-height: 92px;
          flex-wrap: wrap;
        }

        .site-header .navbar-collapse {
          width: 100%;
          display: block;
          padding: 14px 0 6px;
        }

        .site-header .navbar-nav {
          display: block;
          align-items: flex-start;
          gap: 0;
        }

        .site-header .nav-link {
          padding: 10px 0;
        }

        .site-header .login-link {
          margin: 16px 0 10px;
          width: fit-content;
        }
      }

      @media (max-width: 991.98px) {
        .container-page {
          width: min(1280px, calc(100% - 24px));
        }

        .section-inset {
          width: min(1140px, calc(100% - 48px));
        }

        .site-header .utility-inner {
          min-height: 40px;
        }
      }

      @media (max-width: 767.98px) {
        .court-hero {
          --hero-mobile-gutter: 10px;
        }

        .site-header .main-nav .container-page {
          width: min(1280px, calc(100% - 20px));
          min-height: 84px;
        }

        .site-header .utility-inner {
          flex-direction: column;
          justify-content: center;
          max-height: none;
          padding: 0;
          text-align: center;
        }

        .site-header .share-button {
          min-width: 0;
          width: 100%;
        }

        .section-inset {
          width: min(1140px, calc(100% - 24px));
        }

        .site-footer .social-links {
          grid-template-columns: repeat(2, minmax(0, max-content));
          gap: 12px 18px;
        }

        .site-footer .footer-main {
          padding-bottom: 18px;
        }
      }

.reveal-on-scroll.reveal-delay-0 { transition-delay: 0ms; }
.reveal-on-scroll.reveal-delay-1 { transition-delay: 45ms; }
.reveal-on-scroll.reveal-delay-2 { transition-delay: 90ms; }
.reveal-on-scroll.reveal-delay-3 { transition-delay: 135ms; }
.reveal-on-scroll.reveal-delay-4 { transition-delay: 180ms; }
.reveal-on-scroll.reveal-delay-5 { transition-delay: 225ms; }

