/* =============================================================================
   STRAND RESTAURANT - STYLESHEET
   A beautiful beach restaurant website
================================================================================ */

/* ================================
   CSS VARIABLES
================================ */
:root {
    /* Colors */
    --primary-color: #0077b6;
    --primary-dark: #023e8a;
    --primary-light: #00b4d8;
    --secondary-color: #90e0ef;
    --accent-color: #fb8500;
    --accent-light: #ffb703;
    --text-dark: #1a1a2e;
    --text-light: #4a4a68;
    --text-white: #ffffff;
    
    /* Backgrounds */
    --bg-light: #f8f9fa;
    --bg-white: #ffffff;
    --bg-dark: #1a1a2e;
    --bg-sand: #fefae0;
    
    /* Effects */
    --border-color: #e9ecef;
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 25px -5px rgba(0, 0, 0, 0.15), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --radius: 12px;
    --radius-lg: 20px;
    --transition: all 0.3s ease;
}

/* ================================
   RESET & BASE STYLES
================================ */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: var(--text-dark);
    background-color: var(--bg-light);
    overflow-x: hidden;
}
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
img { max-width: 100%; height: auto; }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ================================
   CUSTOM CSS ICONS (SVG)
================================ */

/* Phone Icon */
.icon-phone {
    display: inline-block;
    width: 20px; height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230077b6' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}

/* Location Icon */
.icon-location {
    display: inline-block;
    width: 18px; height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230077b6' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}

/* Fish Icon */
.icon-fish {
    display: inline-block;
    width: 48px; height: 48px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230077b6'%3E%3Cpath d='M12 2c-4.97 0-9 4.03-9 9s4.03 9 9 9c.83 0 1.5-.67 1.5-1.5 0-.39-.15-.74-.39-1.01-.23-.26-.38-.61-.38-.99 0-.83.67-1.5 1.5-1.5H16c2.76 0 5-2.24 5-5 0-4.42-4.03-8-9-8zm-5.5 9c-.83 0-1.5-.67-1.5-1.5S5.67 9 6.5 9 8 9.67 8 10.5 7.33 12 6.5 12zm3-4C8.67 8 8 7.33 8 6.5S8.67 5 9.5 5s1.5.67 1.5 1.5S10.33 8 9.5 8zm5 0c-.83 0-1.5-.67-1.5-1.5S13.67 5 14.5 5s1.5.67 1.5 1.5S15.33 8 14.5 8zm3 4c-.83 0-1.5-.67-1.5-1.5S16.67 9 17.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* Wine Icon */
.icon-wine {
    display: inline-block;
    width: 48px; height: 48px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%237b2cbf'%3E%3Cpath d='M12 2C9 2 7 4 7 7v7H6c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h1v2c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2v-2h1c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2h-1V7c0-3-2-5-5-5zm0 2c1.66 0 3 1.34 3 3v7h-6V7c0-1.66 1.34-3 3-3z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* Star Icon */
.icon-star {
    display: inline-block;
    width: 48px; height: 48px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fb8500'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* Check Icon */
.icon-check {
    display: inline-block;
    width: 20px; height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2322c55e'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}

/* Email Icon */
.icon-email {
    display: inline-block;
    width: 20px; height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230077b6' stroke-width='2'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}

/* Social Icons */
.icon-facebook {
    display: inline-block;
    width: 24px; height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231877f2'%3E%3Cpath d='M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-instagram {
    display: inline-block;
    width: 24px; height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e4405f'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-twitter {
    display: inline-block;
    width: 24px; height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231da1f2'%3E%3Cpath d='M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* Scroll Icon Animation */
.scroll-icon {
    display: inline-block;
    width: 30px; height: 50px;
    border: 3px solid var(--text-white);
    border-radius: 20px;
    position: relative;
}
.scroll-icon::before {
    content: '';
    position: absolute;
    top: 8px; left: 50%;
    transform: translateX(-50%);
    width: 6px; height: 6px;
    background-color: var(--text-white);
    border-radius: 50%;
    animation: scrollBounce 2s infinite;
}
@keyframes scrollBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); opacity: 1; }
    50% { transform: translateX(-50%) translateY(15px); opacity: 0.5; }
}

/* ================================
   HEADER STYLES
================================ */
.header {
    background-color: var(--bg-white);
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 1000;
}
.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}
.logo a {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    color: var(--primary-color);
}
.logo-icon { font-size: 32px; margin-right: 8px; }
.logo span { color: var(--text-dark); }

.navigation ul {
    display: flex;
    gap: 35px;
}
.navigation a {
    font-weight: 600;
    color: var(--text-dark);
    padding: 8px 0;
    position: relative;
    font-size: 16px;
}
.navigation a::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 3px;
    background-color: var(--primary-color);
    transition: var(--transition);
    border-radius: 2px;
}
.navigation a:hover::after,
.navigation a.active::after { width: 100%; }
.navigation a.active { color: var(--primary-color); }

.header-contact { display: flex; align-items: center; }
.phone-btn {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    color: var(--text-white);
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
}
.phone-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }

.mobile-menu {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 10px;
}
.mobile-menu span {
    width: 28px; height: 3px;
    background-color: var(--text-dark);
    transition: var(--transition);
    border-radius: 2px;
}

/* ================================
   HERO SECTION WITH BANNER
================================ */
.hero { position: relative; height: 100vh; min-height: 600px; }
.hero-banner {
    position: relative;
    width: 100%; height: 100%;
    background: linear-gradient(135deg, #0077b6 0%, #00b4d8 50%, #90e0ef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.hero-banner::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.15) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(255,255,255,0.05) 0%, transparent 70%);
    animation: waveMove 8s ease-in-out infinite;
}
@keyframes waveMove {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.1) rotate(2deg); }
}
.hero-banner::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 150px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ffffff' fill-opacity='0.2' d='M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    background-position: bottom;
}
.banner-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.4));
}
.banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--text-white);
    max-width: 800px;
    padding: 20px;
}
.hero-tag {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    animation: fadeInDown 0.8s ease-out;
}
.banner-content h1 {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 4px 20px rgba(0,0,0,0.3);
    animation: fadeInUp 0.8s ease-out 0.2s both;
}
.hero-subtitle {
    font-size: 22px;
    opacity: 0.95;
    margin-bottom: 35px;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}
