:root {
    --dxe-green: #08645f;
    --dxe-green-dark: #03544f;
    --dxe-green-deep: #013c39;
    --dxe-blue: #083f80;
    --dxe-ink: #071c1b;
    --dxe-text: #1b2a29;
    --dxe-muted: #63706f;
    --dxe-off: #f2f5f3;
    --dxe-line: #dce4e1;
    --dxe-white: #ffffff;
    --dxe-radius: 16px;
    --dxe-container: 1220px;
}

html { scroll-behavior: smooth; }

body.dxe-front-page {
    margin: 0;
    background: #fff;
    color: var(--dxe-text);
    font-family: 'Roboto', Arial, sans-serif;
    overflow-x: hidden;
}

body.dxe-front-page *,
body.dxe-front-page *::before,
body.dxe-front-page *::after { box-sizing: border-box; }

body.dxe-front-page img { max-width: 100%; height: auto; }
body.dxe-front-page a { color: inherit; }

/* Evita que estilos globais do Hello/Elementor vazem para esta Home. */
.dxe-home h1,
.dxe-home h2,
.dxe-home h3,
.dxe-home h4,
.dxe-home h5,
.dxe-home h6 {
    color: inherit;
    margin-top: 0;
    text-transform: none;
    font-family: 'Roboto Slab', Georgia, serif !important;
    font-weight: 600;
    line-height: normal !important;
}

.dxe-home p,
.dxe-home a,
.dxe-home span,
.dxe-home small,
.dxe-home li,
.dxe-home button,
.dxe-home input {
    font-family: 'Roboto', Arial, sans-serif;
}

.dxe-home button,
.dxe-home input {
    font: inherit;
}

/* Respiro interno dos controles da Home. O botão de busca do header possui regra própria abaixo. */
.dxe-home button,
.dxe-home input {
    padding: 10px;
}

.dxe-home {
    width: 100%;
    background: #fff;
    font-family: 'Roboto', Arial, sans-serif;
}

.dxe-container {
    width: min(calc(100% - 48px), var(--dxe-container));
    margin-inline: auto;
}

.dxe-slab,
.dxe-section-title,
.dxe-card-title,
.dxe-study-title,
.dxe-media-title,
.dxe-footer-title {
    font-family: 'Roboto Slab', Georgia, serif !important;
}

.dxe-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    color: var(--dxe-green);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dxe-eyebrow::before {
    content: '';
    width: 24px;
    height: 1px;
    background: currentColor;
}

.dxe-section-title {
    margin: 0;
    color: var(--dxe-ink);
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.08;
    letter-spacing: -.025em;
}

.dxe-section-copy {
    max-width: 760px;
    margin: 14px 0 0;
    color: #40504f;
    font-size: 15px;
    line-height: 1.7;
}

