/*
Theme Name: GoldX Pro
Theme URI: https://goldxpro.com
Author: Jewelers Essentials
Author URI: https://jewelersessentials.com
Description: A modern, responsive WordPress theme designed specifically for advertising the GoldX Pro gold calculator app. Features a clean, professional design with app download sections, feature highlights, and compelling call-to-action elements.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: goldx-pro
Tags: app, landing-page, mobile, responsive, modern
*/

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

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

/* Header Styles */
.site-header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 1rem 0;
}

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

.site-logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #d4af37;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-logo img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
}

.main-navigation ul {
    display: flex;
    list-style: none;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.main-navigation a {
    text-decoration: none;
    color: #2c3e50;
    font-weight: 500;
    transition: color 0.3s ease;
}

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

/* Hero Section */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(assets/images/hero-background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 100px 20px;
    text-align: center;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.app-icon-hero {
    width: 120px;
    height: 120px;
    border-radius: 26px;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.hero-section h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.hero-section p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

/* App Download Buttons */
.app-download-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.download-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.download-button:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.download-button svg {
    width: 24px;
    height: 24px;
}

/* Features Section */
.features-section {
    padding: 80px 20px;
    background: #f8f9fa;
}

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

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

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

.feature-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

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

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

.feature-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.feature-card p {
    color: #666;
    line-height: 1.8;
}

/* Screenshots Section */
.screenshots-section {
    padding: 80px 20px;
    background: white;
}

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

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

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

.screenshot-item img {
    width: 100%;
    max-width: 500px;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.screenshot-item.iphone img {
    aspect-ratio: 9 / 19.5;
    max-width: 300px;
}

.screenshot-item img:hover {
    transform: scale(1.05);
}

.screenshot-label {
    margin-top: 10px;
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.9rem;
}

.device-section {
    margin-bottom: 4rem;
}

.device-section h3 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: #2c3e50;
}

.device-section .screenshots-grid {
    margin-top: 2rem;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(assets/images/hero-background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 80px 20px;
    text-align: center;
}

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

.cta-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cta-section p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

/* Footer */
.site-footer {
    background: #2c3e50;
    color: white;
    padding: 40px 20px;
    text-align: center;
}

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

.site-footer p {
    margin: 0.5rem 0;
}

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

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .hero-section p {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .app-download-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .download-button {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }

        .main-navigation ul {
            flex-direction: column;
            gap: 10px;
        }
    }

/* Support Page Styles */
.support-page {
    padding: 60px 20px !important;
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%) !important;
    min-height: calc(100vh - 200px) !important;
}

.support-container {
    max-width: 1100px !important;
    margin: 0 auto !important;
}

.support-hero {
    text-align: center !important;
    padding: 80px 40px !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: white !important;
    border-radius: 24px !important;
    margin-bottom: 60px !important;
    box-shadow: 0 10px 40px rgba(212, 175, 55, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
}

.support-hero::before {
    display: none !important;
}

.support-hero h1 {
    font-size: 3rem !important;
    margin-bottom: 1.5rem !important;
    color: white !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    position: relative !important;
    z-index: 1 !important;
}

.support-hero p {
    font-size: 1.3rem !important;
    opacity: 0.95 !important;
    position: relative !important;
    z-index: 1 !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}

.quick-links-section {
    margin-bottom: 80px !important;
}

.quick-links-section h2 {
    font-size: 2.5rem !important;
    margin-bottom: 3rem !important;
    text-align: center !important;
    color: #2c3e50 !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
}

.quick-links-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
    gap: 24px !important;
    margin-bottom: 40px !important;
}

.quick-link-card {
    background: white !important;
    padding: 40px 30px !important;
    border-radius: 20px !important;
    text-align: center !important;
    text-decoration: none !important;
    color: inherit !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid rgba(212, 175, 55, 0.1) !important;
    position: relative !important;
    overflow: hidden !important;
}

.quick-link-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 4px !important;
    background: linear-gradient(90deg, #d4af37, #b8941f) !important;
    transform: scaleX(0) !important;
    transition: transform 0.3s ease !important;
}

.quick-link-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 12px 40px rgba(212, 175, 55, 0.2) !important;
    border-color: rgba(212, 175, 55, 0.3) !important;
}

.quick-link-card:hover::before {
    transform: scaleX(1) !important;
}

.quick-link-icon {
    font-size: 3.5rem !important;
    margin-bottom: 20px !important;
    display: block !important;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1)) !important;
    transition: transform 0.3s ease !important;
}

.quick-link-card:hover .quick-link-icon {
    transform: scale(1.1) !important;
}

