/*! https://www.vancheer.com 
 * Copyright (c) VANCHEERABO. All rights reserved.
 * https://www.vancheer.com */

@charset "utf-8";

/*! default start */



/*! default end */

/*! Style A start */



/*! Style A end */

/*! Script start */



/*! Script end */

/*! HTML - iTreg Platform start */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.wondercel-itreg-page {
  --treg: #7c3aed;
  --treg-light: #a78bfa;
  --treg-pale: #c4b5fd;
  --treg-soft: rgba(124,58,237,0.06);
  --treg-glow: rgba(124,58,237,0.15);
  --bg-dark: #0c0a1d;
  --bg-section: #f8f7fc;
  --card: #ffffff;
  --text: #1e1b3a;
  --text2: #6b6694;
  --text-inv: rgba(255,255,255,0.55);
  --red: #ef4444;
  --amber: #f59e0b;
  --green: #10b981;
  --radius: 24px;

  font-family: 'Inter','Segoe UI',system-ui,sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.7;
  overflow-x: hidden;
}

.wondercel-itreg-page,
.wondercel-itreg-page * {
  box-sizing: border-box;
}

.wondercel-itreg-page section,
.wondercel-itreg-page div,
.wondercel-itreg-page h1,
.wondercel-itreg-page h2,
.wondercel-itreg-page h3,
.wondercel-itreg-page h4,
.wondercel-itreg-page p {
  margin: 0;
  padding: 0;
}

.wondercel-itreg-page svg {
  max-width: 100%;
  height: auto;
}

/* ── Scroll Reveal ── */

.wondercel-itreg-page .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}

.wondercel-itreg-page .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── HERO ── */

.wondercel-itreg-page .hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--bg-dark);
  color: #fff;
  padding: 80px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.wondercel-itreg-page .hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 800px 600px at 30% 60%,rgba(124,58,237,0.18),transparent),
    radial-gradient(ellipse 500px 400px at 75% 25%,rgba(167,139,250,0.10),transparent),
    radial-gradient(ellipse 300px 300px at 50% 80%,rgba(196,181,253,0.06),transparent);
}

.wondercel-itreg-page .hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(124,58,237,0.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(124,58,237,0.04) 1px,transparent 1px);
  background-size: 60px 60px;
}

.wondercel-itreg-page .hero-inner {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.wondercel-itreg-page .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(124,58,237,0.15);
  border: 1px solid rgba(167,139,250,0.2);
  color: var(--treg-light);
  padding: 7px 22px;
  border-radius: 40px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.wondercel-itreg-page .badge::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--treg-light);
  animation: wondercel-itreg-pulse 2s infinite;
}

@keyframes wondercel-itreg-pulse {
  0%,100% { opacity:.4; }
  50% { opacity:1; }
}

.wondercel-itreg-page .hero h1 {
  font-size: clamp(2.4rem,5vw,3.6rem);
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 24px;
  letter-spacing: -.8px;
  color: #fff;
}

.wondercel-itreg-page .hero h1 span {
  background: linear-gradient(135deg,var(--treg-light),#ddd6fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.wondercel-itreg-page .hero .sub {
  font-size: 1.08rem;
  color: var(--text-inv);
  max-width: 600px;
  margin: 0 auto 48px;
  line-height: 1.85;
}

.wondercel-itreg-page .hero-fig {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

/* ── NARRATIVE ── */

.wondercel-itreg-page .narrative {
  padding: 100px 40px;
  background: #fff;
  position: relative;
}

.wondercel-itreg-page .narrative::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,transparent,var(--treg-glow),transparent);
}

.wondercel-itreg-page .nar-inner {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.wondercel-itreg-page .nar-label {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--treg);
  margin-bottom: 10px;
}

