/*
Theme Name: BrioTheme
Description: A simple, effective WordPress theme for briogolf.ca
Version: 1.0
Author: Leonardo
*/

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Full width container for features page */
.page-features .container {
    max-width: none;
    padding: 0;
}

.page-features .page-content .container {
    max-width: 100%;
    padding: 0 2rem;
}

.page-features .page-header .container {
    max-width: 50vw;
    padding: 0 2rem;
    min-height: 70vh;
}

/* Full width sections for features page */
.page-features .feature-section,
.page-features .rewards-section,
.page-features .final-cta-section {
    width: 100%;
    max-width: none;
}

/* Header Styles */
.site-header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.logo a {
    font-size: 1.8rem;
    font-weight: bold;
    color: #29514c;
    text-decoration: none;
}

.main-navigation ul {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.main-navigation a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.main-navigation a:hover {
    color: #ebfa9e;
}

.header-cta {
    display: flex;
    gap: 1rem;
}

/* Button Styles */
.btn {
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-block;
    text-align: center;
}

.btn-header {
    background: transparent;
    color: #29514c;
    border: 2px solid #29514c;
}

.btn-primary-header {
    background: #29514c;
    color: #ebfa9e;
    border: 2px solid #29514c;
}

.btn-primary {
    background: #29514c;
    color: #ebfa9e;
    border: 2px solid #29514c;
}

.btn-secondary {
    background: transparent;
    color: #29514c;
    border: 2px solid #29514c;
}

.btn-outline {
    background: transparent;
    color: #29514c;
    border: 2px solid #29514c;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Main Content */
.site-main {
    margin-top: 80px;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(rgba(41,81,76,0.55), rgba(41,81,76,0.55)), url('/wp-content/themes/briotheme/assets/images/hero_bg.jpg') center/cover no-repeat;
    color: white;
    padding: 6rem 2rem;
    text-align: center;
}

.hero-headline {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.hero-subheadline {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-cta {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}
.hero-cta .btn-secondary {
    color: #ebfa9e;
    border-color: #ebfa9e;
}
.video-placeholder {
    background: rgba(255,255,255,0.1);
    border: 2px dashed rgba(255,255,255,0.3);
    padding: 3rem;
    border-radius: 10px;
    color: rgba(255,255,255,0.8);
}

/* Features Section */
.features-section {
    padding: 6rem 2rem;
    background: #fbffe3;
}

/* What is Brio Section */
.what-is-brio-section {
    padding: 5rem 2rem;
    background: #fbffe3;
}

.what-is-brio-section .section-subtitle {
    text-align: center;
    font-size: 0.9rem;
    letter-spacing: 0.12em;
    color: #29514c;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.what-is-brio-section .section-description {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.75;
    color: #4a4a4a;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #29514c;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
}

.feature-item {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.feature-item h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #29514c;
}

/* Demo Section */
.demo-section {
    text-align: center;
}

.demo-section h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #29514c;
}

.demo-cta {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

/* Testimonials Section */
.testimonials-section {
    padding: 6rem 2rem;
    background: #fbffe3;
}

/* Stats Section */
.stats-section {
    padding: 6rem 2rem;
    background: #fbffe3;
    text-align: center;
}

.stats-section .stats-description {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #4a4a4a;
    max-width: 900px;
    margin: 0 auto 3rem;
}

.stats-section .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto 2.5rem;
}

.stats-section .stat-item {
    background: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stats-section .stat-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.stats-section .stat-number {
    font-size: 3.25rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #ebfa9e, #29514c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stats-section .stat-label {
    font-size: 0.95rem;
    color: #29514c;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.stats-section .btn {
    margin-top: 1rem;
}

@media (max-width: 600px) {
    .stats-section .stat-number { font-size: 2.5rem; }
    .stats-section .stats-description { font-size: 1.1rem; }
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
    max-width: 800px;
    margin: 0 auto;
}

.testimonial {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.testimonial blockquote {
    font-style: italic;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #555;
}

.testimonial cite {
    color: #29514c;
    font-weight: 600;
}

/* Footer Styles */
.site-footer {
    background: #29514c;
    color: #ebfa9e;
    padding: 3rem 2rem 1rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
    justify-items: end
}

.footer-logo a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
}

.footer-description {
    color: #ebfa9e;
    margin-top: 0.5rem;
    line-height: 1.6;
    max-width: 480px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap; /* single line */
    gap: 1rem;
    list-style: none;
    overflow-x: auto; /* avoid wrapping on narrow screens */
}

.footer-links a {
    color: #ebfa9e;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover { color: #ffffff; }
.footer-bottom {
    text-align: center;
}
.footer-social {
    display: flex;
    gap: 1rem;
    flex-wrap: nowrap; /* single line */
    justify-content: flex-end;
}

.social-link {
    color: #ebfa9e;
    text-decoration: none;
    transition: color 0.3s;
}

.social-link:hover { color: #ffffff; }

.footer-copyright {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.8);
}

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

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.hero-content {
    animation: fadeInUp 1s ease-out;
}

.feature-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.btn-primary:hover {
    animation: pulse 0.6s ease-in-out;
}

/* Enhanced Header */
.site-header {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.site-header.scrolled {
    background: rgba(255, 255, 255, 0.95);
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
    padding: 8px;
    min-width: 44px;
    min-height: 44px;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.mobile-menu-toggle:focus {
    outline: 2px solid #29514c;
    outline-offset: 2px;
}

.mobile-menu-toggle:hover {
    background: rgba(41, 81, 76, 0.1);
}

.mobile-menu-toggle:active {
    background: rgba(41, 81, 76, 0.2);
    transform: scale(0.98);
}

.mobile-menu-toggle .menu-icon {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
    font-size: inherit;
}

.mobile-menu-toggle.active .menu-icon {
    transform: rotate(90deg);
}



/* Overlay + scroll lock when mobile nav open */
body.nav-open { overflow: hidden; }
.site::after {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
    z-index: 999;
}
body.nav-open .site::after {
    opacity: 1;
    pointer-events: auto;
}

/* Enhanced Features */
.feature-icon {
    background: linear-gradient(135deg, #29514c, #29514c);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 4px rgba(44, 85, 48, 0.2));
}

/* Loading States */
.loading {
    opacity: 0.6;
    pointer-events: none;
}

.btn.loading:after {
    content: '';
    width: 16px;
    height: 16px;
    margin-left: 10px;
    border: 2px solid transparent;
    border-top-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Enhanced Video Placeholder */
.video-placeholder {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.video-placeholder:hover {
    background: rgba(255,255,255,0.15);
    transform: scale(1.02);
}

.video-placeholder:before {
    content: '▶';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    opacity: 0.8;
}

/* Tee Times CTA Section */
.tee-times-section {
    background: #29514c;
    color: #ffffff;
    padding: 5rem 2rem;
    text-align: center;
}

.tee-times-section h2 {
    color: #ffffff;
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.tee-times-section p {
    color: rgba(255,255,255,0.9);
    max-width: 800px;
    margin: 0.5rem auto 2rem;
}

.tee-times-section .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.tee-times-section .btn-primary {
    background: #ebfa9e;
    color: #29514c;
    border-color: #ebfa9e;
}

.tee-times-section .btn-outline {
    color: #ffffff;
    border-color: #ffffff;
}

/* Unlock CTA Section */
.unlock-section {
    background: #29514c;
    color: #ffffff;
    padding: 5rem 2rem;
    text-align: center;
}

.unlock-section h2 {
    color: #ffffff;
    font-size: 2.4rem;
    margin-bottom: 1.25rem;
}

.unlock-section .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.unlock-section .btn-primary {
    background: #ebfa9e;
    color: #29514c;
    border-color: #ebfa9e;
}

.unlock-section .btn-outline {
    color: #ffffff;
    border-color: #ffffff;
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Focus States for Accessibility */
.btn:focus,
a:focus {
    outline: 2px solid #29514c;
    outline-offset: 2px;
}

/* Enhanced Testimonials */
.testimonial {
    position: relative;
    transition: transform 0.3s ease;
}

.testimonial:hover {
    transform: translateY(-3px);
}

.testimonial:before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 15px;
    font-size: 4rem;
    color: #29514c;
    opacity: 0.3;
    font-family: serif;
}

/* Footer Enhancements */

/* FAQ Section (Accordion) */
.faq-section {
    padding: 5rem 2rem;
}
.faq-section .container {
    text-align: center;
}
.faq-section h2 {
    text-align: center;
    color: #29514c;
    font-size: 2.2rem;
    margin-bottom: 2rem;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto 1rem;
}

.faq-item {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    margin-bottom: 1rem;
    overflow: hidden;
}

.faq-question {
    position: relative;
    cursor: pointer;
    font-size: 1.1rem;
    padding: 1rem 3rem 1rem 1.25rem;
    color: #29514c;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
    color: #29514c;
}

.faq-item.active .faq-question::after {
    content: '−';
}

.faq-answer {
    display: none;
    padding: 0 1.25rem 1rem;
    color: #444;
    line-height: 1.7;
}
.footer-social .social-link { padding: 0; border-radius: 0; background: none; transition: color 0.3s ease; }
.footer-social .social-link:hover { background: none; transform: none; }

/* Responsive Design */
@media (max-width: 1024px) {
    .header-container {
        padding: 1rem;
    }
    
    .hero-headline {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .header-cta { display: none; }
    .main-navigation {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 85%;
        max-width: 360px;
        background: #29514c;
        transform: translateX(100%);
        transition: transform 0.35s ease;
        padding: 100px 24px 24px; /* space for fixed header */
        box-shadow: -10px 0 25px rgba(0,0,0,0.25);
        z-index: 1200;
    }
    .main-navigation.active {
        transform: translateX(0);
    }
    .main-navigation ul {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .main-navigation a {
        color: #ffffff;
        font-size: 1.125rem;
        font-weight: 600;
        text-decoration: none;
        display: block;
        padding: 0.75rem 0.5rem;
        border-radius: 6px;
        transition: background 0.25s ease, transform 0.2s ease;
    }
    .main-navigation a:hover {
        color: #ebfa9e;
        background: rgba(255,255,255,0.08);
        transform: translateX(-2px);
    }
    .mobile-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 48px;
        min-height: 48px;
        padding: 8px;
        color: #29514c;
        background: #ebfa9e;
        border-radius: 8px;
        font-size: 1.4rem;
        font-weight: 600;
        transition: all 0.2s ease-in-out;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }

    .mobile-menu-toggle:hover {
        background: #d4e85c;
        transform: scale(1.05);
    }

    .mobile-menu-toggle:active {
        background: #c4d84c;
        transform: scale(0.98);
    }

    .mobile-menu-toggle.active {
        background: #29514c;
        color: #ebfa9e;
    }
    
    
    .header-container {
        flex-direction: row;
        gap: 1rem;
    }
    
    .hero-headline {
        font-size: 2.5rem;
    }
    
    .hero-cta {
        flex-direction: column;
        align-items: center;
    }
    
    .demo-cta {
        flex-direction: column;
        align-items: center;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-container {
        text-align: center;
        grid-template-columns: 1fr;

    }
    .footer-social {
        margin-top: 1rem;
        justify-content: center;
    }
    .footer-links {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 4rem 1rem;
    }
    
    .hero-headline {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .btn {
        width: 100%;
        max-width: 280px;
    }
}

/* ========================================
   PAGE-SPECIFIC STYLES
======================================== */

/* Page Headers */
.page-header {
    background: linear-gradient(135deg, #29514c 0%, #29514c 100%);
    color: white;
    padding: 6rem 2rem 4rem;
    text-align: center;
    margin-top: 80px;
}

/* Features page header: background image + left-aligned text */
.page-features .page-header {
    background: url('/wp-content/themes/briotheme/assets/images/features_hero_bg.webp') right center / cover no-repeat;
    color: #29514c;
    text-align: left;
    padding: 8rem 2rem 6rem;
    display: flex;
    align-items: center;;

}

.page-features .page-subtitle {
    color: #29514c;
    margin: 0;
}

/* Mobile header uses gradient background, no inline image */
.page-header-mobile-image { display: none; }

@media (max-width: 768px) {
    .page-features .page-header {
        background: url('/wp-content/themes/briotheme/assets/images/bg_gradient.webp') center / cover no-repeat;
        padding: 3.5rem 1rem 2.5rem;
        text-align: left;
        color: #29514c;
    }
    .page-header-mobile-image { display: block; width: 100%;}
    .page-features .page-header::before { content: none; }
    .page-features .page-title,
    .page-features .page-subtitle {
        color: #29514c;
    }
}
.page-features .container {
    max-width: 50%;
    margin: 0;
}
.page-title {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #29514c;
}

/* Features page header contrast */
.page-features .page-title {
    color: #29514c;
}

.page-subtitle {
    font-size: 1.25rem;
    opacity: 0.9;
    margin: 0 auto;
}

.page-content {
    padding: 4rem 0;
}

/* ========================================
   ABOUT US PAGE
======================================== */
.about-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
    align-items: center;
}

.about-content h2 {
    font-size: 2.5rem;
    color: #29514c;
    margin-bottom: 1.5rem;
}

.about-content p {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #555;
}

.image-placeholder {
    background: #fbffe3;
    border: 2px dashed #ddd;
    padding: 4rem 2rem;
    text-align: center;
    border-radius: 10px;
    color: #888;
}

.our-story h2 {
    font-size: 2.5rem;
    color: #29514c;
    margin-bottom: 2rem;
    text-align: center;
}

.our-story p {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #555;
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
}

.story-timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.timeline-item {
    text-align: center;
    padding: 2rem;
    background: #fbffe3;
    border-radius: 10px;
}

.timeline-item h3 {
    font-size: 2rem;
    color: #29514c;
    margin-bottom: 1rem;
}

.team-section h2 {
    font-size: 2.5rem;
    color: #29514c;
    margin-bottom: 3rem;
    text-align: center;
}

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

.team-member {
    text-align: center;
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.member-photo {
    width: 150px;
    height: 150px;
    background: #fbffe3;
    border: 2px dashed #ddd;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
}

.team-member h3 {
    font-size: 1.5rem;
    color: #29514c;
    margin-bottom: 0.5rem;
}

.team-member p {
    color: #777;
}

/* ========================================
   BLOG PAGE
======================================== */
.blog-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}

.posts-grid {
    display: grid;
    gap: 3rem;
}

.blog-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
}

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

.post-content {
    padding: 2rem;
}

.post-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: #777;
}

.post-title a {
    color: #29514c;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
}

.post-title a:hover {
    color: #29514c;
}

.post-excerpt {
    color: #555;
    line-height: 1.6;
    margin: 1rem 0;
}

.read-more {
    color: #29514c;
    text-decoration: none;
    font-weight: 600;
}

.read-more:hover {
    text-decoration: underline;
}

.blog-sidebar {
    background: #fbffe3;
    padding: 2rem;
    border-radius: 10px;
    height: fit-content;
}

.sidebar-widget {
    margin-bottom: 2rem;
}

.sidebar-widget h3 {
    color: #29514c;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.sidebar-widget ul {
    list-style: none;
}

.sidebar-widget li {
    margin-bottom: 0.5rem;
}

.sidebar-widget a {
    color: #555;
    text-decoration: none;
}

.sidebar-widget a:hover {
    color: #29514c;
}

.no-posts {
    text-align: center;
    padding: 4rem 2rem;
    background: #fbffe3;
    border-radius: 10px;
}

.no-posts h2 {
    color: #29514c;
    margin-bottom: 1rem;
}

/* Category and Archive Pages */
.category-meta,
.archive-meta {
    text-align: center;
    margin-top: 1rem;
}

.post-count {
    background: rgba(255,255,255,0.2);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.category-navigation,
.archive-navigation {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #eee;
}

.category-nav-links,
.archive-nav-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.author-info {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.author-info img {
    border-radius: 50%;
    flex-shrink: 0;
}

.author-details h4 {
    color: #29514c;
    margin-bottom: 0.5rem;
}

.author-details p {
    color: #555;
    font-size: 0.875rem;
    line-height: 1.6;
}

.author-posts {
    font-weight: 600;
    margin-top: 0.5rem;
}

.recent-posts {
    list-style: none;
    padding: 0;
}

.recent-posts li {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #eee;
}

.recent-posts li:last-child {
    border-bottom: none;
}

.recent-posts a {
    color: #555;
    text-decoration: none;
    line-height: 1.4;
    display: block;
}

.recent-posts a:hover {
    color: #29514c;
}

.post-tags a {
    color: #777;
    text-decoration: none;
    font-size: 0.875rem;
}

.post-tags a:hover {
    color: #29514c;
}

/* Tag Cloud */
.tagcloud {
    line-height: 2;
}

.tagcloud a {
    display: inline-block;
    margin: 0.25rem;
    padding: 0.25rem 0.5rem;
    background: #fbffe3;
    color: #555;
    text-decoration: none;
    border-radius: 15px;
    transition: all 0.3s;
}

.tagcloud a:hover {
    background: #29514c;
    color: white;
}

/* Single Post */
.single-post .post-header {
    background: #fbffe3;
    padding: 2rem 0;
}

.single-post .post-meta {
    display: flex;
    gap: 2rem;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    color: #777;
}

.single-post .post-title {
    font-size: 3rem;
    color: #29514c;
    margin-bottom: 2rem;
}

.post-featured-image {
    margin-top: 2rem;
}

.post-featured-image img {
    width: 100%;
    border-radius: 10px;
}

.content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.125rem;
    line-height: 1.7;
}

.post-tags {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #eee;
}

.post-tags h4 {
    color: #29514c;
    margin-bottom: 1rem;
}

.post-navigation {
    background: linear-gradient(135deg, #fbffe3 0%, #f5f9e5 100%);
    padding: 4rem 0;
    margin-top: 3rem;
    position: relative;
}

.post-navigation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #29514c, transparent);
}

.nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.nav-previous,
.nav-next {
    padding: 2.5rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(41, 81, 76, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.nav-previous::before,
.nav-next::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #29514c, #3d6b64);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.nav-previous:hover::before,
.nav-next:hover::before {
    transform: scaleX(1);
}

.nav-previous:hover,
.nav-next:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(41, 81, 76, 0.15);
}

.nav-next {
    text-align: right;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    display: block;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #29514c;
}

.nav-links span {
    color: #29514c;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.nav-previous span::before {
    content: '←';
    margin-right: 0.5rem;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.nav-next span::after {
    content: '→';
    margin-left: 0.5rem;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.nav-previous:hover span::before {
    transform: translateX(-3px);
}

.nav-next:hover span::after {
    transform: translateX(3px);
}

.nav-links h4 {
    margin: 0;
    color: #333;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 600;
    transition: color 0.3s ease;
}

.nav-links a:hover h4 {
    color: #29514c;
}


.comments-section {
    padding: 3rem 0;
}

/* ========================================
   CONTACT PAGE
======================================== */
.contact-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}

.contact-form-section h2 {
    color: #29514c;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.contact-form {
    background: #fbffe3;
    padding: 3rem;
    border-radius: 10px;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #29514c;
}

.contact-info-section h2 {
    color: #29514c;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.contact-info {
    margin-bottom: 3rem;
}

.info-item {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #fbffe3;
    border-radius: 10px;
}

.info-item h4 {
    color: #29514c;
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
}

.info-item p {
    color: #555;
    margin: 0;
}

.social-links h4 {
    color: #29514c;
    margin-bottom: 1rem;
}

.social-icons {
    display: flex;
    gap: 1rem;
}

.social-icons .social-link {
    padding: 0.75rem 1.5rem;
    background: #29514c;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
}

.social-icons .social-link:hover {
    background: #29514c;
}

/* ========================================
   FAQ PAGE
======================================== */
.faq-search {
    margin-bottom: 2rem;
    text-align: center;
}

.search-input {
    width: 100%;
    max-width: 400px;
    padding: 1rem 1.5rem;
    border: 2px solid #ddd;
    border-radius: 25px;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.search-input:focus {
    outline: none;
    border-color: #29514c;
}

.faq-categories {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.category-filter {
    padding: 0.75rem 1.5rem;
    border: 2px solid #ddd;
    background: white;
    color: #333;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s;
}

.category-filter.active,
.category-filter:hover {
    background: #29514c;
    color: white;
    border-color: #29514c;
}

.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 1rem;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 2rem;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}

.faq-question:hover {
    background: #fbffe3;
}

.faq-question h3 {
    margin: 0;
    color: #29514c;
    font-size: 1.25rem;
}

.faq-toggle {
    font-size: 1.5rem;
    color: #29514c;
    font-weight: bold;
    transition: transform 0.3s;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 2rem 2rem;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-answer p {
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.faq-contact {
    text-align: center;
    margin-top: 4rem;
    padding: 3rem;
    background: #fbffe3;
    border-radius: 10px;
}

.faq-contact h2 {
    color: #29514c;
    margin-bottom: 1rem;
}

.faq-contact p {
    margin-bottom: 2rem;
    color: #555;
}

/* ========================================
   FEATURES PAGE - NEW VERSION
======================================== */

/* Feature Navigation */
.feature-navigation {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 4rem;
    padding: 1rem;
    background: #fbffe3;
    border-radius: 15px;
    flex-wrap: wrap;
}

.feature-nav-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: white;
    border: 2px solid transparent;
    border-radius: 10px;
    color: #29514c;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.feature-nav-item:hover,
.feature-nav-item.active {
    background: #29514c;
    color: #ebfa9e;
    border-color: #29514c;
}

.nav-icon {
    font-size: 1.25rem;
}

/* Feature Sections */
.feature-section {
    display: none;
    margin-bottom: 0;
}

.feature-section.active {
    display: block;
    margin-bottom: 6rem;
}

/* Smooth transitions for feature switching */
.feature-sections-container.transitioning {
    overflow: hidden;
}

.feature-section.animating-in {
    animation: fadeInUp 0.35s ease-out;
}

/* Ensure consistent spacing */
.page-features .container > section:not(.feature-section) {
    margin-bottom: 6rem;
}

/* Smooth height transitions for the feature container */
.feature-sections-container {
    min-height: 600px;
    position: relative;
}

.feature-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    padding: 3rem;
    background: #fbffe3;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.feature-main.reverse {
    grid-template-columns: 1fr 1fr;
}

.feature-main.reverse .feature-content {
    order: 2;
}

.feature-main.reverse .feature-visual {
    order: 1;
}

/* Feature Content */
.feature-badge {
    display: inline-block;
    background: #29514c;
    color: #ebfa9e;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.feature-badge.coming-soon {
    background: #f39c12;
    color: white;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.badge-status {
    background: rgba(255,255,255,0.3);
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.75rem;
}

.feature-section h2 {
    font-size: 2.5rem;
    color: #29514c;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.feature-section p {
    font-size: 1.125rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 2rem;
}

/* Feature Highlights */
.feature-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: #ebfa9e;
    border-radius: 10px;
    flex-direction: column;
}

.highlight-icon {
    font-size: 2rem;
    flex-shrink: 0;
    color: #29514c;
}

.highlight-item h4 {
    color: #29514c;
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
}

.highlight-item p {
    color: #555;
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0;
}

/* Organizer Features */
.organizer-features {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
}

.organizer-step {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem;
    background: #fbffe3;
    border-radius: 15px;
}

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #29514c, #29514c);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: bold;
    flex-shrink: 0;
}

.step-content h4 {
    color: #29514c;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
}

.step-content p {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* Feature CTAs */
.feature-cta {
    margin-top: 2rem;
}

/* Visual Placeholders */
.visual-placeholder {
    background: transparent;
    border: none;
    border-radius: 15px;
    padding: 3rem;
    text-align: center;
    color: #888;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.visual-placeholder:hover {
    background: transparent;
    transform: scale(1.02);
}

.scanner-visual {
    background: linear-gradient(135deg, rgba(44, 85, 48, 0.1), rgba(74, 124, 89, 0.1));
    border-color: #29514c;
}

.marketplace-visual {
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.1), rgba(230, 126, 34, 0.1));
    border-color: #f39c12;
}

.organizer-visual {
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.1), rgba(41, 128, 185, 0.1));
    border-color: #3498db;
}

/* Rewards Section */
.rewards-section {
    background: linear-gradient(135deg, #29514c, #29514c);
    color: #ebfa9e;
    padding: 4rem 3rem;
    border-radius: 20px;
    margin: 4rem 0;
}

.rewards-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    align-items: center;
}

.rewards-visual .visual-placeholder {
    background: transparent;
    color: rgba(255,255,255,0.8);
}

.rewards-info h2 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.rewards-info p {
    color: rgba(255,255,255,0.9);
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.rewards-benefits {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.benefit {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}

.benefit-icon {
    font-size: 1.5rem;
}

.benefit span:last-child {
    font-weight: 600;
}

/* Final CTA Section */
.final-cta-section {
    text-align: center;
    padding: 4rem 3rem;
    background: #fbffe3;
    border-radius: 20px;
    margin: 4rem 0;
}

.final-cta-section h2 {
    font-size: 3rem;
    color: #29514c;
    margin-bottom: 1rem;
}

.final-cta-section p {
    font-size: 1.25rem;
    color: #555;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-visual {
    margin: 3rem 0;
}

.final-visual {
    min-height: 200px;
    background: linear-gradient(135deg, rgba(44, 85, 48, 0.1), rgba(74, 124, 89, 0.1));
    border-color: #29514c;
}

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

.btn-large {
    padding: 1rem 3rem;
    font-size: 1.125rem;
}

/* App Download Section */
.app-download-section {
    text-align: center;
    padding: 3rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-top: 3rem;
    border: 1px solid #29514c;
}

.app-download-section h3 {
    color: #29514c;
    font-size: 1.75rem;
    margin-bottom: 2rem;
}

.app-store-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.app-store-btn {
    padding: 1rem 2rem;
    background: #29514c;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.app-store-btn:hover {
    background: #29514c;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .feature-main,
    .feature-main.reverse {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .feature-main.reverse .feature-content,
    .feature-main.reverse .feature-visual {
        order: unset;
    }
    
    .rewards-content {
        grid-template-columns: 1fr;
    }
    
    .feature-highlights {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-features .page-content .container {
        padding: 0 1rem;
    }
    
    .feature-navigation {
        flex-direction: column;
        align-items: center;
        margin-bottom: 2rem;
        padding: 0.5rem;
    }
    
    .feature-nav-item {
        width: 100%;
        justify-content: center;
        max-width: 280px;
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .feature-main {
        padding: 2rem 1rem;
        gap: 2rem;
    }
    
    .feature-section h2 {
        font-size: 2rem;
    }
    
    .rewards-section,
    .final-cta-section {
        padding: 3rem 1.5rem;
        margin: 2rem 0;
    }
    
    .final-cta-section h2 {
        font-size: 2.5rem;
    }
    
    .organizer-step {
        flex-direction: column;
        text-align: center;
    }
    
    .app-store-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .app-store-btn {
        width: 100%;
        max-width: 250px;
        justify-content: center;
    }

    .post-content {
        padding: 0;
    }
}

/* ========================================
   HOW IT WORKS PAGE
======================================== */
.how-it-works-hero {
    text-align: center;
    margin-bottom: 4rem;
}

.how-it-works-hero h2 {
    font-size: 2.5rem;
    color: #29514c;
    margin-bottom: 1rem;
}

.how-it-works-hero p {
    font-size: 1.25rem;
    color: #555;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 2rem;
}
.stop-searching-content {
    text-align: center;
}
.stop-searching-content p {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.steps-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin-bottom: 4rem;
}

.step-item {
    display: grid;
    grid-template-columns: auto 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding: 3rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.step-item.reverse {
    grid-template-columns: auto 1fr 1fr;
}

.step-item.reverse .step-content {
    order: 1;
}

.step-item.reverse .step-visual {
    order: 2;
}

.step-number {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #29514c, #29514c);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
}

.step-content h3 {
    font-size: 2rem;
    color: #29514c;
    margin-bottom: 1rem;
}

.step-content p {
    font-size: 1.125rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.step-features {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.step-features span {
    padding: 0.5rem 1rem;
    background: #fbffe3;
    color: #29514c;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.step-visual,
.visual-placeholder {
    background: transparent;
    border: none;
    border-radius: 10px;
    padding: 0;
    text-align: center;
    color: #888;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.additional-features {
    margin: 4rem 0;
}

.additional-features h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #29514c;
    margin-bottom: 3rem;
}

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

.extra-feature {
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.extra-feature h4 {
    color: #29514c;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.extra-feature p {
    color: #555;
    line-height: 1.6;
}

.video-demo {
    text-align: center;
    margin: 4rem 0;
}

.video-demo h2 {
    font-size: 2.5rem;
    color: #29514c;
    margin-bottom: 2rem;
}

.video-container {
    max-width: 800px;
    margin: 0 auto;
}

.play-button {
    background: #29514c;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 5px;
    font-size: 1.125rem;
    cursor: pointer;
    margin-top: 1rem;
    transition: background 0.3s;
}

.play-button:hover {
    background: #29514c;
}

.getting-started {
    text-align: center;
    padding: 3rem;
    background: #fbffe3;
    border-radius: 15px;
}

.getting-started h2 {
    color: #29514c;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.getting-started p {
    font-size: 1.125rem;
    color: #555;
    margin-bottom: 2rem;
}

/* ========================================
   PRICING PAGE
======================================== */
.pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #29514c;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.discount-badge {
    background: #29514c;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 0.5rem;
}

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

.pricing-plan {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
}

.pricing-plan:hover {
    transform: translateY(-5px);
}

.pricing-plan.featured {
    border: 3px solid #29514c;
    transform: scale(1.05);
}

.popular-badge {
    background: #29514c;
    color: white;
    padding: 0.5rem 2rem;
    position: absolute;
    top: 1rem;
    right: -1rem;
    transform: rotate(15deg);
    font-size: 0.875rem;
    font-weight: bold;
    border-radius: 5px;
}

.plan-header {
    text-align: center;
    padding: 3rem 2rem 2rem;
    background: #fbffe3;
}

.plan-header h3 {
    font-size: 1.5rem;
    color: #29514c;
    margin-bottom: 1rem;
}

.plan-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 1rem;
}

.currency {
    font-size: 1.5rem;
    color: #29514c;
}

.amount {
    font-size: 3rem;
    font-weight: bold;
    color: #29514c;
}

.amount.hidden {
    display: none;
}

.period {
    font-size: 1rem;
    color: #777;
}

.plan-description {
    color: #555;
    margin: 0;
}

.plan-features {
    padding: 2rem;
}

.plan-features ul {
    list-style: none;
    padding: 0;
}

.plan-features li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #eee;
    color: #555;
}

.plan-features li:last-child {
    border-bottom: none;
}

.plan-cta {
    width: 100%;
    margin: 0 2rem 2rem;
    padding: 1rem;
}

.enterprise-plan {
    background: linear-gradient(135deg, #29514c, #29514c);
    color: white;
    padding: 3rem;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem;
}

.enterprise-content h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.enterprise-content p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.enterprise-features {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.enterprise-features span {
    padding: 0.5rem 1rem;
    background: rgba(255,255,255,0.2);
    border-radius: 20px;
    font-size: 0.875rem;
}

.pricing-faq h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #29514c;
    margin-bottom: 3rem;
}

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

.faq-grid .faq-item {
    background: #fbffe3;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: none;
}

.faq-grid .faq-item h4 {
    color: #29514c;
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

.faq-grid .faq-item p {
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.pricing-guarantee {
    text-align: center;
    padding: 3rem;
    background: #fbffe3;
    border-radius: 15px;
}

.pricing-guarantee h2 {
    color: #29514c;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.pricing-guarantee p {
    color: #555;
    font-size: 1.125rem;
}

/* ========================================
   PARTNERSHIP PAGE
======================================== */
.partnership-hero {
    text-align: center;
    margin-bottom: 4rem;
}

.partnership-hero h2 {
    font-size: 2.5rem;
    color: #29514c;
    margin-bottom: 1rem;
}

.partnership-hero p {
    font-size: 1.25rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}

.partnership-benefits h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #29514c;
    margin-bottom: 3rem;
}

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

.benefit-item {
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: center;
}

.benefit-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.benefit-item h3 {
    color: #29514c;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.benefit-item p {
    color: #555;
    line-height: 1.6;
}

.partnership-process h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #29514c;
    margin-bottom: 3rem;
}

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

.process-step {
    text-align: center;
    padding: 2rem;
    background: #fbffe3;
    border-radius: 10px;
}

.process-step .step-number {
    width: 60px;
    height: 60px;
    background: #29514c;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 1rem;
}

.process-step h3 {
    color: #29514c;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.process-step p {
    color: #555;
    line-height: 1.6;
}

.partnership-types h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #29514c;
    margin-bottom: 3rem;
}

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

.partnership-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 2rem;
    position: relative;
}

.partnership-card.featured {
    border: 2px solid #29514c;
    transform: scale(1.02);
}

.featured-badge {
    background: #29514c;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.partnership-card h3 {
    color: #29514c;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    text-align: center;
}

.partnership-features ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.partnership-features li {
    padding: 0.5rem 0;
    color: #555;
    position: relative;
    padding-left: 1.5rem;
}

.partnership-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #29514c;
    font-weight: bold;
}

.partnership-price {
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    color: #29514c;
    padding: 1rem;
    background: #fbffe3;
    border-radius: 5px;
}

.partner-testimonials h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #29514c;
    margin-bottom: 3rem;
}

.partnership-cta {
    background: #fbffe3;
    padding: 3rem;
    border-radius: 15px;
}

.partnership-cta h2 {
    text-align: center;
    color: #29514c;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.partnership-cta p {
    text-align: center;
    font-size: 1.125rem;
    color: #555;
    margin-bottom: 3rem;
}

.partnership-form {
    max-width: 600px;
    margin: 0 auto;
}

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

/* ========================================
   LEGAL PAGES (Privacy & Terms)
======================================== */
.legal-content {
    max-width: 800px;
    margin: 0 auto;
}

.legal-section {
    margin-bottom: 3rem;
}

.legal-section h2 {
    color: #29514c;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #29514c;
    padding-bottom: 0.5rem;
}

.legal-section h3 {
    color: #29514c;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.legal-section p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.legal-section ul {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.legal-section li {
    color: #555;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.contact-info {
    background: #fbffe3;
    padding: 2rem;
    border-radius: 10px;
    margin: 2rem 0;
}

.contact-info p {
    margin-bottom: 0.5rem;
}

.contact-info a {
    color: #29514c;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

.legal-navigation {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
    flex-wrap: wrap;
}

/* ========================================
   RESPONSIVE ADJUSTMENTS
======================================== */
@media (max-width: 1024px) {
    .about-hero,
    .contact-layout,
    .blog-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .feature-detail,
    .feature-detail.reverse {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .step-item {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .enterprise-plan {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .page-header {
        padding: 4rem 1rem 2rem;
    }
    
    .page-title {
        font-size: 2.5rem;
    }
    
    .page-subtitle {
        font-size: 1.125rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .cta-buttons,
    .faq-categories {
        flex-direction: column;
        align-items: center;
    }
    
    .nav-links {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .nav-previous,
    .nav-next {
        padding: 1.5rem;
    }
    
    .nav-links h4 {
        font-size: 1.125rem;
    }
    
    .post-navigation {
        padding: 2rem 0;
    }
    
    .pricing-plans {
        grid-template-columns: 1fr;
    }
    
    .pricing-plan.featured {
        transform: none;
    }
}
.birdies-rewards-visual {
    width: 100%;
}

/* Golf Locations Section */
.golf-locations-section {
    padding: 5rem 0;
    background: #f8fafa;
}

.golf-locations-section .section-description {
    text-align: center;
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.location-card {
    background: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e1e5e9;
}

.location-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.location-header {
    margin-bottom: 1rem;
}

.location-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #29514c;
    margin: 0 0 0.5rem 0;
}

.location-country {
    font-size: 0.9rem;
    color: #666;
    background: #f0f4f0;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-weight: 500;
}

.location-info {
    margin-bottom: 1.5rem;
}

.course-count {
    font-size: 1rem;
    color: #555;
    font-weight: 500;
}

.location-btn {
    width: 100%;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
}

/* Section CTA */
.section-cta {
    text-align: center;
    margin-top: 3rem;
}

.section-cta .btn {
    padding: 1rem 2.5rem;
    font-size: 1.05rem;
    font-weight: 600;
}

/* Golf Courses Section */
.golf-courses-section {
    padding: 5rem 0;
    background: #ffffff;
}

.golf-courses-section .section-description {
    text-align: center;
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

.courses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.golf-courses-section .course-card {
    background: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e1e5e9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.golf-courses-section .course-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.course-content {
    flex-grow: 1;
    margin-bottom: 1.5rem;
}

.course-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #29514c;
    margin: 0 0 0.75rem 0;
    line-height: 1.3;
}

.course-location {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.course-source {
    font-size: 0.85rem;
    color: #999;
    font-style: italic;
}

.course-btn {
    width: 100%;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    text-align: center;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .golf-locations-section,
    .golf-courses-section {
        padding: 3rem 0;
    }

    .locations-grid,
    .courses-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .location-card,
    .golf-courses-section .course-card {
        padding: 1.5rem;
    }

    .location-name,
    .course-name {
        font-size: 1.2rem;
    }
}

/* Page Location - Golf Courses Listing */
.page-location .page-header {
    background: linear-gradient(135deg, #2c5530 0%, #1a3419 100%);
    color: white;
    padding: 3rem 0;
    text-align: center;
}

/* Breadcrumb for Page Location */
.page-location .breadcrumb-nav {
    margin-bottom: 1.5rem;
}

.page-location .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.page-location .breadcrumb-item {
    display: flex;
    align-items: center;
}

.page-location .breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    padding-right: 0.5rem;
    color: rgba(255, 255, 255, 0.5);
}

.page-location .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.2s ease;
}

.page-location .breadcrumb-item a:hover {
    color: white;
    text-decoration: underline;
}

.page-location .breadcrumb-item.active {
    color: white;
    font-weight: 500;
}

.page-location .page-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: white;
}

.page-location h1.page-title {
    color: white !important;
}

.page-location .page-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
    color: white;
}

.page-location .page-content {
    padding: 3rem 0;
}

/* Filters Section */
.page-location .filters-section {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.page-location .filters-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.page-location .filters-title {
    font-size: 1.25rem;
    color: #2c5530;
    margin: 0;
    font-weight: 700;
}

.page-location .filters-toggle {
    background: #2c5530;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    transition: background 0.2s ease;
}

.page-location .filters-toggle:hover {
    background: #1a3419;
}

.page-location .toggle-icon {
    font-size: 0.8rem;
}

.page-location .filters-content {
    margin-top: 1.5rem;
}

.page-location .filters-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.page-location .filter-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.page-location .filter-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
}

.page-location .filter-select {
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    background: white;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.page-location .filter-select:focus {
    outline: none;
    border-color: #2c5530;
}

.page-location .filter-checkbox {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.page-location .filter-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.page-location .filter-checkbox label {
    cursor: pointer;
    user-select: none;
}

.page-location .filters-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

.page-location .results-count {
    font-weight: 600;
    color: #666;
}

.page-location .btn-sm {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

.page-location .golf-courses-listing {
    max-width: 1200px;
    margin: 0 auto;
}

.page-location .courses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
}

.page-location .course-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.page-location .course-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-location .course-image-link {
    display: block;
    text-decoration: none;
}

.page-location .course-image {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-color: #f0f0f0;
}

.page-location .course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.page-location .course-card:hover .course-image img {
    transform: scale(1.05);
}

.page-location .hot-deal-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #ff4444;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.875rem;
}

.page-location .course-card-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.page-location .course-name {
    font-size: 1.25rem;
    margin: 0 0 0.75rem 0;
    color: #2c5530;
}

.page-location .course-name a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

.page-location .course-name a:hover {
    color: #1a3419;
}

/* Course Stats */
.page-location .course-info {
    margin: 1rem 0;
}

.page-location .course-stats {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1rem;
    background: #f8fafa;
    border-radius: 8px;
}

.page-location .stat-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.page-location .stat-icon {
    font-size: 1.1rem;
}

.page-location .stat-value {
    font-size: 0.9rem;
    color: #555;
    font-weight: 500;
}

/* Available Tee Times */
.page-location .available-tee-times {
    margin: 1rem 0;
    padding: 1rem;
    background: #fff8f0;
    border-left: 3px solid #2c5530;
    border-radius: 4px;
}

.page-location .tee-times-header {
    margin-bottom: 0.75rem;
}

.page-location .tee-times-label {
    font-weight: 600;
    color: #2c5530;
    font-size: 0.9rem;
}

.page-location .tee-times-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.page-location .tee-time-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    background: white;
    border-radius: 4px;
}

.page-location .tee-time {
    font-weight: 600;
    color: #333;
}

.page-location .tee-price {
    color: #2c5530;
    font-weight: 600;
}

.page-location .more-times {
    text-align: center;
    color: #666;
    font-size: 0.85rem;
    font-style: italic;
    margin-top: 0.25rem;
}

/* Course Actions */
.page-location .course-actions {
    margin-top: auto;
    display: flex;
    gap: 0.75rem;
    padding-top: 1rem;
}

.page-location .course-actions .btn {
    flex: 1;
    text-align: center;
    padding: 0.75rem 1rem;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .page-location .page-title {
        font-size: 1.75rem;
    }

    .page-location .page-subtitle {
        font-size: 1rem;
    }

    .page-location .filters-header {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .page-location .filters-toggle {
        width: 100%;
        justify-content: center;
    }

    .page-location .filters-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .page-location .filters-actions {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .page-location .filters-actions .btn {
        width: 100%;
    }

    .page-location .courses-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .page-location .course-stats {
        flex-direction: column;
        gap: 0.5rem;
    }

    .page-location .course-actions {
        flex-direction: column;
    }

    .page-location .course-actions .btn {
        width: 100%;
    }
}
