/* =====================================================
   AVANTHY — HERO E BENEFÍCIOS V5
   ===================================================== */

.avt-hero-v5,
.avt-hero-v5 *,
.avt-benefits-v5,
.avt-benefits-v5 * {
    box-sizing: border-box;
}

/* =====================================================
   HERO
   ===================================================== */

.avt-hero-v5 {
    position: relative;
    overflow: hidden;
    padding: 104px 0 0;
    background:
        radial-gradient(
            circle at 82% 20%,
            rgba(0, 101, 163, 0.34),
            transparent 31%
        ),
        radial-gradient(
            circle at 10% 90%,
            rgba(255, 102, 0, 0.08),
            transparent 27%
        ),
        linear-gradient(
            145deg,
            #00182f 0%,
            #00234d 55%,
            #003c68 100%
        );
    color: #ffffff;
}

.avt-hero-v5::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.12;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.055) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.055) 1px,
            transparent 1px
        );
    background-size: 58px 58px;
    pointer-events: none;
}

.avt-hero-shell {
    position: relative;
    z-index: 2;
    display: grid;
    width: min(1180px, calc(100% - 40px));
    grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
    align-items: center;
    gap: 66px;
    margin: 0 auto;
    padding-bottom: 78px;
}

.avt-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    padding: 8px 13px;
    border: 1px solid rgba(103, 203, 241, 0.25);
    border-radius: 999px;
    background: rgba(0, 101, 163, 0.14);
    color: #86d8f6;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.avt-hero-label::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff6600;
    box-shadow: 0 0 0 5px rgba(255, 102, 0, 0.12);
}

.avt-hero-copy h1 {
    max-width: 670px;
    margin: 0 0 22px;
    color: #ffffff;
    font-family: Poppins, Arial, sans-serif;
    font-size: clamp(42px, 5.2vw, 67px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -0.055em;
}

.avt-hero-copy h1 span {
    color: #69cef4;
}

.avt-hero-description {
    max-width: 625px;
    margin: 0 0 29px;
    color: rgba(255, 255, 255, 0.73);
    font-size: 17px;
    line-height: 1.72;
}

.avt-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-bottom: 25px;
}

.avt-hero-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 24px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.avt-hero-primary {
    background:
        linear-gradient(
            135deg,
            #ff5700,
            #ff8129
        );
    box-shadow:
        0 14px 30px rgba(255, 102, 0, 0.28);
    color: #ffffff;
}

.avt-hero-secondary {
    border: 1px solid rgba(255, 255, 255, 0.19);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    backdrop-filter: blur(8px);
}

.avt-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 11px 19px;
    margin-bottom: 30px;
}

.avt-hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.69);
    font-size: 12px;
    font-weight: 500;
}

.avt-hero-trust svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #64cff5;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.avt-hero-metrics {
    display: grid;
    max-width: 600px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.avt-hero-metric {
    padding: 15px 16px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.065);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.avt-hero-metric strong {
    display: block;
    margin-bottom: 3px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.avt-hero-metric span {
    display: block;
    color: rgba(255, 255, 255, 0.51);
    font-size: 10px;
    line-height: 1.45;
}

/* Visual corporativo */

.avt-hero-visual {
    position: relative;
    min-width: 0;
    padding: 37px 13px 35px;
}

.avt-hero-glow {
    position: absolute;
    inset: 12% 8%;
    border-radius: 50%;
    background: rgba(0, 136, 203, 0.28);
    filter: blur(70px);
}

.avt-project-window {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    background: #f8fbfe;
    box-shadow:
        0 35px 80px rgba(0, 10, 28, 0.43),
        0 0 0 8px rgba(255, 255, 255, 0.045);
    transform: perspective(1100px) rotateY(-3deg) rotateX(1deg);
}

.avt-window-bar {
    display: grid;
    height: 45px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 0 15px;
    border-bottom: 1px solid #dce5ee;
    background: #ffffff;
}

.avt-window-dots {
    display: flex;
    gap: 5px;
}

.avt-window-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #cad5df;
}

.avt-window-dots span:first-child {
    background: #ff6600;
}

.avt-window-address {
    overflow: hidden;
    padding: 7px 12px;
    border-radius: 8px;
    background: #f0f5f9;
    color: #7d8999;
    font-size: 9px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.avt-window-status {
    color: #168858;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.avt-window-content {
    display: grid;
    min-height: 390px;
    grid-template-columns: 54px minmax(0, 1fr);
}

.avt-preview-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 19px;
    padding: 18px 0;
    background:
        linear-gradient(
            180deg,
            #001f45,
            #003c69
        );
}

