:root{
  --bg:#0b1220;
  --surface:#111a2e;
  --surface-soft:#17233d;
  --text:#e2e8f0;
  --muted:#b4c1d6;
  --border:rgba(148,163,184,.28);
  --primary:#3b82f6;
  --primary-strong:#2563eb;
  --success:#22c55e;
  --glass-bg:rgba(255,255,255,.06);
  --glass-border:rgba(148,163,184,.18);
  --glass-shadow:0 18px 42px rgba(0,0,0,.55);
  --glass-blur:14px;
  --accent-line:rgba(250, 204, 21, .92);
  --accent-line-soft:rgba(250, 204, 21, .55);
  --accent-kicker:#fde047;
}

html,body{height:100%}
body.guest-public{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(900px 500px at 20% 12%, rgba(220,38,38,.18), transparent 58%),
    radial-gradient(900px 500px at 82% 18%, rgba(37,99,235,.14), transparent 58%),
    radial-gradient(900px 600px at 55% 92%, rgba(16,185,129,.08), transparent 62%),
    linear-gradient(120deg, #060b18, #08102b 55%, #050914);
  font-family:"Segoe UI",Inter,Roboto,Arial,sans-serif;
  color-scheme:dark;
  line-height:1.45;
  min-height:100vh;
}
.guest-public .wrap{max-width:1280px;}
.guest-public .muted{color:var(--muted)!important;}

.guest-public .nav-shell{
  background:#0f172a;
  border-bottom:2px solid rgba(220,38,38,.78);
  box-shadow:0 8px 22px rgba(0,0,0,.32);
}
.guest-public .nav-inner{
  max-width:1280px;
  margin:0 auto;
  padding:11px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.guest-public .nav-left{
  min-width:0;
  display:flex;
  align-items:center;
  gap:12px;
  flex-shrink:0;
}
.guest-public .brand-logo,
.guest-public .kk-logo-3d{
  width:auto;
  max-width:min(150px, 38vw);
  height:64px;
  min-height:52px;
  border:none;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  animation:none;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  overflow:visible;
}
.guest-public .kk-logo-3d::before{display:none;}
.guest-public .brand-logo img,
.guest-public .kk-logo-3d img{
  width:auto;
  max-width:min(150px, 38vw);
  max-height:64px;
  height:auto;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 6px 14px rgba(0,0,0,.35));
  animation:none;
  border-radius:0;
}
.guest-public .nav-center{
  flex:1;
  display:flex;
  justify-content:center;
}
.guest-public .brand-title{
  font-weight:700;
  letter-spacing:.2px;
  font-size:15px;
  color:#e2e8f0;
}
.guest-public .nav-menu{
  display:inline-flex;
  gap:6px;
  font-size:13px;
  padding:2px;
}
.guest-public .nav-link-top{
  color:var(--muted);
  text-decoration:none;
  font-weight:600;
  padding:6px 12px;
  border-radius:8px;
  transition:background .15s ease,color .15s ease;
}
.guest-public .nav-link-top.active{
  background:rgba(29,78,216,.12);
  color:var(--primary);
  border:1px solid rgba(29,78,216,.22);
}
.guest-public .nav-link-top:not(.active):hover{
  background:rgba(148,163,184,.16);
  color:#e2e8f0;
}
.guest-public .btn-login-top{
  border-radius:10px;
  border:1px solid var(--border);
  background:#111a2e;
  color:#e2e8f0;
  font-weight:600;
  padding:7px 14px;
  text-decoration:none;
  font-size:13px;
}
.guest-public .btn-login-top:hover{
  background:#17233d;
  color:#e2e8f0;
}
.guest-public .btn-login-top{
  background:linear-gradient(90deg, #b91320, #e11d2e);
  border-color:rgba(225,29,46,.55);
  color:#fff;
}
.guest-public .btn-login-top:hover{
  filter:brightness(1.05);
  color:#fff;
}

/* ===== Shared corporate components (guest pages) ===== */
.guest-public .corp-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  background:rgba(255,255,255,.06);
  border:1px solid var(--border);
  color:#cbd5e1;
}
.guest-public .corp-pill-success{
  background:rgba(34,197,94,.12);
  border-color:rgba(34,197,94,.35);
  color:#bbf7d0;
}
.guest-public .corp-pill-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#22c55e;
  box-shadow:0 0 8px rgba(34,197,94,.65);
}
.guest-public .corp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:10px 16px;
  border-radius:11px;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
  transition:filter .15s ease, background .15s ease;
}
.guest-public .corp-btn-outline{
  background:rgba(255,255,255,.06);
  border:1px solid var(--border);
  color:#e2e8f0;
}
.guest-public .corp-btn-outline:hover{
  background:rgba(255,255,255,.10);
  color:#f8fafc;
}
.guest-public .corp-btn-primary{
  background:linear-gradient(90deg, #b91320, #e11d2e);
  border:1px solid rgba(225,29,46,.5);
  color:#fff;
  box-shadow:0 6px 16px rgba(225,29,46,.22);
}
.guest-public .corp-btn-primary:hover{
  color:#fff;
  filter:brightness(1.06);
}
.guest-public .corp-btn-sm{
  padding:8px 14px;
  font-size:12px;
  border-radius:10px;
}
.guest-public .corp-footer{
  text-align:center;
  font-size:12px;
  padding:8px 0 4px;
  border-top:1px solid rgba(148,163,184,.18);
  margin-top:8px;
}

/* ===== Site footer (4 kolum — portal awam) ===== */
.guest-site-footer{
  margin-top:32px;
  background:linear-gradient(180deg, #0c1628 0%, #0a1220 100%);
  border-top:3px solid rgba(250, 204, 21, .45);
  color:#e2e8f0;
  font-size:14px;
}
.guest-site-footer .guest-footer-inner{
  max-width:1280px;
  padding:40px 16px 24px;
}
.guest-site-footer .guest-footer-title{
  color:var(--accent-kicker);
  font-size:1.05rem;
  font-weight:800;
  letter-spacing:.02em;
  margin:0 0 14px;
  padding-bottom:10px;
  border-bottom:2px solid rgba(250, 204, 21, .35);
}
.guest-site-footer .guest-footer-text{
  color:rgba(226,232,240,.88);
  font-size:13px;
  line-height:1.6;
  margin:0 0 12px;
}
.guest-site-footer .guest-footer-motto{
  color:rgba(253,224,71,.85);
  font-size:13px;
  margin:0;
}
.guest-site-footer .guest-footer-links,
.guest-site-footer .guest-footer-contact{
  list-style:none;
  margin:0;
  padding:0;
}
.guest-site-footer .guest-footer-links li,
.guest-site-footer .guest-footer-contact li{
  margin:0 0 10px;
}
.guest-site-footer .guest-footer-links a{
  color:#e2e8f0;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:13px;
  transition:color .15s ease;
}
.guest-site-footer .guest-footer-links a::before{
  content:"›";
  color:var(--accent-kicker);
  font-weight:700;
}
.guest-site-footer .guest-footer-links a:hover{
  color:#fde047;
}
.guest-site-footer .guest-footer-contact li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:13px;
  line-height:1.5;
  color:rgba(226,232,240,.9);
}
.guest-site-footer .guest-footer-icon{
  flex-shrink:0;
  width:22px;
  text-align:center;
  line-height:1.4;
}
.guest-site-footer .guest-footer-contact a{
  color:#93c5fd;
  text-decoration:none;
}
.guest-site-footer .guest-footer-contact a:hover{
  color:#fde047;
  text-decoration:underline;
}
.guest-site-footer .guest-footer-bottom{
  margin-top:28px;
  padding-top:18px;
  border-top:1px solid rgba(148,163,184,.2);
  text-align:center;
  font-size:12px;
  color:rgba(180,193,214,.85);
}
.guest-site-footer .guest-footer-bottom a{
  color:#93c5fd;
  text-decoration:none;
}
.guest-site-footer .guest-footer-bottom a:hover{
  color:#fde047;
}
.guest-site-footer .guest-footer-bottom-sep{
  margin:0 10px;
  opacity:.45;
}
@media (max-width:767.98px){
  .guest-site-footer .guest-footer-inner{padding:28px 14px 20px;}
  .guest-site-footer .guest-footer-bottom-sep{display:none;}
  .guest-site-footer .guest-footer-bottom span{display:block;margin:4px 0;}
}

.guest-public .corp-info-list{
  margin:0;
  padding-left:1.25rem;
  font-size:14px;
  line-height:1.7;
}
.guest-public .corp-info-list li{margin-bottom:8px;}
.guest-public .corp-faq{display:flex;flex-direction:column;gap:10px;}
.guest-public .corp-faq-item{
  background:rgba(10,18,38,.55);
  border:1px solid var(--glass-border);
  border-radius:12px;
  padding:12px 16px;
}
.guest-public .corp-faq-item summary{
  cursor:pointer;
  font-weight:700;
  color:var(--text);
}
.guest-public .corp-faq-item p{
  margin:10px 0 0;
  font-size:13px;
}

/* ===== Site banner slider (semua halaman guest-public) ===== */
.guest-public .guest-site-banner-wrap{
  width:100%;
  overflow:hidden;
  border-bottom:2px solid rgba(220,38,38,.55);
  box-shadow:0 8px 24px rgba(0,0,0,.28);
  background:#020617;
}
.guest-public .guest-site-banner .carousel-inner{width:100%;}
.guest-public .guest-site-banner .carousel-item{
  width:100%;
  aspect-ratio:1600 / 416;
  max-height:min(380px, 48vw);
  overflow:hidden;
  background:#020617;
}
.guest-public .guest-banner-img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}
.guest-public .guest-banner-control{width:40px;opacity:.9;}
.guest-public .guest-banner-control .carousel-control-prev-icon,
.guest-public .guest-banner-control .carousel-control-next-icon{
  filter:drop-shadow(0 2px 6px rgba(0,0,0,.65));
  width:20px;height:20px;
}
.guest-public .guest-banner-indicators{margin-bottom:8px;gap:4px;}
.guest-public .guest-banner-indicators [data-bs-target]{
  width:8px;height:8px;border-radius:999px;
  border:1px solid rgba(255,255,255,.55);
  background:rgba(255,255,255,.35);opacity:1;
}
.guest-public .guest-banner-indicators .active{
  background:#38bdf8;border-color:#7dd3fc;
}
@media (max-width:768px){
  .guest-public .guest-site-banner .carousel-item{
    max-height:min(220px, 52vw);
  }
}

