:root{
      --navy-dark:#232434;
      --text:#202020;
      --orange:#FA9A00;
      --green:#008060;
      --grey: #F7F9FA;
    }


/* */

.hero-cb-node-group rect {
  transition: all 0.25s ease;
}
.hero-cb-node-group text {
  font-family: inherit;
  font-weight: 600; /* thinner than before (was 800) */
  letter-spacing: 0.04em;
}

.hero-cb-node-group rect {
  rx: 8;
}
/*
.hero-cb-node-group:hover rect {
  transform: scale(1.05);
} */

.iso-two-col-section {

}

.iso-two-col-wrap {
  /* background: #fbfbfb; */
  border: 1px solid #f5f5f5;
  border-radius: 24px;
  padding: 34px 24px 32px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.03);
}

.iso-stairs-panel {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
}

.iso-stairs-svg {
  display: block;
  width: 100%;
  min-width: 520px;
  height: auto;
}

.iso-step {
  cursor: pointer;
}

.iso-step-label {
  font-size: 14px;
  font-weight: 600;
  fill: #5f5f5f;
  text-anchor: middle;
}

.iso-step-metric {
  font-size: 10px;
  fill: #9b9b9b;
  text-anchor: middle;
}

.iso-step-num {
  font-size: 16px;
  font-weight: 900;
  text-anchor: middle;
}


.iso-detail-card {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.04);
  max-width: 760px;
  width: 100%;
  margin-left: auto;
}

.iso-detail-top {
  position: relative;
  padding:24px 48px 29px;
  background: #4f8bd1;
  color: #fff;
  overflow: hidden;
}

.iso-detail-glow {
  position: absolute;
  top: -18px;
  right: -8px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  pointer-events: none;
}

.iso-phase {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.62);
}

.iso-detail-top h3 {
      margin: 0;
    font-size: 2.2rem;
    line-height: 1.05;
    font-weight: 600;
    color: #fff;
}

.iso-timebox {
      min-width: 184px;
    padding: 10px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
}

.iso-timebox span {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: rgba(255,255,255,0.62);
}

.iso-timebox strong {
  display: block;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
}

.iso-progress-track {
  margin-top: 28px;
  height: 6px;
  background: rgba(255,255,255,0.16);
  border-radius: 999px;
  overflow: hidden;
}

.iso-progress-fill {
  height: 100%;
  width: 20%;
  background: #fff;
  border-radius: 999px;
  transition: width 0.35s ease;
}

.iso-detail-body {
  padding: 28px;
}

.iso-detail-body p {
      margin: 0px 0 24px;
    font-size: 18px;
    line-height: 1.65;
    font-weight: 400;
    color: #4a4a4a;
}

.iso-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.iso-tag {
      display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 5px 10px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #4b4b4b;
    border: 1px solid #d9e3ef;
    background: #f7f9fc;
}