.avt-preview-logo {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
    border-radius: 9px;
    background:
        linear-gradient(
            135deg,
            #ff5700,
            #ff8d3d
        );
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

.avt-preview-sidebar > span {
    width: 18px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.23);
}

.avt-preview-main {
    min-width: 0;
    padding: 17px;
}

.avt-preview-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.avt-preview-nav strong {
    color: #00234d;
    font-size: 12px;
}

.avt-preview-nav div {
    display: flex;
    gap: 9px;
}

.avt-preview-nav div span {
    width: 25px;
    height: 4px;
    border-radius: 999px;
    background: #d9e3eb;
}

.avt-preview-hero {
    display: grid;
    min-height: 205px;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 13px;
    overflow: hidden;
    padding: 23px;
    border-radius: 15px;
    background:
        linear-gradient(
            135deg,
            #e8f5fc,
            #f8fbfe
        );
}

.avt-preview-copy small {
    color: #0065a3;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.avt-preview-copy h2 {
    margin: 9px 0 8px;
    color: #00234d;
    font-size: 23px;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.avt-preview-copy p {
    margin: 0;
    color: #728092;
    font-size: 8px;
    line-height: 1.6;
}

.avt-preview-buttons {
    display: flex;
    gap: 7px;
    margin-top: 14px;
}

.avt-preview-buttons span {
    display: block;
    width: 55px;
    height: 18px;
    border-radius: 5px;
    background: #ff6600;
}

.avt-preview-buttons span:last-child {
    width: 48px;
    border: 1px solid #b9cbd8;
    background: #ffffff;
}

.avt-preview-art {
    position: relative;
    min-height: 150px;
}

.avt-preview-shape {
    position: absolute;
    inset: 7px;
    border-radius: 34% 66% 55% 45%;
    background:
        linear-gradient(
            145deg,
            #005f94,
            #6dd0f1
        );
    transform: rotate(-6deg);
}

.avt-preview-card {
    position: absolute;
    right: 3px;
    bottom: 4px;
    width: 104px;
    padding: 13px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 13px 26px rgba(0, 35, 77, 0.17);
}

.avt-preview-card span {
    display: block;
    width: 24px;
    height: 24px;
    margin-bottom: 9px;
    border-radius: 7px;
    background: #ff6600;
}

.avt-preview-card strong,
.avt-preview-card small {
    display: block;
    border-radius: 999px;
    background: #cddce7;
}

.avt-preview-card strong {
    width: 70px;
    height: 6px;
    margin-bottom: 6px;
}

.avt-preview-card small {
    width: 49px;
    height: 4px;
}

.avt-preview-services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 11px;
}

.avt-preview-services > div {
    min-width: 0;
    padding: 12px;
    border: 1px solid #e1e9f0;
    border-radius: 10px;
    background: #ffffff;
}

.avt-preview-services span {
    display: block;
    width: 22px;
    height: 22px;
    margin-bottom: 9px;
    border-radius: 7px;
    background: rgba(0, 101, 163, 0.12);
}

.avt-preview-services strong,
.avt-preview-services small {
    display: block;
    border-radius: 999px;
    background: #d2dfe8;
}

.avt-preview-services strong {
    width: 70%;
    height: 5px;
    margin-bottom: 6px;
}

.avt-preview-services small {
    width: 90%;
    height: 4px;
}

.avt-floating-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 166px;
    padding: 11px 13px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    background: rgba(0, 29, 63, 0.89);
    box-shadow: 0 15px 30px rgba(0, 10, 28, 0.32);
    backdrop-filter: blur(12px);
}

.avt-floating-responsive {
    top: 0;
    left: -12px;
}

.avt-floating-contact {
    right: -10px;
    bottom: 10px;
}

.avt-floating-domain {
    top: 79px;
    right: -20px;
}

.avt-floating-icon {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background:
        linear-gradient(
            135deg,
            #0077b1,
            #18a1d6
        );
}

.avt-floating-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.avt-floating-card strong {
    display: block;
    margin-bottom: 2px;
    color: #ffffff;
    font-size: 10px;
}

.avt-floating-card span {
    display: block;
    color: rgba(255, 255, 255, 0.56);
    font-size: 8px;
}

/* Faixa inferior */

.avt-hero-foundation {
    position: relative;
    z-index: 2;
    display: grid;
    width: min(1180px, 100%);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(0, 20, 45, 0.38);
}

