/* ========================================
   RADAR EXMAX® — LANDING PAGE
======================================== */

/* Hero */

/* O que é o Radar */
.radar-about {
    background: #ffffff;
    padding: 54px 0;
}

.radar-about-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;

    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 56px;
    align-items: center;
}

.radar-about-title {
    margin: 0;
    color: #071a33;
    font-size: 1.75rem;
    line-height: 1.2;
}

.radar-about-description {
    margin: 18px 0 0;
    max-width: 430px;

    color: #42526a;
    font-size: 1rem;
    line-height: 1.7;
}
.radar-about-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.radar-about-feature {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.radar-about-feature > svg {
    width: 30px;
    height: 30px;
    margin-bottom: 16px;
    color: #1769e8;
    stroke-width: 1.7;
}

.radar-about-feature h3 {
    margin: 0 0 8px;
    color: #071a33;
    font-size: 0.95rem;
}

.radar-about-feature p {
    margin: 0;
    color: #5a6678;
    font-size: 0.82rem;
    line-height: 1.55;
}

/* Cinco pilares */
.radar-pillars {
    background: #f5f8fc;
    padding: 54px 0;
}

.radar-pillars-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.radar-pillars-header {
    margin-bottom: 32px;
    text-align: center;
}

.radar-pillars-title {
    margin: 0;
    color: #071a33;
    font-size: 1.75rem;
    line-height: 1.2;
}

.radar-pillars-description {
    margin: 10px auto 0;
    color: #5a6678;
    font-size: 0.95rem;
    line-height: 1.6;
}

.radar-pillars-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.radar-pillar-card {
    min-height: 230px;
    padding: 26px 20px 22px;

    background: #ffffff;
    border: 1px solid #e7edf5;
    border-radius: 10px;

    text-align: center;

    box-shadow: 0 8px 24px rgba(7, 26, 51, 0.05);
}

.radar-pillar-card-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 18px;

    color: #20cbd4;
    stroke-width: 1.7;
}
/* Cores dos pilares */

.radar-pillar-strategy .radar-pillar-card-icon {
    color: #20cbd4;
}

.radar-pillar-market .radar-pillar-card-icon {
    color: #1769e8;
}

.radar-pillar-process .radar-pillar-card-icon {
    color: #7b3fc6;
}

.radar-pillar-people .radar-pillar-card-icon {
    color: #f58220;
}

.radar-pillar-finance .radar-pillar-card-icon {
    color: #36a852;
}
.radar-pillar-strategy {
    border-bottom: 3px solid #20cbd4;
}

.radar-pillar-market {
    border-bottom: 3px solid #1769e8;
}

.radar-pillar-process {
    border-bottom: 3px solid #7b3fc6;
}

.radar-pillar-people {
    border-bottom: 3px solid #f58220;
}

.radar-pillar-finance {
    border-bottom: 3px solid #36a852;
}

.radar-pillar-card h3 {
    margin: 0 0 12px;

    color: #071a33;
    font-size: 0.88rem;
}

.radar-pillar-card > p {
    margin: 0;

    color: #4f5d70;
    font-size: 0.82rem;
    line-height: 1.55;
}

.radar-pillar-example {
    margin-top: 20px;
    padding: 12px;

    background: #f2fbfb;
    border-radius: 7px;
}

.radar-pillar-example span {
    color: #168e96;
    font-size: 0.68rem;
}

.radar-pillar-example p {
    margin: 7px 0 0;

    color: #39485b;
    font-size: 0.76rem;
    line-height: 1.45;
}


/* Como funciona */
.radar-process {
    background: #06182f;
    padding: 54px 0;
    color: #ffffff;
}

.radar-process-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.radar-process-header {
    text-align: center;
    margin-bottom: 36px;
}

.radar-process-title {
    margin: 0;
    color: #ffffff;
    font-size: 1.75rem;
    line-height: 1.2;
}

.radar-process-description {
    margin: 10px auto 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    line-height: 1.6;
}
.radar-process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;

    width: 100%;
    max-width: 1080px;

    margin: 0 auto;
    position: relative;
}

.radar-process-step {
    text-align: center;
}

.radar-process-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: rgba(34, 213, 223, 0.12);
    border: 1px solid rgba(34, 213, 223, 0.35);
}

