/* ============================================================
   Pagina de prezentare — Program de afiliere EvTicket
   Prefix: .aff-
   ============================================================ */

.aff-page { color: #1e293b; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
.aff-container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
.aff-page .aff-section { padding: 72px 0; }
.aff-page .aff-section--tint { background: #f5f7fb; }

/* Titluri sectiuni */
.aff-head { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.aff-eyebrow { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: #7c3aed; margin-bottom: 12px; }
.aff-head h2 { font-size: 34px; font-weight: 800; color: #0f172a; margin: 0 0 14px; line-height: 1.2; }
.aff-head p { font-size: 17px; color: #64748b; margin: 0; line-height: 1.6; }

/* Butoane */
.aff-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 12px; font-size: 16px; font-weight: 700; text-decoration: none; transition: all .2s ease; cursor: pointer; border: 0; }
.aff-btn--primary { background: #fff; color: #4c1d95; box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.aff-btn--primary:hover { transform: translateY(-2px); color: #4c1d95; text-decoration: none; box-shadow: 0 14px 36px rgba(0,0,0,.24); }
.aff-btn--solid { background: linear-gradient(135deg, #7c3aed, #4f46e5); color: #fff; box-shadow: 0 10px 26px rgba(79,70,229,.35); }
.aff-btn--solid:hover { transform: translateY(-2px); color: #fff; text-decoration: none; box-shadow: 0 14px 32px rgba(79,70,229,.45); }
.aff-btn--ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.5); }
.aff-btn--ghost:hover { background: rgba(255,255,255,.12); color: #fff; text-decoration: none; }

/* HERO */
.aff-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #4c1d95 0%, #6d28d9 45%, #4f46e5 100%); color: #fff; padding: 90px 0 96px; }
.aff-hero::after { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(255,255,255,.14), transparent 70%); border-radius: 50%; }
.aff-hero::before { content: ""; position: absolute; left: -100px; bottom: -140px; width: 380px; height: 380px; background: radial-gradient(circle, rgba(255,255,255,.10), transparent 70%); border-radius: 50%; }
.aff-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; position: relative; z-index: 1; }
.aff-hero-eyebrow { display: inline-block; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.25); padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 600; margin-bottom: 18px; }
.aff-hero h1 { font-size: 46px; line-height: 1.12; font-weight: 800; margin: 0 0 18px; }
.aff-hero h1 span { color: #fde047; }
.aff-hero p { font-size: 19px; line-height: 1.6; opacity: .92; margin: 0 0 28px; max-width: 560px; }
.aff-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.aff-hero-note { margin-top: 18px; font-size: 14px; opacity: .8; }

/* Card vizual cu mini-statistici in hero */
.aff-hero-card { background: rgba(255,255,255,.12); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.22); border-radius: 20px; padding: 26px; }
.aff-hero-card h4 { margin: 0 0 18px; font-size: 15px; font-weight: 600; opacity: .9; }
.aff-mini { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.aff-mini-item { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; padding: 16px; }
.aff-mini-item .v { font-size: 26px; font-weight: 800; }
.aff-mini-item .l { font-size: 13px; opacity: .85; margin-top: 2px; }

/* Pasi (cum functioneaza) */
.aff-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.aff-step { background: #fff; border: 1px solid #eef0f5; border-radius: 16px; padding: 26px 22px; text-align: center; box-shadow: 0 4px 18px rgba(15,23,42,.05); }
.aff-step-num { width: 44px; height: 44px; margin: 0 auto 14px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; color: #fff; background: linear-gradient(135deg, #7c3aed, #4f46e5); }
.aff-step h3 { font-size: 18px; margin: 0 0 8px; color: #0f172a; }
.aff-step p { font-size: 15px; color: #64748b; margin: 0; line-height: 1.55; }

/* Beneficii (features) */
.aff-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.aff-feature { background: #fff; border: 1px solid #eef0f5; border-radius: 16px; padding: 28px 24px; transition: all .2s ease; }
.aff-feature:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(15,23,42,.10); border-color: #e0d7fb; }
.aff-feature-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; color: #fff; background: linear-gradient(135deg, #8b5cf6, #6366f1); margin-bottom: 16px; }
.aff-feature h3 { font-size: 18px; margin: 0 0 8px; color: #0f172a; }
.aff-feature p { font-size: 15px; color: #64748b; margin: 0; line-height: 1.6; }

/* Castig / praguri */
.aff-earn { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.aff-earn-list { list-style: none; padding: 0; margin: 18px 0 0; }
.aff-earn-list li { display: flex; gap: 12px; align-items: flex-start; padding: 10px 0; font-size: 16px; color: #334155; }
.aff-earn-list i { color: #16a34a; margin-top: 3px; }
.aff-earn-card { background: linear-gradient(135deg, #4c1d95, #4f46e5); color: #fff; border-radius: 20px; padding: 32px; box-shadow: 0 20px 50px rgba(79,70,229,.25); }
.aff-earn-card .badge-soft { display: inline-block; background: rgba(255,255,255,.16); padding: 5px 12px; border-radius: 999px; font-size: 13px; font-weight: 600; margin-bottom: 14px; }
.aff-earn-card h3 { font-size: 22px; margin: 0 0 18px; }
.aff-earn-rows { display: flex; flex-direction: column; gap: 10px; }
.aff-earn-row { display: flex; justify-content: space-between; align-items: center; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 12px; padding: 12px 16px; }
.aff-earn-row .r { font-weight: 800; color: #fde047; }
.aff-earn-foot { margin-top: 16px; font-size: 13px; opacity: .8; }

/* Pentru cine */
.aff-audience { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.aff-aud { background: #fff; border: 1px solid #eef0f5; border-radius: 16px; padding: 24px; text-align: center; }
.aff-aud i { font-size: 30px; color: #7c3aed; margin-bottom: 12px; }
.aff-aud h3 { font-size: 17px; margin: 0 0 6px; color: #0f172a; }
.aff-aud p { font-size: 14px; color: #64748b; margin: 0; line-height: 1.55; }

/* FAQ */
.aff-faq { max-width: 820px; margin: 0 auto; }
.aff-faq-item { background: #fff; border: 1px solid #eef0f5; border-radius: 14px; padding: 20px 22px; margin-bottom: 14px; }
.aff-faq-item h4 { font-size: 17px; margin: 0 0 8px; color: #0f172a; }
.aff-faq-item p { font-size: 15px; color: #64748b; margin: 0; line-height: 1.6; }

/* CTA band */
.aff-cta { background: linear-gradient(135deg, #4c1d95, #6d28d9 60%, #4f46e5); color: #fff; border-radius: 24px; padding: 56px 40px; text-align: center; }
.aff-cta h2 { font-size: 32px; font-weight: 800; margin: 0 0 12px; }
.aff-cta p { font-size: 18px; opacity: .92; margin: 0 0 26px; }

@media (max-width: 992px) {
    .aff-hero-grid, .aff-earn { grid-template-columns: 1fr; }
    .aff-steps, .aff-features, .aff-audience { grid-template-columns: 1fr 1fr; }
    .aff-hero h1 { font-size: 38px; }
}
@media (max-width: 640px) {
    .aff-page .aff-section { padding: 52px 0; }
    .aff-steps, .aff-features, .aff-audience, .aff-mini { grid-template-columns: 1fr; }
    .aff-hero h1 { font-size: 31px; }
    .aff-head h2 { font-size: 27px; }
}
