:root {
    --radar-bg: #07111f;
    --radar-bg-2: #09231e;
    --radar-gold: #c9a227;
    --radar-green: #178052;
    --radar-green-dark: #0f6942;
    --radar-text: #121a2f;
    --radar-muted: #667085;
    --radar-soft: #f7fafc;
    --radar-white: #ffffff;
    --radar-border: #edf1f5;
    --radar-shadow: 0 22px 55px rgba(15, 23, 42, 0.08);
}

.radar-page {
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 42%, #f8fbfd 100%);
    color: var(--radar-text);
    font-family: "Inter", system-ui, sans-serif;
    overflow: hidden;
}

.radar-container {
    width: 100%;
    margin-inline: auto;
    padding-inline: 1rem;
}

.radar-hero {
    position: relative;
    background:
        radial-gradient(circle at 0% 12%, rgba(201, 162, 39, 0.12), transparent 26rem),
        radial-gradient(circle at 100% 10%, rgba(23, 128, 82, 0.2), transparent 28rem),
        linear-gradient(110deg, #171b1e 0%, #091224 54%, #092926 100%);
    color: var(--radar-white);
    isolation: isolate;
}

.radar-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 86%, transparent 100%);
    opacity: 0.52;
}

.radar-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.45fr);
    gap: clamp(3rem, 5vw, 6rem);
    align-items: center;
    min-height: 560px;
    padding-block: 82px;
}

.radar-eyebrow,
.radar-section__kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 999px;
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
}

.radar-eyebrow {
    border: 1px solid rgba(201, 162, 39, 0.46);
    background: rgba(201, 162, 39, 0.08);
    color: #ffd84a;
    font-size: 0.78rem;
    letter-spacing: 0.2em;
    margin-bottom: 26px;
    padding: 0.72rem 1.05rem;
}

.radar-hero h1 {
    max-width: 650px;
    margin: 0;
    font-family: "League Spartan", system-ui, sans-serif;
    font-size: clamp(5.8rem, 8vw, 7.35rem);
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 0.84;
}

.radar-hero__subtitle {
    max-width: 720px;
    margin: 48px 0 0;
    color: #ffffff;
    font-size: clamp(2.05rem, 3vw, 2.45rem);
    font-weight: 800;
    line-height: 1.08;
}

.radar-hero__text {
    max-width: 760px;
    margin: 26px 0 0;
    color: #f1f5f9;
    font-size: 1.35rem;
    line-height: 1.45;
}

.radar-hero__panel {
    position: relative;
    display: grid;
    gap: 28px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 32px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.045));
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.34);
    width: 100%;
    padding: 58px 40px;
    backdrop-filter: blur(12px);
}

.radar-hero__panel::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(201, 162, 39, 0.3);
    border-radius: 24px;
    pointer-events: none;
}

.radar-hero__metric {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-family: "League Spartan", system-ui, sans-serif;
    font-size: clamp(2.2rem, 3vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 0.95;
}

.radar-hero__line {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 199, 30, 0.96), rgba(23, 128, 82, 0.22));
}

.radar-section {
    padding-block: 64px;
}

.radar-section__header {
    max-width: 650px;
    margin-bottom: 34px;
}

.radar-section__header--split {
    display: flex;
    max-width: none;
    gap: 24px;
    align-items: flex-end;
    justify-content: space-between;
}

.radar-section__kicker {
    background: rgba(23, 128, 82, 0.1);
    color: var(--radar-green);
    margin-bottom: 11px;
    padding: 0.43rem 0.63rem;
}

.radar-section h2,
.radar-empty h2,
.radar-commercial h2,
.radar-follow h2 {
    margin: 0;
    color: var(--radar-text);
    font-family: "League Spartan", system-ui, sans-serif;
    font-size: clamp(2.15rem, 3.7vw, 2.7rem);
    font-weight: 800;
    letter-spacing: -0.047em;
    line-height: 0.95;
}

.radar-section__header p {
    max-width: 610px;
    margin: 12px 0 0;
    color: var(--radar-muted);
    font-size: 0.94rem;
    line-height: 1.58;
}

.radar-featured-card {
    display: grid;
    grid-template-columns: 1.18fr 1fr;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 24px;
    background: var(--radar-white);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.1);
}

.radar-featured-card__image,
.radar-card__image {
    display: block;
    overflow: hidden;
    background: #e5e9ee;
}

.radar-featured-card__image {
    min-height: 430px;
}

.radar-featured-card__image img,
.radar-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.radar-featured-card:hover img,
.radar-card:hover img {
    transform: scale(1.035);
}

.radar-featured-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 38px 34px;
}

.radar-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.38rem 0.65rem;
    align-items: center;
    margin-bottom: 12px;
    color: var(--radar-green);
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 1.35;
    text-transform: uppercase;
}

.radar-post-meta span + span {
    color: #718096;
}

.radar-featured-card h3,
.radar-card h3 {
    margin: 0;
    font-family: "League Spartan", system-ui, sans-serif;
    font-weight: 800;
    letter-spacing: -0.038em;
}

.radar-featured-card h3 {
    font-size: clamp(2.1rem, 3.5vw, 2.55rem);
    line-height: 0.96;
}

.radar-card h3 {
    font-size: 1.52rem;
    line-height: 1.02;
}

.radar-featured-card h3 a,
.radar-card h3 a {
    color: inherit;
    text-decoration: none;
}

.radar-featured-card h3 a:hover,
.radar-card h3 a:hover {
    color: var(--radar-green-dark);
}

.radar-featured-card p,
.radar-card p {
    color: #4d5b6b;
}

.radar-featured-card p {
    margin: 14px 0 18px;
    font-size: 0.9rem;
    line-height: 1.5;
}

