/* ========== SMS Ninja – Testimonials Section ========== */
.smsn-testimonials {
  background-color: #ffffff;
  padding: 80px 0;
}

.smsn-testimonials__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 1166px;
  margin: 0 auto;
}

/* ---------- Heading ---------- */
.smsn-testimonials__heading {
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.8px;
  color: #000000;
  text-align: center;
  margin: 0;
}

/* ---------- Grid ---------- */
.smsn-testimonials__grid {
  display: flex;
  gap: 16px;
  width: 100%;
}

.smsn-testimonials__small-cards-area {
  display: flex;
  gap: 16px;
  flex: 1;
  min-width: 0;
}

.smsn-testimonials__col--big {
  width: 378px;
  flex-shrink: 0;
}

.smsn-testimonials__col--small {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 378px;
  flex-shrink: 0;
}

/* ---------- Card Base ---------- */
.smsn-testimonials__card {
  background-color: #ebf5fe;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.smsn-testimonials__card--big {
  height: 390px;
}

.smsn-testimonials__card--small {
  height: 187px;
}

.smsn-testimonials__card-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 23px 24px 23px 29px;
}

.smsn-testimonials__card--big .smsn-testimonials__card-inner {
  gap: 40px;
  padding: 23px 29px;
}

/* ---------- Author ---------- */
.smsn-testimonials__author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.smsn-testimonials__avatar {
  width: 50px;
  height: 50px;
  border-radius: 60px;
  background-color: #ffffff;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  display: flex;
}

.smsn-testimonials__avatar img {
  object-fit: cover;
}

.smsn-testimonials__author-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.smsn-testimonials__author-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  margin: 0;
}

.smsn-testimonials__author-role {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #0f2947;
  margin: 0;
}

/* ---------- Text ---------- */
.smsn-testimonials__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin: 0;
}

.smsn-testimonials__text mark {
  background-color: rgba(122, 255, 70, 0.5);
  mix-blend-mode: darken;
  color: inherit;
  padding: 0;
  border-radius: 0;
}

/* ---------- Mobile (≤767px) ---------- */
@media (max-width: 767px) {
  .smsn-testimonials {
    background-color: #f9fafb;
    padding: 53px 0;
  }

  .smsn-testimonials .container {
    max-width: 100%;
    padding: 0;
    overflow: visible;
  }

  .smsn-testimonials__wrapper {
    gap: 32px;
    align-items: flex-start;
    padding: 0 16px;
    max-width: 100%;
    overflow: visible;
  }

  .smsn-testimonials__heading {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.64px;
    text-align: left;
  }

  .smsn-testimonials__grid {
    flex-direction: column;
    gap: 16px;
    overflow: visible;
    width: 100%;
  }

  .smsn-testimonials__col--big {
    width: 100%;
  }

  .smsn-testimonials__card--big {
    height: auto;
    min-height: 292px;
    border: 1px solid #cbcbcb;
  }

  .smsn-testimonials__card--big .smsn-testimonials__card-inner {
    gap: 16px;
    padding: 22px 28px;
  }

  /* Horizontal slider for small cards */
  .smsn-testimonials__small-cards-area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-left: 0px;
    margin-right: -16px;
    padding: 0 16px 4px 16px;
  }

  .smsn-testimonials__small-cards-area::-webkit-scrollbar {
    display: none;
  }

  .smsn-testimonials__col--small {
    display: contents;
  }

  .smsn-testimonials__card--small {
    width: 335px;
    min-width: 335px;
    height: 187px;
    flex-shrink: 0;
    scroll-snap-align: start;
    border: 1px solid #cbcbcb;
  }

  .smsn-testimonials__card--small .smsn-testimonials__card-inner {
    padding: 22px 23px;
  }
}

/* ========== SMS Ninja – Features Section ========== */
.smsn-features {
  background-color: #f9fafb;
  padding: 80px 0;
}

.smsn-features__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  max-width: 1061px;
  margin: 0 auto;
}

/* ---------- Heading ---------- */
.smsn-features__heading {
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.8px;
  color: #000000;
  text-align: center;
  margin: 0;
}

.smsn-features__heading-underline {
  position: relative;
  display: inline-block;
}

.smsn-features__heading-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='301' height='17' viewBox='0 0 301 17' fill='none'%3E%3Cpath d='M0.310547 14.3286C63.1223 4.45274 181.491 0.233925 244.179 2.67892C270.283 3.73362 298.496 8.33596 298.31 14.9998' stroke='%23FA4028' stroke-width='4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  animation: drawUnderline 2s infinite ease-in-out;
}

@keyframes drawUnderline {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  10% {
    clip-path: inset(0 100% 0 0);
    opacity: 1;
  }

  40% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }

  75% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }

  95%,
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 0;
  }
}

@keyframes scrollFadeUp {
  from {
    opacity: 0;
    transform: translateY(60px);
    filter: blur(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
  }
}

/* ---------- Grid ---------- */
.smsn-features__grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.smsn-features__row {
  display: flex;
  justify-content: center;
  gap: 16px;
}

/* ---------- Card ---------- */
.smsn-features__card {
  background-color: #f5f5f5;
  border: 1px solid #aaaaaa;
  border-radius: 12px;
  padding: 24px 19px;
  width: 343px;
  height: 188px;
  overflow: hidden;
  box-sizing: border-box;
}

.smsn-features__icon {
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smsn-features__icon svg,
.smsn-features__icon img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.smsn-features__card-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #fa4028;
  margin: 0 0 8px 0;
}

.smsn-features__card-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 21.6px;
  letter-spacing: -0.18px;
  color: #484848;
  margin: 0;
}

/* ---------- Mobile (≤767px) ---------- */
@media (max-width: 767px) {
  .smsn-features {
    padding: 40px 0;
  }

  .smsn-features__wrapper {
    gap: 24px;
    align-items: flex-start;
    padding: 0 4px;
    max-width: 100%;
  }

  .smsn-features__heading {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.64px;
    text-align: left;
  }

  .smsn-features__grid {
    gap: 16px;
  }

  .smsn-features__row {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .smsn-features__card {
    width: 100%;
    max-width: 100%;
  }
}

/* ======================================================
       SMS Ninja – Features  |  Sticky Waterfall + Fade Images
       Prefix: snf-
       ====================================================== */
.snf-section {
  background-color: #f9fafb;
  padding: 80px 0;
}

.snf-section * {
  box-sizing: border-box;
}

.snf-header {
  max-width: 931px;
  margin-bottom: 40px;
}

.snf-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #212121;
  margin-bottom: 16px;
}

.snf-title span {
  color: #fa4028;
}

.snf-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #323232;
  margin: 0;
}

/* ==========================================================
       DESKTOP  (>=992px)
       ========================================================== */
