:root{font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.6;font-weight:400;color:#0b1f3a;background-color:#f6fbff;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#f6fbff}a{color:inherit}#root{min-height:100vh}.page{color:#0d1b2a;background:radial-gradient(circle at 10% 20%,#f6fbff 0 35%,#f2f7fb 60%,#eef2f7);min-height:100vh}.navbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:10px 106px;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 12px 30px #0c173414;transition:transform .3s ease,opacity .3s ease}.navbar.is-hidden{transform:translateY(-110%);opacity:0}.brand{display:flex;align-items:center;gap:10px}.brand img{height:35px;width:auto;display:block}.nav-links{display:flex;align-items:center;gap:20px}.nav-links a{color:#102542;text-decoration:none;font-weight:600;font-size:.95rem;padding:8px 10px;border-radius:10px;transition:background .2s ease,color .2s ease}.nav-links a:hover{background:#d9e9ff;color:#0a3a7d}.hero{display:flex;align-items:center;justify-content:center;min-height:74vh;color:#ecf4ff;background-image:linear-gradient(#006bb9,#006bb9)}.hero-content{max-width:620px}.eyebrow{text-transform:uppercase;letter-spacing:1.8px;font-weight:700;font-size:.78rem;color:#006bb9;margin:0 0 10px}.hero h1{font-size:clamp(2.5rem,4vw,3.4rem);margin:0 0 14px;line-height:1.05}.lede{font-size:1rem;line-height:1.7;color:#d7e8ff;max-width:560px;margin:0 0 24px}.cta-row{display:flex;gap:14px;flex-wrap:wrap}.primary-cta,.ghost-cta,.secondary-cta{border:none;font-weight:700;letter-spacing:.2px;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,background .2s ease}.primary-cta{background:linear-gradient(120deg,#1f7ae0,#4bc0ff);color:#fff;padding:12px 20px;border-radius:14px;box-shadow:0 12px 35px #1f7ae059}.primary-cta:hover{transform:translateY(-2px)}.ghost-cta{background:transparent;color:#ecf4ff;padding:12px 18px;border-radius:14px;border:1px solid rgba(255,255,255,.35)}.ghost-cta:hover{border-color:#fff;transform:translateY(-2px)}.hero-carousel{position:relative;width:min(1380px,100%);overflow:hidden}.hero-track{display:flex;transition:transform .6s ease}.hero-slide{min-width:100%;display:flex;justify-content:center}.hero-image-surface{width:100%;border-radius:15px;padding:5px;border:1px solid rgba(255,255,255,.2)}.hero-image-surface img{width:100%;height:auto;display:block;border-radius:12px;object-fit:cover;mix-blend-mode:screen}.hero-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:#ffffff1f;color:#fff;font-size:20px;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .2s ease,transform .2s ease}.hero-nav:hover{background:#fff3;transform:translateY(-50%) scale(1.05)}.hero-nav.prev{left:24px}.hero-nav.next{right:24px}.hero-dots{position:absolute;bottom:14px;left:50%;transform:translate(-50%);display:flex;gap:8px}.hero-dot{width:10px;height:10px;border-radius:50%;border:1px solid rgba(255,255,255,.6);background:transparent;cursor:pointer;opacity:.7;transition:opacity .2s ease,transform .2s ease,background .2s ease}.hero-dot.active{background:#fff;opacity:1;transform:scale(1.05)}.products-section{max-width:1580px;margin:0 auto;padding:72px 56px 90px}.section-header{max-width:620px;margin-bottom:28px}.section-header h2{margin:6px 0 12px;font-size:1.9rem;color:#0b2447}.section-header .lede{color:#4b5a75;margin:0}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{background:#fff;border-radius:7px;box-shadow:0 10px 26px #0d1b2a04;display:flex;flex-direction:column;align-items:center;gap:14px;border:1px solid #d7e7fac2;overflow:hidden}.product-card h3{margin:0;font-size:1rem;padding-bottom:20px;color:#0f1f3d;text-align:center;font-weight:500;letter-spacing:.245px}.product-thumb{width:100%;height:140px;display:grid;place-items:center;background:linear-gradient(180deg,#f3f8fb 60%,#fff 20%);overflow:hidden}.product-thumb img{max-width:150px;max-height:140px;object-fit:contain;display:block}.footer{background:#0b72b3;color:#e6f3ff;padding:28px 56px 32px}.footer-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.footer-col h3{margin:0 0 12px;font-size:.95rem;letter-spacing:.3px}.footer-col ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}.footer-col li{font-size:.9rem;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.25)}.footer-col li:last-child{border-bottom:none;padding-bottom:0}.footer-contact li{border-bottom:none;padding-bottom:6px;line-height:1.5}@media(max-width:1024px){.navbar{padding:16px 26px}.hero,.products-section{padding:64px 26px 74px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.nav-links{gap:12px}.hero{max-height:400px!important;min-height:400px!important}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-inner{grid-template-columns:1fr}}@media(max-width:520px){.navbar{flex-direction:column;align-items:flex-start;gap:12px}.product-grid{grid-template-columns:1fr}.card-footer{flex-direction:column;align-items:flex-start}}
