.o_terms_conditions_page {
    color: #2b2523;
}

.terms-hero {
    padding: 90px 20px 70px;
    text-align: center;
    background: #111;
    color: #fff;
}

.terms-hero-content {
    max-width: 850px;
    margin: 0 auto;
}

.terms-kicker {
    display: inline-block;
    margin-bottom: 16px;
    color: #bf0810;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.terms-hero h1 {
    margin: 0 0 18px;
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
}

.terms-hero p {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.08rem;
    line-height: 1.7;
}

.terms-section {
    padding: 70px 20px;
}

.terms-card {
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 60px);
    text-align: center;
}

.terms-intro {
    max-width: 760px;
    margin: 0 auto 42px;
    color: #4b403c;
    font-size: 1.08rem;
    line-height: 1.9;
}

.terms-block {
    max-width: 760px;
    margin: 0 auto 36px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(191, 8, 16, 0.14);
}

.terms-block:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
}

.terms-block h2 {
    margin: 0 0 16px;
    color: #bf0810;
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
}

.terms-block p {
    margin: 0 auto 14px;
    color: #4b403c;
    font-size: 1rem;
    line-height: 1.85;
    text-align: center;
}

.terms-block p:last-child {
    margin-bottom: 0;
}

.terms-contact-box {
    max-width: 560px;
    margin: 26px auto 0;
    padding: 24px;
    background: #fff8f5;
    border: 1px solid rgba(191, 8, 16, 0.18);
    border-radius: 18px;
    text-align: center;
}

.terms-contact-box h3 {
    margin: 0 0 12px;
    color: #bf0810;
    font-size: 1.25rem;
    font-weight: 800;
}

.terms-contact-box a {
    color: #bf0810;
    font-weight: 800;
    text-decoration: none;
}

.terms-contact-box a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .terms-hero {
        padding: 70px 18px 55px;
    }

    .terms-section {
        padding: 45px 16px;
    }

    .terms-card {
        border-radius: 18px;
    }

    .terms-block {
        margin-bottom: 30px;
        padding-bottom: 28px;
    }
}