/* V21 WhatsApp branding, floating contact, Google review position and readability */
body {
  font-size: 16px;
  line-height: 1.6;
}

.cr-logo {
  clip-path: none;
  padding: 4px 7px;
}

.cr-logo img {
  width: 230px;
  max-height: 58px;
}

.cr-header-inner {
  min-height: 86px;
  gap: 24px;
}

.cr-footer-logo {
  padding: 10px;
}

.cr-footer-logo img {
  width: min(320px, 100%);
  height: auto;
}

/*
 * Keep urgent contact controls visible on larger screens too.
 * The Google review certificate sits directly above their WhatsApp side.
 */
@media (min-width: 621px) {
  .cr-mobile-actions {
    display: flex;
    left: auto;
    right: 18px;
    bottom: 18px;
    width: min(470px, calc(100vw - 36px));
    height: 66px;
    overflow: hidden;
    border: 1px solid #4a5562;
    border-radius: 16px;
    box-shadow: 0 16px 44px rgba(0, 0, 0, .34);
    z-index: 2147483645;
  }

  .cr-mobile-actions a {
    transition: filter .16s ease, transform .16s ease;
  }

  .cr-mobile-actions a:hover {
    filter: brightness(1.08);
  }

  .cr-mobile-actions a:active {
    transform: translateY(1px);
  }

  .cr-mobile-actions small {
    font-size: 9px;
    line-height: 1.3;
  }
}

.cr-cookie-open .cr-mobile-actions {
  display: flex !important;
}

.cr-wa-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  fill: currentColor;
  vertical-align: middle;
}

.cr-button .cr-wa-icon {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
}

.cr-button:has(.cr-wa-icon),
.cr-footer a:has(.cr-wa-icon),
.cr-drawer-actions a:has(.cr-wa-icon) {
  gap: 8px;
}

.cr-footer a:has(.cr-wa-icon),
.cr-drawer-actions a:has(.cr-wa-icon) {
  align-items: center;
}

.cr-mobile-actions a {
  gap: 8px;
}

.cr-signal p,
.cr-signal a {
  font-size: 12px;
  line-height: 1.45;
}

.cr-nav a,
.cr-button {
  font-size: 12px;
}

.cr-head-call small {
  font-size: 9px;
}

.cr-head-call strong {
  font-size: 15px;
}

.cr-kicker,
.cr-section-index {
  font-size: 12px;
}

.cr-hero-lead,
.cr-section-title p,
.cr-protocol-head p,
.cr-page-lead,
.cr-content-intro {
  font-size: 16px;
}

.cr-eta {
  position: relative;
  overflow: hidden;
  animation: crEtaFloat 3.2s ease-in-out infinite;
  will-change: transform;
}

.cr-eta::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 42%;
  background: linear-gradient(105deg, transparent, rgba(255, 100, 24, .16), transparent);
  transform: translateX(-180%);
  animation: crEtaShine 4.8s ease-in-out infinite;
  pointer-events: none;
}

.cr-dial {
  animation: crEtaPulse 2.7s ease-in-out infinite;
}

.cr-live-label {
  color: #ff8a4e;
  letter-spacing: .12em;
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 800;
  display: flex;
}

.cr-live-dot {
  background: #ff6418;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(255, 100, 24, .65);
  animation: crLiveDot 1.8s ease-out infinite;
}

.cr-eta-copy strong {
  font-size: 14px;
}

.cr-eta-copy p {
  font-size: 13px;
  line-height: 1.6;
}

.cr-rating span strong {
  font-size: 13px;
}

.cr-rating span small {
  font-size: 11px;
}

.cr-rating-stars {
  font-size: 14px;
}

.cr-runway small,
.cr-service-copy > span,
.cr-step small {
  font-size: 10px;
}

.cr-runway strong,
.cr-service-card p,
.cr-step p,
.cr-trust-grid span,
.cr-pricing-list p,
.cr-services-overview p,
.cr-card p,
.cr-process-step p,
.cr-checks li,
.cr-article p,
.cr-aside p,
.cr-faq-list p,
.cr-faq-intro p {
  font-size: 14px;
}

.cr-service-copy p {
  font-size: 15px;
}

