.app{overflow-x:hidden}.navbar{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe0;border-bottom:1px solid rgba(229,231,235,.8)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.75rem;font-weight:800;font-size:1.05rem}.brand-logo{width:40px;height:40px;border-radius:10px}.nav-links{display:flex;align-items:center;gap:1.25rem;font-weight:600;color:var(--gray-700)}.nav-links a:hover{color:var(--blue-600)}.nav-cta{padding:.65rem 1rem;border-radius:999px;background:var(--blue-600);color:var(--white)!important}.nav-cta:hover{background:var(--blue-700)}@media(max-width:640px){.nav-links a:not(.nav-cta){display:none}}.hero{padding:4rem 0 5rem;background:radial-gradient(circle at top right,rgba(16,185,129,.12),transparent 30%),radial-gradient(circle at top left,rgba(37,99,235,.14),transparent 35%),var(--gray-50)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center}.hero-copy h1{font-size:clamp(2.2rem,5vw,3.6rem);line-height:1.08;margin-bottom:1rem}.hero-lead{color:var(--gray-500);font-size:1.1rem;max-width:560px;margin-bottom:1.75rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.hero-bullets{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;padding:0;margin:0;list-style:none;color:var(--gray-700);font-weight:600}.hero-bullets li:before{content:"✓ ";color:var(--green-600)}.hero-visual{display:flex;justify-content:center}.phone-card{width:min(100%,380px);background:var(--white);border-radius:24px;padding:1.25rem;box-shadow:var(--shadow);border:1px solid var(--gray-200)}.phone-header{display:flex;align-items:center;gap:.875rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-100)}.phone-logo{width:44px;height:44px;border-radius:12px}.phone-header strong{display:block;font-size:.85rem;color:var(--gray-500)}.phone-amount{display:block;font-size:1.35rem;color:var(--blue-600);font-weight:800}.phone-list{display:grid;gap:.875rem;padding:1rem 0}.phone-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.phone-row strong{display:block}.phone-row span{color:var(--gray-500);font-size:.85rem}.badge{padding:.35rem .65rem;border-radius:999px;font-size:.8rem;font-weight:700;white-space:nowrap}.badge-blue{background:var(--blue-100);color:var(--blue-700)}.badge-green{background:#10b98126;color:var(--green-600)}.badge-muted{background:var(--gray-100);color:var(--gray-500)}.phone-footer{padding-top:.75rem;border-top:1px solid var(--gray-100);color:var(--gray-500);font-size:.85rem;text-align:center}@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-visual{order:-1}}.features{background:var(--white)}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.feature-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.5rem}.feature-icon{font-size:1.75rem;display:inline-block;margin-bottom:.75rem}.feature-card h3{margin-bottom:.5rem;font-size:1.1rem}.feature-card p{color:var(--gray-500)}@media(max-width:900px){.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.feature-grid{grid-template-columns:1fr}}.how-it-works{background:var(--gray-50)}.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.step-card{background:var(--white);border-radius:var(--radius);padding:1.5rem;border:1px solid var(--gray-200)}.step-number{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--blue-600),var(--green-500));color:var(--white);font-weight:800;margin-bottom:1rem}.step-card h3{margin-bottom:.5rem}.step-card p{color:var(--gray-500)}@media(max-width:900px){.steps-grid{grid-template-columns:1fr}}.stats{padding-top:0}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.stat-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.25rem;text-align:center}.stat-card strong{display:block;font-size:1.75rem;color:var(--blue-600);margin-bottom:.35rem}.stat-card span{color:var(--gray-500);font-weight:600}@media(max-width:768px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.cta{padding-bottom:5rem}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:2.5rem;border-radius:24px;background:linear-gradient(135deg,var(--blue-600),var(--green-500));color:var(--white)}.cta-inner h2{font-size:clamp(1.5rem,3vw,2.2rem);margin-bottom:.75rem}.cta-inner p{color:#ffffffe6;max-width:560px}@media(max-width:768px){.cta-inner{flex-direction:column;align-items:flex-start}}.footer{background:var(--gray-900);color:#ffffffd1;padding:2.5rem 0 1.5rem}.footer-grid{display:flex;justify-content:space-between;gap:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.12)}.footer-brand span{color:var(--white)}.footer-tagline{margin-top:.75rem;max-width:360px;color:#ffffffa6}.footer-links{display:grid;gap:.75rem;font-weight:600}.footer-links a:hover{color:var(--white)}.footer-bottom{padding-top:1rem;font-size:.9rem;color:#ffffff8c}@media(max-width:768px){.footer-grid{flex-direction:column}}:root{--blue-600: #2563eb;--blue-700: #1e40af;--blue-100: #dbeafe;--green-500: #10b981;--green-600: #059669;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-500: #6b7280;--gray-700: #374151;--gray-900: #111827;--white: #ffffff;--shadow: 0 20px 50px rgba(17, 24, 39, .12);--radius: 16px;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:var(--gray-900);background:var(--white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}button{font:inherit}.container{width:min(1120px,calc(100% - 2rem));margin-inline:auto}.eyebrow{font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--blue-600);margin-bottom:.75rem}.eyebrow-light{color:#ffffffd9}.text-gradient{background:linear-gradient(135deg,var(--blue-600),var(--green-500));-webkit-background-clip:text;background-clip:text;color:transparent}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.25rem;border-radius:999px;font-weight:700;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--blue-600);color:var(--white);box-shadow:0 10px 24px #2563eb47}.btn-primary:hover{background:var(--blue-700)}.btn-secondary{background:var(--white);color:var(--gray-900);border:1px solid var(--gray-200)}.btn-light{background:var(--white);color:var(--blue-700);box-shadow:var(--shadow)}.section{padding:5rem 0}.section-head{max-width:720px;margin-bottom:2.5rem}.section-head h2{font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.15;margin-bottom:.75rem}.section-head p:last-child{color:var(--gray-500);font-size:1.05rem}@media(max-width:768px){.section{padding:3.5rem 0}}