.radar-process-icon svg {
    width: 25px;
    height: 25px;
    color: #22d5df;
    stroke-width: 1.7;
}

.radar-process-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 20px;
    height: 20px;
    margin-bottom: 8px;

    border-radius: 50%;
    background: #22d5df;

    color: #06182f;
    font-size: 0.68rem;
    font-weight: 700;
}

.radar-process-step h3 {
    margin: 0 0 9px;
    color: #ffffff;
    font-size: 0.95rem;
}

.radar-process-step p {
    margin: 0 auto;
    max-width: 220px;

    color: rgba(255, 255, 255, 0.68);
    font-size: 0.78rem;
    line-height: 1.55;
}

/* Benefícios e metodologia */
.radar-benefits {
    background: #ffffff;
    padding: 46px 0 28px;
}

.radar-benefits-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 38px;
    align-items: start;
}

.radar-benefits-column,
.radar-methodology-column,
.radar-benefits-cta {
    min-width: 0;
}

.radar-benefits-container h2 {
    margin: 0 0 18px;
    color: #071a33;
    font-size: 1.3rem;
    line-height: 1.2;
}

.radar-benefits-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.radar-benefits-column li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 26px;

    color: #42526a;
    font-size: 0.9rem;
    line-height: 1.45;
}

.radar-benefits-column li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;

    width: auto;
    height: auto;

    color: #20cbd4;
    background: none;
    border: none;
    border-radius: 0;

    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
}
.radar-benefits-column li::after {
    display: none;
    content: none;
}

.radar-methodology-column {
    padding-left: 32px;
    border-left: 1px solid #dce5ef;
}

.radar-methodology-column p,
.radar-benefits-cta p {
    margin: 0;

    color: #42526a;
    font-size: 0.9rem;
    line-height: 1.6;
}

.radar-benefits-cta {
    padding-left: 32px;
    border-left: 1px solid #dce5ef;
}

.radar-benefits-cta .button {
    margin-top: 20px;
}

/* CTA final */

/* Responsividade */
/* ========================================
   HERO
======================================== */

.radar-hero {
    background: #06182f;
    color: #ffffff;
    padding: calc(var(--header-height-desktop) + 56px) 0 56px;
}

.radar-hero-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.radar-hero-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.2fr)
        minmax(380px, 0.8fr);

    align-items: center;

    gap: 52px;
}

.radar-hero-content {
    max-width: 680px;
}

.radar-hero-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.6rem, 4.4vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}
.radar-hero-title span {
    color: #22d5df;
}

.radar-hero-description {
    margin: 24px 0 0;
    max-width: 520px;
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

.radar-hero-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 32px;
}

.radar-hero-highlight {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.radar-hero-highlight-icon {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    color: #22d5df;
    stroke-width: 1.8;
}

.radar-hero-highlight-text {
    font-size: 0.92rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.88);
}

.radar-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.radar-hero-button,
.radar-hero-link {
    min-height: 52px;
    padding: 0 24px;
}
.radar-hero-link {
    color: #ffffff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.radar-hero-link:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.65);
}

.radar-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
}

.radar-dashboard {
    width: 100%;
    max-width: 500px;

    padding: 22px 22px 18px;

    border: 1px solid rgba(53, 211, 220, 0.28);
    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            rgba(11, 39, 67, 0.96),
            rgba(4, 22, 43, 0.96)
        );

    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);

    box-sizing: border-box;
}

.dashboard-stage {
    position: relative;

    width: 100%;
    height: 335px;
}
.dashboard-stage {
    position: relative;
    width: 100%;
    min-height: 470px;
}

.dashboard-score {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 112px;
    height: 112px;

    border-radius: 50%;
    background: rgba(3, 21, 42, 0.92);

    transform: translate(-50%, -50%);
}

.dashboard-score-value {
    color: #ffffff;
    font-size: 2.8rem;
    line-height: 1;
}

.dashboard-score-scale {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    text-transform: uppercase;
}

.dashboard-radar-ring-1 {
    width: 225px;
    height: 225px;
}

.dashboard-radar-ring-2 {
    width: 164px;
    height: 164px;
}

