/* Targeted Curo improvement pass - additive only. */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.curo-site-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  width: 100%;
  background: rgba(2, 6, 23, 0.985) !important;
  backdrop-filter: blur(18px);
}

body > div {
  padding-top: 80px;
}

.curo-sticky-preview-cta {
  position: fixed;
  right: clamp(1rem, 2vw, 2rem);
  bottom: clamp(1rem, 2vw, 2rem);
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.1rem;
  border: 1px solid rgba(103, 232, 249, 0.64);
  border-radius: 999px;
  background: rgb(103 232 249);
  color: rgb(2 6 23);
  box-shadow: 0 18px 42px rgba(8, 145, 178, 0.28);
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(1rem) scale(0.96);
  transition:
    opacity 220ms ease,
    transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 180ms ease,
    background 180ms ease;
}

.curo-sticky-preview-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.curo-sticky-preview-cta.is-visible:hover {
  transform: translateY(-2px) scale(1);
  background: white;
  box-shadow: 0 24px 56px rgba(8, 145, 178, 0.34);
}

.curo-hero-showcase {
  isolation: isolate;
}

.curo-hero-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.07) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 72%);
  pointer-events: none;
}

.curo-hero-showcase > div:not(.absolute) {
  z-index: 1;
}

.curo-hero-kicker,
.curo-hero-headline,
.curo-hero-copy,
.curo-hero-actions,
.curo-hero-metrics,
.curo-preview-window,
.curo-trust-badges {
  animation: curo-rise 640ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.curo-hero-headline { animation-delay: 80ms; }
.curo-hero-copy { animation-delay: 160ms; }
.curo-hero-actions { animation-delay: 230ms; }
.curo-hero-metrics { animation-delay: 300ms; }
.curo-preview-window { animation-delay: 180ms; }
.curo-trust-badges { animation-delay: 360ms; }

.curo-headline-accent {
  color: rgb(165 243 252);
  text-shadow: 0 0 32px rgba(103, 232, 249, 0.26);
}

.curo-headline-line {
  display: inline;
}

.curo-primary-action,
.curo-preview-window,
.curo-audience-card {
  position: relative;
  overflow: hidden;
}

.curo-sticky-preview-cta {
  overflow: hidden;
}

.curo-primary-action::after,
.curo-sticky-preview-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.55) 42%, transparent 62%);
  transform: translateX(-130%);
  transition: transform 520ms ease;
}

.curo-primary-action:hover::after,
.curo-sticky-preview-cta:hover::after {
  transform: translateX(130%);
}

.curo-preview-window {
  transform-origin: 50% 70%;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.curo-preview-window::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(103, 232, 249, 0.3), transparent 28%, rgba(255, 255, 255, 0.34) 48%, transparent 68%);
  opacity: 0.42;
  pointer-events: none;
}

.curo-preview-window:hover {
  transform: translateY(-5px);
  border-color: rgba(103, 232, 249, 0.45);
  box-shadow: 0 34px 90px rgba(8, 145, 178, 0.2);
}

.curo-audience-card {
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.05);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.curo-audience-card:hover {
  transform: translateY(-5px);
  border-color: rgba(8, 145, 178, 0.26);
  background: rgba(248, 250, 252, 0.98);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.09);
}

.curo-audience-icon {
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.curo-audience-card:hover .curo-audience-icon {
  transform: translateY(-2px) scale(1.04);
  background: rgb(8 145 178);
  color: white;
}

.curo-proof-upgrade {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(103, 232, 249, 0.12), transparent 32%),
    linear-gradient(135deg, #020617 0%, #0f172a 48%, #111827 100%);
}

.curo-hero-system {
  position: relative;
}

.curo-hero-system::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(103, 232, 249, 0.48), rgba(255, 255, 255, 0), rgba(14, 165, 233, 0.22));
  filter: blur(18px);
  opacity: 0.75;
}

.curo-trust-path {
  position: relative;
  overflow: hidden;
  min-height: 18rem;
  background:
    linear-gradient(135deg, rgba(8, 47, 73, 0.92), rgba(2, 6, 23, 0.98) 58%),
    #020617;
}

.curo-trust-path::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(103, 232, 249, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 232, 249, 0.12) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
  pointer-events: none;
}

.curo-trust-path > * {
  position: relative;
  z-index: 1;
}

.curo-path-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.72);
  padding: 0.85rem;
}

.curo-path-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(103, 232, 249, 0.16);
  color: rgb(103 232 249);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
}

.curo-path-row strong {
  color: white;
  font-size: 0.92rem;
}

.curo-path-row em {
  color: rgb(203 213 225);
  font-size: 0.76rem;
  font-style: normal;
}

.curo-proof-upgrade .curo-standard-card,
.curo-proof-panel,
.curo-preview-proof-card {
  transform: translateY(0);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.curo-proof-upgrade .curo-standard-card:hover,
.curo-proof-panel:hover,
.curo-preview-proof-card:hover {
  transform: translateY(-4px);
  border-color: rgba(103, 232, 249, 0.46);
}

.curo-proof-upgrade .curo-standard-card:nth-child(1) { animation-delay: 70ms; }
.curo-proof-upgrade .curo-standard-card:nth-child(2) { animation-delay: 140ms; }
.curo-proof-upgrade .curo-standard-card:nth-child(3) { animation-delay: 210ms; }
.curo-proof-upgrade .curo-standard-card:nth-child(4) { animation-delay: 280ms; }

.curo-standard-card,
.curo-proof-panel {
  animation: curo-rise 520ms ease both;
}

@keyframes curo-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.curo-proof-upgrade::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
  pointer-events: none;
}

.curo-proof-upgrade > div {
  position: relative;
  z-index: 1;
}

.curo-standard-card {
  min-height: 15rem;
  border: 1px solid rgba(148, 163, 184, 0.26);
  background: rgba(15, 23, 42, 0.72);
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.24);
  backdrop-filter: blur(14px);
}

.curo-standard-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  background: rgb(103 232 249);
  color: rgb(2 6 23);
  font-size: 0.82rem;
  font-weight: 900;
}

.curo-proof-panel {
  border: 1px solid rgba(15, 23, 42, 0.12);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(240,249,255,0.88));
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.curo-proof-panel-item {
  border-top: 1px solid rgba(15, 23, 42, 0.1);
}

.curo-proof-panel-item:first-child {
  border-top: 0;
}

