/* Clearlii — Partner with us (B2B) */
.partner-hero { position: relative; overflow: hidden; padding: 36px 0 70px; }
.partner-hero .glow { position: absolute; right: -10%; top: -10%; width: 60%; height: 80%; z-index: 0; filter: blur(70px);
  background: radial-gradient(circle at 60% 40%, rgba(180,80,220,.28), transparent 60%), radial-gradient(circle at 80% 60%, rgba(120,160,255,.25), transparent 60%); }
.partner-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.partner-hero h1 { margin: 18px 0 18px; max-width: 13ch; }
.partner-hero .lead { max-width: 480px; }
.partner-hero-cta { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.partner-hero-stats { display: flex; gap: 40px; margin-top: 44px; flex-wrap: wrap; }
.partner-hero-stats .n { font-size: 40px; font-weight: 500; letter-spacing: -0.03em; color: var(--ink); line-height: 1; }
.partner-hero-stats .n span { color: var(--purple); }
.partner-hero-stats .l { font-size: 13px; color: var(--muted); margin-top: 6px; }
.partner-hero-card {
  position: relative; border-radius: var(--r-lg); overflow: hidden; background: #1a1620; padding: 44px; color: #fff;
}
.partner-hero-card::before { content:''; position: absolute; inset: 0; background: var(--grad-vitamin); opacity: .25; }
.partner-hero-card > * { position: relative; z-index: 1; }
.partner-hero-card h3 { font-size: 22px; font-weight: 500; margin: 0 0 20px; letter-spacing: -0.02em; }
.partner-hero-card ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.partner-hero-card li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; line-height: 1.4; color: rgba(255,255,255,.88); }
.partner-hero-card li svg { flex: none; width: 22px; height: 22px; color: #fff; margin-top: 1px; }

.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.benefit { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 36px; transition: transform .2s, box-shadow .2s; }
.benefit:hover { transform: translateY(-3px); box-shadow: var(--sh-card); }
.benefit .bico { width: 54px; height: 54px; border-radius: 16px; background: var(--surface); display: grid; place-items: center; color: var(--purple); margin-bottom: 22px; }
.benefit .bico svg { width: 26px; height: 26px; }
.benefit h3 { font-size: 20px; font-weight: 500; letter-spacing: -0.02em; color: var(--ink); margin: 0 0 10px; }
.benefit p { font-size: 14.5px; line-height: 1.6; color: var(--muted); margin: 0; }

.steps { background: var(--surface); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; background: #fff; border-radius: var(--r-lg); padding: 40px; box-shadow: var(--sh-soft); }
.step .num { width: 48px; height: 48px; border-radius: 50%; background: var(--purple); color: #fff; display: grid; place-items: center; font-size: 20px; font-weight: 600; margin-bottom: 22px; }
.step h3 { font-size: 20px; font-weight: 500; letter-spacing: -0.02em; color: var(--ink); margin: 0 0 10px; }
.step p { font-size: 14.5px; line-height: 1.6; color: var(--muted); margin: 0; }

.tiers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tier { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 40px; background: #fff; position: relative; }
.tier.featured { background: var(--purple); color: #fff; border-color: var(--purple); box-shadow: var(--sh-purple); }
.tier .tlabel { font-size: 13px; color: var(--muted); margin: 0 0 14px; }
.tier.featured .tlabel { color: rgba(255,255,255,.75); }
.tier .amount { font-size: 48px; font-weight: 500; letter-spacing: -0.04em; line-height: 1; color: var(--ink); }
.tier.featured .amount { color: #fff; }
.tier .amount small { font-size: 17px; font-weight: 500; color: var(--muted); }
.tier.featured .amount small { color: rgba(255,255,255,.8); }
.tier h3 { font-size: 17px; font-weight: 500; margin: 16px 0 6px; color: var(--ink); }
.tier.featured h3 { color: #fff; }
.tier p { font-size: 14px; line-height: 1.55; color: var(--muted); margin: 0; }
.tier.featured p { color: rgba(255,255,255,.85); }
.tier .badge { position: absolute; top: 18px; right: 18px; background: rgba(255,255,255,.2); border-radius: var(--r-pill); padding: 4px 12px; font-size: 11px; font-weight: 600; }

.apply-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.apply-info h2 { margin: 14px 0 16px; }
.apply-info p { color: var(--muted); font-size: 16px; line-height: 1.6; margin: 0 0 28px; max-width: 40ch; }
.apply-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.apply-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--ink); }
.apply-list li svg { flex: none; width: 22px; height: 22px; color: var(--purple); }

@media (max-width: 1000px) {
  .partner-hero-grid, .apply-grid { grid-template-columns: 1fr; gap: 40px; }
  .benefits-grid, .steps-grid, .tiers-grid { grid-template-columns: 1fr; }
}
