[hidden]{display:none!important}
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');
:root{--blue:#2563eb;--blue2:#1d4ed8;--soft:#eff6ff;--yellow:#facc15;--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;--bg:#fff;--surface:#f8fafc;--shadow:0 24px 70px rgba(15,23,42,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',sans-serif;color:var(--site-text,var(--ink));background:var(--site-bg,#fff)}button,input,select,textarea{font:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}.hidden{display:none!important}.container{width:min(1420px,calc(100% - 44px));margin:auto}.header{height:78px;border-bottom:1px solid rgba(226,232,240,.75);background:rgba(255,255,255,.92);backdrop-filter:blur(16px);position:sticky;top:0;z-index:40}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:11px}.brand img{width:44px;height:44px;object-fit:contain}.brand-copy strong{font-family:'Playfair Display',serif;font-size:19px;display:block}.brand-copy small{color:var(--muted);font-size:10px}.nav{display:flex;align-items:center;gap:25px;font-size:13px}.nav a:hover{color:var(--blue)}.cart-btn{border:0;background:var(--ink);color:#fff;border-radius:999px;padding:11px 16px;font-weight:700;display:flex;gap:8px;align-items:center}.badge{min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--yellow);color:#111827;display:grid;place-items:center;font-size:10px}.hero{padding:64px 0 34px;background:radial-gradient(circle at 14% 10%,#eff6ff 0,transparent 28%),radial-gradient(circle at 84% 4%,#fefce8 0,transparent 22%),#fff}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:45px;align-items:end}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--blue2);font-weight:700}.dot{width:8px;height:8px;background:var(--yellow);border-radius:50%}.hero h1{font-family:'Playfair Display',serif;font-size:clamp(48px,6vw,86px);line-height:.95;margin:13px 0 22px;letter-spacing:-.04em}.hero p{color:var(--muted);font-size:17px;line-height:1.65;max-width:620px}.hero-note{align-self:center;background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px;box-shadow:var(--shadow)}.hero-note b{font-size:15px}.hero-note p{font-size:13px;margin:8px 0 0}.section{padding:34px 0 80px}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:15px 0 30px}.chips{display:flex;gap:9px;flex-wrap:wrap}.chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 18px;font-size:12px}.chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.search{min-width:310px;border:1px solid var(--line);border-radius:16px;padding:12px 15px;display:flex;align-items:center;gap:10px;background:#fff}.search input{width:100%;border:0;outline:0;font-size:13px}.catalog{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.card{border:1px solid var(--line);border-radius:26px;background:#fff;overflow:hidden;transition:.22s transform,.22s box-shadow}.card:hover{transform:translateY(-5px);box-shadow:0 22px 55px rgba(37,99,235,.09)}.card-visual{height:190px;background:linear-gradient(145deg,#f8fbff,#fffef4);display:grid;place-items:center;position:relative}.card-visual img{width:145px;height:145px;object-fit:contain;filter:saturate(.75)}.price-tag{position:absolute;right:17px;bottom:17px;background:var(--ink);color:#fff;border-radius:12px;padding:9px 11px;font-size:10px;font-weight:700}.card-body{padding:23px}.cat-label{color:var(--blue);font-size:11px;font-weight:700;text-transform:uppercase}.card h3{font-size:20px;margin:7px 0 9px}.card p{color:var(--muted);line-height:1.6;font-size:12px;min-height:39px}.card-foot{display:flex;align-items:center;justify-content:space-between;margin-top:19px}.card-foot b{font-size:14px}.detail-link{border:0;background:transparent;color:var(--blue);font-weight:700}.empty{grid-column:1/-1;text-align:center;padding:70px;border:1px dashed var(--line);border-radius:24px;color:var(--muted)}.footer{border-top:1px solid var(--line);padding:26px 0;color:var(--muted);font-size:11px}.footer .container{display:flex;justify-content:space-between;gap:20px}.overlay{position:fixed;inset:0;background:rgba(15,23,42,.48);display:none;align-items:center;justify-content:center;padding:20px;z-index:100}.overlay.open{display:flex}.modal{width:min(760px,96vw);max-height:92vh;overflow:auto;background:#fff;border-radius:28px;box-shadow:var(--shadow);position:relative}.modal-head{padding:25px 27px 0}.modal-close{position:absolute;right:18px;top:18px;border:1px solid var(--line);background:#fff;width:38px;height:38px;border-radius:50%}.modal-body{padding:22px 27px 28px}.service-modal-grid{display:grid;grid-template-columns:180px 1fr;gap:26px}.service-logo{border:1px solid var(--line);background:var(--surface);border-radius:22px;min-height:180px;display:grid;place-items:center}.service-logo img{width:130px}.package-grid{display:grid;gap:9px;margin-top:15px}.package-option{border:1px solid var(--line);border-radius:15px;padding:13px 15px;display:flex;justify-content:space-between;gap:10px}.package-option.selected{border-color:var(--blue);background:var(--soft);box-shadow:0 0 0 2px rgba(37,99,235,.08)}.package-option strong{font-size:12px}.btn-row{display:flex;gap:10px;margin-top:19px}.btn{border:0;border-radius:13px;padding:12px 17px;font-weight:700;font-size:12px}.btn-primary{background:var(--blue);color:#fff}.btn-dark{background:var(--ink);color:#fff}.btn-light{background:#fff;border:1px solid var(--line)}.btn-yellow{background:var(--yellow);color:#111827}.drawer-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.32);z-index:80;display:none}.drawer-backdrop.open{display:block}.drawer{position:fixed;top:0;right:-500px;width:min(460px,94vw);height:100vh;background:#fff;z-index:90;box-shadow:-30px 0 80px rgba(15,23,42,.16);transition:right .25s;display:flex;flex-direction:column}.drawer.open{right:0}.drawer-head{padding:23px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.drawer-body{padding:17px 23px;overflow:auto;flex:1}.cart-item{display:grid;grid-template-columns:1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-item small{color:var(--muted)}.icon-btn{border:0;background:#fff;color:#ef4444}.drawer-foot{border-top:1px solid var(--line);padding:20px 23px}.sumrow{display:flex;justify-content:space-between;font-size:12px;margin:8px 0}.sumrow.total{font-size:16px;font-weight:700;border-top:1px dashed var(--line);padding-top:12px;margin-top:12px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field{display:grid;gap:6px;font-size:11px;font-weight:700}.field.full{grid-column:1/-1}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:13px;padding:12px 13px;outline:0;background:#fff}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px var(--soft)}.payment-box{background:#0f172a;color:#fff;border-radius:18px;padding:18px;margin:18px 0}.payment-box small{color:#cbd5e1}.upload{border:1px dashed #94a3b8;border-radius:16px;padding:16px;background:var(--surface)}.muted{color:var(--muted)}.notice{background:#fffbeb;border:1px solid #fde68a;border-radius:14px;padding:12px 14px;color:#854d0e;font-size:11px}.success{text-align:center;padding:30px}.success-mark{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#ecfdf5;color:#059669;font-size:28px;margin:0 auto 15px}.invoice{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:var(--surface);padding:10px;border-radius:12px;margin:12px auto;display:inline-block}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);background:#0f172a;color:#fff;border-radius:12px;padding:11px 16px;font-size:11px;opacity:0;pointer-events:none;transition:.2s;z-index:150}.toast.show{opacity:1;transform:translate(-50%,0)}.loading{padding:80px;text-align:center;color:var(--muted)}
@media(max-width:980px){.catalog{grid-template-columns:repeat(2,1fr)}.hero-grid{grid-template-columns:1fr}.hero-note{display:none}.nav a{display:none}}
@media(max-width:680px){.container{width:min(100% - 26px,1420px)}.header{height:68px}.brand-copy small{display:none}.brand img{width:38px;height:38px}.hero{padding-top:38px}.hero h1{font-size:48px}.hero p{font-size:14px}.toolbar{align-items:stretch;flex-direction:column}.search{min-width:0}.catalog{grid-template-columns:1fr}.card-visual{height:165px}.service-modal-grid{grid-template-columns:1fr}.service-logo{min-height:120px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.footer .container{flex-direction:column}.nav{gap:8px}.cart-btn{padding:10px 12px}.cart-btn .label{display:none}}
.brand-placeholder{width:44px;height:44px;border-radius:14px;background:linear-gradient(145deg,var(--soft),#fffbea);border:1px solid var(--line);display:grid;place-items:center;font-weight:800;color:var(--blue2);font-size:13px;letter-spacing:.04em}.brand img[hidden]{display:none}.service-placeholder{width:116px;height:116px;border-radius:28px;background:linear-gradient(145deg,var(--soft),#fffbea);border:1px solid var(--line);display:grid;place-items:center;font-family:'Playfair Display',serif;font-size:28px;font-weight:700;color:var(--blue2);letter-spacing:.03em}.service-logo .service-placeholder{width:130px;height:130px}.card-visual>.service-placeholder{width:130px;height:130px}@media(max-width:680px){.brand-placeholder{width:38px;height:38px;border-radius:12px}.card-visual>.service-placeholder{width:110px;height:110px}}


/* Payment methods: bank transfer + per-site QRIS */
.payment-options{margin-top:13px;display:grid;gap:12px}.payment-option{border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:13px;background:rgba(255,255,255,.06)}.payment-option-label{font-size:9px;font-weight:800;letter-spacing:.14em;color:#fde047;margin-bottom:5px}.payment-bank{font-size:17px;font-weight:800;margin-bottom:3px}.payment-divider{display:flex;align-items:center;gap:10px;color:#94a3b8;font-size:9px;font-weight:800;letter-spacing:.13em}.payment-divider:before,.payment-divider:after{content:'';height:1px;background:rgba(255,255,255,.14);flex:1}.qris-option{display:grid;grid-template-columns:1fr 170px;gap:16px;align-items:center;border:1px solid rgba(255,255,255,.16);border-radius:16px;padding:14px;background:#fff;color:var(--ink)}.qris-option small{display:block;color:var(--muted);margin-top:6px;line-height:1.5}.qris-frame{background:#fff;border:1px solid var(--line);border-radius:14px;padding:8px;display:block}.qris-frame img{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:8px}.qris-option .payment-option-label{color:var(--blue2)}
@media(max-width:680px){.qris-option{grid-template-columns:1fr}.qris-frame{width:min(240px,100%);margin:auto}.payment-bank{font-size:15px}}

/* v4 booking reliability */
.btn:disabled{opacity:.62;cursor:not-allowed;filter:saturate(.65)}
.submit-status{display:none;margin-top:12px;border-radius:12px;padding:11px 13px;font-size:11px;font-weight:700;line-height:1.45}
.submit-status.loading{display:block;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}
.submit-status.error{display:block;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}

/* V12 — responsive across laptop, Android, iPhone, tablet and Mac */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{overflow-x:hidden}.container,.header-inner,.hero-grid,.catalog,.card,.modal,.participant,.form-grid>*{min-width:0}img{max-width:100%}.btn,button,input,select,textarea{touch-action:manipulation}.btn,.cart-btn,.chip,.participant-actions button{min-height:42px}input,select,textarea{max-width:100%}.overlay{overscroll-behavior:contain}.modal{max-height:calc(100dvh - 24px)}.drawer{height:100dvh}.drawer-body{-webkit-overflow-scrolling:touch}.checkout-bar{bottom:max(12px,env(safe-area-inset-bottom))}#participantsSection h2{font-size:clamp(34px,6vw,48px)!important;line-height:1.05}.reseller-identity{max-width:100%}.participant-head>*{min-width:0}.participant-actions{flex-wrap:wrap}.card p,.hero p,.notice,.muted{overflow-wrap:anywhere}
@media(max-width:1180px){.container{width:min(100% - 36px,1100px)}.catalog{grid-template-columns:repeat(3,minmax(0,1fr))}.hero h1{font-size:clamp(46px,7vw,72px)}}
@media(max-width:980px){.catalog{grid-template-columns:repeat(2,minmax(0,1fr))}.header-inner{gap:12px}.nav{gap:12px}.section{padding-bottom:64px}.hero{padding-top:48px}}
@media(max-width:720px){.container{width:min(100% - 26px,680px)}.header{height:68px}.brand-copy strong{font-size:17px}.nav a{display:none}.hero{padding:34px 0 25px}.hero h1{font-size:clamp(40px,12vw,56px)}.hero p{font-size:14px}.toolbar{align-items:stretch;flex-direction:column}.search{min-width:0;width:100%}.catalog{grid-template-columns:1fr}.card-visual{height:180px}.service-modal-grid,.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.modal{width:min(100%,680px);border-radius:22px}.overlay{padding:10px}.modal-body{padding:20px 16px 22px}.modal-head{padding:20px 16px 0}.btn-row{flex-direction:column}.btn-row .btn{width:100%}.footer .container{flex-direction:column}.checkout-bar{align-items:stretch;flex-direction:column}.checkout-bar .btn{width:100%}.qris-option{grid-template-columns:1fr}.qris-frame{width:min(240px,100%);margin:auto}}
@media(max-width:520px){.container{width:min(100% - 20px,500px)}.brand-copy small{display:none}.brand-placeholder,.brand img{width:38px;height:38px}.cart-btn{padding:10px 12px}.cart-btn .label{display:none}.hero{padding-top:28px}.hero h1{font-size:clamp(38px,12vw,48px)}.section{padding:26px 0 54px}.chips{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{white-space:nowrap;flex:0 0 auto}.card-body{padding:18px}.card-foot{gap:8px}.participant{padding:14px;border-radius:16px}.participant-head{align-items:flex-start;flex-direction:column}.participant-actions{width:100%}.participant-actions button{flex:1}.field input,.field select,.field textarea,.search input{font-size:16px}.payment-box{padding:14px}.modal-close{right:10px;top:10px}.drawer{width:100vw}.drawer-head,.drawer-body,.drawer-foot{padding-left:16px;padding-right:16px}.empty{padding:42px 18px}.footer{padding-bottom:max(26px,env(safe-area-inset-bottom))}}
@media(max-width:360px){.container{width:min(100% - 16px,344px)}.hero h1{font-size:36px}.price-tag{right:10px;bottom:10px}.card-body{padding:15px}.participant-actions{display:grid;grid-template-columns:1fr 1fr}.checkout-bar{border-radius:17px}}
@media(max-height:560px) and (orientation:landscape){.modal{max-height:96dvh}.hero{padding:24px 0}.hero-note{display:none}.section{padding-bottom:44px}}
@media(hover:none){.card:hover{transform:none;box-shadow:none}.chip:hover,.btn:hover{filter:none}}


/* V13 — configurable UI presets for new sites */
body[data-ui-template="modern-clean"] .card{border-radius:18px;box-shadow:0 8px 26px rgba(15,23,42,.05)}
body[data-ui-template="modern-clean"] .hero-note{border-radius:18px}
body[data-ui-template="soft-card"]{--surface:#f8fafc}
body[data-ui-template="soft-card"] .hero{background:linear-gradient(180deg,var(--site-bg,#fff),var(--soft))}
body[data-ui-template="soft-card"] .card,
body[data-ui-template="soft-card"] .modal,
body[data-ui-template="soft-card"] .participant{border-radius:30px;box-shadow:0 16px 50px rgba(15,23,42,.08)}
body[data-ui-template="soft-card"] .card-visual{border-radius:28px 28px 0 0}
body[data-ui-template="editorial"] .hero h1,
body[data-ui-template="editorial"] .brand-copy strong,
body[data-ui-template="editorial"] .card h3{font-family:'Playfair Display',serif}
body[data-ui-template="editorial"] .card{border-radius:4px;box-shadow:none;border-color:#cbd5e1}
body[data-ui-template="editorial"] .chip,
body[data-ui-template="editorial"] .search,
body[data-ui-template="editorial"] .btn{border-radius:4px}
body[data-ui-template="editorial"] .hero{background:var(--site-bg,#fff);border-bottom:1px solid var(--line)}
body[data-ui-template="bold-pop"] .card{border:2px solid var(--site-text,var(--ink));border-radius:20px;box-shadow:7px 7px 0 var(--site-text,var(--ink))}
body[data-ui-template="bold-pop"] .card:hover{box-shadow:10px 10px 0 var(--site-text,var(--ink));transform:translate(-2px,-2px)}
body[data-ui-template="bold-pop"] .chip,
body[data-ui-template="bold-pop"] .search,
body[data-ui-template="bold-pop"] .package-option{border:2px solid var(--site-text,var(--ink))}
body[data-ui-template="bold-pop"] .price-tag{background:var(--yellow);color:var(--site-text,var(--ink));border:2px solid var(--site-text,var(--ink))}
body[data-ui-template="minimal"] .hero{background:var(--site-bg,#fff)}
body[data-ui-template="minimal"] .hero-note{display:none}
body[data-ui-template="minimal"] .hero-grid{grid-template-columns:1fr}
body[data-ui-template="minimal"] .card{border-radius:10px;box-shadow:none}
body[data-ui-template="minimal"] .card-visual{background:#fff;border-bottom:1px solid var(--line)}
body[data-ui-template="minimal"] .chip,
body[data-ui-template="minimal"] .search,
body[data-ui-template="minimal"] .btn{border-radius:8px}

/* v14 participant polish */
.participant-list{display:grid;gap:20px;margin-top:18px}.participant{background:#fff;border:1px solid var(--line,#dbe5f1);border-radius:24px;padding:20px;box-shadow:0 14px 40px rgba(15,23,42,.06)}.participant-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:flex-start;margin-bottom:16px}.participant-title{min-width:0}.participant-kicker{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--blue,#2563EB)}.participant-title h3{margin:8px 0 0;font-size:22px;line-height:1.15}.selected-pkg{display:inline-flex;flex-wrap:wrap;gap:6px;align-items:center;margin-top:10px;padding:10px 14px;border-radius:999px;font-size:13px;font-weight:700}.participant-side{display:grid;gap:12px;justify-items:end}.participant-price{padding:10px 14px;border-radius:14px;background:#0f172a;color:#fff;font-weight:800;font-size:14px}.participant-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.participant-actions button{border:1px solid var(--line,#dbe5f1);background:#fff;border-radius:12px;padding:10px 14px;font:inherit;font-weight:700;cursor:pointer}.participant-actions .del{background:#fff1f2;border-color:#fecdd3;color:#be123c}.participant-grid{display:grid;gap:16px}.participant-section{padding:16px;border:1px solid var(--line,#dbe5f1);border-radius:18px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)}.participant-section-title{margin-bottom:12px;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#64748b}.participant-section .form-grid{margin:0}.participant-section .field span{display:block;margin-bottom:8px;font-size:12px;font-weight:700}.participant-section .field input,.participant-section .field select,.participant-section .field textarea{width:100%}.reseller-identity{padding:18px 20px}.checkout-bar{backdrop-filter:blur(16px)}@media(max-width:820px){.participant-head{grid-template-columns:1fr}.participant-side{justify-items:start}.participant-actions{justify-content:flex-start}}@media(max-width:520px){.participant{padding:16px;border-radius:20px}.participant-title h3{font-size:19px}.selected-pkg{border-radius:16px}.participant-section{padding:14px}.participant-actions{width:100%}.participant-actions button{flex:1}}

/* FINAL GLOBAL ACCESSIBILITY & RESPONSIVE POLISH */
html{scroll-padding-top:90px}.btn:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline:3px solid rgba(37,99,235,.24);outline-offset:2px}.btn,button{transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}.btn:hover:not(:disabled){transform:translateY(-1px)}.field>span{line-height:1.35}.field input,.field select,.field textarea{min-height:44px}.card,.participant,.modal,.drawer{contain:layout paint}.drawer{padding-bottom:env(safe-area-inset-bottom)}.modal-close{z-index:4}.toast{max-width:min(92vw,520px);text-align:center}.empty{line-height:1.6}.service-logo img,.card-visual img{max-width:80%;max-height:80%}@media(max-width:520px){.overlay{align-items:flex-end}.modal{border-radius:22px 22px 0 0;max-height:94dvh;width:100%}.modal-body{padding-bottom:max(24px,env(safe-area-inset-bottom))}.service-modal-grid{gap:16px}.package-option{min-height:50px}.drawer{max-width:100vw}.toast{bottom:max(18px,env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* v20 — larger catalog visuals for readable price-list images */
.card-visual{min-height:260px;padding:14px;display:grid;place-items:center}
.card-visual img{width:100%;height:100%;object-fit:contain}
.service-placeholder{width:100%;height:100%}
@media(max-width:620px){.card-visual{min-height:220px;padding:12px}}