.curo-preview-proof-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .curo-preview-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.curo-preview-proof-card {
  border: 1px solid rgba(203, 213, 225, 0.9);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.curo-preview-proof-card strong {
  color: rgb(15 23 42);
}

.curo-preview-proof-card span {
  color: rgb(8 145 178);
}

.rounded-\[1\.5rem\] > .border-b > div:first-child,
.rounded-\[1\.5rem\] > .border-b > div:first-child p {
  text-align: left !important;
}

.rounded-\[1\.5rem\] > .border-b {
  justify-content: space-between !important;
}

.rounded-\[1\.5rem\] > .border-b > div:first-child {
  flex: 1 1 auto;
  min-width: 0;
}

.rounded-\[1\.5rem\] > .border-b > div:last-child {
  flex: 0 0 auto;
  justify-content: flex-end !important;
  margin-left: 1rem;
}

.rounded-\[1\.5rem\] > .border-b > div:first-child p {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
}

.curo-trust-badges,
.curo-trust-badges p {
  text-align: left !important;
}

.curo-trust-badges .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.curo-trust-badges .rounded-2xl {
  text-align: left !important;
}

.curo-404-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem;
  background: #020617;
  color: #f8fafc;
}

.curo-404-card {
  width: min(42rem, 100%);
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 2rem;
  padding: clamp(2rem, 6vw, 4rem);
  background: rgba(15, 23, 42, 0.84);
}

