@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500&family=JetBrains+Mono:wght@500;600&display=swap";.fivestar-page{--bg:#ffffff;--bg-soft:#f3f5f8;--ink:#141b2e;--ink-soft:#3d4a63;--muted:#5b6472;--line:#e1e5ea;--accent:#2563eb;--accent-dark:#1d4ed8;--accent-tint:#e8f0fe;--dark:#0f1b2e;--dark-raised:#17273f;--radius-sm:12px;--radius:20px;--radius-lg:28px;--font-display:"Plus Jakarta Sans", ui-sans-serif, sans-serif;--font-body:"Plus Jakarta Sans", ui-sans-serif, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, monospace;color:var(--ink);background:var(--bg);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;position:relative;overflow-x:hidden}.fivestar-page,.fivestar-page *{box-sizing:border-box}.fivestar-page h1,.fivestar-page h2,.fivestar-page h3,.fivestar-page h4{font-family:var(--font-display);font-weight:800;margin:0;letter-spacing:-.01em;text-wrap:balance;color:var(--ink)}.fivestar-page p{margin:0}.fivestar-page a{color:inherit;text-decoration:none}.fivestar-page .mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.fivestar-page .wrap{max-width:1760px;margin:0 auto;padding:0 24px}@media (min-width:640px){.fivestar-page .wrap{padding:0 48px}}@media (min-width:1024px){.fivestar-page .wrap{padding:0 108px}}@media (min-width:1400px){.fivestar-page .wrap{padding:0 150px}}.fivestar-page img{max-width:100%;display:block}.fivestar-page :focus-visible{outline:2px solid var(--accent);outline-offset:3px}@media (prefers-reduced-motion: reduce){.fivestar-page *{animation:none!important;transition:none!important}}.fivestar-page .photo-tile{position:relative;overflow:hidden;background:linear-gradient(135deg,#5b8def 0%,var(--accent) 55%,#123a8f 100%)}.fivestar-page .photo-tile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.25) 0,transparent 45%),radial-gradient(circle at 80% 75%,rgba(0,0,0,.18) 0,transparent 50%)}.fivestar-page .photo-tile.alt{background:linear-gradient(135deg,#24344d 0%,var(--dark) 65%,#050a14 100%)}.fivestar-page .photo-tile.cool{background:linear-gradient(135deg,#cfe0ff 0%,#8fb4f7 60%,var(--accent) 100%)}.fivestar-page .topbar{position:sticky;top:0;z-index:50;background:transparent;border-bottom:1px solid transparent;transition:background .25s ease,border-color .25s ease}.fivestar-page .topbar--solid{background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom-color:var(--line)}.fivestar-page .topbar .brand{color:#fff}.fivestar-page .topbar--solid .brand{color:var(--ink)}.fivestar-page .topbar .nav-links{color:#ffffffd1}.fivestar-page .topbar--solid .nav-links{color:var(--ink-soft)}.fivestar-page .topbar:not(.topbar--solid) .nav-links a:hover{color:#fff}.fivestar-page .topbar-inner{display:flex;align-items:center;justify-content:space-between;padding-top:18px;padding-bottom:18px}.fivestar-page .brand{font-family:var(--font-display);font-weight:800;font-size:1.3rem;letter-spacing:-.01em}.fivestar-page .brand .dot{color:var(--accent)}.fivestar-page .topbar .brand{position:relative;display:block;height:40px;width:119px;flex:none}.fivestar-page .brand-logo{position:absolute;top:0;right:0;bottom:0;left:0;height:40px;width:auto;transition:opacity .25s ease}.fivestar-page .brand-logo--gelap,.fivestar-page .topbar--solid .brand-logo--terang{opacity:0}.fivestar-page .topbar--solid .brand-logo--gelap{opacity:1}.fivestar-page .footer-logo{display:block;height:48px;width:auto}@media (max-width:560px){.fivestar-page .topbar .brand{height:34px;width:101px}.fivestar-page .brand-logo{height:34px}}@media (prefers-reduced-motion:reduce){.fivestar-page .brand-logo{transition:none}}.fivestar-page .nav-links{display:flex;align-items:center;gap:30px;font-size:.92rem;color:var(--ink-soft);font-weight:600}.fivestar-page .nav-links a{padding:11px 0;display:inline-block}.fivestar-page .nav-links a:hover{color:var(--accent)}.fivestar-page .topbar-actions{display:flex;align-items:center;gap:12px}.fivestar-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:12px 26px;border-radius:999px;font-weight:700;font-size:.92rem;transition:transform .15s ease,background .15s,color .15s,border-color .15s,box-shadow .15s,opacity .15s ease;white-space:nowrap;border:1.5px solid transparent}.fivestar-page .btn:hover{transform:translateY(-1px)}.fivestar-page .btn:active{transform:translateY(0) scale(.97)}.fivestar-page .btn[aria-disabled=true]{opacity:.45;pointer-events:none}.fivestar-page .btn-solid{background:var(--accent);color:#fff;box-shadow:0 8px 20px -8px #2563eb80}.fivestar-page .btn-solid:hover{background:var(--accent-dark)}.fivestar-page .btn-dark{background:var(--dark);color:#fff}.fivestar-page .btn-dark:hover{background:#000}.fivestar-page .btn-line{border-color:var(--line);color:var(--ink);background:#fff}.fivestar-page .btn-line:hover{border-color:var(--ink)}.fivestar-page .btn-line-light{border-color:#fff6;color:#fff;background:#0a0f1a59;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.fivestar-page .btn-line-light:hover{border-color:#fff;background:#0a0f1a8c}@media (max-width:880px){.fivestar-page .nav-links,.fivestar-page .topbar-actions .btn-line{display:none}}.fivestar-page .hero{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden;background:transparent}.fivestar-page .hero-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,rgba(15,27,46,.6) 0%,rgba(15,27,46,.28) 32%,transparent 55%)}.fivestar-page .hero-inner{position:relative;z-index:1;width:100%;padding-top:56px;padding-bottom:40px;transform:translate(calc(var(--fh-charge,0) * var(--fh-charge,0) * 12vw));opacity:calc(1 - var(--fh-charge,0) * 1.9)}.fivestar-page .hero-hint{display:inline-flex;align-items:center;gap:8px;margin-top:22px;font-size:.82rem;font-weight:600;color:#8fb4f7}.fivestar-page .hero-hint svg{width:15px;height:15px}.fivestar-page .hero-kicker{display:inline-flex;align-items:center;gap:9px;font-family:var(--font-mono);font-size:.82rem;font-weight:600;letter-spacing:.06em;color:#ffffffb8;margin-bottom:26px}.fivestar-page .hero-kicker .dot{width:7px;height:7px;border-radius:50%;background:#4ade80;animation:blink 1.8s infinite}@keyframes blink{50%{opacity:.35}}.fivestar-page .hero h1{color:#fff;font-size:clamp(2.4rem,5.4vw,4.4rem);line-height:1.05;letter-spacing:-.02em;max-width:820px;text-shadow:0 2px 26px rgba(0,0,0,.5)}.fivestar-page .hero h1 .hl{color:#5b8def}.fivestar-page .hero-sub{color:#ffffffdb;font-size:1.15rem;line-height:1.6;max-width:520px;margin-top:20px;text-shadow:0 1px 16px rgba(0,0,0,.45)}.fivestar-page .hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.fivestar-page .hero-locator{margin-top:40px;padding:20px;display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:#fff;border-radius:var(--radius);box-shadow:0 24px 48px -20px #00000059}.fivestar-page .locator-label{font-size:.88rem;color:var(--ink-soft);font-weight:600;white-space:nowrap;margin-right:2px}.fivestar-page .locator-select{flex:1;min-width:150px;min-height:46px;background:var(--bg-soft);color:var(--ink);border:1px solid var(--line);border-radius:999px;padding:12px 34px 12px 18px;font-size:.9rem;font-family:var(--font-body);font-weight:500;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23767b87' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}@media (max-width:700px){.fivestar-page .hero-locator{flex-direction:column;align-items:stretch}.fivestar-page .locator-label{margin-bottom:2px}}.fivestar-page .stat-band{position:relative;z-index:1;background:var(--dark);padding:56px 0}.fivestar-page .stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}@media (max-width:760px){.fivestar-page .stat-grid{grid-template-columns:1fr 1fr}}.fivestar-page .stat-cell .num{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;font-variant-numeric:tabular-nums}.fivestar-page .stat-cell .lbl{font-size:.88rem;color:#fff9;margin-top:6px;font-weight:500}.fivestar-page section{padding:96px 0;background:var(--bg);position:relative;z-index:1}.fivestar-page .section-soft{background:var(--bg-soft)}.fivestar-page .section-head{max-width:640px;margin:0 auto 48px;text-align:center}.fivestar-page .section-kicker{display:inline-block;font-size:.82rem;font-weight:700;color:var(--accent-dark);background:var(--accent-tint);padding:6px 14px;border-radius:999px;margin-bottom:18px}.fivestar-page .section-title{font-size:clamp(1.9rem,3.4vw,2.7rem);line-height:1.15;margin-bottom:14px}.fivestar-page .section-sub{color:var(--muted);font-size:1.05rem;line-height:1.7}.fivestar-page .reveal{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.fivestar-page .reveal.visible{opacity:1;transform:none}.fivestar-page .segment-card,.fivestar-page .why-row,.fivestar-page .price-card,.fivestar-page .testi-card{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.fivestar-page .segment-grid.visible .segment-card,.fivestar-page .why-list.visible .why-row,.fivestar-page .price-grid.visible .price-card,.fivestar-page .testi-grid.visible .testi-card{opacity:1;transform:none}.fivestar-page .segment-card:nth-child(1),.fivestar-page .why-row:nth-child(1),.fivestar-page .price-card:nth-child(1),.fivestar-page .testi-card:nth-child(1){transition-delay:0ms}.fivestar-page .segment-card:nth-child(2),.fivestar-page .why-row:nth-child(2),.fivestar-page .price-card:nth-child(2),.fivestar-page .testi-card:nth-child(2){transition-delay:60ms}.fivestar-page .segment-card:nth-child(3),.fivestar-page .why-row:nth-child(3),.fivestar-page .price-card:nth-child(3){transition-delay:.12s}.fivestar-page .segment-card:nth-child(4),.fivestar-page .why-row:nth-child(4){transition-delay:.18s}.fivestar-page .segment-card:nth-child(5){transition-delay:.24s}.fivestar-page .compare-wrap{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:0 30px 60px -40px #141b2e40}.fivestar-page .compare-table{width:100%;min-width:640px;border-collapse:collapse;font-size:.94rem}.fivestar-page .compare-table th{text-align:left;padding:18px 28px;font-family:var(--font-display);font-weight:700;font-size:.98rem;border-bottom:1px solid var(--line);background:var(--bg-soft);color:var(--ink-soft)}.fivestar-page .compare-table th.col-us{color:var(--accent-dark)}.fivestar-page .compare-table td{padding:18px 28px;border-bottom:1px solid var(--line);color:var(--muted)}.fivestar-page .compare-table tr:last-child td{border-bottom:none}.fivestar-page .compare-table tbody tr{transition:background-color .1s ease}.fivestar-page .compare-table tbody tr:hover{background:var(--bg-soft)}.fivestar-page .compare-table td.row-label{color:var(--ink);font-weight:600}.fivestar-page .compare-table td.col-us{color:var(--ink);font-weight:700;background:var(--accent-tint)}.fivestar-page .compare-table td.col-us:before{content:"✓ ";color:var(--accent)}.fivestar-page .table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:inherit}@media (max-width:680px){.fivestar-page .table-scroll{overflow-x:visible}.fivestar-page .compare-table{min-width:0;width:100%;display:block}.fivestar-page .compare-table thead{display:none}.fivestar-page .compare-table tbody{display:block}.fivestar-page .compare-table tr{display:block;padding:18px 20px;border-bottom:1px solid var(--line)}.fivestar-page .compare-table tr:last-child{border-bottom:none}.fivestar-page .compare-table td{display:block;padding:0;border-bottom:none}.fivestar-page .compare-table td.row-label{font-size:1.02rem;margin-bottom:10px}.fivestar-page .compare-table td[data-label]{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 12px;border-radius:var(--radius-sm);margin-bottom:6px}.fivestar-page .compare-table td[data-label]:before{content:attr(data-label);font-size:.78rem;font-weight:600;color:var(--muted)}.fivestar-page .compare-table td.col-us{background:var(--accent-tint)}.fivestar-page .compare-table td.col-us:before{content:attr(data-label);color:var(--accent-dark)}}.fivestar-page .segment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width:920px){.fivestar-page .segment-grid{grid-template-columns:1fr 1fr}}@media (max-width:620px){.fivestar-page .segment-grid{grid-template-columns:1fr}}.fivestar-page .segment-card{position:relative;border-radius:var(--radius);overflow:hidden;min-height:280px;display:flex;align-items:flex-end;padding:26px;isolation:isolate}.fivestar-page .segment-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(180deg,transparent 30%,rgba(15,27,46,.82) 100%)}.fivestar-page .segment-card>*{position:relative;z-index:1}.fivestar-page .segment-idx{font-family:var(--font-mono);font-size:.78rem;color:#ffffffbf;display:block;margin-bottom:8px}.fivestar-page .segment-card h3{color:#fff;font-size:1.3rem;margin-bottom:8px}.fivestar-page .segment-card p{color:#ffffffd1;font-size:.9rem;line-height:1.6}.fivestar-page .why-list{border-top:1px solid var(--line)}.fivestar-page .why-row{display:grid;grid-template-columns:110px 1fr;align-items:start;gap:28px;padding:40px 0;border-bottom:1px solid var(--line)}.fivestar-page .why-index{font-family:var(--font-mono);font-size:3.2rem;font-weight:700;line-height:1;color:var(--line);letter-spacing:-.02em}.fivestar-page .why-row.lead .why-index{color:var(--accent)}.fivestar-page .why-body h3{font-size:1.5rem;font-weight:700;margin-bottom:10px;letter-spacing:-.01em}.fivestar-page .why-body p{font-size:1rem;color:var(--muted);line-height:1.65;max-width:46ch}@media (max-width:640px){.fivestar-page .why-row{grid-template-columns:56px 1fr;gap:18px;padding:28px 0}.fivestar-page .why-index{font-size:1.8rem}.fivestar-page .why-body h3{font-size:1.2rem}}.fivestar-page .sphere-section{position:relative;min-height:82vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:transparent}@media (max-width:700px){.fivestar-page .sphere-section{min-height:70vh}}.fivestar-page .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fivestar-page .fh-hold-hint{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;font-size:.82rem;font-weight:600;color:#fff;background:#ffffff1f;border:1px solid rgba(255,255,255,.24);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:11px 20px;border-radius:999px}.fivestar-page .fh-hold-hint svg{width:15px;height:15px}.fivestar-page .price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}@media (max-width:860px){.fivestar-page .price-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.fivestar-page .price-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:32px 28px;display:flex;flex-direction:column;box-shadow:0 24px 48px -36px #141b2e4d}.fivestar-page .price-card.featured{background:var(--dark);border-color:var(--dark);transform:translateY(-12px);box-shadow:0 32px 60px -28px #0f1b2e8c}.fivestar-page .price-card.featured *{color:#fff}.fivestar-page .price-card.featured .price-feat.no{color:#ffffff59}.fivestar-page .tier-name{font-size:1.1rem;font-weight:700;margin-bottom:4px}.fivestar-page .pop-tag{display:inline-block;background:var(--accent);color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:4px 10px;border-radius:999px;margin-left:8px;vertical-align:middle}.fivestar-page .tier-price{font-family:var(--font-display);font-size:2rem;font-weight:800;margin:14px 0 4px;font-variant-numeric:tabular-nums}.fivestar-page .tier-price span{font-family:var(--font-body);font-size:.85rem;color:var(--muted);font-weight:500}.fivestar-page .price-card.featured .tier-price span{color:#fff9}.fivestar-page .tier-price-daily{font-family:var(--font-mono);font-size:.82rem;font-weight:700;color:var(--accent);margin-bottom:18px;font-variant-numeric:tabular-nums}.fivestar-page .price-card.featured .tier-price-daily{color:#ffffffbf}.fivestar-page .price-feats{list-style:none;margin:24px 0 28px;padding:0;display:flex;flex-direction:column;gap:12px;flex:1}.fivestar-page .price-feat{font-size:.9rem;color:var(--ink-soft);display:flex;gap:10px;align-items:flex-start}.fivestar-page .price-feat:before{content:"✓";color:var(--accent);font-weight:700;flex-shrink:0}.fivestar-page .price-feat.no{color:var(--muted)}.fivestar-page .price-feat.no:before{content:"–";color:var(--muted)}.fivestar-page .price-card .btn{width:100%}.fivestar-page .testi-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media (max-width:820px){.fivestar-page .testi-grid{grid-template-columns:1fr}}.fivestar-page .testi-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:32px;box-shadow:0 20px 40px -32px #141b2e40}.fivestar-page .testi-quote{font-size:1.1rem;line-height:1.55;margin-bottom:20px;color:var(--ink)}.fivestar-page .testi-attr{font-size:.85rem;color:var(--muted)}.fivestar-page .testi-attr b{color:var(--ink);font-weight:700}.fivestar-page .cta-band{background:var(--dark);color:#fff;padding:80px 0;text-align:center}.fivestar-page .cta-band h2{font-size:clamp(1.9rem,4vw,2.8rem);margin-bottom:16px;color:#fff}.fivestar-page .cta-band p{color:#ffffffb8;max-width:480px;margin:0 auto 30px}.fivestar-page .cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.fivestar-page footer{position:relative;z-index:1;background:var(--bg-soft)}.fivestar-page .footer-main{padding-top:64px;padding-bottom:40px}.fivestar-page .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}@media (max-width:760px){.fivestar-page .footer-grid{grid-template-columns:1fr 1fr}}.fivestar-page .footer-brand p{color:var(--muted);font-size:.87rem;margin-top:16px;max-width:280px;line-height:1.65}.fivestar-page .footer-col h5{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:16px}.fivestar-page .footer-col a{display:block;font-size:.9rem;color:var(--ink-soft);font-weight:500;margin-bottom:4px;padding:10px 0}.fivestar-page .footer-col a:hover{color:var(--accent)}.fivestar-page .footer-bottom{background:var(--dark);padding-top:20px;padding-bottom:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:.82rem;color:#fff9}#fh-stage{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-2;pointer-events:none}#fh-stage canvas{display:block;width:100%;height:100%}#fh-cyber{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:-3;pointer-events:none;filter:blur(7px) saturate(1.25);transform:scale(1.06);transform-origin:center 65%;opacity:calc(var(--fh-charge,0) * var(--fh-charge,0) * .55)}#fh-chargeglow{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;mix-blend-mode:screen;background:radial-gradient(52% 60% at 74% 40%,#5b8defe6,#5b8def00 60%);opacity:calc(var(--fh-charge,0) * var(--fh-charge,0) * .55)}#fh-alt{position:fixed;top:50%;right:clamp(20px,5vw,72px);transform:translateY(-50%);z-index:0;text-align:right;pointer-events:none;width:min(680px,52vw);opacity:calc(var(--fh-charge,0) * 2 - .95)}#fh-alt .fh-alt-sub{display:block;font-family:var(--font-display, "Sora", sans-serif);font-size:.82rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#ffffffb3;margin-bottom:12px}#fh-alt h2{font-family:var(--font-display, "Sora", sans-serif);font-weight:800;font-size:clamp(2.4rem,6vw,5rem);line-height:1;letter-spacing:-.02em;margin:0;color:#fff;text-shadow:0 2px 30px rgba(0,0,0,.6),0 0 60px rgba(0,0,0,.4);transition:opacity .22s ease}#fh-alt .fh-hl{color:#5b8def;text-shadow:0 0 24px rgba(91,141,239,.5)}@media (max-width:860px){#fh-alt{top:50%;left:clamp(20px,5vw,56px);right:clamp(20px,5vw,56px);width:auto;text-align:left;transform:translateY(-50%)}.fivestar-page .hero-scrim{background:linear-gradient(90deg,#0f1b2ecc,#0f1b2e94 46%,#0f1b2e52 78%,#0f1b2e1f)}}.fivestar-page .btn-hero-primary{background:#fff;color:var(--dark);box-shadow:0 12px 30px -10px #ffffff4d}.fivestar-page .btn-hero-primary:hover{background:#eef2f8}.fivestar-page .hero-strip{display:flex;gap:clamp(24px,4vw,56px);margin-top:40px;flex-wrap:wrap}.fivestar-page .hero-stat .n{font-family:var(--font-display);font-weight:800;font-size:1.5rem;color:#fff;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.fivestar-page .hero-stat .l{font-size:.82rem;color:#fff9;margin-top:2px}.fivestar-page .fiber-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:106px;min-height:46px;padding:10px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#ffffff0f;color:#fff;font-size:.82rem;font-weight:700;cursor:pointer;transition:background .2s,border-color .2s,color .25s}.fivestar-page .fiber-toggle:hover{background:#ffffff1f}.fivestar-page .topbar--solid .fiber-toggle{border-color:var(--line);background:var(--bg-soft);color:var(--ink)}.fivestar-page .fiber-dot{width:7px;height:7px;border-radius:50%;background:#8fb4f7;box-shadow:0 0 8px #8fb4f7}@media (max-width:880px){.fivestar-page .fiber-toggle{display:none}}#fh-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-4;pointer-events:none;background:radial-gradient(760px 620px at 80% 30%,rgba(37,99,235,.1),transparent 62%),linear-gradient(180deg,var(--dark) 0%,#050a14 100%)}.fivestar-page .topbar--navy{background:var(--dark);border-bottom-color:#ffffff14}.fivestar-page .nav-links a.aktif{color:var(--accent)}.fivestar-page .topbar:not(.topbar--solid) .nav-links a.aktif{color:#fff;box-shadow:inset 0 -2px 0 var(--accent)}.fivestar-page .topbar:not(.topbar--solid) .topbar-kontak{background:transparent;color:#fff;border-color:#ffffff59}.fivestar-page .topbar:not(.topbar--solid) .topbar-kontak:hover{border-color:#fff}@media (max-width:1100px){.fivestar-page .topbar-kontak{display:none}}.fivestar-page .menu-toggle{display:none;width:46px;height:46px;border-radius:999px;border:1.5px solid var(--line);background:#fff;padding:0;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}.fivestar-page .topbar:not(.topbar--solid) .menu-toggle{background:transparent;border-color:#ffffff59}.fivestar-page .menu-toggle span{display:block;width:18px;height:2px;border-radius:2px;background:var(--ink);transition:transform .2s ease,opacity .2s ease}.fivestar-page .topbar:not(.topbar--solid) .menu-toggle span{background:#fff}.fivestar-page .menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.fivestar-page .menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.fivestar-page .menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.fivestar-page .menu-ponsel{background:#fff;border-top:1px solid var(--line);box-shadow:0 20px 40px -24px #141b2e59}.fivestar-page .menu-ponsel .wrap{display:flex;flex-direction:column;padding-top:8px;padding-bottom:16px}.fivestar-page .menu-ponsel a{padding:14px 0;font-weight:700;font-size:1.02rem;color:var(--ink);border-bottom:1px solid var(--line)}.fivestar-page .menu-ponsel a:last-child{border-bottom:none}.fivestar-page .menu-ponsel a.active{color:var(--accent)}@media (max-width:880px){.fivestar-page .menu-toggle{display:inline-flex}.fivestar-page .topbar-actions .btn-solid{min-height:42px;padding:10px 16px;font-size:.84rem}}@media (max-width:420px){.fivestar-page .topbar-actions .btn-solid{display:none}}@media (min-width:881px){.fivestar-page .menu-ponsel{display:none!important}}.fivestar-page .page-hero{background:var(--dark);color:#fff;padding:56px 0 88px;position:relative;overflow:hidden}.fivestar-page .page-hero:after{content:"";position:absolute;right:-10%;top:-40%;width:60%;height:180%;pointer-events:none;background:radial-gradient(closest-side,rgba(37,99,235,.22),transparent 70%)}.fivestar-page .page-hero .wrap{position:relative;z-index:1}.fivestar-page .remah{display:flex;flex-wrap:wrap;gap:8px;font-size:.84rem;color:#ffffff8c;margin-bottom:40px}.fivestar-page .remah>span{display:inline-flex;gap:8px}.fivestar-page .remah a:hover{color:#fff}.fivestar-page .remah [aria-current]{color:#ffffffd9}.fivestar-page .page-hero-kicker{font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#8fb4f7;margin-bottom:16px}.fivestar-page .page-hero h1{color:#fff;font-size:clamp(2.1rem,4.6vw,3.6rem);line-height:1.08;max-width:20ch}.fivestar-page .page-hero-lede{color:#ffffffb8;font-size:1.1rem;line-height:1.7;max-width:62ch;margin-top:20px}.fivestar-page .page-hero-aksi{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.fivestar-page .page-hero--404{padding:120px 0 140px}.fivestar-page .page-hero--404 .page-hero-kicker{font-size:1rem}.fivestar-page .tautan-panah{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:var(--accent-dark);font-size:.95rem}.fivestar-page .tautan-panah svg{width:18px;height:18px;transition:transform .18s ease}.fivestar-page .tautan-panah:hover svg{transform:translate(3px)}.fivestar-page .ringkas-lanjut,.fivestar-page .tengah{display:flex;justify-content:center;margin-top:36px}.fivestar-page .catatan-kecil{font-size:.84rem;color:var(--muted);margin-top:16px}.fivestar-page .dua-kolom{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:clamp(32px,6vw,96px);align-items:start}.fivestar-page .dua-kolom-kepala{position:sticky;top:110px}.fivestar-page .dua-kolom-kepala .section-title{text-align:left}.fivestar-page .dua-kolom-kepala .section-sub{margin-bottom:20px}@media (max-width:900px){.fivestar-page .dua-kolom{grid-template-columns:1fr}.fivestar-page .dua-kolom-kepala{position:static}}.fivestar-page .kartu-grid{display:grid;gap:20px}.fivestar-page .kartu-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.fivestar-page .kartu-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1100px){.fivestar-page .kartu-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.fivestar-page .kartu-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.fivestar-page .kartu-grid--3,.fivestar-page .kartu-grid--4{grid-template-columns:1fr}}.fivestar-page .kartu{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;display:flex;flex-direction:column;gap:10px}.fivestar-page .kartu h3{font-size:1.12rem;font-weight:700}.fivestar-page .kartu h4{font-size:1rem;font-weight:700}.fivestar-page .kartu p{color:var(--muted);font-size:.93rem;line-height:1.65}.fivestar-page .kartu-centang{width:36px;height:36px;border-radius:var(--radius-sm);background:var(--accent-tint);color:var(--accent);display:inline-flex;align-items:center;justify-content:center;margin-bottom:6px}.fivestar-page .kartu-centang svg{width:20px;height:20px}.fivestar-page .kartu--garis{background:transparent;border-width:1px 0 0;border-radius:0;padding:20px 0 0}.fivestar-page .kartu--tautan{transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.fivestar-page .kartu--tautan:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 20px 40px -30px #141b2e73}.fivestar-page .kartu-lanjut{margin-top:auto;padding-top:8px;font-weight:700;font-size:.88rem;color:var(--accent-dark)}.fivestar-page .kartu--gelap{background:var(--dark);border-color:var(--dark)}.fivestar-page .kartu--gelap h3{color:#fff}.fivestar-page .kartu--gelap ul{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}.fivestar-page .kartu--gelap li{color:#fffc;font-size:.93rem;padding-left:18px;position:relative}.fivestar-page .kartu--gelap li:before{content:"";position:absolute;left:0;top:.6em;width:7px;height:7px;border-radius:50%;background:var(--accent)}.fivestar-page .faq{border-top:1px solid var(--line)}.fivestar-page .faq details{border-bottom:1px solid var(--line)}.fivestar-page .faq summary{list-style:none;cursor:pointer;padding:22px 44px 22px 0;font-weight:700;font-size:1.02rem;position:relative;color:var(--ink);display:block}.fivestar-page .faq summary::-webkit-details-marker{display:none}.fivestar-page .faq summary:after{content:"";position:absolute;right:6px;top:50%;width:10px;height:10px;margin-top:-7px;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(45deg);transition:transform .2s ease}.fivestar-page .faq details[open] summary:after{transform:rotate(-135deg);margin-top:-2px}.fivestar-page .faq summary:hover{color:var(--accent-dark)}.fivestar-page .faq details p{color:var(--muted);line-height:1.7;padding:0 44px 22px 0;max-width:68ch}.fivestar-page .cta-band--dalam{padding:88px 0}.fivestar-page a.segment-card{transition:transform .2s ease,box-shadow .2s ease}.fivestar-page a.segment-card:hover{transform:translateY(-4px);box-shadow:0 28px 50px -30px #0f1b2e99}.fivestar-page .segment-lanjut{display:inline-block;margin-top:14px;font-size:.84rem;font-weight:700;color:#fff;border-bottom:1.5px solid rgba(255,255,255,.5);padding-bottom:2px}.fivestar-page a.segment-card:hover .segment-lanjut{border-bottom-color:#fff}.fivestar-page .sektor-daftar{border-top:1px solid var(--line)}.fivestar-page .sektor-baris{display:grid;grid-template-columns:132px minmax(0,1fr) 56px;gap:32px;align-items:center;padding:28px 0;border-bottom:1px solid var(--line)}.fivestar-page .sektor-baris-tile{display:block;width:132px;height:96px;border-radius:var(--radius-sm)}.fivestar-page .sektor-baris-label{display:block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:6px}.fivestar-page .sektor-baris h2{font-size:clamp(1.4rem,2.4vw,1.9rem);margin-bottom:6px;transition:color .18s ease}.fivestar-page .sektor-baris p{color:var(--muted);max-width:60ch}.fivestar-page .sektor-baris-panah{width:52px;height:52px;border-radius:50%;border:1.5px solid var(--line);display:inline-flex;align-items:center;justify-content:center;color:var(--ink);transition:background .18s ease,border-color .18s ease,color .18s ease}.fivestar-page .sektor-baris-panah svg{width:20px;height:20px}.fivestar-page .sektor-baris:hover .sektor-baris-panah{background:var(--accent);border-color:var(--accent);color:#fff}.fivestar-page .sektor-baris:hover h2{color:var(--accent-dark)}@media (max-width:700px){.fivestar-page .sektor-baris{grid-template-columns:1fr 44px;gap:16px}.fivestar-page .sektor-baris-tile{display:none}.fivestar-page .sektor-baris-panah{width:44px;height:44px}}.fivestar-page .daftar-garis{border-top:1px solid var(--line)}.fivestar-page .daftar-garis-item{padding:28px 0;border-bottom:1px solid var(--line)}.fivestar-page .daftar-garis-item h3{font-size:1.25rem;margin-bottom:8px}.fivestar-page .daftar-garis-item p{color:var(--muted);line-height:1.7;max-width:60ch}.fivestar-page .sla-kartu{background:var(--dark);border-radius:var(--radius-lg);padding:8px 28px}.fivestar-page .sla-baris{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.1)}.fivestar-page .sla-baris:last-child{border-bottom:none}.fivestar-page .sla-nama{color:#fff;font-weight:800;font-size:1.15rem}.fivestar-page .sla-untuk{color:#fff9;font-size:.88rem;margin-top:4px}.fivestar-page .sla-angka{text-align:right}.fivestar-page .sla-angka .mono{display:block;color:#fff;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:600;line-height:1}.fivestar-page .sla-baris--utama .sla-angka .mono{color:#8fb4f7}.fivestar-page .sla-angka small{display:block;color:#ffffff8c;font-size:.8rem;margin-top:8px}@media (max-width:520px){.fivestar-page .sla-baris{flex-direction:column;align-items:flex-start}.fivestar-page .sla-angka{text-align:left}}.fivestar-page .terkait{margin-top:72px}.fivestar-page .terkait>h3{font-size:1.2rem;margin-bottom:8px}.fivestar-page .paket-mini{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}@media (max-width:760px){.fivestar-page .paket-mini{grid-template-columns:1fr}}.fivestar-page .paket-mini-item{display:flex;flex-direction:column;gap:6px;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:border-color .18s ease,transform .18s ease}.fivestar-page .paket-mini-item:hover{border-color:var(--accent);transform:translateY(-3px)}.fivestar-page .paket-mini-item--unggulan{background:var(--dark);border-color:var(--dark)}.fivestar-page .paket-mini-nama{font-weight:800;font-size:1.05rem;display:flex;align-items:center;gap:8px}.fivestar-page .paket-mini-nama em{font-style:normal;font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:var(--accent);color:#fff;padding:3px 9px;border-radius:999px}.fivestar-page .paket-mini-harga{font-size:1.6rem;font-weight:600}.fivestar-page .paket-mini-harga small{font-family:var(--font-body);font-size:.82rem;color:var(--muted);font-weight:500;margin-left:4px}.fivestar-page .paket-mini-untuk{color:var(--muted);font-size:.9rem}.fivestar-page .paket-mini-item--unggulan .paket-mini-nama,.fivestar-page .paket-mini-item--unggulan .paket-mini-harga{color:#fff}.fivestar-page .paket-mini-item--unggulan .paket-mini-untuk,.fivestar-page .paket-mini-item--unggulan .paket-mini-harga small{color:#ffffffa6}.fivestar-page .wilayah-singkat{margin-top:40px;padding:28px;border-radius:var(--radius);background:var(--bg-soft);display:flex;flex-direction:column;gap:10px;align-items:flex-start}.fivestar-page .wilayah-singkat h3{font-size:1.05rem}.fivestar-page .wilayah-singkat p{color:var(--ink-soft);line-height:1.7}.fivestar-page .alur{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.fivestar-page .alur li{position:relative;padding:0 24px 0 0}.fivestar-page .alur li:before{content:"";position:absolute;left:44px;right:0;top:21px;height:2px;background:var(--line)}.fivestar-page .alur li:last-child:before{display:none}.fivestar-page .alur-no{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--dark);color:#fff;font-weight:600;margin-bottom:18px}.fivestar-page .alur li:first-child .alur-no{background:var(--accent)}.fivestar-page .alur h3{font-size:1.05rem;margin-bottom:8px}.fivestar-page .alur p{color:var(--muted);font-size:.92rem;line-height:1.65}@media (max-width:760px){.fivestar-page .alur{grid-template-columns:1fr;gap:28px}.fivestar-page .alur li{padding:0 0 0 64px}.fivestar-page .alur li:before{left:21px;right:auto;top:48px;bottom:-28px;width:2px;height:auto}.fivestar-page .alur-no{position:absolute;left:0;top:0}}.fivestar-page .sektor-lain{padding:64px 0}.fivestar-page .sektor-lain-judul{font-size:1.15rem;margin-bottom:20px}.fivestar-page .sektor-lain-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}@media (max-width:860px){.fivestar-page .sektor-lain-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.fivestar-page .sektor-lain-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);font-weight:700;transition:border-color .18s ease,color .18s ease}.fivestar-page .sektor-lain-item svg{width:18px;height:18px;flex:none}.fivestar-page .sektor-lain-item:hover{border-color:var(--accent);color:var(--accent-dark)}.fivestar-page .tier-untuk{font-size:.88rem;color:var(--muted);margin-top:2px;min-height:2.8em}.fivestar-page .price-card.featured .tier-untuk{color:#ffffffa6}.fivestar-page .price-card{scroll-margin-top:120px}.fivestar-page .tabel-paket th:not(:first-child),.fivestar-page .tabel-paket td:not(.row-label){text-align:center}.fivestar-page .tabel-paket td{color:var(--ink-soft)}.fivestar-page .tabel-paket td.sorot{background:var(--accent-tint);color:var(--ink);font-weight:700}.fivestar-page .tabel-paket th.col-us{background:var(--accent-tint)}@media (max-width:680px){.fivestar-page .tabel-paket td:not(.row-label){text-align:right}}.fivestar-page .sorotan{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:clamp(28px,5vw,72px);align-items:center;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(28px,4vw,56px)}.fivestar-page .sorotan .section-title{text-align:left}.fivestar-page .sorotan-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:12px}.fivestar-page .sorotan-daftar ul{list-style:none;margin:0 0 24px;padding:0;border-top:1px solid var(--line)}.fivestar-page .sorotan-daftar li{padding:12px 0;border-bottom:1px solid var(--line);font-size:.92rem;color:var(--ink)}@media (max-width:860px){.fivestar-page .sorotan{grid-template-columns:1fr}}.fivestar-page .section-gelap{background:var(--dark);scroll-margin-top:80px}.fivestar-page .section-gelap .section-kicker{background:#8fb4f724;color:#8fb4f7}.fivestar-page .section-gelap .section-title{color:#fff}.fivestar-page .section-gelap .section-sub{color:#ffffffa8}.fivestar-page .section-gelap .catatan-kecil{color:#ffffff80}.fivestar-page .tabel-sla{border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);overflow:hidden}.fivestar-page .tabel-sla-kepala,.fivestar-page .tabel-sla-baris{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr) minmax(0,1fr);gap:16px;padding:18px 26px;align-items:center}.fivestar-page .tabel-sla-kepala{font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#ffffff80;background:#ffffff0a}.fivestar-page .tabel-sla-baris{border-top:1px solid rgba(255,255,255,.1);color:#ffffffd9}.fivestar-page .tabel-sla-baris strong{display:block;color:#fff;font-size:1.05rem}.fivestar-page .tabel-sla-baris small{display:block;color:#ffffff8c;font-size:.8rem;margin-top:2px}.fivestar-page .tabel-sla-baris .besar{font-size:1.7rem;color:#fff}.fivestar-page .tabel-sla-baris.utama{background:#2563eb24}.fivestar-page .tabel-sla-baris.utama .besar{color:#8fb4f7}@media (max-width:600px){.fivestar-page .tabel-sla-kepala{display:none}.fivestar-page .tabel-sla-baris{grid-template-columns:1fr 1fr}.fivestar-page .tabel-sla-baris>span:first-child{grid-column:1 / -1}}.fivestar-page .jalur{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));position:relative}.fivestar-page .jalur:before{content:"";position:absolute;left:10%;right:10%;top:11px;height:2px;background:repeating-linear-gradient(90deg,var(--accent) 0 10px,transparent 10px 18px)}.fivestar-page .jalur li{position:relative;text-align:center;padding:0 10px;display:flex;flex-direction:column;align-items:center;gap:6px}.fivestar-page .jalur-titik{width:24px;height:24px;border-radius:50%;background:#fff;border:3px solid var(--accent);margin-bottom:14px;position:relative;z-index:1}.fivestar-page .jalur-akhir .jalur-titik{background:var(--accent)}.fivestar-page .jalur strong{font-size:1rem;color:var(--ink)}.fivestar-page .jalur small{font-size:.86rem;color:var(--muted);line-height:1.5}@media (max-width:860px){.fivestar-page .jalur{grid-template-columns:1fr;gap:26px;max-width:420px;margin:0 auto}.fivestar-page .jalur:before{left:11px;right:auto;top:12px;bottom:12px;width:2px;height:auto;background:repeating-linear-gradient(180deg,var(--accent) 0 10px,transparent 10px 18px)}.fivestar-page .jalur li{display:grid;grid-template-columns:24px 1fr;column-gap:18px;text-align:left;align-items:start;padding:0}.fivestar-page .jalur-titik{grid-row:span 2;margin:0}}.fivestar-page .mitra-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}@media (max-width:1100px){.fivestar-page .mitra-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:520px){.fivestar-page .mitra-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.fivestar-page .mitra-grid li{height:88px;display:flex;align-items:center;justify-content:center;padding:18px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm)}.fivestar-page .mitra-grid img{max-height:40px;width:auto;max-width:100%;object-fit:contain;filter:grayscale(1);opacity:.7;transition:filter .2s ease,opacity .2s ease}.fivestar-page .mitra-grid li:hover img{filter:none;opacity:1}.fivestar-page .jangkauan-dua{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,6vw,96px)}.fivestar-page .jangkauan-dua .section-title{text-align:left}.fivestar-page .jangkauan-dua .section-sub{margin-bottom:28px}@media (max-width:900px){.fivestar-page .jangkauan-dua{grid-template-columns:1fr}}.fivestar-page .wilayah{display:flex;flex-direction:column;gap:14px}.fivestar-page .wilayah-kelompok{padding:22px 24px;border-radius:var(--radius);border:1px solid var(--line);background:#fff}.fivestar-page .wilayah-kelompok h3{font-size:.98rem;margin-bottom:12px}.fivestar-page .wilayah-kelompok ul,.fivestar-page .kota{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.fivestar-page .wilayah-kelompok li{font-size:.9rem;font-weight:600;padding:7px 14px;border-radius:999px;background:var(--accent-tint);color:var(--accent-dark)}.fivestar-page .kota{margin-bottom:28px}.fivestar-page .kota li{font-size:.9rem;font-weight:600;padding:7px 14px;border-radius:999px;border:1px solid var(--line);color:var(--ink-soft)}.fivestar-page .formulir{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(24px,3vw,40px);display:flex;flex-direction:column;gap:18px}.fivestar-page .formulir h2{font-size:1.5rem}.fivestar-page .formulir label,.fivestar-page .formulir fieldset{display:flex;flex-direction:column;gap:8px;margin:0}.fivestar-page .formulir fieldset{border:0;padding:0;min-width:0}.fivestar-page .formulir label>span,.fivestar-page .formulir legend{font-size:.86rem;font-weight:700;color:var(--ink);padding:0;margin:0 0 8px;float:none;width:auto;line-height:1.4}.fivestar-page .formulir label>span{margin:0}.fivestar-page .formulir em{font-style:normal;font-weight:500;color:var(--muted)}.fivestar-page .formulir input:not([type=radio]),.fivestar-page .formulir select,.fivestar-page .formulir textarea{font:inherit;font-size:.95rem;color:var(--ink);background:#fff;border:1.5px solid var(--line);border-radius:var(--radius-sm);padding:12px 14px;width:100%;transition:border-color .15s ease,box-shadow .15s ease}.fivestar-page .formulir textarea{resize:vertical;min-height:96px}.fivestar-page .formulir input:focus,.fivestar-page .formulir select:focus,.fivestar-page .formulir textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-tint)}.fivestar-page .formulir .btn{align-self:flex-start}.fivestar-page .pilihan{display:flex;flex-wrap:wrap;gap:10px}.fivestar-page .pilihan label{flex-direction:row;align-items:center;gap:10px;padding:11px 16px;border:1.5px solid var(--line);border-radius:999px;font-size:.92rem;font-weight:600;cursor:pointer}.fivestar-page .pilihan label.dipilih{border-color:var(--accent);background:var(--accent-tint);color:var(--accent-dark)}.fivestar-page .pilihan input{accent-color:var(--accent);margin:0}.fivestar-page .formulir-catatan{font-size:.86rem;color:var(--muted);line-height:1.6}.fivestar-page .formulir-catatan a{color:var(--accent-dark);font-weight:700}.fivestar-page .formulir-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.fivestar-page .formulir-grid .penuh{grid-column:1 / -1}@media (max-width:600px){.fivestar-page .formulir-grid{grid-template-columns:1fr}}.fivestar-page .prosa p{font-size:1.08rem;line-height:1.8;color:var(--ink-soft);max-width:62ch}.fivestar-page .prosa p+p{margin-top:18px}.fivestar-page .fakta{margin:32px 0 0;border-top:1px solid var(--line)}.fivestar-page .fakta>div{display:grid;grid-template-columns:minmax(120px,190px) 1fr;gap:20px;padding:16px 0;border-bottom:1px solid var(--line)}.fivestar-page .fakta dt{font-size:.84rem;font-weight:700;color:var(--muted)}.fivestar-page .fakta dd{margin:0;color:var(--ink);font-weight:600}.fivestar-page .fakta dd a{color:var(--accent-dark)}@media (max-width:520px){.fivestar-page .fakta>div{grid-template-columns:1fr;gap:4px}}.fivestar-page .direksi{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;max-width:1040px;margin:0 auto}@media (max-width:760px){.fivestar-page .direksi{grid-template-columns:1fr}}.fivestar-page .direksi-item{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:32px 28px;text-align:center}.fivestar-page .direksi-inisial{display:inline-flex;align-items:center;justify-content:center;width:84px;height:84px;border-radius:50%;background:var(--dark);color:#fff;font-family:var(--font-display);font-weight:800;font-size:1.6rem;letter-spacing:.02em;margin-bottom:18px}.fivestar-page .direksi-item:first-child .direksi-inisial{background:var(--accent)}.fivestar-page .direksi-item h3{font-size:1.15rem}.fivestar-page .direksi-item p{color:var(--muted);margin-top:4px}.fivestar-page .kontak-ringkas{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:clamp(32px,6vw,96px);align-items:start}.fivestar-page .kontak-ringkas .section-title{text-align:left}.fivestar-page .kontak-ringkas .fakta{margin-top:0}@media (max-width:900px){.fivestar-page .kontak-ringkas{grid-template-columns:1fr}}.fivestar-page .bantuan-cepat-wrap{padding:0;background:var(--bg-soft)}.fivestar-page .bantuan-cepat{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;transform:translateY(-44px);margin-bottom:-12px}@media (max-width:860px){.fivestar-page .bantuan-cepat{grid-template-columns:1fr;transform:translateY(-32px)}}.fivestar-page .bantuan-cepat-item{display:flex;flex-direction:column;gap:6px;padding:24px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 24px 40px -32px #141b2e73;transition:border-color .18s ease,transform .18s ease}.fivestar-page .bantuan-cepat-item strong{font-size:1.05rem;color:var(--ink)}.fivestar-page .bantuan-cepat-item span{font-size:.9rem;color:var(--muted);line-height:1.55}.fivestar-page .bantuan-cepat-item:hover{border-color:var(--accent);transform:translateY(-3px)}.fivestar-page .bantuan-tata{display:grid;grid-template-columns:220px minmax(0,1fr);gap:clamp(32px,6vw,96px);align-items:start}.fivestar-page .bantuan-daftar{position:sticky;top:110px;display:flex;flex-direction:column;gap:4px}.fivestar-page .bantuan-daftar p{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:8px}.fivestar-page .bantuan-daftar a{padding:10px 14px;border-radius:var(--radius-sm);font-weight:600;color:var(--ink-soft)}.fivestar-page .bantuan-daftar a:hover{background:var(--bg-soft);color:var(--accent-dark)}.fivestar-page .bantuan-kelompok{scroll-margin-top:110px}.fivestar-page .bantuan-kelompok+.bantuan-kelompok{margin-top:56px}.fivestar-page .bantuan-kelompok h2{font-size:1.5rem;margin-bottom:12px}@media (max-width:860px){.fivestar-page .bantuan-tata{grid-template-columns:1fr}.fivestar-page .bantuan-daftar{position:static;flex-direction:row;flex-wrap:wrap}.fivestar-page .bantuan-daftar p{width:100%}.fivestar-page .bantuan-daftar a{border:1px solid var(--line);border-radius:999px}}.fivestar-page .kontak-tata{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,4fr);gap:clamp(28px,4vw,56px);align-items:start}@media (max-width:960px){.fivestar-page .kontak-tata{grid-template-columns:1fr}}.fivestar-page .kontak-saluran{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}.fivestar-page .saluran{padding:22px 26px;border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:6px;align-items:flex-start}.fivestar-page .saluran h3{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.fivestar-page .saluran a{color:var(--ink);font-weight:700}.fivestar-page .saluran a:hover{color:var(--accent-dark)}.fivestar-page .saluran p{color:var(--ink-soft);line-height:1.6;font-size:.94rem}.fivestar-page .saluran-besar{font-size:1.45rem;font-weight:600}.fivestar-page .saluran--gelap{background:var(--dark);border-bottom:none;gap:10px}.fivestar-page .saluran--gelap h3{color:#8fb4f7}.fivestar-page .saluran--gelap p{color:#ffffffb8}.fivestar-page .saluran--gelap .btn{color:#fff}.fivestar-page .footer-alamat{margin-top:12px!important;font-size:.84rem!important}*,*:before,*:after{box-sizing:border-box}html{font-size:100%;-webkit-text-size-adjust:100%}body{margin:0;position:relative;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(.875rem,.842vw + .875rem,1rem);font-weight:400;line-height:1.5;color:#bfbfbf;background-color:#fff}h1,h2,h3,h4,h5,h6{margin:0 0 1rem;font-family:Plus Jakarta Sans,sans-serif;font-weight:700;line-height:1.2}h1{font-size:clamp(2.4rem,3.368vw + 1rem,4rem)}h2{font-size:clamp(1.8rem,2.526vw + 1rem,3rem)}h3{font-size:clamp(1.5rem,1.684vw + 1rem,2rem)}h4{font-size:clamp(1.3rem,1.263vw + 1rem,1.5rem)}h5{font-size:clamp(1.2rem,1.473vw + 1rem,1.25rem)}h6{font-size:clamp(1rem,1.052vw + 1rem,1.125rem)}p{margin:0 0 1rem;line-height:1.5}small{font-size:.875rem;line-height:1.715}ol,ul{padding-left:2rem;margin-top:0;margin-bottom:1rem}dl{margin-top:0;margin-bottom:1rem}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}th{text-align:inherit}label{display:inline-block}button{border-radius:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}button,[type=button],[type=submit]{-webkit-appearance:button}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;line-height:inherit}summary{display:list-item;cursor:pointer}[hidden]{display:none!important}.btn{display:inline-block;line-height:1.5;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none}
