:root{--navy: #0A2540;--cyan: #3B8DD9;--green: #22C55E;--red: #EF4444;--gray1: #F5F7FA;--gray2: #EEF2F7;--gray3: #DDE3EC;--gray4: #8A9BB0;--text-dark: #222;--text-light: #666;--link-light: #C5D8E8;--footer-links: #A8BDD4}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#fff;color:var(--text-dark);line-height:1.6;font-size:16px}.header-nav a:hover{color:var(--cyan)}.header-nav a.nav-active{color:var(--cyan);border-bottom:2px solid var(--cyan);padding-bottom:2px}.header-nav a .header-nav a.nav-cta:hover{background:#00a8a8;color:#fff}.hamburger.open span:nth-child(1){transform:rotate(45deg) translateY(10px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translateY(-10px)}@media(max-width:680px){.header-nav.open{max-height:400px}.header-nav a.nav-active{border-bottom:1px solid var(--cyan);background:#00c4c41a}.header-nav a{}}.container{max-width:900px;margin:0 auto;padding:0 20px}.hero{padding:60px 0;text-align:center}.hero h1{font-size:42px;font-weight:700;color:var(--navy);margin-bottom:15px;line-height:1.3}.hero .subheadline{font-size:18px;color:var(--text-light);max-width:600px;margin:0 auto;line-height:1.7}@media(max-width:720px){.hero{padding:40px 0}.hero h1{font-size:32px}.hero .subheadline{font-size:16px}}.quick-answer{background:var(--gray1);border-left:5px solid var(--cyan);padding:25px;margin:40px 0;border-radius:4px}.quick-answer strong{display:block;color:var(--navy);font-size:16px;margin-bottom:15px}.quick-answer ul{list-style:none}.quick-answer li{color:var(--text-dark);padding:8px 0 8px 25px;position:relative}.quick-answer li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}section{padding:50px 0;border-bottom:1px solid var(--gray3)}section:last-child{border-bottom:none}h2{font-size:32px;font-weight:700;color:var(--navy);margin-bottom:30px}h3{font-size:18px;font-weight:600;color:var(--navy);margin:25px 0 15px}p{margin-bottom:15px;color:var(--text-dark);line-height:1.8}ul,ol{margin:20px 0;padding-left:25px}li{margin-bottom:10px;color:var(--text-dark);line-height:1.7}strong{color:var(--navy);font-weight:600}a{color:var(--cyan);text-decoration:none;transition:color .3s ease}a:hover{color:#00a8a8;text-decoration:underline}table{width:100%;border-collapse:collapse;margin:25px 0;background:#fff;border:1px solid var(--gray3)}th{background:var(--navy);color:#fff;padding:15px;text-align:left;font-weight:600}td{padding:15px;border-bottom:1px solid var(--gray3)}tr:hover{background:var(--gray1)}.card{background:var(--gray1);padding:25px;border-radius:4px;margin:25px 0;border-left:5px solid var(--cyan)}.card.cyan-bg{background:#00c4c41a;border-left-color:var(--cyan)}.card.green-bg{background:#22c55e1a;border-left-color:var(--green)}.card.red-themed{background:#ef444414;border-left-color:var(--red)}.card strong{display:block;margin-bottom:10px}.trust-box{background:var(--gray2);border-left:5px solid var(--cyan);padding:20px;border-radius:4px;margin:30px 0}.trust-box.amber{border-left-color:#f59e0b;background:#f59e0b14}.trust-box.green{border-left-color:var(--green);background:#22c55e14}.trust-box.red{border-left-color:var(--red);background:#ef444414}.trust-box strong{display:block;margin-bottom:10px}.faq-item{border-bottom:1px solid var(--gray3);padding:20px 0}.faq-item:last-child{border-bottom:none}.faq-question{background:none;border:none;cursor:pointer;width:100%;text-align:left;font-size:16px;font-weight:600;color:var(--navy);padding:0;display:flex;justify-content:space-between;align-items:center;transition:color .3s ease}.faq-question:hover{color:var(--cyan)}.faq-question:after{content:"+";font-size:24px;font-weight:700;transition:transform .3s ease}.faq-item.open .faq-question:after{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;margin-top:0}.faq-item.open .faq-answer{max-height:500px;margin-top:15px}.faq-answer p{color:var(--text-dark)}.sticky-quiz{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(90deg,var(--cyan),var(--green));color:#fff;padding:15px 20px;text-align:center;z-index:999;display:none;justify-content:space-between;align-items:center;box-shadow:0 -2px 10px #0000001a}.sticky-quiz.show{display:flex}.sticky-quiz p{margin:0;font-size:14px;flex:1}.sticky-quiz a{background:#fff;color:var(--navy);padding:10px 20px;border-radius:4px;font-weight:600;text-decoration:none;margin:0 10px;transition:background .3s ease;white-space:nowrap}.sticky-quiz a:hover{background:#f0f0f0;color:var(--navy);text-decoration:none}.sticky-quiz-close{background:none;border:none;color:#fff;cursor:pointer;font-size:20px;padding:0 10px;transition:color .3s ease}.sticky-quiz-close:hover{color:#ccc}.site-footer{background:var(--navy);color:var(--footer-links);padding:50px 20px 30px;border-top:3px solid var(--cyan)}.footer-grid{max-width:900px;margin:0 auto 30px;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.footer-grid h4{color:#fff;font-size:14px;font-weight:600;margin-bottom:15px}.footer-grid ul{list-style:none;padding:0;margin:0}.footer-grid li{margin-bottom:10px}.footer-grid a{color:var(--footer-links);text-decoration:none;font-size:13px;transition:color .3s ease}.footer-grid a:hover{color:var(--cyan);text-decoration:underline}.footer-bottom{max-width:900px;margin:0 auto;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:12px;color:var(--gray4)}@media(max-width:600px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:720px){h2{font-size:24px}h3{font-size:16px}.sticky-quiz{flex-direction:column;gap:10px}.sticky-quiz p{order:1}.sticky-quiz a{margin:0;order:2}.sticky-quiz-close{position:absolute;top:5px;right:5px;order:3}}
