/* BUILD: MULTI-MARKET-COMPLIANCE-SWITCH-20260826-002 */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--para-font-family);
  align-items: center;
  justify-content: center;
  overflow-x: inherit;
}

.hero-sec {
  width: 100%;
  height: calc(100vh - 80px);
  background: url(../images/pricing-hero-bg.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: var(--space-85) 0;
}

.hero-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.752);
  /* backdrop-filter: blur(2px); */
  z-index: 0;
}

/* Hero wrapper */
.hero {
  width: 100%;
  max-width: var(--container-width);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-48);
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 101, 242, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  top: -60px;
  right: 420px;
  pointer-events: none;
}

.hero__left {
  flex: 1;
  /* max-width: 560px; */
  display: flex;
  flex-direction: column;
  gap: var(--space-24);
  position: relative;
  z-index: 1;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1.5px solid var(--primary-color);
  color: var(--primary-color);
  font-family: var(--para-font-family);
  font-size: var(--p-size-14);
  font-weight: var(--font-500);
  padding: var(--space-8) var(--space-16);
  border-radius: var(--radius-9999);
  background: transparent;
  letter-spacing: 0.01em;
}

.hero__heading {
  font-family: var(--heading-bold-font-family);
  font-size: clamp(var(--h2-size-40), 5vw, 2.9rem);
  font-weight: var(--font-700);
  color: var(--text-primary);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.highlight{
  color: var(--primary-color);
}

.hero__desc {
  font-family: var(--para-font-family);
  font-size: var(--p-size-18);
  font-weight: var(--font-400);
  color: var(--text-primary);
  line-height: var(--leading-relaxed);
  /* max-width: 490px; */
  letter-spacing: .05em;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: var(--space-16);
  margin-top: var(--space-8);
}

.btn-primary {
  background: var(--primary-color);
  color: var(--bg-main);
  border-radius: var(--radius-8);
  padding: 14px var(--space-24);
  font-size: var(--p-size-14);
  font-weight: var(--font-700);
  font-family: var(--para-font-family);
  cursor: pointer;
  transition: background 0.18s;
  text-decoration: none;
  display: inline-block;
  border: 2px solid var(--primary-color);
  letter-spacing: .05em;
}

.btn-primary:hover {
  background: var(--primary-dark);
  border: 2px solid var(--primary-dark);
}

.btn-outline {
  background: transparent;
  color: var(--text-nav);
  border: 2px solid var(--primary-color);
  border-radius: var(--radius-8);
  padding: 14px var(--space-24);
  font-size: var(--p-size-14);
  font-weight: var(--font-600);
  font-family: var(--para-font-family);
  cursor: pointer;
  transition: border-color 0.18s, color 0.18s;
  text-decoration: none;
  display: inline-block;
  letter-spacing: .05em;
}

.btn-outline:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.hero__right {
  flex-shrink: 0;
  width: 512px;
  position: relative;
  z-index: 1;
  box-shadow: var(--sds-size-depth-0) 3px 33px 4px #0C0C0D14;

}

.upgrade-card {
  border-radius: var(--radius-24);
  padding: var(--space-32);
  /* box-shadow: var(--shadow-panel); */
  display: flex;
  flex-direction: column;
  gap: var(--space-24);
  background: linear-gradient(213.03deg, rgba(0, 101, 242, 0.7) -113.8%, rgba(255, 255, 255, 0.7) 26.24%);
  border-width: 1px, 0px, 1px, 0px;
  border-style: solid;
  border-color: var(--Light-grey, #F0F2F3);
  box-shadow: var(--sds-size-depth-0) 3px 33px 4px rgba(12, 12, 13, 0.08);
  max-width: 700px;
  margin: auto;
}

.upgrade-card::after {
  content: url(../images/plan-card-img.png);
  position: absolute;
  bottom: 0;
  left: 0px;

}
.upgrade-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.upgrade-card__title {
  font-family: var(--heading-bold-font-family);
  font-size: var(--h2-size-28);
  font-weight: var(--font-800);
  color: var(--text-primary);
  letter-spacing: -0.01em;
}

.upgrade-card__badge {
  border: 1.5px solid var(--primary-color);
  color: var(--primary-color);
  font-family: var(--para-font-family);
  font-size: var(--p-size-12);
  font-weight: var(--font-600);
  padding: 5px 13px;
  border-radius: var(--radius-9999);
  background: transparent;
  white-space: nowrap;
}

.upgrade-card__stats {
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-12); */
}

.stat-box {
  /* border: 1px solid var(--Black, #111020);
  border-radius: var(--radius-12);
  padding: var(--space-16) var(--space-20); */
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-box__value {
  display: flex;
  font-family: var(--heading-bold-font-family);
  font-size: 40px;
  font-weight: var(--font-800);
  color: var(--text-primary);
  line-height: 1;
  letter-spacing: -0.02em;
}

.stat-box__label {text-align: left;
  font-family: var(--para-font-family);
  font-size: var(--p-size-14);
  font-weight: var(--font-400);
  color: var(--text-primary);
  line-height: var(--leading-normal);
}

.upgrade-card__features {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-12);
}

.feature-item__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.feature-item__icon svg {
  width: 100%;
  height: 100%;
}

.feature-item__text {
  font-family: var(--para-font-family);
  font-size: var(--p-size-14);
  font-weight: var(--font-400);
  color: var(--text-primary);
  line-height: var(--leading-relaxed);
}

@media (max-width:1280px) {
  .hero-sec{
    height: auto;
    padding: 50px 0;
  }


  
}
@media (max-width:1100px) {
  .hero {
    flex-direction: column;
    text-align: center;
  }

  .hero__right {
    width: 100%;
  }
  .hero__left{
    align-items: center;
  }
  .upgrade-card::after{
    left: 124px;
  }
  
}

.business-sec {
  padding: var(--space-85) 0px;
}

.section-header {
  margin-bottom: var(--space-64);
}

.section-eyebrow {
  display: flex;
  align-items: center;
  gap: var(--space-12);
  margin-bottom: var(--space-16);
}

.section-eyebrow__line {
  width: 28px;
  height: 1.5px;
  background: var(--primary-color);
}

.section-eyebrow__text {
  font-size: var(--p-size-12);
  font-weight: var(--font-600);
  color: var(--primary-color);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading {
  font-family: var(--heading-bold-font-family);
  font-size: clamp(var(--h2-size-28), 5vw, var(--h2-size-32));
  font-weight: var(--font-700);
  color: var(--text-primary);
  line-height: var(--leading-tight);
  letter-spacing: -0.02em;
  margin-bottom: var(--space-12);

}

.section-subheading {
  font-size: var(--p-size-18);
  color: var(--text-primary);
  line-height: var(--leading-relaxed);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

.timeline::before {
  content: '';
  position: absolute;
  width: 100%;
  top: 48px;
  left: 0;
  right: 16.66%;
  height: 2px;
  background: var(--primary-color);
  z-index: 0;
}

.stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 var(--space-24);
}

.stage__rail {
  display: contents;
}

.stage__content {
  display: contents;
}

.stage__label {
  font-family: var(--heading-bold-font-family);
  font-size: var(--p-size-18);
  font-weight: var(--font-700);
  color: var(--primary-color);
  margin-bottom: var(--space-16);
  z-index: 1;
}

.stage__dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  flex-shrink: 0;
}

.stage__dot::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--text-nav);
}