.cr-service-copy a,
.cr-service-card a,
.cr-trust-grid a,
.cr-services-overview a,
.cr-inline-link {
  font-size: 11px;
}

.cr-legacy-review-section {
  background:
    linear-gradient(135deg, rgba(255, 100, 24, .08), transparent 42%),
    #fff;
  border-bottom: 1px solid #d4d9df;
  padding: 76px 0;
}

.cr-legacy-review-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 30px;
  margin-bottom: 34px;
}

.cr-legacy-review-heading .cr-kicker {
  margin-bottom: 14px;
}

.cr-legacy-review-heading h2 {
  max-width: 850px;
  margin: 0;
  color: var(--black);
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.cr-legacy-review-heading p:not(.cr-kicker) {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--copy);
  font-size: 16px;
  line-height: 1.7;
}

.cr-legacy-review-heading > a {
  color: var(--black);
  font-size: 12px;
  font-weight: 800;
}

.cr-legacy-review-widget {
  min-height: 280px;
  border: 1px solid #cbd2d9;
  border-top: 5px solid var(--orange);
  background: #f4f6f8;
  padding: 18px;
}

.cr-legacy-review-widget noscript p {
  margin: 0;
  color: var(--copy);
  font-size: 14px;
}

.cr-brandbar p {
  font-size: 12px;
}

.cr-brandbar span,
.cr-brandbar small,
.cr-byline {
  font-size: 11px;
}

.cr-table-wrap th,
.cr-table-wrap td {
  font-size: 12px;
}

.cr-cookie p,
.cr-cookie a {
  font-size: 13px;
}

.cr-cookie-actions button,
.cr-cookie-actions a {
  font-size: 11px;
}

.cr-footer p,
.cr-footer a,
.cr-footer span {
  font-size: 13px;
}

@keyframes crEtaFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes crEtaShine {
  0%, 22% { transform: translateX(-180%); }
  60%, 100% { transform: translateX(360%); }
}

@keyframes crEtaPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 100, 24, 0); }
  50% { box-shadow: 0 0 0 8px rgba(255, 100, 24, .12); }
}

@keyframes crLiveDot {
  0% { box-shadow: 0 0 0 0 rgba(255, 100, 24, .65); }
  70%, 100% { box-shadow: 0 0 0 9px rgba(255, 100, 24, 0); }
}

@media (max-width: 620px) {
  .cr-logo img {
    width: 190px;
    max-height: 50px;
  }

  .cr-header-inner {
    min-height: 70px;
  }

  .cr-mobile-actions {
    z-index: 2147483645;
  }

  .cr-cookie,
  .cr-cookie-open .cr-cookie {
    bottom: 138px;
  }

  .cr-fastproof span,
  .cr-fastproof a {
    font-size: 10px;
  }

  .cr-fastproof strong {
    font-size: 22px;
  }

  .cr-eta-mini {
    position: relative;
    animation: crEtaFloat 3.2s ease-in-out infinite;
  }

  .cr-eta-mini .cr-live-dot {
    position: absolute;
    top: 9px;
    right: 9px;
  }

  .cr-hero-lead,
  .cr-page-lead {
    font-size: 15px;
  }

  .cr-hero-actions .cr-button,
  .cr-page-actions .cr-button,
  .cr-need-links a {
    font-size: 10px;
  }

  .cr-mobile-actions a {
    font-size: 11px;
  }

  .cr-mobile-actions small {
    font-size: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cr-eta,
  .cr-dial,
  .cr-live-dot,
  .cr-eta-mini,
  .cr-eta::after {
    animation: none !important;
  }
}

@media (max-width: 760px) {
  .cr-legacy-review-section {
    padding: 54px 0;
  }

  .cr-legacy-review-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
    margin-bottom: 25px;
  }

  .cr-legacy-review-heading h2 {
    font-size: clamp(36px, 11.5vw, 50px);
  }

  .cr-legacy-review-heading p:not(.cr-kicker) {
    font-size: 15px;
  }

  .cr-legacy-review-widget {
    min-height: 250px;
    padding: 10px;
  }
}


/* V23 custom Google reviews */
.cr-google-reviews {
  overflow: hidden;
  border-bottom: 1px solid #d4d9df;
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 100, 24, .13), transparent 29%),
    linear-gradient(160deg, #ffffff 0%, #f4f6f8 100%);
  padding: 82px 0 76px;
}

