@font-face {
  font-family: "Work Sans";
  src: url("fonts/work-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

/* CityRyde unified multi-page visual system */
:root {
  --cr-green: #10b981;
  --cr-green-dark: #087f5b;
  --cr-green-soft: #e8faf3;
  --cr-blue: #0b6ba3;
  --cr-blue-dark: #07517d;
  --cr-blue-soft: #eaf5fb;
  --cr-cta-soft: #e5f1f3;
  --cr-cta-soft-strong: #d9eaed;
  --cr-cta-border: #c5dde2;
  --cr-ink: #111827;
  --cr-copy: #435063;
  --cr-muted: #6b7280;
  --cr-line: #dbe8e4;
  --cr-paper: #ffffff;
  --cr-surface: #f6faf9;
  --cr-dark: #0f1726;
  --cr-radius-sm: 14px;
  --cr-radius-md: 24px;
  --cr-radius-lg: 34px;
  --cr-shadow-sm: 0 12px 32px rgba(17, 24, 39, .08);
  --cr-shadow-lg: 0 28px 70px rgba(17, 24, 39, .14);
  --cr-ease: cubic-bezier(.22, 1, .36, 1);
  --cr-container: 1240px;
  --cr-reading-width: 74ch;
  --cr-page-gutter: clamp(18px, 3.2vw, 40px);
  --cr-section-space: clamp(40px, 5vw, 64px);
}

html { scroll-behavior: smooth; }
body.cr-unified {
  overflow-x: hidden;
  color: var(--cr-ink);
  background: var(--cr-paper);
  font-family: "Work Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body.cr-unified *, body.cr-unified *::before, body.cr-unified *::after { box-sizing: border-box; }
body.cr-unified img { max-width: 100%; height: auto; }
body.cr-unified button, body.cr-unified input, body.cr-unified select, body.cr-unified textarea {
  font: inherit;
}
body.cr-unified .font-bold,
body.cr-unified .font-extrabold,
body.cr-unified strong,
body.cr-unified b {
  font-weight: 600 !important;
}
body.cr-unified a, body.cr-unified button, body.cr-unified input, body.cr-unified select, body.cr-unified textarea { touch-action: manipulation; }
body.cr-unified a, body.cr-unified button { transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s var(--cr-ease), box-shadow .2s var(--cr-ease); }
body.cr-unified a:focus-visible, body.cr-unified button:focus-visible, body.cr-unified input:focus-visible, body.cr-unified select:focus-visible, body.cr-unified textarea:focus-visible {
  outline: 3px solid rgba(11, 107, 163, .35) !important;
  outline-offset: 3px !important;
}

/* Header and navigation */
body.cr-unified > nav:first-of-type,
body.cr-unified > header:first-of-type,
body.cr-unified nav#crPrimaryNav,
body.cr-unified header#top {
  position: sticky !important;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(219, 232, 228, .9) !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 7px 28px rgba(17, 24, 39, .045);
  backdrop-filter: blur(18px);
}
body.cr-unified nav img[alt*="CityRyde"], body.cr-unified header img[alt*="CityRyde"] {
  width: auto !important;
  height: 64px !important;
  object-fit: contain;
}
body.cr-unified nav a, body.cr-unified header nav a {
  position: relative;
  font-weight: 600 !important;
}
body.cr-unified nav a.cr-current::after, body.cr-unified header nav a.cr-current::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 2px;
  left: 10px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--cr-green), var(--cr-blue));
}

/* Related service navigation in the footer */
body.cr-unified footer .cr-footer-related {
  width: min(calc(100% - 40px), var(--cr-container));
  margin: 0 auto 36px;
  padding: 24px;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(219, 232, 228, .98);
  border-radius: var(--cr-radius-md);
  color: var(--cr-ink);
  background: linear-gradient(135deg, rgba(232, 250, 243, .96), rgba(234, 245, 251, .96));
  box-shadow: var(--cr-shadow-sm);
}
body.cr-unified footer .cr-footer-related h2 {
  margin: 0 0 16px !important;
  color: var(--cr-ink) !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-align: left !important;
}
body.cr-unified footer .cr-footer-related ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  list-style: none;
}
body.cr-unified footer .cr-footer-related li { margin: 0; padding: 0; }
body.cr-unified footer .cr-footer-related a {
  min-height: 48px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(219, 232, 228, .98);
  border-radius: 14px;
  color: var(--cr-copy) !important;
  background: rgba(255, 255, 255, .9);
  font-size: .9rem !important;
  font-weight: 600 !important;
  line-height: 1.25;
  text-decoration: none !important;
}
body.cr-unified footer .cr-footer-related a:hover,
body.cr-unified footer .cr-footer-related a:focus-visible {
  border-color: rgba(16, 185, 129, .48);
  color: var(--cr-green-dark) !important;
  background: white;
  box-shadow: 0 8px 20px rgba(17, 24, 39, .08);
  transform: translateY(-1px);
}
body.cr-unified footer .cr-footer-related-icon {
  width: 22px;
  height: 22px;
  display: grid;
  flex: 0 0 22px;
  place-items: center;
  color: var(--cr-blue);
}
body.cr-unified footer .cr-footer-related-icon svg { width: 22px; height: 22px; display: block; }

