body,html{max-width:100vw;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#2563eb;--primary-dark:#1e40af;--secondary-color:#0f172a;--accent-color:#f59e0b;--text-primary:#0f172a;--text-secondary:#475569;--background:#ffffff;--background-alt:#f8fafc;--border-color:#e2e8f0;--success-color:#10b981;--spacing-xs:0.5rem;--spacing-sm:1rem;--spacing-md:2rem;--spacing-lg:4rem;--spacing-xl:6rem;--border-radius:8px;--box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--box-shadow-lg:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text-primary);line-height:1.6;background:var(--background);scroll-behavior:smooth;margin:0;padding:0;overflow-x:hidden}.landing-page{width:100%;overflow-x:hidden;padding-top:70px;min-height:100vh}section{scroll-margin-top:70px}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}.hero-section{background:#1e3a5f;color:white;padding:0;height:calc(100vh - 70px);max-height:calc(100vh - 70px);display:flex;scroll-margin-top:70px}.hero-container,.hero-section{align-items:center;width:100%;overflow:hidden}.hero-container{max-width:1400px;margin:0 auto;padding:1.5rem 4rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;height:100%;max-height:100%}.hero-content{display:flex;flex-direction:column;justify-content:center;text-align:left;height:100%;max-height:100%;overflow:hidden}.hero-title{font-size:clamp(1.75rem,3.5vw,4.75rem);font-weight:700;line-height:1.2}.hero-subtitle,.hero-title{margin-bottom:1.5rem;color:white}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.5rem);font-weight:600;line-height:1.3;opacity:.95}.hero-description{font-size:clamp(.9rem,1.2vw,1rem);margin-bottom:1.5rem;opacity:.9;line-height:1.6;color:white}.hero-buttons{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.hero-image{height:100%}.hero-image,.hero-image-placeholder{display:flex;justify-content:center;align-items:center;max-height:100%;overflow:hidden}.hero-image-placeholder{width:100%;max-width:100%;height:auto;aspect-ratio:4/3;background:linear-gradient(180deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3)}.placeholder-content{font-size:1.25rem;color:rgba(255,255,255,.6);text-align:center;padding:2rem}.cta-button{border:none;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;border-radius:6px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px rgba(0,0,0,.1);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.cta-button.primary{background:#10b981;color:white}.cta-button.primary:hover{background:#059669;transform:translateY(-1px);box-shadow:0 6px 12px rgba(16,185,129,.3)}.cta-button.secondary{background:#f59e0b;color:white}.cta-button.secondary:hover{background:#d97706;transform:translateY(-1px);box-shadow:0 6px 12px rgba(245,158,11,.3)}.footer{padding:var(--spacing-lg) 0;background:var(--secondary-color);color:white;text-align:center}.footer-links{margin-top:var(--spacing-md);display:flex;justify-content:center;gap:var(--spacing-md);flex-wrap:wrap}.footer-links a{color:white;text-decoration:none;opacity:.8;transition:opacity .3s ease}.footer-links a:hover{opacity:1}@media (max-width:968px){:root{--spacing-lg:3rem;--spacing-xl:4rem}.landing-page{padding-top:65px}.hero-section{height:calc(100vh - 65px);max-height:calc(100vh - 65px);scroll-margin-top:65px}.hero-container{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.hero-image-placeholder{max-height:300px}.hero-content{max-width:100%;text-align:left}.hero-buttons{justify-content:flex-start}.hero-image{order:-1}.hero-image-placeholder{height:400px;max-width:100%}}@media (max-width:768px){.landing-page{padding-top:60px}.hero-section{height:calc(100vh - 60px);max-height:calc(100vh - 60px);scroll-margin-top:60px}.hero-container{padding:1rem;gap:1rem}.hero-image-placeholder{max-height:250px}.hero-buttons{flex-direction:column;width:100%;align-items:flex-start}.hero-buttons .cta-button{width:100%}.hero-image-placeholder{height:300px}}.products-section{background:#0a0a0a;padding:80px 0;min-height:100vh;display:flex;align-items:center}.products-container{max-width:1400px;margin:0 auto;padding:0 40px}.products-header{text-align:center;margin-bottom:60px}.section-title{font-size:3rem;font-weight:800;color:white;margin:0 0 16px;background:linear-gradient(135deg,#ffffff,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.25rem;color:rgba(255,255,255,.7);max-width:600px;margin:0 auto;line-height:1.6}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;margin-top:40px}.products-empty,.products-error,.products-loading{text-align:center;padding:60px 20px;color:rgba(255,255,255,.6)}.products-loading .spinner{width:50px;height:50px;border:4px solid rgba(59,130,246,.1);border-top-color:#3b82f6;border-radius:50%;margin:0 auto 20px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.products-error{color:#f87171}.products-empty{font-size:1.1rem}@media (max-width:1200px){.products-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:968px){.products-section{padding:60px 0}.products-container{padding:0 24px}.products-header{margin-bottom:40px}.section-title{font-size:2.5rem}.section-subtitle{font-size:1.1rem}.products-grid{grid-template-columns:1fr;gap:24px}}@media (max-width:768px){.products-section{padding:50px 0}.products-container{padding:0 16px}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.products-grid{gap:20px}}