*{box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;color-scheme:light dark;background-color:#fafafa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}@media(prefers-color-scheme:dark){:root{background-color:#111}}*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #fafafa;--bg-alt: #f0f0f0;--text: #1a1a1a;--text-muted: #666;--accent: #1a1a1a;--accent-hover: #333;--border: #ddd;--highlight-bg: #1a1a1a;--highlight-text: #fafafa}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;max-width:1200px;margin:0 auto;width:100%}.logo{font-size:1.25rem;font-weight:500;color:var(--text);text-decoration:none;letter-spacing:-.02em}.nav{display:flex;align-items:center;gap:2rem}.nav a{color:var(--text-muted);text-decoration:none;font-size:.95rem;transition:color .2s}.nav a:hover,.nav a.active{color:var(--text)}.nav-cta{background:var(--accent);color:var(--highlight-text)!important;padding:.5rem 1rem;border-radius:6px;font-weight:500}.nav-cta:hover{background:var(--accent-hover)}.page{max-width:900px;margin:0 auto;padding:2rem}.btn{display:inline-block;padding:.875rem 1.75rem;border-radius:6px;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;cursor:pointer;border:none}.btn-primary{background:var(--accent);color:var(--highlight-text)}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{border-color:var(--text)}.hero{text-align:center;padding:4rem 0 5rem}.hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:600;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.5rem}.hero-sub{font-size:clamp(1.1rem,2vw,1.35rem);color:var(--text-muted);max-width:600px;margin:0 auto 2.5rem;line-height:1.5}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.features{padding:4rem 0}.features h2{font-size:1.75rem;font-weight:600;margin-bottom:2rem;letter-spacing:-.02em}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.feature-card{padding:1.5rem;background:var(--bg-alt);border-radius:8px}.feature-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.feature-card p{color:var(--text-muted);font-size:.95rem}.difference{padding:4rem 0}.difference h2{font-size:1.75rem;font-weight:600;margin-bottom:2rem;letter-spacing:-.02em}.difference-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.difference-item{padding:1.25rem;border-radius:8px;background:var(--bg-alt)}.difference-item.highlight{background:var(--highlight-bg);color:var(--highlight-text)}.difference-label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;opacity:.6}.difference-item p{font-size:.95rem;margin:0}.data-callout{padding:3rem;background:var(--bg-alt);border-radius:12px;text-align:center;margin:3rem 0}.data-callout h2{font-size:1.75rem;font-weight:600;margin-bottom:1rem}.data-callout p{color:var(--text-muted);max-width:600px;margin:0 auto}.data-emphasis{margin-top:1.5rem!important;font-weight:600;color:var(--text)!important;font-style:italic}.integrations{padding:3rem 0;text-align:center}.integrations h2{font-size:1.25rem;font-weight:500;color:var(--text-muted);margin-bottom:1rem}.integration-list{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap;font-size:1rem;color:var(--text)}.dot{color:var(--text-muted)}.final-cta{text-align:center;padding:4rem 0;border-top:1px solid var(--border);margin-top:2rem}.final-cta h2{font-size:2rem;font-weight:600;margin-bottom:.5rem}.final-cta p{color:var(--text-muted);margin-bottom:1.5rem}.pricing-hero{text-align:center;padding:3rem 0 4rem}.pricing-hero h1{font-size:clamp(2rem,5vw,3rem);font-weight:600;letter-spacing:-.03em;margin-bottom:.75rem}.pricing-sub{font-size:1.25rem;color:var(--text-muted)}.free-tier{padding:2rem 0}.free-tier h2{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.free-tier-desc{color:var(--text-muted);margin-bottom:1.5rem}.free-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.free-item{text-align:center;padding:1.5rem;background:var(--bg-alt);border-radius:8px}.free-number{display:block;font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:.25rem}.free-label{font-size:.875rem;color:var(--text-muted)}.usage-pricing{padding:2rem 0}.usage-pricing h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.price-table{max-width:400px}.price-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border)}.price-item{color:var(--text)}.price-cost{font-weight:600;font-family:SF Mono,Monaco,Inconsolata,monospace}.calculator{padding:2.5rem;background:var(--bg-alt);border-radius:12px;margin:2rem 0}.calculator h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.calc-grid{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.calc-row{display:grid;grid-template-columns:1fr 2fr auto;gap:1rem;align-items:center}.calc-row label{font-size:.95rem}.calc-row input[type=range]{width:100%;accent-color:var(--accent)}.calc-value{font-family:SF Mono,Monaco,Inconsolata,monospace;font-weight:600;width:3rem;text-align:right}.calc-result{text-align:center;padding-top:1.5rem;border-top:1px solid var(--border)}.calc-total{display:block;font-size:2.5rem;font-weight:700}.calc-note{display:block;color:var(--text-muted);font-size:.9rem;margin-top:.5rem}.billing-cap{padding:2rem 0;text-align:center}.billing-cap h2{font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.billing-cap p{color:var(--text-muted);max-width:500px;margin:0 auto}.data-portable{padding:2rem 0;text-align:center}.data-portable h2{font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.data-portable p{color:var(--text-muted);max-width:500px;margin:0 auto}.comparison{padding:2rem 0}.comparison h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.comparison-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.comparison-card{padding:1.5rem;border-radius:8px;background:var(--bg-alt);text-align:center}.comparison-card.highlight{background:var(--highlight-bg);color:var(--highlight-text)}.comparison-name{display:block;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;opacity:.7;margin-bottom:.5rem}.comparison-price{display:block;font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.comparison-detail{font-size:.875rem;opacity:.8}.pricing-cta{text-align:center;padding:3rem 0;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.footer{border-top:1px solid var(--border);padding:2rem;margin-top:auto}.footer-content{max-width:900px;margin:0 auto;text-align:center}.footer-main{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:1rem}.footer-brand{font-weight:500}.footer-main a{color:var(--text-muted);text-decoration:none;font-size:.9rem}.footer-main a:hover{color:var(--text)}.footer-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.footer-links a{color:var(--text-muted);text-decoration:none;font-size:.875rem}.footer-links a:hover{color:var(--text)}.footer-tagline{color:var(--text-muted);font-size:.8rem;font-style:italic}@media(max-width:768px){.header{padding:1rem}.nav{gap:1rem}.page{padding:1rem}.hero{padding:2rem 0 3rem}.difference-grid{grid-template-columns:1fr}.calc-row{grid-template-columns:1fr;gap:.5rem}.calc-value{text-align:left}.footer-main{flex-direction:column;gap:.5rem}}.switch-page{padding-bottom:4rem}.switch-hero{text-align:center;padding:3rem 0 4rem}.switch-label{display:inline-block;font-size:.875rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.switch-hero h1{font-size:clamp(2rem,5vw,3rem);font-weight:600;letter-spacing:-.03em;margin-bottom:.75rem}.switch-sub{font-size:1.25rem;color:var(--text-muted)}.cost-compare{padding:2rem 0}.cost-compare h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.cost-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.cost-card{padding:2rem;border-radius:12px;text-align:center}.cost-card.old{background:var(--bg-alt)}.cost-card.new{background:var(--highlight-bg);color:var(--highlight-text)}.cost-name{display:block;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;opacity:.7;margin-bottom:.5rem}.cost-price{display:block;font-size:3rem;font-weight:700;line-height:1}.cost-unit{display:block;font-size:.875rem;opacity:.7;margin-bottom:1.5rem}.cost-details{list-style:none;text-align:left;font-size:.9rem}.cost-details li{padding:.5rem 0;border-top:1px solid rgba(128,128,128,.2)}.savings-calc{padding:2rem 0}.savings-calc h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.savings-example{max-width:500px}.savings-row{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--border);font-size:.95rem}.savings-row.total{border-bottom:none;padding-top:1.5rem;font-weight:600}.savings-old{color:var(--text-muted);text-decoration:line-through}.savings-new{font-weight:600}.savings-amount{font-size:1.5rem;color:#16a34a}.migration{padding:2rem 0}.migration h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.migration-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.step{padding:1.5rem;background:var(--bg-alt);border-radius:8px}.step-num{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--accent);color:var(--highlight-text);border-radius:50%;font-weight:600;font-size:.875rem;margin-bottom:1rem}.step h3{font-size:1rem;font-weight:600;margin-bottom:.5rem}.step p{font-size:.9rem;color:var(--text-muted)}.keep-data{padding:2rem 0}.keep-data h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.keep-grid{display:flex;flex-wrap:wrap;gap:.75rem}.keep-item{padding:.75rem 1.25rem;background:var(--bg-alt);border-radius:6px;font-size:.95rem}.switch-faq{padding:2rem 0}.switch-faq h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.faq-list{display:flex;flex-direction:column;gap:1.5rem}.faq-item h3{font-size:1rem;font-weight:600;margin-bottom:.5rem}.faq-item p{font-size:.95rem;color:var(--text-muted)}.switch-cta{text-align:center;padding:3rem;background:var(--bg-alt);border-radius:12px;margin:2rem 0}.switch-cta h2{font-size:1.75rem;font-weight:600;margin-bottom:.5rem}.switch-cta p{color:var(--text-muted);margin-bottom:1.5rem}.switch-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.switch-footer{display:flex;justify-content:space-between;padding-top:2rem;border-top:1px solid var(--border);margin-top:2rem}.switch-footer a{color:var(--text-muted);text-decoration:none;font-size:.9rem}.switch-footer a:hover{color:var(--text)}.pain-points{padding:2rem 0}.pain-points h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.pain-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.pain-list li{padding:1rem 1.25rem;background:var(--bg-alt);border-radius:6px;font-size:.95rem;border-left:3px solid var(--text-muted)}.city-page{padding-bottom:4rem}.city-hero{text-align:center;padding:3rem 0 4rem}.city-label{display:inline-block;font-size:.875rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.city-hero h1{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;letter-spacing:-.02em;line-height:1.2;margin-bottom:1rem}.city-sub{font-size:1.15rem;color:var(--text-muted);max-width:550px;margin:0 auto 2rem}.city-context{padding:2rem 0}.city-context h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.context-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.context-item{padding:1.5rem;background:var(--bg-alt);border-radius:8px}.context-item h3{font-size:1rem;font-weight:600;margin-bottom:.5rem}.context-item p{font-size:.9rem;color:var(--text-muted)}.city-pricing{text-align:center;padding:2.5rem;background:var(--bg-alt);border-radius:12px;margin:2rem 0}.city-pricing h2{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.city-pricing p{color:var(--text-muted)}.pricing-example{margin:1rem 0 1.5rem;font-size:1.1rem;color:var(--text)!important}.city-proof{padding:2rem 0}.city-proof h2{font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.city-proof>p{color:var(--text-muted);margin-bottom:1.5rem}.switch-links{display:flex;flex-wrap:wrap;gap:1rem}.switch-links a{color:var(--text);text-decoration:none;padding:.5rem 1rem;background:var(--bg-alt);border-radius:6px;font-size:.9rem;transition:background .2s}.switch-links a:hover{background:var(--border)}.city-cta{text-align:center;padding:3rem 0;border-top:1px solid var(--border);margin-top:2rem}.city-cta h2{font-size:1.75rem;font-weight:600;margin-bottom:.5rem}.city-cta p{color:var(--text-muted);margin-bottom:1.5rem}.city-footer{padding-top:2rem}.city-footer a{color:var(--text-muted);text-decoration:none;font-size:.9rem}.city-footer a:hover{color:var(--text)}.practice-areas{padding:2rem 0}.practice-areas h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.practice-grid{display:flex;flex-wrap:wrap;gap:.75rem}.practice-tag{padding:.5rem 1rem;background:var(--bg-alt);border-radius:20px;font-size:.9rem;text-transform:capitalize}.legal-page{padding-bottom:4rem}.legal-hero{text-align:center;padding:3rem 0;border-bottom:1px solid var(--border);margin-bottom:3rem}.legal-hero h1{font-size:2.5rem;font-weight:600;margin-bottom:.5rem}.legal-date{color:var(--text-muted);font-size:.95rem}.legal-content{max-width:700px;margin:0 auto}.legal-content section{margin-bottom:2.5rem}.legal-intro{padding:1.5rem;background:var(--bg-alt);border-radius:8px;margin-bottom:3rem}.legal-intro p{margin:0;line-height:1.7}.legal-content h2{font-size:1.35rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.legal-content h3{font-size:1.1rem;font-weight:600;margin:1.5rem 0 .75rem}.legal-content p{color:var(--text);line-height:1.7;margin-bottom:1rem}.legal-content ul{margin:0 0 1rem 1.5rem;line-height:1.8}.legal-content li{margin-bottom:.5rem}.legal-content a{color:var(--text);text-decoration:underline}.legal-caps{font-size:.85rem;padding:1rem;background:var(--bg-alt);border-radius:6px;border-left:3px solid var(--text-muted)}.legal-contact{padding:2rem;background:var(--bg-alt);border-radius:12px}.legal-contact h2{border-bottom:none;padding-bottom:0}.contact-info{margin-top:1rem}.contact-info p{margin-bottom:.5rem}.legal-footer{padding-top:2rem;border-top:1px solid var(--border);margin-top:3rem}.legal-footer a{color:var(--text-muted);text-decoration:none;font-size:.9rem}.legal-footer a:hover{color:var(--text)}@media(max-width:768px){.cost-grid,.migration-steps{grid-template-columns:1fr}.switch-footer{flex-direction:column;gap:1rem;align-items:center}.context-grid{grid-template-columns:1fr}}