.cr-google-review-heading {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  align-items: end;
  gap: 34px;
  margin-bottom: 38px;
}

.cr-google-score {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 112px;
  border: 1px solid #cbd2d9;
  border-top: 5px solid var(--orange);
  background: #fff;
  padding: 20px;
  box-shadow: 0 18px 50px rgba(9, 15, 24, .08);
}

.cr-google-score .cr-google-g {
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
}

.cr-google-score span,
.cr-google-score small {
  display: block;
}

.cr-google-score strong {
  display: block;
  color: var(--black);
  font-size: 37px;
  line-height: .9;
  letter-spacing: -.05em;
}

.cr-google-score small {
  margin-top: 7px;
  color: var(--copy);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cr-google-review-heading .cr-kicker {
  margin-bottom: 13px;
}

.cr-google-review-heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--black);
  font-size: clamp(39px, 4.4vw, 66px);
  font-weight: 800;
  line-height: .96;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.cr-google-review-heading > div:nth-child(2) > p:last-child {
  max-width: 720px;
  margin: 17px 0 0;
  color: var(--copy);
  font-size: 16px;
  line-height: 1.65;
}

.cr-google-profile-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid #151a21;
  color: #151a21;
  padding: 12px 18px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
  transition: background .18s ease, color .18s ease;
}

.cr-google-profile-link:hover,
.cr-google-profile-link:focus-visible {
  background: #151a21;
  color: #fff;
}

.cr-review-carousel {
  position: relative;
}

.cr-review-viewport {
  overflow: hidden;
}

.cr-review-track {
  display: flex;
  align-items: stretch;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 4px 2px 20px;
}

.cr-review-track::-webkit-scrollbar {
  display: none;
}

.cr-google-review-card {
  display: flex;
  flex: 0 0 calc((100% - 48px) / 3);
  flex-direction: column;
  min-width: 0;
  min-height: 415px;
  scroll-snap-align: start;
  border: 1px solid #cbd2d9;
  border-top: 5px solid var(--orange);
  background: #fff;
  padding: 27px;
  box-shadow: 0 16px 44px rgba(9, 15, 24, .08);
}

.cr-google-review-top {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 13px;
}

.cr-review-avatar {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  background: #101722;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .06em;
}

.cr-google-review-top h3 {
  overflow-wrap: anywhere;
  margin: 0;
  color: var(--black);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
}

.cr-google-review-top p {
  margin: 6px 0 0;
  color: #68717c;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.cr-google-review-top .cr-google-g {
  width: 28px;
  height: 28px;
}

.cr-review-stars {
  margin-top: 24px;
  color: #f6a800;
  font-size: 18px;
  letter-spacing: .12em;
}

.cr-google-review-card blockquote {
  margin: 18px 0 22px;
}

.cr-google-review-card blockquote p {
  margin: 0;
  color: #303945;
  font-size: 15px;
  line-height: 1.72;
}

.cr-google-review-card > a {
  align-self: flex-start;
  margin-top: auto;
  border-bottom: 2px solid var(--orange);
  color: #14191f;
  padding-bottom: 5px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cr-review-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 13px;
}

.cr-review-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.cr-review-dots button {
  width: 34px;
  height: 7px;
  border: 0;
  border-radius: 99px;
  background: #c9ced4;
  padding: 0;
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}

.cr-review-dots button[aria-current="true"] {
  width: 58px;
  background: var(--orange);
}

.cr-review-pause {
  min-height: 42px;
  border: 1px solid #aeb5bd;
  background: #fff;
  color: #151a21;
  padding: 9px 15px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}

.cr-review-progress {
  overflow: hidden;
  height: 3px;
  margin-top: 14px;
  background: #d9dde2;
}

.cr-review-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: var(--orange);
}

.cr-review-source-note {
  margin: 22px 0 0;
  color: #69727d;
  font-size: 11px;
  line-height: 1.55;
}

