.properayle-product-conversion {
  --ppc-cream: #fbf5ea;
  --ppc-cream-2: #f3e8d7;
  --ppc-ink: #241c16;
  --ppc-muted: #6f655a;
  --ppc-gold: #b89455;
  --ppc-border: rgba(184, 148, 85, 0.22);
  color: var(--ppc-ink);
  background: linear-gradient(180deg, rgba(251, 245, 234, 0.0) 0%, rgba(251, 245, 234, 0.65) 100%);
}

.properayle-product-conversion__inner {
  padding-top: 36px;
  padding-bottom: 78px;
}

.ppc-trustbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.ppc-trustbar__item,
.ppc-card,
.ppc-story,
.ppc-faq,
.ppc-review-ready {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--ppc-border);
  box-shadow: 0 18px 50px rgba(36, 28, 22, 0.07);
  backdrop-filter: blur(10px);
}

.ppc-trustbar__item {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 18px;
}

.ppc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: #2f261f;
  border-radius: 999px;
}

.ppc-trustbar strong,
.ppc-story h3,
.ppc-review-ready h2,
.ppc-faq h2,
.ppc-card h2 {
  margin: 0;
  color: var(--ppc-ink);
}

.ppc-trustbar span:not(.ppc-icon),
.ppc-card p,
.ppc-story p,
.ppc-faq p,
.ppc-review-ready p {
  color: var(--ppc-muted);
}

.ppc-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 18px;
  margin-bottom: 18px;
}

.ppc-card {
  padding: 30px;
  border-radius: 24px;
}

.ppc-card--hero {
  background: radial-gradient(circle at 15% 20%, rgba(255,255,255,0.94), rgba(251,245,234,0.92)), linear-gradient(135deg, var(--ppc-cream), var(--ppc-cream-2));
}

.ppc-eyebrow {
  margin: 0 0 10px;
  color: var(--ppc-gold) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ppc-card h2,
.ppc-faq h2,
.ppc-review-ready h2 {
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.ppc-card p {
  max-width: 680px;
  margin-top: 12px;
  line-height: 1.7;
}

.ppc-countdown {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.ppc-countdown div {
  min-width: 86px;
  padding: 13px 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(184, 148, 85, 0.18);
  border-radius: 16px;
}

.ppc-countdown strong {
  display: block;
  font-size: 24px;
  color: var(--ppc-ink);
}

.ppc-countdown span {
  display: block;
  margin-top: 3px;
  color: var(--ppc-muted);
  font-size: 12px;
}

.ppc-checklist {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.ppc-checklist li {
  position: relative;
  padding-left: 28px;
  color: var(--ppc-muted);
  line-height: 1.55;
}

.ppc-checklist li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--ppc-gold);
  font-weight: 800;
  content: "OK";
  font-size: 11px;
}

.ppc-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.ppc-story {
  padding: 24px;
  border-radius: 22px;
}

.ppc-story span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 10px;
  color: #6b4b25;
  font-size: 12px;
  font-weight: 700;
  background: #f2e4ce;
  border-radius: 999px;
}

.ppc-story h3 {
  font-size: 20px;
  line-height: 1.2;
}

.ppc-story p {
  line-height: 1.65;
}

.ppc-faq {
  padding: 30px;
  border-radius: 24px;
  margin-bottom: 18px;
}

.ppc-faq h2 {
  margin-bottom: 18px;
}

.ppc-faq details {
  border-top: 1px solid rgba(36, 28, 22, 0.1);
}

.ppc-faq details:last-child {
  border-bottom: 1px solid rgba(36, 28, 22, 0.1);
}

.ppc-faq summary {
  cursor: pointer;
  padding: 18px 0;
  color: var(--ppc-ink);
  font-weight: 700;
}

.ppc-faq p {
  margin: 0 0 18px;
  max-width: 850px;
  line-height: 1.7;
}

.ppc-review-ready {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px;
  border-radius: 24px;
  background: #2f261f;
}

.ppc-review-ready h2,
.ppc-review-ready p {
  color: #fff;
}

.ppc-review-ready p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.ppc-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 12px 18px;
  color: #2f261f;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
  border-radius: 999px;
}


.ppc-reviews {
  padding: 30px;
  border-radius: 24px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--ppc-border);
  box-shadow: 0 18px 50px rgba(36, 28, 22, 0.07);
}

.ppc-reviews__header {
  max-width: 760px;
  margin-bottom: 22px;
}

.ppc-reviews__header h2 {
  margin: 0;
  color: var(--ppc-ink);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.ppc-reviews__header p:not(.ppc-eyebrow) {
  color: var(--ppc-muted);
  line-height: 1.7;
}

.ppc-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ppc-review-card {
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fbf5ea);
  border: 1px solid rgba(184, 148, 85, 0.18);
}

.ppc-stars {
  color: #b89455;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.ppc-review-card h3 {
  margin: 10px 0 8px;
  color: var(--ppc-ink);
  font-size: 17px;
  line-height: 1.25;
}

.ppc-review-card p {
  margin: 0;
  color: var(--ppc-muted);
  line-height: 1.65;
}

.ppc-review-card span {
  display: block;
  margin-top: 14px;
  color: #6b4b25;
  font-size: 13px;
  font-weight: 700;
}

.ppc-sticky-cta {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 40;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 12px 12px 16px;
  color: #fff;
  background: rgba(36, 28, 22, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.ppc-sticky-cta strong,
.ppc-sticky-cta span {
  display: block;
  max-width: 58vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ppc-sticky-cta span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.ppc-sticky-cta button {
  flex: 0 0 auto;
  padding: 12px 16px;
  color: #2f261f;
  font-weight: 800;
  letter-spacing: 0.02em;
  background: #f2d9ad;
  border: 0;
  border-radius: 999px;
}

@media (max-width: 959px) {
  .properayle-product-conversion__inner {
    padding-top: 18px;
    padding-bottom: 120px;
  }

  .ppc-trustbar,
  .ppc-grid,
  .ppc-story-grid,
  .ppc-review-grid {
    grid-template-columns: 1fr;
  }

  .ppc-card,
  .ppc-faq,
  .ppc-reviews,
  .ppc-review-ready {
    padding: 22px;
    border-radius: 20px;
  }

  .ppc-countdown div {
    min-width: 0;
    flex: 1;
  }

  .ppc-review-ready {
    align-items: flex-start;
    flex-direction: column;
  }

  .ppc-sticky-cta.is-visible {
    display: flex;
  }
}
