/* Credidata Cloud home CRO redesign */

html,
body {
  overflow-x: hidden;
}

.cro-home {
  --cro-bg: #030712;
  --cro-bg-2: #071326;
  --cro-panel: rgba(9, 18, 39, 0.74);
  --cro-panel-strong: rgba(12, 24, 52, 0.94);
  --cro-line: rgba(195, 219, 255, 0.14);
  --cro-text: #f7fbff;
  --cro-muted: #a7b7cd;
  --cro-soft: #dceaff;
  --cro-blue: #3b82f6;
  --cro-violet: #7c3aed;
  --cro-cyan: #24d8c4;
  --cro-green: #58d68d;
  --cro-amber: #f7c65d;
  --cro-red: #ff6b7a;
  --cro-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  background:
    radial-gradient(circle at var(--cursor-x, 72%) var(--cursor-y, 14%), rgba(36, 216, 196, 0.16), transparent 26rem),
    radial-gradient(circle at 12% 8%, rgba(124, 58, 237, 0.18), transparent 28rem),
    linear-gradient(180deg, #030712 0%, #071326 48%, #040815 100%);
  color: var(--cro-text);
}

.cro-home * {
  min-width: 0;
}

.cro-progress {
  position: fixed;
  inset: 0 0 auto;
  height: 3px;
  z-index: 999;
  pointer-events: none;
}

.cro-progress span {
  display: block;
  width: var(--scroll-progress, 0%);
  height: 100%;
  background: linear-gradient(90deg, var(--cro-cyan), var(--cro-blue), var(--cro-violet));
  box-shadow: 0 0 22px rgba(36, 216, 196, 0.7);
}

.cro-bg-grid {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image:
    linear-gradient(rgba(91, 141, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 141, 255, 0.055) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 82%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 82%);
}

.cro-cursor-light {
  position: fixed;
  left: var(--cursor-x, 70%);
  top: var(--cursor-y, 20%);
  z-index: 0;
  width: 28rem;
  height: 28rem;
  margin: -14rem 0 0 -14rem;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.68;
  filter: blur(26px);
  background: radial-gradient(circle, rgba(36, 216, 196, 0.2), rgba(59, 130, 246, 0.09) 42%, transparent 70%);
}

.cro-testimonials {
  position: relative;
  padding: clamp(4rem, 7vw, 6rem) 0;
  overflow: hidden;
  color: var(--cro-text);
  background:
    radial-gradient(circle at 18% 22%, rgba(36, 216, 196, 0.14), transparent 34rem),
    radial-gradient(circle at 82% 16%, rgba(59, 130, 246, 0.14), transparent 36rem),
    radial-gradient(circle at 50% 92%, rgba(124, 58, 237, 0.12), transparent 34rem),
    linear-gradient(180deg, rgba(3, 7, 18, 0.0) 0%, rgba(3, 7, 18, 0.92) 18%, rgba(4, 8, 20, 0.98) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.cro-testimonials .cro-section-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.cro-testimonials .cro-kicker {
  justify-content: center;
}
.cro-testimonials .cro-section-head p {
  margin-left: auto;
  margin-right: auto;
}

.cro-testimonials-bg {
  position: absolute;
  inset: -25% -10%;
  pointer-events: none;
  opacity: 0.6;
  background:
    radial-gradient(circle at 20% 30%, rgba(36, 216, 196, 0.12), transparent 52%),
    radial-gradient(circle at 85% 15%, rgba(59, 130, 246, 0.12), transparent 55%),
    radial-gradient(circle at 65% 80%, rgba(124, 58, 237, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(3, 7, 18, 0.2), rgba(3, 7, 18, 0.0));
  filter: blur(0px);
}

.cro-trust-metrics {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 2rem;
}

.cro-trust-metric {
  position: relative;
  padding: 1.05rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(9, 18, 39, 0.62);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}
.cro-trust-metric::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(36, 216, 196, 0.22), rgba(59, 130, 246, 0.10), transparent 62%);
  opacity: 0.55;
  pointer-events: none;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px;
}
.cro-trust-metric strong {
  display: block;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  font-weight: 900;
  color: #eafffb;
}
.cro-trust-metric span {
  display: block;
  margin-top: 0.25rem;
  font-weight: 700;
  color: rgba(226, 236, 249, 0.88);
  font-size: 0.86rem;
}
.cro-trust-metric small {
  display: block;
  margin-top: 0.35rem;
  color: rgba(167, 183, 205, 0.9);
  font-size: 0.75rem;
  line-height: 1.35;
}

.cro-trust-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}
.cro-trust-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(9, 18, 39, 0.55);
  backdrop-filter: blur(14px);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.cro-trust-logo span {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  color: rgba(10, 15, 28, 0.95);
  background: linear-gradient(135deg, rgba(36, 216, 196, 0.95), rgba(59, 130, 246, 0.75));
  box-shadow: 0 18px 38px rgba(36, 216, 196, 0.16);
}
.cro-trust-logo b {
  font-size: 0.86rem;
  color: rgba(226, 236, 249, 0.9);
}
.cro-trust-logo:hover {
  transform: translateY(-2px);
  border-color: rgba(36, 216, 196, 0.45);
  background: rgba(36, 216, 196, 0.06);
}

.cro-testimonial-marquee {
  margin-top: 1.5rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(9, 18, 39, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: var(--cro-shadow);
  overflow: hidden;
}
.cro-testimonial-viewport {
  display: flex;
  gap: 0;
  overflow: hidden;
  position: relative;
}
.cro-testimonial-viewport::before,
.cro-testimonial-viewport::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  z-index: 2;
  pointer-events: none;
}
.cro-testimonial-viewport::before {
  left: 0;
  background: linear-gradient(90deg, rgba(3, 7, 18, 0.95), rgba(3, 7, 18, 0));
}
.cro-testimonial-viewport::after {
  right: 0;
  background: linear-gradient(270deg, rgba(3, 7, 18, 0.95), rgba(3, 7, 18, 0));
}

.cro-testimonial-track {
  display: flex;
  gap: 0.95rem;
  padding: 1.25rem;
  min-width: max-content;
  animation: croTestimonialMarquee 58s linear infinite;
  will-change: transform;
}
.cro-testimonial-marquee:hover .cro-testimonial-track {
  animation-play-state: paused;
}

@keyframes croTestimonialMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.cro-t-card {
  width: min(420px, 78vw);
  padding: 1.15rem 1.15rem 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(9, 18, 39, 0.62);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  position: relative;
  overflow: hidden;
}
.cro-t-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(36, 216, 196, 0.22), rgba(59, 130, 246, 0.12), transparent 62%);
  opacity: 0.55;
  pointer-events: none;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px;
}
.cro-t-card:hover {
  transform: translateY(-4px);
  border-color: rgba(36, 216, 196, 0.45);
  background: rgba(36, 216, 196, 0.06);
}
.cro-t-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
}
.cro-t-avatar {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: rgba(10, 15, 28, 0.95);
  background: linear-gradient(135deg, rgba(36, 216, 196, 0.95), rgba(59, 130, 246, 0.8));
  box-shadow: 0 18px 38px rgba(36, 216, 196, 0.16);
}
.cro-t-avatar--alt {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.9), rgba(124, 58, 237, 0.8));
}
.cro-t-avatar--mint {
  background: linear-gradient(135deg, rgba(88, 214, 141, 0.9), rgba(36, 216, 196, 0.85));
}
.cro-t-who strong {
  display: block;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.cro-t-who span {
  display: block;
  margin-top: 0.15rem;
  color: rgba(167, 183, 205, 0.92);
  font-size: 0.78rem;
  line-height: 1.35;
}
.cro-t-who b {
  color: rgba(226, 236, 249, 0.9);
  font-weight: 800;
}
.cro-t-rating {
  margin-left: auto;
  color: rgba(247, 198, 93, 0.95);
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  filter: drop-shadow(0 6px 18px rgba(247, 198, 93, 0.18));
}
.cro-t-quote {
  position: relative;
  z-index: 1;
  margin: 0.9rem 0 0.85rem;
  color: rgba(226, 236, 249, 0.86);
  font-size: 0.92rem;
  line-height: 1.65;
}
.cro-t-impact {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.cro-t-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(36, 216, 196, 0.14);
  border: 1px solid rgba(36, 216, 196, 0.22);
  color: rgba(174, 252, 237, 0.95);
}
.cro-t-impact strong {
  font-size: 0.9rem;
  letter-spacing: -0.02em;
}
.cro-t-footer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.75rem;
}
.cro-t-tag {
  padding: 0.32rem 0.55rem;
  border-radius: 999px;
  font-size: 0.74rem;
  color: rgba(167, 183, 205, 0.95);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.cro-testimonial-hint {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 0 1.25rem 1.15rem;
  color: rgba(167, 183, 205, 0.9);
  font-size: 0.85rem;
}
.cro-testimonial-cta {
  color: rgba(174, 252, 237, 0.95);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(36, 216, 196, 0.35);
  padding-bottom: 1px;
}
.cro-testimonial-cta:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.28);
}

