/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/planos/planos.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.plans-page {
    min-height: 100vh;
    background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.18), transparent 34%), radial-gradient(circle at top right, rgba(59, 130, 246, 0.16), transparent 32%), linear-gradient(180deg, #020617 0%, #07111f 48%, #020617 100%);
    color: #ffffff;
    padding: 72px 20px 90px;
}

.plans-container {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.plans-hero {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 46px;
}

.plans-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border: 1px solid rgba(56, 189, 248, 0.35);
    border-radius: 999px;
    color: #38bdf8;
    background: rgba(15, 23, 42, 0.72);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.plans-hero h1 {
    margin: 0;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.plans-hero p {
    margin: 20px auto 0;
    max-width: 720px;
    color: #a9b7cc;
    font-size: 17px;
    line-height: 1.7;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 22px;
    gap: 22px;
    align-items: stretch;
}

.price-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: 30px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.76)), rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
    min-height: 520px;
    display: flex;
    flex-direction: column;
}

    .price-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top, rgba(56, 189, 248, 0.13), transparent 42%);
        pointer-events: none;
    }

.price-card-featured {
    border-color: rgba(56, 189, 248, 0.5);
    transform: translateY(-10px);
    box-shadow: 0 28px 90px rgba(56, 189, 248, 0.16);
}

.price-ribbon {
    position: absolute;
    top: 18px;
    right: -42px;
    transform: rotate(38deg);
    background: linear-gradient(135deg, #38bdf8, #2563eb);
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 8px 48px;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.32);
}

.price-icon {
    position: relative;
    z-index: 1;
    width: 58px;
    height: 58px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    font-size: 28px;
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.25);
    margin-bottom: 22px;
}

.price-card h3 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #ffffff;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.price-line {
    position: relative;
    z-index: 1;
    width: 56px;
    height: 3px;
    border-radius: 99px;
    background: linear-gradient(90deg, #38bdf8, #2563eb);
    margin: 16px 0 18px;
}

.price-card p {
    position: relative;
    z-index: 1;
    color: #a9b7cc;
    line-height: 1.65;
    font-size: 15px;
    margin: 0 0 22px;
    min-height: 76px;
}

.price-value {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    gap: 6px;
    color: #ffffff;
    font-size: 38px;
    font-weight: 950;
    letter-spacing: -0.06em;
    margin-bottom: 22px;
}

    .price-value small {
        color: #94a3b8;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0;
        margin-bottom: 7px;
    }

.price-cta {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    border-radius: 16px;
    background: linear-gradient(135deg, #38bdf8, #2563eb);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 18px 40px rgba(37, 99, 235, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .price-cta:hover {
        transform: translateY(-2px);
        box-shadow: 0 22px 54px rgba(37, 99, 235, 0.34);
    }

.price-card ul {
    position: relative;
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    display: grid;
    grid-gap: 13px;
    gap: 13px;
}

.price-card li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #d7e2f3;
    font-size: 14px;
    line-height: 1.45;
}

    .price-card li span {
        flex: 0 0 auto;
        width: 20px;
        height: 20px;
        border-radius: 999px;
        display: grid;
        place-items: center;
        background: rgba(34, 197, 94, 0.14);
        color: #22c55e;
        font-size: 12px;
        font-weight: 900;
    }

.plans-rules {
    margin-top: 70px;
    padding: 34px;
    border-radius: 30px;
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
}

.plans-rules-header {
    max-width: 760px;
    margin-bottom: 28px;
}

    .plans-rules-header span {
        display: inline-block;
        color: #38bdf8;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .plans-rules-header h2 {
        margin: 0;
        color: #ffffff;
        font-size: clamp(26px, 4vw, 40px);
        line-height: 1.08;
        letter-spacing: -0.04em;
    }

    .plans-rules-header p {
        margin: 14px 0 0;
        color: #a9b7cc;
        font-size: 16px;
        line-height: 1.65;
    }

.rules-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 18px;
    gap: 18px;
}

.rule-card {
    border-radius: 22px;
    padding: 24px;
    background: rgba(2, 6, 23, 0.45);
    border: 1px solid rgba(148, 163, 184, 0.14);
}

    .rule-card h3 {
        margin: 0 0 10px;
        color: #ffffff;
        font-size: 18px;
    }

    .rule-card p {
        margin: 0;
        color: #a9b7cc;
        font-size: 14px;
        line-height: 1.65;
    }

@media (max-width: 980px) {
    .pricing-grid,
    .rules-grid {
        grid-template-columns: 1fr;
    }

    .price-card-featured {
        transform: none;
    }

    .price-card {
        min-height: auto;
    }
}

@media (max-width: 640px) {
    .plans-page {
        padding: 46px 14px 70px;
    }

    .price-card,
    .plans-rules {
        padding: 24px;
        border-radius: 24px;
    }

    .price-value {
        font-size: 32px;
    }
}

