.aff-bar{display:flex;align-items:center;gap:16px;padding:16px 20px;border-radius:14px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;border:1px solid transparent;flex-wrap:wrap}.aff-bar:hover{transform:translateY(-2px);text-decoration:none}.aff-bar--orange{background:linear-gradient(135deg,rgba(247,166,0,.08),rgba(255,107,53,.06));border-color:rgba(247,166,0,.25)}.aff-bar--orange:hover{box-shadow:0 6px 24px rgba(247,166,0,.18);border-color:rgba(247,166,0,.45)}.aff-bar--orange .aff-bar__badge,.aff-bar--orange .aff-bar__cta{background:linear-gradient(135deg,#f7a600,#ff6b35)}.aff-bar--orange .aff-bar__cta{color:#fff}.aff-bar--blue{background:linear-gradient(135deg,rgba(59,130,246,.08),rgba(99,102,241,.06));border-color:rgba(59,130,246,.22)}.aff-bar--blue:hover{box-shadow:0 6px 24px rgba(59,130,246,.18);border-color:rgba(59,130,246,.4)}.aff-bar--blue .aff-bar__badge,.aff-bar--blue .aff-bar__cta{background:linear-gradient(135deg,#3b82f6,#6366f1)}.aff-bar--blue .aff-bar__cta{color:#fff}.aff-bar--green{background:linear-gradient(135deg,rgba(16,185,129,.08),rgba(5,150,105,.05));border-color:rgba(16,185,129,.22)}.aff-bar--green:hover{box-shadow:0 6px 24px rgba(16,185,129,.18);border-color:rgba(16,185,129,.4)}.aff-bar--green .aff-bar__badge,.aff-bar--green .aff-bar__cta{background:linear-gradient(135deg,#10b981,#059669)}.aff-bar--green .aff-bar__cta{color:#fff}.aff-bar--green .aff-bar__title{color:#0f172a}.aff-bar--green .aff-bar__sub{color:#334155}.aff-bar--green .aff-bar__disclaimer{color:#475569}.aff-bar--gold{background:linear-gradient(135deg,rgba(180,130,30,.08),rgba(120,90,10,.05));border-color:rgba(180,130,30,.22)}.aff-bar--gold:hover{box-shadow:0 6px 24px rgba(180,130,30,.18);border-color:rgba(180,130,30,.4)}.aff-bar--gold .aff-bar__badge,.aff-bar--gold .aff-bar__cta{background:linear-gradient(135deg,#b4821e,#d4a017)}.aff-bar--gold .aff-bar__cta{color:#fff}.aff-bar--gold .aff-bar__title{color:#1f2937}.aff-bar--gold .aff-bar__sub{color:#4b5563}.aff-bar--gold .aff-bar__disclaimer{color:#6b7280}.aff-bar__badge{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0;box-shadow:0 2px 8px rgba(0,0,0,.18)}.aff-bar__text{display:flex;flex-direction:column;gap:3px;flex:1 1;min-width:0}.aff-bar__title{font-weight:700;font-size:.95rem;color:#fff;line-height:1.3}.aff-bar__sub{font-size:.78rem;color:rgba(255,255,255,.55);line-height:1.4}.aff-bar__right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.aff-bar__cta{display:inline-block;padding:8px 18px;border-radius:8px;font-weight:700;font-size:.82rem;white-space:nowrap;box-shadow:0 2px 8px rgba(0,0,0,.2);transition:box-shadow .2s}.aff-bar:hover .aff-bar__cta{box-shadow:0 4px 14px rgba(0,0,0,.3)}.aff-bar__disclaimer{font-size:.68rem;color:rgba(255,255,255,.35);white-space:nowrap}@media (max-width:600px){.aff-bar{gap:12px;padding:14px 16px}.aff-bar__right{align-items:flex-start;width:100%}.aff-bar__cta{width:100%;text-align:center}}