.stage__connector {
  width: 1.5px;
  height: 56px;
  background: #b0bec5;
  margin: 4px 0;
  position: relative;
}

.stage__connector::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #b0bec5;
}

.stage__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-16);
  padding-top: var(--space-20);
}

.stage__title {
  font-family: var(--heading-bold-font-family);
  font-size: var(--h3-size-24);
  font-weight: var(--font-800);
  color: var(--text-nav);
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: var(--space-8);
  flex-wrap: wrap;
  justify-content: center;
}

.stage__popular {
  font-size: var(--p-size-12);
  font-weight: var(--font-700);
  color: var(--danger-color);
}

.stage__popular::before {
  content: '• ';
}

.stage__desc {
  font-size: var(--p-size-14);
  color: var(--text-primary);
  line-height: var(--leading-relaxed);
  max-width: 280px;
}

.stage__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 22px;
  border-radius: var(--radius-9999);
  font-size: var(--p-size-14);
  font-weight: var(--font-500);
  text-decoration: none;
  transition: background 0.2s;
}

.badge--starter {
  border: 1.5px solid var(--success-color);
  color: var(--success-color);
}

.badge--starter:hover {
  background: #ecf3ec;
}

.badge--growth {
  border: 1.5px solid var(--primary-color);
  color: var(--primary-color);
}

.badge--growth:hover {
  background: var(--color-active-bg);
}

.badge--professional {
  border: 1.5px solid var(--purple-color);
  color: var(--purple-color);
}

.badge--professional:hover {
  background: #f3eeff;
}

@media (max-width: 1023px) {
  .breadcrumb {
    padding: 14px var(--space-24);
  }

  .pricing-stages {
    padding: var(--space-48) var(--space-24);
  }

  .section-heading {
    font-size: var(--h2-size-32);
  }
}

@media (max-width: 767px) {
  .breadcrumb {
    padding: 12px var(--space-16);
  }

  .pricing-stages {
    padding: var(--space-48) var(--space-16);
  }

  .section-header {
    margin-bottom: var(--space-48);
  }

  .section-heading {
    font-size: var(--h2-size-28);
  }

  .section-subheading {
    font-size: var(--p-size-14);
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  .timeline::before {
    display: none;
  }

  .stage {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    padding: 0 0 var(--space-32) 0;
    gap: var(--space-16);
  }

  .stage__rail {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
  }

  .stage__content {
    display: block;
    flex: 1;
  }

  .stage__connector {
    height: 120px;
    margin: 4px 0 0;
  }

  .stage__connector::after {
    display: none;
  }

  .stage__label {
    margin-bottom: var(--space-12);
  }

  .stage__card {
    align-items: flex-start;
    padding-top: 0;
  }

  .stage__title {
    justify-content: flex-start;
  }

  .stage__desc {
    max-width: 100%;
  }

  .stage:last-child .stage__connector {
    display: none;
  }
}


/* price section */
.pricing-section {
  padding: var(--space-85) 0;
  background: var(--bg-light);
}

.pricing-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-24);
  margin-bottom: var(--space-48);
  flex-wrap: wrap;
}

.pricing-header__left {
  flex: 1;
  min-width: 260px;
}


/* ── BILLING TOGGLE ── */
.billing-toggle {
  display: flex;
  align-items: center;
  gap: var(--space-8);
  flex-shrink: 0;
  margin-top: 6px;
  background: var(--bg-main);
  box-shadow: 0 4px 12px rgba(19, 44, 98, 0.182);
  padding: 5px;
  border-radius: var(--radius-9999);
}

.billing-controls {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.billing-toggle__btn {
  padding: 8px 16px;
  border-radius: var(--radius-9999);
  font-family: var(--para-font-family);
  font-size: var(--p-size-14);
  font-weight: var(--font-600);
  border: none;
  background: transparent;
  color: var(--text-primary);
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: var(--space-8);
}

.billing-toggle__btn.active {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.billing-toggle__btn .save-badge {
  background: #ffffff;
  color: #22c55e;
  font-size: var(--p-size-12);
  font-weight: var(--font-700);
  padding: 2px 6px;
  border-radius: var(--radius-9999);
  border: 1px solid #0065F2;
  letter-spacing: 0.03em;
}

.billing-dropdown {
  display: flex;
  align-items: center;
  gap: 10px;
}

.billing-dropdown__label {
  color: var(--text-grey);
  font-size: var(--p-size-14);
  white-space: nowrap;
}

.billing-dropdown__select {
  min-width: 160px;
  padding: 9px 14px;
  border-radius: var(--radius-9999);
  border: 1.5px solid var(--color-border);
  background: #fff;
  color: var(--text-primary);
  font-family: var(--para-font-family);
  font-size: var(--p-size-14);
  font-weight: var(--font-600);
  line-height: 1.4;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.billing-dropdown__select:focus {
  outline: none;
  border-color: var(--primary-color);
}

.billing-toggle__divider {
  font-size: var(--p-size-12);
  color: var(--text-grey);
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-20);
  align-items: start;
}

.plan-card {
  background: var(--bg-main);
  border-radius: var(--radius-16);
  border: 1.5px solid var(--color-border);
  padding: var(--space-20, 20px);
  display: flex;
  flex-direction: column;
  gap: var(--space-14, 14px);
  transition: box-shadow 0.2s;
  height: 100%;
}

.plan-card:hover {
  box-shadow: var(--shadow-panel);
}

.plan-card--popular {
  border-color: var(--primary-color);
  border-width: 2px;
  box-shadow: 0 8px 32px rgba(0, 101, 242, 0.12);
}

/* Card top */
.plan-card__top {
  display: flex;
  flex-direction: column;
  gap: var(--space-8, 8px);
}

.plan-card__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-8);
}

.plan-card__name {
  font-family: var(--para-font-family);
  font-size: clamp(20px, 1.6vw, 22px);
  font-weight: var(--font-800);
  color: var(--text-nav);
  line-height: 1.2;
}

.plan-card__name--popular {
  color: var(--primary-color);
}

.plan-card__tag {
  background: #eaf0ff;
  color: var(--primary-color);
  font-size: var(--p-size-12);
  font-weight: var(--font-600);
  padding: 4px 10px;
  border-radius: var(--radius-9999);
  white-space: nowrap;
}

