.acoes-page {
    color: #fff;
    background: #020044;
}

.acoes-page section {
    padding: 64px 0;
}

.acoes-hero {
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 18%, rgba(255, 204, 0, .24), transparent 30%),
        radial-gradient(circle at 5% 85%, rgba(33, 77, 191, .72), transparent 35%),
        #020044;
}

.acoes-hero__inner {
    min-height: 510px;
    display: flex;
    align-items: center;
}

.acoes-hero__content {
    width: 100%;
    max-width: none;
    text-align: left;
}

.acoes-hero h1,
.acoes-page h2,
.acoes-page h3,
.acoes-page p {
    margin-top: 0;
}

.acoes-hero h1 {
    margin-bottom: 18px;
    color: #ffcc00;
    font-size: clamp(40px, 6vw, 72px);
    line-height: 1.04;
}

.acoes-hero h2 {
    margin-bottom: 22px;
    font-size: clamp(26px, 3.4vw, 42px);
    line-height: 1.16;
}

.acoes-hero p,
.acoes-copy p,
.acoes-audience > p,
.acoes-simulation > p,
.acoes-support > p {
    font-size: 18px;
    line-height: 1.6;
}

.acoes-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
    padding: 15px 26px;
    color: #00188f;
    background: #ffcc00;
    border: 0;
    border-radius: 28px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    width: auto;
}

.acoes-button:hover,
.acoes-button:focus-visible {
    color: #00188f;
    background: #ffda35;
}

.service-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.service-section-lead {
    max-width: 900px;
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 1.6;
}

.acoes-copy a:not(.acoes-button) {
    color: #ffcc00;
    font-weight: 700;
}

.acoes-section--surface {
    background: #09055d;
}

.acoes-page .service-section--light {
    color: #00188f;
    background: #fff;
}

.service-section--light h2,
.service-section--light h3,
.service-section--light p,
.service-section--light li {
    color: #00188f;
}

.acoes-page h2,
.acoes-section__title {
    margin-bottom: 28px;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.1;
}

.acoes-copy h3,
.acoes-simulation h3,
.acoes-support h3 {
    margin: 28px 0 12px;
    color: #ffcc00;
    font-size: 22px;
}

.acoes-copy p + p {
    margin-top: 20px;
}

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

.acoes-benefit,
.acoes-support__grid > div {
    padding: 28px;
    background: rgba(0, 0, 58, .76);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 18px;
}

.acoes-benefit h3,
.acoes-support__grid h3 {
    margin-bottom: 13px;
    color: #ffcc00;
    font-size: 21px;
    line-height: 1.2;
}

.acoes-benefit p,
.acoes-support__grid p,
.acoes-support__grid li {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.55;
}

.acoes-audience ul,
.acoes-support ul {
    display: grid;
    gap: 12px;
    margin: 26px 0;
    padding: 0;
    list-style: none;
}

.acoes-audience ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 48px;
}

.acoes-audience li,
.acoes-support li {
    position: relative;
    padding-left: 28px;
    line-height: 1.5;
}

.acoes-audience li::before,
.acoes-support li::before {
    content: '';
    position: absolute;
    top: .58em;
    left: 0;
    width: 10px;
    height: 10px;
    background: #ffcc00;
    border-radius: 50%;
}

.acoes-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.acoes-steps li {
    min-height: 222px;
    padding: 30px 24px;
    background: #020044;
    border-radius: 18px;
}

.acoes-step__number {
    display: block;
    margin-bottom: 32px;
    color: #ffcc00;
    font-size: 26px;
    font-weight: 700;
}

.acoes-steps h3 {
    margin-bottom: 12px;
    font-size: 21px;
    line-height: 1.2;
}

.acoes-steps p {
    margin-bottom: 0;
    line-height: 1.5;
}

.acoes-conditions {
    display: flex;
    justify-content: center;
}

.acoes-conditions .acoes-copy {
    width: 100%;
    padding: 38px;
    background: linear-gradient(120deg, #111a78, #020044);
    border: 1px solid rgba(255, 204, 0, .38);
    border-radius: 22px;
}

.acoes-amount {
    margin-bottom: 28px;
    color: #ffcc00;
    font-size: clamp(38px, 5vw, 62px);
    font-weight: 700;
}

.acoes-simulation {
    max-width: 900px;
}

.acoes-simulation dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 30px 0;
}

.acoes-simulation dl.acoes-simulation__metrics--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.acoes-simulation dl > div {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
}

.acoes-simulation dt {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .74);
}

.acoes-simulation dd {
    margin: 0;
    color: #ffcc00;
    font-size: 28px;
    font-weight: 700;
}

.acoes-support > p {
    max-width: 850px;
}

.acoes-support__grid {
    margin: 30px 0;
}

.acoes-support a {
    color: #ffcc00;
    font-weight: 700;
}

.crypto-assets {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0;
    padding: 0;
    list-style: none;
    color: #ffcc00;
    font-size: 18px;
    font-weight: 700;
}

.service-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 30px;
    margin: 28px 0;
    padding: 0;
    list-style: none;
    color: #ffcc00;
    font-size: 18px;
    font-weight: 700;
}

.acoes-faq {
    display: grid;
    gap: 12px;
}

.acoes-faq details {
    padding: 0 24px;
    background: #020044;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
}

.acoes-faq summary {
    padding: 21px 30px 21px 0;
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    font-weight: 700;
}

.acoes-faq details p {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, .86);
    line-height: 1.55;
}

@media (max-width: 900px) {
    .acoes-benefits,
    .acoes-steps,
    .acoes-support__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .acoes-page section {
        padding: 46px 0;
    }

    .acoes-hero__inner {
        min-height: 430px;
    }

    .acoes-hero p,
    .acoes-copy p,
    .acoes-audience > p,
    .acoes-simulation > p,
    .acoes-support > p {
        font-size: 16px;
    }

    .service-section-lead {
        font-size: 16px;
    }

    .acoes-benefits,
    .acoes-steps,
    .acoes-support__grid,
    .acoes-simulation dl,
    .acoes-audience ul {
        grid-template-columns: 1fr;
    }

    .acoes-simulation dl.acoes-simulation__metrics--three {
        grid-template-columns: 1fr;
    }

    .crypto-assets {
        grid-template-columns: 1fr;
    }

    .service-checklist {
        grid-template-columns: 1fr;
    }

    .acoes-benefit,
    .acoes-support__grid > div,
    .acoes-conditions .acoes-copy {
        padding: 24px;
    }

    .acoes-steps li {
        min-height: 0;
    }

    .acoes-steps li::before {
        margin-bottom: 20px;
    }
}