@media (max-width: 1023px) {
  .cr-google-review-heading {
    grid-template-columns: 170px minmax(0, 1fr);
  }

  .cr-google-profile-link {
    grid-column: 2;
    justify-self: start;
  }

  .cr-google-review-card {
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media (max-width: 699px) {
  .cr-google-reviews {
    padding: 58px 0 54px;
  }

  .cr-google-review-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 21px;
    margin-bottom: 28px;
  }

  .cr-google-score {
    width: min(100%, 290px);
    min-height: 98px;
  }

  .cr-google-review-heading h2 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .cr-google-review-heading > div:nth-child(2) > p:last-child {
    font-size: 15px;
  }

  .cr-google-profile-link {
    grid-column: 1;
  }

  .cr-review-track {
    gap: 14px;
  }

  .cr-google-review-card {
    flex-basis: 100%;
    min-height: 430px;
    padding: 24px 21px;
  }

  .cr-google-review-card blockquote p {
    font-size: 15px;
    line-height: 1.68;
  }

  .cr-review-controls {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cr-review-track {
    scroll-behavior: auto;
  }
}

/* V25 compact motion edition */
:root {
  --v25-ink: #080b10;
  --v25-panel: #10161f;
  --v25-line: rgba(255, 255, 255, .13);
  --v25-glow: rgba(255, 100, 24, .28);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  background: var(--v25-ink);
}

.cr-signal {
  position: relative;
  z-index: 72;
  overflow: hidden;
  background: var(--orange);
}

.cr-signal .cr-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
}

.cr-signal-marquee {
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.cr-signal-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: crSignalFlow 17s linear infinite;
}

.cr-signal-track span {
  flex: none;
  padding-right: 68px;
  color: #080b10;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 42px;
  text-transform: uppercase;
  white-space: nowrap;
}

.cr-signal a {
  position: relative;
  z-index: 1;
  min-height: 42px;
  background: var(--orange);
  color: #080b10;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.cr-header {
  position: sticky;
  top: 0;
  z-index: 70;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background: rgba(6, 9, 14, .93);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
  backdrop-filter: blur(15px);
}

.cr-nav-services > button::before {
  content: "+";
  display: block;
  font-size: 17px;
  line-height: 1;
  transition: transform .24s ease;
}

.cr-nav-services.is-open > button::before {
  transform: rotate(45deg);
}

.cr-mobile-services summary {
  list-style: none;
}

.cr-mobile-services summary::-webkit-details-marker {
  display: none;
}

.cr-hero {
  min-height: min(680px, calc(100vh - 104px));
  background: var(--v25-ink);
}

.cr-hero-grid {
  min-height: min(680px, calc(100vh - 104px));
  gap: clamp(28px, 4vw, 54px);
  padding-top: 42px;
  padding-bottom: 42px;
}

.cr-hero-bg {
  transform: scale(1.03);
  animation: crHeroDrift 15s ease-in-out infinite alternate;
}

.cr-hero:after {
  background:
    linear-gradient(115deg, transparent 0, transparent 66%, rgba(255, 100, 24, .94) 66%, rgba(255, 100, 24, .94) 66.65%, transparent 66.65%),
    repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(255, 255, 255, .045) calc(25% - 1px), rgba(255, 255, 255, .045) 25%);
  animation: crGridBreath 5.2s ease-in-out infinite alternate;
}

.cr-hero-copy {
  max-width: 810px;
  animation: crHeroEnter .75s cubic-bezier(.2, .75, .25, 1) both;
}

.cr-hud {
  animation: crHeroEnter .75s .14s cubic-bezier(.2, .75, .25, 1) both;
}

.cr-hero h1 {
  max-width: 790px;
  font-size: clamp(57px, 6.35vw, 96px);
  line-height: .86;
}

.cr-hero-lead {
  max-width: 660px;
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.62;
}

.cr-hero-actions {
  margin-top: 24px;
}

.cr-button,
.cr-head-call,
.cr-google-profile-link,
.cr-google-review-card > a {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.cr-button::after,
.cr-head-call::after,
.cr-google-profile-link::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -60%;
  left: -38%;
  width: 24%;
  height: 220%;
  background: rgba(255, 255, 255, .34);
  transform: rotate(18deg) translateX(-260%);
  transition: transform .55s ease;
}

.cr-button:hover::after,
.cr-button:focus-visible::after,
.cr-head-call:hover::after,
.cr-head-call:focus-visible::after,
.cr-google-profile-link:hover::after,
.cr-google-profile-link:focus-visible::after {
  transform: rotate(18deg) translateX(760%);
}

