/* Partner page styles */

/* Hero Section */
.partner-hero {
  background: linear-gradient(135deg, #0a0b0d 0%, #0d1a1f 50%, #0a1015 100%);
  padding: 130px 0 90px;
  position: relative;
  overflow: hidden;
}
.partner-hero::before {
  content: '';
  position: absolute;
  top: -30%;
  left: -10%;
  width: 60%;
  height: 160%;
  background: radial-gradient(ellipse, rgba(0, 174, 228, 0.12) 0%, transparent 50%);
  pointer-events: none;
}
.partner-hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  right: -10%;
  width: 50%;
  height: 140%;
  background: radial-gradient(ellipse, rgba(34, 197, 94, 0.08) 0%, transparent 50%);
  pointer-events: none;
}
.partner-hero__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.partner-hero__badge {
  display: inline-block;
  background: rgba(0, 174, 228, 0.15);
  border: 1px solid rgba(0, 174, 228, 0.3);
  color: #00aee4;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 24px;
}
.partner-hero__image {
  margin-bottom: 24px;
}
.partner-hero__image img {
  width: 180px;
  height: auto;
  filter: drop-shadow(0 10px 30px rgba(0, 174, 228, 0.2));
}
.partner-hero__title {
  font-family: "NEXT ART Bold", sans-serif;
  font-size: 52px;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 20px;
}
.partner-hero__title span {
  background: linear-gradient(90deg, #00aee4, #00d4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.partner-hero__subtitle {
  font-size: 19px;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
  max-width: 550px;
  margin: 0 auto 40px;
}

/* Hero Stats */
.partner-hero__stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 30px 50px;
  max-width: 420px;
  margin: 0 auto;
}
.partner-hero__stat {
  text-align: center;
}
.partner-hero__stat-value {
  font-family: "NEXT ART Bold", sans-serif;
  font-size: 42px;
  color: #00aee4;
  line-height: 1;
  margin-bottom: 6px;
}
.partner-hero__stat:last-child .partner-hero__stat-value {
  color: #22c55e;
}
.partner-hero__stat-label {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.partner-hero__stat-divider {
  width: 1px;
  height: 60px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.2), transparent);
}

/* Main Content */
.partner-main {
  background: #f8fafc;
  padding: 80px 0;
}
.partner-main .container {
  max-width: 1100px;
}

/* Section Title */
.section-title {
  text-align: center;
  margin-bottom: 50px;
}
.section-title h2 {
  font-family: "NEXT ART Bold", sans-serif;
  font-size: 36px;
  color: #0f172a;
  margin-bottom: 12px;
}
.section-title p {
  font-size: 18px;
  color: #64748b;
}
.section-title--dark h2 {
  color: #0f172a;
}

/* Steps Grid */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 70px;
}
.step-card {
  background: #fff;
  border-radius: 24px;
  padding: 36px 30px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.04);
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}
.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.1);
}
.step-card__number {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #00aee4 0%, #0095c8 100%);
  border-radius: 50%;
  color: #fff;
  font-family: "NEXT ART Bold", sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 174, 228, 0.35);
}
.step-card__icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, rgba(0, 174, 228, 0.12) 0%, rgba(0, 174, 228, 0.04) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin: 0 auto 22px;
}
.step-card__title {
  font-family: "NEXT ART Bold", sans-serif;
  font-size: 20px;
  color: #0f172a;
  margin-bottom: 12px;
}
.step-card__text {
  font-size: 15px;
  color: #64748b;
  line-height: 1.65;
}

/* Benefits Section */
.benefits-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 28px;
  padding: 50px;
  margin-bottom: 70px;
}
.benefits-section__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}
.benefits-section__icon {
  width: 52px;
  height: 52px;
  background: rgba(0, 174, 228, 0.2);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.benefits-section__title {
  font-family: "NEXT ART Bold", sans-serif;
  font-size: 28px;
  color: #fff;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.benefit-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 36px;
  text-align: center;
  transition: transform 0.3s, border-color 0.3s;
}
.benefit-item:hover {
  transform: translateY(-4px);
}
.benefit-item--partner:hover {
  border-color: rgba(0, 174, 228, 0.4);
}
.benefit-item--referral:hover {
  border-color: rgba(34, 197, 94, 0.4);
}
.benefit-item__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.benefit-item--partner .benefit-item__badge {
  background: rgba(0, 174, 228, 0.15);
  color: #00aee4;
}
.benefit-item--referral .benefit-item__badge {
  background: rgba(34, 197, 94, 0.15);
  color: #22c55e;
}
.benefit-item__percent {
  font-family: "NEXT ART Bold", sans-serif;
  font-size: 56px;
  line-height: 1;
  margin-bottom: 8px;
}
.benefit-item--partner .benefit-item__percent {
  color: #00aee4;
}
.benefit-item--referral .benefit-item__percent {
  color: #22c55e;
}
.benefit-item__desc {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 24px;
}
.benefit-item__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.benefit-item__list li {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  position: relative;
  padding-left: 28px;
}
.benefit-item__list li:last-child {
  border-bottom: none;
}
.benefit-item__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  font-size: 12px;
}
.benefit-item--partner .benefit-item__list li::before {
  color: #00aee4;
}
.benefit-item--referral .benefit-item__list li::before {
  color: #22c55e;
}

