/* ============================================
   PT. BARAYA KHARISMA JAYA - MODERN UMRAH & HAJI WEBSITE
   Dark Theme | GSAP Animations | Glassmorphism | Fully Responsive
   ============================================ */

/* --- GOOGLE FONTS ALREADY LOADED IN PHP --- */

/* =====================
   1. CSS CUSTOM PROPERTIES
   ===================== */
:root {
    /* Colors */
    --clr-bg: #020509;
    --clr-bg-alt: #060a12;
    --clr-bg-card: #0a0f1a;
    --clr-surface: #0d1421;
    --clr-surface-2: #111827;
    --clr-border: rgba(210, 156, 60, 0.15);
    --clr-border-light: rgba(255, 255, 255, 0.06);
    --clr-text: #f0eee8;
    --clr-text-2: #c4c1b8;
    --clr-muted: #8a8a8a;
    --clr-primary: #d29c3c;
    --clr-primary-light: #e8b862;
    --clr-primary-dark: #9a6d25;
    --clr-gold: #c9922a;
    --clr-gold-bright: #f0c060;
    --clr-glow: rgba(210, 156, 60, 0.25);

    /* Typography */
    --font-display: 'Cinzel', serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;

    /* Spacing */
    --section-padding: clamp(70px, 10vw, 140px);
    --container-width: 1280px;

    /* Effects */
    --glow-sm: 0 0 20px rgba(210, 156, 60, 0.15);
    --glow-md: 0 0 40px rgba(210, 156, 60, 0.2);
    --glow-lg: 0 0 80px rgba(210, 156, 60, 0.12);
    --shadow-sm: 0 4px 20px rgba(0, 0, 0, 0.4);
    --shadow-md: 0 8px 40px rgba(0, 0, 0, 0.5);
    --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.6);
    --shadow-gold: 0 8px 32px rgba(210, 156, 60, 0.25);
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-xl: 32px;

    /* Transitions */
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* =====================
   2. RESET & BASE
   ===================== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    color: var(--clr-text);
    background: var(--clr-bg);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul { list-style: none; }

::selection {
    background: rgba(210, 156, 60, 0.3);
    color: #fff;
}

::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: var(--clr-bg);
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--clr-primary), var(--clr-primary-dark));
    border-radius: 10px;
}

/* =====================
   3. UTILITY
   ===================== */
.container {
    width: min(var(--container-width), calc(100% - 48px));
    margin-inline: auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* =====================
   4. BACKGROUND (STARS + GRADIENT)
   ===================== */
.page-bg {
    position: fixed;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.page-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 20% 10%, rgba(210, 156, 60, 0.06) 0%, transparent 60%),
        radial-gradient(ellipse 60% 50% at 80% 85%, rgba(210, 156, 60, 0.07) 0%, transparent 55%),
        radial-gradient(ellipse 50% 40% at 50% 50%, rgba(12, 20, 35, 0.5) 0%, transparent 70%),
        linear-gradient(180deg, #010306 0%, #030810 40%, #02050b 100%);
}

.page-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(1px 1px at 15% 12%, rgba(255,255,255,0.18) 0%, transparent 100%),
        radial-gradient(1px 1px at 32% 8%, rgba(255,255,255,0.12) 0%, transparent 100%),
        radial-gradient(1.5px 1.5px at 55% 5%, rgba(255,255,255,0.2) 0%, transparent 100%),
        radial-gradient(1px 1px at 72% 18%, rgba(255,255,255,0.1) 0%, transparent 100%),
        radial-gradient(1px 1px at 88% 8%, rgba(255,255,255,0.15) 0%, transparent 100%),
        radial-gradient(1px 1px at 5% 60%, rgba(255,255,255,0.1) 0%, transparent 100%),
        radial-gradient(1px 1px at 93% 45%, rgba(255,255,255,0.12) 0%, transparent 100%),
        radial-gradient(1px 1px at 48% 92%, rgba(255,255,255,0.08) 0%, transparent 100%),
        radial-gradient(1px 1px at 78% 75%, rgba(255,255,255,0.1) 0%, transparent 100%),
        radial-gradient(1.5px 1.5px at 25% 85%, rgba(255,255,255,0.14) 0%, transparent 100%),
        radial-gradient(1px 1px at 62% 70%, rgba(255,255,255,0.09) 0%, transparent 100%),
        radial-gradient(1px 1px at 40% 30%, rgba(255,255,255,0.1) 0%, transparent 100%);
    animation: starsDrift 120s linear infinite;
}

