/*
Theme Name: Splash Water World
Theme URI: https://splashwaterworld.co.za
Author: Rall Media Group (PTY) Ltd.
Description: v1.2.0 - Rules & Policy page, mobile-first CSS refactor, contrast fixes, improved responsive layouts
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: splash-water-world
Tags: water-park, entertainment, custom-post-types, responsive-design, custom-colors, accessibility-ready, security-hardened, mobile-optimized, performance-optimized, wcag-compliant
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
*/

/* ==========================================
   ACCESSIBILITY STYLES
   ========================================== */

/* Screen Reader Text (Hidden but accessible to screen readers) */
.screen-reader-text,
.skip-link.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* Show skip link on focus */
.skip-link.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #0084ff;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Focus styles for better keyboard navigation */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 3px solid #0084ff;
    outline-offset: 2px;
}

/* High contrast focus for dark backgrounds */
.main-header a:focus,
.main-footer a:focus {
    outline-color: #ffd200;
}

/* Ensure focus is visible on all interactive elements */
*:focus-visible {
    outline: 3px solid #0084ff;
    outline-offset: 2px;
}

/* Remove focus for mouse users (but keep for keyboard) */
*:focus:not(:focus-visible) {
    outline: none;
}

/* ==========================================
   RESET AND BASE STYLES
   ========================================== */

/* Reset and Base Styles */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Smooth scrolling for anchor links (mobile-optimized) */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px; /* Account for fixed header */
}

/* Respect user's motion preferences (accessibility) */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

:root {
    /* Colors */
    --primary-color: #0084ff;
    --secondary-color: #00d9ff;
    --accent-color: #ffd200;
    --dark-color: #1a1a2e;
    --light-color: #ffffff;
    --text-color: #2d3436;
    --text-light: #636e72;
    
    /* Gradients */
    --gradient-primary: linear-gradient(135deg, #0084ff 0%, #00d9ff 100%);
    --gradient-secondary: linear-gradient(135deg, #ff6b9d 0%, #ffa06b 100%);
    --gradient-premium: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    
    /* Shadows */
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
    --shadow-md: 0 8px 30px rgba(0,0,0,0.12);
    --shadow-lg: 0 15px 50px rgba(0,0,0,0.15);
    --shadow-xl: 0 20px 60px rgba(0,0,0,0.2);
    
    /* Border Radius */
    --border-radius: 16px;
    --border-radius-sm: 8px;
    --border-radius-lg: 24px;
    
    /* Transitions */
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-fast: all 0.2s ease;
    
    /* Spacing Scale (8px base) */
    --space-xs: clamp(0.25rem, 0.5vw, 0.5rem);     /* 4-8px */
    --space-sm: clamp(0.5rem, 1vw, 0.75rem);       /* 8-12px */
    --space-md: clamp(0.75rem, 1.5vw, 1rem);       /* 12-16px */
    --space-lg: clamp(1rem, 2vw, 1.5rem);          /* 16-24px */
    --space-xl: clamp(1.5rem, 3vw, 2rem);          /* 24-32px */
    --space-2xl: clamp(2rem, 4vw, 3rem);           /* 32-48px */
    --space-3xl: clamp(3rem, 6vw, 5rem);           /* 48-80px */
    
    /* Container Widths */
    --container-sm: 640px;
    --container-md: 768px;
    --container-lg: 1024px;
    --container-xl: 1200px;
    --container-2xl: 1400px;
    --container-max: 1600px;
    
    /* Fluid Container Padding */
    --container-padding: clamp(1rem, 5vw, 2.5rem);
    
    /* Touch Targets (WCAG 2.1 Level AAA) */
    --touch-target-min: 44px;
    --touch-target-comfortable: 48px;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: clamp(1rem, 0.5vw + 0.875rem, 1.0625rem);
    line-height: 1.7;
    color: var(--text-color);
    overflow-x: hidden;
    background: #fafbfc;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    /* Mobile-specific optimizations */
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
    -webkit-tap-highlight-color: rgba(0, 132, 255, 0.2); /* Better tap feedback */
    touch-action: manipulation; /* Faster clicks, removes 300ms delay */
    
    /* Performance optimizations */
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
}

.container {
    max-width: var(--container-xl);
    margin: 0 auto;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    width: 100%;
}

/* Container variants for different content types */
.container-narrow {
    max-width: var(--container-md);
    margin: 0 auto;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
}

.container-wide {
    max-width: var(--container-2xl);
    margin: 0 auto;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
}

.container-full {
    max-width: var(--container-max);
    margin: 0 auto;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
}

/* Typography - Fluid Scale for Better Responsiveness */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: clamp(0.75rem, 2vw, 1rem);
    letter-spacing: -0.02em;
}

h1 {
    font-size: clamp(2rem, 5vw + 0.5rem, 3.5rem);
    line-height: 1.1;
}

h2 {
    font-size: clamp(1.75rem, 4vw + 0.5rem, 3rem);
    line-height: 1.15;
}

h3 {
    font-size: clamp(1.5rem, 3vw + 0.5rem, 2.25rem);
    line-height: 1.2;
}

h4 {
    font-size: clamp(1.25rem, 2.5vw + 0.5rem, 1.75rem);
}

h5 {
    font-size: clamp(1.1rem, 2vw + 0.25rem, 1.5rem);
}

h6 {
    font-size: clamp(1rem, 1.5vw + 0.25rem, 1.25rem);
}

p {
    font-size: clamp(1rem, 0.5vw + 0.875rem, 1.125rem);
    line-height: 1.7;
    margin-bottom: 1em;
}

.highlight {
    color: white;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    font-weight: 800;
}

/* Urgency banner removed */

/* Adjust header when banner is visible */
/* Banner offset removed */

/* Header Styles */
.main-header {
    --header-height: clamp(64px, 9vw, 88px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(20px);
    box-shadow: 0 2px 20px rgba(0,0,0,0.06);
    z-index: 1000;
    transition: var(--transition);
    border-bottom: 0px;
    transform: translateY(0);
}

.navbar {
    padding: 0;
    min-height: var(--header-height);
    display: flex;
    align-items: center;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(0.75rem, 3vw, 1.5rem);
    flex-wrap: nowrap;
    width: 100%;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    color: inherit;
    text-decoration: none;
    position: relative;
}

.logo img,
img.custom-logo,
.logo .logo-image {
    height: clamp(48px, 7vw, 80px);
    width: auto;
    display: block;
}

.main-header.has-logo-swap .logo .logo-image[data-logo="dark"] {
    display: none;
}

.main-header.has-logo-swap.is-solid .logo .logo-image[data-logo="dark"] {
    display: block;
}

.main-header.has-logo-swap.is-solid .logo .logo-image[data-logo="light"] {
    display: none;
}

.nav-menu {
    position: fixed;
    top: calc(var(--header-height) + env(safe-area-inset-top, 0px));
    left: 0;
    width: min(320px, 85vw);
    height: calc(100vh - var(--header-height) - env(safe-area-inset-top, 0px));
    background: var(--light-color);
    transform: translateX(-110%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-lg);
    z-index: 1001;
    overflow-y: auto;
    padding: calc(1.5rem + env(safe-area-inset-top, 0px)) 1.5rem 2rem;
    border-radius: 0 20px 20px 0;
}

.nav-menu.active {
    transform: translateX(0);
    background-color: rgba(27, 27, 27, 0.99);
}

.nav-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(0.5rem, 2.5vw, 1.25rem);
    margin-left: auto;
}

.nav-links {
    display: flex;
    flex-direction: column;
    width: 100%;
    list-style: none;
    gap: 1rem;
    align-items: flex-start;
}

.nav-links li {
    width: 100%;
}

.nav-link,
.nav-links a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    text-decoration: none;
    color: var(--text-color);
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: color 0.3s ease;
    position: relative;
    padding: 0.75rem 0;
}

.nav-menu .nav-link,
.nav-menu .nav-links a {
    font-size: 1.05rem;
}

.nav-link::after,
.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-links a:hover::after {
    width: 100%;
}

.nav-link:hover,
.nav-links a:hover {
    color: var(--primary-color);
}

/* Mobile Menu Toggle */
.nav-toggle {
    display: inline-flex;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    /* Mobile-optimized touch target - WCAG 2.1 compliant */
    min-width: 44px;
    min-height: 44px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    transition: background 0.3s ease;
    color: inherit;
    position: relative;
    z-index: 1002;
}

.nav-toggle:focus-visible {
    outline: 3px solid var(--accent-color);
    outline-offset: 4px;
}

.nav-toggle span {
    display: block;
    width: 26px;
    height: 3px;
    background: currentColor;
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* Modern hamburger animation */
.nav-toggle.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}
.nav-toggle.active span:nth-child(2) {
    opacity: 0;
}
.nav-toggle.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(2px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

.nav-backdrop.active {
    opacity: 1;
    pointer-events: auto;
}

.mobile-hide {
    display: none;
}

.main-header:not(.is-solid) .nav-link,
.main-header:not(.is-solid) .nav-links a,
.main-header:not(.is-solid) .cta-button,
.main-header:not(.is-solid) .status-pill,
.main-header:not(.is-solid) .nav-toggle {
    color: var(--light-color);
}

.main-header:not(.is-solid) .nav-toggle span {
    background: var(--light-color);
}

.main-header:not(.is-solid) .status-pill {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.35);
}

