/* =====================================================
   AVANTHY — PLANOS V4
   ===================================================== */

.avt-plans-v4,
.avt-plans-v4 * {
    box-sizing: border-box;
}

.avt-plans-v4 {
    position: relative;
    overflow: hidden;
    padding: 100px 0 94px;
    background:
        radial-gradient(
            circle at 90% 5%,
            rgba(0, 101, 163, 0.34),
            transparent 28%
        ),
        radial-gradient(
            circle at 5% 95%,
            rgba(255, 102, 0, 0.09),
            transparent 26%
        ),
        linear-gradient(
            155deg,
            #001b3b 0%,
            #00234d 48%,
            #003967 100%
        );
    color: #ffffff;
}

.avt-plans-v4::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.13;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.06) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.06) 1px,
            transparent 1px
        );
    background-size: 54px 54px;
    pointer-events: none;
}

.avt-plans-shell {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.avt-plans-header {
    width: min(780px, 100%);
    margin: 0 auto 48px;
    text-align: center;
}

.avt-plans-label,
.avt-hosting-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #68c8f2;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.avt-plans-label {
    margin-bottom: 17px;
}

.avt-plans-label::before,
.avt-hosting-label::before {
    content: "";
    width: 30px;
    height: 3px;
    border-radius: 999px;
    background:
        linear-gradient(
            90deg,
            #ff5700,
            #ff934d
        );
}

.avt-plans-header h2 {
    margin: 0 0 17px;
    color: #ffffff;
    font-family: Poppins, Arial, sans-serif;
    font-size: clamp(34px, 4vw, 49px);
    font-weight: 700;
    line-height: 1.13;
    letter-spacing: -0.04em;
}

.avt-plans-header p {
    max-width: 680px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.67);
    font-size: 15px;
    line-height: 1.75;
}

/* PLANOS */

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

.avt-plan-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 570px;
    flex-direction: column;
    overflow: hidden;
    padding: 29px 27px 27px;
    border: 1px solid rgba(0, 35, 77, 0.10);
    border-radius: 22px;
    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f5f9fd 100%
        );
    box-shadow:
        0 23px 55px rgba(0, 10, 28, 0.25);
    color: #00234d;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.avt-plan-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 24px;
    left: 24px;
    height: 4px;
    border-radius: 0 0 999px 999px;
    background:
        linear-gradient(
            90deg,
            #00234d,
            #0065a3
        );
}

.avt-plan-professional {
    border: 2px solid #ff6600;
    transform: translateY(-10px);
    box-shadow:
        0 28px 65px rgba(0, 10, 28, 0.31),
        0 0 0 4px rgba(255, 102, 0, 0.08);
}

.avt-plan-professional::before {
    right: 0;
    left: 0;
    height: 5px;
    border-radius: 0;
    background:
        linear-gradient(
            90deg,
            #ff5700,
            #ff934d
        );
}

.avt-plan-badge {
    position: absolute;
    top: 17px;
    right: 16px;
    padding: 7px 11px;
    border-radius: 999px;
    background:
        linear-gradient(
            135deg,
            #ff5700,
            #ff8a35
        );
    box-shadow:
        0 8px 20px rgba(255, 102, 0, 0.25);
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.avt-plan-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.avt-plan-icon {
    display: flex;
    width: 47px;
    height: 47px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background:
        linear-gradient(
            145deg,
            #00234d,
            #0065a3
        );
    box-shadow:
        0 10px 23px rgba(0, 35, 77, 0.19);
}

.avt-plan-professional .avt-plan-icon {
    background:
        linear-gradient(
            145deg,
            #ff5700,
            #ff8a35
        );
    box-shadow:
        0 10px 23px rgba(255, 102, 0, 0.24);
}

.avt-plan-icon svg,
.avt-custom-icon svg,
.avt-hosting-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.avt-plan-type {
    color: #0065a3;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.avt-plan-professional .avt-plan-type {
    color: #df5808;
}

.avt-plan-card h3 {
    min-height: 56px;
    margin: 0 0 14px;
    color: #00234d;
    font-family: Poppins, Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.avt-price {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #00234d;
}

.avt-price span {
    margin-top: 8px;
    margin-right: 4px;
    font-size: 15px;
    font-weight: 700;
}

.avt-price strong {
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.055em;
}

.avt-plan-description {
    min-height: 75px;
    margin: 0 0 21px;
    color: #647184;
    font-size: 13px;
    line-height: 1.65;
}

.avt-plan-features {
    display: grid;
    gap: 11px;
    margin: 0 0 27px;
    padding: 0;
    list-style: none;
}

.avt-plan-features li {
    position: relative;
    padding-left: 26px;
    color: #526174;
    font-size: 12px;
    line-height: 1.5;
}

.avt-plan-features li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 17px;
    height: 17px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 101, 163, 0.10);
    color: #0065a3;
    font-size: 10px;
    font-weight: 800;
}