@keyframes starsDrift {
    0% { opacity: 0.6; }
    50% { opacity: 1; }
    100% { opacity: 0.6; }
}

/* =====================
   5. PRELOADER
   ===================== */
.preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: var(--clr-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    transition: opacity 0.6s var(--ease-out-expo), visibility 0.6s;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preloader-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid var(--clr-border);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: preloaderSpin 1.5s ease-in-out infinite;
}

.preloader-icon i {
    font-size: 32px;
    color: var(--clr-primary);
}

@keyframes preloaderSpin {
    0%, 100% { transform: rotate(0deg); box-shadow: 0 0 0 0 rgba(210, 156, 60, 0.4); }
    50% { transform: rotate(180deg); box-shadow: 0 0 30px 10px rgba(210, 156, 60, 0.2); }
}

.preloader-text {
    font-family: var(--font-display);
    font-size: 14px;
    letter-spacing: 4px;
    color: var(--clr-muted);
    text-transform: uppercase;
}

/* =====================
   6. NAVIGATION
   ===================== */
.top-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: background 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease;
}

.top-nav.scrolled {
    background: rgba(2, 5, 9, 0.92);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3), 0 1px 0 var(--clr-border-light);
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 80px;
    padding-block: 12px;
}

/* Brand */
.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 360px;
    text-decoration: none;
}

.brand-logo {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(210, 156, 60, 0.25), rgba(0,0,0,0.6));
    border: 2px solid rgba(210, 156, 60, 0.5);
    box-shadow: 0 0 20px rgba(210, 156, 60, 0.2), inset 0 1px 0 rgba(255,255,255,0.08);
    font-size: 22px;
    color: var(--clr-primary);
    flex-shrink: 0;
    transition: transform 0.3s var(--spring), box-shadow 0.3s ease;
}

.brand:hover .brand-logo {
    transform: scale(1.08) rotate(10deg);
    box-shadow: 0 0 30px rgba(210, 156, 60, 0.4), inset 0 1px 0 rgba(255,255,255,0.08);
}

.brand-info { display: flex; flex-direction: column; gap: 2px; }

.brand-name {
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.1;
    background: linear-gradient(135deg, var(--clr-primary-light), var(--clr-primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.brand-subtitle {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: var(--clr-muted);
    text-transform: uppercase;
}

.brand-license {
    font-size: 9px;
    color: rgba(210, 156, 60, 0.6);
    letter-spacing: 0.5px;
}

/* Nav Menu */
.main-menu {
    display: flex;
    align-items: center;
    gap: 4px;
}

.main-menu a {
    position: relative;
    color: rgba(240, 238, 232, 0.75);
    font-size: 13.5px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    transition: color 0.25s ease, background 0.25s ease;
    letter-spacing: 0.2px;
}

.main-menu a::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 16px;
    height: 2px;
    background: var(--clr-primary);
    border-radius: 2px;
    transition: transform 0.3s var(--ease-out-expo);
    box-shadow: 0 0 8px rgba(210, 156, 60, 0.6);
}

.main-menu a:hover {
    color: #fff;
    background: rgba(210, 156, 60, 0.08);
}

.main-menu a:hover::after {
    transform: translateX(-50%) scaleX(1);
}

.main-menu a.active {
    color: var(--clr-primary-light);
}
.main-menu a.active::after {
    transform: translateX(-50%) scaleX(1);
}

/* CTA Pill */
.nav-cta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.call-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 50px;
    border: 1.5px solid rgba(210, 156, 60, 0.5);
    background: rgba(210, 156, 60, 0.08);
    color: var(--clr-gold-bright);
    font-weight: 700;
    font-size: 13px;
    transition: all 0.3s var(--ease-out-expo);
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.call-pill:hover {
    background: rgba(210, 156, 60, 0.18);
    border-color: rgba(210, 156, 60, 0.8);
    box-shadow: 0 0 20px rgba(210, 156, 60, 0.25);
    transform: translateY(-2px);
}

.call-pill i { font-size: 16px; }

/* Mobile Toggle */
.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
    border: 1.5px solid var(--clr-border-light);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* =====================
   7. HERO SECTION
   ===================== */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid var(--clr-border-light);
}

.hero-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.08);
    filter: brightness(0.55) saturate(0.8);
    will-change: transform;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(270deg, rgba(2, 5, 9, 0.88) 0%, rgba(2, 5, 9, 0.5) 50%, rgba(2, 5, 9, 0.2) 100%),
        radial-gradient(ellipse at 30% 50%, rgba(2, 5, 9, 0.3) 0%, transparent 60%);
}