.snf-layout {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.snf-left {
  width: 669px;
  flex-shrink: 0;
}

.snf-card {
  position: sticky;
  width: 100%;
  min-height: 427px;
  border-radius: 20px;
  padding: 50px 35px 24px 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
  overflow: hidden;
  box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
  margin-bottom: 24px;
}

.snf-card--1 {
  background: #ecf3f7;
  top: 160px;
  z-index: 1;
}

.snf-card--2 {
  background: #f7f4ec;
  top: 181px;
  z-index: 2;
}

.snf-card--3 {
  background: #ecf7f5;
  top: 200px;
  z-index: 3;
}

.snf-card--4 {
  background: #f7ecf4;
  top: 220px;
  z-index: 4;
}

.snf-card--5 {
  background: #f2f7ec;
  top: 250px;
  z-index: 5;
}

.snf-card--6 {
  background: #ffeadb;
  top: 280px;
  z-index: 6;
}

.snf-card.is-stuck {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.snf-col-end {
  flex-shrink: 0;
  pointer-events: none;
}

.snf-card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.snf-card__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.32px;
  color: #323232;
  margin: 0;
}

.snf-card__desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #484848;
  margin: 0;
}

.snf-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 141px;
  height: 48px;
  background: #fa4028;
  border: 1px solid #fa4028;
  border-radius: 60px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-transform: capitalize;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.25s ease;
}

.snf-card__cta:hover {
  background: #e53520;
  color: #fff;
  text-decoration: none;
}

.snf-right {
  /* flex: 1; */
  min-width: 0;
}

.snf-img {
  position: sticky;
  top: 160px;
  height: 370px;
  border-radius: 20px;
  overflow: hidden;
  background: #b8e1ff;
  display: flex;
  padding: 20px;
  margin-bottom: 81px;
  width: 100%;

  /* Updated: Slower duration, smoother custom cubic-bezier, added filter/scale */
  transition:
    opacity 1s cubic-bezier(0.25, 1, 0.5, 1),
    transform 1s cubic-bezier(0.25, 1, 0.5, 1),
    filter 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.snf-img--1 {
  z-index: 1;
}

.snf-img--2 {
  z-index: 2;
}

.snf-img--3 {
  z-index: 3;
}

.snf-img--4 {
  z-index: 4;
}

.snf-img--5 {
  z-index: 5;
}

.snf-img--6 {
  z-index: 6;
}

.snf-img.is-entering {
  opacity: 0;
  /* Updated: Scale down slightly and blur for a softer entrance */
  transform: translateY(40px) scale(0.98);
  filter: blur(8px);
}

.snf-img.is-active,
.snf-img.is-done {
  opacity: 1;
  /* Updated: Return to normal scale and remove blur */
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.snf-img img {
  max-width: 100%;
  max-height: 100%;
  /* object-fit: fill; */
  border-radius: 14px;
  flex: 1;
}

@media (max-width: 991.98px) {
  .snf-layout {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .snf-left {
    width: 460px;
  }

  .snf-card {
    padding: 40px 28px 22px 28px;
  }

  .snf-card__title {
    font-size: 26px;
    line-height: 34px;
  }

  .snf-card__desc {
    font-size: 16px;
    line-height: 25px;
  }
}

/* ==========================================================
       MOBILE  (<992px)  –  Cards only, sticky stack
       ========================================================== */
.snf-mob {
  display: none;
}

@media (max-width: 991.98px) {
  .snf-section {
    padding: 40px 4px;
  }

  .snf-header {
    max-width: 100%;
    margin-bottom: 24px;
  }

  /* .snf-title {
    font-size: 32px;
    line-height: 40px;
  }

  .snf-subtitle {
    font-size: 16px;
    line-height: 25px;
  } */

  .snf-mob {
    display: block;
  }

  .snf-mob__list {
    display: flex;
    flex-direction: column;
  }

  .snf-mob__card {
    position: sticky;
    border-radius: 20px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: auto;
    gap: 24px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.07);
  }

  .snf-mob__card--1 {
    background: #ecf3f7;
    top: 126px;
    z-index: 1;
  }

  .snf-mob__card--2 {
    background: #f7f4ec;
    top: 143px;
    z-index: 2;
  }

  .snf-mob__card--3 {
    background: #ecf7f5;
    top: 162px;
    z-index: 3;
  }

  .snf-mob__card--4 {
    background: #f7ecf4;
    top: 181px;
    z-index: 4;
  }

  .snf-mob__card--5 {
    background: #f2f7ec;
    top: 204px;
    z-index: 5;
  }

  .snf-mob__card--6 {
    background: #ffeadb;
    top: 271px;
    z-index: 6;
    min-height: 357px;
  }

  .snf-mob__end {
    pointer-events: none;
  }

  .snf-mob__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .snf-mob__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #323232;
    margin: 0;
  }

  .snf-mob__desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #484848;
    margin: 0;
  }

  .snf-mob__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 141px;
    height: 48px;
    margin-top: 20px;
    flex-shrink: 0;
    background: #fa4028;
    border: 1px solid #fa4028;
    border-radius: 60px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    text-decoration: none;
  }

  .snf-mob__cta:hover {
    background: #e53520;
    color: #fff;
    text-decoration: none;
  }
}

/* ===== SECTION ===== */
.faq-sms-section {
  background: #ffffff;
  padding: 80px 0;
}

/* ===== TITLE ===== */
.faq-sms-section .faq-sms-section__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
}

.faq-sms-section > .container > #faqAccordion > .accordion-item {
  background: #ffffff;
  border: none;
  border-radius: 0;
  margin-bottom: 11px;
}

.faq-sms-section > .container > #faqAccordion > .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-sms-section
  > .container
  > #faqAccordion
  > .accordion-item
  > .accordion-button {
  background: #f5f5f5;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  min-height: 62px;
  padding: 0 23px;
  box-shadow: none;
  border-radius: 0;
}

.faq-sms-section
  > .container
  > #faqAccordion
  > .accordion-item
  > .accordion-button:not(.collapsed) {
  background: #f5f5f5;
  color: #000000;
  box-shadow: none;
}

.faq-sms-section
  > .container
  > #faqAccordion
  > .accordion-item
  > .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.faq-sms-section
  > .container
  > #faqAccordion
  > .accordion-item
  > .accordion-button:focus-visible {
  box-shadow: none;
  outline: none;
}

.faq-sms-section
  > .container
  > #faqAccordion
  > .accordion-item
  > .accordion-button::after {
  display: none;
}

.faq-sms-section
  > .container
  > #faqAccordion
  > .accordion-item
  > .accordion-button
  > .faq-sms-section__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-sms-section
  > .container
  > #faqAccordion
  > .accordion-item
  > .accordion-button.collapsed
  > .faq-sms-section__icon
  > .faq-sms-section__icon-minus {
  display: none;
}

.faq-sms-section
  > .container
  > #faqAccordion
  > .accordion-item
  > .accordion-button.collapsed
  > .faq-sms-section__icon
  > .faq-sms-section__icon-plus {
  display: flex;
}

