/* =============================================================
   TERMS & CONDITIONS PAGE — css/terms-conditions.css
   Loaded conditionally on /terms-conditions/ only
   =============================================================
   0. Page Container
   1. Page Header
   2. Last Updated Badge
   3. Quick Nav
   4. Section Cards
   5. Contact Callout
   6. Governing Law Banner
   7. Responsive
   ============================================================= */

/* ==============================================
   0. PAGE CONTAINER
   ============================================== */
.entry-header {
    display: none;
}

.entry-content > p:empty {
    display: none;
    margin: 0;
    padding: 0;
}

.wows-tc-wrap {
    max-width: 860px;
    margin: 0 auto;
    padding: 32px 24px 60px;
    color: #444;
    font-size: 0.95rem;
    line-height: 1.75;
}

/* ==============================================
   1. PAGE HEADER
   ============================================== */
.wows-tc-header {
    text-align: center;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 2px solid #e8f4fb;
}

.wows-tc-header h1 {
    font-size: 1.9rem;
    font-weight: 700;
    color: #1e3a5f;
    margin: 0 0 8px;
    letter-spacing: -0.02em;
}

.wows-tc-header p {
    font-size: 0.92rem;
    color: #666;
    margin: 0;
}

/* ==============================================
   2. LAST UPDATED BADGE
   ============================================== */
.wows-tc-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 28px;
    font-size: 0.82rem;
    color: #888;
}

.wows-tc-meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.wows-tc-meta-item strong {
    color: #555;
}

/* ==============================================
   3. QUICK NAV
   ============================================== */
.wows-tc-quicknav {
    background: #f4f8fb;
    border: 1px solid #dce8f2;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 36px;
}

.wows-tc-quicknav h3 {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0073aa;
    margin: 0 0 10px;
}

.wows-tc-quicknav ol {
    margin: 0;
    padding-left: 18px;
    columns: 2;
    column-gap: 20px;
    font-size: 0.86rem;
    line-height: 2;
}

.wows-tc-quicknav ol li a {
    color: #0073aa;
    text-decoration: none;
}

.wows-tc-quicknav ol li a:hover {
    text-decoration: underline;
    color: #005177;
}

@media (max-width: 560px) {
    .wows-tc-quicknav ol {
        columns: 1;
    }
}

/* ==============================================
   4. SECTION CARDS
   ============================================== */
.wows-tc-section {
    margin-bottom: 28px;
    border: 1px solid #eef2f5;
    border-radius: 8px;
    overflow: hidden;
    scroll-margin-top: 80px;
}

.wows-tc-section-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    background: #f8fafc;
    border-bottom: 1px solid #eef2f5;
}

.wows-tc-section-icon {
    font-size: 1.3rem;
    line-height: 1;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8f4fb;
    border-radius: 50%;
}

.wows-tc-section-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1e3a5f;
    margin: 0;
}

.wows-tc-section-body {
    padding: 16px 20px;
}

.wows-tc-section-body ol {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.wows-tc-section-body ol li {
    padding: 7px 0;
    border-bottom: 1px solid #f4f4f4;
    font-size: 0.9rem;
    line-height: 1.65;
    color: #444;
    padding-left: 0;
}

.wows-tc-section-body ol li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.wows-tc-section-body ol li strong {
    color: #333;
    font-weight: 600;
}

/* Sub-list for warranty void conditions */
.wows-tc-sublist {
    margin: 8px 0 0 16px;
    padding-left: 16px;
    list-style: lower-alpha;
    font-size: 0.87rem;
    color: #555;
    line-height: 1.7;
}

.wows-tc-sublist li {
    border-bottom: none !important;
    padding: 3px 0 !important;
}

/* ==============================================
   5. CONTACT CALLOUT
   ============================================== */
.wows-tc-contact {
    background: linear-gradient(135deg, #0073aa 0%, #005177 100%);
    border-radius: 10px;
    padding: 24px 28px;
    margin: 32px 0;
    color: #fff;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.wows-tc-contact-icon {
    font-size: 2rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.wows-tc-contact-body h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 8px;
    color: #fff;
}

.wows-tc-contact-body p {
    margin: 0 0 12px;
    font-size: 0.88rem;
    opacity: 0.9;
    color: #fff;
    line-height: 1.6;
}

.wows-tc-contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wows-tc-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    color: #fff !important;
    font-size: 0.84rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.2s ease;
}

.wows-tc-contact-link:hover {
    background: rgba(255, 255, 255, 0.28);
    color: #fff !important;
}

/* ==============================================
   6. GOVERNING LAW BANNER
   ============================================== */
.wows-tc-govlaw {
    background: #fffbf0;
    border: 1px solid #f5e6c0;
    border-left: 4px solid #e67e22;
    border-radius: 0 6px 6px 0;
    padding: 14px 18px;
    margin-bottom: 28px;
    font-size: 0.87rem;
    color: #5a4a2b;
    line-height: 1.6;
}

.wows-tc-govlaw strong {
    color: #b86a10;
    display: block;
    margin-bottom: 4px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ==============================================
   7. RESPONSIVE
   ============================================== */
@media (max-width: 600px) {
    .wows-tc-wrap {
        padding: 20px 16px 48px;
    }

    .wows-tc-header h1 {
        font-size: 1.5rem;
    }

    .wows-tc-section-header {
        padding: 12px 14px;
        gap: 10px;
    }

    .wows-tc-section-body {
        padding: 12px 14px;
    }

    .wows-tc-contact {
        flex-direction: column;
        gap: 12px;
        padding: 18px 18px;
    }

    .wows-tc-contact-links {
        flex-direction: column;
    }

    .wows-tc-contact-link {
        justify-content: center;
    }
}