.curo-404-card a {
  display: inline-flex;
  margin-top: 1.5rem;
  border-radius: 999px;
  background: rgb(103 232 249);
  padding: 0.85rem 1.2rem;
  color: #020617;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 900px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body.curo-home-review-copy > div {
    width: 100vw !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  body > div {
    padding-top: 79px;
  }

  body > div,
  body section,
  body section > div {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  body main,
  body main section,
  body main section > div {
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box;
  }

  body section .grid,
  body main section .grid {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
  }

  .curo-hero-showcase > .relative.mx-auto {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  body.curo-home-review-copy .curo-hero-showcase > .relative.mx-auto {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .curo-hero-showcase .grid {
    display: block !important;
    max-width: 100% !important;
  }

  .curo-hero-showcase .grid > div {
    width: 100% !important;
    max-width: 100% !important;
  }

  .curo-hero-showcase .curo-trust-badges .grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.curo-home-review-copy .curo-hero-showcase {
    padding-top: 3.75rem !important;
    padding-bottom: 4rem !important;
  }

  body.curo-home-review-copy .curo-hero-showcase .grid > div:nth-child(2),
  body.curo-home-review-copy .curo-hero-metrics {
    display: none !important;
  }

  body.curo-home-review-copy .curo-hero-showcase > .relative.mx-auto {
    min-height: 0 !important;
  }

  .curo-sticky-preview-cta {
    top: auto;
    right: 1rem;
    bottom: 0.85rem;
    left: auto;
    width: auto;
    min-width: 10.75rem;
    min-height: 3rem;
    padding: 0 1.05rem;
    box-shadow: 0 18px 48px rgba(8, 145, 178, 0.34);
  }

  .curo-preview-window:hover,
  .curo-audience-card:hover {
    transform: none;
  }

  body > div > section:first-of-type,
  body > div > section:first-of-type h1,
  body > div > section:first-of-type h2,
  body > div > section:first-of-type p,
  body > div > section:first-of-type a,
  main > section:first-child,
  main > section:first-child h1,
  main > section:first-child h2,
  main > section:first-child p,
  main > section:first-child a,
  .curo-proof-upgrade,
  .curo-proof-upgrade h2,
  .curo-proof-upgrade h3,
  .curo-proof-upgrade p,
  .curo-proof-upgrade a,
  .curo-standard-card,
  .curo-preview-proof-card,
  .curo-mobile-cta,
  .curo-mobile-cta p {
    text-align: center !important;
  }

  body section :where(input, textarea, select),
  body main section :where(input, textarea, select) {
    text-align: left !important;
  }

  body section > div,
  body section .grid,
  body section .flex,
  body section [class*="grid-cols"],
  body section [class*="rounded"] {
    min-width: 0;
  }

  body section h1 {
    font-size: clamp(2rem, 8.75vw, 2.35rem) !important;
    line-height: 1.1 !important;
    text-wrap: balance;
  }

  .curo-hero-headline {
    font-size: clamp(1.98rem, 7.75vw, 2.08rem) !important;
    max-width: calc(100vw - 1.5rem) !important;
  }

  .curo-headline-line {
    display: block;
  }

  .curo-hero-kicker {
    width: min(100%, 17.25rem) !important;
    padding: 0.75rem 1rem !important;
    font-size: 0.8rem !important;
    line-height: 1.45 !important;
  }

  .curo-hero-copy {
    max-width: min(100% - 3rem, 21.5rem) !important;
    width: min(100% - 3rem, 21.5rem) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 1rem !important;
    line-height: 1.75 !important;
    color: rgb(203 213 225) !important;
  }

  body.curo-home-review-copy .curo-hero-actions {
    align-items: center !important;
  }

  body.curo-home-review-copy .curo-hero-copy {
    max-width: min(100% - 2rem, 22rem) !important;
    width: min(100% - 2rem, 22rem) !important;
  }

  body.curo-home-review-copy .curo-primary-action {
    width: min(100%, 16.5rem) !important;
    max-width: calc(100vw - 2rem) !important;
  }

  body section h2 {
    text-wrap: balance;
  }

  body section h1,
  body section h2,
  body section h3,
  body main section h1,
  body main section h2,
  body main section h3 {
    max-width: calc(100vw - 3rem) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-wrap: break-word;
  }

  body > div > section:first-of-type h1,
  main > section:first-child h1 {
    max-width: min(calc(100vw - 2rem), 18.5rem) !important;
    font-size: clamp(2rem, 8.1vw, 2.45rem) !important;
    line-height: 1.08 !important;
  }

  body > div > section:first-of-type p,
  main > section:first-child p {
    max-width: min(calc(100vw - 2rem), 18rem) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body > div > section:first-of-type a.rounded-full,
  main > section:first-child a.rounded-full {
    width: min(100%, 16.5rem) !important;
    max-width: calc(100vw - 2rem) !important;
    justify-content: center !important;
  }

  body section p {
    text-wrap: pretty;
    max-width: calc(100vw - 3rem);
  }

  body > div > section:first-of-type [class*="max-w-2xl"],
  body > div > section:first-of-type [class*="max-w-3xl"],
  body > div > section:first-of-type [class*="max-w-4xl"],
  body > div > section:first-of-type [class*="max-w-5xl"],
  body > div > section:first-of-type [class*="max-w-6xl"],
  main > section:first-child [class*="max-w-2xl"],
  main > section:first-child [class*="max-w-3xl"],
  main > section:first-child [class*="max-w-4xl"],
  main > section:first-child [class*="max-w-5xl"],
  main > section:first-child [class*="max-w-6xl"],
  .curo-proof-upgrade [class*="max-w-2xl"],
  .curo-proof-upgrade [class*="max-w-3xl"],
  .curo-proof-upgrade [class*="max-w-4xl"],
  .curo-proof-upgrade [class*="max-w-5xl"],
  .curo-proof-upgrade [class*="max-w-6xl"] {
    margin-left: auto;
    margin-right: auto;
  }

  body > div > section:first-of-type [class*="items-start"],
  main > section:first-child [class*="items-start"],
  .curo-proof-upgrade [class*="items-start"] {
    align-items: center !important;
  }

  body > div > section:first-of-type .inline-flex,
  body > div > section:first-of-type [class*="inline-flex"],
  main > section:first-child .inline-flex,
  main > section:first-child [class*="inline-flex"],
  .curo-proof-upgrade .inline-flex,
  .curo-proof-upgrade [class*="inline-flex"],
  .curo-standard-number {
    margin-left: auto;
    margin-right: auto;
  }

  body > div > section:first-of-type .inline-flex,
  body > div > section:first-of-type [class*="inline-flex"],
  main > section:first-child .inline-flex,
  main > section:first-child [class*="inline-flex"],
  .curo-proof-upgrade .inline-flex,
  .curo-proof-upgrade [class*="inline-flex"] {
    max-width: 100%;
    flex-wrap: wrap;
    white-space: normal;
  }

  body > div > section:first-of-type > div > .inline-flex,
  body > div > section:first-of-type > div > div > .inline-flex,
  body > div > section:first-of-type .mb-6.inline-flex,
  main > section:first-child > div > .inline-flex,
  main > section:first-child > div > div > .inline-flex,
  main > section:first-child .mb-6.inline-flex,
  .curo-proof-upgrade > div > .inline-flex,
  .curo-proof-upgrade > div > div > .inline-flex,
  .curo-proof-upgrade .mb-6.inline-flex {
    width: min(100%, 18rem);
    max-width: calc(100vw - 3rem);
    justify-content: center;
  }

  .curo-trust-path > div:first-child {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .curo-trust-path > div:first-child > span {
    white-space: nowrap;
  }

  .curo-proof-upgrade a,
  body > div > section:first-of-type .rounded-full[href*="#preview-form"],
  body > div > section:first-of-type .rounded-full[href*="#pricing"],
  body > div > section:first-of-type .rounded-full[href*="/contact"],
  body > div > section:first-of-type .rounded-full[href*="/services"],
  main > section:first-child .rounded-full[href*="#preview-form"],
  main > section:first-child .rounded-full[href*="#pricing"],
  main > section:first-child .rounded-full[href*="/contact"],
  main > section:first-child .rounded-full[href*="/services"] {
    display: flex !important;
    justify-content: center;
    width: min(100%, 19rem);
    margin-left: auto;
    margin-right: auto;
  }

  body > div > section:first-of-type .flex,
  main > section:first-child .flex,
  .curo-proof-upgrade .flex {
    justify-content: center;
  }

  body > div > section:first-of-type li.flex,
  body > div > section:first-of-type .flex.gap-3,
  body > div > section:first-of-type .flex.gap-4,
  main > section:first-child li.flex,
  main > section:first-child .flex.gap-3,
  main > section:first-child .flex.gap-4,
  .curo-proof-upgrade li.flex,
  .curo-proof-upgrade .flex.gap-3,
  .curo-proof-upgrade .flex.gap-4 {
    align-items: center;
  }

  body > div > section:first-of-type .grid > div,
  body > div > section:first-of-type article,
  body > div > section:first-of-type .rounded-2xl,
  body > div > section:first-of-type .rounded-3xl,
  body > div > section:first-of-type .rounded-\[2rem\],
  main > section:first-child .grid > div,
  main > section:first-child article,
  main > section:first-child .rounded-2xl,
  main > section:first-child .rounded-3xl,
  main > section:first-child .rounded-\[2rem\],
  .curo-proof-upgrade .grid > div,
  .curo-proof-upgrade article,
  .curo-proof-upgrade .rounded-2xl,
  .curo-proof-upgrade .rounded-3xl,
  .curo-proof-upgrade .rounded-\[2rem\] {
    text-align: center;
  }

  body > div > section:first-of-type ul,
  body > div > section:first-of-type ol,
  main > section:first-child ul,
  main > section:first-child ol,
  .curo-proof-upgrade ul,
  .curo-proof-upgrade ol {
    padding-left: 0;
    list-style-position: inside;
  }

  .curo-bullet-list,
  .curo-step-list {
    width: fit-content;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .curo-bullet-list li,
  .curo-step-list > div {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  .curo-bullet-list span,
  .curo-step-list p {
    text-align: left !important;
    margin-left: 0;
    margin-right: 0;
  }

  body section h1.curo-hero-headline {
    width: min(100%, 23rem) !important;
    max-width: calc(100vw - 1.25rem) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(2.25rem, 9.2vw, 3.05rem) !important;
    line-height: 1.01 !important;
    letter-spacing: 0 !important;
    text-wrap: normal;
  }

  .curo-hero-headline .curo-headline-line {
    display: block;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    transform: none;
    white-space: nowrap;
  }

  body.curo-home-review-copy section h1.curo-hero-headline {
    width: min(100%, calc(100vw - 2rem)) !important;
    max-width: calc(100vw - 2rem) !important;
    font-size: clamp(2rem, 8.2vw, 2.45rem) !important;
    line-height: 1.07 !important;
    overflow-wrap: normal;
  }

  body.curo-home-review-copy .curo-hero-headline .curo-headline-line {
    white-space: normal;
    text-wrap: balance;
  }

  body.curo-home-review-copy .curo-hero-headline .curo-headline-accent {
    display: inline-block;
    max-width: 100%;
    font-size: 0.82em;
  }

  body {
    padding-bottom: 5.25rem;
  }

  .curo-pricing-card {
    padding: 1.65rem !important;
    border-radius: 1.65rem !important;
    text-align: left !important;
  }

  .curo-pricing-card > p:first-child {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .curo-price-row {
    display: grid !important;
    grid-template-columns: 7.4rem auto;
    justify-content: flex-start !important;
    align-items: baseline !important;
    gap: 0.85rem !important;
    width: min(100%, 18.25rem);
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .curo-price-amount {
    display: grid;
    grid-template-columns: 1.05rem auto;
    align-items: baseline;
    justify-self: start;
  }

  .curo-price-amount-monthly {
    transform: translateX(1.45rem);
  }

  .curo-price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
  }

  .curo-price-tile {
    min-width: 0;
    border: 1px solid rgba(103, 232, 249, 0.22);
    border-radius: 1.1rem;
    background: rgba(15, 23, 42, 0.72);
    padding: 1rem 0.75rem;
    text-align: center;
  }

  .curo-price-tile .curo-price-amount {
    display: block;
  }

  .curo-price-label {
    display: block;
    margin-top: 0.45rem;
    color: rgb(148 163 184);
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .curo-price-copy {
    text-align: left !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .curo-price-list {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .curo-price-list li {
    display: grid !important;
    grid-template-columns: 0.5rem minmax(0, 1fr);
    gap: 0.85rem !important;
    align-items: start !important;
    justify-content: start !important;
    text-align: left !important;
  }

  .curo-price-list li > span:first-child {
    margin-top: 0.45rem;
  }

  .curo-price-list li > span:last-child {
    text-align: left !important;
  }

  .curo-proof-method-section,
  .curo-proof-method-section p,
  .curo-proof-method-section h2,
  .curo-proof-method-section h3,
  .curo-proof-panel-item,
  .curo-why-section,
  .curo-why-section p,
  .curo-why-section h2,
  .curo-why-section h3,
  .curo-why-section .rounded-3xl {
    text-align: center !important;
  }

  .curo-proof-method-section a,
  .curo-proof-method-section [class*="inline-flex"] {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .curo-proof-panel-item p,
  .curo-why-section p {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .curo-services-pricing-summary {
    max-width: 22rem;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .curo-services-pay-card,
  .curo-services-pay-card p {
    text-align: center !important;
  }

  .curo-services-pay-card .flex {
    justify-content: center !important;
  }

  .curo-services-get-card,
  .curo-services-get-card p {
    text-align: center !important;
  }

  .curo-services-get-card ul {
    max-width: 18rem;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .curo-services-get-card li,
  .curo-services-get-card li span {
    text-align: left !important;
  }

  footer,
  footer p,
  footer div {
    text-align: center !important;
  }

  footer .max-w-md {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  footer .flex {
    align-items: center !important;
    justify-content: center !important;
  }
}

@media (max-width: 640px) {
  .curo-proof-upgrade {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .curo-standard-card {
    min-height: auto;
  }

  .curo-path-row {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center !important;
  }

  .curo-path-row em {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  body.curo-services-review .curo-sticky-preview-cta {
    right: 0.85rem;
    bottom: calc(0.75rem + env(safe-area-inset-bottom));
    width: 6.75rem;
    max-width: 6.75rem;
    min-height: 2.75rem;
    padding: 0.72rem 0.75rem;
    border-radius: 999px;
    font-size: 0;
    box-shadow: 0 0.85rem 2rem rgba(8, 145, 178, 0.22);
  }

  body.curo-services-review .curo-sticky-preview-cta::before {
    content: "Preview";
    position: relative;
    z-index: 1;
    font-size: 0.86rem;
    line-height: 1;
  }

  body.curo-services-review .curo-services-hero {
    padding-top: 4.25rem;
    padding-bottom: 4.5rem;
  }

  body.curo-services-review .curo-services-hero .relative.mx-auto {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  body.curo-services-review .curo-services-hero h1 {
    font-size: clamp(2.6rem, 13vw, 3.55rem);
    line-height: 0.98;
    text-wrap: balance;
  }

  body.curo-services-review .curo-services-hero h1 + p,
  body.curo-services-review .curo-services-hero h1 + p + p {
    font-size: 1.02rem;
    line-height: 1.72;
  }

  body.curo-services-review .curo-services-hero .mt-8 {
    margin-top: 1.5rem;
  }

  body.curo-services-review .curo-services-pricing-summary {
    max-width: 20.5rem;
    gap: 1rem;
  }

  body.curo-services-review .curo-services-pay-card,
  body.curo-services-review .curo-services-get-card {
    border-radius: 1.5rem;
    padding: 1.35rem;
  }

  body.curo-services-review .curo-services-pay-card .mt-6,
  body.curo-services-review .curo-services-get-card .mt-6 {
    margin-top: 1.05rem;
  }

  body.curo-services-review section:not(.curo-services-hero) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  body.curo-services-review .curo-services-next {
    padding-top: 0;
  }

  body.curo-services-review section h2 {
    font-size: clamp(2.05rem, 9.5vw, 2.7rem);
    line-height: 1.02;
    text-wrap: balance;
  }

  body.curo-services-review section h3 {
    font-size: clamp(1.45rem, 7.5vw, 2rem);
    line-height: 1.12;
    text-wrap: balance;
  }

  body.curo-services-review section p.text-lg {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  body.curo-services-review section .rounded-\[2rem\] p,
  body.curo-services-review section .rounded-\[2rem\] li,
  body.curo-services-review section .rounded-\[2rem\] span {
    line-height: 1.62;
  }

  body.curo-services-review section .rounded-\[2rem\] {
    border-radius: 1.5rem;
  }

  body.curo-services-review section .p-8 {
    padding: 1.5rem;
  }

  body.curo-services-review section .mt-12 {
    margin-top: 2rem;
  }

  body.curo-services-review section .mt-10 {
    margin-top: 2rem;
  }

  body.curo-services-review section .tracking-\[0\.24em\],
  body.curo-services-review section .tracking-\[0\.2em\] {
    letter-spacing: 0.16em;
  }

  body.curo-services-review .curo-services-next .grid > div {
    border-top: 1px solid rgb(226 232 240);
    padding-top: 1rem;
  }

  body.curo-services-review .curo-services-next .grid > div:first-child {
    border-top: 0;
    padding-top: 0;
  }
}

body.curo-services-flip-test .curo-flip-card {
  perspective: 1800px;
}

body.curo-services-flip-test .curo-flip-cta-section {
  scroll-margin-top: 7rem;
}

body.curo-services-flip-test.is-flip-open .curo-sticky-preview-cta {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 0.75rem, 0) scale(0.96);
}

body.curo-services-flip-test .curo-flip-card-inner {
  display: grid;
  transform-style: preserve-3d;
  transition: transform 620ms cubic-bezier(0.2, 0.78, 0.2, 1);
}

body.curo-services-flip-test .curo-flip-card.is-flipped .curo-flip-card-inner {
  transform: rotateY(180deg);
}

body.curo-services-flip-test .curo-flip-face {
  grid-area: 1 / 1;
  min-height: 27rem;
  backface-visibility: hidden;
  overflow: hidden;
}

body.curo-services-flip-test .curo-flip-back {
  transform: rotateY(180deg);
}

body.curo-services-flip-test .curo-flip-choice {
  appearance: none;
  min-height: 12rem;
}

body.curo-services-flip-test .curo-flip-face input,
body.curo-services-flip-test .curo-flip-face textarea {
  color-scheme: dark;
}

body.curo-contact-review #enquiry {
  scroll-margin-top: 6.5rem;
}

body.curo-contact-review form :where(input, textarea, select) {
  color-scheme: dark;
}

body.curo-contact-review form button[disabled] {
  cursor: wait;
  opacity: 0.78;
}

body.curo-trades-test .curo-business-tab.is-active,
body.curo-trades-test .curo-scan-toggle.is-active {
  background: rgb(103 232 249);
  color: rgb(2 6 23);
}

body.curo-home-lab .curo-hero-showcase,
body.curo-home-lab #who-we-help,
body.curo-home-lab .curo-proof-upgrade,
body.curo-home-lab #services,
body.curo-home-lab .curo-proof-method-section,
body.curo-home-lab .curo-why-section {
  display: none;
}

body.curo-home-lab .curo-lab-hero {
  min-height: calc(100vh - 5rem);
}

body.curo-home-lab .curo-lab-grid-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 78% 18%, rgba(103, 232, 249, 0.18), transparent 32%);
  background-size: 4.5rem 4.5rem, 4.5rem 4.5rem, auto;
  mask-image: linear-gradient(to bottom, black 0%, black 70%, transparent 100%);
}

body.curo-home-lab .curo-lab-stat {
  display: grid;
  gap: 0.35rem;
  border: 1px solid rgb(30 41 59);
  border-radius: 1.25rem;
  background: rgba(15, 23, 42, 0.72);
  padding: 1rem;
}

body.curo-home-lab .curo-lab-stat span {
  color: rgb(103 232 249);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
}

body.curo-home-lab .curo-lab-stat strong {
  color: white;
  font-size: 0.95rem;
}

body.curo-home-lab .curo-lab-console {
  overflow: hidden;
  border: 1px solid rgb(30 41 59);
  border-radius: 2rem;
  background: rgba(2, 6, 23, 0.82);
  box-shadow: 0 2rem 5rem rgba(8, 145, 178, 0.12);
}

body.curo-home-lab .curo-lab-console .flex.gap-2 span {
  display: block;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: rgb(71 85 105);
}

body.curo-home-lab .curo-lab-console .flex.gap-2 span:last-child {
  background: rgb(103 232 249);
}

body.curo-home-lab .curo-lab-console .grid[role="group"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 641px) {
  body.curo-home-lab .curo-lab-console .grid[role="group"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

body.curo-home-lab .curo-lab-tab {
  border-radius: 1rem;
  padding: 0.7rem 0.55rem;
  color: rgb(203 213 225);
  font-size: 0.82rem;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease;
}

body.curo-home-lab .curo-lab-tab.is-active {
  background: rgb(103 232 249);
  color: rgb(2 6 23);
}

body.curo-home-lab .curo-lab-device {
  border: 1px solid rgb(30 41 59);
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at top right, rgba(103, 232, 249, 0.12), transparent 32%),
    rgb(15 23 42);
  padding: 1.35rem;
  transition: transform 220ms ease, border-color 220ms ease;
}

body.curo-home-lab .curo-lab-device.is-switching {
  animation: curo-home-device-pop 520ms ease;
}

body.curo-home-lab .curo-lab-pill {
  border: 1px solid rgba(103, 232, 249, 0.42);
  border-radius: 999px;
  background: rgba(103, 232, 249, 0.1);
  padding: 0.42rem 0.72rem;
  color: rgb(103 232 249);
  font-size: 0.74rem;
  font-weight: 800;
}

body.curo-home-lab .curo-lab-route {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgb(30 41 59);
  padding-top: 0.95rem;
}

body.curo-home-lab .curo-lab-route span {
  color: rgb(148 163 184);
  font-size: 0.8rem;
}

body.curo-home-lab .curo-lab-route strong {
  color: white;
  font-size: 0.86rem;
  text-align: right;
}

body.curo-home-lab .curo-lab-card {
  min-height: 16rem;
  border: 1px solid rgb(226 232 240);
  border-radius: 1.75rem;
  background: rgb(248 250 252);
  padding: 1.5rem;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

body.curo-home-lab .curo-lab-card:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.08);
}

body.curo-home-lab .curo-lab-card span {
  color: rgb(8 145 178);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

body.curo-home-lab .curo-lab-card h3 {
  margin-top: 3.2rem;
  color: rgb(2 6 23);
  font-family: "DM Serif Display", serif;
  font-size: 2rem;
  line-height: 1;
}

body.curo-home-lab .curo-lab-card p {
  margin-top: 1rem;
  color: rgb(71 85 105);
  font-size: 0.95rem;
  line-height: 1.75;
}

body.curo-home-working .curo-lab-card {
  min-height: 16rem;
  border: 1px solid rgb(226 232 240);
  border-radius: 1.75rem;
  background: rgb(248 250 252);
  padding: 1.5rem;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

body.curo-home-working .curo-lab-card:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.08);
}

body.curo-home-working .curo-lab-card span {
  color: rgb(8 145 178);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

body.curo-home-working .curo-lab-card h3 {
  margin-top: 3.2rem;
  color: rgb(2 6 23);
  font-family: "DM Serif Display", serif;
  font-size: 2rem;
  line-height: 1;
}

body.curo-home-working .curo-lab-card p {
  margin-top: 1rem;
  color: rgb(71 85 105);
  font-size: 0.95rem;
  line-height: 1.75;
}

body.curo-home-working .curo-fixing-standard .curo-standard-card {
  min-height: 15rem;
  border: 1px solid rgb(226 232 240);
  background: rgb(248 250 252);
  box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.06);
  backdrop-filter: none;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

body.curo-home-working .curo-fixing-standard .curo-standard-card:hover {
  transform: translateY(-0.2rem);
  border-color: rgba(8, 145, 178, 0.32);
  box-shadow: 0 1.25rem 3rem rgba(15, 23, 42, 0.1);
}

body.curo-home-working .curo-fixing-standard .curo-standard-card h3 {
  color: rgb(2 6 23);
}

body.curo-home-working .curo-service-card {
  min-height: 12rem;
  box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.05);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

body.curo-home-working .curo-service-card:hover {
  transform: translateY(-0.2rem);
  border-color: rgba(8, 145, 178, 0.26);
  box-shadow: 0 1.25rem 3rem rgba(15, 23, 42, 0.09);
}

body.curo-home-working .curo-ai-service-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(8, 145, 178, 0.28);
  background:
    radial-gradient(circle at top right, rgba(103, 232, 249, 0.22), transparent 36%),
    linear-gradient(135deg, rgb(240 249 255), rgb(255 255 255));
}

body.curo-home-working .curo-ai-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(8, 145, 178, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 145, 178, 0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 82%);
  pointer-events: none;
}

body.curo-home-working .curo-ai-service-card > * {
  position: relative;
  z-index: 1;
}

body.curo-home-working .curo-ai-service-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgb(8 145 178);
  color: white;
  padding: 0.35rem 0.68rem;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

body.curo-home-working .curo-offer-section {
  position: relative;
  overflow: hidden;
}

body.curo-home-working .curo-offer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 12%, rgba(103, 232, 249, 0.18), transparent 32%),
    linear-gradient(rgba(103, 232, 249, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 232, 249, 0.07) 1px, transparent 1px);
  background-size: auto, 52px 52px, 52px 52px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), transparent 88%);
  pointer-events: none;
}

body.curo-home-working .curo-offer-section > div {
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  body.curo-home-working .curo-offer-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(22rem, 0.98fr);
  }
}

body.curo-home-working .curo-offer-rail {
  display: grid;
  gap: 0.9rem;
}

body.curo-home-working .curo-offer-row {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 1.35rem;
  background: rgba(15, 23, 42, 0.72);
  padding: 1rem;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

body.curo-home-working .curo-offer-row:hover {
  transform: translateX(0.2rem);
  border-color: rgba(103, 232, 249, 0.38);
  background: rgba(15, 23, 42, 0.9);
}

body.curo-home-working .curo-offer-row span {
  display: inline-flex;
  justify-content: center;
  border-radius: 999px;
  background: rgba(103, 232, 249, 0.12);
  color: rgb(103 232 249);
  padding: 0.45rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.curo-home-working .curo-offer-row h3 {
  color: white;
  font-size: 1rem;
  font-weight: 800;
}

body.curo-home-working .curo-offer-row p {
  margin-top: 0.35rem;
  color: rgb(203 213 225);
  font-size: 0.9rem;
  line-height: 1.65;
}

body.curo-home-working .curo-offer-row-future {
  border-color: rgba(103, 232, 249, 0.32);
  background: rgba(8, 47, 73, 0.58);
}

body.curo-home-working .curo-price-board {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(103, 232, 249, 0.28);
  background:
    radial-gradient(circle at top right, rgba(103, 232, 249, 0.22), transparent 38%),
    rgba(15, 23, 42, 0.82);
  box-shadow: 0 2rem 5rem rgba(2, 6, 23, 0.34);
}

body.curo-home-working .curo-price-board::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.5rem;
  pointer-events: none;
}

body.curo-home-working .curo-price-board > * {
  position: relative;
  z-index: 1;
}

body.curo-home-working .curo-price-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
  padding-bottom: 1.15rem;
}

body.curo-home-working .curo-price-line span {
  color: rgb(203 213 225);
  font-size: 0.95rem;
}

body.curo-home-working .curo-price-line strong {
  color: white;
  font-family: "DM Serif Display", serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 400;
  line-height: 0.95;
  text-align: right;
}

body.curo-home-working .curo-preview-conversion {
  position: relative;
  overflow: hidden;
}

body.curo-home-working .curo-preview-conversion::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(240, 249, 255, 0.7), transparent 42%);
  pointer-events: none;
}

body.curo-home-working .curo-preview-conversion > div {
  position: relative;
  z-index: 1;
}

body.curo-home-working .curo-preview-mini-flow {
  display: grid;
  gap: 0.85rem;
}

body.curo-home-working .curo-preview-mini-flow div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  border: 1px solid rgb(226 232 240);
  border-radius: 1.25rem;
  background: white;
  padding: 1rem;
  box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.04);
}

body.curo-home-working .curo-preview-mini-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  background: rgb(103 232 249);
  color: rgb(2 6 23);
  font-size: 0.78rem;
  font-weight: 900;
}

body.curo-home-working .curo-preview-mini-flow p {
  color: rgb(71 85 105);
  font-size: 0.94rem;
  line-height: 1.65;
}

body.curo-home-review-copy .curo-scenario-strip {
  position: relative;
  overflow: hidden;
}

body.curo-home-review-copy .curo-scenario-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(103, 232, 249, 0.18), transparent 36%),
    linear-gradient(rgba(103, 232, 249, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 232, 249, 0.08) 1px, transparent 1px);
  background-size: auto, 36px 36px, 36px 36px;
  pointer-events: none;
}

body.curo-home-review-copy .curo-scenario-strip > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  body.curo-home-review-copy .curo-scenario-strip {
    margin-top: 5rem;
    padding: 1.65rem;
  }

  body.curo-home-review-copy .curo-scenario-strip p:last-child {
    font-size: clamp(1.32rem, 6.2vw, 1.7rem);
    line-height: 1.22;
  }
}

body.curo-home-review-copy .curo-offer-row-future {
  border-color: rgba(148, 163, 184, 0.24);
  background: rgba(15, 23, 42, 0.72);
}

body.curo-home-review-copy .curo-offer-row-future span {
  background: rgba(148, 163, 184, 0.16);
  color: rgb(203 213 225);
}

body.curo-about-review .curo-about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(103, 232, 249, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 232, 249, 0.07) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 76%);
  pointer-events: none;
}