.faq-sms-section
  > .container
  > #faqAccordion
  > .accordion-item
  > .accordion-button:not(.collapsed)
  > .faq-sms-section__icon
  > .faq-sms-section__icon-plus {
  display: none;
}

.faq-sms-section
  > .container
  > #faqAccordion
  > .accordion-item
  > .accordion-button:not(.collapsed)
  > .faq-sms-section__icon
  > .faq-sms-section__icon-minus {
  display: flex;
}

.faq-sms-section
  > .container
  > #faqAccordion
  > .accordion-item
  > .accordion-collapse
  > .accordion-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  background: #ffffff;
  padding: 15px 15px 29px 15px;
}

@media (max-width: 767.98px) {
  .faq-sms-section {
    padding: 38px 0;
  }

  .faq-sms-section .faq-sms-section__title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 32px;
  }

  .faq-sms-section > .container > #faqAccordion > .accordion-item {
    margin-bottom: 8px;
  }

  .faq-sms-section
    > .container
    > #faqAccordion
    > .accordion-item
    > .accordion-button {
    padding: 0 18px;
    line-height: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .faq-sms-section .faq-sms-section__title {
    font-size: 36px;
  }
}

/* ===== SECTION ===== */
.sms-hero {
  position: relative;
  background: #ffffff;
  background-image: url("/wp-content/uploads/2026/08/sms-hero.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 80px 16px 80px;
}

.sms-hero > .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
}

/* .sms-hero__badge {
  width: 240px;
  height: 80px;
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
  object-fit: cover;
  display: block;
  margin-bottom: 16px;
} */
.sms-hero__badge {
  width: 240px;
  height: 80px;
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
  object-fit: cover;
  display: block;
  margin-bottom: 16px;
  cursor: pointer;
  transition:
    transform 0.25s cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}

.sms-hero__badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.sms-hero__badge:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
}
.sms-hero__heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.96px;
  color: #00063d;
  margin-bottom: 16px;
}

.sms-hero__strike-price-row {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.sms-hero__strike {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #484848;
  text-decoration: line-through;
  margin: 0;
}

.sms-hero__price {
  margin: 0;
}

.sms-hero__price-big {
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.8px;
  color: #fa4028;
}

.sms-hero__price-small {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #fa4028;
}

.sms-hero__desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #00063d;
  margin-bottom: 24px;
}

.sms-hero__desc strong {
  font-weight: 700;
  color: #fa4028;
}

.sms-hero__cta {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.sms-hero__btn-demo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fa4028;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  height: 40px;
  padding: 0 24px;
  border-radius: 90px;
  border: none;
  text-decoration: none;
  transition: opacity 0.2s;
}

.sms-hero__btn-demo:hover {
  color: #ffffff;
  opacity: 0.9;
}

.sms-hero__btn-trial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #00063d;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  padding: 17px 21px;
  border-radius: 80px;
  border: 1px solid #00063d;
  text-decoration: none;
  text-transform: capitalize;
  transition:
    background 0.2s,
    color 0.2s;
}

.sms-hero__btn-trial:hover {
  background: #00063d;
  color: #ffffff;
}

.sms-hero__card-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 24px;
}

.sms-hero__card-tilt {
  width: 100%;
  max-width: 595px;
  transform: perspective(900px) rotateX(0deg) rotateY(0deg) translateX(0px)
    translateY(0px);
  will-change: transform;
}

.sms-hero__card-stack {
  position: relative;
  padding-top: 16px;
}

.sms-hero__card {
  background: linear-gradient(180deg, #eceeff 0%, #ffffff 100%);
  border: 1px solid rgba(180, 195, 240, 0.4);
  border-radius: 18px;
  padding: 24px;
  box-shadow:
    0 24px 30px rgba(100, 120, 200, 0.15),
    0 4px 8px rgba(100, 120, 200, 0.1);
  transition: box-shadow 0.25s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  margin: 0 32px;
}

.sms-hero__card--hovering {
  box-shadow:
    0 35px 50px rgba(100, 120, 200, 0.25),
    0 10px 20px rgba(100, 120, 200, 0.15);
}

.sms-hero__card-overlay {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3))
      padding-box,
    linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.25) 35%,
        rgba(255, 255, 255, 0.05) 55%,
        rgba(255, 255, 255, 0.5) 100%
      )
      border-box;
  border: 1px solid transparent;
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 0 20px;
}

.sms-hero__card-overlay-row {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 16px 0;
}

.sms-hero__card-overlay-label {
  flex: 1 1 0;
  min-width: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #212121;
  margin: 0;
  max-width: 251px;
}

.sms-hero__card-overlay-val {
  flex-shrink: 0;
  font-size: 49px;
  font-weight: 700;
  line-height: 64px;
  color: #212121;
  margin: 0;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  color: #fa533e;
}

.sms-hero__card-row {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 0;
}

.sms-hero__card-row--first {
  opacity: 0;
}

.sms-hero__card-label {
  flex: 1 1 0;
  min-width: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #212121;
  margin: 0;
}

.sms-hero__card-val {
  flex-shrink: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  color: #212121;
  margin: 0;
  white-space: nowrap;
}

.sms-hero__card-val--navy {
  color: #032e61;
}

.sms-hero__card-val--red {
  color: #3dc24f;
}

.sms-hero__card-hr {
  height: 1px;
  width: 100%;
  background: rgba(100, 120, 200, 0.12);
  border: none;
  margin: 0;
  padding: 0;
}

.sms-hero__card-hr--first {
  opacity: 0;
}

.sms-hero__card-note {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #484848;
  margin: 0;
  padding-top: 28px;
}

/* ===========================
   MOBILE  (<768)
   =========================== */
