/* Terms & Conditions Page */

.terms-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 24px 64px;
    color: var(--color-platinum-grey);
}

.terms-page .dk-page-title {
    font-size: 28px;
    margin-bottom: 24px;
    color: var(--color-solar-yellow);
    font-weight: 600;
}

.terms-content {
    background: linear-gradient(180deg, rgba(26,26,26,0.9), rgba(20,20,20,0.85));
    border: 1px solid rgba(113, 124, 126, 0.4);
    border-radius: 10px;
    padding: 32px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
}

.terms-header {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 2px solid rgba(241, 196, 15, 0.2);
}

.company-info p {
    margin: 6px 0;
    font-size: 14px;
    color: var(--color-platinum-grey);
}

.company-info strong {
    color: var(--color-solar-yellow);
    font-weight: 600;
}

.terms-section {
    margin-bottom: 32px;
}

.terms-section h2 {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-solar-yellow);
    margin-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.terms-section h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-solar-yellow);
    margin-bottom: 12px;
    margin-top: 24px;
}

.terms-section p {
    margin-bottom: 12px;
    line-height: 1.7;
    font-size: 14px;
    color: var(--color-platinum-grey);
}

.terms-section ul,
.terms-section ol {
    margin: 12px 0 16px 24px;
    padding-left: 12px;
}

.terms-section li {
    margin-bottom: 8px;
    line-height: 1.7;
    font-size: 14px;
    color: var(--color-platinum-grey);
}

.effective-date,
.governing-law {
    font-size: 14px;
    margin-bottom: 8px;
}

.signature-section {
    background: rgba(22, 22, 22, 0.6);
    border: 1px solid rgba(113, 124, 126, 0.3);
    border-radius: 8px;
    padding: 24px;
    margin-top: 32px;
}

.signature-form p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.8;
}

.directors-section {
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid rgba(113, 124, 126, 0.2);
    margin-top: 32px;
}

.directors {
    font-size: 14px;
    color: var(--color-platinum-grey);
}

/* Responsive */
@media (max-width: 1024px) {
    .terms-page {
        padding: 20px 20px 56px;
    }

    .terms-content {
        padding: 28px;
    }
}

@media (max-width: 768px) {
    .terms-page {
        padding: 16px 16px 48px;
    }

    .terms-content {
        padding: 20px;
    }

    .terms-page .dk-page-title {
        font-size: 24px;
    }

    .terms-section h2 {
        font-size: 18px;
    }

    .terms-section h3 {
        font-size: 16px;
    }

    .terms-section p,
    .terms-section li {
        font-size: 13px;
    }

    .signature-section {
        padding: 18px;
    }
}

@media (max-width: 480px) {
    .terms-page {
        padding: 12px 12px 40px;
    }

    .terms-content {
        padding: 16px;
        border-radius: 8px;
    }

    .terms-page .dk-page-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .terms-header {
        margin-bottom: 24px;
        padding-bottom: 16px;
    }

    .terms-section {
        margin-bottom: 24px;
    }

    .terms-section h2 {
        font-size: 16px;
    }

    .terms-section h3 {
        font-size: 15px;
    }

    .terms-section ul,
    .terms-section ol {
        margin-left: 16px;
        padding-left: 8px;
    }

    .signature-section {
        padding: 14px;
    }
}