.cro-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.cro-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(9, 18, 39, 0.5);
  backdrop-filter: blur(14px);
  color: rgba(226, 236, 249, 0.86);
}
.cro-trust-badge i {
  width: 26px;
  height: 26px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(36, 216, 196, 0.1);
  border: 1px solid rgba(36, 216, 196, 0.16);
}

@media (max-width: 1080px) {
  .cro-trust-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  .cro-trust-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cro-testimonial-viewport::before,
  .cro-testimonial-viewport::after {
    width: 70px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cro-testimonial-track {
    animation: none !important;
  }
}

.cro-home .navbar {
  background: rgba(4, 8, 20, 0.72);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.cro-home .nav-links a {
  color: rgba(226, 236, 249, 0.78);
}

.cro-home .nav-links a:hover {
  color: #fff;
}

.cro-home .btn {
  border-radius: 999px;
}

.cro-home .btn-primary {
  background: linear-gradient(135deg, #2f7cff 0%, #24d8c4 54%, #64f0a6 100%);
  box-shadow: 0 18px 42px rgba(36, 216, 196, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

.cro-home .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(36, 216, 196, 0.32), 0 0 0 1px rgba(255, 255, 255, 0.22) inset;
}

.cro-home .btn-outline {
  color: var(--cro-soft);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(14px);
}

.cro-home .btn-outline:hover {
  color: #fff;
  border-color: rgba(36, 216, 196, 0.52);
  background: rgba(36, 216, 196, 0.09);
}

.cro-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.cro-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cro-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #aefced;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cro-kicker::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--cro-cyan);
  box-shadow: 0 0 18px rgba(36, 216, 196, 0.8);
}

.cro-hero {
  position: relative;
  min-height: calc(100vh - 74px);
  padding: clamp(4rem, 7vw, 7.5rem) 0 clamp(4rem, 8vw, 8rem);
  overflow: hidden;
}

.cro-hero::before,
.cro-hero::after {
  content: '';
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(10px);
}

.cro-hero::before {
  right: -12rem;
  top: 8rem;
  width: 34rem;
  height: 34rem;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.26), transparent 66%);
}

.cro-hero::after {
  left: -8rem;
  bottom: -9rem;
  width: 28rem;
  height: 28rem;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.22), transparent 66%);
}

.cro-hero-aura {
  position: absolute;
  inset: 7rem 6vw auto;
  height: 18rem;
  pointer-events: none;
  opacity: 0.6;
  background:
    linear-gradient(100deg, transparent 10%, rgba(36, 216, 196, 0.16), transparent 62%),
    linear-gradient(170deg, transparent 22%, rgba(124, 58, 237, 0.14), transparent 70%);
  transform: skewY(-5deg);
  filter: blur(2px);
}

.cro-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: clamp(2rem, 5vw, 5.8rem);
  align-items: center;
}

.cro-hero-copy {
  max-width: 760px;
}

.cro-hero h1 {
  margin: 1rem 0 1.25rem;
  max-width: 780px;
  font-size: clamp(3.1rem, 6.2vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: 0;
  font-weight: 800;
}

.cro-hero p {
  max-width: 680px;
  margin: 0;
  color: var(--cro-muted);
  font-size: clamp(1.04rem, 1.35vw, 1.24rem);
  line-height: 1.75;
}

.cro-hero-actions,
.cro-final-actions,
.cro-offline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.cro-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.6rem;
}

.cro-proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0.58rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(231, 241, 255, 0.88);
  font-size: 0.86rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.045);
}

.cro-product-visual {
  position: relative;
  min-height: 650px;
  perspective: 1200px;
}

.cro-orbit {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  border: 1px solid rgba(36, 216, 196, 0.16);
  transform: rotate(-18deg);
}

.cro-orbit-one {
  inset: 6rem 0 5rem 2rem;
  animation: croSpin 18s linear infinite;
}

.cro-orbit-two {
  inset: 11rem 4rem 9rem 8rem;
  border-color: rgba(124, 58, 237, 0.18);
  animation: croSpin 24s linear infinite reverse;
}

.cro-dashboard-card,
.cro-phone-card,
.cro-benefit-card,
.cro-module-panel,
.cro-offline-device,
.cro-price-card {
  transform-style: preserve-3d;
  will-change: transform;
}

.cro-dashboard-card {
  position: relative;
  z-index: 2;
  width: min(100%, 690px);
  margin-left: auto;
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(18, 32, 68, 0.95), rgba(6, 13, 31, 0.9)),
    radial-gradient(circle at 20% 0%, rgba(36, 216, 196, 0.18), transparent 35%);
  box-shadow: var(--cro-shadow), 0 0 0 1px rgba(36, 216, 196, 0.05) inset;
  overflow: hidden;
}

.cro-dashboard-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.16) 42%, transparent 55%);
  transform: translateX(-120%);
  animation: croScan 7s ease-in-out infinite;
}

.cro-dashboard-top,
.cro-chart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.cro-dashboard-top {
  padding: 0.4rem 0.45rem 1rem;
}

.cro-dashboard-top span,
.cro-chart-head span,
.cro-dashboard-metrics span,
.cro-route-strip span,
.cro-phone-top span,
.cro-phone-total span,
.cro-floating span,
.cro-auto-card span {
  color: rgba(213, 228, 246, 0.7);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cro-dashboard-top strong {
  display: block;
  margin-top: 0.15rem;
  font-size: 1.1rem;
}

.cro-dashboard-top em {
  flex: 0 0 auto;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  color: #baffed;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 800;
  background: rgba(36, 216, 196, 0.12);
  border: 1px solid rgba(36, 216, 196, 0.22);
}

.cro-dashboard-metrics {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 0.9rem;
}

.cro-dashboard-metrics article,
.cro-chart-panel,
.cro-route-strip,
.cro-module-panel,
.cro-auto-card,
.cro-compare-board article,
.cro-flow-track article,
.cro-benefit-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

.cro-dashboard-metrics article {
  min-height: 132px;
  padding: 1rem;
  border-radius: 22px;
}

.cro-dashboard-metrics strong {
  display: block;
  margin: 1rem 0 0.25rem;
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 2rem);
  line-height: 1;
}

