:root {
    --primary-color: #d4af37; /* Gold */
    --secondary-color: #2c3e50; /* Dark Blue/Grey */
    --accent-color: #e74c3c; /* Red for passion/accent */
    --text-color: #333;
    --light-bg: #f9f9f9;
    --white: #ffffff;
    --dark-bg: #1a1a1a;
    --font-main: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --transition: all 0.3s ease;
}

/* =========================================
   Valencia Page Styles (Isolated)
   ========================================= */

.valencia-hero {
    position: relative;
    background: url('images/1540367086024-depositphotos-180637734-m-2015-900x601.jpeg') no-repeat center center/cover;
    height: 80vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin-top: 80px;
}

.valencia-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Slightly lighter overlay for sunny Valencia */
    z-index: 1;
}

.valencia-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
}

.valencia-hero h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}

.valencia-hero p {
    font-size: 1.25rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

.valencia-btn-primary {
    display: inline-block;
    padding: 15px 30px;
    background-color: #e67e22; /* Valencia Orange accent */
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.valencia-btn-primary:hover {
    background-color: #d35400;
}

.valencia-section {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.valencia-bg-light {
    background-color: #fff8f0; /* Warm light background */
    width: 100%;
    max-width: 100%;
}

.valencia-section.valencia-bg-light > div {
    max-width: 1200px;
    margin: 0 auto;
}

.valencia-section-title {
    text-align: center;
    margin-bottom: 50px;
}

.valencia-section-title h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 15px;
}

.valencia-section-title p {
    font-size: 1.1rem;
    color: #7f8c8d;
}

.valencia-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.valencia-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.valencia-card {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    text-align: center;
    transition: transform 0.3s ease;
    border-top: 3px solid #e67e22;
}

.valencia-card:hover {
    transform: translateY(-5px);
}

.valencia-card h3 {
    margin-bottom: 15px;
    color: #e67e22;
}

.valencia-content-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

.valencia-content-row.valencia-reverse {
    flex-direction: row-reverse;
}

.valencia-text-col {
    flex: 1;
}

.valencia-image-col {
    flex: 1;
}

.valencia-rounded-img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.valencia-list {
    padding-left: 20px;
    margin-top: 20px;
}

.valencia-list li {
    margin-bottom: 10px;
    list-style-type: disc;
    color: #34495e;
}

.valencia-idea-box {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.valencia-img-responsive {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.valencia-idea-box h3 {
    padding: 20px 20px 5px;
    color: #e67e22;
}

.valencia-idea-box p {
    padding: 0 20px 20px;
    color: #666;
}

.valencia-places-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.valencia-place-card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #eee;
}

.valencia-place-card h3 {
    color: #2c3e50;
    margin-bottom: 10px;
}

.valencia-stories-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.valencia-story-card {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.valencia-story-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 3px solid #e67e22;
}

.valencia-story-card blockquote {
    font-style: italic;
    color: #555;
    margin-bottom: 20px;
}

.valencia-story-card cite {
    font-weight: bold;
    color: #2c3e50;
}

.valencia-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.valencia-faq-item {
    background: #fff;
    padding: 25px;
    border-left: 4px solid #e67e22;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.valencia-faq-item h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #2c3e50;
}

.valencia-cta-final {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('images/makeesstional2-670x533.jpg') no-repeat center center/cover;
    padding: 100px 20px;
    text-align: center;
    color: #fff;
}

.valencia-cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #fff;
}

.valencia-cta-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.valencia-link {
    color: #e67e22;
    text-decoration: underline;
}

/* Responsive Styles for Valencia */
@media (max-width: 992px) {
    .valencia-grid-3, .valencia-places-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .valencia-hero {
        margin-top: 80px;
        height: auto;
        min-height: 80vh;
        padding: 80px 20px 40px;
    }

    .valencia-hero h1 {
        font-size: 2rem;
        margin-top: 20px;
    }
    
    .valencia-btn-primary {
        display: block;
        width: 100%;
        margin-top: 20px;
        white-space: normal;
    }

    .valencia-grid-2, .valencia-grid-3, .valencia-content-row, .valencia-places-grid, .valencia-stories-grid, .valencia-faq-grid {
        grid-template-columns: 1fr;
        flex-direction: column;
    }
    
    .valencia-content-row.valencia-reverse {
        flex-direction: column;
    }
    
    .valencia-image-col {
        order: -1;
    }
    
    .valencia-section {
        padding: 50px 20px;
    }
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-main);
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--white);
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Header & Nav */
header {
    background-color: var(--white);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 5%;
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--secondary-color);
}

.logo img {
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
}

.nav-links {
    display: flex;
    gap: 20px;
}

.nav-links a {
    color: var(--secondary-color);
    font-weight: 500;
}

.nav-links a:hover {
    color: var(--primary-color);
}

.mobile-menu-btn {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Hero Section */
.hero {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('images/sugardatingphotos-886x503.jpg') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    padding: 0 20px;
    margin-top: 60px; /* Header height */
}

.hero-content {
    max-width: 800px;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 300;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: var(--transition);
    border: none;
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--white);
}

.btn-primary:hover {
    background-color: #b3922d;
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: transparent;
    border: 2px solid var(--white);
    color: var(--white);
}

.btn-secondary:hover {
    background-color: var(--white);
    color: var(--secondary-color);
}