.plan-card__desc {
  font-size: var(--p-size-14, 14px);
  color: var(--text-primary);
  line-height: 1.45;
}

.plan-card__price-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.plan-card__price {
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.price__currency {
  font-family: var(--heading-bold-font-family);
  font-size: 34px;
  font-weight: var(--font-700);
  color: var(--text-nav);
  margin-top: 4px;
}

.price__amount {
  font-family: var(--heading-bold-font-family);
  font-size: clamp(32px, 2.7vw, 36px);
  font-weight: var(--font-700);
  color: var(--text-primary);
  line-height: .95;
  letter-spacing: -0.03em;
}

.price__original{
  font-size: 18px;
  color: var(--text-grey);
  text-decoration: line-through;
  margin-left: var(--space-6, 6px);
  font-family: var(--heading-bold-font-family);
}

.price__period {
  font-size: var(--p-size-13, 13px);
  color: var(--text-primary);
  font-weight: var(--font-400);
  margin-left: 2px;
}

.plan-card__price-note {
  font-size: var(--p-size-12, 12px);
  color: var(--text-primary);
  font-weight: var(--font-600);
  line-height: 1.35;
}

.plan-card__highlight {
  background: #F0F2F3;
  border-radius: var(--radius-8);
  padding: 9px 12px;
  font-size: var(--p-size-13, 13px);
  color: var(--text-primary);
  line-height: 1.4;
  font-weight: var(--font-500);
}

/* CTA Button */
.plan-card__cta {
  display: block;
  width: 100%;
  padding: 10px var(--space-20, 20px);
  border-radius: var(--radius-8);
  font-family: var(--para-font-family);
  font-size: var(--p-size-14, 14px);
  font-weight: var(--font-700);
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
  border: 1.5px solid var(--text-nav);
  background: transparent;
  color: var(--text-nav);
}

.plan-card__cta:hover {
  background: var(--bg-light);
}

.plan-card__cta--filled {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
  box-shadow: var(--shadow-button);
}

.plan-card__cta--filled:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
}

.plan-card__divider {
  height: 1px;
  background: var(--color-border);
  margin: 0 calc(-1 * var(--space-20, 20px));
}

.plan-card__features {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
}

.plan-card .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: var(--p-size-13, 13px);
  color: var(--text-primary);
  line-height: 1.35;
  text-align: left;
}

.plan-card .feature-status {
  flex: 0 0 auto;
  margin-top: 1px;
  font-size: 12px;
  line-height: 1.2;
}

.feature-item__icon {
  flex-shrink: 0;
  margin-top: 3px;
}

.feature-item__icon svg {
  display: block;
}

.feature-item strong {
  font-weight: var(--font-600);
  color: var(--text-primary);
}


.plan-card__secondary-features{
    padding-top:16px;
    border-top:1px solid #e5e7eb;
    list-style:none;
}

.plan-card__secondary-features li{
    position:relative;
    padding-left:18px;
    margin-bottom:10px;
    font-size:15px;
    font-weight:400;
    color:var(--text-primary);
    line-height:1.5;
}

.plan-card__secondary-features li::before{
    content:"•";
    position:absolute;
    left:0;
    top:0;
}

.plan-card__best-for {
  font-size: var(--p-size-14);
  color: var(--text-primary);
  line-height: var(--leading-relaxed);
  margin-top: auto;
  font-weight: 400;
  border-top: 1px solid var(--color-border);
  padding-top: var(--space-16);
}

.plan-card__best-for strong {
  font-weight: var(--font-600);
  color: var(--text-primary);
}


@media (max-width: 1023px) {
  .plans-grid {
    grid-template-columns: 1fr 1fr;
  }
    .plan-card{
    height: auto;
  }

}

@media (max-width: 767px) {
  .pricing-header {
    flex-direction: column;
  }

  .plans-grid {
    grid-template-columns: 1fr;
  }



  .billing-toggle {
    flex-wrap: wrap;
  }
}


.compare-section {
  padding: var(--space-85) 0;
}


.table-wrapper {
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-12);
  overflow: hidden;
  overflow-x: auto;
  padding: 6px;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

.compare-table thead th {
  position: sticky;
  font-size: var(--p-size-18);
  font-family: var(--para-font-family);
  top: 0;
  z-index: 10;
}

.compare-table thead th.lst-col {
  border-radius: 0 12px 0 0;
}

.col-feature {
  width: 32%;
  background: var(--Light-Blue, #F9F9FA);
}

.col-plan {
  width: 22.66%;
}

.th-feature {
  background: var(--bg-dark);
  color: #fff;
  font-family: var(--heading-bold-font-family);
  font-size: var(--p-size-13);
  font-weight: var(--font-700);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 20px var(--space-24);
  text-align: left;
  border-radius: 12px 0 0 0;
}

.th-plan {
  background: #F0F2F3;
  text-align: center;
  padding: 16px var(--space-12);
  /* border-left: 1px solid var(--color-border); */
  vertical-align: top;
}

.th-plan__name {
  font-family: var(--para-font-family);
  font-size: var(--p-size-18);
  font-weight: var(--font-700);
  color: var(--text-nav);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.th-plan__meta {
  font-size: var(--p-size-12);
  font-weight: var(--font-600);
  margin-top: 4px;
}

.meta--starter {
  color: var(--success-color);
}

.meta--growth {
  color: var(--primary-color);
}

.meta--professional {
  color: var(--purple-color);
}


.tr-category td {
  background: #FBFBFB;
  border: hidden;
  padding: 20px var(--space-24);
  font-size: var(--p-size-16);
  font-weight: var(--font-700);
  color: var(--primary-color);
  /* letter-spacing: 0.06em; */
  text-transform: uppercase;
  /* border-top: 1px solid var(--color-border); */
  font-family: var(--para-font-family);
}

.tr-category .cat-feature {
  background: #F0F2F3;
}

.tr-category td:not(:first-child) {
  border-left: 1px solid var(--color-border);
}

.tr-feature {
  border-top: 1px solid var(--color-border);
  transition: background 0.15s;
}

.tr-feature:hover {
  background: #f8faff;
}

.td-feature {
  padding: 14px var(--space-24);
  vertical-align: middle;
}

.td-feature.lst-row {
  border-radius: 0 0 0 12px;
}

.td-feature__name {
  font-size: var(--p-size-16);
  font-weight: var(--font-600);
  color: var(--text-nav);
  display: block;
  margin-bottom: 3px;
}

.td-feature__desc {
  font-size: var(--p-size-14);
  color: var(--text-primary);
  line-height: var(--leading-relaxed);
  display: block;
}

.td-value {
  text-align: center;
  padding: 14px var(--space-12);
  vertical-align: middle;
  /* border-left: 1px solid var(--color-border); */
  font-size: var(--p-size-16);
  color: var(--text-primary);
  font-weight: var(--font-400);
}

.icon-check,
.icon-cross {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.icon-check {
  border: 1.75px solid var(--success-color);
  color: var(--success-color);
}

.icon-cross {
  border: 1.75px solid var(--danger-color);
  color: var(--danger-color);
}



@media (max-width: 767px) {
  .compare-section {
    padding: var(--space-48) var(--space-16);
  }

}


/* ── FAQ SECTION ── */
.faq-section {
  padding: var(--space-85) 0;
  background: var(--bg-light);
}


.faq-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-24);
  margin-bottom: var(--space-48);
  flex-wrap: wrap;
}

.faq-header__left {
  flex: 1;
}

.collapse-all-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-8);
  cursor: pointer;
  color: var(--primary-color);
  font-family: var(--para-font-family);
  font-size: var(--p-size-14);
  font-weight: var(--font-600);
  padding: 8px 14px;
  border-radius: var(--radius-9999);
  border: 1.5px solid var(--color-border);
  background: var(--bg-main);
  user-select: none;
  white-space: nowrap;
  transition: background 0.2s;
  flex-shrink: 0;
  margin-top: 6px;
}