.cro-dashboard-metrics small {
  color: #92ffdf;
  font-weight: 700;
}

.cro-chart-panel {
  margin-top: 0.9rem;
  padding: 1rem;
  border-radius: 24px;
  background:
    linear-gradient(160deg, rgba(36, 216, 196, 0.08), rgba(124, 58, 237, 0.08)),
    rgba(255, 255, 255, 0.055);
}

.cro-chart-head strong {
  font-size: 0.9rem;
}

/* ── Line chart ──────────────────────────────────── */
.cro-linechart-wrap {
  margin-top: 1rem;
}

.cro-linechart-svg {
  display: block;
  width: 100%;
  height: 80px;
  overflow: visible;
}

/* Line / area / dots — all transitions driven by JS inline styles */
.cro-lc-area {
  fill: url(#cro-area-grad);
  opacity: 0;
}

.cro-lc-line {
  fill: none;
  stroke: url(#cro-line-grad);
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cro-lc-dot {
  fill: #24d8c4;
  opacity: 0;
}

/* Peak group — JS controls translate + opacity */
.cro-lc-peak-group {
  opacity: 0;
}

.cro-lc-peak-ring {
  fill: none;
  stroke: #24d8c4;
  stroke-width: 1.5px;
  transform-box: fill-box;
  transform-origin: center;
}

.cro-lc-peak-ring-outer {
  animation: croPeakPulse 2.4s ease-out infinite;
}

.cro-lc-peak-ring-mid {
  animation: croPeakPulse 2.4s ease-out 0.8s infinite;
}

.cro-lc-peak-core {
  fill: #fff;
  stroke: #24d8c4;
  stroke-width: 1.5px;
}

.cro-lc-months {
  display: flex;
  justify-content: space-between;
  padding: 0 6px;
  margin-top: 0.35rem;
}

.cro-lc-months span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(213, 228, 246, 0.52);
  text-transform: uppercase;
  transition: color 0.4s ease;
}

.cro-lc-months span.is-peak {
  color: #24d8c4;
  font-weight: 800;
}

@keyframes croPeakPulse {
  0% {
    transform: scale(0.7);
    opacity: 0.85;
  }
  70% {
    transform: scale(1.55);
    opacity: 0;
  }
  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}

.cro-route-strip {
  position: relative;
  margin-top: 0.9rem;
  padding: 1rem;
  border-radius: 20px;
  overflow: hidden;
}

.cro-route-strip strong {
  display: block;
  margin-top: 0.2rem;
}

.cro-route-strip i {
  display: block;
  height: 0.45rem;
  margin-top: 0.8rem;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--cro-cyan) 0 70%, rgba(255, 255, 255, 0.12) 70% 100%);
}

.cro-phone-card {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
  width: min(245px, 42vw);
  padding: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(18, 31, 62, 0.96), rgba(4, 9, 22, 0.98));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
}

.cro-phone-notch {
  width: 5.2rem;
  height: 0.35rem;
  margin: 0.25rem auto 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.cro-phone-screen {
  min-height: 420px;
  padding: 0.35rem 0.4rem 0.45rem;
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 10%, rgba(36, 216, 196, 0.2), transparent 34%),
    linear-gradient(180deg, #08152e, #050915);
}

.cro-phone-app-img {
  display: block;
  width: 118%;
  max-width: none;
  height: auto;
  margin: -4% -9%;
  border-radius: 20px;
  vertical-align: top;
}

.cro-phone-top {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
}

.cro-phone-top strong {
  color: #99ffe9;
  font-size: 0.8rem;
}

.cro-phone-total {
  margin-top: 2.2rem;
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
}

.cro-phone-total strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.6rem;
}

.cro-phone-list {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.cro-phone-list span {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem;
  border-radius: 15px;
  color: rgba(233, 242, 255, 0.86);
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.06);
}

.cro-phone-list b {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--cro-cyan);
  box-shadow: 0 0 14px rgba(36, 216, 196, 0.8);
}

.cro-floating {
  position: absolute;
  z-index: 5;
  max-width: min(200px, 46vw);
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(8, 15, 34, 0.74);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
  animation: croCloudDriftA 14s ease-in-out infinite;
  will-change: transform;
}

.cro-floating strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 1rem;
}

.cro-floating-one {
  left: auto;
  right: 0.35rem;
  top: 4.75rem;
  animation-name: croCloudDriftA;
  animation-duration: 14s;
  animation-delay: 0s;
}

.cro-floating-two {
  left: 0;
  right: auto;
  top: auto;
  bottom: 8.25rem;
  animation-name: croCloudDriftB;
  animation-duration: 16s;
  animation-delay: -3.5s;
}

.cro-floating-three {
  left: auto;
  right: 16.5rem;
  top: auto;
  bottom: 2.4rem;
  animation-name: croCloudDriftC;
  animation-duration: 18s;
  animation-delay: -6s;
}

.cro-trust-strip {
  position: relative;
  padding: 0 0 4rem;
}

.cro-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}

.cro-trust-grid article {
  min-height: 108px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
}

.cro-trust-grid strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.05rem;
}

.cro-trust-grid span {
  color: var(--cro-muted);
  font-size: 0.92rem;
}

.cro-section {
  position: relative;
  padding: clamp(4.5rem, 8vw, 8rem) 0;
}

.cro-section-head {
  max-width: 900px;
  margin-bottom: clamp(2rem, 5vw, 3.8rem);
}

.cro-section-head h2,
.cro-command-copy h2,
.cro-offline-copy h2,
.cro-compare-copy h2,
.cro-price-card h2,
.cro-final h2 {
  margin: 0.8rem 0 1rem;
  font-size: clamp(2.25rem, 4.4vw, 4.8rem);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 800;
}

.cro-section-head p,
.cro-command-copy p,
.cro-offline-copy p,
.cro-compare-copy p,
.cro-price-card p {
  max-width: 760px;
  margin: 0;
  color: var(--cro-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.cro-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.cro-benefit-card {
  position: relative;
  min-height: 270px;
  padding: 1.25rem;
  border-radius: 28px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 16% 0%, rgba(36, 216, 196, 0.16), transparent 38%);
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.cro-benefit-card:hover {
  border-color: rgba(36, 216, 196, 0.35);
  background:
    linear-gradient(160deg, rgba(36, 216, 196, 0.1), rgba(124, 58, 237, 0.06)),
    rgba(255, 255, 255, 0.05);
}

.cro-benefit-card .cro-benefit-icon {
  display: inline-flex;
  width: 2.8rem;
  height: 2.8rem;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #06221e;
  font-weight: 900;
  background: linear-gradient(135deg, var(--cro-cyan), var(--cro-green));
}

.cro-benefit-card .cro-benefit-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.cro-benefit-card h3 {
  margin: 1.5rem 0 0.7rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.cro-benefit-card p {
  margin: 0;
  color: var(--cro-muted);
  font-size: 0.95rem;
}

.cro-command {
  background:
    linear-gradient(180deg, rgba(36, 216, 196, 0.04), transparent 50%),
    radial-gradient(circle at 92% 22%, rgba(59, 130, 246, 0.14), transparent 34rem);
}

.cro-command-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.cro-module-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2rem;
}

.cro-module-tabs button {
  min-height: 2.6rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(232, 242, 255, 0.78);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.045);
  cursor: pointer;
  transition: 0.22s ease;
}

.cro-module-tabs button:hover,
.cro-module-tabs button.is-active {
  color: #061e1b;
  border-color: transparent;
  background: linear-gradient(135deg, var(--cro-cyan), var(--cro-green));
  box-shadow: 0 18px 38px rgba(36, 216, 196, 0.22);
}

.cro-module-panel {
  position: relative;
  min-height: 460px;
  padding: clamp(1.2rem, 3vw, 2rem);
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 10%, rgba(36, 216, 196, 0.18), transparent 26rem),
    linear-gradient(145deg, rgba(17, 31, 66, 0.95), rgba(5, 11, 27, 0.94));
  box-shadow: var(--cro-shadow);
}