.dashboard-radar-ring-3 {
    width: 109px;
    height: 109px;
}

.dashboard-radar-ring {
    position: absolute;
    top: 50%;
    left: 50%;

    border: 1px solid rgba(72, 210, 220, 0.20);
    border-radius: 50%;

    transform: translate(-50%, -50%);
}

.dashboard-radar-ring-1 {
    width: 300px;
    height: 300px;
}

.dashboard-radar-ring-2 {
    width: 218px;
    height: 218px;
}

.dashboard-radar-ring-3 {
    width: 145px;
    height: 145px;
}
.dashboard-radar-axis {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 1px;
    height: 112px;

    background: rgba(72, 210, 220, 0.18);
    transform-origin: bottom center;
}

.dashboard-radar-axis-1 {
    transform: translate(-50%, -100%) rotate(0deg);
}

.dashboard-radar-axis-2 {
    transform: translate(-50%, -100%) rotate(72deg);
}

.dashboard-radar-axis-3 {
    transform: translate(-50%, -100%) rotate(144deg);
}

.dashboard-radar-axis-4 {
    transform: translate(-50%, -100%) rotate(216deg);
}

.dashboard-radar-axis-5 {
    transform: translate(-50%, -100%) rotate(288deg);
}
.dashboard-radar-shape {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 188px;
    height: 188px;

    background:
        linear-gradient(
            145deg,
            rgba(27, 211, 220, 0.58),
            rgba(28, 111, 245, 0.30)
        );

    clip-path: polygon(
        50% 4%,
        93% 36%,
        78% 88%,
        22% 82%,
        10% 34%
    );

    border: 1px solid rgba(39, 224, 229, 0.9);
    filter: drop-shadow 0 0 12px rgba(30, 220, 225, 0.18);

    transform: translate(-50%, -50%);
}
.dashboard-radar-point {
    position: absolute;
    z-index: 2;

    width: 10px;
    height: 10px;

    border: 2px solid #7ff9ff;
    border-radius: 50%;
    background: #14cbd3;

    box-shadow: 0 0 12px rgba(20, 203, 211, 0.7);
}

.dashboard-radar-point-1 {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.dashboard-radar-point-2 {
    top: 34%;
    right: 18px;
}

.dashboard-radar-point-3 {
    right: 58px;
    bottom: 28px;
}

.dashboard-radar-point-4 {
    left: 58px;
    bottom: 38px;
}

.dashboard-radar-point-5 {
    top: 34%;
    left: 20px;
}
.dashboard-pillars {
    position: absolute;
    inset: 0;
    z-index: 4;

    pointer-events: none;
}

.dashboard-pillar {
    position: absolute;

    display: flex;
    flex-direction: column;
    gap: 3px;

    color: #ffffff;
    font-size: 0.72rem;
    line-height: 1.2;
}

.dashboard-pillar strong {
    font-size: 0.76rem;
    letter-spacing: 0.02em;
}

.dashboard-pillar span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.68rem;
}

.dashboard-pillar-strategy {
    top: 12px;
    left: 50%;
    align-items: center;
    transform: translateX(-50%);
}

.dashboard-pillar-market {
    top: 32%;
    right: 18px;
}

.dashboard-pillar-process {
    right: 28px;
    bottom: 60px;
}

.dashboard-pillar-people {
    bottom: 60px;
    left: 30px;
}

.dashboard-pillar-finance {
    top: 32%;
    left: 18px;
    align-items: flex-end;
}
.dashboard-pillar-heading {
    display: flex;
    align-items: center;
    gap: 9px;
}

.dashboard-pillar-heading {
    display: flex;

    align-items: center;

    gap: 6px;

    white-space: nowrap;
}

.dashboard-pillar strong {
    color: #ffffff;

    font-size: 0.68rem;
    font-weight: 700;

    letter-spacing: 0.015em;

    text-transform: uppercase;
}

.dashboard-pillar span {
    color: #22d5df;

    font-size: 0.68rem;
    font-weight: 700;
}

.dashboard-pillar-icon {
    width: 21px;
    height: 21px;

    color: #22d5df;

    stroke-width: 1.8;
}

.dashboard-pillar-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    color: #22d5df;
    font-size: 1.8rem;
    font-weight: 400;
}