.avt-plan-professional
.avt-plan-features li::before {
    background: rgba(255, 102, 0, 0.11);
    color: #ff6600;
}

.avt-plan-button {
    display: inline-flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: auto;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.avt-plan-button-blue {
    background:
        linear-gradient(
            135deg,
            #00234d,
            #005e94
        );
    color: #ffffff;
}

.avt-plan-button-orange {
    background:
        linear-gradient(
            135deg,
            #ff5700,
            #ff7f27
        );
    box-shadow:
        0 12px 27px rgba(255, 102, 0, 0.27);
    color: #ffffff;
}

/* PERSONALIZADO */

.avt-custom-project {
    display: grid;
    grid-template-columns:
        auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 22px;
    margin-top: 27px;
    padding: 27px 29px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.11),
            rgba(255, 255, 255, 0.055)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.09),
        0 20px 45px rgba(0, 10, 28, 0.18);
    backdrop-filter: blur(12px);
}

.avt-custom-icon {
    display: flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background:
        linear-gradient(
            145deg,
            #0065a3,
            #1387bb
        );
}

.avt-custom-copy span {
    display: block;
    margin-bottom: 5px;
    color: #6fd2f6;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.avt-custom-copy h3 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
}

.avt-custom-copy p {
    max-width: 600px;
    margin: 0;
    color: rgba(255, 255, 255, 0.63);
    font-size: 12px;
    line-height: 1.6;
}

.avt-custom-price {
    min-width: 135px;
}

.avt-custom-price small {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.50);
    font-size: 9px;
    text-transform: uppercase;
}

.avt-custom-price strong {
    color: #ffffff;
    font-size: 18px;
}

.avt-custom-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 20px;
    border-radius: 11px;
    background: #ffffff;
    color: #00234d;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

/* HOSPEDAGEM */

.avt-hosting-panel {
    margin-top: 44px;
    padding: 31px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 22px;
    background: rgba(0, 19, 44, 0.50);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.avt-hosting-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 25px;
}

.avt-hosting-label {
    margin-bottom: 10px;
    color: #64c5ee;
    font-size: 9px;
}

.avt-hosting-header h3 {
    max-width: 480px;
    margin: 0;
    color: #ffffff;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
}

.avt-hosting-header > p {
    max-width: 420px;
    margin: 0;
    color: rgba(255, 255, 255, 0.56);
    font-size: 11px;
    line-height: 1.6;
}

.avt-hosting-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.avt-hosting-card {
    position: relative;
    display: grid;
    grid-template-columns:
        auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 17px;
    min-width: 0;
    padding: 21px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.07);
}

.avt-hosting-featured {
    border-color: rgba(255, 102, 0, 0.62);
    background:
        linear-gradient(
            135deg,
            rgba(255, 102, 0, 0.13),
            rgba(255, 255, 255, 0.065)
        );
}

.avt-hosting-badge {
    position: absolute;
    top: -9px;
    right: 14px;
    padding: 5px 9px;
    border-radius: 999px;
    background:
        linear-gradient(
            135deg,
            #ff5700,
            #ff8a35
        );
    color: #ffffff;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.avt-hosting-icon {
    display: flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background:
        linear-gradient(
            145deg,
            #005c91,
            #1587bb
        );
}