.cro-module-panel::after {
  content: '';
  position: absolute;
  right: -7rem;
  bottom: -7rem;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.22), transparent 67%);
}

.cro-module-panel-top {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.6rem;
}

.cro-module-panel-top span {
  color: #9affea;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cro-module-panel-top strong {
  max-width: 680px;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.05;
}

.cro-module-panel p {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: 1rem 0 2rem;
  color: var(--cro-muted);
  line-height: 1.7;
}

.cro-module-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: max-content 1fr max-content 1fr max-content;
  align-items: center;
  gap: 0.8rem;
  margin: 2.4rem 0;
}

.cro-module-flow span {
  min-height: 3.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  border-radius: 18px;
  color: #fff;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.11);
}

.cro-module-flow i {
  display: block;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cro-cyan), transparent);
  position: relative;
  overflow: hidden;
}

.cro-module-flow i::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  animation: croFlow 2.4s linear infinite;
}

.cro-module-points {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.cro-module-points span {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  color: rgba(234, 244, 255, 0.9);
  font-size: 0.86rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cro-offline {
  background: linear-gradient(180deg, transparent, rgba(36, 216, 196, 0.045), transparent);
}

.cro-offline-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.cro-offline-device {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 16%, rgba(36, 216, 196, 0.22), transparent 18rem),
    linear-gradient(160deg, rgba(18, 33, 70, 0.94), rgba(5, 11, 27, 0.96));
  box-shadow: var(--cro-shadow);
}

.cro-device-status {
  margin: 1rem;
  padding: 1.2rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cro-device-status span {
  color: var(--cro-amber);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cro-device-status strong {
  display: block;
  margin-top: 0.3rem;
  font-size: 2.4rem;
}

.cro-device-map {
  position: relative;
  height: 240px;
  margin: 1rem;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(36, 216, 196, 0.1), transparent),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cro-device-map i {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  background: var(--cro-cyan);
  box-shadow: 0 0 0 0 rgba(36, 216, 196, 0.48);
  animation: croPulse 2.4s infinite;
}

.cro-device-map i:nth-child(1) {
  left: 18%;
  top: 35%;
}

.cro-device-map i:nth-child(2) {
  left: 56%;
  top: 48%;
  animation-delay: 0.5s;
}

.cro-device-map i:nth-child(3) {
  left: 76%;
  top: 24%;
  animation-delay: 1s;
}

.cro-device-actions {
  display: grid;
  gap: 0.75rem;
  margin: 1rem;
}

.cro-device-actions span {
  padding: 0.85rem 1rem;
  border-radius: 18px;
  color: rgba(239, 247, 255, 0.9);
  font-weight: 800;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cro-automation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.cro-auto-card {
  min-height: 260px;
  padding: 1.4rem;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 90% 0%, rgba(124, 58, 237, 0.16), transparent 45%);
}

.cro-auto-card strong {
  display: block;
  margin: 1.8rem 0 0.7rem;
  font-size: 1.45rem;
  line-height: 1.12;
}

.cro-auto-card p {
  margin: 0;
  color: var(--cro-muted);
}

.cro-flow {
  padding-top: 2rem;
}

.cro-flow-track {
  display: grid;
  grid-template-columns: 1fr 80px 1fr 80px 1fr;
  align-items: stretch;
  gap: 1rem;
}

.cro-flow-track article {
  min-height: 260px;
  padding: 1.25rem;
  border-radius: 28px;
  background:
    linear-gradient(160deg, rgba(36, 216, 196, 0.08), rgba(124, 58, 237, 0.06)),
    rgba(255, 255, 255, 0.045);
}

.cro-flow-track article span {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #061e1b;
  font-weight: 900;
  background: linear-gradient(135deg, var(--cro-cyan), var(--cro-green));
}

.cro-flow-track h3 {
  margin: 1.5rem 0 0.6rem;
  font-size: 1.28rem;
}

.cro-flow-track p {
  margin: 0;
  color: var(--cro-muted);
}

.cro-flow-track > i {
  align-self: center;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cro-cyan), transparent);
}

.cro-compare-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.cro-compare-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.cro-compare-board article {
  padding: 1.2rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.045);
}

.cro-compare-board article.is-cloud {
  background:
    radial-gradient(circle at 20% 0%, rgba(36, 216, 196, 0.16), transparent 45%),
    rgba(36, 216, 196, 0.06);
  border-color: rgba(36, 216, 196, 0.24);
}

.cro-compare-board span {
  display: block;
  margin-bottom: 1rem;
  font-weight: 900;
}

.cro-compare-board ul {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cro-compare-board li {
  position: relative;
  padding-left: 1.25rem;
  color: var(--cro-muted);
}

.cro-compare-board li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: currentColor;
}

.cro-compare-board .is-cloud li {
  color: rgba(232, 255, 249, 0.9);
}

.cro-pricing-cta {
  padding-top: 2rem;
}

.cro-price-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.4rem, 4vw, 3rem);
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 85% 16%, rgba(36, 216, 196, 0.24), transparent 22rem),
    linear-gradient(135deg, rgba(21, 40, 83, 0.92), rgba(5, 10, 24, 0.94));
  box-shadow: var(--cro-shadow);
}

.cro-price-box {
  min-width: 260px;
  padding: 1.35rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
  text-align: center;
}

.cro-price-box small,
.cro-price-box span {
  color: var(--cro-muted);
  font-weight: 800;
}

.cro-price-box strong {
  display: inline-block;
  margin: 0 0.15rem;
  font-size: 5rem;
  line-height: 1;
}

.cro-price-box .btn {
  width: 100%;
  margin-top: 1rem;
}

.cro-final {
  position: relative;
  padding: clamp(5rem, 9vw, 9rem) 0;
  overflow: hidden;
}

.cro-final::before {
  content: '';
  position: absolute;
  inset: 1rem 4vw;
  border-radius: 48px;
  background:
    radial-gradient(circle at 20% 20%, rgba(36, 216, 196, 0.22), transparent 30rem),
    radial-gradient(circle at 90% 30%, rgba(124, 58, 237, 0.24), transparent 28rem),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cro-final-inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  text-align: center;
}

.cro-final h2 {
  margin-left: auto;
  margin-right: auto;
}

.cro-final .cro-kicker {
  justify-content: center;
}

.cro-final-actions {
  justify-content: center;
}

.chat-widget {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 130;
}

.chat-launcher {
  position: relative;
  width: 62px;
  height: 62px;
  border: 0;
  border-radius: 50%;
  color: #031a17;
  font: inherit;
  font-weight: 900;
  background: linear-gradient(135deg, var(--cro-cyan), var(--cro-green));
  box-shadow: 0 18px 45px rgba(36, 216, 196, 0.34);
  cursor: pointer;
}