.main-header.is-solid {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.main-header.is-hidden {
    transform: translateY(-100%);
}

.main-header.is-solid .nav-link,
.main-header.is-solid .nav-links a,
.main-header.is-solid .cta-button,
.main-header.is-solid .status-pill,
.main-header.is-solid .nav-toggle {
    color: var(--text-color);
}

.main-header.is-solid .nav-toggle span {
    background: var(--text-color);
}

@media (min-width: 769px) {
    .nav-wrapper {
        gap: clamp(1.5rem, 4vw, 2.75rem);
    }

    .nav-menu {
        position: static;
        transform: none;
        width: auto;
        height: auto;
        background: transparent;
        box-shadow: none;
        padding: 0;
        border-radius: 0;
        overflow: visible;
        flex: 1 1 auto;
    }

    .nav-actions {
        gap: clamp(1rem, 2.5vw, 2rem);
    }

    .nav-links {
        flex-direction: row;
        align-items: center;
        gap: clamp(1rem, 3vw, 2.5rem);
        width: auto;
    }

    .nav-links li {
        width: auto;
    }

    .nav-link {
        width: auto;
        padding: 0;
        font-weight: 500;
    }

    .nav-menu .nav-link {
        font-size: 1rem;
    }

    .nav-toggle {
        display: none;
    }

    .mobile-hide {
        display: inline-flex;
    }

    .nav-backdrop {
        display: none;
    }
}

@media (max-width: 600px) {
    .status-pill {
        padding: 6px 14px;
        gap: 6px;
        min-height: 44px; /* Ensure WCAG compliance */
    }

    .status-text {
        font-size: 0.85rem;
    }
    
    .container {
        padding: 0 16px; /* Better mobile padding */
    }
    
    .hero-title {
        font-size: clamp(1.75rem, 8vw, 2.5rem);
    }
    
    .section-title {
        font-size: clamp(1.5rem, 6vw, 2rem);
    }
}

/* Buttons - Enhanced Touch Targets */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: clamp(0.875rem, 2vw, 1rem) clamp(2rem, 4vw, 2.5rem);
    min-height: var(--touch-target-comfortable);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: var(--transition);
    cursor: pointer;
    border: 2px solid transparent;
    font-size: clamp(0.9375rem, 0.5vw + 0.875rem, 1rem);
    letter-spacing: 0.02em;
    position: relative;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}

/* Ensure buttons are tappable on all devices */
@media (max-width: 768px) {
    .btn {
        min-height: var(--touch-target-comfortable);
        padding: 1rem clamp(1.5rem, 5vw, 2rem);
    }
}

.btn-primary {
    background: white;
    color: var(--primary-color);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
    border: none;
    font-weight: 700;
}

.btn-primary:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.35);
    background: var(--accent-color);
    color: var(--dark-color);
}

.btn-outline {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 3px solid white;
    backdrop-filter: blur(10px);
    font-weight: 700;
}

.btn-outline:hover {
    background: white;
    color: var(--primary-color);
    border-color: white;
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 45px rgba(255, 255, 255, 0.3);
}

.btn-outline-dark {
    background: transparent;
    color: var(--dark-color);
    border: 3px solid var(--dark-color);
    padding: 14px 36px;
    font-weight: 700;
}

.btn-outline-dark:hover {
    background: var(--dark-color);
    color: white;
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}

.btn-block {
    display: block;
    width: 100%;
}

.cta-button {
    background: var(--gradient-primary);
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 132, 255, 0.3);
    letter-spacing: 0.02em;
    animation: pulse-subtle 3s infinite;
    order: 4;
}

.cta-button:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 132, 255, 0.5);
    background: var(--accent-color);
    color: var(--dark-color);
}

/* Status Pill */
.status-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: white;
    border-radius: 50px;
    border: 2px solid #e9ecef;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
    margin-right: 0;
    /* Mobile-optimized touch target */
    min-height: 44px;
}

.status-pill:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.status-pill.status-open {
    border-color: #4caf50;
    background: linear-gradient(135deg, #e8f5e9 0%, #f1f8f4 100%);
}

.status-pill.status-closed {
    border-color: #f44336;
    background: linear-gradient(135deg, #ffebee 0%, #fef5f5 100%);
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #9e9e9e;
    position: relative;
    flex-shrink: 0;
}

.status-pill.status-open .status-dot {
    background: #4caf50;
    animation: pulse-green 2s infinite;
}

.status-pill.status-closed .status-dot {
    background: #f44336;
}

.status-text {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--dark-color);
    letter-spacing: 0.02em;
}

.status-pill.status-open .status-text {
    color: #2e7d32;
}

.status-pill.status-closed .status-text {
    color: #c62828;
}

/* Status Tooltip */
.status-tooltip {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--dark-color);
    color: white;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 0.85rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    box-shadow: var(--shadow-lg);
    z-index: 1000;
}

.status-tooltip::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: var(--dark-color);
    transform: translateX(-50%) rotate(45deg);
}

.status-pill:hover .status-tooltip,
.status-pill.show-tooltip .status-tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(-5px);
}

/* Pulse animation for open status */
@keyframes pulse-green {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(76, 175, 80, 0);
    }
}

/* Hero Section */
.hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: clamp(2rem, 6vw, 3rem);
    padding: calc(var(--header-height, 80px) + 2.5rem) 0 5rem;
    min-height: calc(100svh - var(--header-height, 80px));
    overflow: hidden;
}

/* Weather Widget */
.weather-widget {
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 20px 25px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    min-width: 200px;
    max-width: min(320px, 90vw);
    transition: var(--transition);
    display: none;
    order: -1;
}

.weather-widget:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.25);
}

@media (min-width: 769px) {
    .hero-section {
        height: 100vh;
        min-height: 640px;
        padding: 0;
    }

    .weather-widget {
        display: block;
        margin: 0 auto 1.5rem;
    }
}

@media (min-width: 1200px) {
    .weather-widget {
        position: absolute;
        top: clamp(1.5rem, 12vw, 6rem);
        right: clamp(1rem, 8vw, 3rem);
        margin: 0;
        order: initial;
    }
}

.weather-loading {
    text-align: center;
    color: var(--primary-color);
    font-size: 1.5rem;
}

.weather-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.weather-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 0.75rem;
}

.weather-icon-display {
    font-size: 3rem;
}

.weather-temp {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--dark-color);
    line-height: 1;
}

.weather-unit {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-light);
}

.weather-status {
    margin-top: 0.75rem;
}

.weather-condition {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 0.25rem;
}

.weather-perfect-day {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #4caf50 0%, #45a049 100%);
    color: white;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    animation: pulse-subtle 2s infinite;
}

.weather-warning-day {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    color: white;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.weather-closed-day {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #f44336 0%, #d32f2f 100%);
    color: white;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.weather-location {
    font-size: 0.85rem;
    color: var(--text-light);
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.weather-location i {
    font-size: 0.75rem;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.hero-video video,
.hero-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* Prevent CLS by reserving space */
    aspect-ratio: 16 / 9;
}

@media (max-width: 768px) {
    .hero-video video,
    .hero-video img {
        /* Mobile devices use taller aspect ratio */
        aspect-ratio: 9 / 16;
    }
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 132, 255, 0.92) 0%, rgba(0, 102, 204, 0.88) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 6vw, 2.5rem);
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 1.5rem;
    font-weight: 800;
    text-shadow: 0 4px 30px rgba(0,0,0,0.4), 0 2px 10px rgba(0,0,0,0.3);
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.hero-subtitle {
    font-size: 1.35rem;
    margin-bottom: 2.5rem;
    opacity: 1;
    font-weight: 400;
    text-shadow: 0 3px 15px rgba(0,0,0,0.35), 0 1px 5px rgba(0,0,0,0.25);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: min(320px, 100%);
    margin: 0 auto;
}

.hero-buttons .btn {
    width: 100%;
    justify-content: center;
}

@media (min-width: 576px) {
    .hero-buttons {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        gap: 1rem;
    }

    .hero-buttons .btn {
        width: auto;
    }
}

/* Wave Divider */
.wave-divider {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 3;
}

.wave-divider svg {
    display: block;
    width: 100%;
    height: auto;
}

.wave-divider-top {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
}

/* Features Section */
.features-section {
    padding: clamp(72px, 14vw, 120px) 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
}

.features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 132, 255, 0.2) 50%, transparent 100%);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
    gap: clamp(1.5rem, 4vw, 2.5rem);
}

/* Responsive grid breakpoints for better control */
@media (min-width: 640px) and (max-width: 900px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 901px) {
    .features-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
}

.feature-card {
    text-align: center;
    padding: clamp(2rem, 6vw, 3rem) clamp(1.5rem, 5vw, 2.5rem);
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: 2px solid rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

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

.feature-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 60px rgba(0, 132, 255, 0.15);
    border-color: rgba(0, 132, 255, 0.3);
    background: white;
}

.feature-icon {
    font-size: clamp(2.5rem, 7vw, 3.5rem);
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
    display: inline-block;
    transition: var(--transition);
}

.feature-card:hover .feature-icon {
    transform: scale(1.1);
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: clamp(2.5rem, 7vw, 4rem);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-inline: clamp(1rem, 6vw, 2rem);
}