.wondercel-itreg-page .nar-inner h2 {
  font-size: clamp(1.5rem,3vw,2rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -.3px;
  color: var(--text);
}

.wondercel-itreg-page .nar-inner p {
  font-size: .92rem;
  color: var(--text2);
  line-height: 1.85;
  margin-bottom: 16px;
}

.wondercel-itreg-page .hl {
  color: var(--treg);
  font-weight: 600;
}

.wondercel-itreg-page .nar-visual {
  display: flex;
  justify-content: center;
}

.wondercel-itreg-page .insight-box {
  margin-top: 20px;
  padding: 16px 20px;
  border-radius: 14px;
  background: linear-gradient(135deg,rgba(124,58,237,0.04),rgba(167,139,250,0.06));
  border-left: 3px solid var(--treg);
  font-size: .82rem;
  color: var(--text2);
  line-height: 1.7;
}

.wondercel-itreg-page .insight-box strong {
  color: var(--treg);
}

/* ── PLATFORM ── */

.wondercel-itreg-page .platform {
  padding: 100px 40px;
  background: var(--bg-dark);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.wondercel-itreg-page .platform::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 600px 400px at 20% 80%,rgba(124,58,237,0.12),transparent),
    radial-gradient(ellipse 500px 350px at 85% 20%,rgba(167,139,250,0.08),transparent);
}

.wondercel-itreg-page .plat-inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}

.wondercel-itreg-page .plat-inner .nar-label {
  color: var(--treg-light);
}

.wondercel-itreg-page .plat-inner h2 {
  color: #fff;
  margin-bottom: 12px;
  font-size: clamp(1.4rem,3vw,1.8rem);
  font-weight: 800;
  letter-spacing: -.3px;
}

.wondercel-itreg-page .plat-inner .sub-plat {
  color: var(--text-inv);
  max-width: 580px;
  margin: 0 auto 52px;
  font-size: .94rem;
  line-height: 1.8;
}

.wondercel-itreg-page .flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.wondercel-itreg-page .flow-step {
  background: rgba(124,58,237,0.08);
  border: 1px solid rgba(167,139,250,0.12);
  border-radius: 20px;
  padding: 32px 24px 28px;
  width: 200px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all .4s ease;
}

.wondercel-itreg-page .flow-step::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg,var(--treg),var(--treg-light),var(--treg-pale));
  opacity: 0;
  transition: opacity .4s;
}

.wondercel-itreg-page .flow-step:hover {
  background: rgba(124,58,237,0.14);
  border-color: rgba(167,139,250,0.25);
  transform: translateY(-4px);
}

.wondercel-itreg-page .flow-step:hover::before {
  opacity: 1;
}

.wondercel-itreg-page .flow-num {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  margin: 0 auto 14px;
  background: linear-gradient(135deg,var(--treg),var(--treg-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  font-weight: 700;
  color: #fff;
}

.wondercel-itreg-page .flow-step h4 {
  font-size: .88rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.3;
}

.wondercel-itreg-page .flow-step p {
  font-size: .76rem;
  color: rgba(255,255,255,0.4);
  line-height: 1.55;
}

.wondercel-itreg-page .farrow {
  color: var(--treg-pale);
  font-size: 1.2rem;
  padding: 0 8px;
  opacity: .4;
}

/* ── BENEFITS ── */

.wondercel-itreg-page .benefits {
  padding: 100px 40px;
  background: var(--bg-section);
  position: relative;
}

.wondercel-itreg-page .benefits::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,transparent,rgba(124,58,237,0.1),transparent);
}

.wondercel-itreg-page .ben-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.wondercel-itreg-page .ben-header {
  text-align: center;
  margin-bottom: 48px;
}

.wondercel-itreg-page .ben-inner .nar-label {
  margin-bottom: 8px;
}

.wondercel-itreg-page .ben-inner h2 {
  margin-bottom: 10px;
  font-size: clamp(1.4rem,3vw,1.8rem);
  font-weight: 800;
  letter-spacing: -.3px;
  color: var(--text);
}

.wondercel-itreg-page .ben-inner .ben-sub {
  color: var(--text2);
  max-width: 520px;
  margin: 0 auto;
  font-size: .9rem;
  line-height: 1.7;
}

.wondercel-itreg-page .ben-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}

.wondercel-itreg-page .ben-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 28px 24px;
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid rgba(124,58,237,0.06);
  box-shadow: 0 1px 3px rgba(0,0,0,0.02);
  transition: all .4s ease;
}

.wondercel-itreg-page .ben-card:hover {
  box-shadow: 0 12px 40px rgba(124,58,237,0.08);
  border-color: rgba(124,58,237,0.15);
  transform: translateY(-3px);
}

.wondercel-itreg-page .ben-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg,rgba(124,58,237,0.08),rgba(167,139,250,0.12));
  display: flex;
  align-items: center;
  justify-content: center;
}

