*{margin:0;padding:0;box-sizing:border-box}:root{--header-color:#005fc9;--accent-color:#f8d66b;--primary-btn-gradient:linear-gradient(90deg,#ffed7f,#fddf6e,#fcd15d,#fac34d,#f9b43f);--primary-btn-color:#010e16;--secondary-btn-bg:#fff;--secondary-btn-color:#010e16;--bg-color:#005fc9;--text-color:#fff;--text-light:#fff}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-color);line-height:1.6;background-color:var(--bg-color)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;outline:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:14px 32px;font-size:16px;font-weight:600;text-align:center;border-radius:8px;transition:all .3s ease;min-height:44px;line-height:1.2}.btn-primary{background:var(--primary-btn-gradient);color:var(--primary-btn-color);box-shadow:0 4px 12px rgba(249,180,63,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(249,180,63,.4)}.btn-secondary{background:var(--secondary-btn-bg);color:var(--secondary-btn-color);border:2px solid var(--header-color)}.btn-secondary:hover{background:var(--header-color);color:var(--text-light);transform:translateY(-2px)}.internal-link{text-decoration:underline;font-weight:500;transition:color .2s ease}.internal-link,.internal-link:hover{color:var(--accent-color)}.hero-section{padding:60px 20px;text-align:center;background:linear-gradient(135deg,#053f81,#1a70d2)}.hero-section h1{font-size:2.5rem;font-weight:700;margin-bottom:20px;color:var(--accent-color);line-height:1.2}.hero-section p{font-size:1.125rem;margin-bottom:30px;color:var(--text-light);max-width:800px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:30px}.content-section{padding:20px;max-width:1200px;margin:0 auto}.content-section h2{font-size:2rem;font-weight:700;margin-bottom:20px;color:var(--accent-color)}.content-section h3{font-size:1.5rem;font-weight:600;margin-bottom:16px;margin-top:32px;color:var(--accent-color)}.content-section p{font-size:1rem;margin-bottom:16px;color:var(--text-color);line-height:1.7}.content-section ol,.content-section ul{margin-left:24px;margin-bottom:16px}.content-section li{margin-bottom:8px;line-height:1.7}.banner-image{width:100%;height:auto;margin-bottom:40px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.table-wrapper{overflow-x:auto;margin:30px 0}table{width:100%;border-collapse:collapse;margin:20px 0;background:hsla(0,0%,100%,.1);box-shadow:0 2px 8px rgba(0,0,0,.1);border-radius:8px;overflow:hidden}table th{background:var(--header-color);color:var(--text-light);padding:16px;text-align:left;font-weight:600}table td{padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.1)}table tr:last-child td{border-bottom:none}table tr:hover{background:hsla(0,0%,100%,.2)}.faq-section{padding:20px;max-width:900px;margin:0 auto}.faq-section h2{font-size:2rem;font-weight:700;margin-bottom:30px;text-align:center}.faq-item{margin-bottom:20px;padding:20px;background:hsla(0,0%,100%,.1);border-radius:8px}.faq-item h3{font-size:1.125rem;font-weight:600;margin-bottom:10px;color:var(--accent-color)}.faq-item p{margin:0;color:var(--text-color)}.sticky-cta{position:fixed;bottom:0;left:0;display:none;right:0;z-index:50;background:var(--header-color);padding:16px 20px;box-shadow:0 -4px 20px rgba(0,0,0,.2);transform:translateY(100%);transition:transform .3s ease}.sticky-cta.visible{transform:translateY(0)}.sticky-cta a{width:100%;display:flex;align-items:center;justify-content:center}@media (max-width:768px){.hero-section h1{font-size:1.75rem}.hero-section p{font-size:1rem}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{width:100%}.content-section h2{font-size:1.5rem}.content-section h3{font-size:1.25rem}table{font-size:.875rem}.sticky-cta{display:block}table td,table th{padding:10px 8px}}@media (min-width:769px) and (max-width:1023px){.hero-section h1{font-size:2rem}}