.chat-launcher-pulse {
  position: absolute;
  inset: -9px;
  border-radius: inherit;
  border: 1px solid rgba(36, 216, 196, 0.5);
  animation: croPulse 2.4s infinite;
}

.chat-launcher-icon {
  position: relative;
  z-index: 1;
}

.chat-panel {
  position: absolute;
  right: 0;
  bottom: 76px;
  width: min(360px, calc(100vw - 2rem));
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(6, 13, 30, 0.92);
  backdrop-filter: blur(22px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.46);
  transform: translateY(18px) scale(0.96);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
}

.chat-widget.is-open .chat-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: auto;
}

.chat-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.chat-panel-header span {
  display: block;
  color: var(--cro-muted);
  font-size: 0.78rem;
}

.chat-panel-header strong {
  display: block;
}

.chat-panel-header button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.chat-panel-body {
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
}

.chat-bubble {
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
  color: rgba(239, 247, 255, 0.9);
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.07);
}

.chat-bubble-agent {
  background: rgba(36, 216, 196, 0.12);
}

.chat-bubble-muted {
  color: var(--cro-muted);
}

.chat-panel-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 1rem 1rem;
  padding: 0.8rem 0.9rem;
  border-radius: 999px;
  color: var(--cro-muted);
  background: rgba(255, 255, 255, 0.06);
}

.chat-panel-input i {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--cro-cyan);
}

@keyframes croSpin {
  to {
    transform: rotate(342deg);
  }
}

@keyframes croScan {
  0%,
  45% {
    transform: translateX(-120%);
  }
  70%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes croBar {
  0%,
  100% {
    transform: scaleY(0.9);
  }
  50% {
    transform: scaleY(1.05);
  }
}

@keyframes croCloudDriftA {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(30px, -26px);
  }
  50% {
    transform: translate(-18px, 20px);
  }
  75% {
    transform: translate(24px, 14px);
  }
}

@keyframes croCloudDriftB {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-34px, 18px);
  }
  50% {
    transform: translate(22px, -28px);
  }
  75% {
    transform: translate(32px, 12px);
  }
}

@keyframes croCloudDriftC {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(18px, 28px);
  }
  50% {
    transform: translate(-34px, -14px);
  }
  75% {
    transform: translate(-16px, -26px);
  }
}

@keyframes croFlow {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes croPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(36, 216, 196, 0.48);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(36, 216, 196, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(36, 216, 196, 0);
  }
}

@media (max-width: 1180px) {
  .cro-hero-grid,
  .cro-command-grid,
  .cro-offline-grid,
  .cro-compare-grid {
    grid-template-columns: 1fr;
  }

  .cro-hero-copy {
    max-width: 920px;
  }

  .cro-product-visual {
    min-height: 620px;
  }

  .cro-dashboard-card {
    margin-left: 0;
  }

  .cro-benefit-grid,
  .cro-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .cro-hero {
    min-height: auto;
    padding-top: 3.6rem;
  }

  .cro-hero h1 {
    font-size: clamp(2.55rem, 12vw, 4.2rem);
  }

  .cro-product-visual {
    min-height: auto;
    display: grid;
    gap: 1rem;
  }

  .cro-orbit,
  .cro-floating {
    display: none;
  }

  .cro-dashboard-card {
    width: 100%;
  }

  .cro-dashboard-metrics {
    grid-template-columns: 1fr;
  }

  .cro-linechart-svg {
    height: 64px;
  }

  .cro-phone-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 340px);
    margin: 0 auto;
  }

  .cro-phone-screen {
    min-height: 360px;
  }

  .cro-benefit-grid,
  .cro-automation-grid,
  .cro-trust-grid,
  .cro-compare-board {
    grid-template-columns: 1fr;
  }

  .cro-module-flow,
  .cro-flow-track {
    grid-template-columns: 1fr;
  }

  .cro-module-flow i,
  .cro-flow-track > i {
    width: 2px;
    height: 34px;
    justify-self: center;
    background: linear-gradient(180deg, var(--cro-cyan), transparent);
  }

  .cro-price-card {
    grid-template-columns: 1fr;
  }

  .cro-price-box {
    min-width: 0;
  }
}

@media (max-width: 560px) {
  .cro-home .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cro-section {
    padding: 4rem 0;
  }

  .cro-kicker {
    max-width: 100%;
    flex-wrap: wrap;
    font-size: 0.66rem;
    line-height: 1.45;
  }

  .cro-hero h1 {
    font-size: clamp(2.28rem, 10.2vw, 3.35rem);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .cro-hero p {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .cro-section-head h2,
  .cro-command-copy h2,
  .cro-offline-copy h2,
  .cro-compare-copy h2,
  .cro-price-card h2,
  .cro-final h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .cro-hero-actions,
  .cro-final-actions,
  .cro-offline-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cro-hero-actions .btn,
  .cro-final-actions .btn,
  .cro-offline-actions .btn {
    width: 100%;
  }

  .cro-dashboard-card {
    padding: 0.85rem;
    border-radius: 24px;
  }

  .cro-module-panel,
  .cro-offline-device,
  .cro-price-card {
    border-radius: 28px;
  }

  .cro-device-status strong {
    font-size: 2rem;
  }

  .chat-widget {
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .chat-launcher {
    width: 52px;
    height: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cro-reveal,
  .cro-lc-line,
  .cro-lc-area,
  .cro-lc-peak-ring,
  .cro-orbit,
  .cro-floating,
  .cro-dashboard-card::before,
  .cro-device-map i,
  .chat-launcher-pulse {
    animation: none !important;
    transition: none !important;
  }
}

/* Reference-driven polish: dark hero + white SaaS body + result band */
.cro-home {
  background: #ffffff;
}

.cro-home .navbar {
  background: rgba(3, 7, 18, 0.88);
}

.cro-home .logo {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  letter-spacing: 0;
}

.cro-hero {
  min-height: 690px;
  padding: clamp(3.6rem, 6vw, 5.8rem) 0 1rem;
  background:
    radial-gradient(circle at 78% 20%, rgba(59, 130, 246, 0.35), transparent 27rem),
    radial-gradient(circle at 85% 88%, rgba(124, 58, 237, 0.52), transparent 28rem),
    radial-gradient(circle at 16% 36%, rgba(37, 99, 235, 0.3), transparent 32rem),
    linear-gradient(135deg, #020817 0%, #050b1d 44%, #0a0d25 100%);
}

.cro-hero::before {
  right: 9vw;
  top: 6rem;
  width: 35rem;
  height: 26rem;
  border-radius: 30% 70% 62% 38%;
  background: rgba(39, 103, 255, 0.16);
  filter: blur(42px);
}

.cro-hero::after {
  left: auto;
  right: 1vw;
  bottom: -6rem;
  width: 28rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.45), transparent 68%);
}

.cro-hero-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(570px, 1.18fr);
  gap: clamp(2rem, 4vw, 4rem);
}

.cro-hero-copy {
  padding-top: 1.2rem;
}

.cro-hero-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2.7rem;
  padding: 0.7rem 1.45rem;
  border: 1px solid rgba(80, 142, 255, 0.72);
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: rgba(30, 83, 180, 0.22);
  box-shadow: 0 14px 42px rgba(55, 118, 255, 0.22), inset 0 0 22px rgba(76, 133, 255, 0.18);
}

.cro-hero h1 {
  max-width: 660px;
  font-size: clamp(3rem, 4.8vw, 5rem);
  line-height: 1.05;
}

.cro-hero h1 em,
.cro-hero h1 b {
  font-style: normal;
  color: #4f8cff;
}

.cro-hero h1 b {
  color: #8b5cf6;
}

.cro-hero p {
  max-width: 600px;
  color: rgba(222, 234, 255, 0.83);
}

.cro-hero-actions .btn {
  min-height: 3.4rem;
  padding-inline: 1.6rem;
}

.cro-hero-actions .btn::after,
.cro-final-actions .btn::after {
  content: '→';
  margin-left: 0.65rem;
}

.cro-proof-row {
  margin-top: 2.1rem;
  gap: 1.2rem;
}

.cro-proof-row span {
  border: 0;
  padding: 0;
  background: transparent;
  color: #ffffff;
}

.cro-proof-row span::before {
  content: '';
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.5rem;
  border: 1.5px solid #9fc5ff;
  border-radius: 50%;
}

.cro-product-visual {
  min-height: 560px;
}

.cro-dashboard-card {
  width: min(100%, 720px);
  margin-top: 1rem;
  padding: 1.1rem;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(6, 12, 27, 0.98)),
    radial-gradient(circle at 35% 0%, rgba(59, 130, 246, 0.18), transparent 34%);
  border-color: rgba(255, 255, 255, 0.18);
}