.dxe-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.dxe-button:hover { transform: translateY(-2px); }
.dxe-button--mint { background: #77d4c4; color: #073c39; }
.dxe-button--outline { border-color: #55aaa1; color: var(--dxe-green); background: #fff; }

/* HEADER */
.dxe-site-header {
    position: relative;
    z-index: 50;
    background: var(--dxe-green);
    color: #fff;
}

.dxe-site-header__inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 34px;
}

.dxe-brand {
    width: 176px;
    flex: 0 0 176px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.dxe-brand-logo {
    display: block;
    width: 176px !important;
    max-width: 176px !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain;
}

.dxe-brand__fallback {
    font-size: 10px;
    line-height: .96;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 700;
}

.dxe-brand__fallback b {
    display: block;
    margin-top: 3px;
    font-size: 17px;
    letter-spacing: .13em;
}

.dxe-main-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 30px;
}

.dxe-main-nav > ul {
    display: flex;
    align-items: center;
    gap: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.dxe-main-nav a {
    color: #fff !important;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
    opacity: .96;
}


.dxe-main-nav li {
    position: relative;
    margin: 0;
}

.dxe-main-nav .sub-menu {
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    z-index: 60;
    min-width: 230px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 12px;
    background: #043f3c;
    box-shadow: 0 18px 40px rgba(0,0,0,.18);
    transform: translateX(-50%);
}

.dxe-main-nav .sub-menu::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    height: 18px;
}

.dxe-main-nav li:hover > .sub-menu,
.dxe-main-nav li:focus-within > .sub-menu {
    display: flex;
}

.dxe-main-nav .sub-menu a {
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    white-space: normal;
    line-height: 1.35;
}

.dxe-main-nav .sub-menu a:hover,
.dxe-main-nav .sub-menu a:focus {
    background: rgba(255,255,255,.08);
}

.dxe-search-button,
.dxe-menu-toggle {
    width: 36px;
    height: 36px;
    padding: 0 !important;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 50%;
    color: #fff !important;
    background: transparent !important;
    cursor: pointer;
    box-shadow: none !important;
    text-shadow: none !important;
    opacity: 1 !important;
}

.dxe-search-button:hover,
.dxe-search-button:focus,
.dxe-search-button:active {
    color: #fff !important;
    border-color: rgba(255,255,255,.58);
    background: rgba(255,255,255,.08) !important;
}

.dxe-search-button svg,
.dxe-search-button svg circle,
.dxe-search-button svg path {
    color: #fff !important;
    stroke: #fff !important;
    opacity: 1 !important;
}

.dxe-menu-toggle { display: none; }

/* Oculta avisos globais de cookies/toasts apenas nesta Home isolada. */
body.dxe-front-page .cky-consent-container,
body.dxe-front-page .cky-btn-revisit-wrapper,
body.dxe-front-page #cookie-law-info-bar,
body.dxe-front-page #cookie-law-info-again,
body.dxe-front-page .cli-modal,
body.dxe-front-page .cookie-notice-container,
body.dxe-front-page #cookie-notice,
body.dxe-front-page .cmplz-cookiebanner,
body.dxe-front-page .cmplz-cookiebanner-container,
body.dxe-front-page .toast,
body.dxe-front-page .toast-container {
    display: none !important;
}

/* HERO */
.dxe-hero {
    position: relative;
    color: #fff;
    overflow: hidden;
    background: radial-gradient(circle at 30% 30%, #1f7770 0, #063f3c 60%, #032f2d 100%);
}

.dxe-hero__bg {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center;
}

.dxe-hero::before,
.dxe-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.dxe-hero::before {
    z-index: 1;
    background: linear-gradient(90deg, rgba(1,47,44,.92) 0%, rgba(1,50,47,.76) 46%, rgba(1,34,33,.82) 100%);
}

.dxe-hero::after {
    z-index: 1;
    background: linear-gradient(135deg, rgba(255,255,255,.035), transparent 40%);
}

.dxe-hero__inner {
    position: relative;
    z-index: 2;
    min-height: 390px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 0;
    padding-block: 56px;
}

.dxe-hero__title-wrap,
.dxe-hero__content {
    width: 100%;
    min-width: 0;
}

.dxe-hero h1 {
    max-width: 610px;
    margin: 0;
    color: #fff !important;
    font-size: clamp(44px, 4.7vw, 72px);
    line-height: .88 !important;
    letter-spacing: -.045em;
    font-weight: 700;
}

.dxe-hero h1 span {
    display: block;
}

.dxe-hero__content {
    max-width: 640px;
    justify-self: end;
    padding-left: clamp(34px, 5vw, 84px);
    text-align: right;
}

.dxe-hero__content p {
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255,255,255,.93);
}

/* PROJECTS */
.dxe-projects {
    padding: 78px 0 86px;
    background: var(--dxe-off);
}

.dxe-projects__head {
    margin-bottom: 30px;
}

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

.dxe-project-card {
    position: relative;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    padding: 30px 28px 26px;
    border: 1px solid #e7ecea;
    border-radius: var(--dxe-radius);
    background: #fff;
    box-shadow: 0 7px 20px rgba(13, 39, 37, .025);
    transition: transform .2s ease, box-shadow .2s ease;
}

.dxe-project-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(13, 39, 37, .07);
}