@media (max-width: 767.98px) {
  .sms-hero {
    padding: 40px 4px 40px;
  }

  .sms-hero__badge {
    width: 138px;
    height: 46px;
    border-radius: 9px;
    margin-bottom: 8px;
    box-shadow: 0 2.294px 2.294px rgba(0, 0, 0, 0.12);
  }

  .sms-hero__heading {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 8px;
    letter-spacing: -0.64px;
  }

  .sms-hero__strike {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
  }

  .sms-hero__strike-price-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .sms-hero__card-wrap {
    padding: 0;
  }

  .sms-hero__card-tilt {
    max-width: 100%;
    transform: none !important;
    transition: none;
  }

  .sms-hero__card-stack {
    padding-top: 0;
  }

  .sms-hero__card-overlay {
    display: none;
  }

  .sms-hero__card-row--first {
    opacity: 1;
    padding: 16px 0;
  }

  .sms-hero__card-hr--first {
    opacity: 1;
  }

  .sms-hero__card {
    border-radius: 24px;
    padding: 0 16px;
    border: none;
    box-shadow: none;
    margin: 0;
  }

  .sms-hero__card--hovering {
    box-shadow: none;
  }

  .sms-hero__card-row {
    padding: 16px 0;
  }

  .sms-hero__card-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
  }
  .sms-hero__card-row--first .sms-hero__card-label {
    font-weight: 700;
  }
  .sms-hero__card-val {
    font-size: 24px;
    line-height: 52px;
    letter-spacing: -0.48px;
  }
  .sms-hero__card-row--first .sms-hero__card-val {
    color: #fa533e;
  }

  .sms-hero__card-val--navy {
    color: #212121;
  }

  .sms-hero__card-val--red {
    color: #3dc24f;
  }

  .sms-hero__card-hr {
    height: 1px;
    background: none;
    border: none;
    border-top: 1px dashed rgba(100, 120, 200, 0.25);
  }

  .sms-hero__card-note {
    padding: 8px 0;
  }

  .sms-hero__desc {
    font-size: 16px;
    line-height: 24px;
    color: #323232;
    margin-bottom: 0;
  }

  .sms-hero__cta {
    display: none;
  }

  .sms-hero__cta-mob {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .sms-hero__btn-demo--mob,
  .sms-hero__btn-trial--mob {
    width: 100%;
  }

  .sms-hero__btn-demo--mob {
    height: 48px;
  }

  .sms-hero__btn-trial--mob {
    padding: 15px 21px;
  }

  .sms-hero .row {
    flex-direction: column;
  }

  .sms-hero__left {
    order: 1;
  }

  .sms-hero__right {
    order: 2;
  }

  .sms-hero__desc-mob {
    order: 3;
  }

  .sms-hero__cta-mob {
    order: 4;
  }
}

/* ===========================
   TABLET (768–991)
   =========================== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .sms-hero {
    padding: 120px 0 60px;
  }

  .sms-hero__heading {
    font-size: 38px;
    line-height: 48px;
  }

  .sms-hero__card-val {
    font-size: 30px;
    line-height: 42px;
  }

  .sms-hero__card-label {
    font-size: 14px;
    line-height: 20px;
  }

  .sms-hero__card-wrap {
    padding: 16px;
  }
}

/* ---------------------------------------------------------------------------------------------- */
/* ======================================================
   SMS Ninja — Sticky Bottom Bar
   Prefix: sbb-
   ====================================================== */
.sbb {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  padding: 12px 24px;
  pointer-events: none;
  /* wrapper itself doesn't block clicks outside bar */
}

.sbb__inner {
  pointer-events: auto;
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #d7d7d7;
  border-radius: 20px;
  overflow: hidden;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 12px 32px;
  height: 92px;
}

/* ===== LOGO ===== */
.sbb__logo {
  flex-shrink: 0;
  height: 61px;
  width: auto;
  object-fit: contain;
}

/* ===== HEADLINE + FEATURES ===== */
.sbb__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
}

.sbb__headline {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 28px;
  color: #fa4028;
  margin: 0;
  white-space: nowrap;
}

.sbb__features {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 22px;
}

.sbb__feature {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #000000;
  white-space: nowrap;
}

.sbb__feature-divider {
  width: 1px;
  height: 23px;
  background: rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
}

/* ===== PRICE BLOCK ===== */
.sbb__price {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  margin-left: auto;
}

.sbb__price-old {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #000000;
  white-space: nowrap;
}

.sbb__price-old::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 50%;
  height: 2px;
  background: #fa4028;
  transform: rotate(-8deg);
}

.sbb__price-new {
  display: flex;
  align-items: center;
  gap: 6px;
}

.sbb__price-new-amount {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #000000;
  white-space: nowrap;
}

.sbb__price-plus {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.sbb__price-lic {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #000000;
  white-space: nowrap;
}

/* ===== CTA ===== */
.sbb__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fa4028;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  height: 40px;
  padding: 0 24px;
  border-radius: 90px;
  border: none;
  text-decoration: none;
  flex-shrink: 0;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.sbb__cta:hover {
  color: #ffffff;
  opacity: 0.9;
}

/* ===== MOBILE MARQUEE ROW ===== */
.sbb__marquee {
  display: none;
}

/* ===========================================================
   MOBILE (<992px) — two-row stacked bar with marquee ticker
   =========================================================== */
@media (max-width: 991.98px) {
  .sbb {
    padding: 0;
  }

  .sbb__inner {
    max-width: 100%;
    border-radius: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    height: auto;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  }

  /* Top row: price + CTA, translucent bar */
  .sbb__top-row {
    background: rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid #d7d7d7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    height: 48px;
    padding: 0 12px;
  }

  .sbb__logo,
  .sbb__headline,
  .sbb__info {
    display: none;
  }

  .sbb__price {
    margin-left: 0;
    gap: 12px;
  }

  .sbb__price-old {
    font-size: 12px;
  }

  .sbb__price-new-amount {
    font-size: 18px;
  }

  .sbb__price-plus {
    width: 12px;
    height: 12px;
  }

  .sbb__price-lic {
    font-size: 12px;
  }

  .sbb__cta {
    height: 32px;
    padding: 0 16px;
    font-size: 14px;
  }

  /* Bottom row: dark navy marquee ticker */
  .sbb__marquee {
    display: block;
    background: #0f2947;
    height: 34px;
    overflow: hidden;
    position: relative;
  }

  .sbb__marquee-track {
    display: flex;
    align-items: center;
    height: 100%;
    width: max-content;
    animation: sbbMarquee 18s linear infinite;
  }

  .sbb__marquee-group {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-right: 16px;
    flex-shrink: 0;
  }

  .sbb__marquee-item {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #ffffff;
    white-space: nowrap;
  }

  .sbb__marquee-divider {
    width: 1px;
    height: 23px;
    background: rgba(255, 255, 255, 0.35);
    flex-shrink: 0;
  }

  @keyframes sbbMarquee {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-50%);
    }
  }

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

/* Tablet: shrink some desktop spacing */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sbb__inner {
    gap: 16px;
    padding: 12px 20px;
  }

  .sbb__headline {
    font-size: 20px;
  }

  .sbb__feature {
    font-size: 14px;
  }

  .sbb__features {
    gap: 16px;
  }
}

/* ----------------------------------------------------------------------------------- */
/* ---------- Tablet / iPad View (768px to 1199px) ---------- */
@media (min-width: 768px) and (max-width: 1199px) {
  .smsn-testimonials__wrapper {
    padding: 0 24px;
  }

  .smsn-testimonials__grid {
    flex-direction: column;
  }

  .smsn-testimonials__col--big {
    width: 100%;
  }

  .smsn-testimonials__card--big {
    height: auto;
    /* Allows content to flow naturally */
  }

  .smsn-testimonials__small-cards-area {
    width: 100%;
    gap: 16px;
  }

  .smsn-testimonials__col--small {
    width: calc(50% - 8px);
    /* Splits the remaining 2 columns perfectly in half */
    flex-shrink: 1;
  }
}

