/*
Theme Name: Cable Guy Streams Ultimate
Version: 5.0
*/
body{margin:0;font-family:Arial;background:#050b14;color:#fff;}
header{background:#000;padding:20px;text-align:center;}
nav a{color:#00c3ff;margin:0 15px;text-decoration:none;font-weight:bold;}
.section{padding:60px 20px;text-align:center;}
.hero{background:url('https://images.unsplash.com/photo-1593784991095-a205069470b6') center/cover no-repeat;height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.button{background:#00c3ff;color:#000;padding:12px 25px;border-radius:25px;text-decoration:none;font-weight:bold;}
.cards{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;}
.card{background:#0b1c2c;padding:20px;border-radius:10px;width:250px;}
.pricing .card{background:#fff;color:#000;}