.avt-hosting-featured .avt-hosting-icon {
    background:
        linear-gradient(
            145deg,
            #ff5700,
            #ff8a35
        );
}

.avt-hosting-copy span {
    display: block;
    margin-bottom: 4px;
    color: #67c8ee;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.avt-hosting-copy strong {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 13px;
}

.avt-hosting-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 9px;
    line-height: 1.55;
}

.avt-hosting-price {
    min-width: 82px;
    color: #ffffff;
    white-space: nowrap;
}

.avt-hosting-price span {
    font-size: 10px;
    font-weight: 700;
}

.avt-hosting-price strong {
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.avt-hosting-price small {
    color: rgba(255, 255, 255, 0.55);
    font-size: 8px;
}

.avt-plans-note {
    max-width: 680px;
    margin: 25px auto 0;
    color: rgba(255, 255, 255, 0.45);
    font-size: 9px;
    line-height: 1.5;
    text-align: center;
}

/* HOVER */

@media (hover: hover) {
    .avt-plan-card:hover {
        transform: translateY(-7px);
        box-shadow:
            0 31px 68px rgba(0, 10, 28, 0.34);
    }

    .avt-plan-professional:hover {
        transform: translateY(-16px);
    }

    .avt-plan-button:hover,
    .avt-custom-button:hover {
        transform: translateY(-2px);
    }
}

/* TABLET */

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

    .avt-plan-business {
        grid-column: 1 / -1;
        width: calc(50% - 11px);
        justify-self: center;
    }

    .avt-custom-project {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .avt-custom-price,
    .avt-custom-button {
        grid-column: 2;
    }

    .avt-hosting-grid {
        grid-template-columns: 1fr;
    }
}

/* MOBILE */

@media (max-width: 700px) {
    .avt-plans-v4 {
        padding: 70px 0 74px;
    }

    .avt-plans-shell {
        width: calc(100% - 32px);
    }

    .avt-plans-header {
        margin-bottom: 35px;
        text-align: left;
    }

    .avt-plans-label {
        margin-bottom: 14px;
        font-size: 10px;
    }

    .avt-plans-header h2 {
        margin-bottom: 14px;
        font-size: 31px;
        line-height: 1.15;
    }

    .avt-plans-header p {
        font-size: 14px;
        line-height: 1.7;
    }

    .avt-plans-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .avt-plan-card,
    .avt-plan-business {
        width: 100%;
        min-height: 0;
        grid-column: auto;
        padding: 27px 23px 24px;
        border-radius: 20px;
    }

    .avt-plan-professional {
        transform: none;
    }

    .avt-plan-card h3 {
        min-height: 0;
        font-size: 21px;
    }

    .avt-plan-description {
        min-height: 0;
    }

    .avt-price strong {
        font-size: 39px;
    }

    .avt-custom-project {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 15px;
        padding: 23px 20px;
    }

    .avt-custom-icon {
        width: 47px;
        height: 47px;
    }

    .avt-custom-copy h3 {
        font-size: 19px;
    }

    .avt-custom-price,
    .avt-custom-button {
        grid-column: 1 / -1;
    }

    .avt-custom-button {
        width: 100%;
    }

    .avt-hosting-panel {
        margin-top: 34px;
        padding: 23px 19px;
        border-radius: 20px;
    }

    .avt-hosting-header {
        display: block;
        margin-bottom: 22px;
    }

    .avt-hosting-header h3 {
        margin-bottom: 12px;
        font-size: 24px;
    }

    .avt-hosting-grid {
        gap: 14px;
    }

    .avt-hosting-card {
        grid-template-columns: auto minmax(0, 1fr);
        padding: 20px 17px;
    }

    .avt-hosting-price {
        grid-column: 2;
        margin-top: 7px;
    }

    .avt-hosting-price strong {
        font-size: 25px;
    }
}

/* AVANTHY PLANOS LEGIBILIDADE START */

/* Cabeçalho */

.avt-plans-header p {
    font-size: 17px !important;
    line-height: 1.75 !important;
}

.avt-plans-label {
    font-size: 12px !important;
}

/* Cards dos planos */

.avt-plan-card {
    min-height: 600px;
}

.avt-plan-type {
    font-size: 12px !important;
}

.avt-plan-badge {
    font-size: 10px !important;
}

.avt-plan-card h3 {
    font-size: 24px !important;
    line-height: 1.27 !important;
}

.avt-plan-description {
    min-height: 84px;
    font-size: 15px !important;
    line-height: 1.68 !important;
}

.avt-plan-features {
    gap: 13px !important;
}

.avt-plan-features li {
    padding-left: 28px !important;
    color: #49596d !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}

.avt-plan-features li::before {
    width: 19px !important;
    height: 19px !important;
    font-size: 11px !important;
}

.avt-plan-button {
    min-height: 54px !important;
    font-size: 14px !important;
}

/* Projeto personalizado */

.avt-custom-copy > span {
    font-size: 10px !important;
}

.avt-custom-copy h3 {
    font-size: 23px !important;
}

.avt-custom-copy p {
    font-size: 14px !important;
    line-height: 1.65 !important;
}

.avt-custom-price small {
    font-size: 10px !important;
}

.avt-custom-price strong {
    font-size: 20px !important;
}

.avt-custom-button {
    min-height: 50px !important;
    font-size: 14px !important;
}

/* Hospedagem */

.avt-hosting-label {
    font-size: 10px !important;
}

.avt-hosting-header h3 {
    font-size: 30px !important;
}

.avt-hosting-header > p {
    font-size: 14px !important;
    line-height: 1.65 !important;
}

.avt-hosting-copy > span {
    font-size: 9px !important;
}

.avt-hosting-copy strong {
    font-size: 15px !important;
    line-height: 1.4 !important;
}

.avt-hosting-copy p {
    font-size: 12px !important;
    line-height: 1.62 !important;
}

.avt-hosting-price span {
    font-size: 11px !important;
}

.avt-hosting-price strong {
    font-size: 26px !important;
}

.avt-hosting-price small {
    font-size: 10px !important;
}

.avt-hosting-badge {
    font-size: 8px !important;
}

/* Observação final */

.avt-plans-note {
    max-width: 760px !important;
    font-size: 11px !important;
    line-height: 1.65 !important;
}

/* Tablet */

@media (max-width: 980px) {
    .avt-plan-card {
        min-height: 0;
    }
}

/* Mobile */

@media (max-width: 700px) {
    .avt-plans-header p {
        font-size: 15px !important;
    }

    .avt-plans-label {
        font-size: 11px !important;
    }

    .avt-plan-type {
        font-size: 11px !important;
    }

    .avt-plan-card h3 {
        font-size: 23px !important;
    }

    .avt-plan-description {
        min-height: 0;
        font-size: 15px !important;
    }

    .avt-plan-features li {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .avt-plan-button {
        font-size: 14px !important;
    }

    .avt-custom-copy h3 {
        font-size: 21px !important;
    }

    .avt-custom-copy p {
        font-size: 13px !important;
    }

    .avt-custom-button {
        font-size: 14px !important;
    }

    .avt-hosting-header h3 {
        font-size: 26px !important;
    }

    .avt-hosting-header > p {
        font-size: 13px !important;
    }

    .avt-hosting-copy strong {
        font-size: 15px !important;
    }

    .avt-hosting-copy p {
        font-size: 12px !important;
    }

    .avt-hosting-price strong {
        font-size: 27px !important;
    }

    .avt-plans-note {
        font-size: 11px !important;
    }
}

/* AVANTHY PLANOS LEGIBILIDADE END */

/* AVANTHY OBSERVACAO PLANOS START */
.avt-plans-note {
    max-width: 780px !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
}

@media (max-width: 700px) {
    .avt-plans-note {
        font-size: 12px !important;
    }
}
/* AVANTHY OBSERVACAO PLANOS END */
