.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;--accent-hover:#15803d;--border:#e5e7eb;--card-bg:#fff;--max-width:720px}body{font-family:-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 var(--border);padding:2.5rem 0;background:#fff}.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:var(--text)}.lp-footer-links{display:flex;gap:1.5rem}.lp-footer-links a{color:var(--text-secondary);font-size:.9rem}.lp-footer-links a:hover{color:var(--accent)}.lp-footer-copy{color:var(--text-secondary);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:4.5rem 0 5rem;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.5rem;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:#10B981;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.05rem;padding:1.05rem 2rem;border-radius:12px;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:#10B981;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:#10B981;margin-bottom:.85rem;display:inline-flex}.cr-h-door-time{font-size:.72rem;font-weight:800;color:#10B981;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:#10B981;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:#10B981;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:#10B981;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:#10B981;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 #10b981;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:#10B981;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:#10B981;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:#10B981;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:#10B981;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:#10B981;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:#6b7280}.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:#10B981}.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:#10B981;border-color:#10B981}.cr-h-footer-copy{font-size:.8rem;color:#6b7280}@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:#10B981;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:#10B981;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}}