.dxe-project-top {
    min-height: 88px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}

.dxe-project-icon {
    display: block;
    width: 88px;
    height: 88px;
    object-fit: contain;
}

.dxe-card-title {
    margin: 0 0 10px;
    color: #292b2a !important;
    font-size: 24px;
    line-height: 1.1 !important;
    font-weight: 600;
    letter-spacing: -.02em;
}

.dxe-project-card p {
    margin: 0 0 24px;
    color: #333c3a;
    font-size: 14px;
    line-height: 1.45;
}

.dxe-text-link {
    margin-top: auto;
    color: var(--dxe-green);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

/* MEDIA */
.dxe-media {
    background: var(--dxe-green);
    color: #fff;
    padding: 74px 0;
}

.dxe-media__grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 64px;
    align-items: start;
}

.dxe-media h2 {
    margin: 8px 0 18px;
    color: #fff !important;
    font-size: clamp(38px, 4.6vw, 58px);
    line-height: 1.02;
    letter-spacing: -.04em;
    font-weight: 700;
}

.dxe-media__intro p {
    margin: 0 0 18px;
    color: rgba(255,255,255,.64);
    font-size: 14px;
    line-height: 1.6;
}

.dxe-media__intro a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.dxe-media-list { display: grid; gap: 16px; }

.dxe-media-card {
    display: grid;
    grid-template-columns: 1fr 42px;
    gap: 18px;
    align-items: center;
    min-height: 122px;
    padding: 24px 24px 22px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    background: rgba(255,255,255,.055);
}

.dxe-media-source {
    margin-bottom: 8px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.01em;
}

.dxe-media-title {
    margin: 0 0 14px;
    color: #fff !important;
    font-size: 18px;
    line-height: 1.28;
    letter-spacing: -.01em;
}

.dxe-media-date {
    color: rgba(255,255,255,.54);
    font-size: 10px;
}

.dxe-arrow-circle {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 50%;
}

/* STUDIES SHOWCASE */
.dxe-studies-showcase {
    padding: 72px 0 78px;
    background: #fff;
}

.dxe-studies-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
}

.dxe-studies-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.dxe-study-card {
    min-height: 438px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e2e7e5;
    border-radius: 14px;
    background: #f8f8f6;
    box-shadow: none;
}

.dxe-study-visual {
    position: relative;
    height: 188px;
    flex: 0 0 188px;
    background:
        linear-gradient(135deg, rgba(2,69,95,.92), rgba(15,98,115,.6)),
        radial-gradient(circle at 80% 20%, rgba(91,185,170,.75), transparent 35%),
        #0a4f68;
}

