<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{margin:0;padding:0;box-sizing:border-box}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;scroll-behavior:smooth}body{background-color:#fff;color:#374151;margin:0;padding-top:80px}.nav-header{position:fixed;top:0;left:0;right:0;background-color:#fff;border-bottom:1px solid #e5e7eb;z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:80px}.nav-brand .brand-link{font-size:1.5rem;font-weight:700;color:#3b82f6;text-decoration:none;transition:color .3s ease}.nav-brand .brand-link:hover{color:#2563eb}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-link{color:#374151;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:.375rem;transition:all .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#3b82f6;background-color:#eff6ff}.nav-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:.25rem}.hamburger-line{width:1.5rem;height:2px;background-color:#374151;transition:all .3s ease}.nav-toggle.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(.25rem,.25rem)}.nav-toggle.active .hamburger-line:nth-child(2){opacity:0}.nav-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(.25rem,-.25rem)}h1{font-size:2.5rem;font-weight:700;line-height:1.2;color:#111827;margin-bottom:1rem}h2{font-size:2rem;font-weight:600;line-height:1.3;color:#111827;margin-bottom:1rem}h3{font-size:1.5rem;font-weight:600;line-height:1.4;color:#111827;margin-bottom:.75rem}h4{font-size:1.25rem;font-weight:600;line-height:1.4;color:#111827;margin-bottom:.5rem}p{color:#4b5563;margin-bottom:1rem;line-height:1.7}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.hero-section{position:relative;height:400px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;margin-bottom:4rem}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#3b82f6cc,#10b98199);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:800px;padding:0 1rem}.hero-content h1{color:#fff;font-size:3rem;margin-bottom:1rem}.hero-content p{color:#ffffffe6;font-size:1.25rem;margin-bottom:0}.content-section{padding:4rem 0}.section-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.card{background:#fff;border-radius:.5rem;padding:2rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;transition:all .3s ease}.card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.comparison-table{width:100%;border-collapse:collapse;margin-top:2rem;background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a}.comparison-table th,.comparison-table td{padding:1rem;text-align:left;border-bottom:1px solid #e5e7eb}.comparison-table th{background-color:#f9fafb;font-weight:600;color:#111827}.comparison-table tr:hover{background-color:#f9fafb}.faq-item{background:#fff;border-radius:.5rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000001a}.faq-question{width:100%;padding:1.5rem;text-align:left;background:none;border:none;font-size:1.125rem;font-weight:600;color:#111827;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{padding:0 1.5rem 1.5rem;color:#4b5563;line-height:1.7}.site-footer{background-color:#f9fafb;border-top:1px solid #e5e7eb;padding:3rem 0 1rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#3b82f6;margin-bottom:1rem}.footer-section h4{color:#111827;margin-bottom:.75rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#4b5563;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#3b82f6}.footer-bottom{border-top:1px solid #e5e7eb;padding-top:1rem;text-align:center;color:#6b7280}@media (max-width: 768px){body{padding-top:70px}.nav-container{height:70px}.nav-toggle{display:flex}.nav-menu{position:absolute;top:100%;left:0;right:0;background-color:#fff;flex-direction:column;gap:0;padding:1rem;border-top:1px solid #e5e7eb;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-menu.active{transform:translateY(0);opacity:1;visibility:visible}.nav-link{padding:.75rem 1rem;border-radius:.375rem;display:block}.hero-content h1{font-size:2rem}.hero-content p{font-size:1.125rem}h1{font-size:2rem}h2{font-size:1.75rem}.section-grid{grid-template-columns:1fr}.comparison-table{font-size:.875rem}.comparison-table th,.comparison-table td{padding:.75rem .5rem}}
</pre></body></html>