.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}
.hero-scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    animation: fadeIn 1s ease-out 1s both;
}
@keyframes fadeIn {
    from { opacity: 0; } to { opacity: 1; }
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ================================
   BUTTON STYLES
================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border: 2px solid transparent;
    transition: var(--transition);
}
.btn-primary {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: var(--text-white);
    border: none;
}
.btn-primary:hover {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 119, 182, 0.4);
}
.btn-secondary {
    background: transparent;
    color: var(--text-white);
    border: 2px solid var(--text-white);
}
.btn-secondary:hover {
    background: var(--text-white);
    color: var(--primary-color);
    transform: translateY(-3px);
}
.btn-white {
    background: var(--text-white);
    color: var(--primary-color);
}
.btn-white:hover {
    background: var(--bg-light);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.btn-outline {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}
.btn-outline:hover {
    background: var(--primary-color);
    color: var(--text-white);
    transform: translateY(-3px);
}

/* ================================
   FEATURES SECTION
================================ */
.features {
    padding: 100px 0;
    background-color: var(--bg-white);
}
.features h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 60px;
    color: var(--text-dark);
}
.features h2::after {
    content: '';
    display: block;
    width: 80px; height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    margin: 20px auto 0;
    border-radius: 2px;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}
.feature-card {
    text-align: center;
    padding: 40px 30px;
    border-radius: var(--radius-lg);
    background: linear-gradient(145deg, var(--bg-white), var(--bg-light));
    transition: var(--transition);
    border: 1px solid var(--border-color);
}
.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-light);
}
.feature-icon { margin-bottom: 25px; }
.feature-icon span {
    display: inline-block;
    width: 70px; height: 70px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--text-dark);
}
.feature-card p {
    color: var(--text-light);
    font-size: 15px;
}

/* ================================
   PROMO BANNER
================================ */
.promo-banner {
    padding: 80px 0;
    background: linear-gradient(135deg, #fb8500 0%, #ffb703 50%, #fefae0 100%);
}
.promo-banner-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 40px;
    background: rgba(255,255,255,0.95);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}