/* Sections General */
.section {
    padding: 80px 5%;
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.section-title p {
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

/* Why Sugar Dating */
.why-dating {
    background-color: var(--light-bg);
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    align-items: center;
}

.text-content ul {
    margin-top: 20px;
}

.text-content li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.text-content li::before {
    content: '✔';
    color: var(--primary-color);
    position: absolute;
    left: 0;
}

/* Features/Diff */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    text-align: center;
}

.feature-card {
    padding: 30px;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: var(--transition);
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    fill: var(--primary-color);
}

/* Member Categories */
.members-section {
    background-color: var(--dark-bg);
    color: var(--white);
}

.members-section .section-title h2 {
    color: var(--primary-color);
}

.members-section .section-title p {
    color: #ccc;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.category-card h3 {
    color: var(--primary-color);
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.category-card ul li {
    margin-bottom: 8px;
    color: #ddd;
}

/* How It Works */
.steps-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.step-item {
    display: flex;
    align-items: center;
    gap: 30px;
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.step-item:nth-child(even) {
    flex-direction: row-reverse;
}

.step-number {
    font-size: 3rem;
    font-weight: bold;
    color: var(--primary-color);
    opacity: 0.3;
    min-width: 60px;
}

.step-content h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: var(--secondary-color);
}

/* Cities */
.cities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.city-card {
    position: relative;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.city-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.city-card:hover img {
    transform: scale(1.1);
}

.city-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: var(--white);
}

/* Profiles */
.profiles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.profile-card {
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    text-align: center;
}

.profile-img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.profile-info {
    padding: 15px;
}

.profile-info h4 {
    color: var(--secondary-color);
    margin-bottom: 5px;
}

.profile-info p {
    font-size: 0.9rem;
    color: #666;
}

/* Blog Preview */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.blog-card {
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.blog-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.blog-content {
    padding: 20px;
}

.blog-content h3 {
    margin-bottom: 10px;
}

.read-more {
    color: var(--primary-color);
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.feature-card {
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    text-align: center;
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card h3 {
    color: var(--primary-color);
    margin-bottom: 15px;
    font-size: 1.4rem;
}

/* FAQ */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.faq-item {
    background: var(--white);
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.faq-question {
    font-weight: bold;
    color: var(--secondary-color);
    margin-bottom: 10px;
    cursor: pointer;
}

/* Footer */
footer {
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 60px 5% 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-col h4 {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #ccc;
}

.footer-col ul li a:hover {
    color: var(--white);
    padding-left: 5px;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    color: #999;
}

/* Responsive */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }
    
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--white);
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    }

    .nav-links.active {
        display: flex;
    }

    .mobile-menu-btn {
        display: block;
    }

    .step-item, .step-item:nth-child(even) {
        flex-direction: column;
        text-align: center;
    }
}

/* --- NEW PRICING STYLES --- */
.pricing-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.pricing-toggle {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 30px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    border: 1px solid #eee;
}

.toggle-btn {
    padding: 15px 30px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-weight: bold;
    font-size: 1rem;
    color: #666;
    transition: all 0.3s;
}

.toggle-btn.active {
    background: #b3922d; /* Wine Red/Purple */
    color: white;
}

.pricing-plans {
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    justify-content: center;
}

.pricing-plans.active {
    display: grid;
}

.plan-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s;
    border: 1px solid #f0f0f0;
    position: relative;
}

.plan-card:hover {
    transform: translateY(-10px);
}

.plan-icon {
    font-size: 3rem;
    color: #b3922d;
    margin-bottom: 20px;
}

.plan-card h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #333;
}

.plan-price {
    font-size: 3rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

.plan-price .period {
    font-size: 1rem;
    color: #999;
    font-weight: normal;
}

.plan-weekly {
    color: #888;
    margin-bottom: 25px;
    font-size: 0.9rem;
}

.plan-features {
    list-style: none;
    margin-bottom: 30px;
    color: #666;
    line-height: 2;
}

.btn-plan {
    display: inline-block;
    padding: 12px 40px;
    background: #b3922d;
    color: white;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: background 0.3s;
}

.btn-plan:hover {
    background: #600030;
}

/* --- Legal & Contact Pages --- */
.legal-content, .contact-wrapper {
    background: var(--white);
    padding: 60px 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    margin-top: 100px; /* Clear fixed header */
    margin-bottom: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* =========================================
   Safety Page Styles (Isolated)
   ========================================= */

.safety-hero {
    position: relative;
    background: url('images/security-lock.jpg') no-repeat center center/cover;
    height: 60vh;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin-top: 80px;
    /* Fallback image if specific one missing, using generic hero style */
    background-color: #2c3e50;
    background-blend-mode: overlay;
}

.safety-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.safety-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 20px;
}

.safety-hero h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    color: #fff;
}

.safety-hero p {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #f0f0f0;
}

.safety-section {
    padding: 80px 20px;
}

.safety-bg-white {
    background-color: #ffffff;
}

.safety-bg-light {
    background-color: #f9f9f9;
}

.safety-container {
    max-width: 1100px;
    margin: 0 auto;
}

.safety-section-title {
    text-align: center;
    margin-bottom: 50px;
}

.safety-section-title h2 {
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.safety-section-title h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #d4af37;
    margin: 15px auto 0;
}

.safety-content-row {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 40px;
}

.safety-reverse {
    flex-direction: row-reverse;
}

.safety-text-col {
    flex: 1;
}

.safety-text-col p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
}

.safety-image-col {
    flex: 1;
}

.safety-rounded-img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.safety-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.safety-card {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-left: 4px solid #d4af37;
}

.safety-card h3 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.safety-card p {
    color: #666;
    line-height: 1.6;
}

.safety-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.safety-info-card {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    text-align: center;
    border-top: 3px solid #e74c3c; /* Red for warning/alert */
}

.safety-info-card h3 {
    color: #c0392b;
    margin-bottom: 15px;
}

.safety-list {
    list-style: none;
    padding-left: 0;
}

.safety-list li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    font-size: 1.05rem;
    color: #555;
}

.safety-list li::before {
    content: '✓';
    color: #27ae60;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.safety-tips-box {
    background: #e8f6f3;
    border-radius: 8px;
    padding: 30px;
    border: 1px solid #d1f2eb;
}

.safety-tips-box h3 {
    color: #16a085;
    margin-bottom: 15px;
}

.safety-alert-box {
    background: #fdedec;
    border-radius: 8px;
    padding: 30px;
    border: 1px solid #fadbd8;
    text-align: center;
}

.safety-alert-box h3 {
    color: #c0392b;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.safety-check-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.safety-check-list li {
    background: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    border-left: 3px solid #e74c3c;
    color: #555;
}

.safety-checklist-box {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    max-width: 800px;
    margin: 0 auto;
}

.safety-checklist-box ul {
    list-style: none;
}

.safety-checklist-box ul li {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 10px;
}

.safety-link {
    color: #d4af37;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.safety-link:hover {
    color: #b3922d;
    text-decoration: underline;
}

.safety-link-bold {
    color: #d4af37;
    font-weight: 800;
    text-decoration: underline;
}

/* Responsive Styles for Safety Page */
@media (max-width: 992px) {
    .safety-content-row {
        flex-direction: column;
    }
    
    .safety-content-row.safety-reverse {
        flex-direction: column;
    }
    
    .safety-image-col {
        width: 100%;
        order: -1; /* Image first on mobile */
    }
    
    .safety-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .safety-hero h1 {
        font-size: 2rem;
    }
    
    .safety-grid-2, .safety-grid-3, .safety-check-list {
        grid-template-columns: 1fr;
    }
    
    .safety-checklist-box ul li {
        font-size: 1rem;
    }
    
    .safety-section {
        padding: 50px 20px;
    }
}

.legal-content h1, .contact-wrapper h1 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: var(--secondary-color);
    text-align: center;
    margin-bottom: 10px;
}

.legal-content h1 + p {
    text-align: center;
    color: #666;
    margin-bottom: 40px;
    font-style: italic;
}

.legal-content h3 {
    font-family: 'Playfair Display', serif;
    color: var(--secondary-color);
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 1.8rem;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 10px;
    display: inline-block;
}

.legal-content p, .legal-content li {
    margin-bottom: 15px;
    color: #555;
    text-align: justify;
    line-height: 1.8;
    font-size: 1.05rem;
}

.legal-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.legal-content ul li {
    padding-left: 25px;
    position: relative;
}

.legal-content ul li::before {
    content: '•';
    color: var(--primary-color);
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: -5px;
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 30px;
}

