/* newPages */

.mt-115 {
  margin-top: 115px;
}
.platform-section1 {
  padding-top: 19px;
}
.platform-section1 .platform-card {
  margin-top: 20px;
}
.hero-circuit-col {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.hero-circuit-img {
  width: 100%;
  max-height: 320px;
  object-fit: contain;
  object-position: top right;
}

/* Row 2 – text + yellow card */
.hero-content-row {
  padding: 20px 0 55px;
}
.hero-subtitle h1 {
  color: #707070;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* */
}

.visit-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 14px;
}
.visit-inline-link img {
  height: 34px;
  width: auto;
}
.visit-inline-link span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--partner);
}

.reseller-card {
  background-color: var(--yellow);
  padding: 45px 55px;
  /* height: 100%; */
  max-width: 450px;
  border-radius: 20px;
  margin-top: 72px;
  background: #ffcb05;
}
.reseller-card-title {
  margin-bottom: 16px;
}
.reseller-card-title h4 {
  color: #6950a1;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 136.364% */
}
.reseller-card-body {
  font-size: 12.5px;
  line-height: 1.65;
  color: var(--text);
  margin-bottom: 26px;
}
.btn-pill-dark {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 11px 30px;
  border: 0.75px solid #6950a1;
  border-radius: 50px;
  background-color: #fff;
  color: #6950a1;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  transition: background 0.22s, color 0.22s;
}
.btn-pill-dark:hover {
  background-color: unset;
  color: #6950a1;
}
.ctaText {
  max-width: 550px;
}
.ctaText h5 {
  color: #fff;
}
.section-big-title {
  color: #161f00;
  font-family: Montserrat;
  font-size: 55px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: lowercase;
}
.platform-card {
  padding: 30px 55px 41px;
  transition: box-shadow 0.25s;
  max-width: 450px;
  border-radius: 20px;
  border: 1.5px solid #161f28;
}
.platform-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.09);
}
.platform-card-title {
  color: #6950a1;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
.platform-card-body {
  margin-bottom: 24px;
  color: #161f28;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}
.btn-pill-outline {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 25px;
  border: 0.75px solid #6950a1;
  color: #6950a1;
  font-family: Montserrat;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  transition: background 0.22s, color 0.22s;
}

/* ─────────────────────────────────────────────
     CTA — BECOME A RESELLER
  ───────────────────────────────────────────── */
#ctaSection {
  border-radius: 20px;
  border: 1.5px solid #f15a29;
  background: #f15a29;
  padding: 23px 55px;
  margin: 60px 0;
}
.cta-text {
  font-size: 14.5px;
  line-height: 1.65;
  color: #fff;
  font-weight: 400;
}
.btn-pill-white {
  display: inline-block;
  padding: 13px 52px;
  border: 0.75px solid #fff;
  border-radius: 50px;
  background: transparent;
  /* letter-spacing: 0.12em; */
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  transition: background 0.22s, color 0.22s;
  color: #f15a29;
  font-family: Montserrat;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background: #fff;
}
.btn-pill-white:hover {
  background-color: unset;
  color: #fff;
}

.pt-98 {
  padding-top: 98px;
  position: relative;
}

.pp-hero-circuit {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  max-width: 480px;
  z-index: 0;
  pointer-events: none;
  line-height: 0;
}
.pp-hero-circuit img {
  width: 100%;
  height: auto;
  display: block;
}
.pp-hero-body {
  position: relative;
  z-index: 1;
  padding: 55px 0 70px;
}
.pp-hero-title h1 {
  color: #6950a1;
  font-family: Montserrat;
  font-size: 70px;
  font-style: normal;
  font-weight: 200;
  line-height: 82px; /* 117.143% */
}
.pp-hero-subtitle {
  max-width: 736px;
  padding-top: 20px;
}
.pp-section {
  padding: 32px 0;
}
.pp-title h2 {
  font-family: Montserrat;
  font-size: 52px;
  font-style: normal;
  font-weight: 200;
  line-height: 100%;
  text-transform: uppercase;
}
.pp-title-yellow h2 {
  color: var(--yellow);
}
.pp-title-purple h2 {
  color: #6950a1;
}
.pp-title-red h2 {
  color: #f15a29;
}
.pp-title-red h4 {
  color: #f15a29;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.pp-visit-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  text-decoration: none;
}

.pp-yellow-box {
  background: var(--yellow);
  padding: 26px 56px;
}
.pp-yellow-box .box-lead p {
  color: #161f28;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 131.25% */
  margin-bottom: 9px;
}
.pp-yellow-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pp-yellow-box ul li {
  color: #161f28;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.667%;
}
.pp-yellow-box ul li::before {
  content: "· ";
}
.pp-purple-box {
  background: var(--partner);

  padding: 42px 48px;
}
.pp-box {
  border-radius: 20px;
  margin-top: 13px;
}
.pp-purple-box p {
  color: #fff;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px; /* 123.333% */
}
.pp-body-text {
  font-size: 13.5px;
  color: #161f28;
  line-height: 1.7;
}
.pp-notreseller-title {
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  color: #707070;
  line-height: 1.1;
  margin-bottom: 18px;
}
.rowGap15 {
  row-gap: 15px;
}
.pp-notreseller-cta {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--yellow);
  line-height: 1.2;
}
.pp-reg-intro {
  font-size: 13px;
  color: #161f28;
  line-height: 1.65;
  margin-bottom: 22px;
}
.pp-form-box {
  border-radius: 20px;
  border: 2px solid #6950a1;
  padding: 26px 40px 36px;
}
.pp-form-box label {
  color: #161f28;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  margin-bottom: 8px;
  font-weight: 400;
  line-height: normal;
}
.pp-form-box .form-control,
.pp-form-box select.form-select {
  border: 0.5px solid #161f28;
  background-color: #fff;
}
.pp-form-box select.form-select {
  background-size: 25px 10px;
  background-image: url(../select.svg);
}
.pp-form-box .form-control:focus,
.pp-form-box select.form-select:focus {
  box-shadow: none;
  border-color: var(--partner);
  outline: none;
}