.section-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin-bottom: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.section-subtitle {
    font-size: clamp(1rem, 3.5vw, 1.25rem);
    color: var(--text-light);
    line-height: 1.7;
    font-weight: 400;
}

/* Attractions Section */
.attractions-section {
    padding: clamp(72px, 14vw, 120px) 0;
    background: #ffffff;
}

.attractions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
    gap: clamp(1.5rem, 4vw, 2.5rem);
    margin-bottom: clamp(2rem, 5vw, 3rem);
}

/* Tablet-specific layout for attractions */
@media (min-width: 640px) and (max-width: 900px) {
    .attractions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 901px) {
    .attractions-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

.attraction-card {
    background: white;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.06);
}

.attraction-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
    border-color: rgba(0, 132, 255, 0.3);
}

.attraction-image {
    position: relative;
    height: clamp(220px, 55vw, 280px);
    overflow: hidden;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.attraction-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.8) 100%);
    z-index: 1;
    opacity: 0.7;
    transition: opacity 0.4s ease;
}

.attraction-card:hover .attraction-image::before {
    opacity: 0.9;
}

.attraction-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(0.95);
}

.attraction-card:hover .attraction-image img {
    transform: scale(1.15);
    filter: brightness(1.05);
}

.attraction-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
    z-index: 2;
}

.thrill-level {
    background: linear-gradient(135deg, var(--accent-color) 0%, #ffc107 100%);
    color: var(--dark-color);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
}

.attraction-content {
    padding: 1.5rem;
}

.attraction-details {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #666;
}

.attraction-details span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.attractions-cta {
    text-align: center;
}

/* Tickets Section */
.tickets-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0066cc 0%, #00a8cc 50%, #00d9ff 100%);
    position: relative;
    color: white;
    overflow: hidden;
}

.tickets-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.tickets-section .section-title,
.tickets-section .section-subtitle,
.tickets-section .section-header {
    color: white;
}

.tickets-section .section-subtitle {
    opacity: 0.95;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
    gap: clamp(1.5rem, 4vw, 2rem);
    margin-top: clamp(2rem, 5vw, 3rem);
}

/* Pricing grid responsive breakpoints */
@media (min-width: 640px) and (max-width: 900px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 901px) and (max-width: 1200px) {
    .pricing-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1201px) {
    .pricing-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
}

.pricing-card {
    background: white;
    color: var(--text-color);
    border-radius: var(--border-radius);
    padding: 2.5rem 2rem;
    position: relative;
    transition: var(--transition);
    box-shadow: var(--shadow-md);
    border: 2px solid rgba(255,255,255,0.1);
}

.pricing-card.featured {
    transform: scale(1.08);
    box-shadow: 0 25px 70px rgba(255, 215, 0, 0.25);
    border: 3px solid var(--accent-color);
    background: linear-gradient(135deg, #ffffff 0%, #fffef7 100%);
    position: relative;
}

@media (max-width: 900px) {
    .pricing-card {
        padding: 2rem 1.75rem;
    }

    .pricing-card.featured {
        transform: none;
    }
}

.pricing-card.featured::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--border-radius);
    padding: 3px;
    background: linear-gradient(135deg, var(--accent-color), var(--primary-color));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.5;
}

.pricing-ribbon {
    position: absolute;
    top: 20px;
    right: -30px;
    background: var(--gradient-secondary);
    color: white;
    padding: 8px 40px;
    font-size: 0.9rem;
    font-weight: 700;
    transform: rotate(45deg);
    box-shadow: 0 4px 15px rgba(255, 107, 157, 0.4);
    letter-spacing: 0.05em;
}

.pricing-header {
    text-align: center;
    margin-bottom: 2rem;
}

.price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.currency {
    font-size: 1.5rem;
    color: var(--primary-color);
}

.amount {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
}

.period {
    color: #666;
    font-size: 0.9rem;
}

.pricing-features {
    list-style: none;
    margin-bottom: 2rem;
}

.pricing-features li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pricing-features i {
    color: #4caf50;
}

/* Facilities Section */
.facilities-section {
    padding: 80px 0;
    background: var(--light-color);
}

.facilities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
    gap: clamp(1.5rem, 4vw, 2rem);
}

/* Facilities grid responsive */
@media (min-width: 640px) and (max-width: 900px) {
    .facilities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 901px) {
    .facilities-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
}

.facility-item {
    text-align: center;
}

.facility-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 1rem;
}

/* ===========================
   Combined Facilities Page Navigation
   =========================== */
.page-nav-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 168, 204, 0.2);
    position: sticky;
    top: 70px;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1rem;
}

.page-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.2rem;
    background: white;
    color: var(--primary-color);
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.page-nav-link:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 168, 204, 0.3);
}

.page-nav-link i {
    font-size: 1rem;
}

@media (max-width: 768px) {
    .page-nav-section {
        top: 60px;
        padding: 0.75rem 0;
    }
    
    .page-nav-link {
        padding: 0.5rem 0.9rem;
        font-size: 0.8rem;
    }
    
    .page-nav-link i {
        font-size: 0.85rem;
    }
}

/* Combined Attractions Section */
.attractions-combined-section {
    padding: clamp(60px, 10vw, 100px) 0;
    background: #ffffff;
}

.attractions-combined-section .category-filters {
    margin-bottom: 2.5rem;
}

.attractions-combined-section .attractions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
    gap: clamp(1.5rem, 4vw, 2rem);
}

@media (min-width: 640px) and (max-width: 1023px) {
    .attractions-combined-section .attractions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .attractions-combined-section .attractions-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* CTA Section for Facilities Page */
.facilities-cta-section {
    padding: 60px 0;
    background: var(--light-color);
}

/* Gallery Section */
.gallery-section {
    padding: 80px 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
    gap: clamp(1rem, 3vw, 1.5rem);
}

/* Gallery grid responsive */
@media (min-width: 640px) and (max-width: 900px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 901px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

/* Grid system updated with individual responsive breakpoints above */

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 168, 204, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-overlay i {
    color: white;
    font-size: 2rem;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

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

/* Contact Section */
.contact-section {
    padding: 80px 0;
    background: var(--gradient-primary);
    position: relative;
    color: white;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.info-card {
    text-align: center;
    margin-bottom: 2rem;
}

.info-card i {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--accent-color);
}

.info-card h3 {
    margin-bottom: 1rem;
}

.contact-form {
    background: white;
    color: var(--text-color);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: var(--shadow-lg);
}

.contact-form h3 {
    margin-bottom: 1.5rem;
    color: var(--primary-color);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
    }

    .contact-form {
        padding: 1.75rem;
    }
}

.form-group {
    margin-bottom: 1rem;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: clamp(0.875rem, 2vw, 1rem);
    min-height: var(--touch-target-comfortable);
    border: 2px solid #ddd;
    border-radius: var(--border-radius-sm);
    font-family: inherit;
    font-size: clamp(1rem, 0.5vw + 0.875rem, 1rem);
    transition: var(--transition-fast);
    background: white;
    appearance: none;
}

/* Prevent iOS zoom on focus */
@media (max-width: 768px) {
    .form-group input,
    .form-group textarea,
    .form-group select {
        font-size: 16px;
        padding: 1rem;
    }
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(0, 132, 255, 0.1);
}

.form-group select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232d3436' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 3rem;
}

.map-container {
    height: 400px;
    background: #ddd;
    margin-top: 3rem;
}

/* Footer */
.main-footer {
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
    color: white;
    padding: 80px 0 30px;
    position: relative;
    overflow: hidden;
}

.main-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2rem, 5vw, 3rem);
    margin-bottom: clamp(2rem, 5vw, 3rem);
}

/* Footer responsive breakpoints */
@media (min-width: 640px) {
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .footer-content {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .footer-content {
        grid-template-columns: repeat(4, 1fr);
    }
}

.footer-column h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.footer-column h4 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: white;
}

.footer-column p {
    color: rgba(255,255,255,0.7);
    line-height: 1.8;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 0.75rem;
}

.footer-column a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-column a:hover {
    color: var(--accent-color);
    transform: translateX(5px);
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
}

.social-links a:hover {
    background: var(--gradient-primary);
    transform: translateY(-5px) rotate(5deg);
    border-color: var(--accent-color);
    box-shadow: 0 8px 25px rgba(0, 132, 255, 0.4);
}

.footer-contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: 2px solid rgba(255,255,255,0.2);
}

.footer-btn i {
    font-size: 1.1rem;
}

.whatsapp-btn {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
    border-color: rgba(255,255,255,0.4);
}

.phone-btn {
    background: var(--gradient-primary);
    color: white;
    box-shadow: 0 4px 15px rgba(0, 132, 255, 0.3);
}

.phone-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 132, 255, 0.5);
    border-color: rgba(255,255,255,0.4);
}

.footer-bottom {
    text-align: center;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255,255,255,0.6);
    font-size: 0.95rem;
}

.footer-bottom a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: var(--accent-color);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-up {
    animation: fadeInUp 0.8s ease-out;
}

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

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.float-animation {
    animation: float 3s ease-in-out infinite;
}

/* Premium Pulse Effect */
@keyframes pulse-subtle {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(0, 132, 255, 0.4);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(0, 132, 255, 0);
    }
}

.pulse-effect {
    animation: pulse-subtle 2s infinite;
}

/* ========================================
   FLOATING ACTION BUTTONS (WhatsApp & FAQ)
   ======================================== */

