/* ========================================
   Terms of Condition - Main Styles
   ======================================== */

/* Hero Section */
.dt-terms-hero {
    background: linear-gradient(135deg, #6c5ce7 0%, #5f3dc4 100%);
    padding: 60px 40px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 50px;
    color: #ffffff;
    box-shadow: 0 8px 16px rgba(108, 92, 231, 0.2);
}

.dt-terms-title {
    font-family: "Finlandica Headline", sans-serif;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
    color: #ffffff;
}

.dt-terms-subtitle {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 1px;
}

/* Terms Sections */
.dt-terms-section {
    margin-bottom: 40px;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #e8eaed;
}

.dt-terms-section:last-of-type {
    border-bottom: none;
}

.dt-section-heading {
    font-family: "Finlandica Headline", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 15px 0;
    padding-bottom: 12px;
    border-bottom: 3px solid #6c5ce7;
    display: inline-block;
    letter-spacing: 1px;
}

.dt-section-content {
    font-size: 15px;
    line-height: 1.8;
    color: #555555;
    margin: 0;
    letter-spacing: 1px;
}

/* Contact Section */
.dt-contact-section {
    background: linear-gradient(135deg, #f3e5f5 0%, #f5e9f5 100%);
    padding: 40px;
    border-radius: 8px;
    margin-top: 50px;
    border-left: 4px solid #6c5ce7;
    box-shadow: 0 4px 12px rgba(108, 92, 231, 0.1);
}

.dt-contact-title {
    font-family: "Finlandica Headline", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
}

.dt-contact-text {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
}

.dt-contact-info {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #ddd;
    margin-top: 15px;
}

.dt-contact-info p {
    margin: 0;
    font-size: 14px;
    color: #2c3e50;
    line-height: 1.6;
    letter-spacing: 1px;
}

.dt-contact-link {
    color: #6c5ce7;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.dt-contact-link:hover {
    color: #5f3dc4;
    text-decoration: underline;
}

/* ========================================
   Responsive Design - Tablet (768px)
   ======================================== */
@media (max-width: 768px) {
    .dt-terms-hero {
        padding: 50px 30px;
        margin-bottom: 40px;
    }

    .dt-terms-title {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .dt-terms-subtitle {
        font-size: 15px;
    }

    .dt-terms-section {
        margin-bottom: 35px;
        padding: 0 0 25px 0;
    }

    .dt-section-heading {
        font-size: 20px;
        margin-bottom: 12px;
        padding-bottom: 10px;
    }

    .dt-section-content {
        font-size: 14px;
        line-height: 1.7;
    }

    .dt-contact-section {
        padding: 30px;
        margin-top: 40px;
    }

    .dt-contact-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .dt-contact-text {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .dt-contact-info {
        padding: 15px;
    }

    .dt-contact-info p {
        font-size: 13px;
    }
}

/* ========================================
   Responsive Design - Mobile (600px)
   ======================================== */
@media (max-width: 600px) {
    .dt-terms-hero {
        padding: 40px 20px;
        margin-bottom: 30px;
        border-radius: 6px;
    }

    .dt-terms-title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .dt-terms-subtitle {
        font-size: 13px;
    }

    .dt-terms-section {
        margin-bottom: 30px;
        padding: 0 0 20px 0;
    }

    .dt-section-heading {
        font-size: 18px;
        margin-bottom: 10px;
        padding-bottom: 8px;
        border-bottom-width: 2px;
    }

    .dt-section-content {
        font-size: 13px;
        line-height: 1.7;
        text-align: left;
    }

    .dt-contact-section {
        padding: 25px;
        margin-top: 35px;
        border-left-width: 3px;
        border-radius: 6px;
    }

    .dt-contact-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .dt-contact-text {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .dt-contact-info {
        padding: 12px;
        border-radius: 4px;
    }

    .dt-contact-info p {
        font-size: 12px;
    }

    .dt-contact-link {
        word-break: break-word;
    }
}