.dxe-study-card:nth-child(3) .dxe-study-visual {
    background: linear-gradient(135deg,#0b3873,#14549a);
}
.dxe-study-card:nth-child(4) .dxe-study-visual {
    background: radial-gradient(circle at 65% 42%, #13776e 0 18%, #218b7c 19% 35%, #289c88 36% 51%, #2bad95 52% 66%, #3abca4 67% 100%);
}

.dxe-study-card--featured .dxe-study-visual {
    height: 188px;
    flex-basis: 188px;
    background:
        linear-gradient(180deg, rgba(4,45,78,.16), rgba(8,47,81,.88)),
        linear-gradient(135deg,#244f74,#102f55);
}

.dxe-study-featured-copy {
    position: absolute;
    inset: auto 20px 18px;
    color: #fff;
}

.dxe-study-featured-copy small {
    display: block;
    margin-bottom: 8px;
    font-size: 10px;
    letter-spacing: .04em;
}

.dxe-study-featured-copy strong {
    display: block;
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 25px;
    line-height: 1.08;
}

.dxe-study-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 24px 24px;
    background: #f8f8f6;
}

.dxe-study-title {
    width: 100%;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: var(--dxe-ink) !important;
    font-family: 'Roboto Slab', Georgia, serif !important;
    font-size: 18px;
    line-height: 1.42 !important;
    letter-spacing: -.012em;
    font-weight: 400;
}

.dxe-study-title::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.dxe-study-divider {
    width: 122px;
    height: 1px;
    margin: 24px auto 0;
    background: #9ca3a0;
    flex: 0 0 auto;
}

.dxe-study-date {
    margin-top: 28px;
    color: var(--dxe-green);
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
}

.dxe-study-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    color: var(--dxe-green) !important;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none !important;
}

.dxe-study-cta:hover,
.dxe-study-cta:focus {
    text-decoration: underline !important;
}

/* FIND STUDIES */
.dxe-find-studies {
    padding: 75px 0 48px;
    background: #fff;
}

.dxe-find-top {
    display: block;
    margin-bottom: 26px;
}

.dxe-find-top .dxe-section-title {
    margin-bottom: 28px;
}

.dxe-topic-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.dxe-topic-tab {
    min-height: 46px;
    padding: 10px 24px !important;
    border: 1px solid #d4ddda !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #263735 !important;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
    appearance: none;
    box-shadow: none !important;
    text-shadow: none !important;
    opacity: 1 !important;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.dxe-topic-tab:hover,
.dxe-topic-tab:focus {
    border-color: #73aaa3 !important;
    background: #f7fbfa !important;
    color: #173b38 !important;
    transform: translateY(-1px);
}

.dxe-topic-tab.is-active,
.dxe-topic-tab.is-active:hover,
.dxe-topic-tab.is-active:focus {
    border-color: var(--dxe-green) !important;
    background: var(--dxe-green) !important;
    color: #fff !important;
}

.dxe-study-search {
    width: 100%;
    display: flex;
    gap: 10px;
    padding: 8px;
    border: 1px solid #c7d8d4;
    border-radius: 14px;
    background: #f4f8f7;
}

.dxe-study-search input {
    min-width: 0;
    flex: 1;
    height: 50px;
    padding: 0 16px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--dxe-text);
    font-size: 13px;
}

.dxe-study-search button {
    min-width: 118px;
    border: 0;
    border-radius: 10px;
    background: #8cd9c7;
    color: #063d39;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.dxe-result-list { border-top: 1px solid var(--dxe-line); }

.dxe-result-row {
    display: grid;
    grid-template-columns: 120px 1fr 90px 38px;
    gap: 22px;
    align-items: center;
    min-height: 95px;
    border-bottom: 1px solid var(--dxe-line);
}

.dxe-result-type {
    color: var(--dxe-green);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .04em;
}

.dxe-result-row h3 {
    margin: 0 0 5px;
    color: var(--dxe-ink);
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 15px;
    line-height: 1.25;
}

.dxe-result-row p {
    margin: 0;
    color: #7a8583;
    font-size: 11px;
    line-height: 1.45;
}

.dxe-result-date {
    color: #687371;
    font-size: 10px;
    text-align: right;
}

.dxe-result-arrow {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 1px solid #d8e3e0;
    border-radius: 50%;
    color: var(--dxe-green);
    font-size: 15px;
}

/* PARTNERS */
.dxe-partners {
    padding: 38px 0 58px;
    background: var(--dxe-off);
}

.dxe-partners-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.dxe-partners .dxe-section-title {
    margin: 0;
    font-size: 29px;
}

.dxe-partners-controls {
    display: flex;
    gap: 8px;
}

.dxe-partners-arrow {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0 !important;
    border: 1px solid #cad8d4 !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: var(--dxe-green) !important;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
}

.dxe-partners-carousel {
    overflow: hidden;
}

.dxe-partners-track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
}

.dxe-partners-track::-webkit-scrollbar { display: none; }

.dxe-partner-card {
    flex: 0 0 calc((100% - 56px) / 5);
    min-width: 180px;
    min-height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border: 1px solid #dde5e2;
    border-radius: 11px;
    background: #fff;
    text-align: center;
    text-decoration: none !important;
    scroll-snap-align: start;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.dxe-partner-card:hover,
.dxe-partner-card:focus {
    transform: translateY(-2px);
    border-color: #bad1cc;
    box-shadow: 0 8px 20px rgba(7,28,27,.06);
}

body.dxe-front-page .dxe-partner-card img {
    display: block;
    width: auto;
    height: auto;
    max-width: min(90%, 220px);
    max-height: 125px;
    object-fit: contain;
}

.dxe-partner-card strong {
    color: #5b6463;
    font-size: 13px;
    line-height: 1.3;
}

/* FOOTER */
.dxe-site-footer {
    background: #031f1d;
    color: #fff;
    padding: 46px 0 18px;
}

.dxe-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr .65fr .65fr 1fr;
    gap: 55px;
    padding-bottom: 38px;
}

.dxe-footer-logo { margin-bottom: 12px; }
.dxe-footer-logo img { display:block; width:170px; max-width:170px; height:auto; }

.dxe-site-footer p,
.dxe-site-footer a {
    color: rgba(255,255,255,.6);
    font-size: 11px;
    line-height: 1.65;
    text-decoration: none;
}

.dxe-footer-col h3 {
    margin: 0 0 14px;
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dxe-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 7px;
}

.dxe-socials { display: flex; gap: 9px; margin-top: 14px; }
.dxe-socials a {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
}

.dxe-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.35);
    font-size: 9px;
}

