:root{--primary:#4f46e5;--primary-light:#eef2ff;--primary-dark:#3730a3;--bg:#ffffff;--surface:#f8fafc;--text:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--border:#e2e8f0;--radius:5px;--radius-sm:4px;--shadow-sm:0 1px 2px rgba(0,0,0,0.04);--shadow:0 4px 24px rgba(15,23,42,0.08);--shadow-lg:0 20px 60px rgba(15,23,42,0.12);--font-body:'Inter',sans-serif;--font-heading:'Space Grotesk',sans-serif}[data-bs-theme=dark]{--bg:#0b0f19;--surface:#111827;--text:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--border:#1f2937;--shadow:0 4px 24px rgba(0,0,0,0.35);--shadow-lg:0 20px 60px rgba(0,0,0,0.45);--bs-light-rgb:#111827;--bs-bg-opacity:1}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--text)}.navbar{background:rgba(255,255,255,.8);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:.75rem 0;position:sticky;top:0;z-index:1000}[data-bs-theme=dark] .navbar{background:rgba(11,15,25,.8);border-bottom-color:var(--border)}.hero-alt{padding:5rem 0 4rem;position:relative;overflow:hidden}.hero-alt .bg-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.35;pointer-events:none}.hero-alt .blob-1{width:500px;height:500px;background:#c7d2fe;top:-100px;right:-100px}.hero-alt .blob-2{width:400px;height:400px;background:#fbcfe8;bottom:-80px;left:-80px}[data-bs-theme=dark] .hero-alt .blob-1{background:#312e81;opacity:.25}[data-bs-theme=dark] .hero-alt .blob-2{background:#4c1d95;opacity:.15}.hero-alt h1{font-size:clamp(3rem, 4vw, 2.6rem);margin-bottom:1.25rem}.hero-alt .lead{font-size:1.2rem;color:var(--text-secondary);margin-bottom:1.5rem}.hero-benefit{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--text-secondary)}.comparison-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:1.5rem}.comparison-card h5{font-size:1rem;margin-bottom:1rem;text-align:center}.comparison-card table{width:100%;font-size:.9rem}.comparison-card td,.comparison-card th{padding:.5rem .75rem;border-bottom:1px solid var(--border)}.comparison-card th{color:var(--text-muted);font-weight:500;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em;border-bottom:2px solid var(--border)}.comparison-card td:first-child{color:var(--text);font-weight:500}.comparison-card td{text-align:center;color:var(--text-secondary)}.comparison-card td:first-child{text-align:left}.problem-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;height:100%}.problem-card h4{font-size:1.1rem;margin-bottom:.75rem}.problem-card p{color:var(--text-secondary);font-size:.95rem;margin:0}.wide-table-wrap{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow-x:auto}.wide-table-wrap table{width:100%;font-size:.95rem;margin:0;min-width:600px}.wide-table-wrap td,.wide-table-wrap th{padding:.85rem 1.25rem;border-bottom:1px solid var(--border)}.wide-table-wrap thead th{color:var(--text-muted);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:2px solid var(--border);background:var(--surface)}.wide-table-wrap tbody td:first-child{color:var(--text);font-weight:500}.wide-table-wrap tbody td{text-align:center;color:var(--text-secondary)}.wide-table-wrap tbody td:first-child{text-align:left}.wide-table-wrap .diff-text{font-size:.85rem;color:var(--text-secondary)}.wide-table-wrap .diff-lix{font-size:.85rem;color:var(--primary);font-weight:500}.code-block{background:#0f172a;border-radius:var(--radius);padding:1.5rem;font-family:'SF Mono','Fira Code',monospace;font-size:.85rem;line-height:1.6;color:#e2e8f0;overflow-x:auto;white-space:pre}.code-block .comment{color:#64748b}.code-block .string{color:#a5b4fc}.code-block .prompt{color:#94a3b8}.code-block .keyword{color:#f472b6}.endpoint-list{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin-bottom:1rem}.endpoint-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-family:'SF Mono','Fira Code',monospace;font-size:.82rem;color:var(--text-secondary);border-bottom:1px solid var(--border)}.endpoint-item:last-child{border-bottom:none}.endpoint-method{font-size:.7rem;font-weight:600;padding:.15rem .4rem;border-radius:4px;text-transform:uppercase}.endpoint-method.get{background:#dcfce7;color:#166534}.endpoint-method.post{background:#dbeafe;color:#1e40af}.endpoint-method.patch{background:#fef3c7;color:#92400e}.feature-col-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;height:100%}.feature-col-card h4{font-size:1.1rem;margin-bottom:1rem}.feature-col-card ul{list-style:none;padding:0;margin:0;color:var(--text-secondary);font-size:.95rem}.feature-col-card li{padding:.35rem 0;display:flex;align-items:center;gap:.5rem}.analytics-mock{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.analytics-mock-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.analytics-mock-header span{font-weight:600;font-size:.9rem}.analytics-mock-header .period{font-size:.75rem;color:var(--text-muted);background:var(--surface);padding:.25rem .5rem;border-radius:6px;border:1px solid var(--border)}.analytics-mock-metric{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1rem}.analytics-mock-metric .metric{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem}.analytics-mock-metric .metric .label{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.25rem}.analytics-mock-metric .metric .value{font-family:var(--font-heading);font-weight:700;font-size:1.1rem;color:var(--text)}.mini-chart{height:80px;background:var(--surface);border-radius:var(--radius-sm);padding:.75rem;margin-bottom:.75rem}.mini-chart svg{width:100%;height:100%}.domain-visual{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem;text-align:center}.domain-url{font-family:var(--font-heading);font-size:1.1rem;padding:.75rem 1.25rem;border-radius:var(--radius-sm);display:inline-block;margin:.5rem 0}.domain-url.before{background:var(--surface);color:var(--text-muted);text-decoration:line-through}.domain-url.after{background:var(--primary-light);color:var(--primary);font-weight:600}.domain-arrow{color:var(--primary);margin:.5rem 0}.use-case-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;height:100%}.use-case-card h4{font-size:1.1rem;margin-bottom:.75rem}.use-case-card p{color:var(--text-secondary);font-size:.95rem;margin:0}.link-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:block;text-decoration:none;color:inherit;transition:all .2s;height:100%}.link-card:hover{border-color:var(--primary);box-shadow:var(--shadow);color:inherit}.link-card .link-icon{width:40px;height:40px;border-radius:10px;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.link-card h4{font-size:1.05rem;margin-bottom:.5rem;color:var(--text)}.link-card p{color:var(--text-secondary);font-size:.9rem;margin:0}.link-card .arrow{color:var(--primary);margin-top:1rem;display:flex;align-items:center;gap:.35rem;font-size:.9rem;font-weight:500}.migration-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;height:100%}.migration-card h3{font-size:1.25rem;margin-bottom:1.25rem}.migration-card ul{list-style:none;padding:0;margin:0}.migration-card li{padding:.6rem 0;display:flex;align-items:flex-start;gap:.75rem;color:var(--text-secondary);font-size:.95rem;border-bottom:1px solid var(--border)}.migration-card li:last-child{border-bottom:none}.migration-card li svg{flex-shrink:0;margin-top:2px}.migration-visual{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem}.migration-visual .step{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem 1.25rem;font-family:var(--font-heading);font-size:.9rem;color:var(--text-secondary);width:100%;max-width:280px}.migration-visual .step.active{border-color:var(--primary);color:var(--primary);font-weight:600;background:var(--primary-light)}.migration-visual .arrow-down{color:var(--primary)}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;text-align:left;background:0 0;border:none;padding:1.25rem 0;font-weight:600;font-size:1.05rem;color:var(--text);display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question svg{flex-shrink:0;transition:transform .2s}.faq-question[aria-expanded=true] svg{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;color:var(--text-secondary);line-height:1.6}.faq-answer.open{max-height:300px;padding-bottom:1.25rem}.cta-section{padding:5rem 0;position:relative;overflow:hidden}.cta-section .cta-bg{position:absolute;inset:0;background:linear-gradient(135deg,var(--primary-light) 0,var(--bg) 50%,var(--surface) 100%);opacity:.6;z-index:0}[data-bs-theme=dark] .cta-section .cta-bg{background:linear-gradient(135deg,#1e1b4b 0,var(--bg) 50%,var(--surface) 100%);opacity:.3}.cta-section .container{position:relative;z-index:1}.cta-section h2{font-size:clamp(1.75rem, 3.5vw, 2.75rem);margin:0 auto 1rem}.cta-section p{color:var(--text-secondary);font-size:1.1rem;max-width:540px;margin:0 auto 1.5rem}@media (max-width:770px){.section-padding{padding:3.2rem 0}.feature-item{padding:.5rem}.benefit-card{padding:1.25rem}.hero h1{font-size:2rem}}