.servicenow-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #ffffff;
}

.servicenow-header__inner {
  height: 64px;
}

.servicenow-header__logo {
  display: block;
  height: 36px;
  width: auto;
}

.servicenow-header__divider {
  display: inline-block;
  width: 1px;
  height: 28px;
  background-color: #ddd8f0;
}

.servicenow-header__practice {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9b8fc0;
}

.servicenow-header__cta {
  background-color: #9e66d8;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 999px;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.servicenow-header__cta:hover,
.servicenow-header__cta:focus-visible {
  background-color: #7c3aed;
  color: #ffffff;
}

.servicenow-header__burger {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: background-color 0.2s;
}

.servicenow-header__burger:hover {
  background-color: #f5f4f9;
}

.servicenow-header__burger-line {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #1a1633;
  border-radius: 2px;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.servicenow-header__burger[aria-expanded="true"]
  .servicenow-header__burger-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.servicenow-header__burger[aria-expanded="true"]
  .servicenow-header__burger-line:nth-child(2) {
  opacity: 0;
}

.servicenow-header__burger[aria-expanded="true"]
  .servicenow-header__burger-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.servicenow-header__mobile-nav {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.servicenow-header__mobile-nav.is-open {
  max-height: 400px;
}

.servicenow-header__mobile-link {
  display: block;
  font-size: 0.9rem;
  color: #1a1633;
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 1px solid #f0eef8;
  transition: color 0.2s;
}

.servicenow-header__mobile-link:hover,
.servicenow-header__mobile-link:focus-visible {
  color: #8b5cf6;
}

.servicenow__hero--container {
  padding: 4rem 0;
  height: 100%;
  background: #f8f7ff;
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.servicenow__heading {
  font-size: clamp(2.5rem, 4vw, 3rem);
  color: #1a1633;
  font-weight: 700;
  line-height: 1.17;
  margin-bottom: 1.125rem;
}

.servicenow--hero__paragraph {
  max-width: 600px;
  font-size: 1rem;
  line-height: 1.75;
  color: #6b6b8a;
}

.servicenow--hero__paragraph--highlight {
  font-weight: 600;
  color: #6b6b8a;
}

.servicenow__heading--highlight {
  display: block;
  background: linear-gradient(
    317deg,
    #9e66d8 -8.38%,
    #af7ae6 29.75%,
    #695bcd 65.11%,
    #4e3fb7 97.66%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pill__highlight {
  padding: 0.875rem;
  background: #4e3fb7;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 100px;
  white-space: nowrap;
}

.servicenow--benifits__heading {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  font-weight: 700;
  line-height: 1.22;
  color: var(--ink);
  margin-bottom: 14px;
}

.servicenow--benifits__heading--highlight {
  display: block;
  font-style: normal;
  color: #7b4dc2;
}

.pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #ede9fb;
  color: #7c5cbf;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 8px 18px;
  border-radius: 999px;
  width: fit-content;
  margin-bottom: 1.25rem;
}

.dot {
  width: 7px;
  height: 7px;
  background-color: #7c5cbf;
  border-radius: 50%;
  flex-shrink: 0;
}

.pill-text {
  font-size: 0.875rem;
  font-weight: 600;
  color: #3d3660;
}

.w-max {
  width: max-content;
}

.servicenow-benifits {
  padding: 2rem 0;
}

.servicenow--benifits__paragraph {
  font-size: 1rem;
  line-height: 1.75;
  color: #6b6b8a;
}

.benifit-card {
  height: 100%;
  background-color: #f8f7ff;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  overflow: hidden;
}

.benifit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #9e66d8, #4e3fb7);
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.benifit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(78, 63, 183, 0.1);
}

.benifit-card:hover::before {
  transform: scaleX(1);
}

.card-icon {
  max-width: 100%;
  max-height: 100%;
  padding: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background: #e9e6ff;
  color: #9e66db;
  font-size: 22px;
  margin-bottom: 1rem;
}

.card--highlight {
  font-size: 0.675rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9e66d8;
  margin-bottom: 6px;
}

.card--heading {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1633;
  margin-bottom: 0.5rem;
  line-height: 1.35;
}

.card--description {
  font-size: 0.875rem;
  font-weight: 400;
  color: #6b6b8a;
  line-height: 1.6;
}

.you-gain-label {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 0.375rem;
  color: #9898b0;
}

.you-gain-text {
  font-size: 0.875rem;
}

.cta-banner {
  margin: 0 auto;
  background-color: #4e3fb7;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

@media (max-width: 700px) {
  .cta-banner {
    flex-direction: column;
    text-align: center;
    padding: 28px 24px;
  }
}

.cta-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cta-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #b0a8d8;
}

.cta-text p {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
}

.cta-sub {
  color: #b0a8d8;
  font-size: 16px;
}

.cta-button {
  white-space: nowrap;
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 999px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition:
    background 0.2s,
    color 0.2s;
  flex-shrink: 0;
}

.cta-button:hover {
  background: #ffffff;
  color: #4a3f9f;
}

.service--delivery {
  background-color: #f3eeff;
  padding: 2rem 0;
}

.servicenow--delivery__heading {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
}

.servicenow--delivery__paragraph {
  font-size: 1rem;
  font-weight: 400;
  color: #6b6b8a;
  line-height: 1.76;
}

.servicenow--delivery__cta--btn {
  display: inline-block;
  background: #9e66d8;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 12px;
  transition:
    background 0.28s,
    transform 0.28s;
}

.servicenow--delivery__cta--btn:hover {
  background: #7c3aed;
  color: #ffffff;
  transform: translateY(-3px);
}

.servicenow--delivery__cta--btn:active {
  transform: scale(0.98);
}

.meta-pill {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 13px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #6b6b8a;
}

.meta-pill i {
  color: #9e66d8;
}

.servicenow-value-exchange {
  padding: 2rem 0;
  background-color: #f8f7ff;
}

.servicenow-exchange-heading {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  line-height: 1.25;
  color: #1a1633;
}

.servicenow-exchange-heading-highlight,
.servicenow-exchange-heading-highlight-second {
  display: block;
  color: #7b4dc2;
}

.value-exchange-paragraph-one,
.value-exchange-paragraph-two,
.value-exchange-paragraph-three {
  color: #6b6b8a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.value-exchange-paragraph-three {
  font-weight: 700;
}

/* Custom styles only — layout/spacing handled by Bootstrap */

.exchange-wrapper {
  background: #f5f4f9;
  padding: 1.5rem 3rem 1.5rem 3rem;
}
@media screen and (max-width: 600px) {
  .exchange-wrapper {
    padding: 1.875rem 1.25rem 1.875rem 1.25rem;
  }
}

.section-label {
  font-size: 11px;
  font-weight: 700;
  color: #9898b0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* YOU INVEST card */
.invest-card {
  background: #f5f4f9;
  border: 1px solid #e0ddf0;
}

.invest-card .section-label {
  color: #9b8fc0;
}

.dash-marker {
  width: 16px;
  height: 0.1rem;
  background: #dc2626;
  flex-shrink: 0;
  display: inline-block;
}

/* YOU RECEIVE card */
.receive-card {
  background: #ede9fb;
  border: 1px solid #d4cdf4;
}

.receive-card .section-label {
  color: #9e66d8;
}

.check-marker {
  color: #9e66d8;
  font-size: 15px;
}

.exchange-item-text {
  color: #3a3a4a;
  font-size: 0.82rem;
  font-weight: lighter;
}

.exchange-item-text-muted {
  color: #6b6b8a;
  font-size: 0.82rem;
  font-weight: lighter;
}

.bar-label {
  font-size: 14px;
  color: #3a3a4a;
}

.bar-percent {
  font-size: 0.825rem;
  color: #9e66d8;
}

.bar-track {
  height: 7px;
  background: #e0ddf0;
  border-radius: 3px;
  color: linear-gradient(90deg, #9e66d8, #4e3fb7);
  transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.bar-fill {
  height: 100%;
  background: linear-gradient(to right, #a78bfa, #5b21b6);
}

.bar-fill.w-60 {
  width: 60%;
}

.bar-fill.w-45 {
  width: 45%;
}

.bar-fill.w-70 {
  width: 70%;
}

.footnote {
  font-size: 12px;
  color: #9b8fc0;
}

.servicenow-footer {
  background-color: #1a1633;
}

.servicenow-footer__logo {
  height: auto;
  max-width: 140px;
  filter: brightness(0) invert(1);
}

.servicenow-footer__copy {
  font-size: 0.75rem;
  color: #9b8fc0;
}

.servicenow-footer__link {
  font-size: 0.75rem;
  font-weight: 300;
  color: #9b8fc0;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

.servicenow-footer__link:hover,
.servicenow-footer__link:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .servicenow-footer .row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }

  .servicenow-footer__logo {
    margin: 0 auto;
    display: block;
  }

  .servicenow-footer .nav {
    justify-content: center !important;
  }
}

.cf7-step-card {
  position: relative;
  margin: auto;
  z-index: 2;
  padding: 40px 40px 0 40px;
}

/* Progress bar */
.cf7-progress {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.cf7-progress span {
  flex: 1;
  height: 4px;
  background: #e0dff5;
  border-radius: 10px;
}

.cf7-progress span.active {
  background: #9e66d8;
}

/* Titles */
.cf7-step-title {
  font-size: 12px;
  letter-spacing: 1px;
  color: #888;
  margin-bottom: 10px;
}

.cf7-heading {
  font-size: 1.125rem;
  font-weight: 700;
}

.cf7-subtext {
  color: #9898b0;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 25px;
}

/* Layout */
.cf7-row {
  display: flex;
  gap: 20px;
}

.cf7-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}

.cf7-field.full {
  width: 100%;
}

.wpcf7-form label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #3d3660;
  display: flex !important;
  gap: 0.5rem;
}

/* Inputs */
.cf7-field input {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #e4e0f5;
  background: #f8f7ff;
  font-size: 14px;
  transition: 0.2s;
}

.cf7-field input:focus {
  border-color: #8b5cf6;
  outline: none;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(158, 102, 216, 0.11);
}

/* Button */
.cf7-button input {
  width: 100%;
  padding: 16px;
  border-radius: 14px;
  border: none;
  background: #9e66d8;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: 0.2s;
}

.cf7-button input:hover {
  opacity: 0.9;
}

/* Footer */
.cf7-footer {
  text-align: center;
  font-size: 12px;
  color: #777;
  margin-top: 0.625rem;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.wpcf7 form .wpcf7-response-output {
  display: none !important;
}

.cf7-button button {
  width: 100%;
  padding: 16px;
  border-radius: 14px;
  border: none;
  background: #9e66d8;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: 0.2s;
}

.cf7-button button:hover {
  opacity: 0.9;
  background: #7b4dc2;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(158, 102, 216, 0.28);
}

.cf7-field select {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #e4e0f5;
  background: #f8f7ff;
  font-size: 14px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.cf7-field select:focus {
  border-color: #8b5cf6;
  box-shadow: 0 0 0 3px rgba(158, 102, 216, 0.11);
  outline: none;
  background: #fff;
}

.cf7-field::after {
  content: "▾";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #9e66d8;
  font-size: 12px;
}

/* Hover */
.cf7-field select:hover {
  background: #fff;
}

.cf7-field textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #e4e0f5;
  background: #f8f7ff;
  font-size: 14px;
  width: 100%;
  min-height: 120px;
}

.cf7-field textarea:focus {
  border-color: #8b5cf6;
  outline: none;
  background: #fff;
}

@media (max-width: 600px) {
  .cf7-step-card {
    padding: 20px;
  }

  .cf7-heading {
    font-size: 1rem;
  }
}

.uacf7-next,
.uacf7-prev {
  /* visibility: hidden; */
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

button.custom-prev {
  background: none;
  border: none;
  font-size: 0.875rem;
  color: #9898b0;
  cursor: pointer;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  padding: 2px;
}

button.custom-prev:hover {
  color: #1a1633;
}

.cf7-next-steps {
  background: #f3eeff;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 14px;
}

.cf7-next-steps__text {
  font-size: 0.875rem;
  color: #3d3660;
  line-height: 1.6;
  margin: 0;
}

.cf7-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 0.85rem;
  color: #3d3660;
  line-height: 1.5;
}

/* .cf7-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin: 0;
    margin-top: 2px;
    accent-color: #8b5cf6;
    cursor: pointer;
} */
.cf7-checkbox .wpcf7-form-control-wrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.cf7-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin: 0;
  margin-top: 2px;
  accent-color: #8b5cf6;
  cursor: pointer;
  flex-shrink: 0;
}

.cf7-checkbox .wpcf7-list-item-label {
  font-size: 0.85rem;
  color: #3d3660;
  line-height: 1.5;
  cursor: pointer;
}

.servicenow-floating-btn {
  position: fixed;
  z-index: 999;
  background: #4e3fb7;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 999px;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  bottom: 56px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 30px rgba(78, 63, 183, 0.35);
  border: none;
  cursor: pointer;
}

.servicenow-floating-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(78, 63, 183, 0.45);
}

.servicenow-floating-btn.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 768px) {
  .servicenow-floating-btn {
    bottom: 16px;
    right: 16px;
    font-size: 0.8rem;
    padding: 10px 18px;
  }
}
@media (max-width: 470px) {
  .servicenow-floating-btn {
    left: 16px;
    bottom: 22px;
    max-width: max-content;
  }
  .servicenow-floating-btn.is-visible {
    transform: none;
  }
}
.cf7-success-card {
  text-align: center;
}

.cf7-success__content {
  padding: 16px 0 40px 0;
}

.cf7-success__icon {
  width: 64px;
  height: 64px;
  background: #ede9fb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.cf7-success__icon i {
  color: #8b5cf6;
  font-size: 1.4rem;
}

.cf7-success__heading {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1633;
  margin-bottom: 12px;
}

.cf7-success__text {
  font-size: 0.9rem;
  color: #6b6b80;
  line-height: 1.6;
  margin-bottom: 20px;
}

.cf7-success__tip {
  background: #f5f4f9;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 0.85rem;
  color: #6b6b80;
  line-height: 1.5;
}
