/* ============================================================
   PLANOS OLX MAX - CSS exclusivo do conteúdo da página de planos
   ============================================================ */

.olx-planos-body {
    background: #f5f5f5;
}

.olx-plans-page {
    background: #f5f5f5;
    color: #111827;
}

.olx-plans-hero {
    background: linear-gradient(120deg, #7200d8 0%, #8d00ef 48%, #6100bd 100%);
    color: #fff;
    margin: 0;
}

.olx-plans-hero-inner {
    max-width: 1220px;
    min-height: 280px;
    margin: 0 auto;
    padding: 52px 28px;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    align-items: center;
    gap: 42px;
}

.olx-plans-eyebrow {
    display: inline-flex;
    align-items: center;
    width: max-content;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 18px;
}

.olx-plans-hero h1 {
    max-width: 680px;
    margin: 0 0 18px;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -.03em;
}

.olx-plans-hero p {
    max-width: 660px;
    margin: 0;
    font-size: 18px;
    line-height: 1.45;
    color: rgba(255,255,255,.92);
}

.olx-plans-hero-visual {
    display: flex;
    justify-content: flex-end;
}

.olx-plans-photo-card {
    width: 340px;
    height: 190px;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff 0%, #f8eaff 42%, #ffb000 100%);
    position: relative;
    overflow: hidden;
    box-shadow: 0 22px 50px rgba(0,0,0,.18);
    transform: rotate(1deg);
}

.olx-plans-photo-card:before {
    content: "";
    position: absolute;
    inset: 22px 26px auto auto;
    width: 122px;
    height: 122px;
    border-radius: 50%;
    background: rgba(116,0,216,.16);
}

.olx-plans-box {
    position: absolute;
    left: 36px;
    bottom: 24px;
    width: 116px;
    height: 72px;
    border-radius: 12px 12px 8px 8px;
    background: #c77b35;
    box-shadow: inset 0 10px 0 rgba(255,255,255,.18), 0 12px 20px rgba(0,0,0,.14);
}

.olx-plans-box:before {
    content: "À venda";
    position: absolute;
    left: 18px;
    top: 22px;
    padding: 5px 10px;
    border-radius: 8px;
    background: #6a0dad;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.olx-plans-person {
    position: absolute;
    right: 54px;
    top: 34px;
    width: 92px;
    height: 120px;
    border-radius: 44px 44px 18px 18px;
    background: linear-gradient(180deg, #8d00ef 0 45%, #fff 45% 100%);
    box-shadow: 0 14px 26px rgba(0,0,0,.12);
}

.olx-plans-person:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #c9875b;
    box-shadow: 0 -8px 0 #3b1b14;
}

.olx-plans-spark {
    position: absolute;
    border-radius: 999px;
    background: #fff;
    opacity: .75;
}

.olx-plans-spark.one {
    width: 48px;
    height: 8px;
    right: 28px;
    bottom: 32px;
    transform: rotate(-12deg);
}

.olx-plans-spark.two {
    width: 8px;
    height: 48px;
    left: 180px;
    top: 28px;
    transform: rotate(28deg);
}

.olx-plans-content {
    max-width: 1220px;
    margin: 0 auto;
    padding: 58px 28px 28px;
}

.olx-plans-heading {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 32px;
}

.olx-plans-heading h2 {
    margin: 0 0 10px;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -.02em;
}

.olx-plans-heading p {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
}

.olx-plans-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

.olx-plans-grid-1 {
    grid-template-columns: minmax(280px, 420px);
    justify-content: center;
}

.olx-plans-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 380px));
    justify-content: center;
}

.olx-plans-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.olx-plan-card {
    position: relative;
    background: #fff;
    border: 1px solid #d9dde7;
    border-radius: 14px;
    padding: 30px 28px 28px;
    min-height: 385px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .035);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.olx-plan-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
    border-color: #8d00ef;
}

.olx-plan-card-featured {
    border: 2px solid #8d00ef;
    box-shadow: 0 14px 44px rgba(141, 0, 239, .12);
}

.olx-plan-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #f2ddff;
    color: #8d00ef;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
}

.olx-plan-icon {
    width: 42px;
    height: 42px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: #8d00ef;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 10px 24px rgba(141, 0, 239, .24);
}

.olx-plan-card h3 {
    margin: 0 0 14px;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 900;
    color: #111827;
}

.olx-plan-limit {
    margin: 0 0 20px;
    color: #111827;
    font-size: 15px;
    font-weight: 700;
}

.olx-plan-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3px;
    color: #111827;
    margin-bottom: 18px;
}

.olx-plan-currency {
    font-size: 18px;
    font-weight: 700;
}

.olx-plan-price-main {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -.03em;
}

.olx-plan-price-cents {
    font-size: 17px;
    font-weight: 800;
}

.olx-plan-price small {
    width: 100%;
    color: #374151;
    font-size: 13px;
    font-weight: 700;
    margin-top: 2px;
}

.olx-plan-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 44px;
    border: 1.5px solid #ff7900;
    border-radius: 999px;
    color: #ff7900;
    background: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    transition: background .18s ease, color .18s ease, transform .18s ease;
    margin-bottom: 24px;
}

.olx-plan-cta:hover {
    background: #ff7900;
    color: #fff;
    transform: translateY(-1px);
}

.olx-plan-features {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    color: #374151;
    font-size: 13px;
    line-height: 1.42;
}

.olx-plan-features li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.olx-plan-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #16a34a;
    font-weight: 900;
}

.olx-plans-empty {
    background: #fff;
    border: 1px solid #d9dde7;
    border-radius: 14px;
    padding: 28px;
    text-align: center;
    color: #6b7280;
    font-weight: 700;
}

.olx-plans-help {
    max-width: 820px;
    margin: 34px auto 64px;
    background: #fff;
    border: 1px solid #d9dde7;
    border-radius: 14px;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, .04);
}

.olx-plans-help span {
    display: inline-flex;
    color: #8d00ef;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 8px;
}

.olx-plans-help h2 {
    margin: 0 0 6px;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 900;
}

.olx-plans-help p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.45;
}

.olx-plans-help-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    height: 46px;
    border-radius: 999px;
    background: #ff7900;
    color: #fff !important;
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
    box-shadow: 0 10px 24px rgba(255, 121, 0, .22);
}

.olx-plans-help-btn:hover {
    background: #e36c00;
    color: #fff;
}

@media (max-width: 1100px) {
    .olx-plans-grid,
    .olx-plans-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 800px) {
    .olx-plans-hero-inner {
        grid-template-columns: 1fr;
        padding: 38px 20px;
        gap: 26px;
    }

    .olx-plans-hero-visual {
        justify-content: flex-start;
    }

    .olx-plans-photo-card {
        width: min(100%, 340px);
    }

    .olx-plans-content {
        padding: 42px 16px 20px;
    }

    .olx-plans-grid,
    .olx-plans-grid-2,
    .olx-plans-grid-4 {
        grid-template-columns: 1fr;
    }

    .olx-plans-help {
        margin: 28px 16px 48px;
        flex-direction: column;
        align-items: flex-start;
    }

    .olx-plans-help-btn {
        width: 100%;
    }
}