.floating-actions {
    position: fixed;
    bottom: 88px;
    right: 16px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.floating-actions.hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
}

/* WhatsApp Button */
.whatsapp-float {
    position: relative;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: white;
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    animation: float-pulse 3s ease-in-out infinite;
}

/* FAQ Button */
.faq-float {
    position: relative;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0084ff 0%, #0066cc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 8px 30px rgba(0, 132, 255, 0.4);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    animation: float-pulse 3s ease-in-out infinite;
    animation-delay: 0.5s;
}

.faq-float .faq-text {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 2;
}

.whatsapp-float:hover {
    transform: scale(1.15);
    box-shadow: 0 12px 40px rgba(37, 211, 102, 0.7);
}

.faq-float:hover {
    transform: scale(1.15);
    box-shadow: 0 12px 40px rgba(0, 132, 255, 0.6);
}

.whatsapp-float i {
    position: relative;
    z-index: 2;
}

/* Tooltips */
.whatsapp-tooltip,
.faq-tooltip {
    position: absolute;
    right: 80px;
    background: var(--dark-color);
    color: white;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-lg);
    display: none;
}

.whatsapp-tooltip::after,
.faq-tooltip::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid var(--dark-color);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.whatsapp-float:hover .whatsapp-tooltip,
.faq-float:hover .faq-tooltip {
    opacity: 1;
    right: 85px;
}

/* Floating Animation */
@keyframes float-pulse {
    0%, 100% {
        transform: translateY(0px);
        box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
    }
    50% {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(37, 211, 102, 0.6);
    }
}

/* Ripple Effects */
.whatsapp-float::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #25D366;
    opacity: 0.6;
    animation: ripple-whatsapp 2s infinite;
}

.faq-float::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #0084ff;
    opacity: 0.6;
    animation: ripple-faq 2s infinite;
    animation-delay: 0.5s;
}

@keyframes ripple-whatsapp {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes ripple-faq {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@media (min-width: 769px) {
    .floating-actions {
        bottom: 30px;
        right: 30px;
    }
    
    .whatsapp-float,
    .faq-float {
        width: 65px;
        height: 65px;
    }
    
    .whatsapp-float {
        font-size: 2rem;
    }
    
    .faq-float .faq-text {
        font-size: 0.9rem;
    }

    .whatsapp-tooltip,
    .faq-tooltip {
        display: block;
    }
}

/* Add safe area padding at bottom to prevent CTA collisions (iOS) */
@supports (padding: max(0px)) {
    @media (max-width: 768px) {
        .site-main {
            padding-bottom: max(100px, env(safe-area-inset-bottom));
        }
        
        .floating-actions {
            bottom: max(88px, env(safe-area-inset-bottom) + 20px);
        }
    }
}

/* Urgency banner mobile styles removed */

/* ========================================
   BEFORE YOU VISIT CHECKLIST PAGE
   ======================================== */

.checklist-quick-section {
    padding: 100px 0;
    background: white;
}

.checklist-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.checklist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

.checklist-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 2px solid #e9ecef;
    border-radius: var(--border-radius);
    padding: 2.5rem 2rem;
    transition: var(--transition);
}

.checklist-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-color);
}

.checklist-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.checklist-header i {
    font-size: 2rem;
    color: var(--primary-color);
}

.checklist-header h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--dark-color);
    margin: 0;
}

.checklist-items-stack {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.checklist-item {
    position: relative;
}

.checklist-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checklist-item label {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    cursor: pointer;
    padding: 0.75rem;
    border-radius: 8px;
    transition: var(--transition);
}

.checklist-item label:hover {
    background: rgba(0, 132, 255, 0.05);
}

.check-icon {
    width: 24px;
    height: 24px;
    border: 2px solid #ddd;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: var(--transition);
    background: white;
}

.check-icon i {
    font-size: 0.8rem;
    color: white;
    opacity: 0;
    transition: var(--transition);
}

.checklist-checkbox:checked ~ label .check-icon {
    background: var(--gradient-primary);
    border-color: var(--primary-color);
}

.checklist-checkbox:checked ~ label .check-icon i {
    opacity: 1;
}

.checklist-checkbox:checked ~ label .check-text {
    text-decoration: line-through;
    opacity: 0.6;
}

.check-text {
    flex: 1;
    color: var(--text-color);
    line-height: 1.6;
    transition: var(--transition);
}

.checklist-tip {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    background: rgba(255, 215, 0, 0.1);
    border-left: 3px solid var(--accent-color);
    border-radius: 4px;
    font-size: 0.9rem;
    color: var(--text-color);
}

.checklist-tip i {
    color: var(--accent-color);
    margin-right: 0.5rem;
}

.checklist-cta {
    display: inline-block;
    margin-top: 1rem;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 700;
    transition: var(--transition);
}

.checklist-cta:hover {
    color: var(--secondary-color);
    transform: translateX(5px);
}

/* Bring Section */
.bring-section {
    padding: clamp(72px, 14vw, 120px) 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.bring-two-column {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2rem, 6vw, 3rem);
}

@media (min-width: 1024px) {
    .bring-two-column {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
}

.bring-do h2 {
    font-size: clamp(1.5rem, 4.5vw, 2rem);
    font-weight: 800;
    color: #2e7d32;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.bring-dont h2 {
    font-size: clamp(1.5rem, 4.5vw, 2rem);
    font-weight: 800;
    color: #c62828;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.bring-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.bring-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    background: white;
    border-radius: 12px;
    border: 2px solid rgba(0,0,0,0.06);
    transition: var(--transition);
}

.bring-list li:hover {
    transform: translateX(5px);
    box-shadow: var(--shadow-sm);
}

.bring-do .bring-list li i {
    color: #4caf50;
    font-size: 1.3rem;
    margin-top: 0.2rem;
}

.bring-dont .bring-list li i {
    color: #f44336;
    font-size: 1.3rem;
    margin-top: 0.2rem;
}

/* Tips Section */
.tips-section {
    padding: 100px 0;
    background: white;
}

.tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.tip-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: var(--border-radius);
    padding: 2rem;
    transition: var(--transition);
    text-align: center;
    position: relative;
}

.tip-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent-color);
}

.tip-number {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 132, 255, 0.3);
}

.tip-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 0.75rem;
}

.tip-card p {
    color: var(--text-light);
    line-height: 1.7;
}

/* Important Info Section */
.important-info-section {
    padding: clamp(72px, 14vw, 120px) 0;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}

.info-banner {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background: white;
    padding: clamp(1.75rem, 5vw, 2.5rem);
    border-radius: var(--border-radius);
    border-left: 5px solid var(--primary-color);
    box-shadow: var(--shadow-md);
}

.info-banner > i {
    font-size: clamp(2.2rem, 6vw, 3rem);
    color: var(--primary-color);
    flex-shrink: 0;
}

.info-banner h3 {
    font-size: clamp(1.4rem, 4.5vw, 1.8rem);
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 1rem;
}

.info-banner ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.info-banner li {
    color: var(--text-color);
    line-height: 1.7;
}

@media (min-width: 1024px) {
    .info-banner {
        flex-direction: row;
        gap: 2rem;
        align-items: center;
    }
}

/* Download Section */
.download-section {
    padding: 80px 0;
    background: var(--gradient-primary);
    color: white;
    text-align: center;
}

.download-box {
    max-width: 600px;
    margin: 0 auto;
}

.download-box i {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.download-box h3 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.download-box p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.download-box .btn {
    background: white !important;
    color: var(--primary-color) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2) !important;
}

.download-box .btn:hover {
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 0 12px 35px rgba(0,0,0,0.3) !important;
}

/* Lock body scroll when menu is open */
body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/* Improved mobile menu animations */
.nav-menu {
    will-change: transform;
    backface-visibility: hidden;
}

.nav-menu.active {
    will-change: auto;
}

@media (max-width: 480px) {
    .features-grid,
    .attractions-grid,
    .pricing-grid,
    .facilities-grid,
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .section-title {
        font-size: clamp(1.5rem, 6vw, 1.75rem);
    }

    .hero-title {
        font-size: clamp(1.5rem, 8vw, 1.75rem);
    }
    
    .btn {
        padding: 14px 32px;
        font-size: 0.95rem;
    }
    
    .pricing-card {
        padding: 1.5rem 1.25rem;
    }
    
    .contact-method-item {
        padding: 1.25rem;
    }
    
    /* Mobile Friday Night & Pricing Hire */
    .friday-night-card {
        padding: 1.75rem 1.5rem;
    }
    
    .friday-night-header h3 {
        font-size: 1.5rem;
    }
    
    .friday-price {
        font-size: 2rem;
    }
    
    .pricing-category {
        padding: 1.5rem;
    }
    
    .pricing-category h3 {
        font-size: 1.25rem;
    }
    
    .pricing-label {
        font-size: 0.9rem;
    }
    
    .pricing-price {
        font-size: 1rem;
    }
}

/* Tablet Optimizations (769px - 1023px) */
@media (min-width: 481px) and (max-width: 1023px) {
    .friday-night-card {
        padding: 2rem;
    }
    
    .friday-night-header h3 {
        font-size: 1.6rem;
    }
    
    .pricing-hire-section .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pricing-category {
        padding: 1.75rem;
    }
}

/* ========================================
   Multi-Page Additions
   ======================================== */

