*{padding:0;margin:0;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.color-red{color:var(--red)}.color-darkblue{color:var(--darkBlue)}.font-bold{font-weight:700}.float-icon{position:fixed;display:flex;bottom:24px;right:12px;flex-direction:column;gap:12px;z-index:10000}.page{position:relative;padding:0 100px;min-height:100vh}.ornament{position:absolute}.btn{padding:16px 32px;border:2px solid var(--red);border-radius:12px;font-size:14px;font-weight:600;color:#3c3c3c}.btn.sm{padding:10px 24px;border-radius:8px;font-weight:500;font-size:12px}.btn.on{background:var(--red);color:#fff;path{fill:#413f3f}}.btn.default{color:var(--darkBlue);border-color:#e2e7ee;path{fill:#413f3f}}.btn.off{background:#413f3f;border:2px solid #413f3f;color:#fff;path{fill:#fff}}.btn.off.border{background:none;color:#4b4b4b}.wrapper{display:flex;min-height:100vh;flex-direction:column;justify-content:space-between}.welcome-badge{position:relative;display:inline-block;background:rgba(223,50,49,.1);color:var(--red);font-size:13px;font-weight:600;border-radius:24px;margin-bottom:5px;padding:6px 16px 6px 32px}.welcome-badge:before{content:"";position:absolute;top:50%;left:12px;transform:translateY(-50%);width:8px;height:8px;background:var(--red);border-radius:50%;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:translateY(-50%) scale(1);opacity:1}to{transform:translateY(-50%) scale(1.5);opacity:0}}.page.home-page{display:flex;padding-top:120px;padding-bottom:30px;min-height:auto;align-items:center;justify-content:space-between;color:#4b4b4b;gap:48px;.content{h1{font-weight:700;font-size:55px}p{font-size:18px;font-weight:400;color:var(--softBlue)}ul{display:flex!important;margin:24px 0 32px;align-items:center;gap:18px;li{list-style:none!important;display:flex!important;gap:6px;font-size:15px;img{width:20px;height:20px}}}.cta{display:flex!important;gap:24px}}.banner{img{width:40vw;object-fit:cover}}}.flow-page{position:relative;padding:30px 100px;background:#f9fafc;.ornament{top:-30%;left:0;height:150%;opacity:.5}header{text-align:center;color:#4b4b4b;h2{font-weight:700;font-size:28px}}.flow{position:relative;display:flex;padding:45px 72px;justify-content:space-between;align-items:flex-start;img{position:absolute;object-fit:cover}img:nth-child(2){left:25%;width:300px;transform:translateY(-72px) translateX(-25%)}img:nth-child(4){left:75%;width:325px;transform:translateY(-85px) translateX(-75%)}.box{display:flex;min-width:250px;max-width:250px;flex-direction:column;justify-content:center;align-items:center;gap:18px;text-align:center;line-height:28px;color:var(--darkBlue);.number{display:flex;width:64px;height:64px;justify-content:center;align-items:center;border-radius:12px;font-size:28px;font-weight:600;box-shadow:0 4px 12px rgba(0,0,0,.1);background:#fff;color:var(--darkBlue);&.last{background:var(--red)!important;color:#fff!important}}}}}.page.armada{padding:64px 100px 72px;background:var(--darkBlue);header{text-align:center;color:#fff;h2{font-size:32px;font-weight:600}}.card-container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;padding:64px 0}.btn.more{display:block;width:max-content;margin:0 auto}}.slider{padding-right:100px}.page.testimoni{min-height:0;overflow:hidden;padding:72px 100px 132px;background:#f9fafc;.ornament{top:-20%;left:0;width:250px;opacity:.2}header{text-align:center;h2{font-weight:600;font-size:32px;color:var(--darkBlue)}margin-bottom:100px}.slider{position:relative;display:flex;flex-wrap:nowrap;gap:24px;overflow-x:scroll;z-index:1;padding-bottom:10px}.slider::-webkit-scrollbar{height:0}}.page.faq{min-height:0;padding:72px 100px 125px;background:var(--darkBlue);.ornament.left-corner{bottom:32px;left:28px;width:100px;height:100px}.ornament.center{top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px}header{margin-bottom:48px;font-size:24px;color:#fff;text-align:center;h2{font-weight:600}}.faq-container{display:flex;flex-wrap:wrap;gap:48px;width:70%;margin:0 auto;.col{flex:1 1}.box{width:100%;background:none;outline:none;margin-bottom:14px;border:none;border-bottom:1px solid hsla(0,0%,100%,.2);overflow:hidden;cursor:pointer;.question{pointer-events:none;display:flex;padding:18px 8px;justify-content:space-between;gap:24px;font-size:19px;color:#fff;span{display:block;text-align:left;line-height:24px;color:#fff}}.answer{background:#224d71;pointer-events:none;display:none;text-align:left;padding:20px 32px;line-height:28px;font-size:15px;font-weight:400;color:#fff;opacity:.9}}.box.active{.answer{display:block}svg{transform:rotate(180deg)}}}}.artikel.page{padding:72px 100px 132px;min-height:max-content;background:#f9fafc;header{display:flex;margin-bottom:48px;justify-content:space-between;align-items:center;color:var(--darkBlue);h2{font-size:32px}}.article-container{display:flex;gap:32px;overflow-x:auto}}.search{position:relative;display:flex;flex-wrap:nowrap;input{width:100%;padding-left:54px;outline:none;border:2px solid #b4b4b4;border-top-left-radius:8px;border-bottom-left-radius:8px;font-size:18px;color:#646464}input:focus{border:2px solid var(--red)}button{padding:20px 54px;min-width:max-content;border-radius:0!important;border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.placeholder{position:absolute;display:flex;top:50%;left:18px;transform:translateY(-50%);align-items:center;gap:18px;pointer-events:none;color:#969696}.placeholder.min{max-width:25px;overflow:hidden}}.page.main-artikel,.page.sewa{padding:132px 100px 124px;header{margin-bottom:64px;text-align:center;font-size:24px;h2{font-weight:600}}}.new-artikel{padding-left:0!important;padding-right:0!important;padding-bottom:0!important;min-height:max-content;.search{margin-left:auto;margin-right:auto;max-width:calc(100vw - 200px)}.header{display:flex;margin-bottom:32px;justify-content:space-between;align-items:center;p{font-size:32px;color:var(--darkBlue);font-weight:600}}.slider-control{display:flex;padding-right:90px;align-items:center;gap:3px;button{border:none;outline:none;background:none;path{fill:var(--red)}}button.last{path{fill:#b4b4b4}}}.slider{display:flex;flex-wrap:nowrap;overflow-x:scroll;gap:28px}.slider::-webkit-scrollbar{width:0}.new-container{margin-top:54px;padding-left:100px;padding-right:0}.other-container{position:relative;margin-top:100px;padding:32px 0 48px 100px;.header{padding-right:100px;a{font-size:15px;text-decoration:underline;color:var(--red)}}.bg{position:absolute;top:0;left:0;width:100%;height:100%;background:#f9fafc;border-top-right-radius:500px;z-index:-1}.slider-control{width:max-content;margin:24px auto 0}}}.page.detail-artikel{padding:154px 100px;header{width:100%;margin-bottom:30px;position:relative;padding-bottom:30px;&:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,rgba(0,0,0,.1),rgba(0,0,0,.05),transparent)}h1{font-size:36px;font-weight:700;line-height:1.3;color:#333;margin-bottom:24px;position:relative;&:after{content:"";position:absolute;bottom:-12px;left:0;width:70px;height:3px;background-color:var(--red)}}.meta-info{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-top:25px}.author{display:inline-flex;align-items:center;font-size:15px;color:#555;margin-bottom:10px;img{width:20px;height:20px;margin-right:10px}}.datetime{font-size:15px;color:#777}}}.page.tag{padding:154px 100px;header{margin-bottom:54px;h2{font-weight:600;font-size:32px;color:#4b4b4b}}}.page.galeri{padding:132px 100px;header{text-align:center;h2{font-weight:600;font-size:32px}}}.page.kontak{padding:132px 0;header{text-align:center;h2{font-weight:600;font-size:32px}}}.pagination{display:flex;margin-top:54px;justify-content:flex-end;align-items:center;gap:12px;button{cursor:pointer}button.disabled{cursor:not-allowed}.next-prev{border:none;outline:none;background:none;font-size:15px}.next-prev.disabled{color:#969696}.page-level{display:flex;align-items:stretch;gap:5px;button{flex:1 1;width:40px;height:40px;border-radius:12px;border:2px solid #ebebeb;background:none;font-size:15px;color:#000}button.current{background:var(--red);border:2px solid var(--red);color:#fff}}}.error{position:fixed;display:flex;align-items:center;gap:8px;top:100px;right:12px;padding:24px;width:350px;z-index:10000000000000;background:#fff;border:none;outline:none;text-align:left;box-shadow:5px 5px 15px rgba(0,0,0,.05);border-left:5px solid var(--red);font-weight:500;font-size:14px;cursor:pointer;color:#646464}.page.detail-mobil{padding:154px 100px}.page.detail-mobil .ornament{position:absolute;top:0;left:0;opacity:.3;z-index:0}.page.detail-mobil header{position:relative;margin-bottom:48px;z-index:1}.page.detail-mobil header h3{font-weight:600;font-size:48px;color:#413f3f}.page.detail-mobil .main-content{position:relative;display:grid;grid-template-columns:480px 1fr;grid-gap:48px;gap:48px;margin-bottom:64px;z-index:1}.page.detail-mobil .left-column{position:-webkit-sticky;position:sticky;top:120px;height:-moz-fit-content;height:fit-content}.page.detail-mobil .car-image{border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1);background:#fafafa}.page.detail-mobil .car-image img{width:100%;height:auto;display:block;object-fit:contain}.page.detail-mobil .right-column{display:flex;flex-direction:column;gap:32px}.page.detail-mobil .color-info{display:flex;align-items:center;gap:10px;padding:12px 20px;background:#fafafa;border-radius:24px;width:-moz-fit-content;width:fit-content;font-size:15px;color:#646464}.page.detail-mobil .price-badge{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:24px 28px;background:var(--red);border-radius:12px;color:var(--white)}.page.detail-mobil .price-info{display:flex;flex-direction:column;gap:4px}.page.detail-mobil .price-badge .label{font-size:13px;opacity:.85;font-weight:500}.page.detail-mobil .price-badge .price{font-size:36px;font-weight:700;line-height:1.1}.page.detail-mobil .price-badge .per-day{font-size:14px;opacity:.85}.page.detail-mobil .btn-whatsapp{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 24px;background:#25d366;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(37,211,102,.3);white-space:nowrap;flex-shrink:0}.page.detail-mobil .btn-whatsapp:hover{background:#20ba5a;transform:translateY(-2px);box-shadow:0 6px 20px rgba(37,211,102,.4)}.page.detail-mobil .btn-whatsapp:active{transform:translateY(0)}.page.detail-mobil .btn-whatsapp svg{width:20px;height:20px;flex-shrink:0}.page.detail-mobil .specifications{background:#fafafa;padding:28px;border-radius:12px;border:1px solid #f0f0f0}.page.detail-mobil .specifications h4{font-weight:600;font-size:18px;color:#413f3f;margin-bottom:20px}.page.detail-mobil .spec-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:0;gap:0;grid-column-gap:32px;column-gap:32px}.page.detail-mobil .spec-row{display:flex;justify-content:space-between;align-items:center;padding:16px 12px;border-bottom:1px solid #e6e6e6;transition:background .2s}.page.detail-mobil .spec-row:hover{background:#fff}.page.detail-mobil .spec-left{display:flex;align-items:center;gap:12px}.page.detail-mobil .spec-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.page.detail-mobil .spec-icon svg{width:20px;height:20px;fill:#646464}.page.detail-mobil .spec-label{font-size:15px;color:#505050;font-weight:400}.page.detail-mobil .spec-value{font-size:15px;color:#413f3f;font-weight:600;text-align:right;white-space:nowrap}.page.detail-mobil .description h4{font-weight:600;font-size:20px;color:#413f3f;margin-bottom:16px}.page.detail-mobil .description-content{line-height:28px;font-size:16px;color:#646464}.page.detail-mobil .description-content p{margin-bottom:12px}.page.detail-mobil .description-content strong{color:#413f3f;font-weight:600}.page.detail-mobil .pricing-table{margin-bottom:48px}.page.detail-mobil .pricing-table h4{margin-bottom:24px;font-weight:600;font-size:24px;color:#413f3f}.page.detail-mobil .pricing-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06)}.page.detail-mobil .pricing-table thead{background:#413f3f;color:#fff}.page.detail-mobil .pricing-table th{padding:16px 20px;text-align:left;font-weight:600;font-size:14px;text-transform:uppercase}.page.detail-mobil .pricing-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background .2s}.page.detail-mobil .pricing-table tbody tr:hover{background:#fafafa}.page.detail-mobil .pricing-table tbody tr:last-child{border-bottom:none}.page.detail-mobil .pricing-table td{padding:16px 20px;font-size:15px;color:#646464}.page.detail-mobil .pricing-table td.price{font-weight:700;font-size:18px}.page.detail-mobil .other-car{margin-top:80px}.page.detail-mobil .other-car .header{margin-bottom:32px}.page.detail-mobil .other-car .header p{font-weight:600;font-size:24px;color:#413f3f}.page.detail-mobil .other-car .container{display:flex;flex-wrap:wrap;gap:24px}.page.not-found{display:flex;padding:0 100px;min-height:110vh;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;overflow:hidden}.page.not-found .ornament{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;opacity:.1;z-index:0}.page.not-found .content{position:relative;z-index:1;max-width:600px}.page.not-found .error-code{font-size:120px;font-weight:700;color:var(--red);line-height:1;margin-bottom:24px;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.page.not-found h2{font-size:32px;font-weight:600;color:#413f3f;margin-bottom:16px}.page.not-found p{font-size:18px;line-height:28px;color:#646464;margin-bottom:48px}.page.not-found .cta-buttons{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:64px}.page.not-found .help-section{padding-top:48px;border-top:1px solid #e6e6e6}.page.not-found .help-section p{font-size:16px;color:#646464;margin-bottom:20px}.page.not-found .contact-info{display:flex;gap:32px;justify-content:center;align-items:center;flex-wrap:wrap}.page.not-found .contact-link{display:flex;align-items:center;gap:10px;font-size:15px;color:var(--red);text-decoration:none;transition:all .3s ease}.page.not-found .contact-link:hover{color:#c2a137;transform:translateY(-2px)}.page.not-found .contact-link svg{width:20px;height:20px;flex-shrink:0}.page.not-found .divider{width:1px;height:20px;background:#c8c8c8}@media (max-width:1300px){.page{padding:0 64px}.page.kontak{header{h2{font-size:24px}}}.page.home-page{.content{h1{min-width:max-content;font-size:48px}p{font-size:18px}ul{gap:12px;li{gap:8px;font-size:13px}}.cta{gap:8px}}.banner{display:flex;justify-content:center}}.btn{padding:12px 24px;border-radius:8px;font-size:13px}.btn,.btn.sm{font-weight:500}.btn.sm{padding:8px 18px;border-radius:5px;font-size:10px}.flow-page{position:relative;padding:0 100px;margin-top:32px;.ornament{top:-30%;left:0;height:150%}header{text-align:center;color:#4b4b4b;h2{font-weight:600}}.flow{img:nth-child(2){left:22%;width:200px;transform:translateY(-32px)}img:nth-child(4){left:75%;width:225px;transform:translateY(-55px) translateX(-75%)}.box{min-width:250px;max-width:250px;.number{width:54px;height:54px;border-radius:8px;font-size:24px}p{font-size:14px}}}}.page.armada{padding:32px 64px 64px;header{text-align:center;color:#fff;h2{font-size:24px;font-weight:500}}.card-container{display:flex;flex-wrap:wrap;justify-content:center;padding:32px 0;gap:24px}.btn.more{display:block;width:max-content;margin:0 auto}}.page.testimoni{padding:48px 64px 100px;min-height:0;header{h2{font-size:28px}margin-bottom:100px}}.page.faq{padding:64px;.ornament.left-corner{width:72px;height:72px}.ornament.center{width:200px;height:200px}header{margin-bottom:48px;font-size:18px}.faq-container{gap:32px;.box{.question{font-weight:500;font-size:18px}.answer{font-size:14px}}}}.artikel.page{padding:54px 64px;header{display:flex;margin-bottom:32px;h2{font-size:28px}}.article-container{gap:18px}}.page.main-artikel,.page.sewa{padding:132px 64px;header{margin-bottom:32px;font-size:18px;h2{font-weight:500}}}.page.galeri{padding:132px 64px;header{h2{font-size:28px}}}.page.detail-artikel{padding:154px 64px;header{h3{font-size:32px}.author,.datetime{font-size:14px}}}.page.tag{padding:148px 64px;header{h2{font-size:24px}}}.search{input{padding-left:46px;border-top-left-radius:5px;border-bottom-left-radius:5px;font-size:14px}button{padding:16px 48px;border-top-right-radius:5px!important;border-bottom-right-radius:5px!important}.placeholder{font-size:14px;gap:10px;img{width:18px;height:18px}}}.slider{padding-right:64px}.page.detail-mobil{padding:154px 64px}.page.detail-mobil header h3{font-size:36px}.page.detail-mobil .main-content{gap:32px}.page.detail-mobil .price-badge .price{font-size:28px}.page.detail-mobil .spec-list{grid-template-columns:repeat(3,1fr)}.page.not-found{padding:0 64px}.page.not-found .error-code{font-size:100px}.page.not-found h2{font-size:28px}.page.not-found p{font-size:16px}}@media (max-width:1000px){.page.home-page{flex-direction:column-reverse;.content{padding-top:0;text-align:center;ul{margin:24px auto 32px}.cta,ul{width:max-content}.cta{margin-left:auto;margin-right:auto}}.banner{img{width:50vw}}}.flow-page{margin-top:72px;padding:0 48px;.flow{flex-wrap:wrap;justify-content:center;gap:48px 12px;img:nth-child(2),img:nth-child(4){display:none}}}.page.faq{.faq-container{flex-wrap:wrap;gap:24px;.col{min-width:min-content}.box{min-width:250px;.question{padding:18px 8px;gap:24px;font-size:16px}.answer{padding:0 8px 24px;line-height:24px}}}}.page.detail-mobil .main-content{grid-template-columns:1fr;gap:32px}.page.detail-mobil .left-column{position:relative;top:0;max-width:100%}.page.detail-mobil .spec-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:800px){.artikel.page{.article-container{flex-wrap:wrap}}.search{input{padding-top:16px;padding-bottom:16px;border-radius:8px}button{display:none}.placeholder{max-width:85%;text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis}}.page.detail-artikel{header{max-width:75%}}.page.detail-mobil{padding:120px 48px}.page.detail-mobil header h3{font-size:28px}.page.detail-mobil .spec-list{grid-template-columns:1fr}}@media (max-width:600px){.welcome-badge{margin-bottom:24px}.new-artikel{.other-container{margin-top:0;padding:42px 0 42px 32px;.header{padding-right:32px}}.slider{gap:16px}}.page{padding:0 32px}.page.tag{padding:132px 32px}.btn{padding:10px 22px;border-radius:5px;font-size:12px}.page.detail-artikel{padding:132px 32px}.page.home-page{min-height:100vh;padding-top:0;justify-content:center;gap:54px;.content{h1{margin-bottom:12px;font-size:clamp(24px,7vw,32px);line-height:1.2;font-weight:700;text-align:center;width:100%;word-wrap:break-word}p{margin-bottom:48px;line-height:24px;font-size:16px}ul{text-align:left;width:min-content;min-width:300px;margin:18px auto 54px;li{align-items:flex-start;gap:5px;line-height:20px;font-size:12px;img{width:18px;height:18px}}}.cta{gap:12px}}.banner{img{margin-top:100px;width:85vw}}}.flow-page{display:flex;padding:32px;margin-top:0;flex-direction:column;justify-content:center;.ornament{top:-15%;height:75%}header{text-align:center;color:#4b4b4b;h2{font-size:24px}}.flow{gap:40px;padding-bottom:64px;padding-top:32px;.box{min-width:200px;max-width:200px;gap:12px;.number{width:64px;height:64px;border-radius:10px;font-size:18px}p{line-height:22px;font-size:15px}}}}.page.armada{padding:32px 16px;min-height:auto;.card-container{gap:18px;flex-wrap:nowrap;justify-content:flex-start;overflow-x:scroll;padding-bottom:0;margin-bottom:32px}}.page.testimoni{padding:72px 0 72px 24px;min-height:0;header{padding-right:24px;margin-bottom:54px}.slider{.slider-content{min-width:calc(100% - 32px)}}.ornament{top:-25%;left:0;width:200px}}.page.faq{padding:32px 32px 72px;.ornament.left-corner{width:50px;height:50px}.ornament.center{width:180px;height:180px}header{margin-bottom:32px;font-size:18px}.faq-container{gap:0;width:90%;.box{.question{font-weight:400;font-size:14px}.answer{padding:10px;font-size:13px}}}}.page.galeri{padding:100px 32px;header{h2{font-size:24px}}}.btn.sm{padding:5px 14px;border-radius:3px;font-size:10px}.page.artikel{padding:32px;header{h2{font-size:18px}}}.page.main-artikel,.page.sewa{padding:125px 32px;header{margin-bottom:28px;h2{font-size:24px}}}.pagination{transform:scale(.9) translateX(16px)}.page.detail-artikel{header{max-width:100%;margin-bottom:32px;h3{margin-bottom:32px}.author{margin-bottom:18px}}}.slider{padding-right:32px}.page.detail-mobil{padding:90px 20px 60px}.page.detail-mobil .ornament{display:none}.page.detail-mobil header{margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #f0f0f0}.page.detail-mobil header h3{font-size:22px;line-height:1.3;margin-bottom:0;font-weight:700}.page.detail-mobil .main-content{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}.page.detail-mobil .left-column{width:100%;order:1}.page.detail-mobil .car-image{border-radius:12px;background:#f8f8f8;box-shadow:0 2px 12px rgba(0,0,0,.08)}.page.detail-mobil .car-image img{width:100%;height:auto}.page.detail-mobil .right-column{width:100%;order:2;gap:16px}.page.detail-mobil .price-badge{position:-webkit-sticky;position:sticky;top:70px;z-index:100;flex-direction:column;align-items:stretch;gap:12px;padding:18px 20px;border-radius:12px;box-shadow:0 4px 16px rgba(244,197,93,.4)}.page.detail-mobil .price-info{width:100%;gap:2px}.page.detail-mobil .price-badge .label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;opacity:.8}.page.detail-mobil .price-badge .price{font-size:28px;font-weight:800;line-height:1;margin:4px 0}.page.detail-mobil .price-badge .per-day{font-size:13px;font-weight:500;opacity:.75}.page.detail-mobil .btn-whatsapp{width:100%;padding:14px 20px;font-size:15px;font-weight:700;border-radius:10px;box-shadow:0 4px 12px rgba(37,211,102,.35)}.page.detail-mobil .btn-whatsapp svg{width:22px;height:22px}.page.detail-mobil .specifications{background:#fff;padding:18px 16px;border-radius:12px;border:1px solid #ebebeb;box-shadow:0 2px 8px rgba(0,0,0,.04)}.page.detail-mobil .specifications h4{font-size:17px;font-weight:700;margin-bottom:14px;color:#282828;padding-bottom:10px;border-bottom:2px solid #f5f5f5}.page.detail-mobil .spec-list{display:flex;flex-direction:column;gap:0;grid-template-columns:1fr}.page.detail-mobil .spec-row{display:flex;justify-content:space-between;align-items:center;padding:13px 4px;border-bottom:1px solid #f5f5f5}.page.detail-mobil .spec-row:last-child{border-bottom:none;padding-bottom:0}.page.detail-mobil .spec-row:first-child{padding-top:0}.page.detail-mobil .spec-row:hover{background:none}.page.detail-mobil .spec-left{display:flex;align-items:center;gap:10px;flex:1 1;min-width:0}.page.detail-mobil .spec-icon{width:22px;height:22px;flex-shrink:0}.page.detail-mobil .spec-icon svg{width:18px;height:18px;fill:#646464}.page.detail-mobil .spec-label{font-size:13px;color:#5a5a5a;font-weight:500;line-height:1.4}.page.detail-mobil .spec-value{font-size:14px;font-weight:700;color:#282828;text-align:right;white-space:nowrap;margin-left:12px}.page.detail-mobil .description{background:#fff;padding:18px 16px;border-radius:12px;border:1px solid #ebebeb;box-shadow:0 2px 8px rgba(0,0,0,.04)}.page.detail-mobil .description h4{font-size:17px;font-weight:700;margin-bottom:12px;color:#282828;padding-bottom:10px;border-bottom:2px solid #f5f5f5}.page.detail-mobil .description-content{font-size:14px;line-height:1.7;color:#464646}.page.detail-mobil .description-content p{margin-bottom:12px}.page.detail-mobil .description-content p:last-child{margin-bottom:0}.page.detail-mobil .description-content strong{color:#282828;font-weight:700}.page.detail-mobil .pricing-table{margin-top:24px;margin-bottom:32px;background:#fff;padding:18px 0;border-radius:12px;border:1px solid #ebebeb;box-shadow:0 2px 8px rgba(0,0,0,.04);overflow:hidden}.page.detail-mobil .pricing-table h4{font-size:17px;font-weight:700;margin-bottom:14px;color:#282828;padding:0 16px 10px;border-bottom:2px solid #f5f5f5}.page.detail-mobil .pricing-table .table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0;padding:0 16px;scrollbar-width:thin;scrollbar-color:#c8c8c8 #f5f5f5}.page.detail-mobil .pricing-table .table-wrapper::-webkit-scrollbar{height:6px}.page.detail-mobil .pricing-table .table-wrapper::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.page.detail-mobil .pricing-table .table-wrapper::-webkit-scrollbar-thumb{background:#c8c8c8;border-radius:3px}.page.detail-mobil .pricing-table .table-wrapper::-webkit-scrollbar-thumb:hover{background:#969696}.page.detail-mobil .pricing-table table{width:100%;min-width:550px;border-radius:8px;box-shadow:none;border-collapse:collapse}.page.detail-mobil .pricing-table thead{background:#323232}.page.detail-mobil .pricing-table th{padding:12px 10px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;position:-webkit-sticky;position:sticky;top:0;background:#323232;z-index:10}.page.detail-mobil .pricing-table td{padding:12px 10px;font-size:13px;white-space:nowrap;border-bottom:1px solid #f5f5f5}.page.detail-mobil .pricing-table tbody tr:last-child td{border-bottom:none}.page.detail-mobil .pricing-table td.price{font-weight:800;font-size:14px}.page.detail-mobil .pricing-table:after{margin-top:12px;padding:0 16px;content:"← Geser untuk melihat →";display:block;text-align:center;font-size:11px;color:#969696;margin-top:10px;font-style:italic;font-weight:500}.page.detail-mobil .other-car{margin-top:40px}.page.detail-mobil .other-car .header{margin-bottom:20px}.page.detail-mobil .other-car .header p{font-size:19px;font-weight:700;color:#282828}.page.detail-mobil .other-car .container{display:flex;flex-direction:column;gap:16px}.page.not-found{padding:0 32px}.page.not-found .ornament{width:250px;height:250px}.page.not-found .error-code{font-size:72px;margin-bottom:16px}.page.not-found h2{font-size:24px;margin-bottom:12px}.page.not-found p{font-size:15px;line-height:24px;margin-bottom:32px}.page.not-found .cta-buttons{flex-direction:column;gap:12px;width:100%}.page.not-found .cta-buttons .btn{width:100%}.page.not-found .help-section{padding-top:32px}.page.not-found .help-section p{font-size:14px;margin-bottom:16px}.page.not-found .contact-info{flex-direction:column;gap:16px}.page.not-found .divider{display:none}.page.not-found .contact-link{font-size:14px}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6c177e25b87fd9cd-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6c9a125e97d835e1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/4c285fdca692ea22-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/db911767852bc875-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f10b8e9d91f3edcb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_51684b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_Fallback_51684b;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_51684b{font-family:__Poppins_51684b,__Poppins_Fallback_51684b;font-style:normal}