.dashboard-example-note {
    display: flex;

    align-items: center;

    gap: 10px;

    padding-top: 12px;

    border-top:
        1px solid rgba(255, 255, 255, 0.12);
}

.dashboard-example-note p {
    margin: 0;

    color: rgba(255, 255, 255, 0.70);

    font-size: 0.62rem;
    line-height: 1.45;
}

.dashboard-example-info {
    display: flex;

    flex: 0 0 auto;

    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;

    border: 1px solid rgba(35, 138, 255, 0.80);
    border-radius: 50%;

    color: #2993ff;

    font-size: 0.7rem;
    font-weight: 700;
}

/* ========================================
   AJUSTE DE ESPAÇAMENTO ENTRE SEÇÕES
======================================== */

.radar-about {
    padding: 38px 0;
}

.radar-pillars {
    padding: 40px 0;
}

.radar-process {
    padding: 40px 0;
}

.radar-benefits {
    padding: 38px 0 24px;
}
.radar-process {
    padding: 34px 0 32px;
}

.radar-process-header {
    margin-bottom: 22px;
}
/* ========================================
   FOOTER / CONTATO
======================================== */

.radar-footer {
    background: #06182f;
    padding: 14px 0;
}

.radar-footer-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr auto;
    gap: 28px;
    align-items: center;
}

.radar-footer-help,
.radar-footer-contact {
    display: flex;
    align-items: center;
    gap: 12px;
}

.radar-footer svg {
    width: 22px;
    height: 22px;
    color: #22d5df;
    stroke-width: 1.7;
}

.radar-footer-help div {
    display: flex;
    flex-direction: column;
}

.radar-footer-help strong {
    color: #ffffff;
    font-size: 0.88rem;
}

.radar-footer-help span,
.radar-footer-contact span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
}

.radar-footer-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 42px;
    padding: 0 22px;

    color: #ffffff;
    text-decoration: none;

    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 8px;
}

.radar-footer-button:hover {
    background: rgba(255, 255, 255, 0.08);
}

/* =========================================================
   AJUSTE FINAL — HERO / RADAR DESKTOP
========================================================= */

/* Mais espaço para o texto e um pouco mais de largura para o Radar */

.radar-hero-grid {
    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(440px, 0.88fr);

    gap: 46px;
}


/* Quadro do Radar mais baixo e um pouco mais largo */

.radar-dashboard {
    width: 100%;
    max-width: 560px;

    min-height: 0;

    padding: 18px 22px 14px;

    box-sizing: border-box;
}


/* Área interna mais compacta */

.dashboard-stage {
    position: relative;

    width: 100%;
    height: 300px;

    min-height: 0;
}


/* Radar central */

.dashboard-radar {
    position: absolute;

    top: 50%;
    left: 50%;

    width: 220px;
    height: 220px;

    transform: translate(-50%, -48%);
}


/* Anéis */

.dashboard-radar-ring-1 {
    width: 220px;
    height: 220px;
}

.dashboard-radar-ring-2 {
    width: 160px;
    height: 160px;
}

.dashboard-radar-ring-3 {
    width: 106px;
    height: 106px;
}


/* Eixos */

.dashboard-radar-axis {
    height: 110px;
}


/* Polígono */

.dashboard-radar-shape {
    width: 184px;
    height: 184px;
}


/* Pontos — corrigidos para o novo tamanho do Radar */

.dashboard-radar-point-1 {
    top: 12%;
    left: 50%;

    transform: translate(-50%, -50%);
}

.dashboard-radar-point-2 {
    top: 38%;
    right: 13%;

    transform: translate(50%, -50%);
}

.dashboard-radar-point-3 {
    right: 24%;
    bottom: 13%;

    transform: translate(50%, 50%);
}

.dashboard-radar-point-4 {
    left: 24%;
    bottom: 13%;

    transform: translate(-50%, 50%);
}

.dashboard-radar-point-5 {
    top: 38%;
    left: 13%;

    transform: translate(-50%, -50%);
}


/* Pilares mais próximos do Radar */

.dashboard-pillar-strategy {
    top: 2px;
    left: 50%;

    transform: translateX(-50%);
}

.dashboard-pillar-market {
    top: 38%;
    right: 2px;
}