.collapse-all-btn:hover {
  background: #eaf0ff;
}

.collapse-all-btn .btn-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  font-weight: var(--font-700);
}

/* ── FAQ LIST ── */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

/* ── EACH FAQ ITEM ── */
.faq-item input[type="checkbox"] {
  display: none;
}

.faq-item {
  background: var(--bg-main);
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-12);
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.faq-item:hover {
  box-shadow: 0 4px 20px rgba(0, 101, 242, 0.08);
}

.faq-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-24);
  padding: var(--space-20) var(--space-24);
  cursor: pointer;
  user-select: none;
}

.faq-question {
  font-family: var(--para-font-family);
  font-size:clamp(var(--p-size-18), 2.5vw, 22px);
  font-weight: var(--font-500);
  color: var(--text-primary);
  line-height: var(--leading-tight);
  letter-spacing: -0.38px;
}

.faq-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.faq-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--text-grey);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.2s;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 var(--space-24);
}

.faq-answer p {
  font-size: var(--p-size-16);
  color: var(--text-primary);
  line-height: var(--leading-relaxed);
  padding-bottom: var(--space-20);
  max-width: 1000px;
}

.faq-item input[type="checkbox"]:checked~.faq-label .faq-icon {
  transform: rotate(180deg);
}

.faq-item input[type="checkbox"]:checked~.faq-label .faq-icon svg {
  stroke: var(--primary-color);
}

.faq-item input[type="checkbox"]:checked~.faq-answer {
  max-height: 300px;
  padding-top: 0;
}

#faq1:checked~.faq-label .faq-icon {
  transform: rotate(180deg);
}

#faq1:checked~.faq-answer {
  max-height: 300px;
}



@media (max-width: 767px) {
  .faq-section {
    padding: var(--space-48) var(--space-16);
  }


  .faq-label {
    padding: var(--space-16);
    gap: var(--space-12);
  }

  .faq-answer {
    padding: 0 var(--space-16);
  }

  .faq-item input[type="checkbox"]:checked~.faq-answer {
    padding-top: 0;
  }
}


/* cta */
.cta-section{
  background: var(--bg-main);

}
/* Dynamic plan comparison improvements */
.comparison-legend {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 0 0 18px;
  font-size: var(--p-size-14, 14px);
  color: var(--text-primary);
}

.comparison-legend > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.comparison-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.comparison-status--included {
  color: #16803c;
  background: #eaf8ef;
}

.comparison-status--excluded {
  color: #c62828;
  background: #fdecec;
}

.feature-addon {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 999px;
  color: #9a4d00;
  background: #fff3e0;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.feature-unconfigured {
  color: var(--text-grey, #6b7280);
  font-size: 20px;
  font-weight: 700;
}

.feature-tooltip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  padding: 0;
  border: 1px solid var(--color-border, #d7dde5);
  border-radius: 50%;
  background: #fff;
  color: var(--primary-color);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  cursor: help;
  vertical-align: middle;
}

.table-wrapper {
  overflow-x: auto;
  scrollbar-width: thin;
}

.compare-table {
  min-width: 900px;
}

.compare-table thead th {
  position: sticky;
  top: 0;
  z-index: 5;
  background: #fff;
}

.compare-table .th-feature,
.compare-table .td-feature {
  position: sticky;
  left: 0;
  z-index: 4;
  background: #fff;
}

.compare-table .th-feature {
  z-index: 6;
}

.compare-column--popular {
  background: #f3f7ff !important;
  border-left: 1px solid #bfd3ff;
  border-right: 1px solid #bfd3ff;
}

.comparison-cta-row td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid var(--color-border, #e5e7eb);
}

.comparison-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  padding: 10px 16px;
  border: 1.5px solid var(--text-nav);
  border-radius: var(--radius-8, 8px);
  color: var(--text-nav);
  background: #fff;
  text-decoration: none;
  font-weight: 700;
}

.comparison-cta:hover {
  background: var(--bg-light, #f7f9fc);
}

.comparison-cta--popular {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: #fff;
}

.comparison-cta--popular:hover {
  background: var(--primary-dark);
  color: #fff;
}

.comparison-scroll-note {
  display: none;
  margin: 0 0 12px;
  color: var(--text-grey, #6b7280);
  font-size: 13px;
}

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

@media (max-width: 767px) {
  .comparison-scroll-note {
    display: block;
  }

  .comparison-legend {
    gap: 10px 14px;
  }
}

/* Production refinements for database driven pricing page */
.stat-box__value small,
.addon-price small {
  margin-left: 6px;
  font-family: var(--para-font-family);
  font-size: var(--p-size-14, 14px);
  font-weight: var(--font-500, 500);
  color: var(--text-primary);
}

.pricing-addons-section {
  background: var(--bg-main);
}

.addons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: var(--space-20, 20px);
}

.addon-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-12, 12px);
  min-height: 190px;
  padding: var(--space-24, 24px);
  border: 1px solid var(--color-border, #e5e7eb);
  border-radius: var(--radius-16, 16px);
  background: var(--bg-main, #fff);
  box-shadow: 0 10px 28px rgba(12, 12, 13, 0.06);
}

.addon-card h3 {
  margin: 0;
  font-family: var(--heading-bold-font-family);
  font-size: var(--h3-size-24, 24px);
  color: var(--text-nav);
}

.addon-card p {
  margin: 0;
  color: var(--text-primary);
  font-size: var(--p-size-14, 14px);
  line-height: var(--leading-relaxed, 1.6);
}

.addon-price {
  margin-top: auto;
  font-family: var(--heading-bold-font-family);
  font-size: var(--h3-size-24, 24px);
  font-weight: var(--font-800, 800);
  color: var(--primary-color);
}

.plan-card__price-note {
  text-transform: capitalize;
}

.plan-card__desc,
.stat-box__label,
.stage__desc,
.addon-card p,
.faq-answer p {
  text-wrap: pretty;
}

.compare-table td,
.compare-table th {
  vertical-align: middle;
}

.comparison-cta-row {
  position: sticky;
  bottom: 0;
  z-index: 2;
  background: #fff;
}

@media (max-width: 1100px) {
  .plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .plans-grid {
    grid-template-columns: 1fr !important;
  }

  .upgrade-card {
    padding: var(--space-24, 24px);
  }

  .stat-box__value {
    flex-wrap: wrap;
  }

  .addons-grid {
    grid-template-columns: 1fr;
  }
}

/* Clear information indicator for comparison feature tooltips */
.feature-tooltip {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.feature-tooltip span {
  display: block;
  transform: translateY(-0.5px);
}


/* Polished custom tooltip */
.td-feature__name {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
}

.feature-tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--primary-color, #155eef);
  cursor: help;
  vertical-align: middle;
  outline: none;
  z-index: 20;
}

.feature-tooltip svg {
  width: 18px;
  height: 18px;
  overflow: visible;
}

.feature-tooltip svg circle,
.feature-tooltip svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
}

