.landing{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#1a1a1a;background:#fff;overflow-x:hidden}.landing a{text-decoration:none;color:inherit}.landing a:hover{text-decoration:underline}.landing-header{position:fixed;top:0;left:0;right:0;z-index:100;justify-content:space-between;padding:1rem 1.5rem;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.08)}.landing-header,.landing-logo{display:flex;align-items:center}.landing-logo{gap:.5rem;font-weight:700;font-size:1.5rem;letter-spacing:-.02em}.landing-logo-icon{width:28px;height:28px;background:#1a1a1a;-webkit-clip-path:polygon(0 0,28% 0,28% 72%,100% 72%,100% 100%,0 100%);clip-path:polygon(0 0,28% 0,28% 72%,100% 72%,100% 100%,0 100%)}.landing-nav{display:flex;align-items:center;gap:2rem}.landing-nav a{font-size:.95rem;font-weight:500;transition:opacity .2s ease}.landing-nav a:hover{opacity:.8}.landing-cta{padding:.55rem 1.35rem;background:#1a1a1a;border:none;font-weight:600;font-size:.875rem;letter-spacing:.04em;cursor:pointer;border-radius:8px;transition:background .2s ease,transform .15s ease}.landing a.landing-cta{color:#fff}.landing a.landing-cta:hover{text-decoration:none}.landing-cta:hover{background:#2d2d2d;transform:translateY(-1px)}.landing-hamburger{display:none;background:none;border:none;padding:.5rem;cursor:pointer}.landing-hamburger span{display:block;width:22px;height:2px;background:#1a1a1a;margin:5px 0}@media (max-width:768px){.landing-nav{position:fixed;top:60px;left:0;right:0;background:#fff;flex-direction:column;padding:1.5rem;gap:1rem;box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-120%);transition:transform .2s ease}.landing-nav.open{transform:translateY(0)}.landing-hamburger{display:block}.landing-nav .landing-cta{width:100%;text-align:center}}.landing-hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 1.5rem 4rem;background-color:#2d2d2d;isolation:isolate}.landing-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.35)),url(https://images.unsplash.com/photo-1528181304800-259b08848526?w=1920&q=80) 50%/cover no-repeat;filter:grayscale(100%);z-index:-1}.landing-hero h1{font-size:clamp(1.5rem,4.5vw,2.75rem);font-weight:700;color:#fff;max-width:720px;line-height:1.3;margin-bottom:2rem;letter-spacing:-.02em;position:relative;z-index:1;animation:fadeInDown .8s ease .2s both}.landing-hero .landing-cta-outline{padding:.85rem 1.75rem;background:transparent;color:#fff;border:2px solid #fff;font-weight:600;font-size:.85rem;letter-spacing:.05em;cursor:pointer;border-radius:2px;transition:background .25s ease,color .25s ease,transform .2s ease}.landing-hero .landing-cta-outline:hover{background:#fff;color:#1a1a1a;transform:translateY(-2px)}.landing-scroll-dots{display:flex;gap:8px;margin-top:3rem;justify-content:center}.landing-scroll-dots span{width:8px;height:8px;border-radius:50%;background:hsla(0,0%,100%,.6);transition:background .25s ease,transform .25s ease}.landing-scroll-dots span.active{background:#fff;transform:scale(1.2)}.landing-section{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}.landing-section-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1.5rem;animation:fadeInUp .5s ease both}.landing-who{display:grid;grid-template-columns:1fr 1.4fr;grid-gap:3rem;gap:3rem;align-items:start}@media (max-width:768px){.landing-who{grid-template-columns:1fr}}.landing-who h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.landing-who p{color:#444;line-height:1.7;margin-bottom:1rem}.landing-explore-card{display:grid;grid-template-columns:320px 1fr;grid-gap:0;gap:0;background:#fff;border-radius:14px;box-shadow:0 4px 16px rgba(0,0,0,.06);overflow:hidden;min-height:360px;animation:fadeInUp .6s ease .15s both}@media (max-width:768px){.landing-explore-card{grid-template-columns:1fr}}.landing-explore-left{background:#f5f5f5;padding:1.5rem 1.25rem}.landing-explore-left-title{font-size:.8rem;font-weight:600;color:#6b7280;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.25rem;text-align:left}.landing-explore-list{list-style:none}.landing-explore-list li{display:flex;align-items:center;justify-content:space-between;padding:.9rem 0;border-bottom:1px solid #e5e7eb;gap:1rem}.landing-explore-list li:last-child{border-bottom:none}.landing-explore-list-label{font-size:1rem;font-weight:700;color:#1a1a1a}.landing-explore-list-icon{flex-shrink:0;color:#6b7280;display:flex;align-items:center;justify-content:center}.landing-explore-list-icon svg{width:24px;height:24px}.landing-explore-right-card{background:#1a1a1a;padding:2rem 2rem 1.75rem;display:flex;flex-direction:column;justify-content:space-between}.landing-explore-right-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1rem;text-align:left}.landing-explore-right-text{font-size:.95rem;line-height:1.7;color:hsla(0,0%,100%,.92);margin-bottom:2rem;text-align:left}.landing-explore-metrics{display:flex;gap:2.5rem;align-items:flex-end;flex-wrap:wrap}.landing-explore-metric{display:flex;flex-direction:column;gap:.35rem}.landing-explore-metric-value{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:#fff;letter-spacing:-.02em}.landing-explore-metric-label{font-size:.7rem;font-weight:600;color:hsla(0,0%,100%,.75);letter-spacing:.08em;text-transform:uppercase}.landing-malaysia-wrap{padding:0 1.5rem 4rem;max-width:1200px;margin:0 auto}.landing-malaysia-wrap .landing-malaysia{animation:fadeInUp .7s ease .1s both}.landing-malaysia{position:relative;min-height:380px;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;background-color:#2d2d2d;isolation:isolate;border-radius:14px;overflow:hidden}.landing-malaysia:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(https://images.unsplash.com/photo-1596422846543-75c6fc197f07?w=1920&q=80) 50%/cover no-repeat;filter:grayscale(100%);z-index:-1}.landing-malaysia-inner{max-width:720px;position:relative;z-index:1}.landing-malaysia h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#fff;margin-bottom:1.5rem}.landing-malaysia p{color:hsla(0,0%,100%,.95);line-height:1.75}.landing-products{text-align:center;padding-bottom:3rem}.landing-products h2{margin-bottom:.5rem}.landing-products .subtitle{font-size:.95rem;color:#666;margin-bottom:2.5rem}.landing-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.75rem;gap:1.75rem;margin-top:2rem;max-width:1200px;margin-left:auto;margin-right:auto}@media (max-width:900px){.landing-cards{grid-template-columns:1fr}}.landing-card{padding:1.5rem 1.5rem 1.75rem;background:#fff;border:none;border-radius:14px;text-align:left;box-shadow:0 4px 10px rgba(0,0,0,.05);transition:box-shadow .25s ease,transform .25s ease;display:flex;flex-direction:column;min-height:280px;animation:fadeInUp .6s ease both}.landing-card:first-child{animation-delay:.1s}.landing-card:nth-child(2){animation-delay:.2s}.landing-card:nth-child(3){animation-delay:.3s}.landing-card:hover{box-shadow:0 12px 24px rgba(0,0,0,.1);transform:translateY(-4px)}.landing-card-icon{width:48px;height:48px;margin:0 0 1.25rem;background:#f0f0f0;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#1a1a1a;flex-shrink:0}.landing-card-icon svg{width:24px;height:24px}.landing-card h3{font-size:1.1rem;font-weight:700;color:#1a1a1a;line-height:1.35;margin-bottom:.75rem}.landing-card p{font-size:.9rem;font-weight:400;color:#6b7280;line-height:1.6;margin-bottom:1.25rem;flex-grow:1}.landing-card a{font-size:.9rem;font-weight:400;color:#1a1a1a;letter-spacing:.02em}.landing-card a:hover{text-decoration:none;opacity:.85}.landing-team{text-align:center;padding-bottom:2rem}.landing-team .intro{max-width:600px;margin:0 auto 3rem;color:#555;line-height:1.7}.landing-team-card{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:0;gap:0;max-width:1200px;margin:0 auto 2rem;border-radius:14px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);animation:fadeInUp .6s ease both;transition:box-shadow .3s ease,transform .3s ease}.landing-team-card:nth-child(3){animation-delay:.05s}.landing-team-card:nth-child(4){animation-delay:.1s}.landing-team-card:nth-child(5){animation-delay:.15s}.landing-team-card:nth-child(6){animation-delay:.2s}.landing-team-card:nth-child(7){animation-delay:.25s}.landing-team-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.12);transform:translateY(-2px)}.landing-team-card:last-child{margin-bottom:0}@media (max-width:768px){.landing-team-card{grid-template-columns:1fr}.landing-team-card .landing-team-card-photo{order:-1}}.landing-team-card-photo{position:relative;background:#f0f0f0;min-height:280px}.landing-team-card-photo img{width:100%;height:100%;min-height:280px;object-fit:cover;display:block}.landing-team-card-role{position:absolute;top:1rem;left:1rem;background:#fff;color:#1a1a1a;font-size:.8rem;font-weight:600;padding:.4rem .75rem;border-radius:6px}.landing-team-card-bio{background:#1a1a1a;padding:2rem 2rem 1.75rem;display:flex;flex-direction:column;justify-content:center}.landing-team-card-name{font-size:1.35rem;font-weight:700;color:#fff;margin-bottom:1rem;text-align:left}.landing-team-card-bio p{font-size:.95rem;line-height:1.7;color:hsla(0,0%,100%,.92);margin-bottom:1rem;text-align:left}.landing-team-card-bio p:last-child{margin-bottom:0}.landing-footer{background:#fff;padding:4rem 1.5rem 0}.landing-footer-inner{width:100%;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:stretch}@media (max-width:768px){.landing-footer-inner{grid-template-columns:1fr}}.landing-footer-left-card{background:#fafafa;color:#1a1a1a;padding:2.5rem 2rem;border-radius:12px;display:flex;flex-direction:column;justify-content:space-between;min-height:320px;animation:fadeInUp .5s ease .1s both;transition:transform .25s ease,box-shadow .25s ease}.landing-footer-left-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.06)}.landing-footer-brand{display:flex;flex-direction:column;gap:.35rem}.landing-footer-logo-img{width:48px;height:auto;display:block;object-fit:contain}.landing-footer-company{font-size:1.35rem;font-weight:700;letter-spacing:.02em;color:#1a1a1a;line-height:1.2}.landing-footer-tagline{font-size:.75rem;font-weight:400;letter-spacing:.2em;color:#6b7280}.landing-footer-sections{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem 2rem;gap:1.5rem 2rem;margin-top:auto;padding-top:2rem}@media (max-width:480px){.landing-footer-sections{grid-template-columns:1fr}}.landing-footer-left-card h4{font-size:.7rem;font-weight:700;letter-spacing:.12em;color:#374151;margin-bottom:.4rem}.landing-footer-left-card p{font-size:.875rem;color:#4b5563;line-height:1.5;margin:0}.landing-footer-left-card a{color:#1a1a1a}.landing-footer-left-card a:hover{text-decoration:underline}.landing-footer-cta{background:#1a1a1a;color:#fff;padding:2.5rem 2rem;border-radius:12px;display:flex;flex-direction:column;justify-content:center;min-height:320px;animation:fadeInUp .5s ease .15s both;transition:transform .25s ease,box-shadow .25s ease}.landing-footer-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.2)}.landing-footer-cta h4{font-size:1.35rem;font-weight:700;color:#fff;margin-bottom:.75rem;line-height:1.3}.landing-footer-cta p{font-size:.95rem;color:hsla(0,0%,100%,.9);margin-bottom:1.5rem;line-height:1.5;flex:1 1}.landing-footer-cta .landing-footer-cta-btn{display:inline-block;padding:.75rem 1.75rem;background:#fff;color:#000!important;font-weight:600;font-size:.9rem;border-radius:8px;width:-moz-fit-content;width:fit-content;border:none;cursor:pointer;text-decoration:none;transition:background .2s ease,transform .15s ease;text-align:center}.landing-footer-cta .landing-footer-cta-btn:hover{background:#eee;color:#000!important;text-decoration:none;transform:translateY(-1px)}.landing-footer-bottom{margin-top:0;margin-left:auto;margin-right:auto;padding:1.25rem 1.5rem;max-width:1200px;width:100%;background:#fff;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.landing-footer-copy{font-size:.85rem;color:#6b7280}.landing-footer-bottom-links{display:flex;gap:1.5rem}.landing-footer-bottom-links a{font-size:.85rem;color:#6b7280}.landing-footer-bottom-links a:hover{color:#1a1a1a;text-decoration:underline}.landing-social a:hover{background:#d0d0d0}