/* Page Hero Styles */
.page-hero {
    padding: clamp(112px, 18vw, 160px) 0 clamp(48px, 10vw, 80px);
    background: var(--gradient-primary);
    color: white;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 132, 255, 0.92) 0%, rgba(0, 217, 255, 0.85) 100%);
    z-index: 1;
}

.page-hero .container {
    position: relative;
    z-index: 2;
}

.page-title {
    font-size: clamp(2.25rem, 5vw, 4rem);
    margin-bottom: 1rem;
    font-weight: 800;
    text-shadow: 0 4px 20px rgba(0,0,0,0.15);
    letter-spacing: -0.02em;
}

.page-subtitle {
    font-size: clamp(1rem, 3.5vw, 1.3rem);
    opacity: 1;
    font-weight: 400;
    text-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-width: 700px;
    margin: 0 auto;
}

/* Highlight white variant */
.highlight-white {
    color: white;
    background: none;
    -webkit-text-fill-color: white;
}

/* Category Filters */
.attraction-categories,
.gallery-filters-section {
    padding: 40px 0;
    background: var(--light-color);
}

.category-filters,
.gallery-filters {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
}

.filter-btn {
    padding: clamp(0.875rem, 2vw, 1rem) clamp(1.5rem, 3vw, 2rem);
    border: 2px solid var(--primary-color);
    background: white;
    color: var(--primary-color);
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    font-size: clamp(0.9375rem, 0.5vw + 0.875rem, 1rem);
    transition: var(--transition-fast);
    /* Mobile-optimized touch target */
    min-height: var(--touch-target-comfortable);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .filter-btn {
        min-height: 48px;
        padding: 1rem 1.5rem;
    }
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--primary-color);
    color: white;
}

/* About Page Layout */
.story-section {
    padding: clamp(72px, 14vw, 120px) 0;
    background: var(--light-color);
}

.story-grid {
    display: grid;
    gap: clamp(2rem, 6vw, 4.5rem);
    align-items: center;
}

@media (min-width: 992px) {
    .story-grid {
        grid-template-columns: 1.1fr 0.9fr;
    }
}

.story-content .section-label {
    font-size: 0.85rem;
    letter-spacing: 0.35em;
    color: var(--primary-color);
    display: inline-block;
    margin-bottom: 1rem;
    font-weight: 700;
}

.story-content .section-title-large {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.story-text {
    font-size: 1.05rem;
    color: var(--text-muted);
    margin-bottom: 1.25rem;
}

.story-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.25rem;
    margin-top: 1.5rem;
}

.stat-item {
    background: white;
    border-radius: 18px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 20px 45px rgba(0, 51, 102, 0.08);
}

.stat-number {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--primary-color);
    display: block;
}

.stat-label {
    font-size: 0.95rem;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.story-image {
    position: relative;
}

.story-image img {
    width: 100%;
    border-radius: 28px;
    box-shadow: 0 30px 60px rgba(0, 102, 204, 0.18);
    object-fit: cover;
}

.image-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(0, 0, 0, 0.65);
    color: white;
    padding: 0.75rem 1.25rem;
    border-radius: 999px;
    font-weight: 600;
    backdrop-filter: blur(6px);
}

.mission-section {
    padding: clamp(64px, 12vw, 110px) 0;
    background: linear-gradient(135deg, rgba(0, 132, 255, 0.1), rgba(0, 217, 255, 0.1));
}

.mission-content {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    background: white;
    padding: clamp(2.5rem, 8vw, 3.5rem);
    border-radius: 32px;
    box-shadow: 0 25px 60px rgba(0, 102, 204, 0.12);
}

.mission-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.mission-content h2 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    margin-bottom: 1rem;
}

.mission-content p {
    font-size: 1.1rem;
    color: var(--text-muted);
}

.values-section {
    padding: clamp(72px, 14vw, 120px) 0;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: clamp(1.5rem, 4vw, 2.5rem);
}

.value-card {
    background: white;
    border-radius: 24px;
    padding: 2.25rem 2rem;
    box-shadow: 0 25px 60px rgba(0, 51, 102, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 70px rgba(0, 51, 102, 0.12);
}

.value-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: rgba(0, 132, 255, 0.12);
    color: var(--primary-color);
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.fun-facts-section {
    padding: clamp(72px, 14vw, 110px) 0;
    background: var(--dark-color);
    color: white;
}

.fun-facts-section .section-title-dark,
.fun-facts-section .section-subtitle-dark {
    color: white;
}

.fun-facts-section .section-subtitle-dark {
    opacity: 0.9;
}

.facts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: clamp(1.5rem, 4vw, 2.5rem);
}

.fact-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 1.75rem 1.5rem;
    text-align: center;
    backdrop-filter: blur(6px);
}

.fact-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--secondary-color);
}

.location-section {
    padding: clamp(72px, 14vw, 120px) 0;
}

.location-grid {
    display: grid;
    gap: clamp(2rem, 5vw, 3rem);
    align-items: center;
}

@media (min-width: 992px) {
    .location-grid {
        grid-template-columns: 1.1fr 0.9fr;
    }
}

.location-description,
.location-content {
    font-size: 1.05rem;
    color: var(--text-muted);
}

.location-features {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.location-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
    color: var(--dark-color);
}

.location-feature i {
    color: var(--secondary-color);
}

.location-map img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0, 51, 102, 0.1);
}

.team-section {
    padding: clamp(72px, 14vw, 120px) 0;
    background: var(--light-color);
}

.team-intro {
    max-width: 760px;
    margin: 0 auto 2.5rem;
    text-align: center;
    color: var(--text-muted);
    font-size: 1.05rem;
}

.team-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.team-stat {
    background: white;
    border-radius: 22px;
    padding: 2rem;
    box-shadow: 0 18px 45px rgba(0, 51, 102, 0.08);
    text-align: center;
}

.team-stat i {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 0.75rem;
}

.commitment-section {
    padding: clamp(72px, 14vw, 120px) 0;
}

.commitment-box {
    background: linear-gradient(135deg, rgba(0, 132, 255, 0.12), rgba(0, 217, 255, 0.12));
    border-radius: 32px;
    padding: clamp(2.5rem, 8vw, 3.5rem);
    box-shadow: 0 20px 55px rgba(0, 102, 204, 0.12);
}

.commitment-box h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.commitment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.commitment-item {
    display: flex;
    gap: 1rem;
    background: white;
    padding: 1.5rem;
    border-radius: 20px;
    align-items: flex-start;
}

.commitment-item i {
    color: var(--secondary-color);
    font-size: 1.5rem;
    margin-top: 0.25rem;
}

.about-cta-section {
    padding: clamp(64px, 12vw, 110px) 0;
    background: var(--dark-color);
    color: white;
    text-align: center;
}

.about-cta-content {
    max-width: 720px;
    margin: 0 auto;
}

.about-cta-content h2 {
    font-size: clamp(2.25rem, 4.5vw, 3rem);
    margin-bottom: 1rem;
}

.about-cta-content p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.about-cta-section .btn {
    min-width: 180px;
}

/* Blog/Archive Styling */
.content-section {
    padding: clamp(64px, 12vw, 110px) 0;
    background: var(--light-color);
}

.main-content {
    display: grid;
    gap: clamp(2rem, 4vw, 2.75rem);
}

.entry-header {
    margin-bottom: 1.25rem;
}

.entry-title a {
    color: var(--dark-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.entry-title a:hover,
.entry-title a:focus {
    color: var(--primary-color);
}

.entry-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.9rem;
    color: var(--text-light);
}

.entry-meta i {
    color: var(--secondary-color);
    margin-right: 0.35rem;
}

.entry-thumbnail {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 51, 102, 0.1);
    margin-bottom: 1.5rem;
}

.entry-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.entry-content {
    font-size: 1.05rem;
    color: var(--text-muted);
}

.entry-footer {
    margin-top: 1.5rem;
}

.content-section .btn {
    padding: 0.75rem 1.75rem;
}

.no-posts {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(0, 51, 102, 0.08);
}

.no-posts h2 {
    margin-bottom: 1rem;
}

