:root{--navy: #0A2540;--cyan: #3B8DD9;--green: #22C55E;--gray1: #F5F7FA;--gray2: #EEF2F7;--gray3: #DDE3EC;--gray4: #8A9BB0;--text-dark: #222;--text-light: #666;--border: #E5E7EB}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif;color:var(--text-dark);line-height:1.6;background:#fff}.header-nav a:hover,.header-nav a.nav-active{color:var(--cyan)}.header-nav a .header-nav a.nav-cta:hover{background:#00a8a8}@media(max-width:680px){.header-nav.open{max-height:500px;padding:20px 0}.header-nav a{}}main{max-width:1200px;margin:0 auto;padding:60px 20px}h1{font-size:42px;font-weight:700;color:var(--navy);margin-bottom:20px;text-align:center}.subtitle{font-size:18px;color:var(--text-light);text-align:center;margin-bottom:50px;max-width:700px;margin-left:auto;margin-right:auto}.featured-container{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin-bottom:80px;background:var(--gray1);padding:40px;border-radius:12px;border-left:6px solid var(--cyan)}.featured-image{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--navy),var(--cyan));border-radius:8px;height:300px;font-size:14px;color:#fff}.featured-content h2{font-size:28px;color:var(--navy);margin-bottom:15px}.featured-content .rating{font-size:16px;color:var(--cyan);font-weight:600;margin-bottom:15px;display:flex;align-items:center;gap:8px}.featured-content p{color:var(--text-light);margin-bottom:20px;line-height:1.7}.feature-list{list-style:none;margin-bottom:25px}.feature-list li{padding:8px 0;color:var(--text-dark);display:flex;gap:10px;align-items:flex-start}.feature-list li:before{content:"✓";color:var(--green);font-weight:700;flex-shrink:0}.featured-cta{display:inline-block;background:linear-gradient(135deg,var(--navy),#051f3a);color:#fff;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;font-size:15px;transition:transform .3s,box-shadow .3s;border:none;cursor:pointer}.featured-cta:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0a25404d}@media(max-width:768px){.featured-container{grid-template-columns:1fr;padding:30px;gap:30px}h1{font-size:32px}}.comparison-section{margin-bottom:80px}.comparison-section h2{font-size:28px;color:var(--navy);margin-bottom:30px;text-align:center}.comparison-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014}.comparison-table th{background:var(--navy);color:#fff;padding:16px;text-align:left;font-weight:600;font-size:14px}.comparison-table td{padding:16px;border-bottom:1px solid var(--border);font-size:14px}.comparison-table tr:last-child td{border-bottom:none}.comparison-table tr:nth-child(2n){background:var(--gray1)}.comparison-table .best{color:var(--green);font-weight:600}.faq-section{margin-bottom:80px}.faq-section h2{font-size:28px;color:var(--navy);margin-bottom:30px;text-align:center}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.faq-item{border:1px solid var(--border);border-radius:8px;overflow:hidden;background:#fff}.faq-question{background:var(--gray1);padding:20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;color:var(--navy);transition:background .3s}.faq-question:hover{background:var(--gray2)}.faq-question.active{background:var(--navy);color:#fff}.faq-toggle{font-size:20px;transition:transform .3s}.faq-question.active .faq-toggle{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s}.faq-answer.active{max-height:300px;padding:20px;color:var(--text-light);line-height:1.7}@media(max-width:768px){.faq-grid{grid-template-columns:1fr}}.sticky-quiz-cta{position:fixed;bottom:0;left:0;right:0;background:var(--navy);padding:16px 20px;text-align:center;z-index:999;max-height:0;overflow:hidden;transition:max-height .3s;border-top:3px solid var(--cyan)}.sticky-quiz-cta.show{max-height:80px}.sticky-quiz-cta a{display:inline-block;background:var(--cyan);color:var(--navy);padding:10px 24px;border-radius:4px;text-decoration:none;font-weight:600;transition:background .3s}.sticky-quiz-cta a:hover{background:#00a8a8}.site-footer{background:var(--navy);color:#a8bdd4;padding:50px 20px 30px;margin-top:80px;border-top:3px solid var(--cyan)}.footer-grid{max-width:1200px;margin:0 auto 30px;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.footer-grid h3{color:#fff;font-size:16px;margin-bottom:15px}.footer-grid ul{list-style:none}.footer-grid li{margin-bottom:10px}.footer-grid a{color:#a8bdd4;text-decoration:none;font-size:14px;transition:color .3s}.footer-grid a:hover{color:var(--cyan)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:12px}@media(max-width:600px){.footer-grid{grid-template-columns:repeat(2,1fr)}}
