:root{--orange:#e99a52;--orange-soft:#fff4e8;--orange-dark:#a85419;--red:#cf0a3c;--red-dark:#a70732;--green:#16845b;--green-dark:#0f6847;--ink:#25282d;--muted:#687078;--line:#e8e2dc;--paper:#fff;--bg:#faf8f5;--shadow:0 18px 55px rgba(67,48,30,.1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Roboto,Arial,sans-serif;line-height:1.55}h1,h2,h3,.btn,.eyebrow,.section-heading p,.subheading{font-family:"Gotham Medium",Montserrat,Arial,sans-serif;text-transform:uppercase;letter-spacing:.035em}a{color:inherit;text-decoration:none}.site-header{height:76px;padding:0 max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:10}.brand img{display:block;width:132px;height:47px;object-fit:cover}.track-link{font-size:14px;font-weight:700;color:var(--orange-dark);padding:9px 15px;border:1px solid #efc99f;border-radius:30px}.page-shell{min-height:calc(100vh - 142px);padding:48px 24px}.hero{max-width:1180px;min-height:670px;margin:-48px auto;display:grid;place-items:center;text-align:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#fffaf4 0%,#fff 52%,#fff0e0 100%);border-radius:0 0 32px 32px}.hero:before,.hero:after{content:"";position:absolute;border:1px solid rgba(233,154,82,.2);border-radius:50%}.hero:before{width:580px;height:580px;right:-250px;top:-280px}.hero:after{width:380px;height:380px;left:-180px;bottom:-160px}.hero-glow{position:absolute;width:300px;height:300px;background:rgba(233,154,82,.14);filter:blur(70px);top:25%;left:calc(50% - 150px)}.hero-content{position:relative;z-index:1;max-width:810px;padding:48px 28px}.eyebrow{display:inline-block;color:var(--orange-dark);font-size:12px;font-weight:700;letter-spacing:.18em;margin-bottom:20px}.hero-logo{width:270px;height:96px;object-fit:cover;display:block;margin:0 auto 28px;border-radius:8px;box-shadow:0 10px 30px rgba(207,10,60,.12)}.hero h1{font-size:clamp(30px,5vw,54px);line-height:1.12;margin:0 0 18px}.hero p{font-size:17px;color:var(--muted);max-width:680px;margin:0 auto}.info-row{display:flex;justify-content:center;gap:12px;margin:32px 0}.info-row div{min-width:170px;padding:14px 18px;background:rgba(255,255,255,.75);border:1px solid #f0dfcd;border-radius:12px}.info-row strong,.info-row span{display:block}.info-row strong{font-size:13px}.info-row span{font-size:11px;color:var(--muted);margin-top:2px}.btn{border:0;border-radius:9px;padding:13px 22px;font-size:12px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:.2s;letter-spacing:.07em}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.btn-red{background:var(--red);color:white}.btn-red:hover{background:var(--red-dark)}.btn-green{background:var(--green);color:white}.btn-green:hover{background:var(--green-dark)}.btn-light{background:#f0ece8;color:#45413e}.btn-hero{font-size:16px;padding:16px 50px;box-shadow:0 12px 26px rgba(207,10,60,.22)}.hero-note{display:block;color:var(--muted);margin-top:12px}.steps{max-width:760px;margin:28px auto 0;display:flex;justify-content:space-between;position:relative}.steps:before{content:"";position:absolute;height:2px;background:#e4ddd6;left:8%;right:8%;top:17px}.step{position:relative;text-align:center;color:#a39d97;z-index:1;min-width:90px}.step span{display:grid;place-items:center;margin:auto;width:36px;height:36px;border-radius:50%;background:#eee9e4;border:3px solid var(--bg);font-weight:700;font-size:12px}.step small{display:block;margin-top:6px;font-size:11px}.step.active,.step.done{color:var(--orange-dark)}.step.active span{background:var(--orange);color:#fff}.step.done span{background:var(--green);color:white}.form-card,.success-card{max-width:980px;margin:0 auto;background:var(--paper);border:1px solid var(--line);border-top:4px solid var(--orange);border-radius:14px;padding:36px;box-shadow:var(--shadow)}.form-card.narrow{max-width:680px}.section-heading{display:flex;align-items:center;gap:16px;margin-bottom:24px}.section-heading>span{width:49px;height:49px;display:grid;place-items:center;color:white;background:var(--orange);border-radius:10px;font-family:Montserrat,sans-serif;font-weight:700}.section-heading p{margin:0;color:var(--orange-dark);font-size:10px;font-weight:700;letter-spacing:.15em}.section-heading h1{font-size:24px;margin:2px 0 0}.notice{padding:15px 18px;background:var(--orange-soft);border-left:4px solid var(--orange);border-radius:7px;font-size:13px;color:#774c28;margin:0 0 24px}.alert{padding:14px 18px;background:#fff0f2;border:1px solid #f2bac7;color:#8e1733;border-radius:8px;margin-bottom:20px;font-size:13px}.alert ul{margin:6px 0 0;padding-left:20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 24px}.form-grid label{display:block}.form-grid label>span,.signature-head>span{display:block;font-weight:700;font-size:12px;margin-bottom:7px}.form-grid b,.signature-box b{color:var(--red)}.full{grid-column:1/-1}input,select,textarea{width:100%;border:1px solid #d9d4ce;border-radius:8px;padding:12px 13px;background:#fff;color:var(--ink);font:14px Inter,sans-serif;outline:none;transition:.2s}input:focus,select:focus,textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(233,154,82,.13)}textarea{min-height:90px;resize:vertical}.file-field{background:#fcfaf8;border:1px dashed #d8c8b8;padding:15px;border-radius:9px}.file-field input{background:white;padding:9px}.file-field small,.signature-box small{display:block;color:var(--muted);font-size:10px;margin-top:6px}.subheading{padding:13px 0 6px;border-bottom:1px solid var(--line);font-size:12px;font-weight:700;color:var(--orange-dark)}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.review-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}.review-grid article{border:1px solid var(--line);border-radius:10px;padding:22px}.review-grid h2{font-size:14px;color:var(--orange-dark);margin:0 0 16px;padding-bottom:11px;border-bottom:1px solid var(--line)}dl{display:grid;grid-template-columns:125px 1fr;gap:9px 12px;margin:0;font-size:12px}dt{color:var(--muted)}dd{margin:0;font-weight:600;word-break:break-word}.status-pill{display:inline-block;padding:5px 10px;border-radius:30px;background:var(--orange-soft);color:var(--orange-dark);font-size:10px;font-weight:700}.signature-box{border:1px solid var(--line);border-radius:10px;padding:15px;margin:18px 0}.signature-head{display:flex;justify-content:space-between}.text-button{background:none;border:0;color:var(--red);font-size:11px;font-weight:700;cursor:pointer}#signaturePad{display:block;width:100%;height:170px;border:1px dashed #cfc6bd;border-radius:7px;background:#fff}.agreement{display:flex;gap:10px;align-items:flex-start;font-size:12px;background:#f8f6f3;padding:14px;border-radius:8px}.agreement input{width:auto;margin-top:3px}.success-card{text-align:center;max-width:760px}.success-icon{margin:0 auto 18px;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:30px}.success-card h1{font-size:26px;margin:0 0 12px}.success-card>p{color:var(--muted)}.ticket{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:10px;overflow:hidden;margin:28px 0}.ticket div{background:#fff;padding:22px}.ticket small,.ticket strong{display:block}.ticket small{font-size:9px;color:var(--muted);letter-spacing:.12em}.ticket strong{font-size:18px;margin-top:5px}.center{justify-content:center}.lead{color:var(--muted);font-size:13px;margin-top:-14px;margin-bottom:24px}.track-result{margin-top:28px;padding:24px;background:var(--orange-soft);border-radius:10px;text-align:center}.track-result h2{font-size:18px;margin:10px 0 3px}.track-result p{margin:0 0 6px}.track-result small{color:var(--muted)}footer{text-align:center;padding:22px;font-size:10px;color:#8d8882}.modal{position:fixed;inset:0;background:rgba(23,20,18,.56);display:none;align-items:center;justify-content:center;padding:20px;z-index:1000;backdrop-filter:blur(3px)}.modal.open{display:flex}.modal-card{background:#fff;width:min(420px,100%);padding:30px;border-radius:15px;box-shadow:0 30px 90px rgba(0,0,0,.3);text-align:center;animation:pop .18s ease-out}.modal-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#fff0f2;color:var(--red);font-size:24px;font-weight:800;margin:auto}.modal-card h2{font-size:17px;margin:15px 0 7px}.modal-card p{font-size:13px;color:var(--muted);margin:0 0 22px}.modal-actions{display:flex;justify-content:center;gap:10px}@keyframes pop{from{transform:scale(.94);opacity:0}to{transform:scale(1);opacity:1}}
@media(max-width:720px){.site-header{height:68px;padding:0 16px}.brand img{width:112px;height:40px}.page-shell{padding:28px 14px}.hero{margin:-28px -14px;min-height:calc(100vh - 68px);border-radius:0}.hero-content{padding:40px 18px}.hero-logo{width:220px;height:78px}.hero h1{font-size:31px}.hero p{font-size:14px}.info-row{display:grid;grid-template-columns:1fr 1fr}.info-row div{min-width:0}.info-row div:last-child{grid-column:1/-1}.steps{margin:20px 8px 0}.step{min-width:52px}.step small{font-size:9px}.form-card,.success-card{padding:22px 16px}.section-heading h1{font-size:19px}.form-grid,.review-grid{grid-template-columns:1fr}.form-grid>*{grid-column:1}.review-grid article{padding:17px}.form-actions{flex-direction:column-reverse}.form-actions .btn{width:100%}.ticket{grid-template-columns:1fr}dl{grid-template-columns:105px 1fr}}

/* Logo baru memiliki komposisi horizontal; tampilkan utuh tanpa terpotong. */
.brand img,.hero-logo{object-fit:contain}

.btn-cancel{background:#fff;color:var(--red);border:1px solid #e7a6b6}.btn-cancel:hover{background:#fff0f2}.camera-field{background:#fcfaf8;border:1px dashed #d8c8b8;padding:15px;border-radius:9px}.camera-field>span{display:block;font-weight:700;font-size:12px;margin-bottom:7px}.camera-field b{color:var(--red)}.camera-field>p{font-size:11px;color:var(--muted);margin:0 0 12px}.camera-stage{width:min(100%,520px);aspect-ratio:4/3;margin:auto;background:#202326;border-radius:12px;overflow:hidden;display:grid;place-items:center}.camera-stage video,.camera-stage img{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.camera-placeholder{color:#ddd;text-align:center;display:flex;flex-direction:column;align-items:center;gap:3px}.camera-placeholder[hidden]{display:none}.camera-placeholder span{font-size:48px;color:var(--orange)}.camera-placeholder strong{font-size:13px}.camera-placeholder small{font-size:10px;color:#aaa}.camera-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:13px}.camera-status{display:block;text-align:center;color:var(--muted);font-size:10px;margin-top:8px}.camera-status.success{color:var(--green);font-weight:700}
.identity-status{display:block!important;margin-top:9px!important;padding:8px 10px;border-radius:6px;background:#f0ece8;color:var(--muted);font-size:10px!important;font-weight:600!important}.identity-status.checking{background:var(--orange-soft);color:var(--orange-dark)}.identity-status.valid{background:#e8f7f0;color:var(--green-dark)}.identity-status.invalid{background:#fff0f2;color:var(--red)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}
.identity-capture-field>span:first-child{display:block;font-weight:700;font-size:12px;margin-bottom:7px}.identity-capture-field b{color:var(--red)}.btn-camera-option{width:100%;margin-top:10px}.identity-camera{margin-top:12px}.identity-camera-stage{position:relative;width:100%;aspect-ratio:4/3;background:#202326;border-radius:10px;overflow:hidden}.identity-camera-stage video,.identity-camera-stage img{width:100%;height:100%;object-fit:cover}.id-card-guide{position:absolute;inset:12%;border:3px solid rgba(255,255,255,.9);border-radius:12px;box-shadow:0 0 0 999px rgba(0,0,0,.28);pointer-events:none}.id-card-guide:before,.id-card-guide:after{content:"";position:absolute;width:30px;height:30px;border-color:var(--orange);border-style:solid}.id-card-guide:before{left:-4px;top:-4px;border-width:4px 0 0 4px;border-radius:10px 0 0}.id-card-guide:after{right:-4px;bottom:-4px;border-width:0 4px 4px 0;border-radius:0 0 10px}.id-card-guide span{position:absolute;left:50%;bottom:8px;transform:translateX(-50%);width:max-content;max-width:90%;padding:5px 8px;background:rgba(0,0,0,.62);color:#fff;border-radius:20px;font-size:9px}.selfie-camera-stage{position:relative}.face-guide{position:absolute;inset:0;pointer-events:none;display:grid;place-items:center}.face-guide>div{width:44%;height:72%;border:3px solid rgba(255,255,255,.95);border-radius:50%;box-shadow:none}.face-guide>span{position:absolute;bottom:7%;background:rgba(0,0,0,.65);color:#fff;padding:6px 10px;border-radius:20px;font-size:9px}.face-guide[hidden]{display:none}
.sent-date{display:block;margin:18px 0 10px;color:var(--muted)}.repair-button{display:flex;width:100%;margin-top:8px}
.correction-deadline{display:flex;justify-content:space-between;align-items:center;background:#fff0f2;color:#8e1733;padding:10px 12px;border-radius:7px;margin:4px 0 10px;font-size:10px}.correction-deadline strong{font-size:11px}
.document-upload-widget>span:first-child{display:block;font-weight:700;font-size:12px;margin-bottom:7px}.document-upload-widget b{color:var(--red)}.document-camera-button{width:100%;margin-top:9px;padding:10px 12px}.selected-files{margin-top:9px;padding:8px 10px;border-radius:6px;background:#f0ece8;color:var(--muted);font-size:10px}.selected-files span{display:block;padding:2px 0;word-break:break-all}.selected-files.has-files{background:#e8f7f0;color:var(--green-dark)}
.modal-card p{white-space:pre-line}
.modal-card.modal-large{width:min(1040px,96vw);max-height:92vh;overflow:auto;padding:34px 42px}.modal-card.modal-left{text-align:left}.modal-card.modal-left .modal-icon{margin-left:0}.modal-card.modal-left .modal-actions{justify-content:flex-end}.modal-card.modal-left #warningText{font-size:14px;line-height:1.7;color:#45413e}.modal-card.modal-left h2{text-align:left}@media(max-width:720px){.modal-card.modal-large{padding:25px 18px}.modal-card.modal-left #warningText{font-size:12px}.modal-card.modal-left .modal-actions{flex-direction:column}.modal-card.modal-left .modal-actions .btn{width:100%}}

/* Rasio asli logo 3.81:1 agar seluruh simbol dan tanda seru selalu terlihat. */
.brand img{width:156px;height:41px;object-fit:contain}
.hero-logo{width:min(360px,85vw);height:auto;aspect-ratio:1600/420;object-fit:contain}
@media(max-width:720px){.brand img{width:137px;height:36px}.hero-logo{width:min(310px,88vw);height:auto}}
.pwa-install-banner{position:fixed;left:50%;bottom:max(16px,env(safe-area-inset-bottom));z-index:900;width:min(620px,calc(100% - 28px));transform:translateX(-50%);display:grid;grid-template-columns:52px 1fr auto 28px;align-items:center;gap:12px;padding:12px 14px;background:#fff;border:1px solid var(--line);border-left:5px solid var(--orange);border-radius:14px;box-shadow:0 18px 55px rgba(20,15,12,.22)}.pwa-install-banner[hidden]{display:none}.pwa-install-banner img{width:52px;height:52px;border-radius:12px}.pwa-install-banner strong,.pwa-install-banner span{display:block}.pwa-install-banner strong{font-family:"Gotham Medium",Montserrat,Arial,sans-serif;font-size:13px}.pwa-install-banner span{margin-top:2px;color:var(--muted);font-size:11px}.pwa-install-banner .btn{padding:10px 15px}.pwa-install-close{width:28px;height:28px;border:0;background:transparent;color:var(--muted);font-size:22px;cursor:pointer}.pwa-offline-notice{position:fixed;left:0;right:0;top:0;z-index:1200;padding:8px 14px;background:#8f1d24;color:#fff;text-align:center;font-size:11px;font-weight:700}.pwa-offline-notice[hidden]{display:none}.is-offline .site-header{margin-top:34px}@media(max-width:620px){.pwa-install-banner{grid-template-columns:46px 1fr 24px}.pwa-install-banner img{width:46px;height:46px}.pwa-install-banner .btn{grid-column:1/-1;width:100%}.pwa-install-close{grid-column:3;grid-row:1}.pwa-install-banner div{grid-column:2;grid-row:1}}
.identity-cropper{margin-top:12px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:10px}.identity-cropper[hidden]{display:none}.identity-crop-stage{position:relative;width:min(100%,640px);aspect-ratio:1.586/1;margin:auto;overflow:hidden;background:#202326;border-radius:10px;touch-action:none;cursor:grab}.identity-crop-stage:active{cursor:grabbing}.identity-crop-stage canvas{display:block;width:100%;height:100%}.identity-crop-guide{position:absolute;inset:9px;border:2px dashed rgba(255,255,255,.95);border-radius:9px;box-shadow:0 0 0 999px rgba(0,0,0,.12);pointer-events:none}.identity-zoom{display:grid!important;grid-template-columns:auto 1fr;align-items:center;gap:12px;margin:12px auto 0;max-width:640px}.identity-zoom>span{margin:0!important;white-space:nowrap;font-size:10px!important}.identity-zoom input{padding:0}.identity-cropper>p{margin:8px auto 0;max-width:640px;text-align:center;color:var(--muted);font-size:10px}
.upload-optimizer-status{padding:11px 13px;border-radius:8px;background:var(--orange-soft);color:var(--orange-dark);font-size:11px;font-weight:600}.upload-optimizer-status.success{background:#e8f7f0;color:var(--green-dark)}.upload-optimizer-status.invalid{background:#fff0f2;color:var(--red)}
