﻿/* ================================
   Terms & Conditions
   ================================ */

.terms-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 25px 80px;
}

    .terms-page h1 {
        margin: 0 0 12px;
        font-size: 36px;
        line-height: 1.2;
    }

    .terms-page .last-updated {
        color: #64748b;
        font-size: 14px;
        margin-bottom: 35px;
    }

    .terms-page h2 {
        margin-top: 32px;
        margin-bottom: 10px;
        font-size: 21px;
        line-height: 1.4;
    }

    .terms-page p {
        margin: 0 0 15px;
        color: #475569;
        font-size: 15px;
        line-height: 1.8;
    }

    .terms-page ul {
        margin: 10px 0 20px;
        padding-left: 25px;
    }

    .terms-page li {
        color: #475569;
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 6px;
    }

    .terms-page strong {
        color: #1e293b;
    }


    /* Links */

    .terms-page a {
        color: #2563eb;
        text-decoration: none;
    }

        .terms-page a:hover {
            text-decoration: underline;
        }


/* Mobile */

@media (max-width: 700px) {

    .terms-page {
        padding: 35px 18px 60px;
    }

        .terms-page h1 {
            font-size: 30px;
        }

        .terms-page h2 {
            font-size: 19px;
            margin-top: 27px;
        }

        .terms-page p,
        .terms-page li {
            font-size: 14px;
            line-height: 1.7;
        }
}