.contact-form {
    background: #fff;
    padding: 20px;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: var(--secondary-color);
    font-family: 'Playfair Display', serif;
}

.contact-form input, 
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: var(--font-main);
    font-size: 1rem;
    transition: all 0.3s;
    background: #fdfdfd;
}

.contact-form input:focus, 
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
    background: #fff;
}

.contact-info-box {
    background: var(--light-bg);
    padding: 40px;
    border-radius: 10px;
    height: fit-content;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

.contact-details h4 {
    margin-bottom: 5px;
    color: var(--secondary-color);
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
}

.contact-details p {
    color: #666;
}

.table-responsive {
    overflow-x: auto;
    margin: 30px 0;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
    background: #fff;
}

.data-table th, .data-table td {
    padding: 15px 20px;
    border: 1px solid #eee;
    text-align: left;
}

/* --- About Page Styles --- */
.about-hero {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('images/sugarmommyabout-836x567.jpg') no-repeat center center/cover;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    margin-top: 60px;
}

.about-community-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.community-col {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    text-align: center;
}

.community-col img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

.community-col ul {
    text-align: left;
    padding-left: 20px;
    list-style: disc;
    margin-top: 15px;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    text-align: center;
}

.trust-item {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.trust-item h3 {
    color: var(--primary-color);
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.about-hero .hero-content {
    max-width: 900px;
    padding: 0 20px;
}

.about-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.about-hero h2 {
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about-hero p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

.bg-light {
    background-color: var(--light-bg);
}

.bg-dark {
    background-color: var(--dark-bg);
}

.text-white {
    color: var(--white);
}

/* Styled List for Trust Section */
.styled-list {
    list-style: none;
    padding: 0;
}

.styled-list li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    font-size: 1.1rem;
    color: #555;
}

.styled-list li::before {
    content: '★';
    color: var(--primary-color);
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .about-hero {
        margin-top: 80px;
        min-height: 60vh;
        height: auto;
        padding: 60px 20px;
    }

    .about-hero h1 {
        font-size: 1.8rem;
    }
    
    .about-hero h2 {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
    
    .reverse-mobile {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .reverse-mobile .image-content {
        margin-bottom: 20px;
    }
}

/* --- App Page Styles --- */
.app-hero {
    background: linear-gradient(135deg, #fdfbf7 0%, #f4ecd9 100%);
    padding: 120px 20px 80px; /* Top padding clears fixed header */
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
}

.app-hero-content {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.app-text {
    flex: 1;
}

.app-text h1 {
    font-size: 3.5rem;
    color: var(--secondary-color);
    margin-bottom: 20px;
    line-height: 1.2;
}

.app-text p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 40px;
    line-height: 1.6;
}

.app-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-app-store, .btn-play-store {
    display: inline-flex;
    align-items: center;
    background: #000;
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.3s, box-shadow 0.3s;
}

.btn-app-store:hover, .btn-play-store:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    background: #333;
}

.btn-app-store svg, .btn-play-store svg {
    margin-right: 10px;
    fill: currentColor;
}

.app-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.app-image img {
    max-width: 350px;
    width: 100%;
    border-radius: 40px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    border: 8px solid #fff;
}

.app-page-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 20px;
}

.app-section {
    margin-bottom: 80px;
}

.app-section h2 {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 30px;
    text-align: center;
}

.app-section p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}

.features-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.feature-item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s;
    border-top: 3px solid var(--primary-color);
}

.feature-item:hover {
    transform: translateY(-5px);
}

.feature-item h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border-radius: 10px;
    overflow: hidden;
}

.comparison-table th, .comparison-table td {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.comparison-table th {
    background: var(--secondary-color);
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    font-size: 1.2rem;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

.comparison-table tr:hover {
    background: #fdfbf7;
}

.content-with-image {
    display: flex;
    align-items: center;
    gap: 50px;
}

.content-with-image .text {
    flex: 1;
}

.content-with-image .image {
    flex: 1;
}

.content-with-image .image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.styled-list {
    list-style: none;
    padding: 0;
}

.styled-list li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    font-size: 1.1rem;
    color: #555;
}

.styled-list li::before {
    content: '✓';
    color: var(--primary-color);
    position: absolute;
    left: 0;
    font-weight: bold;
}

.steps-list {
    counter-reset: steps-counter;
    list-style: none;
    padding: 0;
}

.steps-list li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #555;
}

.steps-list li::before {
    counter-increment: steps-counter;
    content: counter(steps-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.testimonial-card {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    text-align: center;
}

.testimonial-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 3px solid var(--primary-color);
}

.testimonial-card blockquote {
    font-style: italic;
    color: #555;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.testimonial-card cite {
    font-weight: bold;
    color: var(--secondary-color);
    font-family: 'Playfair Display', serif;
}

.app-cta-final {
    text-align: center;
    padding: 60px 20px;
    background: var(--light-bg);
    border-radius: 10px;
}

.app-cta-final h2 {
    margin-bottom: 10px;
}

.app-cta-final p {
    text-align: center;
    margin-bottom: 30px;
}

.btn-large {
    padding: 15px 40px;
    font-size: 1.2rem;
}

.bg-light {
    background-color: #f9f9f9;
    padding: 60px 20px;
    border-radius: 10px;
}

/* App Responsive */
@media (max-width: 992px) {
    .app-hero-content {
        flex-direction: column-reverse;
        text-align: center;
    }

    .app-text h1 {
        font-size: 2.5rem;
    }

    .app-buttons {
        justify-content: center;
    }

    .content-with-image {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .app-hero {
        padding-top: 100px;
    }
}

.data-table th {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.data-table tr:nth-child(even) {
    background-color: #fcfcfc;
}

.data-table tr:hover {
    background-color: #f5f5f5;
}

@media (max-width: 768px) {
    .contact-container {
        grid-template-columns: 1fr;
    }
    
    .legal-content, .contact-wrapper {
        padding: 30px 20px;
        margin-top: 80px;
        margin-bottom: 40px;
        width: 90%;
    }
    
    .legal-content h1, .contact-wrapper h1 {
        font-size: 2rem;
    }
}

/* --- App Page Styles --- */
.app-page-container {
    max-width: 1200px;
    margin: 100px auto 60px; /* Clear fixed header */
    padding: 0 20px;
}

.app-hero {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 80px;
    padding: 40px;
    background: var(--light-bg);
    border-radius: 20px;
}

.app-hero-content {
    flex: 1;
}

.app-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: var(--secondary-color);
    margin-bottom: 10px;
    line-height: 1.2;
}

.app-subheadline {
    font-size: 1.5rem;
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 20px;
}

.app-hero-desc {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
}

.app-hero-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.app-hero-image img {
    max-width: 300px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.app-section {
    padding: 80px 0;
}

.app-section.bg-light {
    background-color: #fbfbfb;
    padding: 80px 20px;
    border-radius: 20px;
    margin: 40px 0;
}

.app-section .section-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.app-content-block {
    max-width: 900px;
    margin: 0 auto;
}

.app-content-block p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
}

.app-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.app-feature-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    text-align: center;
}

.app-feature-card h3 {
    color: var(--primary-color);
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.app-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    margin-top: 40px;
}

.app-two-col.reverse {
    direction: rtl; /* For visual reversal */
}

.app-two-col.reverse > * {
    direction: ltr; /* Reset direction for content */
}

.col-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.app-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.app-list li::before {
    content: '★';
    color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 2px;
}

.app-img-rounded {
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.app-grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.feature-item, .experience-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-left: 3px solid var(--primary-color);
}

.feature-item h4, .experience-card h4 {
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.download-container {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.download-box {
    flex: 1;
    min-width: 300px;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 1px solid #eee;
}

.download-box h3 {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: var(--secondary-color);
}

.download-steps li {
    margin-bottom: 15px;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 8px;
    font-size: 0.95rem;
}

.note-text {
    text-align: center;
    margin-top: 30px;
    font-style: italic;
    color: #777;
    font-size: 0.9rem;
}

.stories-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.story-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.story-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.story-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.story-header h4 {
    margin-bottom: 2px;
    color: var(--secondary-color);
}

.story-header span {
    font-size: 0.85rem;
    color: #888;
}

.story-box p {
    font-style: italic;
    color: #555;
    line-height: 1.6;
}

.comparison-table-wrapper {
    overflow-x: auto;
    margin-top: 40px;
}

.comparison-table {
    width: 100%;
    min-width: 600px; /* Ensure table doesn't squish on small screens */
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.comparison-table th, .comparison-table td {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.comparison-table th {
    background: #f4f4f4;
    color: var(--secondary-color);
}

.comparison-table th.highlight {
    background: var(--primary-color);
    color: white;
}

.check { color: green; font-weight: bold; }
.cross { color: red; font-weight: bold; }
.dash { color: #999; }

.app-cta-final {
    text-align: center;
    padding: 80px 20px;
    background: var(--secondary-color);
    color: white;
    margin-top: 60px;
    border-radius: 20px;
}

.app-cta-final h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.app-cta-final p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #eee;
}

.app-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-large {
    padding: 15px 40px;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .app-hero {
        flex-direction: column;
        padding: 30px 20px;
        text-align: center;
    }

    .app-hero h1 {
        font-size: 2rem;
    }

    .app-two-col {
        grid-template-columns: 1fr;
    }

    .app-cta-buttons {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .btn-large {
        width: 100%;
        padding: 15px 10px; /* Reduced horizontal padding for mobile */
        font-size: 1rem; /* Slightly smaller font to fit text */
        white-space: normal; /* Allow text to wrap */
        height: auto;
        line-height: 1.3;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

/* Fix for App Page Mobile Issues (Text Spacing & Horizontal Scroll) */
@media (max-width: 768px) {
    .app-hero-content {
        padding: 0 5%; /* Add breathing room for text */
        width: 100%; /* Ensure it fits */
        box-sizing: border-box; /* Include padding in width */
    }

    .app-page-content {
        padding: 40px 5%; /* Match index.html mobile friendliness */
        overflow-x: hidden; /* Prevent horizontal scrolling/shaking */
        width: 100%;
        box-sizing: border-box;
    }

    .app-section p {
        text-align: left; /* Improve readability on narrow screens */
    }

    /* Prevent image overflow causing scroll */
    .app-image img, 
    .content-with-image .image img {
        max-width: 100%;
        height: auto;
    }
    
    /* Ensure hero text doesn't touch edges */
    .app-text {
        padding: 0 10px;
    }
}

/* --- Pricing Page Styles --- */

.pricing-hero {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('images/sugarmommyespan-846x480.jpg') no-repeat center center/cover;
    height: 60vh;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    padding: 0 20px;
    margin-top: 60px; /* Header height */
}

.pricing-hero-content {
    max-width: 900px;
}

.pricing-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    font-family: 'Playfair Display', serif;
}

.pricing-hero .subheadline {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
    color: var(--primary-color);
}

.pricing-hero .hero-desc {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Pricing Cards (Free vs Premium) */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.pricing-card {
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    position: relative;
    border: 1px solid #eee;
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.premium-card {
    border: 2px solid var(--primary-color);
    transform: scale(1.02);
}

.premium-card:hover {
    transform: scale(1.05) translateY(-10px);
}

.popular-tag {
    position: absolute;
    top: 20px;
    right: -30px;
    background: var(--primary-color);
    color: var(--white);
    padding: 5px 40px;
    transform: rotate(45deg);
    font-size: 0.8rem;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.card-header {
    padding: 30px;
    text-align: center;
    background: #fdfdfd;
    border-bottom: 1px solid #eee;
}

.premium-card .card-header {
    background: linear-gradient(135deg, #2c3e50 0%, #000000 100%);
    color: var(--white);
}

.card-header h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}

.premium-card .card-header h3 {
    color: var(--primary-color);
}

.card-header .price {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.premium-card .card-header .price {
    color: var(--white);
}

.card-header .period {
    font-size: 1rem;
    color: #888;
}

/* =========================================
   Etiquette Blog Page Styles (etiquette-*)
   ========================================= */

.etiquette-breadcrumbs {
    max-width: 1200px;
    margin: 100px auto 20px;
    padding: 0 20px;
    font-size: 0.9rem;
    color: #666;
}

.etiquette-breadcrumbs a {
    color: var(--primary-color);
    text-decoration: none;
}

.etiquette-hero {
    position: relative;
    background: url('images/private-wine-tasting-at-la-casa-del-vino1-695x522.jpg') no-repeat center center/cover;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    margin-bottom: 50px;
}

.etiquette-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.etiquette-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: 20px;
}

.etiquette-hero-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}

.etiquette-hero-content p {
    font-size: 1.2rem;
    font-weight: 300;
}

.etiquette-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px 80px;
}

.etiquette-section {
    margin-bottom: 60px;
}

.etiquette-section h2 {
    font-size: 2.2rem;
    color: var(--secondary-color);
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.etiquette-section h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--primary-color);
    margin: 15px auto 0;
}

.etiquette-bg-light {
    background-color: #f9f9f9;
    padding: 40px;
    border-radius: 10px;
}

.etiquette-content-row {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.etiquette-reverse {
    flex-direction: row-reverse;
}

.etiquette-text {
    flex: 1;
}

.etiquette-text p {
    margin-bottom: 20px;
    line-height: 1.8;
    color: #444;
    font-size: 1.05rem;
}

.etiquette-image {
    flex: 1;
}

.etiquette-img-rounded {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.etiquette-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

.etiquette-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-left: 4px solid var(--primary-color);
}

.etiquette-card h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.etiquette-card p {
    color: #666;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .etiquette-content-row {
        flex-direction: column;
    }
    
    .etiquette-reverse {
        flex-direction: column;
    }
    
    .etiquette-hero-content h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .etiquette-grid-2 {
        grid-template-columns: 1fr;
    }
    
    .etiquette-hero-content h1 {
        font-size: 2rem;
    }
}

.premium-card .card-header .period {
    color: #ccc;
}

.card-header .target-audience {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

.premium-card .card-header .target-audience {
    color: #aaa;
}

.card-body {
    padding: 30px;
}

.card-body h4 {
    text-align: center;
    margin-bottom: 20px;
    color: var(--secondary-color);
}

.feature-list {
    margin-bottom: 30px;
}

.feature-list li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    font-size: 0.95rem;
    color: #555;
}

.feature-list li.included::before {
    content: '✓';
    color: green;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.feature-list li.excluded {
    color: #aaa;
    text-decoration: line-through;
}

.feature-list li.excluded::before {
    content: '✕';
    color: #ccc;
    position: absolute;
    left: 0;
}

.full-width {
    width: 100%;
    display: block;
    text-align: center;
}

/* Detailed Pricing Tables */
.pricing-tables-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.pricing-table-box {
    background: rgba(255,255,255,0.05);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.1);
}

.pricing-table-box h3 {
    text-align: center;
    color: var(--white);
    margin-bottom: 25px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pricing-table-box h3 .icon {
    font-size: 1.8rem;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: background 0.3s;
}

.price-row:last-child {
    border-bottom: none;
}

.price-row:hover {
    background: rgba(255,255,255,0.05);
}

.price-row.highlight {
    background: rgba(212, 175, 55, 0.2); /* Gold tint */
    border-radius: 8px;
    border-bottom: none;
    margin: 10px 0;
}

.price-row .duration {
    font-weight: bold;
    color: var(--white);
    flex: 1;
}

.price-row .cost {
    font-weight: bold;
    color: var(--primary-color);
    flex: 1;
    text-align: center;
}

.price-row .note {
    font-size: 0.85rem;
    color: #aaa;
    flex: 1.5;
    text-align: right;
}

.payment-methods {
    text-align: center;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.payment-methods h3 {
    color: var(--white);
    margin-bottom: 20px;
}

.methods-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.methods-icons span {
    background: rgba(255,255,255,0.1);
    padding: 8px 15px;
    border-radius: 5px;
    color: #ccc;
    font-size: 0.9rem;
}

.discreet-note {
    color: #777;
    font-style: italic;
    font-size: 0.9rem;
}

/* Privacy & FAQ */
.rounded-img {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.faq-item {
    background: var(--white);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.faq-question {
    font-size: 1.1rem;
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-weight: bold;
}

.faq-answer {
    color: #555;
    line-height: 1.6;
}

/* Final CTA */
.final-cta-section {
    background: url('images/Marbella.jpg') no-repeat center center/cover;
    position: relative;
    padding: 100px 20px;
    text-align: center;
    color: var(--white);
}

.final-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}

.cta-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    color: var(--primary-color);
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #ddd;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Pricing Responsive */
@media (max-width: 768px) {
    .pricing-hero h1 {
        font-size: 2rem;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .premium-card {
        transform: none;
    }
    
    .premium-card:hover {
        transform: none;
    }

    .pricing-tables-container {
        grid-template-columns: 1fr;
    }

    .price-row {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }

    .price-row .note {
        text-align: center;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .cta-buttons .btn {
        width: 100%;
        text-align: center;
    }
}

/* --- Madrid Page Styles --- */

.madrid-hero {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('images/madrid.jpg') no-repeat center center/cover;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    margin-top: 60px;
    padding: 0 20px;
}

.madrid-hero-content {
    max-width: 900px;
}

.madrid-hero h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    font-family: 'Playfair Display', serif;
}

.madrid-hero h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    font-weight: 300;
    color: #f1c40f;
}

.madrid-hero p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    line-height: 1.6;
}

.madrid-areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.area-card {
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-top: 3px solid var(--primary-color);
    transition: var(--transition);
}

.area-card:hover {
    transform: translateY(-5px);
}

.area-card h3 {
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.date-ideas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.date-item {
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: var(--transition);
}

.date-item:hover {
    transform: translateY(-5px);
}

.date-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.date-item h3 {
    padding: 20px 20px 10px;
    color: var(--secondary-color);
    font-size: 1.3rem;
}

.date-item p {
    padding: 0 20px 20px;
    color: #666;
    font-size: 1rem;
}

.tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.tip-card {
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.tip-card h3 {
    color: var(--primary-color);
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.madrid-profiles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.madrid-profiles-grid .profile-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.madrid-profiles-grid .profile-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.madrid-profiles-grid .profile-card h3 {
    margin-top: 15px;
    font-size: 1.4rem;
    color: var(--secondary-color);
}

.madrid-profiles-grid .profile-card .location {
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.madrid-profiles-grid .profile-card p:last-child {
    padding: 0 20px 20px;
    color: #666;
    font-size: 0.95rem;
}

.madrid-cta-final {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('images/madrid.jpg') no-repeat center center/cover;
    color: var(--white);
    text-align: center;
    padding: 100px 20px;
    border-radius: 0;
}

.madrid-cta-final h2 {
    color: var(--primary-color);
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.madrid-cta-final p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #ddd;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.experience-list {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
}

.experience-list li {
    background: var(--white);
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    border-left: 4px solid var(--primary-color);
}

@media (max-width: 768px) {
    .madrid-hero {
        margin-top: 80px;
        height: auto;
        min-height: 60vh;
        padding: 60px 20px;
    }

    .madrid-hero h1 {
        font-size: 2rem;
    }

    .grid-2 {
        grid-template-columns: 1fr;
    }
    
    .madrid-profiles-grid {
        grid-template-columns: 1fr;
    }
    
    .madrid-cta-final {
        padding: 60px 20px;
    }
    
    .madrid-cta-final h2 {
        font-size: 1.8rem;
    }
}

/* --- Barcelona Page Styles --- */

.barcelona-hero {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('images/barcelona.jpg') no-repeat center center/cover;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    margin-top: 60px;
    padding: 0 20px;
}

.barcelona-hero-content {
    max-width: 900px;
}

.barcelona-hero h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    font-family: 'Playfair Display', serif;
}

.barcelona-hero h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    font-weight: 300;
    color: #f1c40f;
}

.barcelona-hero p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    line-height: 1.6;
}

.barcelona-content-with-image {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 30px;
}

.barcelona-text-content {
    flex: 1;
}

.barcelona-image-content {
    flex: 1;
}

.barcelona-image-content img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    object-fit: cover;
}

.barcelona-feature-box {
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: var(--transition);
    height: 100%;
}

.barcelona-feature-box:hover {
    transform: translateY(-5px);
}

.barcelona-feature-box h3 {
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.barcelona-hotspots-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.barcelona-hotspot-card {
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-top: 3px solid var(--primary-color);
    transition: var(--transition);
}

.barcelona-hotspot-card:hover {
    transform: translateY(-5px);
}

.barcelona-hotspot-card h3 {
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.barcelona-comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

.barcelona-comparison-col {
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.barcelona-comparison-col h3 {
    color: var(--primary-color);
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.5rem;
}

.barcelona-feature-list-check li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #555;
}

.barcelona-feature-list-check li::before {
    content: '✓';
    color: green;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.barcelona-pros-cons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.barcelona-pros-card, .barcelona-cons-card {
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.barcelona-pros-card {
    border-left: 4px solid green;
}

.barcelona-cons-card {
    border-left: 4px solid red;
}

.barcelona-pros-card h3, .barcelona-cons-card h3 {
    margin-bottom: 20px;
    font-size: 1.4rem;
    color: var(--secondary-color);
}

.barcelona-tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.barcelona-tip-card {
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.barcelona-tip-card h3 {
    color: var(--primary-color);
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.barcelona-membership-card {
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    text-align: center;
    transition: transform 0.3s;
}

.barcelona-membership-card:hover {
    transform: translateY(-5px);
}

.barcelona-membership-card.premium {
    border: 2px solid var(--primary-color);
    position: relative;
}

.barcelona-membership-card h3 {
    color: var(--secondary-color);
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.barcelona-cta-final {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/barcelona.jpg') no-repeat center center/cover;
    color: var(--white);
    text-align: center;
    padding: 100px 20px;
    border-radius: 0;
}

.barcelona-cta-final h2 {
    color: var(--primary-color);
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.barcelona-cta-final p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #ddd;
}

/* Barcelona Responsive */
@media (max-width: 768px) {
    .barcelona-hero {
        margin-top: 80px;
        height: auto;
        min-height: 60vh;
        padding: 60px 20px;
    }

    .barcelona-hero h1 {
        font-size: 2rem;
    }
    
    .barcelona-content-with-image {
        flex-direction: column;
    }
    
    .barcelona-reverse-mobile {
        flex-direction: column-reverse;
    }
    
    .barcelona-comparison-grid {
        grid-template-columns: 1fr;
    }
    
    .barcelona-cta-final {
        padding: 60px 20px;
    }
    
    .barcelona-cta-final h2 {
        font-size: 1.8rem;
    }
}

/* Barcelona Grid System */
.barcelona-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.barcelona-grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.barcelona-text-block {
    padding: 20px 0;
}

.barcelona-image-block {
    width: 100%;
    height: 100%;
}

.barcelona-full-width-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Barcelona Responsive Additions */
@media (max-width: 768px) {
    .barcelona-grid-2 {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .barcelona-text-block {
        padding: 0;
    }
}

/* =========================================
   Marbella Page Styles (Isolated)
   ========================================= */

.marbella-hero {
    position: relative;
    background: url('images/Marbella.jpg') no-repeat center center/cover;
    height: 80vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin-top: 60px;
}

.marbella-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.marbella-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
}

.marbella-hero h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.marbella-hero p {
    font-size: 1.25rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

.marbella-btn-primary {
    display: inline-block;
    padding: 15px 30px;
    background-color: var(--primary-color, #d4af37);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.marbella-btn-primary:hover {
    background-color: #b59020;
}

.marbella-section {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.marbella-bg-light {
    background-color: #f9f9f9;
    width: 100%;
    max-width: 100%;
}

.marbella-section.marbella-bg-light > div {
    max-width: 1200px;
    margin: 0 auto;
}

.marbella-section-title {
    text-align: center;
    margin-bottom: 50px;
}

.marbella-section-title h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 15px;
}

.marbella-section-title p {
    font-size: 1.1rem;
    color: #666;
}

.marbella-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.marbella-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.marbella-feature-card, .marbella-info-card, .marbella-benefit-box {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    text-align: center;
    transition: transform 0.3s ease;
}

.marbella-feature-card:hover, .marbella-info-card:hover, .marbella-benefit-box:hover {
    transform: translateY(-5px);
}

.marbella-feature-card h3, .marbella-info-card h3, .marbella-benefit-box h3 {
    margin-bottom: 15px;
    color: var(--primary-color, #d4af37);
}

.marbella-benefit-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 20px;
}

.marbella-content-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

.marbella-content-row.marbella-reverse {
    flex-direction: row-reverse;
}

.marbella-text-col {
    flex: 1;
}

.marbella-image-col {
    flex: 1;
}

.marbella-rounded-img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.marbella-steps-list, .marbella-tips-list {
    padding-left: 20px;
    margin-top: 20px;
}

.marbella-steps-list li, .marbella-tips-list li {
    margin-bottom: 15px;
    line-height: 1.6;
}

.marbella-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.marbella-faq-item {
    background: #fff;
    padding: 25px;
    border-left: 4px solid var(--primary-color, #d4af37);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.marbella-faq-item h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.marbella-date-ideas {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.marbella-idea-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.marbella-idea-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.marbella-idea-card h4 {
    padding: 15px 15px 5px;
    font-size: 1.1rem;
}

.marbella-idea-card p {
    padding: 0 15px 15px;
    font-size: 0.9rem;
    color: #666;
}

.marbella-dos-donts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.marbella-dos-col, .marbella-donts-col {
    padding: 30px;
    border-radius: 10px;
}

.marbella-dos-col {
    background-color: #e8f5e9;
    border: 1px solid #c8e6c9;
}

.marbella-donts-col {
    background-color: #ffebee;
    border: 1px solid #ffcdd2;
}

.marbella-dos-col h3 { color: #2e7d32; }
.marbella-donts-col h3 { color: #c62828; }

.marbella-dos-col ul, .marbella-donts-col ul {
    list-style-type: none;
    padding: 0;
}

.marbella-dos-col li::before {
    content: "✓";
    color: #2e7d32;
    margin-right: 10px;
    font-weight: bold;
}

.marbella-donts-col li::before {
    content: "✕";
    color: #c62828;
    margin-right: 10px;
    font-weight: bold;
}

.marbella-cta-final {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('images/Marbella.jpg') no-repeat center center/cover;
    padding: 100px 20px;
    text-align: center;
    color: #fff;
}

.marbella-cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #fff;
}

.marbella-cta-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.marbella-link {
    color: var(--primary-color, #d4af37);
    text-decoration: underline;
}

@media (max-width: 992px) {
    .marbella-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .marbella-hero {
        margin-top: 80px; /* Increased from default to clear header */
        height: auto;
        min-height: 80vh;
        padding: 80px 20px 40px; /* Add top padding to push content down */
    }

    .marbella-hero h1 {
        font-size: 2rem;
        margin-top: 20px;
    }
    
    .marbella-btn-primary {
        display: block;
        width: 100%;
        margin-top: 20px;
        white-space: normal; /* Allow text to wrap if needed */
    }

    .marbella-grid-2, .marbella-grid-3, .marbella-content-row, .marbella-dos-donts-grid {
        grid-template-columns: 1fr;
        flex-direction: column;
    }
    
    .marbella-content-row.marbella-reverse {
        flex-direction: column;
    }
    
    .marbella-image-col {
        order: -1;
    }
    
    .marbella-section {
        padding: 50px 20px;
    }
}

/* =========================================
   Sevilla Page Styles (Isolated)
   ========================================= */

.sevilla-hero {
    position: relative;
    background: url('images/Sevilla.jpg') no-repeat center center/cover;
    height: 80vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin-top: 80px;
}

.sevilla-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.sevilla-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 20px;
}

.sevilla-hero h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}

.sevilla-hero p {
    font-size: 1.3rem;
    margin-bottom: 30px;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

.sevilla-btn-primary {
    display: inline-block;
    padding: 18px 35px;
    background-color: #c0392b; /* Sevilla Red */
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(192, 57, 43, 0.4);
}

.sevilla-btn-primary:hover {
    background-color: #a93226;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(192, 57, 43, 0.6);
}

.sevilla-section {
    padding: 80px 5%;
    max-width: 1400px;
    margin: 0 auto;
}

.sevilla-bg-light {
    background-color: #f9f9f9;
}

.sevilla-section-title {
    text-align: center;
    margin-bottom: 60px;
}

.sevilla-section-title h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.sevilla-section-title h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #c0392b;
    margin: 15px auto 0;
}

.sevilla-section-title p {
    font-size: 1.1rem;
    color: #7f8c8d;
    max-width: 700px;
    margin: 0 auto;
}

.sevilla-content-row {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
}

.sevilla-content-row.sevilla-reverse {
    flex-direction: row-reverse;
}

.sevilla-text-col {
    flex: 1;
}

.sevilla-text-col h3 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 20px;
}

.sevilla-image-col {
    flex: 1;
}

.sevilla-rounded-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.sevilla-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.sevilla-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.sevilla-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.sevilla-pros h3 { color: #27ae60; border-bottom: 2px solid #27ae60; padding-bottom: 10px; margin-bottom: 20px; }
.sevilla-cons h3 { color: #c0392b; border-bottom: 2px solid #c0392b; padding-bottom: 10px; margin-bottom: 20px; }

.sevilla-list-check li, .sevilla-list-cross li, .sevilla-list li, .sevilla-ordered-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.sevilla-list-check li::before { content: '✓'; color: #27ae60; position: absolute; left: 0; font-weight: bold; }
.sevilla-list-cross li::before { content: '✕'; color: #c0392b; position: absolute; left: 0; font-weight: bold; }
.sevilla-list li::before { content: '•'; color: #d4af37; position: absolute; left: 0; font-size: 1.5em; line-height: 1; }

.sevilla-activity-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.sevilla-activity-box:hover {
    transform: translateY(-5px);
}

.sevilla-img-responsive {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.sevilla-activity-box h3 {
    padding: 20px 20px 10px;
    color: #2c3e50;
}

.sevilla-activity-box p {
    padding: 0 20px 20px;
    color: #666;
    font-size: 0.95rem;
}

.sevilla-content-block {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border-left: 5px solid #d4af37;
}

.sevilla-stat-card {
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-top: 4px solid #c0392b;
}

.sevilla-stat-card h3 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.sevilla-mistake-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.sevilla-mistake-card h3 {
    color: #c0392b;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.sevilla-cta-final {
    background: linear-gradient(rgba(44, 62, 80, 0.9), rgba(44, 62, 80, 0.9)), url('images/Sevilla.jpg') no-repeat center center/cover;
    padding: 100px 20px;
    text-align: center;
    color: #fff;
}

.sevilla-cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.sevilla-steps {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 40px 0;
}

.sevilla-step {
    flex: 1;
    background: rgba(255,255,255,0.1);
    padding: 20px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

.sevilla-step span {
    display: block;
    width: 40px;
    height: 40px;
    background: #c0392b;
    color: #fff;
    border-radius: 50%;
    line-height: 40px;
    font-weight: bold;
    margin: 0 auto 15px;
    font-size: 1.2rem;
}

.sevilla-link-light {
    color: #d4af37;
    text-decoration: underline;
}

@media (max-width: 992px) {
    .sevilla-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .sevilla-hero {
        margin-top: 80px;
        height: auto;
        min-height: 70vh;
        padding: 100px 20px 50px;
    }

    .sevilla-hero h1 {
        font-size: 2.2rem;
    }

    .sevilla-grid-2, .sevilla-grid-3, .sevilla-content-row, .sevilla-steps {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .sevilla-content-row.sevilla-reverse {
        flex-direction: column;
    }
    
    .sevilla-image-col {
        order: -1;
        margin-bottom: 20px;
    }

    .sevilla-step {
        margin-bottom: 20px;
    }

    .sevilla-btn-primary {
        display: block;
        width: 100%;
        text-align: center;
    }
}

/* =========================================
   Blog Page Styles (General)
   ========================================= */

.blog-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.blog-post {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s;
}

.blog-post:hover {
    transform: translateY(-5px);
}

.blog-thumb {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-excerpt {
    padding: 20px;
}

.blog-meta {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 10px;
}

/* =========================================
   Sugar Baby Profile Blog Styles (Isolated)
   ========================================= */

.profile-blog-hero {
    position: relative;
    background: url('images/sugarbabybio-832x391.jpeg') no-repeat center center/cover;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin-top: 60px;
}

.profile-blog-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.profile-blog-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: 20px;
}

.profile-blog-hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.profile-blog-hero-content p {
    font-size: 1.2rem;
    line-height: 1.6;
}

.profile-blog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

.profile-blog-section {
    margin-bottom: 60px;
}

.profile-blog-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: #d4af37;
    margin-bottom: 30px;
    text-align: center;
}

.profile-blog-section h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #333;
    margin-top: 30px;
    margin-bottom: 15px;
}

.profile-blog-content-row {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.profile-blog-content-row.profile-blog-reverse {
    flex-direction: row-reverse;
}

.profile-blog-text {
    flex: 1;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.profile-blog-image {
    flex: 1;
}

.profile-blog-img-rounded {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.profile-blog-image-center {
    text-align: center;
    margin-top: 30px;
}

.profile-blog-image-center img {
    max-width: 80%;
    border-radius: 10px;
}

.profile-blog-bg-light {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 15px;
}

.profile-blog-list-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    list-style: none;
    padding: 0;
}

.profile-blog-list-grid li {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.profile-blog-tips-box {
    background: #fff8e1;
    border-left: 5px solid #d4af37;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.profile-blog-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.profile-blog-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.profile-blog-card:hover {
    transform: translateY(-5px);
}

.profile-blog-list-cross li {
    list-style: none;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.profile-blog-list-cross li::before {
    content: '✕';
    position: absolute;
    left: 0;
    color: #e74c3c;
    font-weight: bold;
}

.profile-blog-list-check li {
    list-style: none;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.profile-blog-list-check li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
}

.profile-blog-cta {
    background: linear-gradient(135deg, #1a1a1a, #333);
    color: #fff;
    text-align: center;
    padding: 60px 20px;
    border-radius: 15px;
    margin-top: 60px;
}

.profile-blog-cta h2 {
    color: #d4af37;
    margin-bottom: 20px;
}

.profile-blog-btn-primary {
    display: inline-block;
    background: #d4af37;
    color: #fff;
    padding: 15px 40px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 30px;
    margin-top: 20px;
    transition: background 0.3s ease;
}

.profile-blog-btn-primary:hover {
    background: #b5952f;
}

.profile-blog-small-text {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #ccc;
}

/* Responsive Styles for Profile Blog */
@media (max-width: 992px) {
    .profile-blog-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .profile-blog-hero h1 {
        font-size: 2rem;
    }

    .profile-blog-content-row, 
    .profile-blog-content-row.profile-blog-reverse {
        flex-direction: column;
    }

    .profile-blog-list-grid {
        grid-template-columns: 1fr;
    }

    .profile-blog-grid-3 {
        grid-template-columns: 1fr;
    }

    .profile-blog-image-center img {
        max-width: 100%;
    }
}

/* =========================================
   Places for First Sugar Date Page Styles (Isolated)
   ========================================= */

.places-blog-hero {
    position: relative;
    background: url('images/Sevilla.jpg') no-repeat center center/cover;
    height: 80vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin-top: 80px;
}

.places-blog-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.places-blog-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
}

.places-blog-hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.places-blog-hero-content p {
    font-size: 1.5rem;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.places-blog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.places-blog-section {
    margin-bottom: 80px;
}

.places-blog-section h2 {
    font-size: 2.5rem;
    color: var(--primary-color, #d4af37);
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Playfair Display', serif;
}

.places-blog-section h3 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
}

.places-blog-bg-light {
    background-color: #f9f9f9;
    padding: 60px 40px;
    border-radius: 10px;
}

.places-blog-content-row {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.places-blog-content-row.places-blog-reverse {
    flex-direction: row-reverse;
}

.places-blog-text {
    flex: 1;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.places-blog-text p {
    margin-bottom: 20px;
}

.places-blog-image {
    flex: 1;
}

.places-blog-img-rounded {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.places-blog-image-center {
    text-align: center;
    margin: 30px 0;
}

.places-blog-image-center img {
    max-width: 80%;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.places-blog-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.places-blog-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.places-blog-card:hover {
    transform: translateY(-5px);
}

.places-blog-cta-final {
    text-align: center;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('images/Marbella.jpg') no-repeat center center/cover;
    padding: 100px 20px;
    color: #fff;
    border-radius: 10px;
}

.places-blog-cta-final h2 {
    color: #fff;
}

.places-blog-cta-final p {
    font-size: 1.3rem;
    max-width: 800px;
    margin: 0 auto 20px;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .places-blog-hero-content h1 {
        font-size: 2.8rem;
    }
    
    .places-blog-content-row {
        flex-direction: column;
    }
    
    .places-blog-content-row.places-blog-reverse {
        flex-direction: column;
    }
    
    .places-blog-image {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .places-blog-hero {
        height: auto;
        padding: 100px 20px 60px;
    }

    .places-blog-hero-content h1 {
        font-size: 2rem;
    }
    
    .places-blog-grid-2 {
        grid-template-columns: 1fr;
    }
    
    .places-blog-image-center img {
        max-width: 100%;
    }
}

/* =========================================
   Safety Page Styles (Isolated)
   ========================================= */

.safety-hero {
    position: relative;
    height: 70vh;
    min-height: 500px;
    background: url('images/confident-1-679x520.jpeg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 0 20px;
}

.safety-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.safety-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.safety-hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}

.safety-hero-content p {
    font-size: 1.4rem;
    font-weight: 300;
}

.safety-section {
    padding: 80px 0;
}

.safety-bg-white {
    background-color: #fff;
}

.safety-bg-light {
    background-color: #f9f9f9;
}

.safety-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.safety-section-title {
    text-align: center;
    margin-bottom: 60px;
}

.safety-section-title h2 {
    font-size: 2.5rem;
    color: var(--primary-color);
    position: relative;
    display: inline-block;
}

.safety-section-title h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--accent-color);
    margin: 15px auto 0;
}

.safety-content-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

.safety-content-row.safety-reverse {
    flex-direction: row-reverse;
}

.safety-text-col {
    flex: 1;
}

.safety-text-col p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.safety-image-col {
    flex: 1;
}

.safety-rounded-img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.safety-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.safety-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.safety-card, .safety-info-card {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.safety-card:hover, .safety-info-card:hover {
    transform: translateY(-5px);
}

.safety-card h3, .safety-info-card h3 {
    color: var(--primary-color);
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.safety-list {
    list-style: none;
    padding: 0;
}

.safety-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.safety-list li::before {
    content: '✓';
    color: var(--accent-color);
    position: absolute;
    left: 0;
    top: 2px;
    font-weight: bold;
}

.safety-tips-box, .safety-alert-box, .safety-checklist-box {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    border-left: 5px solid var(--accent-color);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-top: 20px;
}

.safety-alert-box {
    border-left-color: #e74c3c;
    background-color: #fdf2f2;
}

.safety-check-list li {
    margin-bottom: 10px;
    color: #e74c3c;
    font-weight: bold;
}

.safety-link, .safety-link-bold {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.safety-link-bold {
    font-weight: bold;
    text-decoration: underline;
}

.safety-link:hover, .safety-link-bold:hover {
    color: var(--accent-color);
}

/* Responsive Safety Styles */
@media (max-width: 992px) {
    .safety-content-row, .safety-content-row.safety-reverse {
        flex-direction: column;
    }
    
    .safety-grid-3 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .safety-hero-content h1 {
        font-size: 2.5rem;
    }

    .safety-grid-2 {
        grid-template-columns: 1fr;
    }
}

/* =========================================
   FAQ Page Styles
   ========================================= */

.faq-image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.faq-img {
    width: 100%;
    height: 200px; /* Adjusted height for better proportions */
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.faq-img:hover {
    transform: translateY(-5px);
}

.faq-table-container {
    margin-top: 40px;
    overflow-x: auto;
}

.faq-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.faq-table th, .faq-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.faq-table th {
    background-color: var(--light-bg); /* Match table header style */
    color: var(--secondary-color);
    font-weight: bold;
    border-bottom: 2px solid #eee;
}

.faq-table tr:last-child td {
    border-bottom: none;
}

.faq-table tr:hover {
    background-color: var(--light-bg);
}

/* Responsive adjustments for FAQ */
@media (max-width: 768px) {
    .faq-image-grid {
        grid-template-columns: 1fr;
    }
    
    .faq-img {
        height: 150px;
    }
}

/* FAQ Page Header Clearance */
#faq {
    margin-top: 80px;
}

@media (max-width: 768px) {
    #faq {
        margin-top: 100px;
    }
}