/* -------------------------------------------------------------------------------- */
/* ── Section wrapper ── */
.calc-section {
  position: relative;
  padding: 80px 0;
  background-image: url("/wp-content/uploads/2026/08/calc-bg-sms.webp") !important;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.calc-section *,
.calc-section *::before,
.calc-section *::after {
  box-sizing: border-box;
}

/* ── Background mesh ── */
.calc-section__bg-mesh {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2200px;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.calc-section__bg-mesh::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -10%;
  width: 120%;
  height: 800px;
  background:
    radial-gradient(
      ellipse at 30% 50%,
      rgba(206, 200, 255, 0.25) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse at 70% 50%,
      rgba(200, 220, 255, 0.2) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse at 50% 80%,
      rgba(236, 238, 255, 0.3) 0%,
      transparent 50%
    );
  transform: rotate(-6deg);
}

/* ── Heading ── */
.calc-section__heading {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.8px;
  color: #212121;
  margin: 0 0 40px;
  position: relative;
  z-index: 1;
}

.calc-section__heading span {
  color: #fa4028;
}

/* ── Main card ── */
.calc-card {
  position: relative;
  z-index: 1;
  max-width: 1090px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #eceeff 0%, #ffffff 100%);
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

/* ── Left column ── */
.calc-card__left {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ── White panels ── */
.calc-panel {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}

.calc-panel__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #101828;
  margin: 0 0 24px;
}

/* ── Channel grid ── */
.calc-channels {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.calc-channel {
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}

.calc-channel__icon-wrap {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.calc-channel:hover .calc-channel__icon-wrap {
  transform: scale(1.06);
}

.calc-channel.is-selected .calc-channel__icon-wrap {
  box-shadow: 0 0 0 2px #000000;
}

.calc-channel__icon-wrap img,
.calc-channel__icon-wrap svg {
  width: 40px;
  height: 40px;
}

.calc-channel__check {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.5);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.calc-channel.is-selected .calc-channel__check {
  opacity: 1;
  transform: scale(1);
}

.calc-channel__check svg {
  width: 10px;
  height: 8px;
}

.calc-channel__label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #414141;
  text-align: center;
  transition: color 0.2s ease;
}

.calc-channel.is-selected .calc-channel__label {
  color: #212121;
}

/* ── Feature chips ── */
.calc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.calc-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #484848;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  user-select: none;
}

.calc-chip:hover {
  border-color: #155dfc;
  color: #155dfc;
}

.calc-chip.is-active {
  background: #155dfc;
  border-color: #155dfc;
  color: #f9fafb;
  box-shadow:
    0 1px 1.5px #bedbff,
    0 1px 1px #bedbff;
}

/* ── Users slider row ──
   Full implementation (title, row, custom track/fill/thumb layers,
   and the invisible native <input type="range">) lives below in the
   "Custom meter (matches Figma's literal DOM)" block — kept as the
   single source of truth to avoid the cascade conflicts caused by
   the previous duplicate declarations here. */

.calc-number-input {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.calc-number-input__btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #212121;
  border: 1px solid #f2f2f2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  transition: background 0.15s ease;
  padding: 0;
}

.calc-number-input__btn:hover {
  background: #333;
}

.calc-number-input__btn:active {
  background: #000;
}

.calc-number-input__field {
  width: 60px;
  height: 34px;
  border: 1px solid #5e5e5e;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #3d3d3d;
  outline: none;
  padding: 0;
  -moz-appearance: textfield;
}

.calc-number-input__field::-webkit-inner-spin-button,
.calc-number-input__field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calc-number-input__field:focus {
  border-color: #155dfc;
  box-shadow: 0 0 0 2px rgba(21, 93, 252, 0.15);
}

/* ── Right column (results) ── */
.calc-card__right {
  width: 435px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ── Savings hero card ── */
.calc-savings-hero {
  border-radius: 8px;
  padding: 24px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  background: linear-gradient(159deg, #155dfc 43%, rgba(13, 55, 150, 0) 171%);
  position: relative;
  overflow: hidden;
}

.calc-savings-hero__label {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #f2f2f2;
  margin: 0;
}

.calc-savings-hero__amount {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  margin: 0 0 8px;
  transition: all 0.3s ease;
}

.calc-savings-hero__bar-track {
  width: 100%;
  height: 8px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

.calc-savings-hero__bar-fill {
  height: 100%;
  border-radius: 9px;
  background: #fff;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.calc-savings-hero__percent {
  font-size: 16px;
  line-height: 24px;
  color: #f2f2f2;
  margin: 4px 0 0;
}

.calc-savings-hero__percent strong {
  font-weight: 700;
}

/* ── Pricing breakdown ── */
.calc-pricing {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.calc-pricing__block-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  color: #18181b;
  margin: 0;
}

.calc-pricing__block-sub {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #454753;
  margin: 0;
}

.calc-pricing__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 4px;
}

.calc-pricing__total--ninja {
  background: #ece8fc;
}

.calc-pricing__total--vendor {
  background: #ffe3e4;
}

.calc-pricing__total-label {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  color: #18181b;
}

.calc-pricing__total-value {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}

.calc-pricing__total-value--blue {
  color: #155dfc;
}

.calc-pricing__total-value--red {
  color: #e80012;
}

/* ── Dashed divider ── */
.calc-pricing__divider {
  border: none;
  border-top: 2px dashed #d0d5dd;
  margin: 0;
}

/* ── Value pop animation ── */
@keyframes calcValuePop {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.04);
  }

  100% {
    transform: scale(1);
  }
}

.calc-value-pop {
  animation: calcValuePop 0.3s ease;
}

/* ══ MOBILE ══ */
@media (max-width: 767px) {
  .calc-section {
    padding: 40px 16px;
  }

  .calc-section__heading {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.64px;
    margin-bottom: 24px;
  }

  .calc-card {
    flex-direction: column;
    padding: 8px;
    gap: 16px;
  }

  .calc-card__right {
    width: 100%;
    flex-direction: column-reverse;
  }

  .calc-panel {
    padding: 16px;
  }

  .calc-channels {
    gap: 16px;
  }

  .calc-channel {
    width: calc(50% - 8px) !important;
  }

  .calc-users__row {
    flex-direction: column;
    gap: 16px;
  }

  .calc-users__header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
  }

  .calc-users__header-row .calc-users__title {
    margin-bottom: 0;
    white-space: nowrap;
  }

  .calc-users__header-row .calc-number-input__field {
    width: 56px;
  }

  .calc-slider-wrap {
    width: 100%;
  }

  .calc-savings-hero {
    padding: 16px;
    min-height: auto;
  }

  .calc-pricing__block-sub--users {
    /* dynamic */
  }
}

/* Desktop-only: hide mobile header row */
@media (min-width: 768px) {
  .calc-users__header-row {
    display: none;
  }
}

/* Mobile-only: hide desktop title + number input */
@media (max-width: 767px) {
  .calc-users__title--desktop {
    display: none;
  }

  .calc-users__row .calc-number-input {
    display: none;
  }
}
.faq-sms-section .accordion {
  max-width: 968px;
  margin: auto;
}
/* ----------------------------------------- */
/* ========== SECTION WRAPPER ========== */
.smsn-trusted {
  background: #ffffff;
  overflow: hidden;
  padding: 46px 0;
}

/* ========== DESKTOP LAYOUT ========== */
.smsn-trusted__inner {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
}

/* ========== TITLE ========== */
.smsn-trusted__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #4d4d4d;
  margin: 0;
  flex-shrink: 0;
  width: 194px;
  padding-left: 5px;
}

