/* Enhanced Blog Article Styles for Bridal Beauty */

/* TL;DR Section */
.blog-tldr {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 25px;
    border-radius: 12px;
    margin: 2rem 0;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.blog-tldr h3 {
    color: white;
    margin-top: 0;
    font-size: 1.5rem;
}

.blog-tldr ul {
    margin: 15px 0;
    padding-left: 20px;
}

.blog-tldr li {
    margin-bottom: 10px;
    line-height: 1.6;
}

/* Quick Guide Section */
.quick-guide {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin: 2rem 0;
    border-left: 5px solid #6366f1;
}

.quick-guide h3 {
    margin-top: 0;
    color: #333;
}

/* Treatment Cards */
.treatment-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin: 20px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-left: 4px solid #8b5cf6;
    transition: transform 0.2s, box-shadow 0.2s;
}

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

.treatment-card h3 {
    color: #6366f1;
    margin-top: 0;
}

.treatment-rank {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Testimonial Boxes */
.testimonial-box {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    font-style: italic;
}

.testimonial-author {
    font-weight: bold;
    margin-top: 10px;
    font-style: normal;
    color: #856404;
}

/* Expert Quote */
.expert-quote {
    background: #e7f3ff;
    border-left: 4px solid #2196F3;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.expert-quote .expert-name {
    font-weight: bold;
    color: #1976D2;
    margin-top: 10px;
}

.expert-quote .expert-credentials {
    font-size: 0.9em;
    color: #666;
}

/* Warning/Safety Boxes */
.safety-warning {
    background: #fff3f3;
    border-left: 4px solid #dc3545;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.safety-warning h4 {
    color: #dc3545;
    margin-top: 0;
}

/* Pro Tip Boxes */
.pro-tip {
    background: #d4edda;
    border-left: 4px solid #28a745;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.pro-tip strong {
    color: #155724;
}

/* Budget Comparison Table */
.budget-table-wrapper {
    overflow-x: auto;
    margin: 2rem 0;
}

.budget-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-radius: 8px;
    overflow: hidden;
}

.budget-table thead {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.budget-table th {
    padding: 15px;
    text-align: left;
    font-weight: 600;
}

.budget-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e5e7eb;
}

.budget-table tbody tr:hover {
    background: #f9fafb;
}

.budget-table tbody tr:last-child td {
    border-bottom: none;
}

/* Clinic Cards */
.clinic-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.clinic-card h4 {
    margin: 0;
    color: #333;
}

.clinic-location {
    color: #666;
    font-size: 0.9em;
}

.clinic-cta {
    display: inline-block;
    background: #28a745;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    transition: background 0.2s;
}

.clinic-cta:hover {
    background: #218838;
    color: white;
    text-decoration: none;
}

/* Timeline Phases */
.timeline-phase {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    margin: 2rem 0;
    border-left: 5px solid #6366f1;
}

.timeline-phase.phase-6mo {
    border-left-color: #6366f1;
    background: #f8f9fa;
}

.timeline-phase.phase-4mo {
    border-left-color: #8b5cf6;
    background: #fff;
}

.timeline-phase.phase-2mo {
    border-left-color: #ec4899;
    background: #f8f9fa;
}

.timeline-phase.phase-1mo {
    border-left-color: #10b981;
    background: #fff;
}

.timeline-phase h3 {
    margin-top: 0;
}

/* Before/After Gallery */
.before-after-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 2rem 0;
}

.before-after-item img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Skin Type Grid */
.skin-type-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 2rem 0;
}

.skin-type-item {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #e5e7eb;
    text-align: center;
}

.skin-type-item h4 {
    color: #6366f1;
    margin-top: 10px;
}

/* CTA Buttons */
.blog-cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    margin: 10px 5px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.blog-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    color: white;
    text-decoration: none;
}

.blog-cta-button.secondary {
    background: #28a745;
}

.blog-cta-button.secondary:hover {
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .budget-table {
        font-size: 0.85em;
    }
    
    .budget-table th,
    .budget-table td {
        padding: 10px;
    }
    
    .blog-tldr,
    .quick-guide,
    .treatment-card {
        padding: 15px;
    }
    
    .before-after-gallery {
        grid-template-columns: 1fr;
    }
    
    .skin-type-grid {
        grid-template-columns: 1fr;
    }
}

/* Treatment Images */
.treatment-image {
    margin: 25px 0;
    text-align: center;
}

.treatment-image img {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: transform 0.3s, box-shadow 0.3s;
}

.treatment-image img:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.treatment-image .image-caption,
.image-caption {
    font-size: 0.9em;
    color: #666;
    font-style: italic;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 0;
    padding: 0 15px;
}

/* Image Captions */
.img-caption {
    font-size: 0.9em;
    color: #666;
    font-style: italic;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px;
}

/* Section Dividers */
.section-divider {
    border: none;
    height: 2px;
    background: linear-gradient(to right, transparent, #6366f1, transparent);
    margin: 3rem 0;
}

/* Highlight Boxes */
.highlight-box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin: 2rem 0;
}

.highlight-box.gold {
    background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);
}

.highlight-box.purple {
    background: linear-gradient(135deg, #a29bfe 0%, #6c5ce7 100%);
    color: white;
}

.highlight-box.green {
    background: #f0fdf4;
    border-left: 5px solid #10b981;
}
