/* =========================================================
   TERMOS DE USO — INCEPT
========================================================= */

.inc-terms-page {
    padding: 88px 0;
    background:
        radial-gradient(780px 360px at 10% 0%, rgba(252, 185, 0, 0.06), transparent 60%),
        radial-gradient(620px 260px at 100% 20%, rgba(252, 185, 0, 0.04), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f8fafb 100%);
}

.inc-terms-page__shell {
    padding: 36px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(17, 19, 24, 0.08);
    box-shadow: 0 20px 50px rgba(17, 19, 24, 0.06);
}

.inc-terms-page__intro {
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(252, 185, 0, 0.14);
}

.inc-terms-page__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(252, 185, 0, 0.18);
    background: rgba(252, 185, 0, 0.1);
    color: #b88200;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.inc-terms-page__intro h2,
.inc-terms-block h3 {
    position: relative;
    margin: 0 0 14px;
    color: #111318;
    line-height: 1.2;
}

.inc-terms-page__intro h2 {
    font-size: clamp(1.9rem, 2.4vw, 2.5rem);
}

.inc-terms-block h3 {
    font-size: 1.18rem;
    font-weight: 700;
}

.inc-terms-page__intro h2::after,
.inc-terms-block h3::after {
    content: "";
    display: block;
    width: 52px;
    height: 3px;
    margin-top: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(252, 185, 0, 0.95) 0%, rgba(252, 185, 0, 0.35) 100%);
}

.inc-terms-page__intro p,
.inc-terms-block p {
    margin: 0 0 12px;
    color: #5f6673;
    line-height: 1.8;
    font-weight: 500;
}

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

.inc-terms-block {
    padding: 24px 0;
    border-bottom: 1px solid rgba(17, 19, 24, 0.07);
}

.inc-terms-block:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.inc-terms-block--contact {
    padding-top: 28px;
}

.inc-terms-list {
    margin: 14px 0 0;
    padding-left: 22px;
    display: grid;
    gap: 10px;
}

.inc-terms-list li {
    color: #5f6673;
    line-height: 1.75;
    font-weight: 500;
}

.inc-terms-list li::marker {
    color: #b88200;
}

.inc-terms-email {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    padding: 12px 16px;
    border-radius: 14px;
    border: 1px solid rgba(252, 185, 0, 0.18);
    background: rgba(252, 185, 0, 0.08);
    color: #b88200;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.inc-terms-email:hover {
    transform: translateY(-2px);
    background: rgba(252, 185, 0, 0.12);
    border-color: rgba(252, 185, 0, 0.24);
}

/* =========================================================
   CTA
========================================================= */

.inc-terms-cta {
    padding: 0 0 88px;
}

.inc-terms-cta__box {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border-radius: 30px;
    background:
        radial-gradient(700px 320px at 12% 20%, rgba(255, 193, 7, 0.16), transparent 60%),
        radial-gradient(680px 380px at 85% 20%, rgba(255, 193, 7, 0.07), transparent 60%),
        linear-gradient(180deg, #071018 0%, #081720 45%, #000000 100%);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.inc-terms-cta__box h2,
.inc-terms-cta__box .sx-storyServices__title {
    color: #fff;
    margin: 0;
}

/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 991.98px) {
    .inc-terms-cta__box {
        display: grid;
    }
}

@media (max-width: 767.98px) {
    .inc-terms-page {
        padding: 72px 0;
    }

    .inc-terms-page__shell,
    .inc-terms-cta__box {
        padding: 22px;
    }

    .inc-terms-block {
        padding: 20px 0;
    }
}