.promo-tag {
    display: inline-block;
    background: var(--accent-color);
    color: var(--text-white);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.promo-content h2 {
    font-size: 36px;
    color: var(--text-dark);
    margin-bottom: 15px;
}
.promo-content p {
    font-size: 18px;
    color: var(--text-light);
    margin-bottom: 25px;
}
.promo-price { margin-bottom: 30px; }
.price-old {
    font-size: 24px;
    color: var(--text-light);
    text-decoration: line-through;
    margin-right: 15px;
}
.price-new {
    font-size: 42px;
    font-weight: 800;
    color: var(--accent-color);
}

/* ================================
   MENU PREVIEW
================================ */
.menu-preview {
    padding: 100px 0;
    background-color: var(--bg-sand);
}
.menu-preview h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 10px;
    color: var(--text-dark);
}
.section-subtitle {
    text-align: center;
    font-size: 18px;
    color: var(--text-light);
    margin-bottom: 50px;
}
.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.menu-card {
    background: var(--bg-white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
}
.menu-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}
.menu-image { height: 200px; overflow: hidden; }
.menu-placeholder {
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
}
.menu-placeholder.seafood {
    background: linear-gradient(135deg, #0077b6, #00b4d8);
}
.menu-placeholder.steak {
    background: linear-gradient(135deg, #8b4513, #d2691e);
}
.menu-placeholder.dessert {
    background: linear-gradient(135deg, #e91e63, #ff6b9d);
}
.menu-info { padding: 25px; }
.menu-info h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: var(--text-dark);
}
.menu-info p {
    color: var(--text-light);
    margin-bottom: 15px;
    font-size: 15px;
}
.menu-price {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}
.center-button { text-align: center; margin-top: 50px; }

/* ================================
   EVENTS BANNER
================================ */
.events-banner {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 100%);
}
.events-banner-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.events-text { color: var(--text-white); }
.events-tag {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}
.events-text h2 {
    font-size: 38px;
    margin-bottom: 20px;
}
.events-text p {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 30px;
    line-height: 1.7;
}
.events-list { margin-bottom: 30px; }
.events-list li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 12px;
    opacity: 0.95;
}
.events-image {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.banner-card {
    background: rgba(255,255,255,0.95);
    padding: 30px 20px;
    border-radius: var(--radius-lg);
    text-align: center;
    transition: var(--transition);
}
.banner-card:hover { transform: translateY(-10px); }
.banner-card-icon { font-size: 48px; margin-bottom: 15px; }
.banner-card h3 { font-size: 18px; color: var(--text-dark); margin-bottom: 8px; }
.banner-card p { font-size: 14px; color: var(--text-light); }

/* ================================
   TESTIMONIALS
================================ */
.testimonials {
    padding: 100px 0;
    background-color: var(--bg-white);
}
.testimonials h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 50px;
    color: var(--text-dark);
}
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.testimonial-card {
    background: var(--bg-light);
    padding: 35px;
    border-radius: var(--radius-lg);
    position: relative;
}
.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 20px; left: 25px;
    font-size: 80px;
    color: var(--primary-light);
    opacity: 0.3;
    font-family: Georgia, serif;
    line-height: 1;
}
.testimonial-stars {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 3px;
}
.testimonial-card p {
    font-style: italic;
    margin-bottom: 20px;
    color: var(--text-dark);
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1.8;
}
.testimonial-card cite {
    font-weight: 600;
    color: var(--primary-color);
    font-style: normal;
}

/* ================================
   CTA SECTION
================================ */
.cta { padding: 0; }
.cta-banner {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, var(--primary-dark) 0%, #0096c7 50%, var(--secondary-color) 100%);
    overflow: hidden;
}
.cta-banner::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: 
        radial-gradient(circle at 30% 70%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 30%, rgba(255,255,255,0.15) 0%, transparent 50%);
}
.cta-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.3);
}
.cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--text-white);
}
.cta-content h2 {
    font-size: 44px;
    margin-bottom: 20px;
}
.cta-content p {
    font-size: 20px;
    opacity: 0.95;
    margin-bottom: 35px;
}
.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.cta-buttons .btn { min-width: 180px; }

/* ================================
   FOOTER
================================ */
.footer {
    background: var(--bg-dark);
    color: var(--text-white);
    padding: 70px 0 0;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-logo {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary-light);
}
.footer-logo .logo-icon { font-size: 30px; }
.footer-section p {
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    line-height: 1.7;
}
.footer-section h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--text-white);
}
.footer-section ul li { margin-bottom: 12px; }
.footer-section ul li a {
    color: rgba(255,255,255,0.7);
    font-size: 15px;
}
.footer-section ul li a:hover {
    color: var(--primary-light);
    padding-left: 5px;
}
.hours-list li,
.contact-list li {
    display: flex;
    justify-content: space-between;
    color: rgba(255,255,255,0.7);
    font-size: 15px;
}
.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}
.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px; height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    transition: var(--transition);
}
.social-icon:hover {
    background: var(--primary-color);
    transform: translateY(-3px);
}
.footer-bottom {
    padding: 25px 0;
    text-align: center;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
}

