/* Shared theme — Cormorant Garamond + Outfit, navy / champagne gold — luxury refinement */
:root {
    --primary: #1e3a5f;
    --primary-deep: #0a0f1a;
    --accent: #c9a227;
    --accent-soft: #e8d5a3;
    --accent-glow: rgba(201, 162, 39, 0.35);
    --dark: #0f172a;
    --surface-elevated: rgba(255, 255, 255, 0.04);
    --border-luxury: rgba(201, 162, 39, 0.22);
    --shadow-nav: 0 8px 32px rgba(0, 0, 0, 0.35);
}

* {
    font-family: 'Outfit', sans-serif;
}

body {
    color: #1a1f2e;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

h1, h2, h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.navbar {
    background: linear-gradient(180deg, rgba(10, 15, 26, 0.98) 0%, rgba(15, 23, 42, 0.94) 100%) !important;
    backdrop-filter: blur(24px) saturate(1.2);
    -webkit-backdrop-filter: blur(24px) saturate(1.2);
    border-bottom: 1px solid var(--border-luxury);
    box-shadow: var(--shadow-nav);
}

.navbar .nav-link {
    letter-spacing: 0.02em;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.btn-gold {
    background: linear-gradient(145deg, var(--accent-soft) 0%, var(--accent) 48%, #9a7618 100%);
    color: #0a0f1a !important;
    border: none;
    font-weight: 600;
    letter-spacing: 0.03em;
    box-shadow: 0 4px 24px var(--accent-glow), inset 0 1px 0 rgba(255, 255, 255, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-gold:hover {
    background: linear-gradient(145deg, #f0e4c4 0%, #d4b84a 50%, var(--accent) 100%);
    color: #0a0f1a !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 36px var(--accent-glow), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.whatsapp-fixed {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background: linear-gradient(145deg, #2fe576 0%, #25d366 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-fixed:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 36px rgba(37, 211, 102, 0.55);
}

.page-hero {
    min-height: 40vh;
    background:
        radial-gradient(ellipse 120% 90% at 85% 15%, rgba(201, 162, 39, 0.14) 0%, transparent 52%),
        radial-gradient(ellipse 80% 60% at 10% 90%, rgba(30, 58, 95, 0.45) 0%, transparent 50%),
        linear-gradient(145deg, rgba(10, 15, 26, 0.96) 0%, rgba(30, 58, 95, 0.88) 48%, rgba(8, 12, 22, 0.98) 100%);
    display: flex;
    align-items: center;
    position: relative;
}

.page-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(8, 12, 22, 0.25) 100%);
    pointer-events: none;
}

.page-hero > .container {
    position: relative;
    z-index: 1;
}

.footer-dark {
    background:
        radial-gradient(ellipse 60% 40% at 50% 0%, rgba(201, 162, 39, 0.06) 0%, transparent 70%),
        linear-gradient(180deg, #0c1220 0%, #020617 100%);
    border-top: 1px solid rgba(201, 162, 39, 0.08);
}

/* Header call icon */
.navbar .nav-call {
    color: var(--accent) !important;
    font-size: 1.15rem;
    padding: 0.45rem 0.65rem !important;
    border-radius: 50%;
    border: 1px solid rgba(201, 162, 39, 0.42);
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.navbar .nav-call:hover,
.navbar .nav-call:focus {
    background: rgba(201, 162, 39, 0.15);
    color: var(--accent-soft) !important;
    border-color: rgba(201, 162, 39, 0.65);
}

/* Homepage hero and CTA blocks */
.hero {
    min-height: 100vh;
    background:
        linear-gradient(105deg, rgba(10, 15, 26, 0.78) 0%, rgba(30, 58, 95, 0.72) 45%, rgba(15, 23, 42, 0.8) 100%),
        radial-gradient(ellipse 85% 65% at 75% 15%, rgba(201, 162, 39, 0.1) 0%, transparent 55%),
        radial-gradient(ellipse 70% 50% at 15% 85%, rgba(30, 58, 95, 0.35) 0%, transparent 50%),
        url('../images/attractions/images/sikharchandi.avif') center/cover no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

@media (min-width: 992px) {
    .hero {
        background-attachment: fixed;
    }
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 50% 100%, rgba(109, 40, 217, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.distance-badge {
    background: linear-gradient(135deg, var(--accent), #b8860b);
    color: #0f172a;
    padding: 6px 14px;
    border-radius: 24px;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 2px 12px var(--accent-glow);
}

.footer {
    background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
}

.cta-banner {
    background: linear-gradient(135deg, #1e3a5f 0%, #0f172a 100%);
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 50%, rgba(201, 162, 39, 0.15) 0%, transparent 50%);
}