.iso-tag-index {
      width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.iso-nav {
  display: flex;
  gap: 18px;
  margin-top: 34px;
}

.iso-btn {
  padding: 18px 34px;
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #6c6c6c;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  border-radius: 18px;
  transition: all 0.25s ease;
}

.iso-btn:hover:not(:disabled) {
  background: #f8f8f8;
  border-color: #d4d4d4;
}

.iso-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.iso-card-head-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

@media (max-width: 991.98px) {
  .iso-detail-top {
    padding: 24px 24px 28px;
  }

  .iso-detail-body {
    padding: 28px 24px 28px;
  }

  .iso-detail-top h3 {
    font-size: 38px;
  }

  .iso-timebox {
    min-width: 150px;
    padding: 14px 18px;
  }

  .iso-timebox strong {
    font-size: 22px;
  }

  .iso-detail-body p {
    font-size: 19px;
  }

  .iso-tag {
    padding: 12px 18px;
    font-size: 15px;
  }

  .iso-tag-index {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .iso-btn {
    padding: 14px 24px;
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .iso-card-head-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .iso-detail-top h3 {
    font-size: 32px;
  }

  .iso-detail-body p {
    font-size: 17px;
  }

  .iso-timebox {
    min-width: 100%;
    max-width: 220px;
  }
}

.iso-left-wrap {
position: relative;
}

.iso-left-txt {
    position: absolute;
    top: -45px;
    max-width: 80%;
    left: 40px;
}
.iso-left-txt h2 {
    font-weight: 600;
}


/* Success ramp Animation */

.scene { position: relative; width: 600px; height: 520px; }
  
  /* Winding path */
  svg.path-svg { position: absolute; inset: 0; width: 100%; height: 100%; }
  .journey-path {
    fill: none; stroke: rgba(255,255,255,0.15); stroke-width: 40;
    stroke-linecap: round; stroke-linejoin: round;
  }
  .journey-path-line {
    fill: none; stroke: url(#pathGrad); stroke-width: 4;
    stroke-linecap: round; stroke-dasharray: 12 6;
    animation: pathDash 3s linear infinite;
  }
  @keyframes pathDash { to { stroke-dashoffset: -36; } }
  
  /* Milestones */
  .milestone {
    position: absolute; display: flex; flex-direction: column; align-items: center;
    animation: milestoneIn 0.6s ease-out both;
  }
  .ms-circle {
    width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center;
    justify-content: center; font-size: 24px; position: relative;
    box-shadow: 0 8px 25px var(--shadow);
    transition: transform 0.3s;
  }
  .ms-circle:hover { transform: scale(1.15); }
  .ms-circle::after {
    content: ''; position: absolute; inset: -4px; border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.2);
  }
  .ms-label {
    margin-top: 8px; font-size: 11px; font-weight: 700; color: #fff;
    text-align: center; text-shadow: 0 2px 8px rgba(0,0,0,0.3);
  }
  .ms-num {
    position: absolute; top: -8px; right: -8px; width: 20px; height: 20px;
    border-radius: 50%; background: #fff; color: #0c4a6e; font-size: 10px;
    font-weight: 900; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }
  
  .ms1 { left: 50px; top: 60px; animation-delay: 0.2s; }
  .ms1 .ms-circle { background: linear-gradient(135deg, #f97316, #ea580c); --shadow: rgba(249,115,22,0.4); }
  .ms2 { left: 220px; top: 120px; animation-delay: 0.5s; }
  .ms2 .ms-circle { background: linear-gradient(135deg, #eab308, #ca8a04); --shadow: rgba(234,179,8,0.4); }
  .ms3 { left: 420px; top: 80px; animation-delay: 0.8s; }
  .ms3 .ms-circle { background: linear-gradient(135deg, #22c55e, #16a34a); --shadow: rgba(34,197,94,0.4); }
  .ms4 { left: 445px; top: 240px; animation-delay: 1.1s; }
  .ms4 .ms-circle { background: linear-gradient(135deg, #3b82f6, #2563eb); --shadow: rgba(59,130,246,0.4); }
  .ms5 { left: 280px; top: 300px; animation-delay: 1.4s; }
  .ms5 .ms-circle { background: linear-gradient(135deg, #8b5cf6, #7c3aed); --shadow: rgba(139,92,246,0.4); }
  .ms6 { left: 80px; top: 340px; animation-delay: 1.7s; }
  .ms6 .ms-circle { background: linear-gradient(135deg, #ec4899, #db2777); --shadow: rgba(236,72,153,0.4); }
  .ms7 { left: 260px; top: 430px; animation-delay: 2s; }
  .ms7 .ms-circle { background: linear-gradient(135deg, #fbbf24, #f59e0b); --shadow: rgba(251,191,36,0.5); width: 64px; height: 64px; font-size: 28px; }
  
  @keyframes milestoneIn { from { opacity: 0; transform: scale(0) translateY(20px); } to { opacity: 1; transform: scale(1) translateY(0); } }
  
  /* Traveler dot */
  .traveler {
    position: absolute; width: 14px; height: 14px; border-radius: 50%;
    background: #fff; box-shadow: 0 0 15px #fff, 0 0 30px rgba(255,255,255,0.5);
    offset-path: path('M78,88 C78,88 248,148 248,148 C248,148 448,108 448,108 C448,108 508,268 508,268 C508,268 308,328 308,328 C308,328 108,368 108,368 C108,368 288,458 288,458');
    animation: travelPath 8s ease-in-out infinite;
  }
  @keyframes travelPath { 0% { offset-distance: 0%; } 100% { offset-distance: 100%; } }
  
  /* Stars bg */
  .star-bg {
    position: absolute; width: 3px; height: 3px; border-radius: 50%; background: #fff;
    animation: twinkle var(--dur, 3s) ease-in-out infinite;
    animation-delay: var(--d, 0s); opacity: 0.3;
  }
  @keyframes twinkle { 0%,100% { opacity: 0.2; } 50% { opacity: 0.8; } }
  
  /* Flag at end */
  .flag { position: absolute; left: 310px; top: 408px; font-size: 22px; animation: flagWave 1s ease-in-out infinite; }
  @keyframes flagWave { 0%,100% { transform: rotate(-5deg); } 50% { transform: rotate(5deg); } }


/* KPIs Animation*/
.nb-chart-kpi-wrap{
  position: relative;
  width: 100%;
}

.nb-chart-panel{
  position: relative;
  overflow: hidden;
  min-height: 560px;
}

.nb-kpi-stage{
  position: relative;
  width: 100%;
  max-width: 520px;
  height: 500px;
  margin: 0 auto;
}

/* abstract background blobs */
.nb-shape{
  position: absolute;
  border-radius: 50%;
  filter: blur(0px);
  z-index: 1;
  animation: nbBlobFloat 7s ease-in-out infinite;
}

.nb-shape-1{
  width: 220px;
  height: 220px;
  right: 38px;
  top: 72px;
  background: rgba(162, 113, 37, 0.45);
  border-radius: 42% 58% 55% 45% / 42% 41% 59% 58%;
  animation-delay: 0s;
}

.nb-shape-2{
  width: 370px;
  height: 320px;
  left: 48px;
  bottom: 14px;
  background: rgba(19, 108, 110, 0.42);
  border-radius: 40% 60% 50% 50% / 40% 44% 56% 60%;
  animation-delay: 1.4s;
}

/* cards */
.nb-kpi-card{
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border-radius: 18px;
  padding: 16px 18px;
  min-height: 82px;
  width: auto;
  max-width: 100%;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.10);
  opacity: 0;
}

.nb-kpi-card-1{
  top: 100px;
  left: 120px;
  animation: nbCardFadeUp .8s ease forwards;
  animation-delay: .15s;
}

.nb-kpi-card-2{
  top: 200px;
  left: 70px;
  animation: nbCardFadeUp .8s ease forwards;
  animation-delay: .35s;
}

.nb-kpi-card-3{
  top: 297px;
  left: 120px;
  animation: nbCardFadeUp .8s ease forwards;
  animation-delay: .55s;
}

.nb-kpi-card-4{
  top: 395px;
  left: 212px;
  animation: nbCardFadeUp .8s ease forwards;
  animation-delay: .75s;
}

.nb-kpi-icon{
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nb-kpi-icon img{
  max-width: 26px;
  max-height: 26px;
  width: auto;
  height: auto;
  display: block;
}

.bg-green-soft{ background: #dceee7; }
.bg-blue-soft{ background: #ddeefa; }
.bg-yellow-soft{ background: #f9edd6; }
.bg-pink-soft{ background: #f8e1e1; }

.nb-kpi-text h4{
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  color: var(--navy-dark);
}

.nb-kpi-text p{
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.3;
  color: #2f2f2f;
  white-space: nowrap;
}

/* animations */
@keyframes nbCardFadeUp{
  from{
    opacity: 0;
    transform: translateY(32px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes nbBlobFloat{
  0%,100%{
    transform: translateY(0) scale(1);
  }
  50%{
    transform: translateY(-10px) scale(1.03);
  }
}

/* responsive */
@media (max-width: 991px){
  .nb-chart-panel{
    min-height: 520px;
  }

  .nb-kpi-stage{
    max-width: 460px;
    height: 520px;
  }

  .nb-kpi-card-1{ top: 78px; left: 88px; }
  .nb-kpi-card-2{ top: 198px; left: 36px; }
  .nb-kpi-card-3{ top: 292px; left: 86px; }
  .nb-kpi-card-4{ top: 388px; left: 170px; }

  .nb-shape-1{
    width: 205px;
    height: 205px;
    right: 30px;
    top: 72px;
  }

  .nb-shape-2{
    width: 330px;
    height: 290px;
    left: 34px;
    bottom: 18px;
  }
}

@media (max-width: 767px){
  .nb-chart-panel{
    min-height: auto;
  }

  .nb-kpi-stage{
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 100%;
    padding: 20px 0 10px;
  }

  .nb-shape{
    display: none;
  }

  .nb-kpi-card{
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: fit-content;
    max-width: 100%;
    opacity: 1;
    animation: none;
  }

  .nb-kpi-card-1,
  .nb-kpi-card-2,
  .nb-kpi-card-3,
  .nb-kpi-card-4{
    margin-left: 0;
  }
}

@media (max-width: 575px){
  .nb-kpi-card{
    padding: 14px 16px;
    min-height: 78px;
    width: 100%;
  }

  .nb-kpi-icon{
    width: 42px;
    height: 42px;
    min-width: 42px;
  }

  .nb-kpi-icon img{
    max-width: 22px;
    max-height: 22px;
  }

  .nb-kpi-text h4{
    font-size: 19px;
  }

  .nb-kpi-text p{
    font-size: 13px;
    white-space: normal;
  }
}

/* Success Ramp */
.sr-roi-board{
  position: relative;
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  border-radius: 30px;
  overflow: hidden;
  min-height: 470px;
}

.sr-roi-board-compact{
  min-height: 430px;
}


.sr-roi-card{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 590px;
  margin: 28px 28px 28px auto;
  padding: 26px 28px 26px;
  border-radius: 28px;
  background: linear-gradient(180deg, #f6f6f8 0%, #f2f2f5 100%);
  box-shadow: 0 18px 40px rgba(14, 20, 36, 0.12);
}

.sr-roi-legend{
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 4px;
}

.sr-roi-legend-item{
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #173c36;
}

.sr-roi-legend-color{
  width: 28px;
  height: 28px;
  display: inline-block;
}

.sr-roi-investment{
  background: #a9a9a9;
}

.sr-roi-revenue{
  background: #008060;
}

.sr-roi-svg{
  width: 100%;
  height: 280px;
  display: block;
  margin-top: 4px;
}

.sr-roi-axis{
  stroke: #2f4361;
  stroke-width: 8;
  stroke-linecap: round;
}

.sr-roi-bar{
  transform-box: fill-box;
  transform-origin: center bottom;
  animation: srRoiBarGrow .9s ease forwards;
  opacity: 0;
}

.sr-roi-bar-investment{
  fill: #a9a9a9;
}

.sr-roi-bar-revenue{
  fill: #008060;
}

.sr-roi-bar:nth-of-type(1){ animation-delay: .05s; }
.sr-roi-bar:nth-of-type(2){ animation-delay: .12s; }
.sr-roi-bar:nth-of-type(3){ animation-delay: .2s; }
.sr-roi-bar:nth-of-type(4){ animation-delay: .28s; }
.sr-roi-bar:nth-of-type(5){ animation-delay: .36s; }
.sr-roi-bar:nth-of-type(6){ animation-delay: .44s; }
.sr-roi-bar:nth-of-type(7){ animation-delay: .52s; }
.sr-roi-bar:nth-of-type(8){ animation-delay: .6s; }
.sr-roi-bar:nth-of-type(9){ animation-delay: .68s; }
.sr-roi-bar:nth-of-type(10){ animation-delay: .76s; }

.sr-roi-line-path{
  fill: none;
  stroke: #173c36;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  animation: srRoiLineDraw 2.2s ease forwards .6s;
}

/* .sr-roi-dot{
  fill: #008060;
  filter: drop-shadow(0 0 8px rgba(0,128,96,0.22));
  animation: srRoiDotPulse 2.4s ease-in-out infinite;
} */

.sr-roi-tracker{
  fill: #ffffff;
  filter: drop-shadow(0 0 8px rgba(0,128,96,0.45));
}

.sr-roi-bar-label{
  font-size: 13px;
  font-weight: 700;
  fill: #6d747d;
  text-anchor: middle;
}

.sr-roi-bar-label-green{
  fill: #008060;
}

.sr-roi-x-label{
  font-size: 12px;
  font-weight: 600;
  fill: #6a7280;
  text-anchor: middle;
}

.sr-roi-title{
  text-align: center;
  margin-top: 2px;
  font-size: 1.5rem;
  line-height: 1.08;
  font-weight: 600;
  color: var(--navy-dark);
}
.sr-head {
padding: 35px 60px;
}

@keyframes srRoiBarGrow{
  from{
    opacity: 0;
    transform: scaleY(0);
  }
  to{
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes srRoiLineDraw{
  to{
    stroke-dashoffset: 0;
  }
}

@keyframes srRoiDotPulse{
  0%,100%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.07);
  }
}

@media (max-width: 1199.98px){
  .sr-roi-card{
    max-width: 540px;
  }

  .sr-roi-title{
    font-size: 2rem;
  }
}

@media (max-width: 991.98px){
  .sr-roi-board{
    min-height: auto;
    padding: 16px;
  }

  .sr-roi-card{
    max-width: 100%;
    margin: 12px auto 0;
    padding: 22px 18px;
  }

  .sr-roi-svg{
    height: 250px;
  }

  .sr-roi-title{
    font-size: 1.8rem;
  }

  .sr-roi-legend-item{
    font-size: 16px;
  }
}

@media (max-width: 767.98px){
  .sr-roi-card{
    border-radius: 22px;
    padding: 18px 14px;
  }

  .sr-roi-legend{
    gap: 10px;
  }

  .sr-roi-legend-item{
    font-size: 14px;
    gap: 10px;
  }

  .sr-roi-legend-color{
    width: 18px;
    height: 18px;
  }

  .sr-roi-svg{
    height: 210px;
  }

  .sr-roi-title{
    font-size: 1.45rem;
  }

  .sr-roi-bar-label,
  .sr-roi-x-label{
    font-size: 10px;
  }
}


/* Pricing outbound section */
.sr-pricing-overview-section{
  padding: 90px 0;
  background: #fff;
}

.sr-pricing-overview-box{
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
  border: 1px solid #edf1f4;
  border-radius: 30px;
  padding: 42px 38px;
  box-shadow: 0 14px 40px rgba(35, 36, 52, 0.05);
}

.sr-pricing-copy{
  max-width: 480px;
}

.sr-pricing-kicker{
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--green);
}

.sr-pricing-copy h2{
  font-size: 40px;
  line-height: 1.12;
  font-weight: 700;
  color: var(--navy-dark);
  margin-bottom: 16px;
}

.sr-pricing-copy p{
  font-size: 16px;
  line-height: 1.85;
  color: #637086;
  margin-bottom: 24px;
}

.sr-pricing-points{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.sr-pricing-points span{
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #edf5f1;
  border: 1px solid #dbe8e1;
  color: #35556d;
  font-size: 14px;
  font-weight: 600;
}

.sr-pricing-btn{
  min-width: 155px;
}

/* visual */
.sr-price-balance-wrap{
  position: relative;
}

.sr-price-balance-board{
  position: relative;
  min-height: 460px;
  border-radius: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(44, 173, 255, 0.08), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(0, 128, 96, 0.08), transparent 28%),
    #f7f9fb;
  border: 1px solid #eef2f5;
}

.sr-balance-grid{
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(35,36,52,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35,36,52,.05) 1px, transparent 1px);
  background-size: 28px 28px;
}

.sr-balance-top-label{
  position: absolute;
  top: 42px;
  z-index: 3;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #c5d2df;
}

.sr-balance-left-label{
  left: 42px;
}

.sr-balance-right-label{
  right: 42px;
}

.sr-balance-glow{
  position: absolute;
  left: 50%;
  top: 52%;
  width: 280px;
  height: 280px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(30,136,242,.12) 0%, rgba(30,136,242,0) 68%);
}

/* floating tags */
.sr-balance-tag{
  position: absolute;
  z-index: 3;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(35,36,52,.08);
  animation: srTagFloat 4s ease-in-out infinite;
}

.sr-tag-1{
  left: 56px;
  top: 120px;
  background: #fff4df;
  color: #c97d00;
}

.sr-tag-2{
  left: 130px;
  bottom: 72px;
  background: #e8f5ef;
  color: #00795a;
  animation-delay: .6s;
}

.sr-tag-3{
  right: 56px;
  top: 128px;
  background: #e7f0ff;
  color: #1d7fe8;
  animation-delay: 1.2s;
}

.sr-tag-4{
  right: 110px;
  bottom: 76px;
  background: #f9ecff;
  color: #9252b8;
  animation-delay: 1.8s;
}

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

/* scale */
.sr-balance-scale{
  position: absolute;
  left: 50%;
  top: 54%;
  width: 520px;
  height: 190px;
  transform: translate(-50%, -50%);
  animation: srScaleTilt 4.8s ease-in-out infinite;
  transform-origin: 50% 56%;
  z-index: 2;
}

.sr-balance-beam{
  position: absolute;
  left: 50%;
  top: 32px;
  width: 470px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d8e4ef 0%, #ffffff 40%, #d8e4ef 100%);
  transform: translateX(-50%);
  box-shadow: 0 8px 18px rgba(35,36,52,.08);
}

.sr-balance-pivot{
  position: absolute;
  left: 50%;
  top: 42px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 42px solid transparent;
  border-right: 42px solid transparent;
  border-bottom: 0;
  border-top: 88px solid #ffffff;
  filter: drop-shadow(0 12px 18px rgba(35,36,52,.08));
}

.sr-balance-side{
  position: absolute;
  top: 10px;
  width: 138px;
  min-height: 58px;
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  border: 1px solid #edf1f4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 14px;
  box-shadow: 0 14px 22px rgba(35,36,52,.07);
}

.sr-balance-side span{
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  color: var(--navy-dark);
}

.sr-balance-pan-left{
  left: 18px;
}

.sr-balance-pan-right{
  right: 18px;
}

/* bubbles */
.sr-balance-bubble{
  position: absolute;
  z-index: 3;
  min-width: 126px;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  border: 1px solid #ebeff3;
  box-shadow: 0 12px 24px rgba(35,36,52,.06);
}

.sr-balance-bubble strong{
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy-dark);
  margin-bottom: 2px;
}

.sr-balance-bubble span{
  display: block;
  font-size: 12px;
  color: #768399;
}

.sr-bubble-left{
  left: 42px;
  top: 250px;
}

.sr-bubble-right{
  right: 40px;
  top: 244px;
}

.sr-bubble-bottom{
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
}

/* animation */
@keyframes srScaleTilt{
  0%,100%{
    transform: translate(-50%, -50%) rotate(-2deg);
  }
  50%{
    transform: translate(-50%, -50%) rotate(2.2deg);
  }
}

/* responsive */
@media (max-width: 1199.98px){
  .sr-pricing-copy h2{
    font-size: 36px;
  }

  .sr-balance-scale{
    width: 470px;
  }

  .sr-balance-beam{
    width: 420px;
  }
}

@media (max-width: 991.98px){
  .sr-pricing-overview-section{
    padding: 70px 0;
  }

  .sr-pricing-overview-box{
    padding: 30px 24px;
    border-radius: 24px;
  }

  .sr-price-balance-board{
    min-height: 420px;
  }

  .sr-balance-top-label{
    font-size: 28px;
  }
}

@media (max-width: 767.98px){
  .sr-pricing-overview-section{
    padding: 60px 0;
  }

  .sr-pricing-copy h2{
    font-size: 29px;
  }

  .sr-pricing-copy p{
    font-size: 15px;
  }

  .sr-price-balance-board{
    min-height: 360px;
    border-radius: 24px;
  }

  .sr-balance-top-label{
    font-size: 18px;
    top: 24px;
  }

  .sr-balance-left-label{
    left: 18px;
  }

  .sr-balance-right-label{
    right: 18px;
  }

  .sr-balance-scale{
    width: 320px;
    height: 150px;
  }

  .sr-balance-beam{
    width: 280px;
    height: 9px;
    top: 34px;
  }

  .sr-balance-pivot{
    top: 41px;
    border-left-width: 26px;
    border-right-width: 26px;
    border-top-width: 58px;
  }

  .sr-balance-side{
    width: 92px;
    min-height: 44px;
    padding: 8px 10px;
    border-radius: 14px;
  }

  .sr-balance-side span{
    font-size: 11px;
  }

  .sr-balance-tag{
    font-size: 11px;
    padding: 7px 12px;
  }

  .sr-tag-1{
    left: 18px;
    top: 86px;
  }

  .sr-tag-2{
    left: 18px;
    bottom: 58px;
  }

  .sr-tag-3{
    right: 18px;
    top: 92px;
  }

  .sr-tag-4{
    right: 18px;
    bottom: 54px;
  }

  .sr-balance-bubble{
    min-width: 92px;
    padding: 8px 10px;
    border-radius: 14px;
  }

  .sr-balance-bubble strong{
    font-size: 11px;
  }

  .sr-balance-bubble span{
    font-size: 10px;
  }

  .sr-bubble-left{
    left: 18px;
    top: 212px;
  }

  .sr-bubble-right{
    right: 18px;
    top: 212px;
  }

  .sr-bubble-bottom{
    bottom: 18px;
  }
}

/* Success ramp Outbond graphic */
:root{
  --sr-green: #2f8f68;
  --sr-green-dark: #26785a;
  --sr-ring-outer: rgba(47, 143, 104, 0.20);
  --sr-ring-mid: rgba(47, 143, 104, 0.26);
  --sr-ring-inner: rgba(47, 143, 104, 0.34);
  --sr-line: #3b9a77;
  --sr-text: #252525;
  --sr-text-soft: rgba(37,37,37,0.82);
  --sr-card-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.sr-radial-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 10px 0;
}

.sr-radial-visual{
  position: relative;
  width: 560px;
  height: 420px;
}

/* Rings */
.sr-ring{
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: srRingFloat 5.5s ease-in-out infinite;
}

.sr-ring-outer{
  width: 372px;
  height: 372px;
  background: var(--sr-ring-outer);
  animation-delay: 0s;
}

.sr-ring-mid{
  width: 255px;
  height: 255px;
  background: var(--sr-ring-mid);
  animation: srMidPulse 4.5s cubic-bezier(.4,0,.2,1) infinite;
}

.sr-ring-inner{
  width: 140px;
  height: 140px;
  background: var(--sr-ring-inner);
  animation-delay: .8s;
}

/* Connector lines */
.sr-radial-line{
  position: absolute;
  height: 2px;
  background: var(--sr-line);
  border-radius: 20px;
  transform-origin: left center;
  opacity: .9;
  animation: srLinePulse 4s ease-in-out infinite;
}

.sr-line-1{
      width: 92px;
    left: 160px;
    top: 94px;
  transform: rotate(43deg);
  animation-delay: .1s;
}

.sr-line-2{
      width: 88px;
    left: 170px;
    top: 315px;
  transform: rotate(-43deg);
  animation-delay: .6s;
}

.sr-line-3{
  width: 86px;
    right: 82px;
    top: 101px;
  transform: rotate(137deg);
  animation-delay: 1s;
}

.sr-line-4{
  width: 110px;
    right: 36px;
    top: 327px;
  transform: rotate(-137deg);
  animation-delay: 1.4s;
}

/* Nodes */
.sr-node{
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3ea27d;
  z-index: 3;
  animation: srNodePulse 3s ease-in-out infinite;
}

.sr-node-1{
  left: 225px;
  top: 156px;
  animation-delay: 0s;
}

.sr-node-2{
  left: 225px;
  top: 255px;
  animation-delay: .5s;
}

.sr-node-3{
  right: 225px;
  top: 156px;
  animation-delay: 1s;
}

.sr-node-4{
  right: 220px;
  top: 250px;
  animation-delay: 1.5s;
}

/* Labels */
.sr-radial-label{
  position: absolute;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 18px;
  padding: 14px 20px;
  min-width: 190px;
  max-width: 240px;
  box-shadow: var(--sr-card-shadow);
  animation: srCardFloat 5s ease-in-out infinite;
}

.sr-label-1{
  left: 18px;
  top: 18px;
  animation-delay: .1s;
}

.sr-label-2{
  left: -4px;
  bottom: 24px;
  animation-delay: .8s;
}

.sr-label-3{
  right: 0;
  top: 18px;
  animation-delay: 1.3s;
}

.sr-label-4{
  right: -6px;
  bottom: 22px;
  animation-delay: 2s;
}

.sr-label-no{
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: var(--sr-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .02em;
}

.sr-label-copy{
  display: flex;
  flex-direction: column;
}

.sr-radial-label strong{
  display: block;
  margin: 0 0 4px;
  font-size: 19px;
  line-height: 1.1;
  font-weight: 600;
  color: var(--sr-text);
}

.sr-radial-label small{
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  color: var(--sr-text-soft);
  font-weight: 400;
}

/* Animations */
@keyframes srRingFloat{
  0%,100%{
    transform: translate(-50%, -50%) scale(1);
  }
  50%{
    transform: translate(-50%, -50%) scale(1.02);
  }
}

@keyframes srNodePulse{
  0%,100%{
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(62,162,125,.22);
  }
  50%{
    transform: scale(1.15);
    box-shadow: 0 0 0 8px rgba(62,162,125,0);
  }
}

@keyframes srLinePulse{
  0%,100%{
    opacity: .72;
  }
  50%{
    opacity: 1;
  }
}

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

/* Responsive */
@media (max-width: 1199.98px){
  .sr-radial-wrap{
    min-height: 460px;
  }

  .sr-radial-visual{
    width: 500px;
    height: 390px;
    transform: scale(.94);
    transform-origin: center;
  }
}

@media (max-width: 991.98px){
  .sr-radial-wrap{
    min-height: 430px;
    margin-top: 10px;
  }

  .sr-radial-visual{
    transform: scale(.88);
  }
}

@media (max-width: 767.98px){
  .sr-radial-wrap{
    min-height: auto;
    padding: 20px 0 0;
  }

  .sr-radial-visual{
    width: 100%;
    max-width: 520px;
    height: 400px;
    transform: scale(.78);
  }
}

@media (max-width: 575.98px){
  .sr-radial-visual{
    height: 360px;
    transform: scale(.62);
    transform-origin: center top;
  }
}



@keyframes srMidPulse{
  0%{
    transform: translate(-50%, -50%) scale(1);
  }

  25%{
    transform: translate(-50%, -50%) scale(1.04);
  }

  50%{
    transform: translate(-50%, -50%) scale(0.96);
  }

  75%{
    transform: translate(-50%, -50%) scale(1.02);
  }

  100%{
    transform: translate(-50%, -50%) scale(1);
  }
}

/* Success ramp Outbond graphic end */