/* MOBILE */
@media (max-width: 1040px) {
    .dxe-main-nav > ul { gap: 16px; }
    .dxe-hero__inner { gap: 45px; }
    .dxe-project-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .dxe-studies-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .dxe-partners-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 820px) {
    .dxe-container { width: min(calc(100% - 32px), var(--dxe-container)); }

    .dxe-menu-toggle { display: inline-grid; margin-left: auto; }
    .dxe-search-button { display: none; }

    .dxe-main-nav {
        display: none;
        position: absolute;
        left: 16px;
        right: 16px;
        top: calc(100% + 8px);
        padding: 16px;
        border-radius: 14px;
        background: #043f3c;
        box-shadow: 0 15px 35px rgba(0,0,0,.15);
    }

    .dxe-site-header.is-open .dxe-main-nav { display: block; }
    .dxe-main-nav > ul { align-items: stretch; flex-direction: column; gap: 0; }
    .dxe-main-nav > ul > li + li { border-top: 1px solid rgba(255,255,255,.08); }
    .dxe-main-nav a { display: block; padding: 13px 4px; }
    .dxe-main-nav .sub-menu {
        position: static;
        display: flex;
        min-width: 0;
        margin: 0 0 6px 14px;
        padding: 0 0 0 12px;
        border: 0;
        border-left: 1px solid rgba(255,255,255,.14);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        transform: none;
    }
    .dxe-main-nav .sub-menu::before { display: none; }
    .dxe-main-nav .sub-menu a { padding: 8px 4px; font-size: 11px; opacity: .82; }

    .dxe-hero__inner {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 34px;
        padding-block: 50px 48px;
    }

    .dxe-hero__content { justify-self: start; text-align: left; }
    .dxe-hero h1 { font-size: clamp(40px, 13vw, 62px); }

    .dxe-media__grid,
    .dxe-find-top,
    .dxe-footer-grid { grid-template-columns: 1fr; }

    .dxe-media__grid { gap: 34px; }
    .dxe-media__intro { max-width: 520px; }
    .dxe-media h2 { max-width: 430px; }

    .dxe-result-row {
        grid-template-columns: 95px 1fr 70px 32px;
        gap: 12px;
    }

    .dxe-footer-grid { gap: 30px; }
}