.avt-hero-foundation > div {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 11px;
    min-width: 0;
    padding: 23px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.09);
}

.avt-hero-foundation > div:last-child {
    border-right: 0;
}

.avt-hero-foundation > div > strong {
    color: #ff6600;
    font-size: 10px;
}

.avt-hero-foundation span {
    color: rgba(255, 255, 255, 0.54);
    font-size: 9px;
    line-height: 1.5;
}

.avt-hero-foundation b {
    display: block;
    margin-bottom: 3px;
    color: #ffffff;
    font-size: 11px;
}

/* =====================================================
   BENEFÍCIOS
   ===================================================== */

.avt-benefits-v5 {
    position: relative;
    overflow: hidden;
    padding: 96px 0;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(0, 101, 163, 0.08),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            #f8fbfe,
            #eef5fb
        );
}

.avt-benefits-shell {
    display: grid;
    width: min(1180px, calc(100% - 40px));
    grid-template-columns: 0.88fr 1.12fr;
    align-items: stretch;
    gap: 29px;
    margin: 0 auto;
}

.avt-benefits-highlight {
    position: relative;
    min-height: 490px;
    overflow: hidden;
    padding: 43px 39px;
    border-radius: 25px;
    background:
        radial-gradient(
            circle at 90% 15%,
            rgba(51, 164, 208, 0.37),
            transparent 36%
        ),
        linear-gradient(
            145deg,
            #00234d,
            #004f7f
        );
    box-shadow:
        0 24px 55px rgba(0, 35, 77, 0.19);
    color: #ffffff;
}

.avt-benefits-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 27px;
    color: #7dd4f4;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.avt-benefits-label::before {
    content: "";
    width: 27px;
    height: 3px;
    border-radius: 999px;
    background: #ff6600;
}

.avt-benefits-main-icon {
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.09);
}

.avt-benefits-main-icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.avt-benefits-highlight h2 {
    max-width: 470px;
    margin: 0 0 19px;
    color: #ffffff;
    font-size: clamp(31px, 3.6vw, 46px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.avt-benefits-highlight h2 span {
    color: #6fd0f3;
}

.avt-benefits-highlight > p {
    max-width: 490px;
    margin: 0 0 27px;
    color: rgba(255, 255, 255, 0.69);
    font-size: 15px;
    line-height: 1.72;
}

.avt-benefits-points {
    display: grid;
    gap: 11px;
}

.avt-benefits-points span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.83);
    font-size: 13px;
    font-weight: 600;
}

.avt-benefits-points i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff6600;
    box-shadow: 0 0 0 5px rgba(255, 102, 0, 0.11);
}

.avt-benefits-detail {
    position: absolute;
    right: -27px;
    bottom: -56px;
    color: rgba(255, 255, 255, 0.045);
    font-size: 230px;
    font-weight: 800;
    line-height: 1;
}

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

.avt-benefit-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 29px 26px 27px;
    border: 1px solid rgba(0, 35, 77, 0.09);
    border-radius: 20px;
    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f9fbfd
        );
    box-shadow:
        0 16px 37px rgba(0, 35, 77, 0.075);
    transition:
        transform 0.24s ease,
        box-shadow 0.24s ease;
}

.avt-benefit-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 23px;
    left: 23px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background:
        linear-gradient(
            90deg,
            #0065a3,
            #36a6d2
        );
}

.avt-benefit-card:nth-child(2)::before,
.avt-benefit-card:nth-child(4)::before {
    background:
        linear-gradient(
            90deg,
            #ff5700,
            #ff934d
        );
}

.avt-benefit-number {
    position: absolute;
    top: 20px;
    right: 21px;
    color: rgba(0, 35, 77, 0.12);
    font-size: 15px;
    font-weight: 800;
}

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

.avt-benefit-card:nth-child(2)
.avt-benefit-icon,
.avt-benefit-card:nth-child(4)
.avt-benefit-icon {
    background:
        linear-gradient(
            145deg,
            #ff5700,
            #ff8c38
        );
    box-shadow:
        0 10px 23px rgba(255, 102, 0, 0.19);
}

.avt-benefit-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.avt-benefit-card h3 {
    margin: 0 0 11px;
    color: #00234d;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: -0.02em;
}

.avt-benefit-card p {
    margin: 0;
    color: #617084;
    font-size: 14px;
    line-height: 1.68;
}

@media (hover: hover) {
    .avt-hero-button:hover {
        transform: translateY(-2px);
    }

    .avt-benefit-card:hover {
        transform: translateY(-5px);
        box-shadow:
            0 24px 48px rgba(0, 35, 77, 0.12);
    }
}