.quick-link-card h3 {
    font-size: 1.4rem !important;
    margin-bottom: 12px !important;
    color: #2c3e50 !important;
    font-weight: 600 !important;
}

.quick-link-card p {
    color: #666 !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
}

.support-section {
    background: white !important;
    padding: 50px 50px !important;
    border-radius: 20px !important;
    margin-bottom: 50px !important;
    box-shadow: 0 4px 25px rgba(0,0,0,0.06) !important;
    border: 1px solid rgba(0,0,0,0.05) !important;
}

.support-section h2 {
    font-size: 2.3rem !important;
    margin-bottom: 40px !important;
    color: #2c3e50 !important;
    border-bottom: 4px solid #d4af37 !important;
    padding-bottom: 20px !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
    position: relative !important;
}

.support-section h2::after {
    content: '' !important;
    position: absolute !important;
    bottom: -4px !important;
    left: 0 !important;
    width: 80px !important;
    height: 4px !important;
    background: linear-gradient(90deg, #d4af37, #b8941f) !important;
    border-radius: 2px !important;
}

.support-content {
    line-height: 1.9 !important;
    font-size: 1.05rem !important;
}

.support-content h3 {
    font-size: 1.6rem !important;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    color: #2c3e50 !important;
    font-weight: 600 !important;
    padding-left: 20px !important;
    border-left: 4px solid #d4af37 !important;
}

.support-content h3:first-child {
    margin-top: 0 !important;
}

.support-content p {
    margin-bottom: 20px !important;
    color: #555 !important;
    line-height: 1.8 !important;
}

.support-content ul,
.support-content ol {
    margin: 20px 0 !important;
    padding-left: 40px !important;
    color: #555 !important;
}

.support-content ul {
    list-style: none !important;
    padding-left: 0 !important;
}

.support-content ul li {
    position: relative !important;
    padding-left: 30px !important;
    margin-bottom: 12px !important;
    line-height: 1.8 !important;
}

.support-content ul li::before {
    content: '✓' !important;
    position: absolute !important;
    left: 0 !important;
    color: #d4af37 !important;
    font-weight: bold !important;
    font-size: 1.2em !important;
}

.support-content ol li {
    margin-bottom: 12px !important;
    line-height: 1.8 !important;
    padding-left: 10px !important;
}

.support-content strong {
    color: #2c3e50 !important;
    font-weight: 600 !important;
}

.feature-guide-item {
    margin-bottom: 50px !important;
    padding-bottom: 40px !important;
    border-bottom: 2px solid #f0f0f0 !important;
    transition: padding 0.3s ease !important;
}

.feature-guide-item:hover {
    padding-left: 10px !important;
}

.feature-guide-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.feature-guide-item h3 {
    color: #d4af37 !important;
    border-left-color: #d4af37 !important;
}

.troubleshooting-item {
    margin-bottom: 25px !important;
    padding: 28px 32px !important;
    background: linear-gradient(to right, #fffbf0 0%, #ffffff 100%) !important;
    border-radius: 12px !important;
    border-left: 5px solid #d4af37 !important;
    box-shadow: 0 2px 15px rgba(212, 175, 55, 0.1) !important;
    transition: all 0.3s ease !important;
}

.troubleshooting-item:hover {
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.15) !important;
    transform: translateX(5px) !important;
}

.troubleshooting-item h3 {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    color: #d4af37 !important;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    border: none !important;
    padding: 0 !important;
}

.troubleshooting-item ul {
    margin: 15px 0 0 0 !important;
    padding-left: 0 !important;
}

.troubleshooting-item li {
    padding-left: 28px !important;
    margin-bottom: 10px !important;
    position: relative !important;
}

.troubleshooting-item li::before {
    content: '→' !important;
    color: #b8941f !important;
    position: absolute !important;
    left: 0 !important;
}

.faq-item {
    margin-bottom: 25px !important;
    padding: 30px 35px !important;
    background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%) !important;
    border-radius: 12px !important;
    border: 1px solid #e8e8e8 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04) !important;
    transition: all 0.3s ease !important;
}

.faq-item:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
    border-color: rgba(212, 175, 55, 0.3) !important;
    transform: translateY(-2px) !important;
}

.faq-item h3 {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    color: #2c3e50 !important;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    border: none !important;
    padding: 0 !important;
}

.faq-item p {
    margin-bottom: 0 !important;
    color: #555 !important;
    line-height: 1.8 !important;
}

