/* ============================================================
   PRODUCTS PAGE  —  pd- prefix
   ============================================================ */

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

.pd-hero__inner {
  position: relative;
  max-width: 1320px;
  height: 526px;
  margin: 0 auto;
  border-radius: 50px;
  overflow: hidden;
  background: linear-gradient(226deg, #314972 26%, #709A92 61%, #F2CC8F 100%);
}

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

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

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

.pd-hero__glow {
  position: absolute;
  width: 360px;
  height: 677px;
  left: 811px;
  top: 15px;
  background: #324974;
  border-radius: 50%;
  filter: blur(47px);
  pointer-events: none;
}

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

.pd-hero__person {
  z-index: 2;
  position: absolute;
  width: 501px;
  height: auto;
  right: 0;
  top: 33px;
  object-fit: cover;
  pointer-events: none;
}

.pd-hero__content {
  position: absolute;
  left: 72px;
  top: 118px;
  width: 599px;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.pd-hero__title {
  color: #fff;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.067;
  margin: 0;
}

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


/* ── OUR PRODUCTS ─────────────────────────────────────────── */
.pd-products {
  background: linear-gradient(180deg, #fff 0%, #F4F8FE 100%);
  padding: 5rem 3.75rem 6rem;
}

.pd-products__container {
  max-width: 1320px;
  margin: 0 auto;
}

.pd-products__header {
  text-align: center;
  margin-bottom: 3rem;
}

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

.pd-products__sub {
  color: #3E4554;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0;
}

.pd-products__grid {
  display: flex;
  align-items: stretch;
  gap: 1.375rem;
}

/* Product card */
.pd-card {
  flex: 1;
  position: relative;
  background: #FFFEFD;
  border-radius: 40px;
  border: 2px solid #EAEAEA;
  overflow: hidden;
  padding: 2rem 2.03125rem;
  display: flex;
  flex-direction: column;
  gap: 0.731rem;
  min-height: 652px;
}

.pd-card--call {
  background: radial-gradient(ellipse 160% 55% at 50% 115%, #B3CCFF 0%, #FFFEFD 60%);
}

.pd-card--data {
  background: radial-gradient(ellipse 160% 55% at 50% 115%, #4BBFA7 0%, #FFFEFD 60%);
}

.pd-card--pay {
  background: radial-gradient(ellipse 160% 55% at 50% 115%, #FFEED6 0%, #FFFEFD 60%);
}

/* Card icon */
.pd-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 0.1875rem;
}

.pd-card__icon--call { background: none; }
.pd-card__icon--data { background: none; }
.pd-card__icon--pay  { background: none; }

.pd-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Card brand */
.pd-card__name {
  font-size: 1.9rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.1;
}

.pd-card__esdiac { color: #071738; }
.pd-card__product--call { color: #7D8AA7; }
.pd-card__product--data { color: #46D2BA; }
.pd-card__product--pay  { color: #DA9500; }

.pd-card__tagline {
  color: #000;
  font-size: 1.169rem;
  font-weight: 400;
  margin: 0 0 0.25rem;
}

.pd-card__desc {
  color: #000;
  font-size: 0.969rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 0.5rem;
  flex-grow: 1;
}

/* CTA button */
.pd-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.731rem;
  width: 100%;
  padding: 0.875rem 1.46rem;
  background: #071738;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 100px;
  margin: 0.5rem 0;
}

.pd-card__btn:hover { opacity: 0.88; }

/* Features label */
.pd-card__features-label {
  color: #8C91C2;
  font-size: 1rem;
  font-weight: 400;
  margin: 0.75rem 0 0.5rem;
}

/* Features list */
.pd-card__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1;
}

.pd-card__feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.pd-card__feature-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* ── CORE VALUES ──────────────────────────────────────────── */
.pd-values {
  background: #FFFDFA;
  padding: 5rem 3.75rem;
}

.pd-values__container {
  max-width: 1320px;
  margin: 0 auto;
}

.pd-values__title {
  color: #071738;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 3rem;
}

.pd-values__grid {
  display: flex;
  gap: 1.0963rem;
}

.pd-value {
  flex: 1;
  background: #F7F5F3;
  border-radius: 7.8px;
  overflow: hidden;
  padding: 1.775rem 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  min-height: 296px;
}

.pd-value__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.pd-value__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pd-value__name {
  color: #071738;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.pd-value__desc {
  color: #3E4554;
  font-size: 0.969rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}


/* ── DOWNLOAD CTA ─────────────────────────────────────────── */
.pd-download {
  background: #fff;
  padding: 5rem 3.75rem;
}

.pd-download__box {
  max-width: 1320px;
  margin: 0 auto;
  height: 460px;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  background: linear-gradient(317deg, #151E2C 0%, #293676 100%);
}

.pd-download__deco {
  position: absolute;
  opacity: 0.70;
  border: 2.39px solid #6783BF;
  pointer-events: none;
}

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

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

.pd-download__star {
  position: absolute;
  color: #fff;
  font-size: 1.5rem;
  opacity: 0.6;
  pointer-events: none;
}

.pd-download__star--tl { left: 82px; top: 60px; }
.pd-download__star--br { right: 350px; bottom: 60px; }

.pd-download__content {
  position: absolute;
  left: 82px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 500px;
}

.pd-download__title {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.25rem;
}

.pd-download__sub {
  color: #F7F5F3;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 1rem;
}

.pd-download__qr-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.pd-download__qr {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #D1E0FF;
  padding: 6px;
  object-fit: contain;
  flex-shrink: 0;
}

.pd-download__badges {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.pd-download__badge img {
  height: 44px;
  display: block;
}

/* Circle image */
.pd-download__circle {
  position: absolute;
  right: -30px;
  top: -29px;
  width: 619px;
  height: 619px;
  border-radius: 50%;
  overflow: hidden;
  background: #D9D9D9;
}

.pd-download__circle-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


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

@media (max-width: 1380px) {
  .pd-hero {
    padding: 2rem 1.5rem;
  }
  .pd-hero__inner {
    height: auto;
    min-height: 420px;
  }
  .pd-hero__content {
    width: 55%;
  }
  .pd-hero__person {
    width: 380px;
  }
  .pd-products {
    padding: 4rem 1.5rem 5rem;
  }
  .pd-values {
    padding: 4rem 1.5rem;
  }
  .pd-download {
    padding: 4rem 1.5rem;
  }
}

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

  /* Products grid */
  .pd-products {
    padding: 3rem 1.5rem 4rem;
  }
  .pd-products__title {
    font-size: 2rem;
  }
  .pd-products__grid {
    flex-direction: column !important;
  }
  .pd-card {
    min-height: auto !important;
  }

  /* Core Values */
  .pd-values {
    padding: 3rem 1.5rem;
  }
  .pd-values__title {
    font-size: 2rem;
  }
  .pd-values__grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem;
  }
  .pd-value {
    min-height: auto !important;
  }

  /* Download CTA */
  .pd-download {
    padding: 3rem 1.5rem;
  }
  .pd-download__box {
    height: auto !important;
    padding: 3rem 2rem;
  }
  .pd-download__circle {
    display: none !important;
  }
  .pd-download__content {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
    width: 100% !important;
    align-items: center;
    text-align: center;
  }
  .pd-download__title {
    font-size: 2rem;
  }
  .pd-download__qr-row {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .pd-hero__title {
    font-size: 2.25rem;
  }
  .pd-hero__sub {
    font-size: 1rem;
  }
  .pd-products__title {
    font-size: 1.6rem;
  }
  .pd-values__title {
    font-size: 1.6rem;
  }
  .pd-values__grid {
    grid-template-columns: 1fr !important;
  }
  .pd-download__title {
    font-size: 1.6rem;
  }
  .pd-download__qr {
    display: none;
  }
}