body.curo-about-review .curo-about-hero > div:not(.absolute) {
  z-index: 1;
}

body.curo-about-review .curo-about-scorecard,
body.curo-about-review .curo-about-check,
body.curo-about-review .curo-about-quote {
  position: relative;
  overflow: hidden;
}

body.curo-about-review .curo-about-scorecard::before,
body.curo-about-review .curo-about-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(103, 232, 249, 0.18), transparent 38%),
    linear-gradient(rgba(103, 232, 249, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 232, 249, 0.07) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
  pointer-events: none;
}

body.curo-about-review .curo-about-scorecard > *,
body.curo-about-review .curo-about-quote > * {
  position: relative;
  z-index: 1;
}

body.curo-about-review .curo-about-check {
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.05);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

body.curo-about-review .curo-about-check:hover {
  transform: translateY(-0.2rem);
  border-color: rgba(8, 145, 178, 0.24);
  box-shadow: 0 28px 76px rgba(15, 23, 42, 0.1);
}

body.curo-about-review .curo-about-signal-board {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(103, 232, 249, 0.18), transparent 36%),
    linear-gradient(135deg, rgba(2, 6, 23, 0.98), rgba(8, 13, 31, 0.98));
}

body.curo-about-review .curo-about-signal-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(103, 232, 249, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 232, 249, 0.08) 1px, transparent 1px);
  background-size: 38px 38px;
  pointer-events: none;
}

