/* ============================================================
   PARTNER PAGE  —  pt- prefix
   ============================================================ */

/* ── HERO ─────────────────────────────────────────────────── */
.pt-hero {
  padding: 0 3.75rem;
  padding-top: 2rem;
  background: #fff;
}

.pt-hero__inner {
  position: relative;
  max-width: 1320px;
  height: 526px;
  margin: 0 auto;
  border-radius: 50px;
  overflow: hidden;
  background: linear-gradient(228deg, #5C8479 0%, #F28482 39%, #DDB25F 74%);
}

.pt-hero__deco {
  position: absolute;
  width: 375px;
  height: 527px;
  opacity: 0.30;
  border: 5px solid #6C9B8E;
  pointer-events: none;
}

.pt-hero__deco--top {
  left: -60px;
  top: -272px;
  transform: rotate(-15deg);
  transform-origin: top left;
}

.pt-hero__deco--bottom {
  left: 54px;
  top: 762px;
  transform: rotate(-152deg);
  transform-origin: top left;
}

.pt-hero__glow {
  position: absolute;
  width: 360px;
  height: 677px;
  right: 100px;
  top: 15px;
  background: #B9857F;
  border-radius: 50%;
  filter: blur(47px);
  pointer-events: none;
}

.pt-hero__content {
  position: absolute;
  left: 72px;
  top: 78px;
  width: 600px;
  display: flex;
  flex-direction: column;
  gap: 3.625rem;
}

.pt-hero__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pt-hero__title {
  color: #fff;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.067;
  margin: 0;
  max-width: 583px;
}

.pt-hero__sub {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  max-width: 577px;
}

.pt-hero__btns {
  display: flex;
  gap: 0.75rem;
}

.pt-hero__btn {
  height: 49px;
  padding: 1rem 1.5rem;
  border-radius: 40px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.pt-hero__btn:hover {
  background: rgba(255,255,255,0.1);
}

.pt-hero__design {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: -60px;
  right: -31px;
  width: 486px;
}

.pt-hero__person {
  position: absolute;
  width: 431px;
  height: auto;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: top center;
  z-index: 2;
}


/* ── STATS ────────────────────────────────────────────────── */
.pt-stats {
  background: #FFFDFA;
  padding: 5rem 3.75rem;
}

.pt-stats__container {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.pt-stats__title {
  color: #071738;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  max-width: 742px;
  margin: 0;
}

.pt-stats__grid {
  display: flex;
  gap: 1.1rem;
  justify-content: center;
}

.pt-stat {
  width: 317px;
  height: 210px;
  background: #F7F5F3;
  border-radius: 7.8px;
  overflow: hidden;
  padding: 1.4375rem 1.97rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pt-stat__icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.pt-stat__number {
  color: #071738;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.pt-stat__label {
  color: #3E4554;
  font-size: 0.969rem;
  font-weight: 400;
  margin: 0;
}


/* ── PRODUCTS SECTION OVERRIDE ────────────────────────────── */
.pt-products {
  /* reuses .tc-innovations styles, just override bg if needed */
  background: linear-gradient(180deg, #fff 0%, #F4F8FE 100%);
}


/* ── PARTNERSHIP TIERS ────────────────────────────────────── */
.pt-tiers {
  background: #081737;
  padding: 5rem 3.75rem 6rem;
  position: relative;
  overflow: hidden;
}

.pt-tiers::before {
  content: '';
  position: absolute;
  width: 98px;
  height: 1443px;
  left: -477px;
  top: 1357px;
  transform: rotate(-126deg);
  transform-origin: top left;
  opacity: 0.30;
  background: linear-gradient(180deg, #2388FF 0%, rgba(35, 136, 255, 0) 80%);
  filter: blur(15px);
}

.pt-tiers__container {
  max-width: 1320px;
  margin: 0 auto;
}

.pt-tiers__header {
  margin-bottom: 3rem;
}

.pt-tiers__title {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem;
}

.pt-tiers__sub {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0;
}

.pt-tiers__grid {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
}

/* Tier card base */
.pt-tier {
  border-radius: 40px;
  padding: 2rem 1.75rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  flex: 1;
}

.pt-tier--affiliate,
.pt-tier--executive {
  background: linear-gradient(180deg, #F8F6FF 0%, #F4F7FE 100%);
  border: 2px solid #EAEAEA;
  height: 526px;
}

.pt-tier--partner {
  background: linear-gradient(180deg, #F8F6FF 0%, #CED8FF 100%);
  border: 2.21px solid #E5E8FF;
  height: 583px;
  border-radius: 44px;
  flex: 1.17;
}

.pt-tier__top {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.pt-tier__name {
  color: #171717;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.pt-tier__desc {
  color: #171717;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

.pt-tier--partner .pt-tier__desc {
  font-size: 1.107rem;
}

.pt-tier__features-label {
  color: #8C91C2;
  font-size: 1rem;
  font-weight: 400;
}

.pt-tier--partner .pt-tier__features-label {
  color: #9297C8;
}

.pt-tier__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  flex: 1;
}

.pt-tier__feature {
  display: flex;
  align-items: center;
  gap: 0.6875rem;
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.pt-tier--partner .pt-tier__feature {
  font-size: 1.246rem;
  gap: 0.76rem;
}

.pt-tier__check {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: block;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3 9l4 4 8-8' stroke='%23071738' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pt-tier__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.625rem 1rem;
  background: #071738;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 40px;
  margin-top: auto;
}

.pt-tier--partner .pt-tier__btn {
  font-size: 1rem;
  padding: 0.69rem 1.1rem;
  border-radius: 44px;
}

.pt-tier__btn:hover {
  opacity: 0.88;
}


/* ── SELL ANYWHERE ────────────────────────────────────────── */
.pt-sell {
  background: #fff;
  padding: 5rem 3.75rem;
}

.pt-sell__container {
  max-width: 1320px;
  margin: 0 auto;
}

.pt-sell__header {
  text-align: center;
  margin-bottom: 3rem;
}

.pt-sell__title {
  color: #071738;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem;
}

.pt-sell__sub {
  color: #3E4554;
  font-size: 1.125rem;
  font-weight: 400;
  max-width: 494px;
  margin: 0 auto;
  text-align: center;
}

.pt-sell__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
}

.pt-sell__card {
  background: #F7F5F3;
  border-radius: 7.8px;
  padding: 1.78rem 1.72rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  height: 221px;
}

.pt-sell__icon {
  flex-shrink: 0;
}

.pt-sell__card-title {
  color: #071738;
  font-size: 1.584rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

.pt-sell__card-body {
  color: #3E4554;
  font-size: 0.974rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}


/* ── CTA ──────────────────────────────────────────────────── */
.pt-cta {
  background: #FFFDFA;
  padding: 5rem 3.75rem;
}

.pt-cta__box {
  max-width: 1320px;
  margin: 0 auto;
  height: 460px;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  background: linear-gradient(317deg, #7285D3 0%, #0C1B35 100%);
}

.pt-cta__deco {
  position: absolute;
  opacity: 0.70;
  border: 2.4px solid #fff;
  pointer-events: none;
}

.pt-cta__deco--left {
  width: 529px;
  height: 292px;
  left: 345px;
  top: 460px;
  transform: rotate(-154deg);
  transform-origin: top left;
}

.pt-cta__deco--right {
  width: 533px;
  height: 294px;
  right: -50px;
  top: 215px;
  transform: rotate(-26deg);
  transform-origin: top left;
}

.pt-cta__content {
  position: absolute;
  left: 82px;
  top: 80px;
  width: 554px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
}

.pt-cta__title {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  max-width: 470px;
  margin: 0;
}

.pt-cta__steps {
  display: flex;
  gap: 1.2rem;
}

.pt-cta__step {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem;
  background: rgba(255,255,255,0.06);
  border-radius: 15.82px;
  border: 1px solid #8C91C2;
  color: #fff;
  font-size: 1.071rem;
  font-weight: 600;
  width: 167px;
}

.pt-cta__step-num {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #071738;
  color: #fff;
  font-size: 1.052rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pt-cta__btn {
  padding: 1rem 1.5rem;
  background: #fff;
  color: #071738;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 40px;
}

.pt-cta__btn:hover { opacity: 0.9; }

/* Right-side circles */
.pt-cta__circles {
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
  height: 460px;
}

.pt-cta__dot {
  position: absolute;
  border-radius: 50%;
  background: #4C5F96;
}

.pt-cta__dot--lg {
  width: 60px;
  height: 60px;
  left: 12px;
  top: 105px;
}

.pt-cta__dot--sm {
  width: 38px;
  height: 38px;
  left: -46px;
  top: 350px;
}

.pt-cta__circle {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  background: #D9D9D9;
}

.pt-cta__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pt-cta__circle--main {
  width: 266px;
  height: 266px;
  left: 80px;
  top: 166px;
}

.pt-cta__circle--top {
  width: 131px;
  height: 131px;
  left: 167px;
  top: 24px;
}

.pt-cta__circle--mid {
  width: 131px;
  height: 131px;
  left: 298px;
  top: 70px;
}

.pt-cta__circle--bot {
  width: 131px;
  height: 131px;
  left: 354px;
  top: 212px;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1380px) {
  .pt-hero {
    padding: 2rem 1.5rem;
  }
  .pt-hero__inner {
    height: auto;
    min-height: 420px;
  }
  .pt-hero__content {
    width: 55%;
  }
  .pt-hero__person {
    width: 340px;
  }
  .pt-stats {
    padding: 4rem 1.5rem;
  }
  .pt-tiers {
    padding: 4rem 1.5rem 5rem;
  }
  .pt-sell {
    padding: 4rem 1.5rem;
  }
  .pt-cta {
    padding: 4rem 1.5rem;
  }
}

@media (max-width: 1024px) {
  /* Hero */
  .pt-hero {
    padding: 2rem 1.5rem;
  }
  .pt-hero__inner {
    height: auto !important;
    padding: 3rem 2rem 2.5rem;
    min-height: unset;
  }
  .pt-hero__design,
  .pt-hero__person,
  .pt-hero__glow,
  .pt-hero__deco {
    display: none !important;
  }
  .pt-hero__content {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    text-align: center;
    align-items: center;
  }
  .pt-hero__btns {
    justify-content: center;
    flex-wrap: wrap;
  }

  /* Stats */
  .pt-stats {
    padding: 3rem 1.5rem;
  }
  .pt-stats__title {
    font-size: 2rem;
  }
  .pt-stats__grid {
    flex-wrap: wrap;
    justify-content: center;
  }
  .pt-stat {
    width: 100%;
    max-width: 400px;
    height: auto;
    min-height: 160px;
  }

  /* Tiers */
  .pt-tiers {
    padding: 3rem 1.5rem 4rem;
  }
  .pt-tiers__title {
    font-size: 2rem;
  }
  .pt-tiers__grid {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .pt-tier--affiliate,
  .pt-tier--executive {
    height: auto !important;
  }
  .pt-tier--partner {
    height: auto !important;
    flex: 1 !important;
  }

  /* Sell Anywhere */
  .pt-sell {
    padding: 3rem 1.5rem;
  }
  .pt-sell__title {
    font-size: 2rem;
  }
  .pt-sell__grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .pt-sell__card {
    height: auto !important;
  }

  /* CTA */
  .pt-cta {
    padding: 3rem 1.5rem;
  }
  .pt-cta__box {
    height: auto !important;
    padding: 3rem 2rem;
  }
  .pt-cta__circles {
    display: none !important;
  }
  .pt-cta__content {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    align-items: center;
    text-align: center;
  }
  .pt-cta__steps {
    flex-wrap: wrap;
    justify-content: center;
  }
  .pt-cta__title {
    font-size: 2rem;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .pt-hero__title {
    font-size: 2.25rem;
  }
  .pt-hero__sub {
    font-size: 1rem;
  }
  .pt-stats__title {
    font-size: 1.6rem;
  }
  .pt-sell__grid {
    grid-template-columns: 1fr !important;
  }
  .pt-tiers__title {
    font-size: 1.6rem;
  }
  .pt-cta__title {
    font-size: 1.6rem;
  }
  .pt-cta__steps {
    gap: 0.75rem;
  }
  .pt-cta__step {
    width: auto;
    flex: 1;
    min-width: 130px;
  }
  .pt-sell__title {
    font-size: 1.6rem;
  }
}