.pp-checkbox-row {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 3px 0;
}
.pp-checkbox-row label {
  margin: 0;
}
.pp-checkbox-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: var(--partner);
  flex-shrink: 0;
}
.pp-submit-btn {
  padding: 12px 29px;
  color: #6950a1;
  font-family: Montserrat;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  border-radius: 25px;
  border: 0.75px solid #161f28;
  background: #fff;
  line-height: normal;
  margin-top: 20px;
}
.box-list-container {
  border-radius: 20px;
  margin-top: 13px;
  padding: 26px 56px;
}
.box-list-title {
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 9px;
}

.box-list-list-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.box-list-list-li {
  color: #161f28;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.667%;
}
.box-list-list-li::before {
  content: "· ";
}
.pp-checkbox-row .wpcf7-list-item {
  display: contents;
}
.pp-checkbox-row .wpcf7-list-item-label {
  margin: 0px 8px 0px 10px;
  display: inline-flex;
}
.pp-form-response {
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
.pp-form-success {
  border: 1px solid #6950a1;
  background: #f0ecf9;
  color: #6950a1;
}
.pp-form-error {
  border: 1px solid #f15a29;
  background: #fef0eb;
  color: #f15a29;
}
.pp-form-box .wpcf7-response-output {
  display: block !important;
  margin: 16px 0 0;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
}
.pp-form-box .wpcf7-mail-sent-ok {
  border: 1px solid #6950a1;
  background: #f0ecf9;
  color: #6950a1;
}
.pp-form-box .wpcf7-mail-sent-ng,
.pp-form-box .wpcf7-validation-errors,
.pp-form-box .wpcf7-spam-blocked {
  border: 1px solid #f15a29;
  background: #fef0eb;
  color: #f15a29;
}
.pp-form-box .wpcf7-spinner {
  display: inline-block !important;
  visibility: visible !important;
}
