*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;color:#1e293b;background:#fff}h1,h2,h3,h4,h5,h6{font-family:Georgia,Times New Roman,Times,serif;font-weight:600;line-height:1.2;color:#1e293b}h1{font-size:3rem;margin-bottom:1rem}h2{font-size:2rem;margin-bottom:.75rem}h3{font-size:1.5rem;margin-bottom:.5rem}p{margin-bottom:1rem}a{color:#2563eb;text-decoration:none;transition:color .2s}a:hover{color:#06b6d4}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.site-header{background:#fff;border-bottom:1px solid #E2E8F0;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2}.header-inner{max-width:1200px;margin:0 auto;padding:1.25rem 2rem;display:flex;justify-content:space-between;align-items:center}.brand{font-family:Georgia,Times New Roman,Times,serif;font-size:1.5rem;font-weight:700;color:#1e293b;display:flex;align-items:center;gap:.5rem}.brand-icon{width:32px;height:32px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;font-weight:700}.nav-desktop{display:none;gap:2rem;align-items:center}@media (min-width: 768px){.nav-desktop{display:flex}}.nav-desktop a{color:#64748b;font-weight:500;transition:color .2s;display:flex;align-items:center;gap:.5rem}.nav-desktop a:hover{color:#2563eb}.nav-mobile-toggle{display:block;background:none;border:none;color:#1e293b;font-size:1.5rem;cursor:pointer;padding:.5rem}@media (min-width: 768px){.nav-mobile-toggle{display:none}}.nav-mobile{display:none;border-top:1px solid #E2E8F0;padding:1rem 2rem;background:#fff}.nav-mobile.open{display:flex;flex-direction:column;gap:.75rem}.nav-mobile a{padding:.75rem;border-radius:8px;transition:background .2s;display:flex;align-items:center;gap:.5rem;color:#64748b}.nav-mobile a:hover{background:#f1f5f9;color:#2563eb}.hero{background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;padding:5rem 0;position:relative;overflow:hidden}.hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.1;background-size:cover;background-position:center}.hero-content{position:relative;z-index:1}.hero h1{color:#fff;font-size:3.5rem;margin-bottom:1rem}.hero p{font-size:1.25rem;margin-bottom:2rem;color:#fffffff2}.hero-cta{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:#2563eb;padding:.875rem 1.5rem;border-radius:8px;font-weight:600;transition:transform .2s,box-shadow .2s}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 10px 25px #00000026;color:#2563eb}.section{padding:4rem 0}.section-alt{background:#f8fafc}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{font-size:2.5rem;margin-bottom:1rem}.section-title p{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto}.card-grid{display:grid;gap:2rem;margin-top:2rem}@media (min-width: 768px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.card-grid.three-col{grid-template-columns:repeat(3,1fr)}}.card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s}.section-alt .card{box-shadow:0 4px 6px #0000000d}.card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.card-icon{width:48px;height:48px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1rem}.card h3{margin-bottom:.75rem;color:#1e293b}.card p,.card ul{color:#64748b;font-size:.95rem}.card ul{list-style:none;padding:0}.card ul li{padding:.5rem 0;display:flex;align-items:flex-start;gap:.5rem}.card ul li svg{margin-top:.25rem;flex-shrink:0}.feature-list{list-style:none;padding:0}.feature-list li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:8px;transition:background .2s}.section-alt .feature-list li{background:#fff;box-shadow:0 1px 3px #0000000d}.feature-list li:hover{background:#f8fafc}.feature-icon{width:40px;height:40px;background:#eff6ff;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#2563eb;flex-shrink:0}.contact-grid{display:grid;gap:2rem;margin-top:2rem}@media (min-width: 768px){.contact-grid{grid-template-columns:repeat(2,1fr)}}.contact-card{background:#fff;padding:2rem;border-radius:12px;border:1px solid #E2E8F0}.contact-card h3{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:#2563eb}.contact-card a{display:inline-flex;align-items:center;gap:.5rem;color:#2563eb;font-weight:500}.site-footer{background:#1e293b;color:#94a3b8;padding:3rem 0 2rem;margin-top:4rem}.footer-content{display:grid;gap:2rem;margin-bottom:2rem}@media (min-width: 768px){.footer-content{grid-template-columns:2fr 1fr 1fr}}.footer-brand{font-family:Georgia,Times New Roman,Times,serif;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.footer-section h4{color:#fff;font-size:1rem;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#94a3b8;transition:color .2s}.footer-section a:hover{color:#06b6d4}.footer-bottom{border-top:1px solid #334155;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom button{background:none;border:none;color:#94a3b8;cursor:pointer;transition:color .2s;font:inherit}.footer-bottom button:hover{color:#06b6d4}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;max-width:600px;width:100%;padding:2.5rem;border-radius:16px;box-shadow:0 20px 50px #0000004d;max-height:80vh;overflow-y:auto;position:relative}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:#f1f5f9;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:background .2s,color .2s}.modal-close:hover{background:#e2e8f0;color:#1e293b}.modal-content h2{margin-bottom:1rem;color:#1e293b}.modal-content p{color:#64748b;line-height:1.6}.text-center{text-align:center}.text-muted{color:#64748b}.mt-4{margin-top:2rem}:focus-visible{outline:2px solid #2563EB;outline-offset:2px}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.5rem}.hero h1{font-size:2.5rem}.section-title h2{font-size:2rem}}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#64748b;margin-bottom:2rem;transition:color .2s}.back-link:hover{color:#2563eb}