@media (min-width: 769px) {
    .category-filters,
    .gallery-filters {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .filter-btn {
        width: auto;
        margin: 0;
    }
}

/* Attractions Preview Section */
.attractions-preview {
    padding: clamp(72px, 14vw, 120px) 0;
}

/* Pricing Preview */
.pricing-preview {
    padding: clamp(72px, 14vw, 120px) 0;
    background: var(--gradient-primary);
    color: white;
    position: relative;
}

.cta-box {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: clamp(2rem, 6vw, 3rem);
    border-radius: 18px;
    backdrop-filter: blur(10px);
    max-width: 560px;
    margin: 0 auto;
}

.cta-box h3 {
    font-size: clamp(1.5rem, 4.5vw, 2rem);
    margin-bottom: 1rem;
}

/* Testimonials Section */
.testimonials-section {
    padding: clamp(72px, 14vw, 120px) 0;
    background: var(--light-color);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: clamp(1.5rem, 5vw, 2.5rem);
}

.testimonial-card {
    background: white;
    padding: clamp(1.75rem, 5vw, 2.25rem);
    border-radius: 15px;
    box-shadow: var(--shadow-sm);
}

.stars {
    color: var(--accent-color);
    margin-bottom: 1rem;
}

.testimonial-author {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

.testimonial-author strong {
    display: block;
    color: var(--primary-color);
}

.testimonial-author span {
    font-size: 0.9rem;
    color: #666;
}

/* Button variants */
.btn-sm {
    padding: 8px 20px;
    font-size: 0.9rem;
}

.btn-large {
    padding: 15px 40px;
    font-size: 1.1rem;
}

/* Group Bookings Section */
.group-bookings {
    margin-top: 4rem;
}

.group-content {
    margin-top: 2rem;
}

.group-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.info-item {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.info-item i {
    font-size: 3rem;
    color: var(--accent-color);
    margin-bottom: 1rem;
}

/* Friday Night Riding Section */
.friday-night-section {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 2px solid rgba(0, 132, 255, 0.1);
}

.friday-night-content {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.friday-night-card {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: white;
    border-radius: 15px;
    padding: 2.5rem;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(255, 215, 0, 0.3);
    transition: all 0.3s ease;
}

.friday-night-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 215, 0, 0.5);
}

.friday-night-header {
    text-align: center;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid rgba(255, 215, 0, 0.2);
    margin-bottom: 1.5rem;
}

.friday-night-header i {
    font-size: 3rem;
    color: var(--accent-color);
    margin-bottom: 1rem;
    display: block;
}

.friday-night-header h3 {
    font-size: 1.8rem;
    color: white;
    margin-bottom: 1rem;
}

.friday-price {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--accent-color);
    margin-top: 0.5rem;
}

.friday-night-details {
    margin-bottom: 2rem;
}

.friday-night-details p {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: 1rem;
}

.friday-night-details strong {
    color: var(--accent-color);
    font-weight: 600;
}

.friday-note {
    margin-top: 1.5rem;
    padding: 1rem;
    background: rgba(255, 215, 0, 0.1);
    border-left: 3px solid var(--accent-color);
    border-radius: 5px;
    font-size: 0.95rem;
    font-style: italic;
}

/* Pricing & Hire Options Section */
.pricing-hire-section {
    padding: clamp(60px, 12vw, 100px) 0;
    background: var(--light-color);
}

.pricing-hire-section .pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2.5rem;
}

.pricing-category {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
}

.pricing-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.pricing-category h3 {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid var(--accent-color);
}

.pricing-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
    gap: 1rem;
}

.pricing-item:last-child {
    border-bottom: none;
}

.pricing-label {
    flex: 1;
    font-size: 0.95rem;
    color: var(--text-color);
    line-height: 1.4;
}

.pricing-price {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 1.1rem;
    white-space: nowrap;
}

.pricing-note {
    margin-top: 1rem;
    padding: 0.75rem;
    background: rgba(0, 132, 255, 0.05);
    border-left: 3px solid var(--primary-color);
    border-radius: 5px;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
}

/* Booking Form Section */
.booking-section {
    padding: clamp(72px, 14vw, 120px) 0;
    background: var(--light-color);
}

.booking-form-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: clamp(2rem, 6vw, 3rem);
    border-radius: 15px;
    box-shadow: var(--shadow-md);
}

.ticket-booking-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--dark-color);
}

.ticket-booking-form select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: inherit;
}

.form-note {
    text-align: center;
    color: #666;
    font-size: 0.9rem;
    margin-top: 1rem;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.faq-item {
    background: var(--light-color);
    padding: 1.5rem;
    border-radius: 10px;
}

.faq-item h4 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

/* FAQ Accordion */
.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-accordion .faq-item {
    margin-bottom: 1rem;
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 1.5rem;
    background: none;
    border: none;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: var(--light-color);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 1.5rem 1.5rem;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

/* Amenities Section */
.amenities-section {
    padding: 80px 0;
    background: var(--light-color);
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.amenity-card {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.amenity-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.amenity-card i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

/* Dining Section */
.dining-section {
    padding: 80px 0;
}

.dining-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.dining-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.dining-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.dining-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.dining-content {
    padding: 1.5rem;
}

.cuisine-type {
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.price-range {
    display: inline-block;
    background: var(--light-color);
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-top: 1rem;
}

/* Rules Section */
.rules-section {
    padding: 80px 0;
    background: var(--light-color);
}

.rules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.rule-card {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: var(--shadow-sm);
}

.rule-card i {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
}

/* Safety Info Section */
.safety-info {
    padding: 60px 0;
    background: var(--gradient-primary);
    color: white;
}

.info-box {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.info-box i {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    color: var(--accent-color);
}

/* Video Gallery */
.video-gallery-section {
    padding: 80px 0;
    background: var(--light-color);
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.video-item {
    text-align: center;
}

.video-placeholder {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.video-placeholder:hover {
    transform: scale(1.05);
}

.video-placeholder img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.video-placeholder i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    color: white;
    opacity: 0.9;
}

/* Social Feed Section */
.social-feed-section {
    padding: clamp(72px, 14vw, 120px) 0;
}

.social-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 1rem;
}

.social-btn {
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
}

.social-btn.instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

@media (min-width: 769px) {
    .social-cta {
        flex-direction: row;
        align-items: center;
        gap: 2rem;
        flex-wrap: wrap;
    }

    .social-btn {
        width: auto;
    }
}

.social-btn.facebook {
    background: #1877f2;
}

.social-btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

/* Contact Page Specific */
.hours-info p {
    margin-bottom: 0.25rem;
}

/* Container wide already defined in base styles with fluid padding */

/* Contact Modern Two-Column Section */
.contact-modern-section {
    padding: clamp(72px, 14vw, 120px) 0;
    background: #ffffff;
}

.contact-two-column {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2.5rem, 7vw, 3.5rem);
    align-items: start;
}

/* Left Column */
.contact-left {
    position: static;
    top: auto;
}

@media (min-width: 1024px) {
    .contact-two-column {
        grid-template-columns: 1fr 1fr;
        gap: 80px;
    }

    .contact-left {
        position: sticky;
        top: 120px;
    }
}

.contact-left-content {
    max-width: 600px;
}

.section-label {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    color: var(--primary-color);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: 1.5rem;
}

.section-title-large {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: var(--dark-color);
    letter-spacing: -0.02em;
}

.highlight-dark {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-description {
    font-size: 1.2rem;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: 3rem;
}

/* Contact Methods Stack */
.contact-methods-stack {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-method-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: clamp(1.5rem, 5vw, 2.25rem);
    background: white;
    border: 2px solid #e9ecef;
    border-radius: var(--border-radius);
    text-decoration: none;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.contact-method-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: var(--gradient-primary);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.contact-method-item:hover {
    transform: translateX(8px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}

.contact-method-item:hover::before {
    transform: scaleY(1);
}

.method-icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    flex-shrink: 0;
}

.whatsapp-bg {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

.phone-bg {
    background: var(--gradient-primary);
}

.email-bg {
    background: var(--gradient-premium);
}

.method-content {
    flex: 1;
}

.method-content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 0.25rem;
}

.method-content p {
    font-size: 0.95rem;
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

.method-detail {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-color);
}

.method-arrow {
    font-size: 1.2rem;
    color: var(--text-light);
    transition: var(--transition);
}

.contact-method-item:hover .method-arrow {
    color: var(--primary-color);
    transform: translateX(5px);
}

/* Right Column */
.contact-right {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.info-card-premium {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 1px solid #e9ecef;
    border-radius: var(--border-radius);
    padding: 2rem;
    transition: var(--transition);
}

.info-card-premium:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: rgba(0, 132, 255, 0.2);
}

.info-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.info-icon-premium {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: white;
}

.info-card-premium h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--dark-color);
    margin: 0;
}

.info-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-color);
    margin-bottom: 1.5rem;
}

.info-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.info-link:hover {
    gap: 0.75rem;
    color: var(--secondary-color);
}

/* Hours Schedule */
.hours-schedule {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.season-block h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 1rem;
}

.season-dates {
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--text-light);
}

.hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
}

.hours-row:last-child {
    border-bottom: none;
}

.hours-row span:first-child {
    color: var(--text-color);
}

.hours-time {
    font-weight: 600;
    color: var(--primary-color);
}

/* CTA Card */
.cta-card {
    background: var(--gradient-primary) !important;
    color: white;
    border: none !important;
}

.cta-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: var(--shadow-xl) !important;
}

.cta-content {
    text-align: center;
    margin-bottom: 1.5rem;
}

