/* =========================================================
   TEMPLATES — INCEPT
========================================================= */

.inc-templates-overview,
.inc-templates-types,
.inc-templates-process,
.inc-templates-diff {
    position: relative;
    padding: 100px 0;
}

/* =========================================================
   OVERVIEW — LIGHT
========================================================= */

.inc-templates-overview {
    background:
        radial-gradient(760px 380px at 10% 0%, rgba(252, 185, 0, 0.08), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
}

.inc-templates-overview__wrap {
    display: grid;
    grid-template-columns: 1fr 0.95fr;
    gap: 32px;
    align-items: center;
}

.inc-templates-overview__panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.inc-templates-overview__item {
    padding: 22px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(17, 19, 24, 0.08);
    box-shadow: 0 18px 40px rgba(17, 19, 24, 0.06);
}

.inc-templates-overview__item strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1rem;
    color: #111318;
}

.inc-templates-overview__item span {
    color: #5f6673;
    line-height: 1.65;
}

/* =========================================================
   TYPES — DARK
========================================================= */

.inc-templates-types {
    background:
        radial-gradient(900px 420px at 10% 0%, rgba(255, 193, 7, 0.14), transparent 60%),
        radial-gradient(700px 360px at 90% 30%, rgba(255, 193, 7, 0.06), transparent 60%),
        linear-gradient(180deg, #06141d 0%, #0a1d29 45%, #040b10 100%);
}

.inc-templates-types__head {
    max-width: 860px;
    margin: 0 auto 54px;
}

.inc-templates-types__head .sx-storyServices__title {
    color: #fff;
}

.inc-templates-types__head .sx-storyServices__subtitle {
    color: rgba(255, 255, 255, 0.72);
}

.inc-templates-types__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.inc-templates-type-card {
    padding: 28px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.inc-templates-type-card:hover {
    transform: translateY(-4px);
    border-color: rgba(252, 185, 0, 0.18);
}

.inc-templates-type-card__tag {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 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.85rem;
    font-weight: 600;
}

.inc-templates-type-card h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 1.16rem;
}

.inc-templates-type-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.72;
}

/* =========================================================
   PROCESS — LIGHT
========================================================= */

.inc-templates-process {
    background:
        radial-gradient(720px 340px at 12% 15%, rgba(252, 185, 0, 0.06), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
}

.inc-templates-process__head {
    max-width: 860px;
    margin: 0 auto 54px;
}

.inc-templates-process__list {
    display: grid;
    gap: 18px;
    max-width: 980px;
    margin: 0 auto;
}

.inc-templates-process__item {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 20px;
    align-items: start;
    padding: 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(17, 19, 24, 0.08);
    box-shadow: 0 16px 34px rgba(17, 19, 24, 0.05);
}

.inc-templates-process__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 20px;
    border: 1px solid rgba(252, 185, 0, 0.18);
    background: rgba(252, 185, 0, 0.1);
    color: #b88200;
    font-weight: 700;
}

.inc-templates-process__content h3 {
    margin: 0 0 8px;
    color: #111318;
    font-size: 1.08rem;
}

.inc-templates-process__content p {
    margin: 0;
    color: #5f6673;
    line-height: 1.72;
}

/* =========================================================
   DIFF — DARK
========================================================= */

.inc-templates-diff {
    background:
        radial-gradient(900px 420px at 10% 0%, rgba(255, 193, 7, 0.14), transparent 60%),
        radial-gradient(700px 360px at 90% 30%, rgba(255, 193, 7, 0.06), transparent 60%),
        linear-gradient(180deg, #071018 0%, #081720 45%, #000000 100%);
}

.inc-templates-diff__wrap {
    display: grid;
    grid-template-columns: 1fr 0.95fr;
    gap: 30px;
    align-items: center;
}

.inc-templates-diff__content .sx-storyServices__title {
    color: #fff;
}

.inc-templates-diff__content .sx-storyServices__subtitle {
    color: rgba(255, 255, 255, 0.72);
}

.inc-templates-diff__box {
    padding: 32px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.20);
}

.inc-templates-diff__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.inc-templates-diff__list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.25s ease;
}

.inc-templates-diff__list li:hover {
    transform: translateX(4px);
    border-color: rgba(252, 185, 0, 0.18);
    background: rgba(255, 255, 255, 0.06);
}

.inc-templates-diff__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    border: 1px solid rgba(252, 185, 0, 0.18);
    background: rgba(252, 185, 0, 0.1);
    color: #b88200;
    font-size: 0.8rem;
    margin-top: 2px;
}

.inc-templates-diff__list p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.7;
    font-size: 0.95rem;
}

/* =========================================================
   RIGHTS — LIGHT
========================================================= */

.inc-templates-rights {
    position: relative;
    padding: 100px 0;
    background:
        radial-gradient(720px 340px at 12% 15%, rgba(252, 185, 0, 0.06), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
}

.inc-templates-rights__wrap {
    display: grid;
    grid-template-columns: 1fr 0.95fr;
    gap: 30px;
    align-items: center;
}

.inc-templates-rights__box {
    padding: 32px;
    border-radius: 28px;

}

.inc-templates-rights__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.inc-templates-rights__list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-weight: 700;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.938);
    border: 1px solid rgba(17, 19, 24, 0.263);
    transition: all 0.25s ease;
}

.inc-templates-rights__list li:hover {
    transform: translateX(4px);
    border-color: rgba(252, 185, 0, 0.479);
    background: rgba(255, 255, 255, 0.95);
}

.inc-templates-rights__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    border: 1px solid rgba(252, 185, 0, 0.18);
    background: rgba(252, 185, 0, 0.1);
    color: #b88200;
    font-size: 0.8rem;
    margin-top: 2px;
}

.inc-templates-rights__list p {
    margin: 0;
    color: #5f6673;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* =========================================================
   CTA — DARK
========================================================= */

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

.inc-templates-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-templates-cta__box h2,
.inc-templates-cta__box .sx-storyServices__title {
    color: #fff;
    margin: 0 0 10px;
}

.inc-templates-cta__box p {
    color: var(--hero-muted);
    max-width: 760px;
    margin: 0;
}

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

@media (max-width: 991.98px) {
    .inc-templates-overview__wrap,
    .inc-templates-overview__panel,
    .inc-templates-types__grid,
    .inc-templates-diff__wrap,
    .inc-templates-cta__box {
        grid-template-columns: 1fr;
    }

    .inc-templates-overview__wrap,
    .inc-templates-diff__wrap,
    .inc-templates-cta__box {
        display: grid;
    }

    .inc-templates-rights__wrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .inc-templates-overview,
    .inc-templates-types,
    .inc-templates-process,
    .inc-templates-diff,
    .inc-templates-cta {
        padding: 72px 0;
    }

    .inc-templates-process__item {
        grid-template-columns: 1fr;
    }

    .inc-templates-overview__item,
    .inc-templates-type-card,
    .inc-templates-process__item,
    .inc-templates-diff__box,
    .inc-templates-cta__box {
        padding: 22px;
    }

    .inc-templates-process__number {
        width: 58px;
        height: 58px;
        border-radius: 16px;
    }

    .inc-templates-rights {
        padding: 72px 0;
    }

    .inc-templates-rights__box {
        padding: 22px;
    }
}