/* Context-aware hero */
body.cr-unified .cr-hero {
  position: relative !important;
  isolation: isolate;
  overflow: hidden !important;
  padding: 44px var(--cr-page-gutter) 52px !important;
  background:
    radial-gradient(circle at 12% 20%, rgba(16, 185, 129, .14), transparent 25%),
    radial-gradient(circle at 84% 12%, rgba(11, 107, 163, .13), transparent 27%),
    linear-gradient(135deg, #f2fcf8 0%, #eef8fd 100%) !important;
}
body.cr-unified .cr-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .38;
  background-image: linear-gradient(rgba(11, 107, 163, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(11, 107, 163, .06) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, #000, transparent 72%);
}
body.cr-unified .cr-hero-shell {
  width: min(100%, var(--cr-container));
  min-height: 390px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(390px, .97fr);
  align-items: center;
  gap: clamp(28px, 4.5vw, 56px);
}
body.cr-unified .cr-hero-content { min-width: 0; text-align: left !important; }
body.cr-unified .cr-hero-content > * { max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; text-align: left !important; }
body.cr-unified .cr-hero-content > img[aria-hidden="true"] { display: none !important; }
body.cr-unified .cr-original-kicker { display: none !important; }
body.cr-unified .cr-hero h1 {
  max-width: 760px !important;
  margin: 0 0 18px !important;
  color: var(--cr-ink) !important;
  font-size: clamp(2.4rem, 4.7vw, 4.45rem) !important;
  font-weight: 600 !important;
  letter-spacing: -.04em !important;
  line-height: 1.04 !important;
  word-spacing: normal;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}
body.cr-unified.cr-page-legal .cr-hero h1,
body.cr-unified.cr-page-support .cr-hero h1,
body.cr-unified.cr-page-calculator .cr-hero h1 { font-size: clamp(2.45rem, 4.5vw, 4.4rem) !important; }
body.cr-unified .cr-hero p {
  max-width: 680px !important;
  color: var(--cr-copy) !important;
  font-size: clamp(1.02rem, 1.45vw, 1.2rem) !important;
  line-height: 1.7 !important;
}
body.cr-unified .cr-hero-content .flex { flex-wrap: wrap !important; }
body.cr-unified .cr-hero h1 .whitespace-nowrap { white-space: normal !important; }
body.cr-unified .cr-kicker {
  width: fit-content;
  margin: 0 0 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cr-green-dark);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}
body.cr-unified .cr-kicker-icon, body.cr-unified .cr-media-icon {
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(135deg, var(--cr-green), var(--cr-blue));
  box-shadow: 0 9px 24px rgba(11, 107, 163, .2);
}
body.cr-unified .cr-kicker-icon { width: 38px; height: 38px; border-radius: 12px; }
body.cr-unified .cr-kicker svg { width: 20px; height: 20px; }
body.cr-unified .cr-hero-visual {
  position: relative;
  min-width: 0;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 7px solid rgba(255, 255, 255, .78);
  border-radius: var(--cr-radius-lg);
  background: #dbeee8;
  box-shadow: var(--cr-shadow-lg);
}
body.cr-unified .cr-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, rgba(15, 23, 38, .34));
}
body.cr-unified .cr-hero-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
body.cr-unified .cr-media-chip {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  max-width: calc(100% - 40px);
  padding: 11px 14px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 16px;
  color: var(--cr-ink);
  background: rgba(255, 255, 255, .93);
  box-shadow: var(--cr-shadow-sm);
  backdrop-filter: blur(14px);
}
body.cr-unified .cr-media-icon { flex: 0 0 auto; width: 36px; height: 36px; border-radius: 11px; }
body.cr-unified .cr-media-icon svg { width: 19px; height: 19px; }
body.cr-unified .cr-media-chip strong { display: block; font-size: 13px; font-weight: 600; line-height: 1.25; }
body.cr-unified .cr-media-chip span { display: block; margin-top: 2px; color: var(--cr-muted); font-size: 11px; line-height: 1.3; }
body.cr-unified .cr-trust-row {
  width: min(100%, var(--cr-container));
  margin: -28px auto 0;
  padding: 18px 24px;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  border: 1px solid rgba(219, 232, 228, .86);
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--cr-shadow-sm);
  backdrop-filter: blur(16px);
}
body.cr-unified .cr-trust-item { min-height: 48px; padding: 0 10px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--cr-copy); font-size: 14px; font-weight: 600; text-align: center; }
body.cr-unified .cr-trust-item + .cr-trust-item { border-left: 1px solid var(--cr-line); }
body.cr-unified .cr-trust-item svg { width: 19px; height: 19px; color: var(--cr-green-dark); }

/* Existing content, upgraded */
body.cr-unified main > section:not(.cr-hero),
body.cr-unified > section:not(.cr-hero) {
  padding-top: var(--cr-section-space) !important;
  padding-right: var(--cr-page-gutter) !important;
  padding-bottom: var(--cr-section-space) !important;
  padding-left: var(--cr-page-gutter) !important;
}
body.cr-unified main > section:not(.cr-hero) > .max-w-4xl { max-width: 1120px !important; }
body.cr-unified main > section:not(.cr-hero) > .max-w-5xl { max-width: 1160px !important; }
body.cr-unified main > section:not(.cr-hero) > .max-w-6xl,
body.cr-unified main > section:not(.cr-hero) > .max-w-7xl { max-width: var(--cr-container) !important; }