.cta-content i {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.cta-content h3 {
    color: white !important;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.cta-content p {
    color: rgba(255,255,255,0.9);
    font-size: 1rem;
}

.btn-block {
    width: 100%;
    text-align: center;
    background: white !important;
    color: var(--primary-color) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
}

.btn-block:hover {
    background: rgba(255,255,255,0.95) !important;
    transform: translateY(-2px) !important;
}

/* Old Contact CTA Section (keeping for backwards compatibility) */
.contact-cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.section-title-dark {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1rem;
    color: var(--dark-color);
    font-weight: 800;
}

.section-subtitle-dark {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 3rem;
}

.contact-methods-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.contact-method-card {
    background: white;
    padding: 3rem 2rem;
    border-radius: var(--border-radius);
    text-align: center;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.contact-method-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--gradient-primary);
}

.whatsapp-card::before {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

.phone-card::before {
    background: linear-gradient(135deg, #0084ff 0%, #00d9ff 100%);
}

.email-card::before {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.contact-method-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.method-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2.5rem;
    color: white;
}

.whatsapp-icon {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
}

.phone-icon {
    background: linear-gradient(135deg, #0084ff 0%, #00d9ff 100%);
    box-shadow: 0 10px 30px rgba(0, 132, 255, 0.3);
}

.email-icon {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.contact-method-card h3 {
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
    color: var(--dark-color);
    font-weight: 700;
}

.contact-method-card > p {
    color: var(--text-light);
    margin-bottom: 1rem;
}

.contact-detail {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin: 1.5rem 0;
}

.btn-whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: white;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    margin-top: 1.5rem;
}

.btn-whatsapp:hover {
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.5);
}

.btn-phone {
    background: linear-gradient(135deg, #0084ff 0%, #00d9ff 100%);
    color: white;
    box-shadow: 0 8px 25px rgba(0, 132, 255, 0.4);
    margin-top: 1.5rem;
}

.btn-phone:hover {
    box-shadow: 0 12px 35px rgba(0, 132, 255, 0.5);
}

.btn-email {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    margin-top: 1.5rem;
}

.btn-email:hover {
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.5);
}

/* Info Cards Section */
.info-cards-section {
    padding: 100px 0;
    background: white;
}

.info-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
}

.info-card-modern {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 2.5rem;
    border-radius: var(--border-radius);
    text-align: center;
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.06);
}

.info-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.info-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
    box-shadow: 0 8px 20px rgba(0, 132, 255, 0.25);
}

.info-card-modern h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--dark-color);
    font-weight: 700;
}

.info-card-modern p {
    color: var(--text-light);
    line-height: 1.8;
}

.text-link {
    display: inline-block;
    margin-top: 1rem;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.text-link:hover {
    transform: translateX(5px);
    color: var(--secondary-color);
}

.quick-contact-section {
    padding: 80px 0;
    background: var(--light-color);
}

.quick-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.quick-contact-card {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 15px;
    box-shadow: var(--shadow-sm);
}

.quick-contact-card i {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

/* Map Section */
.map-section {
    padding: 0 0 0 0;
}

.map-section .section-header {
    padding: 60px 0 30px;
}

.map-container {
    height: 450px;
    width: 100%;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* WordPress Compatibility */
.wp-block-image {
    margin: 2rem 0;
}

.alignleft {
    float: left;
    margin-right: 1rem;
}

.alignright {
    float: right;
    margin-left: 1rem;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Active Navigation Link */
.nav-link.active,
.nav-links a.active,
.nav-links .current-menu-item > a,
.nav-links .current_page_item > a {
    color: var(--primary-color);
}

.nav-link.active::after,
.nav-links a.active::after,
.nav-links .current-menu-item > a::after,
.nav-links .current_page_item > a::after {
    width: 100%;
}

/* ========================================
   COMMUNITY INVOLVEMENT SECTION STYLES
   ======================================== */

.community-section {
    padding: clamp(72px, 14vw, 120px) 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.community-content {
    display: grid;
    gap: clamp(2rem, 5vw, 3rem);
    align-items: start;
}

@media (min-width: 1024px) {
    .community-content {
        grid-template-columns: 1.1fr 0.9fr;
        gap: 4rem;
    }
}

.community-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-color);
}

.community-text p {
    margin-bottom: 1.5rem;
}

.community-text p:last-child {
    margin-bottom: 0;
}

.community-highlights {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .community-highlights {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
}

.highlight-card {
    background: white;
    padding: clamp(1.5rem, 4vw, 2rem);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 2px solid rgba(0,0,0,0.06);
    text-align: center;
}

.highlight-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: rgba(0, 132, 255, 0.2);
}

.highlight-card i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    display: block;
}

.highlight-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 0.75rem;
}

.highlight-card p {
    font-size: 0.95rem;
    color: var(--text-light);
    line-height: 1.6;
    margin: 0;
}

/* ========================================
   MOBILE OPTIMIZATION IMPROVEMENTS
   ======================================== */

/* Enhanced mobile contact page styling */
@media (max-width: 768px) {
    .contact-two-column {
        gap: 2rem;
    }
    
    .contact-method-item {
        padding: 1.25rem 1rem;
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .method-icon-circle {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
    
    .method-content h3 {
        font-size: 1.2rem;
    }
    
    .method-content p {
        font-size: 0.9rem;
    }
    
    .method-detail {
        font-size: 0.95rem;
    }
    
    .info-card-premium {
        padding: 1.5rem 1.25rem;
    }
    
    .info-header {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .info-icon-premium {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
    
    .info-card-premium h3 {
        font-size: 1.25rem;
    }
    
    .info-text {
        font-size: 1rem;
    }
    
    .hours-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        padding: 1rem 0;
    }
    
    .hours-time {
        font-size: 1rem;
    }
    
    .cta-content h3 {
        font-size: 1.3rem;
    }
    
    .cta-content p {
        font-size: 0.95rem;
    }
}

/* Enhanced mobile about page styling */
@media (max-width: 768px) {
    .story-grid {
        gap: 2rem;
    }
    
    .story-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .stat-item {
        padding: 1.25rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .value-card {
        padding: 1.75rem 1.5rem;
    }
    
    .value-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
    
    .facts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .fact-card {
        padding: 1.5rem 1rem;
    }
    
    .fact-number {
        font-size: 2rem;
    }
    
    .location-grid {
        gap: 2rem;
    }
    
    .location-features {
        gap: 1rem;
    }
    
    .location-feature {
        font-size: 0.95rem;
    }
    
    .team-stats {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    
    .team-stat {
        padding: 1.75rem;
    }
    
    .team-stat i {
        font-size: 1.8rem;
    }
    
    .commitment-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    
    .commitment-item {
        padding: 1.25rem;
    }
    
    .commitment-item i {
        font-size: 1.3rem;
    }
}

/* Enhanced tablet optimization */
@media (min-width: 769px) and (max-width: 1023px) {
    .contact-two-column {
        gap: 3rem;
    }
    
    .contact-method-item {
        padding: 1.75rem 1.5rem;
    }
    
    .method-icon-circle {
        width: 55px;
        height: 55px;
        font-size: 1.4rem;
    }
    
    .info-card-premium {
        padding: 2rem 1.75rem;
    }
    
    .community-content {
        gap: 3rem;
    }
    
    .community-highlights {
        grid-template-columns: 1fr;
    }
    
    .highlight-card {
        padding: 2rem 1.75rem;
    }
    
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .facts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

/* Enhanced readability improvements */
.section-description,
.info-text,
.community-text {
    line-height: 1.8;
}

@media (max-width: 768px) {
    .section-description,
    .info-text,
    .community-text {
        line-height: 1.7;
    }
}

/* Better button spacing on mobile */
@media (max-width: 768px) {
    .cta-buttons {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }
    
    .cta-buttons .btn {
        width: 100%;
        justify-content: center;
    }
}

/* Enhanced form styling for mobile */
@media (max-width: 768px) {
    .form-group input,
    .form-group textarea,
    .form-group select {
        font-size: 16px; /* Prevents zoom on iOS */
        padding: 14px 16px;
    }
    
    .contact-form {
        padding: 1.5rem 1.25rem;
    }
}

/* Better spacing for mobile sections */
@media (max-width: 768px) {
    .story-section,
    .mission-section,
    .community-section,
    .values-section,
    .fun-facts-section,
    .location-section,
    .team-section,
    .commitment-section {
        padding: 60px 0;
    }
}

/* Enhanced mobile FAQ styling */
@media (max-width: 768px) {
    .faq-question {
        padding: 1.25rem 1rem;
        font-size: 1rem;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 1rem 1.25rem;
    }
    
    .faq-question span {
        padding-right: 1rem;
    }
}

/* ========================================
   PERFORMANCE OPTIMIZATIONS
   ======================================== */

/* Improved image performance and CLS prevention */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Aspect ratio utilities for common image sizes */
.aspect-video {
    aspect-ratio: 16 / 9;
}

.aspect-square {
    aspect-ratio: 1 / 1;
}

.aspect-portrait {
    aspect-ratio: 3 / 4;
}

/* Ensure images in cards maintain aspect ratios */
.attraction-card img,
.facility-item img,
.gallery-item img,
.dining-card img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}

/* Prevent layout shift during image loading */
.hero-section img,
.page-hero img,
.story-image img {
    content-visibility: auto;
    contain-intrinsic-size: 100vw 50vh;
}

/* Better focus states for accessibility */
.btn:focus-visible,
.nav-link:focus-visible,
.filter-btn:focus-visible {
    outline: 3px solid var(--accent-color);
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.3);
}

/* Enhanced touch targets for mobile */
@media (max-width: 768px) {
    .btn,
    .nav-link,
    .filter-btn,
    .status-pill {
        min-height: 44px;
        min-width: 44px;
    }
    
    .nav-toggle {
        min-width: 48px;
        min-height: 48px;
        padding: 12px;
    }
    
    .whatsapp-float {
        width: 56px;
        height: 56px;
        font-size: 1.6rem;
    }
}

/* Improved mobile menu performance */
.nav-menu {
    will-change: transform;
    backface-visibility: hidden;
}

.nav-menu.active {
    will-change: auto;
}

/* Better container responsiveness */
@media (max-width: 480px) {
    .container {
        padding-left: clamp(1rem, 4vw, 1.25rem);
        padding-right: clamp(1rem, 4vw, 1.25rem);
    }
}

/* Ultrawide screen optimizations (>1920px) */
@media (min-width: 1920px) {
    .container,
    .container-wide {
        max-width: var(--container-max);
    }
    
    /* Prevent content from becoming uncomfortably wide */
    .hero-content,
    .section-header,
    .page-hero .container {
        max-width: var(--container-xl);
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Maintain readable line lengths */
    p, li {
        max-width: 75ch;
    }
}

/* Optimized animations for better performance */
@media (prefers-reduced-motion: reduce) {
    .feature-card:hover,
    .attraction-card:hover,
    .pricing-card:hover {
        transform: none;
    }
    
    .animate-fade-up,
    .animate-in {
        animation: none;
    }
}

/* ============================================
   RULES & POLICY PAGE STYLES (v1.2.0)
   Mobile-First Approach
   ============================================ */

/* Rules Hero */
.rules-hero {
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.95), rgba(0, 168, 204, 0.9)), 
                url('images/pool.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 0 60px;
    text-align: center;
    color: white;
}

.rules-hero .page-title {
    color: white;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.rules-hero .page-subtitle {
    color: rgba(255,255,255,0.9);
}

/* Rules Signs Gallery */
.rules-signs-section {
    padding: 60px 0;
    background: var(--light-color);
}

.rules-signs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.rule-sign-card {
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
}

.rule-sign-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.rule-sign-card img {
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 768px) {
    .rules-signs-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .rules-signs-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 2rem;
    }
}

/* General Rules Section */
.general-rules-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.rules-list-grid {
    display: grid;
    gap: 1.5rem;
}

.rule-item {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: white;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
    align-items: flex-start;
}

.rule-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    border-radius: 12px;
    color: white;
    font-size: 1.25rem;
}

.rule-content h3 {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    color: var(--dark-color);
}

.rule-content p {
    color: var(--text-light);
    margin: 0;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .rules-list-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .rules-list-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Hire Policy Section */
.hire-policy-section {
    padding: 60px 0;
    background: var(--light-color);
}

.policy-content-box {
    background: white;
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-md);
}

.policy-content-box h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.policy-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.policy-list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.policy-list li:last-child {
    border-bottom: none;
}

.policy-note {
    display: flex;
    gap: 0.75rem;
    padding: 1rem;
    background: #f0f8ff;
    border-radius: var(--border-radius-sm);
    margin-top: 1rem;
    color: var(--primary-color);
    font-size: 0.9rem;
}

.policy-note i {
    flex-shrink: 0;
    margin-top: 0.15rem;
}

/* Booking Policy Section */
.booking-policy-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.policy-cards-grid {
    display: grid;
    gap: 1.5rem;
}

.policy-card {
    background: white;
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
    text-align: center;
}

.policy-card-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    margin: 0 auto 1rem;
}

.policy-card h3 {
    margin-bottom: 1rem;
    color: var(--dark-color);
}

.policy-card ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.policy-card li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: var(--text-light);
}

.policy-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
}

.booking-contact {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #eee;
}

.booking-contact p {
    margin-bottom: 1rem;
    color: var(--text-light);
}

@media (min-width: 768px) {
    .policy-cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Safety Guidelines Section */
.safety-guidelines-section {
    padding: 60px 0;
    background: var(--light-color);
}

.safety-info-box {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
    background: var(--gradient-primary);
    border-radius: var(--border-radius);
    color: white;
    text-align: center;
    margin-bottom: 2rem;
}

.safety-icon {
    font-size: 3rem;
}

.safety-info-box h3 {
    color: white;
    margin-bottom: 0.5rem;
}

.safety-info-box p {
    opacity: 0.9;
    margin: 0;
}

.safety-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.safety-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: var(--border-radius-sm);
}

.safety-feature i {
    color: var(--primary-color);
    font-size: 1.25rem;
    flex-shrink: 0;
}

.safety-feature span {
    font-weight: 500;
    color: var(--dark-color);
    font-size: 0.9rem;
}

@media (min-width: 768px) {
    .safety-info-box {
        flex-direction: row;
        text-align: left;
        align-items: center;
    }
    
    .safety-icon {
        font-size: 4rem;
    }
    
    .safety-features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .safety-features-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

/* Rules CTA Section */
.rules-cta-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f0f8ff, #e8f4fd);
}

.rules-cta-section .cta-content {
    text-align: center;
}

.rules-cta-section h2 {
    margin-bottom: 0.5rem;
}

.rules-cta-section p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

@media (min-width: 480px) {
    .cta-buttons {
        flex-direction: row;
    }
}

/* ============================================
   SAFETY SUMMARY SECTION (Facilities Page)
   ============================================ */

.safety-summary-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f0f8ff, #e8f4fd);
}