.feature-tooltip svg .feature-tooltip__dot {
  fill: currentColor;
  stroke: none;
}

.feature-tooltip:hover,
.feature-tooltip:focus-visible,
.feature-tooltip.is-open {
  color: var(--primary-dark, #0f3fa8);
  background: #eef4ff;
}

.feature-tooltip::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: calc(100% + 7px);
  width: 10px;
  height: 10px;
  background: #111827;
  transform: translateX(-50%) rotate(45deg);
  opacity: 0;
  visibility: hidden;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
  z-index: 1001;
}

.feature-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  width: max-content;
  max-width: 280px;
  min-width: 180px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #111827;
  color: #fff;
  box-shadow: 0 10px 28px rgba(17, 24, 39, .22);
  font-family: var(--para-font-family, Arial, sans-serif);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.45;
  text-align: left;
  white-space: normal;
  transform: translate(-50%, 4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
  z-index: 1000;
}

.feature-tooltip:hover::before,
.feature-tooltip:hover::after,
.feature-tooltip:focus-visible::before,
.feature-tooltip:focus-visible::after,
.feature-tooltip.is-open::before,
.feature-tooltip.is-open::after {
  opacity: 1;
  visibility: visible;
}

.feature-tooltip:hover::before,
.feature-tooltip:focus-visible::before,
.feature-tooltip.is-open::before {
  transform: translateX(-50%) rotate(45deg);
}

.feature-tooltip:hover::after,
.feature-tooltip:focus-visible::after,
.feature-tooltip.is-open::after {
  transform: translate(-50%, 0);
}

/* Keep tooltips inside the comparison viewport for the sticky first column */
.td-feature .feature-tooltip::after {
  left: 0;
  transform: translate(0, 4px);
}

.td-feature .feature-tooltip::before {
  left: 9px;
}

.td-feature .feature-tooltip:hover::after,
.td-feature .feature-tooltip:focus-visible::after,
.td-feature .feature-tooltip.is-open::after {
  transform: translate(0, 0);
}

@media (max-width: 767px) {
  .feature-tooltip::after,
  .td-feature .feature-tooltip::after {
    left: 0;
    right: auto;
    min-width: 210px;
    max-width: min(260px, 72vw);
    transform: translate(0, 4px);
  }

  .feature-tooltip:hover::after,
  .feature-tooltip:focus-visible::after,
  .feature-tooltip.is-open::after,
  .td-feature .feature-tooltip:hover::after,
  .td-feature .feature-tooltip:focus-visible::after,
  .td-feature .feature-tooltip.is-open::after {
    transform: translate(0, 0);
  }
}


/* =========================================================
   Business growth stages: non-card journey
   ========================================================= */
.business-sec {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.business-sec::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 101, 242, 0.035), rgba(255, 255, 255, 0) 60%);
}

.business-sec .wrap {
  position: relative;
  z-index: 1;
}

.business-sec .section-header {
  max-width: 790px;
  margin-bottom: 54px;
}

.journey-track {
  --line-y: 28px;
  display: grid;
  grid-template-columns: repeat(var(--stage-count), minmax(0, 1fr));
  position: relative;
  gap: 0;
  padding-top: 2px;
}

.journey-track::before {
  content: '';
  position: absolute;
  top: var(--line-y);
  left: calc(50% / var(--stage-count));
  right: calc(50% / var(--stage-count));
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #cbd5e1 0%, var(--primary-color) 45%, #8fb7f5 100%);
  z-index: 0;
}

.journey-step {
  position: relative;
  min-width: 0;
  padding: 0 24px;
  text-align: center;
}

.journey-step__marker {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  border: 3px solid #cbd5e1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 8px #ffffff;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.journey-step__marker span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef2f7;
  color: #334155;
  font-family: var(--heading-bold-font-family);
  font-size: 15px;
  font-weight: 800;
}

.journey-step:hover .journey-step__marker {
  transform: translateY(-3px);
  border-color: var(--primary-color);
  box-shadow: 0 0 0 8px #ffffff, 0 10px 24px rgba(0, 101, 242, 0.14);
}

.journey-step--recommended .journey-step__marker {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 8px #ffffff, 0 10px 28px rgba(0, 101, 242, 0.16);
}

.journey-step--recommended .journey-step__marker span {
  background: var(--primary-color);
  color: #ffffff;
}

.journey-step__content {
  max-width: 250px;
  margin: 0 auto;
}

.journey-step__meta {
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
}