/* Full-width location pages: keep the banner independent from long-form coverage content */
body.cr-unified > section.cr-coverage-banner {
  width: 100%;
  padding: 0 !important;
  overflow: hidden;
  background: #e5f1f3;
}
body.cr-unified > section.cr-coverage-banner img {
  width: 100% !important;
  height: clamp(280px, 43vw, 540px) !important;
  max-height: none !important;
  display: block;
  object-fit: cover !important;
  object-position: center !important;
}
body.cr-unified > section.cr-coverage-content {
  padding-top: clamp(30px, 4vw, 56px) !important;
  padding-bottom: clamp(52px, 6vw, 82px) !important;
}
body.cr-unified .cr-coverage-content > .max-w-5xl {
  width: min(100%, 1160px);
  max-width: 1160px !important;
  margin-inline: auto !important;
}
body.cr-unified .cr-coverage-content .tab-content {
  width: 100%;
  max-width: none;
}
body.cr-unified .cr-coverage-content ul.grid {
  width: 100%;
  column-gap: clamp(24px, 4vw, 52px) !important;
  row-gap: 10px !important;
  padding-left: 24px;
  list-style-position: outside !important;
}
body.cr-unified .cr-coverage-content .flex.flex-wrap {
  width: 100%;
  align-items: center;
}
@media (max-width: 639px) {
  body.cr-unified > section.cr-coverage-banner img {
    height: clamp(220px, 72vw, 320px) !important;
  }
  body.cr-unified .cr-coverage-content ul.grid {
    padding-left: 22px;
  }
}
body.cr-unified main section:not(.cr-hero) > div,
body.cr-unified main section:not(.cr-hero) .grid > *,
body.cr-unified main section:not(.cr-hero) .flex > * {
  min-width: 0;
}
body.cr-unified section h1,
body.cr-unified section h2,
body.cr-unified section h3,
body.cr-unified section h4 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
body.cr-unified section h2 {
  color: var(--cr-ink) !important;
  font-size: clamp(1.85rem, 3.1vw, 3.15rem) !important;
  font-weight: 600 !important;
  letter-spacing: -.035em !important;
  line-height: 1.12 !important;
  text-wrap: balance;
}
body.cr-unified section h3 { color: var(--cr-ink); font-weight: 600 !important; letter-spacing: -.018em; line-height: 1.3; }
body.cr-unified section p, body.cr-unified main li { color: var(--cr-copy); }
body.cr-unified main section:not(.cr-hero) p:not(.text-xs):not(.text-sm),
body.cr-unified main section:not(.cr-hero) li,
body.cr-unified > section:not(.cr-hero) p:not(.text-xs):not(.text-sm),
body.cr-unified > section:not(.cr-hero) li {
  font-size: clamp(1.02rem, 1.05vw, 1.1rem);
  line-height: 1.72;
  overflow-wrap: break-word;
  word-break: normal;
}
body.cr-unified main section:not(.cr-hero) p {
  max-width: var(--cr-reading-width);
}
body.cr-unified main section:not(.cr-hero) .text-center p,
body.cr-unified main section:not(.cr-hero) p.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
body.cr-unified main section:not(.cr-hero) ul:not(.list-none),
body.cr-unified main section:not(.cr-hero) ol,
body.cr-unified > section:not(.cr-hero) ul:not(.list-none),
body.cr-unified > section:not(.cr-hero) ol {
  padding-left: 1.35rem !important;
  list-style-position: outside !important;
}
body.cr-unified main section:not(.cr-hero) ul:not(.list-none),
body.cr-unified > section:not(.cr-hero) ul:not(.list-none) { list-style-type: disc; }
body.cr-unified main section:not(.cr-hero) ol,
body.cr-unified > section:not(.cr-hero) ol { list-style-type: decimal; }
body.cr-unified main section:not(.cr-hero) li,
body.cr-unified > section:not(.cr-hero) li {
  padding-left: .2rem;
}
body.cr-unified main section:not(.cr-hero) li + li,
body.cr-unified > section:not(.cr-hero) li + li {
  margin-top: .42rem;
}
body.cr-unified main section:not(.cr-hero) li::marker,
body.cr-unified > section:not(.cr-hero) li::marker {
  color: var(--cr-green-dark);
  font-weight: 600;
}
body.cr-unified main section:not(.cr-hero) figure {
  margin: 0;
}
body.cr-unified main section:not(.cr-hero) .grid:has(img),
body.cr-unified > section:not(.cr-hero) .grid:has(img) {
  align-items: center;
}
body.cr-unified main section:not(.cr-hero) .grid:has(img) img,
body.cr-unified > section:not(.cr-hero) .grid:has(img) img {
  width: 100%;
  display: block;
  border-radius: var(--cr-radius-md);
  object-fit: cover;
}
body.cr-unified main .gap-16 { gap: clamp(28px, 4vw, 48px) !important; }
body.cr-unified main .gap-12 { gap: clamp(24px, 3.5vw, 40px) !important; }
body.cr-unified main .mb-16 { margin-bottom: clamp(32px, 4vw, 48px) !important; }
body.cr-unified main .mb-12 { margin-bottom: clamp(28px, 3.5vw, 40px) !important; }
body.cr-unified main .mb-10 { margin-bottom: clamp(24px, 3vw, 34px) !important; }
body.cr-unified main .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  margin-top: .5rem !important;
  margin-bottom: 0 !important;
}
body.cr-unified main .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
body.cr-unified .bg-gray-50 { background-color: var(--cr-surface) !important; }
body.cr-unified .bg-green-50 { background-color: var(--cr-green-soft) !important; }
body.cr-unified .bg-blue-50 { background-color: var(--cr-blue-soft) !important; }
body.cr-unified .rounded-xl, body.cr-unified .rounded-2xl, body.cr-unified .rounded-3xl {
  border-radius: var(--cr-radius-md) !important;
}
body.cr-unified .shadow, body.cr-unified .shadow-sm, body.cr-unified .shadow-md, body.cr-unified .shadow-lg, body.cr-unified .shadow-xl {
  box-shadow: var(--cr-shadow-sm) !important;
}
body.cr-unified article, body.cr-unified .feature-card, body.cr-unified .story-card, body.cr-unified .faq-item {
  border-color: var(--cr-line) !important;
}
body.cr-unified article:hover, body.cr-unified .feature-card:hover, body.cr-unified .story-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(17, 24, 39, .1) !important;
}
body.cr-unified .cr-section-mark {
  width: 42px;
  height: 5px;
  margin: 0 0 16px;
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cr-green), var(--cr-blue));
}