/* ================================
   PAGE HEADER (Common)
================================ */
.page-header-banner {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.page-header-banner::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ffffff' fill-opacity='0.1' d='M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    background-position: bottom;
}
.page-header-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.3);
}
.page-header-banner .container {
    position: relative;
    z-index: 2;
    color: #fff;
}
.page-header-banner h1 {
    font-size: 48px;
    margin-bottom: 15px;
    text-shadow: 2px 4px 10px rgba(0,0,0,0.3);
}
.page-header-banner p {
    font-size: 18px;
    opacity: 0.9;
}

/* ================================
   ABOUT PAGE STYLES
================================ */
.about-content {
    padding: 100px 0;
    background-color: var(--bg-white);
}
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.about-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: var(--text-dark);
    position: relative;
}
.about-text h2::after {
    content: '';
    display: block;
    width: 60px; height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    margin-top: 15px;
    border-radius: 2px;
}
.about-text p {
    color: var(--text-light);
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
}
.about-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.placeholder-image {
    width: 100%;
    height: 350px;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-lg);
}
.placeholder-image.restaurant-view {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    flex-direction: column;
    color: white;
}
.placeholder-image.restaurant-view span {
    font-size: 64px;
    margin-bottom: 15px;
}

/* Stats Section */
.stats {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
    color: var(--text-white);
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}
.stat-item { padding: 20px; }
.stat-number {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 10px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}
.stat-label { font-size: 16px; opacity: 0.9; }

/* Values Section */
.values {
    padding: 100px 0;
    background-color: var(--bg-light);
}
.values h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 50px;
    color: var(--text-dark);
}
.values h2::after {
    content: '';
    display: block;
    width: 80px; height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    margin: 20px auto 0;
    border-radius: 2px;
}
.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}
.value-card {
    background: var(--bg-white);
    padding: 40px 30px;
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
}
.value-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}
.value-icon { font-size: 50px; margin-bottom: 20px; }
.value-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--primary-color);
}
.value-card p {
    color: var(--text-light);
    font-size: 15px;
    line-height: 1.7;
}

/* Team Section */
.team {
    padding: 100px 0;
    background-color: var(--bg-white);
}
.team h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 50px;
    color: var(--text-dark);
}
.team h2::after {
    content: '';
    display: block;
    width: 80px; height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    margin: 20px auto 0;
    border-radius: 2px;
}
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}
.team-card {
    background: var(--bg-light);
    padding: 0;
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
    overflow: hidden;
}
.team-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}
.team-image {
    height: 200px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-placeholder { font-size: 80px; }
.team-card h3 {
    font-size: 22px;
    margin: 25px 0 5px;
    color: var(--text-dark);
}
.team-role {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
}
.team-bio {
    color: var(--text-light);
    font-size: 14px;
    padding: 0 25px 25px;
    line-height: 1.6;
}

/* ================================ RESPONSIVE STYLES ================================ */

@media (max-width: 1024px) {
    .events-banner-content { grid-template-columns: 1fr; text-align: center; }
    .events-list { display: inline-block; text-align: left; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .about-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .navigation { display: none; }
    .header-contact { display: none; }
    .mobile-menu { display: flex; }
    
    .banner-content h1 { font-size: 36px; }
    .hero-subtitle { font-size: 18px; }
    .hero-buttons { flex-direction: column; }
    
    .features h2,
    .menu-preview h2,
    .testimonials h2,
    .values h2,
    .team h2 { font-size: 32px; }
    
    .promo-content h2 { font-size: 28px; }
    .price-new { font-size: 32px; }
    .events-text h2 { font-size: 28px; }
    .cta-content h2 { font-size: 32px; }
    
    .cta-buttons { flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr; text-align: center; }
    .footer-logo { justify-content: center; }
    .hours-list li,
    .contact-list li { justify-content: center; }
    .social-icons { justify-content: center; }
    
    .page-header-banner h1 { font-size: 36px; }
    .about-text h2 { font-size: 28px; }
    .stat-number { font-size: 40px; }
    
    .events-image { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .faq-grid { grid-template-columns: 1fr; }
    .category-header { flex-direction: column; text-align: center; }
    .category-icon { margin-right: 0; margin-bottom: 15px; }
}

@media (max-width: 480px) {
    .hero-banner { min-height: 500px; }
    .banner-content h1 { font-size: 28px; }
    .btn { padding: 12px 24px; font-size: 14px; }
    .events-image { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: 1fr; }
    .page-header-banner h1 { font-size: 28px; }
}