.radar-card p {
    margin: 9px 0 15px;
    font-size: 0.82rem;
    line-height: 1.48;
}

.radar-link,
.radar-section__see-all {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    color: var(--radar-green);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-decoration: none;
    text-transform: uppercase;
}

.radar-link::after,
.radar-section__see-all::after {
    content: "→";
    margin-left: 0.5rem;
    transition: transform 0.2s ease;
}

.radar-link:hover::after,
.radar-section__see-all:hover::after {
    transform: translateX(4px);
}

.radar-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.radar-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--radar-border);
    border-radius: 14px;
    background: var(--radar-white);
    box-shadow: var(--radar-shadow);
}

.radar-card__image {
    aspect-ratio: 16 / 10;
}

.radar-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 17px;
}

.radar-card__body .radar-link {
    margin-top: auto;
}

.radar-empty {
    margin-block: 64px;
    border: 1px solid rgba(23, 128, 82, 0.16);
    border-radius: 24px;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    box-shadow: var(--radar-shadow);
    padding: 38px;
}

.radar-empty p {
    max-width: 620px;
    margin: 12px 0 0;
    color: var(--radar-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

.radar-sectors {
    padding-top: 72px;
}

.radar-sectors__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.radar-sector-card {
    min-height: 126px;
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    padding: 18px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.055);
}

.radar-sector-card h3 {
    margin: 0 0 7px;
    color: var(--radar-text);
    font-family: "League Spartan", system-ui, sans-serif;
    font-size: 1.12rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.02;
}

.radar-sector-card h3::before {
    content: "";
    display: block;
    width: 31px;
    height: 2px;
    margin-bottom: 11px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--radar-gold), var(--radar-green));
}

.radar-sector-card p {
    margin: 0;
    color: #516071;
    font-size: 0.74rem;
    line-height: 1.45;
}

.radar-publicidade {
    margin-block: 64px;
}

.radar-publicidade--after-featured {
    margin-top: 72px;
    margin-bottom: 46px;
}

.radar-publicidade--middle {
    margin-top: 64px;
    margin-bottom: 72px;
}

.radar-commercial {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: space-between;
    margin-block: 0 58px;
    border-radius: 20px;
    background:
        radial-gradient(circle at 100% 0, rgba(201, 162, 39, 0.24), transparent 31%),
        linear-gradient(120deg, #0a1321 0%, #123027 56%, #178052 100%);
    color: var(--radar-white);
    padding: 45px 42px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.2);
}

.radar-commercial .radar-section__kicker {
    background: rgba(255, 255, 255, 0.12);
    color: #f2d77b;
}

.radar-commercial h2 {
    max-width: 570px;
    color: var(--radar-white);
}

.radar-commercial p {
    max-width: 590px;
    margin: 13px 0 0;
    color: #e0edf4;
    font-size: 0.94rem;
    line-height: 1.58;
}

.radar-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 41px;
    border: 1px solid var(--radar-green);
    border-radius: 999px;
    background: var(--radar-green);
    color: var(--radar-white);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1.2;
    padding: 0.82rem 1.15rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    white-space: nowrap;
}

.radar-button:hover {
    background: var(--radar-green-dark);
    box-shadow: 0 14px 30px rgba(23, 128, 82, 0.24);
    transform: translateY(-2px);
}

.radar-button--light {
    flex: 0 0 auto;
    border-color: rgba(255, 255, 255, 0.32);
    background: var(--radar-white);
    color: var(--radar-text);
}

.radar-button--light:hover {
    background: #f8fafc;
    color: var(--radar-text);
}

.radar-follow {
    max-width: 620px;
    margin-bottom: 76px;
    text-align: center;
}

.radar-follow h2 {
    font-size: clamp(2rem, 3.3vw, 2.45rem);
}

.radar-follow p {
    max-width: 590px;
    margin: 13px auto 20px;
    color: var(--radar-muted);
    font-size: 0.94rem;
    line-height: 1.58;
}

@media (max-width: 1024px) {
    .radar-hero__inner {
        grid-template-columns: 1fr;
        gap: 32px;
        min-height: auto;
    }

    .radar-hero__panel {
        max-width: 430px;
    }

    .radar-featured-card {
        grid-template-columns: 1fr;
    }

    .radar-featured-card__image {
        min-height: auto;
        aspect-ratio: 16 / 10;
    }

    .radar-grid,
    .radar-sectors__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .radar-commercial {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    .radar-container {
        padding-inline: 1rem;
    }

    .radar-hero__inner {
        padding-block: 44px;
    }

    .radar-eyebrow,
    .radar-section__kicker {
        font-size: 0.55rem;
        letter-spacing: 0.13em;
    }

    .radar-hero h1 {
        font-size: clamp(3.2rem, 18vw, 4.4rem);
    }

    .radar-hero__subtitle {
        font-size: 1.08rem;
    }

    .radar-hero__panel {
        border-radius: 16px;
        padding: 21px;
    }

    .radar-section,
    .radar-sectors {
        padding-block: 46px;
    }

    .radar-section__header--split {
        align-items: flex-start;
        flex-direction: column;
    }

    .radar-featured-card,
    .radar-empty,
    .radar-commercial {
        border-radius: 18px;
    }

    .radar-featured-card__body,
    .radar-card__body,
    .radar-sector-card {
        padding: 18px;
    }

    .radar-grid,
    .radar-sectors__grid {
        grid-template-columns: 1fr;
    }

    .radar-sector-card {
        min-height: auto;
    }

    .radar-commercial {
        margin-bottom: 42px;
        padding: 32px 24px;
    }

    .radar-button,
    .radar-button--light {
        width: 100%;
    }
}

@media (min-width: 640px) {
    .radar-container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .radar-container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .radar-container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .radar-container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .radar-container {
        max-width: 1536px;
    }
}
