/* Partner page — dark theme */

/* ── Hero ─────────────────────────────────────────── */
.partner-hero {
  background: linear-gradient(135deg, #0a0b0d 0%, #0d1520 50%, #0a0e15 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,.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,.07) 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__image { margin-bottom: 24px; }
.partner-hero__image img {
  width: 160px; height: auto;
  filter: drop-shadow(0 10px 30px rgba(0,174,228,.2));
}
.partner-hero__title {
  font-family: "Geologica", sans-serif;
  font-size: 52px; font-weight: 900; font-stretch: 115%;
  color: #fff; line-height: 1.1;
  letter-spacing: -0.02em;
  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; font-weight: 400;
  color: rgba(255,255,255,.65);
  line-height: 1.65;
  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,.04);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  padding: 28px 50px;
  max-width: 420px; margin: 0 auto;
}
.partner-hero__stat { text-align: center; }
.partner-hero__stat-value {
  font-family: "Geologica", sans-serif;
  font-size: 48px; font-weight: 900; font-stretch: 115%;
  color: #00aee4; line-height: 1;
  letter-spacing: -0.03em; margin-bottom: 8px;
}
.partner-hero__stat:last-child .partner-hero__stat-value { color: #4ade80; }
.partner-hero__stat-label {
  font-size: 11px; font-weight: 500;
  color: rgba(255,255,255,.45);
  text-transform: uppercase; letter-spacing: .12em;
}
.partner-hero__stat-divider {
  width: 1px; height: 56px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.18), transparent);
}

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

/* ── Section Title ────────────────────────────────── */
.section-title { text-align: center; margin-bottom: 48px; }
.section-title h2 {
  font-family: "Geologica", sans-serif;
  font-size: 34px; font-weight: 800; font-stretch: 110%;
  color: #fff;
  letter-spacing: -0.01em; margin-bottom: 10px;
}
.section-title p { font-size: 17px; color: rgba(255,255,255,.5); }

/* ── Steps Grid ───────────────────────────────────── */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-bottom: 64px;
}
.step-card {
  background: #181a1d;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  padding: 34px 26px;
  text-align: center;
  position: relative;
  transition: border-color .25s, transform .25s;
}
.step-card:hover {
  border-color: rgba(0,174,228,.3);
  transform: translateY(-4px);
}
.step-card__number {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  width: 30px; height: 30px;
  background: #00aee4;
  border-radius: 50%;
  color: #fff;
  font-family: "Geologica", sans-serif;
  font-size: 13px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(0,174,228,.4);
}
.step-card__icon {
  width: 68px; height: 68px;
  background: rgba(0,174,228,.1);
  border: 1px solid rgba(0,174,228,.18);
  border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
}
.step-card__title {
  font-family: "Geologica", sans-serif;
  font-size: 18px; font-weight: 700;
  color: #fff; margin-bottom: 10px;
}
.step-card__text {
  font-size: 14px; color: rgba(255,255,255,.55);
  line-height: 1.65;
}

