:root{--color-navy-dark:#06122b;--color-navy-main:#0a1d42;--color-navy-card:#0e2756;--color-blue-accent:#06f;--color-blue-bright:#00b4d8;--color-blue-cyan:#00d2ff;--color-blue-glow:#0066ff40;--color-bg-light:#fff;--color-bg-ice:#f4f8fc;--color-bg-soft:#eef4fb;--color-text-dark:#091b36;--color-text-body:#334155;--color-text-muted:#64748b;--color-text-light:#94a3b8;--color-white:#fff;--font-family-heading:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-family-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--shadow-sm:0 2px 8px #091b360d;--shadow-md:0 10px 30px #091b3614;--shadow-lg:0 20px 40px #091b361f;--shadow-glow:0 10px 30px #06f3;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-full:9999px;--transition-fast:.2s cubic-bezier(.16, 1, .3, 1);--transition-normal:.35s cubic-bezier(.16, 1, .3, 1);--transition-smooth:.5s cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-family:var(--font-family-body);color:var(--color-text-body);background-color:var(--color-bg-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;font-size:16px;overflow-x:hidden}body{width:100%;line-height:1.6;position:relative;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-heading);color:var(--color-text-dark);letter-spacing:-.02em;font-weight:800;line-height:1.15}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img,svg{max-width:100%;display:block}.container{width:100%;max-width:1280px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}@media (width>=768px){.container{padding-left:2.5rem;padding-right:2.5rem}}.section-padding{padding-top:5rem;padding-bottom:5rem}@media (width>=992px){.section-padding{padding-top:7.5rem;padding-bottom:7.5rem}}.section-label{border-radius:var(--radius-full);color:var(--color-blue-accent);letter-spacing:.15em;text-transform:uppercase;background:#0066ff14;border:1px solid #0066ff2e;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.35rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.section-label-dark{color:var(--color-blue-cyan);background:#ffffff1a;border-color:#fff3}.section-heading{color:var(--color-text-dark);margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3.25rem)}.section-heading-dark{color:var(--color-white)}.section-description{color:var(--color-text-muted);max-width:680px;font-size:1.125rem;line-height:1.7}.section-description-dark{color:#ffffffbf}.btn{font-family:var(--font-family-heading);letter-spacing:.05em;text-transform:uppercase;border-radius:var(--radius-full);transition:all var(--transition-normal);justify-content:center;align-items:center;gap:.75rem;padding:.9rem 2rem;font-size:.9rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg, var(--color-blue-accent) 0%, #004ecc 100%);color:var(--color-white);box-shadow:0 4px 15px #0066ff59}.btn-primary:hover{background:linear-gradient(135deg, #1a75ff 0%, var(--color-blue-accent) 100%);transform:translateY(-2px);box-shadow:0 8px 25px #0066ff80}.btn-secondary{color:var(--color-text-dark);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd9;border:1px solid #091b3626}.btn-secondary:hover{background:var(--color-white);border-color:var(--color-blue-accent);color:var(--color-blue-accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-outline-white{color:var(--color-white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff40}.btn-outline-white:hover{background:var(--color-white);color:var(--color-navy-dark);transform:translateY(-2px)}.top-marquee-bar{background-color:var(--color-navy-dark);color:var(--color-white);z-index:1000;border-bottom:1px solid #ffffff14;padding:.65rem 0;position:relative;overflow:hidden}.marquee-content{white-space:nowrap;width:max-content;animation:28s linear infinite scroll-marquee;display:flex}.top-marquee-bar:hover .marquee-content{animation-play-state:paused}.marquee-item{font-family:var(--font-family-heading);letter-spacing:.12em;text-transform:uppercase;color:#fffffff2;align-items:center;gap:1rem;padding:0 2rem;font-size:.78rem;font-weight:700;display:inline-flex}@keyframes scroll-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.navbar-header{z-index:999;width:100%;transition:all var(--transition-normal);-webkit-backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid #091b360f;position:sticky;top:0;left:0}.navbar-header.scrolled{background:#fffffffa;border-bottom-color:#091b361a;box-shadow:0 10px 30px #091b3614}.navbar-container{justify-content:space-between;align-items:center;height:80px;display:flex}.brand-logo-link{align-items:center;height:100%;display:flex}.brand-logo-img{object-fit:contain;width:auto;max-width:100%;height:48px;display:block}.desktop-nav-links{align-items:center;gap:2.25rem;display:none}@media (width>=992px){.desktop-nav-links{display:flex}}.nav-link{font-family:var(--font-family-heading);color:var(--color-text-dark);transition:color var(--transition-fast);padding:.5rem 0;font-size:.9rem;font-weight:600;position:relative}.nav-link:after{content:"";background:var(--color-blue-accent);width:0%;height:2px;transition:width var(--transition-fast);position:absolute;bottom:0;left:0}.nav-link:hover{color:var(--color-blue-accent)}.nav-link:hover:after{width:100%}.mobile-menu-btn{border-radius:var(--radius-sm);width:44px;height:44px;color:var(--color-text-dark);transition:background var(--transition-fast);background:#091b360d;justify-content:center;align-items:center;display:flex}@media (width>=992px){.mobile-menu-btn{display:none}}.mobile-nav-drawer{background:var(--color-white);z-index:1001;width:100%;max-width:360px;height:100vh;transition:right var(--transition-smooth);flex-direction:column;padding:2rem;display:flex;position:fixed;top:0;right:-100%;box-shadow:-10px 0 40px #0003}.mobile-nav-drawer.open{right:0}.mobile-drawer-header{border-bottom:1px solid #091b3614;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.mobile-nav-links{flex-direction:column;gap:1.5rem;display:flex}.mobile-nav-link{font-family:var(--font-family-heading);color:var(--color-text-dark);transition:color var(--transition-fast);font-size:1.25rem;font-weight:700}.mobile-nav-link:hover{color:var(--color-blue-accent)}.mobile-drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;opacity:0;pointer-events:none;width:100vw;height:100vh;transition:opacity var(--transition-normal);background:#06122b99;position:fixed;top:0;left:0}.mobile-drawer-overlay.open{opacity:1;pointer-events:auto}.hero-section{background:linear-gradient(165deg, #fff 0%, var(--color-bg-ice) 50%, #e2eefb 100%);align-items:center;min-height:calc(100vh - 120px);padding-top:3rem;padding-bottom:4rem;display:flex;position:relative;overflow:hidden}.hero-bg-shapes{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.hero-glow-1{filter:blur(60px);background:radial-gradient(circle,#00b4d833 0%,#0066ff0d 60%,#0000 80%);border-radius:50%;width:550px;height:550px;position:absolute;top:-10%;right:-5%}.hero-glow-2{filter:blur(50px);background:radial-gradient(circle,#0066ff2e 0%,#0a1d4208 70%,#0000 80%);border-radius:50%;width:450px;height:450px;position:absolute;bottom:-10%;left:-5%}.hero-grid{grid-template-columns:1fr;align-items:center;gap:3.5rem;display:grid}@media (width>=992px){.hero-grid{grid-template-columns:1.15fr .85fr}}.hero-content{z-index:2;position:relative}.hero-badge{border-radius:var(--radius-full);color:var(--color-blue-accent);font-family:var(--font-family-heading);letter-spacing:.18em;text-transform:uppercase;background:#0066ff14;border:1px solid #06f3;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding:.4rem 1.1rem;font-size:.78rem;font-weight:800;display:inline-flex}.hero-badge-dot{background:var(--color-blue-accent);width:8px;height:8px;box-shadow:0 0 10px var(--color-blue-accent);border-radius:50%;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%{opacity:.8;transform:scale(.95)}50%{opacity:1;transform:scale(1.3)}to{opacity:.8;transform:scale(.95)}}.hero-title{color:var(--color-navy-dark);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5.5vw,4.5rem);font-weight:900;line-height:1.08}.hero-title span{background:linear-gradient(135deg, var(--color-blue-accent) 0%, var(--color-blue-bright) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-subtitle{color:var(--color-text-body);max-width:580px;margin-bottom:2.5rem;font-size:clamp(1.05rem,1.8vw,1.25rem);line-height:1.65}.hero-cta-group{flex-wrap:wrap;gap:1rem;display:flex}.hero-visual-card{z-index:2;width:100%;max-width:580px;box-shadow:none;background:0 0;border:none;justify-content:center;align-items:center;margin-left:auto;margin-right:auto;padding:0;display:flex;position:relative}.hero-product-container{justify-content:center;align-items:center;width:100%;padding:.5rem;display:flex;position:relative}.hero-product-glow{filter:blur(50px);z-index:1;pointer-events:none;background:radial-gradient(circle,#00b4d840 0%,#0066ff14 55%,#0000 75%);border-radius:50%;width:85%;height:85%;position:absolute;top:52%;left:50%;transform:translate(-50%,-50%)}.hero-product-image{z-index:2;object-fit:contain;filter:drop-shadow(0 20px 35px #0046b426);width:auto;max-width:100%;height:auto;max-height:580px;transition:transform .4s,filter .4s;display:block;position:relative}.hero-product-container:hover .hero-product-image{filter:drop-shadow(0 25px 45px #0046b438);transform:translateY(-6px)}@media (width<=991px){.hero-visual-card{max-width:440px}.hero-product-image{max-height:480px}}@media (width<=768px){.hero-visual-card{max-width:360px}.hero-product-image{max-height:420px}}.about-section{background-color:var(--color-white);position:relative}.about-grid{grid-template-columns:1fr;align-items:center;gap:3.5rem;display:grid}@media (width>=992px){.about-grid{grid-template-columns:.9fr 1.1fr}}.about-card-badge{background:var(--color-bg-ice);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-sm);border:1px solid #091b3614;padding:3rem 2rem;position:relative}.about-year{font-family:var(--font-family-heading);color:var(--color-blue-accent);margin-bottom:.5rem;font-size:4rem;font-weight:900;line-height:1}.about-year-label{font-family:var(--font-family-heading);letter-spacing:.15em;text-transform:uppercase;color:var(--color-navy-dark);font-size:.85rem;font-weight:800}.about-text-content p{color:var(--color-text-body);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.75}.products-section{background-color:var(--color-bg-ice);position:relative}.products-grid{grid-template-columns:1fr;gap:2rem;margin-top:3rem;display:grid}@media (width>=640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:all var(--transition-normal);border:1px solid #091b3614;flex-direction:column;height:100%;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);border-color:#0066ff40;transform:translateY(-8px)}.product-image-box{background:linear-gradient(135deg,#eef4fc 0%,#dbe9f9 100%);justify-content:center;align-items:center;width:100%;height:280px;padding:1.5rem;display:flex;position:relative;overflow:hidden}.product-image-box.has-real-image{background:var(--color-bg-ice);height:280px;padding:1rem}.product-real-image-wrapper{z-index:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.product-real-image{object-fit:contain;border-radius:var(--radius-sm);width:auto;max-width:100%;height:auto;max-height:100%;transition:transform var(--transition-normal)}.product-card:hover .product-real-image{transform:scale(1.03)}.product-placeholder-graphic{width:120px;height:120px;color:var(--color-white);box-shadow:var(--shadow-md);transition:transform var(--transition-normal);border-radius:50%;justify-content:center;align-items:center;display:flex}.product-card:hover .product-placeholder-graphic{transform:scale(1.08)rotate(5deg)}.product-status-pill{border-radius:var(--radius-full);font-family:var(--font-family-heading);letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--color-navy-dark);background:#ffffffe6;padding:.3rem .8rem;font-size:.72rem;font-weight:800;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 8px #0000000f}.product-status-pill.upcoming{color:#b45309;background:#d9770626}.product-card-body{flex-direction:column;flex-grow:1;padding:1.75rem;display:flex}.product-card-title{color:var(--color-navy-dark);margin-bottom:.5rem;font-size:1.35rem;font-weight:800}.product-card-meta{border-bottom:1px solid #091b360f;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;font-size:.9rem;display:flex}.meta-size{color:var(--color-text-muted);font-weight:600}.meta-price{font-family:var(--font-family-heading);color:var(--color-blue-accent);font-size:1.15rem;font-weight:800}.product-card-desc{color:var(--color-text-body);flex-grow:1;margin-bottom:1.5rem;font-size:.92rem;line-height:1.6}.product-card-btn{width:100%;padding:.75rem 1.25rem;font-size:.85rem;font-weight:700}.new-launches-section{background-color:var(--color-navy-dark);color:var(--color-white);position:relative;overflow:hidden}.new-launches-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:3.5rem;display:grid}@media (width>=640px){.new-launches-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.new-launches-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1280px){.new-launches-grid{grid-template-columns:repeat(5,1fr)}}.launch-card{background:var(--color-navy-main);border-radius:var(--radius-md);min-height:280px;transition:all var(--transition-normal);border:1px solid #ffffff1a;flex-direction:column;justify-content:space-between;padding:2rem 1.5rem;text-decoration:none;display:flex;position:relative;overflow:hidden}.launch-card:before{content:"";background:linear-gradient(90deg, var(--color-blue-accent), var(--color-blue-cyan));opacity:0;width:100%;height:4px;transition:opacity var(--transition-fast);position:absolute;top:0;left:0}.launch-card:hover{background:var(--color-navy-card);border-color:#00d2ff4d;transform:translateY(-6px);box-shadow:0 15px 35px #0006}.launch-card:hover:before{opacity:1}.launch-number{font-family:var(--font-family-heading);color:var(--color-blue-cyan);letter-spacing:.1em;margin-bottom:1.5rem;font-size:1rem;font-weight:800}.launch-brand-tag{font-family:var(--font-family-heading);letter-spacing:.2em;text-transform:uppercase;color:#fff9;margin-bottom:.35rem;font-size:.75rem;font-weight:800}.launch-title{color:var(--color-white);margin-bottom:1rem;font-size:1.5rem;font-weight:800}.launch-badge{font-family:var(--font-family-heading);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-full);color:var(--color-blue-cyan);background:#00d2ff26;border:1px solid #00d2ff4d;align-self:flex-start;padding:.3rem .75rem;font-size:.7rem;font-weight:800}.launch-arrow{color:var(--color-blue-cyan);transition:gap var(--transition-fast);align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.85rem;font-weight:700;display:flex}.launch-card:hover .launch-arrow{gap:.85rem}.why-section{background-color:var(--color-white)}.why-grid{grid-template-columns:1fr;gap:2rem;margin-top:3.5rem;display:grid}@media (width>=768px){.why-grid{grid-template-columns:repeat(3,1fr)}}.why-card{background:var(--color-bg-ice);border-radius:var(--radius-md);transition:all var(--transition-normal);border:1px solid #091b360f;padding:2.5rem 2rem}.why-card:hover{box-shadow:var(--shadow-md);border-color:#06f3;transform:translateY(-5px)}.why-icon-box{background:var(--color-white);width:56px;height:56px;box-shadow:var(--shadow-sm);color:var(--color-blue-accent);border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.why-card-title{color:var(--color-navy-dark);margin-bottom:1rem;font-size:1.35rem;font-weight:800}.why-card-text{color:var(--color-text-body);font-size:1rem;line-height:1.65}.contact-section{background:linear-gradient(135deg, var(--color-navy-dark) 0%, var(--color-navy-main) 100%);color:var(--color-white);position:relative}.contact-card-box{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius-lg);background:#ffffff0d;border:1px solid #ffffff1f;grid-template-columns:1fr;gap:2.5rem;margin-top:3rem;padding:3.5rem 2.5rem;display:grid}@media (width>=768px){.contact-card-box{grid-template-columns:repeat(3,1fr)}}.contact-info-item{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.contact-icon-wrap{border-radius:var(--radius-sm);width:48px;height:48px;color:var(--color-blue-cyan);background:#00d2ff26;justify-content:center;align-items:center;display:flex}.contact-info-label{font-family:var(--font-family-heading);letter-spacing:.15em;text-transform:uppercase;color:#fff9;font-size:.78rem;font-weight:800}.contact-info-value{color:var(--color-white);transition:color var(--transition-fast);font-size:1.35rem;font-weight:800}a.contact-info-value:hover{color:var(--color-blue-cyan)}.footer{color:#ffffffb3;background-color:#030a19;border-top:1px solid #ffffff14;padding-top:4rem;padding-bottom:3rem}.footer-container{text-align:center;flex-direction:column;align-items:center;gap:2rem;display:flex}.footer-logo{object-fit:contain;width:auto;max-width:100%;height:52px}.footer-company-name{font-family:var(--font-family-heading);letter-spacing:.1em;color:var(--color-white);text-transform:uppercase;font-size:1.1rem;font-weight:800}.footer-location{color:#fff9;font-size:.95rem}.footer-divider{background:#ffffff1a;width:100%;max-width:300px;height:1px;margin:.5rem 0}.footer-copyright{color:#ffffff73;font-size:.85rem}.detail-page-wrapper{background-color:var(--color-bg-ice);min-height:80vh;padding-top:3rem;padding-bottom:6rem}.back-link-btn{font-family:var(--font-family-heading);color:var(--color-navy-dark);transition:transform var(--transition-fast);align-items:center;gap:.6rem;margin-bottom:2.5rem;font-size:.9rem;font-weight:700;display:inline-flex}.back-link-btn:hover{color:var(--color-blue-accent);transform:translate(-4px)}.detail-grid{grid-template-columns:1fr;align-items:flex-start;gap:3.5rem;display:grid}@media (width>=992px){.detail-grid{grid-template-columns:1fr 1fr}}.detail-image-box{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid #091b3614;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:2rem;display:flex;position:relative}.detail-image-box.has-real-image{background:var(--color-white);border:1px solid #091b3614;padding:1.5rem}.detail-real-image-wrapper{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.detail-real-image{object-fit:contain;border-radius:var(--radius-md);width:100%;max-width:480px;height:auto;display:block;box-shadow:0 4px 20px #091b3614}@media (width<=768px){.detail-image-box{padding:1rem}.detail-real-image{max-width:100%}}.detail-large-placeholder{width:220px;height:220px;color:var(--color-white);box-shadow:var(--shadow-lg);border-radius:50%;justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.detail-image-notice{color:var(--color-text-muted);text-align:center;background:var(--color-bg-ice);border-radius:var(--radius-full);border:1px solid #091b360f;padding:.5rem 1.25rem;font-size:.85rem}.detail-info-panel{flex-direction:column;gap:1.5rem;display:flex}.detail-brand{font-family:var(--font-family-heading);letter-spacing:.18em;text-transform:uppercase;color:var(--color-blue-accent);font-size:.85rem;font-weight:800}.detail-title{color:var(--color-navy-dark);font-size:clamp(2rem,3.5vw,3rem);font-weight:900}.detail-tagline{color:var(--color-text-muted);font-size:1.15rem;font-weight:500}.detail-specs-grid{background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #091b3614;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:1rem;padding:1.75rem;display:grid}.spec-item{flex-direction:column;gap:.35rem;display:flex}.spec-label{text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);font-size:.78rem;font-weight:700}.spec-value{font-family:var(--font-family-heading);color:var(--color-navy-dark);font-size:1.2rem;font-weight:800}.detail-description-box{background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #091b3614;padding:1.75rem}.detail-description-box h4{margin-bottom:.75rem;font-size:1.1rem}.detail-description-box p{color:var(--color-text-body);line-height:1.7}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}
