/* ==================================================
   DEVMIXA – TERMS & CONDITIONS PAGE (FINAL PREMIUM)
================================================== */

/* ================= BASE ================= */
.terms-page {
    background: #ffffff;
    color: #1f2937;
    line-height: 1.85;
}

/* Container width optimized for reading */
.terms-page .container {
    max-width: 920px;
}

/* ================= HERO ================= */
.terms-hero {
    padding: 90px 0 70px;
    text-align: center;
    background: linear-gradient(180deg, #f8fafc, #ffffff);
    border-bottom: 1px solid #e5e7eb;
}

.terms-hero h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 12px;
}

.terms-hero .subtitle {
    max-width: 760px;
    margin: 0 auto;
    font-size: 17px;
    color: #4b5563;
}

/* ================= CONTENT ================= */
.terms-content {
    padding: 80px 0;
}

/* Paragraphs */
.terms-content p {
    margin-bottom: 22px;
    font-size: 16.5px;
    color: #374151;
}

/* Headings */
.terms-content h2 {
    font-size: 26px;
    margin: 52px 0 16px;
    font-weight: 600;
    color: #111827;
}

.terms-content h3 {
    font-size: 19px;
    margin: 30px 0 12px;
    font-weight: 600;
    color: #1f2937;
}

/* Lists */
.terms-content ul {
    margin: 16px 0 28px 24px;
}

.terms-content ul li {
    margin-bottom: 10px;
    list-style: disc;
}

/* Links */
.terms-content a {
    color: #2563eb;
    text-decoration: underline;
}

/* Emphasis */
.terms-content strong {
    font-weight: 600;
    color: #111827;
}

/* ================= NOTICE / CALLOUT ================= */
.terms-content .notice-box {
    margin: 34px 0;
    padding: 24px 26px;
    background: #f9fafb;
    border-left: 4px solid #7c3aed;
    border-radius: 10px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
    .terms-hero h1 {
        font-size: 32px;
    }

    .terms-content {
        padding: 60px 0;
    }

    .terms-content h2 {
        font-size: 22px;
    }
}
