:root{--color-primary:#1a7bbc;--color-primary-hover:#156296;--color-secondary:#248cd6;--color-dark:#0f3652;--bg-white:#fff;--bg-light:#f9fafb;--bg-blue-soft:#eff6ff;--bg-blue-light:#dbeafe;--text-main:#1f2937;--text-muted:#4b5563;--text-white:#fff;--text-light-blue:#bfdbfe;--font-main:"Poppins", sans-serif;--container-width:1280px;--border-radius:.75rem;--transition-speed:.3s}html{scroll-behavior:smooth}body{font-family:var(--font-main);color:var(--text-main);background-color:var(--bg-white);-webkit-font-smoothing:antialiased;margin:0;padding:0;line-height:1.6}a{transition:all var(--transition-speed);text-decoration:none}ul{margin:0;padding:0;list-style:none}img{max-width:100%;height:auto;display:block}.logo a{color:var(--color-primary);align-items:center;font-size:1.5rem;font-weight:700;display:flex}.logo img{object-fit:contain;width:auto;height:70px}.container{max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}.section-padding{padding:5rem 0}.grid{gap:2rem;display:grid}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.grid-5{grid-template-columns:repeat(2,1fr)}@media (width>=768px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr);gap:1.5rem}}.items-center{align-items:center}.text-center{text-align:center}.mt-large{margin-top:3rem}.mb-large{margin-bottom:3rem}.hide-mobile{display:none}@media (width>=768px){.hide-mobile{display:block}}.bg-light{background-color:var(--bg-light)}.bg-blue-soft{background-color:var(--bg-blue-soft)}.bg-yellow-soft{background-color:#fef3c7}.text-primary{color:var(--color-primary)}.text-yellow{color:#d97706}.text-white{color:var(--text-white)}.text-light{color:var(--text-light-blue)}.subtitle{color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.section-header h2{margin:0;font-size:1.875rem;font-weight:700}.divider{background:var(--color-primary);border-radius:2px;width:4rem;height:4px;margin:1rem auto}.btn{cursor:pointer;text-align:center;border:none;border-radius:9999px;padding:.75rem 2rem;font-weight:600;display:inline-block}.btn-light{background:var(--bg-white);color:var(--color-primary);box-shadow:0 4px 6px #0000001a}.btn-light:hover{background:var(--bg-light)}.btn-primary{background:var(--color-primary);color:var(--text-white);box-shadow:0 4px 6px #0000001a}.btn-primary:hover{background:var(--color-primary-hover)}.btn-dark{color:var(--text-white);border-radius:var(--border-radius);background:#1f2937}.btn-dark:hover{background:var(--color-primary)}.block-btn{border-radius:var(--border-radius);width:100%;display:block}.navbar{background:var(--bg-white);z-index:50;position:sticky;top:0;box-shadow:0 4px 6px -1px #0000001a}.nav-container{justify-content:space-between;align-items:center;height:4rem;display:flex}.logo a{color:var(--color-primary);font-size:1.5rem;font-weight:700}.nav-links{gap:2rem;display:none}@media (width>=768px){.nav-links{display:flex}}.nav-links a{color:var(--text-muted);font-weight:600}.nav-links a:hover,.nav-links a.active{color:var(--color-primary)}.hero-section{background:linear-gradient(to right, var(--color-primary), var(--color-secondary));color:var(--text-white);padding:7rem 0 8rem}.hero-content h1{margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2}@media (width>=768px){.hero-content h1{font-size:3rem}}.hero-content .highlight{color:#facc15}.hero-content p{color:var(--text-light-blue);margin-bottom:2rem;font-size:1.125rem}.hero-image{justify-content:center;align-items:center;width:100%;display:flex}.hero-image img{width:100%;max-width:450px;height:auto;margin:0 auto;display:block}.features-section{z-index:10;margin-top:-5rem;padding:0 0 3rem;position:relative}.features-group{background:var(--bg-blue-soft);border-radius:var(--border-radius);border-top:4px solid #60a5fa;grid-template-columns:1fr;display:grid;overflow:hidden;box-shadow:0 10px 15px #0000000d}@media (width>=768px){.features-group{grid-template-columns:repeat(3,1fr)}}.feature-item{text-align:center;transition:background var(--transition-speed);border-bottom:1px solid #bfdbfe;padding:2rem 1.5rem}.feature-item:last-child{border-bottom:none}@media (width>=768px){.feature-item{border-bottom:none;border-right:1px solid #bfdbfe}.feature-item:last-child{border-right:none}}.feature-item:hover{background:#fff9}.feature-item.highlight-item{background:var(--bg-blue-light)}.feature-item .icon{color:var(--color-primary);margin-bottom:.5rem;font-size:2rem}.feature-item h3{margin:0 0 .5rem;font-size:1.125rem}.feature-item p{color:var(--text-muted);margin:0;font-size:.8rem;line-height:1.5}.about-text{max-width:56rem;color:var(--text-muted);margin:0 auto 3rem}.about-text p{margin-bottom:1rem}.about-list{flex-direction:column;gap:2rem;display:flex}.about-item{align-items:flex-start;gap:1rem;display:flex}.icon-box{border-radius:50%;justify-content:center;align-items:center;padding:1rem;font-size:1.5rem;display:flex}.about-item h3{margin-top:0;margin-bottom:.5rem;font-size:1.25rem}.about-item p,.about-item ul{color:var(--text-muted);margin:0}.about-item ul{padding-left:1.2rem;list-style:outside}.products-section{background-color:var(--color-primary)}.product-card{border-radius:var(--border-radius);color:var(--text-white);cursor:pointer;transition:background var(--transition-speed);background:#ffffff1a;padding:1.5rem}.product-card:hover{background:#fff3}.product-card i{margin-bottom:1rem;font-size:2.5rem}.product-card h4{margin:0;font-size:1rem;font-weight:600}.product-card span{opacity:.7;font-size:.75rem;font-weight:400}#layanan .grid-4{max-width:1050px;margin:0 auto 3rem}.pricing-card{background:var(--bg-white);border-radius:var(--border-radius);text-align:center;transition:transform var(--transition-speed);border:none;flex-direction:column;padding:0;display:flex;overflow:hidden;box-shadow:0 4px 10px #00000014}.pricing-card.disabled-card{opacity:.6;filter:grayscale();pointer-events:none;transition:all .4s}.pricing-header h3{color:#fff;background:#1a7bbc;margin:0;padding:1rem 1rem .25rem;font-size:1.25rem}.pricing-header .terms{color:#fff;background:#156296;margin:0;padding:.25rem 1rem .75rem;font-size:.7rem;font-style:italic}.pricing-body{background:#f8fafc;flex-direction:column;flex:1;padding:1.25rem;display:flex}.pricing-body .price{color:var(--text-main);margin-bottom:1rem;font-size:2rem;font-weight:800}.pricing-body .currency{vertical-align:top;font-size:1rem}.pricing-body .decimals{font-size:1.25rem}.pricing-body .period{color:#6b7280;margin-top:.25rem;font-size:.8rem;font-weight:400;display:block}.features-list{text-align:center;flex:1;margin-bottom:1.5rem}.features-list li{color:var(--text-muted);border-bottom:1px solid #e5e7eb;justify-content:center;align-items:center;margin-bottom:0;padding:.5rem 0;font-size:.875rem;display:flex}.features-list li:last-child{border-bottom:none}.features-list i{color:#10b981;margin-right:.5rem}.pricing-card.popular{z-index:10;position:relative;transform:scale(1.03);box-shadow:0 10px 10px #00000026}.pricing-card.popular .badge{color:#fff;z-index:20;background:#f59e0b;padding:.5rem 3rem;font-size:.7rem;font-weight:700;position:absolute;top:15px;right:-45px;transform:rotate(45deg)}.ultimate-card{width:100%;max-width:24rem;margin:0 auto}.terms-wrapper{border-radius:var(--border-radius);background:#1a7bbc;border:none;max-width:900px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000001a}.terms-box{z-index:10;background:0 0;padding:3rem;position:relative}.terms-box h3{color:#fff;margin-top:0;margin-bottom:1.5rem;font-size:1.5rem}.terms-list li{color:#f0f9ff;align-items:center;margin-bottom:1rem;font-weight:500;display:flex}.terms-list i{color:#facc15;margin-right:.75rem;font-size:1.25rem}.terms-bg{z-index:1;opacity:.6;pointer-events:none;width:60%;position:absolute;top:50%;right:-5%;transform:translateY(-50%)}@media (width<=768px){.terms-box{padding:2rem}.terms-bg{width:80%;right:-15%}}.contact-section{background:var(--color-primary);color:var(--text-white)}.contact-section .subtitle{color:#facc15}.contact-section h2{color:var(--text-white)}.contact-info p{color:#ffffffe6;margin-bottom:2rem}.contact-list li{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.contact-list .icon-box{color:var(--text-white);width:auto;height:auto;margin-top:2px;padding:0;font-size:1.5rem;background:0 0!important}.contact-list h4{color:var(--text-white);margin:0 0 2px;font-size:1rem;line-height:1.2}.contact-list p,.contact-list a{color:#ffffffe6;margin:0;font-size:.875rem}.contact-list a:hover,.contact-list .bullet-address i{color:#facc15}@media (width>=768px){.footer-content{flex-direction:row;justify-content:space-between}}.contact-form{background:var(--bg-white);border-radius:var(--border-radius);padding:2rem;box-shadow:0 10px 15px #0000000d}.contact-form input,.contact-form select,.contact-form textarea{border-radius:var(--border-radius);box-sizing:border-box;width:100%;transition:border-color var(--transition-speed);border:1px solid #d1d5db;margin-bottom:1rem;padding:.75rem 1rem;font-family:inherit;font-size:1rem}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 2px #34a85333}footer{background:var(--color-dark);color:var(--text-white);border-top:1px solid #ffffff1a;padding:1rem 0}.footer-content{flex-direction:column;align-items:center;gap:1rem;display:flex}@media (width>=768px){.footer-content{flex-direction:row;justify-content:space-between}}.copyright{color:#bfdbfe;font-size:.875rem}.social-links{gap:1rem;display:flex}.social-links a{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.social-links a:hover{background:#fff3}.chat-widget-container{z-index:9999;font-family:var(--font-main);width:65px;height:65px;position:fixed;bottom:30px;right:50px}.chat-fab{background:linear-gradient(135deg, var(--color-primary), var(--color-dark));width:100%;height:100%;box-shadow:none;cursor:pointer;z-index:10002;-webkit-tap-highlight-color:transparent;border:2px solid #fff;border-radius:50%;outline:none;justify-content:center;align-items:center;transition:transform .3s,background-color .3s;display:flex;position:relative}.chat-fab:hover{box-shadow:none;transform:scale(1.05)}.chat-fab.active{box-shadow:none;background:linear-gradient(135deg,#dc3545,#a71d2a);border:1px solid #fff;transform:rotate(90deg)}.chat-fab svg{transition:all .4s ease-in-out;position:absolute}.chat-fab .icon-chat{opacity:1;transform:rotate(0)scale(1)}.chat-fab .icon-close{opacity:0;transform:rotate(-90deg)scale(.5)}.chat-fab.active .icon-chat{opacity:0;transform:rotate(90deg)scale(.5)}.chat-fab.active .icon-close{opacity:1;transform:rotate(0)scale(1)}.chat-label{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:max-content;color:var(--color-dark);pointer-events:none;z-index:10000;background:#fffffff2;border-radius:20px;padding:6px 15px;font-size:.9rem;font-weight:700;transition:opacity .3s;animation:3s ease-in-out infinite floatUp;position:absolute;bottom:80px;right:50%;transform:translate(50%);box-shadow:0 4px 10px #0000001a}@keyframes floatUp{0%,to{transform:translate(50%)translateY(0)}50%{transform:translate(50%)translateY(-5px)}}.chat-window{background-color:var(--bg-white);transform-origin:100% 100%;opacity:0;visibility:hidden;z-index:10001;border-radius:15px;flex-direction:column;width:350px;height:500px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;bottom:80px;right:0;overflow:hidden;transform:scale(.9);box-shadow:0 5px 30px #0003}.chat-window.active{opacity:1;visibility:visible;transform:scale(1)}.chat-header{background:var(--color-primary);color:var(--text-white);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:12px 15px;display:flex}.header-profile-wrapper{align-items:center;gap:12px;display:flex}.chat-name{font-size:1rem;font-weight:700}.status-text{opacity:.8;font-size:.75rem}.status-wrapper{justify-content:flex-start;align-items:center;gap:6px;margin-top:2px;display:flex}.status-dot{background-color:#f59e0b;border-radius:50%;flex-shrink:0;width:8px;height:8px;display:block}.status{color:#e2e8f0;margin:0;padding:0;font-size:.75rem;line-height:1}.dot-connecting{background:#facc15;box-shadow:0 0 5px #facc1599}.dot-online{background:#0f4;box-shadow:0 0 5px #0f49}.dot-standby{background:#f59e0b;box-shadow:0 0 5px #f59e0b99}.chat-footer{background:#fff;border-top:1px solid #eee;gap:10px;padding:10px;display:flex}.chat-footer input{border:1px solid #ddd;border-radius:20px;outline:none;flex:1;padding:10px 15px}.chat-footer input:focus{border-color:var(--color-primary)}.chat-footer button{background:var(--color-primary);cursor:pointer;color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.chat-footer button:hover{background:var(--color-dark)}.chat-body{background-color:var(--bg-light);scroll-behavior:smooth;scrollbar-width:thin;flex-direction:column;flex:1;gap:0;padding:16px;display:flex;overflow-y:auto}.chat-body .ani,.chat-body .you{word-wrap:break-word;width:fit-content;max-width:85%;margin-top:10px;margin-bottom:0;line-height:1.4;animation:.3s ease-out forwards slideUpFade;position:relative}.chat-body .ani:first-child,.chat-body .you:first-child{margin-top:0}.chat-body .ani+.ani,.chat-body .you+.you{margin-top:2px}.chat-body .ani+.ani{border-top-left-radius:4px}.chat-body .you+.you{border-top-right-radius:4px}.chat-body .ani.text{background:var(--bg-white);color:var(--text-main);border:1px solid #e5e7eb;border-radius:2px 14px 14px;align-self:flex-start;padding:8px 14px}.chat-body .you{background:var(--color-primary);color:var(--text-white);border-radius:14px 2px 14px 14px;align-self:flex-end;padding:8px 14px}@keyframes slideUpFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.chat-window{width:calc(100vw - 48px);height:60vh;bottom:80px;right:0}}.profile-zoom-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:99999;opacity:0;visibility:hidden;background-color:#000000d9;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;transition:all .3s ease-in-out;display:flex;position:fixed;top:0;left:0}.profile-zoom-overlay.active{opacity:1;visibility:visible}.profile-zoom-overlay img{border-radius:20px;max-width:90%;max-height:70vh;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);transform:scale(.8);box-shadow:0 10px 40px #00000080}.profile-zoom-overlay.active img{transform:scale(1)}.close-zoom-text{color:#fff;cursor:pointer;background:#fff3;border-radius:30px;margin-top:20px;padding:8px 24px;font-size:1.1rem;font-weight:600;transition:background .3s}.close-zoom-text:hover{background:#fff6}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:#a0aec0;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#718096}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#a0aec0 var(--bg-light)}.typing-indicator{justify-content:center;align-items:center;height:15px;padding:0 5px;display:flex}.typing-animation{gap:5px;display:flex}.typing-animation span{background-color:var(--color-primary);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typingBounce;display:inline-block}.typing-animation span:first-child{animation-delay:-.32s}.typing-animation span:nth-child(2){animation-delay:-.16s}@keyframes typingBounce{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.chat-window .profile-zoom-overlay img{object-fit:cover;border-radius:50%;box-shadow:0 10px 25px #00000080;width:150px!important;height:150px!important}.avatar-box img{object-fit:cover;border-radius:50%;width:100%;height:100%}.chat-window .profile-zoom-overlay{z-index:999;border-radius:15px;width:100%;height:100%;position:absolute}.chat-window .close-zoom-text{margin-top:15px;padding:6px 16px;font-size:.9rem}.address-container{flex-direction:column;gap:.5rem;display:flex}.bullet-address{align-items:baseline;gap:10px;display:flex}.bullet-address i{color:var(--color-primary);font-size:6px;transform:translateY(-2px)}.address-item .maps-link{margin-top:4px;margin-left:16px;display:inline-block}.legalitas-section{background-color:var(--bg-white);border-top:1px solid #e5e7eb;padding:3rem 0}.legalitas-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin-top:1rem;display:flex}.legalitas-logos img{object-fit:contain;background:0 0;border:none;width:auto;max-width:140px;height:auto;max-height:50px;box-shadow:none!important}@media (width>=768px){.legalitas-logos{gap:4rem}}.modal-overlay{z-index:100000;opacity:0;visibility:hidden;background:#0f3652cc;justify-content:center;align-items:center;width:100vw;height:100vh;transition:all .3s;display:flex;position:fixed;top:0;left:0}.modal-overlay.show{opacity:1;visibility:visible}.modal-content{background:var(--bg-white);border-radius:var(--border-radius);width:90%;max-width:400px;padding:2rem;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);position:relative;transform:scale(.9);box-shadow:0 20px 40px #0003}.modal-overlay.show .modal-content{transform:scale(1)}.btn-method{background:var(--bg-light);width:100%;color:var(--text-main);cursor:pointer;border:1px solid #d1d5db;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:12px;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.btn-method:hover{background:var(--bg-blue-soft);border-color:var(--color-primary);color:var(--color-primary)}.modal-loading-overlay{border-radius:var(--border-radius);width:100%;height:100%;color:var(--color-primary);z-index:10;background:#fffc;justify-content:center;align-items:center;font-weight:700;display:flex;position:absolute;top:0;left:0}.hamburger{color:var(--color-primary);cursor:pointer;font-size:1.5rem;display:none}@media (width<=768px){.hide-desktop{display:block}.nav-links{background:var(--bg-white);flex-direction:column;gap:0;width:100%;max-height:0;transition:max-height .3s ease-in-out;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.nav-links a{border-bottom:1px solid var(--bg-light);box-sizing:border-box;width:100%;padding:1rem 1.5rem}#menu-toggle:checked~.nav-links{max-height:350px}#menu-toggle:checked~.hamburger i:before{content:""}.section-padding{padding:3rem 0}.mt-large{margin-top:2rem}.mb-large{margin-bottom:2rem}.section-header h2{font-size:1.5rem}.hero-section{text-align:center;padding:6rem 0 4rem}.hero-content h1{margin-bottom:1rem;font-size:2rem}.hero-content p{font-size:1rem}.hero-image{display:none}.features-section{margin-top:-2rem}.feature-item{padding:1.25rem 1rem}.feature-item .icon{margin-bottom:.25rem;font-size:1.5rem}.feature-item h3{margin-bottom:.25rem;font-size:1rem}.feature-item p{font-size:.75rem}.products-section .grid-5{grid-template-columns:repeat(2,1fr);gap:1rem}.product-card{padding:1rem}.product-card i{margin-bottom:.5rem;font-size:1.8rem}.product-card h4{font-size:.9rem}.product-card:last-child:nth-child(odd){grid-column:1/-1;max-width:50%;margin:0 auto}.pricing-card.popular{border:2px solid #f59e0b;transform:scale(1)}.pricing-card.popular .badge{padding:.3rem 2.5rem;right:-35px}.terms-box{padding:1.5rem}.terms-box h3{font-size:1.25rem}.terms-list li{align-items:flex-start;font-size:.9rem}.terms-list i{margin-top:5px}.terms-bg{opacity:.15;width:100%;right:-40%}.legalitas-logos{gap:1rem}.legalitas-logos img{max-width:90px}.contact-section .grid-2{gap:2.5rem}.contact-list li{text-align:left;flex-direction:row;align-items:flex-start;gap:.75rem}.contact-list .icon-box{flex-shrink:0;width:auto;height:auto;margin-bottom:0;font-size:1.2rem}.address-container{align-items:flex-start}.bullet-address{text-align:left;justify-content:flex-start}.address-item .maps-link{margin-top:4px;margin-left:16px}.chat-widget-container{bottom:20px;right:20px}.chat-label{display:none}.chat-window{width:calc(100vw - 40px);height:65vh;bottom:75px;right:0}.about-item{grid-template-columns:1fr auto 1fr;align-items:center;row-gap:8px;display:grid}.about-item>div:last-child{display:contents}.about-item .icon-box{grid-column:1/2;justify-self:end;margin-bottom:0;margin-right:10px;font-size:1rem;width:35px!important;height:35px!important;padding:0!important}.about-item h3{text-align:center;grid-column:2/3;margin:0}.about-item p{text-align:center;grid-column:1/-1;margin:0}.about-item ul{text-align:left;grid-column:1/-1;justify-self:center;margin:0;padding-left:1.2rem}}#cek-jangkauan{padding:0}.map-wrapper{width:100%;box-shadow:none;border:none;border-radius:0;margin:0;padding:0;display:block;position:relative}#coverageMap{background-color:#e5e5e5;width:100%;height:calc(100vh - 64px)}#pac-input{font-family:var(--font-main);text-overflow:ellipsis;opacity:0;pointer-events:none;background-color:#fff;border:none;border-radius:30px;outline:none;width:350px;max-width:90%;height:50px;margin-top:15px;padding:0 15px 0 45px;font-size:.95rem;font-weight:400;transition:opacity .5s,transform .5s;transform:translateY(-15px);box-shadow:0 4px 15px #00000026}#pac-input.muncul{opacity:1;pointer-events:auto;transform:translateY(0)}#pac-input:focus{box-shadow:0 4px 20px #1a7bbc4d}@media (width<=768px){#coverageMap{height:80vh}#pac-input{width:75%;height:40px;margin-top:10px}}.map-label{text-shadow:1px 1px #fff,-1px -1px #fff,1px -1px #fff,-1px 1px #fff,0 2px 4px #0000004d;border:1px solid var(--color-primary);font-family:var(--font-main);background-color:#ffffffd9;border-radius:20px;padding:3px 10px;transform:translateY(-10px)}.coverage-popup{background-color:var(--bg-white);font-family:var(--font-main);text-align:center;z-index:1000;opacity:0;visibility:hidden;border-radius:50px;justify-content:center;align-items:center;gap:8px;width:max-content;max-width:90%;padding:12px 24px;font-size:.95rem;font-weight:600;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)translateY(20px);box-shadow:0 10px 25px #00000026}.coverage-popup.muncul{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.coverage-popup.success{color:#10b981;border:2px solid #10b981}.coverage-popup.error{color:#dc3545;border:2px solid #dc3545}.nav-links a{color:var(--text-color,#333);padding-bottom:5px;text-decoration:none;position:relative}.nav-links a:after{content:"";background-color:#0d8abc;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-links a:hover:after,.nav-links a:focus:after,.nav-links a:active:after{width:100%}@media (width<=768px){.nav-links{z-index:999;background-color:#fff;flex-direction:column;width:100%;padding:1rem 0;display:none;position:absolute;top:100%;left:0;box-shadow:0 4px 6px #0000001a}.nav-links a{text-align:center;border-bottom:1px solid #f0f0f0;padding:15px 0}#menu-toggle:checked~.nav-links{display:flex}}.history-dot{vertical-align:super;background-color:#ef4444;border-radius:50%;width:7px;height:7px;margin-left:2px;display:inline-block}.history-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:12px;padding:15px;transition:box-shadow .2s}.history-card:hover{box-shadow:0 4px 12px #0000000d}.history-card .title{color:var(--color-primary);justify-content:space-between;align-items:center;margin-bottom:5px;font-weight:700;display:flex}.history-card .status{color:#10b981;background:#d1fae5;border-radius:12px;padding:2px 8px;font-size:.75rem;font-weight:600}.history-card .date{color:#64748b;border-bottom:1px dashed #cbd5e1;margin-bottom:10px;padding-bottom:8px;font-size:.75rem}.history-card .details{color:#475569;justify-content:space-between;margin:4px 0;font-size:.85rem;display:flex}