/* ===== Corporate home (guest_home.php) ===== */
.guest-home-page .corp-hero{
  margin-top:8px;
  margin-bottom:28px;
  border-radius:16px;
  border:1px solid var(--glass-border);
  border-top:3px solid var(--accent-line);
  background:rgba(10,18,38,.62);
  box-shadow:0 16px 40px rgba(0,0,0,.38);
  backdrop-filter:blur(12px) saturate(160%);
  -webkit-backdrop-filter:blur(12px) saturate(160%);
  overflow:hidden;
  position:relative;
}
.guest-home-page .corp-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(600px 280px at 50% -20%, rgba(59,130,246,.12), transparent 70%);
  pointer-events:none;
}
.guest-home-page .corp-hero-inner{
  position:relative;
  text-align:center;
  padding:36px 24px 32px;
}
.guest-home-page .corp-kicker{
  display:inline-block;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--accent-kicker);
  margin-bottom:12px;
}
.guest-home-page .corp-hero-title{
  margin:0 0 12px;
  font-weight:950;
  font-size:clamp(1.75rem, 4.5vw, 2.35rem);
  letter-spacing:-.02em;
  color:#f8fafc;
  line-height:1.15;
}
.guest-home-page .corp-hero-lead{
  max-width:620px;
  margin:0 auto 18px;
  font-size:1.05rem;
  line-height:1.55;
}
.guest-home-page .corp-hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
}