/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 980px) {
    .avt-hero-shell {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .avt-hero-copy {
        max-width: 760px;
    }

    .avt-hero-visual {
        width: min(650px, 100%);
        margin: 0 auto;
    }

    .avt-hero-foundation {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .avt-benefits-highlight {
        min-height: 0;
    }
}

/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 700px) {
    .avt-hero-v5 {
        padding-top: 69px;
    }

    .avt-hero-shell {
        width: calc(100% - 32px);
        gap: 39px;
        padding-bottom: 55px;
    }

    .avt-hero-label {
        margin-bottom: 17px;
        font-size: 9px;
    }

    .avt-hero-copy h1 {
        margin-bottom: 18px;
        font-size: 39px;
        line-height: 1.08;
    }

    .avt-hero-description {
        margin-bottom: 24px;
        font-size: 15px;
        line-height: 1.68;
    }

    .avt-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

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

    .avt-hero-trust {
        display: grid;
        gap: 10px;
    }

    .avt-hero-trust span {
        font-size: 12px;
    }

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

    .avt-hero-metric {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .avt-hero-metric strong {
        margin-bottom: 0;
        font-size: 14px;
    }

    .avt-hero-metric span {
        text-align: right;
    }

    .avt-hero-visual {
        padding: 25px 0 14px;
    }

    .avt-project-window {
        border-radius: 17px;
        transform: none;
    }

    .avt-window-content {
        min-height: 330px;
        grid-template-columns: 43px minmax(0, 1fr);
    }

    .avt-preview-main {
        padding: 12px;
    }

    .avt-preview-hero {
        min-height: 170px;
        grid-template-columns: 1fr;
        padding: 17px;
    }

    .avt-preview-copy h2 {
        font-size: 19px;
    }

    .avt-preview-art {
        display: none;
    }

    .avt-preview-services {
        grid-template-columns: repeat(3, minmax(88px, 1fr));
        overflow: hidden;
    }

    .avt-floating-domain {
        display: none;
    }

    .avt-floating-responsive {
        top: 0;
        left: -5px;
    }

    .avt-floating-contact {
        right: -5px;
        bottom: -5px;
    }

    .avt-floating-card {
        min-width: 145px;
        padding: 9px 10px;
    }

    .avt-floating-icon {
        width: 30px;
        height: 30px;
    }

    .avt-hero-foundation {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .avt-hero-foundation > div {
        padding: 19px 17px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    }

    .avt-hero-foundation span {
        font-size: 11px;
    }

    .avt-hero-foundation b {
        font-size: 12px;
    }

    .avt-benefits-v5 {
        padding: 70px 0 74px;
    }

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

    .avt-benefits-highlight {
        padding: 31px 25px 34px;
        border-radius: 21px;
    }

    .avt-benefits-label {
        margin-bottom: 22px;
        font-size: 9px;
    }

    .avt-benefits-main-icon {
        width: 53px;
        height: 53px;
        margin-bottom: 22px;
    }

    .avt-benefits-highlight h2 {
        margin-bottom: 16px;
        font-size: 31px;
        line-height: 1.15;
    }

    .avt-benefits-highlight > p {
        font-size: 14px;
    }

    .avt-benefits-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .avt-benefit-card {
        padding: 25px 22px 24px;
        border-radius: 18px;
    }

    .avt-benefit-card h3 {
        font-size: 19px;
    }

    .avt-benefit-card p {
        font-size: 14px;
    }
}

/* AVANTHY PILARES HERO V2 START */

.avt-hero-foundation-v2,
.avt-hero-foundation-v2 * {
    box-sizing: border-box;
}

.avt-hero-foundation-v2 {
    position: relative;
    z-index: 3;
    display: grid;
    width: min(1180px, calc(100% - 40px));
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 0 auto 34px;
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background:
        linear-gradient(
            135deg,
            rgba(0, 19, 44, 0.82),
            rgba(0, 49, 86, 0.65)
        );
    box-shadow:
        0 24px 58px rgba(0, 10, 28, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

.avt-foundation-card {
    position: relative;
    display: grid;
    min-width: 0;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    overflow: hidden;
    padding: 21px 18px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 17px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.095),
            rgba(255, 255, 255, 0.035)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition:
        transform 0.24s ease,
        border-color 0.24s ease,
        background 0.24s ease;
}

.avt-foundation-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 18px;
    left: 18px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background:
        linear-gradient(
            90deg,
            #0065a3,
            #51c4ed
        );
}

.avt-foundation-orange::after {
    background:
        linear-gradient(
            90deg,
            #ff5700,
            #ff9a55
        );
}

.avt-foundation-icon {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    background:
        linear-gradient(
            145deg,
            #005f93,
            #168ec1
        );
    box-shadow:
        0 10px 22px rgba(0, 15, 39, 0.24);
}

.avt-foundation-orange .avt-foundation-icon {
    background:
        linear-gradient(
            145deg,
            #ff5700,
            #ff8d3c
        );
    box-shadow:
        0 10px 22px rgba(255, 102, 0, 0.23);
}

.avt-foundation-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.avt-foundation-content {
    min-width: 0;
}

.avt-foundation-content > span {
    display: block;
    margin-bottom: 5px;
    color: #62caef;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.10em;
}

.avt-foundation-orange
.avt-foundation-content > span {
    color: #ff8c45;
}

.avt-foundation-content h3 {
    margin: 0 0 7px;
    color: #ffffff;
    font-family: Poppins, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.015em;
}

.avt-foundation-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.61);
    font-family: Poppins, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.58;
}

@media (hover: hover) {
    .avt-foundation-card:hover {
        transform: translateY(-5px);
        border-color: rgba(102, 204, 241, 0.27);
        background:
            linear-gradient(
                145deg,
                rgba(255, 255, 255, 0.13),
                rgba(255, 255, 255, 0.05)
            );
    }

    .avt-foundation-orange:hover {
        border-color: rgba(255, 102, 0, 0.35);
    }
}

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

@media (max-width: 700px) {
    .avt-hero-foundation-v2 {
        width: calc(100% - 32px);
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 25px;
        padding: 12px;
        border-radius: 20px;
    }

    .avt-foundation-card {
        gap: 13px;
        padding: 18px 16px;
        border-radius: 16px;
    }

    .avt-foundation-icon {
        width: 43px;
        height: 43px;
        border-radius: 13px;
    }

    .avt-foundation-content h3 {
        font-size: 15px;
    }

    .avt-foundation-content p {
        font-size: 13px;
        line-height: 1.6;
    }
}

/* AVANTHY PILARES HERO V2 END */

/* AVANTHY CARDS BRANCOS WATERMARK START */

/* Remove completamente o painel externo */

.avt-hero-foundation-v2 {
    width: min(1180px, calc(100% - 40px)) !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 17px !important;
    margin: 0 auto 45px !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    overflow: visible !important;
}

/* Remove decorações externas */

.avt-hero-foundation-v2::before,
.avt-hero-foundation-v2::after {
    content: none !important;
    display: none !important;
}

/* Cards brancos premium */

.avt-hero-foundation-v2 .avt-foundation-card,
.avt-hero-foundation-v2 .avt-foundation-card:nth-child(1),
.avt-hero-foundation-v2 .avt-foundation-card:nth-child(2),
.avt-hero-foundation-v2 .avt-foundation-card:nth-child(3),
.avt-hero-foundation-v2 .avt-foundation-card:nth-child(4),
.avt-hero-foundation-v2 .avt-foundation-orange {
    position: relative !important;
    isolation: isolate !important;
    min-height: 190px !important;
    overflow: hidden !important;

    grid-template-columns: auto minmax(0, 1fr) !important;
    gap: 16px !important;
    padding: 27px 22px !important;

    border: 1px solid rgba(0, 35, 77, 0.10) !important;
    border-radius: 20px !important;

    background:
        repeating-linear-gradient(
            135deg,
            rgba(0, 101, 163, 0.027) 0,
            rgba(0, 101, 163, 0.027) 1px,
            transparent 1px,
            transparent 18px
        ),
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f8fbfe 100%
        ) !important;

    box-shadow:
        0 18px 42px rgba(0, 35, 77, 0.11),
        inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
}