/* Buttons and actions */
body.cr-unified a[class*="bg-green"], body.cr-unified button[class*="bg-green"],
body.cr-unified a[class*="bg-blue"], body.cr-unified button[class*="bg-blue"],
body.cr-unified a[style*="background:#10B963"], body.cr-unified a[style*="background: #10B963"],
body.cr-unified button[style*="background:#10B963"], body.cr-unified button[style*="background: #10B963"],
body.cr-unified .cr-light-cta-action {
  min-height: 48px;
  border: 1px solid var(--cr-cta-border) !important;
  color: var(--cr-blue-dark) !important;
  background: var(--cr-cta-soft) !important;
  box-shadow: 0 10px 24px rgba(11, 107, 163, .1) !important;
}
body.cr-unified a[class*="bg-green"]:hover, body.cr-unified button[class*="bg-green"]:hover,
body.cr-unified a[class*="bg-blue"]:hover, body.cr-unified button[class*="bg-blue"]:hover,
body.cr-unified a[style*="background:#10B963"]:hover, body.cr-unified a[style*="background: #10B963"]:hover,
body.cr-unified button[style*="background:#10B963"]:hover, body.cr-unified button[style*="background: #10B963"]:hover,
body.cr-unified .cr-light-cta-action:hover {
  color: var(--cr-blue-dark) !important;
  background: var(--cr-cta-soft-strong) !important;
  border-color: #9fc6ce !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(11, 107, 163, .14) !important;
}
body.cr-unified .cr-action-icon { width: 18px; height: 18px; flex: 0 0 auto; }

/* Light CTA panels replace the former dark brand-gradient boxes */
body.cr-unified .cr-light-cta {
  border: 1px solid var(--cr-cta-border) !important;
  color: var(--cr-ink) !important;
  background: var(--cr-cta-soft) !important;
  box-shadow: 0 12px 30px rgba(11, 107, 163, .08) !important;
}
body.cr-unified .cr-light-cta h1,
body.cr-unified .cr-light-cta h2,
body.cr-unified .cr-light-cta h3,
body.cr-unified .cr-light-cta h4,
body.cr-unified .cr-light-cta strong {
  color: var(--cr-ink) !important;
}
body.cr-unified .cr-light-cta p,
body.cr-unified .cr-light-cta span,
body.cr-unified .cr-light-cta .text-white,
body.cr-unified .cr-light-cta .text-green-50,
body.cr-unified .cr-light-cta .text-green-100 {
  color: var(--cr-copy) !important;
  opacity: 1 !important;
}
body.cr-unified .cr-light-cta a.border-white,
body.cr-unified .cr-light-cta a[class*="border-white"] {
  border-color: #9fc6ce !important;
  color: var(--cr-blue-dark) !important;
  background: rgba(255, 255, 255, .78) !important;
}

/* Forms, calculators and tables */
body.cr-unified form {
  border-color: var(--cr-line) !important;
  border-radius: var(--cr-radius-md) !important;
}
body.cr-unified label { color: var(--cr-ink); font-weight: 600; }
body.cr-unified input:not([type="checkbox"]):not([type="radio"]), body.cr-unified select, body.cr-unified textarea {
  min-height: 48px;
  width: 100%;
  border: 1px solid #cbdad5 !important;
  border-radius: 13px !important;
  color: var(--cr-ink) !important;
  background: white !important;
  box-shadow: 0 1px 0 rgba(17, 24, 39, .03);
  font-size: 1.02rem;
}
body.cr-unified textarea { min-height: 132px; }
body.cr-unified input:focus, body.cr-unified select:focus, body.cr-unified textarea:focus { border-color: var(--cr-blue) !important; box-shadow: 0 0 0 4px rgba(11, 107, 163, .1) !important; }
body.cr-unified .cr-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--cr-line); border-radius: 18px; background: white; box-shadow: var(--cr-shadow-sm); }
body.cr-unified .cr-table-wrap table { width: 100%; min-width: 620px; margin: 0 !important; }
body.cr-unified table th { color: white !important; background: var(--cr-dark) !important; }
body.cr-unified table th, body.cr-unified table td { padding: 14px 16px !important; border-color: var(--cr-line) !important; }
body.cr-unified table td { font-size: 1rem; }
body.cr-unified table tr:nth-child(even) td { background: var(--cr-surface); }

