/*
Theme Name: FLEXPRO Consulting
Theme URI: https://flexproconsulting.com/
Author: Custom theme for FLEXPRO Consulting LLC
Description: Tema clássico bilíngue para consultoria de investimento imobiliário na Flórida, preparado para Polylang e Yoast SEO.
Version: 1.2.25
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flexpro
Tags: custom-logo, custom-menu, featured-images, translation-ready, blog, two-columns
*/

/* =========================================================
   FLEXPRO 1.1 — Distinct editorial real-estate direction
   ========================================================= */
:root {
    --flex-navy: #071d45;
    --flex-navy-2: #0d326a;
    --flex-red: #d3132a;
    --flex-sand: #f4f0e8;
    --flex-cream: #fbfaf7;
    --flex-gold: #c9a866;
    --flex-slate: #5c687a;
}

.site-header {
    border-top: 4px solid var(--flex-red);
    box-shadow: none;
    border-bottom: 1px solid rgba(7,29,69,.09);
}
.site-header__inner { min-height: 92px; }
.site-brand img, .custom-logo { max-height: 64px; width: auto; }
.primary-menu { gap: 28px; }
.primary-menu a { font-size: .88rem; letter-spacing: .01em; }
.header-actions .button { border-radius: 4px; padding-inline: 20px; }

