:root{
  --bg:#070503;
  --panel:#100b07;
  --panel-2:#171009;
  --gold:#d8a84a;
  --gold-2:#f5d486;
  --gold-3:#8b5d16;
  --cream:#fff5dc;
  --muted:#c9bda8;
  --line:rgba(224,177,83,.25);
  --shadow:0 28px 80px rgba(0,0,0,.6);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;min-height:100vh;background:
  radial-gradient(circle at 12% 10%,rgba(214,163,65,.16),transparent 28rem),
  radial-gradient(circle at 88% 45%,rgba(139,93,22,.14),transparent 32rem),
  linear-gradient(135deg,#030201 0%,#0e0905 48%,#030201 100%);
  color:var(--cream);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow-x:hidden}
body::before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.18;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:44px 44px;mask-image:radial-gradient(circle at center,black,transparent 78%)}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
img{max-width:100%}
.shell{position:relative;width:min(100%,600px);margin:0 auto;background:#070503;min-height:100vh;box-shadow:0 0 0 1px rgba(255,214,128,.08),var(--shadow);overflow:hidden}
.shell::before,.shell::after{content:"";position:absolute;z-index:20;top:0;width:1px;height:100%;background:linear-gradient(transparent,var(--gold),transparent);opacity:.32;pointer-events:none}
.shell::before{left:0}.shell::after{right:0}
.ambient-orb{position:fixed;width:420px;height:420px;border-radius:50%;filter:blur(85px);opacity:.13;pointer-events:none;background:#d99a31;animation:orbFloat 12s ease-in-out infinite alternate}
.ambient-orb.one{left:4vw;top:8vh}.ambient-orb.two{right:3vw;bottom:5vh;animation-delay:-6s}
@keyframes orbFloat{to{transform:translate3d(35px,45px,0) scale(1.12)}}
.topbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 16px;background:linear-gradient(180deg,rgba(4,3,2,.97),rgba(8,5,3,.88));border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}
.brand{display:flex;align-items:center;gap:10px;min-width:0}
.brand-logo{width:118px;height:46px;object-fit:cover;object-position:center 60%;border-radius:8px;filter:drop-shadow(0 4px 12px rgba(216,168,74,.18))}
.brand-copy{font-family:Georgia,"Times New Roman",serif;color:var(--gold-2);font-size:12px;letter-spacing:.15em;text-transform:uppercase;white-space:nowrap}
.mini-cta{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;white-space:nowrap;text-align:center;line-height:1;border:1px solid rgba(240,201,117,.45);background:linear-gradient(145deg,#c28d2b,#f2d07c 45%,#9b6715);color:#160d02;padding:11px 14px;min-height:42px;border-radius:999px;font-weight:900;font-size:12px;box-shadow:0 7px 20px rgba(204,149,42,.24);transition:.25s ease}
.mini-cta:hover{transform:translateY(-2px);filter:brightness(1.08)}
.hero{position:relative;isolation:isolate;background:#050302}
.hero img{width:100%;height:auto;display:block}
.hero::after{content:"";position:absolute;inset:auto 0 0;height:24%;background:linear-gradient(transparent,#070503);z-index:1;pointer-events:none}
.hero-badge{position:absolute;z-index:2;left:50%;bottom:14px;transform:translateX(-50%);display:flex;align-items:center;gap:8px;padding:9px 13px;border-radius:999px;background:rgba(5,3,2,.82);border:1px solid rgba(246,210,132,.34);font-size:11px;font-weight:800;letter-spacing:.05em;box-shadow:0 10px 30px rgba(0,0,0,.42);backdrop-filter:blur(12px);white-space:nowrap}
.live-dot{width:8px;height:8px;border-radius:50%;background:#f1c35d;box-shadow:0 0 0 5px rgba(241,195,93,.12);animation:pulse 1.7s ease-in-out infinite}
@keyframes pulse{50%{transform:scale(.72);opacity:.6}}
.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);background:linear-gradient(180deg,#0d0805,#080503);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.trust-item{padding:17px 8px;text-align:center;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}
.trust-icon{width:30px;height:30px;margin:0 auto 7px;color:var(--gold-2)}
.trust-item b{display:block;font-family:Georgia,"Times New Roman",serif;color:var(--gold-2);font-size:13px}.trust-item span{display:block;color:var(--muted);font-size:10px;margin-top:3px}
.section{padding:42px 22px;position:relative}
.section.dark{background:linear-gradient(180deg,#070503,#120b06 55%,#070503)}
.eyebrow{display:flex;align-items:center;justify-content:center;gap:9px;color:var(--gold);font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;text-align:center}
.eyebrow::before,.eyebrow::after{content:"";height:1px;width:42px;background:linear-gradient(90deg,transparent,var(--gold))}.eyebrow::after{transform:scaleX(-1)}
.title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(31px,8vw,48px);line-height:1.02;text-align:center;margin:15px 0 13px;background:linear-gradient(180deg,#fff5d5 0%,#f4cd75 56%,#a66e1b 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 13px 34px rgba(211,154,42,.14)}
.subtitle{text-align:center;color:var(--muted);line-height:1.75;margin:0 auto;max-width:500px;font-size:14px}
.product-stage{position:relative;margin:30px auto 0;padding:22px;border-radius:28px;background:
 radial-gradient(circle at 50% 24%,rgba(234,194,109,.18),transparent 32%),linear-gradient(145deg,#191008,#080503);border:1px solid rgba(238,197,108,.24);box-shadow:inset 0 1px rgba(255,255,255,.05),0 24px 50px rgba(0,0,0,.45);overflow:hidden}
.product-stage::before{content:"";position:absolute;inset:-70% -40%;background:linear-gradient(115deg,transparent 42%,rgba(255,231,167,.12) 49%,transparent 56%);animation:sweep 6s linear infinite;pointer-events:none}
@keyframes sweep{to{transform:translateX(45%)}}
.product-stage img{position:relative;z-index:1;border-radius:18px;display:block;width:100%}
.product-meta{position:relative;z-index:2;display:flex;justify-content:space-between;gap:12px;align-items:end;margin-top:18px}
.price-small{color:var(--muted);font-size:12px}.price-big{font-family:Georgia,"Times New Roman",serif;color:var(--gold-2);font-size:31px;font-weight:800}.price-big small{font-size:13px;color:var(--muted);font-family:inherit}
.pill{padding:8px 10px;border-radius:999px;border:1px solid rgba(242,205,124,.28);background:rgba(229,174,65,.08);font-size:11px;color:#f6d58d;font-weight:800}
.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:22px}
.feature{position:relative;padding:18px 15px;border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.012));border:1px solid rgba(236,196,109,.16);overflow:hidden;min-height:132px}
.feature::after{content:"";position:absolute;width:70px;height:70px;border-radius:50%;right:-25px;bottom:-30px;background:rgba(221,164,51,.09);filter:blur(4px)}
.feature svg{width:28px;color:var(--gold-2)}.feature b{display:block;margin-top:14px;font-family:Georgia,"Times New Roman",serif;font-size:17px;color:#ffe7ae}.feature span{display:block;color:var(--muted);font-size:11px;line-height:1.55;margin-top:5px}
.visual-panel{position:relative;background:#070503}
.visual-panel img{display:block;width:100%;height:auto}
.visual-panel::before{content:"";position:absolute;inset:0;box-shadow:inset 0 18px 30px #070503,inset 0 -18px 30px #070503;z-index:2;pointer-events:none;opacity:.38}
.offer{background:radial-gradient(circle at 50% 0,rgba(222,170,61,.16),transparent 40%),linear-gradient(#100905,#050302);padding-bottom:116px}
.offer-list{display:grid;gap:16px;margin-top:26px}
.package-card{position:relative;border:1px solid rgba(239,200,116,.26);border-radius:24px;padding:18px;background:linear-gradient(145deg,#171008,#090604);box-shadow:0 20px 45px rgba(0,0,0,.38);overflow:hidden;transition:.3s ease}
.package-card:hover{transform:translateY(-4px);border-color:rgba(246,211,137,.5)}
.package-card.best{border-color:rgba(246,211,137,.55);box-shadow:0 20px 60px rgba(193,132,28,.14)}
.best-label{position:absolute;top:13px;right:-33px;transform:rotate(35deg);background:linear-gradient(90deg,#b37616,#f2cc76);color:#1a0e02;padding:7px 38px;font-size:9px;font-weight:1000;letter-spacing:.08em}
.package-top{display:grid;grid-template-columns:108px 1fr;gap:16px;align-items:center}.package-top img{border-radius:14px;background:#e8dfca}
.package-name{font-family:Georgia,"Times New Roman",serif;font-size:21px;color:#ffe4a4;margin:0}.package-desc{font-size:11px;color:var(--muted);line-height:1.6;margin:7px 0 0}
.old-price{color:#887b69;text-decoration:line-through;font-size:12px;margin-top:12px}.offer-price{font-family:Georgia,"Times New Roman",serif;font-weight:900;color:#f8d987;font-size:31px;line-height:1}.save{color:#d9c5a2;font-size:10px;margin-top:7px}
.buy-btn{position:relative;display:flex;align-items:center;justify-content:center;gap:9px;width:100%;border:0;border-radius:15px;margin-top:15px;padding:15px 18px;background:linear-gradient(105deg,#9b6415,#f4d27c 42%,#b77c1c 70%,#f6df9d);background-size:180% 100%;color:#1b0f03;font-weight:1000;letter-spacing:.03em;box-shadow:0 13px 32px rgba(213,158,46,.2);animation:btnGlow 4s ease-in-out infinite;overflow:hidden}.buy-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}
@keyframes btnGlow{50%{background-position:100% 0;box-shadow:0 16px 38px rgba(231,180,66,.3)}}
.note-box{display:flex;gap:12px;padding:16px;border-radius:17px;background:rgba(255,255,255,.035);border:1px dashed rgba(239,198,109,.24);margin-top:19px;color:var(--muted);font-size:11px;line-height:1.55}.note-box svg{flex:0 0 24px;color:var(--gold-2)}
.faq{padding-bottom:110px}.faq-list{margin-top:22px;display:grid;gap:10px}.faq-item{border-radius:16px;border:1px solid rgba(236,196,109,.15);background:#0d0805;overflow:hidden}.faq-q{width:100%;border:0;background:transparent;color:#f7dfaa;padding:16px;display:flex;align-items:center;justify-content:space-between;text-align:left;font-weight:800}.faq-q svg{width:18px;transition:.25s}.faq-a{max-height:0;overflow:hidden;color:var(--muted);font-size:12px;line-height:1.7;padding:0 16px;transition:.35s ease}.faq-item.open .faq-a{max-height:150px;padding-bottom:16px}.faq-item.open .faq-q svg{transform:rotate(45deg)}
.footer{padding:30px 20px 110px;text-align:center;background:#030201;border-top:1px solid var(--line)}.footer-logo{width:180px;height:95px;object-fit:cover;object-position:center 56%;border-radius:14px}.footer p{font-size:10px;line-height:1.65;color:#756a5c;max-width:460px;margin:12px auto 0}
.sticky-order{position:fixed;z-index:90;left:50%;bottom:12px;transform:translateX(-50%);width:min(calc(100% - 24px),570px);padding:10px;border-radius:20px;background:rgba(12,7,4,.92);border:1px solid rgba(247,210,130,.28);box-shadow:0 18px 60px rgba(0,0,0,.68);backdrop-filter:blur(18px);display:flex;align-items:center;gap:11px}.sticky-order .price{flex:1;padding-left:6px}.sticky-order .price small{display:block;color:var(--muted);font-size:9px}.sticky-order .price b{font-family:Georgia,"Times New Roman",serif;color:#f8d681;font-size:20px}.sticky-order .buy-btn{width:auto;margin:0;padding:13px 17px;font-size:12px;border-radius:13px}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}
/* Payment */
.pay-page{background:radial-gradient(circle at top,rgba(222,169,61,.13),transparent 31%),#080503}
.pay-head{padding:15px 18px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;position:sticky;top:0;z-index:30;background:rgba(6,4,2,.92);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}
.icon-btn{width:40px;height:40px;border-radius:13px;border:1px solid rgba(242,203,118,.22);background:rgba(255,255,255,.03);color:#f5d482;display:grid;place-items:center}.icon-btn svg{width:20px}.pay-head h1{font-family:Georgia,"Times New Roman",serif;text-align:center;font-size:18px;margin:0;color:#f7da96}
.checkout-wrap{padding:20px 18px 120px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin:5px 0 22px}.step{text-align:center;position:relative;color:#746958;font-size:9px;font-weight:800}.step::before{content:"";display:block;width:28px;height:28px;border-radius:50%;margin:0 auto 7px;background:#171009;border:1px solid rgba(237,195,104,.18)}.step.active{color:#f1ce7d}.step.active::before{background:radial-gradient(circle,#ffe3a0 0 23%,#a66b15 28% 100%);box-shadow:0 0 0 5px rgba(211,156,46,.1)}.step:not(:last-child)::after{content:"";position:absolute;top:14px;left:66%;width:68%;height:1px;background:rgba(235,194,106,.18)}
.checkout-card{border-radius:22px;border:1px solid rgba(239,199,114,.2);background:linear-gradient(145deg,#151008,#0b0704);box-shadow:0 17px 44px rgba(0,0,0,.35);padding:17px;margin-bottom:14px}.card-title{display:flex;align-items:center;gap:10px;font-family:Georgia,"Times New Roman",serif;color:#f8d887;font-size:18px;margin:0 0 16px}.card-title svg{width:22px}
.order-summary{display:grid;grid-template-columns:92px 1fr;gap:13px}.order-summary img{border-radius:14px;background:#e5dcc6}.order-summary h2{font-size:15px;font-family:Georgia,"Times New Roman",serif;color:#ffe6ae;margin:3px 0 6px}.order-summary p{font-size:10px;color:var(--muted);margin:0;line-height:1.5}.summary-price{font-size:22px;font-family:Georgia,"Times New Roman",serif;color:#f4d27f;margin-top:11px;font-weight:800}
.qty-row{display:flex;align-items:center;justify-content:space-between;margin-top:15px;padding-top:14px;border-top:1px solid rgba(240,199,110,.11)}.qty-label{font-size:11px;color:var(--muted)}.qty-control{display:flex;align-items:center;gap:12px}.qty-btn{width:34px;height:34px;border:1px solid rgba(238,199,113,.22);background:#100b07;color:#f6d789;border-radius:11px;font-size:18px}.qty-value{font-weight:900;min-width:18px;text-align:center}.flavor-block{margin-top:15px;padding-top:14px;border-top:1px solid rgba(240,199,110,.11)}.flavor-title{font-size:11px;color:var(--muted);font-weight:800;margin-bottom:10px}.flavor-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.flavor-option{position:relative;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:9px;min-height:66px;padding:11px;border:1px solid rgba(236,196,109,.16);background:#0b0704;border-radius:14px;cursor:pointer;transition:.2s ease}.flavor-option:hover,.flavor-option.active{border-color:rgba(246,209,128,.52);background:linear-gradient(135deg,rgba(215,159,47,.13),rgba(255,255,255,.025));box-shadow:0 8px 24px rgba(0,0,0,.18)}.flavor-option input{position:absolute;opacity:0;pointer-events:none}.flavor-dot{width:17px;height:17px;border-radius:50%;border:1px solid #8d7550;display:grid;place-items:center}.flavor-option.active .flavor-dot::after{content:"";width:9px;height:9px;border-radius:50%;background:#f4cb72}.flavor-option b{display:block;color:#f9e2ae;font-size:12px;line-height:1.2}.flavor-option small{display:block;color:var(--muted);font-size:8px;line-height:1.45;margin-top:4px}
.form-grid{display:grid;gap:12px}.field label{display:block;font-size:10px;color:#d0c2aa;font-weight:800;margin:0 0 7px}.field input,.field textarea,.field select{width:100%;border:1px solid rgba(237,197,109,.17);background:#080503;color:#fff3d7;border-radius:14px;padding:13px 14px;outline:none;transition:.2s}.field textarea{min-height:90px;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:rgba(245,207,124,.55);box-shadow:0 0 0 4px rgba(226,174,68,.08)}.field input::placeholder,.field textarea::placeholder{color:#655b4d}
.method-list{display:grid;gap:10px}.method{position:relative;display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:12px;padding:13px;border:1px solid rgba(236,196,109,.15);background:#0b0704;border-radius:15px;transition:.2s}.method.active{border-color:rgba(246,209,128,.52);background:linear-gradient(90deg,rgba(215,159,47,.11),rgba(255,255,255,.025))}.method.disabled{opacity:.48}.method-icon{width:40px;height:40px;border-radius:12px;background:rgba(240,198,109,.08);color:#f5d383;display:grid;place-items:center}.method-icon svg{width:23px}.method b{display:block;color:#f9e2ae;font-size:13px}.method span{display:block;color:var(--muted);font-size:9px;margin-top:3px}.radio{width:17px;height:17px;border-radius:50%;border:1px solid #8d7550;display:grid;place-items:center}.method.active .radio::after{content:"";width:9px;height:9px;border-radius:50%;background:#f4cb72}
.totals{display:grid;gap:10px}.total-row{display:flex;justify-content:space-between;color:var(--muted);font-size:12px}.total-row strong{color:#f4e6c6}.total-row.grand{padding-top:13px;margin-top:3px;border-top:1px solid rgba(239,198,109,.16);font-size:16px}.total-row.grand strong{font-family:Georgia,"Times New Roman",serif;color:#f7d681;font-size:22px}
.pay-submit{position:fixed;z-index:60;left:50%;bottom:11px;transform:translateX(-50%);width:min(calc(100% - 24px),570px);padding:10px;border-radius:20px;background:rgba(10,6,3,.94);border:1px solid rgba(247,210,130,.25);box-shadow:0 18px 55px rgba(0,0,0,.7);backdrop-filter:blur(18px)}.pay-submit .buy-btn{margin:0}
.secure-line{text-align:center;font-size:9px;color:#867b68;margin-top:9px;display:flex;align-items:center;justify-content:center;gap:6px}.secure-line svg{width:13px;color:#e9c66f}
.modal{position:fixed;inset:0;z-index:110;background:rgba(0,0,0,.78);backdrop-filter:blur(10px);display:none;align-items:center;justify-content:center;padding:20px}.modal.show{display:flex}.modal-card{width:min(100%,430px);border-radius:25px;background:linear-gradient(145deg,#181008,#080503);border:1px solid rgba(245,206,121,.35);padding:27px;text-align:center;box-shadow:0 30px 90px rgba(0,0,0,.75);animation:modalIn .35s ease}.modal-icon{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;margin:0 auto 16px;background:radial-gradient(circle,#f9db90 0 25%,#a46b17 27% 100%);box-shadow:0 0 0 9px rgba(225,174,66,.08)}.modal-icon svg{width:35px;color:#1b0f03}.modal-card h2{font-family:Georgia,"Times New Roman",serif;color:#f9da93;margin:0 0 9px}.modal-card p{color:var(--muted);font-size:12px;line-height:1.65}.order-code{display:inline-block;padding:9px 13px;border-radius:12px;background:#080503;border:1px dashed rgba(244,203,112,.32);color:#f4d382;font-weight:900;letter-spacing:.1em;margin:10px 0 16px}@keyframes modalIn{from{opacity:0;transform:translateY(20px) scale(.96)}}
@media (min-width:820px){.shell{margin:26px auto;border-radius:28px;min-height:calc(100vh - 52px)}.topbar{border-radius:28px 28px 0 0}.sticky-order,.pay-submit{bottom:24px}.visual-panel img{will-change:transform}.feature-grid{gap:14px}.section{padding-left:30px;padding-right:30px}}
@media (max-width:480px){.topbar{gap:10px;padding:10px 12px}.brand{gap:8px}.brand-logo{width:102px;height:42px}.brand-copy{font-size:10px;letter-spacing:.1em}.mini-cta{padding:10px 12px;min-height:40px;font-size:11px}.product-meta{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.product-meta>div{min-width:0}.price-big{display:flex;flex-wrap:wrap;align-items:flex-end;gap:6px;line-height:1.05}.price-big small{display:inline-block;padding-bottom:4px}.pill{justify-self:end;align-self:center;min-width:74px;padding:10px 12px;text-align:center}}
@media (max-width:420px){.flavor-options{grid-template-columns:1fr}.flavor-option{min-height:58px}}
@media (max-width:380px){.brand-copy{display:none}.section{padding-left:17px;padding-right:17px}.package-top{grid-template-columns:92px 1fr}.title{font-size:30px}.sticky-order .price b{font-size:17px}.sticky-order .buy-btn{padding:12px 13px}.feature{min-height:125px;padding:15px 12px}.mini-cta{padding:10px 11px;font-size:10px}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* ROYALCAFE_QRIS_LAYOUT_START */
.qris-summary{
  grid-template-columns:minmax(190px,220px) minmax(0,1fr);
  gap:22px;
  align-items:center;
}

.qris-code-frame{
  width:100%;
  aspect-ratio:1;
  display:grid;
  place-items:center;
  padding:10px;
  overflow:hidden;
  border-radius:18px;
  background:#fff;
  box-shadow:
    0 16px 34px rgba(0,0,0,.38),
    0 0 0 1px rgba(246,210,132,.22);
}

.qris-summary .qris-code-image{
  display:block;
  width:100%;
  height:auto;
  max-width:none;
  aspect-ratio:1;
  object-fit:contain;
  border-radius:8px;
  background:#fff;
}

.qris-copy{
  min-width:0;
}

.qris-summary .qris-copy h2{
  margin:0 0 8px;
  font-size:18px;
  line-height:1.25;
}

.qris-summary .qris-copy p{
  margin:0;
  font-size:11px;
  line-height:1.65;
}

.qris-summary .summary-price{
  margin-top:13px;
  font-size:25px;
}

@media (max-width:480px){
  .qris-summary{
    grid-template-columns:1fr;
    gap:16px;
    text-align:center;
  }

  .qris-code-frame{
    width:min(100%,220px);
    justify-self:center;
  }

  .qris-summary .qris-copy h2{
    margin-top:0;
  }

  .qris-summary .summary-price{
    margin-top:9px;
  }
}
/* ROYALCAFE_QRIS_LAYOUT_END */


/*
 * ROYALCAFE_HEADER_FOOTER_LOGO_SHINE_START
 *
 * Kilau emas lembut dengan siklus 3 detik.
 * Hanya untuk logo header dan footer.
 */

.royal-logo-shine-wrap {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    overflow: hidden;
    isolation: isolate;
    line-height: 0;
    vertical-align: middle;
}

.royal-logo-shine-header {
    border-radius: 8px;
}

.royal-logo-shine-footer {
    border-radius: 14px;
}

.royal-logo-shine-wrap > .brand-logo,
.royal-logo-shine-wrap > .footer-logo {
    position: relative;
    z-index: 1;
    display: block;
}

.royal-logo-shine-wrap::after {
    content: "";
    position: absolute;
    z-index: 3;
    top: -30%;
    left: -55%;
    width: 30%;
    height: 160%;
    pointer-events: none;
    opacity: 0;

    background:
        linear-gradient(
            105deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(247, 214, 139, .06) 24%,
            rgba(255, 235, 177, .34) 42%,
            rgba(255, 244, 209, .65) 50%,
            rgba(237, 191, 99, .25) 61%,
            rgba(255, 255, 255, 0) 100%
        );

    filter:
        blur(2.4px)
        drop-shadow(
            0 0 5px
            rgba(230, 183, 88, .24)
        );

    transform:
        skewX(-16deg)
        translateX(-190%);

    animation:
        royalCafeLogoSweep
        3s
        cubic-bezier(.45, .05, .25, 1)
        infinite;
}

.royal-logo-shine-footer::after {
    animation-delay: -1.5s;
}

@keyframes royalCafeLogoSweep {
    0%,
    10% {
        opacity: 0;
        transform:
            skewX(-16deg)
            translateX(-190%);
    }

    15% {
        opacity: .18;
    }

    30% {
        opacity: .62;
    }

    72% {
        opacity: .48;
    }

    88% {
        opacity: 0;
        transform:
            skewX(-16deg)
            translateX(560%);
    }

    100% {
        opacity: 0;
        transform:
            skewX(-16deg)
            translateX(560%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .royal-logo-shine-wrap::after {
        animation: none !important;
        opacity: 0 !important;
    }
}

/* ROYALCAFE_HEADER_FOOTER_LOGO_SHINE_END */


/* ROYALCAFE_INFORMATION_PAGES_MASTER_START */

.public-topbar {
  height: auto;
  min-height: 76px;
  padding: 12px 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.public-topbar .brand {
  flex: 0 1 auto;
}

.public-topbar .mini-cta {
  margin-left: auto;
}

.public-nav {
  order: 3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow-x: auto;
  padding-top: 10px;
  border-top: 1px solid rgba(214, 166, 73, 0.16);
  scrollbar-width: none;
}

.public-nav::-webkit-scrollbar {
  display: none;
}

.public-nav-link {
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid rgba(214, 166, 73, 0.2);
  border-radius: 999px;
  color: #a89b88;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.public-nav-link:hover,
.public-nav-link.active {
  color: #f4d98e;
  border-color: rgba(214, 166, 73, 0.55);
  background: rgba(214, 166, 73, 0.1);
}

.footer-menu {
  max-width: 560px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.footer-menu-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border: 1px solid rgba(214, 166, 73, 0.24);
  border-radius: 999px;
  background: rgba(214, 166, 73, 0.06);
  color: #c8b98f;
  font-size: 10px;
  font-weight: 800;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.footer-menu-link:hover {
  color: #f4d98e;
  border-color: rgba(214, 166, 73, 0.6);
  background: rgba(214, 166, 73, 0.12);
}

.info-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 28px 58px;
  text-align: center;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(214, 166, 73, 0.18),
      transparent 52%
    ),
    #080604;
  border-bottom: 1px solid rgba(214, 166, 73, 0.16);
}

.info-hero::after {
  content: "";
  position: absolute;
  inset: auto 12% 0;
  height: 1px;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(214, 166, 73, 0.62),
      transparent
    );
}

.info-hero .title {
  max-width: 620px;
  margin: 16px auto 0;
}

.info-hero .subtitle {
  max-width: 570px;
  margin: 16px auto 0;
}

.info-section > .title {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.info-copy {
  max-width: 670px;
  margin: 18px auto 28px;
  padding: 20px;
  border: 1px solid rgba(214, 166, 73, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.025);
}

.info-copy p {
  margin: 0;
  color: #a89b88;
  font-size: 13px;
  line-height: 1.85;
  text-align: center;
}

.info-steps {
  margin-top: 26px;
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.info-step {
  min-width: 0;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(214, 166, 73, 0.18);
  border-radius: 20px;
  background:
    linear-gradient(
      145deg,
      rgba(214, 166, 73, 0.075),
      rgba(255, 255, 255, 0.015)
    );
}

.info-step-number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(214, 166, 73, 0.13);
  color: #f2d283;
  font-family: Georgia, serif;
  font-size: 15px;
  font-weight: 700;
}

.info-step h3 {
  margin: 1px 0 6px;
  color: #f2e5c3;
  font-family: Georgia, serif;
  font-size: 15px;
}

.info-step p {
  margin: 0;
  color: #8f8372;
  font-size: 11px;
  line-height: 1.65;
}

.info-cta {
  max-width: 560px;
  margin: 30px auto 0;
  text-align: center;
}

.info-cta > p {
  margin: 0 0 17px;
  color: #958877;
  font-size: 12px;
  line-height: 1.7;
}

.info-chat-button {
  width: auto;
  min-width: 250px;
}

.info-back {
  display: block;
  width: max-content;
  margin: 16px auto 0;
  color: #a89b88;
  font-size: 11px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.information-page .footer {
  padding-bottom: 55px;
}

@media (max-width: 620px) {
  .public-topbar {
    padding:
      calc(10px + env(safe-area-inset-top))
      14px
      10px;
  }

  .public-topbar .brand-copy {
    display: none;
  }

  .public-nav {
    justify-content: flex-start;
  }

  .public-nav-link {
    padding: 8px 10px;
    font-size: 9px;
  }

  .info-hero {
    padding: 56px 20px 46px;
  }

  .info-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .footer-menu {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 290px;
  }

  .footer-menu-link {
    width: 100%;
  }

  .info-copy {
    padding: 17px;
  }

  .info-chat-button {
    width: 100%;
    min-width: 0;
  }
}

/* ROYALCAFE_INFORMATION_PAGES_MASTER_END */


/* ROYALCAFE_MOBILE_MENU_ALL_DEVICES_START */

html.public-menu-lock,
html.public-menu-lock body {
  overflow: hidden;
}

.public-topbar {
  position: relative;
  z-index: 80;
  min-height: 76px;
  padding: 10px 16px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.public-topbar .brand {
  min-width: 0;
  flex: 1 1 auto;
}

.public-topbar .mini-cta {
  display: none !important;
}

.public-menu-toggle {
  position: relative;
  z-index: 93;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(214, 166, 73, 0.32);
  border-radius: 15px;
  background:
    linear-gradient(
      145deg,
      rgba(214, 166, 73, 0.13),
      rgba(255, 255, 255, 0.025)
    );
  color: #f2d283;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 25px rgba(0, 0, 0, 0.18);
}

.public-menu-toggle-lines {
  width: 20px;
  display: grid;
  gap: 5px;
}

.public-menu-toggle-lines > span {
  width: 100%;
  height: 1.5px;
  display: block;
  border-radius: 99px;
  background: currentColor;
  transform-origin: center;
  transition:
    transform 0.25s ease,
    opacity 0.2s ease;
}

.public-topbar.menu-open
.public-menu-toggle-lines
> span:nth-child(1) {
  transform:
    translateY(6.5px)
    rotate(45deg);
}

.public-topbar.menu-open
.public-menu-toggle-lines
> span:nth-child(2) {
  opacity: 0;
}

.public-topbar.menu-open
.public-menu-toggle-lines
> span:nth-child(3) {
  transform:
    translateY(-6.5px)
    rotate(-45deg);
}

.public-nav {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 92;
  width: min(390px, calc(100vw - 36px));
  max-height: calc(100dvh - 36px);
  display: block;
  overflow-y: auto;
  padding: 18px;
  border: 1px solid rgba(214, 166, 73, 0.26);
  border-radius: 25px;
  background:
    radial-gradient(
      circle at 90% 0,
      rgba(214, 166, 73, 0.13),
      transparent 38%
    ),
    rgba(10, 7, 4, 0.98);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(24px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform:
    translateY(-12px)
    scale(0.97);
  transform-origin: top right;
  transition:
    opacity 0.22s ease,
    transform 0.25s ease,
    visibility 0.25s;
}

.public-topbar.menu-open
.public-nav {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform:
    translateY(0)
    scale(1);
}

.public-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 3px 2px 17px;
  border-bottom: 1px solid rgba(214, 166, 73, 0.15);
}

.public-nav-head > div {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.public-nav-head strong {
  color: #f1e3bf;
  font-family: Georgia, serif;
  font-size: 17px;
}

.public-nav-head span {
  color: #807565;
  font-size: 10px;
}

.public-menu-close {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(214, 166, 73, 0.2);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.025);
  color: #cbb783;
  cursor: pointer;
}

.public-menu-close svg {
  width: 18px;
  height: 18px;
}

.public-nav-list {
  display: grid;
  gap: 9px;
  padding: 15px 0;
}

.public-nav .public-nav-link {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns:
    43px
    minmax(0, 1fr)
    18px;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(214, 166, 73, 0.13);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.018);
  color: #a99c88;
  text-align: left;
}

.public-nav .public-nav-link:hover,
.public-nav .public-nav-link.active {
  border-color: rgba(214, 166, 73, 0.45);
  background:
    linear-gradient(
      135deg,
      rgba(214, 166, 73, 0.12),
      rgba(255, 255, 255, 0.02)
    );
  color: #f2d88e;
}

.public-nav-link > span:nth-child(2) {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.public-nav-link strong {
  color: #e8d8b2;
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 700;
}

.public-nav-link small {
;
  font-size: 13px;
  font-weight: 700;
}

.public-nav-link small {
  overflow: hidden;
  color: #7f7464;
  font-size: 9px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.public-nav-icon {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(214, 166, 73, 0.1);
  color: #d8b85f;
}

.public-nav-icon svg {
  width: 19px;
  height: 19px;
}

.public-nav-arrow {
  width: 17px;
  height: 17px;
  color: #8e7a4a;
}

.public-menu-order {
  width: 100%;
  min-height: 46px;
  margin-top: 2px;
}

.public-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 91;
  display: block;
  border: 0;
  background: rgba(0, 0, 0, 0.64);
  backdrop-filter: blur(4px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.22s ease,
    visibility 0.22s;
}

.public-topbar.menu-open
.public-menu-backdrop {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 620px) {
  .public-topbar {
    min-height: 68px;
    padding:
      calc(8px + env(safe-area-inset-top))
      12px
      8px;
  }

  .public-topbar .brand-copy {
    display: none;
  }

  .public-menu-toggle {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
    border-radius: 14px;
  }

  .public-nav {
    top:
      calc(
        10px
        + env(safe-area-inset-top)
      );
    right: 10px;
    width: calc(100vw - 20px);
    max-height:
      calc(
        100dvh
        - 20px
        - env(safe-area-inset-top)
        - env(safe-area-inset-bottom)
      );
    padding: 15px;
    border-radius: 22px;
  }
}

@media (max-width: 380px) {
  .public-nav .public-nav-link {
    grid-template-columns:
      39px
      minmax(0, 1fr)
      16px;
    gap: 10px;
    padding: 10px;
  }

  .public-nav-icon {
    width: 39px;
    height: 39px;
  }
}

/* ROYALCAFE_MOBILE_MENU_ALL_DEVICES_END */

/* ROYALCAFE_HIDE_DOUBLE_MENU_CLOSE_START */

/*
 * Saat panel menu terbuka, tombol hamburger
 * disembunyikan karena panel sudah memiliki
 * tombol X sendiri.
 */
.public-menu-toggle {
  transition:
    opacity 0.18s ease,
    visibility 0.18s ease,
    transform 0.18s ease;
}

.public-topbar.menu-open
.public-menu-toggle {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0.86);
}

/* ROYALCAFE_HIDE_DOUBLE_MENU_CLOSE_END */

/* ROYALCAFE_FOOTER_GOLD_BUTTONS_START */

.footer-menu {
  gap: 10px;
  margin-bottom: 24px;
}

.footer-menu-link {
  min-height: 42px;
  padding: 11px 18px;
  border: 1px solid #f1d67e;
  border-radius: 13px;
  background:
    linear-gradient(
      135deg,
      #f7de8b 0%,
      #d5a52f 48%,
      #f3d675 100%
    );
  color: #171006;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.01em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 9px 24px rgba(204, 151, 31, 0.18);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    filter 0.18s ease;
}

.footer-menu-link:hover {
  color: #120c04;
  border-color: #ffe49a;
  background:
    linear-gradient(
      135deg,
      #ffe79e 0%,
      #ddb03d 48%,
      #f9df88 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    0 12px 30px rgba(204, 151, 31, 0.28);
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.footer-menu-link:active {
  transform: translateY(0);
}

.footer-menu-link:focus-visible {
  outline: 2px solid #ffe39a;
  outline-offset: 3px;
}

/* ROYALCAFE_FOOTER_GOLD_BUTTONS_END */

/* ROYALCAFE_CENTER_CUSTOMER_SERVICE_BUTTON_START */

.info-chat-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

/* ROYALCAFE_CENTER_CUSTOMER_SERVICE_BUTTON_END */


/* ROYALCAFE_DISTRIBUTOR_FORM_CSS_START */

.distributor-form-card {
  max-width: 760px;
  margin: 38px auto 8px;
  padding: 26px;
  border: 1px solid rgba(235, 195, 103, 0.25);
  border-radius: 26px;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(218, 165, 57, 0.12),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      rgba(21, 14, 8, 0.98),
      rgba(8, 5, 3, 0.98)
    );
  box-shadow:
    0 30px 75px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.distributor-form-head {
  max-width: 610px;
  margin: 0 auto 25px;
  text-align: center;
}

.distributor-form-head .title {
  margin: 15px 0 10px;
}

.distributor-form-head > p {
  margin: 0;
  color: #978b7a;
  font-size: 12px;
  line-height: 1.7;
}

.distributor-alert {
  margin: 0 0 20px;
  padding: 15px 17px;
  border-radius: 15px;
  font-size: 11px;
  line-height: 1.6;
}

.distributor-alert strong,
.distributor-alert span {
  display: block;
}

.distributor-alert strong {
  margin-bottom: 3px;
  font-size: 12px;
}

.distributor-alert.success {
  border: 1px solid rgba(112, 198, 129, 0.38);
  background: rgba(60, 137, 76, 0.12);
  color: #bfe7c6;
}

.distributor-alert.error {
  border: 1px solid rgba(222, 105, 90, 0.38);
  background: rgba(160, 57, 44, 0.11);
  color: #f2c4bc;
}

.distributor-alert ul {
  margin: 7px 0 0;
  padding-left: 17px;
}

.distributor-form {
  display: grid;
  gap: 22px;
}

.distributor-form-section {
  padding: 20px;
  border: 1px solid rgba(235, 195, 103, 0.13);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.018);
}

.distributor-form-section > h3 {
  margin: 0 0 17px;
  color: #f2d78e;
  font-family: Georgia, serif;
  font-size: 17px;
}

.distributor-form-grid {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.distributor-field {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.distributor-field.full {
  grid-column: 1 / -1;
}

.distributor-field label,
.distributor-field legend {
  display: block;
  margin: 0 0 7px;
  color: #d7c8ad;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.4;
}

.distributor-field label > span,
.distributor-field legend > span {
  color: #e0ad3c;
}

.distributor-field input,
.distributor-field select,
.distributor-field textarea {
  width: 100%;
  border: 1px solid rgba(235, 195, 103, 0.18);
  border-radius: 14px;
  outline: 0;
  background: #080503;
  color: #fff0cd;
  padding: 13px 14px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.distributor-field textarea {
  min-height: 125px;
  line-height: 1.65;
  resize: vertical;
}

.distributor-field input:focus,
.distributor-field select:focus,
.distributor-field textarea:focus {
  border-color: rgba(245, 207, 124, 0.62);
  box-shadow:
    0 0 0 4px rgba(226, 174, 68, 0.08);
}

.distributor-field input::placeholder,
.distributor-field textarea::placeholder {
  color: #655b4d;
}

.distributor-field select {
  appearance: auto;
}

.distributor-field > small {
  display: block;
  margin-top: 7px;
  color: #7f7465;
  font-size: 9px;
  line-height: 1.55;
}

.distributor-file-input {
  padding: 8px !important;
}

.distributor-file-input::file-selector-button {
  margin-right: 10px;
  padding: 9px 12px;
  border: 0;
  border-radius: 10px;
  background:
    linear-gradient(
      135deg,
      #f2d276,
      #b97b1c
    );
  color: #1c1004;
  font-size: 9px;
  font-weight: 900;
  cursor: pointer;
}

.distributor-check-grid {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.distributor-check {
  min-width: 0;
  display: flex !important;
  align-items: center;
  gap: 9px;
  margin: 0 !important;
  padding: 11px 12px;
  border: 1px solid rgba(235, 195, 103, 0.14);
  border-radius: 13px;
  background: #0a0604;
  color: #bbae98 !important;
  cursor: pointer;
}

.distributor-check input {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 0;
  accent-color: #d7a737;
}

.distributor-consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 16px;
  border: 1px solid rgba(235, 195, 103, 0.15);
  border-radius: 16px;
  background: rgba(218, 165, 57, 0.055);
  color: #a99d8b;
  font-size: 10px;
  line-height: 1.65;
  cursor: pointer;
}

.distributor-consent input {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  margin: 1px 0 0;
  accent-color: #d7a737;
}

.distributor-submit {
  width: min(100%, 390px);
  margin: 0 auto;
}

.distributor-form-note {
  margin: -8px auto 0;
  color: #786e60;
  font-size: 9px;
  line-height: 1.6;
  text-align: center;
}

.distributor-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 620px) {
  .distributor-form-card {
    margin-top: 30px;
    padding: 18px;
    border-radius: 22px;
  }

  .distributor-form-section {
    padding: 16px;
  }

  .distributor-form-grid,
  .distributor-check-grid {
    grid-template-columns: 1fr;
  }
}

/* ROYALCAFE_DISTRIBUTOR_FORM_CSS_END */


/* ROYALCAFE_FOOTER_MOBILE_SINGLE_ROW_V1_START */
@media (max-width: 640px) {
  .royalcafe-footer-link-row {
    display: grid !important;
    grid-template-columns:
      repeat(3, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .royalcafe-footer-link-row > * {
    min-width: 0 !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .royalcafe-footer-link-row a[href="/peluang-distributor"],
  .royalcafe-footer-link-row a[href="/peluang-karir"],
  .royalcafe-footer-link-row a[href="/tentang-kami"] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 9px 2px !important;
    font-size: clamp(
      7px,
      2.35vw,
      10px
    ) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.01em !important;
    text-align: center !important;
    white-space: nowrap !important;
  }
}
/* ROYALCAFE_FOOTER_MOBILE_SINGLE_ROW_V1_END */
