*{box-sizing:border-box;margin:0;padding:0}:root{--black:#18181b;--gray-900:#27272a;--gray-700:#3f3f46;--gray-600:#52525b;--gray-500:#71717a;--gray-400:#a1a1aa;--gray-300:#d4d4d8;--gray-200:#e4e4e7;--gray-100:#f4f4f5;--white:#fff}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:16px;line-height:1.6;background:var(--white)}a,body{color:var(--black)}a{text-decoration:none}a:hover{text-decoration:underline}code,pre{font-family:SF Mono,Monaco,Courier New,monospace}.container{max-width:1200px;margin:0 auto;padding:0 24px}.container-narrow{max-width:800px;margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 28px;border:none;border-radius:8px;font-size:16px;font-weight:500;font-family:inherit;line-height:1.5;cursor:pointer;transition:all .15s ease}.btn,.btn:hover{text-decoration:none}.btn-primary{background:var(--black);color:var(--white)}.btn-primary:hover{background:var(--gray-700)}.btn-secondary{background:var(--gray-100);color:var(--black);border:1px solid var(--gray-200)}.btn-secondary:hover{background:var(--gray-200)}.btn-outline{background:transparent;color:var(--black);border:1px solid var(--gray-300)}.btn-outline:hover{background:var(--gray-100)}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;letter-spacing:-.02em}.code-block{background:var(--gray-100);color:var(--black);padding:16px 20px;border-radius:8px;overflow-x:auto;font-size:14px;line-height:1.6}.card,.code-block{border:1px solid var(--gray-200)}.card{background:var(--white);border-radius:12px;padding:24px}.success-banner{background:var(--gray-100);border:1px solid var(--gray-300);border-radius:8px;padding:14px 20px;color:var(--black);font-size:15px}.section{padding:80px 0}.section-alt{background:var(--gray-100)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:24px;gap:24px}.feature-card{padding:0}.feature-title{font-size:18px;font-weight:600;margin-bottom:8px}.feature-description{color:var(--gray-600);font-size:15px;line-height:1.6}.footer{padding:40px 0;border-top:1px solid var(--gray-200);color:var(--gray-600);font-size:14px}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-links{display:flex;gap:24px}.footer-links a{color:var(--gray-600)}.footer-links a:hover{color:var(--black)}.hero-grid{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:32px;gap:32px;align-items:center}.hero-image-wrapper{position:relative;margin-right:-120px}.hero-image{width:100%;max-width:600px;height:auto;border-radius:16px}@media (max-width:1200px){.hero-image-wrapper{margin-right:-80px}}@media (max-width:968px){.hero-grid{grid-template-columns:1fr;gap:48px}.hero-grid>div:last-child{order:-1}.hero-image-wrapper{margin-right:0;display:flex;justify-content:center}.hero-image{max-width:500px}}@media (max-width:768px){.section{padding:60px 0}.footer-content{flex-direction:column;text-align:center}.header-cta{display:none}}