.cro-phone-card {
  right: auto;
  left: -1.8rem;
  bottom: -0.2rem;
  width: 220px;
}

.cro-phone-screen {
  min-height: 360px;
}

.cro-floating-one {
  left: auto;
  right: -0.35rem;
  top: 8.5rem;
  animation-name: croCloudDriftA;
  animation-duration: 14s;
  animation-delay: 0s;
}

.cro-floating-two {
  left: 8.5rem;
  right: auto;
  top: auto;
  bottom: 6.5rem;
  animation-name: croCloudDriftB;
  animation-duration: 16s;
  animation-delay: -3.5s;
}

.cro-floating-three {
  left: -3.25rem;
  right: auto;
  top: 14rem;
  bottom: auto;
  animation-name: croCloudDriftC;
  animation-duration: 18s;
  animation-delay: -6s;
}

.cro-light-section {
  background:
    radial-gradient(circle at 15% 0%, rgba(59, 130, 246, 0.08), transparent 25rem),
    #ffffff;
  color: #071126;
}

.cro-light-section .cro-kicker {
  color: #3157ff;
}

.cro-light-section .cro-kicker::before {
  display: none;
}

.cro-light-section .cro-section-head {
  max-width: 720px;
}

.cro-value.cro-light-section .cro-section-head {
  max-width: min(46rem, 100%);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(2.35rem, 4.5vw, 3.65rem);
}

.cro-light-section .cro-section-head h2 {
  color: #071126;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.12;
}

.cro-value.cro-light-section .cro-section-head h2 {
  font-size: clamp(2.08rem, 2.95vw, 2.95rem);
  line-height: 1.11;
  letter-spacing: -0.035em;
  font-weight: 800;
  margin: 0.55rem 0 0.7rem;
  text-wrap: balance;
  color: #050c18;
}

.cro-value.cro-light-section .cro-section-head .cro-kicker {
  letter-spacing: 0.1em;
  opacity: 0.95;
}

.cro-value-lead {
  max-width: 42rem;
  margin: 0.35rem 0 0;
  color: #4a5a72;
  font-size: 1.02rem;
  line-height: 1.65;
}

.cro-value .cro-value-lead {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.45rem;
  max-width: 36rem;
  color: #556175;
  font-size: 1.03rem;
  line-height: 1.68;
  letter-spacing: 0.006em;
}

.cro-value {
  padding: clamp(3.4rem, 5vw, 5rem) 0 2.8rem;
}

.cro-benefit-carousel {
  position: relative;
  margin-bottom: 0.25rem;
}

.cro-benefit-carousel-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin: 0 -0.5rem;
  padding: 0.35rem 0.5rem 0.15rem;
}

.cro-benefit-carousel-viewport::-webkit-scrollbar {
  display: none;
}

.cro-benefit-carousel-viewport:focus-visible {
  outline: 2px solid rgba(49, 87, 255, 0.45);
  outline-offset: 3px;
}

.cro-benefit-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
}

.cro-benefit-track .cro-benefit-card {
  flex: 0 0 min(100%, 300px);
  max-width: 320px;
  scroll-snap-align: start;
  scroll-margin-inline: 0.5rem;
}

@media (min-width: 560px) {
  .cro-benefit-track .cro-benefit-card {
    flex: 0 0 calc(50% - 0.425rem);
    max-width: none;
  }
}

@media (min-width: 900px) {
  .cro-benefit-track .cro-benefit-card {
    flex: 0 0 calc(33.333% - 0.57rem);
  }
}

@media (min-width: 1200px) {
  .cro-benefit-track .cro-benefit-card {
    flex: 0 0 calc(25% - 0.64rem);
  }
}

.cro-benefit-carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.15rem;
  flex-wrap: wrap;
}

.cro-benefit-carousel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #dce3ee;
  border-radius: 14px;
  color: #3157ff;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.cro-benefit-carousel-btn:hover {
  border-color: rgba(49, 87, 255, 0.35);
  background: rgba(49, 87, 255, 0.06);
  color: #1d4ed8;
}

.cro-benefit-carousel-btn:focus-visible {
  outline: 2px solid rgba(49, 87, 255, 0.45);
  outline-offset: 2px;
}

.cro-benefit-carousel-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

.cro-benefit-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.cro-benefit-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #c8d0e0;
  cursor: pointer;
  transition: width 0.22s ease, background 0.2s ease;
}

.cro-benefit-dot:hover {
  background: #8b9ab8;
}

.cro-benefit-dot.is-active {
  width: 1.5rem;
  background: linear-gradient(90deg, #3157ff, #3b82f6);
}

.cro-benefit-dot:focus-visible {
  outline: 2px solid rgba(49, 87, 255, 0.45);
  outline-offset: 2px;
}

.cro-benefit-carousel .cro-benefit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 0;
  padding: 0.75rem 0.85rem 0.85rem;
  border-radius: 18px;
  text-align: center;
  border: 1px solid #e8ecf4;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.cro-benefit-carousel .cro-benefit-card:hover {
  transform: translateY(-3px);
  border-color: rgba(49, 87, 255, 0.22);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1);
}

.cro-benefit-carousel .cro-benefit-card .cro-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  color: #1d4ed8;
  background: linear-gradient(145deg, rgba(59, 130, 246, 0.12), rgba(124, 58, 246, 0.08));
  box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.1);
}

.cro-benefit-carousel .cro-benefit-card .cro-benefit-icon svg {
  width: 1.28rem;
  height: 1.28rem;
}

.cro-benefit-carousel .cro-benefit-card:nth-child(2) .cro-benefit-icon {
  color: #6d28d9;
  background: linear-gradient(145deg, rgba(124, 58, 237, 0.14), rgba(139, 92, 246, 0.08));
  box-shadow: inset 0 0 0 1px rgba(124, 58, 237, 0.12);
}

.cro-benefit-carousel .cro-benefit-card:nth-child(3) .cro-benefit-icon {
  color: #15803d;
  background: linear-gradient(145deg, rgba(34, 197, 94, 0.14), rgba(36, 216, 196, 0.1));
  box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.12);
}