/* Marca d'água com linhas no canto direito */

.avt-hero-foundation-v2
.avt-foundation-card::before {
    content: "" !important;
    position: absolute !important;
    z-index: -1 !important;

    top: -38px !important;
    right: -48px !important;

    display: block !important;
    width: 185px !important;
    height: 185px !important;

    border: 1px solid rgba(0, 101, 163, 0.055) !important;
    border-radius: 50% !important;

    background:
        repeating-radial-gradient(
            circle,
            transparent 0,
            transparent 13px,
            rgba(0, 101, 163, 0.045) 14px,
            transparent 15px
        ) !important;

    opacity: 1 !important;
    pointer-events: none !important;
}

/* Remove os números */

.avt-hero-foundation-v2
.avt-foundation-content > span {
    display: none !important;
}

/* Barra superior de cada card */

.avt-hero-foundation-v2
.avt-foundation-card::after {
    content: "" !important;
    position: absolute !important;

    top: 0 !important;
    right: 22px !important;
    left: 22px !important;

    display: block !important;
    height: 4px !important;

    border-radius: 0 0 999px 999px !important;
    background: #0065a3 !important;
    box-shadow: none !important;
}

.avt-hero-foundation-v2
.avt-foundation-card:nth-child(2)::after {
    background: #058b83 !important;
}

