:root{--template-b-primary:#2563eb;--template-b-primary-dark:#1d4ed8;--template-b-primary-light:#60a5fa;--template-b-secondary:#1e40af;--template-b-accent:#0ea5e9;--template-b-accent-light:#7dd3fc;--template-b-malaysia-red:#cc0000;--template-b-malaysia-blue:#000080;--template-b-malaysia-gold:#ffd700;--template-b-bg-primary:#f8fafc;--template-b-bg-secondary:#f1f5f9;--template-b-bg-card:#ffffff;--template-b-bg-muted:#e2e8f0;--template-b-text-primary:#0f172a;--template-b-text-secondary:#475569;--template-b-text-muted:#64748b;--template-b-text-light:#94a3b8;--template-b-gradient-primary:linear-gradient(135deg,#2563eb,#1e40af);--template-b-gradient-secondary:linear-gradient(135deg,#0ea5e9,#2563eb);--template-b-gradient-subtle:linear-gradient(135deg,#f8fafc,#e2e8f0);--template-b-shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--template-b-shadow-md:0 4px 6px -1px rgba(0,0,0,0.1);--template-b-shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1);--template-b-shadow-xl:0 20px 25px -5px rgba(0,0,0,0.1);--template-b-transition:all 0.2s ease-in-out;--template-b-transition-slow:all 0.3s ease-in-out}.template-b{.corporate-mobile-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:9999px;background:var(--template-b-primary);color:#ffffff;border:0;box-shadow:var(--template-b-shadow-md);transition:var(--template-b-transition)}.corporate-mobile-toggle:hover{background:var(--template-b-primary-dark);box-shadow:var(--template-b-shadow-lg);transform:translateY(-2px)}.corporate-mobile-toggle:focus-visible{outline:3px solid rgba(37,99,235,.35);outline-offset:3px}.corporate-mobile-overlay{inset:0;background:rgba(15,23,42,.45);backdrop-filter:blur(6px);z-index:40;touch-action:none;animation:corporateMobileFadeIn .25s ease-out forwards}.corporate-mobile-menu,.corporate-mobile-overlay{position:fixed;block-size:100dvh;min-block-size:100vh}.corporate-mobile-menu{top:0;right:0;width:min(22rem,85vw);max-block-size:100dvh;background:var(--template-b-bg-card);border-left:1px solid var(--template-b-bg-muted);box-shadow:-1px 0 25px rgba(15,23,42,.15);z-index:50;display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:max(env(safe-area-inset-bottom,0px),1.25rem);animation:corporateMobileSlideIn .3s ease-out forwards}.corporate-mobile-menu a{border-radius:.75rem}.corporate-mobile-menu button{width:100%}@media (min-width:768px){.corporate-mobile-menu,.corporate-mobile-overlay,.corporate-mobile-toggle{display:none}}.professional-card{background:var(--template-b-bg-card);border:1px solid var(--template-b-bg-muted);border-radius:.75rem;box-shadow:var(--template-b-shadow-sm);transition:var(--template-b-transition)}.professional-card:hover{box-shadow:var(--template-b-shadow-lg);transform:translateY(-2px);border-color:var(--template-b-primary-light)}.btn-corporate-primary{background:var(--template-b-primary);color:white;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;transition:var(--template-b-transition);border:none;cursor:pointer;font-size:.875rem;text-transform:uppercase;letter-spacing:.025em;box-shadow:var(--template-b-shadow-sm)}.btn-corporate-primary:hover{background:var(--template-b-primary-dark);box-shadow:var(--template-b-shadow-lg);transform:translateY(-2px)}.btn-corporate-secondary{background:transparent;color:var(--template-b-primary);padding:.75rem 1.5rem;border:2px solid var(--template-b-primary);border-radius:.5rem;font-weight:600;transition:var(--template-b-transition);cursor:pointer;font-size:.875rem;text-transform:uppercase;letter-spacing:.025em}.btn-corporate-secondary:hover{background:var(--template-b-primary);color:white;transform:translateY(-2px);box-shadow:var(--template-b-shadow-md)}.btn-hero-primary{background:white;color:var(--template-b-primary);padding:1rem 2rem;border-radius:.5rem;font-weight:700;transition:var(--template-b-transition);border:none;cursor:pointer;font-size:1rem;text-transform:uppercase;letter-spacing:.025em;box-shadow:var(--template-b-shadow-lg)}.btn-hero-primary:hover{background:var(--template-b-bg-muted);transform:translateY(-2px);box-shadow:var(--template-b-shadow-xl)}.btn-hero-secondary{background:rgba(255,255,255,.1);backdrop-filter:blur(8px);color:white;padding:1rem 2rem;border:2px solid rgba(255,255,255,.3);border-radius:.5rem;font-weight:700;transition:var(--template-b-transition);cursor:pointer;font-size:1rem;text-transform:uppercase;letter-spacing:.025em}.btn-hero-secondary:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);transform:translateY(-2px)}.malaysian-accent{border-left:4px solid var(--template-b-malaysia-red);background:linear-gradient(90deg,rgba(204,0,0,.05),transparent)}.malaysian-badge{background:var(--template-b-malaysia-gold);color:var(--template-b-text-primary);padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.stat-card{background:var(--template-b-bg-card);border-radius:.75rem;padding:2rem;text-align:center;box-shadow:var(--template-b-shadow-sm);border:1px solid var(--template-b-bg-muted);transition:var(--template-b-transition);position:relative}.stat-card:hover{box-shadow:var(--template-b-shadow-md);transform:translateY(-1px)}.stat-number{font-size:2.5rem;font-weight:700;color:var(--template-b-primary);line-height:1;margin-bottom:.5rem}.stat-label{color:var(--template-b-text-secondary);font-weight:500;font-size:.875rem}.service-card{background:var(--template-b-bg-card);border-radius:1rem;padding:2rem;box-shadow:var(--template-b-shadow-sm);border:1px solid var(--template-b-bg-muted);transition:var(--template-b-transition-slow);position:relative}.service-card:hover{box-shadow:var(--template-b-shadow-xl);transform:translateY(-4px);border-color:var(--template-b-primary-light)}.service-icon{width:4rem;height:4rem;background:var(--template-b-primary);border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.5rem}.service-card:hover .service-icon span,.service-icon{color:white;transition:var(--template-b-transition)}.service-card:hover .service-icon{background:var(--template-b-primary-dark);transform:scale(1.1)}.testimonial-card{background:var(--template-b-bg-card);border-radius:1rem;padding:2rem;box-shadow:var(--template-b-shadow-sm);border:1px solid var(--template-b-bg-muted);position:relative;transition:var(--template-b-transition)}.testimonial-card:hover{box-shadow:var(--template-b-shadow-lg);transform:translateY(-2px)}.testimonial-card:before{content:'"';position:absolute;top:-.5rem;left:1.5rem;font-size:4rem;color:var(--template-b-primary-light);font-family:serif;line-height:1}.form-input{width:100%;padding:.75rem 1rem;border:2px solid var(--template-b-bg-muted);border-radius:.5rem;font-size:.875rem;transition:var(--template-b-transition);background:var(--template-b-bg-card)}.form-input:focus{outline:none;border-color:var(--template-b-primary);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.pricing-card{background:var(--template-b-bg-card);border-radius:1rem;padding:2rem;border:2px solid var(--template-b-bg-muted);transition:var(--template-b-transition-slow);position:relative}.pricing-card.featured{background:var(--template-b-gradient-primary);color:white;border-color:var(--template-b-primary);transform:scale(1.05)}.pricing-card:hover{box-shadow:var(--template-b-shadow-xl);transform:translateY(-4px)}.pricing-card.featured:hover{transform:scale(1.05) translateY(-4px)}.nav-link{color:var(--template-b-text-secondary);font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:var(--template-b-transition);text-decoration:none}.nav-link.active,.nav-link:hover{color:var(--template-b-primary);background:rgba(37,99,235,.1)}.price-myr{font-weight:700;color:var(--template-b-primary);font-size:1.25rem}.price-myr:before{content:"RM";font-size:.875rem;margin-right:.25rem}.hero-badge{background:rgba(255,215,0,.9);color:var(--template-b-text-primary);padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;animation:pulse 2s infinite}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;color:var(--template-b-text-primary);margin-bottom:1rem;line-height:1.2}.section-subtitle{font-size:1.25rem;color:var(--template-b-text-secondary);max-width:48rem;margin:0 auto;line-height:1.6}.service-card .service-icon{background:var(--template-b-primary-light);transition:var(--template-b-transition-slow)}.professional-grid{display:grid;gap:2rem}.professional-grid.cols-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.professional-grid.cols-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.professional-grid.cols-4{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.stat-card.malaysian-accent:after{content:"";position:absolute;top:0;right:0;width:4px;height:100%;background:linear-gradient(180deg,var(--template-b-malaysia-red) 0,var(--template-b-malaysia-gold) 100%);border-radius:0 .75rem .75rem 0}.fade-in-up{animation:fadeInUp .8s ease-out forwards;opacity:0;transform:translateY(30px)}.fade-in-up.delay-1{animation-delay:.2s}.fade-in-up.delay-2{animation-delay:.4s}.fade-in-up.delay-3{animation-delay:.6s}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes corporateMobileSlideIn{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes corporateMobileFadeIn{0%{opacity:0}to{opacity:1}}.template-b .slide-in-right{animation:slideInRight .6s ease-out}@media (max-width:768px){.template-b .container{padding-left:1rem;padding-right:1rem}.template-b nav{padding:.75rem 0}.template-b nav .container{padding-left:1rem;padding-right:1rem}.template-b section{padding-top:2rem;padding-bottom:2rem}.template-b .hero-section{padding:2rem 1rem;text-align:center}.template-b .hero-section img{object-position:center}.template-b .text-6xl{font-size:2.5rem;line-height:1.1}.template-b .text-5xl{font-size:2.25rem;line-height:1.1}.template-b .text-4xl{font-size:2rem;line-height:1.2}.template-b .space-y-4>*+*{margin-top:1rem}.template-b .space-x-4>*+*{margin-left:0;margin-top:1rem}.template-b .btn-hero-primary,.template-b .btn-hero-secondary{padding:1rem 1.5rem;font-size:1rem;margin-bottom:1rem}.template-b .btn-corporate-primary,.template-b .btn-corporate-secondary{padding:.875rem 1.5rem;font-size:.875rem;margin-bottom:1rem}.template-b .stat-card,.template-b .stat-card-premium{padding:1.5rem 1rem;margin-bottom:1.5rem}.template-b .stat-number,.template-b .stat-number-premium{font-size:2.5rem!important;margin-bottom:.5rem}.template-b .stat-label,.template-b .stat-label-premium{font-size:.875rem;line-height:1.4;margin-bottom:.5rem}.template-b .stat-description{font-size:.75rem;line-height:1.3}.template-b .stat-icon{width:3rem;height:3rem;margin-bottom:1rem}.template-b .service-card,.template-b .service-card-premium{padding:1.5rem;margin-bottom:1.5rem}.template-b .service-card-premium:hover,.template-b .service-card:hover{transform:translateY(-2px)}.template-b .service-icon,.template-b .service-icon-premium{width:3rem;height:3rem;font-size:1.25rem;margin-bottom:1rem}.template-b .service-card-premium li{font-size:.875rem;margin-bottom:.5rem;line-height:1.4}.template-b .testimonial-card{padding:1.5rem;margin-bottom:1.5rem;text-align:center}.template-b .testimonial-card img{width:3rem;height:3rem;margin:0 auto 1rem}.template-b .testimonial-card p{font-size:.875rem;line-height:1.5;margin-bottom:1rem;font-style:italic}.template-b .testimonial-card .flex{flex-direction:column;align-items:center;gap:.5rem}.template-b .success-story{text-align:center;margin-bottom:2rem}.template-b .success-story img{width:100%;height:200px;object-fit:cover;border-radius:.75rem;margin-bottom:1rem}.template-b h2{font-size:1.875rem;line-height:1.2;margin-bottom:1rem}.template-b h3{font-size:1.5rem;line-height:1.3;margin-bottom:.75rem}.template-b p{font-size:.875rem;line-height:1.5;margin-bottom:1rem}.template-b .cta-section{padding:3rem 1rem;text-align:center}.template-b .cta-section h2{font-size:1.75rem!important;margin-bottom:1rem!important}.template-b .cta-section p{font-size:1rem!important;margin-bottom:2rem!important;padding:0 .5rem}.template-b .cta-section .flex{flex-direction:column;gap:1rem}.template-b .cta-section button{width:100%;padding:1rem 2rem;font-size:1rem}.template-b footer{padding:2rem 1rem}.template-b .professional-grid{gap:1.5rem}.template-b .pricing-card.featured{transform:none}.template-b .pricing-card.featured:hover{transform:translateY(-2px)}.template-b .malaysian-badge{padding:.375rem .75rem;font-size:.75rem;border-radius:1rem}.template-b footer .grid{grid-template-columns:1fr;gap:2rem;text-align:center}.template-b footer h3,.template-b footer h4{margin-bottom:1rem}.template-b img{max-width:100%;height:auto}.template-b a,.template-b button{min-height:44px;display:inline-flex;align-items:center;justify-content:center}.template-b .text-2xl{font-size:1.5rem!important}.template-b .service-card,.template-b .stat-card,.template-b .testimonial-card{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}}.template-b .malaysian-badge-premium{background:linear-gradient(135deg,#dc2626,#ea580c);color:white;padding:.5rem 1rem;border-radius:2rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border:2px solid rgba(255,255,255,.2);backdrop-filter:blur(10px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:all .3s ease}.template-b .malaysian-badge-premium:hover{transform:translateY(-1px);box-shadow:0 8px 15px -3px rgba(0,0,0,.2)}.template-b .stat-card-premium{background:linear-gradient(135deg,#ffffff,#f8fafc);border:1px solid #e2e8f0;border-radius:1.5rem;padding:2rem;text-align:center;transition:all .4s ease;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.template-b .stat-card-premium:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899);opacity:0;transition:opacity .3s ease}.template-b .stat-card-premium:hover:before{opacity:1}.template-b .stat-card-premium:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);border-color:#cbd5e1}.template-b .stat-icon{width:4rem;height:4rem;margin:0 auto 1rem;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:1rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.template-b .stat-card-premium:hover .stat-icon{transform:scale(1.1);background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.template-b .stat-number-premium{font-size:3rem;font-weight:800;color:#1e293b;margin-bottom:.5rem;background:linear-gradient(135deg,#1e293b,#3b82f6);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.template-b .stat-label-premium{font-size:1.1rem;font-weight:600;color:#475569;margin-bottom:.25rem}.template-b .stat-description{font-size:.875rem;color:#64748b;font-weight:500}.template-b .service-card-premium{background:linear-gradient(135deg,#ffffff,#f8fafc);border:1px solid #e2e8f0;border-radius:1.5rem;padding:2.5rem;transition:all .4s ease;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.template-b .service-card-premium:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899);transform:scaleX(0);transition:transform .3s ease}.template-b .service-card-premium:hover:before{transform:scaleX(1)}.template-b .service-card-premium:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px rgba(0,0,0,.15);border-color:#cbd5e1}.template-b .service-header-premium{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.template-b .service-icon-premium{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.template-b .service-card-premium:hover .service-icon-premium{transform:scale(1.1) rotate(5deg)}.template-b .service-badge{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.template-b .btn-service-premium{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;font-size:.875rem;transition:all .3s ease;border:none;cursor:pointer;display:inline-flex;align-items:center;text-decoration:none;box-shadow:0 4px 6px -1px rgba(59,130,246,.3)}.template-b .btn-service-premium:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 8px 15px -3px rgba(59,130,246,.4)}.template-b .price-premium{text-align:right}.template-b .whatsapp-float{animation:whatsapp-pulse 2s infinite;box-shadow:0 4px 20px rgba(34,197,94,.3);backdrop-filter:blur(10px)}.template-b .whatsapp-float:hover{box-shadow:0 8px 30px rgba(34,197,94,.4);transform:scale(1.1)!important}.template-b .whatsapp-float .notification-dot{animation:notification-bounce 1.5s infinite}@keyframes whatsapp-pulse{0%{box-shadow:0 4px 20px rgba(34,197,94,.3)}50%{box-shadow:0 4px 25px rgba(34,197,94,.5)}to{box-shadow:0 4px 20px rgba(34,197,94,.3)}}@keyframes notification-bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-3px)}60%{transform:translateY(-1px)}}@media (max-width:768px){.template-b .whatsapp-float{bottom:1rem!important;right:1rem!important;padding:.875rem!important;width:3.5rem;height:3.5rem}.template-b .whatsapp-float svg{width:1.25rem!important;height:1.25rem!important}}@media (prefers-color-scheme:dark){:root{--template-b-bg-primary:#0f172a;--template-b-bg-secondary:#1e293b;--template-b-bg-card:#334155;--template-b-bg-muted:#475569;--template-b-text-primary:#f8fafc;--template-b-text-secondary:#cbd5e1;--template-b-text-muted:#94a3b8;--template-b-text-light:#64748b}}