.cro-benefit-carousel .cro-benefit-card:nth-child(4) .cro-benefit-icon {
  color: #c2410c;
  background: linear-gradient(145deg, rgba(249, 115, 22, 0.14), rgba(251, 191, 36, 0.1));
  box-shadow: inset 0 0 0 1px rgba(249, 115, 22, 0.12);
}

.cro-benefit-carousel .cro-benefit-card:nth-child(5) .cro-benefit-icon {
  color: #be185d;
  background: linear-gradient(145deg, rgba(236, 72, 153, 0.14), rgba(244, 114, 182, 0.1));
  box-shadow: inset 0 0 0 1px rgba(236, 72, 153, 0.12);
}

.cro-benefit-carousel .cro-benefit-card:nth-child(6) .cro-benefit-icon {
  color: #5b21b6;
  background: linear-gradient(145deg, rgba(139, 92, 246, 0.14), rgba(59, 130, 246, 0.1));
  box-shadow: inset 0 0 0 1px rgba(139, 92, 246, 0.12);
}

.cro-benefit-carousel .cro-benefit-card h3 {
  margin: 0.65rem 0 0.35rem;
  color: #08142b;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.25;
}

.cro-benefit-carousel .cro-benefit-card p {
  margin: 0;
  color: #43506a;
  font-size: 0.8rem;
  line-height: 1.45;
}

.cro-flow {
  padding: 1.7rem 0 clamp(3.6rem, 6vw, 5rem);
}

.cro-flow .cro-section-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cro-flow-track {
  grid-template-columns: 1fr 70px 1fr 70px 1fr 70px 1fr 70px 1fr;
  gap: 0.4rem;
  align-items: start;
}

.cro-flow-track article {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.cro-flow-track article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  color: #3157ff;
  font-weight: 900;
  font-size: 1.1rem;
  background: rgba(49, 87, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(49, 87, 255, 0.12);
}

.cro-flow-track h3 {
  color: #08142b;
  font-size: 0.94rem;
}

.cro-flow-track p {
  color: #44516a;
  font-size: 0.78rem;
  line-height: 1.5;
}

.cro-flow-track > i {
  margin-top: 2.25rem;
  background: repeating-linear-gradient(90deg, rgba(49, 87, 255, 0.26) 0 5px, transparent 5px 10px);
}

.cro-command {
  padding: clamp(4rem, 6vw, 5.5rem) 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 15%, rgba(124, 58, 237, 0.22), transparent 30rem),
    linear-gradient(135deg, #020817, #050b1d 55%, #08051b);
}

.cro-command-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.cro-command-copy h2 {
  max-width: 520px;
  font-size: clamp(2rem, 3vw, 3rem);
}

.cro-command-copy p {
  max-width: 520px;
}

.cro-result-list {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.5rem;
}

.cro-result-list span {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(233, 242, 255, 0.9);
  font-weight: 700;
}

.cro-result-list span::before {
  content: '✓';
  display: inline-flex;
  width: 1.05rem;
  height: 1.05rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #60a5fa;
  border: 1px solid #60a5fa;
  font-size: 0.7rem;
}

.cro-results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}

.cro-results-grid article {
  min-height: 170px;
  padding: 1.4rem 1rem;
  border: 1px solid rgba(80, 142, 255, 0.36);
  border-radius: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 0 36px rgba(59, 130, 246, 0.06);
}

.cro-results-grid strong {
  display: block;
  margin-bottom: 1rem;
  color: #4f8cff;
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1;
}

.cro-results-grid article:nth-child(2) strong { color: #39df98; }
.cro-results-grid article:nth-child(3) strong { color: #f5b75d; }
.cro-results-grid article:nth-child(4) strong { color: #8b5cf6; }

.cro-results-grid span {
  display: block;
  font-weight: 900;
}

.cro-results-grid p {
  margin: 0.45rem 0 0;
  color: rgba(226, 236, 249, 0.76);
  font-size: 0.86rem;
}

.cro-final {
  padding: 0;
  background: linear-gradient(135deg, #3157ff, #3b82f6 45%, #8b5cf6);
}

.cro-final::before {
  inset: 0;
  border-radius: 0;
  border: 0;
  background:
    radial-gradient(circle at 86% 52%, rgba(36, 216, 196, 0.22), transparent 15rem),
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.14), transparent 24rem);
}

.cro-final-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 52rem;
  margin-inline: auto;
  padding: clamp(3rem, 7vw, 5.25rem) 0 clamp(3.5rem, 8vw, 6rem);
  text-align: center;
  gap: clamp(1rem, 2.5vw, 1.65rem);
}

.cro-final .cro-kicker {
  color: rgba(255, 255, 255, 0.88);
  justify-content: center;
  text-align: center;
}

.cro-final .cro-kicker::before {
  display: none;
}

.cro-final h2 {
  margin: 0;
  max-width: 38rem;
  color: #ffffff;
  font-size: clamp(1.55rem, 2.8vw, 2.75rem);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 28px rgba(5, 9, 22, 0.18);
}

.cro-final .cro-final-actions {
  justify-content: center;
  margin-top: clamp(0.35rem, 1.5vw, 0.85rem);
  gap: 0.75rem 1rem;
}

.cro-final-actions .btn-primary {
  background: #ffffff;
  color: #071126 !important;
}

.cro-final-actions .btn-outline {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.08);
}

.cro-client-strip {
  position: relative;
  padding: clamp(1.85rem, 4vw, 2.85rem) 0;
  background: linear-gradient(180deg, #f6f8fc 0%, #ffffff 55%);
  box-shadow: 0 -14px 40px rgba(15, 23, 42, 0.07);
}

.cro-client-strip::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  opacity: 0.9;
}

.cro-client-inner {
  display: grid;
  grid-template-columns: minmax(0, min(100%, 15rem)) minmax(0, 1fr);
  gap: 1.25rem clamp(1.25rem, 4vw, 3rem);
  align-items: center;
}

.cro-client-intro {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  line-height: 1.4;
  color: #13223b;
}

.cro-client-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 0.7rem 0.85rem;
  align-items: stretch;
}

.cro-client-list li {
  margin: 0;
}

.cro-client-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.5rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #3d4d66;
  background: #ffffff;
  border: 1px solid #dce3ee;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cro-client-chip:hover {
  border-color: rgba(49, 87, 255, 0.28);
  box-shadow: 0 8px 22px rgba(49, 87, 255, 0.1);
  transform: translateY(-1px);
}