.hero--video {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--flex-navy);
    color: #fff;
    isolation: isolate;
}
.hero-video__media,
.hero-video__overlay {
    position: absolute;
    inset: 0;
}
.hero-video__media { z-index: -2; }
.hero-video__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
    filter: saturate(.88) contrast(1.04);
}
.hero-video__overlay {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(4,18,47,.92) 0%, rgba(4,18,47,.78) 42%, rgba(4,18,47,.42) 72%, rgba(4,18,47,.30) 100%),
        linear-gradient(0deg, rgba(4,18,47,.42), transparent 45%);
}
.hero-video__content {
    position: relative;
    z-index: 2;
    max-width: 790px;
    padding-top: 110px;
    padding-bottom: 95px;
    margin-left: max(0px, calc((100vw - var(--content-width, 1200px)) / 2));
}
.hero-video__content h1 {
    color: #fff;
    font-family: inherit;
    font-size: clamp(3.5rem, 6.1vw, 6.8rem);
    line-height: .96;
    letter-spacing: -.055em;
    font-weight: 650;
    max-width: 12ch;
    margin: 18px 0 28px;
    text-shadow: 0 2px 24px rgba(0,0,0,.20);
}
.lead--light { color: rgba(255,255,255,.82); max-width: 640px; font-size: 1.16rem; }
.eyebrow--light { color: #f4cf85; }
.button--ghost-light { color: #fff; border: 1px solid rgba(255,255,255,.48); background: rgba(7,29,69,.12); }
.button--ghost-light:hover { background: #fff; color: var(--flex-navy); }
.hero-editorial__proof { display: flex; gap: 0; margin-top: 58px; border-top: 1px solid rgba(255,255,255,.22); padding-top: 25px; }
.hero-editorial__proof div { padding-right: 32px; margin-right: 32px; border-right: 1px solid rgba(255,255,255,.22); }
.hero-editorial__proof div:last-child { border: 0; }
.hero-editorial__proof strong { display: block; font-size: 1.2rem; color: #fff; }
.hero-editorial__proof span { display: block; margin-top: 5px; color: rgba(255,255,255,.68); font-size: .78rem; text-transform: uppercase; letter-spacing: .09em; }
.hero-video__credit {
    position: absolute;
    right: 14px;
    bottom: 9px;
    z-index: 3;
    margin: 0;
    font-size: .62rem;
    letter-spacing: .02em;
}
.hero-video__credit a { color: rgba(255,255,255,.58); text-decoration: none; }
.hero-video__credit a:hover { color: #fff; }

.market-bar { background:#fff; border-bottom:1px solid rgba(7,29,69,.09); }
.market-bar__grid { min-height:110px; display:grid; grid-template-columns:1fr 1.4fr; align-items:center; gap:50px; }
.market-bar__grid p { margin:0; color:var(--flex-navy); font-weight:650; }
.market-bar__locations { display:flex; justify-content:flex-end; flex-wrap:wrap; gap:10px 22px; color:var(--flex-slate); font-size:.79rem; text-transform:uppercase; letter-spacing:.08em; }

.section--intro { padding-top:120px; }
.intro-grid { display:grid; grid-template-columns:1fr .8fr; gap:100px; align-items:end; }
.section-heading--left { text-align:left; margin-left:0; max-width:780px; }
.intro-copy { border-left:1px solid rgba(7,29,69,.17); padding-left:50px; font-size:1.08rem; }
.section--sand { background:var(--flex-sand); }
.service-rail { margin-top:55px; border-top:1px solid rgba(7,29,69,.2); }
.service-rail__item { display:grid; grid-template-columns:90px 1fr; gap:35px; padding:35px 0; border-bottom:1px solid rgba(7,29,69,.2); align-items:start; }
.service-rail__item > span { color:var(--flex-red); font-size:.83rem; letter-spacing:.1em; font-weight:700; }
.service-rail__item div { display:grid; grid-template-columns:minmax(260px,.7fr) 1fr; gap:60px; }
.service-rail__item h3 { margin:0; font-size:1.6rem; }
.service-rail__item p { margin:0; color:var(--flex-slate); }

.process-layout { display:grid; grid-template-columns:.78fr 1.22fr; gap:100px; align-items:start; }
.process-layout__sticky { position:sticky; top:140px; }
.process-list { list-style:none; margin:0; padding:0; border-top:1px solid rgba(7,29,69,.18); }
.process-list li { display:grid; grid-template-columns:70px 1fr; padding:28px 0; border-bottom:1px solid rgba(7,29,69,.18); }
.process-list li > span { color:var(--flex-red); font-weight:700; }
.process-list h3 { margin:0 0 8px; font-size:1.35rem; }
.process-list p { margin:0; color:var(--flex-slate); }

.section--map { background:var(--flex-navy); color:#fff; }
.location-feature { display:grid; grid-template-columns:1.05fr .95fr; gap:90px; align-items:center; }
.location-feature__copy h2 { color:#fff; }
.location-feature__copy p { color:rgba(255,255,255,.7); }
.location-feature__map { min-height:470px; position:relative; border:1px solid rgba(255,255,255,.18); background:linear-gradient(130deg,rgba(255,255,255,.02),rgba(255,255,255,.08)); overflow:hidden; }
.location-feature__map::before, .location-feature__map::after { content:""; position:absolute; border:1px solid rgba(255,255,255,.11); border-radius:50%; }
.location-feature__map::before { width:480px;height:480px;left:-120px;top:-130px; }
.location-feature__map::after { width:300px;height:300px;right:-80px;bottom:-90px; }
.location-feature__map strong { position:absolute; left:44px; bottom:38px; color:#fff; letter-spacing:.22em; font-size:1.25rem; }
.map-dot { position:absolute; width:15px;height:15px;border-radius:50%;background:var(--flex-red);box-shadow:0 0 0 9px rgba(211,19,42,.18); z-index:2; }
.map-dot--1 { left:27%; top:36%; }.map-dot--2 { left:56%; top:52%; }.map-dot--3 { left:71%; top:25%; }
.map-route { position:absolute; width:49%; height:35%; left:28%; top:30%; border-top:2px dashed rgba(239,198,120,.65); border-right:2px dashed rgba(239,198,120,.65); transform:skewY(17deg); }

.cta-editorial { background:var(--flex-red); color:#fff; padding:58px 64px; display:grid; grid-template-columns:1fr auto; gap:60px; align-items:center; border-radius:0; }
.cta-editorial h2 { color:#fff; margin:6px 0 12px; }
.cta-editorial p { color:rgba(255,255,255,.76); max-width:700px; }

@media (max-width: 1050px) {
    .location-feature { grid-template-columns:1fr; }
    .intro-grid, .process-layout { grid-template-columns:1fr; gap:55px; }
    .process-layout__sticky { position:static; }
    .market-bar__grid { grid-template-columns:1fr; gap:18px; padding-block:28px; }
    .market-bar__locations { justify-content:flex-start; }
}
@media (max-width: 760px) {
    .hero--video { min-height: 700px; }
    .hero-video__content { padding-top: 90px; padding-bottom: 75px; }
    .hero-video__content h1 { font-size:clamp(2.8rem,15vw,4.6rem); }
    .hero-editorial__proof { flex-wrap:wrap; gap:20px; }
    .hero-editorial__proof div { border:0; margin:0; padding-right:18px; }
    .intro-grid { gap:35px; }
    .intro-copy { padding-left:25px; }
    .service-rail__item, .service-rail__item div { grid-template-columns:1fr; gap:12px; }
    .service-rail__item { grid-template-columns:45px 1fr; }
    .location-feature__map { min-height:330px; }
    .cta-editorial { grid-template-columns:1fr; padding:40px 30px; }
}


/* =========================================================
   FLEXPRO 1.2 — Institutional authority without personal bio
   ========================================================= */
.trust-ribbon { background:#fff; border-bottom:1px solid rgba(7,29,69,.1); }
.trust-ribbon__grid { display:grid; grid-template-columns:repeat(4,1fr); }
.trust-ribbon__grid > div { min-height:112px; padding:27px 24px; border-right:1px solid rgba(7,29,69,.1); display:flex; flex-direction:column; justify-content:center; gap:7px; }
.trust-ribbon__grid > div:first-child { border-left:1px solid rgba(7,29,69,.1); }
.trust-ribbon__grid span { color:var(--flex-red); font-size:.7rem; letter-spacing:.14em; font-weight:800; }
.trust-ribbon__grid strong { color:var(--flex-navy); font-size:.96rem; line-height:1.35; }

.institutional-feature { background:var(--flex-cream); }
.institutional-feature__grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,.95fr); gap:90px; align-items:center; }
.institutional-feature__media { min-height:590px; background:linear-gradient(145deg,#0a2a5f,#071d45); position:relative; overflow:hidden; background-size:cover; background-position:center; }
.institutional-feature__media::before { content:""; position:absolute; inset:26px; border:1px solid rgba(255,255,255,.24); pointer-events:none; }
.institutional-feature__media.has-image::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 45%,rgba(7,29,69,.32)); }
.media-placeholder { position:absolute; inset:0; display:flex; flex-direction:column; justify-content:flex-end; padding:58px; color:#fff; background:radial-gradient(circle at 75% 22%,rgba(201,168,102,.35),transparent 25%),linear-gradient(135deg,transparent 35%,rgba(255,255,255,.04) 35% 36%,transparent 36% 62%,rgba(255,255,255,.04) 62% 63%,transparent 63%); }
.media-placeholder span { color:#f4cf85; font-size:.72rem; letter-spacing:.22em; font-weight:800; }
.media-placeholder strong { margin-top:12px; font-family:Georgia,serif; font-size:2.1rem; max-width:10ch; line-height:1.05; }
.media-placeholder small { margin-top:15px; color:rgba(255,255,255,.64); max-width:32ch; }
.institutional-feature__copy h2 { max-width:12ch; }
.institutional-feature__copy > p:not(.eyebrow) { font-size:1.08rem; color:var(--flex-slate); }
.commitment-list { margin:38px 0; border-top:1px solid rgba(7,29,69,.15); }
.commitment-list > div { padding:20px 0; display:grid; grid-template-columns:.72fr 1fr; gap:30px; border-bottom:1px solid rgba(7,29,69,.15); }
.commitment-list strong { color:var(--flex-navy); }
.commitment-list span { color:var(--flex-slate); font-size:.94rem; }

.services-showcase__heading { display:grid; grid-template-columns:1fr 360px; gap:80px; align-items:end; }
.services-showcase__image { height:235px; background:var(--flex-navy); background-size:cover; background-position:center; position:relative; display:flex; align-items:flex-end; padding:25px; overflow:hidden; }
.services-showcase__image::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent,rgba(7,29,69,.58)); }
.services-showcase__image span { position:relative; z-index:1; color:#fff; text-transform:uppercase; letter-spacing:.12em; font-size:.69rem; font-weight:800; }
.service-cards { margin-top:62px; display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid rgba(7,29,69,.18); border-left:1px solid rgba(7,29,69,.18); }
.service-cards article { min-height:310px; padding:32px 28px; border-right:1px solid rgba(7,29,69,.18); border-bottom:1px solid rgba(7,29,69,.18); background:rgba(255,255,255,.32); transition:background .2s ease, transform .2s ease; }
.service-cards article:hover { background:#fff; transform:translateY(-4px); }
.service-cards article > span { color:var(--flex-red); font-size:.72rem; letter-spacing:.13em; font-weight:800; }
.service-cards h3 { margin:42px 0 16px; font-size:1.45rem; }
.service-cards p { color:var(--flex-slate); margin:0; }

.location-story { background:var(--flex-navy); color:#fff; padding-block:0; }
.location-story__grid { display:grid; grid-template-columns:.92fr 1.08fr; min-height:650px; }
.location-story__copy { padding:105px 80px 105px 0; align-self:center; }
.location-story__copy h2 { color:#fff; }
.location-story__copy > p:not(.eyebrow) { color:rgba(255,255,255,.72); }
.location-story__media { min-height:650px; background:linear-gradient(145deg,#102f63,#071d45); background-size:cover; background-position:center; position:relative; overflow:hidden; }
.location-story__media::before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(7,29,69,.45),transparent 45%); }
.location-story__media:not(.has-image)::after { content:""; position:absolute; width:520px; height:520px; border:1px solid rgba(255,255,255,.16); border-radius:50%; right:-100px; top:40px; box-shadow:0 0 0 85px rgba(255,255,255,.025),0 0 0 170px rgba(255,255,255,.018); }
.orlando-mark { position:absolute; z-index:2; left:58px; bottom:55px; display:flex; flex-direction:column; color:#fff; }
.orlando-mark strong { font-family:Georgia,serif; font-size:3.2rem; line-height:1; letter-spacing:.04em; }
.orlando-mark span { font-size:.69rem; letter-spacing:.18em; color:#f4cf85; margin-block:8px; }
.location-pills { display:flex; flex-wrap:wrap; gap:9px; margin:30px 0 35px; }
.location-pills span { border:1px solid rgba(255,255,255,.28); padding:8px 12px; color:rgba(255,255,255,.82); font-size:.76rem; }

@media (max-width:1050px) {
    .trust-ribbon__grid { grid-template-columns:repeat(2,1fr); }
    .institutional-feature__grid, .location-story__grid { grid-template-columns:1fr; }
    .institutional-feature__media { min-height:480px; }
    .services-showcase__heading { grid-template-columns:1fr; gap:35px; }
    .services-showcase__image { max-width:520px; }
    .service-cards { grid-template-columns:repeat(2,1fr); }
    .location-story__copy { padding:85px 0; }
    .location-story__media { min-height:460px; }
}
@media (max-width:760px) {
    .trust-ribbon__grid { grid-template-columns:1fr; }
    .trust-ribbon__grid > div, .trust-ribbon__grid > div:first-child { border-left:0; border-right:0; border-bottom:1px solid rgba(7,29,69,.1); min-height:86px; }
    .institutional-feature__grid { gap:45px; }
    .institutional-feature__media { min-height:390px; }
    .media-placeholder { padding:34px; }
    .commitment-list > div { grid-template-columns:1fr; gap:7px; }
    .service-cards { grid-template-columns:1fr; }
    .service-cards article { min-height:auto; }
    .location-story__copy { padding:70px 0; }
    .location-story__media { min-height:370px; }
    .orlando-mark { left:30px; bottom:32px; }
    .orlando-mark strong { font-size:2.2rem; }
}


/* =========================================================
   FLEXPRO 1.2.1 — Hero layout stabilization
   ========================================================= */
.hero.hero--video {
    padding: 0;
    min-height: clamp(660px, 78vh, 860px);
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: var(--flex-navy);
}
.hero-video__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: var(--flex-navy);
}
.hero-video__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
}
.hero-video__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(4,18,47,.94) 0%, rgba(4,18,47,.82) 42%, rgba(4,18,47,.42) 76%, rgba(4,18,47,.28) 100%),
        linear-gradient(0deg, rgba(4,18,47,.36), transparent 55%);
}
.hero-video__content.container {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 40px), var(--container));
    max-width: var(--container);
    margin: 0 auto;
    padding: 100px 0 92px;
}
.hero-video__content > * { max-width: 720px; }
.hero-video__content h1 {
    max-width: 11.5ch;
    margin: 16px 0 26px;
    color: #fff;
    font-size: clamp(3.2rem, 6vw, 6.5rem);
    line-height: .98;
}
.hero-video__content .button-group { margin-top: 28px; }
.hero-editorial__proof {
    max-width: 720px;
    align-items: flex-start;
}
.hero-video__credit {
    left: auto;
    right: 16px;
    bottom: 10px;
    width: auto;
    max-width: calc(100% - 32px);
    text-align: right;
}
.hero-video__credit a { color: rgba(255,255,255,.62); }

@media (max-width: 760px) {
    .hero.hero--video { min-height: 690px; }
    .hero-video__content.container {
        width: min(calc(100% - 30px), var(--container));
        padding: 80px 0 76px;
    }
    .hero-video__content h1 { font-size: clamp(2.65rem, 14vw, 4.25rem); }
    .hero-video__credit { font-size: .55rem; }
}

/* =========================================================
   FLEXPRO 1.2.3 — Compact footer + site credit
   ========================================================= */
.site-footer {
    background: var(--flex-navy);
    color: rgba(255, 255, 255, 0.82);
    padding: 48px 0 20px;
    min-height: 0;
}

.site-footer .container {
    width: min(calc(100% - 40px), var(--container, 1200px));
    max-width: var(--container, 1200px);
    margin-inline: auto;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: minmax(280px, 1.4fr) minmax(180px, 0.8fr) minmax(180px, 0.8fr);
    gap: 48px;
    align-items: start;
}

.site-footer__grid > div {
    min-width: 0;
}

/*
 * Alinha o bloco completo da esquerda ao topo das colunas
 * Company e Quick Links.
 */
.site-footer__brand {
    position: relative;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    align-self: start;
    transform: translateY(-38px);
}

.site-footer__company,
.site-footer__quick-links {
    align-self: start;
}

.site-footer__brand .footer-logo,
.site-footer__brand .custom-logo {
    display: block !important;
    width: 250px;
    max-width: 100%;
    height: auto;
    max-height: none;
    margin: 0 0 22px !important;
    object-fit: contain;
    object-position: left top;
}

.site-footer__grid > div:first-child > p,
.site-footer__description {
    position: static;
    z-index: auto;
    max-width: 460px;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
}

.site-footer__contact-list {
    margin-top: 18px;
}

.site-footer__contact-list a {
    overflow-wrap: anywhere;
}

.site-footer h2,
.site-footer h3,
.site-footer__title {
    margin: 0 0 14px;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-list,
.site-footer .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-list li,
.site-footer .menu li {
    margin: 0;
}

.footer-list li + li,
.site-footer .menu li + li {
    margin-top: 8px;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.86);
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
    color: #fff;
}

.site-footer__legal {
    display: block;
    margin-top: 36px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer__legal > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 100%;
}

.site-footer__legal p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.76rem;
    line-height: 1.55;
    text-align: center;
}

.site-credit {
    margin-top: 6px !important;
    color: rgba(255, 255, 255, 0.58) !important;
    font-size: 0.72rem !important;
    text-align: center;
}

.site-credit a {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 600;
}

.site-credit a:hover,
.site-credit a:focus-visible {
    color: #fff;
    text-decoration: underline;
}

/* Remove accidental inherited heights or oversized spacing. */
.site-footer,
.site-footer__grid,
.site-footer__grid > div,
.site-footer__legal {
    height: auto;
    min-height: 0;
}

@media (max-width: 900px) {
    .site-footer__brand {
        transform: none;
    }

    .site-footer__grid {
        grid-template-columns: 1.2fr 0.8fr;
        gap: 36px 44px;
    }

    .site-footer__grid > div:last-child {
        grid-column: 1 / -1;
    }

}

@media (max-width: 640px) {
    .site-footer {
        padding: 40px 0 18px;
    }

    .site-footer .container {
        width: min(calc(100% - 30px), var(--container, 1200px));
    }

    .site-footer__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .site-footer__grid > div:last-child {
        grid-column: auto;
    }

    .site-footer__brand .footer-logo,
    .site-footer__brand .custom-logo {
        width: 220px;
        margin-bottom: 18px !important;
    }

    .site-footer__contact-list {
        margin-top: 14px;
    }

    .site-footer__legal {
        margin-top: 28px;
        padding-top: 18px;
    }

    .site-footer__legal > div {
        align-items: flex-start;
    }

    .site-footer__legal p,
    .site-credit {
        text-align: left;
    }
}

/* =========================================================
   FLEXPRO 1.2.7 — Mobile hero + language dropdown
   ========================================================= */
@media (max-width: 760px) {
    .hero.hero--video {
        min-height: 690px;
    }

    .hero-video__media {
        background-image: none !important;
        background-color: var(--flex-navy);
        overflow: hidden;
    }

    .hero-video__video {
        display: block !important;
        width: 100%;
        height: 100%;
        object-fit: cover !important;
        object-position: center center !important;
        transform: none !important;
        transform-origin: center center;
        background: var(--flex-navy);
    }

    .hero-video__overlay {
        background:
            linear-gradient(
                90deg,
                rgba(4, 18, 47, 0.88) 0%,
                rgba(4, 18, 47, 0.68) 58%,
                rgba(4, 18, 47, 0.45) 100%
            ),
            linear-gradient(
                0deg,
                rgba(4, 18, 47, 0.35),
                transparent 55%
            );
    }
}

/* =========================================================
   FLEXPRO 1.2.7 — Language dropdown
   ========================================================= */
.language-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 1200;
}

.language-dropdown > summary {
    list-style: none;
}

.language-dropdown > summary::-webkit-details-marker {
    display: none;
}

.language-dropdown__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 38px;
    padding: 7px 9px;
    border: 1px solid transparent;
    border-radius: 5px;
    background: transparent;
    color: var(--flex-navy);
    font-family: inherit;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.language-dropdown__button:hover,
.language-dropdown__button:focus-visible,
.language-dropdown[open] .language-dropdown__button {
    border-color: rgba(7, 29, 69, 0.12);
    background: rgba(7, 29, 69, 0.04);
}

.language-dropdown__flag {
    display: block;
    width: 20px;
    height: 14px;
    object-fit: cover;
    border-radius: 1px;
    box-shadow: 0 0 0 1px rgba(7, 29, 69, 0.1);
}

.language-dropdown__emoji {
    font-size: 1rem;
    line-height: 1;
}

.language-dropdown__code {
    letter-spacing: 0.03em;
}

.language-dropdown__arrow {
    width: 6px;
    height: 6px;
    margin-left: 1px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 0.2s ease;
}

.language-dropdown[open] .language-dropdown__arrow {
    transform: translateY(1px) rotate(225deg);
}

.language-dropdown__menu {
    position: absolute;
    top: calc(100% + 9px);
    right: 0;
    z-index: 1300;
    width: max-content;
    min-width: 175px;
    padding: 7px;
    background: #fff;
    border: 1px solid rgba(7, 29, 69, 0.12);
    border-radius: 7px;
    box-shadow: 0 15px 35px rgba(7, 29, 69, 0.16);
}

.language-dropdown__menu::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 19px;
    width: 9px;
    height: 9px;
    background: #fff;
    border-top: 1px solid rgba(7, 29, 69, 0.12);
    border-left: 1px solid rgba(7, 29, 69, 0.12);
    transform: rotate(45deg);
}

.language-dropdown__menu ul {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style: none;
}

.language-dropdown__menu li {
    margin: 0;
}

.language-dropdown__menu li + li {
    margin-top: 3px;
}

.language-dropdown__menu a {
    display: grid;
    grid-template-columns: 22px 1fr auto;
    align-items: center;
    gap: 9px;
    padding: 10px;
    border-radius: 4px;
    color: var(--flex-navy);
    font-size: 0.82rem;
    font-weight: 650;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.language-dropdown__menu a:hover,
.language-dropdown__menu a:focus-visible {
    background: rgba(7, 29, 69, 0.06);
}

.language-dropdown__menu .current-lang a {
    background: rgba(211, 19, 42, 0.06);
    color: var(--flex-red);
}

.language-dropdown__menu img {
    display: block;
    width: 22px;
    height: 15px;
    object-fit: cover;
    border-radius: 1px;
    box-shadow: 0 0 0 1px rgba(7, 29, 69, 0.1);
}

.language-dropdown__check {
    color: var(--flex-red);
    font-size: 0.76rem;
    font-weight: 800;
}

.language-dropdown--fallback .language-dropdown__button {
    cursor: default;
}

@media (max-width: 760px) {
    .header-actions {
        gap: 5px;
    }

    .language-dropdown__button {
        min-height: 34px;
        padding: 5px 7px;
        font-size: 0.65rem;
    }

    .language-dropdown__flag {
        width: 18px;
        height: 12px;
    }

    .language-dropdown__menu {
        position: fixed;
        top: 78px;
        right: 15px;
        min-width: 165px;
    }

    .language-dropdown__menu::before {
        display: none;
    }
}

/* =========================================================
   FLEXPRO 1.2.8 — Header navigation restoration
   ========================================================= */
.site-header {
    position: relative;
    z-index: 1100;
}

.site-header__inner {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 92px;
    gap: 22px;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.site-brand .custom-logo-link {
    display: inline-flex;
    align-items: center;
}

.site-navigation {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
}

.primary-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.primary-menu li {
    margin: 0;
}

.primary-menu a {
    display: inline-flex;
    align-items: center;
    color: var(--flex-navy);
    font-size: 0.82rem;
    font-weight: 650;
    text-decoration: none;
}

.primary-menu a:hover,
.primary-menu a:focus-visible,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
    color: var(--flex-red);
}

.header-actions {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
    gap: 10px;
    margin-left: 0;
    visibility: visible !important;
    opacity: 1 !important;
}

.header-actions .button,
.header-actions .header-cta {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding-inline: 15px;
    font-size: 0.76rem;
    white-space: nowrap;
}

.menu-toggle {
    flex: 0 0 auto;
}

/* Desktop and large tablets: always show the full navigation. */
@media (min-width: 1001px) {
    .menu-toggle {
        display: none !important;
    }

    .site-navigation {
        display: block !important;
        position: static;
        width: auto;
        height: auto;
        opacity: 1;
        visibility: visible;
        transform: none;
    }
}

/* Medium screens: tighten spacing so the menu and actions still fit. */
@media (min-width: 1001px) and (max-width: 1220px) {
    .site-header__inner {
        gap: 15px;
    }

    .primary-menu {
        gap: 14px;
    }

    .primary-menu a {
        font-size: 0.76rem;
    }

    .header-actions {
        gap: 7px;
    }

    .header-actions .button,
    .header-actions .header-cta {
        padding-inline: 12px;
        font-size: 0.7rem;
    }

    .language-dropdown__button {
        padding-inline: 6px;
    }
}

/* =========================================================
   FLEXPRO 1.2.14 — Header mobile + hamburger corrigido
   ========================================================= */

@media (max-width: 1000px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .site-header {
        position: relative;
        z-index: 9999;
        width: 100%;
        overflow: visible;
        background: #fff;
    }

    .site-header__inner {
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
        min-height: 92px;
        gap: 8px;
    }

    .site-brand {
        display: inline-flex;
        align-items: center;
        flex: 1 1 auto;
        min-width: 0;
        margin-right: auto;
    }

    .site-brand .custom-logo-link {
        display: inline-flex;
        align-items: center;
        min-width: 0;
    }

    .site-brand img,
    .site-brand .custom-logo {
        display: block;
        width: auto;
        height: auto;
        max-width: min(220px, 48vw);
        max-height: 66px;
        object-fit: contain;
    }

    .menu-toggle {
        position: relative;
        z-index: 10002;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        flex: 0 0 46px;
        width: 46px;
        height: 46px;
        padding: 0;
        border: 0;
        background: transparent;
        color: var(--flex-navy);
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
    }

    .menu-toggle > span:not(.screen-reader-text) {
        position: absolute;
        left: 9px;
        width: 28px;
        height: 2.5px;
        border-radius: 2px;
        background: currentColor;
        transition:
            transform 0.22s ease,
            opacity 0.22s ease,
            top 0.22s ease;
    }

    .menu-toggle > span:nth-child(1) {
        top: 14px;
    }

    .menu-toggle > span:nth-child(2) {
        top: 22px;
    }

    .menu-toggle > span:nth-child(3) {
        top: 30px;
    }

    .menu-toggle[aria-expanded="true"] > span:nth-child(1) {
        top: 22px;
        transform: rotate(45deg);
    }

    .menu-toggle[aria-expanded="true"] > span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle[aria-expanded="true"] > span:nth-child(3) {
        top: 22px;
        transform: rotate(-45deg);
    }

    .site-navigation {
        position: absolute;
        top: 100%;
        left: 50%;
        z-index: 10000;
        display: none;
        width: 100vw;
        max-width: 100vw;
        height: auto;
        padding: 12px 20px 20px;
        background: #fff;
        border-top: 1px solid rgba(7, 29, 69, 0.10);
        border-bottom: 1px solid rgba(7, 29, 69, 0.10);
        box-shadow: 0 18px 35px rgba(7, 29, 69, 0.14);
        visibility: visible;
        opacity: 1;
        overflow: visible;
        transform: translateX(-50%);
    }

    .site-navigation.is-open,
    .site-navigation.active,
    .site-navigation.toggled,
    .site-header.menu-open .site-navigation,
    .site-header.nav-open .site-navigation,
    body.menu-open .site-navigation,
    .menu-toggle[aria-expanded="true"] + .site-navigation {
        display: block !important;
    }

    .primary-menu,
    .site-navigation .primary-menu {
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        flex-wrap: nowrap;
        width: 100%;
        gap: 0;
        margin: 0;
        padding: 0;
        list-style: none;
        white-space: normal;
    }

    .primary-menu li,
    .site-navigation .primary-menu li {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid rgba(7, 29, 69, 0.09);
    }

    .primary-menu li:last-child,
    .site-navigation .primary-menu li:last-child {
        border-bottom: 0;
    }

    .primary-menu a,
    .site-navigation .primary-menu a {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 50px;
        padding: 12px 4px;
        color: var(--flex-navy);
        font-size: 0.96rem;
        font-weight: 650;
        line-height: 1.3;
        text-decoration: none;
        white-space: normal;
    }

    .primary-menu a:hover,
    .primary-menu a:focus-visible,
    .primary-menu .current-menu-item > a,
    .primary-menu .current_page_item > a {
        color: var(--flex-red);
    }

    .header-actions {
        position: relative;
        z-index: 10002;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        flex: 0 0 auto;
        gap: 4px;
        margin-left: 0;
    }

    .header-actions .header-cta,
    .header-actions .button {
        display: none !important;
    }

    .language-dropdown {
        z-index: 10003;
    }

    .language-dropdown__button {
        min-height: 38px;
        padding: 5px 6px;
    }

    .language-dropdown__menu {
        position: fixed;
        top: 82px;
        right: 15px;
        left: auto;
        z-index: 10010;
        min-width: 165px;
    }
}

@media (max-width: 560px) {
    .site-header__inner {
        min-height: 88px;
        gap: 5px;
    }

    .site-brand img,
    .site-brand .custom-logo {
        max-width: min(205px, 46vw);
        max-height: 62px;
    }

    .menu-toggle {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
        padding: 0;
    }

    .menu-toggle > span:not(.screen-reader-text) {
        left: 8px;
        width: 26px;
    }

    .menu-toggle > span:nth-child(1) {
        top: 13px;
    }

    .menu-toggle > span:nth-child(2) {
        top: 20px;
    }

    .menu-toggle > span:nth-child(3) {
        top: 27px;
    }

    .menu-toggle[aria-expanded="true"] > span:nth-child(1),
    .menu-toggle[aria-expanded="true"] > span:nth-child(3) {
        top: 20px;
    }

    .language-dropdown__button {
        min-height: 34px;
        padding: 4px;
    }

    .language-dropdown__code {
        font-size: 0.67rem;
    }

    .site-navigation {
        padding: 10px 15px 18px;
    }
}

@media (max-width: 390px) {
    .site-brand img,
    .site-brand .custom-logo {
        max-width: min(175px, 44vw);
    }

    .menu-toggle {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
    }

    .menu-toggle > span:not(.screen-reader-text) {
        left: 8px;
        width: 24px;
    }

    .menu-toggle > span:nth-child(1) {
        top: 12px;
    }

    .menu-toggle > span:nth-child(2) {
        top: 19px;
    }

    .menu-toggle > span:nth-child(3) {
        top: 26px;
    }

    .menu-toggle[aria-expanded="true"] > span:nth-child(1),
    .menu-toggle[aria-expanded="true"] > span:nth-child(3) {
        top: 19px;
    }

    .language-dropdown__flag {
        width: 17px;
        height: 12px;
    }
}

/* =========================================================
   FLEXPRO 1.2.10 — Investment in Orlando responsive hero
   ========================================================= */
.investment-hero {
    min-height: clamp(650px, 76vh, 820px);
}

.investment-hero .hero-video__media {
    overflow: hidden;
    background: var(--flex-navy);
}

.investment-hero .hero-video__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: none;
    background: var(--flex-navy);
}

.investment-hero .hero-video__overlay {
    background:
        linear-gradient(
            90deg,
            rgba(4, 18, 47, 0.94) 0%,
            rgba(4, 18, 47, 0.78) 40%,
            rgba(4, 18, 47, 0.34) 72%,
            rgba(4, 18, 47, 0.16) 100%
        ),
        linear-gradient(
            0deg,
            rgba(4, 18, 47, 0.32),
            transparent 55%
        );
}

@media (min-width: 761px) {
    .investment-hero .hero-video__video {
        object-fit: cover;
        object-position: center center;
        transform: none;
    }
}

@media (max-width: 760px) {
    .investment-hero {
        min-height: 690px;
    }

    .investment-hero .hero-video__video {
        display: block !important;
        width: 100%;
        height: 100%;
        object-fit: cover !important;
        object-position: center center !important;
        transform: none !important;
        background: var(--flex-navy);
    }

    .investment-hero .hero-video__overlay {
        background:
            linear-gradient(
                90deg,
                rgba(4, 18, 47, 0.90) 0%,
                rgba(4, 18, 47, 0.60) 100%
            ),
            linear-gradient(
                0deg,
                rgba(4, 18, 47, 0.38),
                transparent 55%
            );
    }
}
/* =========================================================
   FLEXPRO 1.2.11 — Acquisition process background section
   A imagem de fundo é definida diretamente no template PHP.
   ========================================================= */

.acquisition-process {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    /*
     * A imagem, o gradiente, o tamanho e a posição principal
     * são definidos diretamente no atributo style do PHP.
     */

    background-color: var(--flex-cream);
}

/*
 * Mantém todo o conteúdo acima da imagem de fundo.
 */
.acquisition-process__content {
    position: relative;
    z-index: 2;
}

/*
 * Área do título e parágrafo.
 */
.acquisition-process .section-heading {
    position: relative;
    z-index: 2;
}

.acquisition-process .section-heading h2 {
    color: var(--flex-navy);
    text-shadow: 0 1px 10px rgba(255, 255, 255, 0.4);
}

.acquisition-process .section-heading p {
    color: #46556b;
    text-shadow: 0 1px 8px rgba(255, 255, 255, 0.45);
}

/*
 * Grid dos seis passos.
 */
.acquisition-process .process-grid {
    position: relative;
    z-index: 2;
}

/*
 * Cards sobre a imagem.
 */
.acquisition-process .process-grid article,
.acquisition-process .process-card {
    position: relative;
    overflow: hidden;

    background: rgba(248, 249, 252, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.75);
    box-shadow:
        0 12px 30px rgba(7, 29, 69, 0.09),
        0 2px 8px rgba(7, 29, 69, 0.04);

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        background-color 0.22s ease;
}

.acquisition-process .process-grid article:hover,
.acquisition-process .process-card:hover {
    transform: translateY(-3px);

    background: rgba(255, 255, 255, 0.97);

    box-shadow:
        0 17px 38px rgba(7, 29, 69, 0.13),
        0 3px 10px rgba(7, 29, 69, 0.05);
}

/*
 * Número circular de cada etapa.
 */
.acquisition-process .process-grid article > span,
.acquisition-process .process-card > span {
    position: relative;
    z-index: 1;

    background: var(--flex-navy);
    color: #fff;

    box-shadow: 0 5px 14px rgba(7, 29, 69, 0.16);
}

/*
 * Título de cada etapa.
 */
.acquisition-process .process-grid h3,
.acquisition-process .process-card h3 {
    position: relative;
    z-index: 1;
    color: var(--flex-navy);
}

/*
 * Evita que a seção azul seguinte deixe qualquer espaço
 * ou transparência entre as duas seções.
 */
.acquisition-process + .section--navy {
    position: relative;
    z-index: 3;
}

/* =========================================================
   Tablets
   ========================================================= */

@media (max-width: 1050px) {
    .acquisition-process {
        /*
         * O !important sobrescreve o background-position
         * inserido diretamente no atributo style do PHP.
         */
        background-position: 58% center !important;
    }

    .acquisition-process .process-grid article,
    .acquisition-process .process-card {
        background: rgba(250, 251, 253, 0.95);
    }
}

/* =========================================================
   Celulares
   ========================================================= */

@media (max-width: 760px) {
    .acquisition-process {
        background-position: 64% center !important;
    }

    .acquisition-process .section-heading h2,
    .acquisition-process .section-heading p {
        text-shadow: none;
    }

    .acquisition-process .process-grid article,
    .acquisition-process .process-card {
        background: rgba(255, 255, 255, 0.95);

        /*
         * Removido no celular para melhorar desempenho.
         */
        backdrop-filter: none;
        -webkit-backdrop-filter: none;

        box-shadow:
            0 9px 24px rgba(7, 29, 69, 0.09),
            0 2px 6px rgba(7, 29, 69, 0.04);
    }

    .acquisition-process .process-grid article:hover,
    .acquisition-process .process-card:hover {
        transform: none;
    }
}

/* =========================================================
   Celulares pequenos
   ========================================================= */

@media (max-width: 480px) {
    .acquisition-process {
        background-position: 68% center !important;
    }

    .acquisition-process .process-grid article,
    .acquisition-process .process-card {
        border-color: rgba(7, 29, 69, 0.07);
    }
}

/* =========================================================
   Acessibilidade: reduz animações
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    .acquisition-process .process-grid article,
    .acquisition-process .process-card {
        transition: none;
    }

    .acquisition-process .process-grid article:hover,
    .acquisition-process .process-card:hover {
        transform: none;
    }
}
/* =========================================================
   FLEXPRO — Legal pages
   ========================================================= */

.legal-page {
    background: var(--flex-cream, #fbfaf7);
}

.legal-content {
    max-width: 860px;
}

.legal-content .legal-updated {
    margin: 0 0 42px;
    padding: 18px 20px;
    border-left: 3px solid var(--flex-red, #d3132a);
    background: rgba(7, 29, 69, 0.04);
    color: var(--flex-slate, #5c687a);
}

.legal-content h2 {
    margin: 48px 0 16px;
    color: var(--flex-navy, #071d45);
    font-size: clamp(1.55rem, 2.4vw, 2rem);
    line-height: 1.2;
}

.legal-content h3 {
    margin: 30px 0 10px;
    color: var(--flex-navy, #071d45);
    font-size: 1.18rem;
    line-height: 1.3;
}

.legal-content p,
.legal-content li {
    color: var(--flex-slate, #5c687a);
    line-height: 1.75;
}

.legal-content ul,
.legal-content ol {
    margin: 16px 0 26px;
    padding-left: 1.3rem;
}

.legal-content li + li {
    margin-top: 9px;
}

.legal-content a {
    color: var(--flex-navy, #071d45);
    font-weight: 650;
    text-decoration: underline;
    text-decoration-color: rgba(211, 19, 42, 0.55);
    text-underline-offset: 3px;
}

.legal-content a:hover,
.legal-content a:focus-visible {
    color: var(--flex-red, #d3132a);
    text-decoration-color: currentColor;
}

@media (max-width: 760px) {
    .legal-content .legal-updated {
        margin-bottom: 32px;
    }

    .legal-content h2 {
        margin-top: 38px;
    }
}

/* =========================================================
   FLEXPRO 1.2.12 — Footer company and quick links
   ========================================================= */

.site-footer__brand,
.site-footer__company,
.site-footer__quick-links {
    min-width: 0;
}

.site-footer__company .footer-list,
.site-footer__quick-links .footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__company .footer-list a,
.site-footer__quick-links .footer-list a {
    display: inline-block;
    line-height: 1.45;
}

.site-footer__company .footer-list li + li,
.site-footer__quick-links .footer-list li + li {
    margin-top: 9px;
}

.site-footer__company .footer-list li:nth-last-child(-n + 3) a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
}

.site-footer__company .footer-list li:nth-last-child(-n + 3) a:hover,
.site-footer__company .footer-list li:nth-last-child(-n + 3) a:focus-visible {
    color: #fff;
}

@media (max-width: 900px) {
    .site-footer__company,
    .site-footer__quick-links {
        align-self: start;
    }
}

@media (max-width: 640px) {
    .site-footer__company,
    .site-footer__quick-links {
        width: 100%;
    }

    .site-footer__title {
        margin-bottom: 12px;
    }
}
/* =========================================================
   FLEXPRO — About page + FAQ global
   ========================================================= */

.about-introduction__copy p:first-child {
    margin-top: 0;
}

.about-introduction__copy p {
    color: var(--flex-slate);
    line-height: 1.75;
}

.about-statement blockquote {
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 3.5rem);
    line-height: 1.2;
    text-align: center;
}

.about-journey__grid {
    margin-top: 50px;
}

.about-journey__grid .process-card p {
    margin-bottom: 0;
    color: var(--flex-slate);
    line-height: 1.65;
}

.about-journey .button-group {
    margin-top: 42px;
}

/*
 * As regras .faq-list, .faq-item, .faq-item__icon e .faq-item__answer
 * são globais e reutilizadas nas páginas About, Home e Pós-compra.
 */

.faq-groups {
    display: grid;
    gap: 60px;
    margin-top: 60px;
}

.faq-group__title {
    margin: 0 0 22px;
    color: var(--flex-navy);
    font-size: clamp(1.5rem, 3vw, 2rem);
}

.faq-list {
    border-top: 1px solid rgba(7, 29, 69, 0.16);
}

.faq-item {
    border-bottom: 1px solid rgba(7, 29, 69, 0.16);
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 76px;
    padding: 20px 0;
    color: var(--flex-navy);
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(7, 29, 69, 0.18);
    border-radius: 50%;
    color: var(--flex-red);
    font-size: 1.2rem;
    line-height: 1;
    transition: transform 0.2s ease;
}

.faq-item[open] .faq-item__icon {
    transform: rotate(45deg);
}

.faq-item__answer {
    max-width: 850px;
    padding: 0 50px 24px 0;
}

.faq-item__answer p {
    margin: 0;
    color: var(--flex-slate);
    line-height: 1.75;
}

@media (max-width: 760px) {
    .faq-groups {
        gap: 46px;
        margin-top: 42px;
    }

    .faq-item summary {
        min-height: 68px;
        gap: 16px;
        padding: 17px 0;
    }

    .faq-item__answer {
        padding-right: 0;
    }

    .about-journey .button-group {
        align-items: stretch;
    }

    .about-journey .button-group .button {
        width: 100%;
        text-align: center;
    }
}
/* =========================================================
   FLEXPRO — About hero background
   ========================================================= */

.page-hero--about {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 500px;
    overflow: hidden;
    background-color: #f7f9fc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}

.page-hero--about .page-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.page-hero--about .eyebrow {
    color: var(--flex-red);
}

.page-hero--about h1 {
    max-width: 780px;
    margin-top: 18px;
    color: var(--flex-navy);
}

.page-hero--about .lead {
    max-width: 720px;
    color: var(--flex-slate);
}

@media (max-width: 900px) {
    .page-hero--about {
        min-height: 480px;
        background-position: 68% center;
    }
}

@media (max-width: 760px) {
    .page-hero--about {
        min-height: 520px;
        align-items: flex-end;
        background-position: 72% center;
    }

    .page-hero--about .page-hero__inner {
        padding-top: 120px;
        padding-bottom: 65px;
    }

    .page-hero--about h1 {
        max-width: 11ch;
    }

    .page-hero--about .lead {
        max-width: 34rem;
    }
}

@media (max-width: 480px) {
    .page-hero--about {
        min-height: 540px;
        background-position: 76% center;
    }
}

/* =========================================================
   FLEXPRO — Founder summary
   ========================================================= */

.about-founder .about-founder__grid {
    display: grid !important;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr) !important;
    gap: 64px !important;
    align-items: start !important;
    max-width: var(--container, 1200px) !important;
    margin-inline: auto !important;
}

.about-founder .about-founder__summary {
    display: block !important;
    position: sticky !important;
    top: 130px !important;
    padding: 34px 30px !important;
    background-color: var(--flex-navy, #071d45) !important;
    color: #fff !important;
    box-shadow: 0 18px 45px rgba(7, 29, 69, 0.14) !important;
}

.about-founder .about-founder__summary .eyebrow {
    margin: 0 0 24px !important;
    color: #f4cf85 !important;
}

.about-founder .about-founder__facts {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.about-founder .about-founder__facts > div {
    display: block !important;
    padding: 17px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
}

.about-founder .about-founder__facts > div:first-child {
    padding-top: 0 !important;
    border-top: 0 !important;
}

.about-founder .about-founder__facts dt {
    display: block !important;
    margin: 0 0 6px !important;
    color: rgba(255, 255, 255, 0.62) !important;
    font-size: 0.68rem !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

.about-founder .about-founder__facts dd {
    display: block !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 0.94rem !important;
    font-weight: 650 !important;
    line-height: 1.5 !important;
}

.about-founder .about-founder__content {
    min-width: 0 !important;
}

.about-founder .about-founder__content h2 {
    max-width: 760px !important;
    margin: 12px 0 20px !important;
    font-size: clamp(2.25rem, 4.2vw, 4rem) !important;
    line-height: 1.02 !important;
}

.about-founder .about-founder__lead {
    max-width: 760px !important;
    margin-bottom: 26px !important;
    color: var(--flex-navy, #071d45) !important;
    font-size: 1.08rem !important;
    font-weight: 650 !important;
    line-height: 1.65 !important;
}

.about-founder .about-founder__content > p:not(.eyebrow):not(.about-founder__lead) {
    max-width: 820px !important;
    color: var(--flex-slate, #5c687a) !important;
    line-height: 1.78 !important;
}

@media (max-width: 980px) {
    .about-founder .about-founder__grid {
        grid-template-columns: 1fr !important;
        gap: 42px !important;
    }

    .about-founder .about-founder__summary {
        position: static !important;
    }

    .about-founder .about-founder__facts {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        column-gap: 32px !important;
    }
}

@media (max-width: 760px) {
    .about-founder .about-founder__summary {
        padding: 28px 24px !important;
    }

    .about-founder .about-founder__facts {
        grid-template-columns: 1fr !important;
    }

    .about-founder .about-founder__content h2 {
        font-size: clamp(2rem, 10vw, 3rem) !important;
    }
}
/* =========================================================
   FLEXPRO — Floating WhatsApp button
   ========================================================= */

.flexpro-whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9998;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    min-height: 54px;
    padding: 0 20px;

    border-radius: 999px;
    background: #25d366;
    color: #fff;

    font-size: 1rem;
    font-weight: 750;
    line-height: 1;
    text-decoration: none;

    box-shadow:
        0 12px 28px rgba(7, 29, 69, 0.22),
        0 4px 10px rgba(7, 29, 69, 0.12);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.flexpro-whatsapp-float:hover,
.flexpro-whatsapp-float:focus-visible {
    background: #1fbd5a;
    color: #fff;
    transform: translateY(-3px);
    box-shadow:
        0 16px 34px rgba(7, 29, 69, 0.26),
        0 5px 12px rgba(7, 29, 69, 0.14);
}

.flexpro-whatsapp-float__icon {
    font-size: 1.15rem;
    line-height: 1;
}

@media (max-width: 760px) {
    .flexpro-whatsapp-float {
        right: 15px;
        bottom: calc(15px + env(safe-area-inset-bottom));
        min-height: 50px;
        padding: 0 17px;
        font-size: 0.92rem;
    }
}

@media (max-width: 390px) {
    .flexpro-whatsapp-float {
        right: 12px;
        bottom: calc(12px + env(safe-area-inset-bottom));
        min-height: 48px;
        padding: 0 15px;
    }
}
/* Botão Read more nos cards da Home e do Blog */
.post-card > a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.post-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.post-card .text-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    gap: 8px;

    min-height: 44px;
    margin-top: auto;
    padding: 12px 20px;

    border-radius: 4px;
    background: #d3132a !important;
    color: #ffffff !important;

    font-size: 0.84rem;
    font-weight: 750;
    line-height: 1;
    text-decoration: none !important;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.post-card > a:hover .text-link,
.post-card > a:focus-visible .text-link {
    background: #b80f23 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(211, 19, 42, 0.22);
}
/* =========================================================
   Botão de retorno do artigo
   ========================================================= */

.article-back {
    margin-top: 42px;
}

.back-to-insights {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;

    min-height: 44px;
    padding: 12px 20px;

    border: 0;
    border-radius: 4px;
    background: #d3132a !important;
    color: #ffffff !important;

    font-size: 0.84rem;
    font-weight: 750;
    line-height: 1;
    text-decoration: none !important;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.back-to-insights:hover,
.back-to-insights:focus-visible {
    background: #b80f23 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(211, 19, 42, 0.22);
}

/* =========================================================
   FLEXPRO 1.2.21 — Footer logo com as cores originais
   ========================================================= */

/*
 * Garante que nenhum filtro, transparência ou modo de mistura
 * transforme o arquivo colorido do logo em branco.
 */
.site-footer__brand .custom-logo-link,
.site-footer__brand .footer-logo-link {
    display: inline-flex;
    align-items: flex-start;
    background: transparent !important;
    color: inherit;
}

.site-footer__brand .footer-logo,
.site-footer__brand .custom-logo,
.site-footer__brand .custom-logo-link img,
.site-footer__brand img {
    display: block !important;
    width: 250px;
    max-width: 100%;
    height: auto !important;
    max-height: none !important;
    margin: 0 0 22px !important;

    object-fit: contain;
    object-position: left top;

    filter: none !important;
    -webkit-filter: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    mix-blend-mode: normal !important;
    background: transparent !important;
}

/*
 * Evita que estados de hover aplicados aos links do rodapé
 * alterem a aparência da imagem.
 */
.site-footer__brand .custom-logo-link:hover img,
.site-footer__brand .custom-logo-link:focus-visible img,
.site-footer__brand .footer-logo-link:hover img,
.site-footer__brand .footer-logo-link:focus-visible img {
    filter: none !important;
    -webkit-filter: none !important;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
}

@media (max-width: 640px) {
    .site-footer__brand .footer-logo,
    .site-footer__brand .custom-logo,
    .site-footer__brand .custom-logo-link img,
    .site-footer__brand img {
        width: 220px;
        margin-bottom: 18px !important;
    }
}

/* =========================================================
   FLEXPRO 1.2.23 — Contatos do footer alinhados
   ========================================================= */

.site-footer__contact-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 18px;
    padding: 0;
    list-style: none;
}

.site-footer__contact-list li,
.site-footer__contact-list li + li {
    margin: 0 !important;
}

.site-footer__contact-link {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: center;
    column-gap: 10px;

    width: fit-content;
    max-width: 100%;

    color: rgba(255, 255, 255, 0.86);
    line-height: 1.5;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.site-footer__contact-link:hover,
.site-footer__contact-link:focus-visible {
    color: #ffffff;
}

.site-footer__contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 18px;
    height: 18px;

    margin: 0;
    line-height: 1;
    text-align: center;
}

.site-footer__contact-icon svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.site-footer__contact-link > span:last-child {
    display: block;
    min-width: 0;
    margin: 0;
    line-height: 1.5;
}

.site-footer__contact-icon--whatsapp {
    color: #25d366;
}

.site-footer__whatsapp:hover .site-footer__contact-icon--whatsapp,
.site-footer__whatsapp:focus-visible .site-footer__contact-icon--whatsapp {
    color: #20bd5a;
}

.flexpro-whatsapp-float__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 21px;
    width: 21px;
    height: 21px;

    color: #ffffff;
    font-size: 0;
    line-height: 1;
}

.flexpro-whatsapp-float__icon svg {
    display: block;
    width: 21px;
    height: 21px;
    fill: currentColor;
}

@media (max-width: 760px) {
    .site-footer__contact-list {
        gap: 12px;
        margin-top: 16px;
    }

    .site-footer__contact-link {
        grid-template-columns: 17px minmax(0, 1fr);
        column-gap: 9px;
    }

    .site-footer__contact-icon,
    .site-footer__contact-icon svg {
        width: 17px;
        height: 17px;
    }

    .flexpro-whatsapp-float__icon,
    .flexpro-whatsapp-float__icon svg {
        flex-basis: 20px;
        width: 20px;
        height: 20px;
    }
}
/* =========================================================
   Contatos do footer — alinhamento definitivo
   ========================================================= */

.site-footer__contact-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.site-footer__contact-list li,
.site-footer__contact-list li + li {
    margin: 0 !important;
    padding: 0 !important;
}

.site-footer__contact-link {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: 10px !important;

    width: fit-content !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;

    line-height: 1.4 !important;
}

.site-footer__contact-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;

    font-size: 13px !important;
    line-height: 1 !important;
    transform: none !important;
}

.site-footer__contact-icon svg {
    display: block !important;
    width: 17px !important;
    height: 17px !important;
    margin: 0 !important;
}

.site-footer__contact-link > span:last-child {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
}

.site-footer__contact-icon--whatsapp {
    color: #25d366 !important;
}

/* =========================================================
   FLEXPRO 1.2.24 — Melhor contraste nos cards do Regional Outlook
   ========================================================= */

/*
 * Mantém os cards claros e melhora a leitura do subtexto,
 * usando um azul acinzentado com contraste suficiente.
 */
.investment-outlook .stat-stack > div {
    background: #f7f9fc;
}

.investment-outlook .stat-stack strong {
    color: var(--flex-navy, #071d45);
}

.investment-outlook .stat-stack span {
    color: #4f6488;
    opacity: 1;
    line-height: 1.55;
}

/*
 * Garante o contraste mesmo quando regras globais da seção azul
 * tentarem aplicar texto branco ou transparência aos spans.
 */
.section--navy.investment-outlook .stat-stack span {
    color: #4f6488 !important;
    opacity: 1 !important;
}

@media (max-width: 760px) {
    .investment-outlook .stat-stack span {
        line-height: 1.5;
    }
}

/* =========================================================
   FLEXPRO 1.2.25 — Aviso legal bilíngue no footer
   ========================================================= */

.site-footer__disclaimer {
    margin-top: 34px;
    padding-top: 22px;
    padding-bottom: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer__disclaimer p {
    max-width: 1080px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.76rem;
    line-height: 1.7;
    text-align: center;
}

.site-footer__disclaimer + .site-footer__legal {
    margin-top: 0;
    border-top: 0;
}

@media (max-width: 640px) {
    .site-footer__disclaimer {
        margin-top: 28px;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .site-footer__disclaimer p {
        font-size: 0.72rem;
        line-height: 1.65;
        text-align: left;
    }
}