.journey-step__label {
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.journey-step__recommended {
  padding: 4px 8px;
  border-radius: 999px;
  background: #eaf2ff;
  color: var(--primary-color);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.journey-step__title {
  margin: 0 0 10px;
  color: var(--text-nav);
  font-family: var(--heading-bold-font-family);
  font-size: clamp(19px, 1.45vw, 24px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.journey-step__desc {
  margin: 0 0 16px;
  color: var(--text-primary);
  font-size: 14px;
  line-height: 1.62;
}

.journey-step__plan-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding-bottom: 3px;
  border-bottom: 2px solid rgba(0, 101, 242, 0.22);
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: border-color 0.18s ease;
}

.journey-step__plan-link span:last-child {
  transition: transform 0.18s ease;
}

.journey-step__plan-link:hover {
  border-color: var(--primary-color);
}

.journey-step__plan-link:hover span:last-child {
  transform: translateX(4px);
}

@media (max-width: 1100px) {
  .journey-track {
    overflow-x: auto;
    grid-template-columns: repeat(var(--stage-count), minmax(235px, 1fr));
    padding: 4px 8px 20px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .journey-track::before {
    left: 125px;
    right: 125px;
  }

  .journey-step {
    scroll-snap-align: start;
    padding: 0 18px;
  }
}

@media (max-width: 767px) {
  .business-sec {
    padding: 56px 0;
  }

  .business-sec .section-header {
    margin-bottom: 34px;
  }

  .journey-track {
    display: block;
    overflow: visible;
    padding: 0;
  }

  .journey-track::before {
    top: 26px;
    bottom: 26px;
    left: 27px;
    right: auto;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, #cbd5e1 0%, var(--primary-color) 45%, #8fb7f5 100%);
  }

  .journey-step {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 18px;
    padding: 0 0 34px;
    text-align: left;
  }

  .journey-step:last-child {
    padding-bottom: 0;
  }

  .journey-step__marker {
    margin: 0;
  }

  .journey-step__content {
    max-width: none;
    margin: 0;
    padding-top: 2px;
  }

  .journey-step__meta {
    justify-content: flex-start;
  }
}

/* =========================================================
   UNIFIED PRICING GRID — ALL PLANS, INCLUDING FREEMIUM
   Up to three cards are shown side by side on desktop.
   ========================================================= */
.plans-grid--all {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-20, 20px);
  align-items: stretch;
}

.plans-grid--all .plan-card {
  min-width: 0;
  width: 100%;
  height: 100%;
}

/* Freemium keeps a subtle visual identity but uses exactly
   the same card structure and grid dimensions as every plan. */
.plan-card--free {
  position: relative;
  overflow: hidden;
  border-color: #b9d2ff;
  background:
    radial-gradient(circle at 0 0, rgba(0, 101, 242, .07), transparent 32%),
    var(--bg-main, #fff);
  box-shadow: 0 8px 26px rgba(0, 101, 242, .07);
}

.plan-card--free::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), #76a9ff);
}

.plan-card--free:hover {
  box-shadow: 0 12px 32px rgba(0, 101, 242, .12);
}

.plan-card__price-eyebrow {
  display: block;
  margin-bottom: 3px;
  color: var(--primary-color);
  font-size: var(--p-size-12, 12px);
  font-weight: var(--font-700, 700);
  letter-spacing: .07em;
  text-transform: uppercase;
}

.plan-card--free .plan-card__tag {
  background: #e8f2ff;
  border: 1px solid #c7dcff;
}

.plan-card__footer-note {
  margin-top: auto;
  padding-top: var(--space-12, 12px);
  border-top: 1px solid var(--color-border, #e5e7eb);
  color: var(--text-grey, #6b7280);
  font-size: var(--p-size-12, 12px);
  line-height: 1.4;
}

@media (max-width: 1100px) {
  .plans-grid--all {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .plans-grid--all {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   ADD ON SECTION — PREMIUM EXTENSION CARDS
   ========================================================= */
.pricing-addons-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 101, 242, .08), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.pricing-addons-section::before {
  content: '';
  position: absolute;
  width: 360px;
  height: 360px;
  right: -150px;
  bottom: -190px;
  border-radius: 50%;
  background: rgba(0, 101, 242, .05);
  pointer-events: none;
}

.addons-section-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: var(--space-48, 48px);
}

.addons-section-header__copy {
  max-width: 760px;
}

.addons-section-header__note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 320px;
  padding: 13px 16px;
  border: 1px solid #d8e6ff;
  border-radius: 12px;
  background: rgba(255, 255, 255, .82);
  color: var(--text-primary);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  box-shadow: 0 8px 24px rgba(22, 55, 105, .06);
}

.addons-section-header__note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  background: #eaf2ff;
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 500;
}

.addons-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.addon-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 310px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dfe6ef;
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 34px rgba(20, 45, 85, .07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.addon-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), #72a7ff);
}

.addon-card:hover {
  transform: translateY(-5px);
  border-color: #b9d2ff;
  box-shadow: 0 20px 46px rgba(20, 64, 135, .13);
}

.addon-card__topline {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 24px 24px 0;
}

.addon-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 11px;
  background: #eaf2ff;
  color: var(--primary-color);
}

.addon-card__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.addon-card__eyebrow {
  color: var(--primary-color);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.addon-card__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 24px 22px;
}

.addon-card h3 {
  margin: 0;
  font-family: var(--heading-bold-font-family);
  font-size: 22px;
  line-height: 1.25;
  color: var(--text-nav);
}

.addon-card p {
  margin: 0;
  color: var(--text-primary);
  font-size: 14px;
  line-height: 1.65;
}

.addon-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding: 20px 24px;
  border-top: 1px solid #edf0f4;
  background: #fbfcfe;
}

.addon-card__pricing {
  min-width: 0;
}

.addon-card__price-label {
  display: block;
  margin-bottom: 4px;
  color: var(--text-grey, #6b7280);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.addon-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin: 0;
  font-family: var(--heading-bold-font-family);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--text-nav);
}

.addon-price__currency {
  margin-right: 1px;
  color: var(--primary-color);
}

.addon-price small {
  margin-left: 4px;
  color: var(--text-grey, #6b7280);
  font-size: 12px;
  font-weight: 600;
}

.addon-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1.5px solid var(--primary-color);
  border-radius: 9px;
  background: #fff;
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.addon-card__cta:hover {
  background: var(--primary-color);
  color: #fff;
  transform: translateX(2px);
}

.addon-card__availability {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 11px 24px 14px;
  background: #fbfcfe;
  color: var(--text-grey, #6b7280);
  font-size: 12px;
  font-weight: 500;
}

.addon-card__availability > span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #eaf8ef;
  color: #16803c;
  font-size: 10px;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .addons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .addons-section-header {
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .addons-section-header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
  }

  .addons-section-header__note {
    max-width: none;
    width: 100%;
  }

  .addons-grid {
    grid-template-columns: 1fr;
  }

  .addon-card {
    min-height: 0;
  }

  .addon-card__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .addon-card__cta {
    width: 100%;
  }
}

/* =========================================================
   Stages 8: Refined plan comparison section
   ========================================================= */
.compare-section {
  position: relative;
  padding: var(--space-85) 0;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 101, 242, .07), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
  overflow: hidden;
}

.comparison-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 30px;
}

.comparison-intro__copy {
  max-width: 760px;
}

.comparison-intro .section-heading {
  margin-bottom: 12px;
}

.comparison-guide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  border: 1px solid #dfe7f4;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 8px 24px rgba(31, 55, 90, .06);
}

.comparison-guide > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 9px;
  color: var(--text-primary);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.comparison-guide .feature-status {
  width: 24px;
  height: 24px;
  font-size: 14px;
}

.comparison-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
  padding: 14px 18px;
  border: 1px solid #dce6f5;
  border-radius: 14px;
  background: #fff;
}