@media (max-width: 1180px) {
  .cro-hero-grid {
    grid-template-columns: 1fr;
  }

  .cro-benefit-grid,
  .cro-results-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cro-flow-track {
    grid-template-columns: 1fr;
  }

  .cro-flow-track > i {
    width: 2px;
    height: 26px;
    justify-self: center;
    margin-top: 0;
    background: repeating-linear-gradient(180deg, rgba(49, 87, 255, 0.26) 0 5px, transparent 5px 10px);
  }

  .cro-client-inner {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .cro-client-list {
    grid-template-columns: repeat(auto-fill, minmax(136px, 1fr));
  }
}

@media (max-width: 820px) {
  .cro-hero-grid {
    grid-template-columns: 1fr;
  }

  .cro-hero {
    min-height: auto;
  }

  .cro-hero h1 {
    font-size: clamp(2.08rem, 8.9vw, 3rem);
    line-height: 1.08;
    overflow-wrap: normal;
  }

  .cro-phone-card {
    left: auto;
  }

  .cro-command-grid {
    grid-template-columns: 1fr;
  }

  .cro-final-inner {
    padding-top: 2.5rem;
    padding-bottom: 2.75rem;
    max-width: 100%;
  }

  .cro-final .cro-final-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 560px) {
  .cro-hero-badge {
    font-size: 0.62rem;
    padding-inline: 0.9rem;
  }

  .cro-proof-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .cro-proof-row span {
    justify-content: flex-start;
  }

  .cro-benefit-grid,
  .cro-results-grid {
    grid-template-columns: 1fr;
  }

  .cro-client-list {
    grid-template-columns: 1fr;
  }

  .cro-benefit-card {
    min-height: 0;
  }
}

/* Final CTA: conversion-focused close */
.cro-final {
  position: relative;
  padding: clamp(3.1rem, 6vw, 5.7rem) 0;
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 255, 255, 0.2), transparent 19rem),
    radial-gradient(circle at 84% 36%, rgba(36, 216, 196, 0.25), transparent 17rem),
    linear-gradient(135deg, #246bff 0%, #3b82f6 45%, #7c3aed 100%);
  overflow: hidden;
}

.cro-final::before {
  content: '';
  position: absolute;
  inset: -35% auto auto 54%;
  width: 38rem;
  height: 38rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 64%);
  filter: blur(4px);
  animation: croFloatHalo 9s ease-in-out infinite alternate;
}

.cro-final::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  opacity: 0.18;
  pointer-events: none;
}

.cro-final-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.cro-final .cro-reveal {
  opacity: 1;
  transform: none;
}

.cro-final-copy {
  max-width: 720px;
}

.cro-final-copy .cro-kicker {
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.82);
}

.cro-final-copy .cro-kicker::before {
  display: none;
}

.cro-final h2 {
  max-width: 740px;
  margin: 0.85rem 0 1rem;
  color: #ffffff;
  font-size: clamp(2.6rem, 5vw, 5.6rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-align: left;
  text-shadow: 0 18px 50px rgba(3, 7, 18, 0.2);
}

.cro-final-copy p {
  max-width: 630px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.7;
}

.cro-final-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: 1.55rem;
}

.cro-final-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.55rem;
  padding: 0.62rem 0.88rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 850;
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

.cro-final-benefits i {
  width: 0.62rem;
  height: 0.62rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #64f0a6;
  box-shadow: 0 0 16px rgba(100, 240, 166, 0.74);
}

.cro-final-action-card {
  position: relative;
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 30px;
  background: rgba(4, 10, 28, 0.4);
  box-shadow: 0 30px 90px rgba(3, 7, 18, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(20px);
  overflow: hidden;
}

.cro-final-card-glow {
  position: absolute;
  right: -22%;
  bottom: -40%;
  width: 22rem;
  height: 14rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(36, 216, 196, 0.28), transparent 65%);
  pointer-events: none;
}

.cro-final-mini-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.cro-final-mini-metrics article {
  min-height: 120px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.13);
  transition: transform 0.22s ease, background 0.22s ease;
}

.cro-final-action-card:hover .cro-final-mini-metrics article {
  background: rgba(255, 255, 255, 0.16);
}

.cro-final-mini-metrics article:hover {
  transform: translateY(-3px);
}

.cro-final-mini-metrics strong {
  display: block;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1;
  letter-spacing: 0;
}

.cro-final-mini-metrics span {
  display: block;
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.83rem;
  font-weight: 850;
}

.cro-final .cro-final-actions {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 0;
}

.cro-final-actions .btn {
  min-height: 3.35rem;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
}

.cro-final-actions .btn-primary {
  background: #ffffff;
  color: #071126 !important;
  box-shadow: 0 18px 44px rgba(255, 255, 255, 0.18);
}

.cro-final-actions .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 58px rgba(255, 255, 255, 0.24);
}

.cro-final-actions .btn-outline {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.cro-final-actions .btn-outline:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.62);
}

.cro-final-action-card small {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.cro-client-strip {
  padding: 1.35rem 0;
  background: #ffffff;
  box-shadow: 0 -18px 55px rgba(15, 23, 42, 0.06);
}

.cro-client-inner {
  grid-template-columns: minmax(0, 18rem) minmax(0, 1fr);
  gap: 1rem 2rem;
}

.cro-client-intro {
  color: #071126;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.cro-client-list {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
}

.cro-client-chip {
  min-height: 2.7rem;
  border-color: #e6edf6;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  color: #8a96a8;
  font-weight: 900;
  font-size: 0.86rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

@keyframes croFloatHalo {
  from {
    transform: translate3d(-1.2rem, 0, 0) scale(1);
  }

  to {
    transform: translate3d(1.4rem, 1rem, 0) scale(1.06);
  }
}

@media (max-width: 980px) {
  .cro-final-shell {
    grid-template-columns: 1fr;
  }

  .cro-final h2,
  .cro-final-copy p {
    max-width: 100%;
  }

  .cro-client-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cro-client-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .cro-final {
    padding: 2.35rem 0;
  }

  .cro-final h2 {
    font-size: clamp(2.15rem, 10vw, 3.25rem);
  }

  .cro-final-mini-metrics,
  .cro-final .cro-final-actions {
    grid-template-columns: 1fr;
  }

  .cro-client-list {
    grid-template-columns: 1fr;
  }
}

/* Client carousel */
.cro-client-strip {
  overflow: hidden;
}

.cro-client-inner {
  display: grid;
  grid-template-columns: minmax(12rem, 20rem) minmax(0, 1fr);
  align-items: center;
}

.cro-client-intro {
  position: relative;
  z-index: 2;
  max-width: 18rem;
}

.cro-client-marquee {
  position: relative;
  display: flex;
  gap: 0.85rem;
  min-width: 0;
  overflow: hidden;
  padding: 0.15rem 0;
  mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
}

.cro-client-marquee::before,
.cro-client-marquee::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 5rem;
  pointer-events: none;
}

.cro-client-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff, transparent);
}

.cro-client-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff, transparent);
}

.cro-client-track {
  display: flex;
  flex: 0 0 max-content;
  width: max-content;
  grid-template-columns: none;
  gap: 0.85rem;
  align-items: center;
  animation: croClientMarquee 36s linear infinite;
  will-change: transform;
}

.cro-client-marquee:hover .cro-client-track {
  animation-play-state: paused;
}

.cro-client-track li {
  flex: 0 0 auto;
}

.cro-client-track .cro-client-chip {
  width: auto;
  min-width: 10.9rem;
  padding-inline: 1.1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.96)),
    radial-gradient(circle at 20% 0%, rgba(49, 87, 255, 0.08), transparent 8rem);
  color: #7f8da1;
}

.cro-client-track .cro-client-chip:hover {
  color: #3157ff;
}

@keyframes croClientMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-100% - 0.85rem), 0, 0);
  }
}

@media (max-width: 980px) {
  .cro-client-inner {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .cro-client-intro {
    max-width: none;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .cro-client-strip {
    padding: 1.25rem 0;
  }

  .cro-client-marquee {
    width: calc(100vw - 2rem);
    margin-inline: auto;
    mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  }

  .cro-client-marquee::before,
  .cro-client-marquee::after {
    width: 2.5rem;
  }

  .cro-client-track {
    animation-duration: 30s;
  }

  .cro-client-track .cro-client-chip {
    min-width: 10.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cro-client-track {
    animation: none;
  }
}
