/* Article Page Styles */
.article-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 120px 40px 60px;
    line-height: 1.8;
    font-family: 'Inter', sans-serif;
}

.article-content {
    background: #ffffff;
    color: #374151;
    font-size: 1.1rem;
}

/* Article Header */
.article-header {
    text-align: left;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e7eb;
}

.article-title {
    font-size: 3rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    letter-spacing: -0.025em;
}

.article-intro {
    font-size: 1.3rem;
    color: #4b5563;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.6;
}

.article-subtitle {
    font-size: 1.2rem;
    color: #6b7280;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

/* Strategy Sections */
.strategy {
    margin-bottom: 3rem;
    padding: 0;
    border-radius: 0;
    transition: none;
}

.strategy:hover {
    transform: none;
    box-shadow: none;
}

.strategy h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    line-height: 1.3;
}

.number {
    background: #f1c232;
    color: #111827;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}

.strategy p {
    font-size: 1.1rem;
    color: #374151;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.strategy ul {
    margin: 1.5rem 0;
    padding-left: 0;
    list-style: none;
}

.strategy li {
    margin-bottom: 0.75rem;
    color: #374151;
    padding-left: 1.5rem;
    position: relative;
}

.strategy li:before {
    content: "•";
    color: #f1c232;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

/* Blockquote */
blockquote {
    background: #f9fafb;
    border-left: 4px solid #f1c232;
    padding: 1.5rem 2rem;
    margin: 2rem 0;
    font-style: italic;
    color: #374151;
    border-radius: 0;
    font-size: 1.2rem;
    line-height: 1.6;
}

/* Highlight Section */
.strategy.highlight {
    background: none;
    border: none;
}

.strategy.highlight h2 {
    color: #e67e22;
}

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

.cta-box {
    background: none;
    color: #111827;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.cta-box h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.cta-box p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    opacity: 1;
    color: #374151;
    line-height: 1.7;
}

.cta-button {
    display: inline-block;
    background: white;
    color: #f39c12;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    color: #e67e22;
}

/* Logo Link */
.logo a {
    text-decoration: none;
    color: inherit;
}

.logo a:hover {
    opacity: 0.8;
}

/* Warning Box */
.warning-box {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 3rem 0;
    text-align: left;
}

.warning-box i {
    display: none;
}

.warning-box h3 {
    color: #111827;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.warning-box p {
    color: #374151;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.7;
}

/* Danger List */
.danger-list {
    background: none;
    border-left: 4px solid #f1c232;
    padding: 0 0 0 1rem;
    margin: 1rem 0;
    border-radius: 0;
}

.danger-list li {
    color: #374151;
    font-weight: 400;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

/* Trust Quote */
.trust-quote {
    background: none;
    border-left: 4px solid #f1c232;
    color: #374151;
    font-weight: 400;
    text-align: left;
    font-size: 1.1rem;
    padding-left: 1rem;
    line-height: 1.7;
}

/* Alternative Section */
.alternative-section {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 3rem 0;
}

.check-icon {
    text-align: center;
    margin-bottom: 1.5rem;
}

.check-icon i {
    font-size: 3rem;
    color: #38a169;
}

.alternative-section h2 {
    text-align: left;
    color: #111827;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.intro-text {
    text-align: left;
    font-size: 1.1rem;
    color: #374151;
    margin-bottom: 2rem;
    font-weight: 400;
    line-height: 1.7;
}

.alternatives-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.alternative-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: none;
    padding: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 1rem;
}

.alternative-item i {
    font-size: 1.2rem;
    color: #f1c232;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.alternative-item h4 {
    color: #374151;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
}

/* Final Thoughts */
.final-thoughts {
    background: #f7fafc;
    border-radius: 10px;
    padding: 2rem;
    margin: 3rem 0;
    border-left: 4px solid #4299e1;
}

.final-thoughts h2 {
    color: #2d3748;
    margin-bottom: 1rem;
}

.final-thoughts p {
    color: #4a5568;
    font-size: 1.1rem;
    line-height: 1.7;
}

/* Stats Box */
.stats-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 2rem 0 3rem;
    background: none;
    padding: 0;
    border-radius: 0;
    border: none;
}

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

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1rem;
    color: #374151;
    font-weight: 400;
}