.comparison-toolbar__text {
  display: flex;
  align-items: center;
  gap: 10px 16px;
  flex-wrap: wrap;
  color: var(--text-grey, #667085);
  font-size: 13px;
}

.comparison-toolbar__text strong {
  color: var(--text-nav);
  font-size: 14px;
}

.comparison-toolbar__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.comparison-toolbar__link:hover {
  color: var(--primary-dark);
}

.comparison-table-shell {
  padding: 0;
  border: 1px solid #d8e1ef;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(31, 55, 90, .10);
}

.comparison-table-shell::-webkit-scrollbar {
  height: 10px;
}

.comparison-table-shell::-webkit-scrollbar-thumb {
  border: 3px solid #fff;
  border-radius: 999px;
  background: #b9c6d8;
}

.compare-table {
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0;
}

.compare-table thead th {
  top: 0;
  padding: 0;
  border-bottom: 1px solid #d8e1ef;
  background: #fff;
}

.compare-table .th-feature {
  min-width: 300px;
  padding: 25px 24px;
  border-radius: 20px 0 0 0;
  background: #101828;
  color: #fff;
  text-align: left;
}

.th-feature__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #a8c7ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.compare-table .th-feature strong {
  display: block;
  color: #fff;
  font-family: var(--heading-bold-font-family);
  font-size: 21px;
  letter-spacing: -.01em;
  text-transform: none;
}

.th-plan {
  min-width: 205px;
  border-left: 1px solid #e5ebf3;
  background: #fff;
}

.comparison-plan-head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 214px;
  padding: 24px 18px 20px;
}

.comparison-plan-head__name {
  color: var(--text-nav);
  font-family: var(--heading-bold-font-family);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.comparison-plan-head__tagline {
  min-height: 36px;
  margin-top: 7px;
  color: var(--text-grey, #667085);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

.comparison-plan-head__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 14px;
  color: var(--text-nav);
}

.comparison-plan-head__price > span {
  margin-right: 2px;
  font-size: 16px;
  font-weight: 800;
}

.comparison-plan-head__price strong {
  font-family: var(--heading-bold-font-family);
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -.03em;
}

.comparison-plan-head__price small {
  margin-left: 3px;
  color: var(--text-grey, #667085);
  font-size: 11px;
  font-weight: 600;
}

.comparison-plan-head__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  padding: 9px 12px;
  border: 1px solid #ccd6e4;
  border-radius: 8px;
  background: #fff;
  color: var(--text-nav);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.comparison-plan-head__cta:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.comparison-plan-head__cta--popular {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: #fff;
}

.comparison-plan-head__cta--popular:hover {
  background: var(--primary-dark);
  color: #fff;
}

.comparison-recommended {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -1px);
  padding: 5px 13px;
  border-radius: 0 0 9px 9px;
  background: var(--primary-color);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.compare-column--popular {
  background: #f4f8ff !important;
  border-left: 1px solid #a9c8ff !important;
  border-right: 1px solid #a9c8ff !important;
}

.tr-category td {
  padding: 15px 20px;
  border-top: 10px solid #f5f7fb;
  background: #eef4ff;
  color: var(--primary-color);
  text-transform: none;
}

.tr-category .cat-feature {
  display: flex;
  align-items: center;
  gap: 11px;
  background: #e8f0ff;
}

.category-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border-radius: 8px;
  background: #fff;
  color: var(--primary-color);
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 3px 10px rgba(0, 101, 242, .08);
}

.category-rule {
  display: block;
  height: 1px;
  background: #cfddf4;
}

.tr-feature {
  border: 0;
}

.tr-feature td {
  border-top: 1px solid #edf0f5;
}

.tr-feature:hover td {
  background: #fbfdff;
}

.tr-feature:hover .compare-column--popular {
  background: #edf4ff !important;
}

.compare-table .td-feature {
  min-width: 300px;
  padding: 16px 24px;
  background: #fff;
  box-shadow: 8px 0 18px -18px rgba(16, 24, 40, .55);
}

.td-feature__name {
  margin: 0;
  color: #26364d;
  font-size: 15px;
  font-weight: 700;
}

.td-feature__desc {
  margin-top: 4px;
  color: #7a8698;
  font-size: 12px;
  line-height: 1.5;
}

.td-value {
  min-width: 205px;
  padding: 16px 14px;
  border-left: 1px solid #f0f2f6;
  color: #35445a;
  font-size: 14px;
  font-weight: 600;
}

.feature-status--yes,
.feature-status--no {
  box-shadow: 0 2px 8px rgba(16, 24, 40, .06);
}

.comparison-cta-row td {
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid #d7e0ed;
  background: #fff;
}

.comparison-cta-row .td-feature {
  display: table-cell;
}

.comparison-cta-row__note {
  display: block;
  margin-top: 4px;
  color: var(--text-grey, #667085);
  font-size: 12px;
  font-weight: 500;
}

.comparison-cta {
  min-width: 0;
  width: calc(100% - 12px);
  max-width: 170px;
  padding: 10px 12px;
  font-size: 13px;
}

.comparison-scroll-note {
  align-items: center;
  gap: 7px;
  padding: 10px 12px;
  border-radius: 9px;
  background: #eef4ff;
  color: #38527a;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .comparison-intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .comparison-guide {
    border-radius: 14px;
  }
}

@media (max-width: 767px) {
  .compare-section {
    padding: var(--space-48) 0;
  }

  .compare-section .wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .comparison-intro {
    gap: 20px;
    margin-bottom: 22px;
  }

  .comparison-guide {
    width: 100%;
    justify-content: flex-start;
  }

  .comparison-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .comparison-scroll-note {
    display: flex;
  }

  .comparison-table-shell {
    border-radius: 14px;
  }

  .compare-table .th-feature,
  .compare-table .td-feature {
    min-width: 230px;
    width: 230px;
  }

  .compare-table .th-feature {
    padding: 22px 18px;
    border-radius: 14px 0 0 0;
  }

  .compare-table .td-feature {
    padding: 14px 16px;
  }

  .th-plan,
  .td-value {
    min-width: 175px;
  }

  .comparison-plan-head {
    min-height: 210px;
    padding: 23px 13px 16px;
  }
}

/* =========================================================
   Stages 9: Compact four-column Add On cards
   ========================================================= */
.addons-section-header {
  margin-bottom: 34px;
}

.addons-section-header__note {
  max-width: 285px;
  padding: 10px 13px;
  font-size: 12px;
}

.addons-section-header__note-icon {
  width: 24px;
  height: 24px;
  flex-basis: 24px;
  font-size: 17px;
}

.addons-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.addon-card {
  min-height: 250px;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(20, 45, 85, .06);
}

.addon-card::before {
  height: 3px;
}

.addon-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(20, 64, 135, .11);
}

.addon-card__topline {
  gap: 8px;
  padding: 17px 17px 0;
}

.addon-card__icon {
  width: 31px;
  height: 31px;
  flex-basis: 31px;
  border-radius: 9px;
}

.addon-card__icon svg {
  width: 16px;
  height: 16px;
}

.addon-card__eyebrow {
  font-size: 9px;
  letter-spacing: .08em;
}

.addon-card__content {
  gap: 7px;
  padding: 14px 17px 15px;
}

.addon-card h3 {
  font-size: 18px;
  line-height: 1.25;
}

.addon-card p {
  font-size: 12.5px;
  line-height: 1.5;
}

.addon-card__footer {
  align-items: center;
  gap: 8px;
  padding: 13px 17px;
}

.addon-card__price-label {
  margin-bottom: 2px;
  font-size: 9px;
}

.addon-price {
  font-size: 20px;
}

.addon-price small {
  margin-left: 3px;
  font-size: 10px;
}

.addon-card__cta {
  gap: 5px;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 11px;
  white-space: nowrap;
}

.addon-card__availability {
  gap: 5px;
  padding: 8px 17px 10px;
  font-size: 10.5px;
}

.addon-card__availability > span:first-child {
  width: 15px;
  height: 15px;
  font-size: 9px;
}

@media (max-width: 1100px) {
  .addons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .addons-grid {
    grid-template-columns: 1fr;
  }

  .addon-card {
    min-height: 0;
  }

  .addon-card__footer {
    align-items: stretch;
  }

  .addon-card__cta {
    width: 100%;
    font-size: 12px;
  }
}


/* =========================================================
   MULTI-MARKET PRICING — INDIA INR / GLOBAL USD
   ========================================================= */

.hero__market {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  font-family: var(--para-font-family);
  font-size: var(--p-size-13, 13px);
  color: var(--text-primary);
}

.hero__market strong {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--primary-color);
  font-weight: var(--font-700);
}

