.skip-to-content{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;z-index:9999}.skip-to-content:focus{position:fixed;left:16px;top:16px;width:auto;height:auto;overflow:visible;background:#16a34a;color:#fff;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;text-decoration:none}*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fafafa;--text:#1a1a2e;--text-secondary:#555;--accent:#16a34a;--trust:#1d4ed8;--trust-on-dark:#60a5fa;--accent-hover:#15803d;--border:#e5e7eb;--card-bg:#fff;--max-width:720px}body{font-family:var(--font-body),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--bg);color:var(--text);line-height:1.7;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.site-header{border-bottom:1px solid var(--border);padding:1rem 1.5rem;background:#fff;position:relative;z-index:50}.site-header-inner{max-width:var(--max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem}.site-logo{font-size:1.25rem;font-weight:700;color:var(--text);text-decoration:none;flex-shrink:0}.site-logo:hover{text-decoration:none;color:var(--accent)}.site-nav{display:flex;align-items:center;gap:0}.site-nav a{margin-left:1.5rem;color:var(--text-secondary);font-size:.9rem;white-space:nowrap}.site-nav a:hover{color:var(--accent)}.site-nav-toggle{display:none;background:transparent;border:1px solid #e5e7eb;border-radius:8px;width:42px;height:42px;align-items:center;justify-content:center;color:#111827;cursor:pointer;padding:0;flex-shrink:0;transition:background .15s,border-color .15s}.site-nav-toggle:hover{background:#f9fafb;border-color:#d1d5db}.site-nav-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.site-nav-mobile{display:none;flex-direction:column;position:fixed;top:64px;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;box-shadow:0 12px 30px -10px rgba(17,24,39,.15);padding:1rem 1.25rem 1.5rem;z-index:100;max-height:calc(100vh - 64px);overflow-y:auto;animation:drawerSlideIn .18s ease}.site-nav-mobile.is-open{display:flex}.site-nav-mobile a{padding:.95rem .25rem;color:#111827;font-size:1.02rem;font-weight:500;border-bottom:1px solid #f1f5f9;text-decoration:none}.site-nav-mobile a:hover{color:var(--accent)}.site-nav-mobile a:last-child{border-bottom:none}.site-nav-mobile .nav-mobile-cta{background:var(--accent);color:#fff!important;text-align:center;padding:.95rem 1.25rem;border-radius:10px;margin-bottom:.75rem;font-weight:700;border-bottom:none}.site-nav-mobile .nav-mobile-cta:hover{background:var(--accent-hover);color:#fff!important}.site-nav-overlay{position:fixed;top:64px;left:0;right:0;bottom:0;background:rgba(17,24,39,.4);z-index:90;animation:overlayFadeIn .18s ease}@keyframes drawerSlideIn{0%{transform:translateY(-8px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.site-header{padding:.85rem 1rem}.site-nav{display:none}.site-nav-toggle{display:inline-flex}.site-logo{font-size:1.15rem}}@media (max-width:380px){.site-logo{font-size:1.05rem}}.main{max-width:var(--max-width);margin:0 auto;padding:2.5rem 1.5rem}.blog-hero{margin-bottom:2.5rem}.blog-hero h1{font-size:2rem;font-weight:800;margin-bottom:.5rem}.blog-hero p{color:var(--text-secondary);font-size:1.1rem}.post-list{list-style:none}.post-card{border:1px solid var(--border);border-radius:8px;padding:1.5rem;margin-bottom:1.25rem;background:var(--card-bg);transition:box-shadow .15s}.post-card:hover{box-shadow:0 2px 12px rgba(0,0,0,.06)}.post-card h2{font-size:1.25rem;font-weight:700;margin-bottom:.35rem}.post-card h2 a{color:var(--text)}.post-card h2 a:hover{color:var(--accent);text-decoration:none}.post-meta{font-size:.85rem;margin-bottom:.5rem}.post-excerpt,.post-meta{color:var(--text-secondary)}.post-excerpt{font-size:.95rem}.article-header{margin-bottom:2rem}.article-header h1{font-size:2rem;font-weight:800;line-height:1.25;margin-bottom:.5rem}.article-meta{color:var(--text-secondary);font-size:.9rem}.article-body h1,.article-body h2,.article-body h3{margin-top:2rem;margin-bottom:.75rem;font-weight:700}.article-body h2{font-size:1.5rem}.article-body h3{font-size:1.2rem}.article-body p{margin-bottom:1.25rem}.article-body ol,.article-body ul{margin-bottom:1.25rem;padding-left:1.5rem}.article-body li{margin-bottom:.3rem}.article-body strong{font-weight:600}.article-body table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem}.article-body td,.article-body th{border:1px solid var(--border);padding:.6rem .75rem;text-align:left}.article-body th{background:#f3f4f6;font-weight:600}.article-body blockquote{border-left:3px solid var(--accent);padding-left:1rem;margin:1.25rem 0;color:var(--text-secondary);font-style:italic}.article-body hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.cta-banner{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:10px;padding:2rem;margin-top:3rem;text-align:center;color:#fff}.cta-banner h3{font-size:1.3rem;margin-bottom:.5rem}.cta-banner p{color:#a0a8c0;margin-bottom:1.25rem;font-size:.95rem}.cta-button{display:inline-block;padding:.75rem 1.75rem;background:var(--accent);color:#fff!important;font-weight:600;border-radius:8px;text-decoration:none!important;transition:background .15s}.cta-button:hover{background:var(--accent-hover)}.site-footer{border-top:1px solid var(--border);padding:1.5rem;text-align:center;color:var(--text-secondary);font-size:.85rem;margin-top:3rem}.lp-container{margin:0 auto;padding:0 1.5rem}.lp-container,.lp-header{max-width:960px}.nav-cta{background:var(--accent);color:#fff!important;padding:.45rem 1rem;border-radius:6px;font-weight:600;font-size:.9rem;text-decoration:none!important;transition:background .15s}.nav-cta:hover{background:var(--accent-hover);color:#fff!important}.btn{display:inline-block;padding:.85rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none!important;transition:all .15s;cursor:pointer;border:none}.btn-primary{background:var(--accent);color:#fff!important}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px rgba(22,163,74,.3)}.btn-ghost{background:transparent;color:var(--text-secondary)!important;border:1px solid var(--border)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)!important}.btn-full{display:block;width:100%;text-align:center}.btn-lg{padding:1rem 2.5rem;font-size:1.15rem}.lp-hero{padding:5rem 1.5rem 4rem;text-align:center;background:linear-gradient(180deg,#fff 0,var(--bg) 100%)}.lp-hero h1{font-size:2.75rem;font-weight:800;line-height:1.15;margin-bottom:1.25rem;letter-spacing:-.02em;max-width:700px;margin-left:auto;margin-right:auto}.lp-hero-sub{font-size:1.2rem;color:var(--text-secondary);max-width:560px;margin:0 auto 2rem;line-height:1.6}.lp-hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.lp-section{padding:4.5rem 0}.lp-section-alt{background:var(--bg)}.lp-section-title{font-size:2rem;font-weight:800;text-align:center;margin-bottom:2.5rem;letter-spacing:-.01em}.lp-grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.lp-pain{background:var(--card-bg);border:1px solid var(--border);border-radius:10px;padding:1.75rem;transition:box-shadow .15s}.lp-pain:hover{box-shadow:0 4px 16px rgba(0,0,0,.06)}.lp-pain-icon{font-size:1.75rem;display:block;margin-bottom:.75rem}.lp-pain h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.lp-pain p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.lp-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;text-align:center}.lp-step{padding:1.5rem 1rem}.lp-step-num{width:48px;height:48px;background:var(--accent);color:#fff;font-weight:800;font-size:1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.lp-step h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.lp-step p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.lp-result{text-align:center;padding:2rem 1rem;background:var(--card-bg);border:1px solid var(--border);border-radius:10px}.lp-result-num{display:block;font-size:2.25rem;font-weight:800;color:var(--accent);margin-bottom:.5rem}.lp-result p{color:var(--text-secondary);font-size:.95rem}.lp-checklist{list-style:none;max-width:560px;margin:0 auto}.lp-checklist li{padding:.75rem 0 .75rem 2rem;position:relative;font-size:1.05rem;border-bottom:1px solid var(--border)}.lp-checklist li:last-child{border-bottom:none}.lp-checklist li:before{content:"\2713";position:absolute;left:0;color:var(--accent);font-weight:700;font-size:1.1rem}.lp-pricing{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;max-width:720px;margin:0 auto}.lp-price-card{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:2.5rem 2rem;position:relative}.lp-price-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.lp-price{font-size:2.75rem;font-weight:800;margin-bottom:1.5rem}.lp-price span{font-size:1rem;font-weight:400;color:var(--text-secondary)}.lp-price-card ul{list-style:none;margin-bottom:2rem}.lp-price-card ul li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--text-secondary);font-size:.95rem}.lp-price-card ul li:before{content:"\2713";position:absolute;left:0;color:var(--accent);font-weight:600}.lp-price-card-pop{border:2px solid var(--accent);box-shadow:0 8px 30px rgba(22,163,74,.1)}.lp-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--accent);color:#fff;font-size:.8rem;font-weight:700;padding:.3rem 1rem;border-radius:20px;text-transform:uppercase;letter-spacing:.03em}.lp-faq{max-width:640px;margin:0 auto}.lp-faq details{border-bottom:1px solid var(--border)}.lp-faq summary{padding:1.1rem 0;font-weight:600;font-size:1.05rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.lp-faq summary::-webkit-details-marker{display:none}.lp-faq summary:after{content:"+";font-size:1.5rem;color:var(--text-secondary);font-weight:300;flex-shrink:0;margin-left:1rem}.lp-faq details[open] summary:after{content:"\2212"}.lp-faq details p{padding:0 0 1.1rem;color:var(--text-secondary);line-height:1.6;font-size:.95rem}.lp-cta-final{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:4.5rem 0}.lp-cta-final-inner{text-align:center}.lp-cta-final h2{font-size:2rem;font-weight:800;margin-bottom:1rem;color:#fff}.lp-cta-final-sub{color:#a0a8c0;font-size:1.1rem;margin-bottom:2rem}.lp-footer{border-top:1px solid #1f2937;padding:2.75rem 0;background:#0a0a0a}.lp-footer-inner{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.lp-footer-brand{font-weight:700;font-size:1rem;color:#fff;font-family:var(--font-display),sans-serif}.lp-footer-links{display:flex;gap:1.5rem}.lp-footer-links a{color:#9ca3af;font-size:.9rem}.lp-footer-links a:hover{color:#34d399}.lp-footer-copy{color:#9ca3af;font-size:.8rem}.legal-page{max-width:var(--max-width)}.legal-page h1{font-size:2rem;font-weight:800;margin-bottom:.5rem}.legal-updated{color:var(--text-secondary);font-size:.9rem;margin-bottom:2rem}.legal-page h2{font-size:1.3rem;font-weight:700;margin-top:2rem;margin-bottom:.75rem}.legal-page p{margin-bottom:1rem;line-height:1.7}.legal-page ul{margin-bottom:1rem;padding-left:1.5rem}.legal-page ul li{margin-bottom:.5rem;line-height:1.6}@media (max-width:768px){.nav-cta{display:none}.lp-hero{padding:3.5rem 1.5rem 3rem}.lp-hero h1{font-size:2rem}.lp-hero-sub{font-size:1.05rem}.lp-section{padding:3rem 0}.lp-section-title{font-size:1.6rem}.lp-grid-2,.lp-steps{grid-template-columns:1fr}.lp-steps{gap:1rem}.lp-pricing{grid-template-columns:1fr}.lp-price-card{padding:2rem 1.5rem}.lp-hero-ctas{flex-direction:column;align-items:center}.lp-cta-final h2{font-size:1.6rem}.lp-footer-links{flex-direction:column;gap:.75rem}}@media (max-width:480px){.lp-hero h1{font-size:1.65rem}.lp-price{font-size:2.25rem}.btn-lg{padding:.85rem 1.75rem;font-size:1rem}}.cr-main{min-height:100vh;background:var(--bg)}.cr-container{max-width:800px;margin:0 auto;padding:0 1.5rem 4rem}.cr-hero-section{text-align:center;padding:3.5rem 0 2rem}.cr-hero-section h1{font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.75rem}.cr-hero-sub{color:var(--text-secondary);font-size:1.1rem;max-width:520px;margin:0 auto;line-height:1.6}.cr-dropzone{border:2px dashed var(--border);border-radius:12px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .2s;background:var(--card-bg);margin-bottom:1.5rem}.cr-dropzone-active,.cr-dropzone:hover{border-color:var(--accent);background:#f0fdf4}.cr-dropzone-active{transform:scale(1.01)}.cr-dropzone-has-file{border-style:solid;border-color:var(--accent);cursor:default;padding:1.5rem 2rem}.cr-upload-icon{font-size:2.5rem;color:var(--accent);width:60px;height:60px;border-radius:50%;background:#f0fdf4;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-weight:700}.cr-dropzone-text{font-size:1.05rem;color:var(--text);margin-bottom:.5rem}.cr-dropzone-link{color:var(--accent);font-weight:600;text-decoration:underline}.cr-dropzone-hint{font-size:.85rem;color:var(--text-secondary)}.cr-file-info{display:flex;align-items:center;gap:1rem;text-align:left}.cr-file-icon{font-size:2rem}.cr-file-name{font-weight:600;font-size:1rem}.cr-file-size{font-size:.85rem;color:var(--text-secondary)}.cr-file-remove{margin-left:auto;background:none;border:1px solid var(--border);border-radius:6px;width:32px;height:32px;cursor:pointer;font-size:.9rem;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;transition:all .15s}.cr-file-remove:hover{border-color:#ef4444;color:#ef4444;background:#fef2f2}.cr-progress-wrapper{margin-bottom:1.5rem}.cr-progress-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:.75rem}.cr-progress-fill{height:100%;background:linear-gradient(90deg,var(--accent),#4ade80);border-radius:4px;transition:width .5s ease}.cr-progress-text{font-size:.9rem;color:var(--text-secondary);text-align:center}.cr-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.5rem;font-size:.95rem}.cr-analyze-btn{display:block;width:100%;text-align:center;margin-bottom:2rem}.cr-trust{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;padding:2rem 0;border-top:1px solid var(--border)}.cr-trust-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-secondary)}.cr-trust-item span{font-size:1.1rem}.cr-results-header{text-align:center;padding:3rem 0 2rem}.cr-results-header h1{font-size:2rem;font-weight:800;margin-bottom:.5rem}.cr-results-file{color:var(--text-secondary);font-size:.95rem}.cr-score-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:2.5rem}.cr-money-card,.cr-score-card{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:2rem;text-align:center}.cr-money-card h2,.cr-score-card h2{font-size:1rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.cr-gauge{display:flex;justify-content:center;margin-bottom:.5rem}.cr-score-label{font-size:.95rem;color:var(--text-secondary)}.cr-money-amount{font-size:3rem;font-weight:800;color:#ef4444;line-height:1.1}.cr-money-period{font-size:1rem;color:var(--text-secondary);margin-bottom:1rem}.cr-money-detail{display:flex;justify-content:center;gap:2rem;margin-bottom:.75rem}.cr-money-detail-num{display:block;font-size:1.25rem;font-weight:700;color:var(--text)}.cr-money-detail-label,.cr-money-note{font-size:.8rem;color:var(--text-secondary)}.cr-money-note{font-style:italic}.cr-issues-section{margin-bottom:2.5rem}.cr-issues-section h2{font-size:1.35rem;font-weight:700;margin-bottom:1rem}.cr-issues-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.cr-issue-card{background:var(--card-bg);border:1px solid var(--border);border-radius:8px;padding:1.25rem;transition:box-shadow .15s}.cr-issue-card:hover{box-shadow:0 2px 12px rgba(0,0,0,.06)}.cr-issue-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.cr-issue-label{font-weight:600;font-size:.95rem}.cr-issue-badge{font-size:.75rem;font-weight:700;padding:.2rem .6rem;border-radius:12px;text-transform:uppercase;letter-spacing:.03em}.cr-issue-stats{display:flex;align-items:baseline;gap:.5rem}.cr-issue-count{font-size:1.75rem;font-weight:800;color:var(--text)}.cr-issue-pct{font-size:.9rem;color:var(--text-secondary)}.cr-columns-section{margin-bottom:2.5rem}.cr-columns-section h2{font-size:1.35rem;font-weight:700;margin-bottom:1rem}.cr-columns-table-wrapper{overflow-x:auto}.cr-columns-table{width:100%;border-collapse:collapse;font-size:.9rem}.cr-columns-table th{background:#f3f4f6;padding:.75rem 1rem;text-align:left;font-weight:600;border-bottom:2px solid var(--border)}.cr-columns-table td{padding:.65rem 1rem;border-bottom:1px solid var(--border)}.cr-col-type{background:#f0fdf4;color:var(--accent);padding:.15rem .5rem;border-radius:4px;font-size:.8rem;font-weight:600}.cr-cta-section{margin-bottom:2rem}.cr-cta-box{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:16px;padding:3rem 2.5rem;text-align:center;color:#fff}.cr-cta-box h2{font-size:1.75rem;font-weight:800;margin-bottom:.75rem;color:#fff}.cr-cta-box p{color:#a0a8c0;font-size:1rem;line-height:1.6;max-width:500px;margin:0 auto 1.5rem}.cr-cta-list{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.5rem;margin-bottom:2rem}.cr-cta-list li{color:#d1d5db;font-size:.9rem}.cr-cta-list li:before{content:"\2713 ";color:var(--accent);font-weight:700}.cr-cta-buy{display:inline-block;font-size:1.2rem;padding:1rem 3rem;margin-bottom:1rem}.cr-cta-guarantee{font-size:.85rem!important;color:#6b7280!important;margin-bottom:0!important}.cr-new-analysis{text-align:center;padding:1rem 0}@media (max-width:768px){.cr-hero-section h1{font-size:1.75rem}.cr-issues-grid,.cr-score-section{grid-template-columns:1fr}.cr-money-amount{font-size:2.25rem}.cr-cta-box{padding:2rem 1.5rem}.cr-cta-box h2{font-size:1.4rem}.cr-trust{flex-direction:column;align-items:center;gap:.75rem}.cr-dropzone{padding:2rem 1.5rem}.cr-hero-compact h1{font-size:1.4rem!important;margin-bottom:.35rem!important}.cr-hero-compact .cr-hero-sub{font-size:.9rem!important}.cr-hero-compact{margin-bottom:.75rem!important}}.cr-accordion summary::-webkit-details-marker{display:none}.cr-accordion summary::marker{display:none}.cr-accordion[open] .cr-accordion-chevron{transform:rotate(180deg)}@keyframes cr-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.cr-trust-extra{text-align:center;font-size:.85rem;color:var(--text-secondary);margin-top:-.5rem;padding-bottom:1rem}.lp-trust-badges{gap:2rem;display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;padding:1rem 0}.lp-trust-badge{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;color:var(--text);background:#f0fdf4;padding:.75rem 1.25rem;border-radius:8px;border:1px solid #bbf7d0}.lp-trust-badge-icon{font-size:1.2rem}.lp-social-proof-hero{display:inline-block;font-size:.9rem;color:#166534;font-weight:600;background:#f0fdf4;padding:.4rem 1.25rem;border-radius:20px;border:1px solid #bbf7d0;margin-bottom:1.5rem}.cr-social-proof{text-align:center;padding:1.5rem 0;margin-top:.5rem}.cr-social-proof p{font-size:.9rem;color:var(--text-secondary);font-weight:500;background:#f8fafc;display:inline-block;padding:.5rem 1.5rem;border-radius:20px;border:1px solid var(--border)}.cr-before-after{font-size:1.05rem!important;color:#d1d5db!important;margin-bottom:1.5rem!important;line-height:1.6}@media (max-width:768px){.lp-trust-badges{gap:.75rem}.lp-trust-badge{font-size:.85rem;padding:.6rem 1rem}}.lp-pricing-3{grid-template-columns:repeat(3,1fr)}.lp-maint-card{margin-top:1.5rem;background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:1.5rem 2rem}.lp-maint-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.lp-maint-inner h3{font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.lp-maint-inner p{color:var(--text-secondary);font-size:.9rem;margin:0}.lp-maint-price{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}@media (max-width:768px){.lp-pricing-3{grid-template-columns:1fr}.lp-maint-inner{flex-direction:column;text-align:center}.lp-maint-price{flex-direction:column;gap:.75rem}}.lp-platforms{text-align:center;padding:1.25rem 0;border-bottom:1px solid var(--border);background:#fff}.lp-platforms-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);margin-bottom:.35rem;font-weight:600}.lp-platforms-list{font-size:.95rem;color:#6b7280;font-weight:500;letter-spacing:.02em}.lp-pain-cost{display:inline-block;margin-top:.5rem;font-size:.85rem;font-weight:700;color:#ef4444;background:#fef2f2;padding:.25rem .75rem;border-radius:4px}.lp-before-after{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;max-width:700px;margin:0 auto}.lp-ba-col{border-radius:12px;padding:1.75rem}.lp-ba-col h3{font-size:1.1rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.lp-ba-col ul{list-style:none;padding:0}.lp-ba-col li{padding:.4rem 0;font-size:.95rem;line-height:1.5}.lp-ba-before{background:#fef2f2;border:1px solid #fecaca}.lp-ba-before h3{color:#dc2626}.lp-ba-before li:before{content:"\2717 ";color:#ef4444;font-weight:700;margin-right:.4rem}.lp-ba-after{background:#f0fdf4;border:1px solid #bbf7d0}.lp-ba-after h3{color:#16a34a}.lp-ba-after li:before{content:"\2713 ";color:#16a34a;font-weight:700;margin-right:.4rem}.lp-testimonials{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.lp-testimonial{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:1.75rem}.lp-testimonial-text{font-size:.95rem;color:var(--text);line-height:1.6;margin-bottom:1rem;font-style:italic}.lp-testimonial-author{font-size:.85rem;font-weight:600;color:var(--text-secondary)}.lp-pricing-anchor{text-align:center;font-size:.9rem;color:var(--text-secondary);margin-bottom:2rem;text-decoration:line-through;-webkit-text-decoration-color:#ef4444;text-decoration-color:#ef4444}.lp-guarantee{font-size:.8rem;color:var(--text-secondary);text-align:center;margin-top:.75rem}.lp-badge-subtle{font-size:.75rem;font-weight:600;color:#166534;text-align:center;margin-bottom:.5rem}.lp-sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--border);box-shadow:0 -2px 12px rgba(0,0,0,.08);padding:.75rem 1.25rem;z-index:1000;align-items:center;justify-content:space-between;gap:1rem}.lp-sticky-cta span{font-size:.9rem;font-weight:600;color:var(--text)}.btn-sm{padding:.6rem 1.25rem;font-size:.85rem;min-height:44px;min-width:44px}@media (max-width:768px){.lp-sticky-cta{display:flex}.lp-before-after,.lp-testimonials{grid-template-columns:1fr}.lp-ba-col{padding:1.25rem}}.cr-whatsapp-fab{position:fixed;bottom:1.5rem;right:1.5rem;width:56px;height:56px;border-radius:50%;background:#25D366;box-shadow:0 6px 20px rgba(37,211,102,.4),0 2px 6px rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center;z-index:9999;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.cr-whatsapp-fab:hover{transform:scale(1.08);box-shadow:0 8px 24px rgba(37,211,102,.5),0 4px 10px rgba(0,0,0,.2)}@media (max-width:768px){.cr-whatsapp-fab{bottom:1rem;right:1rem;width:52px;height:52px}}.cr-mobile-reminder{display:none}@media (max-width:768px){.cr-mobile-reminder{display:block}}@media (max-width:480px){.cr-calc-btn{font-size:.82rem!important;padding:.65rem .8rem!important}}.cr-h-container{max-width:1180px;margin:0 auto;padding:0 1.25rem}.cr-h-narrow{max-width:720px}.cr-h-h2{font-size:1.85rem;font-weight:800;letter-spacing:-.02em;color:#0a0a0a;text-align:center;margin:0 0 2rem;line-height:1.2}.cr-h-hero{background:#0a0a0a;color:#fff;padding:5.5rem 0 5.75rem;text-align:center;position:relative}.cr-h-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 800px 400px at 50% 0,rgba(16,185,129,.12),transparent 70%);pointer-events:none}.cr-h-hero>.cr-h-container{position:relative}.cr-h-headline{font-size:2.85rem;font-weight:800;letter-spacing:-.03em;line-height:1.1;margin:0 auto 1.5rem;max-width:920px;color:#fff}.cr-h-headline-accent{color:var(--trust-on-dark);display:inline}.cr-h-sub{font-size:1.15rem;color:#d1d5db;line-height:1.6;max-width:640px;margin:0 auto 2.25rem}.cr-h-cta{display:inline-block;background:#10B981;color:#fff!important;font-weight:700;font-size:1.12rem;padding:1.15rem 2.4rem;border-radius:14px;text-decoration:none!important;transition:transform .15s ease,background .15s ease,box-shadow .15s ease;box-shadow:0 8px 24px -8px rgba(16,185,129,.5);letter-spacing:-.01em;min-width:220px}.cr-h-cta:hover{background:#059669;transform:translateY(-2px);box-shadow:0 14px 32px -10px rgba(16,185,129,.6)}.cr-h-cta-light{background:#10B981}.cr-h-cta-meta{margin-top:1.25rem;font-size:.9rem;color:#9ca3af}.cr-h-pain{background:#fff;padding:4rem 0;border-bottom:1px solid #f1f5f9}.cr-h-pain-grid{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem;max-width:980px;margin:0 auto 2.5rem}.cr-h-pain-card{background:#fafafa;border:1px solid #e5e7eb;border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:border-color .18s ease,transform .18s ease}.cr-h-pain-card:hover{border-color:#d1d5db;transform:translateY(-2px)}.cr-h-pain-icon{color:#6b7280;margin:0 auto 1rem;display:inline-flex}.cr-h-pain-num{font-size:2rem;font-weight:800;color:#0a0a0a;margin:0 0 .4rem;letter-spacing:-.02em;line-height:1.1}.cr-h-pain-label{font-size:.98rem;color:#4b5563;margin:0;line-height:1.45}.cr-h-pain-foot{text-align:center;font-size:1.05rem;color:#374151;line-height:1.65;max-width:720px;margin:0 auto}.cr-h-doors-section{background:#f8fafc;padding:4rem 0;border-bottom:1px solid #f1f5f9}.cr-h-doors-grid{display:grid;grid-template-columns:1fr;grid-gap:1.1rem;gap:1.1rem;max-width:1080px;margin:0 auto}.cr-h-door{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.85rem 1.5rem;text-decoration:none!important;display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;position:relative}.cr-h-door:hover{transform:translateY(-3px);border-color:var(--trust);box-shadow:0 16px 36px -12px rgba(16,185,129,.22)}.cr-h-door-primary{border:2px solid #10b981;background:linear-gradient(180deg,#fff,#f0fdf4 130%)}.cr-h-door-primary:before{content:"Más usado";position:absolute;top:-10px;right:16px;background:#10B981;color:#fff;font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:999px}.cr-h-door-icon{color:var(--trust);margin-bottom:.85rem;display:inline-flex}.cr-h-door-time{font-size:.72rem;font-weight:800;color:var(--trust);text-transform:uppercase;letter-spacing:.08em;margin:0 0 .4rem}.cr-h-door h3{font-size:1.15rem;font-weight:700;color:#0a0a0a;margin:0 0 .5rem;letter-spacing:-.01em}.cr-h-door-desc{font-size:.95rem;color:#4b5563;margin:0 0 1rem;flex-grow:1;line-height:1.5}.cr-h-door-cta{font-weight:700;color:var(--trust);font-size:.95rem}.cr-h-pricing-section{background:#fff;padding:4.5rem 0 4rem;border-bottom:1px solid #f1f5f9}.cr-h-pricing-lead{text-align:center;font-size:1.05rem;color:#4b5563;line-height:1.55;margin:-1rem auto 2.5rem;max-width:540px}.cr-h-pricing-grid{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem;max-width:1080px;margin:0 auto}.cr-h-plan{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem 1.75rem;display:flex;flex-direction:column;position:relative;transition:border-color .18s ease,transform .18s ease}.cr-h-plan:hover{border-color:#d1d5db;transform:translateY(-2px)}.cr-h-plan-pop{border:2px solid #10b981;background:linear-gradient(180deg,#fff,#f0fdf4 200%);box-shadow:0 14px 36px -14px rgba(16,185,129,.28)}.cr-h-plan-pop:hover{transform:translateY(-3px);box-shadow:0 18px 44px -14px rgba(16,185,129,.4)}.cr-h-plan-badge{position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:#10B981;color:#fff;font-size:.7rem;letter-spacing:.08em;padding:5px 14px;border-radius:999px;white-space:nowrap}.cr-h-plan-badge,.cr-h-plan-eyebrow{font-weight:800;text-transform:uppercase}.cr-h-plan-eyebrow{font-size:.78rem;letter-spacing:.12em;color:var(--trust);margin:0 0 .5rem}.cr-h-plan-tag{font-size:1.15rem;font-weight:700;color:#0a0a0a;margin:0 0 1.5rem;letter-spacing:-.01em;line-height:1.3}.cr-h-plan-feats{list-style:none;padding:0;margin:0 0 1.75rem;display:flex;flex-direction:column;gap:.65rem;flex-grow:1}.cr-h-plan-feats li{position:relative;padding-left:1.65rem;font-size:.95rem;color:#374151;line-height:1.5}.cr-h-plan-feats li:before{content:"";position:absolute;left:0;top:.35rem;width:1.1rem;height:1.1rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4 10l4 4 9-9' stroke='%2310B981' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:contain}.cr-h-plan-pricebox{margin:0 0 1.25rem;padding-top:1rem;border-top:1px solid #f1f5f9}.cr-h-plan-pricebox-top{border-top:none;padding-top:0;margin:0 0 1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #f1f5f9}.cr-h-plan-price{font-size:2.5rem;font-weight:800;color:#0a0a0a;margin:0;letter-spacing:-.025em;line-height:1.05}.cr-h-plan-price-free{color:#10B981;background:linear-gradient(135deg,#10B981,#047857);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-size:2.4rem}.cr-h-plan-price-unit{font-size:1rem;font-weight:600;color:#6b7280;letter-spacing:0;margin-left:.15rem}.cr-h-plan-meta{font-size:.85rem;color:#6b7280;margin:.35rem 0 0;letter-spacing:-.005em;line-height:1.45}.cr-h-plan-addon{font-size:.88rem;font-weight:700;color:#047857;margin:0 0 .85rem;letter-spacing:-.005em}.cr-h-plan-quote{font-size:.88rem;color:#4b5563;font-style:italic;line-height:1.55;margin:0 0 1.25rem;padding:.75rem .9rem;background:#f8fafc;border-left:3px solid #10b981;border-radius:0 6px 6px 0}.cr-fl-benefits{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem;max-width:980px;margin:0 auto}.cr-fl-benefit{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.85rem 1.65rem;display:flex;flex-direction:column;gap:.55rem;transition:border-color .18s ease,transform .18s ease}.cr-fl-benefit:hover{border-color:var(--trust);transform:translateY(-2px)}.cr-fl-benefit-icon{width:52px;height:52px;border-radius:13px;background:#ecfdf5;color:#10B981;display:inline-flex;align-items:center;justify-content:center;margin-bottom:.5rem}.cr-fl-benefit h3{font-size:1.1rem;font-weight:700;color:#0a0a0a;margin:0;letter-spacing:-.01em;line-height:1.3}.cr-fl-benefit p{font-size:.95rem;color:#4b5563;margin:0;line-height:1.55}.cr-fl-margin-note{text-align:center;margin:1.5rem auto 0;max-width:620px;font-size:.95rem;color:#4b5563;line-height:1.6;padding:.75rem 1rem}.cr-fl-margin-note strong{color:#0a0a0a}.cr-fl-report-section{background:#f8fafc;padding:4.5rem 0;border-bottom:1px solid #f1f5f9}.cr-fl-report-lead{text-align:center;font-size:1.05rem;color:#4b5563;line-height:1.6;margin:-1rem auto 2rem;max-width:540px}.cr-fl-report-pages{list-style:none;counter-reset:report-page;margin:0 auto 1.5rem;display:flex;flex-direction:column;gap:.5rem;max-width:600px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem}.cr-fl-report-pages li{counter-increment:report-page;position:relative;padding:.65rem 0 .65rem 2.6rem;border-bottom:1px solid #f1f5f9;font-size:.98rem;color:#374151;line-height:1.5}.cr-fl-report-pages li:last-child{border-bottom:none}.cr-fl-report-pages li:before{content:counter(report-page);position:absolute;left:0;top:50%;transform:translateY(-50%);width:1.85rem;height:1.85rem;border-radius:50%;background:#ecfdf5;color:#10B981;font-weight:800;font-size:.85rem;display:flex;align-items:center;justify-content:center}.cr-fl-report-pages li strong{color:#0a0a0a;font-weight:700}.cr-fl-report-foot{text-align:center;font-size:.9rem;color:#6b7280;margin:1.25rem auto 0;font-style:italic}@media (max-width:430px){.cr-fl-benefit{padding:1.5rem 1.25rem}.cr-fl-benefit-icon{width:44px;height:44px}.cr-fl-benefit h3{font-size:1.02rem}.cr-fl-report-section{padding:3rem 0}.cr-fl-report-pages{padding:1.25rem 1rem}.cr-fl-report-pages li{padding-left:2.3rem;font-size:.93rem}}@media (min-width:700px){.cr-fl-benefits{grid-template-columns:repeat(2,1fr)}}.cr-h-pack-anual{text-align:center;margin:2.5rem auto 0;padding:1rem 1.25rem;background:#fafafa;border:1px dashed #d1d5db;border-radius:12px;max-width:720px;font-size:.95rem;color:#4b5563;line-height:1.55}.cr-h-pack-anual strong{color:#0a0a0a;font-weight:700}.cr-h-pack-anual span{color:#6b7280}.cr-h-pack-anual a{color:var(--trust);font-weight:700;text-decoration:none;white-space:nowrap;margin-left:.25rem}.cr-h-pack-anual a:hover{text-decoration:underline}.cr-h-plan-cta{display:block;width:100%;text-align:center;background:#10B981;color:#fff!important;font-weight:700;font-size:.98rem;padding:.9rem 1.25rem;border-radius:10px;text-decoration:none!important;transition:background .15s ease,transform .15s ease;letter-spacing:-.01em}.cr-h-plan-cta:hover{background:#059669;transform:translateY(-1px)}.cr-h-plan-cta-ghost{background:transparent;color:#0a0a0a!important;border:1.5px solid #d1d5db}.cr-h-plan-cta-ghost:hover{background:#f9fafb;border-color:#10B981;color:#10B981!important}.cr-h-pricing-compare{text-align:center;font-size:.95rem;color:#6b7280;line-height:1.6;max-width:620px;margin:2.5rem auto 0;padding:.85rem 1.25rem;background:#f8fafc;border-left:3px solid var(--trust);border-radius:0 8px 8px 0;text-align:left}.cr-h-agency-banner{margin:3rem auto 0;max-width:880px;background:#0a0a0a;color:#fff;border-radius:20px;padding:2.5rem 2rem;position:relative;overflow:hidden}.cr-h-agency-banner:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 600px 300px at 100% 0,rgba(16,185,129,.18),transparent 70%);pointer-events:none}.cr-h-agency-title{font-size:1.5rem;font-weight:800;color:#fff;margin:0 0 1.5rem;letter-spacing:-.02em;text-align:center;position:relative}.cr-h-agency-packs{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;margin-bottom:1.5rem;position:relative}.cr-h-agency-pack{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1.25rem 1.5rem;text-align:center}.cr-h-agency-packname{font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--trust);margin:0 0 .6rem}.cr-h-agency-packprice{font-size:2.25rem;font-weight:800;color:#fff;margin:0;letter-spacing:-.025em;line-height:1}.cr-h-agency-packunit{font-size:.9rem;color:#9ca3af;margin:.4rem 0 0}.cr-h-agency-bonus{list-style:none;padding:0;margin:0 0 1.75rem;display:flex;flex-direction:column;gap:.55rem;position:relative}.cr-h-agency-bonus li{position:relative;padding-left:1.5rem;font-size:.95rem;color:#d1d5db;line-height:1.5}.cr-h-agency-bonus li:before{content:"+";position:absolute;left:0;top:0;font-size:1.1rem;font-weight:700;color:#10B981}.cr-h-agency-bonus strong{color:#fff;font-weight:700}.cr-h-agency-cta{display:block;width:100%;text-align:center;background:#10B981;color:#fff!important;font-weight:700;font-size:1rem;padding:1rem 1.5rem;border-radius:12px;text-decoration:none!important;transition:background .15s ease,transform .15s ease;position:relative}.cr-h-agency-cta:hover{background:#059669;transform:translateY(-1px)}.cr-h-testimonial-section{background:#f8fafc;padding:4rem 0;border-bottom:1px solid #f1f5f9}.cr-h-testimonial{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:2.5rem 2rem;margin:0;text-align:center;position:relative}.cr-h-testimonial:before{content:"\201C";position:absolute;top:.5rem;left:1.5rem;font-size:5rem;color:var(--trust);opacity:.15;line-height:1;font-family:Georgia,serif}.cr-h-testimonial blockquote{font-size:1.4rem;font-weight:500;color:#0a0a0a;line-height:1.45;margin:0 0 1.5rem;letter-spacing:-.01em;position:relative}.cr-h-testimonial blockquote em{color:var(--trust);font-style:italic;font-weight:700}.cr-h-testimonial figcaption{display:flex;flex-direction:column;align-items:center;gap:.2rem;margin-bottom:1.5rem}.cr-h-testimonial figcaption strong{font-size:1rem;color:#0a0a0a}.cr-h-testimonial figcaption span{font-size:.9rem;color:#6b7280}.cr-h-testimonial-data{background:#f0fdf4;border:1px solid #a7f3d0;border-radius:12px;padding:1rem 1.25rem;font-size:.95rem;color:#065f46;line-height:1.55;margin:0 auto;max-width:460px}.cr-h-faq-section{background:#fff;padding:4rem 0;border-bottom:1px solid #f1f5f9}.cr-h-faq{display:flex;flex-direction:column;gap:.65rem}.cr-h-faq details{background:#fafafa;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:border-color .18s ease}.cr-h-faq details[open]{border-color:var(--trust);background:#fff}.cr-h-faq summary{cursor:pointer;padding:1.1rem 1.25rem;font-weight:600;font-size:1rem;color:#0a0a0a;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.cr-h-faq summary::-webkit-details-marker{display:none}.cr-h-faq summary:after{content:"+";font-size:1.4rem;font-weight:300;color:var(--trust);transition:transform .18s ease;flex-shrink:0}.cr-h-faq details[open] summary:after{transform:rotate(45deg)}.cr-h-faq details p{padding:0 1.25rem 1.25rem;margin:0;color:#374151;font-size:.95rem;line-height:1.65}.cr-h-final{background:#0a0a0a;color:#fff;padding:4.5rem 0;text-align:center}.cr-h-final-headline{font-size:2rem;font-weight:800;color:#fff;margin:0 0 .85rem;letter-spacing:-.02em;line-height:1.15}.cr-h-final-sub{font-size:1.05rem;color:#9ca3af;margin:0 0 2rem}.cr-h-footer{background:#0a0a0a;color:#9ca3af;padding:2.5rem 0 2rem;border-top:1px solid #1f2937}.cr-h-footer-inner{display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.cr-h-footer-brand{display:flex;flex-direction:column;gap:.2rem}.cr-h-footer-brand strong{color:#fff;font-size:1.05rem}.cr-h-footer-brand span{font-size:.85rem;color:#9ca3af}.cr-h-footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem 1.1rem;font-size:.88rem}.cr-h-footer-links a{color:#9ca3af;text-decoration:none}.cr-h-footer-links a:hover{color:var(--trust-on-dark)}.cr-h-footer-contact{display:flex;gap:1.25rem;font-size:.9rem}.cr-h-footer-contact a{color:#d1d5db;text-decoration:none;border-bottom:1px dotted #4b5563;padding-bottom:1px}.cr-h-footer-contact a:hover{color:var(--trust-on-dark);border-color:var(--trust-on-dark)}.cr-h-footer-copy{font-size:.8rem;color:#9ca3af}@media (max-width:430px){.cr-h-container{padding:0 1rem}.cr-h-hero{padding:3rem 0 3.5rem}.cr-h-headline{font-size:1.85rem;line-height:1.15}.cr-h-sub{font-size:1rem}.cr-h-cta{font-size:.98rem;padding:.95rem 1.5rem;min-width:0;width:100%;max-width:320px}.cr-h-pain{padding:3rem 0}.cr-h-pain-card{padding:1.5rem 1.25rem}.cr-h-pain-num{font-size:1.65rem}.cr-h-pain-foot{font-size:.98rem}.cr-h-h2{font-size:1.5rem;margin-bottom:1.5rem}.cr-h-doors-section,.cr-h-faq-section,.cr-h-final,.cr-h-pricing-section,.cr-h-testimonial-section{padding:3rem 0}.cr-h-door{padding:1.5rem 1.25rem}.cr-h-door h3{font-size:1.05rem}.cr-h-plan{padding:1.65rem 1.4rem}.cr-h-plan-price{font-size:2.15rem}.cr-h-agency-banner{padding:2rem 1.5rem}.cr-h-agency-title{font-size:1.3rem}.cr-h-agency-packprice{font-size:1.85rem}.cr-h-testimonial{padding:2rem 1.25rem}.cr-h-testimonial blockquote{font-size:1.15rem}.cr-h-final-headline{font-size:1.55rem}.cr-h-faq summary{font-size:.96rem;padding:1rem 1.1rem}.cr-h-footer-links{gap:.35rem .85rem;font-size:.84rem}}@media (max-width:380px){.cr-h-headline{font-size:1.65rem}.cr-h-cta{font-size:.92rem;padding:.85rem 1.25rem}.cr-h-h2{font-size:1.35rem}.cr-h-testimonial blockquote{font-size:1.05rem}}@media (min-width:600px){.cr-h-pain-grid{grid-template-columns:repeat(3,1fr)}.cr-h-agency-packs{grid-template-columns:1fr 1fr}}@media (min-width:900px){.cr-h-doors-grid,.cr-h-pricing-grid{grid-template-columns:repeat(3,1fr)}.cr-h-pricing-grid{align-items:stretch}.cr-h-headline{font-size:3.25rem}.cr-h-sub{font-size:1.25rem}.cr-h-h2{font-size:2.25rem}.cr-h-final-headline{font-size:2.35rem}.cr-h-testimonial{padding:3rem 2.5rem}.cr-h-testimonial blockquote{font-size:1.55rem}.cr-h-agency-banner{padding:3rem}.cr-h-agency-title{font-size:1.85rem}.cr-h-agency-cta{display:inline-block;width:auto;padding:1rem 2.5rem}}@media (min-width:1200px){.cr-h-headline{font-size:3.6rem}.cr-h-hero{padding:6rem 0 6.5rem}}.cr-door-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.75rem 1.5rem;text-align:left;height:100%;display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.cr-door-card:hover{transform:translateY(-3px);border-color:var(--trust);box-shadow:0 12px 28px -10px rgba(16,185,129,.25),0 4px 10px -4px rgba(17,24,39,.08)}.cr-door-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.cr-door-card h3{font-size:1.2rem;font-weight:700;color:#111827;margin:0 0 .5rem;letter-spacing:-.01em}.cr-door-card p{color:#4b5563;font-size:.95rem;line-height:1.55;margin:0 0 1.25rem;flex-grow:1}.cr-door-cta{color:var(--trust);font-weight:700;font-size:.95rem;letter-spacing:-.01em}@media (max-width:480px){.cr-door-card{padding:1.4rem 1.2rem}.cr-door-icon{width:48px;height:48px}}.cr-h-cred{background:#f8fafc;border-bottom:1px solid #eef2f6;padding:1.05rem 0}.cr-h-cred-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem .75rem;font-size:.95rem;color:#4b5563;text-align:center}.cr-h-cred-inner strong{color:#0a0a0a;font-weight:700}.cr-h-cred-dot{color:#cbd5e1}.cr-h-section{background:#fff}.cr-h-section,.cr-h-section-alt{padding:4rem 0;border-bottom:1px solid #f1f5f9}.cr-h-section-alt{background:#f8fafc}.cr-h-fugas{background:#fff;padding:4rem 0;border-bottom:1px solid #f1f5f9}.cr-h-fugas-grid{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem;max-width:900px;margin:0 auto}.cr-h-fuga{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.85rem 1.7rem;text-align:left;transition:box-shadow .18s ease,border-color .18s ease,transform .18s ease}.cr-h-fuga:hover{border-color:#a7f3d0;box-shadow:0 14px 34px -14px rgba(15,23,42,.16);transform:translateY(-2px)}.cr-h-fuga-icon{width:46px;height:46px;border-radius:12px;background:#ecfdf5;color:#059669;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.cr-h-fuga-tag{font-size:.72rem;font-weight:800;color:var(--trust);text-transform:uppercase;letter-spacing:.09em;margin:0 0 .5rem}.cr-h-fuga h3{font-size:1.2rem;font-weight:700;color:#0a0a0a;margin:0 0 .6rem;letter-spacing:-.01em;line-height:1.25}.cr-h-fuga-desc{font-size:.98rem;color:#4b5563;line-height:1.6;margin:0;max-width:60ch}.cr-h-fugas-close{text-align:center;font-size:1.2rem;color:#374151;line-height:1.5;max-width:640px;margin:2.25rem auto 0}.cr-h-fugas-close strong{color:#0a0a0a;font-weight:800}.cr-h-doors-3{max-width:1000px}.cr-h-door-num{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#1d4ed8,#1e40af);color:#fff;font-family:var(--font-display),sans-serif;font-weight:800;font-size:1.15rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;box-shadow:0 6px 16px -6px rgba(16,185,129,.55)}.cr-h-doors-note{text-align:center;font-size:.95rem;color:#6b7280;line-height:1.6;max-width:620px;margin:2rem auto 0}.cr-h-study{background:#fff;padding:4rem 0;border-bottom:1px solid #f1f5f9}.cr-h-study-lead{font-size:1.05rem;color:#4b5563;line-height:1.6;margin:-.75rem auto 2rem;max-width:62ch;text-align:left}.cr-h-study-bars{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto}.cr-h-bar-row{text-align:left}.cr-h-bar-label{display:block;font-size:.95rem;color:#374151;margin-bottom:.5rem}.cr-h-bar-label strong{color:#0a0a0a;font-weight:700}.cr-h-bar-track{background:#eef2f6;border-radius:10px;height:38px;overflow:hidden}.cr-h-bar-fill{height:100%;border-radius:10px;display:flex;align-items:center;justify-content:flex-end;padding-right:.7rem;min-width:3.2rem;transition:width .3s ease}.cr-h-bar-danger{background:#dc2626}.cr-h-bar-ok{background:#10B981}.cr-h-bar-val{color:#fff;font-weight:800;font-size:.92rem;white-space:nowrap}.cr-h-study-cta-wrap{text-align:center;margin:2.25rem 0 0}.cr-h-textlink{color:#047857;font-weight:700;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .15s ease}.cr-h-textlink:hover{border-color:var(--trust)}.cr-h-social{background:#f8fafc;padding:4rem 0;border-bottom:1px solid #f1f5f9}.cr-h-quote{margin:0 0 2rem}.cr-h-quote blockquote{font-size:1.2rem;color:#1f2937;line-height:1.55;margin:0;padding:0 0 0 1.25rem;border-left:4px solid var(--trust);text-align:left}.cr-h-quote blockquote strong{color:#0a0a0a;font-weight:700}.cr-h-founder{background:#0a0a0a;border:1px solid #1f2937;border-radius:20px;padding:2.5rem 2rem;text-align:center;position:relative;overflow:hidden}.cr-h-founder:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 480px 240px at 50% 0,rgba(16,185,129,.18),transparent 70%);pointer-events:none}.cr-h-founder>*{position:relative}.cr-h-founder-title{font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--trust-on-dark);margin:0 0 .6rem}.cr-h-founder-desc{font-size:1.05rem;color:#d1d5db;line-height:1.6;margin:0 auto 1.5rem;max-width:56ch}.cr-h-founder-desc strong{color:#fff;font-weight:700}.cr-h-stack{background:#fff;padding:4rem 0;border-bottom:1px solid #f1f5f9}.cr-h-stack-list{list-style:none;padding:0;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.cr-h-stack-list li{background:#fafafa;border:1px solid #e5e7eb;border-radius:12px;padding:1.1rem 1.35rem;display:flex;flex-direction:column;gap:.3rem;text-align:left}.cr-h-stack-name{font-size:1rem;font-weight:800;color:#0a0a0a;letter-spacing:-.01em}.cr-h-stack-desc{font-size:.95rem;color:#4b5563;line-height:1.55;max-width:66ch}.cr-h-final-form{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:center;max-width:520px;margin:1.75rem auto 0}.cr-h-final-input{flex:1 1 240px;min-width:200px;padding:14px 16px;font-size:1rem;border-radius:12px;border:1px solid #334155;background:#fff;color:#111827;outline:none}.cr-h-final-input::placeholder{color:#94a3b8}.cr-h-final-btn{min-width:0;padding:14px 24px}.cr-h-final-contact{margin:1.5rem auto 0;font-size:.92rem;color:#9ca3af}.cr-h-final-contact a{color:var(--trust-on-dark);font-weight:600;text-decoration:none}.cr-h-final-contact a:hover{text-decoration:underline}.cr-h-final-contact a:focus-visible,.cr-h-final-input:focus-visible,.cr-h-textlink:focus-visible{outline:3px solid var(--trust-on-dark);outline-offset:2px}@media (min-width:700px){.cr-h-fugas-grid{grid-template-columns:1fr 1fr}}@media (max-width:430px){.cr-h-fugas,.cr-h-social,.cr-h-stack,.cr-h-study{padding:3rem 0}.cr-h-fuga{padding:1.5rem 1.25rem}.cr-h-fugas-close,.cr-h-quote blockquote{font-size:1.05rem}.cr-h-cred-inner{font-size:.82rem}.cr-h-bar-track{height:34px}}.cr-h-eyebrow-light{font-size:.82rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--trust-on-dark);margin:0 0 1rem}.cr-h-prose{max-width:65ch;margin:0 auto;text-align:left}.cr-h-prose p{font-size:1.05rem;color:#374151;line-height:1.7;margin:0 0 1.1rem}.cr-h-prose p:last-child{margin-bottom:0}.cr-h-prose strong{color:#0a0a0a;font-weight:700}.cr-h-prose a{color:#047857;font-weight:600;text-decoration:underline}.cr-h-two{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem;max-width:900px;margin:0 auto}@media (min-width:700px){.cr-h-two{grid-template-columns:1fr 1fr}}.cr-h-check{list-style:none;padding:0;margin:.75rem 0 0;display:flex;flex-direction:column;gap:.6rem}.cr-h-check li{position:relative;padding-left:1.7rem;font-size:.97rem;color:#374151;line-height:1.5}.cr-h-check li:before{content:"";position:absolute;left:0;top:.3rem;width:1.15rem;height:1.15rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4 10l4 4 9-9' stroke='%2310B981' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:contain}.cr-h-check-off li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 5l10 10M15 5L5 15' stroke='%239ca3af' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E")}.cr-cookie{position:fixed;bottom:1rem;left:1rem;z-index:9998;max-width:min(400px,calc(100vw - 6rem));background:rgba(17,24,39,.97);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:.8rem 1rem;box-shadow:0 10px 30px -10px rgba(0,0,0,.5)}.cr-cookie-inner{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap}.cr-cookie-text{color:#e5e7eb;font-size:.85rem;line-height:1.4;margin:0;flex:1 1 auto}.cr-cookie-actions{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.cr-cookie-link{color:#9ca3af;font-size:.82rem;text-decoration:underline;white-space:nowrap}.cr-cookie-link:hover{color:#cbd5e1}.cr-cookie-btn{background:#10B981;color:#fff;border:none;border-radius:8px;padding:.5rem 1.05rem;font-size:.85rem;font-weight:700;cursor:pointer;transition:background .15s ease}.cr-cookie-btn:hover{background:#059669}.cr-cookie-btn:focus-visible,.cr-cookie-link:focus-visible{outline:3px solid #10B981;outline-offset:2px}@media (max-width:430px){.cr-cookie{left:.75rem;bottom:.75rem;max-width:calc(100vw - 5.5rem);padding:.7rem .85rem}.cr-cookie-text{font-size:.8rem}}.cr-h-door-time,.cr-h-founder-title,.cr-h-fuga-tag,.cr-h-plan-eyebrow{color:#047857}.cr-cookie-btn,.cr-h-bar-ok,.cr-h-cta,.cr-h-plan-cta:not(.cr-h-plan-cta-ghost){background:#047857}.cr-cookie-btn:hover,.cr-h-cta:hover,.cr-h-plan-cta:not(.cr-h-plan-cta-ghost):hover{background:#065f46}.article-header h1,.blog-hero h1,.cr-h-final-headline,.cr-h-h2,.cr-h-headline,.cr-h-plan-eyebrow,.lp-hero h1,.lp-section-title,.site-logo{font-family:var(--font-display),var(--font-body),-apple-system,sans-serif}.sc-chips{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1.4rem}.sc-chip{font-size:.8rem;font-weight:600;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:.3rem .8rem;letter-spacing:.01em}.sc-chip strong{color:#16a34a;font-weight:700}.sc-preview{padding:4rem 0 4.5rem;background:#fff;border-top:1px solid #f1f5f9}.sc-preview-title{font-family:var(--font-display),sans-serif;font-size:1.75rem;font-weight:800;text-align:center;letter-spacing:-.01em;margin-bottom:.6rem}.sc-preview-sub{text-align:center;color:#6b7280;max-width:520px;margin:0 auto 2.5rem;font-size:1rem}.sc-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.25rem;gap:1.25rem;max-width:920px;margin:0 auto}.sc-card{background:#fafafa;border:1px solid #e5e7eb;border-radius:16px;padding:1.6rem 1.4rem;text-align:center}.sc-card-icon{width:52px;height:52px;margin:0 auto .9rem;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#ecfdf5;color:#16a34a}.sc-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.4rem;letter-spacing:-.01em}.sc-card p{font-size:.92rem;color:#4b5563;line-height:1.55}.sc-trust{padding:3.5rem 0 4rem;background:#fafafa;border-top:1px solid #f1f5f9}.sc-quote{max-width:640px;margin:0 auto 2rem;padding:1.4rem 1.6rem;background:#fff;border-left:4px solid #16a34a;border-radius:0 12px 12px 0;box-shadow:0 1px 3px rgba(0,0,0,.05);font-size:1.02rem;color:#1f2937;line-height:1.6}.sc-trust-band{display:flex;flex-wrap:wrap;gap:.6rem 1.8rem;justify-content:center;color:#6b7280;font-size:.88rem;font-weight:500}.sc-trust-band span{display:inline-flex;align-items:center;gap:.4rem}.sc-trust-band svg{color:#16a34a;flex:none}.sc-faq{max-width:640px;margin:2.5rem auto 0}.sc-faq details{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:.9rem 1.1rem;margin-bottom:.6rem}.sc-faq summary{font-weight:600;cursor:pointer;font-size:.95rem}.sc-faq p{margin-top:.6rem;font-size:.9rem;color:#4b5563;line-height:1.6}.blog-main{max-width:1040px;margin:0 auto;padding:3rem 1.5rem 4rem}.blog-hero-band{text-align:center;margin-bottom:3rem}.blog-hero-band h1{font-family:var(--font-display),sans-serif;font-size:2.4rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.6rem}.blog-hero-band p{color:#6b7280;font-size:1.05rem;max-width:560px;margin:0 auto}.post-grid{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.25rem;gap:1.25rem;padding:0;margin:0}.post-grid .post-card{margin-bottom:0;display:flex;flex-direction:column;gap:.4rem;padding:1.4rem 1.4rem 1.5rem;border-radius:14px;transition:box-shadow .18s,transform .18s,border-color .18s}.post-grid .post-card:hover{box-shadow:0 10px 30px rgba(0,0,0,.07);transform:translateY(-2px);border-color:#d1fae5}.post-grid .post-card h2{font-size:1.08rem;line-height:1.35;margin:0}.post-grid .post-meta{order:-1;margin:0;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;font-weight:600;color:#16a34a}.post-grid .post-excerpt{font-size:.9rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cr-h-stack-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:.9rem;gap:.9rem}.cr-h-stack-list li{flex-direction:row;align-items:flex-start;gap:.95rem;background:#fff;transition:box-shadow .18s,border-color .18s}.cr-h-stack-list li:hover{box-shadow:0 8px 24px rgba(0,0,0,.06);border-color:#d1d5db}.cr-h-stack-badge{flex:none;width:42px;height:42px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.05rem;color:#fff;font-family:var(--font-display),sans-serif}.cr-h-stack-body{display:flex;flex-direction:column;gap:.25rem}@media (max-width:640px){.sc-preview{padding:3rem 0}.sc-preview-title{font-size:1.45rem}.blog-hero-band h1{font-size:1.9rem}}.cr-h-stack-list li:last-child:nth-child(odd){grid-column:1/-1}.lp-hero{background:radial-gradient(ellipse 720px 320px at 50% -10%,rgba(16,185,129,.1),transparent 70%),linear-gradient(180deg,#fff 0,var(--bg) 100%)}.sc-form-card{max-width:680px;margin:0 auto;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:1.5rem 1.5rem 1.25rem;box-shadow:0 18px 44px -18px rgba(15,23,42,.18)}.sc-form-card .sc-chips{margin-top:1.1rem}.sc-form-card .sc-chip{background:#f8fafc}::selection{background:rgba(16,185,129,.25)}input[type=email]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus{border-color:#10B981!important;box-shadow:0 0 0 3px rgba(16,185,129,.18)!important;outline:none}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #10B981;outline-offset:2px;border-radius:4px}.btn:active,.cr-cookie-btn:active,.cr-h-cta:active,.nav-cta:active{transform:translateY(0) scale(.98)}.sc-faq summary{list-style:none;position:relative;padding-right:1.6rem}.sc-faq summary::-webkit-details-marker{display:none}.sc-faq summary:after{content:"+";position:absolute;right:.1rem;top:50%;transform:translateY(-50%);color:var(--trust);font-size:1.25rem;font-weight:700;transition:transform .18s ease}.sc-faq details[open] summary:after{transform:translateY(-50%) rotate(45deg)}.sc-faq details{transition:border-color .18s ease}.sc-faq details[open]{border-color:#a7f3d0}.sc-card{transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease}.sc-card:hover{transform:translateY(-2px);border-color:#d1fae5;box-shadow:0 14px 34px -16px rgba(15,23,42,.14)}.cr-h-footer-links a,.lp-footer-links a{transition:color .15s ease}.lp-footer a{text-decoration:none}.lp-footer-links{flex-wrap:wrap;justify-content:center}.cr-h-hero-grid{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:center;text-align:left}.cr-h-hero-copy .cr-h-headline,.cr-h-hero-copy .cr-h-sub{margin-left:0;margin-right:0}@media (min-width:960px){.cr-h-hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}}@media (max-width:959px){.cr-h-hero-grid{text-align:center}.cr-h-hero-copy .cr-h-headline,.cr-h-hero-copy .cr-h-sub{margin-left:auto;margin-right:auto}.cr-h-hero-form{justify-content:center}}.cr-h-hero-form{display:flex;flex-wrap:wrap;gap:.65rem;max-width:560px}@media (max-width:959px){.cr-h-hero-form{margin:0 auto}}.cr-h-hero-input{flex:1 1 260px;min-width:220px;padding:15px 18px;font-size:1.05rem;border-radius:14px;border:1px solid #374151;background:rgba(255,255,255,.06);color:#fff;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.cr-h-hero-input::placeholder{color:#6b7280}.cr-h-hero-input:focus{border-color:#10B981!important;background:rgba(255,255,255,.09);box-shadow:0 0 0 3px rgba(16,185,129,.25)!important}.cr-h-hero-btn{min-width:0;white-space:nowrap}.cr-h-hero-mock{display:flex;justify-content:center}.cr-h-mock-card{background:#111827;border:1px solid #1f2937;border-radius:20px;padding:1.5rem 1.6rem;width:100%;max-width:380px;box-shadow:0 30px 60px -24px rgba(0,0,0,.6),0 0 0 1px rgba(16,185,129,.06);text-align:left}.cr-h-mock-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:1.1rem}.cr-h-mock-domain{font-family:var(--font-display),sans-serif;font-weight:700;color:#e5e7eb;font-size:.98rem}.cr-h-mock-tag{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;border:1px solid #374151;border-radius:999px;padding:3px 9px;white-space:nowrap}.cr-h-mock-score{display:flex;align-items:center;gap:1.4rem;margin-bottom:1.1rem}.cr-h-mock-fix{display:flex;flex-direction:column;gap:.15rem}.cr-h-mock-fix-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.07em;font-weight:700;color:#6b7280}.cr-h-mock-fix-score{font-family:var(--font-display),sans-serif;font-size:2.3rem;font-weight:800;color:#10B981;line-height:1}.cr-h-mock-checks{list-style:none;margin:0;padding:.9rem 0 0;border-top:1px solid #1f2937;display:flex;flex-direction:column;gap:.55rem}.cr-h-mock-checks li{display:flex;align-items:center;gap:.6rem;font-size:.88rem;color:#d1d5db}.cr-h-mock-checks li span{width:9px;height:9px;border-radius:50%;flex:none}.cr-h-mock-checks li.is-bad span{background:#ef4444}.cr-h-mock-checks li.is-warn span{background:#f59e0b}.cr-h-mock-checks li.is-ok span{background:#10B981}.cr-h-stats{background:#fff;border-bottom:1px solid #eef2f6;padding:2.75rem 0}.cr-h-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem 2.5rem;gap:2rem 2.5rem}.cr-h-stat{text-align:center}.cr-h-stat-num{display:block;font-family:var(--font-display),sans-serif;font-size:2.6rem;font-weight:800;letter-spacing:-.02em;color:#0a0a0a;line-height:1.1}.cr-h-stat-num:after{content:"";display:block;width:34px;height:3px;background:var(--trust);border-radius:2px;margin:.5rem auto .6rem}.cr-h-stat-label{font-size:.88rem;color:#4b5563;line-height:1.45;display:block;max-width:24ch;margin:0 auto}.cr-h-trustbadges{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem 1.6rem;margin-top:1.75rem;color:#9ca3af;font-size:.85rem;font-weight:600}.cr-h-trustbadges span{display:inline-flex;align-items:center;gap:.45rem}.cr-h-trustbadges svg{color:#10B981;flex:none}@media (max-width:640px){.cr-h-stat-num{font-size:2.1rem}.cr-h-mock-card{max-width:330px;padding:1.25rem 1.3rem}.cr-h-stats{padding:2.25rem 0}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-body:"Inter","Inter Fallback"}@font-face{font-family:Sora;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sora;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sora;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sora;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sora;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sora;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sora Fallback;src:local("Arial");ascent-override:85.29%;descent-override:25.50%;line-gap-override:0.00%;size-adjust:113.73%}.__className_af938a{font-family:Sora,Sora Fallback;font-style:normal}.__variable_af938a{--font-display:"Sora","Sora Fallback"}