.hero-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.hero-particles .particle {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--clr-primary);
    opacity: 0;
    animation: particleFloat 6s ease-in-out infinite;
}

@keyframes particleFloat {
    0% { opacity: 0; transform: translateY(100vh) scale(0); }
    20% { opacity: 0.6; }
    80% { opacity: 0.3; }
    100% { opacity: 0; transform: translateY(-20vh) scale(1); }
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 60px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.hero-text { max-width: 820px; }

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    border-radius: 50px;
    border: 1px solid rgba(210, 156, 60, 0.3);
    background: rgba(210, 156, 60, 0.08);
    color: var(--clr-gold-bright);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
}

.hero-eyebrow::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--clr-primary);
    animation: pulseDot 2s ease-in-out infinite;
}

@keyframes pulseDot {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.5; }
}

.hero-title {
    font-family: var(--font-display);
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0.3px;
    margin-bottom: 24px;
    color: #fff;
}

.hero-title .line {
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.hero-title .word {
    display: inline-block;
    transform: translateY(100%);
    opacity: 0;
}

.hero-desc {
    color: rgba(240, 238, 232, 0.8);
    font-size: clamp(16px, 2vw, 19px);
    max-width: 520px;
    line-height: 1.7;
    margin-bottom: 36px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 50px;
    border: 1.5px solid transparent;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: all 0.35s var(--ease-out-expo);
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.btn::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: inherit;
}

.btn:hover::before { opacity: 1; }

.btn-gold {
    background: linear-gradient(135deg, var(--clr-primary-dark), var(--clr-primary), var(--clr-primary-light));
    color: #fff;
    border-color: rgba(245, 214, 147, 0.6);
    box-shadow: var(--shadow-gold);
}

.btn-gold::before {
    background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent);
}

.btn-gold:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 40px rgba(210, 156, 60, 0.4);
}

.btn-gold:active {
    transform: translateY(-1px) scale(0.99);
}

.btn-outline {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(240, 238, 232, 0.9);
    border-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
    box-shadow: var(--shadow-sm);
    color: #fff;
}

.btn.sm {
    padding: 9px 18px;
    font-size: 12px;
}

.btn i { font-size: 18px; }

/* Bank Box */
.hero-bank {
    position: relative;
    border-radius: var(--radius-lg);
    border: 1.5px solid rgba(210, 156, 60, 0.4);
    background: linear-gradient(160deg, rgba(10, 15, 26, 0.95), rgba(6, 10, 18, 0.98));
    padding: 28px;
    backdrop-filter: blur(20px);
    box-shadow: var(--shadow-lg), 0 0 60px rgba(210, 156, 60, 0.08);
    overflow: hidden;
}

.hero-bank::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--clr-primary), transparent);
}

.hero-bank::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(210, 156, 60, 0.05), transparent 30%);
    animation: bankRotate 8s linear infinite;
    pointer-events: none;
}

@keyframes bankRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.hero-bank-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.hero-bank-label i {
    color: var(--clr-primary);
    font-size: 18px;
}

.hero-bank-label span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--clr-muted);
}

.hero-bank-title {
    font-family: var(--font-display);
    font-size: clamp(20px, 3vw, 28px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.hero-bank-account {
    background: #fff;
    border-radius: var(--radius-md);
    padding: 20px;
    color: #0f1923;
    position: relative;
    z-index: 1;
}

.hero-bank-name {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1a8a9e;
    margin-bottom: 8px;
}

.hero-bank-number {
    font-family: var(--font-display);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1;
}

.hero-bank-note {
    margin-top: 14px;
    font-size: 12px;
    color: rgba(240, 238, 232, 0.6);
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

/* Hero Highlights */
.hero-highlights {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    padding-bottom: 0;
}

.highlight-card {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px;
    border-radius: var(--radius-md);
    border: 1px solid var(--clr-border-light);
    background: rgba(10, 15, 26, 0.7);
    backdrop-filter: blur(15px);
    transition: all 0.4s var(--ease-out-expo);
}

.highlight-card:hover {
    border-color: var(--clr-border);
    background: rgba(210, 156, 60, 0.05);
    transform: translateY(-4px);
    box-shadow: var(--glow-sm);
}

.highlight-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(210, 156, 60, 0.15), rgba(0,0,0,0.3));
    border: 1px solid rgba(210, 156, 60, 0.2);
    font-size: 20px;
    color: var(--clr-primary);
    flex-shrink: 0;
}

.highlight-text h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}

