body,html{background-color:#f8fafc;padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}*{box-sizing:border-box}.hero{background:linear-gradient(135deg,#1e293b,#334155);color:white;padding:4rem 0;text-align:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 1rem}.hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero p{font-size:1.25rem;margin-bottom:2rem;color:#cbd5e1;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.875rem 2rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid transparent;cursor:pointer;font-size:1rem}.btn-primary{background-color:#f97316;color:white}.btn-primary:hover{background-color:#ea580c;transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:white;border-color:white}.btn-secondary:hover{background-color:white;color:#1e293b}.section{padding:4rem 0}.section-alt{background-color:white}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;color:#1e293b;margin-bottom:1rem}.section-header p{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto}.grid{display:grid;grid-gap:2rem;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.card{background:white;border-radius:12px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.card h3{color:#1e293b;font-size:1.5rem}.card h3,.card p{margin-bottom:1rem}.card p{color:#64748b}.image-placeholder{background:linear-gradient(45deg,#e2e8f0,#cbd5e1);border:2px dashed #94a3b8;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#64748b;font-weight:500;text-align:center;position:relative}.image-placeholder-hero{height:300px;margin:2rem 0}.image-placeholder-card{height:200px;margin-bottom:1rem}.image-placeholder-large{height:400px;margin:2rem 0}.text-center{text-align:center}.text-orange{color:#f97316}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-0{margin-top:0}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}@media (max-width:768px){.hero h1{font-size:2rem}.hero p{font-size:1.125rem}.hero-buttons{flex-direction:column;align-items:center}.section-header h2{font-size:2rem}.btn{padding:.75rem 1.5rem;width:100%;max-width:280px}.card{padding:1.5rem}}code{background:#e2e8f0;border-radius:5px;padding:.75rem;font-family:Menlo,Monaco,Lucida Console,Courier New,monospace}