*{box-sizing:border-box;margin:0;padding:0}body,html{scroll-behavior:smooth;width:100%;min-height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden}.fade-in-section{opacity:0;will-change:opacity, transform;transition:opacity .8s ease-out,transform .8s cubic-bezier(.2,.8,.2,1);transform:translateY(30px)}.fade-in-section.is-visible{opacity:1;transform:translateY(0)}.navbar{z-index:1000;background-color:#fff;width:100%;position:fixed;top:0;left:0;box-shadow:0 2px 4px #0000000d}.navbar-container{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.navbar-logo{align-items:center;display:flex}.logo-image{width:auto;height:48px}.navbar-menu{flex:1;justify-content:flex-end;align-items:center;display:flex}.navbar-links{gap:2.5rem;margin:0 2.5rem 0 0;padding:0;list-style:none;display:flex}.navbar-links a{color:#777;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s ease-in-out;position:relative}.navbar-links a:hover,.navbar-links a.active{color:#eb6611;font-weight:600}.navbar-links a.active:after{content:"";background-color:#eb6611;border-radius:2px;width:100%;height:2px;position:absolute;bottom:-6px;left:0}.navbar-actions{align-items:center;gap:1rem;display:flex}.btn-contact-nav{color:#fff;cursor:pointer;background-color:#271f54;border:none;border-radius:999px;padding:.6rem 1.8rem;font-size:1rem;font-weight:600;transition:transform .2s,background-color .2s}.btn-contact-nav:hover{background-color:#1a1438;transform:translateY(-2px)}.btn-lang-nav{color:#fff;cursor:pointer;background-color:#222;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1rem;font-weight:700;transition:background-color .2s;display:flex}.btn-lang-nav:hover{background-color:#000}.hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:6px;display:none}.hamburger span{background-color:#271f54;border-radius:3px;width:28px;height:3px;transition:all .3s}@media (width<=900px){.hamburger{display:flex}.hamburger.active span:first-child{transform:translateY(9px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.navbar-container{padding:1rem}.navbar-menu{background-color:#fff;flex-direction:column;justify-content:flex-start;width:280px;height:100vh;padding-top:5rem;transition:right .3s;position:fixed;top:0;right:-100%;box-shadow:-2px 0 10px #0000001a}.navbar-menu.active{right:0}.navbar-links{flex-direction:column;gap:1.5rem;margin:0 0 2rem}.navbar-actions{flex-direction:column}}.hero{background-image:url(/img/bg-hero.png);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;width:100%;height:100vh;min-height:600px;margin-top:0;display:flex;position:relative}.hero:before{content:"";z-index:1;background:linear-gradient(90deg,#00193266 0%,#0000 70%);position:absolute;inset:0}.hero-content{z-index:2;color:#fff;box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.hero-content h1{letter-spacing:-.02em;text-shadow:2px 2px 8px #00000080;margin-bottom:clamp(1rem,2vw,1.5rem);font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.2}.hero-content p{text-shadow:1px 1px 6px #0009;max-width:600px;margin-bottom:clamp(1.5rem,3vw,2.5rem);font-size:clamp(1rem,1.5vw,1.15rem);font-weight:400;line-height:1.6}.hero-buttons{gap:1.5rem;display:flex}.btn-primary,.btn-secondary{cursor:pointer;border:none;border-radius:999px;padding:.8rem 2rem;font-size:1.05rem;font-weight:600;transition:opacity .3s,transform .2s}.btn-primary{color:#fff;background-color:#f16821}.btn-secondary{color:#fff;background-color:#ea641c}.btn-primary:hover,.btn-secondary:hover{opacity:.85;transform:translateY(-2px)}@media (width<=1024px){.hero{height:60vw;min-height:auto}}@media (width<=600px){.hero{background-position:70%;height:100vh;max-height:700px;padding:6rem 0 4rem}.hero-buttons{flex-direction:column;gap:1rem;width:100%;max-width:300px}.btn-primary,.btn-secondary{width:100%}}.customers{background-color:#fff;padding:6rem 0}.customers-container{box-sizing:border-box;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.customers-content{text-align:left;flex:1}.customers-content h2{color:#333;margin-bottom:1.5rem;font-size:2.8rem;line-height:1.2}.customers-content p{color:#666;max-width:90%;margin-bottom:2rem;font-size:1rem;line-height:1.6}.btn-customers{color:#fff;cursor:pointer;background-color:#eb6611;border:none;border-radius:999px;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:opacity .3s,transform .2s}.btn-customers:hover{opacity:.85;transform:translateY(-2px)}.customers-grid{flex:1;grid-template-rows:repeat(3,110px);grid-template-columns:repeat(3,1fr);display:grid}.grid-item{border-bottom:1px solid #e0e0e0;border-right:1px solid #e0e0e0;justify-content:center;align-items:center;padding:1.5rem;display:flex}.grid-item:nth-child(3n){border-right:none}.grid-item:nth-last-child(-n+3){border-bottom:none}.grid-item img{object-fit:contain;filter:grayscale();opacity:.7;max-width:100%;max-height:100%;transition:filter .3s,opacity .3s}.grid-item:hover img{filter:grayscale(0%);opacity:1}@media (width<=900px){.customers-container{flex-direction:column}.customers-content{text-align:center}.customers-content p{margin:0 auto 2rem}}@media (width<=600px){.customers-grid{grid-template-rows:auto;grid-template-columns:repeat(2,1fr)}.grid-item:nth-child(3n){border-right:1px solid #e0e0e0}.grid-item:nth-child(2n){border-right:none}.grid-item{border-bottom:1px solid #e0e0e0}.grid-item:nth-last-child(-n+2){border-bottom:none}}.about{background-color:#fff;padding:5rem 0}.about-container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.about-title{color:#111;text-align:left;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.about-content{align-items:flex-start;gap:4rem;display:flex}.about-image{flex:1;max-width:400px}.about-image img{object-fit:cover;border-radius:12px;width:100%;height:auto;box-shadow:0 4px 20px #0000000d}.about-features{flex-direction:column;flex:1;gap:1.5rem;display:flex}.feature-item{cursor:pointer;opacity:.4;padding-left:1.5rem;transition:all .3s;position:relative}.feature-item:before{content:"";background-color:#0000;border-radius:2px;width:3px;transition:background-color .3s;position:absolute;top:0;bottom:0;left:0}.feature-item.active{opacity:1}.feature-item.active:before{background-color:#eb6611}.feature-item h3{color:#111;margin:0 0 .5rem;font-size:1.4rem;font-weight:700;line-height:1.3}.feature-item p{color:#555;margin:0;font-size:.9rem;line-height:1.5}@media (width<=900px){.about-content{flex-direction:column;align-items:center}.about-image{width:100%;max-width:100%;margin-bottom:2rem}.about-title{text-align:center}}.expertise{color:#fff;background-color:#1f2024;padding:6rem 0}.expertise-container{box-sizing:border-box;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.expertise-content{text-align:left;flex:1}.expertise-subtitle{color:#eb6611;text-transform:capitalize;margin-bottom:1rem;font-size:1rem;font-weight:700}.expertise-title{color:#fff;margin-bottom:3rem;font-size:2.5rem;font-weight:700;line-height:1.3}.expertise-list{flex-direction:column;gap:1.5rem;margin:0 0 3rem;padding:0;list-style:none;display:flex}.expertise-item{color:#a0a0a0;cursor:pointer;padding-left:1.5rem;font-size:1.25rem;font-weight:600;transition:all .3s;position:relative}.expertise-item:before{content:"";background-color:#eb6611;border-radius:2px;width:3px;height:0;transition:height .3s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.expertise-item.active{color:#eb6611}.expertise-item.active:before{height:100%}.expertise-item:hover:not(.active){color:#ccc}.btn-expertise{color:#fff;cursor:pointer;background-color:#eb6611;border:none;border-radius:999px;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:opacity .3s,transform .2s}.btn-expertise:hover{opacity:.85;transform:translateY(-2px)}.expertise-image-card{flex:1;justify-content:flex-end;display:flex}.expertise-image-wrapper{width:100%;max-width:450px;height:500px;position:relative;overflow:hidden}.expertise-image{filter:grayscale();object-fit:cover;opacity:0;z-index:1;width:100%;height:100%;transition:opacity .5s ease-in-out;display:block;position:absolute;top:0;left:0}.expertise-image.active{opacity:1;z-index:2}.expertise-gradient-overlay{mix-blend-mode:color;pointer-events:none;background:linear-gradient(#e0733000 40%,#e073304d 70%,#e07330b3 100%);width:100%;height:100%;position:absolute;bottom:0;left:0}.expertise-gradient-overlay:after{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#d7642380 100%);width:100%;height:60%;position:absolute;bottom:0;left:0}@media (width<=900px){.expertise-container{flex-direction:column}.expertise-content,.expertise-image-card{width:100%}.expertise-image-card{justify-content:center}.expertise-image-wrapper{max-width:100%}}.segmentation{background-color:#fff;padding:6rem 2rem}.segmentation-container{max-width:1200px;margin:0 auto}.segmentation-header{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.segmentation-title-area{text-align:left}.segmentation-subtitle{color:#eb6611;margin-bottom:1rem;font-size:1rem;font-weight:700}.segmentation-title{color:#111;margin:0;font-size:2.5rem;font-weight:800;line-height:1.3}.segmentation-action{padding-bottom:.5rem}.btn-segmentation{color:#fff;cursor:pointer;background-color:#eb6611;border:none;border-radius:999px;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:opacity .3s,transform .2s}.btn-segmentation:hover{opacity:.85;transform:translateY(-2px)}.segmentation-image-container{border-radius:12px;width:100%;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000d}.segmentation-image{filter:grayscale();width:100%;display:block}.segmentation-overlay{pointer-events:none;background-color:#0006;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.on-progress-stamp{color:#fff;letter-spacing:.1em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-shadow:0 2px 10px #00000080;background-color:#ffffff1a;border:5px solid #fff;padding:1.5rem 3rem;font-size:4rem;font-weight:900;transform:rotate(-15deg);box-shadow:0 0 20px #00000080}@media (width<=900px){.segmentation-header{flex-direction:column;align-items:flex-start;gap:2rem}.segmentation-action{padding-bottom:0}.on-progress-stamp{border-width:3px;padding:1rem 2rem;font-size:2.5rem}}@media (width<=600px){.on-progress-stamp{border-width:2px;padding:.8rem 1.5rem;font-size:1.5rem}}.news{background-color:#fcfcfc;padding:6rem 0}.news-container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.news-header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.news-title{color:#111;margin:0;font-size:2.5rem;font-weight:700}.btn-news{color:#fff;cursor:pointer;background-color:#eb6611;border:none;border-radius:999px;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:opacity .3s,transform .2s}.btn-news:hover{opacity:.85;transform:translateY(-2px)}.news-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.news-card{background-color:#fff;border-radius:12px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.news-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000014}.news-image-wrapper{width:100%;height:220px;overflow:hidden}.news-image{object-fit:cover;width:100%;height:100%;display:block}.news-content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.news-category{color:#777;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.news-card-title{color:#111;margin:0 0 1rem;font-size:1.25rem;font-weight:700;line-height:1.4}.news-description{color:#666;flex:1;margin:0 0 2rem;font-size:.95rem;line-height:1.6}.news-footer{align-items:center;margin-top:auto;display:flex}.news-date{color:#888;font-size:.85rem;font-weight:500}@media (width<=900px){.news-grid{grid-template-columns:repeat(2,1fr)}.news-header{flex-direction:column;align-items:flex-start;gap:1.5rem}}@media (width<=600px){.news-grid{grid-template-columns:1fr}}.pre-footer{text-align:center;color:#fff;background-color:#1a1a1c;padding:6rem 2rem}.pre-footer-container{max-width:800px;margin:0 auto}.pre-footer h2{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.pre-footer p{color:#ddd;margin-bottom:2.5rem;font-size:1.1rem}.btn-pre-footer{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background-color:#eb6611;border:none;border-radius:999px;padding:1rem 3rem;font-size:1rem;font-weight:700;transition:opacity .3s,transform .2s}.btn-pre-footer:hover{opacity:.85;transform:translateY(-2px)}.footer{color:#555;background-color:#fff;padding:4rem 2rem 2rem;font-size:.9rem}.footer-container{max-width:1200px;margin:0 auto}.footer-top{flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-bottom:4rem;display:flex}.footer-brand{flex:1.5;min-width:200px}.footer-logo{width:auto;height:50px}.footer-column{flex:1;min-width:180px}.footer-column h4{color:#222;margin-bottom:1.5rem;font-size:1rem;font-weight:700}.footer-column ul{flex-direction:column;gap:.8rem;margin:0;padding:0;list-style:none;display:flex}.footer-column ul li a{color:#555;text-decoration:none;transition:color .2s}.footer-column ul li a:hover{color:#eb6611}.footer-column p{margin:0 0 .8rem;line-height:1.6}.footer-bottom{color:#777;border-top:1px solid #eee;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.85rem;display:flex}.footer-links-inline{align-items:center;gap:1rem;display:flex}.footer-links-inline a{color:#777;font-weight:500;text-decoration:none;transition:color .2s}.footer-links-inline a:hover{color:#eb6611}.separator{color:#ccc}.footer-copyright{text-align:center}.footer-association{align-items:center;gap:.8rem;display:flex}.harrif-logo{width:auto;height:24px}@media (width<=900px){.footer-bottom{text-align:center;flex-direction:column}}@media (width<=600px){.footer-top{flex-direction:column;gap:3rem}.pre-footer h2{font-size:2rem}}.solutions-section{background-color:#fff;justify-content:center;padding:5rem 8%;font-family:Inter,sans-serif;display:flex;overflow:hidden}.solutions-container{align-items:stretch;gap:2rem;width:100%;max-width:1400px;display:flex}.solutions-info-card{background-color:#f6f8fb;border-radius:12px;flex-direction:column;flex:0 0 320px;justify-content:center;padding:3rem 2rem;display:flex}.solutions-info-title{color:#1b1660;margin-bottom:1.5rem;font-size:1.4rem;font-weight:700;line-height:1.4}.solutions-info-desc{color:#333;font-size:.95rem;line-height:1.6}.solutions-carousel{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;flex:1;gap:2rem;padding:1rem 0 2rem;display:flex;overflow-x:auto}.solutions-carousel::-webkit-scrollbar{display:none}.solution-card{scroll-snap-align:center;text-align:center;cursor:pointer;background-color:#f6f8fb;border-radius:12px;flex-direction:column;flex:0 0 400px;justify-content:center;align-items:center;min-height:280px;padding:3rem 2rem;transition:transform .3s,box-shadow .3s;display:flex}.solution-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000000d}.solution-icon{object-fit:contain;background-color:#0000;width:120px;height:120px;margin-bottom:1.5rem}.solution-title{color:#e86c12;white-space:normal;word-wrap:break-word;width:100%;font-size:1.4rem;font-weight:700;line-height:1.4}@media (width<=1024px){.solutions-container{flex-direction:column}.solutions-info-card{flex:none;width:100%;margin-bottom:1rem}.solutions-carousel{padding-bottom:1.5rem}.solution-card{flex:0 0 320px;padding:2rem 1rem}}@media (width<=600px){.solution-card{flex:0 0 260px;padding:1.5rem 1rem}.solution-title{font-size:1.2rem}.solution-icon{width:90px;height:90px}}.why-starcom-section{background-color:#fff;justify-content:center;padding:5rem 8%;font-family:Inter,sans-serif;display:flex}.ws-container{grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:1200px;display:grid}.ws-card{text-align:center;background-color:#f8fafc;border-radius:16px;flex-direction:column;align-items:center;padding:3rem 2rem;transition:transform .3s,box-shadow .3s;display:flex}.ws-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d}.ws-main-card{text-align:left;grid-column:span 2;justify-content:space-between;align-items:flex-start}.ws-logo{object-fit:contain;height:40px;margin-bottom:5rem}.ws-main-title{color:#1b1660;margin:0;font-size:clamp(2rem,3vw,2.5rem);font-weight:700}.ws-icon{object-fit:contain;height:60px;margin-bottom:1.5rem}.ws-title{color:#1b1660;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.ws-desc{color:#333;font-size:.95rem;line-height:1.6}@media (width<=1024px){.ws-container{grid-template-columns:repeat(2,1fr)}.ws-main-card{grid-column:span 2}}@media (width<=768px){.ws-container{grid-template-columns:1fr}.ws-main-card{grid-column:span 1}.ws-logo{margin-bottom:2.5rem}}.certificates-section{background-color:#fff;justify-content:center;padding:5rem 8%;font-family:Inter,sans-serif;display:flex}.certificates-container{width:100%;max-width:1200px}.certificates-header{margin-bottom:3.5rem}.certificates-title{color:#111;margin-bottom:.8rem;font-size:clamp(2rem,3vw,2.5rem);font-weight:700}.certificates-underline{background-color:#e86c12;border-radius:2px;width:60px;height:4px}.certificates-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.certificate-card{text-align:center;flex-direction:column;align-items:center;display:flex}.certificate-image-wrapper{aspect-ratio:3/4;background-color:#f8fafc;justify-content:center;align-items:center;width:100%;margin-bottom:1.5rem;transition:transform .3s;display:flex;overflow:hidden;box-shadow:0 4px 10px #0000000d}.certificate-image-wrapper:hover{transform:translateY(-5px)}.certificate-image{object-fit:contain;width:100%;height:100%}.certificate-name{color:#1b1660;letter-spacing:.5px;font-size:1.1rem;font-weight:700}@media (width<=1024px){.certificates-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.certificates-grid{grid-template-columns:1fr;gap:3rem}.certificate-name{font-size:1.2rem}}.bod-section{background-color:#fff;justify-content:center;padding:5rem 8%;font-family:Inter,sans-serif;display:flex}.bod-container{width:100%;max-width:1200px}.bod-header{margin-bottom:4rem}.bod-title{color:#111;margin-bottom:.8rem;font-size:clamp(2rem,3vw,2.5rem);font-weight:700}.bod-underline{background-color:#e86c12;width:120px;height:3px}.bod-grid{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}.bod-card{align-items:center;gap:2rem;display:flex}.bod-image-wrapper{background-color:#f8fafc;border:4px solid #fff;border-radius:50%;flex-shrink:0;width:150px;height:150px;overflow:hidden;box-shadow:0 4px 15px #00000026}.bod-image{object-fit:cover;object-position:center;width:100%;height:100%}.bod-info{flex-direction:column;justify-content:center;display:flex}.bod-name{color:#1b1660;margin-bottom:.3rem;font-size:1.4rem;font-weight:700}.bod-role{color:#999;margin:0;font-size:1rem;font-weight:500}@media (width<=900px){.bod-grid{grid-template-columns:1fr;gap:3rem}}@media (width<=600px){.bod-card{text-align:center;flex-direction:column}.bod-image-wrapper{width:130px;height:130px}}.vm-section{background-color:#fff;justify-content:center;padding:5rem 8%;font-family:Inter,sans-serif;display:flex}.vm-container{width:100%;max-width:1200px}.vm-header{margin-bottom:3.5rem}.vm-main-title{color:#111;margin-bottom:.8rem;font-size:clamp(2rem,3vw,2.5rem);font-weight:700}.vm-underline{background-color:#e86c12;width:100px;height:4px}.vm-grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.vm-card{flex-direction:column;display:flex;position:relative}.vm-content{background-color:#f8fafc;border-radius:16px;min-height:100%;padding:3.5rem 2.5rem 2.5rem}.vm-icon-wrapper{z-index:2;background-color:#e86c12;border-radius:12px;justify-content:center;align-items:center;width:70px;height:70px;display:flex;position:absolute;top:-20px;right:20px;box-shadow:0 4px 10px #e86c1266}.vm-icon{object-fit:contain;width:35px;height:35px}.vm-title{color:#2b3a55;margin-top:1rem;margin-bottom:1.5rem;font-size:1.4rem;font-weight:700}.vm-desc{color:#555;margin-bottom:1rem;font-size:.95rem;line-height:1.7}.vm-desc:last-child{margin-bottom:0}@media (width<=900px){.vm-grid{grid-template-columns:1fr;gap:4rem}}@media (width<=600px){.vm-content{padding:3.5rem 1.5rem 2rem}.vm-icon-wrapper{width:60px;height:60px;top:-20px;right:15px}.vm-icon{width:30px;height:30px}}.mitra-section{background-color:#fff;justify-content:center;padding:5rem 8%;font-family:Inter,sans-serif;display:flex}.mitra-container{width:100%;max-width:1200px}.mitra-header{margin-bottom:3.5rem}.mitra-title{color:#111;margin-bottom:.8rem;font-size:clamp(2rem,3vw,2.5rem);font-weight:700}.mitra-underline{background-color:#e86c12;border-radius:2px;width:60px;height:4px}.mitra-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem 3.5rem;display:flex}.mitra-logo-wrapper{justify-content:center;align-items:center;width:calc(20% - 3.5rem);min-width:120px;height:80px;transition:transform .3s;display:flex}.mitra-logo-wrapper:hover{transform:translateY(-3px)}.mitra-logo{object-fit:contain;filter:grayscale();max-width:100%;max-height:100%;transition:filter .3s}.mitra-logo-wrapper:hover .mitra-logo{filter:grayscale(0%)}.mitra-logo.invert-logo{filter:invert()opacity(.6)}.mitra-logo-wrapper:hover .mitra-logo.invert-logo{filter:invert()opacity()}@media (width<=1024px){.mitra-grid{gap:2rem}.mitra-logo-wrapper{width:calc(25% - 2rem)}}@media (width<=768px){.mitra-logo-wrapper{width:calc(33.333% - 2rem)}}@media (width<=480px){.mitra-grid{gap:1.5rem}.mitra-logo-wrapper{width:calc(50% - 1.5rem)}}� � �.loader-container{z-index:9999;background-color:#fff;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}.loader-circle{border:4px solid #eb66111a;border-top-color:#eb6611;border-radius:50%;width:130px;height:130px;animation:1.2s cubic-bezier(.4,0,.2,1) infinite loader-spin;position:absolute}.loader-logo{z-index:2;width:70px;height:auto;animation:2s ease-in-out infinite loader-pulse}@keyframes loader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loader-pulse{0%{opacity:.8;transform:scale(.9)}50%{opacity:1;transform:scale(1.05)}to{opacity:.8;transform:scale(.9)}}.profile-page{width:100%;font-family:Inter,sans-serif}.profile-hero{background-image:url(/img/bg-hero-profile.png);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:flex-start;align-items:center;width:100%;height:60vh;min-height:400px;display:flex;position:relative}.profile-hero:before{content:"";background:#0006;position:absolute;inset:0}.profile-hero-content{z-index:1;color:#fff;max-width:1200px;padding:0 8%;position:relative}.profile-hero-title{text-shadow:2px 2px 4px #00000080;margin-bottom:1rem;font-size:clamp(2rem,5vw,4rem);font-weight:700}.profile-hero-subtitle{text-shadow:1px 1px 3px #00000080;font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:500;line-height:1.4}.profile-content{background-color:#fff;justify-content:center;padding:4rem 8%;display:flex}.profile-text-container{color:#333;text-align:justify;max-width:1000px;font-size:clamp(1rem,1.2vw,1.1rem);line-height:1.8}.profile-text-container p{margin-bottom:1.5rem}@media (width<=768px){.profile-hero{height:40vh;min-height:300px}.profile-content{padding:3rem 6%}.profile-hero-content{padding:0 6%}}.solusi-page{background-color:#fcfcfc;width:100%;font-family:Inter,sans-serif}.solusi-hero{background-image:url(/img/bg-hero-solusi.png);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:flex-start;align-items:center;width:100%;height:55vh;min-height:400px;display:flex;position:relative}.solusi-hero:before{content:"";background:#0006;position:absolute;inset:0}.solusi-hero-content{z-index:1;color:#fff;max-width:1200px;padding:0 8%;position:relative}.solusi-hero-title{margin-bottom:1rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:1.2}.solusi-hero-subtitle{font-size:clamp(1.1rem,2vw,1.5rem);font-weight:400;line-height:1.4}.solusi-list-section{background-color:#fff;justify-content:center;padding:5rem 8% 2rem;display:flex}.solusi-list-container{width:100%;max-width:1200px}.solusi-list-header{margin-bottom:2rem}.solusi-list-header h2{color:#111;margin-bottom:.5rem;font-size:clamp(2rem,3vw,2.5rem);font-weight:700}.solusi-list-header .underline{background-color:#e86c12;border-radius:2px;width:80px;height:4px;margin-bottom:1.5rem}.solusi-list-desc{color:#555;text-align:justify;max-width:1000px;margin-bottom:4rem;font-size:1rem;line-height:1.8}.solusi-list-wrapper{flex-direction:column;gap:2.5rem;display:flex}.solusi-list-item{background-color:#f8f9fb;border:1px solid #f0f0f0;border-radius:12px;flex-direction:row;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 0 15px #0000000d}.solusi-list-item:hover{transform:translateY(-5px);box-shadow:0 5px 25px #0000001a}.solusi-list-image-wrapper{aspect-ratio:4/3;width:40%;position:relative}.solusi-list-image{object-fit:cover;filter:grayscale();width:100%;height:100%;transition:filter .4s;display:block}.solusi-list-item:hover .solusi-list-image{filter:grayscale(0%)}.solusi-list-image-wrapper:after{content:"";background:linear-gradient(#0000,#e86c12b3);height:50%;position:absolute;bottom:0;left:0;right:0}.solusi-list-content{flex-direction:column;justify-content:center;width:60%;padding:3rem;display:flex}.solusi-list-title{color:#e86c12;margin-bottom:.3rem;font-size:1.4rem;font-weight:700}.solusi-list-subtitle{color:#1b2850;margin-bottom:1.2rem;font-size:1rem;font-weight:700}.solusi-list-text{color:#777;text-align:justify;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.solusi-list-link{color:#1b2850;align-self:flex-start;font-size:.9rem;font-weight:700;text-decoration:none;transition:color .3s;display:inline-block;position:relative}.solusi-list-link:hover{color:#e86c12}.solusi-list-link:after{content:"";background-color:#e86c12;width:100%;height:2px;position:absolute;bottom:-4px;left:0}.solusi-grid-section{background-color:#fff;justify-content:center;padding:5rem 8%;display:flex}.solusi-container{width:100%;max-width:1200px}.solusi-grid-container{grid-template-columns:repeat(3,1fr);gap:3rem 2rem;display:grid}.solusi-card{cursor:pointer;border-radius:8px;align-items:flex-start;gap:1.2rem;padding:1rem;transition:background-color .3s;display:flex}.solusi-card:hover{background-color:#fcfcfc}.solusi-card-icon{flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.solusi-card-icon img{object-fit:contain;filter:grayscale();opacity:.7;width:100%;height:100%;transition:filter .3s,opacity .3s}.solusi-card:hover .solusi-card-icon img{filter:grayscale(0%);opacity:1}.solusi-card-text{flex-direction:column;display:flex}.solusi-card-title{color:#333;margin-bottom:.4rem;font-size:1.15rem;font-weight:700;transition:color .3s}.solusi-card:hover .solusi-card-title{color:#e86c12}.solusi-card-desc{color:#777;font-size:.95rem;font-weight:400;line-height:1.5;transition:color .3s}.solusi-card:hover .solusi-card-desc{color:#e86c12}@media (width<=1024px){.solusi-grid-container{grid-template-columns:repeat(2,1fr);gap:2.5rem 1.5rem}}@media (width<=900px){.solusi-list-item{flex-direction:column}.solusi-list-image-wrapper{width:100%;height:300px}.solusi-list-content{width:100%;padding:2rem}}@media (width<=768px){.solusi-hero{height:40vh;min-height:300px}.solusi-grid-container{grid-template-columns:1fr;gap:2rem}.solusi-grid-section{padding:4rem 6%}.solusi-hero-content{padding:0 6%}}@media (width<=600px){.solusi-list-content{padding:1.5rem}.solusi-list-section{padding:4rem 6% 2rem}}.saluran-page{background-color:#fff;width:100%;font-family:Inter,sans-serif}.saluran-hero{background-image:url(/img/hero-saluran-bisnis.png);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:flex-start;align-items:center;width:100%;height:55vh;min-height:400px;display:flex;position:relative}.saluran-hero:before{content:"";background:#0006;position:absolute;inset:0}.saluran-hero-content{z-index:1;color:#fff;max-width:1200px;padding:0 8%;position:relative}.saluran-hero-title{margin-bottom:1rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:1.2}.saluran-hero-subtitle{font-size:clamp(1.1rem,2vw,1.5rem);font-weight:500;line-height:1.4}.saluran-content-section{background-color:#fff;justify-content:center;padding:6rem 8% 4rem;display:flex}.saluran-container{width:100%;max-width:1200px}.saluran-header{margin-bottom:2rem}.saluran-title{color:#111;margin-bottom:.8rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700}.saluran-underline{background-color:#e86c12;border-radius:2px;width:120px;height:4px}.saluran-text-content{color:#333;text-align:justify;font-size:1.05rem;line-height:1.8}.komitmen-section{background-color:#f8f9fb;justify-content:center;padding:4rem 8% 8rem;display:flex}.komitmen-intro{color:#333;max-width:900px;margin-bottom:3.5rem;font-size:1.05rem;line-height:1.6}.komitmen-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.komitmen-card{background-color:#fff;border-radius:16px;flex-direction:column;padding:2.5rem 2rem;display:flex;position:relative}.komitmen-icon-wrapper{background-color:#e86c12;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:absolute;top:25px;right:-15px;box-shadow:0 4px 10px #e86c1266}.komitmen-icon{object-fit:contain;width:32px;height:32px}.komitmen-card-title{color:#2b3a55;margin-bottom:1rem;padding-right:2.5rem;font-size:1.15rem;font-weight:700;line-height:1.4}.komitmen-card-desc{color:#666;font-size:.95rem;line-height:1.6}@media (width<=1024px){.komitmen-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.saluran-hero{height:40vh;min-height:300px}.saluran-content-section{padding:4rem 6% 3rem}.saluran-hero-content{padding:0 6%}.komitmen-section{padding:3rem 6% 5rem}.komitmen-grid{grid-template-columns:1fr;gap:3rem}.komitmen-icon-wrapper{top:-20px;right:15px}.komitmen-card-title{margin-top:1rem;padding-right:0}}.berita-page{background:radial-gradient(circle at 0 0,#f4f6fb 0%,#fff 45%);width:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.berita-hero{background:linear-gradient(130deg,#041630f2,#093560e0),url(/img/dummy.png) 50%/cover no-repeat;justify-content:center;align-items:center;width:100%;height:40vh;min-height:250px;display:flex}.berita-hero-title{color:#fff;margin:0;font-size:clamp(2rem,4vw,3.5rem);font-weight:700}.berita-content-section{justify-content:center;padding:5rem 8% 8rem;display:flex}.berita-container{width:100%;max-width:1200px}.berita-section-title{color:#0f2741;margin-bottom:3rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700}.berita-state-box{background-color:#fff;border:1px solid #d9e2ef;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 10px 30px #0f27410f}.berita-state-box h3{color:#0f2741;margin-bottom:.45rem;font-size:1.15rem}.berita-state-box p{color:#4b6074;line-height:1.6}.berita-state-error{background-color:#fff8f8;border-color:#f4c2c2}.berita-retry-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#0f62a8,#0f3d66);border:0;border-radius:10px;margin-top:1rem;padding:.6rem 1rem;font-weight:700}.berita-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.berita-card{background-color:#fff;border:1px solid #e0e8f2;border-radius:16px;flex-direction:column;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 12px 36px #0c264212}.berita-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px #0c264226}.berita-card-image-wrapper{width:100%;height:230px;overflow:hidden}.berita-card-image{object-fit:cover;width:100%;height:100%}.berita-card-content{flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.berita-card-title{color:#0f2741;margin:0;font-size:1.2rem;font-weight:700;line-height:1.4}.berita-card-desc{color:#41566d;margin:0;font-size:.95rem;line-height:1.7}.berita-card-date{color:#1d6799;font-size:.85rem;font-weight:600}@media (width>=1024px){.berita-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.berita-hero{height:30vh;min-height:200px}.berita-content-section{padding:3rem 6% 5rem}}.berita-detail-page{background:#fff;min-height:100vh}.berita-detail-main{width:100%;padding:6rem 1.25rem 5rem}.berita-detail-article{max-width:860px;margin:0 auto}.berita-detail-header{padding:0 0 1.5rem}.berita-detail-back-link{color:#0f5a96;margin-bottom:1rem;font-weight:600;text-decoration:none;display:inline-block}.berita-detail-title{color:#0d253e;letter-spacing:-.02em;margin:0;font-size:clamp(1.8rem,4vw,3rem);line-height:1.2}.berita-detail-meta{color:#4b6177;flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:1.2rem;font-size:.95rem;display:flex}.berita-detail-hero-wrapper{background-color:#dbe5ef;border-radius:16px;width:100%;max-height:510px;margin-bottom:2rem;overflow:hidden}.berita-detail-hero{object-fit:cover;width:100%;height:100%;max-height:510px;display:block}.berita-detail-prose{color:#23384f;font-size:1.04rem;line-height:1.8}.berita-detail-prose h1,.berita-detail-prose h2,.berita-detail-prose h3,.berita-detail-prose h4{color:#0d253e;margin-top:1.5rem;margin-bottom:.8rem;line-height:1.35}.berita-detail-prose p{margin-bottom:1rem}.berita-detail-prose a{color:#0f5a96;text-decoration:underline}.berita-detail-prose ul,.berita-detail-prose ol{margin-bottom:1rem;padding-left:1.3rem}.berita-detail-prose blockquote{color:#2f4963;background-color:#f3f8fd;border-left:4px solid #0f5a96;margin:1.2rem 0;padding:.75rem 1rem}.berita-detail-prose img{border-radius:14px;max-width:100%;margin:1.2rem auto;display:block}.berita-detail-state{background-color:#fff;border:1px solid #dce6f2;border-radius:16px;max-width:760px;margin:0 auto;padding:1.5rem;box-shadow:0 12px 40px #112e4a0f}.berita-detail-state h2{color:#0d253e;margin-bottom:.5rem}.berita-detail-state p{color:#4b6177}.berita-detail-state-error{background-color:#fff9f9;border-color:#efc8c8}.berita-detail-retry-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#0f62a8,#0f3d66);border:0;border-radius:10px;margin-top:1rem;padding:.6rem 1rem;font-weight:700}@media (width<=768px){.berita-detail-main{padding:2rem 1rem 4rem}.berita-detail-header,.berita-detail-prose{padding:0}}.hubungi-page{background-color:#fff;width:100%;font-family:Inter,sans-serif}.hubungi-bg-wrapper{background-image:url(/img/bg-terhubung-dengan-kami.png);background-position:50%;background-repeat:no-repeat;background-size:auto;width:100%}.hubungi-section{justify-content:center;padding:6rem 8% 4rem;display:flex}.hubungi-container{background-color:#0000;grid-template-columns:1fr 1fr;gap:4rem;width:100%;max-width:1200px;display:grid}.hubungi-info{flex-direction:column;display:flex}.hubungi-title{color:#111;margin-top:0;margin-bottom:3rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.1}.hubungi-group{margin-bottom:2.5rem}.hubungi-group-title{color:#e86c12;margin-top:0;margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.hubungi-item{align-items:center;margin-bottom:1.5rem;display:flex}.hubungi-icon-box{background-color:#fff3eb;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;margin-right:1.5rem;display:flex}.hubungi-text-content{flex-direction:column;display:flex}.hubungi-label{color:#2b2b2e;margin:0 0 .3rem;font-size:1.1rem;font-weight:700}.hubungi-value{color:#555;margin:0;font-size:1rem}.hubungi-form-container{flex-direction:column;display:flex}.hubungi-card{background-color:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 30px #0000000d}.hubungi-form{flex-direction:column;gap:1.5rem;display:flex}.hubungi-form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.hubungi-input-group{flex-direction:column;display:flex}.hubungi-input-group label{color:#555;margin-bottom:.5rem;font-size:.95rem;font-weight:600}.hubungi-input-group label span{color:#0d6efd;margin-left:.2rem}.hubungi-input-group input,.hubungi-input-group textarea{color:#333;background-color:#f1f3f6;border:none;border-radius:6px;outline:none;width:100%;padding:1rem;font-family:inherit;font-size:.95rem;transition:box-shadow .2s}.hubungi-input-group input:focus,.hubungi-input-group textarea:focus{box-shadow:0 0 0 2px #e86c124d}.hubungi-input-group input::placeholder,.hubungi-input-group textarea::placeholder{color:#8c9097}.hubungi-input-group textarea{resize:vertical}.hubungi-submit-btn{color:#fff;cursor:pointer;background-color:#e86c12;border:none;border-radius:6px;margin-top:.5rem;padding:1rem;font-size:1.05rem;font-weight:700;transition:background-color .2s}.hubungi-submit-btn:hover{background-color:#d16110}@media (width<=900px){.hubungi-container{grid-template-columns:1fr;gap:3rem}.hubungi-title{text-align:center}.hubungi-title br{display:none}}@media (width<=600px){.hubungi-bg-wrapper{background-image:url(/img/bg-terhubung-dengan-kami.png);background-position:50%;background-repeat:no-repeat;background-size:auto;width:100%}.hubungi-section{justify-content:center;padding:6rem 8% 4rem;display:flex}.hubungi-form-row{grid-template-columns:1fr}}.kunjungi-section{background-color:#0000;justify-content:center;padding:4rem 8% 8rem;display:flex}.kunjungi-container{flex-direction:column;width:100%;max-width:1200px;display:flex}.kunjungi-main-title{color:#111;margin-top:0;margin-bottom:3rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.1}.kunjungi-content{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.kunjungi-map-wrapper{border:2px solid #e86c12;border-radius:12px;height:550px;overflow:hidden}.kunjungi-cards{flex-direction:column;gap:2.5rem;display:flex}.kunjungi-card{background-color:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 30px #0000000d}.kunjungi-card-title{color:#e86c12;margin-top:0;margin-bottom:2rem;font-size:1.15rem;font-weight:700}.kunjungi-item{align-items:flex-start;margin-bottom:1.8rem;display:flex}.kunjungi-item:last-child{margin-bottom:0}.kunjungi-icon-box{background-color:#fff3eb;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;margin-right:1.5rem;display:flex}.kunjungi-text{flex-direction:column;display:flex}.kunjungi-label{color:#2b2b2e;margin:0 0 .4rem;font-size:1rem;font-weight:700}.kunjungi-value{color:#555;margin:0;font-size:.95rem;line-height:1.6}@media (width<=900px){.kunjungi-content{grid-template-columns:1fr;gap:3rem}.kunjungi-main-title{text-align:center}}@media (width<=600px){.kunjungi-section{background-color:#0000;justify-content:center;padding:4rem 8% 8rem;display:flex}.kunjungi-map-wrapper{height:350px}.kunjungi-card,.hubungi-card{padding:1.5rem}}.penggunaan-page{flex-direction:column;min-height:100vh;display:flex}.penggunaan-hero{color:#fff;text-align:center;background-color:#1a1a1a;padding:6rem 2rem 4rem}.penggunaan-hero-title{max-width:1200px;margin:0 auto;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.penggunaan-content-section{background-color:#f8f9fa;flex:1;padding:4rem 2rem}.penggunaan-container{color:#333;max-width:800px;margin:0 auto;font-size:1rem;line-height:1.6}.penggunaan-container p{margin-bottom:1.5rem}.penggunaan-list{margin-bottom:1.5rem;padding-left:1.5rem}.penggunaan-list li{margin-bottom:.75rem}@media (width<=768px){.penggunaan-hero{padding:5rem 1.5rem 3rem}.penggunaan-content-section{padding:3rem 1.5rem}}.kebijakan-page{flex-direction:column;min-height:100vh;display:flex}.kebijakan-hero{color:#fff;text-align:center;background-color:#212121;padding:6rem 2rem 4rem}.kebijakan-hero-title{max-width:1200px;margin:0 auto;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.kebijakan-content-section{background-color:#fff;flex:1;padding:4rem 2rem}.kebijakan-container{color:#333;max-width:800px;margin:0 auto}.kebijakan-block{margin-bottom:3rem}.kebijakan-heading{color:#111;margin-bottom:.5rem;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:600}.kebijakan-heading-underline{background-color:#f37021;width:60px;height:4px;margin-bottom:1.5rem}.kebijakan-block p{color:#555;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}@media (width<=768px){.kebijakan-hero{padding:5rem 1.5rem 3rem}.kebijakan-content-section{padding:3rem 1.5rem}}.solusi-detail-page{background-color:#fff;flex-direction:column;width:100%;min-height:100vh;display:flex}.loading-container{color:#eb6b23;flex:1;justify-content:center;align-items:center;min-height:50vh;display:flex}.solusi-detail-container{flex:1;max-width:1200px;margin:0 auto;padding:120px 20px 60px}.solusi-detail-header{margin-bottom:60px}.sd-main-title{color:#eb6b23;margin-bottom:10px;font-size:42px;font-weight:700}.sd-subtitle{color:#4a2b8e;margin-bottom:20px;font-size:24px;font-weight:700}.sd-divider{background-color:#e0e0e0;width:100%;height:2px;margin-bottom:30px}.sd-description{color:#4a4a4a;text-align:justify;font-size:16px;line-height:1.8}.solusi-detail-products{flex-direction:column;gap:40px;display:flex}.sd-product-card{background-color:#f9f9f9;border-radius:16px;min-height:300px;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000000d}.sd-product-image-wrapper{background-color:#fbfbfb;flex:0 0 40%;justify-content:center;align-items:center;padding:20px;display:flex;position:relative;overflow:hidden}.sd-product-image-wrapper:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(#eb6b2300 40%,#df8e61b3 100%);width:100%;height:100%;position:absolute;bottom:0;left:0}.sd-product-image-wrapper img{object-fit:contain;z-index:1;max-width:100%;max-height:250px;position:relative}.sd-product-info{flex-direction:column;flex:1;justify-content:center;padding:40px;display:flex}.sd-product-title{color:#eb6b23;margin-bottom:10px;font-size:28px;font-weight:700}.sd-product-subtitle{color:#4a2b8e;margin-bottom:40px;font-size:18px;font-weight:700;line-height:1.4}.sd-product-link{color:#4a2b8e;align-self:flex-start;font-size:16px;font-weight:700;text-decoration:none;position:relative}.sd-link-underline{background-color:#eb6b23;width:90px;height:2px;margin-top:5px}@media (width<=768px){.sd-product-card{flex-direction:column}.sd-product-image-wrapper{flex:1;min-height:250px}.sd-product-info{padding:30px 20px}.sd-main-title{font-size:32px}.sd-subtitle{font-size:20px}}.product-detail-page{background-color:#fff;flex-direction:column;width:100%;min-height:100vh;font-family:Arial,sans-serif;display:flex}.pd-container{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:120px 20px 80px}.pd-hero-section{text-align:center;margin-bottom:60px}.pd-main-title{color:#eb6b23;margin-bottom:10px;font-size:36px;font-weight:700}.pd-main-subtitle{color:#000;margin-bottom:40px;font-size:20px;font-weight:700}.pd-hero-image-wrapper{justify-content:center;align-items:center;margin-top:20px;display:flex}.pd-hero-image{object-fit:contain;max-width:100%;height:auto;max-height:400px}.pd-galeri-thumbnails{flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;margin-top:25px;display:flex}.pd-thumbnail-item{cursor:pointer;background-color:#fff;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:80px;height:80px;padding:5px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 2px 5px #0000001a}.pd-thumbnail-item:hover,.pd-thumbnail-item.active{border-color:#eb6b23}.pd-thumbnail-item img{object-fit:contain;max-width:100%;max-height:100%}.pd-section-block{margin-bottom:40px}.pd-section-card{background-color:#f7f9fa;border-radius:12px;padding:40px;box-shadow:0 2px 10px #00000005}.pd-bg-light{background-color:#f7f9fa}.pd-section-title{color:#eb6b23;margin-bottom:20px;font-size:22px;font-weight:700}.pd-orange-text{color:#eb6b23}.pd-text-body{color:#4a4a4a;font-size:15px;line-height:1.6}.pd-overview-features-grid{grid-template-columns:1fr 1fr;gap:40px;display:grid}.pd-column{flex-direction:column;display:flex}.pd-features-list ul{margin:0;padding-left:20px}.pd-features-list li{margin-bottom:8px}.pd-aplikasi-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.pd-aplikasi-card{background-color:#fff;border-radius:8px;align-items:flex-start;gap:20px;padding:20px;display:flex;box-shadow:0 2px 8px #0000000a}.pd-aplikasi-icon-wrapper{background-color:#2b1c5a;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.pd-aplikasi-icon-wrapper img{max-width:60%;max-height:60%}.pd-aplikasi-info{flex:1}.pd-aplikasi-title{color:#2b1c5a;margin-bottom:8px;font-size:16px;font-weight:700}.pd-aplikasi-desc{color:#666;font-size:14px;line-height:1.5}.pd-kelebihan-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}.pd-kelebihan-card{text-align:left;background-color:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #0000000a}.pd-kelebihan-icon{width:48px;height:48px;margin-bottom:16px}.pd-kelebihan-icon img{object-fit:contain;width:100%;height:100%}.pd-kelebihan-title{color:#2b1c5a;margin-bottom:10px;font-size:16px;font-weight:700}.pd-kelebihan-desc{color:#666;font-size:14px;line-height:1.5}.pd-topologi-list{flex-direction:column;gap:30px;display:flex}.pd-topologi-item{text-align:center;width:100%}.pd-topologi-image-wrapper img{border-radius:8px;max-width:100%;margin-bottom:15px}.pd-topologi-desc{color:#4a4a4a;font-size:15px}.pd-tambahan-list{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (width<=768px){.pd-tambahan-list{grid-template-columns:1fr}}.pd-tambahan-content{background-color:#fff;border-radius:8px;align-items:flex-start;gap:20px;padding:24px;display:flex;box-shadow:0 2px 8px #0000000d}.pd-tambahan-icon{object-fit:contain;width:60px;height:60px}.pd-tambahan-title{color:#2b1c5a;margin-bottom:8px;font-size:18px;font-weight:700}.pd-tambahan-desc{color:#4a4a4a;font-size:15px;line-height:1.6}.pd-tambahan-gambar-content{text-align:center;flex-direction:column;align-items:center;display:flex}.pd-tambahan-gambar-wrapper img{border-radius:8px;max-width:100%;margin-bottom:10px}.pd-faq-list{flex-direction:column;gap:12px;display:flex}.pd-accordion-item{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 4px #0000000d}.pd-accordion-header{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:20px 24px;display:flex}.pd-accordion-title{color:#2b1c5a;font-size:16px;font-weight:700}.pd-accordion-icon{justify-content:center;align-items:center;transition:transform .3s;display:flex}.pd-accordion-icon.open{transform:rotate(180deg)}.pd-accordion-content{color:#666;padding:0 24px 20px;font-size:15px;line-height:1.6}@media (width<=768px){.pd-overview-features-grid,.pd-aplikasi-grid{grid-template-columns:1fr}.pd-main-title{font-size:28px}.pd-main-subtitle{font-size:16px}.pd-section-card{padding:24px}}.app{width:100%}.page-transition{animation:.4s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.login-container{background-color:#f4f6f9;justify-content:center;align-items:center;height:100vh;display:flex}.login-card{background:#fff;border-radius:8px;width:100%;max-width:400px;padding:2rem;box-shadow:0 4px 6px #0000001a}.login-card h2{text-align:center;color:#333;margin-bottom:1.5rem}.error-message{color:#c62828;text-align:center;background-color:#ffebee;border-radius:4px;margin-bottom:1rem;padding:.75rem;font-size:.875rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#555;margin-bottom:.5rem;font-weight:500;display:block}.form-group input{border:1px solid #ddd;border-radius:4px;width:100%;padding:.75rem;font-size:1rem}.form-group input:focus{border-color:#06c;outline:none;box-shadow:0 0 0 2px #06c3}button[type=submit]{color:#fff;cursor:pointer;background-color:#06c;border:none;border-radius:4px;width:100%;padding:.75rem;font-size:1rem;font-weight:700;transition:background-color .2s}button[type=submit]:hover:not(:disabled){background-color:#0052a3}button[type=submit]:disabled{cursor:not-allowed;background-color:#99c2eb}.admin-layout{background-color:#f4f6f9;height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex}.sidebar{color:#fff;background-color:#1e293b;flex-direction:column;width:250px;display:flex}.sidebar .p-4{padding:1rem}.sidebar-nav{flex-direction:column;gap:.5rem;padding:1rem;display:flex}.sidebar-link{color:#fff;border-radius:4px;padding:.75rem;text-decoration:none}.sidebar-link:hover{background-color:#334155}.admin-main{flex-direction:column;flex:1;display:flex}.topbar{background-color:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.topbar button{color:#fff;cursor:pointer;background-color:#ef4444;border:none;border-radius:4px;padding:.5rem 1rem}.topbar button:hover{background-color:#dc2626}.admin-content{flex:1;padding:1.5rem;overflow-y:auto}.admin-loading{color:#555;justify-content:center;align-items:center;height:100vh;font-size:1.25rem;display:flex}
