/* V20 floating contact, Trustindex position, premium logo 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 Trustindex 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;
  }

  .ti-certificate .ti-sticky-button.ti-position-right {
    right: 18px !important;
    bottom: 96px !important;
  }
}

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

.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-trustindex-section {
  background:
    linear-gradient(135deg, rgba(255, 100, 24, .08), transparent 42%),
    #fff;
  border-bottom: 1px solid #d4d9df;
  padding: 76px 0;
}

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

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

.cr-trustindex-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-trustindex-heading p:not(.cr-kicker) {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--copy);
  font-size: 16px;
  line-height: 1.7;
}

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

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

.cr-trustindex-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;
  }

  .ti-certificate .ti-sticky-button.ti-position-right {
    right: 12px !important;
    bottom: 76px !important;
  }

  .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-trustindex-section {
    padding: 54px 0;
  }

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

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

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

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