body.curo-about-review .curo-about-signal-board::after {
  content: "";
  position: absolute;
  inset: -30% 0 auto;
  height: 45%;
  background: linear-gradient(to bottom, transparent, rgba(103, 232, 249, 0.12), transparent);
  animation: curo-about-scan 4.8s ease-in-out infinite;
  pointer-events: none;
}

body.curo-about-review .curo-about-signal-board > * {
  position: relative;
  z-index: 1;
}

body.curo-about-review .curo-about-path {
  position: relative;
  display: grid;
  gap: 1rem;
}

body.curo-about-review .curo-about-path-line {
  position: absolute;
  top: 1.35rem;
  bottom: 1.35rem;
  left: 1.2rem;
  width: 1px;
  background: linear-gradient(to bottom, rgba(103, 232, 249, 0.8), rgba(148, 163, 184, 0.16));
}

body.curo-about-review .curo-about-path-step {
  position: relative;
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(51, 65, 85, 0.74);
  border-radius: 1.25rem;
  background: rgba(15, 23, 42, 0.72);
  padding: 0.95rem;
}

body.curo-about-review .curo-about-path-step span {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(103, 232, 249, 0.28);
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.92);
  color: rgb(103 232 249);
  font-size: 0.72rem;
  font-weight: 900;
}