/* ── Benefits Section ─────────────────────────────── */
.benefits-section {
  background: #181a1d;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  padding: 48px 44px;
  margin-bottom: 64px;
}
.benefits-section__header {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; margin-bottom: 38px;
}
.benefits-section__icon {
  width: 48px; height: 48px;
  background: rgba(0,174,228,.12);
  border: 1px solid rgba(0,174,228,.22);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
}
.benefits-section__title {
  font-family: "Geologica", sans-serif;
  font-size: 26px; font-weight: 800; font-stretch: 110%;
  letter-spacing: -0.01em; color: #fff;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.benefit-item {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 18px;
  padding: 34px;
  text-align: center;
  transition: border-color .25s, transform .25s;
}
.benefit-item:hover { transform: translateY(-3px); }
.benefit-item--partner:hover { border-color: rgba(0,174,228,.3); }
.benefit-item--referral:hover { border-color: rgba(74,222,128,.3); }
.benefit-item__badge {
  display: inline-block;
  font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .14em;
  padding: 5px 14px; border-radius: 50px;
  margin-bottom: 18px;
}
.benefit-item--partner .benefit-item__badge {
  background: rgba(0,174,228,.15); color: #00aee4;
}
.benefit-item--referral .benefit-item__badge {
  background: rgba(74,222,128,.15); color: #4ade80;
}
.benefit-item__percent {
  font-family: "Geologica", sans-serif;
  font-size: 58px; font-weight: 900; font-stretch: 115%;
  line-height: 1; letter-spacing: -0.03em; margin-bottom: 8px;
}
.benefit-item--partner .benefit-item__percent { color: #00aee4; }
.benefit-item--referral .benefit-item__percent { color: #4ade80; }
.benefit-item__desc {
  font-size: 14px; color: rgba(255,255,255,.55);
  margin-bottom: 22px;
}
.benefit-item__list {
  list-style: none; padding: 0; margin: 0; text-align: left;
}
.benefit-item__list li {
  font-size: 13px; color: rgba(255,255,255,.75);
  padding: 9px 0 9px 26px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  position: relative;
}
.benefit-item__list li:last-child { border-bottom: none; }
.benefit-item__list li::before {
  content: '✓';
  position: absolute; left: 0;
  font-size: 11px;
}
.benefit-item--partner  .benefit-item__list li::before { color: #00aee4; }
.benefit-item--referral .benefit-item__list li::before { color: #4ade80; }

/* ── Example Section ──────────────────────────────── */
.example-section {
  background: #181a1d;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 64px;
}
.example-section__header {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 30px;
}
.example-section__icon {
  width: 44px; height: 44px;
  background: rgba(0,174,228,.12);
  border: 1px solid rgba(0,174,228,.2);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.example-section__title {
  font-family: "Geologica", sans-serif;
  font-size: 22px; font-weight: 700; color: #fff;
}
.calc-visual {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.calc-item {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 24px; text-align: center;
}
.calc-item--highlight { background: rgba(0,174,228,.08); border-color: rgba(0,174,228,.25); }
.calc-item--highlight-green { background: rgba(74,222,128,.08); border-color: rgba(74,222,128,.25); }
.calc-item__label {
  font-size: 10px; font-weight: 600;
  color: rgba(255,255,255,.4);
  text-transform: uppercase; letter-spacing: .1em;
  margin-bottom: 10px;
}
.calc-item__value {
  font-family: "Geologica", sans-serif;
  font-size: 34px; font-weight: 900; font-stretch: 112%;
  letter-spacing: -0.03em; color: #fff;
}
.calc-item__value--accent { color: #00aee4; }
.calc-item__value--green  { color: #4ade80; }
.calc-item__note {
  font-size: 12px; color: rgba(255,255,255,.5);
  line-height: 1.4; margin-top: 8px;
}

/* ── FAQ ──────────────────────────────────────────── */
.faq-section { margin-bottom: 64px; }
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.faq-item {
  background: #181a1d;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px; padding: 26px;
  transition: border-color .22s;
}
.faq-item:hover { border-color: rgba(0,174,228,.25); }
.faq-item__question {
  font-family: "Geologica", sans-serif;
  font-size: 16px; font-weight: 700;
  color: #fff; margin-bottom: 8px;
}
.faq-item__answer {
  font-size: 14px; color: rgba(255,255,255,.55);
  line-height: 1.65;
}

/* ── Advertiser ───────────────────────────────────── */
.advertiser-section {
  background: #181a1d;
  border: 1px solid rgba(251,191,36,.18);
  border-radius: 20px;
  padding: 38px 48px;
  margin-bottom: 64px;
}
.advertiser-section__content {
  display: flex; align-items: center; gap: 28px;
}
.advertiser-section__icon {
  width: 68px; height: 68px;
  background: rgba(251,191,36,.12);
  border: 1px solid rgba(251,191,36,.2);
  border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.advertiser-section__text { flex: 1; }
.advertiser-section__title {
  font-family: "Geologica", sans-serif;
  font-size: 20px; font-weight: 700;
  color: #fff; margin-bottom: 8px;
}
.advertiser-section__desc {
  font-size: 14px; color: rgba(255,255,255,.6);
  line-height: 1.65;
}
.advertiser-section__desc strong { color: #fbbf24; }
.advertiser-section__btn {
  display: inline-flex; align-items: center;
  padding: 14px 28px;
  background: #fbbf24;
  color: #0a0b0d;
  font-family: "Geologica", sans-serif;
  font-size: 13px; font-weight: 800; font-stretch: 108%;
  text-transform: uppercase; letter-spacing: .04em;
  text-decoration: none;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(251,191,36,.3);
  transition: all .25s;
  flex-shrink: 0; white-space: nowrap;
}
.advertiser-section__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(251,191,36,.45);
}

/* ── CTA ──────────────────────────────────────────── */
.partner-cta {
  text-align: center;
  background: rgba(0,174,228,.06);
  border: 1px solid rgba(0,174,228,.15);
  border-radius: 24px;
  padding: 48px 40px;
}
.partner-cta__title {
  font-family: "Geologica", sans-serif;
  font-size: 30px; font-weight: 800; font-stretch: 110%;
  letter-spacing: -0.01em; color: #fff;
  margin-bottom: 10px;
}
.partner-cta__text {
  font-size: 16px; color: rgba(255,255,255,.5);
  margin-bottom: 28px;
}
.partner-cta__buttons {
  display: flex; justify-content: center;
  gap: 14px; flex-wrap: wrap;
}
.partner-cta__btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 15px 32px; border-radius: 12px;
  font-family: "Geologica", sans-serif;
  font-size: 13px; font-weight: 800; font-stretch: 108%;
  text-transform: uppercase; letter-spacing: .04em;
  text-decoration: none; transition: all .22s;
}
.partner-cta__btn--primary {
  background: #00aee4; color: #fff;
  box-shadow: 0 4px 20px rgba(0,174,228,.35);
}
.partner-cta__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0,174,228,.5);
}
.partner-cta__btn--secondary {
  background: transparent;
  color: rgba(255,255,255,.7);
  border: 1.5px solid rgba(255,255,255,.18);
}
.partner-cta__btn--secondary:hover {
  border-color: #00aee4; color: #00aee4;
}

/* ── Footer ───────────────────────────────────────── */
.partner-footer {
  background: #0a0b0d;
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 28px 0; text-align: center;
}
.partner-footer__text { font-size: 13px; color: rgba(255,255,255,.3); }
.partner-footer__text a { color: #00aee4; text-decoration: none; }

/* ── Responsive ───────────────────────────────────── */
@media (max-width: 992px) {
  .steps-grid { grid-template-columns: 1fr; max-width: 420px; 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: 20px; padding: 24px 32px; }
  .partner-hero__stat-divider { width: 70px; height: 1px; }
  .partner-hero__stat-value { font-size: 40px; }
  .section-title h2 { font-size: 26px; }
  .calc-visual { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .benefits-section, .example-section { padding: 28px 20px; }
  .advertiser-section { padding: 28px 22px; }
  .advertiser-section__content { flex-direction: column; text-align: center; }
  .advertiser-section__btn { width: 100%; max-width: 260px; justify-content: center; }
  .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: 28px; }
  .step-card { padding: 28px 20px; }
  .benefit-item__percent { font-size: 48px; }
  .calc-item__value { font-size: 26px; }
  .partner-cta { padding: 32px 20px; }
  .partner-cta__title { font-size: 22px; }
}