.safety-summary-box {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
    background: white;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-md);
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.safety-summary-icon {
    font-size: 3rem;
    color: var(--primary-color);
}

.safety-summary-content h2 {
    margin-bottom: 1rem;
    color: var(--dark-color);
}

.safety-summary-content p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

@media (min-width: 768px) {
    .safety-summary-box {
        flex-direction: row;
        text-align: left;
        align-items: center;
        padding: 3rem;
    }
    
    .safety-summary-icon {
        font-size: 4rem;
        flex-shrink: 0;
    }
}

/* ============================================
   FOOTER RULES STRIP
   ============================================ */

.footer-rules-strip {
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin: 2rem 0;
}

.footer-rules-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    transition: var(--transition);
}

.footer-rules-link:hover {
    opacity: 0.9;
}

.footer-rules-icons {
    display: flex;
    gap: 0.5rem;
}

.footer-rules-icons img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,0.3);
    transition: var(--transition);
}

.footer-rules-link:hover .footer-rules-icons img {
    border-color: var(--accent-color);
    transform: translateY(-2px);
}

.footer-rules-text {
    color: rgba(255,255,255,0.9);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-rules-text i {
    color: var(--accent-color);
}

@media (min-width: 768px) {
    .footer-rules-link {
        flex-direction: row;
        justify-content: center;
    }
    
    .footer-rules-icons img {
        width: 50px;
        height: 50px;
    }
}

/* ============================================
   KNOW BEFORE YOU GO SECTION (Homepage)
   ============================================ */

.know-before-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.quick-rules-grid {
    display: grid;
    gap: 1rem;
}

.quick-rule-item {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: white;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
    align-items: center;
}

.quick-rule-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    border-radius: 12px;
    color: white;
    font-size: 1.25rem;
}

.quick-rule-text h4 {
    margin: 0 0 0.25rem;
    font-size: 1rem;
    color: var(--dark-color);
}

.quick-rule-text p {
    margin: 0;
    color: var(--text-light);
    font-size: 0.9rem;
}

.quick-rules-cta {
    text-align: center;
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .quick-rules-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ============================================
   MOBILE-FIRST CONTRAST FIXES
   ============================================ */

/* Ensure text is readable on light backgrounds */
.section-subtitle {
    color: var(--text-light);
}

/* Better contrast for hero text on gradients */
.page-hero .page-title,
.page-hero .page-subtitle,
.hero h1,
.hero p {
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* Fix light text on light backgrounds */
.pricing-preview {
    background: var(--gradient-primary);
}

.pricing-preview .section-title,
.pricing-preview .section-subtitle,
.pricing-preview p {
    color: white;
}

/* Ensure cards have proper background */
.attraction-card,
.feature-card,
.testimonial-card,
.pricing-card,
.facility-item {
    background: white;
}

/* Fix overlay text contrast */
.attraction-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}

.attraction-overlay .thrill-level {
    background: var(--accent-color);
    color: var(--dark-color);
    font-weight: 600;
}

/* ============================================
   MOBILE-FIRST LAYOUT FIXES
   ============================================ */

/* Base: Mobile (no media query needed) */
.attractions-grid,
.facilities-grid,
.features-grid,
.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

/* Tablet and up */
@media (min-width: 640px) {
    .attractions-grid,
    .facilities-grid,
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Desktop and up */
@media (min-width: 1024px) {
    .attractions-grid,
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Fix card image overflow */
.attraction-card img,
.facility-item img,
.dining-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
}

/* Prevent text overflow on mobile */
.attraction-content h3,
.feature-card h3,
.pricing-card h3 {
    word-break: break-word;
    overflow-wrap: break-word;
}

/* Fix sticky nav z-index */
.page-nav-section {
    z-index: 99;
}

.main-header {
    z-index: 1000;
}

/* ============================================
   BUTTON MOBILE IMPROVEMENTS
   ============================================ */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: var(--touch-target-min);
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
    white-space: nowrap;
}

/* Stack buttons on mobile */
.hero-buttons,
.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 480px) {
    .hero-buttons,
    .cta-buttons {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* ============================================
   PRICING GRID MOBILE FIX
   ============================================ */

.pricing-grid {
    display: grid;
    gap: 1.5rem;
}

.pricing-category {
    background: white;
    padding: 1.5rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
}

.pricing-item {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid #eee;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.pricing-item:last-child {
    border-bottom: none;
}

.pricing-label {
    color: var(--text-color);
}

.pricing-price {
    font-weight: 600;
    color: var(--primary-color);
}

.pricing-note {
    font-size: 0.85rem;
    color: var(--text-light);
    padding: 0.5rem 0;
    font-style: italic;
}

@media (min-width: 768px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .pricing-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

