@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&display=swap");

:root {
  --second: #1477e0;
  --third:  #5eb6ff;
  --primary-color: #f3f9fe;
  --text-dark: #333;
  --text-light: #666;
  --border-color: #e5e7eb;
}
*,*::before,*::after { margin:0; padding:0; box-sizing:border-box; }
body { font-family:"Baloo 2","Poppins",cursive,sans-serif; }
#page_homepage { width:100%; min-height:100vh; position:relative; }
.hero-section { position:relative; width:100%; min-height:100vh; overflow:hidden; background:var(--primary-color); }
.hero-section::before { content:""; position:absolute; top:0; right:0; width:50%; height:100%; background:linear-gradient(135deg,var(--second),var(--third)); z-index:0; pointer-events:none; }
.hero-nav { position:absolute; top:22px; right:130px; display:inline-flex; align-items:center; gap:6px; background:rgba(255,255,255,0.18); backdrop-filter:blur(14px); border-radius:50px; padding:6px 16px; z-index:20; white-space:nowrap; }
.hero-nav-menu { list-style:none; display:flex; gap:2px; }
.hero-nav-menu li { position:relative; }
.hero-nav-menu a { color:white !important; text-decoration:none; font-size:13.5px; font-weight:600; padding:5px 13px; border-radius:30px; display:inline-block; transition:background .2s; }
.hero-nav-menu a:hover { background:rgba(255,255,255,0.18); }
.hero-nav-menu a.active { background:rgba(255,255,255,0.88) !important; color:var(--second) !important; }
.submenu { display:none; position:absolute; top:calc(100% + 8px); left:0; background:white; border-radius:10px; padding:8px; list-style:none; min-width:170px; box-shadow:0 4px 20px rgba(0,0,0,.12); z-index:30; }
.hero-nav-menu li:hover .submenu { display:block; }
.submenu a { color:var(--text-dark) !important; display:block; padding:8px 14px; border-radius:6px; }
.submenu a:hover { background:#f3f4f6; }
.btn-blog { padding:8px 22px; background:var(--second); color:white; border:none; border-radius:50px; font-size:14px; font-weight:700; cursor:pointer; font-family:"Baloo 2",cursive; box-shadow:0 2px 10px rgba(0,0,0,.18); transition:opacity .2s,transform .2s; }
.btn-blog:hover { opacity:.88; transform:translateY(-1px); }
.hero-container { position:relative; z-index:2; display:flex; align-items:stretch; min-height:100vh; }
.hero-left { flex:0 0 45%; max-width:50%; padding:60px 48px 48px 64px; display:flex; flex-direction:column; justify-content:flex-start; background:var(--primary-color); }
.hero-logo { position:absolute; top:28px; left:60px; padding-bottom:20px; }
.hero-logo img { height:40px; width:auto; }
.hero-title { padding-top:30px; font-size:62px; font-weight:800; color:var(--second); line-height:1.05; margin-bottom:12px; letter-spacing:-0.5px; font-family:"Baloo 2",cursive; }
.hero-title-highlight { color:var(--third) !important; text-decoration:underline !important; text-decoration-color:#7fd957 !important; text-decoration-thickness:4px !important; text-underline-offset:8px !important; font-style:italic !important; }
.hero-subtitle { font-size:14px; color:var(--text-dark); margin-bottom:18px; display:flex; align-items:flex-start; gap:8px; line-height:1.5; font-weight:500; max-width:400px; }
.hero-subtitle i { color:#ffd700; margin-top:2px; flex-shrink:0; }
.booking-form { background:var(--primary-color); border-radius:12px; padding:14px 16px; box-shadow:0 8px 30px rgba(0,0,0,.09); }
.form-group { margin-bottom:10px; }
.form-group label { display:flex; align-items:center; gap:5px; font-size:10px; font-weight:700; color:var(--text-dark); margin-bottom:4px; text-transform:uppercase; letter-spacing:.3px; }
.form-group label i { color:#7fd957; font-size:11px; }
.input-wrapper { position:relative; }
.input-wrapper input { width:100%; padding:7px 30px 7px 10px; border:1.5px solid var(--border-color); border-radius:8px; font-size:12px; color:#333; font-weight:500; background:white; font-family:"Baloo 2",cursive; transition:border-color .2s; }
.input-wrapper input:focus { border-color:var(--second); outline:none; }
.input-wrapper i.fa-crosshairs { position:absolute; right:10px; top:50%; transform:translateY(-50%); color:#bbb; font-size:13px; }
.form-row { display:flex; gap:10px; }
.form-row .form-group { flex:1; }
.date-input { display:flex; align-items:center; gap:2px; border:1.5px solid var(--border-color); border-radius:8px; padding:2px 6px; background:white; transition:border-color .2s; }
.date-input:focus-within { border-color:var(--second); }
.date-input input[type="date"] { flex:1; border:none; padding:4px 2px; font-size:11px; font-weight:600; color:#1f2937; background:transparent; font-family:"Baloo 2",cursive; }
.date-input input[type="date"]:focus { outline:none; }
.date-btn { background:none; border:none; color:#bbb; cursor:pointer; padding:2px 3px; font-size:10px; transition:color .2s; }
.date-btn:hover { color:var(--second); }
.guest-selector { display:flex; gap:5px; justify-content:space-between; }
.guest-btn { flex:0 0 auto; width:32px; height:32px; border:1.5px solid var(--border-color); border-radius:50%; background:white; font-size:11px; font-weight:700; color:var(--text-dark); cursor:pointer; transition:all .25s; display:flex; align-items:center; justify-content:center; font-family:"Baloo 2",cursive; }
.guest-btn:hover { border-color:var(--second); color:var(--second); }
.guest-btn.active { background:var(--second); border-color:var(--second); color:white; box-shadow:0 3px 10px rgba(20,119,224,.3); }
.pods-type-selector { width:100%; padding:7px 12px; border:1.5px solid var(--border-color); border-radius:8px; background:white; font-size:11px; font-weight:600; color:var(--text-dark); cursor:pointer; display:flex; align-items:center; justify-content:space-between; font-family:"Baloo 2",cursive; transition:border-color .2s; }
.pods-type-selector:hover { border-color:var(--second); }
.compact-input { width:100%; padding:7px 10px; border:1.5px solid var(--border-color); border-radius:8px; font-size:11px; color:#333; font-weight:500; background:white; font-family:"Baloo 2",cursive; transition:border-color .2s; }
.compact-input:focus { border-color:var(--second); outline:none; }
.compact-input::placeholder { color:#9ca3af; font-weight:400; }
.btn-find-pods { width:100%; padding:10px; background:rgb(37 211 102); color:white; border:none; border-radius:8px; font-size:14px; font-weight:700; cursor:pointer; display:flex; align-items:center; justify-content:center; gap:8px; transition:all .3s; margin-top:4px; box-shadow:0 4px 14px rgba(20,119,224,.3); font-family:"Baloo 2",cursive; }
.btn-find-pods:hover { background:#0d5ab3; transform:translateY(-2px); }
.hero-right { flex:1; position:relative; background:url('/assets/images/mascot.png'); margin-left:71px; }
.hero-earth { position:absolute; top:90%; left:55%; transform:translate(-50%,-35%); z-index:1; }
.hero-earth img { width:760px; height:auto; opacity:.92; }
.hero-mascot { position:absolute; bottom:23%; left:50%; transform:translateX(-50%); z-index:3; animation:float 4s ease-in-out infinite; }
.hero-mascot img { width:auto; max-height:72vh; height:auto; filter:drop-shadow(0 15px 35px rgba(0,0,0,.12)); }
@keyframes float { 0%,100% { transform:translateX(-50%) translateY(0); } 50% { transform:translateX(-50%) translateY(-14px); } }
.room-modal { display:none; position:fixed; inset:0; z-index:99999; }
.room-modal.show { display:flex; align-items:center; justify-content:center; }
.room-modal-overlay { position:fixed; inset:0; background:rgba(0,0,0,.55); backdrop-filter:blur(4px); z-index:99999; }
.room-modal-content { position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); background:white; border-radius:16px; width:92%; max-width:960px; max-height:85vh; overflow:hidden; box-shadow:0 20px 60px rgba(0,0,0,.25); z-index:100000; }
.room-modal-header { padding:14px 20px; border-bottom:1px solid var(--border-color); display:flex; align-items:center; justify-content:space-between; background:#f9fafb; }
.room-modal-header h3 { font-size:17px; font-weight:700; margin:0; }
.room-modal-header-right { display:flex; align-items:center; gap:10px; }
.room-modal-close { background:none; border:none; font-size:18px; color:#aaa; cursor:pointer; padding:6px; }
.room-modal-close:hover { color:var(--second); }
.btn-confirm-selection { padding:7px 14px; background:var(--second); color:white; border:none; border-radius:8px; font-size:12px; font-weight:700; cursor:pointer; display:flex; align-items:center; gap:6px; font-family:"Baloo 2",cursive; }
.btn-confirm-selection:hover { background:#0d5ab3; }
.room-modal-body { padding:18px 20px; max-height:calc(85vh - 58px); overflow-y:auto; }
.room-category { margin-bottom:20px; }
.room-category-title { font-size:13px; font-weight:700; color:var(--second); margin:0 0 10px; padding-bottom:6px; border-bottom:2px solid var(--second); display:flex; align-items:center; gap:6px; }
.room-category-list { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }
.room-card { border:1.5px solid var(--border-color); border-radius:10px; display:flex; overflow:hidden; background:white; cursor:pointer; transition:all .25s; position:relative; }
.room-card:hover { border-color:var(--second); box-shadow:0 3px 10px rgba(20,119,224,.12); transform:translateY(-1px); }
.room-card.selected { border:2px solid var(--second); background:rgba(20,119,224,.04); }
.room-card.selected::before { content:""; position:absolute; top:0; left:0; bottom:0; width:3px; background:var(--second); z-index:1; }
.room-card-image { width:110px; min-width:110px; align-self:stretch; position:relative; overflow:hidden; }
.room-selected-badge { position:absolute; top:6px; left:6px; background:var(--second); color:white; padding:3px 7px; border-radius:12px; font-size:9px; font-weight:700; display:none; align-items:center; gap:3px; }
.room-card.selected .room-selected-badge { display:flex; }
.room-card-body { flex:1; min-width:0; padding:10px 10px 10px 12px; display:flex; flex-direction:column; gap:4px; justify-content:space-between; }
.room-card-header { display:flex; align-items:flex-start; justify-content:space-between; gap:6px; }
.room-card-title { font-size:13px; font-weight:700; color:var(--text-dark); margin:0; }
.room-card-price { font-size:13px; font-weight:700; color:var(--second); white-space:nowrap; text-align:right; }
.room-card-price small { font-size:9px; font-weight:500; color:#aaa; display:block; }
.room-card-meta { display:flex; gap:10px; font-size:10px; color:#aaa; margin:0; }
.room-card-meta span { display:flex; align-items:center; gap:3px; }
.room-card-meta i { font-size:9px; color:#7fd957; }
.room-card-features { display:flex; flex-wrap:wrap; gap:3px; }
.room-feature { font-size:9px; color:#666; padding:2px 5px; background:#f3f4f6; border-radius:4px; display:flex; align-items:center; gap:3px; }
.room-feature i { font-size:7px; color:#7fd957; }
.room-card-footer { margin-top:2px; }
.btn-select-room { width:100%; padding:5px 0; background:var(--second); color:white; border:none; border-radius:6px; font-size:11px; font-weight:700; cursor:pointer; display:flex; align-items:center; justify-content:center; gap:4px; font-family:"Baloo 2",cursive; transition:all .25s; }
.btn-select-room:hover { background:#0d5ab3; }
.room-card.selected .btn-select-room { background:#22c55e; }
.hide { display:none !important; }
.mobile-menu-btn { display: none; }
.mobile-nav-drawer { display: none; }
.mobile-nav-overlay { display: none; }
@media(max-width:1024px) and (min-width:769px) {
  .hero-logo { left: 24px; top: 18px; }
  .hero-logo img { height: 32px; }

  /* Nav — posisi lebih ke tengah, tidak menembus left */
  .hero-nav {
    position: absolute;
    top: 14px;
    left: 50%;
    right: auto;
    transform: translateX(17%);
    padding: 5px 12px;
    gap: 2px;
    max-width: calc(100% - 180px);
  }
  .hero-nav-menu a { font-size: 11px; padding: 4px 7px; }
  .btn-blog { font-size: 11px; padding: 5px 12px; }

  .hero-nav-menu a.active { background:rgba(255,255,255,0.88) !important; color:var(--second) !important; }

  .hero-left {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 60px 18px 28px 24px;
  }

  .hero-title { font-size: 38px; padding-top: 18px; }
  .hero-subtitle { font-size: 12px; }
  .booking-form { padding: 10px 11px; }
  .guest-btn { width: 26px; height: 26px; font-size: 10px; }
  .guest-selector { gap: 3px; }

  .hero-right { flex: 1; position: relative; overflow: hidden; background:url('/assets/images/mascot.png') center center / contain no-repeat; margin-left:71px; }
  .hero-mascot img { max-height: 58vh; }
  .room-category-list { grid-template-columns: 1fr; }
}

/* ── MOBILE < 769px ── */
@media(max-width:768px) {
  .hero-nav { display: none; }

  /* ── Hamburger ── */
  .mobile-menu-btn {
    display: flex;
    position: fixed;
    top: 14px;
    right: 14px;
    z-index: 1000;
    background: var(--second);
    border: none;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    font-size: 17px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  }

  /* ── Drawer ── */
  .mobile-nav-drawer {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 78%;
    max-width: 280px;
    height: 100vh;
    height: 100dvh;
    background: white;
    z-index: 9999;
    transition: right 0.3s ease;
    padding: 0;
    box-shadow: -4px 0 24px rgba(0,0,0,0.18);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }
  .mobile-nav-drawer.open { right: 0; }

  /* Header drawer */
  .mobile-nav-drawer::before {
    content: "";
    display: block;
    background: linear-gradient(135deg, var(--second), var(--third));
    height: 80px;
    flex-shrink: 0;
  }

  .mobile-nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 9998;
    backdrop-filter: blur(2px);
  }
  .mobile-nav-overlay.open { display: block; }

  .mobile-nav-drawer .nav-close {
    position: absolute;
    top: 20px;
    right: 16px;
    background: rgba(255,255,255,0.2);
    border: none;
    border-radius: 8px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    color: white;
  }

  .mobile-nav-drawer ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 16px 12px 12px;
    gap: 2px;
    flex: 1;
  }
  .mobile-nav-drawer ul li a {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 600;
    color: #1f2937 !important;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
  }
  .mobile-nav-drawer ul li a:hover,
  .mobile-nav-drawer ul li a.active {
    background: rgba(20,119,224,0.08);
    color: var(--second) !important;
  }

  .mobile-nav-drawer .drawer-blog-btn {
    display: block;
    margin: 0 12px 24px;
    margin-bottom: calc(24px + env(safe-area-inset-bottom));
    padding: 13px 16px;
    background: var(--second);
    color: white !important;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    width: calc(100% - 24px);
    cursor: pointer;
    font-family: "Baloo 2", cursive;
    text-align: center;
  }

  /* ── Layout 1 kolom ── */
  .hero-section {
    min-height: 100vh;
    min-height: 100dvh;
    overflow-y: auto;
  }
  .hero-section::before { display: none; }

  .hero-container {
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
    background: white;
  }

  .hero-left {
    flex: none;
    max-width: 100%;
    width: 100%;
    padding: 64px 18px 24px;
    background: white;
    padding-bottom: calc(24px + env(safe-area-inset-bottom));
  }

  .hero-logo {
    position: fixed;
    left: 14px;
    top: 14px;
    z-index: 999;
    background: white;
    border-radius: 8px;
    padding: 4px 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  .hero-logo img { height: 28px; }

  .hero-right { display: none; }

  .hero-title {
    font-size: 52px;
    padding-top: 16px;
    line-height: 1.0;
    margin-bottom: 12px;
  }
  .hero-subtitle {
    font-size: 15px;
    color: var(--text-dark);
    margin-bottom: 24px;
    line-height: 1.6;
  }

  /* Shimmer divider */
  .hero-subtitle + .booking-form::before {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--second), var(--third));
    border-radius: 999px;
    margin-bottom: 14px;
  }

  .booking-form {
    margin-top: 0;
    border-radius: 14px;
    padding: 14px 14px;
  }

  .form-row { flex-direction: column; gap: 8px; }
  .guest-selector { flex-wrap: wrap; gap: 12px; justify-content: center; }
  .guest-btn { width: 38px; height: 38px; font-size: 12px; }

  .room-category-list { grid-template-columns: 1fr; }
  .room-modal-content { max-width: 96%; max-height: 92dvh; }
}
.lazy-section{min-height:100vh;position:relative}
.lazy-section.loaded{min-height:auto}
.lazy-section .lazy-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:16px;color:var(--second);font-family:"Baloo 2",cursive;font-size:18px;font-weight:600}
.lazy-section .lazy-loader .loader-spinner{width:48px;height:48px;border:4px solid rgba(20,119,224,0.2);border-top-color:var(--second);border-radius:50%;animation:lazySpin .8s linear infinite}
@keyframes lazySpin{to{transform:rotate(360deg)}}
.lazy-section.loaded .lazy-loader{display:none}
.lazy-section .section-content{display:none}
.lazy-section.loaded .section-content{display:block}
.lazy-section .room-list-page,.lazy-section .fasilitas-page,.lazy-section .kontak-page,.lazy-section .page-detail-page{min-height:auto;background:white}
.lazy-section .room-list-page{position:relative;min-height:auto}
.lazy-section .room-list-background{display:none}
.lazy-section .room-list-header{position:relative;top:auto;right:auto;margin:16px;background:rgba(255,255,255,0.95);backdrop-filter:blur(10px)}
.lazy-section .room-list-content{padding:0 16px 40px}
.lazy-section .room-list-sidebar{width:50%;padding-top:0;border-right:none;box-shadow:none}
.lazy-section .room-list-map{display:none}
.lazy-section .room-item{cursor:pointer}
.lazy-section .fasilitas-page{position:relative;min-height:auto}
.lazy-section .fasilitas-background{display:none}
.lazy-section .fasilitas-header{position:relative;top:auto;right:auto;margin:16px;background:rgba(255,255,255,0.95);backdrop-filter:blur(10px)}
.lazy-section .fasilitas-content{padding:0 16px 40px}
.lazy-section .facility-grid{grid-template-columns:1fr}
.lazy-section .fas-gallery-grid{grid-template-columns:repeat(2,1fr)}
.lazy-section .kontak-page{position:relative;min-height:auto}
.lazy-section .kontak-background{display:none}
.lazy-section .kontak-header{position:relative;top:auto;right:auto;margin:16px;background:rgba(0,0,0,0.7)}
.lazy-section .kontak-content{width:50%;padding-top:0;border-right:none}
.lazy-section .kontak-map{width:100%;min-height:300px}
.lazy-section .page-detail-page{position:relative;min-height:auto}
.lazy-section .page-detail-header{position:relative}
.lazy-section .page-detail-content{padding:24px 16px 60px}
.lazy-section .page-featured-image{width:100%;height:250px;margin-bottom:24px}
@media(max-width:768px){.lazy-section{min-height:auto}.lazy-section .room-list-sidebar,.lazy-section .kontak-content{width:100%}.lazy-section .kontak-map{min-height:200px}.lazy-section .page-featured-image{height:180px}}
.fasilitas-container {
    height: auto !important;
}
.fasilitas-content{
    overflow-y: visible !important;
}
    .room-list-container{height: auto !important;}
    .room-items{overflow-y: visible !important;}
    
    .room-list-gallery {background: white !important;}
    .fasilitas-content {background: transparent !important;;}
    
    
