/* ==============================================
   SEO OVERRIDES — Extracted from inline styles
   Dano Hosting Homepage
   ============================================== */

/* --- Header & Navigation --- */
.dano-header { background-color: #000; }
.dano-nav-link { color: #fff; }
.dano-nav-btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 22px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
}
.dano-mega-title { font-size: 20px; font-weight: 700; }

/* --- Hero Trust Badges --- */
.banner__trust-badges {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.banner__trust-badge {
    font-size: 14px;
    color: #17BD54;
    font-weight: 600;
}

/* --- Pricing (H2→span fix) --- */
.pricing__price .price {
    font-size: inherit;
    font-weight: inherit;
}

/* --- SEO Content Block --- */
.seo-content-section { background: #f8f9fa; }
.seo-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}
.seo-content h3 {
    margin-top: 30px;
    margin-bottom: 15px;
}
.seo-content ul { margin-bottom: 20px; }
.seo-content li { margin-bottom: 10px; }
.seo-cta-wrap { text-align: center; margin-top: 30px; }
.seo-cta-wrap .tg-btn { margin: 0 8px; }

/* --- Breadcrumb UI --- */
.breadcrumb-seo {
    padding: 10px 0;
    font-size: 14px;
    color: #666;
}
.breadcrumb-seo ol {
    list-style: none;
    display: flex;
    gap: 6px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
.breadcrumb-seo li { display: flex; align-items: center; gap: 6px; }
.breadcrumb-seo a { color: #4a6cf7; text-decoration: none; }
.breadcrumb-seo a:hover { text-decoration: underline; }
.breadcrumb-seo .separator { color: #999; }
.breadcrumb-seo .current { color: #333; font-weight: 500; }

/* --- Social Proof Counters --- */
.social-proof-section { background: #0b1120; padding: 60px 0; }
.social-proof-item { text-align: center; padding: 20px; }
.social-proof-number {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    display: block;
    margin-bottom: 8px;
}
.social-proof-label {
    font-size: 15px;
    color: rgba(255,255,255,.7);
    display: block;
}

/* --- Trust / EEAT Section --- */
.trust-section { background: #f0f4ff; padding: 80px 0; }
.trust-badge-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}
.trust-badge-item {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.trust-badge-item i {
    font-size: 28px;
    color: #4a6cf7;
    margin-bottom: 12px;
    display: block;
}
.trust-badge-item strong {
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
    color: #1a1a2e;
}
.trust-badge-item span { font-size: 14px; color: #666; }

/* --- Local SEO Section --- */
.local-seo-section { background: #fff; padding: 80px 0; }
.local-seo-map {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,.08);
}
.local-seo-info { padding: 20px 0; }
.local-seo-info p { margin-bottom: 10px; font-size: 15px; color: #555; }
.local-seo-info i { color: #4a6cf7; margin-right: 8px; width: 20px; }

/* --- Responsive --- */
@media (max-width: 767px) {
    .social-proof-section .row { gap: 12px; }
    .social-proof-number { font-size: 28px; }
    .trust-badge-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .breadcrumb-seo { font-size: 13px; }
    .toc-list { gap: 12px; }
    .toc-list a { font-size: 13px; padding: 6px 12px; }
}

/* --- Table of Contents Navigation --- */
.toc-nav {
    background: #f8f9fa;
    border-bottom: 1px solid #e5e7eb;
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 999;
}
.toc-list {
    list-style: none;
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: center;
    flex-wrap: wrap;
}
.toc-list::-webkit-scrollbar { display: none; }
.toc-list a {
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
    white-space: nowrap;
    transition: all 0.2s;
}
.toc-list a:hover {
    background: #4a6cf7;
    color: #fff;
    border-color: #4a6cf7;
}

/* --- Smooth scroll targets --- */
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 60px; }

/* --- Comparison Table Links --- */
.table a { color: #4a6cf7; text-decoration: none; font-weight: 600; }
.table a:hover { text-decoration: underline; }
.table thead th { font-weight: 600; }
