/* Product Hunter page specific styles */
.page--product-hunter .ph-hero {
  padding: 80px 0;
  color: #ffffff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.page--product-hunter .ph-hero__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}

.page--product-hunter .ph-hero__logo {
  width: 140px;
  margin: 0 auto 30px;
  filter: brightness(1.2);
}

.page--product-hunter .ph-hero__title {
  font-size: clamp(2.4rem, 5vw, 3.25rem);
  margin-bottom: 20px;
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.page--product-hunter .ph-hero__subtitle {
  font-size: 1.75rem;
  opacity: 0.95;
  margin-bottom: 40px;
}

.page--product-hunter .ph-hero__tiers {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 20px;
  margin-top: 20px;
}

.page--product-hunter .ph-tier-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.page--product-hunter .ph-tier-card {
  background: rgba(255,255,255,0.2);
  padding: 15px 25px;
  border-radius: 15px;
  min-width: 140px;
}

.page--product-hunter .ph-tier-card .ph-tier-count {
  font-size: 20px;
  font-weight: 700;
}

.page--product-hunter .ph-tier-card .ph-tier-discount {
  font-size: 18px;
  color: #4ade80;
}

.page--product-hunter .ph-section {
  padding: 80px 0;
}

.page--product-hunter .ph-section--light {
  background: #f8f9fa;
}

.page--product-hunter .ph-section--white {
  background: #ffffff;
}

.page--product-hunter .ph-section__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page--product-hunter .ph-section__title {
  text-align: center;
  font-size: clamp(2rem, 5vw, 2.6rem);
  margin-bottom: 40px;
  color: var(--primary);
}

.page--product-hunter .ph-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 32px;
}

.ph-step {
  text-align: center;
}

.ph-step__number {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.ph-step__title {
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 12px;
}

.ph-step__text {
  color: var(--gray);
  font-size: 1rem;
}

.page--product-hunter .ph-highlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
}

.ph-highlight-card {
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  color: #ffffff;
}

.ph-highlight-card--green {
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
  box-shadow: 0 15px 35px rgba(16, 185, 129, 0.3);
}

.ph-highlight-card--orange {
  background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
  box-shadow: 0 15px 35px rgba(245, 158, 11, 0.3);
}

.ph-highlight-card__image {
  width: 120px;
  height: auto;
  border-radius: 15px;
  margin: 0 auto 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  display: block;
}

.ph-highlight-card__title {
  font-size: 1.75rem;
  margin-bottom: 16px;
}

.ph-highlight-card__text {
  font-size: 1.05rem;
  opacity: 0.95;
}

.page--product-hunter .ph-legal {
  border-top: 1px solid #e0e0e0;
}

.ph-legal__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.ph-legal__logos {
  display: flex;
  justify-content: center;
  gap: 48px;
  align-items: center;
  flex-wrap: wrap;
}

.ph-legal__item {
  text-align: center;
}

.ph-legal__image {
  width: 100px;
  border-radius: 12px;
  margin-bottom: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.ph-legal__label {
  color: var(--gray);
  font-size: 1rem;
  font-weight: 500;
}

.page--product-hunter .ph-partners__title {
  color: var(--primary);
  margin-bottom: 24px;
  font-size: 1.125rem;
  text-align: center;
}

.page--product-hunter .ph-partners__grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.page--product-hunter .ph-partners__item {
  height: 50px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.page--product-hunter .ph-partners__image {
  max-height: 34px;
  max-width: 64px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.ph-contact {
  text-align: center;
  margin-bottom: 32px;
}

.ph-contact__info p {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.6;
}

.ph-contact__info p:first-child {
  font-size: 16px;
  font-weight: 600;
}

.ph-contact__phone-link {
  color: inherit;
  text-decoration: none;
}

.ph-contact__apps {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.ph-contact__link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--primary);
  text-decoration: none;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ph-contact__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.ph-contact__icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ph-contact__logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.ph-footer__copyright {
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid #e0e0e0;
}

.ph-footer__copyright p {
  font-size: 14px;
  color: var(--gray);
}

.ph-progress__info {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}

.ph-progress__value {
  color: var(--accent);
  font-weight: 800;
}

.ph-progress__fill {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.ph-progress__fill--70 { width: 70%; }
.ph-progress__fill--50 { width: 50%; }
.ph-progress__fill--30 { width: 30%; }

.ph-card .badge {
  background: linear-gradient(135deg, #10b981, #34d399);
}

.ph-card .ph-progress__fill {
  background: linear-gradient(90deg, #10b981, #34d399);
}

.ph-card--orange .badge,
.ph-card--orange .ph-progress__fill {
  background: linear-gradient(135deg, #f59e0b, #f97316);
}

.ph-card--purple .badge,
.ph-card--purple .ph-progress__fill {
  background: linear-gradient(135deg, #8b5cf6, #a855f7);
}

.ph-card--teal .badge,
.ph-card--teal .ph-progress__fill {
  background: linear-gradient(135deg, #06b6d4, #0891b2);
}
.page--product-hunter .back-btn {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.page--product-hunter .back-btn:hover {
  background: var(--ink);
  transform: translateY(-2px);
}

.page--product-hunter .ph-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  align-items: stretch;
}

.page--product-hunter .ph-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page--product-hunter .ph-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.14);
}

.page--product-hunter .ph-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--primary);
}

.page--product-hunter .ph-desc {
  color: var(--gray);
  font-size: 15px;
}

.page--product-hunter .ph-price {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}

.page--product-hunter .ph-price del {
  color: #9ca3af;
  font-size: 18px;
}

.page--product-hunter .ph-price .now {
  color: #10b981;
  font-size: 30px;
}

.page--product-hunter .ph-price .badge {
  background: linear-gradient(135deg, #10b981, #34d399);
  color: #fff;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
}

.page--product-hunter .ph-progress {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page--product-hunter .ph-progress .info {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}

.page--product-hunter .ph-progress .bar {
  background: #e5e7eb;
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
}

.page--product-hunter .ph-progress .bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #10b981, #34d399);
  border-radius: inherit;
}

.page--product-hunter .ph-cta {
  width: 100%;
  padding: 14px 18px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page--product-hunter .ph-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(102, 126, 234, 0.35);
}

@media (max-width: 768px) {
  .page--product-hunter .ph-section {
    padding: 60px 0;
  }

  .page--product-hunter .ph-hero {
    padding: 60px 0;
  }

  .page--product-hunter .ph-hero__inner {
    padding: 40px 16px;
  }

  .page--product-hunter .ph-tier-list {
    gap: 16px;
  }

  .page--product-hunter .ph-highlight-card {
    padding: 32px;
  }

  .page--product-hunter .ph-section__title {
    margin-bottom: 32px;
    font-size: clamp(1.8rem, 6vw, 2.2rem);
  }

  .page--product-hunter .ph-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page--product-hunter .ph-hero__title {
    font-size: 2.2rem;
  }

  .page--product-hunter .ph-hero__subtitle {
    font-size: 1.4rem;
  }
}
.ph-partners {
  text-align: center;
  margin-bottom: 40px;
}

.ph-contact__title {
  color: var(--primary);
  margin-bottom: 16px;
  font-size: 1.125rem;
}

.ph-footer {
  padding: 36px 0;
  background: #f8f9fa;
  color: var(--primary);
  border-top: 1px solid #e0e0e0;
}