/* Legal and information-heavy pages */
body.cr-unified.cr-page-legal main, body.cr-unified.cr-page-legal .legal-content { background: #fbfdfc; }
body.cr-unified.cr-page-legal main > section:not(.cr-hero) > div, body.cr-unified.cr-page-legal .legal-content {
  max-width: 940px !important;
}
body.cr-unified.cr-page-legal main h2 { margin-top: 48px; font-size: clamp(1.65rem, 2.7vw, 2.5rem) !important; }
body.cr-unified.cr-page-legal main h3 { margin-top: 28px; }
body.cr-unified.cr-page-legal main p, body.cr-unified.cr-page-legal main li { max-width: 78ch; }

/* Search-friendly, visible FAQs */
body.cr-unified .cr-seo-faq {
  padding: clamp(46px, 5.5vw, 72px) var(--cr-page-gutter) !important;
  border-top: 1px solid var(--cr-line);
  background:
    radial-gradient(circle at 12% 8%, rgba(16, 185, 129, .09), transparent 24%),
    linear-gradient(180deg, #fbfdfc 0%, var(--cr-surface) 100%) !important;
}
body.cr-unified .cr-seo-faq-shell { width: min(100%, 960px); margin: 0 auto; }
body.cr-unified .cr-seo-faq .cr-section-mark { margin-bottom: 14px; }
body.cr-unified .cr-seo-faq-eyebrow {
  margin: 0 0 8px;
  color: var(--cr-green-dark) !important;
  font-size: .76rem !important;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.3 !important;
  text-transform: uppercase;
}
body.cr-unified .cr-seo-faq h2 { max-width: 820px; margin: 0; font-size: clamp(2rem, 4vw, 3.35rem) !important; }
body.cr-unified .cr-seo-faq-intro { max-width: 700px; margin: 16px 0 30px; color: var(--cr-copy) !important; }
body.cr-unified .cr-seo-faq-list { display: grid; gap: 12px; }
body.cr-unified .cr-seo-faq-item {
  overflow: hidden;
  border: 1px solid var(--cr-line);
  border-radius: 18px;
  background: white;
  box-shadow: 0 8px 24px rgba(17, 24, 39, .045);
  transition: border-color .2s ease, box-shadow .2s ease;
}
body.cr-unified .cr-seo-faq-item[open] { border-color: rgba(11, 107, 163, .3); box-shadow: 0 14px 34px rgba(17, 24, 39, .075); }
body.cr-unified .cr-seo-faq-item summary {
  min-height: 58px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--cr-ink);
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  font-weight: 600;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}
body.cr-unified .cr-seo-faq-item summary::-webkit-details-marker { display: none; }
body.cr-unified .cr-seo-faq-item summary:hover { color: var(--cr-blue-dark); background: var(--cr-blue-soft); }
body.cr-unified .cr-seo-faq-item summary:focus-visible { outline: 3px solid rgba(11, 107, 163, .35); outline-offset: -3px; }
body.cr-unified .cr-seo-faq-chevron { width: 20px; height: 20px; flex: 0 0 auto; color: var(--cr-blue); transition: transform .22s var(--cr-ease); }
body.cr-unified .cr-seo-faq-item[open] .cr-seo-faq-chevron { transform: rotate(180deg); }
body.cr-unified .cr-seo-faq-answer { padding: 0 18px 18px; }
body.cr-unified .cr-seo-faq-answer p { max-width: 78ch; margin: 0; color: var(--cr-copy) !important; font-size: 1rem !important; line-height: 1.7 !important; }

/* Footer */
body.cr-unified footer {
  position: relative;
  overflow: hidden;
  color: #dbe4ee !important;
  background: var(--cr-dark) !important;
}
body.cr-unified footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 20% 10%, rgba(16,185,129,.17), transparent 28%), radial-gradient(circle at 88% 90%, rgba(11,107,163,.2), transparent 30%);
}
body.cr-unified footer > * { position: relative; }
body.cr-unified footer h2, body.cr-unified footer h3, body.cr-unified footer h4, body.cr-unified footer strong { color: white !important; }
body.cr-unified footer p, body.cr-unified footer a { color: #aebac9 !important; }
body.cr-unified footer a:hover { color: #6ee7b7 !important; }

/* Guided Rider and Sarathi support */
body.cr-unified .cr-chat {
  position: fixed;
  right: 22px;
  bottom: 88px;
  z-index: 1000;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  opacity: 1;
  transform: none;
  transition: opacity .25s ease, transform .3s var(--cr-ease);
  pointer-events: none;
}
body.cr-unified .cr-chat.is-ready { opacity: 1; transform: translateY(0); }
body.cr-unified .cr-chat-panel {
  width: min(400px, calc(100vw - 32px));
  height: min(620px, calc(100dvh - 190px));
  min-height: 430px;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto auto;
  border: 1px solid rgba(219, 232, 228, .96);
  border-radius: 26px;
  background: rgba(255, 255, 255, .985);
  box-shadow: 0 28px 76px rgba(15, 23, 38, .22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(.97);
  transform-origin: right bottom;
  transition: opacity .2s ease, transform .28s var(--cr-ease), visibility 0s linear .28s;
  pointer-events: auto;
  backdrop-filter: blur(18px);
}
body.cr-unified .cr-chat.is-open .cr-chat-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  transition-delay: 0s;
}
body.cr-unified .cr-chat-header {
  min-height: 76px;
  padding: 12px 56px 12px 14px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  color: white;
  background: linear-gradient(135deg, var(--cr-green-dark), var(--cr-blue));
}
body.cr-unified .cr-chat-header > img {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  object-fit: cover;
  background: white;
}
body.cr-unified .cr-chat-header span { min-width: 0; display: grid; gap: 2px; }
body.cr-unified .cr-chat-header strong { color: white; font-size: 1rem; font-weight: 600 !important; line-height: 1.25; }
body.cr-unified .cr-chat-header small { display: flex; align-items: center; gap: 6px; color: rgba(255, 255, 255, .84); font-size: .74rem; line-height: 1.3; }
body.cr-unified .cr-chat-header small i { width: 8px; height: 8px; border: 2px solid rgba(255, 255, 255, .55); border-radius: 50%; background: #6ee7b7; }
body.cr-unified .cr-chat-close {
  width: 44px;
  height: 44px;
  padding: 0;
  position: absolute;
  top: 16px;
  right: 10px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 12px;
  color: white;
  background: rgba(255, 255, 255, .1);
  cursor: pointer;
}
body.cr-unified .cr-chat-close:hover { background: rgba(255, 255, 255, .2); }
body.cr-unified .cr-chat-close svg { width: 19px; height: 19px; }
body.cr-unified .cr-chat-log {
  min-height: 0;
  padding: 18px 16px 10px;
  overflow-y: auto;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: linear-gradient(180deg, #f7fbfa 0%, #ffffff 55%);
  scrollbar-width: thin;
}
body.cr-unified .cr-chat-message {
  width: fit-content;
  max-width: 88%;
  padding: 11px 13px;
  border-radius: 16px;
  font-size: .9rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
  animation: cr-chat-message-in .22s var(--cr-ease) both;
}
body.cr-unified .cr-chat-message-bot {
  align-self: flex-start;
  border: 1px solid var(--cr-line);
  border-bottom-left-radius: 5px;
  color: var(--cr-copy);
  background: white;
  box-shadow: 0 8px 22px rgba(17, 24, 39, .06);
}
body.cr-unified .cr-chat-message-bot.is-urgent { border-color: #fecaca; color: #7f1d1d; background: #fff7f7; }
body.cr-unified .cr-chat-message-user {
  align-self: flex-end;
  border-bottom-right-radius: 5px;
  color: white;
  background: linear-gradient(135deg, var(--cr-green-dark), var(--cr-blue));
}
body.cr-unified .cr-chat-typing {
  min-height: 0;
  height: 0;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  opacity: 0;
  background: white;
  transition: height .18s ease, opacity .18s ease, padding .18s ease;
}
body.cr-unified .cr-chat-typing.is-visible { height: 34px; padding-top: 7px; padding-bottom: 7px; opacity: 1; }
body.cr-unified .cr-chat-typing span { width: 6px; height: 6px; border-radius: 50%; background: var(--cr-blue); animation: cr-chat-dot .8s ease-in-out infinite alternate; }
body.cr-unified .cr-chat-typing span:nth-child(2) { animation-delay: .12s; }
body.cr-unified .cr-chat-typing span:nth-child(3) { animation-delay: .24s; }
body.cr-unified .cr-chat-options {
  max-height: 215px;
  padding: 10px 12px 12px;
  overflow-y: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  border-top: 1px solid var(--cr-line);
  background: white;
  scrollbar-width: thin;
}
body.cr-unified .cr-chat-option {
  min-width: 0;
  min-height: 46px;
  padding: 9px 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c9ddd6;
  border-radius: 13px;
  color: var(--cr-ink);
  background: white;
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
body.cr-unified .cr-chat-option:hover { border-color: var(--cr-green); color: var(--cr-green-dark); background: var(--cr-green-soft); transform: translateY(-1px); }
body.cr-unified .cr-chat-option:active { transform: translateY(0); }
body.cr-unified .cr-chat-option:disabled { opacity: .45; cursor: not-allowed; }
body.cr-unified .cr-chat-option.is-support,
body.cr-unified .cr-chat-option.is-whatsapp {
  border-color: #b8dfd0;
  color: var(--cr-green-dark);
  background: var(--cr-green-soft);
}
body.cr-unified .cr-chat-option.is-support:hover,
body.cr-unified .cr-chat-option.is-whatsapp:hover {
  border-color: #7fc5aa;
  color: #056248;
  background: #d9f4e8;
}
body.cr-unified .cr-chat-option.is-ticket {
  border-color: var(--cr-cta-border);
  color: var(--cr-blue-dark);
  background: var(--cr-cta-soft);
}
body.cr-unified .cr-chat-option.is-ticket:hover {
  border-color: #9fc6ce;
  color: var(--cr-blue-dark);
  background: var(--cr-cta-soft-strong);
}
body.cr-unified .cr-chat-option.is-solved {
  grid-column: 1 / -1;
  border-color: #bfdbea;
  color: var(--cr-blue-dark);
  background: var(--cr-blue-soft);
}
body.cr-unified .cr-chat-support-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
body.cr-unified .cr-chat-utilities { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
body.cr-unified .cr-chat-option.is-quiet { min-height: 44px; border-color: transparent; color: var(--cr-muted); background: var(--cr-surface); }
body.cr-unified .cr-chat-option.is-quiet:hover { color: var(--cr-ink); background: #edf4f2; }
body.cr-unified .cr-chat-footer { padding: 8px 13px 10px; color: var(--cr-muted); background: white; font-size: .66rem; line-height: 1.35; text-align: center; }
body.cr-unified .cr-chat-launcher {
  min-height: 72px;
  padding: 7px 8px 7px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(219, 232, 228, .96);
  border-radius: 999px;
  color: var(--cr-ink);
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 48px rgba(17, 24, 39, .18);
  cursor: pointer;
  pointer-events: auto;
}
body.cr-unified .cr-chat-launcher:hover { transform: translateY(-2px); box-shadow: 0 23px 54px rgba(17, 24, 39, .22); }
body.cr-unified .cr-chat-launcher-copy { display: grid; gap: 1px; text-align: right; }
body.cr-unified .cr-chat-launcher-copy strong { color: var(--cr-ink); font-size: .86rem; font-weight: 600 !important; line-height: 1.2; }
body.cr-unified .cr-chat-launcher-copy small { color: var(--cr-muted); font-size: .68rem; line-height: 1.2; }
body.cr-unified .cr-chat-avatar { width: 58px; height: 58px; position: relative; flex: 0 0 auto; }
body.cr-unified .cr-chat-avatar img { width: 100%; height: 100%; display: block; border: 3px solid white; border-radius: 50%; object-fit: cover; background: white; box-shadow: 0 8px 22px rgba(11, 107, 163, .18); }
body.cr-unified .cr-chat-avatar i { position: absolute; right: 1px; bottom: 1px; width: 14px; height: 14px; border: 3px solid white; border-radius: 50%; background: var(--cr-green); }
body.cr-unified .cr-chat.is-ready .cr-chat-avatar { animation: cr-welcome-wave .72s var(--cr-ease) 2; }
@keyframes cr-welcome-wave {
  0%, 100% { transform: rotate(0) translateY(0); }
  35% { transform: rotate(-3deg) translateY(-5px); }
  70% { transform: rotate(2deg) translateY(-2px); }
}
@keyframes cr-chat-message-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
@keyframes cr-chat-dot { from { opacity: .35; transform: translateY(1px); } to { opacity: 1; transform: translateY(-2px); } }

/* Entrance states */
body.cr-unified .cr-reveal { opacity: 0; transform: translateY(18px); transition: opacity .36s var(--cr-ease), transform .36s var(--cr-ease); }
body.cr-unified .cr-reveal.cr-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1024px) {
  body.cr-unified .cr-hero-shell { grid-template-columns: minmax(0, 1fr) minmax(330px, .84fr); gap: 34px; }
  body.cr-unified .cr-hero h1 { font-size: clamp(2.6rem, 6vw, 4.6rem) !important; }
}

@media (max-width: 820px) {
  body.cr-unified nav img[alt*="CityRyde"], body.cr-unified header img[alt*="CityRyde"] { height: 56px !important; }
  body.cr-unified .cr-hero { padding: 36px 18px 44px !important; }
  body.cr-unified .cr-hero-shell { min-height: 0; grid-template-columns: 1fr; gap: 32px; }
  body.cr-unified .cr-hero h1 { font-size: clamp(2.3rem, 10vw, 3.8rem) !important; }
  body.cr-unified .cr-hero-visual { aspect-ratio: 16 / 11; border-width: 5px; border-radius: 26px; }
  body.cr-unified .cr-trust-row { width: calc(100% - 32px); margin-top: -18px; padding: 14px; grid-template-columns: 1fr; }
  body.cr-unified .cr-trust-item { justify-content: flex-start; text-align: left; }
  body.cr-unified .cr-trust-item + .cr-trust-item { border-top: 1px solid var(--cr-line); border-left: 0; }
}

@media (max-width: 520px) {
  :root {
    --cr-page-gutter: 16px;
    --cr-section-space: 36px;
  }
  body.cr-unified .cr-hero { padding-top: 30px !important; }
  body.cr-unified .cr-hero h1 { font-size: clamp(2.12rem, 10.5vw, 3.1rem) !important; }
  body.cr-unified .cr-hero p { font-size: 1rem !important; }
  body.cr-unified .cr-kicker { font-size: 10px; letter-spacing: .1em; }
  body.cr-unified .cr-kicker-icon { width: 34px; height: 34px; }
  body.cr-unified .cr-media-chip { right: 12px; bottom: 12px; max-width: calc(100% - 24px); }
  body.cr-unified section h2 { font-size: 1.85rem !important; }
  body.cr-unified .cr-seo-faq { padding-right: 16px !important; padding-left: 16px !important; }
  body.cr-unified .cr-seo-faq-intro { margin-bottom: 22px; }
  body.cr-unified .cr-seo-faq-item summary { min-height: 56px; padding: 14px; gap: 12px; }
  body.cr-unified .cr-seo-faq-answer { padding: 0 14px 16px; }
  body.cr-unified .cr-chat { right: 10px; bottom: 82px; }
  body.cr-unified .cr-chat-panel { width: calc(100vw - 20px); height: min(650px, calc(100dvh - 172px)); min-height: 390px; border-radius: 22px; }
  body.cr-unified .cr-chat-options { max-height: 198px; }
  body.cr-unified .cr-chat-option { font-size: .75rem; }
  body.cr-unified .cr-chat-launcher { min-height: 64px; padding: 5px 6px 5px 13px; }
  body.cr-unified .cr-chat-avatar { width: 52px; height: 52px; }
  body.cr-unified footer .cr-footer-related { width: calc(100% - 24px); margin-bottom: 28px; padding: 18px; }
  body.cr-unified footer .cr-footer-related ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  body.cr-unified footer .cr-footer-related a { min-height: 52px; padding: 9px 10px; font-size: .8rem !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body.cr-unified *, body.cr-unified *::before, body.cr-unified *::after { animation: none !important; transition-duration: .01ms !important; }
  body.cr-unified .cr-reveal { opacity: 1; transform: none; }
  body.cr-unified .cr-chat.is-ready .cr-chat-avatar,
  body.cr-unified .cr-chat-message,
  body.cr-unified .cr-chat-typing span { animation: none; }
}


/* Static SEO, trust and passage components */
body.cr-unified .cr-wide-container { width: min(100%, 87.5rem); }
body.cr-unified .cr-kicker-dot {
  width: 12px; height: 12px; border-radius: 999px; flex: 0 0 12px;
  background: linear-gradient(135deg, var(--cr-green), var(--cr-blue));
  box-shadow: 0 0 0 7px rgba(16,185,129,.10);
}
body.cr-unified .cr-answer-first {
  max-width: 680px !important; margin: 0 0 18px !important;
  color: var(--cr-copy) !important; font-size: clamp(1.02rem,1.45vw,1.2rem) !important;
  line-height: 1.7 !important;
}
body.cr-unified .cr-seo-answers {
  padding: var(--cr-section-space) var(--cr-page-gutter);
  border-top: 1px solid var(--cr-line);
  background: linear-gradient(135deg, rgba(232,250,243,.62), rgba(234,245,251,.62));
}
body.cr-unified .cr-seo-trust {
  margin-top: 42px;
  padding: 30px var(--cr-page-gutter);
  border-top: 1px solid rgba(255,255,255,.14);
  background: #050505 !important;
  color: #fff !important;
}
body.cr-unified .cr-seo-section-inner,
body.cr-unified .cr-seo-trust-inner { width: min(100%, var(--cr-container)); margin-inline: auto; }
body.cr-unified .cr-seo-eyebrow {
  margin: 0 0 8px; color: var(--cr-green-dark); font-size: .78rem;
  font-weight: 600; letter-spacing: .10em; text-transform: uppercase;
}
body.cr-unified .cr-seo-section-inner > h2,
body.cr-unified .cr-seo-trust h2 { margin: 0 0 20px; font-size: clamp(1.6rem,3vw,2.35rem); line-height: 1.2; }
body.cr-unified .cr-seo-answer-grid {
  display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px;
}
body.cr-unified .cr-seo-answer-grid article {
  padding: 22px; border: 1px solid var(--cr-line); border-radius: 18px;
  background: rgba(255,255,255,.92); box-shadow: var(--cr-shadow-sm);
}
body.cr-unified .cr-seo-answer-grid h3 { margin: 0 0 10px; font-size: 1.05rem; line-height: 1.35; }
body.cr-unified .cr-seo-answer-grid p { margin: 0; color: var(--cr-copy); font-size: .96rem; }
body.cr-unified .cr-seo-checklist {
  margin: 24px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px; list-style: none;
}
body.cr-unified .cr-seo-checklist li {
  padding: 12px 14px 12px 38px; position: relative; border-radius: 14px; background: white;
}
body.cr-unified .cr-seo-checklist li::before {
  content: "✓"; position: absolute; left: 14px; color: var(--cr-green-dark); font-weight: 700;
}
body.cr-unified .cr-seo-trust-inner {
  display: grid; grid-template-columns: minmax(0,1.6fr) minmax(260px,.8fr); gap: 28px; align-items: start;
}
body.cr-unified .cr-seo-trust .cr-seo-eyebrow,
body.cr-unified .cr-seo-trust h2,
body.cr-unified .cr-seo-trust p,
body.cr-unified .cr-seo-trust p a {
  color: #fff !important;
}
body.cr-unified .cr-seo-trust p { max-width: 78ch; margin: 0 0 10px; }
body.cr-unified .cr-seo-trust nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
body.cr-unified .cr-seo-trust nav a {
  min-height: 44px; padding: 10px 12px; border: 1px solid #fff; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  color: #0b6ba3 !important; background: #fff !important; font-size: .9rem; font-weight: 600; text-decoration: none;
}
body.cr-unified .cr-seo-trust nav a:hover,
body.cr-unified .cr-seo-trust nav a:focus-visible {
  border-color: #bfe7f6;
  color: #07537f !important;
  background: #eef8fc !important;
}
@media (max-width: 780px) {
  body.cr-unified .cr-seo-answer-grid,
  body.cr-unified .cr-seo-checklist,
  body.cr-unified .cr-seo-trust-inner { grid-template-columns: 1fr; }
  body.cr-unified .cr-seo-trust nav { grid-template-columns: 1fr 1fr; }
}
