:root{--c-primary: #f97316;--c-primary-dark: #d46213;--c-primary-light: #fff4ec;--c-primary-bg: #fee6d5;--c-primary-muted: #fcc096;--c-primary-accent: #fba468}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.7;color:#1e293b;background:#fff;-webkit-font-smoothing:antialiased}a{color:var(--c-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--c-primary-dark)}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:-.01em}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:var(--c-primary)}.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:var(--c-primary);text-decoration:none}.nav-cta{background:var(--c-primary);color:#fff!important;padding:.5rem 1.25rem;border-radius:8px;font-weight:600;font-size:.9rem}.nav-cta:hover{background:var(--c-primary-dark);color:#fff!important}.hero{background:#f8fafc;color:#0f172a;padding:3.5rem 0 2.5rem;margin:-1rem -1.5rem 0;text-align:left;position:relative;overflow:hidden;border-top:4px solid var(--c-primary)}.hero:before{content:none}.hero .container{position:relative;z-index:1}.hero h1{color:#0f172a;font-size:2.4rem;max-width:650px;margin:0 0 1rem;position:relative}.hero p{color:#475569;font-size:1.05rem;max-width:550px;margin:0 0 2rem;position:relative}.hero-metrics{display:flex;justify-content:flex-start;gap:2rem;margin-top:2rem;position:relative}.hero-metric{text-align:center;background:var(--c-primary-light);padding:.75rem 1.25rem;border-radius:10px;border:1px solid var(--c-primary-bg)}.hero-metric .number{display:block;font-size:1.6rem;font-weight:800;color:var(--c-primary)}.hero-metric .label{font-size:.8rem;color:#64748b;margin-top:.15rem}.workflow-steps{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:1.5rem auto 1.25rem;max-width:720px;padding:1.25rem 1.5rem;background:#fff;border-radius:14px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000f}.workflow-step{display:flex;align-items:center;gap:.75rem;flex:1}.workflow-icon{width:40px;height:40px;background:var(--c-primary-light);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.workflow-icon svg{width:20px;height:20px;color:var(--c-primary)}.workflow-text{display:flex;flex-direction:column;line-height:1.3}.workflow-num{font-size:.7rem;font-weight:700;color:var(--c-primary);text-transform:uppercase;letter-spacing:.05em}.workflow-text strong{font-size:.85rem;color:#0f172a}.workflow-text p{font-size:.75rem;color:#64748b;margin:0}.workflow-arrow{flex-shrink:0;width:20px;height:20px;color:#cbd5e1}.workflow-arrow svg{width:20px;height:20px}.form-section{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;padding:2.5rem;margin:0 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:var(--c-primary)}.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:var(--c-primary-muted);background:var(--c-primary-light)}.form-option.selected{border-color:var(--c-primary);background:var(--c-primary-light);color:var(--c-primary-dark);box-shadow:0 0 0 1px var(--c-primary)}.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:var(--c-primary);box-shadow:0 0 0 3px #f973161a}.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:var(--c-primary);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:var(--c-primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #f973164d}.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(2,1fr);gap:1.25rem;margin:2.5rem 0}.feature-card{background:#fff;border:1px solid #e2e8f0;border-left:3px solid var(--c-primary);border-radius:0 12px 12px 0;padding:1.25rem 1.5rem;transition:all .2s;display:flex;align-items:flex-start;gap:1rem}.feature-card:hover{border-left-color:var(--c-primary-dark);box-shadow:0 4px 12px #0000000d}.feature-icon{font-size:1.75rem;flex-shrink:0;margin-bottom:0}.feature-card h3{margin-top:0;font-size:1.05rem;color:#0f172a}.feature-card p{font-size:.88rem;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:var(--c-primary-muted);box-shadow:0 8px 24px #0000000f}.pricing-card.recommended{border-color:var(--c-primary);box-shadow:0 8px 24px #f973161a}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--c-primary);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:var(--c-primary-muted)}.business-card h3{margin-top:0;font-size:1.05rem;color:var(--c-primary)}.business-card .address{color:#64748b;font-size:.9rem}.business-card .phone{font-weight:700;color:#0f172a;font-size:1rem}.local-pros{margin:2rem 0}.local-pros-card{background:linear-gradient(135deg,#eff6ff,#f0fdf4);border:1px solid #bfdbfe;border-radius:16px;padding:2rem;text-align:center}.local-pros-stats{display:flex;justify-content:center;gap:2.5rem;margin-bottom:1.25rem}.local-pros-stat{display:flex;flex-direction:column;align-items:center}.local-pros-number{font-size:1.8rem;font-weight:800;color:#0f172a;line-height:1.2}.local-pros-label{font-size:.8rem;color:#64748b;font-weight:500;margin-top:.15rem}.local-pros-text{color:#475569;font-size:.95rem;margin-bottom:1.25rem;max-width:500px;margin-left:auto;margin-right:auto}.local-pros-cta{display:inline-block;background:#f59e0b;color:#0f172a;font-weight:700;font-size:1rem;padding:.85rem 2rem;border-radius:10px;text-decoration:none;transition:all .2s}.local-pros-cta:hover{background:#d97706;text-decoration:none;transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b4d}.tabs-section{margin:3rem 0}.tabs-nav{display:flex;gap:.25rem;background:#f1f5f9;border-radius:12px;padding:.25rem;margin-bottom:1.25rem}.tab-btn{flex:1;padding:.6rem 1rem;border:none;background:none;border-radius:10px;font-size:.9rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s;font-family:inherit}.tab-btn:hover{color:#334155}.tab-btn.active{background:#fff;color:var(--c-primary);box-shadow:0 1px 3px #0000001a}.tab-panel{display:none}.tab-panel.active{display:block}.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:var(--c-primary);text-decoration:none;padding-left:.25rem}.links-grid a:hover:before{color:var(--c-primary)}.breadcrumb{font-size:.85rem;color:#94a3b8;margin:1.25rem 0}.breadcrumb a{color:#64748b;transition:color .2s}.breadcrumb a:hover{color:var(--c-primary)}.breadcrumb span{margin:0 .4rem;color:#cbd5e1}.hero .breadcrumb{color:#64748b;margin:0 0 1rem;position:relative}.hero .breadcrumb a{color:var(--c-primary)}.hero .breadcrumb a:hover{color:var(--c-primary-dark)}.hero .breadcrumb span{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}figure[class^=illu-]{margin:0;overflow:hidden}figure[class^=illu-] img{width:100%;height:auto;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;transition:transform .4s cubic-bezier(.4,0,.2,1)}figure[class^=illu-]:hover img{transform:scale(1.02)}.illu-banner{text-align:center;margin:2.5rem auto;max-width:560px}.illu-centered{text-align:center;margin:2rem auto;max-width:400px}.illu-float-right{float:right;margin:.25rem 0 1.5rem 2rem;max-width:280px}.illu-float-left{float:left;margin:.25rem 2rem 1.5rem 0;max-width:280px}.problems-overview{margin:2.5rem 0}.problems-overview h2{text-align:center;margin-bottom:1.5rem}.problems-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.problem-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;transition:all .2s;text-decoration:none;color:inherit}.problem-card:hover{border-color:var(--c-primary-muted);box-shadow:0 4px 12px #0000000d;transform:translateY(-2px);text-decoration:none}.problem-card h3{font-size:1.05rem;color:#0f172a;margin-bottom:.5rem}.problem-card p{font-size:.88rem;color:#64748b;margin:0;line-height:1.5}.pricing-table-wrapper{overflow-x:auto;margin:1rem 0 1.5rem}.pricing-table{width:100%;border-collapse:collapse;font-size:.95rem}.pricing-table th{background:#f1f5f9;padding:.75rem 1rem;text-align:left;font-weight:600;color:#0f172a;border-bottom:2px solid #e2e8f0}.pricing-table td{padding:.65rem 1rem;border-bottom:1px solid #e2e8f0;color:#475569}.pricing-table a{color:var(--c-primary);font-weight:500}.pricing-table tr:hover td{background:#f8fafc}.faq-list{margin:1.5rem 0}.faq-item{border:none;border-bottom:1px solid #e2e8f0;border-radius:0;margin-bottom:0;overflow:hidden}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.1rem 1rem 1.1rem 1.25rem;background:#fff;border:none;border-left:3px solid transparent;cursor:pointer;font-size:1rem;font-weight:600;color:#0f172a;text-align:left;font-family:inherit;transition:all .2s}.faq-question:hover{background:#f8fafc}.faq-item.open .faq-question{border-left-color:var(--c-primary);background:#fafafa}.faq-question svg{width:20px;height:20px;color:#94a3b8;transition:transform .3s;flex-shrink:0}.faq-item.open .faq-question svg{transform:rotate(180deg);color:var(--c-primary)}.faq-answer{padding:0 1.25rem 1.25rem 1.5rem;color:#475569;font-size:.95rem;display:none;border-left:3px solid var(--c-primary)}.faq-item.open .faq-answer{display:block}.site-footer{background:#0f172a;color:#94a3b8;padding:3.5rem 0 2rem;margin-top:4rem;font-size:.9rem;border-top:3px solid var(--c-primary)}.site-footer a{color:#94a3b8;transition:color .2s}.site-footer a:hover{color:#fff;text-decoration:none}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2rem}.footer-about{max-width:320px}.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:2.5rem 1.5rem 2rem;margin:-1rem -1.5rem 0}.hero h1{font-size:1.8rem}.hero-metrics{flex-wrap:wrap;gap:1rem}.hero-metric .number{font-size:1.3rem}.workflow-steps{flex-direction:column;gap:.75rem;padding:1rem}.workflow-arrow{display:none}.form-section{margin:0 .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{grid-template-columns:1fr}.feature-card{flex-direction:row}.pricing-grid{grid-template-columns:1fr}.problems-grid,.footer-grid,.links-grid{grid-template-columns:1fr 1fr}.site-header nav{gap:.75rem}.site-header nav a.nav-link{display:none}.tab-btn{font-size:.8rem;padding:.5rem}.local-pros-stats{flex-wrap:wrap;gap:1.5rem}.illu-float-right,.illu-float-left{float:none;margin:1.5rem auto;max-width:400px}}@media(max-width:480px){.hero h1{font-size:1.5rem}.hero-metrics{gap:.75rem}.hero-metric{padding:.5rem .75rem}.form-trust{flex-direction:column;align-items:center;gap:.5rem}.links-grid,.footer-grid,.problems-grid{grid-template-columns:1fr}}