.highlight-text p {
    font-size: 12px;
    color: var(--clr-muted);
    line-height: 1.4;
}

/* =====================
   8. SECTION COMMON
   ===================== */
section {
    position: relative;
}

.section {
    padding-block: var(--section-padding);
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--clr-primary);
    margin-bottom: 16px;
}

.section-label::before,
.section-label::after {
    content: "";
    width: 24px;
    height: 1.5px;
    background: linear-gradient(90deg, var(--clr-primary), transparent);
}

.section-label::after {
    background: linear-gradient(270deg, var(--clr-primary), transparent);
}

.section-title {
    font-family: var(--font-display);
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.section-subtitle {
    font-size: 17px;
    color: var(--clr-muted);
    max-width: 560px;
    line-height: 1.7;
}

.text-center { text-align: center; }
.mx-auto { margin-inline: auto; }

/* Divider */
.section-divider {
    width: 60px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--clr-primary), var(--clr-primary-dark));
    margin: 16px auto 24px;
    box-shadow: 0 0 12px rgba(210, 156, 60, 0.4);
}

/* =====================
   9. BSI INFO STRIP
   ===================== */
.bsi-strip {
    position: relative;
    margin-block: -20px;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, #fef3dc, #f5dfa0, #f8e8bc);
    border: 1px solid rgba(201, 146, 42, 0.3);
    padding: 28px 32px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 24px;
    box-shadow: var(--shadow-md), 0 0 40px rgba(201, 146, 42, 0.1);
    overflow: hidden;
}

.bsi-strip::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c9922a, transparent);
}

.bsi-strip-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bsi-icon {
    width: 64px;
    height: 64px;
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, rgba(201, 146, 42, 0.2), rgba(255,255,255,0.5));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #8a6020;
    flex-shrink: 0;
}

.bsi-text h3 {
    font-family: var(--font-display);
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 700;
    color: #1a1d22;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.bsi-text p {
    font-size: 14px;
    color: #5a5040;
    line-height: 1.5;
}

.bsi-strip-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.bsi-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 50px;
    background: linear-gradient(135deg, var(--clr-primary-dark), var(--clr-primary));
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    transition: all 0.3s var(--ease-out-expo);
    box-shadow: 0 4px 20px rgba(201, 146, 42, 0.4);
    text-decoration: none;
}

.bsi-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(201, 146, 42, 0.5);
}

.bsi-link span {
    font-size: 11px;
    opacity: 0.9;
}

.bsi-url {
    font-size: 12px;
    color: #8a7050;
    font-weight: 500;
}

/* =====================
   10. ABOUT SECTION
   ===================== */
.about-section {
    position: relative;
    overflow: hidden;
}

.about-section::before {
    content: "";
    position: absolute;
    top: 20%;
    right: -10%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(210, 156, 60, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-text .section-subtitle {
    margin-bottom: 28px;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}

.stat-card {
    padding: 20px;
    border-radius: var(--radius-md);
    border: 1px solid var(--clr-border-light);
    background: var(--clr-surface);
    text-align: center;
    transition: all 0.4s var(--ease-out-expo);
}

.stat-card:hover {
    border-color: var(--clr-border);
    transform: translateY(-4px);
    box-shadow: var(--glow-sm);
}

.stat-number {
    font-family: var(--font-display);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    background: linear-gradient(135deg, var(--clr-primary-light), var(--clr-primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 11px;
    color: var(--clr-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}

.about-feature {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px;
    border-radius: var(--radius-sm);
    border: 1px solid transparent;
    background: rgba(255,255,255,0.02);
    transition: all 0.3s ease;
}

.about-feature:hover {
    border-color: var(--clr-border-light);
    background: rgba(210, 156, 60, 0.04);
}

.about-feature-icon {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-sm);
    background: linear-gradient(135deg, rgba(210, 156, 60, 0.15), rgba(0,0,0,0.2));
    border: 1px solid rgba(210, 156, 60, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--clr-primary);
    flex-shrink: 0;
}

.about-feature h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
}

.about-feature p {
    font-size: 12px;
    color: var(--clr-muted);
    line-height: 1.4;
}

/* About Image */
.about-image-wrap {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.about-image-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1.5px solid rgba(210, 156, 60, 0.25);
    border-radius: inherit;
    z-index: 1;
    pointer-events: none;
}

.about-image-wrap img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    transition: transform 0.6s var(--ease-out-expo);
}

.about-image-wrap:hover img {
    transform: scale(1.04);
}

.about-image-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(10, 15, 26, 0.9);
    backdrop-filter: blur(20px);
    border-radius: var(--radius-md);
    padding: 16px;
    border: 1px solid rgba(210, 156, 60, 0.2);
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
}

.badge-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--clr-primary), var(--clr-primary-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    flex-shrink: 0;
}

