body{font-family:Arial,sans-serif;line-height:1.6;margin:0;padding:0;background:#000}.section img { max-width: 100%; }.container{max-width:1000px;margin:0 auto;padding:80px 20px 20px;background:#333;color:#fff}header{background:#000;padding:15px 0;display:flex;justify-content:center;align-items:center;position:fixed;width:100%;top:0;z-index:1000;box-shadow:0 2px 5px rgba(0,0,0,.5)}header .content{max-width:1000px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 20px}header .logo{max-width:150px;height:auto}header nav ul{list-style:none;margin:0;padding:0;display:flex;gap:20px}header nav ul li a{color:#fff;text-decoration:none;font-weight:700;transition:color .3s ease}header nav ul li a:hover{color:#00b7eb}h1{color:#00b7eb;text-shadow:0 0 8px rgba(0,183,235,.5);font-size:2.5em}h2,h3{color:#00b7eb}.hero{background:linear-gradient(to right,#222,#444);color:#fff;padding:50px;text-align:center;border-radius:10px}.hero p{color:#fff}.section{margin:40px 0}.section p,.section li{color:#fff}.section ul{list-style:none;padding:0}.section ul li{background:#444;margin:10px 0;padding:15px;border-radius:5px;box-shadow:0 2px 5px rgba(0,0,0,.3)}.section ol{padding-left:20px}.cta{text-align:center;margin:40px 0}.cta p{color:#fff}.disclaimer{background:#444;padding:20px;border-radius:5px;box-shadow:0 2px 5px rgba(0,0,0,.3)}.start-btn{position:relative;padding:15px 20px;background:linear-gradient(45deg,#00b7eb,#1e90ff);border-radius:50px;border:3px solid rgba(255,255,255,.3);color:#fff;font-size:16px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;animation:pulse .8s infinite;margin:10px}.start-btn:hover{transform:scale(1.05);background:#4682b4;border-color:#00b7eb;box-shadow:0 0 15px rgba(0,183,235,.7);animation:none}.start-btn::after{content:'';position:absolute;top:50%;left:50%;width:0;height:0;background:rgba(255,255,255,.3);border-radius:50%;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.start-btn:active::after{width:200px;height:200px;animation:ripple .6s ease-out}@keyframes pulse{0%{box-shadow:0 0 5px rgba(0,183,235,.3)}50%{box-shadow:0 0 15px rgba(0,183,235,.5)}100%{box-shadow:0 0 5px rgba(0,183,235,.3)}}@keyframes ripple{to{width:200px;height:200px;opacity:0}}.logo{max-width:200px;height:auto;margin-bottom:20px;display:block;margin-left:auto;margin-right:auto}.poster{max-width:100%;height:auto;margin:20px auto;display:block;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.5)}footer{background:#000;color:#fff;padding:40px 0;font-size:.9em;width:100%}footer .footer-content{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;gap:20px;max-width:1000px;margin:0 auto;padding:0 20px;align-items:start}footer .footer-logo{grid-column:1 / -1;text-align:center;margin-bottom:20px}footer .footer-logo img{max-width:150px;height:auto;display:block;margin:0 auto}footer .footer-text{display:grid;grid-template-columns:1fr 1fr;gap:20px}footer h3{color:#00b7eb;margin-bottom:10px}footer p{margin:5px 0}a{color:#fff;text-decoration:none}a:hover{color:#00b7eb}.comparison-table{width:100%;border-collapse:collapse;margin:20px 0}.comparison-table th,.comparison-table td{border:1px solid #555;padding:10px;text-align:center;color:#fff}.comparison-table th{background:#222;color:#fff}.comparison-table tr:nth-child(even){background:#444}.comparison-table tr:nth-child(odd){background:#333}@media (max-width:768px){header .content{justify-content:center}header nav{display:none}header .logo{margin:0 auto}.container{padding:60px 15px 15px}.hero,.section,.disclaimer{padding:20px;border-radius:5px}h1{font-size:1.8em}h2{font-size:1.4em;margin-bottom:10px}h3{font-size:1.2em;margin-bottom:10px}footer .footer-content{grid-template-columns:1fr;grid-template-rows:auto}footer .footer-logo{display:none}footer .footer-text{grid-template-columns:1fr}}