@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--blue:#2563eb;--blue-dark:#1d4ed8;--blue-light:#eff6ff;--blue-mid:#dbeafe;--green:#16a34a;--green-light:#f0fdf4;--red:#dc2626;--red-light:#fef2f2;--amber:#d97706;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--white:#fff;--radius:14px;--radius-sm:8px;--shadow:0 4px 24px #00000014;--shadow-lg:0 12px 48px #00000024}html{scroll-behavior:smooth}body{color:var(--gray-800);background:var(--white);font-family:Inter,sans-serif;line-height:1.6}.announce-bar{background:var(--blue);color:var(--white);text-align:center;padding:10px 24px;font-size:.82rem;font-weight:600}.announce-bar span{opacity:.85;font-weight:400}nav{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-200);background:#fffffff7;padding:0 24px;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1100px;height:66px;margin:0 auto;display:flex}.logo{color:var(--blue);letter-spacing:-.5px;font-size:1.35rem;font-weight:900;text-decoration:none}.logo span{color:var(--gray-900)}.nav-links{gap:32px;list-style:none;display:flex}.nav-links a{color:var(--gray-600);font-size:.88rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--blue)}.nav-right{align-items:center;gap:12px;display:flex}.nav-signin{color:var(--gray-600);font-size:.88rem;font-weight:500;text-decoration:none}.nav-cta{background:var(--blue);color:var(--white);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:none;padding:10px 20px;font-size:.88rem;font-weight:700;text-decoration:none;transition:background .2s}.nav-cta:hover{background:var(--blue-dark)}.hero{text-align:center;background:linear-gradient(160deg,#f0f7ff 0%,#e8f2ff 60%,#f5f9ff 100%);padding:88px 24px 72px}.hero-eyebrow{background:var(--white);border:1px solid var(--blue-mid);color:var(--blue);border-radius:999px;align-items:center;gap:8px;margin-bottom:28px;padding:7px 18px;font-size:.8rem;font-weight:700;display:inline-flex;box-shadow:0 2px 12px #2563eb1a}.hero-eyebrow .dot{background:var(--green);border-radius:50%;width:7px;height:7px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.hero h1{color:var(--gray-900);letter-spacing:-2px;max-width:860px;margin:0 auto 12px;font-size:clamp(2.4rem,5.5vw,3.8rem);font-weight:900;line-height:1.1}.hero h1 .highlight{color:var(--blue);white-space:nowrap;position:relative}.hero-sub{color:var(--gray-600);max-width:540px;margin:16px auto 36px;font-size:clamp(1rem,2vw,1.2rem);line-height:1.65}.hero-sub strong{color:var(--gray-900)}.hero-cta-group{flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:20px;display:flex}.btn-hero{background:var(--blue);color:var(--white);border-radius:var(--radius);cursor:pointer;border:none;padding:17px 36px;font-size:1.05rem;font-weight:800;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:0 4px 20px #2563eb59}.btn-hero:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 8px 30px #2563eb66}.btn-ghost{color:var(--gray-700);border:2px solid var(--gray-300);border-radius:var(--radius);cursor:pointer;background:0 0;padding:17px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.btn-ghost:hover{border-color:var(--blue);color:var(--blue)}.hero-micro{color:var(--gray-400);font-size:.82rem}.hero-micro strong{color:var(--green)}.logo-bar{background:var(--white);border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);padding:22px 24px}.logo-bar-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;max-width:900px;margin:0 auto;display:flex}.logo-bar p{color:var(--gray-400);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;font-size:.8rem;font-weight:600}.platform-pill{background:var(--gray-50);border:1px solid var(--gray-200);color:var(--gray-700);border-radius:999px;align-items:center;gap:7px;padding:7px 16px;font-size:.85rem;font-weight:600;display:flex}.platform-pill .icon{font-size:1.1rem}.calc-section{background:var(--gray-900);padding:80px 24px}.calc-inner{max-width:860px;margin:0 auto}.calc-label{color:#93c5fd;letter-spacing:.06em;text-transform:uppercase;background:#2563eb33;border-radius:999px;margin-bottom:16px;padding:4px 14px;font-size:.78rem;font-weight:700;display:inline-block}.calc-title{color:var(--white);letter-spacing:-.8px;margin-bottom:10px;font-size:clamp(1.7rem,3.5vw,2.4rem);font-weight:800}.calc-subtitle{color:var(--gray-400);margin-bottom:44px;font-size:1rem}.calc-card{background:var(--gray-800);border:1px solid var(--gray-700);border-radius:var(--radius);padding:40px}.calc-grid{grid-template-columns:1fr 1fr;gap:28px;margin-bottom:32px;display:grid}.calc-field label{color:var(--gray-400);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:.82rem;font-weight:600;display:block}.calc-field .input-wrap{position:relative}.calc-field .prefix{color:var(--gray-400);font-size:1rem;font-weight:600;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.calc-field input[type=range]{width:100%;accent-color:var(--blue);cursor:pointer;height:6px;margin-top:4px}.calc-field .range-val{color:var(--white);margin-bottom:4px;font-size:1.5rem;font-weight:800}.calc-result{background:linear-gradient(135deg,var(--blue)0%,#1e40af 100%);border-radius:var(--radius-sm);flex-wrap:gap;justify-content:space-between;align-items:center;gap:20px;padding:28px 32px;display:flex}.calc-result-label{color:#ffffffbf;margin-bottom:4px;font-size:.88rem;font-weight:500}.calc-result-value{color:var(--white);font-size:2.4rem;font-weight:900;line-height:1}.calc-result-sub{color:#fff9;margin-top:4px;font-size:.82rem}.calc-cta-wrap{text-align:center;margin-top:28px}.btn-calc{background:var(--blue);color:var(--white);border-radius:var(--radius-sm);cursor:pointer;border:none;padding:15px 36px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block}.btn-calc:hover{background:var(--blue-dark);transform:translateY(-1px)}section{padding:88px 24px}.section-inner{max-width:1100px;margin:0 auto}.section-label{background:var(--blue-light);color:var(--blue);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;margin-bottom:14px;padding:4px 14px;font-size:.75rem;font-weight:700;display:inline-block}.section-title{letter-spacing:-1px;color:var(--gray-900);margin-bottom:14px;font-size:clamp(1.9rem,3.5vw,2.7rem);font-weight:800;line-height:1.15}.section-sub{color:var(--gray-500);max-width:540px;margin-bottom:52px;font-size:1.05rem;line-height:1.7}.problem{background:var(--white)}.problem-cols{grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid}.problem-list{list-style:none}.problem-list li{border-bottom:1px solid var(--gray-100);gap:14px;padding:18px 0;display:flex}.problem-list li:last-child{border:none}.problem-icon{background:var(--red-light);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.problem-list h4{color:var(--gray-900);margin-bottom:4px;font-size:.95rem;font-weight:700}.problem-list p{color:var(--gray-500);font-size:.87rem;line-height:1.55}.problem-visual{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);padding:32px}.pv-title{color:var(--gray-400);text-transform:uppercase;letter-spacing:.06em;margin-bottom:20px;font-size:.8rem;font-weight:700}.review-mock{background:var(--white);border:1px solid var(--gray-200);border-radius:10px;margin-bottom:14px;padding:20px}.rm-stars{color:#f59e0b;margin-bottom:8px;font-size:.9rem}.rm-text{color:var(--gray-700);margin-bottom:8px;font-size:.85rem;font-style:italic;line-height:1.55}.rm-author{color:var(--gray-400);font-size:.75rem;font-weight:600}.no-reply{background:var(--red-light);border:1px dashed #fca5a5;border-radius:8px;align-items:center;gap:10px;padding:14px 18px;display:flex}.no-reply span{color:var(--red);font-size:.82rem;font-weight:600}.stat-pills{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.stat-pill{background:var(--blue);color:var(--white);border-radius:999px;padding:7px 16px;font-size:.82rem;font-weight:700}.how{background:var(--gray-50)}.how-grid{background:var(--gray-200);border-radius:var(--radius);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2px;display:grid;overflow:hidden}.how-step{background:var(--white);padding:36px 28px;position:relative}.step-num{color:var(--blue-light);margin-bottom:12px;font-size:3rem;font-weight:900;line-height:1}.how-step h3{color:var(--gray-900);margin-bottom:10px;font-size:1rem;font-weight:700}.how-step p{color:var(--gray-500);font-size:.87rem;line-height:1.6}.how-step .step-time{background:var(--green-light);color:var(--green);border-radius:999px;margin-top:14px;padding:3px 10px;font-size:.72rem;font-weight:700;display:inline-block}.demo{background:var(--white)}.demo-cols{grid-template-columns:1fr 1fr;gap:32px;display:grid}.demo-col-label{text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:8px;margin-bottom:16px;font-size:.78rem;font-weight:800;display:flex}.demo-col-label.bad{color:var(--red)}.demo-col-label.good{color:var(--green)}.demo-review{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-sm);margin-bottom:14px;padding:22px}.demo-stars{color:#f59e0b;margin-bottom:8px}.demo-text{color:var(--gray-700);margin-bottom:8px;font-size:.88rem;font-style:italic;line-height:1.6}.demo-reviewer{color:var(--gray-400);font-size:.77rem;font-weight:600}.demo-no-reply{background:var(--red-light);border-radius:var(--radius-sm);text-align:center;border:1px dashed #fca5a5;padding:18px}.demo-no-reply p{color:var(--red);font-size:.85rem;font-weight:500;line-height:1.5}.demo-reply{border-radius:var(--radius-sm);background:#eff6ff;border:1px solid #bfdbfe;padding:20px}.demo-reply-tag{color:var(--blue);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:6px;margin-bottom:10px;font-size:.72rem;font-weight:700;display:flex}.demo-reply p{color:var(--gray-700);font-size:.87rem;line-height:1.65}.demo-timing{color:var(--gray-400);text-align:right;margin-top:10px;font-size:.75rem}.pricing{background:var(--gray-50)}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr));align-items:start;gap:22px;display:grid}.price-card{background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius);padding:36px 30px;transition:all .25s}.price-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.price-card.featured{border-color:var(--blue);position:relative}.featured-tag{background:var(--blue);color:var(--white);white-space:nowrap;border-radius:999px;padding:4px 18px;font-size:.75rem;font-weight:800;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.price-name{color:var(--gray-500);text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px;font-size:.85rem;font-weight:700}.price-amount{color:var(--gray-900);letter-spacing:-1.5px;font-size:2.8rem;font-weight:900;line-height:1}.price-amount sup{vertical-align:super;font-size:1.4rem;font-weight:700}.price-amount sub{color:var(--gray-400);letter-spacing:0;font-size:1rem;font-weight:500}.price-desc{color:var(--gray-400);margin:8px 0 24px;font-size:.85rem;line-height:1.5}.price-divider{background:var(--gray-100);height:1px;margin-bottom:20px}.price-features{margin-bottom:28px;list-style:none}.price-features li{color:var(--gray-600);border-bottom:1px solid var(--gray-50);align-items:flex-start;gap:9px;padding:9px 0;font-size:.88rem;line-height:1.4;display:flex}.price-features li:before{content:"✓";color:var(--green);flex-shrink:0;margin-top:1px;font-weight:800}.price-features li.muted{color:var(--gray-300)}.price-features li.muted:before{content:"–";color:var(--gray-300)}.price-btn{border-radius:var(--radius-sm);cursor:pointer;text-align:center;border:none;width:100%;padding:14px;font-family:inherit;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;display:block}.price-btn.primary{background:var(--blue);color:var(--white)}.price-btn.primary:hover{background:var(--blue-dark)}.price-btn.outline{color:var(--blue);border:2px solid var(--blue);background:0 0}.price-btn.outline:hover{background:var(--blue-light)}.price-guarantee{text-align:center;color:var(--gray-400);margin-top:28px;font-size:.82rem}.price-guarantee strong{color:var(--gray-600)}.competitor-compare{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);margin-top:48px;overflow:hidden}.compare-header{background:var(--gray-50);color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;grid-template-columns:2fr 1fr 1fr 1fr;gap:16px;padding:16px 24px;font-size:.8rem;font-weight:700;display:grid}.compare-row{border-top:1px solid var(--gray-100);grid-template-columns:2fr 1fr 1fr 1fr;align-items:center;gap:16px;padding:16px 24px;font-size:.87rem;display:grid}.compare-row .feature{color:var(--gray-700);font-weight:500}.compare-row .val{text-align:center;font-weight:600}.val-yes{color:var(--green)}.val-no{color:var(--red)}.val-rp{color:var(--blue);font-weight:800}.compare-highlight{background:var(--blue-light)}.testimonials{background:var(--white)}.testi-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:22px;display:grid}.testi-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);padding:30px 26px}.testi-stars{color:#f59e0b;letter-spacing:2px;margin-bottom:14px;font-size:1rem}.testi-quote{color:var(--gray-700);margin-bottom:20px;font-size:.95rem;font-style:italic;line-height:1.7}.testi-author{align-items:center;gap:12px;display:flex}.testi-avatar{background:var(--blue);width:44px;height:44px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;font-weight:800;display:flex}.testi-name{color:var(--gray-900);font-size:.9rem;font-weight:700}.testi-role{color:var(--gray-400);font-size:.78rem}.testi-result{background:var(--green-light);color:var(--green);border-radius:999px;margin-top:6px;padding:3px 10px;font-size:.75rem;font-weight:700;display:inline-block}.objections{background:var(--gray-50)}.obj-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.obj-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:28px}.obj-q{color:var(--gray-900);gap:10px;margin-bottom:10px;font-size:.95rem;font-weight:700;display:flex}.obj-q:before{content:"\"";color:var(--gray-300);flex-shrink:0;margin-top:-2px;font-size:1.5rem;line-height:1}.obj-a{color:var(--gray-500);font-size:.88rem;line-height:1.65}.final-cta{background:linear-gradient(140deg,#1e3a8a 0%,var(--blue)50%,#3b82f6 100%);text-align:center;padding:100px 24px}.final-cta h2{color:var(--white);letter-spacing:-1.5px;margin-bottom:16px;font-size:clamp(2rem,4.5vw,3rem);font-weight:900;line-height:1.15}.final-cta p{color:#ffffffbf;max-width:480px;margin:0 auto 40px;font-size:1.1rem;line-height:1.65}.btn-white{background:var(--white);color:var(--blue);border-radius:var(--radius);cursor:pointer;border:none;padding:18px 44px;font-size:1.1rem;font-weight:800;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:0 8px 30px #0003}.btn-white:hover{transform:translateY(-2px);box-shadow:0 14px 40px #00000040}.cta-reassurance{flex-wrap:wrap;justify-content:center;gap:24px;margin-top:24px;display:flex}.cta-reassurance span{color:#ffffffa6;align-items:center;gap:5px;font-size:.82rem;display:flex}.cta-reassurance span:before{content:"✓";color:#ffffffe6;font-weight:700}footer{background:var(--gray-900);padding:52px 24px 36px}.footer-inner{max-width:1100px;margin:0 auto}.footer-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:32px;margin-bottom:40px;display:flex}.footer-brand .logo{margin-bottom:10px;display:block}.footer-brand p{color:var(--gray-500);max-width:240px;font-size:.85rem;line-height:1.6}.footer-links h4{color:var(--gray-500);text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px;font-size:.78rem;font-weight:700}.footer-links ul{list-style:none}.footer-links ul li{margin-bottom:8px}.footer-links ul a{color:var(--gray-400);font-size:.87rem;text-decoration:none;transition:color .2s}.footer-links ul a:hover{color:var(--white)}.footer-bottom{border-top:1px solid var(--gray-800);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:24px;display:flex}.footer-bottom p{color:var(--gray-600);font-size:.82rem}.footer-bottom a{color:var(--gray-500);margin-left:16px;font-size:.82rem;text-decoration:none}@media (max-width:768px){.nav-links{display:none}.problem-cols,.demo-cols,.calc-grid,.obj-grid{grid-template-columns:1fr}.compare-header,.compare-row{grid-template-columns:2fr 1fr 1fr}.compare-header>:nth-child(3),.compare-row>:nth-child(3){display:none}.footer-top{flex-direction:column}section{padding:64px 24px}.hero{padding:64px 24px 56px}}