/* Example Section */
.example-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 24px;
  padding: 45px;
  margin-bottom: 70px;
}
.example-section__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.example-section__icon {
  width: 48px;
  height: 48px;
  background: rgba(0, 174, 228, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.example-section__title {
  font-family: "NEXT ART Bold", sans-serif;
  font-size: 24px;
  color: #fff;
}

/* Calculator Visual */
.calc-visual {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.calc-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  padding: 28px;
  text-align: center;
}
.calc-item--highlight {
  background: rgba(0, 174, 228, 0.1);
  border-color: rgba(0, 174, 228, 0.3);
}
.calc-item--highlight-green {
  background: rgba(34, 197, 94, 0.1);
  border-color: rgba(34, 197, 94, 0.3);
}
.calc-item__label {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.calc-item__value {
  font-family: "NEXT ART Bold", sans-serif;
  font-size: 32px;
  color: #fff;
}
.calc-item__value--accent {
  color: #00aee4;
}
.calc-item__value--green {
  color: #22c55e;
}
.calc-item__note {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  margin-top: 8px;
}

/* FAQ Section */
.faq-section {
  margin-bottom: 70px;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.faq-item {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.04);
}
.faq-item__question {
  font-family: "NEXT ART Bold", sans-serif;
  font-size: 17px;
  color: #0f172a;
  margin-bottom: 10px;
}
.faq-item__answer {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
}

/* Large Advertisers Section */
.advertiser-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 24px;
  padding: 40px 50px;
  margin-bottom: 70px;
}
.advertiser-section__content {
  display: flex;
  align-items: center;
  gap: 30px;
}
.advertiser-section__icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.2) 0%, rgba(251, 191, 36, 0.1) 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  flex-shrink: 0;
}
.advertiser-section__text {
  flex: 1;
}
.advertiser-section__title {
  font-family: "NEXT ART Bold", sans-serif;
  font-size: 22px;
  color: #fff;
  margin-bottom: 8px;
}
.advertiser-section__desc {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
}
.advertiser-section__desc strong {
  color: #fbbf24;
}
.advertiser-section__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  color: #0f172a;
  font-family: "NEXT ART Bold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 6px 24px rgba(251, 191, 36, 0.35);
  transition: all 0.3s;
  flex-shrink: 0;
  white-space: nowrap;
}
.advertiser-section__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(251, 191, 36, 0.45);
}

@media (max-width: 768px) {
  .advertiser-section {
    padding: 32px 28px;
  }
  .advertiser-section__content {
    flex-direction: column;
    text-align: center;
  }
  .advertiser-section__btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}

/* CTA Section */
.partner-cta {
  text-align: center;
  background: linear-gradient(135deg, rgba(0, 174, 228, 0.08) 0%, rgba(0, 174, 228, 0.02) 100%);
  border: 1px solid rgba(0, 174, 228, 0.15);
  border-radius: 28px;
  padding: 50px 40px;
}
.partner-cta__title {
  font-family: "NEXT ART Bold", sans-serif;
  font-size: 30px;
  color: #0f172a;
  margin-bottom: 12px;
}
.partner-cta__text {
  font-size: 17px;
  color: #64748b;
  margin-bottom: 30px;
}
.partner-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.partner-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  border-radius: 50px;
  font-family: "NEXT ART Bold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s;
}
.partner-cta__btn--primary {
  background: linear-gradient(135deg, #00aee4 0%, #0095c8 100%);
  color: #fff;
  box-shadow: 0 6px 24px rgba(0, 174, 228, 0.35);
}
.partner-cta__btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(0, 174, 228, 0.45);
}
.partner-cta__btn--secondary {
  background: #fff;
  color: #0f172a;
  border: 2px solid #e2e8f0;
}
.partner-cta__btn--secondary:hover {
  border-color: #00aee4;
  color: #00aee4;
}

/* Footer mini */
.partner-footer {
  background: #131417;
  padding: 30px 0;
  text-align: center;
}
.partner-footer__text {
  font-size: 14px;
  color: rgba(255,255,255,0.4);
}
.partner-footer__text a {
  color: #00aee4;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 992px) {
  .steps-grid {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .partner-hero {
    padding: 110px 0 70px;
  }
  .partner-hero__title {
    font-size: 36px;
  }
  .partner-hero__subtitle {
    font-size: 16px;
  }
  .partner-hero__stats {
    flex-direction: column;
    gap: 24px;
    padding: 28px 36px;
  }
  .partner-hero__stat-divider {
    width: 80px;
    height: 1px;
  }
  .partner-hero__stat-value {
    font-size: 36px;
  }
  .section-title h2 {
    font-size: 28px;
  }
  .calc-visual {
    grid-template-columns: 1fr;
  }
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .benefits-section,
  .example-section {
    padding: 32px 24px;
  }
  .partner-cta__buttons {
    flex-direction: column;
    align-items: center;
  }
  .partner-cta__btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .partner-hero__title {
    font-size: 30px;
  }
  .partner-hero__badge {
    font-size: 10px;
    padding: 6px 14px;
  }
  .step-card {
    padding: 30px 24px;
  }
  .benefit-item__percent {
    font-size: 44px;
  }
  .calc-item__value {
    font-size: 26px;
  }
  .partner-cta {
    padding: 36px 24px;
  }
  .partner-cta__title {
    font-size: 24px;
  }
}