.dashboard-pillar-process {
    right: 14px;
    bottom: 6px;
}

.dashboard-pillar-people {
    left: 14px;
    bottom: 6px;
}

.dashboard-pillar-finance {
    top: 38%;
    left: 2px;
}


/* Fonte ligeiramente menor */

.dashboard-pillar strong,
.dashboard-pillar span {
    font-size: 0.65rem;
}

.dashboard-pillar-icon {
    width: 20px;
    height: 20px;
}


/* Título ilustrativo */

.dashboard-example-title {
    width: 100%;

    margin: 0 0 8px;

    text-align: center;

    color: #22d5df;

    font-size: 0.72rem;
    font-weight: 700;

    line-height: 1.3;
    letter-spacing: 0.04em;

    text-transform: uppercase;
}

/* Rodapé compacto */

.dashboard-example-note {
    gap: 8px;

    padding-top: 9px;
}

.dashboard-example-note p {
    font-size: 0.57rem;
    line-height: 1.35;
}

.dashboard-example-info {
    width: 20px;
    height: 20px;

    font-size: 0.65rem;
}

/* ========================================
   RESPONSIVIDADE — TABLET
======================================== */

@media (max-width: 1024px) {

    .radar-hero-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .radar-hero-content {
        max-width: 720px;
    }

    .radar-hero-visual {
        justify-content: flex-start;
    }

    .radar-dashboard {
        max-width: 720px;
    }

    .radar-about-container {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .radar-about-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 26px 32px;
    }

    .radar-pillars-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .radar-process-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 36px;
    }

    .radar-benefits-container {
        grid-template-columns: 1fr 1fr;
    }

    .radar-benefits-cta {
        grid-column: 1 / -1;
        padding-left: 0;
        padding-top: 24px;
        border-left: 0;
        border-top: 1px solid #dce5ef;
    }

    .radar-footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 18px 24px;
    }
}
/* ========================================
   RESPONSIVIDADE — MOBILE
======================================== */