.badge-text strong {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}

.badge-text span {
    font-size: 12px;
    color: var(--clr-muted);
}

/* =====================
   11. PACKAGES SECTION
   ===================== */
.packages-section {
    position: relative;
    overflow: hidden;
}

.packages-section::before {
    content: "";
    position: absolute;
    top: -20%;
    left: -15%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(210, 156, 60, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

.packages-header {
    text-align: center;
    margin-bottom: 48px;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.package-card {
    position: relative;
    border-radius: var(--radius-lg);
    border: 1px solid var(--clr-border-light);
    background: var(--clr-surface);
    overflow: hidden;
    transition: all 0.5s var(--ease-out-expo);
    cursor: pointer;
}

.package-card:hover {
    border-color: rgba(210, 156, 60, 0.4);
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg), 0 0 50px rgba(210, 156, 60, 0.1);
}

.package-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--clr-primary-dark), var(--clr-primary), var(--clr-primary-light));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s var(--ease-out-expo);
}

.package-card:hover::before {
    transform: scaleX(1);
}

.package-img-wrap {
    position: relative;
    overflow: hidden;
    height: 240px;
}

.package-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--ease-out-expo), filter 0.4s ease;
    filter: brightness(0.85) saturate(0.9);
}

.package-card:hover .package-img-wrap img {
    transform: scale(1.08);
    filter: brightness(0.95) saturate(1.1);
}

.package-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(2, 5, 9, 0.6) 100%);
}

.package-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 6px 16px;
    border-radius: 50px;
    background: linear-gradient(135deg, var(--clr-primary-dark), var(--clr-primary));
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(210, 156, 60, 0.4);
    z-index: 1;
}

.package-body {
    padding: 24px;
}

.package-body h3 {
    font-family: var(--font-display);
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}

.package-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.package-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--clr-muted);
}

.package-meta-item i {
    color: var(--clr-primary);
    font-size: 15px;
}

.package-price-label {
    font-size: 12px;
    color: var(--clr-muted);
    margin-bottom: 6px;
}

.package-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.package-price {
    font-family: var(--font-display);
    font-size: clamp(24px, 3.5vw, 36px);
    font-weight: 800;
    background: linear-gradient(135deg, var(--clr-primary-light), var(--clr-primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.package-facilities {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
}

.facility-tag {
    padding: 4px 10px;
    border-radius: 50px;
    border: 1px solid var(--clr-border-light);
    background: rgba(255,255,255,0.03);
    font-size: 11px;
    color: var(--clr-muted);
    transition: all 0.3s ease;
}

.facility-tag:hover {
    border-color: var(--clr-border);
    color: var(--clr-primary);
    background: rgba(210, 156, 60, 0.06);
}

.package-more-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    border-radius: var(--radius-sm);
    border: 1.5px solid var(--clr-border);
    background: rgba(210, 156, 60, 0.04);
    color: var(--clr-primary);
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.package-more-btn:hover {
    background: rgba(210, 156, 60, 0.12);
    border-color: var(--clr-primary);
    transform: translateY(-2px);
}

.packages-cta {
    text-align: center;
    margin-top: 40px;
}

/* =====================
   12. GALLERY SECTION
   ===================== */
.gallery-section {
    position: relative;
    overflow: hidden;
}

.gallery-header {
    text-align: center;
    margin-bottom: 48px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.gallery-item {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 1;
}

.gallery-item:nth-child(2) { grid-row: span 2; aspect-ratio: auto; }
.gallery-item:nth-child(5) { grid-row: span 2; aspect-ratio: auto; }

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--ease-out-expo), filter 0.4s ease;
    filter: brightness(0.85) saturate(0.85);
}

.gallery-item:hover img {
    transform: scale(1.1);
    filter: brightness(1) saturate(1.1);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(2, 5, 9, 0.7) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: flex-end;
    padding: 16px;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-caption {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.gallery-cta {
    text-align: center;
    margin-top: 40px;
}

/* =====================
   13. TESTIMONIALS
   ===================== */
.testimonials-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(10, 15, 26, 0.5), rgba(6, 10, 18, 0.8));
    border-top: 1px solid var(--clr-border-light);
    border-bottom: 1px solid var(--clr-border-light);
}

.testimonials-header {
    text-align: center;
    margin-bottom: 48px;
}

.testimonials-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.testimonials-track::-webkit-scrollbar { display: none; }

.testimonial-card {
    flex: 0 0 360px;
    scroll-snap-align: start;
    padding: 28px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--clr-border-light);
    background: var(--clr-surface);
    position: relative;
    transition: all 0.4s var(--ease-out-expo);
}

.testimonial-card:hover {
    border-color: var(--clr-border);
    box-shadow: var(--glow-sm);
}

.testimonial-quote {
    font-size: 40px;
    color: var(--clr-primary);
    opacity: 0.3;
    margin-bottom: 12px;
    line-height: 1;
    font-family: Georgia, serif;
}

.testimonial-text {
    font-size: 15px;
    color: rgba(240, 238, 232, 0.85);
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid var(--clr-border);
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(210, 156, 60, 0.2), rgba(0,0,0,0.3));
    font-size: 18px;
    color: var(--clr-primary);
}