.wondercel-itreg-page .ben-card h4 {
  font-size: .92rem;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.3;
  color: var(--text);
}

.wondercel-itreg-page .ben-card p {
  font-size: .82rem;
  color: var(--text2);
  line-height: 1.7;
}

/* ── CLOSING ── */

.wondercel-itreg-page .closing {
  padding: 90px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg,#0c0a1d 0%,#1e1245 40%,#3b1f8e 80%,#7c3aed 100%);
  color: #fff;
}

.wondercel-itreg-page .closing::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(167,139,250,0.04) 1px,transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.wondercel-itreg-page .closing::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 700px 400px at 50% 100%,rgba(167,139,250,0.12),transparent);
}

.wondercel-itreg-page .closing-inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.wondercel-itreg-page .closing h2 {
  font-size: clamp(1.5rem,3.5vw,2rem);
  margin-bottom: 14px;
  font-weight: 800;
  letter-spacing: -.3px;
  color: #fff;
}

.wondercel-itreg-page .closing .csub {
  color: var(--text-inv);
  font-size: .96rem;
  max-width: 560px;
  margin: 0 auto 40px;
  line-height: 1.8;
}

.wondercel-itreg-page .stats {
  display: flex;
  justify-content: center;
  gap: 64px;
  flex-wrap: wrap;
}

.wondercel-itreg-page .stat {
  text-align: center;
}