@media (max-width: 640px) {

    .radar-hero {
        padding: 36px 0;
    }

    .radar-hero-container,
    .radar-about-container,
    .radar-pillars-container,
    .radar-process-container,
    .radar-benefits-container,
    .radar-footer-container {
        width: min(100% - 32px, 1180px);
    }

    .radar-hero-grid {
        gap: 32px;
    }

    .radar-hero-title {
        font-size: clamp(2.25rem, 10vw, 3rem);
        line-height: 1.08;
        letter-spacing: -0.035em;
    }

    .radar-hero-description {
        margin-top: 18px;
        font-size: 0.95rem;
        line-height: 1.55;
    }

    .radar-hero-highlights {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 24px;
    }

    .radar-hero-highlight-text {
        font-size: 0.9rem;
    }

    .radar-hero-actions {
        flex-direction: column;
        margin-top: 26px;
    }

    .radar-hero-button,
    .radar-hero-link {
        width: 100%;
        justify-content: center;
    }

    .radar-hero-visual {
        width: 100%;
        overflow: hidden;
    }

    .radar-dashboard {
        width: 100%;
        max-width: 100%;
        min-height: 0;
        padding: 16px;
        border-radius: 18px;
    }

    .dashboard-stage {
        transform: scale(0.88);
        transform-origin: top center;
        margin-bottom: -36px;
    }

    .radar-about-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 18px;
    }

    .radar-about-feature > svg {
        width: 26px;
        height: 26px;
        margin-bottom: 10px;
    }

    .radar-about-feature h3 {
        margin-bottom: 5px;
        font-size: 0.9rem;
    }

    .radar-about-feature p {
        font-size: 0.78rem;
        line-height: 1.45;
    }

    .radar-pillars-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .radar-pillar-card {
        min-height: 0;
        padding: 22px 18px 20px;
    }

    .radar-pillar-card-icon {
        width: 32px;
        height: 32px;
        margin-bottom: 12px;
    }

    .radar-pillar-card h3 {
        margin-bottom: 8px;
        font-size: 0.84rem;
    }

    .radar-pillar-card > p {
        font-size: 0.78rem;
        line-height: 1.45;
    }

    .radar-pillars-header {
        margin-bottom: 20px;
    }

    .radar-pillars-title {
        font-size: 1.65rem;
    }

    .radar-pillars-description {
        margin-top: 8px;
        font-size: 0.85rem;
    }

    .radar-process {
        padding: 28px 0;
    }

    .radar-process-header {
        margin-bottom: 18px;
    }

    .radar-process-title {
        font-size: 1.65rem;
    }

    .radar-process-description {
        margin-top: 8px;
        font-size: 0.85rem;
        line-height: 1.45;
    }

    .radar-process-steps {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .radar-process-icon {
        width: auto;
        height: auto;
        margin-bottom: 12px;
        border: none;
        border-radius: 0;
        background: transparent;
    }

    .radar-process-icon svg {
        width: 30px;
        height: 30px;
    }

    .radar-process-number {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 8px 0 0;
        vertical-align: middle;
    }

    .radar-process-step h3 {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
        font-size: 0.9rem;
    }

    .radar-process-step p {
        max-width: 300px;
        margin-top: 8px;
        font-size: 0.78rem;
        line-height: 1.4;
    }

    .radar-benefits {
        padding: 28px 0 20px;
    }

    .radar-benefits-container {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .radar-benefits-container h2 {
        margin-bottom: 12px;
        font-size: 1.35rem;
    }

    .radar-benefits-column li {
        margin-bottom: 9px;
        font-size: 0.84rem;
        line-height: 1.4;
    }

    .radar-methodology-column,
    .radar-benefits-cta {
        padding-left: 0;
        padding-top: 18px;
        border-left: 0;
        border-top: 1px solid #dce5ef;
    }

    .radar-methodology-column p,
    .radar-benefits-cta p {
        font-size: 0.84rem;
        line-height: 1.5;
    }

    .radar-benefits-cta .button {
        width: 100%;
        margin-top: 16px;
        justify-content: center;
    }

    .radar-footer {
        padding: 18px 0;
    }

    .radar-footer-container {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .radar-footer-help,
    .radar-footer-contact {
        align-items: flex-start;
    }

    .radar-footer-help strong {
        font-size: 0.86rem;
    }

    .radar-footer-help span,
    .radar-footer-contact span {
        font-size: 0.76rem;
        line-height: 1.4;
    }

    .radar-footer-button {
        width: 100%;
        min-height: 44px;
        margin-top: 4px;
    }
}


/* ========================================
   HEADER — RADAR
======================================== */

.radar-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--z-header);

    width: 100%;
    height: var(--header-height-desktop);

    color: #ffffff;
    background: #06182f;

    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}


.radar-header .header-container {
    height: 100%;
}

.radar-header .navigation-link {
    color: #ffffff;
}

.radar-header .navigation-link.active {
    color: #22d5df;
}

.radar-header .header-action .button {
    color: #ffffff;
    background: #1769e8;
    border-color: #1769e8;
}
/* Header do Radar após rolagem */

.radar-header.is-scrolled {
    color: var(--color-text-primary);
    background: rgba(255, 255, 255, 0.96);

    border-bottom-color: rgba(15, 23, 42, 0.08);

    box-shadow: var(--shadow-xs);
    backdrop-filter: blur(16px);
}

.radar-header.is-scrolled .navigation-link {
    color: var(--color-text-primary);
}

.radar-header.is-scrolled .navigation-link.active {
    color: var(--color-primary-600);
}

.radar-header.is-scrolled .header-action .button {
    color: var(--color-navy-900);
    background: #ffffff;
    border-color: #ffffff;
}
/* =========================================================
   RADAR — AJUSTE DA LOGO ESCURA NO HEADER
========================================================= */

.radar-static-header .brand-logo[src*="logo-dark"] {
    width: 240px !important;
    max-width: 240px !important;
    height: auto !important;
}
/* =========================================================
   LOGO — CABEÇALHO DO RADAR
========================================================= */

/* Logo light — topo da página */
.radar-header:not(.is-scrolled) .brand-logo {
    width: 320px;
    max-width: none;
    height: auto;
}

/* Logo dark — depois que o cabeçalho fica branco */
.radar-header.is-scrolled .brand-logo {
    width: 230px;
    max-width: none;
    height: auto;
}