*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.7;color:#1e293b;background:#fff;-webkit-font-smoothing:antialiased}a{color:#2563eb;text-decoration:none;transition:color .2s}a:hover{color:#1d4ed8}img{max-width:100%;height:auto}ul{list-style:none}h1,h2,h3,h4{line-height:1.3;color:#0f172a}h1{font-size:2.2rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}h2{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;margin-top:2.5rem}h3{font-size:1.15rem;font-weight:600;margin-bottom:.5rem}p{margin-bottom:1rem;color:#475569}strong{color:#1e293b}.container{max-width:1060px;margin:0 auto;padding:0 1.5rem}.site-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:.85rem 0;position:sticky;top:0;z-index:100;backdrop-filter:blur(8px);background:#fffffff2}.site-header .container{display:flex;justify-content:space-between;align-items:center}.site-logo{font-weight:800;font-size:1.25rem;color:#0f172a;display:flex;align-items:center;gap:.5rem}.site-logo svg{width:28px;height:28px}.site-logo span{color:#2563eb}.site-header nav{display:flex;align-items:center;gap:1.25rem}.site-header nav a{color:#475569;font-size:.9rem;font-weight:500;transition:color .2s}.site-header nav a:hover{color:#2563eb;text-decoration:none}.nav-cta{background:#2563eb;color:#fff!important;padding:.5rem 1.25rem;border-radius:8px;font-weight:600;font-size:.9rem}.nav-cta:hover{background:#1d4ed8;color:#fff!important}.hero{background:linear-gradient(135deg,#0f172a,#1e3a5f,#1e40af);color:#fff;padding:4rem 0 3rem;margin:-1rem -1.5rem 0;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero h1{color:#fff;font-size:2.5rem;max-width:700px;margin:0 auto 1rem;position:relative}.hero p{color:#cbd5e1;font-size:1.1rem;max-width:600px;margin:0 auto 2rem;position:relative}.hero-metrics{display:flex;justify-content:center;gap:3rem;margin-top:2.5rem;position:relative}.hero-metric{text-align:center}.hero-metric .number{display:block;font-size:2rem;font-weight:800;color:#60a5fa}.hero-metric .label{font-size:.85rem;color:#94a3b8;margin-top:.25rem}.form-section{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;padding:2.5rem;margin:-2rem auto 3rem;max-width:720px;position:relative;z-index:10;overflow:hidden}.form-section h3{text-align:center;margin-top:0;margin-bottom:.25rem;font-size:1.35rem;font-weight:700}.form-subtitle{text-align:center;color:#64748b;margin-bottom:2rem;font-size:.95rem}.form-progress{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem}.form-progress-step{width:3.5rem;height:4px;border-radius:4px;background:#e2e8f0;transition:background .3s}.form-progress-step.active{background:#2563eb}.form-progress-step.done{background:#10b981}.form-options{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.form-option{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s;background:#fff;font-size:.95rem;color:#334155;font-weight:500}.form-option:hover{border-color:#93c5fd;background:#eff6ff}.form-option.selected{border-color:#2563eb;background:#eff6ff;color:#1e40af;box-shadow:0 0 0 1px #2563eb}.form-option-icon{font-size:1.5rem;flex-shrink:0;width:2rem;text-align:center}.form-fields{display:flex;flex-direction:column;gap:1rem}.form-field label{display:block;font-weight:600;font-size:.9rem;color:#334155;margin-bottom:.35rem}.form-field input{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:border-color .2s;font-family:inherit;color:#1e293b}.form-field input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-field input::placeholder{color:#94a3b8}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-nav{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem}.form-btn-back{background:none;border:none;color:#64748b;cursor:pointer;font-size:.95rem;font-weight:500;padding:.5rem 1rem;display:flex;align-items:center;gap:.35rem;font-family:inherit}.form-btn-back:hover{color:#334155}.form-btn-next,.form-btn-submit{background:#2563eb;color:#fff;border:none;padding:.85rem 2rem;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s;font-family:inherit;display:flex;align-items:center;gap:.5rem}.form-btn-next:hover,.form-btn-submit:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.form-btn-submit{background:#f59e0b;color:#0f172a;width:100%;justify-content:center;padding:1rem;font-size:1.1rem}.form-btn-submit:hover{background:#d97706;box-shadow:0 4px 12px #f59e0b4d}.form-trust{display:flex;justify-content:center;gap:1.5rem;margin-top:1.25rem;font-size:.85rem;color:#64748b}.form-trust span{display:flex;align-items:center;gap:.35rem}.form-trust svg{width:16px;height:16px;color:#10b981}.form-success{text-align:center;padding:2rem 0}.form-success svg{width:64px;height:64px;color:#10b981;margin-bottom:1rem}.form-success h3{font-size:1.3rem;margin-bottom:.5rem}.form-success p{color:#64748b}.cta-banner{background:linear-gradient(135deg,#0f172a,#1e3a5f);color:#fff;padding:2rem 2.5rem;border-radius:16px;margin:2rem 0;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cta-banner-text .cta-title{color:#fff;margin:0 0 .35rem;font-size:1.2rem;font-weight:700;line-height:1.3}.cta-banner-text p{color:#94a3b8;margin:0;font-size:.95rem}.cta-btn{display:inline-flex;align-items:center;gap:.5rem;background:#f59e0b;color:#0f172a;font-weight:700;font-size:1rem;padding:.85rem 2rem;border-radius:10px;transition:all .2s;white-space:nowrap;text-decoration:none}.cta-btn:hover{background:#d97706;text-decoration:none;transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b4d}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2.5rem 0}.feature-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .2s}.feature-card:hover{border-color:#93c5fd;box-shadow:0 4px 12px #0000000d}.feature-icon{font-size:2rem;margin-bottom:.75rem}.feature-card h3{margin-top:0;font-size:1.05rem;color:#0f172a}.feature-card p{font-size:.9rem;color:#64748b;margin-bottom:0}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin:1.5rem 0}.pricing-card{background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:1.75rem;text-align:center;transition:all .2s;position:relative}.pricing-card:hover{border-color:#93c5fd;box-shadow:0 8px 24px #0000000f}.pricing-card.recommended{border-color:#2563eb;box-shadow:0 8px 24px #2563eb1a}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#2563eb;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem 1rem;border-radius:20px}.pricing-card h3{margin-top:0;margin-bottom:.5rem}.pricing-price{font-size:1.8rem;font-weight:800;color:#0f172a;margin-bottom:.25rem}.pricing-unit{font-size:.85rem;color:#64748b;margin-bottom:1rem}.pricing-features{text-align:left;margin-bottom:1.5rem}.pricing-features li{padding:.35rem 0;font-size:.9rem;color:#475569;display:flex;align-items:center;gap:.5rem}.pricing-features li:before{content:"✓";color:#10b981;font-weight:700}.business-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:.75rem;transition:all .2s}.business-card:hover{box-shadow:0 4px 12px #0000000f;border-color:#93c5fd}.business-card h3{margin-top:0;font-size:1.05rem;color:#2563eb}.business-card .address{color:#64748b;font-size:.9rem}.business-card .phone{font-weight:700;color:#0f172a;font-size:1rem}.links-section{margin:3rem 0}.links-section h2{padding-bottom:.75rem;border-bottom:2px solid #e2e8f0;margin-top:0}.links-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.5rem 1rem;margin-top:1rem}.links-grid a{padding:.45rem 0;font-size:.95rem;color:#475569;display:flex;align-items:center;gap:.35rem;transition:all .15s}.links-grid a:before{content:"→";color:#cbd5e1;font-size:.85rem;transition:all .15s}.links-grid a:hover{color:#2563eb;text-decoration:none;padding-left:.25rem}.links-grid a:hover:before{color:#2563eb}.breadcrumb{font-size:.85rem;color:#94a3b8;margin:1.25rem 0}.breadcrumb a{color:#64748b;transition:color .2s}.breadcrumb a:hover{color:#2563eb}.breadcrumb span{margin:0 .4rem;color:#cbd5e1}.seo-text{color:#475569;font-size:.95rem;margin:2rem 0;line-height:1.8}.seo-text p{margin-bottom:1.25rem}.seo-text h2{color:#0f172a;font-size:1.3rem;margin-top:2rem}.seo-text ul{margin:1rem 0 1.25rem 1.5rem;list-style:disc}.seo-text li{margin-bottom:.35rem;color:#475569}.faq-list{margin:1.5rem 0}.faq-item{border:1px solid #e2e8f0;border-radius:12px;margin-bottom:.75rem;overflow:hidden}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#fff;border:none;cursor:pointer;font-size:1rem;font-weight:600;color:#0f172a;text-align:left;font-family:inherit;transition:background .2s}.faq-question:hover{background:#f8fafc}.faq-question svg{width:20px;height:20px;color:#94a3b8;transition:transform .3s;flex-shrink:0}.faq-item.open .faq-question svg{transform:rotate(180deg)}.faq-answer{padding:0 1.25rem 1rem;color:#475569;font-size:.95rem;display:none}.faq-item.open .faq-answer{display:block}.blog-intro{font-size:1.05rem;color:#475569;max-width:640px;margin-bottom:2.5rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin:2rem 0}.blog-card{display:block;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .2s;text-decoration:none}.blog-card:hover{border-color:#93c5fd;box-shadow:0 4px 12px #0000000f;text-decoration:none;transform:translateY(-2px)}.blog-card time{font-size:.8rem;color:#94a3b8;font-weight:500}.blog-card h2{font-size:1.15rem;font-weight:700;color:#0f172a;margin:.5rem 0;line-height:1.4}.blog-card p{font-size:.9rem;color:#64748b;margin-bottom:.75rem}.blog-card-link{font-size:.9rem;color:#2563eb;font-weight:600}.blog-empty{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;padding:3rem 2rem;text-align:center;margin:2rem 0}.blog-empty p{color:#64748b;font-size:1rem;margin:0}.site-footer{background:#0f172a;color:#94a3b8;padding:3.5rem 0 2rem;margin-top:4rem;font-size:.9rem}.site-footer a{color:#94a3b8;transition:color .2s}.site-footer a:hover{color:#fff;text-decoration:none}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}.footer-about{max-width:280px}.footer-about p{font-size:.85rem;margin-top:.5rem;line-height:1.6}.footer-grid .footer-heading{color:#fff;margin-bottom:.75rem;font-size:.95rem;font-weight:600}.footer-grid ul li{margin-bottom:.4rem}.footer-bottom{border-top:1px solid #1e293b;margin-top:2.5rem;padding-top:1.5rem;text-align:center;font-size:.8rem;color:#475569}main{padding:1.5rem 0 2rem}@media(max-width:768px){h1{font-size:1.6rem}.hero{padding:3rem 1.5rem 2rem;margin:-1rem -1.5rem 0}.hero h1{font-size:1.8rem}.hero-metrics{flex-wrap:wrap;gap:1.5rem}.hero-metric .number{font-size:1.5rem}.form-section{margin:-1.5rem .5rem 2rem;padding:1.5rem}.form-options,.form-row{grid-template-columns:1fr}.cta-banner{flex-direction:column;text-align:center;padding:1.5rem}.features,.pricing-grid{grid-template-columns:1fr}.footer-grid,.links-grid{grid-template-columns:1fr 1fr}.site-header nav{gap:.75rem}.site-header nav a.nav-link{display:none}}@media(max-width:480px){.hero h1{font-size:1.5rem}.hero-metrics{gap:1rem}.form-trust{flex-direction:column;align-items:center;gap:.5rem}.links-grid,.footer-grid{grid-template-columns:1fr}}