.avt-hero-foundation-v2
.avt-foundation-card:nth-child(3)::after {
    background: #7251b5 !important;
}

.avt-hero-foundation-v2
.avt-foundation-card:nth-child(4)::after {
    background: #ff6600 !important;
}

/* Ícones: uma cor para cada card */

.avt-hero-foundation-v2
.avt-foundation-icon {
    width: 52px !important;
    height: 52px !important;
    flex-shrink: 0 !important;

    border: 0 !important;
    border-radius: 15px !important;

    background:
        linear-gradient(
            145deg,
            #00234d,
            #0065a3
        ) !important;

    box-shadow:
        0 12px 25px rgba(0, 35, 77, 0.22) !important;
}

.avt-hero-foundation-v2
.avt-foundation-card:nth-child(2)
.avt-foundation-icon {
    background:
        linear-gradient(
            145deg,
            #006f69,
            #11a79d
        ) !important;

    box-shadow:
        0 12px 25px rgba(5, 139, 131, 0.22) !important;
}

.avt-hero-foundation-v2
.avt-foundation-card:nth-child(3)
.avt-foundation-icon {
    background:
        linear-gradient(
            145deg,
            #51318b,
            #8c68ce
        ) !important;

    box-shadow:
        0 12px 25px rgba(114, 81, 181, 0.22) !important;
}

.avt-hero-foundation-v2
.avt-foundation-card:nth-child(4)
.avt-foundation-icon,
.avt-hero-foundation-v2
.avt-foundation-orange
.avt-foundation-icon {
    background:
        linear-gradient(
            145deg,
            #e94e00,
            #ff8129
        ) !important;

    box-shadow:
        0 12px 25px rgba(255, 102, 0, 0.24) !important;
}

/* Desenhos internos brancos */

.avt-hero-foundation-v2
.avt-foundation-icon svg,
.avt-hero-foundation-v2
.avt-foundation-orange
.avt-foundation-icon svg {
    width: 24px !important;
    height: 24px !important;

    fill: none !important;
    stroke: #ffffff !important;
    stroke-opacity: 1 !important;
}

/* Conteúdo */

.avt-hero-foundation-v2
.avt-foundation-content {
    position: relative !important;
    z-index: 2 !important;
    min-width: 0 !important;
}

.avt-hero-foundation-v2
.avt-foundation-content h3 {
    margin: 5px 0 9px !important;

    color: #00234d !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;

    text-shadow: none !important;
}

.avt-hero-foundation-v2
.avt-foundation-content p {
    margin: 0 !important;

    color: #627186 !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
}

/* Hover discreto */

@media (hover: hover) {
    .avt-hero-foundation-v2
    .avt-foundation-card:hover {
        transform: translateY(-6px) !important;

        border-color: rgba(0, 101, 163, 0.20) !important;

        box-shadow:
            0 27px 52px rgba(0, 35, 77, 0.16),
            inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
    }
}

/* Tablet */

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

/* Mobile */

@media (max-width: 700px) {
    .avt-hero-foundation-v2 {
        width: calc(100% - 32px) !important;
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        margin-bottom: 34px !important;
    }

    .avt-hero-foundation-v2
    .avt-foundation-card {
        min-height: 150px !important;
        padding: 23px 19px !important;
        border-radius: 18px !important;
    }

    .avt-hero-foundation-v2
    .avt-foundation-icon {
        width: 49px !important;
        height: 49px !important;
    }

    .avt-hero-foundation-v2
    .avt-foundation-content h3 {
        font-size: 18px !important;
    }

    .avt-hero-foundation-v2
    .avt-foundation-content p {
        font-size: 14px !important;
    }

    .avt-hero-foundation-v2
    .avt-foundation-card::before {
        width: 150px !important;
        height: 150px !important;
    }
}

/* AVANTHY CARDS BRANCOS WATERMARK END */