/* ===== Shared page hero (facilities / semak) ===== */
.guest-facilities-page .corp-page-hero,
.guest-public.semak-page .corp-page-hero{
  margin-top:8px;
  margin-bottom:20px;
  text-align:center;
  border-radius:16px;
  border:1px solid var(--glass-border);
  border-top:3px solid var(--accent-line);
  background:rgba(10,18,38,.62);
  box-shadow:0 16px 40px rgba(0,0,0,.38);
  backdrop-filter:blur(12px) saturate(160%);
  -webkit-backdrop-filter:blur(12px) saturate(160%);
  padding:28px 22px 24px;
}
.guest-facilities-page .corp-page-hero .corp-kicker,
.guest-public.semak-page .corp-page-hero .corp-kicker{
  display:inline-block;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--accent-kicker);
  margin-bottom:10px;
}
.guest-facilities-page .corp-page-hero .corp-page-title,
.guest-public.semak-page .corp-page-hero .corp-page-title{
  margin:0 0 8px;
  font-weight:950;
  font-size:clamp(1.6rem, 4vw, 2.1rem);
  color:#f8fafc;
  letter-spacing:-.02em;
}
.guest-facilities-page .corp-page-hero .corp-page-lead,
.guest-public.semak-page .corp-page-hero .corp-page-lead{
  margin:0 auto 14px;
  max-width:560px;
  font-size:1rem;
  line-height:1.5;
}
.guest-home-page .corp-section{margin-bottom:28px;}
.guest-home-page .corp-section-head{
  text-align:center;
  margin-bottom:16px;
}
.guest-home-page .corp-section-title{
  margin:0 0 6px;
  font-size:1.15rem;
  font-weight:950;
  color:#f8fafc;
  letter-spacing:.02em;
}
.guest-home-page .corp-section-sub{
  margin:0;
  font-size:.92rem;
}
.guest-home-page .corp-steps{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}
.guest-home-page .corp-step-card{
  background:rgba(10,18,38,.55);
  border:1px solid var(--glass-border);
  border-radius:14px;
  padding:18px 16px;
  box-shadow:0 10px 26px rgba(0,0,0,.22);
  border-top:2px solid var(--accent-line-soft);
  transition:transform .15s ease, border-color .15s ease;
}
.guest-home-page .corp-step-card:hover{
  transform:translateY(-2px);
  border-color:rgba(148,163,184,.35);
}
.guest-home-page .corp-step-num{
  width:32px;
  height:32px;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:950;
  font-size:14px;
  background:linear-gradient(135deg, #1d4ed8, #2563eb);
  color:#fff;
  margin-bottom:10px;
  box-shadow:0 6px 14px rgba(37,99,235,.28);
}
.guest-home-page .corp-step-card h3{
  margin:0 0 6px;
  font-size:15px;
  font-weight:800;
  color:#f8fafc;
}
.guest-home-page .corp-step-card p{
  margin:0;
  font-size:13px;
  color:var(--muted);
  line-height:1.45;
}
.guest-home-page .corp-action-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}
.guest-home-page .corp-action-card{
  background:rgba(10,18,38,.55);
  border:1px solid var(--glass-border);
  border-radius:14px;
  padding:20px 18px;
  box-shadow:0 10px 26px rgba(0,0,0,.22);
  display:flex;
  flex-direction:column;
  gap:10px;
  min-height:100%;
  transition:transform .15s ease, box-shadow .15s ease;
}
.guest-home-page .corp-action-card:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(0,0,0,.28);
}
.guest-home-page .corp-action-featured{
  border-top:3px solid var(--accent-line);
  background:
    linear-gradient(180deg, rgba(250,204,21,.08), transparent 42%),
    rgba(10,18,38,.62);
}
.guest-home-page .corp-action-icon{
  width:40px;
  height:40px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:900;
  color:#bfdbfe;
  background:rgba(59,130,246,.15);
  border:1px solid rgba(59,130,246,.28);
}
.guest-home-page .corp-action-featured .corp-action-icon{
  color:#fecaca;
  background:rgba(220,38,38,.15);
  border-color:rgba(220,38,38,.35);
}
.guest-home-page .corp-action-card h3{
  margin:0;
  font-size:16px;
  font-weight:900;
  color:#f8fafc;
}
.guest-home-page .corp-action-card p{
  margin:0;
  flex:1;
  font-size:13px;
  color:var(--muted);
  line-height:1.45;
}
.guest-home-page .corp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:10px 16px;
  border-radius:11px;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
  width:fit-content;
  transition:filter .15s ease, background .15s ease;
}
.guest-home-page .corp-btn-primary{
  background:linear-gradient(90deg, #b91320, #e11d2e);
  border:1px solid rgba(225,29,46,.5);
  color:#fff;
  box-shadow:0 8px 18px rgba(225,29,46,.22);
}
.guest-home-page .corp-btn-primary:hover{color:#fff;filter:brightness(1.06);}
@media (max-width:991px){
  .guest-home-page .corp-steps,
  .guest-home-page .corp-action-grid{
    grid-template-columns:1fr;
  }
}

.guest-public .home-hero{
  margin-top:26px;
  margin-bottom:28px;
  text-align:center;
  background:var(--glass-bg);
  border:1px solid var(--glass-border);
  border-radius:12px;
  padding:32px 22px;
  box-shadow:var(--glass-shadow);
  backdrop-filter:blur(var(--glass-blur)) saturate(160%);
  -webkit-backdrop-filter:blur(var(--glass-blur)) saturate(160%);
}
.guest-public .home-hero .welcome-title{
  font-weight:700;
  font-size:clamp(1.85rem, 4.5vw, 2.5rem);
  letter-spacing:-0.01em;
  color:#f8fafc;
  margin-bottom:10px;
}
.guest-public .home-hero .welcome-sub{
  font-size:1.05rem;
  max-width:640px;
  margin:0 auto 18px;
}
.guest-public .home-stat{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  background:rgba(34,197,94,.14);
  border:1px solid rgba(34,197,94,.34);
  color:#bbf7d0;
}
.guest-public .home-steps{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
  gap:16px;
  margin-bottom:28px;
}
.guest-public .home-step{
  background:var(--glass-bg);
  border:1px solid var(--glass-border);
  border-radius:12px;
  padding:16px;
  box-shadow:var(--glass-shadow);
}
.guest-public .home-step-num{
  width:28px;
  height:28px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:13px;
  background:rgba(59,130,246,.2);
  border:1px solid rgba(59,130,246,.4);
  color:#bfdbfe;
  margin-bottom:8px;
}
.guest-public .home-step h3{
  font-size:15px;
  font-weight:700;
  margin:0 0 6px;
  color:#f8fafc;
}
.guest-public .home-step p{
  margin:0;
  font-size:13px;
  color:var(--muted);
}
.guest-public .home-actions{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
  gap:18px;
  margin-bottom:24px;
}
.guest-public .home-action-card{
  background:var(--glass-bg);
  border:1px solid var(--glass-border);
  border-radius:12px;
  padding:20px 18px;
  box-shadow:var(--glass-shadow);
  display:flex;
  flex-direction:column;
  gap:10px;
  height:100%;
}
.guest-public .home-action-card h2{
  font-size:17px;
  font-weight:700;
  margin:0;
  color:#f8fafc;
}
.guest-public .home-action-card p{
  margin:0;
  font-size:13px;
  color:var(--muted);
  flex:1;
}
.guest-public .home-btn-primary,
.guest-public .home-btn-secondary{
  border-radius:10px;
  font-weight:600;
  padding:9px 16px;
  font-size:13px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  width:fit-content;
}
.guest-public .home-btn-primary{
  border:1px solid rgba(29,78,216,.45);
  background:var(--primary);
  color:#fff;
  box-shadow:0 6px 14px rgba(29,78,216,.24);
}
.guest-public .home-btn-primary:hover{
  color:#fff;
  background:var(--primary-strong);
}
.guest-public .home-btn-secondary{
  border:1px solid var(--border);
  background:#111a2e;
  color:#e2e8f0;
}
.guest-public .home-btn-secondary:hover{
  background:#17233d;
  color:#e2e8f0;
}

.guest-public .page-header{
  margin-top:26px;
  margin-bottom:24px;
  text-align:center;
  background:var(--glass-bg);
  border:1px solid var(--glass-border);
  border-radius:12px;
  padding:22px 18px;
  box-shadow:var(--glass-shadow);
  backdrop-filter:blur(var(--glass-blur)) saturate(160%);
  -webkit-backdrop-filter:blur(var(--glass-blur)) saturate(160%);
}
.guest-public .page-header .welcome-title{
  font-weight:700;
  font-size:clamp(1.75rem, 4vw, 2.25rem);
  letter-spacing:-0.01em;
  color:#f8fafc;
  margin-bottom:8px;
}
.guest-public .page-header .welcome-sub{
  font-weight:400;
  font-size:1rem;
}

.guest-public .card-main{
  margin-top:26px;
  background:var(--glass-bg);
  border-radius:12px;
  border:1px solid var(--glass-border);
  border-top:3px solid var(--accent-line);
  box-shadow:var(--glass-shadow);
  padding:18px;
  backdrop-filter:blur(var(--glass-blur)) saturate(160%);
  -webkit-backdrop-filter:blur(var(--glass-blur)) saturate(160%);
}
.guest-public .semak-page .corp-page-hero{
  margin-top:8px;
  margin-bottom:18px;
}
.guest-public .semak-page .card-main{
  margin-top:0;
}
.guest-public .semak-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
}
.guest-public .semak-page .semak-submit-btn{
  display:flex!important;
  align-items:center;
  justify-content:center;
  min-height:44px;
  width:100%;
  margin-top:0;
  border:none;
  cursor:pointer;
  font-size:14px;
  font-weight:900;
  letter-spacing:.04em;
}
.guest-public .semak-page .semak-form .corp-btn-primary{
  background:linear-gradient(90deg, #b91320, #e11d2e)!important;
  border:1px solid rgba(225,29,46,.55)!important;
  color:#fff!important;
  box-shadow:0 6px 16px rgba(225,29,46,.25)!important;
}
.guest-public .semak-page .semak-form .corp-btn-primary:hover{
  color:#fff!important;
  filter:brightness(1.06);
}
@media (min-width:768px){
  .guest-public .semak-page .semak-submit-btn{margin-top:0;}
}
@media (max-width:767px){
  .guest-public .semak-page .semak-submit-btn{
    margin-top:4px;
  }
}
.guest-public .card-main .form-control{
  background:#111a2e!important;
  border:1px solid var(--border)!important;
  color:var(--text)!important;
  border-radius:10px!important;
  min-height:42px;
}
.guest-public .card-main .form-control::placeholder{
  color:var(--muted)!important;
}
.guest-public .card-main .form-control:focus{
  box-shadow:0 0 0 3px rgba(59,130,246,.28)!important;
  border-color:rgba(59,130,246,.55)!important;
}
.guest-public .card-main .list-group-item{
  background:rgba(255,255,255,.06)!important;
  border-color:var(--glass-border)!important;
  color:var(--text)!important;
}
.guest-public .card-main .list-group-item b{
  color:#f8fafc;
  font-weight:700;
}
.guest-public .card-main .alert{
  border-radius:12px;
  border-color:var(--glass-border);
}
.guest-public .card-main .alert-info{
  background:rgba(59,130,246,.14)!important;
  color:#dbeafe!important;
}
.guest-public .card-main .alert-danger{
  background:rgba(220,38,38,.16)!important;
  color:#fee2e2!important;
}
.guest-public .pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:4px 10px;
  border-radius:999px;
  font-size:11px;
  background:#17233d;
  border:1px solid var(--border);
  color:var(--muted);
}

.guest-facilities-page .fac-toolbar{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:18px;
  padding:12px 14px;
  border-radius:12px;
  border:1px solid var(--glass-border);
  background:rgba(10,18,38,.45);
}
.guest-facilities-page .fac-toolbar .fac-count{
  font-size:13px;
  font-weight:700;
  color:#e2e8f0;
}
.guest-facilities-page .fac-cards-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));
  gap:18px;
  margin-bottom:24px;
}
.guest-facilities-page .fac-card{
  position:relative;
  background:rgba(10,18,38,.58);
  border-radius:14px;
  padding:14px 14px 16px;
  border:1px solid var(--glass-border);
  border-top:2px solid var(--accent-line-soft);
  box-shadow:0 12px 30px rgba(0,0,0,.28);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  align-self:start;
  height:auto;
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.guest-facilities-page .fac-card:hover{
  transform:translateY(-3px);
  border-color:rgba(148,163,184,.32);
  box-shadow:0 16px 36px rgba(0,0,0,.34);
}
.guest-facilities-page .fac-img-wrap{
  width:100%;
  height:168px;
  border-radius:11px;
  overflow:hidden;
  margin-bottom:12px;
  background:#0f172a;
  border:1px solid rgba(148,163,184,.22);
}
.guest-facilities-page .fac-img-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.guest-facilities-page .fac-img-empty{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:700;
  color:var(--muted);
  letter-spacing:.04em;
  text-transform:uppercase;
}
.guest-facilities-page .fac-tag{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:4px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:700;
  background:rgba(255,255,255,.06);
  border:1px solid var(--border);
  color:#cbd5e1;
}
.guest-facilities-page .fac-tag-dot{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#22c55e;
  box-shadow:0 0 6px rgba(34,197,94,.5);
}
.guest-facilities-page .fac-name{
  font-weight:900;
  font-size:17px;
  margin:8px 0 4px;
  color:#f8fafc;
  line-height:1.25;
}
.guest-facilities-page .fac-meta{
  font-size:12.5px;
  color:var(--muted);
  margin-bottom:10px;
  line-height:1.4;
}
.guest-facilities-page .fac-pills{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-bottom:12px;
}
.guest-facilities-page .fac-pill{
  display:inline-flex;
  align-items:center;
  padding:4px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:700;
}
.guest-facilities-page .fac-pill-cap{
  background:rgba(34,197,94,.12);
  border:1px solid rgba(34,197,94,.32);
  color:#bbf7d0;
}
.guest-facilities-page .fac-pill-price{
  background:rgba(59,130,246,.12);
  border:1px solid rgba(59,130,246,.32);
  color:#bfdbfe;
}
.guest-facilities-page .fac-pill-active{
  background:rgba(34,197,94,.12);
  border:1px solid rgba(34,197,94,.32);
  color:#bbf7d0;
}
.guest-facilities-page .corp-btn-amenities{
  background:rgba(15,118,110,.18);
  border:1px solid rgba(45,212,191,.42);
  color:#ccfbf1;
  font-weight:800;
  cursor:pointer;
}
.guest-facilities-page .corp-btn-amenities:hover{
  background:rgba(15,118,110,.32);
  border-color:rgba(45,212,191,.55);
  color:#fff;
}
.guest-facilities-page .fac-card-foot{
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid rgba(148,163,184,.16);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  flex-wrap:wrap;
}
.guest-facilities-page .fac-actions{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin-left:auto;
}
.guest-facilities-page .corp-btn-sm{
  padding:8px 14px;
  font-size:12px;
  border-radius:10px;
}
.guest-facilities-page .corp-btn-view{
  background:rgba(255,255,255,.06);
  border:1px solid var(--border);
  color:#e2e8f0;
  font-weight:800;
  cursor:pointer;
}
.guest-facilities-page .corp-btn-view:hover:not(:disabled){
  background:rgba(255,255,255,.10);
  color:#fff;
}
.guest-facilities-page .corp-btn-view:disabled{
  opacity:.45;
  cursor:not-allowed;
}
.guest-facilities-page .corp-btn-book{
  background:linear-gradient(90deg, #b91320, #e11d2e);
  border:1px solid rgba(225,29,46,.5);
  color:#fff;
  font-weight:800;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 6px 16px rgba(225,29,46,.22);
}
.guest-facilities-page .corp-btn-book:hover{
  color:#fff;
  filter:brightness(1.06);
}
.guest-facilities-page .fac-empty{
  border-radius:14px;
  border:1px dashed rgba(148,163,184,.35);
  padding:28px 18px;
  text-align:center;
  background:rgba(10,18,38,.55);
  color:var(--muted);
  box-shadow:0 10px 26px rgba(0,0,0,.22);
}
.guest-facilities-page .fac-empty-title{
  font-weight:900;
  color:#f8fafc;
  margin-bottom:6px;
}
.guest-facilities-page .corp-viewer-modal .modal-content{
  background:rgba(6,11,24,.96);
  border:1px solid rgba(220,38,38,.35);
  border-top:3px solid rgba(220,38,38,.75);
  box-shadow:0 22px 50px rgba(0,0,0,.65);
  border-radius:14px;
  color:#e2e8f0;
}
.guest-facilities-page .corp-viewer-modal .modal-dialog{
  max-width:min(1100px, 96vw);
}
.guest-facilities-page .corp-viewer-modal .modal-header,
.guest-facilities-page .corp-viewer-modal .modal-footer{
  border-color:rgba(148,163,184,.2);
}
.guest-facilities-page .corp-viewer-modal .modal-title{
  font-weight:900;
}
.guest-facilities-page .viewer-wrap{
  position:relative;
  width:100%;
  height:min(72vh, 720px);
  border-radius:11px;
  border:1px solid rgba(148,163,184,.22);
  background:#020617;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.guest-facilities-page .viewer-image{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.guest-facilities-page .viewer-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  border-radius:10px;
  border:1px solid rgba(148,163,184,.28);
  background:rgba(15,23,42,.88);
  color:#f8fafc;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  line-height:1;
  cursor:pointer;
  z-index:2;
}
.guest-facilities-page .viewer-nav:hover{
  background:rgba(30,41,59,.95);
  border-color:rgba(220,38,38,.4);
}
.guest-facilities-page .viewer-prev{left:10px;}
.guest-facilities-page .viewer-next{right:10px;}
.guest-facilities-page .viewer-count{
  font-size:12px;
  font-weight:700;
  color:var(--muted);
}
.guest-facilities-page .corp-modal-close{
  border-radius:10px;
  font-weight:800;
  padding:8px 14px;
  background:rgba(255,255,255,.08);
  border:1px solid var(--border);
  color:#e2e8f0;
}
.guest-facilities-page .corp-modal-close:hover{
  background:rgba(255,255,255,.12);
  color:#fff;
}
.guest-facilities-page .carousel-control-prev,
.guest-facilities-page .carousel-control-next{
  width:34px;
  opacity:.9;
}
.guest-facilities-page .carousel-control-prev-icon,
.guest-facilities-page .carousel-control-next-icon{
  filter:invert(1);
  width:18px;
  height:18px;
}

@media (max-width:576px){
  .guest-facilities-page .fac-cards-grid{gap:14px;}
  .guest-facilities-page .fac-card{padding:12px;}
  .guest-facilities-page .fac-img-wrap{height:150px;}
  .guest-facilities-page .fac-card-foot{flex-direction:column;align-items:stretch;}
  .guest-facilities-page .fac-actions{width:100%;justify-content:stretch;}
  .guest-facilities-page .fac-actions .corp-btn-sm{
    flex:1;
    min-width:0;
    justify-content:center;
  }
  .guest-home-page .corp-hero-inner{padding:28px 16px 24px;}
  .guest-home-page .corp-action-card{padding:16px 14px;}
  .guest-public .nav-inner{
    padding:8px 12px;
    flex-direction:column;
    align-items:stretch;
    gap:8px;
  }
  .guest-public .nav-left,
  .guest-public .nav-center,
  .guest-public .nav-inner > .d-flex{
    width:100%;
  }
  .guest-public .brand-logo,
  .guest-public .kk-logo-3d{
    max-width:min(120px, 34vw);
    height:52px;
  }
  .guest-public .brand-logo img,
  .guest-public .kk-logo-3d img{
    max-width:min(120px, 34vw);
    max-height:52px;
  }
  .guest-public .brand-title{font-size:13px;}
  .guest-public .nav-center{order:2;justify-content:center;}
  .guest-public .nav-menu{
    width:100%;
    display:flex;
    justify-content:space-between;
    gap:6px;
    font-size:12px;
  }
  .guest-public .nav-link-top{
    flex:1 1 0;
    text-align:center;
    white-space:nowrap;
    padding:6px 8px;
  }
  .guest-public .nav-inner > .d-flex{order:3;justify-content:center;}
  .guest-public .btn-login-top{padding:6px 18px;font-size:12px;}
}
