:root{--brand-dark: #0D4C54;--brand-teal: #66A5AD;--brand-gold: #8B5E3C;--brand-peach: #C08261;--brand-beige: #DCD0C0;--bg-silk: #FDFBF9;--text-dark: #1A1A1A;--card-bg: #FFFFFF;--section-white: #FFFFFF;--gold-gradient: linear-gradient(135deg,#8B5E3C 0%,#C08261 100%);--shadow-elite: 0 20px 50px rgba(13,76,84,0.15);--transition-elite: transform 0.6s cubic-bezier(0.16,1,0.3,1),opacity 0.6s cubic-bezier(0.16,1,0.3,1);--glass-white: rgba(255,255,255,0.85);--glass-dark: rgba(13,76,84,0.85)}[data-theme="dark"]{--bg-silk: #0C1517;--text-dark: #E2E8E9;--brand-dark: #7BBFC8;--card-bg: #14201F;--section-white: #0C1517;--shadow-elite: 0 20px 50px rgba(0,0,0,0.6)}[data-theme="dark"] .pattern-bg::before{background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M60,15 L72,22 L72,35 L60,42 L48,35 L48,22 Z' fill='none' stroke='%2366A5AD' stroke-width='1.2' stroke-opacity='0.12'/%3E%3Cpath d='M60,22 L60,42 M48,22 L60,29 L72,22' fill='none' stroke='%2366A5AD' stroke-width='1.2' stroke-opacity='0.12'/%3E%3Cpath d='M48,26 L60,33 M48,28 L60,35 M72,26 L60,33 M72,28 L60,35' fill='none' stroke='%2366A5AD' stroke-width='1.2' stroke-opacity='0.12'/%3E%3Cpath d='M50,44 C52,48 56,50 60,50 C64,50 68,48 70,44 C66,46 64,46 60,46 C56,46 54,46 50,44 Z' fill='none' stroke='%2366A5AD' stroke-width='1.2' stroke-opacity='0.12'/%3E%3Cpath d='M60,70 C60,77 62,79 68,80 C62,81 60,83 60,90 C60,83 58,81 52,80 C58,79 60,77 60,70 Z' fill='%2366A5AD' fill-opacity='0.1'/%3E%3C/svg%3E"),radial-gradient(circle at 20% 30%,rgba(102,165,173,0.06) 0%,transparent 60%),radial-gradient(circle at 80% 70%,rgba(102,165,173,0.04) 0%,transparent 60%);background-size: 120px 120px,100% 100%,100% 100%}*{margin: 0;padding: 0;box-sizing: border-box}html{}@media (prefers-reduced-motion: no-preference){html{scroll-behavior: smooth}}body{font-family: 'Outfit',sans-serif;background-color: var(--bg-silk);color: var(--text-dark);overflow-x: hidden}.homepage-root section,.homepage-root header{height: 100vh;display: flex;flex-direction: column;justify-content: center;position: relative;padding: 0;overflow: hidden}.container{max-width: 1300px;margin: 0 auto;padding: 0 2rem;width: 100%}.pattern-bg{position: relative}.pattern-bg::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M60,15 L72,22 L72,35 L60,42 L48,35 L48,22 Z' fill='none' stroke='%23C5A880' stroke-width='1.2' stroke-opacity='0.15'/%3E%3Cpath d='M60,22 L60,42 M48,22 L60,29 L72,22' fill='none' stroke='%23C5A880' stroke-width='1.2' stroke-opacity='0.15'/%3E%3Cpath d='M48,26 L60,33 M48,28 L60,35 M72,26 L60,33 M72,28 L60,35' fill='none' stroke='%23C5A880' stroke-width='1.2' stroke-opacity='0.15'/%3E%3Cpath d='M50,44 C52,48 56,50 60,50 C64,50 68,48 70,44 C66,46 64,46 60,46 C56,46 54,46 50,44 Z' fill='none' stroke='%23C5A880' stroke-width='1.2' stroke-opacity='0.15'/%3E%3Cpath d='M60,70 C60,77 62,79 68,80 C62,81 60,83 60,90 C60,83 58,81 52,80 C58,79 60,77 60,70 Z' fill='%23C5A880' fill-opacity='0.15'/%3E%3C/svg%3E"),radial-gradient(circle at 20% 30%,rgba(240,240,240,0.4) 0%,transparent 60%),radial-gradient(circle at 80% 70%,rgba(235,235,235,0.4) 0%,transparent 60%);background-size: 120px 120px,100% 100%,100% 100%;z-index: 0;pointer-events: none}.hero-social-proof{display: flex;align-items: center;gap: 0.75rem;margin-top: 1.5rem;flex-wrap: wrap}.hero-proof-avatars{display: flex}.hero-proof-avatars img{width: 32px;height: 32px;border-radius: 50%;border: 2px solid white;object-fit: cover;margin-right: -8px;background: rgba(255,255,255,0.2)}.hero-proof-text{font-size: 0.82rem;color: rgba(255,255,255,0.9);padding-left: 16px}.hero-proof-text strong{color: var(--brand-gold)}nav{position: fixed;top: 0;left: 0;width: 100%;z-index: 1000;padding: 0;height: 80px;display: flex;align-items: center;transition: transform 0.5s cubic-bezier(0.16,1,0.3,1),background 0.5s;will-change: transform}nav.nav-hidden{transform: translateY(-100%)}nav.scrolled{padding: 1rem 0;background: rgba(255,255,255,0.9);backdrop-filter: blur(20px);box-shadow: 0 5px 30px rgba(0,0,0,0.05)}[data-theme="dark"] nav.scrolled{background: rgba(5,11,12,0.9);box-shadow: 0 5px 30px rgba(0,0,0,0.3)}.nav-content{display: grid;grid-template-columns: 1fr auto 1fr;align-items: center;width: 100%}.nav-links{display: flex;gap: 4rem;justify-content: center}.nav-cta{display: flex;justify-content: flex-end;align-items: center;gap: 1.5rem}.theme-btn{background: transparent;border: 1px solid rgba(255,255,255,0.3);color: white;width: 40px;height: 40px;border-radius: 50%;cursor: pointer;display: flex;align-items: center;justify-content: center;transition: var(--transition-elite)}nav.scrolled .theme-btn{border-color: rgba(0,0,0,0.1);color: var(--text-dark)}.theme-btn:hover{transform: rotate(15deg) scale(1.1);background: rgba(255,255,255,0.1)}[data-theme="dark"] .theme-btn i::before{content: "\f185"}.brand-logo{height: 180px;width: auto;transition: var(--transition-elite);filter: drop-shadow(0 0 18px rgba(255,255,255,0.6)) drop-shadow(0 5px 20px rgba(0,0,0,0.3));transform: translateY(15px)}.logo{position: relative;z-index: 10;display: flex;align-items: center}.nav-links a{text-decoration: none;color: white;font-weight: 500;font-size: 0.9rem;letter-spacing: 2px;text-transform: uppercase;transition: var(--transition-elite)}nav.scrolled .nav-links a{color: var(--text-dark)}.nav-links a:hover{color: var(--brand-gold)}.hero{background: var(--brand-dark);color: white;text-align: left;overflow: hidden}.hero-bg-img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url('../img/hero.png') center/cover;opacity: 0.5;z-index: 0}.hero .container{position: relative;z-index: 2}.hero h1{font-family: 'Playfair Display',serif;font-size: clamp(2rem,8vw,4.5rem);font-weight: 900;line-height: 1.1;margin-bottom: 1.5rem;max-width: 850px;letter-spacing: -1px}.hero p{font-size: clamp(0.9rem,3vw,1.2rem);line-height: 1.6;margin-bottom: 2.5rem;max-width: 650px;opacity: 0.9}.hero-badge{display: inline-flex;align-items: center;gap: 0.8rem;background: rgba(255,255,255,0.1);padding: 0.6rem 1.4rem;border-radius: 50px;backdrop-filter: blur(15px);border: 1px solid rgba(255,255,255,0.2);margin-bottom: 2rem;box-shadow: 0 10px 30px rgba(0,0,0,0.1)}.hero-badge i{color: var(--brand-gold);font-size: 0.9rem}.hero-badge span{font-size: 0.75rem;letter-spacing: 3px;text-transform: uppercase;font-weight: 800;color: white}.btn{display: inline-flex;align-items: center;padding: 1.2rem 2.8rem;border-radius: 50px;text-decoration: none;font-weight: 700;letter-spacing: 2px;text-transform: uppercase;font-size: 0.85rem;transition: var(--transition-elite)}.btn-gold{background: var(--gold-gradient);color: white;box-shadow: 0 15px 35px rgba(139,94,60,0.3)}.btn-gold:hover{transform: translateY(-5px);box-shadow: 0 20px 45px rgba(139,94,60,0.45)}.btn-outline{border: 2px solid white;color: white}.btn-outline:hover{background: white;color: var(--brand-dark)}.hero-btns{display: flex;gap: 1.5rem;flex-wrap: wrap;margin-top: 1rem}.hero-btns .btn{padding: 1.2rem 3rem;font-size: 0.85rem;min-width: 220px;justify-content: center}.trust-ribbon{background: rgba(13,76,84,0.85);backdrop-filter: blur(30px);padding: 1.5rem 0;border-top: 1px solid rgba(255,255,255,0.1);position: absolute;bottom: 0;width: 100%;z-index: 10}.trust-container{display: flex;justify-content: space-between;align-items: center;gap: 2rem}.trust-item{display: flex;align-items: center;gap: 1.2rem;color: white}.trust-item i{color: var(--brand-gold);font-size: 1.5rem;filter: drop-shadow(0 0 10px rgba(139,94,60,0.3))}.trust-text h4,.trust-text strong{font-size: 0.9rem;margin: 0;font-weight: 700;letter-spacing: 0.5px;display: block}.trust-text p{font-size: 0.75rem;margin: 0;opacity: 0.7;font-weight: 400}.trust-container{display: flex;justify-content: space-between;align-items: center;gap: 2rem}.trust-item{display: flex;align-items: center;gap: 1.2rem;color: white}.trust-item i{color: var(--brand-gold);font-size: 1.5rem;filter: drop-shadow(0 0 10px rgba(139,94,60,0.3))}.trust-text h4,.trust-text strong{font-size: 0.9rem;margin: 0;font-weight: 700;letter-spacing: 0.5px;display: block}.trust-text p{font-size: 0.75rem;margin: 0;opacity: 0.7;font-weight: 400}.section-header{margin-bottom: 1.5rem;text-align: center}.section-header span{color: var(--brand-gold);text-transform: uppercase;letter-spacing: 5px;font-weight: 800;font-size: 0.75rem;display: block;margin-bottom: 1rem}.section-header h2{font-family: 'Playfair Display',serif;font-size: clamp(1.8rem,5vw,2.5rem);color: var(--brand-dark);transition: var(--transition-elite)}[data-theme="dark"] .section-header h2{color: white}.bento-grid{display: grid;grid-template-columns: repeat(12,1fr);grid-auto-rows: 220px;gap: 1rem}.bento-card{background: var(--card-bg);border-radius: 30px;padding: 1.5rem;position: relative;overflow: hidden;transition: var(--transition-elite);border: 1px solid rgba(139,94,60,0.08);display: flex;flex-direction: column;justify-content: flex-end}.bento-1{grid-column: span 6;grid-row: span 2}.bento-2{grid-column: span 6;grid-row: span 1}.bento-3{grid-column: span 3;grid-row: span 1}.bento-4{grid-column: span 3;grid-row: span 1}.bento-card:hover{transform: translateY(-10px);box-shadow: 0 30px 60px rgba(13,76,84,0.1);border-color: var(--brand-gold)}.bento-card .card-icon-box{position: absolute;top: 1.5rem;left: 1.5rem}.bento-card h3{margin-bottom: 0.5rem;font-size: 1.3rem}.bento-card p{margin-bottom: 0;font-size: 0.95rem;opacity: 0.8}.grid{display: grid;grid-template-columns: repeat(auto-fit,minmax(320px,1fr));gap: 3rem}.card{background: var(--card-bg);padding: 2rem;border-radius: 30px;text-align: left;box-shadow: 0 10px 40px rgba(0,0,0,0.02);transition: var(--transition-elite);border: 1px solid rgba(139,94,60,0.05);position: relative;overflow: hidden}.card-index{position: absolute;top: 20px;right: 20px;font-size: 2rem;font-weight: 900;font-family: 'Playfair Display',serif;color: var(--brand-gold);opacity: 0.1;transition: var(--transition-elite)}.card-icon-box{width: 50px;height: 50px;background: rgba(139,94,60,0.05);border-radius: 15px;display: flex;align-items: center;justify-content: center;margin-bottom: 1.5rem;transition: var(--transition-elite)}.card-icon{font-size: 2rem;background: var(--gold-gradient);-webkit-background-clip: text;-webkit-text-fill-color: transparent}.card h3{font-family: 'Playfair Display',serif;font-size: 1.3rem;margin-bottom: 1rem;color: var(--text-dark)}.card p{font-size: 0.85rem;line-height: 1.5;color: #666;margin-bottom: 1.5rem}.card-line{width: 40px;height: 3px;background: var(--brand-gold);transition: var(--transition-elite)}.card:hover{transform: translateY(-20px);background: var(--brand-dark);border-color: var(--brand-dark);box-shadow: 0 40px 80px rgba(13,76,84,0.2)}.card:hover .card-index{opacity: 0.2;transform: scale(1.2);color: white}.card:hover .card-icon-box{background: rgba(255,255,255,0.1);transform: rotateY(180deg)}.card:hover .card-icon{background: white;-webkit-background-clip: text;-webkit-text-fill-color: transparent}.card:hover h3{color: white}.card:hover p{color: rgba(255,255,255,0.7)}.card:hover .card-line{width: 100%}[data-theme="dark"] .card{background: rgba(13,28,30,0.4);border-color: rgba(255,255,255,0.05)}[data-theme="dark"] .card p{color: #aaa}[data-theme="dark"] #paket{background: var(--section-white)}[data-theme="dark"] .pkg-card{background: var(--card-bg);box-shadow: 0 15px 50px rgba(0,0,0,0.4)}[data-theme="dark"] .pkg-content h3{color: var(--text-dark)}[data-theme="dark"] .pkg-content p{color: rgba(232,232,232,0.7)}[data-theme="dark"] .pkg-price-tag{background: #0D2426;color: var(--brand-teal)}[data-theme="dark"] .pkg-card .btn-outline.pkg-btn{border-color: var(--brand-teal);color: var(--brand-teal)}[data-theme="dark"] .pkg-card .btn-outline.pkg-btn:hover{background: var(--brand-teal);color: #050B0C}[data-theme="dark"] .bento-card{background: var(--card-bg);border-color: rgba(255,255,255,0.06)}[data-theme="dark"] .bento-card h3{color: var(--text-dark)}[data-theme="dark"] .bento-card p{color: rgba(232,232,232,0.65)}[data-theme="dark"] .bento-1{background: #0D2426}#artikel{height: auto !important;min-height: 100vh !important;padding: 6rem 0 !important;display: flex !important;flex-direction: column !important;justify-content: center !important}#paket{height: 100vh;display: flex;flex-direction: column;justify-content: center;background: var(--section-white);padding: 0}#paket .section-header{margin-bottom: 2rem}.pkg-card{background: var(--card-bg);border-radius: 30px;overflow: hidden;box-shadow: 0 15px 50px rgba(0,0,0,0.06);transition: var(--transition-elite)}.pkg-card:hover{transform: translateY(-15px)}.pkg-img-box{height: 250px;position: relative;overflow: hidden}.pkg-img{width: 100%;height: 100%;background-size: cover;background-position: center;transition: var(--transition-elite)}.pkg-card:hover .pkg-img{transform: scale(1.1)}.pkg-price-tag{position: absolute;bottom: 25px;right: 25px;background: var(--card-bg);padding: 0.7rem 1.8rem;border-radius: 50px;font-weight: 800;color: var(--brand-dark);box-shadow: 0 10px 25px rgba(0,0,0,0.1)}.pkg-content{padding: 1.5rem;text-align: center}.pkg-content h3{font-family: 'Playfair Display',serif;font-size: 1.5rem;margin-bottom: 0.5rem}.pkg-content p{font-size: 0.9rem;line-height: 1.4}.testi-luxury{background: var(--bg-silk);height: 100vh;display: flex;align-items: center}.testi-grid{display: grid;grid-template-columns: repeat(auto-fit,minmax(300px,1fr));gap: 2.5rem;width: 100%}.testi-card-luxury{position: relative;padding: 3.5rem;background: var(--card-bg);border-radius: 40px;box-shadow: 0 30px 70px rgba(0,0,0,0.06);transition: var(--transition-elite);border: 1px solid rgba(139,94,60,0.08);display: flex;flex-direction: column}.testi-glass-bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(135deg,rgba(255,255,255,0.05) 0%,rgba(255,255,255,0) 100%);backdrop-filter: blur(10px);z-index: 1;pointer-events: none}.testi-content-wrap{position: relative;z-index: 2}.testi-header-luxury{display: flex;align-items: center;gap: 1.5rem;margin-bottom: 2.5rem}.testi-avatar-luxury{width: 80px;height: 80px;border-radius: 20px;background-size: cover;background-position: center;border: 3px solid var(--brand-gold);box-shadow: 0 10px 20px rgba(139,94,60,0.2)}.testi-meta h4{font-family: 'Playfair Display',serif;font-size: 1.2rem;color: var(--text-dark);margin-bottom: 0.3rem}.testi-meta small{color: var(--brand-gold);text-transform: uppercase;letter-spacing: 1px;font-size: 0.7rem;font-weight: 700;display: block;margin-bottom: 0.5rem}.testi-rating{color: #FFD700;font-size: 0.8rem;display: flex;gap: 3px}.testi-body-luxury{position: relative}.quote-icon-gold{color: var(--brand-gold);font-size: 1.8rem;margin-bottom: 1.5rem;opacity: 0.6}.testi-body-luxury p{font-family: 'Playfair Display',serif;font-size: 1.2rem;line-height: 1.7;font-style: italic;color: var(--text-dark)}.testi-card-luxury:hover{transform: translateY(-20px) scale(1.03);box-shadow: 0 40px 90px rgba(13,76,84,0.15);border-color: var(--brand-gold)}[data-theme="dark"] .testi-card-luxury{background: rgba(13,28,30,0.6);border-color: rgba(255,255,255,0.07)}[data-theme="dark"] .testi-card-luxury h4{color: var(--text-dark)}[data-theme="dark"] .testi-body-luxury p{color: rgba(232,232,232,0.75)}[data-theme="dark"] .address-section{background: var(--section-white)}[data-theme="dark"] .address-info h2,[data-theme="dark"] .address-info h4{color: var(--text-dark)}[data-theme="dark"] .address-info p{color: rgba(232,232,232,0.7)}[data-theme="dark"] .location-card{background: var(--card-bg);border-color: rgba(255,255,255,0.06)}[data-theme="dark"] .schedule-card{border-color: rgba(102,165,173,0.12) !important;box-shadow: 0 5px 20px rgba(0,0,0,0.25) !important}[data-theme="dark"] #artikel h2{color: var(--text-dark)}[data-theme="dark"] #artikel h3 a{color: var(--text-dark) !important}[data-theme="dark"] #artikel p{color: rgba(226,232,233,0.75)}[data-theme="dark"] #jadwal h2{color: var(--text-dark)}[data-theme="dark"] #jadwal .schedule-date strong{color: var(--text-dark) !important}[data-theme="dark"] #jadwal .schedule-package h4{color: var(--text-dark) !important}.address-section{background: var(--section-white);height: 100vh;display: flex;flex-direction: column;justify-content: center}.address-grid{display: grid;grid-template-columns: 1fr 1.2fr;gap: 4rem;align-items: center}.map-container{height: 500px;border-radius: 30px;overflow: hidden;box-shadow: var(--shadow-elite)}.cta-grand{background: var(--brand-dark);color: white}.cta-grid{display: grid;grid-template-columns: 1.2fr 0.8fr;gap: 5rem;align-items: center}.cta-grand h2{color: white;font-size: 4rem;font-family: 'Playfair Display',serif;margin-bottom: 2rem}[data-theme="dark"] .cta-grand{background: #0A1618}.cta-features{display: flex;flex-direction: column;gap: 1.5rem;margin-bottom: 3rem}.cta-feature-item{display: flex;align-items: center;gap: 1rem}.cta-feature-item i{color: var(--brand-gold)}.cs-img-elite{width: 100%;border-radius: 30px;box-shadow: 0 30px 60px rgba(0,0,0,0.3)}footer{background: #050505;color: #888;padding: 120px 0 60px}.footer-grid{display: grid;grid-template-columns: 1.5fr 1fr 1fr 1.5fr;gap: 4rem}.footer-brand-logo{height: 120px;width: auto;margin-bottom: 1rem;display: block}footer h4{color: white;font-family: 'Playfair Display',serif;font-size: 1.4rem;margin-bottom: 2.5rem}footer ul{list-style: none}footer ul li{margin-bottom: 1rem}footer ul li a{color: #888;text-decoration: none;transition: var(--transition-elite)}footer ul li a:hover{color: var(--brand-gold);padding-left: 10px}.footer-bottom{margin-top: 8rem;padding-top: 3rem;border-top: 1px solid #1a1a1a;text-align: center;font-size: 0.8rem;letter-spacing: 2px}.reveal{opacity: 0;transform: translateY(40px);transition: var(--transition-elite);will-change: transform,opacity}.reveal.active{opacity: 1;transform: translateY(0);will-change: auto}#why-us,#paket,#testimoni,#jadwal,#artikel,#lokasi,#cta,footer{content-visibility: auto;contain-intrinsic-size: auto 100vh}@media (max-width: 1024px){.hero h1{font-size: 3.5rem}.cta-grand h2{font-size: 3rem}}@media (max-width: 768px){html{}.homepage-root section,.homepage-root header{height: 100vh;padding: 20px 0;overflow: hidden;display: flex;flex-direction: column;justify-content: center}.container{padding: 0 1rem}nav{height: 70px;background: transparent;backdrop-filter: blur(10px);transition: var(--transition-elite)}nav.scrolled{background: rgba(255,255,255,0.9) !important}[data-theme="dark"] nav.scrolled{background: rgba(5,11,12,0.95) !important}.nav-content{display: flex !important;justify-content: space-between !important;align-items: center !important;width: 100% !important}.nav-links{display: flex !important;gap: 1.2rem !important;justify-content: center !important}.nav-links a{font-size: 0.75rem !important;letter-spacing: 1px !important;font-weight: 600 !important}.brand-logo{height: 42px !important;transform: none !important;filter: none !important}.nav-cta{gap: 0.6rem !important}.theme-btn{width: 32px !important;height: 32px !important;font-size: 0.8rem !important}.nav-cta .btn-gold{padding: 0.5rem 0.9rem !important;font-size: 0.6rem !important;letter-spacing: 0.5px !important}.hero{text-align: center;justify-content: center}.hero-content{align-items: center;display: flex;flex-direction: column;padding-top: 2rem}.hero h1{font-size: 1.7rem !important;margin-bottom: 0.8rem !important;text-align: center}.hero p{font-size: 0.8rem !important;margin-bottom: 1.5rem !important;text-align: center;max-width: 90%}.hero-badge{margin-bottom: 1rem !important;padding: 0.4rem 1rem !important}.hero-badge span{font-size: 0.6rem !important}.hero-btns{flex-direction: column !important;width: 100%;gap: 0.8rem !important;margin-top: 0.5rem !important}.hero-btns .btn{width: 100% !important;min-width: unset !important;padding: 1rem !important;font-size: 0.7rem !important}.trust-ribbon{padding: 0.6rem 0 !important;background: rgba(13,76,84,0.95) !important}.trust-container{display: grid !important;grid-template-columns: repeat(2,1fr) !important;gap: 0.4rem !important}.trust-item{gap: 0.4rem !important;padding: 0.2rem !important}.trust-item i{font-size: 0.9rem !important}.trust-item h4{font-size: 0.55rem !important;font-weight: 800 !important}.trust-text p{display: none !important}.section-header{margin-bottom: 1rem !important}.section-header h2{font-size: 1.4rem !important}.section-header span{font-size: 0.6rem !important;letter-spacing: 2px !important}#why-us{padding: 40px 0 !important;justify-content: flex-start !important}#why-us .section-header{margin-bottom: 2rem !important}.bento-grid{display: flex !important;flex-direction: column !important;gap: 1rem !important;height: auto !important;max-height: 65vh !important;overflow-y: auto;-webkit-overflow-scrolling: touch}.bento-card{display: grid !important;grid-template-columns: 56px 1fr !important;gap: 0.9rem !important;padding: 1.1rem !important;background: #fff !important;border-radius: 20px !important;border: 1px solid rgba(13,76,84,0.05) !important;box-shadow: 0 4px 20px rgba(0,0,0,0.03) !important;align-items: flex-start !important}.bento-1{background: var(--brand-dark) !important;color: white !important}.bento-1 h3,.bento-1 p{color: white !important}.bento-card .card-icon-box{position: static !important;width: 50px !important;height: 50px !important;background: var(--brand-gold-light) !important;border-radius: 12px !important;display: flex !important;align-items: center !important;justify-content: center !important}.bento-1 .card-icon-box{background: rgba(255,255,255,0.1) !important}.bento-card .card-icon{font-size: 1.2rem !important;color: var(--brand-gold)}.bento-card .bento-content{text-align: left !important}.bento-card h3{font-size: 1rem !important;margin-bottom: 0.2rem !important;font-weight: 700 !important;color: var(--brand-dark)}.bento-1 h3{color: white !important}.bento-card p{font-size: 0.75rem !important;line-height: 1.4 !important;opacity: 0.8 !important}#paket{height: auto !important;min-height: unset !important;overflow: visible !important;padding: 60px 0 !important;justify-content: flex-start !important}.pkg-card{min-width: unset !important;width: 100% !important;max-height: none !important;scroll-snap-align: unset}.pkg-img-box{aspect-ratio: 4/3 !important;height: auto !important}.pkg-content{padding: 1.2rem !important}.pkg-content h3{font-size: 1.05rem !important;margin-bottom: 0.4rem !important}.pkg-content p{font-size: 0.78rem !important;line-height: 1.45 !important}.pkg-content .btn{padding: 0.8rem !important;margin-top: 0.8rem !important}#testimoni{height: auto !important;min-height: unset !important;overflow: visible !important;padding: 60px 0 !important;justify-content: flex-start !important}.testi-card-luxury{min-width: unset !important;width: 100% !important;padding: 1.25rem !important;scroll-snap-align: unset}.testi-avatar-luxury{width: 50px !important;height: 50px !important}.testi-body-luxury p{font-size: 0.9rem !important}.address-grid{display: flex !important;flex-direction: column !important;gap: 1.5rem !important;min-height: auto !important;justify-content: center;height: 100%}.address-info h2{font-size: 1.8rem !important;margin: 0.5rem 0 !important}.location-details{grid-template-columns: 1fr !important;gap: 0.8rem !important;margin-top: 1rem}.location-details h4{font-size: 0.6rem !important}.location-details p{font-size: 0.75rem !important}.map-container{height: 180px !important;border-radius: 20px !important;width: 100%}#cta{height: auto !important;min-height: 100vh !important;padding: 80px 0 40px !important;display: flex !important;flex-direction: column !important;justify-content: center !important}.cta-grid{display: flex !important;flex-direction: column !important;gap: 1.5rem !important;text-align: center !important;justify-content: center !important;min-height: unset !important}.cta-text h2{font-size: 1.8rem !important;margin: 0.8rem 0 !important;line-height: 1.2 !important}.cta-text p{font-size: 0.85rem !important;margin-bottom: 1.5rem !important;line-height: 1.5 !important}.cta-features{grid-template-columns: 1fr 1fr !important;gap: 0.6rem !important;margin-bottom: 1.5rem !important}.cta-feature-item{gap: 0.4rem !important;justify-content: center !important}.cta-feature-item span{font-size: 0.75rem !important}.cta-text .btn{width: 100% !important;padding: 1rem 2rem !important;justify-content: center !important;font-size: 0.75rem !important}.cta-image{max-width: 250px !important;margin: 1rem auto 0 !important}.cta-image-wrapper{border-radius: 20px !important}#artikel{height: auto !important;min-height: 100vh !important;padding: 80px 0 40px !important;display: flex !important;flex-direction: column !important;justify-content: center !important}footer{padding: 40px 0 20px;height: auto !important}.footer-grid{grid-template-columns: 1fr;gap: 1.5rem}.footer-brand-logo{height: 60px !important}}.floating-wa{position: fixed;bottom: 30px;right: 30px;width: 60px;height: 60px;background-color: #25d366;color: white;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 2rem;box-shadow: 0 4px 20px rgba(37,211,102,0.4);z-index: 1000;transition: transform 0.3s ease;text-decoration: none;will-change: transform}.floating-wa:hover{transform: scale(1.1) translateY(-5px);box-shadow: 0 10px 30px rgba(37,211,102,0.6);color: white}@media (max-width: 768px){.floating-wa{bottom: 20px;right: 20px;width: 50px;height: 50px;font-size: 1.6rem}}