.testimonial-author-name {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 2px;
}

.testimonial-author-detail {
    font-size: 12px;
    color: var(--clr-muted);
}

.testimonial-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 12px;
}

.testimonial-stars i {
    color: var(--clr-primary);
    font-size: 14px;
}

/* =====================
   14. CTA SECTION
   ===================== */
.cta-section {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.cta-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(2, 5, 9, 0.95) 0%, rgba(2, 5, 9, 0.7) 50%, rgba(2, 5, 9, 0.5) 100%);
    z-index: 0;
}

.cta-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4) saturate(0.7);
}

.cta-content {
    position: relative;
    z-index: 1;
    width: 100%;
}

.cta-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 40px;
}

.cta-text {
    max-width: 620px;
}

.cta-text .section-label { margin-bottom: 12px; }

.cta-text h2 {
    font-family: var(--font-display);
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 16px;
}

.cta-text p {
    font-size: 17px;
    color: rgba(240, 238, 232, 0.75);
    line-height: 1.7;
}

.cta-whatsapp-btn {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 32px;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, #25d366, #128c7e);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none;
    transition: all 0.4s var(--ease-out-expo);
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.3);
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.cta-whatsapp-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cta-whatsapp-btn:hover::before { opacity: 1; }

.cta-whatsapp-btn:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 12px 50px rgba(37, 211, 102, 0.4);
}

.cta-wa-icon {
    width: 56px;
    height: 56px;
    border-radius: var(--radius-md);
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.cta-wa-text small {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.9;
    margin-bottom: 4px;
}

.cta-wa-text strong {
    display: block;
    font-size: clamp(20px, 3vw, 30px);
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: 1px;
}

.cta-wa-text span {
    display: block;
    font-size: 12px;
    opacity: 0.8;
    margin-top: 2px;
}

/* =====================
   15. FOOTER
   ===================== */
.site-footer {
    position: relative;
    padding-top: 60px;
    border-top: 1px solid var(--clr-border-light);
    overflow: hidden;
}

.site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--clr-primary), transparent);
}

.footer-top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-brand .brand {
    margin-bottom: 20px;
}

.footer-brand .brand-logo {
    width: 48px;
    height: 48px;
    font-size: 20px;
}

.footer-brand .brand-name {
    font-size: 15px;
}

.footer-brand p {
    font-size: 14px;
    color: var(--clr-muted);
    line-height: 1.7;
    margin-bottom: 16px;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--clr-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--clr-muted);
    font-size: 18px;
    transition: all 0.3s var(--ease-out-expo);
}

.footer-social a:hover {
    color: var(--clr-primary);
    border-color: var(--clr-primary);
    background: rgba(210, 156, 60, 0.1);
    transform: translateY(-3px);
}

.footer-col h4 {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--clr-primary-light);
    margin-bottom: 16px;
}

.footer-col ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-col ul a {
    font-size: 14px;
    color: var(--clr-muted);
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-col ul a:hover {
    color: var(--clr-primary-light);
    transform: translateX(4px);
}

.footer-contact li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 13px;
    color: var(--clr-muted);
    margin-bottom: 10px;
}

.footer-contact li i {
    color: var(--clr-primary);
    margin-top: 2px;
    font-size: 14px;
}

.footer-contact li a {
    color: var(--clr-muted);
    transition: color 0.3s ease;
}