body.curo-about-review .curo-about-path-step p {
  color: rgb(226 232 240);
  font-size: 0.94rem;
  font-weight: 700;
}

body.curo-about-review .curo-about-path-step.is-lit {
  border-color: rgba(103, 232, 249, 0.42);
  box-shadow: 0 0 42px rgba(8, 145, 178, 0.16);
}

@keyframes curo-about-scan {
  0%, 18% {
    transform: translateY(-35%);
    opacity: 0;
  }
  32%, 70% {
    opacity: 1;
  }
  100% {
    transform: translateY(260%);
    opacity: 0;
  }
}

body.curo-about-review.is-about-flip-visible .curo-sticky-preview-cta {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 0.75rem, 0) scale(0.96);
}

@media (max-width: 640px) {
  body.curo-about-review .curo-about-hero h1 {
    font-size: clamp(3rem, 14vw, 4.25rem);
    line-height: 0.94;
  }

  body.curo-about-review section {
    overflow-x: clip;
  }

  body.curo-about-review .curo-about-path-step {
    grid-template-columns: 2.1rem 1fr;
  }

  body.curo-about-review .curo-about-path-step span {
    width: 2.1rem;
    height: 2.1rem;
  }
}

body.curo-home-lab .curo-lab-step {
  border: 1px solid rgb(226 232 240);
  border-radius: 1.5rem;
  background: white;
  padding: 1.35rem;
}