.pricing-region-panel {
  flex: 0 0 auto;
  min-width: 390px;
  padding: 14px;
  border: 1px solid #dfe5ec;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(17, 36, 72, 0.08);
}

.pricing-region-panel__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.pricing-region-panel__title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pricing-region-panel__icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  border-radius: 10px;
  background: #eef5ff;
  color: var(--primary-color);
}

.pricing-region-panel__icon svg {
  width: 20px;
  height: 20px;
}

.pricing-region-panel__eyebrow {
  margin-bottom: 1px;
  font-family: var(--para-font-family);
  font-size: 10px;
  font-weight: var(--font-700);
  line-height: 1.2;
  color: var(--text-grey);
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.pricing-region-panel__title {
  font-family: var(--para-font-family);
  font-size: 14px;
  font-weight: var(--font-700);
  line-height: 1.25;
  color: var(--text-nav);
}

.pricing-market-switcher {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 26px minmax(0, 1fr);
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 5px;
  border: 1px solid #e1e7ee;
  border-radius: 13px;
  background: #f7f9fc;
}

.pricing-market-switcher__option {
  min-width: 0;
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 11px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: var(--text-primary);
  text-decoration: none;
  background: transparent;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.pricing-market-switcher__option:hover {
  background: #fff;
  border-color: #d7e0ea;
}

.pricing-market-switcher__option.is-active {
  background: #fff;
  border-color: rgba(0, 101, 242, 0.34);
  box-shadow: 0 4px 12px rgba(0, 101, 242, 0.10);
  color: var(--text-nav);
}

.pricing-market-switcher__check {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
  border: 1px solid #ccd6e2;
  border-radius: 50%;
  font-size: 11px;
  font-weight: var(--font-700);
  color: transparent;
  background: #fff;
}

.pricing-market-switcher__option.is-active .pricing-market-switcher__check {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: #fff;
}

.pricing-market-switcher__text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pricing-market-switcher__name {
  font-family: var(--para-font-family);
  font-size: 13px;
  font-weight: var(--font-700);
  line-height: 1.2;
  color: inherit;
}

.pricing-market-switcher__currency {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-family: var(--para-font-family);
  font-size: 11px;
  font-weight: var(--font-500);
  line-height: 1.2;
  color: var(--text-grey);
}

.pricing-market-switcher__currency strong {
  font-size: 14px;
  color: var(--primary-color);
}

.pricing-market-switcher__swap {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8e1eb;
  border-radius: 50%;
  background: #fff;
  color: #697586;
}

.pricing-market-switcher__swap svg {
  width: 15px;
  height: 15px;
}

.pricing-market-current {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 9px;
  font-family: var(--para-font-family);
  font-size: 11px;
  line-height: 1.35;
  color: var(--text-grey);
}

.pricing-market-current__dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #22a06b;
}

.pricing-market-current strong {
  color: var(--text-primary);
  font-weight: var(--font-700);
}

/* Currency symbol stays visibly separate from the numeric amount. */
.price__currency {
  min-width: 0.72em;
  margin-right: 3px;
  font-size: 25px;
  line-height: 1;
  font-weight: var(--font-700);
  color: var(--text-nav);
}

.price__original {
  white-space: nowrap;
}

.currency-symbol,
.comparison-plan-head__price > span {
  font-weight: var(--font-700);
}

@media (max-width: 1023px) {
  .pricing-region-panel {
    width: 100%;
    min-width: 0;
  }

  .pricing-market-current {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .pricing-market-switcher {
    grid-template-columns: 1fr;
  }

  .pricing-market-switcher__swap {
    justify-self: center;
    transform: rotate(90deg);
  }

  .pricing-market-current {
    flex-wrap: wrap;
  }
}


/* =========================================================
   COMPACT PRICING REGION CONTROL
   ========================================================= */

.pricing-market-control {
  min-width: 280px;
  gap: 5px;
}

.pricing-market-control__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.pricing-market-control__label {
  font-size: 11px;
  line-height: 1.2;
  margin: 0;
}

.pricing-market-control__current {
  font-family: var(--para-font-family);
  font-size: 11px;
  line-height: 1.2;
  font-weight: var(--font-700);
  color: var(--primary-color);
}

.pricing-market-switcher {
  gap: 2px;
  padding: 3px;
}

.pricing-market-switcher__option {
  min-width: 118px;
  padding: 6px 11px;
  gap: 0;
}

.pricing-market-switcher__name {
  font-size: 12px;
  line-height: 1.15;
}

.pricing-market-switcher__currency {
  font-size: 10px;
  line-height: 1.1;
}

.pricing-market-current {
  margin-top: 0;
  font-size: 10px;
  line-height: 1.15;
}

.pricing-header {
  align-items: center;
}

@media (max-width: 560px) {
  .pricing-market-control {
    min-width: 0;
  }

  .pricing-market-switcher__option {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