/* Success Formula */
.success-formula {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 1.5rem 0;
    padding: 1rem;
    background: linear-gradient(135deg, #f0fff4, #c6f6d5);
    border-radius: 10px;
    border: 1px solid #48bb78;
    flex-wrap: wrap;
}

.formula-item {
    background: #38a169;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}

.success-formula i {
    color: #38a169;
    font-size: 1.2rem;
}

/* Trust List */
.trust-list {
    background: none;
    border-left: 4px solid #f1c232;
    padding: 0 0 0 1rem;
    margin: 1rem 0;
    border-radius: 0;
}

.trust-list li {
    color: #374151;
    font-weight: 400;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

/* Example Box */
.example-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0;
    padding: 0;
    background: none;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.example-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 8px;
    flex: 1;
    min-width: 200px;
}

.example-item.good {
    background: linear-gradient(135deg, #f0fff4, #c6f6d5);
    border: 2px solid #48bb78;
}

.example-item.poor {
    background: linear-gradient(135deg, #fff5f5, #fed7d7);
    border: 2px solid #fc8181;
}

.example-item i {
    font-size: 2rem;
}

.example-item.good i {
    color: #38a169;
}

.example-item.poor i {
    color: #e53e3e;
}

.example-item h4 {
    margin: 0 0 0.25rem 0;
    font-size: 1rem;
}

.example-item.good h4 {
    color: #22543d;
}

.example-item.poor h4 {
    color: #742a2a;
}

.example-item p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.8;
}

.vs {
    font-weight: 700;
    font-size: 1.2rem;
    color: #4a5568;
    background: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    border: 2px solid #e2e8f0;
}

/* SEO Factors */
.seo-factors {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 1.5rem 0;
}

.seo-factor {
    text-align: left;
    padding: 0;
    border-radius: 0;
    background: none;
    border: none;
    margin-bottom: 1.5rem;
}

.seo-factor.highlight-factor {
    background: none;
    border: none;
}

.seo-factor i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #4a5568;
}

.seo-factor.highlight-factor i {
    color: #f39c12;
}

.seo-factor h4 {
    margin: 0;
    color: #2d3748;
    font-size: 1.1rem;
}

/* Feedback Cycle */
.feedback-cycle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin: 2rem 0;
    padding: 0;
    background: none;
    border-radius: 0;
    border: none;
    flex-wrap: wrap;
}

.cycle-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
    min-width: 120px;
}

.cycle-item i {
    font-size: 1.5rem;
    color: #3b82f6;
    background: white;
    padding: 0.75rem;
    border-radius: 50%;
    border: 2px solid #93c5fd;
}

.cycle-item span {
    font-size: 0.9rem;
    font-weight: 500;
    color: #1e40af;
}

.feedback-cycle > .fas.fa-arrow-right {
    color: #3b82f6;
    font-size: 1.2rem;
}

/* How To Section */
.how-to-section {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 3rem 0;
}

.how-to-section .check-icon {
    text-align: center;
    margin-bottom: 1.5rem;
}

.how-to-section .check-icon i {
    font-size: 3rem;
    color: #38a169;
}

.how-to-section h2 {
    text-align: left;
    color: #111827;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

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

.how-to-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: none;
    padding: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 1rem;
}

.how-to-item i {
    font-size: 1.2rem;
    color: #f1c232;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.how-to-item h4 {
    color: #374151;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
}

/* Yelp Stats */
.yelp-stats {
    text-align: center;
    margin: 2rem 0 3rem;
}

.stat-highlight {
    display: inline-block;
    background: none;
    color: #111827;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.big-number {
    font-size: 2.5rem;
    font-weight: 700;
    display: block;
}

.stat-text {
    font-size: 1rem;
    opacity: 0.9;
}

/* Competitor List */
.competitor-list {
    background: none;
    border-left: 4px solid #f1c232;
    padding: 0 0 0 1rem;
    margin: 1rem 0;
    border-radius: 0;
}

.competitor-list li {
    color: #374151;
    font-weight: 400;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

/* Industry Grid */
.industry-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 1.5rem 0;
}

.industry-item {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 1rem;
}

.industry-item h4 {
    color: #2e7d32;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.industry-item p {
    color: #388e3c;
    font-size: 0.85rem;
    margin: 0;
}

