.container-carousel{width:100%;background-color:var(--color-bg);display:flex;justify-content:center;min-width:320px;padding:4.5rem 0 3rem;overflow:hidden}.wrapper-carousel{width:90%;max-width:var(--max-width);display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:2rem}.left-carousel{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem}.eyebrow-carousel{display:inline-block;background-color:var(--color-primary-light);color:var(--color-primary-dark);padding:.4rem 1rem;border-radius:999px;font-size:.8rem;font-weight:600}.left-carousel h1{font-size:3rem;font-weight:800;line-height:1.15;color:var(--color-text)}.highlight-carousel{position:relative;color:var(--color-primary);display:inline-block}.squiggle-carousel{position:absolute;left:0;bottom:-8px;width:100%;height:10px}.left-carousel p{font-size:1rem;color:var(--color-text-muted);line-height:1.6;max-width:460px}.cta-carousel{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.5rem}.btn-primary-carousel{background-color:var(--color-primary);color:#fff;padding:.85rem 1.75rem;border-radius:999px;font-weight:600;font-size:.95rem;text-decoration:none;transition:background-color .2s ease}.btn-primary-carousel:hover{background-color:var(--color-primary-dark)}.btn-outline-carousel{border:2px solid var(--color-text);color:var(--color-text);padding:calc(.85rem - 2px) calc(1.75rem - 2px);border-radius:999px;font-weight:600;font-size:.95rem;text-decoration:none;transition:border-color .2s ease,color .2s ease}.btn-outline-carousel:hover{border-color:var(--color-primary);color:var(--color-primary)}.right-carousel{position:relative;display:flex;justify-content:center;align-items:center;min-height:340px}.right-carousel img{width:90%;max-width:460px;height:auto;object-fit:contain;position:relative;z-index:2;filter:drop-shadow(0 20px 30px rgba(0,0,0,.15))}.shape-carousel{position:absolute;border-radius:40px;z-index:1}.shape-carousel--peach{width:300px;height:300px;background-color:var(--color-peach);transform:rotate(20deg);top:-10px;right:8%}.shape-carousel--light{width:200px;height:200px;background-color:var(--color-primary-light);transform:rotate(-15deg);bottom:-10px;left:8%}@media screen and (max-width: 900px){.wrapper-carousel{grid-template-columns:1fr;text-align:center}.left-carousel{align-items:center;order:2}.left-carousel p{max-width:100%}.cta-carousel{justify-content:center}.right-carousel{order:1;min-height:260px}.left-carousel h1{font-size:2.25rem}}@media screen and (max-width: 480px){.container-carousel{padding:3rem 0 2rem}.wrapper-carousel{gap:1.25rem}.left-carousel{gap:1rem}.eyebrow-carousel{padding:.3rem .8rem;font-size:.7rem}.left-carousel h1{font-size:1.2rem;font-weight:700}.left-carousel p{font-size:.8rem;line-height:1.4}.cta-carousel{gap:.75rem;margin-top:.25rem}.btn-primary-carousel,.btn-outline-carousel{padding:.55rem 1.2rem;font-size:.85rem;line-height:1.2}.right-carousel{min-height:200px}.right-carousel img{width:80%;max-width:300px}.shape-carousel--peach{width:200px;height:200px}.shape-carousel--light{width:140px;height:140px}}.container-clients{width:100%;background-color:var(--color-surface);display:flex;justify-content:center;padding:2rem 0 2.5rem}.wrapper-clients{width:90%;max-width:var(--max-width);display:flex;flex-direction:column;align-items:center;gap:1.5rem}.label-row-clients{display:flex;align-items:center;gap:1rem;width:100%;max-width:420px}.line-clients{flex-grow:1;height:1px;background-color:var(--color-border)}.label-clients{font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);white-space:nowrap}.content-clients{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;column-gap:48px;row-gap:1.5rem}.content-clients img{filter:grayscale(1) opacity(.55);transition:filter .25s ease}.content-clients img:hover{filter:grayscale(0) opacity(1)}#koperasi{width:102.87px;height:46px;object-fit:cover}#infovesta{height:46.32px;width:200px;object-fit:cover}#ot{width:85px;height:46px;object-fit:cover}#pan{height:52px;width:123.16px;object-fit:cover}#ssp{width:81.93px;height:66px;object-fit:cover}#lockheed{width:56px;height:56px;object-fit:cover}@media screen and (max-width:768px){.content-clients{column-gap:28px;row-gap:1.25rem}.container-clients{padding:1.75rem 0 2rem}#koperasi{width:72px;height:32px}#infovesta{height:32px;width:140px}#ot{width:60px;height:32px}#pan{height:36px;width:86px}#ssp{width:57px;height:46px}#lockheed{width:40px;height:40px}}@media screen and (max-width:480px){.content-clients{column-gap:20px;row-gap:1rem}#koperasi{width:51px;height:23px}#infovesta{height:23px;width:100px}#ot{width:42px;height:23px}#pan{height:26px;width:61px}#ssp{width:41px;height:33px}#lockheed{width:30px;height:30px}}.container-explore{width:100%;background-color:var(--color-bg);display:flex;justify-content:center;min-width:320px;padding:4rem 0}.wrapper-explore{width:90%;max-width:var(--max-width);display:flex;flex-direction:column;gap:2.5rem}.title-explore{display:flex;flex-direction:column;align-items:center;gap:.5rem}.content-explore{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:0 auto;max-width:100%}@media screen and (max-width:768px){.container-explore{padding:2.5rem 0}.wrapper-explore{gap:1.5rem}.content-explore{gap:.75rem}}.container-cardExplore{position:relative;width:100%;justify-self:center;min-height:240px;border-radius:20px;overflow:hidden;display:flex;align-items:center;text-decoration:none;color:inherit;box-shadow:0 4px 20px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.container-cardExplore:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001a}.container-cardExplore.bg-peach{background-color:var(--color-peach)}.container-cardExplore.bg-pink{background-color:var(--color-pink)}.container-cardExplore.bg-gray{background-color:var(--color-gray-light)}.container-cardExplore.bg-blue{background-color:var(--color-blue)}.image-cardExplore{position:absolute;right:0;top:0;bottom:0;width:42%;overflow:hidden}.image-cardExplore img{width:100%;height:100%;object-fit:contain;object-position:right center}.container-cardExplore.bg-peach .image-cardExplore{width:32%}.info-cardExplore{position:relative;z-index:2;width:100%;padding:1.5rem 2rem;padding-right:46%;display:flex;justify-content:flex-start}.category-cardExplore{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:700;color:var(--color-text);line-height:1.1;text-align:left;max-width:100%}@media screen and (max-width:768px){.container-cardExplore{min-height:150px;border-radius:14px}.info-cardExplore{padding:.75rem .85rem;padding-right:44%}.category-cardExplore{font-size:1rem;line-height:1.15;max-width:100%}}.container-step{background-color:var(--color-surface);border-radius:16px;padding:1.5rem;box-shadow:0 4px 16px #0000000d;display:flex;flex-direction:column;gap:.75rem}.top-step{display:flex;align-items:center;justify-content:space-between}.top-step img{width:40px;height:40px;object-fit:contain}.number-step{width:28px;height:28px;display:flex;justify-content:center;align-items:center;border-radius:999px;background-color:var(--color-primary);font-size:.8rem;font-weight:700;color:#fff}.desc-step{font-size:.95rem;line-height:1.4;font-weight:600;color:var(--color-text)}.note-step{font-size:.75rem;line-height:1.3;font-weight:400;color:var(--color-text-muted)}@media screen and (max-width:1024px){.container-step{padding:1.1rem;gap:.6rem}.top-step img{width:32px;height:32px}.number-step{width:24px;height:24px;font-size:.7rem}.desc-step{font-size:.85rem;line-height:1.3;font-weight:500}.note-step{font-size:.7rem;line-height:1.2}}@media screen and (max-width:480px){.container-step{padding:.85rem;gap:.45rem;border-radius:12px}.top-step img{width:26px;height:26px}.number-step{width:20px;height:20px;font-size:.6rem}.desc-step{font-size:.7rem;line-height:1.25}.note-step{font-size:.6rem;line-height:1.15}}.container-steps{width:100%;background-color:var(--color-bg);display:flex;justify-content:center;min-width:320px;padding:1.5rem 0 4rem}.wrapper-steps{width:90%;max-width:var(--max-width);display:flex;flex-direction:column;gap:2.5rem}.title-steps{display:flex;flex-direction:column;align-items:center;gap:.5rem}.content-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media screen and (max-width:1024px){.content-steps{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.container-steps{padding:1.25rem 0 2.5rem}.wrapper-steps{gap:1.5rem}.content-steps{gap:1rem}}.container-testimoni{width:100%;background-color:var(--color-surface);display:flex;justify-content:center;min-width:320px;padding:4rem 0}.wrapper-testimoni{width:90%;max-width:var(--max-width);display:flex;flex-direction:column;gap:2.5rem}.title-testimoni{display:flex;flex-direction:column;align-items:center;gap:.5rem}.content-testimoni{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.card-testimoni{background-color:var(--color-bg);border-radius:20px;padding:1.75rem;display:flex;flex-direction:column;gap:1rem}.stars-testimoni{display:flex;gap:.15rem}.stars-testimoni img{width:14px;height:14px}.quote-testimoni{font-size:.95rem;line-height:1.6;color:var(--color-text);font-style:italic;flex-grow:1}.profile-testimoni{display:flex;align-items:center;gap:.75rem}.avatar-testimoni{width:44px;height:44px;border-radius:999px;background-color:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.profile-testimoni h4{font-size:.9rem;font-weight:700;color:var(--color-text)}.profile-testimoni span{font-size:.75rem;color:var(--color-text-muted)}@media screen and (max-width:1024px){.content-testimoni{grid-template-columns:repeat(2,1fr)}.card-testimoni{padding:1.4rem}}@media screen and (max-width:640px){.content-testimoni{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.25rem}.content-testimoni::-webkit-scrollbar{display:none}.card-testimoni{flex:0 0 100%;scroll-snap-align:center}.container-testimoni{padding:2.5rem 0}.wrapper-testimoni{gap:1.5rem}.card-testimoni{padding:1.1rem;gap:.75rem}.quote-testimoni{font-size:.85rem;line-height:1.5}.avatar-testimoni{width:38px;height:38px;font-size:.8rem}.profile-testimoni h4{font-size:.85rem}.profile-testimoni span{font-size:.7rem}.stars-testimoni img{width:12px;height:12px}}.container-why{width:100%;background-color:var(--color-bg);display:flex;justify-content:center;min-width:320px;padding:4rem 0}.wrapper-why{width:90%;max-width:var(--max-width);display:flex;flex-direction:column;gap:2.5rem}.title-why{display:flex;flex-direction:column;align-items:center;gap:.5rem}.content-why{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.card-why{background-color:var(--color-primary-light);border-radius:20px;padding:1.75rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 4px 20px #0000000d}.icon-why{width:52px;height:52px;border-radius:14px;background-color:var(--color-surface);color:var(--color-primary);display:flex;align-items:center;justify-content:center}.icon-why svg{width:26px;height:26px}.card-why h3{font-size:.9rem;font-weight:700;color:var(--color-text)}.card-why p{font-size:.78rem;line-height:1.45;color:var(--color-text-muted)}@media screen and (max-width:1024px){.content-why{grid-template-columns:repeat(2,1fr)}.card-why{padding:1.4rem}.icon-why{width:44px;height:44px;border-radius:12px}.icon-why svg{width:22px;height:22px}}@media screen and (max-width:480px){.container-why{padding:2.5rem 0}.wrapper-why{gap:1.5rem}.card-why{padding:1.1rem;gap:.5rem;background-color:var(--color-surface);align-items:center;text-align:center}.icon-why{width:56px;height:56px;border-radius:14px;background-color:var(--color-surface)}.icon-why svg{width:28px;height:28px}.card-why h3{font-size:.85rem}.card-why p{font-size:.75rem;line-height:1.4}}.container-footer{width:100%;background-color:var(--color-footer-bg);display:flex;justify-content:center;min-width:320px;padding:3.5rem 0 1.5rem}.wrapper-footer{width:90%;max-width:var(--max-width);display:flex;flex-direction:column;gap:2rem}.brand-footer{display:flex;align-items:center;gap:1rem}.brand-footer img{height:40px;width:auto;flex-shrink:0}.brand-footer p{color:#ffffffa6;font-size:.85rem;max-width:340px;line-height:1.5}.content-footer{width:100%;display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.copyright-footer{width:100%;display:flex;justify-content:center;align-items:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12)}.copyright-footer span{color:#fff9;font-size:.85rem}@media screen and (max-width:1024px){.content-footer{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.container-footer{padding:2.5rem 0 1.25rem}.content-footer{grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem}.brand-footer{flex-direction:column;align-items:flex-start;text-align:left}}@media screen and (max-width:480px){.container-footer{padding:2rem 0 1rem}.wrapper-footer{gap:1.5rem}.brand-footer img{height:32px}.brand-footer p{font-size:.75rem;line-height:1.4}.copyright-footer{padding-top:1.1rem}.copyright-footer span{font-size:.75rem}}.container-descfooter{cursor:pointer}.title-footer h3{font-size:.95rem;color:#fff;font-weight:700;margin-bottom:.75rem}.desc-footer{display:flex;flex-direction:column;gap:.4rem}.desc-footer span{font-size:.85rem;color:#ffffffa6;font-weight:400;transition:color .2s ease}.container-descfooter:hover .desc-footer span{color:var(--color-primary)}@media screen and (max-width:768px){.title-footer h3{font-size:.9rem}.desc-footer span{font-size:.8rem}}@media screen and (max-width:480px){.title-footer h3{font-size:.85rem;margin-bottom:.6rem}.desc-footer{gap:.3rem}.desc-footer span{font-size:.75rem}}.container-blog{width:100%;background-color:var(--color-bg);display:flex;justify-content:center;min-width:320px}.wrapper-blog{width:90%;max-width:var(--max-width);padding:2.5rem 0 5rem;display:flex;flex-direction:column;gap:3rem}.hero-blog{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:480px;gap:1.5rem}.hero-main-blog{position:relative;display:block;border-radius:24px;overflow:hidden;height:100%}.hero-main-blog img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.hero-main-blog:hover img{transform:scale(1.04)}.hero-main-blog--placeholder{background-color:var(--color-gray-light)}.hero-main-blog--placeholder img{width:96px;height:96px;object-fit:contain;opacity:.3;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-main-blog--placeholder:hover img{transform:translate(-50%,-50%) scale(1.04)}.hero-info-blog{position:absolute;left:0;right:0;bottom:0;padding:2rem;background:linear-gradient(to top,#000000bf,#0000)}.hero-info-blog h1{color:#fff;font-size:1.9rem;font-weight:800;line-height:1.25;max-width:90%}.hero-meta-blog{display:flex;gap:1rem;margin-top:.75rem;font-size:.8rem;color:#ffffffbf}.hero-side-blog{display:flex;flex-direction:column;gap:1.5rem;height:100%}.side-card-blog{position:relative;display:block;border-radius:20px;overflow:hidden;flex:1}.side-card-blog img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.side-card-blog:hover img{transform:scale(1.06)}.side-card-blog--placeholder{background-color:var(--color-gray-light)}.side-card-blog--placeholder img{width:48px;height:48px;object-fit:contain;opacity:.3;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.side-card-blog--placeholder:hover img{transform:translate(-50%,-50%) scale(1.06)}.side-info-blog{position:absolute;left:0;right:0;bottom:0;padding:1rem 1.1rem;background:linear-gradient(to top,#000000b3,#0000)}.side-info-blog h3{color:#fff;font-size:.95rem;font-weight:700;line-height:1.3}.badge-blog{position:absolute;top:1rem;left:1rem;background-color:#0000008c;color:#fff;font-size:.65rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:.35rem .75rem;border-radius:999px}.arrow-blog{position:absolute;top:1rem;right:1rem;width:30px;height:30px;border-radius:999px;background-color:#ffffffe6;color:var(--color-text);display:flex;align-items:center;justify-content:center}.arrow-blog svg{width:16px;height:16px}.title-row-blog{display:flex;flex-direction:column;gap:.5rem}.title-row-blog h2{font-size:2rem;font-weight:800;color:var(--color-text)}.title-row-blog p{font-size:.95rem;color:var(--color-text-muted);max-width:560px}.filter-blog{display:flex;gap:.6rem;flex-wrap:wrap}.pill-blog{background-color:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-muted);padding:.5rem 1.1rem;border-radius:999px;font-family:inherit;font-size:.85rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease;white-space:nowrap}.pill-blog:hover{border-color:var(--color-primary);color:var(--color-primary)}.pill-blog.is-active{background-color:var(--color-primary);border-color:var(--color-primary);color:#fff}.grid-blog{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.card-blog{display:flex;flex-direction:column;background-color:var(--color-surface);border-radius:20px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 4px 20px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.card-blog:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001a}.image-card-blog{position:relative;height:190px}.image-card-blog img{width:100%;height:100%;object-fit:cover}.image-card-blog--placeholder{background-color:var(--color-gray-light);display:flex;align-items:center;justify-content:center}.image-card-blog--placeholder img{width:56px;height:56px;object-fit:contain;opacity:.3}.info-card-blog{padding:1.25rem;display:flex;flex-direction:column;gap:.6rem}.info-card-blog h3{font-size:.88rem;font-weight:700;line-height:1.35;color:var(--color-text)}.info-card-blog p{font-size:.75rem;line-height:1.45;color:var(--color-text-muted)}.meta-card-blog{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.avatar-blog{width:26px;height:26px;border-radius:999px;background-color:var(--color-primary);color:#fff;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.author-blog{font-size:.7rem;font-weight:600;color:var(--color-text)}.dot-blog{color:var(--color-text-muted)}.date-blog{font-size:.65rem;color:var(--color-text-muted)}@media screen and (max-width: 1024px){.grid-blog{grid-template-columns:repeat(2,1fr)}.hero-blog{grid-template-rows:420px}.hero-info-blog h1{font-size:1.5rem}}@media screen and (max-width: 768px){.hero-blog{grid-template-columns:1fr;grid-template-rows:auto}.hero-main-blog{height:300px}.hero-side-blog{flex-direction:row;height:160px}.title-row-blog h2{font-size:1.6rem}}@media screen and (max-width: 480px){.wrapper-blog{padding:1.5rem 0 3rem;gap:2rem}.hero-main-blog{height:240px;border-radius:18px}.hero-info-blog{padding:1.25rem}.hero-info-blog h1{font-size:1.2rem}.hero-meta-blog{font-size:.7rem}.hero-side-blog{flex-direction:row;height:150px;gap:.6rem}.side-info-blog{padding:.7rem .75rem}.side-info-blog h3{font-size:.75rem;line-height:1.25}.badge-blog{top:.6rem;left:.6rem;font-size:.55rem;padding:.28rem .6rem}.arrow-blog{top:.6rem;right:.6rem;width:24px;height:24px}.arrow-blog svg{width:13px;height:13px}.title-row-blog h2{font-size:1.3rem}.title-row-blog p{font-size:.8rem}.filter-blog{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:.25rem}.filter-blog::-webkit-scrollbar{display:none}.pill-blog{font-size:.75rem;padding:.45rem .9rem}.grid-blog{gap:.75rem}.image-card-blog{height:110px}.image-card-blog--placeholder img{width:34px;height:34px}.info-card-blog{padding:.8rem;gap:.35rem}.info-card-blog h3{font-size:.7rem;line-height:1.3}.info-card-blog p{font-size:.62rem;line-height:1.3}.avatar-blog{width:18px;height:18px;font-size:.5rem}.author-blog{font-size:.58rem}.date-blog{font-size:.55rem}}.container-blogdetail{width:100%;background-color:var(--color-bg);display:flex;justify-content:center;min-width:320px}.wrapper-blogdetail{width:90%;max-width:760px;padding:2.5rem 0 5rem;display:flex;flex-direction:column;gap:1.25rem}.back-blogdetail{color:var(--color-text-muted);text-decoration:none;font-size:.85rem;font-weight:600;transition:color .2s ease}.back-blogdetail:hover{color:var(--color-primary)}.badge-blogdetail{display:inline-block;background-color:var(--color-primary-light);color:var(--color-primary-dark);font-size:.7rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:.35rem .85rem;border-radius:999px;width:fit-content}.wrapper-blogdetail h1{font-size:2.25rem;font-weight:800;line-height:1.25;color:var(--color-text)}.meta-blogdetail{display:flex;align-items:center;gap:.75rem}.avatar-blogdetail{width:40px;height:40px;border-radius:999px;background-color:var(--color-primary);color:#fff;font-weight:700;font-size:.85rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.author-blogdetail{font-size:.9rem;font-weight:700;color:var(--color-text)}.date-blogdetail{font-size:.8rem;color:var(--color-text-muted)}.image-blogdetail{width:100%;height:420px;border-radius:20px;overflow:hidden;margin-top:.5rem}.image-blogdetail img{width:100%;height:100%;object-fit:cover}.content-blogdetail{display:flex;flex-direction:column;gap:1.1rem;margin-top:.5rem}.content-blogdetail p{font-size:1rem;line-height:1.75;color:var(--color-text)}@media screen and (max-width: 768px){.wrapper-blogdetail h1{font-size:1.6rem}.image-blogdetail{height:280px}}@media screen and (max-width: 480px){.wrapper-blogdetail{padding:1.5rem 0 3rem;gap:1rem}.wrapper-blogdetail h1{font-size:1.3rem}.image-blogdetail{height:200px;border-radius:14px}.content-blogdetail p{font-size:.9rem;line-height:1.6}}.container-mobillist{width:100%;background-color:var(--color-bg);display:flex;justify-content:center;min-width:320px}.wrapper-mobillist{width:90%;max-width:var(--max-width);padding:2.5rem 0 5rem;display:flex;flex-direction:column;gap:1.5rem}.search-mobillist input{width:100%;max-width:420px;padding:.85rem 1.25rem;border-radius:999px;border:1px solid var(--color-border);background-color:var(--color-surface);font-family:inherit;font-size:.9rem;color:var(--color-text)}.search-mobillist input:focus{outline:none;border-color:var(--color-primary)}.filter-mobillist{display:flex;gap:.6rem;flex-wrap:wrap}.pill-mobillist{background-color:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-muted);padding:.5rem 1.1rem;border-radius:999px;font-family:inherit;font-size:.85rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease;white-space:nowrap}.pill-mobillist:hover{border-color:var(--color-primary);color:var(--color-primary)}.pill-mobillist.is-active{background-color:var(--color-primary);border-color:var(--color-primary);color:#fff}.grid-mobillist{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.empty-mobillist{grid-column:1 / -1;text-align:center;color:var(--color-text-muted);padding:2rem 0}.card-mobillist{display:flex;flex-direction:column;background-color:var(--color-surface);border-radius:20px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 4px 20px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.card-mobillist:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001a}.image-card-mobillist{position:relative;height:170px;background-color:var(--color-peach)}.image-card-mobillist img{width:100%;height:100%;object-fit:cover}.badge-mobillist{position:absolute;top:.85rem;left:.85rem;background-color:#ffffffe6;color:var(--color-primary-dark);font-size:.65rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:.3rem .7rem;border-radius:999px}.info-card-mobillist{padding:1.1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.35rem}.info-card-mobillist h3{font-size:.95rem;font-weight:700;color:var(--color-text)}.year-mobillist{font-size:.75rem;color:var(--color-text-muted)}.spec-row-mobillist{display:flex;gap:1rem;margin-top:.5rem;padding-top:.6rem;border-top:1px solid var(--color-border)}.spec-row-mobillist span{display:flex;align-items:center;gap:.3rem;font-size:.72rem;color:var(--color-text-muted)}.spec-row-mobillist svg{width:15px;height:15px;color:var(--color-primary)}@media screen and (max-width: 1024px){.grid-mobillist{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.wrapper-mobillist{padding:1.75rem 0 3rem;gap:1.1rem}}@media screen and (max-width: 480px){.image-card-mobillist{height:130px}.info-card-mobillist{padding:.85rem .9rem 1rem}.info-card-mobillist h3{font-size:.82rem}.spec-row-mobillist span{font-size:.65rem}}.container-mobildetail{width:100%;background-color:var(--color-bg);display:flex;justify-content:center;min-width:320px}.wrapper-mobildetail{width:90%;max-width:var(--max-width);padding:2.5rem 0 5rem;display:flex;flex-direction:column;gap:1.5rem}.back-mobildetail{color:var(--color-text-muted);text-decoration:none;font-size:.85rem;font-weight:600;transition:color .2s ease;width:fit-content}.back-mobildetail:hover{color:var(--color-primary)}.content-mobildetail{display:grid;grid-template-columns:1.1fr 1fr;gap:2.5rem;align-items:center}.image-mobildetail{position:relative;background-color:var(--color-peach);border-radius:24px;height:380px;display:flex;align-items:center;justify-content:center}.image-mobildetail img{width:85%;height:85%;object-fit:contain}.badge-mobildetail{position:absolute;top:1.25rem;left:1.25rem;background-color:#ffffffe6;color:var(--color-primary-dark);font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:.35rem .85rem;border-radius:999px}.info-mobildetail{display:flex;flex-direction:column;gap:.5rem}.name-row-mobildetail{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.name-row-mobildetail h1{font-size:1.9rem;font-weight:800;color:var(--color-text);line-height:1.2}.rating-mobildetail{display:flex;align-items:center;gap:.3rem;background-color:var(--color-primary-light);color:var(--color-primary-dark);font-size:.8rem;font-weight:700;padding:.35rem .7rem;border-radius:999px;white-space:nowrap}.rating-mobildetail svg{width:13px;height:13px}.year-mobildetail{font-size:.9rem;color:var(--color-text-muted)}.spec-grid-mobildetail{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem;margin-top:1rem}.spec-item-mobildetail{display:flex;align-items:center;gap:.75rem;background-color:var(--color-surface);border-radius:14px;padding:.85rem 1rem;box-shadow:0 4px 16px #0000000d}.spec-item-mobildetail svg{width:22px;height:22px;color:var(--color-primary);flex-shrink:0}.spec-item-mobildetail p{font-size:.85rem;font-weight:700;color:var(--color-text)}.spec-item-mobildetail span{font-size:.7rem;color:var(--color-text-muted)}.book-row-mobildetail{display:flex;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.book-btn-mobildetail{background-color:var(--color-primary);color:#fff;border:none;padding:.85rem 2.25rem;border-radius:999px;font-family:inherit;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.book-btn-mobildetail:hover{background-color:var(--color-primary-dark)}@media screen and (max-width: 900px){.content-mobildetail{grid-template-columns:1fr;gap:1.5rem}.image-mobildetail{height:280px}}@media screen and (max-width: 480px){.wrapper-mobildetail{padding:1.5rem 0 3rem;gap:1rem}.image-mobildetail{height:220px;border-radius:18px}.name-row-mobildetail h1{font-size:1.3rem}.spec-grid-mobildetail{grid-template-columns:repeat(2,1fr);gap:.6rem}.spec-item-mobildetail{padding:.65rem .75rem}.book-btn-mobildetail{width:100%;padding:.6rem 3rem;font-size:.8rem}}.overlay-bookingmodal{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:200}.content-bookingmodal{position:relative;width:100%;max-width:420px;background-color:var(--color-surface);border-radius:20px;padding:2rem;box-shadow:0 20px 50px #0003}.close-bookingmodal{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:999px;border:none;background-color:var(--color-bg);color:var(--color-text-muted);font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.close-bookingmodal:hover{background-color:var(--color-border)}.content-bookingmodal h2{font-size:1.3rem;font-weight:800;color:var(--color-text)}.content-bookingmodal>p{font-size:.85rem;color:var(--color-text-muted);margin-top:.35rem;margin-bottom:1.5rem}.content-bookingmodal form{display:flex;flex-direction:column;gap:1rem}.content-bookingmodal label{display:flex;flex-direction:column;gap:.4rem;font-size:.8rem;font-weight:600;color:var(--color-text)}.content-bookingmodal input,.content-bookingmodal select{font-family:inherit;font-size:.9rem;font-weight:400;padding:.75rem 1rem;border-radius:12px;border:1px solid var(--color-border);background-color:var(--color-bg);color:var(--color-text)}.content-bookingmodal input:focus,.content-bookingmodal select:focus{outline:none;border-color:var(--color-primary)}.submit-bookingmodal{margin-top:.5rem;background-color:var(--color-primary);color:#fff;border:none;padding:.85rem 1.5rem;border-radius:999px;font-family:inherit;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.submit-bookingmodal:hover{background-color:var(--color-primary-dark)}@media screen and (max-width: 480px){.content-bookingmodal{padding:1.5rem}.content-bookingmodal h2{font-size:1.1rem}.submit-bookingmodal{padding:.65rem 1.2rem;font-size:.85rem}}.container-navbar{width:100%;background-color:var(--color-surface);display:flex;justify-content:center;align-items:center;min-width:320px;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #0000000f}.wrapper-navbar{width:90%;max-width:var(--max-width);height:72px;display:flex;justify-content:space-between;align-items:center}.left-navbar{display:flex;align-items:center}.left-navbar img{height:42px;width:auto}.center-navbar{display:flex;align-items:center;gap:2.25rem}.center-navbar a{color:var(--color-text);font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s ease}.center-navbar a:hover{color:var(--color-primary)}.right-navbar{display:flex;align-items:center;gap:1rem}.cta-navbar{background-color:var(--color-primary);color:#fff;border:none;border-radius:999px;padding:.65rem 1.5rem;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background-color .2s ease;white-space:nowrap}.cta-navbar:hover{background-color:var(--color-primary-dark)}.burger-navbar{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer}.burger-navbar span{width:22px;height:2px;background-color:var(--color-text);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.burger-navbar.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger-navbar.is-open span:nth-child(2){opacity:0}.burger-navbar.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media screen and (max-width: 900px){.center-navbar{position:absolute;top:72px;left:0;width:100%;background-color:var(--color-surface);flex-direction:column;align-items:flex-start;gap:0;max-height:0;overflow:hidden;transition:max-height .25s ease;box-shadow:0 8px 12px #0000000f}.center-navbar.is-open{max-height:300px}.center-navbar a{width:100%;padding:.9rem 6%}.burger-navbar{display:flex}}@media screen and (max-width: 480px){.wrapper-navbar{height:60px}.center-navbar{top:60px}.left-navbar img{height:34px}.right-navbar{gap:.6rem}.cta-navbar{padding:.5rem .9rem;font-size:.75rem}.center-navbar a{font-size:.85rem;padding:.75rem 6%}.burger-navbar{width:30px;height:30px;gap:4px}.burger-navbar span{width:18px}}:root{--color-bg: #F5F5F4;--color-surface: #FFFFFF;--color-primary: #F2701E;--color-primary-dark: #D95E15;--color-primary-light: #FDEBDD;--color-accent: #FFB700;--color-peach: #FDE6C8;--color-pink: #FBDCE0;--color-gray-light: #EDEDED;--color-blue: #DCEEFB;--color-text: #1F1F1F;--color-text-muted: #6B7280;--color-border: #E5E7EB;--color-footer-bg: #1F1F1F;--font-display: "Playfair Display", serif;--max-width: 1200px}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}html{scroll-behavior:smooth}body{background-color:var(--color-bg);color:var(--color-text)}.section-title{font-size:2.5rem;font-weight:800;text-align:center}.section-subtitle{font-size:1rem;font-weight:500;color:var(--color-text-muted);text-align:center}@media screen and (max-width: 768px){.section-title{font-size:1.75rem}.section-subtitle{font-size:.85rem}}@media screen and (max-width: 480px){.section-title{font-size:1.2rem;font-weight:700}.section-subtitle{font-size:.75rem}}
