/** UKIPTVPRO custom styles **/
:root{--accent:#0b63d6;--dark:#0b1220;--muted:#6b7280;--card:#ffffff;--bg:#f6f8fb}
body { background: var(--bg); color: var(--dark); font-family: Inter, system-ui, Arial, sans-serif; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.eyebrow { color: var(--accent); font-weight: 700; }
.lead { color: var(--muted); max-width: 620px; }
.btn { padding: 12px 18px; border-radius: 10px; border: 0; font-weight: 700; cursor: pointer; display: inline-block; text-decoration: none; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-ghost { background: transparent; border: 2px solid var(--accent); color: var(--accent); padding: 10px 14px; border-radius: 10px; }
.card { background: #fff; border-radius: 12px; padding: 18px; box-shadow: 0 6px 18px rgba(11,27,80,.04); text-align: center; }
.price { font-size: 28px; font-weight: 800; margin: 12px 0; }
.ch { background: #fff; padding: 14px; border-radius: 8px; display: flex; align-items: center; justify-content: center; min-height: 60px; }
/* responsive tweaks */
@media (max-width:900px){ .uk-hero{flex-direction:column} .uk-hero-right{width:100%} }