.cr-live-dot {
  box-shadow: 0 0 0 0 rgba(255, 100, 24, .55);
  animation: crLivePulse 1.75s ease-out infinite;
}

.cr-dial {
  animation: crDialFloat 3.4s ease-in-out infinite;
}

.cr-section {
  padding: 72px 0;
}

.cr-section-head {
  gap: 24px;
  margin-bottom: 38px;
}

.cr-section-title h2 {
  max-width: 900px;
  font-size: clamp(43px, 4.8vw, 72px);
}

.cr-section-title p,
.cr-content p,
.cr-content li,
.cr-area p,
.cr-cta p {
  font-size: 14px;
  line-height: 1.65;
}

.cr-service-grid,
.cr-cards,
.cr-trust-grid,
.cr-services-overview {
  gap: 10px;
}

.cr-service-card,
.cr-card,
.cr-trust-grid article,
.cr-services-overview article {
  min-height: 0;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.cr-service-card:hover,
.cr-service-card:focus-within,
.cr-card:hover,
.cr-card:focus-within,
.cr-trust-grid article:hover,
.cr-services-overview article:hover {
  z-index: 2;
  border-color: rgba(255, 100, 24, .55);
  box-shadow: 0 18px 42px rgba(9, 15, 24, .14);
  transform: translateY(-6px);
}

.cr-service-card img,
.cr-page-image img,
.cr-area > img {
  transition: transform .8s cubic-bezier(.2, .7, .2, 1), filter .4s ease;
}

.cr-service-card:hover img,
.cr-page-image:hover img {
  transform: scale(1.045);
}

.cr-protocol {
  padding: 64px 0;
}

.cr-protocol-head {
  gap: 44px;
}

.cr-area {
  min-height: 560px;
}

.cr-area-copy {
  padding-top: 58px;
  padding-bottom: 58px;
}

.cr-brandbar {
  overflow: hidden;
  padding: 30px 0;
}

.cr-brandbar div[data-brand-rail] {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  gap: 8px;
  will-change: transform;
  animation: crBrandFlow 24s linear infinite;
}

.cr-brandbar div[data-brand-rail]:hover {
  animation-play-state: paused;
}

.cr-brandbar div[data-brand-rail] span {
  flex: none;
}

.cr-cta {
  padding: 58px 0;
}

.cr-footer-main {
  gap: 36px;
  padding-top: 46px;
  padding-bottom: 42px;
}

.cr-page-hero {
  padding: 58px 0;
}

.cr-page-hero h1 {
  font-size: clamp(44px, 5vw, 70px);
}

.cr-content {
  padding: 64px 0;
}

.cr-content-grid {
  gap: 44px;
}

.cr-google-reviews {
  position: relative;
  overflow: hidden;
  border-color: #27313d;
  background:
    radial-gradient(circle at 8% 0, rgba(255, 100, 24, .22), transparent 28%),
    radial-gradient(circle at 90% 100%, rgba(32, 86, 181, .16), transparent 32%),
    linear-gradient(145deg, #070a0f, #111925 68%, #090d13);
  padding: 54px 0 48px;
}

.cr-google-reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: linear-gradient(180deg, #000, transparent 75%);
  mask-image: linear-gradient(180deg, #000, transparent 75%);
}

.cr-google-review-heading {
  position: relative;
  grid-template-columns: 166px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-bottom: 25px;
}

.cr-google-score {
  min-height: 92px;
  border-color: #3b4755;
  border-top-color: var(--orange);
  background: rgba(16, 23, 33, .9);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .28), 0 0 34px rgba(255, 100, 24, .08);
  padding: 16px;
}

.cr-google-score strong,
.cr-google-review-heading h2 {
  color: #fff;
}

.cr-google-score small,
.cr-google-review-heading > div:nth-child(2) > p:last-child,
.cr-review-source-note {
  color: #aeb9c6;
}

.cr-google-review-heading h2 {
  font-size: clamp(35px, 3.8vw, 56px);
}

.cr-google-review-heading > div:nth-child(2) > p:last-child {
  max-width: 660px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.55;
}

.cr-google-profile-link {
  min-height: 44px;
  border-color: #8793a1;
  color: #fff;
}

.cr-google-profile-link:hover,
.cr-google-profile-link:focus-visible {
  border-color: var(--orange);
  background: var(--orange);
  color: #070a0f;
}

.cr-review-track {
  gap: 14px;
  padding: 5px 2px 14px;
}

.cr-google-review-card {
  flex-basis: calc((100% - 28px) / 3);
  min-height: 350px;
  border-color: #34404e;
  border-top-color: var(--orange);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .035), transparent 32%),
    #111923;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .25);
  padding: 21px;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.cr-google-review-card:hover,
.cr-google-review-card:focus-within {
  border-color: rgba(255, 100, 24, .7);
  box-shadow: 0 20px 52px rgba(0, 0, 0, .35), 0 0 28px rgba(255, 100, 24, .09);
  transform: translateY(-5px);
}

.cr-review-avatar {
  background: linear-gradient(135deg, var(--orange), #d94612);
  color: #fff;
  box-shadow: 0 7px 22px rgba(255, 100, 24, .2);
}

.cr-google-review-top h3,
.cr-google-review-card > a {
  color: #fff;
}

.cr-google-review-top p {
  color: #8f9caa;
}

.cr-review-stars {
  margin-top: 17px;
  font-size: 16px;
}

.cr-google-review-card blockquote {
  margin: 13px 0 17px;
}

.cr-google-review-card blockquote p {
  color: #d7dee7;
  font-size: 14px;
  line-height: 1.55;
}

.cr-google-review-card > a {
  border-bottom-color: var(--orange);
  font-size: 10px;
}

.cr-review-controls {
  margin-top: 5px;
}

.cr-review-dots button {
  background: #3b4653;
}

.cr-review-pause {
  min-height: 38px;
  border-color: #53606e;
  background: #111923;
  color: #fff;
}

.cr-review-progress {
  margin-top: 10px;
  background: #2e3844;
}

.cr-review-source-note {
  margin-top: 12px;
}

html.cr-motion-ready .cr-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .62s ease, transform .62s cubic-bezier(.2, .7, .2, 1);
}

html.cr-motion-ready .cr-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes crSignalFlow {
  to { transform: translateX(-50%); }
}

@keyframes crHeroDrift {
  from { transform: scale(1.03) translate3d(0, 0, 0); }
  to { transform: scale(1.095) translate3d(-1.2%, -.8%, 0); }
}

@keyframes crGridBreath {
  from { opacity: .72; }
  to { opacity: 1; }
}

@keyframes crHeroEnter {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}

@keyframes crLivePulse {
  70% { box-shadow: 0 0 0 9px rgba(255, 100, 24, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 100, 24, 0); }
}

@keyframes crDialFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes crBrandFlow {
  to { transform: translateX(-50%); }
}

@media (max-width: 1023px) {
  .cr-hero,
  .cr-hero-grid {
    min-height: auto;
  }

  .cr-hero-grid {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .cr-google-review-heading {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .cr-google-review-card {
    flex-basis: calc((100% - 14px) / 2);
  }
}

@media (max-width: 699px) {
  html {
    scroll-padding-top: 74px;
  }

  .cr-signal .cr-wrap {
    display: block;
    padding: 0;
  }

  .cr-signal-track span {
    padding-right: 54px;
    font-size: 10px;
    line-height: 38px;
  }

  .cr-signal a {
    display: none;
  }

  .cr-hero-grid {
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .cr-hero h1 {
    font-size: clamp(43px, 12.5vw, 58px);
    line-height: .9;
  }

  .cr-hero-lead {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.58;
  }

  .cr-section,
  .cr-content {
    padding: 48px 0;
  }

  .cr-section-head {
    gap: 12px;
    margin-bottom: 27px;
  }

  .cr-section-title h2,
  .cr-content h2 {
    font-size: clamp(35px, 10.5vw, 48px);
  }

  .cr-protocol,
  .cr-cta {
    padding: 48px 0;
  }

  .cr-area {
    min-height: 510px;
  }

  .cr-area-copy {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .cr-footer-main {
    padding-top: 38px;
    padding-bottom: 36px;
  }

  .cr-page-hero {
    padding: 44px 0;
  }

  .cr-google-reviews {
    padding: 43px 0 39px;
  }

  .cr-google-review-heading {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 20px;
  }

  .cr-google-score {
    width: min(100%, 255px);
    min-height: 82px;
  }

  .cr-google-review-heading h2 {
    font-size: clamp(34px, 10vw, 45px);
  }

  .cr-google-review-heading > div:nth-child(2) > p:last-child {
    font-size: 13px;
  }

  .cr-review-track {
    gap: 10px;
  }

  .cr-google-review-card {
    flex-basis: 100%;
    min-height: 0;
    padding: 19px;
  }

  .cr-google-review-card blockquote p {
    font-size: 14px;
    line-height: 1.55;
  }

  .cr-review-controls {
    align-items: center;
    flex-direction: row;
    gap: 12px;
  }

  .cr-review-dots {
    gap: 6px;
  }

  .cr-review-dots button {
    width: 18px;
    height: 6px;
  }

  .cr-review-dots button[aria-current="true"] {
    width: 34px;
  }

  .cr-review-pause {
    min-height: 36px;
    padding: 7px 10px;
    font-size: 9px;
  }

  .cr-brandbar {
    padding: 25px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .cr-signal-track,
  .cr-hero-bg,
  .cr-hero:after,
  .cr-hero-copy,
  .cr-hud,
  .cr-live-dot,
  .cr-dial,
  .cr-brandbar div[data-brand-rail] {
    animation: none !important;
  }

  html.cr-motion-ready .cr-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* V26 concise reviews and original tyre logo rail */
.cr-google-reviews {
  padding: 38px 0 40px;
}

.cr-google-review-heading-compact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.cr-google-review-heading-compact .cr-google-score {
  width: auto;
  min-width: 175px;
  min-height: 76px;
  padding: 13px 16px;
}

.cr-google-review-heading-compact .cr-google-score .cr-google-g {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
}

.cr-google-review-heading-compact .cr-google-score strong {
  font-size: 34px;
}

.cr-google-review-heading-compact .cr-google-score small {
  margin-top: 4px;
  font-size: 10px;
}

.cr-google-review-heading-compact .cr-google-profile-link {
  flex: none;
}

.cr-brandbar {
  padding: 22px 0 24px;
  background: #f1f3f5;
}

.cr-brandbar p {
  margin: 0 0 13px;
  color: #4f5965;
  font-size: 9px;
  letter-spacing: .14em;
}

.cr-brandbar .cr-brand-logo-track,
.cr-brandbar .cr-brand-logo-track[data-brand-rail] {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  gap: 10px;
  margin: 0;
  will-change: transform;
  animation: crBrandFlow 22s linear infinite;
}

.cr-brandbar .cr-brand-logo-track[data-brand-rail]:hover {
  animation-play-state: paused;
}

.cr-brandbar .cr-brand-logo {
  display: grid;
  flex: 0 0 178px;
  width: 178px;
  height: 70px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #d6dbe0;
  border-radius: 8px;
  background: #fff;
  padding: 10px 14px;
  box-shadow: 0 6px 18px rgba(9, 15, 24, .06);
}

.cr-brandbar .cr-brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 699px) {
  .cr-google-reviews {
    padding: 30px 0 34px;
  }

  .cr-google-review-heading-compact {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
  }

  .cr-google-review-heading-compact .cr-google-score {
    width: auto;
    min-width: 158px;
    min-height: 68px;
    padding: 10px 12px;
  }

  .cr-google-review-heading-compact .cr-google-score .cr-google-g {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .cr-google-review-heading-compact .cr-google-score strong {
    font-size: 30px;
  }

  .cr-google-review-heading-compact .cr-google-profile-link {
    min-height: 42px;
    padding: 8px 11px;
    font-size: 9px;
  }

  .cr-brandbar {
    padding: 18px 0 20px;
  }

  .cr-brandbar .cr-brand-logo {
    flex-basis: 145px;
    width: 145px;
    height: 60px;
    padding: 9px 12px;
  }
}

/* V27 clean header and dependable local tyre logos */
.cr-signal .cr-wrap {
  display: block;
}

.cr-signal .cr-wrap > a,
.cr-head-call {
  display: none !important;
}

.cr-signal-marquee {
  width: 100%;
}

.cr-brandbar .cr-brand-logo {
  background: #fff;
}

.cr-brandbar .cr-brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