/* ========== CAROUSEL WRAPPER ========== */
.smsn-trusted__carousel-wrap {
  flex: 1;
  min-width: 0;
  position: relative;
  overflow: hidden;
}

/* ========== FADE OVERLAYS ========== */
.smsn-trusted__carousel-wrap::before,
.smsn-trusted__carousel-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 91px;
  z-index: 2;
  pointer-events: none;
}

.smsn-trusted__carousel-wrap::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff 42%, rgba(255, 255, 255, 0) 100%);
}

.smsn-trusted__carousel-wrap::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff 42%, rgba(255, 255, 255, 0) 100%);
}

/* ========== OWL CAROUSEL OVERRIDES ========== */
.smsn-trusted__carousel .owl-stage-outer {
  overflow: hidden;
}

.smsn-trusted__carousel .owl-stage {
  display: flex;
  align-items: center;
  transition-timing-function: linear !important;
}

.smsn-trusted__carousel .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.smsn-trusted__carousel .owl-dots,
.smsn-trusted__carousel .owl-nav {
  display: none;
}

.smsn-trusted__carousel .owl-stage-outer {
  cursor: grab;
}

.smsn-trusted__carousel .owl-stage-outer:active {
  cursor: grabbing;
}

/* ========== LOGO ITEM ========== */
.smsn-trusted__logo-item {
  width: 74px;
  height: 74px;
  background: #ffffff;
  border-radius: 5px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smsn-trusted__logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

/* ========== MOBILE ========== */
@media (max-width: 767.98px) {
  .smsn-trusted {
    padding: 20px 0;
  }

  .smsn-trusted__inner {
    flex-direction: column;
    gap: 24px;
  }

  .smsn-trusted__title {
    width: 100%;
    text-align: center;
  }

  .smsn-trusted__carousel-wrap {
    width: 100%;
  }

  .smsn-trusted__carousel-wrap::before {
    width: 66px;
  }

  .smsn-trusted__carousel-wrap::after {
    display: none;
  }
}

/* ========== TABLET ========== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .smsn-trusted {
    padding: 36px 0;
  }

  .smsn-trusted__carousel-wrap::before,
  .smsn-trusted__carousel-wrap::after {
    width: 70px;
  }
}
/* --------------------------------------- */
/* ========== PARTNERS BADGE SECTION ========== */

.sales-partner-claoud-title {
  font-weight: 600;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 60px;
  color: #212121;
  margin-bottom: 40px;
}

.sales-partners {
  background-color: #f9f9f9;
  margin-bottom: 0px;
  padding-top: 80px;
}

.sales-partners__grid {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.sales-partners__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 201px;
  height: 228px;
  padding: 16px;
  overflow: hidden;
  flex-shrink: 0;
}

/* --- Logo Container --- */
.sales-partners__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 90px;
  flex-shrink: 0;
}

.sales-partners__logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.sales-partners__logo-wrap--sm {
  width: 89px;
}

.sales-partners__logo-wrap--xs {
  width: 67px;
}

/* --- Text Block --- */
.sales-partners__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  width: 100%;
}

.sales-partners__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}

.sales-partners__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}

/* ========== TABLET (768 – 991px) ========== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .sales-partners__grid {
    flex-wrap: wrap;
    justify-content: center;
  }

  .sales-partners__card {
    width: calc(33.333% - 12px);
    height: auto;
    min-height: 200px;
  }
}

/* ========== MOBILE (< 768px) ========== */
@media (max-width: 767.98px) {
  .sales-partners__grid {
    flex-wrap: wrap;
    gap: 8px;
  }

  .sales-partners__card {
    width: calc(50% - 4px);
    min-height: 188px;
  }

  .sales-partner-claoud-title {
    font-size: 32px;
    leading-trim: NONE;
    line-height: 40px;
    color: #212121;
    margin-bottom: 24px;
    text-align: center;
  }

  .sales-partners {
    padding-top: 40px;
  }
}
/* ---------------------------------header-------------------------- */
.main-header {
  z-index: 10;
}
/* ------------------------------------------------------------------ */
/* ── Channel grid ── */
.calc-channels {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.calc-channel {
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}

/* Plain neutral circle — Figma has no tinted per-channel backgrounds,
   color comes only from the icon glyph itself */
.calc-channel__icon-wrap {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.calc-channel:hover .calc-channel__icon-wrap {
  transform: scale(1.06);
}

.calc-channel__icon-wrap svg {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

/* Check badge nested inside icon-wrap so it sits on the 72px
   circle's edge, not the 120px label column */
.calc-channel__check {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.5);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  z-index: 2;
}

.calc-channel.is-selected .calc-channel__check {
  opacity: 1;
  transform: scale(1);
}

.calc-channel__check svg {
  width: 10px;
  height: 8px;
}

.calc-channel__label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #414141;
  text-align: center;
  transition: color 0.2s ease;
}

.calc-channel.is-selected .calc-channel__label {
  color: #212121;
}

/* ── Custom meter (matches Figma's layered DOM exactly) ── */
.calc-users__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #18181b;
  margin: 0 0 24px;
}

.calc-users__row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.calc-slider-wrap {
  flex: 1;
  min-width: 0;
  position: relative;
  height: 16px;
  display: flex;
  align-items: center;
}

/* --------------------------------animation------------------------ */
/* ======================================================
   SMS Ninja — Seven Channels Section
   Prefix: smn-ch-
   ====================================================== */

/* ===== SECTION ===== */
.smn-ch {
  position: relative;
  background-image: url("/wp-content/uploads/2026/08/cloud-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 80px 0;
}

/* ===== LAYOUT ===== */
.smn-ch > .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
}

.smn-ch__row {
  display: flex;
  align-items: center;
  gap: 120px;
}

/* ===== LEFT: TEXT ===== */
.smn-ch__text {
  flex-shrink: 0;
  width: 499px;
  position: relative;
}

.smn-ch__heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  color: #000000;
  margin: 0 0 16px;
  position: relative;
}

.smn-ch__heading-underline {
  position: relative;
  display: inline;
}

.smn-ch__heading-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 375px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='375' height='13' viewBox='0 0 375 13' fill='none'%3E%3Cpath d='M1 11C50 3.5 145 0.5 235 2C290 3 372 7 374 11.5' stroke='%23FA4028' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  animation: smnChDrawUnderline 2s infinite ease-in-out;
}

@keyframes smnChDrawUnderline {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  10% {
    clip-path: inset(0 100% 0 0);
    opacity: 1;
  }

  40% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }

  75% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }

  95%,
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 0;
  }
}