.support-contact {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: white !important;
    padding: 60px 50px !important;
    border-radius: 20px !important;
    text-align: center !important;
    margin-top: 60px !important;
    box-shadow: 0 10px 40px rgba(212, 175, 55, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
}

.support-contact::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

.support-contact h2 {
    color: white !important;
    border-bottom: none !important;
    margin-bottom: 25px !important;
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    position: relative !important;
    z-index: 1 !important;
}

.support-contact p {
    color: rgba(255,255,255,0.95) !important;
    margin-bottom: 18px !important;
    font-size: 1.15rem !important;
    position: relative !important;
    z-index: 1 !important;
}

.support-contact a {
    color: white !important;
    text-decoration: underline !important;
    font-weight: 500 !important;
    transition: opacity 0.3s ease !important;
    position: relative !important;
    z-index: 1 !important;
}

.support-contact a:hover {
    opacity: 0.85 !important;
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .support-page {
        padding: 30px 15px !important;
    }
    
    .support-hero {
        padding: 50px 25px !important;
        margin-bottom: 40px !important;
        border-radius: 16px !important;
    }
    
    .support-hero h1 {
        font-size: 2rem !important;
        margin-bottom: 1rem !important;
    }
    
    .support-hero p {
        font-size: 1.1rem !important;
    }
    
    .quick-links-section {
        margin-bottom: 50px !important;
    }
    
    .quick-links-section h2 {
        font-size: 2rem !important;
        margin-bottom: 2rem !important;
    }
    
    .quick-links-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .quick-link-card {
        padding: 30px 25px !important;
    }
    
    .support-section {
        padding: 30px 25px !important;
        margin-bottom: 35px !important;
        border-radius: 16px !important;
    }
    
    .support-section h2 {
        font-size: 1.8rem !important;
        margin-bottom: 30px !important;
        padding-bottom: 15px !important;
    }
    
    .support-content {
        font-size: 1rem !important;
    }
    
    .support-content h3 {
        font-size: 1.4rem !important;
        margin-top: 30px !important;
        margin-bottom: 15px !important;
        padding-left: 15px !important;
        border-left-width: 3px !important;
    }
    
    .support-content ul,
    .support-content ol {
        padding-left: 25px !important;
    }
    
    .support-content ul li {
        padding-left: 25px !important;
    }
    
    .feature-guide-item {
        margin-bottom: 35px !important;
        padding-bottom: 30px !important;
    }
    
    .troubleshooting-item {
        padding: 20px 25px !important;
        margin-bottom: 20px !important;
    }
    
    .troubleshooting-item h3 {
        font-size: 1.2rem !important;
    }
    
    .faq-item {
        padding: 25px 25px !important;
        margin-bottom: 20px !important;
    }
    
    .faq-item h3 {
        font-size: 1.2rem !important;
    }
    
    .support-contact {
        padding: 40px 30px !important;
        margin-top: 40px !important;
        border-radius: 16px !important;
    }
    
    .support-contact h2 {
        font-size: 1.8rem !important;
    }
    
    .support-contact p {
        font-size: 1rem !important;
    }
}

/* Privacy Policy Page Styles */
.privacy-page {
    padding: 60px 20px !important;
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%) !important;
    min-height: calc(100vh - 200px) !important;
}

.privacy-container {
    max-width: 900px !important;
    margin: 0 auto !important;
}

