.hero-section{background-color:#093a6c;min-height:60vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,rgba(255,255,255,.03),rgba(255,255,255,.03) 40px,transparent 0,transparent 80px)}.hero-content{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:2}.hero-title{font-size:72px;font-weight:800;line-height:1.1;margin-bottom:24px;letter-spacing:-1px}.hero-subtitle{font-size:24px;font-weight:400;color:rgba(255,255,255,.9);max-width:600px;line-height:1.4}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(9,58,108,.95),rgba(9,58,108,.85));z-index:1}.categories-section{max-width:1200px;margin:60px auto;padding:0 20px}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:24px;gap:24px;margin-top:32px}.category-card{background:white;padding:2rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:box-shadow .3s ease;cursor:pointer;border:1px solid #e5e5e5}.category-card:hover{box-shadow:0 4px 8px rgba(0,0,0,.2)}.category-icon{color:#093a6c;font-size:2.5rem;background:rgba(9,58,108,.1);width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.products-section{background:#f5f5f5;padding:60px 20px}.products-grid{max-width:1200px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin:32px auto 0}.product-card{background:white;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .3s ease;border:1px solid #e5e5e5;box-shadow:0 2px 8px rgba(0,0,0,.05)}.product-card:hover{transform:translateY(-4px)}.product-image{height:200px;background:#ffffff}.product-info{padding:16px}.section-title{font-size:32px;color:#093a6c;font-weight:700;margin-bottom:24px}.alumni-section{max-width:1200px;margin:60px auto;padding:0 20px}.alumni-banner{background:linear-gradient(45deg,#093a6c,#124d8a);color:white;padding:3rem;border-radius:8px;text-align:left}.alumni-banner h2{font-size:2.5rem;margin-bottom:1rem}.cta-button{background:white;color:#093a6c;padding:.75rem 2rem;border-radius:4px;border:none;font-weight:700;cursor:pointer;transition:opacity .3s ease;margin-top:1.5rem;font-size:1.1rem}.cta-button:hover{opacity:.9}.price{color:#093a6c;font-weight:700;font-size:1.25rem;margin-top:.5rem}@media (max-width:768px){.hero-title{font-size:48px}.hero-subtitle{font-size:20px}.hero-section{min-height:50vh}.categories-grid{grid-template-columns:1fr}}.coming-soon-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-in-out}.coming-soon-popup{background:white;padding:2rem 3rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);text-align:center;max-width:400px;animation:slideIn .4s ease-out}.coming-soon-popup h2{font-size:2rem;margin-bottom:1rem;color:#333}.coming-soon-popup p{color:#666;margin-bottom:1.5rem}.launch-estimate{font-size:.9rem;color:#888;padding-top:1rem;border-top:1px solid #eee}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.back-home-button{background:#093a6c;color:white;padding:.75rem 2rem;border-radius:6px;font-weight:500;cursor:pointer;text-decoration:none;display:inline-block;margin-top:1.5rem;border:2px solid transparent;transition:all .2s ease-in-out}.back-home-button:hover{background:#0e4f95;color:#ffffff;scale:1.05}