.wondercel-itreg-page .stat b {
  display: block;
  font-size: clamp(1.8rem,4vw,2.6rem);
  font-weight: 800;
  background: linear-gradient(135deg,#c4b5fd,#e9d5ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 6px;
}

.wondercel-itreg-page .stat small {
  font-size: .76rem;
  color: rgba(255,255,255,0.4);
  letter-spacing: .3px;
  line-height: 1.5;
}

/* ── RESPONSIVE ── */

@media(max-width: 900px) {
  .wondercel-itreg-page .nar-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .wondercel-itreg-page .nar-visual {
    order: -1;
  }

  .wondercel-itreg-page .ben-grid {
    grid-template-columns: 1fr;
  }

  .wondercel-itreg-page .flow {
    flex-direction: column;
    gap: 8px;
  }

  .wondercel-itreg-page .farrow {
    transform: rotate(90deg);
  }

  .wondercel-itreg-page .stats {
    gap: 36px;
  }
}

@media(max-width: 640px) {
  .wondercel-itreg-page .hero,
  .wondercel-itreg-page .narrative,
  .wondercel-itreg-page .platform,
  .wondercel-itreg-page .benefits,
  .wondercel-itreg-page .closing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wondercel-itreg-page .hero {
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .wondercel-itreg-page .hero h1 {
    font-size: 2.2rem;
  }

  .wondercel-itreg-page .hero .sub {
    font-size: .95rem;
  }

  .wondercel-itreg-page .flow-step {
    width: 100%;
    max-width: 300px;
  }

  .wondercel-itreg-page .ben-card {
    flex-direction: column;
  }

  .wondercel-itreg-page .stats {
    flex-direction: column;
    gap: 28px;
  }
}

/* =========================================================
   VANcheer CMS SIZE NORMALIZATION PATCH
   Paste this at the VERY BOTTOM of the iTreg widget CSS box.
   This replaces rem-based sizing with safer px-based sizing.
========================================================= */

.wondercel-itreg-page {
  font-size: 16px;
}

/* HERO sizing */
.wondercel-itreg-page .hero {
  min-height: auto;
  padding: 72px 40px 56px;
}

.wondercel-itreg-page .badge {
  font-size: 11px;
  padding: 6px 18px;
  margin-bottom: 24px;
  letter-spacing: 2px;
}

.wondercel-itreg-page .hero h1 {
  font-size: clamp(36px, 4.4vw, 52px);
  line-height: 1.08;
  margin-bottom: 20px;
}

.wondercel-itreg-page .hero .sub {
  font-size: 16px;
  line-height: 1.75;
  max-width: 600px;
  margin-bottom: 36px;
}

.wondercel-itreg-page .hero-fig svg {
  width: 560px;
  max-width: 100%;
  height: auto;
}

/* Section spacing */
.wondercel-itreg-page .narrative,
.wondercel-itreg-page .platform,
.wondercel-itreg-page .benefits {
  padding: 76px 40px;
}

.wondercel-itreg-page .closing {
  padding: 72px 40px;
}

/* Narrative section */
.wondercel-itreg-page .nar-inner {
  max-width: 1060px;
  gap: 64px;
}

.wondercel-itreg-page .nar-label {
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 2.4px;
  margin-bottom: 10px;
}

.wondercel-itreg-page .nar-inner h2,
.wondercel-itreg-page .plat-inner h2,
.wondercel-itreg-page .ben-inner h2,
.wondercel-itreg-page .closing h2 {
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.2;
}

.wondercel-itreg-page .nar-inner p {
  font-size: 14px;
  line-height: 1.75;
}

.wondercel-itreg-page .insight-box {
  font-size: 13px;
  line-height: 1.65;
  padding: 15px 18px;
}

.wondercel-itreg-page .nar-visual svg {
  width: 330px;
  max-width: 100%;
  height: auto;
}

/* Platform section */
.wondercel-itreg-page .plat-inner .sub-plat {
  font-size: 14px;
  line-height: 1.7;
  max-width: 580px;
  margin-bottom: 44px;
}

.wondercel-itreg-page .flow-step {
  width: 190px;
  padding: 28px 20px 24px;
  border-radius: 18px;
}

.wondercel-itreg-page .flow-num {
  width: 34px;
  height: 34px;
  font-size: 12px;
  margin-bottom: 12px;
}

.wondercel-itreg-page .flow-step h4 {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 6px;
}

.wondercel-itreg-page .flow-step p {
  font-size: 12px;
  line-height: 1.5;
}

.wondercel-itreg-page .farrow {
  font-size: 18px;
}

/* Benefits section */
.wondercel-itreg-page .ben-header {
  margin-bottom: 42px;
}

.wondercel-itreg-page .ben-inner .ben-sub {
  font-size: 14px;
  line-height: 1.65;
}

.wondercel-itreg-page .ben-card {
  gap: 16px;
  padding: 24px 22px;
  border-radius: 20px;
}

.wondercel-itreg-page .ben-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 13px;
}

.wondercel-itreg-page .ben-card h4 {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.wondercel-itreg-page .ben-card p {
  font-size: 13px;
  line-height: 1.65;
}

/* Closing section */
.wondercel-itreg-page .closing .csub {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 34px;
}

.wondercel-itreg-page .stats {
  gap: 56px;
}

.wondercel-itreg-page .stat b {
  font-size: clamp(30px, 3.8vw, 42px);
}

.wondercel-itreg-page .stat small {
  font-size: 12px;
  line-height: 1.45;
}

/* Mobile adjustments */
@media(max-width: 900px) {
  .wondercel-itreg-page .narrative,
  .wondercel-itreg-page .platform,
  .wondercel-itreg-page .benefits,
  .wondercel-itreg-page .closing {
    padding: 64px 28px;
  }

  .wondercel-itreg-page .hero {
    padding: 64px 28px 52px;
  }

  .wondercel-itreg-page .nar-inner {
    gap: 40px;
  }

  .wondercel-itreg-page .flow-step {
    width: 100%;
    max-width: 300px;
  }
}

@media(max-width: 640px) {
  .wondercel-itreg-page .hero,
  .wondercel-itreg-page .narrative,
  .wondercel-itreg-page .platform,
  .wondercel-itreg-page .benefits,
  .wondercel-itreg-page .closing {
    padding-left: 18px;
    padding-right: 18px;
  }

  .wondercel-itreg-page .hero {
    padding-top: 56px;
    padding-bottom: 48px;
  }

  .wondercel-itreg-page .hero h1 {
    font-size: 34px;
  }

  .wondercel-itreg-page .hero .sub {
    font-size: 14px;
  }

  .wondercel-itreg-page .nar-inner h2,
  .wondercel-itreg-page .plat-inner h2,
  .wondercel-itreg-page .ben-inner h2,
  .wondercel-itreg-page .closing h2 {
    font-size: 24px;
  }

  .wondercel-itreg-page .stats {
    gap: 26px;
  }
}

/* =========================================================
   WONDERCEL iTREG BRAND COLOR PATCH
   White + cyan/blue site-aligned color scheme
   Paste this at the VERY BOTTOM of the iTreg widget CSS box.
========================================================= */

.wondercel-itreg-page {
  --treg: #35aec8;
  --treg-light: #66c7da;
  --treg-pale: #b9e8f0;
  --treg-soft: rgba(53,174,200,0.07);
  --treg-glow: rgba(53,174,200,0.18);

  --bg-dark: #f6fbfd;
  --bg-section: #f7fbfc;
  --card: #ffffff;

  --text: #153642;
  --text2: #5f7881;
  --text-inv: rgba(21,54,66,0.66);

  --brand-cyan: #35aec8;
  --brand-cyan-dark: #1d7f93;
  --brand-cyan-deep: #0d5262;
  --brand-cyan-soft: #eaf8fb;
  --brand-cyan-soft-2: #f4fbfd;
  --brand-border: rgba(53,174,200,0.16);
}

/* Overall background */
.wondercel-itreg-page {
  background: #ffffff;
  color: var(--text);
}

/* HERO: replace dark purple with clean white/cyan */
.wondercel-itreg-page .hero {
  background:
    radial-gradient(ellipse 700px 420px at 75% 20%, rgba(53,174,200,0.16), transparent 65%),
    radial-gradient(ellipse 600px 420px at 20% 85%, rgba(53,174,200,0.08), transparent 65%),
    linear-gradient(180deg, #ffffff 0%, #f4fbfd 100%);
  color: var(--text);
  border-bottom: 1px solid rgba(53,174,200,0.12);
}

.wondercel-itreg-page .hero-bg {
  background:
    radial-gradient(ellipse 800px 600px at 30% 60%, rgba(53,174,200,0.11), transparent),
    radial-gradient(ellipse 500px 400px at 75% 25%, rgba(102,199,218,0.10), transparent),
    radial-gradient(ellipse 300px 300px at 50% 80%, rgba(185,232,240,0.12), transparent);
}

.wondercel-itreg-page .hero-grid {
  background-image:
    linear-gradient(rgba(53,174,200,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53,174,200,0.055) 1px, transparent 1px);
}

.wondercel-itreg-page .badge {
  background: rgba(53,174,200,0.09);
  border-color: rgba(53,174,200,0.22);
  color: var(--brand-cyan-dark);
}

.wondercel-itreg-page .badge::before {
  background: var(--brand-cyan);
}

.wondercel-itreg-page .hero h1 {
  color: var(--text);
}

.wondercel-itreg-page .hero h1 span {
  background: linear-gradient(135deg, var(--brand-cyan), var(--brand-cyan-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.wondercel-itreg-page .hero .sub {
  color: var(--text2);
}

/* NARRATIVE */
.wondercel-itreg-page .narrative {
  background: #ffffff;
}

.wondercel-itreg-page .narrative::before {
  background: linear-gradient(90deg, transparent, rgba(53,174,200,0.18), transparent);
}

.wondercel-itreg-page .nar-label {
  color: var(--brand-cyan-dark);
}

.wondercel-itreg-page .hl {
  color: var(--brand-cyan-dark);
}

.wondercel-itreg-page .insight-box {
  background: linear-gradient(135deg, rgba(53,174,200,0.055), rgba(53,174,200,0.10));
  border-left-color: var(--brand-cyan);
  color: var(--text2);
}

.wondercel-itreg-page .insight-box strong {
  color: var(--brand-cyan-dark);
}

/* PLATFORM: make it light instead of dark purple */
.wondercel-itreg-page .platform {
  background:
    radial-gradient(ellipse 650px 360px at 15% 80%, rgba(53,174,200,0.12), transparent),
    radial-gradient(ellipse 560px 360px at 85% 15%, rgba(53,174,200,0.09), transparent),
    linear-gradient(180deg, #f7fbfc 0%, #ffffff 100%);
  color: var(--text);
  border-top: 1px solid rgba(53,174,200,0.10);
  border-bottom: 1px solid rgba(53,174,200,0.10);
}

.wondercel-itreg-page .platform::before {
  background:
    radial-gradient(ellipse 600px 400px at 20% 80%, rgba(53,174,200,0.10), transparent),
    radial-gradient(ellipse 500px 350px at 85% 20%, rgba(102,199,218,0.08), transparent);
}

.wondercel-itreg-page .plat-inner .nar-label {
  color: var(--brand-cyan-dark);
}

.wondercel-itreg-page .plat-inner h2 {
  color: var(--text);
}

.wondercel-itreg-page .plat-inner .sub-plat {
  color: var(--text2);
}

.wondercel-itreg-page .flow-step {
  background: #ffffff;
  border-color: rgba(53,174,200,0.16);
  box-shadow: 0 8px 28px rgba(21,54,66,0.045);
}

.wondercel-itreg-page .flow-step::before {
  background: linear-gradient(90deg, var(--brand-cyan), var(--brand-cyan-dark), var(--brand-cyan));
}

.wondercel-itreg-page .flow-step:hover {
  background: #ffffff;
  border-color: rgba(53,174,200,0.30);
  box-shadow: 0 14px 36px rgba(53,174,200,0.12);
}

.wondercel-itreg-page .flow-num {
  background: linear-gradient(135deg, var(--brand-cyan), var(--brand-cyan-dark));
  color: #ffffff;
}

.wondercel-itreg-page .flow-step h4 {
  color: var(--text);
}

.wondercel-itreg-page .flow-step p {
  color: var(--text2);
}

.wondercel-itreg-page .farrow {
  color: var(--brand-cyan-dark);
  opacity: .55;
}

/* BENEFITS */
.wondercel-itreg-page .benefits {
  background: #f7fbfc;
}

.wondercel-itreg-page .benefits::before {
  background: linear-gradient(90deg, transparent, rgba(53,174,200,0.16), transparent);
}

.wondercel-itreg-page .ben-card {
  background: #ffffff;
  border-color: rgba(53,174,200,0.12);
  box-shadow: 0 1px 3px rgba(21,54,66,0.03);
}

.wondercel-itreg-page .ben-card:hover {
  box-shadow: 0 12px 40px rgba(53,174,200,0.10);
  border-color: rgba(53,174,200,0.26);
}

.wondercel-itreg-page .ben-icon {
  background: linear-gradient(135deg, rgba(53,174,200,0.10), rgba(53,174,200,0.17));
}

/* Override benefit icon strokes */
.wondercel-itreg-page .ben-icon svg path,
.wondercel-itreg-page .ben-icon svg rect,
.wondercel-itreg-page .ben-icon svg circle {
  stroke: var(--brand-cyan-dark) !important;
}

/* CLOSING: replace purple gradient with clean cyan brand gradient */
.wondercel-itreg-page .closing {
  background:
    radial-gradient(ellipse 700px 360px at 50% 100%, rgba(53,174,200,0.18), transparent),
    linear-gradient(160deg, #ffffff 0%, #f2fafc 42%, #e5f6fa 100%);
  color: var(--text);
  border-top: 1px solid rgba(53,174,200,0.12);
}

.wondercel-itreg-page .closing::before {
  background-image: radial-gradient(rgba(53,174,200,0.09) 1px, transparent 1px);
}

.wondercel-itreg-page .closing::after {
  background: radial-gradient(ellipse 700px 400px at 50% 100%, rgba(53,174,200,0.12), transparent);
}

.wondercel-itreg-page .closing h2 {
  color: var(--text);
}

.wondercel-itreg-page .closing .csub {
  color: var(--text2);
}

.wondercel-itreg-page .stat b {
  background: linear-gradient(135deg, var(--brand-cyan), var(--brand-cyan-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.wondercel-itreg-page .stat small {
  color: var(--text2);
}

/* SVG recoloring: hero and narrative illustrations */

/* Gradient stops from the adapted HTML */
.wondercel-itreg-page #itreg-g1 stop:first-child,
.wondercel-itreg-page #g1 stop:first-child {
  stop-color: #66c7da !important;
}

.wondercel-itreg-page #itreg-g1 stop:last-child,
.wondercel-itreg-page #g1 stop:last-child {
  stop-color: #35aec8 !important;
}

.wondercel-itreg-page #itreg-g2 stop:first-child,
.wondercel-itreg-page #g2 stop:first-child {
  stop-color: #8fd8e6 !important;
}

.wondercel-itreg-page #itreg-g2 stop:last-child,
.wondercel-itreg-page #g2 stop:last-child {
  stop-color: #35aec8 !important;
}

.wondercel-itreg-page #itreg-g3 stop:first-child,
.wondercel-itreg-page #g3 stop:first-child {
  stop-color: #35aec8 !important;
}

.wondercel-itreg-page #itreg-redGrad stop:first-child,
.wondercel-itreg-page #redGrad stop:first-child {
  stop-color: #f4fbfd !important;
}

.wondercel-itreg-page #itreg-redGrad stop:last-child,
.wondercel-itreg-page #redGrad stop:last-child {
  stop-color: #eaf8fb !important;
}

.wondercel-itreg-page #itreg-purGrad stop:first-child,
.wondercel-itreg-page #purGrad stop:first-child {
  stop-color: #f4fbfd !important;
}

.wondercel-itreg-page #itreg-purGrad stop:last-child,
.wondercel-itreg-page #purGrad stop:last-child {
  stop-color: #dff4f8 !important;
}

/* Override common inline SVG purple colors */
.wondercel-itreg-page svg [stroke="#7c3aed"],
.wondercel-itreg-page svg [stroke="#a78bfa"],
.wondercel-itreg-page svg [stroke="#c4b5fd"] {
  stroke: var(--brand-cyan) !important;
}

.wondercel-itreg-page svg [fill="#7c3aed"],
.wondercel-itreg-page svg [fill="#a78bfa"],
.wondercel-itreg-page svg [fill="#c4b5fd"] {
  fill: var(--brand-cyan) !important;
}

.wondercel-itreg-page svg [fill="#ddd6fe"],
.wondercel-itreg-page svg [fill="#ede9fe"],
.wondercel-itreg-page svg [fill="#f5f3ff"] {
  fill: var(--brand-cyan-soft) !important;
}

.wondercel-itreg-page svg [fill="#e9d5ff"] {
  fill: #dff4f8 !important;
}

/* Override common inline SVG purple text */
.wondercel-itreg-page svg text[fill="#7c3aed"],
.wondercel-itreg-page svg text[fill="#a78bfa"],
.wondercel-itreg-page svg text[fill="#c4b5fd"] {
  fill: var(--brand-cyan-dark) !important;
}

/* Soften old red/orange elements in the narrative illustration */
.wondercel-itreg-page svg [stroke="#ef4444"],
.wondercel-itreg-page svg [stroke="#dc2626"],
.wondercel-itreg-page svg [stroke="#fca5a5"],
.wondercel-itreg-page svg [stroke="#fecaca"] {
  stroke: rgba(53,174,200,0.35) !important;
}

.wondercel-itreg-page svg [fill="#ef4444"],
.wondercel-itreg-page svg [fill="#dc2626"],
.wondercel-itreg-page svg [fill="#fca5a5"],
.wondercel-itreg-page svg [fill="#fecaca"],
.wondercel-itreg-page svg [fill="#fb923c"] {
  fill: var(--brand-cyan) !important;
}

.wondercel-itreg-page svg text[fill="#ef4444"],
.wondercel-itreg-page svg text[fill="#dc2626"],
.wondercel-itreg-page svg text[fill="#fb923c"] {
  fill: var(--brand-cyan-dark) !important;
}

/* Keep checkmarks green but a little calmer */
.wondercel-itreg-page svg [stroke="#86efac"] {
  stroke: rgba(53,174,200,0.45) !important;
}

.wondercel-itreg-page svg [fill="#10b981"],
.wondercel-itreg-page svg text[fill="#10b981"] {
  fill: var(--brand-cyan-dark) !important;
}

/* Hero SVG bottom label was white and may be invisible on light bg */
.wondercel-itreg-page .hero svg text[fill="rgba(255,255,255,0.2)"] {
  fill: rgba(21,54,66,0.28) !important;
}

/* Subtle card label text cleanup */
.wondercel-itreg-page svg text[fill="#999"],
.wondercel-itreg-page svg text[fill="#9ca3af"],
.wondercel-itreg-page svg text[fill="#6b6694"] {
  fill: var(--text2) !important;
}

/* Mobile remains clean */
@media(max-width: 640px) {
  .wondercel-itreg-page .hero {
    background:
      radial-gradient(ellipse 440px 280px at 80% 15%, rgba(53,174,200,0.14), transparent 65%),
      linear-gradient(180deg, #ffffff 0%, #f4fbfd 100%);
  }
}

/*! HTML - iTreg Platform end */

/*! Style D start */



/*! Style D end */

/*! Style B start */



/*! Style B end */