.privacy-hero {
    text-align: center !important;
    padding: 60px 40px !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: white !important;
    border-radius: 24px !important;
    margin-bottom: 60px !important;
    box-shadow: 0 10px 40px rgba(212, 175, 55, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
}

.privacy-hero h1 {
    font-size: 3rem !important;
    margin-bottom: 1rem !important;
    color: white !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    position: relative !important;
    z-index: 1 !important;
}

.privacy-hero p {
    font-size: 1.1rem !important;
    opacity: 0.95 !important;
    position: relative !important;
    z-index: 1 !important;
    color: rgba(255, 255, 255, 0.95) !important;
}

.privacy-content {
    background: white !important;
    padding: 50px 50px !important;
    border-radius: 20px !important;
    margin-bottom: 50px !important;
    box-shadow: 0 4px 25px rgba(0,0,0,0.06) !important;
    border: 1px solid rgba(0,0,0,0.05) !important;
}

.legal-notice {
    background: linear-gradient(to right, #fffbf0 0%, #ffffff 100%) !important;
    border: 2px solid #d4af37 !important;
    border-radius: 12px !important;
    padding: 25px 30px !important;
    margin-bottom: 50px !important;
    box-shadow: 0 2px 15px rgba(212, 175, 55, 0.1) !important;
}

.legal-notice.important {
    background: linear-gradient(to right, #fffbf0 0%, #ffffff 100%) !important;
    border: 2px solid #d4af37 !important;
    margin-top: 50px !important;
}

.legal-notice h3 {
    color: #d4af37 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
}

.legal-notice p {
    margin-bottom: 15px !important;
    color: #2c3e50 !important;
    line-height: 1.8 !important;
    font-size: 0.95rem !important;
}

.legal-notice p:last-child {
    margin-bottom: 0 !important;
}

.privacy-section {
    margin-bottom: 45px !important;
    padding-bottom: 40px !important;
    border-bottom: 2px solid #f0f0f0 !important;
}

.privacy-section:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.privacy-section h2 {
    font-size: 1.5rem !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    color: #2c3e50 !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
    padding-bottom: 15px !important;
    border-bottom: 3px solid #d4af37 !important;
    position: relative !important;
}

.privacy-section h2::after {
    content: '' !important;
    position: absolute !important;
    bottom: -3px !important;
    left: 0 !important;
    width: 60px !important;
    height: 3px !important;
    background: linear-gradient(90deg, #d4af37, #b8941f) !important;
    border-radius: 2px !important;
}

.privacy-section h3 {
    font-size: 1.2rem !important;
    margin-top: 30px !important;
    margin-bottom: 15px !important;
    color: #d4af37 !important;
    font-weight: 600 !important;
    padding-left: 15px !important;
    border-left: 3px solid #d4af37 !important;
}

.privacy-section h3:first-of-type {
    margin-top: 0 !important;
}

.privacy-section > p:first-of-type {
    margin-top: 0 !important;
}

.privacy-section p {
    margin-bottom: 18px !important;
    color: #555 !important;
    font-size: 1rem !important;
    line-height: 1.8 !important;
    text-align: justify !important;
}

.privacy-section p:last-child {
    margin-bottom: 0 !important;
}

.privacy-section ul {
    margin: 20px 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
    color: #555 !important;
}

.privacy-section ul:last-child {
    margin-bottom: 0 !important;
}

.privacy-section ul:first-of-type {
    margin-top: 20px !important;
}

.privacy-section li {
    margin-bottom: 14px !important;
    font-size: 1rem !important;
    line-height: 1.8 !important;
    padding-left: 30px !important;
    position: relative !important;
}

.privacy-section li:before {
    content: "✓" !important;
    position: absolute !important;
    left: 0 !important;
    color: #d4af37 !important;
    font-weight: bold !important;
    font-size: 1.1em !important;
}

.privacy-section li:last-child {
    margin-bottom: 0 !important;
}

.privacy-section strong {
    color: #2c3e50 !important;
    font-weight: 600 !important;
}

.privacy-section a {
    color: #d4af37 !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3) !important;
    transition: all 0.3s ease !important;
    font-weight: 500 !important;
}

.privacy-section a:hover {
    color: #b8941f !important;
    border-bottom-color: #d4af37 !important;
}

/* Improved spacing for readability */
.privacy-content > .privacy-section + .privacy-section {
    margin-top: 50px !important;
    padding-top: 50px !important;
    border-top: 2px solid #f0f0f0 !important;
}

/* Better organization for nested content */
.privacy-section p + ul {
    margin-top: 15px !important;
}

.privacy-section ul + p {
    margin-top: 20px !important;
}

.privacy-section h3 + ul {
    margin-top: 15px !important;
}

@media (max-width: 768px) {
    .privacy-page {
        padding: 30px 15px !important;
    }
    
    .privacy-container {
        max-width: 100% !important;
    }
    
    .privacy-hero {
        padding: 40px 25px !important;
        margin-bottom: 40px !important;
        border-radius: 16px !important;
    }
    
    .privacy-hero h1 {
        font-size: 2rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    .privacy-hero p {
        font-size: 1rem !important;
    }
    
    .privacy-content {
        padding: 30px 25px !important;
        border-radius: 16px !important;
    }
    
    .legal-notice {
        padding: 20px 25px !important;
        margin-bottom: 40px !important;
    }
    
    .privacy-section {
        margin-bottom: 35px !important;
        padding-bottom: 30px !important;
    }
    
    .privacy-content > .privacy-section + .privacy-section {
        margin-top: 35px !important;
        padding-top: 35px !important;
    }
    
    .privacy-section h2 {
        font-size: 1.3rem !important;
        margin-bottom: 15px !important;
        padding-bottom: 12px !important;
    }
    
    .privacy-section h3 {
        font-size: 1.1rem !important;
        margin-top: 25px !important;
        margin-bottom: 12px !important;
        padding-left: 12px !important;
        border-left-width: 2px !important;
    }
    
    .privacy-section p {
        font-size: 0.95rem !important;
        text-align: left !important;
    }
    
    .privacy-section li {
        font-size: 0.95rem !important;
        padding-left: 25px !important;
    }
}