@media (max-width: 640px) {
    .dxe-site-header__inner { min-height: 68px; }
    .dxe-brand { width: 150px; flex-basis: 150px; }
    .dxe-brand-logo { width: 150px !important; max-width: 150px !important; }
    .dxe-brand__fallback b { font-size: 15px; }

    .dxe-projects,
    .dxe-media,
    .dxe-studies-showcase,
    .dxe-find-studies { padding-top: 58px; padding-bottom: 58px; }

    .dxe-project-grid,
    .dxe-studies-grid { grid-template-columns: 1fr; }

    .dxe-project-card { min-height: 0; }
    .dxe-studies-head { align-items: flex-start; flex-direction: column; }
    .dxe-study-card { min-height: 0; }
    .dxe-study-visual { height: 210px; flex-basis: 210px; }
    .dxe-study-card--featured .dxe-study-visual { height: 210px; flex-basis: 210px; }

    .dxe-find-top { gap: 24px; }
    .dxe-study-search { width: 100%; }

    .dxe-result-row {
        grid-template-columns: 1fr 32px;
        gap: 8px 14px;
        padding: 18px 0;
    }

    .dxe-result-type,
    .dxe-result-date { text-align: left; }
    .dxe-result-type { grid-column: 1 / 2; }
    .dxe-result-row > div:nth-child(2) { grid-column: 1 / 2; }
    .dxe-result-date { grid-column: 1 / 2; }
    .dxe-result-arrow { grid-column: 2; grid-row: 1 / span 3; align-self: center; }

    .dxe-partners-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .dxe-footer-bottom { flex-direction: column; }
}

@media (max-width: 420px) {
    .dxe-container { width: min(calc(100% - 24px), var(--dxe-container)); }
    .dxe-partners-grid { grid-template-columns: 1fr; }
}


/* SEARCH V2 --------------------------------------------------------------- */
.dxe-study-search { position: relative; }
.dxe-study-search.is-loading { opacity: .72; }
.dxe-study-search.is-loading::after {
    content: '';
    position: absolute;
    right: 134px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border: 2px solid rgba(8,100,95,.2);
    border-top-color: var(--dxe-green);
    border-radius: 50%;
    animation: dxe-spin .7s linear infinite;
}
@keyframes dxe-spin { to { transform: rotate(360deg); } }

.dxe-result-row {
    color: inherit !important;
    text-decoration: none !important;
    transition: background .18s ease;
}
.dxe-result-row:hover,
.dxe-result-row:focus-visible { background: #f7faf9; }
.dxe-result-row:hover .dxe-result-arrow,
.dxe-result-row:focus-visible .dxe-result-arrow { transform: translate(2px,-2px); }
.dxe-result-arrow { transition: transform .18s ease; }
.dxe-result-row mark {
    padding: .02em .18em;
    border-radius: 3px;
    background: #c9efe7;
    color: #073c39;
}
.dxe-search-status {
    min-height: 18px;
    margin: 10px 0 0;
    color: #667370;
    font-size: 11px;
}
.dxe-result-empty {
    padding: 34px 0;
    border-bottom: 1px solid var(--dxe-line);
    color: #63706f;
    font-size: 14px;
}

@media (max-width: 760px) {
    .dxe-study-search.is-loading::after { right: 128px; }
}

/* Ajustes V3: conteúdo dinâmico */
.dxe-media-card {
    color: #fff !important;
    text-decoration: none !important;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.dxe-media-card:hover,
.dxe-media-card:focus {
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-2px);
    background: rgba(255,255,255,.085);
    border-color: rgba(255,255,255,.2);
}

.dxe-media-more {
    color: #fff !important;
}

.dxe-media-empty {
    padding: 24px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    color: rgba(255,255,255,.8);
    background: rgba(255,255,255,.04);
}

.dxe-study-visual {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dxe-study-visual.has-image {
    background-color: #0a4f68;
}

@media (max-width: 1040px) {
    .dxe-partner-card { flex-basis: calc((100% - 28px) / 3); }
}

@media (max-width: 700px) {
    .dxe-partners-head { align-items: flex-end; }
    .dxe-partner-card { flex-basis: 72%; min-width: 220px; }
}

.dxe-study-visual.has-image {
    overflow: hidden;
    background: #eef3f2;
}

.dxe-study-visual.has-image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center;
}

/* Reduz custo inicial de layout/pintura das seções abaixo da dobra em navegadores compatíveis. */
@supports (content-visibility: auto) {
    .dxe-studies-showcase,
    .dxe-find-studies,
    .dxe-partners {
        content-visibility: auto;
        contain-intrinsic-size: 720px;
    }
}
