/* =========================================================
   PÁGINA DE PLANOS - TEMA CLARO / COMPARATIVO
   Classes exclusivas: ipg-
========================================================= */

.ipg-hero {
    position: relative;
    overflow: hidden;
    padding: 170px 0 90px;
    background:
        radial-gradient(950px 520px at 18% 10%, rgb(255 193 7 / 15%), transparent 62%),
        radial-gradient(760px 420px at 84% 20%, rgb(0 183 177 / 12%), transparent 60%),
        radial-gradient(900px 460px at 50% 112%, rgb(252 185 0 / 10%), #000000 64%),
        radial-gradient(700px 400px at 68% 80%, rgb(6 87 116 / 08%), transparent 60%),
        linear-gradient(180deg, #0b0f12 0%, #13181d 45%, #000000 100%);
}

.ipg-hero__wrap {
    position: relative;
    z-index: 2;
}

.ipg-hero__content {
    max-width: 1200px;
    margin: 0 auto;
}

.ipg-hero__title {
    margin: 18px 0 18px;
    font-size: clamp(2.3rem, 5vw, 4.3rem);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #0b1720;
}

.ipg-hero__title span {
    background: linear-gradient(90deg, #b88300 0%, #00a59d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ipg-hero__text {
    max-width: 760px;
    margin: 0 auto;
    color: #5c6b76;
    font-size: 1.05rem;
    line-height: 1.9;
    font-weight: 500;
}

.ipg-hero__actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.ipg-hero__blur {
    position: absolute;
    border-radius: 999px;
    filter: blur(85px);
    pointer-events: none;
    opacity: 0.7;
}

.ipg-hero__blur--one {
    width: 220px;
    height: 220px;
    top: 120px;
    left: -60px;
    background: rgba(252, 185, 0, 0.18);
}

.ipg-hero__blur--two {
    width: 260px;
    height: 260px;
    right: -80px;
    bottom: 10px;
    background: rgba(0, 183, 177, 0.14);
}

/* =========================================================
   COMPARATIVO CLEAN - INCEPT (SEM COLUNA LABEL)
========================================================= */

.inceptCompareClean {
    padding: 70px 0 100px;
    background:
        radial-gradient(circle at 10% 10%, rgba(252,185,0,0.10), transparent 22%),
        radial-gradient(circle at 90% 10%, rgba(0,183,177,0.10), transparent 22%),
        linear-gradient(180deg, #f8fafc 0%, #eef3f7 100%);
}

.inceptCompareClean__head {
    margin: 0 auto 42px;
}

/* ===== TABELA ===== */

.inceptCompareClean__tableWrap {
    overflow-x: auto;
    border-radius: 26px;
    border: 1px solid #dbe5ec;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(10, 24, 34, 0.06);
}

.inceptCompareClean__table {
    display: flex;
    flex-direction: column;
    min-width: 900px;
}

/* linhas */

.inceptCompareClean__row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    border-top: 1px solid #e6edf2;
}

.inceptCompareClean__row{

}

.inceptCompareClean__row:first-child {
    border-top: none;
}

.inceptCompareClean__row--head {
    align-items: stretch;
}

/* colunas */

.inceptCompareClean__col {
    padding: 24px;
    text-align: center;
}

/* ===== TOPO DO PLANO ===== */

.inceptCompareClean__plan {
    display: flex;
    flex-direction: column;
    justify-content: end;
    min-height: 100px; /* controla altura padrão do header */
    height: 100%;
}

.inceptCompareClean__col.is-featured {
    position: relative;
    background:
        linear-gradient(180deg, rgba(255,248,220,0.7) 0%, #ffffff 100%);
}

/* badge */

.inceptCompareClean__badge {
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(252,185,0,0.14);
    color: #b88300;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

/* nome */

.inceptCompareClean__name {
    margin: 0 0 6px;
    font-size: 1.6rem;
    font-weight: 800;
    color: #0d1a23;
}

/* preço */

.inceptCompareClean__price {
    margin: 0 0 16px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a2a35;
}

.inceptCompareClean__price span {
    color: #6a7a85;
    font-weight: 500;
}

/* botão */

.inceptCompareClean__cta {
    width: 100%;
    min-height: 48px;
    border-radius: 14px;
    background: #0f1d27;
    color: #fff;
    border: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}

.inceptCompareClean__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    color: #ffae00;
}

.inceptCompareClean__cta.is-featured {
    background: linear-gradient(90deg, #f7c543 0%, #ffae00 100%);
    color: #0d1a23;
}

/* ===== CONTEÚDO ===== */

.inceptCompareClean__desc {
    color: #5f6d77;
    font-size: 0.95rem;
    line-height: 1.7;
}

/* serviços */

.inceptCompareClean__feature {
    display: inline-block;
    color: #2d3b45;
    font-weight: 500;
}

.inceptCompareClean__empty {
    color: #b0bcc6;
    font-size: 1.2rem;
}

/* hover sutil */

.inceptCompareClean__col:hover {
    background: rgba(0,183,177,0.04);
}

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

@media (max-width: 768px) {
    .inceptCompareClean__col {
        padding: 18px;
    }

    .inceptCompareClean__name {
        font-size: 1.3rem;
    }
}

/* =========================================================
   BLOCO PLANO PERSONALIZADO - UNIFICADO
========================================================= */

.inceptCustomPlanBlock {
    padding: 0 0 110px;
    background: linear-gradient(180deg, #eef3f7 0%, #f8fafc 100%);
}

.inceptCustomPlanBlock__shell {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 28px;
    padding: 38px;
    border-radius: 32px;
    border: 1px solid #dbe5ec;
    background:
        radial-gradient(circle at 12% 18%, rgba(252, 185, 0, 0.10), transparent 24%),
        radial-gradient(circle at 88% 75%, rgba(0, 183, 177, 0.10), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    box-shadow: 0 22px 55px rgba(10, 24, 34, 0.06);
}

.inceptCustomPlanBlock__intro,
.inceptCustomPlanBlock__highlight {
    position: relative;
    z-index: 2;
}

.inceptCustomPlanBlock__intro {
    max-width: 760px;
}

.inceptCustomPlanBlock__text {
    margin: 18px 0 0;
    color: #61707b;
    line-height: 1.9;
    font-weight: 500;
    max-width: 680px;
}

.inceptCustomPlanBlock__points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 20px;
    margin-top: 28px;
}

.inceptCustomPlanBlock__point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #e4ecf1;
}

.inceptCustomPlanBlock__point span {
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    margin-top: 8px;
    border-radius: 999px;
    background: #f7c543;
    box-shadow: 0 0 0 4px rgba(247, 197, 67, 0.12);
}

.inceptCustomPlanBlock__point p {
    margin: 0;
    color: #43525d;
    line-height: 1.7;
    font-weight: 500;
}

.inceptCustomPlanBlock__highlight {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    border-radius: 24px;
    border: 1px solid rgba(0, 183, 177, 0.14);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.88) 0%, rgba(245,250,251,0.96) 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.inceptCustomPlanBlock__mini {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(247, 197, 67, 0.14);
    color: #b88300;
    border: 1px solid rgba(247, 197, 67, 0.22);
    font-size: 0.83rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.inceptCustomPlanBlock__highlight h3 {
    margin: 0 0 14px;
    color: #0d1a23;
    font-size: 1.8rem;
    line-height: 1.15;
    font-weight: 800;
}

.inceptCustomPlanBlock__highlight p {
    margin: 0 0 24px;
    color: #61707b;
    line-height: 1.85;
    font-weight: 500;
}

.inceptCustomPlanBlock__glow {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(80px);
    opacity: 0.7;
}

.inceptCustomPlanBlock__glow--one {
    width: 180px;
    height: 180px;
    top: -30px;
    left: -20px;
    background: rgba(252, 185, 0, 0.12);
}

.inceptCustomPlanBlock__glow--two {
    width: 220px;
    height: 220px;
    right: -40px;
    bottom: -50px;
    background: rgba(0, 183, 177, 0.12);
}

@media (max-width: 1199px) {
    .inceptCustomPlanBlock__shell {
        grid-template-columns: 1fr;
    }

    .inceptCustomPlanBlock__highlight {
        max-width: 520px;
    }
}

@media (max-width: 767px) {
    .inceptCustomPlanBlock {
        padding: 0 0 90px;
    }

    .inceptCustomPlanBlock__shell {
        padding: 24px;
        gap: 22px;
        border-radius: 24px;
    }

    .inceptCustomPlanBlock__points {
        grid-template-columns: 1fr;
    }

    .inceptCustomPlanBlock__highlight {
        padding: 24px;
        border-radius: 20px;
    }

    .inceptCustomPlanBlock__highlight h3 {
        font-size: 1.5rem;
    }
}
/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 1199px) {
    .inceptCustomPlanBlock__box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .inceptComparePlans {
        padding: 55px 0 80px;
    }

    .inceptComparePlans__cell {
        padding: 18px 16px;
    }

    .inceptComparePlans__planName {
        font-size: 1.45rem;
    }

    .inceptCustomPlanBlock__content,
    .inceptCustomPlanBlock__card {
        padding: 24px;
    }

    .inceptCustomPlanBlock__list {
        grid-template-columns: 1fr;
    }
}