body.curo-home-lab .curo-lab-step span {
  color: rgb(2 6 23);
  font-weight: 800;
}

body.curo-home-lab .curo-lab-step p {
  margin-top: 1rem;
  color: rgb(71 85 105);
  font-size: 0.9rem;
  line-height: 1.7;
}

body.curo-home-combination .curo-combo-hero {
  min-height: calc(100vh - 5rem);
  display: flex;
  align-items: center;
}

body.curo-home-combination .curo-combo-hero .curo-headline-accent {
  color: rgb(103 232 249);
}

body.curo-home-combination .curo-combo-metric {
  position: relative;
  min-height: 7.5rem;
  display: grid;
  place-items: center;
  align-content: center;
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

body.curo-home-combination .curo-combo-metric::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 50%;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: rgb(103 232 249);
  transform: translateX(-50%);
  box-shadow: 0 0 1.2rem rgba(103, 232, 249, 0.62);
}

body.curo-home-combination .curo-combo-metric:hover {
  transform: translateY(-0.18rem);
  border-color: rgba(103, 232, 249, 0.45);
  background: rgba(15, 23, 42, 0.9);
}

body.curo-home-combination .curo-combo-pricing {
  border-top: 1px solid rgb(226 232 240);
}

@keyframes curo-home-device-pop {
  0% {
    transform: translateY(0);
    border-color: rgb(30 41 59);
  }
  38% {
    transform: translateY(-0.28rem);
    border-color: rgb(103 232 249);
  }
  100% {
    transform: translateY(0);
    border-color: rgb(30 41 59);
  }
}

body.curo-trades-test .curo-business-tab:not(.is-active):hover,
body.curo-trades-test .curo-scan-toggle:not(.is-active):hover {
  background: rgba(15, 23, 42, 0.9);
  color: white;
}

body.curo-trades-test .curo-demo-phone {
  position: relative;
  overflow: hidden;
}

body.curo-trades-test .curo-demo-phone::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.24) 48%, transparent 62%);
  opacity: 0;
  transform: translateX(-35%);
  pointer-events: none;
}

body.curo-trades-test .curo-demo-phone.is-refreshing::after {
  animation: curo-demo-sheen 680ms ease;
}

body.curo-trades-test .curo-demo-services li,
body.curo-trades-test .curo-demo-trust span,
body.curo-trades-test .curo-demo-name,
body.curo-trades-test .curo-demo-area {
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

body.curo-trades-test .curo-score-ring {
  --scan-score: 82;
  display: grid;
  place-items: center;
  width: 5.5rem;
  height: 5.5rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgb(2 6 23) 58%, transparent 60%),
    conic-gradient(rgb(103 232 249) calc(var(--scan-score) * 1%), rgba(51, 65, 85, 0.72) 0);
  box-shadow: 0 0 34px rgba(103, 232, 249, 0.18);
  color: white;
  font-family: "DM Serif Display", serif;
  font-size: 1.85rem;
}

body.curo-trades-test .curo-score-ring span::after {
  content: "%";
  margin-left: 0.08em;
  font-family: Manrope, sans-serif;
  font-size: 0.75rem;
  color: rgb(103 232 249);
}

body.curo-trades-test .curo-scan-row {
  --row-score: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid rgb(30 41 59);
  color: rgb(148 163 184);
}

body.curo-trades-test .curo-scan-row em {
  display: block;
  width: 4.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: rgb(30 41 59);
  overflow: hidden;
}

body.curo-trades-test .curo-scan-row em::after {
  content: "";
  display: block;
  width: calc(var(--row-score) * 1%);
  height: 100%;
  border-radius: inherit;
  background: rgb(71 85 105);
  transition: width 360ms ease, background 260ms ease;
}

