/* Utility Content Styles for Blog Articles */

/* Tables */
.table-responsive {
    overflow-x: auto;
    margin: 2rem 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.prices-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    font-size: 0.95rem;
    min-width: 600px;
    /* Ensure it doesn't squish too much */
}

.prices-table th {
    background: #f8fafc;
    color: #1e293b;
    font-weight: 600;
    text-align: left;
    padding: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.prices-table td {
    padding: 1rem;
    border-bottom: 1px solid #e2e8f0;
    color: #475569;
}

.prices-table tr:last-child td {
    border-bottom: none;
}

.prices-table tr:hover td {
    background: #f8fafc;
}

.table-note {
    font-size: 0.85rem;
    color: #64748b;
    margin-top: 0.5rem;
    font-style: italic;
}

/* Checklists */
.checklist-box {
    background: #eef2ff;
    border: 1px solid #c7d2fe;
    border-radius: 8px;
    padding: 2rem;
    margin: 2rem 0;
    position: relative;
}

.checklist-box h3 {
    margin-top: 0 !important;
    color: #3730a3 !important;
    font-size: 1.25rem !important;
    margin-bottom: 1rem !important;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: none !important;
    padding: 0 !important;
}

.checklist-box ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.checklist-box li {
    margin-bottom: 0.75rem !important;
    padding-left: 0 !important;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #1e293b;
}

.checklist-box li::before {
    content: none !important;
}

/* Specific Checklist Variants */
.checklist-box.design {
    background: #fff1f2;
    border-color: #fecdd3;
}

.checklist-box.design h3 {
    color: #9f1239 !important;
}

.checklist-box.legal {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.checklist-box.legal h3 {
    color: #166534 !important;
}

.checklist-box.modern {
    background: #f8fafc;
    border-color: #e2e8f0;
}

.checklist-box.modern h3 {
    color: #0f172a !important;
}

/* Cards / Trend Cards */
.trend-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
    margin-bottom: 2rem;
    transition: transform 0.2s;
}

.trend-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.trend-card .emoji {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 1rem;
}

.trend-card h3 {
    margin-top: 0 !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 0.5rem !important;
}

.trend-card p {
    margin-bottom: 0 !important;
}

/* Cluster Links */
.cluster-links {
    background: #f0f9ff;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #0ea5e9;
    margin: 2.5rem 0;
}

.cluster-links h4 {
    margin-top: 0;
    color: #0369a1;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.cluster-links ul {
    margin: 0 !important;
    padding-left: 1.5rem !important;
}

.cluster-links li {
    margin-bottom: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    padding-left: 0 !important;
}

/* Feature Box (Gradient Blue) */
.feature-box {
    background: linear-gradient(135deg, #1e3a5f 0%, #2563eb 100%);
    color: white;
    padding: 2rem;
    border-radius: 12px;
    margin: 2rem 0;
    text-align: center;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.2);
}

.feature-box .stat-number {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 800;
}

.feature-box h3 {
    color: white !important;
    margin: 0 0 10px 0 !important;
    font-size: 1.4rem !important;
    border: none !important;
    padding: 0 !important;
}

.feature-box p {
    color: rgba(255, 255, 255, 0.9) !important;
    margin: 0 !important;
    font-size: 1rem !important;
}

/* CTA WhatsApp Box */
.cta-whatsapp-box {
    background: #f0fdf4;
    border: 2px solid #22c55e;
    border-radius: 12px;
    padding: 2rem;
    margin: 3rem 0;
    text-align: center;
}

.cta-whatsapp-box h3 {
    color: #15803d !important;
    margin-top: 0 !important;
    border: none !important;
    padding: 0 !important;
    font-size: 1.5rem !important;
    margin-bottom: 1rem !important;
}

.cta-whatsapp-box p {
    color: #166534 !important;
    margin-bottom: 1.5rem !important;
    font-size: 1.1rem !important;
}

.btn-whatsapp {
    display: inline-block;
    background: #22c55e;
    color: white;
    font-weight: 700;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.1rem;
    transition: transform 0.2s, background 0.2s;
    box-shadow: 0 4px 6px rgba(34, 197, 94, 0.2);
}

.btn-whatsapp:hover {
    transform: translateY(-2px);
    background: #16a34a;
    color: white;
    box-shadow: 0 8px 12px rgba(34, 197, 94, 0.3);
}

/* Timeline Box */
.timeline-box {
    border-left: 4px solid #1e3a5f;
    padding-left: 20px;
    margin: 30px 0;
}

.timeline-item {
    margin-bottom: 25px;
    position: relative;
}

.timeline-item span {
    font-weight: bold;
    color: #1e3a5f;
    display: block;
    margin-bottom: 5px;
}

.timeline-item span.success {
    color: #16a34a;
}

.timeline-item p {
    margin: 0 !important;
    color: #555 !important;
}

/* Smart Home Grid List */
.smart-home-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    list-style: none !important;
    padding: 0 !important;
    margin: 2rem 0 !important;
}

.smart-home-list li {
    background: #f8fafc;
    padding: 15px !important;
    border-radius: 8px;
    margin: 0 !important;
    border: 1px solid #e2e8f0;
}

.smart-home-list li::before {
    content: none !important;
}

@media (max-width: 600px) {
    .smart-home-list {
        grid-template-columns: 1fr;
    }
}

/* Service Page Hero */
.hero-service-gradient {
    background: linear-gradient(135deg, #0a1628 0%, #1e3a5f 50%, #2563eb 100%);
    padding: 80px 0 60px;
}

.hero-title-light {
    color: white !important;
    font-size: 2.5rem !important;
}

.hero-text-light {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1.2rem !important;
    max-width: 700px;
}

/* Custom Buttons for Hero */
.btn-hero-primary {
    background: #25D366;
    border: none;
    padding: 14px 28px;
    font-size: 1.05rem;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
}

.btn-hero-secondary {
    border: 2px solid white;
    color: white;
    padding: 14px 28px;
    font-size: 1.05rem;
    text-decoration: none;
    border-radius: 5px;
    background: transparent;
    display: inline-block;
}

/* Calculator CTA Box */
.calculator-box {
    background: linear-gradient(135deg, #2563eb 0%, #1e3a5f 100%);
    padding: 30px;
    border-radius: 12px;
    color: white;
    text-align: center;
    margin: 40px 0;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.2);
}

.calculator-box .icon {
    font-size: 3rem;
    display: block;
    margin-bottom: 10px;
}

.calculator-box h3 {
    color: white !important;
    font-size: 1.8rem !important;
    margin-bottom: 10px !important;
}

.calculator-box p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1.1rem !important;
    margin-bottom: 20px !important;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.btn-calculator {
    background: white;
    color: #1e3a5f;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.2s;
}

.btn-calculator:hover {
    transform: translateY(-2px);
}