/* Comparison Section */
.comparison-section {
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 3rem 0;
}

.comparison-intro {
    text-align: left;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #374151;
    line-height: 1.7;
}

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 2rem 0;
}

.platform-card {
    padding: 0;
    border-radius: 0;
    text-align: left;
    margin-bottom: 2rem;
}

.platform-card.google {
    background: none;
    border: none;
}

.platform-card.yelp {
    background: none;
    border: none;
}

.platform-card h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.platform-card.google h4 {
    color: #1565c0;
}

.platform-card.yelp h4 {
    color: #c62828;
}

.platform-card ul {
    text-align: left;
    margin: 0;
    padding-left: 1rem;
}

.platform-card li {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.platform-card.google li {
    color: #374151;
}

.platform-card.yelp li {
    color: #374151;
}

.diversification-quote {
    background: none;
    border-left: 4px solid #f1c232;
    color: #374151;
    font-weight: 400;
    text-align: left;
    font-size: 1.1rem;
    margin-top: 2rem;
    padding-left: 1rem;
    line-height: 1.7;
}

/* Downside List */
.downside-list {
    background: none;
    border-left: 4px solid #f1c232;
    padding: 0 0 0 1rem;
    margin: 1rem 0;
    border-radius: 0;
}

.downside-list li {
    color: #374151;
    font-weight: 400;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

/* Verdict Section */
.verdict-section {
    text-align: left;
    margin: 3rem 0;
}

.verdict-box {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    display: block;
    max-width: none;
}

.verdict-box h3 {
    color: #111827;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.verdict-box p {
    color: #374151;
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 0;
}

/* Tips Section */
.tips-section {
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 3rem 0;
}

.tips-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1.5rem;
}

.tip-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: none;
    padding: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 1rem;
}

.tip-number {
    background: #f1c232;
    color: #111827;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.tip-item p {
    color: #374151;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
}

/* CTA Icon */
.cta-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    opacity: 0.9;
}

/* Footer */
.article-footer {
    text-align: center;
    padding: 3rem 2rem;
    background: #f9fafb;
    color: #9ca3af;
    font-size: 0.9rem;
    border-top: 1px solid #e5e7eb;
    margin-top: 4rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .article-container {
        padding: 100px 20px 40px;
        max-width: 100%;
    }
    
    .article-title {
        font-size: 2.2rem;
    }
    
    .article-intro {
        font-size: 1.2rem;
    }
    
    .strategy {
        padding: 0;
        margin-bottom: 2.5rem;
    }
    
    .strategy h2 {
        font-size: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .number {
        align-self: flex-start;
    }
    
    .cta-box {
        padding: 2rem 1.5rem;
    }
    
    .cta-box h3 {
        font-size: 1.5rem;
    }
    
    .alternative-section {
        padding: 1.5rem;
    }
    
    .alternative-item {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .warning-box {
        padding: 1rem;
    }
    
    .stats-box {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1.5rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .success-formula {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .example-box {
        flex-direction: column;
        gap: 1rem;
    }
    
    .seo-factors {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .feedback-cycle {
        flex-direction: column;
        gap: 1rem;
    }
    
    .feedback-cycle > .fas.fa-arrow-right {
        transform: rotate(90deg);
    }
    
    .how-to-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .article-container {
        padding: 110px 15px 30px;
    }
    
    .article-title {
        font-size: 2rem;
    }
    
    .article-intro {
        font-size: 1.1rem;
    }
    
    .strategy h2 {
        font-size: 1.4rem;
    }
    
    .cta-box {
        padding: 1.5rem 1rem;
    }
    
    .alternative-section {
        padding: 1rem;
    }
    
    .alternative-section h2 {
        font-size: 1.5rem;
    }
    
    .alternatives-grid {
        gap: 1rem;
    }
    
    .stats-box {
        padding: 1rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .stat-label {
        font-size: 0.9rem;
    }
    
    .how-to-section {
        padding: 1rem;
    }
    
    .how-to-section h2 {
        font-size: 1.5rem;
    }
    
    .cycle-item {
        min-width: 100px;
    }
    
    .cycle-item span {
        font-size: 0.8rem;
    }
    
    .industry-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .comparison-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .verdict-box {
        padding: 1.5rem;
        max-width: 100%;
    }
} 