.footer-contact li a:hover {
    color: var(--clr-primary-light);
}

.footer-bottom {
    border-top: 1px solid var(--clr-border-light);
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.footer-bottom p {
    font-size: 13px;
    color: var(--clr-muted);
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-bottom-links a {
    font-size: 13px;
    color: var(--clr-muted);
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: var(--clr-primary);
}

/* =====================
   16. ANIMATIONS
   ===================== */

/* Reveal animations */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s var(--ease-out-expo), transform 0.8s var(--ease-out-expo);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.8s var(--ease-out-expo), transform 0.8s var(--ease-out-expo);
}

.reveal-left.active {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.8s var(--ease-out-expo), transform 0.8s var(--ease-out-expo);
}

.reveal-right.active {
    opacity: 1;
    transform: translateX(0);
}

.reveal-scale {
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 0.7s var(--ease-out-expo), transform 0.7s var(--ease-out-expo);
}

.reveal-scale.active {
    opacity: 1;
    transform: scale(1);
}

.reveal-delay-1 { transition-delay: 0.1s !important; }
.reveal-delay-2 { transition-delay: 0.2s !important; }
.reveal-delay-3 { transition-delay: 0.3s !important; }
.reveal-delay-4 { transition-delay: 0.4s !important; }
.reveal-delay-5 { transition-delay: 0.5s !important; }

/* Floating */
.float-anim {
    animation: floatY 5s ease-in-out infinite;
}

@keyframes floatY {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

.float-anim-slow {
    animation: floatY 7s ease-in-out infinite;
}

/* Shimmer on gold elements */
@keyframes shimmer {
    0% { background-position: -200% center; }
    100% { background-position: 200% center; }
}

.shimmer-gold {
    background: linear-gradient(90deg, var(--clr-primary-dark) 0%, var(--clr-primary-light) 50%, var(--clr-primary-dark) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 3s linear infinite;
}

/* Pulse glow */
@keyframes pulseGlow {
    0%, 100% { box-shadow: 0 0 20px rgba(210, 156, 60, 0.2); }
    50% { box-shadow: 0 0 40px rgba(210, 156, 60, 0.4), 0 0 60px rgba(210, 156, 60, 0.2); }
}

/* Mobile Nav Overlay */
.mobile-nav-overlay {
    display: none;
}

.mobile-nav-overlay.active {
    display: block;
}

/* Ripple */
.ripple {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: rippleAnim 0.65s linear;
    background: rgba(210, 156, 60, 0.3);
    pointer-events: none;
}

@keyframes rippleAnim {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Counter animation */
.counter-value {
    display: inline-block;
}

/* Magnetic */
.magnetic {
    will-change: transform;
    transition: transform 0.2s var(--ease-out-expo);
}

/* Tilt on hover */
.tilt-card {
    transition: transform 0.4s var(--ease-out-expo);
    transform-style: preserve-3d;
}

/* Glow line */
.glow-line {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--clr-primary), transparent);
    box-shadow: 0 0 10px rgba(210, 156, 60, 0.5);
}

/* =====================
   17. SCROLL TO TOP
   ===================== */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--clr-primary-dark), var(--clr-primary));
    border: 1px solid rgba(245, 214, 147, 0.4);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s var(--ease-out-expo);
    box-shadow: var(--shadow-gold);
}

.scroll-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(210, 156, 60, 0.4);
}

/* =====================
   18. WHATSAPP FLOAT
   ===================== */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 50;
}

.whatsapp-float a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #fff;
    font-size: 28px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: all 0.3s var(--ease-out-expo);
    text-decoration: none;
    animation: whatsappPulse 2s ease-in-out infinite;
}

.whatsapp-float a:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
}

@keyframes whatsappPulse {
    0%, 100% { box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4); }
    50% { box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4), 0 0 0 12px rgba(37, 211, 102, 0.15); }
}

/* =====================
   19. RESPONSIVE
   ===================== */

/* Scroll indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 2;
    animation: fadeInUp 1s ease 2s both;
}

.scroll-mouse {
    width: 22px;
    height: 36px;
    border: 2px solid rgba(210, 156, 60, 0.5);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding-top: 6px;
}

.scroll-wheel {
    width: 4px;
    height: 8px;
    background: var(--clr-primary);
    border-radius: 2px;
    animation: scrollWheel 2s ease-in-out infinite;
}

@keyframes scrollWheel {
    0% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(16px); opacity: 0; }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateX(-50%) translateY(20px); }
    to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* Fade in keyframe */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Gallery item grid layout fix */