.smn-ch__desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #000000;
  margin: 0 0 40px;
}

.smn-ch__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 141px;
  height: 48px;
  background: #fa4028;
  border: 1px solid #fa4028;
  border-radius: 60px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-transform: capitalize;
  text-decoration: none;
  transition: background 0.25s ease;
}

.smn-ch__cta:hover {
  background: #e53520;
  color: #ffffff;
}

/* ===== RIGHT: PHYSICS PLAYGROUND ===== */
.smn-ch__playground-outer {
  flex: 1;
  min-width: 0;
  position: relative;
  aspect-ratio: 532 / 372;
  max-width: 533px;
}

/* The playground itself — clipped to the cloud shape */
.smn-ch__playground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: url(#smnCloudClip);
  -webkit-clip-path: url(#smnCloudClip);
  user-select: none;
  -webkit-user-select: none;
}

/* Cloud SVG sits behind everything as the visible fill */
.smn-ch__cloud-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.smn-ch__cloud-bg svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Trail canvas */
.smn-ch__trail-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

/* Icon bubbles */
.smn-ch__bubble {
  position: absolute;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  z-index: 2;
  will-change: transform;
  touch-action: none;
  transition: box-shadow 0.2s ease;
}

.smn-ch__bubble:active,
.smn-ch__bubble.smn-ch__bubble--held {
  cursor: grabbing;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  z-index: 10;
}

.smn-ch__bubble img {
  pointer-events: none;
  display: block;
  object-fit: contain;
}

/* ===== MOBILE ===== */
@media (max-width: 991.98px) {
  .smn-ch {
    padding: 40px 0;
  }

  .smn-ch__row {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }

  .smn-ch__text {
    width: 100%;
    max-width: 100%;
    padding: 0 4px;
  }

  .smn-ch__heading {
    font-size: 32px;
    line-height: 38.4px;
    margin-bottom: 16px;
  }

  .smn-ch__heading-underline::after {
    width: 250px;
    bottom: -4px;
    height: 13px;
  }

  .smn-ch__desc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }

  .smn-ch__cta {
    display: none;
  }

  .smn-ch__playground-outer {
    width: 100%;
    max-width: 336px;
  }
}

/* ===== TABLET ===== */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .smn-ch__row {
    gap: 60px;
  }

  .smn-ch__text {
    width: 400px;
  }

  .smn-ch__heading {
    font-size: 40px;
    line-height: 52px;
  }
}
.smsn-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 21px;
  border-radius: 90px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  width: fit-content;

  background-image: linear-gradient(to right, #0f2947 50%, #fa4028 50%);
  background-size: 200% 100%;
  background-position: right center;
  transition:
    background-position 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    color 0.05s ease;
}

.smsn-btn-primary:hover {
  background-position: left center;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .smsn-btn-primary {
    font-size: 16px;
    padding: 10px 16px;
  }
}
/* ==========================================================
   Global Satoshi font — applied to the section roots AND every
   descendant inside them, so it can't be silently overridden by
   any child rule (present or future).
   ========================================================== */
.sms-hero,
.sms-hero *,
.sales-partners,
.sales-partners *,
.smsn-trusted,
.smsn-trusted *,
.calc-section,
.calc-section *,
.snf-section,
.snf-section *,
.smn-ch,
.smn-ch *,
.smsn-features,
.smsn-features *,
.smsn-testimonials,
.smsn-testimonials *,
.faq-sms-section,
.faq-sms-section *,
.sbb,
.sbb * {
  font-family: "Satoshi", sans-serif !important;
}
/* ------------------------calculator  */
/* ── Section wrapper ── */
.calc-section {
  position: relative;
  padding: 80px 0;
  background-image: url("/wp-content/uploads/2026/08/calc-bg-sms.webp") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.calc-section *,
.calc-section *::before,
.calc-section *::after {
  box-sizing: border-box;
}

/* ── Background mesh ── */
.calc-section__bg-mesh {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2200px;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.calc-section__bg-mesh::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -10%;
  width: 120%;
  height: 800px;
  background:
    radial-gradient(
      ellipse at 30% 50%,
      rgba(206, 200, 255, 0.25) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse at 70% 50%,
      rgba(200, 220, 255, 0.2) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse at 50% 80%,
      rgba(236, 238, 255, 0.3) 0%,
      transparent 50%
    );
  transform: rotate(-6deg);
}

/* ── Heading ── */
.calc-section__heading {
  text-align: center;
  font-family: "Satoshi", "Manrope", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.8px;
  color: #212121;
  margin: 0 0 40px;
  position: relative;
  z-index: 1;
}

.calc-section__heading span {
  color: #fa4028;
}

/* ── Main card ── */
.calc-card {
  position: relative;
  z-index: 1;
  max-width: 1090px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #eceeff 0%, #ffffff 100%);
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

/* ── Left column ── */
.calc-card__left {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ── White panels ── */
.calc-panel {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}

.calc-panel__title {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #101828;
  margin: 0 0 24px;
}

/* ── Channel grid ── */
.calc-channels {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.calc-channel {
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}

.calc-channel__icon-wrap {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  overflow: hidden;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
  background-color: #fff;
}

.calc-channel:hover .calc-channel__icon-wrap {
  transform: scale(1.06);
}

.calc-channel.is-selected .calc-channel__icon-wrap {
  box-shadow: 0 0 0 2px #000000;
}

/* White circular base used behind Email/WhatsApp/Messenger/Instagram,
           matching Figma's reused white ellipse asset. SMS, MMS, and
           Telegram are flat full-bleed icons with no circle base. */
.calc-channel__icon-wrap--base {
  background: #ffffff;
}

.calc-channel__icon-wrap svg {
  display: block;
}

.calc-channel__check {
  position: absolute;
  top: -7px;
  right: 28px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.5);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.calc-channel.is-selected .calc-channel__check {
  opacity: 1;
  transform: scale(1);
}

.calc-channel__check svg {
  width: 13px;
  height: 10px;
}

.calc-channel__label {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #414141;
  text-align: center;
  transition: color 0.2s ease;
}

.calc-channel.is-selected .calc-channel__label {
  color: #212121;
}

/* ── Feature chips ── */
.calc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.calc-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #484848;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  user-select: none;
}

.calc-chip:hover {
  border-color: #155dfc;
  color: #155dfc;
}

.calc-chip.is-active {
  background: #155dfc;
  border-color: #155dfc;
  color: #f9fafb;
  box-shadow:
    0 1px 1.5px #bedbff,
    0 1px 1px #bedbff;
}

/* ── Users slider row ── */
.calc-users__title {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #18181b;
  margin: 0 0 24px;
}

.calc-users__row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.calc-slider-wrap {
  flex: 1;
  min-width: 0;
  position: relative;
  height: 16px;
  display: flex;
  align-items: center;
}

.calc-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 7px;
  background: rgba(207, 203, 255, 0.5);
  outline: none;
  position: relative;
  z-index: 3;
}

/* Native thumb stays fully interactive (draggable, focusable,
           keyboard-operable) but is made invisible — the pixel-perfect
           three-layer thumb below is a purely visual overlay that
           tracks its position. */
.calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  position: relative;
}

.calc-slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
}

