:root{--primary: #1e40af;--primary-foreground: #ffffff;--secondary: #f1f5f9;--foreground: #0f172a;--muted-foreground: #64748b;--background: #ffffff;--card: #ffffff;--border: #e2e8f0;--accent: #3b82f6}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:var(--foreground);background:var(--background)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.container-narrow{max-width:800px;margin:0 auto;padding:0 1rem}.header{position:sticky;top:0;z-index:50;background:var(--card);border-bottom:1px solid var(--border);box-shadow:0 1px 3px #0000001a}.header-inner{display:flex;align-items:center;justify-content:space-between;height:4rem}.logo{display:flex;align-items:center;gap:.5rem;font-weight:600}.logo-icon{width:2.5rem;height:2.5rem;background:var(--primary);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.nav{display:none;gap:1.5rem}@media (min-width: 768px){.nav{display:flex}}.nav a{color:var(--muted-foreground);font-weight:500;transition:color .2s}.nav a:hover{color:var(--foreground)}.cta-button{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary);color:var(--primary-foreground);padding:.625rem 1rem;border-radius:.5rem;font-weight:600;transition:opacity .2s;min-height:48px}.cta-button:hover{opacity:.9}.cta-button svg{width:1.25rem;height:1.25rem}.hero{background:var(--primary);color:var(--primary-foreground);padding:3rem 0}.hero h1{font-size:clamp(1.875rem,5vw,3rem);font-weight:700;margin-bottom:1rem;line-height:1.2}.hero p{font-size:1.125rem;opacity:.9;max-width:42rem}.section{padding:3rem 0}.section-alt{background:var(--secondary)}.section h2{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--foreground)}.section p{color:var(--muted-foreground);margin-bottom:1rem}.card-grid{display:grid;gap:1.5rem}@media (min-width: 640px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.card-grid{grid-template-columns:repeat(3,1fr)}}.card{background:var(--card);border:1px solid var(--border);border-radius:.5rem;padding:1.5rem;transition:border-color .2s,box-shadow .2s}.card:hover{border-color:var(--primary);box-shadow:0 4px 12px #0000001a}.card h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--foreground)}.card p{color:var(--muted-foreground);font-size:.875rem;margin-bottom:1rem}.card-link{color:var(--primary);font-weight:500;display:inline-flex;align-items:center;gap:.25rem}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;text-align:center;padding:2rem 0;background:var(--card);border-bottom:1px solid var(--border)}@media (min-width: 768px){.trust-grid{grid-template-columns:repeat(4,1fr)}}.trust-item{display:flex;flex-direction:column;align-items:center}.trust-item svg{width:2rem;height:2rem;color:var(--primary);margin-bottom:.5rem}.trust-item strong{font-weight:600;color:var(--foreground)}.trust-item span{font-size:.875rem;color:var(--muted-foreground)}.cta-banner{background:var(--primary);color:var(--primary-foreground);padding:3rem 0;text-align:center}.cta-banner h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:inherit}.cta-banner p{opacity:.9;margin-bottom:1.5rem;color:inherit}.cta-banner .cta-button{background:#fff;color:var(--primary)}.footer{background:var(--foreground);color:var(--background);padding:3rem 0}.footer-grid{display:grid;gap:2rem}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer h3{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer ul{list-style:none}.footer li{margin-bottom:.5rem}.footer a{opacity:.8;transition:opacity .2s}.footer a:hover{opacity:1}.footer-contact{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.75rem}.footer-contact svg{width:1.25rem;height:1.25rem;flex-shrink:0;margin-top:.125rem}.footer-bottom{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);text-align:center;opacity:.7}.content{max-width:65ch}.content h2{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem}.content h3{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.75rem}.content ul{margin:1rem 0;padding-left:1.5rem}.content li{margin-bottom:.5rem;color:var(--muted-foreground)}.faq-item{background:var(--card);border:1px solid var(--border);border-radius:.5rem;margin-bottom:1rem;overflow:hidden}.faq-question{width:100%;padding:1rem 1.5rem;text-align:left;font-weight:600;background:none;border:none;cursor:pointer;font-size:1rem;color:var(--foreground);display:flex;justify-content:space-between;align-items:center}.faq-answer{padding:0 1.5rem 1rem;color:var(--muted-foreground)}.breadcrumb{display:flex;align-items:center;gap:.5rem;color:#fffc;margin-bottom:1rem;font-size:.875rem}.breadcrumb a:hover{color:#fff}.contact-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--card);border:1px solid var(--border);border-radius:.5rem;margin-bottom:1rem;transition:border-color .2s}.contact-card:hover{border-color:var(--primary)}.contact-icon{width:3rem;height:3rem;background:#1e40af1a;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:var(--primary)}.contact-icon svg{width:1.5rem;height:1.5rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:500;margin-bottom:.5rem;color:var(--foreground)}.form-input{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:.5rem;font-size:1rem;transition:border-color .2s}.form-input:focus{outline:none;border-color:var(--primary)}.form-textarea{min-height:8rem;resize:vertical}.text-primary{color:var(--primary)}.text-muted{color:var(--muted-foreground)}.font-semibold{font-weight:600}.font-bold{font-weight:700}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.tag{display:inline-block;padding:.5rem 1rem;background:var(--card);border:1px solid var(--border);border-radius:.5rem;font-size:.875rem;transition:border-color .2s}.tag:hover{border-color:var(--primary)}.bullet-list li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;color:var(--muted-foreground)}.bullet-list li:before{content:"";width:.375rem;height:.375rem;background:var(--primary);border-radius:50%;flex-shrink:0;margin-top:.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.mobile-menu{display:none;padding:1rem;border-top:1px solid var(--border)}.mobile-menu.active{display:block}.mobile-menu a{display:block;padding:.75rem 1rem;color:var(--foreground);font-weight:500;border-radius:.5rem}.mobile-menu a:hover{background:var(--secondary)}.menu-toggle{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:none;border:none;cursor:pointer;color:var(--foreground)}.menu-toggle svg{width:1.5rem;height:1.5rem}@media (min-width: 768px){.menu-toggle{display:none}}