.gallery-grid .gallery-item:nth-child(2) {
    grid-row: span 2;
}
.gallery-grid .gallery-item:nth-child(5) {
    grid-row: span 2;
}

@media (max-width: 768px) {
    .gallery-grid .gallery-item:nth-child(2),
    .gallery-grid .gallery-item:nth-child(5) {
        grid-row: auto;
    }
    .scroll-indicator { display: none; }
}

/* Laptop */
@media (max-width: 1100px) {
    .hero-grid { grid-template-columns: 1fr; gap: 32px; }
    .hero-bank { margin-left: 0; max-width: 560px; }
    .hero-highlights { grid-template-columns: repeat(3, 1fr); }
    .about-grid { grid-template-columns: 1fr; gap: 40px; }
    .about-image-wrap { order: -1; }
    .about-image-wrap img { height: 320px; }
    .packages-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-grid { grid-template-columns: repeat(3, 1fr); }
    .gallery-item:nth-child(2),
    .gallery-item:nth-child(5) { grid-row: auto; aspect-ratio: 1; }
    .footer-top { grid-template-columns: repeat(2, 1fr); }
    .bsi-strip { grid-template-columns: 1fr; }
    .bsi-strip-right { align-items: flex-start; }
    .cta-grid { grid-template-columns: 1fr; }
}

/* Tablet */
@media (max-width: 768px) {
    :root { --section-padding: clamp(50px, 8vw, 90px); }
    .container { width: min(var(--container-width), calc(100% - 32px)); }

    .top-nav { background: rgba(2, 5, 9, 0.95); backdrop-filter: blur(20px); }

    .nav-inner { min-height: 72px; }

    .main-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background: var(--clr-bg-alt);
        flex-direction: column;
        gap: 0;
        padding: 80px 24px 24px;
        box-shadow: -20px 0 40px rgba(0, 0, 0, 0.5);
        transition: right 0.4s var(--ease-out-expo);
        border-left: 1px solid var(--clr-border-light);
        z-index: 200;
        align-items: stretch;
    }

    .main-menu.open { right: 0; }

    .main-menu a {
        padding: 14px 16px;
        font-size: 15px;
        border-bottom: 1px solid var(--clr-border-light);
        border-radius: 0;
    }

    .main-menu a::after { display: none; }
    .main-menu a:hover { background: rgba(210, 156, 60, 0.08); }

    .menu-toggle { display: flex; }

    .call-pill { display: none; }

    .hero { min-height: auto; padding-top: 80px; }
    .hero-content { padding-top: 80px; }
    .hero-title { font-size: clamp(24px, 6.8vw, 34px); }
    .hero-desc { font-size: 16px; }
    .hero-bank { padding: 20px; }
    .hero-bank-number { font-size: clamp(24px, 7vw, 36px); }
    .hero-highlights { grid-template-columns: 1fr; }
    .highlight-card { padding: 12px 14px; }

    .about-stats { grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .stat-card { padding: 14px 8px; }
    .stat-number { font-size: 28px; }
    .about-image-wrap img { height: 240px; }

    .packages-grid { grid-template-columns: 1fr; }
    .package-img-wrap { height: 200px; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }

    .testimonials-track { gap: 14px; }
    .testimonial-card { flex: 0 0 300px; }

    .cta-whatsapp-btn { padding: 16px 20px; }
    .cta-wa-icon { width: 44px; height: 44px; font-size: 22px; }

    .footer-top { grid-template-columns: 1fr; gap: 28px; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .bsi-strip { padding: 20px; flex-direction: column; gap: 16px; }
    .bsi-strip-left { flex-direction: column; align-items: flex-start; gap: 12px; }
    .bsi-strip-right { align-items: flex-start; }

    .scroll-top { bottom: 20px; right: 20px; width: 44px; height: 44px; }
    .whatsapp-float { bottom: 20px; left: 20px; }
    .whatsapp-float a { width: 50px; height: 50px; font-size: 24px; }
}

/* Phone */
@media (max-width: 480px) {
    .hero-actions { flex-direction: column; }
    .btn { justify-content: center; }
    .hero-bank { display: none; }
    .about-stats { grid-template-columns: 1fr; }
    .about-features { gap: 8px; }
    .gallery-grid { grid-template-columns: 1fr 1fr; }
    .about-image-badge { flex-direction: column; text-align: center; }
    .cta-grid { gap: 24px; }
    .cta-whatsapp-btn { flex-direction: column; text-align: center; }
}