/* Explicitly strip any native focus/active glow some browsers
           draw on a range input's thumb (Firefox/Safari can still show
           one even with outline:none on the track), which otherwise
           looks like an unwanted white fade while dragging. */
.calc-slider:focus,
.calc-slider:active,
.calc-slider:focus-visible {
  outline: none;
  box-shadow: none;
}

.calc-slider::-webkit-slider-thumb:focus,
.calc-slider::-webkit-slider-thumb:active {
  outline: none;
  box-shadow: none;
}

.calc-slider::-moz-range-thumb:focus,
.calc-slider::-moz-range-thumb:active {
  outline: none;
  box-shadow: none;
}

.calc-slider::-moz-focus-outer {
  border: 0;
}

.calc-slider::-moz-range-progress {
  background: linear-gradient(90deg, blue 0%, #4e49e0 61.058%);
  height: 4px;
  border-radius: 7px;
}

/* ── Custom slider thumb ──
           Three layers, measured from the reference screenshot:
           outer ring = bright blue, white gap, small center dot
           colored to match the track's own filled color. */
.calc-slider-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #3969fa;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 4;
}

.calc-slider-thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.calc-slider-thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #555fe0;
  transform: translate(-50%, -50%);
}

.calc-number-input {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.calc-number-input__btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #212121;
  border: 1px solid #f2f2f2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  transition: background 0.15s ease;
  padding: 0;
}

.calc-number-input__btn:hover {
  background: #333;
}

.calc-number-input__btn:active {
  background: #000;
}

.calc-number-input__field {
  width: 60px;
  height: 34px;
  border: 1px solid #5e5e5e;
  border-radius: 8px;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #3d3d3d;
  outline: none;
  padding: 0;
  -moz-appearance: textfield;
}

.calc-number-input__field::-webkit-inner-spin-button,
.calc-number-input__field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calc-number-input__field:focus {
  border-color: #155dfc;
  box-shadow: 0 0 0 2px rgba(21, 93, 252, 0.15);
}

/* ── Right column (results) ── */
.calc-card__right {
  width: 435px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Savings hero sits 24px away from the pricing blocks (vs the
           20px gap used between the pricing blocks themselves), so it
           gets its own margin rather than relying on the shared gap. */
.calc-savings-hero {
  border-radius: 8px;
  padding: 24px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  background: linear-gradient(159deg, #155dfc 43%, rgba(13, 55, 150, 0) 171%);
  position: relative;
  overflow: hidden;
  order: 4;
  margin-top: 4px;
}

.calc-savings-hero__label {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #f2f2f2;
  margin: 0;
}

.calc-savings-hero__amount {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  margin: 0 0 8px;
  transition: all 0.3s ease;
}

.calc-savings-hero__bar-track {
  width: 100%;
  height: 8px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

.calc-savings-hero__bar-fill {
  height: 100%;
  border-radius: 9px;
  background: #fff;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.calc-savings-hero__percent {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #f2f2f2;
  margin: 4px 0 0;
}

.calc-savings-hero__percent strong {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

/* ── Pricing breakdown ──
           These blocks are now direct children of .calc-card__right
           (no shared wrapper) so each can be given its own `order`
           value per breakpoint, matching Figma's reversed Ninja/Vendor
           sequence between desktop and mobile. */
.calc-pricing__group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.calc-pricing__group--ninja {
  order: 3;
}

.calc-pricing__group--vendor {
  order: 1;
}

.calc-pricing__divider {
  order: 2;
}

.calc-pricing__block-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  color: #18181b;
  margin: 0;
}

.calc-pricing__block-sub {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #454753;
  margin: 0;
}

.calc-pricing__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 4px;
}

.calc-pricing__total--ninja {
  background: #ece8fc;
}

.calc-pricing__total--vendor {
  background: #ffe3e4;
}

.calc-pricing__total-label {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  color: #18181b;
}

.calc-pricing__total-value {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}

.calc-pricing__total-value--blue {
  color: #155dfc;
}

.calc-pricing__total-value--red {
  color: #e80012;
}

/* ── Dashed divider ── */
.calc-pricing__divider {
  border: none;
  border-top: 2px dashed #d0d5dd;
  margin: 0;
}

/* ── Value pop animation ── */
@keyframes calcValuePop {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.04);
  }

  100% {
    transform: scale(1);
  }
}

.calc-value-pop {
  animation: calcValuePop 0.3s ease;
}

/* ══ MOBILE ══ */
@media (max-width: 992px) {
  .calc-section {
    padding: 40px 16px;
  }

  .calc-section__heading {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.64px;
    margin-bottom: 24px;
  }

  .calc-card {
    flex-direction: column;
    padding: 8px;
    gap: 16px;
  }

  .calc-card__right {
    width: 100%;
  }

  .calc-panel {
    padding: 16px;
  }

  .calc-channels {
    gap: 16px;
  }

  .calc-users__row {
    flex-direction: column;
    gap: 16px;
  }

  .calc-users__header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
  }

  .calc-users__header-row .calc-users__title {
    margin-bottom: 0;
    white-space: nowrap;
  }

  .calc-users__header-row .calc-number-input__field {
    width: 56px;
  }

  .calc-slider-wrap {
    width: 100%;
  }

  .calc-savings-hero {
    padding: 16px;
    min-height: auto;
    order: 1;
    margin-top: 0;
    margin-bottom: 4px;
  }

  /* Figma's mobile frame reverses the desktop sequence:
               Savings hero -> Ninja -> divider -> Vendor. */
  .calc-pricing__group--ninja {
    order: 2;
  }

  .calc-pricing__divider {
    order: 3;
  }

  .calc-pricing__group--vendor {
    order: 4;
  }
}

/* Desktop-only: hide mobile header row */
@media (min-width: 768px) {
  .calc-users__header-row {
    display: none;
  }
}

/* Mobile-only: hide desktop title + number input */
@media (max-width: 767px) {
  .calc-users__title--desktop {
    display: none;
  }

  .calc-users__row .calc-number-input {
    display: none;
  }

  .calc-channel__check {
    right: 44px;
  }

  .calc-channel {
    width: calc(50% - 8px);
  }
}
/* Target the input explicitly to beat theme specificity */
input[type="range"].calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background: transparent !important; /* Forces it to be invisible */
  border: none !important; /* Removes the dark ring */
  box-shadow: none !important;
  cursor: pointer;
  position: relative;
}

/* Don't forget Firefox! */
input[type="range"].calc-slider::-moz-range-thumb {
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
/* wp-css */
@media screen and (max-width: 568px) {
  .whatsapp-float-btn {
    bottom: 72px;
  }
}
