:root{--brand-cyan:#2ac4d5;--brand-mid:#54c9a6;--brand-yellow:#ffe957;--ink:#181c25;--ink-mid:#414958;--text:#31363f;--text-muted:#7b818e;--surface:#faf9f5;--surface-mid:#edf2f3;--white:#fff;--border:#e2e4e9;--font-head:"Plus Jakarta Sans", sans-serif;--font-body:"Inter", sans-serif;--r-sm:8px;--r-md:16px;--r-lg:24px;--r-xl:32px;--r-full:9999px;--shadow-sm:0 2px 8px #1e3c5014;--shadow-md:0 8px 24px #1e3c501a;--shadow-lg:0 24px 48px #1e3c501f;--ease:cubic-bezier(.16, 1, .3, 1);--t:.4s var(--ease)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.65;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-head);color:var(--ink);line-height:1.15}h1{letter-spacing:-.03em;font-size:clamp(2.8rem,6vw,5.5rem);font-weight:800}h2{letter-spacing:-.02em;font-size:clamp(2rem,4vw,3.2rem);font-weight:800}h3{font-size:clamp(1.1rem,2vw,1.3rem);font-weight:700}p{line-height:1.75}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(1.25rem,4vw,3rem)}.brand-gradient{background:linear-gradient(120deg, var(--brand-cyan), var(--brand-yellow))}.gradient-text{background:linear-gradient(120deg, var(--brand-cyan) 20%, var(--brand-yellow) 80%);-webkit-text-fill-color:transparent;color:#0000;-webkit-text-stroke:1px var(--ink);-webkit-background-clip:text;background-clip:text}.section-label{letter-spacing:.14em;text-transform:uppercase;color:var(--brand-cyan);margin-bottom:.85rem;font-size:.72rem;font-weight:700;display:inline-block}.reveal{opacity:0;transition:opacity .75s var(--ease), transform .75s var(--ease);transform:translateY(32px)}.reveal.active{opacity:1;transform:translateY(0)}.btn{border-radius:var(--r-full);font-family:var(--font-head);cursor:pointer;transition:var(--t);white-space:nowrap;border:2px solid #0000;align-items:center;gap:.5rem;padding:.85rem 1.9rem;font-size:.95rem;font-weight:700;display:inline-flex}.btn-brand{background:linear-gradient(120deg, var(--brand-cyan), var(--brand-yellow));color:var(--ink);box-shadow:0 6px 24px -4px #2ac4d566}.btn-brand:hover{transform:translateY(-3px);box-shadow:0 14px 32px -4px #2ac4d580}.btn-ink{background:var(--ink);color:#fff}.btn-ink:hover{background:var(--ink-mid);transform:translateY(-2px)}.btn-outline{border-color:var(--ink);color:var(--ink);background:0 0}.btn-outline:hover{background:var(--ink);color:#fff}.btn-outline-white{color:#fff;background:0 0;border-color:#ffffff80}.btn-outline-white:hover{background:#ffffff1f;border-color:#fff}.btn-whatsapp{color:#fff;background:#25d366;box-shadow:0 4px 14px #25d3664d}.btn-whatsapp:hover{background:#128c7e;transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}.navbar{z-index:100;background:var(--white);border-bottom:1px solid var(--border);padding:1.1rem 0;transition:box-shadow .4s,padding .4s;position:sticky;top:0}.navbar.scrolled{padding:.7rem 0;box-shadow:0 4px 20px #0000000d}.navbar-inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.navbar-logo{flex-shrink:0;align-items:center;gap:.7rem;display:flex}.navbar-logo-img{object-fit:contain;width:36px;height:36px}.navbar-logo-text{font-family:var(--font-head);color:var(--ink);letter-spacing:-.01em;font-size:1.15rem;font-weight:800}.navbar-links{align-items:center;gap:1.75rem;list-style:none;display:flex}.navbar-links a{font-family:var(--font-head);color:var(--text-muted);font-size:.88rem;font-weight:600;transition:color .25s}.navbar-links a:hover,.navbar-links a.active{color:var(--brand-cyan)}.navbar-cta{flex-shrink:0}.navbar-burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.4rem;display:none}.navbar-burger span{background:var(--ink);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.navbar-mobile{z-index:99;background:var(--white);flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;display:none;position:fixed;inset:0}.navbar-mobile.open{display:flex}.navbar-mobile a{font-family:var(--font-head);color:var(--ink);font-size:1.4rem;font-weight:800}.navbar-mobile a.active,.navbar-mobile a:hover{color:var(--brand-cyan)}.navbar-mobile-close{color:var(--ink);cursor:pointer;background:0 0;border:none;font-size:2.2rem;line-height:1;position:absolute;top:1.5rem;right:1.5rem}@media (width<=768px){.navbar-topbar,.navbar-links,.navbar-cta{display:none}.navbar-burger{display:flex}}.page-header{background:var(--surface);text-align:center;border-bottom:1px solid var(--border);padding:2.5rem 0 2rem}.page-header h1{margin-bottom:1rem;font-size:clamp(2.5rem,4.5vw,4rem)}.page-header p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.hero{background:linear-gradient(135deg, var(--surface-mid) 0%, var(--surface) 100%);align-items:center;display:flex;position:relative;overflow:hidden}.hero-content{z-index:2;grid-template-columns:1fr;align-items:center;gap:3rem;padding:2.5rem 0 2rem;display:grid;position:relative}@media (width>=900px){.hero-content{grid-template-columns:1.1fr .9fr}}.hero-eyebrow{background:var(--white);border:1px solid var(--border);border-radius:var(--r-full);letter-spacing:.1em;text-transform:uppercase;color:var(--brand-cyan);align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.hero-eyebrow-dot{background:var(--brand-cyan);border-radius:50%;width:7px;height:7px;animation:2s infinite pulseDot}.hero-text h1{color:var(--ink);margin-bottom:1.25rem;font-size:clamp(2.8rem,5vw,4.2rem)}.hero-text h1 em{background:linear-gradient(120deg, var(--brand-cyan) 20%, var(--brand-yellow) 80%);-webkit-text-fill-color:transparent;color:#0000;-webkit-text-stroke:1.5px var(--ink);-webkit-background-clip:text;background-clip:text;font-style:normal}.hero-text p{color:var(--text-muted);max-width:540px;margin-bottom:2.5rem;font-size:clamp(1rem,1.6vw,1.15rem);line-height:1.75}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero-visual{justify-content:center;align-items:center;display:flex}.hero-img-grid{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:1rem;width:min(420px,88vw);display:grid}.hero-img-cell{border-radius:var(--r-md);box-shadow:var(--shadow-lg);aspect-ratio:1;background:#fff3;overflow:hidden}.hero-img-cell:first-child{aspect-ratio:auto;grid-row:span 2}.hero-img-cell img{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--ease)}.hero-img-cell:hover img{transform:scale(1.06)}.scroll-dots-nav{z-index:90;flex-direction:column;gap:1.25rem;display:flex;position:fixed;top:50%;right:2rem;transform:translateY(-50%)}@media (width<=1000px){.scroll-dots-nav{display:none}}.scroll-dot-wrap{cursor:pointer;justify-content:flex-end;align-items:center;gap:1rem;display:flex}.scroll-dot-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);opacity:0;transition:all .3s var(--ease);font-size:.75rem;font-weight:700;transform:translate(10px)}.scroll-dot-wrap:hover .scroll-dot-label,.scroll-dot-wrap.active .scroll-dot-label{opacity:1;transform:translate(0)}.scroll-dot-wrap.active .scroll-dot-label{color:var(--brand-cyan)}.scroll-dot{background:var(--border);width:8px;height:8px;transition:all .3s var(--ease);border-radius:50%}.scroll-dot-wrap:hover .scroll-dot{background:var(--text-muted);transform:scale(1.2)}.scroll-dot-wrap.active .scroll-dot{background:var(--brand-cyan);border-radius:4px;height:24px}.about{background:var(--white);padding:clamp(2.5rem,4vw,4rem) 0}.about-layout{grid-template-columns:1fr;align-items:center;gap:clamp(3rem,6vw,5rem);display:grid}@media (width>=820px){.about-layout{grid-template-columns:1fr 1fr}}.about-text h2{margin-bottom:1.25rem}.about-text p{color:var(--text-muted);margin-bottom:1.1rem;font-size:1.05rem}.about-markets{margin-top:2.5rem}.about-markets h4{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.85rem;font-size:.72rem;font-weight:700}.market-pills{flex-wrap:wrap;gap:.55rem;display:flex}.market-pill{background:var(--surface-mid);color:#29727a;border-radius:var(--r-full);border:1px solid #c9e5e8;align-items:center;gap:.35rem;padding:.35rem .85rem;font-size:.78rem;font-weight:600;display:inline-flex}.about-stats{grid-template-columns:repeat(2,1fr);gap:1.1rem;display:grid}.stat-card{background:var(--surface);border-radius:var(--r-md);text-align:center;border:1.5px solid var(--border);transition:var(--t);padding:clamp(1.25rem,3vw,1.8rem);position:relative;overflow:hidden}.stat-card:after{content:"";background:linear-gradient(90deg, var(--brand-cyan), var(--brand-yellow));transform-origin:0;height:3px;transition:transform .4s var(--ease);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.stat-card:hover:after{transform:scaleX(1)}.stat-card:hover{box-shadow:var(--shadow-md);border-color:#0000;transform:translateY(-5px)}.stat-card .stat-icon{margin-bottom:.4rem;font-size:1.6rem}.stat-card h3{background:linear-gradient(120deg, var(--brand-cyan), var(--brand-yellow));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.3rem;font-size:clamp(1.6rem,3vw,2.4rem)}.stat-card p{color:var(--text-muted);font-size:.85rem;font-weight:600}.tag-spotlight{background:var(--ink);padding:clamp(2.5rem,4vw,4rem) 0;position:relative;overflow:hidden}.tag-spotlight:before{content:"";z-index:0;background:radial-gradient(circle,#2ac4d52e,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-150px}.tag-spotlight:after{content:"";z-index:0;background:radial-gradient(circle,#ffe9571f,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-200px;left:-150px}.tag-spotlight-inner{z-index:1;grid-template-columns:1fr;align-items:center;gap:clamp(3rem,6vw,5rem);display:grid;position:relative}@media (width>=900px){.tag-spotlight-inner{grid-template-columns:1fr 1fr}}.tag-spotlight-text .section-label{color:var(--brand-yellow)}.tag-spotlight-text h2{color:#fff;margin-bottom:1.25rem}.tag-spotlight-text>p{color:#fff9;margin-bottom:2.5rem;font-size:1.05rem}.tag-features-top{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.tag-top-pill{border-radius:var(--r-full);background:linear-gradient(120deg, var(--brand-cyan), var(--brand-yellow));color:var(--ink);font-family:var(--font-head);letter-spacing:.02em;align-items:center;gap:.45rem;padding:.5rem 1.1rem;font-size:.82rem;font-weight:700;display:inline-flex}.tag-feature-list{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.tag-feature-item{border-radius:var(--r-md);background:#ffffff0d;border:1px solid #ffffff14;align-items:flex-start;gap:.75rem;padding:1rem 1.1rem;transition:background .3s,border-color .3s;display:flex}.tag-feature-item:hover{background:#ffffff17;border-color:#ffffff26}.tag-feature-icon{border-radius:var(--r-sm);background:linear-gradient(120deg, var(--brand-cyan), var(--brand-mid));flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex}.tag-feature-text h4{color:#fff;margin-bottom:.2rem;font-size:.9rem}.tag-feature-text p{color:#ffffff80;font-size:.8rem;line-height:1.5}.tag-bottom-pill{border-radius:var(--r-full);color:#ffffffb3;background:#ffffff12;border:1px solid #ffffff1f;align-items:center;gap:.5rem;margin-top:1.75rem;padding:.55rem 1.25rem;font-size:.82rem;font-weight:600;display:inline-flex}.tag-spotlight-img{justify-content:center;align-items:center;display:flex}.tag-spotlight-img img{border-radius:var(--r-lg);width:min(460px,90vw);box-shadow:0 32px 64px #00000080}.products{background:var(--surface);padding:clamp(2.5rem,4vw,4rem) 0}.products-header{margin-bottom:clamp(3rem,5vw,4rem)}.products-header h2{margin-bottom:.5rem}.products-header p{color:var(--text-muted);max-width:520px;font-size:1.05rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:1.5rem;display:grid}.product-card{background:var(--white);border-radius:var(--r-lg);border:1.5px solid var(--border);transition:transform .45s var(--ease), box-shadow .45s var(--ease), border-color .4s;flex-direction:column;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);border-color:var(--brand-cyan);transform:translateY(-8px)}.product-img-wrap{background:var(--surface);aspect-ratio:4/3;padding:1rem;position:relative;overflow:hidden}.product-img-wrap img{object-fit:contain;width:100%;height:100%;transition:transform .65s var(--ease)}.product-card:hover .product-img-wrap img{transform:scale(1.07)}.product-cat-chip{background:linear-gradient(120deg, var(--brand-cyan), var(--brand-mid));color:var(--ink);letter-spacing:.07em;text-transform:uppercase;border-radius:var(--r-full);box-shadow:var(--shadow-sm);padding:.28rem .75rem;font-size:.67rem;font-weight:700;position:absolute;top:.8rem;left:.8rem}.product-body{flex-grow:1;padding:1.35rem 1.5rem 1rem}.product-body h3{color:var(--ink);margin-bottom:.5rem;font-size:1.05rem}.product-body p{color:var(--text-muted);font-size:.88rem;line-height:1.65}.product-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:.9rem 1.5rem;display:flex}.product-enquire{font-family:var(--font-head);color:var(--brand-cyan);align-items:center;gap:.3rem;font-size:.82rem;font-weight:700;transition:gap .3s,color .25s;display:flex}.product-card:hover .product-enquire{color:#2095a2;gap:.6rem}.product-card-wide{background:var(--white);border-radius:var(--r-lg);border:1.5px solid var(--border);transition:transform .45s var(--ease), box-shadow .45s var(--ease), border-color .4s;grid-template-columns:1fr;display:grid;overflow:hidden}@media (width>=768px){.product-card-wide{grid-template-columns:400px 1fr}}.product-card-wide:hover{box-shadow:var(--shadow-lg);border-color:var(--brand-cyan);transform:translateY(-8px)}.product-card-wide .product-img-wrap{aspect-ratio:16/10;border-right:1px solid var(--border)}.product-card-wide .product-body{flex-direction:column;justify-content:center;padding:2.5rem;display:flex}.product-card-wide h3{color:var(--ink);margin-bottom:1rem;font-size:1.4rem}.product-card-wide p{color:var(--text-muted);margin-bottom:2rem;font-size:1rem;line-height:1.75}.product-card-wide .product-footer{border-top:none;padding:0}.category-pair{grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:2rem;display:grid}.category-pair-left{position:relative}@media (width>=768px){.category-pair-left:after{content:"";background:var(--border);width:1px;position:absolute;top:0;bottom:0;right:-1rem}}.cta-band{background:linear-gradient(120deg, var(--brand-cyan) 0%, var(--brand-mid) 50%, var(--brand-yellow) 100%);text-align:center;padding:clamp(2.5rem,4vw,3.5rem) 0;position:relative;overflow:hidden}.cta-band:before{content:"";background:radial-gradient(circle,#fff3,#0000 65%);position:absolute;inset:0}.cta-band-inner{z-index:1;max-width:660px;margin:0 auto;position:relative}.cta-band h2{color:var(--ink);margin-bottom:1rem}.cta-band p{color:#142832a6;margin-bottom:2.5rem;font-size:1.1rem}.cta-band-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.footer{background:var(--ink);color:#fff;padding-top:clamp(2.5rem,4vw,4rem)}.footer-grid{grid-template-columns:1fr;gap:3rem;padding-bottom:clamp(3rem,5vw,4rem);display:grid}@media (width>=640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=960px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-logo-wrap{align-items:center;gap:.7rem;margin-bottom:1.1rem;display:flex}.footer-logo-img{object-fit:contain;border-radius:var(--r-sm);width:38px;height:38px}.footer-logo-name{font-family:var(--font-head);color:#fff;font-size:1.2rem;font-weight:800}.footer-brand p{color:#ffffff73;max-width:270px;font-size:.9rem;line-height:1.7}.footer-col h4{letter-spacing:.13em;text-transform:uppercase;color:#ffffff4d;margin-bottom:1.2rem;font-size:.7rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.7rem;list-style:none;display:flex}.footer-col li{font-size:.88rem}.footer-col a{color:#ffffff8c;align-items:flex-start;gap:.5rem;transition:color .25s;display:flex}.footer-col a:hover{color:var(--brand-yellow)}.footer-col-icon{opacity:.45;flex-shrink:0}.footer-bottom{color:#ffffff47;border-top:1px solid #ffffff12;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;font-size:.8rem;display:flex}.footer-bottom-links{gap:1.5rem;display:flex}.footer-bottom-links a{color:#ffffff47;transition:color .25s}.footer-bottom-links a:hover{color:var(--brand-yellow)}@media (width<=600px){.hero-img-grid{grid-template-columns:1fr 1fr}.hero-img-cell:first-child{grid-row:auto}.tag-feature-list{grid-template-columns:1fr}.about-stats{grid-template-columns:1fr 1fr}.cta-band-actions{flex-direction:column;align-items:center}}
