*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333}a{color:#0070f3;text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1200px;margin:0 auto;padding:0 20px}.main{min-height:100vh}.hero-section{padding:100px 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.hero-section h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero-section .lead{font-size:1.5rem;margin-bottom:1rem;opacity:.95}.hero-section .subtitle{font-size:1.1rem;opacity:.85}.cta-section{padding:80px 0;background:#f5f5f5;text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:1rem;color:#333}.cta-section p{font-size:1.2rem;margin-bottom:2rem;color:#666}.cta-section code{background:#e0e0e0;padding:2px 8px;border-radius:4px;font-family:Courier New,monospace}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.button{display:inline-block;padding:12px 32px;border-radius:6px;font-weight:600;transition:all .2s;text-decoration:none}.button.primary{background:#0070f3;color:#fff}.button.primary:hover{background:#0051cc;text-decoration:none}.button.secondary{background:#fff;color:#0070f3;border:2px solid #0070f3}.button.secondary:hover{background:#0070f3;color:#fff;text-decoration:none}.footer{background:#1a1a1a;color:#fff;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-section h3{margin-bottom:1rem;font-size:1.5rem}.footer-section h4{margin-bottom:.75rem;font-size:1.1rem;color:#667eea}.footer-section p{color:#ccc;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ccc}.footer-section ul li a:hover{color:#fff}.footer-bottom{border-top:1px solid #333;padding-top:1rem;text-align:center;color:#999}[data-sid]{position:relative}[data-sid]:hover:after{content:attr(data-sid);position:absolute;top:0;right:0;background:rgba(102,126,234,.9);color:#fff;padding:4px 8px;font-size:12px;border-radius:0 0 0 4px;pointer-events:none;font-family:monospace;z-index:1000}