/* =====================================================================
   PAGE MODULE — en-services-reputation-digital-pr
   Extracted verbatim from inline <style> of: servicios/reputacion/relaciones-publicas.html, servicios/busqueda-total/google-business.html, servicios/busqueda-total/seo-local.html, en/services/reputation/digital-pr.html, en/services/search-everywhere/google-business.html, en/services/search-everywhere/local-seo.html
   Design unchanged; loaded via `pageCss` front-matter.
   ===================================================================== */

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

/* Why Trust Grid */
.why-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

/* Comparison Table */
.comparison-table-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
}

.comparison-table-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
}

.comparison-table-grid > div:nth-child(3),
.comparison-table-row > div:nth-child(3) {
    position: relative;
    overflow: hidden;
}

.comparison-table-grid > div:nth-child(3)::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
    z-index: 2;
}

.mobile-comparison {
    display: none;
}

/* Audit Grid */
.audit-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}


/* Features Section */
.features-section {
    padding: 6rem 2rem;
    background: #FAF9F6;
    position: relative;
    overflow: hidden;
}

.features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23A61963' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.6;
    z-index: 0;
}

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

.feature-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1.5rem;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background: linear-gradient(135deg, var(--secondary-teal), var(--primary-magenta));
}

/* Stats Section */
.stats-section {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #FAF9F6, #ffffff);
}

.stats-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: center;
}

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

.stat-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-left: 4px solid var(--secondary-teal);
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary-magenta), var(--secondary-teal));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 0.5rem;
}

/* Addons Section */
.addons-section {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #263159, #1a2332);
}

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

.addon-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, background 0.3s ease;
    color: white;
}

.addon-card h3 {
    color: white;
    font-family: 'Mirza', serif;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.addon-card p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.addon-card a {
    color: var(--secondary-teal);
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-top: 1rem;
}

.addon-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.12);
}

.addon-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 1.5rem;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

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

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

.testimonial-card {
    background: #FAF9F6;
    padding: 2.5rem;
    border-radius: 12px;
    border-left: 4px solid var(--primary-magenta);
}

.stars {
    color: #FFD700;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.testimonial-text {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-author {
    font-weight: 700;
    color: var(--primary-magenta);
    margin-bottom: 0.25rem;
}

.testimonial-role {
    color: #666;
    font-size: 0.9375rem;
}

/* Pricing Section */
.pricing-section {
    padding: 6rem 2rem;
    background: #FAF9F6;
}

.pricing-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
}

.pricing-card {
    background: white;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}

.pricing-card.base {
    border: 2px solid var(--secondary-teal);
}

.pricing-badge {
    display: inline-block;
    background: var(--primary-magenta);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

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

.pricing-features li {
    padding: 0.75rem 0;
    padding-left: 2rem;
    position: relative;
    color: #333;
    font-size: 1rem;
}

.pricing-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--secondary-teal);
    font-weight: 700;
    font-size: 1.25rem;
}

.addon-cards {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.pricing-card.addon {
    border: 2px solid #e0e0e0;
}

.pricing-card.addon:nth-child(1) {
    border-color: var(--secondary-teal);
    border-width: 2px;
}

.pricing-card.addon:nth-child(2) {
    border-color: var(--primary-magenta);
    border-width: 2px;
}

.pricing-cta {
    text-align: center;
    margin-top: 3rem;
}

/* CTA Section */
.cta-section {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #263159, #A61963);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
    z-index: 0;
}

.cta-section h2 {
    font-family: 'Mirza', serif;
    font-size: 3rem;
    color: white;
    margin-bottom: 1rem;
}

.cta-section p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2rem;
}

/* FAQ Section */
.faq-section {
    padding: 6rem 2rem;
    background: white;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

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

.faq-question {
    font-family: 'Mirza', serif;
    font-size: 1.5rem;
    color: var(--primary-magenta);
    margin-bottom: 1rem;
    cursor: pointer;
}

.faq-answer {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #555;
}

/* Mobile Responsive */
@media (max-width: 968px) {
    .hero-diagonal {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-top: 5rem !important;
    }

    .hero-diagonal-content {
        padding: 3rem 2rem;
    }

    .hero-diagonal-content h1 {
        font-size: 2.5rem;
    }

    .parallax-image {
        position: relative;
        width: 100%;
        height: 400px;
        clip-path: none;
    }

    .why-trust-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .comparison-table-grid,
    .comparison-table-row {
        display: none !important;
    }
    
    .mobile-comparison {
        display: block !important;
    }
    
    .comparison-table-grid > div,
    .comparison-table-row > div {
        text-align: left !important;
        border-bottom: 1px solid #f0f0f0;
    }

    .audit-grid {
        grid-template-columns: 1fr !important;
    }

    /* Hide SVG patterns on mobile to prevent visual issues */
    .features-section::before {
        display: none;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .stats-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .addons-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .pricing-container {
        grid-template-columns: 1fr;
    }

    .cta-section h2 {
        font-size: 2rem;
    }
}