body.curo-trades-test .curo-scan-row.is-lit {
  color: white;
}

body.curo-trades-test .curo-scan-row.is-lit em::after {
  background: linear-gradient(90deg, rgb(34 211 238), rgb(165 243 252));
}

@keyframes curo-demo-sheen {
  0% {
    opacity: 0;
    transform: translateX(-45%);
  }
  28% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(45%);
  }
}

@media (max-width: 640px) {
  body.curo-home-lab .curo-lab-hero h1 {
    font-size: clamp(3rem, 13vw, 4.25rem);
    line-height: 0.96;
    text-wrap: balance;
  }

  body.curo-home-lab .curo-lab-hero {
    min-height: auto;
  }

  body.curo-home-lab .curo-lab-console {
    border-radius: 1.5rem;
  }

  body.curo-home-lab .curo-lab-console .grid[role="group"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.curo-home-lab .curo-lab-card {
    min-height: auto;
  }

  body.curo-home-lab .curo-lab-card h3 {
    margin-top: 2rem;
    font-size: 1.75rem;
  }

  body.curo-home-working .curo-lab-card {
    min-height: auto;
  }

  body.curo-home-working .curo-lab-card h3 {
    margin-top: 2rem;
    font-size: 1.75rem;
  }

  body.curo-home-lab .curo-lab-route {
    align-items: flex-start;
  }

  body.curo-home-combination .curo-combo-hero {
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 4.25rem;
  }

  body.curo-home-combination .curo-combo-hero h1 {
    font-size: clamp(3rem, 12vw, 4rem);
    line-height: 0.98;
    text-wrap: balance;
  }

  body.curo-home-combination .curo-combo-metric {
    min-height: 6.75rem;
  }

  body.curo-trades-test .curo-trades-hero h1 {
    font-size: clamp(2.35rem, 10.5vw, 3.05rem);
    line-height: 1;
    text-wrap: balance;
  }

  body.curo-trades-test .curo-trades-hero {
    padding-top: 4rem;
    padding-bottom: 4.25rem;
  }

  body.curo-trades-test .curo-trades-hero p.text-lg {
    font-size: 1rem;
    line-height: 1.66;
  }

  body.curo-trades-test .curo-trades-hero .grid {
    gap: 2.25rem;
  }

  body.curo-trades-test .curo-sticky-preview-cta {
    right: 0.85rem;
    bottom: calc(0.75rem + env(safe-area-inset-bottom));
    width: 6.75rem;
    max-width: 6.75rem;
    min-height: 2.75rem;
    padding: 0.72rem 0.75rem;
    border-radius: 999px;
    font-size: 0;
    box-shadow: 0 0.85rem 2rem rgba(8, 145, 178, 0.22);
  }

  body.curo-trades-test .curo-sticky-preview-cta::before {
    content: "Preview";
    position: relative;
    z-index: 1;
    font-size: 0.86rem;
    line-height: 1;
  }

  body.curo-trades-test [data-business-demo] > .grid,
  body.curo-trades-test [data-enquiry-scan] > .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.curo-trades-test .curo-demo-trust {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  body.curo-trades-test .curo-demo-trust span {
    display: block;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.95);
    padding: 0.45rem 0.65rem;
    text-align: center;
  }

  body.curo-trades-test .curo-score-ring {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 1.55rem;
  }

  body.curo-trades-test section h2 {
    font-size: clamp(2.05rem, 9.5vw, 2.75rem);
    line-height: 1.03;
    text-wrap: balance;
  }

  body.curo-contact-review section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  body.curo-contact-review section h1 {
    font-size: clamp(2.65rem, 12vw, 3.45rem);
    line-height: 0.98;
    text-wrap: balance;
  }

  body.curo-contact-review section h2 {
    font-size: clamp(2.1rem, 9.5vw, 2.75rem);
    line-height: 1.02;
    text-wrap: balance;
  }

  body.curo-contact-review section .rounded-\[2rem\],
  body.curo-contact-review section .rounded-3xl {
    border-radius: 1.5rem;
  }

  body.curo-contact-review section .p-8 {
    padding: 1.5rem;
  }

  body.curo-contact-review #enquiry .grid {
    gap: 2rem;
  }

  body.curo-contact-review #enquiry li.flex.items-center.justify-between {
    align-items: flex-start;
    gap: 0.75rem;
  }

  body.curo-contact-review #enquiry li.flex.items-center.justify-between span:last-child,
  body.curo-contact-review #enquiry li.flex.items-center.justify-between a:last-child {
    text-align: right;
  }

  body.curo-contact-review #enquiry ol li {
    align-items: flex-start;
  }

  body.curo-contact-review #enquiry form {
    margin-top: 1.5rem;
  }

  body.curo-services-flip-test .curo-flip-card {
    perspective: none;
  }

  body.curo-services-flip-test .curo-flip-cta-section {
    scroll-margin-top: 6rem;
  }

  body.curo-services-flip-test .curo-flip-card-inner,
  body.curo-services-flip-test .curo-flip-card.is-flipped .curo-flip-card-inner {
    transform: none;
    transition: none;
  }

  body.curo-services-flip-test .curo-flip-face {
    min-height: auto;
    backface-visibility: visible;
  }

  body.curo-services-flip-test .curo-flip-card:not(.is-flipped) .curo-flip-back,
  body.curo-services-flip-test .curo-flip-card.is-flipped .curo-flip-front {
    display: none;
  }

  body.curo-services-flip-test .curo-flip-back {
    transform: none;
  }

  body.curo-services-flip-test .curo-flip-choice {
    min-height: auto;
  }

  body.curo-services-flip-test .curo-flip-face .flex.items-start.justify-between {
    align-items: flex-start;
  }

  body.curo-services-flip-test .curo-flip-back-btn {
    flex-shrink: 0;
  }

  body.curo-services-flip-test .curo-flip-front > .flex:first-child {
    display: grid;
    gap: 0.35rem;
    justify-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .curo-standard-card,
  .curo-proof-panel {
    animation: none;
  }

  .curo-sticky-preview-cta,
  .curo-hero-kicker,
  .curo-hero-headline,
  .curo-hero-copy,
  .curo-hero-actions,
  .curo-hero-metrics,
  .curo-preview-window,
  .curo-trust-badges,
  .curo-proof-upgrade .curo-standard-card,
  .curo-proof-panel,
  .curo-preview-proof-card {
    transition: none;
  }

  .curo-hero-kicker,
  .curo-hero-headline,
  .curo-hero-copy,
  .curo-hero-actions,
  .curo-hero-metrics,
  .curo-preview-window,
  .curo-trust-badges {
    animation: none;
  }
}
