.home-page-root {
    background: var(--home-page-shell-background, #ffffff);
}

.wrapper-content:has(.home-page-root),
.page-wrapper:has(.home-page-root),
#page-wrapper:has(.home-page-root) {
    background: #ffffff !important;
}

.gray-bg:has(.home-page-root),
#page-wrapper.gray-bg:has(.home-page-root) {
    background-color: #ffffff !important;
    background-image: none !important;
}

html.home-shell-loading [ui-view="footer"],
body.home-shell-loading [ui-view="footer"] {
    display: none !important;
}

body.home-page-active .wrapper-content,
body.home-page-active .page-wrapper,
body.home-page-active #page-wrapper {
    background: #ffffff !important;
}

body.home-page-active .gray-bg,
body.home-page-active #page-wrapper.gray-bg {
    background-color: #ffffff !important;
    background-image: none !important;
}

/* Landing pública — tokens (bold modern, coeso com hero existente) */
body.home-public-active {
    --landing-ease: cubic-bezier(0.4, 0, 0.2, 1);
    --landing-duration: 200ms;
    --landing-duration-slow: 260ms;
    --landing-radius-xl: 22px;
    --landing-radius-lg: 18px;
    --landing-radius-md: 14px;
    --landing-radius-sm: 12px;
    --landing-shadow-sm: 0 8px 22px rgba(8, 18, 30, 0.08);
    --landing-shadow-md: 0 16px 36px rgba(8, 18, 30, 0.11);
    --landing-shadow-lg: 0 22px 48px rgba(8, 18, 30, 0.14);
    --landing-blue-950: #061525;
    --landing-blue-900: #0a1f36;
    --landing-blue-800: #0f3157;
    --landing-accent: #f3bd35;
    --landing-accent-strong: #e8a91a;
    --landing-font-title:
        "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
    --landing-font-body:
        "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
    --landing-font-display: var(--landing-font-title);
    --landing-featured-surface: #edf3f9;
    --landing-shell-width: 130rem;
    /*
     * W2 container contract (HOME-UX-023/025, HOME-ACC-035/037):
     * - single horizontal ruler for xs/sm/md/lg/xl
     * - legacy aliases kept to avoid regressions in W3/W4 migration
     */
    --home-container-max-width: var(--landing-shell-width) ;
    --home-container-gutter-inline: 12px; /* xs < 576 */
    --home-container-content-width: min(
        var(--home-container-max-width),
        calc(100% - (var(--home-container-gutter-inline) * 2))
    );
    --home-featured-shell-width: var(--home-container-content-width);
    --home-featured-shell-pad-x: 20px;
    --hero-content-shell-width: var(--home-container-content-width);
    --landing-seam-empresas-plans: #f4f7fb;
    --landing-seam-career-video: #f4f8fc;
    /*
     * Shared home-public aliases:
     * keep semantic names close to the section intent so feature files
     * can reuse the same contract without duplicating raw values.
     */
    --home-section-shell-max-width: var(--landing-shell-width);
    --home-section-pad-inline: 24px;
    --home-section-pad-inline-mobile: 16px;
    --home-section-radius-sm: var(--landing-radius-sm);
    --home-section-radius-md: var(--landing-radius-md);
    --home-section-shadow-soft: 0 18px 36px rgba(15, 23, 42, 0.08);
    --home-section-title-font: var(--landing-font-display);
    --home-section-title-color: #0f3157;
    --home-section-title-color-strong: #001c37;
    --home-page-shell-background: linear-gradient(
        180deg,
        #ffffff 0%,
        #fbfdff 100%
    );
}

@media (min-width: 576px) {
    body.home-public-active {
        --home-container-gutter-inline: 16px; /* sm 576-767 */
    }
}

@media (min-width: 768px) {
    body.home-public-active {
        --home-container-gutter-inline: 20px; /* md 768-991 */
    }
}

@media (min-width: 992px) {
    body.home-public-active {
        --home-container-gutter-inline: 24px; /* lg 992-1199 */
    }
}

body.home-public-active,
body.home-public-active .gray-bg,
body.home-public-active #page-wrapper,
body.home-public-active .wrapper-content {
    background-color: #ffffff !important;
    background-image: none !important;
}

body.home-public-active .wrapper-content {
    padding: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

body.home-public-active #page-wrapper {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
}

body.home-public-active #page-wrapper > .wrapper.wrapper-content {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
    .home-public-hero__metrics {
        animation: none !important;
    }

    .home-public-hero__insight-stack,
    .home-public-hero__floating-card--insight,
    .home-public-hero__floating-card--insight::after {
        animation: none !important;
    }

    .home-featured-companies__card-shell,
    .home-featured-companies__card,
    .home-public-hero__floating-card--insight,
    .home-whatsapp-contact__cta,
    .home-float-whatsapp {
        transition-duration: 0.01ms !important;
    }

    .home-public-hero__floating-card--insight {
        opacity: 1 !important;
        transform: none !important;
    }
}

@keyframes homeHeroInsightDock {
    0% {
        opacity: 0;
        transform:
            translate3d(
                var(--home-hero-insight-entry-x, 0),
                var(--home-hero-insight-entry-y, 0),
                0
            )
            scale(var(--home-hero-insight-entry-scale, 0.78))
            rotate(var(--home-hero-insight-entry-rotate, 0deg));
    }

    62% {
        opacity: 1;
        transform:
            translate3d(
                var(--home-hero-insight-overshoot-x, 0),
                var(--home-hero-insight-overshoot-y, 0),
                0
            )
            scale(1.03)
            rotate(var(--home-hero-insight-overshoot-rotate, 0deg));
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    }
}

@keyframes homeHeroInsightCardFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    }

    35% {
        transform:
            translate3d(
                var(--home-hero-insight-float-x, 0),
                calc(var(--home-hero-insight-float-y, 0) * -1),
                0
            )
            scale(1.01)
            rotate(var(--home-hero-insight-float-rotate, 0deg));
    }

    68% {
        transform:
            translate3d(
                calc(var(--home-hero-insight-float-x, 0) * -0.72),
                var(--home-hero-insight-float-y, 0),
                0
            )
            scale(0.995)
            rotate(calc(var(--home-hero-insight-float-rotate, 0deg) * -0.82));
    }
}

@keyframes homeHeroInsightSheen {
    0%,
    100% {
        opacity: 0;
        transform: translate3d(-138%, 0, 0) skewX(-18deg);
    }

    32%,
    68% {
        opacity: 0.34;
    }

    60% {
        opacity: 0;
        transform: translate3d(138%, 0, 0) skewX(-18deg);
    }
}

.home-float-whatsapp {
    position: fixed;
    bottom: clamp(16px, 2vw, 30px);
    right: clamp(16px, 2vw, 30px);
    z-index: 1000;
    isolation: isolate;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    gap: 14px;
    width: auto;
    min-height: 0;
    padding: 11px 16px 11px 11px;
    text-align: left;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(240, 248, 255, 0.96) 100%
    );
    border: 1px solid rgba(37, 211, 102, 0.18);
    border-radius: 999px;
    box-shadow:
        0 24px 44px rgba(8, 18, 30, 0.14),
        0 10px 18px rgba(8, 18, 30, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition:
        transform var(--landing-duration, 200ms) var(--landing-ease, ease),
        box-shadow var(--landing-duration, 200ms) var(--landing-ease, ease),
        background-color var(--landing-duration, 200ms)
            var(--landing-ease, ease),
        border-color var(--landing-duration, 200ms) var(--landing-ease, ease);
}

.home-float-whatsapp::before {
    content: "";
    position: absolute;
    inset: -10px -6px;
    z-index: -1;
    border-radius: inherit;
    background: radial-gradient(
        circle at center,
        rgba(37, 211, 102, 0.24) 0%,
        rgba(37, 211, 102, 0) 68%
    );
    opacity: 0.58;
    pointer-events: none;
    transition: opacity var(--landing-duration, 200ms) var(--landing-ease, ease);
}

.home-float-whatsapp:hover,
.home-float-whatsapp:focus-within {
    transform: translateY(-3px);
    box-shadow:
        0 30px 56px rgba(8, 18, 30, 0.18),
        0 14px 24px rgba(37, 211, 102, 0.14);
    border-color: rgba(37, 211, 102, 0.28);
}

.home-float-whatsapp:hover::before,
.home-float-whatsapp:focus-within::before {
    opacity: 0.92;
}

.home-float-whatsapp__link {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex: 0 0 56px;
        flex: 0 0 56px;
    width: 56px;
    height: 56px;
    margin-bottom: 0;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #1ecb63 0%, #15a34a 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.26),
        0 12px 22px rgba(21, 163, 74, 0.28);
    transition:
        transform var(--landing-duration, 200ms) var(--landing-ease, ease),
        box-shadow var(--landing-duration, 200ms) var(--landing-ease, ease);
}

.home-float-whatsapp__link:hover,
.home-float-whatsapp__link:focus-visible {
    transform: scale(1.04);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        0 16px 28px rgba(21, 163, 74, 0.36);
}

.home-float-whatsapp__link:focus-visible {
    outline: 3px solid rgba(21, 163, 74, 0.2);
    outline-offset: 4px;
}

.home-float-whatsapp__link .fa-whatsapp {
    font-size: 34px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.96);
}

.home-float-whatsapp__copy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.home-float-whatsapp__eyebrow {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    font-family: var(--landing-font-body, "Inter", sans-serif);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(22, 101, 52, 0.78);
}

.home-float-whatsapp__label {
    font-size: 14px;
    color: #0f3157;
    margin-top: 0;
    margin-bottom: 0;
    font-family: var(--landing-font-body, "Inter", sans-serif);
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .home-float-whatsapp {
        right: 12px;
        bottom: 12px;
        gap: 10px;
        padding: 9px 12px 9px 9px;
    }

    .home-float-whatsapp__link {
        -ms-flex-preferred-size: 52px;
            flex-basis: 52px;
        width: 52px;
        height: 52px;
    }

    .home-float-whatsapp__link .fa-whatsapp {
        font-size: 31px;
    }

    .home-float-whatsapp__eyebrow {
        font-size: 10px;
    }

    .home-float-whatsapp__label {
        font-size: 13px;
    }
}

@media (max-width: 479px) {
    .home-float-whatsapp {
        padding-right: 9px;
    }

    .home-float-whatsapp__copy {
        display: none;
    }
}

.home-page-root {
    --home-public-section-title-size: clamp(28px, 2.4vw, 30px);
    --home-metrics-display-font: "Inter", sans-serif;
    --home-metrics-label-font: "Manrope", "Inter", sans-serif;
}

.home-page-root,
.home-page-root p,
.home-page-root span,
.home-page-root a,
.home-page-root li,
.home-page-root small,
.home-page-root strong,
.home-page-root em,
.home-page-root label,
.home-page-root button,
.home-page-root input,
.home-page-root textarea,
.home-page-root select {
    font-family: var(--landing-font-body, "Inter", sans-serif);
}

.home-page-root h1,
.home-page-root h2,
.home-page-root h3,
.home-page-root h4,
.home-page-root h5,
.home-page-root h6 {
    font-family: var(--landing-font-title, "Manrope", sans-serif);
}

.home-page-root [class*="__title"],
.home-page-root [class*="-title"] {
    font-family: var(--landing-font-title, "Manrope", sans-serif);
}

.home-page-root .material-symbols-outlined {
    font-family: "Material Symbols Outlined" !important;
}

.home-page-root .home-featured-companies,
.home-page-root .home-plans-row,
.home-page-root #exclusive-plans-container {
    font-family: var(--landing-font-body, "Inter", sans-serif);
}

.home-page-root .home-featured-companies p,
.home-page-root .home-featured-companies span,
.home-page-root .home-featured-companies a,
.home-page-root .home-featured-companies li,
.home-page-root .home-plans-row p,
.home-page-root .home-plans-row span,
.home-page-root .home-plans-row a,
.home-page-root .home-plans-row li,
.home-page-root #exclusive-plans-container p,
.home-page-root #exclusive-plans-container span,
.home-page-root #exclusive-plans-container a,
.home-page-root #exclusive-plans-container li {
    font-family: var(--landing-font-body, "Inter", sans-serif) !important;
}

.home-page-root .home-featured-companies h1,
.home-page-root .home-featured-companies h2,
.home-page-root .home-featured-companies h3,
.home-page-root .home-featured-companies h4,
.home-page-root .home-featured-companies h5,
.home-page-root .home-featured-companies h6,
.home-page-root .home-featured-companies [class*="__title"],
.home-page-root .home-featured-companies [class*="-title"],
.home-page-root .home-plans-row h1,
.home-page-root .home-plans-row h2,
.home-page-root .home-plans-row h3,
.home-page-root .home-plans-row h4,
.home-page-root .home-plans-row h5,
.home-page-root .home-plans-row h6,
.home-page-root .home-plans-row [class*="__title"],
.home-page-root .home-plans-row [class*="-title"],
.home-page-root #exclusive-plans-container h1,
.home-page-root #exclusive-plans-container h2,
.home-page-root #exclusive-plans-container h3,
.home-page-root #exclusive-plans-container h4,
.home-page-root #exclusive-plans-container h5,
.home-page-root #exclusive-plans-container h6,
.home-page-root #exclusive-plans-container [class*="__title"],
.home-page-root #exclusive-plans-container [class*="-title"] {
    font-family: var(--landing-font-title, "Manrope", sans-serif) !important;
}

.home-page-root .home-public-section-title {
    font-family: var(--landing-font-display) !important;
    font-size: var(--home-public-section-title-size) !important;
    font-weight: 800 !important;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

@media (max-width: 767px) {
    .home-page-root {
        --home-public-section-title-size: clamp(24px, 6vw, 30px);
    }
}

.home-public-hero {
    --hero-blue-dark: #0f3157;
    --hero-brand-text: #f7fbff;
    --hero-gold-solid: #f3bd35;
    --hero-atmosphere-orange: rgba(240, 145, 68, 0.1);
    --hero-atmosphere-orange-soft: rgba(240, 145, 68, 0.05);
    --hero-atmosphere-blue: rgba(27, 86, 149, 0.08);
    --hero-overlay-left-strong: rgba(0, 73, 128, 0.74);
    --hero-overlay-left-soft: rgba(0, 73, 128, 0.6);
    --hero-overlay-left-edge: rgba(0, 73, 128, 0.24);
    --hero-overlay-right-strong: rgba(245, 130, 32, 0.74);
    --hero-overlay-right-soft: rgba(221, 105, 11, 0.62);
    --hero-overlay-right-edge: rgba(221, 105, 11, 0.26);
    --hero-overlay-seam-width: clamp(132px, 17vw, 240px);
    --hero-overlay-seam-opacity: 0.78;
    --hero-content-shell-width: min(1170px, calc(100% - 48px));
    --hero-split-title-max-width: 15.5ch;
    --hero-split-title-max-width-professional: 16.5ch;
    --hero-split-copy-max-width: 42ch;
    --hero-split-copy-min-height: 5.2em;
    --hero-split-edge-padding: max(
        36px,
        calc((74vw - var(--hero-content-shell-width)) / 2)
    );
    --hero-split-center-padding: clamp(28px, 4vw, 72px);
    --hero-split-padding-y: clamp(72px, 11vh, 108px);
    --hero-split-badge-offset: 0;
    --hero-split-block-gap: clamp(14px, 1.6vw, 20px);
    --hero-split-content-gap: clamp(8px, 1vw, 14px);
    --hero-split-cta-gap: clamp(22px, 2.3vw, 34px);
    --hero-optical-shift-y: 0;
    position: relative;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    background: transparent;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    overflow: hidden;
    font-family: var(--landing-font-display);
}

.home-public-shell {
    margin-top: 0;
    width: 100%;
    position: relative;
}

.home-public-shell--secondary {
    position: relative;
    z-index: 1;
}

.home-public-shell--secondary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: clamp(72px, 11vw, 156px);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(255, 255, 255, 0.88) 28%,
        rgba(255, 255, 255, 0.52) 58%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: translateY(-52%);
    pointer-events: none;
}

.home-shell-container {
    width: var(--home-container-content-width);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.home-public-hero {
    position: relative;
    width: 100%;
    overflow: visible;
}

.home-public-hero__surface,
.home-public-hero__section-inner,
.home-public-hero__copy,
.home-public-hero__visual,
.home-public-hero__metrics-panel,
.home-public-hero__metrics {
    position: relative;
    z-index: 1;
}

.home-public-hero__surface {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    border-radius: 0;
    isolation: isolate;
}

.home-public-hero__canvas {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.home-public-hero--companies .home-public-hero__surface {
    background: #ffffff;
}

.home-public-hero--companies .home-public-hero__surface::before {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
}

.home-public-hero--companies .home-public-hero__surface::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    z-index: 0;
    height: clamp(132px, 15vw, 220px);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.42) 48%,
        rgba(255, 255, 255, 0.82) 78%,
        #ffffff 100%
    );
    pointer-events: none;
}


.home-public-hero--professionals .home-public-hero__surface {
    background: url("/content/images/hero-professionals-section-bg.png") right / cover no-repeat;
    min-height: clamp(720px, 90vh, 940px);
}

.home-public-hero--professionals .home-public-hero__surface::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 1;
    height: clamp(132px, 18vw, 240px);
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.94) 24%,
        rgba(255, 255, 255, 0.58) 58%,
        rgba(255, 255, 255, 0) 100%
    );
    pointer-events: none;
}

.home-public-hero__surface--professional-mirrored::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    z-index: 0;
    height: clamp(120px, 16vw, 220px);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.32) 42%,
        rgba(255, 255, 255, 0.78) 76%,
        #ffffff 100%
    );
    pointer-events: none;
}

.home-public-hero__section-inner {
    display: -ms-grid;
    display: grid;
    -ms-flex-align: center;
        align-items: center;
    gap: clamp(44px, 5.8vw, 88px);
}

.home-public-hero--companies .home-public-hero__section-inner.home-public-hero__section-inner--mirrored {
    -ms-grid-columns: minmax(420px, 1.04fr) minmax(0, 0.96fr);
        grid-template-columns: minmax(420px, 1.04fr) minmax(0, 0.96fr);
}

.home-public-hero__canvas--companies::before,
.home-public-hero__canvas--companies::after {
    content: none;
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.home-public-hero__canvas--companies::before {
    top: -42%;
    right: -6%;
    width: clamp(360px, 34vw, 520px);
    height: clamp(360px, 34vw, 520px);
    background:
        radial-gradient(
            circle at 40% 60%,
            rgba(247, 196, 160, 0.54) 0%,
            rgba(247, 196, 160, 0.48) 28%,
            rgba(247, 196, 160, 0.28) 52%,
            rgba(247, 196, 160, 0.06) 72%,
            rgba(247, 196, 160, 0) 82%
        ),
        radial-gradient(
            circle at 34% 68%,
            rgba(255, 247, 241, 0.58) 0%,
            rgba(255, 247, 241, 0.16) 34%,
            rgba(255, 247, 241, 0) 54%
        );
    box-shadow: inset 0 0 0 1px rgba(255, 247, 241, 0.08);
    opacity: 0.92;
    filter: blur(0.2px);
}

.home-public-hero__canvas--companies::after {
    top: auto;
    bottom: -34%;
    left: -20%;
    width: clamp(340px, 34vw, 520px);
    height: clamp(220px, 22vw, 340px);
    background:
        radial-gradient(
            ellipse at 42% 42%,
            rgba(245, 229, 214, 0.44) 0%,
            rgba(245, 229, 214, 0.18) 26%,
            rgba(245, 229, 214, 0.04) 46%,
            rgba(245, 229, 214, 0) 62%
        ),
        radial-gradient(
            ellipse at 54% 36%,
            rgba(255, 255, 255, 0.72) 0%,
            rgba(255, 255, 255, 0.18) 24%,
            rgba(255, 255, 255, 0) 52%
        );
    opacity: 0.95;
    filter: blur(0.4px);
}

.home-public-hero__canvas-dots {
    display: none;
}

.home-public-hero--companies .home-public-hero__section-inner {
    -ms-grid-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
        grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
    padding-top: clamp(64px, 8.6vw, 104px);
    padding-bottom: clamp(96px, 11vw, 144px);
}

.home-public-hero--professionals .home-public-hero__section-inner {
    -ms-grid-columns: minmax(420px, 1.02fr) minmax(360px, 0.9fr);
        grid-template-columns: minmax(420px, 1.02fr) minmax(360px, 0.9fr);
    min-height: clamp(620px, 80vh, 840px);
    box-sizing: border-box;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-top: clamp(40px, 5vw, 72px);
    padding-bottom: clamp(28px, 4vw, 48px);
}

.home-public-hero__copy--professionals {
    justify-self: start;
    width: min(100%, 560px);
    gap: 20px;
    margin-right: auto;
    padding-left: 20px;
    padding-right: clamp(28px, 4vw, 64px);
}

.home-public-hero__copy--companies,
.home-public-hero__copy--professionals {
    width: min(100%, 560px);
}

.home-public-hero__title--companies,
.home-public-hero__title--professionals {
    max-width: 15.5ch;
    font-size: clamp(32px, 3.7vw, 52px);
    line-height: 1.04;
    letter-spacing: -0.055em;
}

.home-public-hero__copy--companies .home-public-hero__copy-text,
.home-public-hero__copy--professionals .home-public-hero__copy-text {
    max-width: 39rem;
    font-size: 16px;
    line-height: 1.58;
}

.home-public-hero__copy {
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 24px;
    padding-left: 20px;
}

.home-public-hero__pill {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    padding: 7px 13px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(10, 25, 41, 0.1);
}

.home-public-hero__pill--company {
    background: rgba(255, 232, 212, 0.96);
    color: #d46a14;
}

.home-public-hero__pill--professional {
    background: rgba(222, 237, 255, 0.96);
    color: #1f6fe5;
}

.home-public-hero__title {
    margin: 0;
    color: #0f3157;
    font-family: "Manrope", sans-serif;
    font-size: clamp(32px, 3.7vw, 52px);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: -0.055em;
}


.home-public-hero__title-accent--orange {
    color: #f18423;
}

.home-public-hero__title-accent--blue {
    color: #1f6fe5;
}

.home-public-hero__copy-text {
    max-width: 34rem;
    margin: 0;
    color: #6b7b8c;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.68;
}

.home-public-hero__list {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-public-hero__list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 12px;
    min-height: 28px;
    color: #5b6c80;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.home-public-hero__list li > svg {
    -ms-flex: 0 0 18px;
        flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    color: #f18423;
    stroke: currentColor;
    stroke-width: 1.9;
    fill: none;
}

.home-public-hero__cta-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    margin-top: 4px;
}

.home-public-hero__cta {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    transform: translateY(0);
    transition:
        background-color 320ms cubic-bezier(0.22, 1, 0.36, 1),
        border-color 320ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 360ms cubic-bezier(0.22, 1, 0.36, 1),
        color 260ms ease,
        opacity 260ms ease,
        transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, box-shadow;
}

.home-public-hero__cta:hover,
.home-public-hero__cta:focus,
.home-public-hero__cta:visited {
    text-decoration: none !important;
}

.home-public-hero__cta--company-primary {
    background: linear-gradient(180deg, #ff9a3d 0%, #ff891f 100%);
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 8px 18px rgba(255, 138, 31, 0.18);
}

.home-public-hero__cta--company-secondary {
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(245, 171, 104, 0.76);
    color: #0f3157;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 6px 16px rgba(15, 49, 87, 0.035);
}

.home-public-hero__cta--professional-primary {
    background: linear-gradient(135deg, #0f59ba 0%, #1f6fe5 100%);
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 8px 18px rgba(31, 111, 229, 0.18);
}

.home-public-hero__cta--professional-secondary {
    background: rgba(255, 255, 255, 0.92);
    border-color: #c7d7ee;
    color: #0f3157;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 6px 16px rgba(15, 49, 87, 0.035);
}

.home-public-hero__copy--professionals .home-public-hero__cta--professional-primary {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 8px 18px rgba(31, 111, 229, 0.18);
}

.home-public-hero__copy--professionals .home-public-hero__cta--professional-secondary {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 6px 16px rgba(15, 49, 87, 0.035);
}

.home-public-hero__cta--company-primary,
.home-public-hero__cta--company-primary:hover,
.home-public-hero__cta--company-primary:focus,
.home-public-hero__cta--company-primary:visited,
.home-public-hero__cta--professional-primary,
.home-public-hero__cta--professional-primary:hover,
.home-public-hero__cta--professional-primary:focus,
.home-public-hero__cta--professional-primary:visited {
    color: #ffffff !important;
}

.home-public-hero__cta--company-secondary,
.home-public-hero__cta--company-secondary:hover,
.home-public-hero__cta--company-secondary:focus,
.home-public-hero__cta--company-secondary:visited,
.home-public-hero__cta--professional-secondary,
.home-public-hero__cta--professional-secondary:hover,
.home-public-hero__cta--professional-secondary:focus,
.home-public-hero__cta--professional-secondary:visited {
    color: #0f3157 !important;
}

.home-public-hero__cta:focus {
    opacity: 1;
}

.home-public-hero__cta:hover {
    transform: translateY(-3px);
}

.home-public-hero__cta:hover::after,
.home-public-hero__cta:focus-visible::after {
    transform: translateX(125%);
}

.home-public-hero__cta--company-primary:hover {
    background: linear-gradient(180deg, #ffad57 0%, #ff9424 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.36),
        inset 0 -1px 0 rgba(201, 101, 12, 0.18),
        0 18px 32px rgba(255, 138, 31, 0.24);
}

.home-public-hero__cta--company-secondary:hover {
    background: #ffffff;
    border-color: rgba(242, 139, 41, 0.92);
    box-shadow:
        inset 0 0 0 1px rgba(255, 176, 107, 0.26),
        0 16px 28px rgba(15, 49, 87, 0.07);
}

.home-public-hero__cta--professional-primary:hover {
    background: linear-gradient(135deg, #1a6edc 0%, #3184fa 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.26),
        inset 0 -1px 0 rgba(10, 63, 145, 0.18),
        0 18px 32px rgba(31, 111, 229, 0.24);
}

.home-public-hero__cta--professional-secondary:hover {
    background: #ffffff;
    border-color: #9dbce6;
    box-shadow:
        inset 0 0 0 1px rgba(157, 188, 230, 0.24),
        0 16px 28px rgba(15, 49, 87, 0.07);
}

.home-public-hero__cta--company-primary:focus {
    background: linear-gradient(180deg, #ff9f47 0%, #ff8d22 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.34),
        inset 0 -1px 0 rgba(201, 101, 12, 0.18),
        0 8px 18px rgba(255, 138, 31, 0.18);
}

.home-public-hero__cta--company-secondary:focus {
    border-color: rgba(242, 139, 41, 0.86);
    background: #ffffff;
    color: #0b2f59;
    box-shadow:
        inset 0 0 0 1px rgba(255, 176, 107, 0.22),
        0 6px 16px rgba(15, 49, 87, 0.04);
}

.home-public-hero__cta--professional-primary:focus {
    background: linear-gradient(135deg, #1766ce 0%, #2878ef 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.26),
        inset 0 -1px 0 rgba(10, 63, 145, 0.16),
        0 8px 18px rgba(31, 111, 229, 0.18);
}

.home-public-hero__cta--professional-secondary:focus {
    background: #ffffff;
    border-color: #9dbce6;
    color: #0b2f59;
    box-shadow:
        inset 0 0 0 1px rgba(157, 188, 230, 0.22),
        0 6px 16px rgba(15, 49, 87, 0.04);
}

.home-public-hero__cta:focus-visible {
    outline: 3px solid rgba(15, 49, 87, 0.18);
    outline-offset: 3px;
}

.home-public-hero__trust-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    gap: 0;
    margin-top: 2px;
    color: #7d8ba0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.home-public-hero__trust-row span {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 16px;
    padding-left: 0;
}

.home-public-hero__trust-row span:first-child {
    padding-left: 18px;
}

.home-public-hero__trust-row span + span {
    margin-left: 22px;
}

.home-public-hero__trust-row span + span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #9aa9bc;
    transform: translateY(-50%);
}

.home-public-hero__trust-row span::before {
    content: none;
}

.home-public-hero__trust-row span:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 11px;
    height: 12px;
    background: #7d8ba0;
    transform: translateY(-50%);
    clip-path: polygon(
        50% 0%,
        90% 14%,
        90% 56%,
        50% 100%,
        10% 56%,
        10% 14%
    );
}

.home-public-hero__visual {
    min-width: 0;
}

.home-public-hero__visual--companies {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    perspective: 1600px;
}

.home-public-hero__device {
    position: relative;
    width: min(100%, 620px);
    aspect-ratio: 1.31;
    padding: 18px;
    border: 6px solid #071525;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(246, 249, 253, 0.96) 100%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0) 45%);
    box-shadow:
        0 26px 68px rgba(7, 21, 37, 0.12),
        0 18px 28px rgba(7, 21, 37, 0.06);
    transform: perspective(1600px) rotateX(5deg) rotateY(-8deg);
    transform-style: preserve-3d;
}

.home-public-hero__device::before {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 42%),
        linear-gradient(180deg, rgba(15, 49, 87, 0) 0%, rgba(15, 49, 87, 0.05) 100%);
    pointer-events: none;
}

.home-public-hero__device::after {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    bottom: -18px;
    height: 18px;
    border-radius: 0 0 24px 24px;
    background: linear-gradient(180deg, #9aa7b5 0%, #c8d0d8 100%);
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.1);
}

.home-public-hero__device-topbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.home-public-hero__device-brand {
    color: #0f3157;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.home-public-hero__device-search {
    display: block;
    width: 34%;
    height: 14px;
    border-radius: 999px;
    background: #e6edf5;
}

.home-public-hero__device-body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 78px minmax(0, 1fr);
        grid-template-columns: 78px minmax(0, 1fr);
    height: calc(100% - 28px);
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #e5ecf4;
    background: linear-gradient(180deg, #ffffff 0%, #fdfefe 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.home-public-hero__device-sidebar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    gap: 12px;
    padding-top: 18px;
    background: linear-gradient(180deg, #0b2647 0%, #123862 100%);
}

.home-public-hero__device-sidebar span {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.16);
}

.home-public-hero__device-panel {
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: start;
        align-content: start;
    gap: 14px;
    padding: 22px;
}

.home-public-hero__candidate-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 42px minmax(0, 1fr) 54px 92px;
        grid-template-columns: 42px minmax(0, 1fr) 54px 92px;
    -ms-flex-align: center;
        align-items: center;
    gap: 14px;
    padding: 2px 0;
}

.home-public-hero__candidate-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd2b0 0%, #f2a56b 100%);
}

.home-public-hero__candidate-copy {
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d7e2ef 0%, #edf3f8 100%);
}

.home-public-hero__candidate-score {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 5px solid #49b36b;
    background: #ffffff;
}

.home-public-hero__candidate-score--soft {
    border-color: #8ccf9f;
}

.home-public-hero__candidate-bars {
    display: -ms-grid;
    display: grid;
    gap: 8px;
}

.home-public-hero__candidate-bars i {
    display: block;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1f6fe5 0%, #3e8bff 100%);
}

.home-public-hero__candidate-bars i:nth-child(2) {
    width: 84%;
}

.home-public-hero__candidate-bars i:nth-child(3) {
    width: 66%;
}

.home-public-hero__floating-card {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.62) 100%);
    box-shadow:
        0 18px 32px rgba(15, 49, 87, 0.08),
        0 34px 56px rgba(15, 49, 87, 0.09);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.home-public-hero__floating-card--match {
    right: -4px;
    bottom: 44px;
    width: min(44vw, 238px);
    padding: 24px 22px 20px;
}

.home-public-hero__floating-eyebrow {
    display: block;
    margin-bottom: 14px;
    color: #0f3157;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.home-public-hero__floating-score {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 92px;
    height: 92px;
    margin-bottom: 14px;
    border: 8px solid #49b36b;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    color: #0f3157;
    font-size: 24px;
    font-weight: 900;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.home-public-hero__floating-copy {
    margin: 0 0 14px;
    color: #617283;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.home-public-hero__floating-bars {
    display: -ms-grid;
    display: grid;
    gap: 8px;
}

.home-public-hero__floating-bars span {
    display: block;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0f59ba 0%, #1f6fe5 100%);
}

.home-public-hero__floating-bars span:nth-child(2) {
    width: 82%;
}

.home-public-hero__floating-bars span:nth-child(3) {
    width: 68%;
}

.home-public-hero__visual--professionals {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
}

.home-public-hero__photo-stage {
    --home-hero-insight-card-right: clamp(34px, calc(1.8vw + 10px), 52px);
    --home-hero-insight-card-width: clamp(272px, 22vw, 304px);
    --home-hero-insight-card-max-width: calc(100% - clamp(28px, 4vw, 60px));
    --home-hero-insight-card-gap: 16px;
    --home-hero-insight-stack-gap: 16px;
    --home-hero-insight-card-padding-block: 14px;
    --home-hero-insight-card-padding-inline: 12px;
    --home-hero-insight-card-radius: 8px;
    --home-hero-insight-card-title-size: 13px;
    --home-hero-insight-card-title-line-height: 1.18;
    --home-hero-insight-card-copy-size: 12px;
    --home-hero-insight-card-copy-line-height: 1.45;
    --home-hero-insight-card-icon-size: 36px;
    --home-hero-insight-card-icon-radius: 12px;
    --home-hero-insight-stack-top: 44px;
    position: relative;
    width: min(100%, 620px);
    min-height: 496px;
    overflow: visible;
}

.home-public-hero__photo {
    width: min(100%, 620px);
    min-height: 496px;
    border-radius: 28px;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.home-public-hero__insight-stack {
    position: absolute;
    top: var(--home-hero-insight-stack-top);
    right: var(--home-hero-insight-card-right);
    z-index: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: var(--home-hero-insight-stack-gap);
    width: var(--home-hero-insight-card-width);
    max-width: var(--home-hero-insight-card-max-width);
    perspective: 1200px;
    transform-origin: right center;
}

.home-public-hero__floating-card--insight {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: var(--home-hero-insight-card-gap);
    position: relative;
    width: 100%;
    max-width: 100%;
    padding:
        var(--home-hero-insight-card-padding-block)
        var(--home-hero-insight-card-padding-inline);
    border-radius: var(--home-hero-insight-card-radius);
    background-color: white;
    border: 1px solid rgba(218, 227, 239, 0.94);
    box-shadow:
        0 22px 50px rgba(16, 32, 56, 0.12),
        0 10px 24px rgba(16, 32, 56, 0.07),
        0 1px 0 rgba(255, 255, 255, 0.9) inset;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    opacity: 0;
    transform-origin: right center;
    animation:
        homeHeroInsightDock 980ms var(--home-motion-ease-out-expo)
            var(--home-hero-insight-delay, 0ms) forwards,
        homeHeroInsightCardFloat var(--home-hero-insight-float-duration, 6.8s)
            ease-in-out
            calc(
                var(--home-hero-insight-delay, 0ms)
                + var(--home-hero-insight-float-start-offset, 1180ms)
            )
            infinite;
    transition:
        transform var(--home-motion-duration-medium)
            var(--home-motion-ease-out-quart),
        box-shadow var(--home-motion-duration-medium)
            var(--home-motion-ease-out-quart);
    will-change: transform, opacity;
}

.home-public-hero__floating-card--insight::after {
    content: "";
    position: absolute;
    inset: -18% auto -18% -42%;
    width: 40%;

    opacity: 0;
    pointer-events: none;
    transform: translate3d(-138%, 0, 0) skewX(-18deg);
    animation: homeHeroInsightSheen 1080ms var(--home-motion-ease-out-quart)
        calc(var(--home-hero-insight-delay, 0ms) + 260ms) 1;
}

.home-public-hero__floating-card--insight:nth-child(1) {
    --home-hero-insight-delay: 120ms;
    --home-hero-insight-entry-x: 188px;
    --home-hero-insight-entry-y: -118px;
    --home-hero-insight-entry-scale: 0.76;
    --home-hero-insight-entry-rotate: 12deg;
    --home-hero-insight-overshoot-x: -18px;
    --home-hero-insight-overshoot-y: 10px;
    --home-hero-insight-overshoot-rotate: -4deg;
    --home-hero-insight-float-x: 5px;
    --home-hero-insight-float-y: 7px;
    --home-hero-insight-float-rotate: -1.1deg;
    --home-hero-insight-float-duration: 8.4s;
}

.home-public-hero__floating-card--insight:nth-child(2) {
    --home-hero-insight-delay: 280ms;
    --home-hero-insight-entry-x: 236px;
    --home-hero-insight-entry-y: 44px;
    --home-hero-insight-entry-scale: 0.72;
    --home-hero-insight-entry-rotate: 15deg;
    --home-hero-insight-overshoot-x: -22px;
    --home-hero-insight-overshoot-y: -8px;
    --home-hero-insight-overshoot-rotate: -5deg;
    --home-hero-insight-float-x: 7px;
    --home-hero-insight-float-y: 5px;
    --home-hero-insight-float-rotate: 0.9deg;
    --home-hero-insight-float-duration: 9.1s;
}

.home-public-hero__floating-card--insight:nth-child(3) {
    --home-hero-insight-delay: 440ms;
    --home-hero-insight-entry-x: 168px;
    --home-hero-insight-entry-y: 142px;
    --home-hero-insight-entry-scale: 0.8;
    --home-hero-insight-entry-rotate: 10deg;
    --home-hero-insight-overshoot-x: -14px;
    --home-hero-insight-overshoot-y: -12px;
    --home-hero-insight-overshoot-rotate: -3deg;
    --home-hero-insight-float-x: 4px;
    --home-hero-insight-float-y: 8px;
    --home-hero-insight-float-rotate: -0.8deg;
    --home-hero-insight-float-duration: 8.7s;
}

.home-public-hero__floating-card--insight:hover {
    transform: translate3d(-6px, -4px, 0) scale(1.02);
    box-shadow:
        0 28px 54px rgba(16, 32, 56, 0.16),
        0 14px 30px rgba(16, 32, 56, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.92) inset;
}

.home-public-hero__floating-card--insight strong {
    display: block;
    margin: 0;
    color: #16365d;
    font-size: var(--home-hero-insight-card-title-size);
    font-weight: 800;
    line-height: var(--home-hero-insight-card-title-line-height);
    white-space: normal;
    text-wrap: balance;
}

.home-public-hero__floating-card--insight p {
    margin: 0;
    color: #6d8096;
    font-size: var(--home-hero-insight-card-copy-size);
    font-weight: 600;
    line-height: var(--home-hero-insight-card-copy-line-height);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.home-public-hero__insight-icon {
    -ms-flex: 0 0 var(--home-hero-insight-card-icon-size);
        flex: 0 0 var(--home-hero-insight-card-icon-size);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: var(--home-hero-insight-card-icon-size);
    min-width: var(--home-hero-insight-card-icon-size);
    height: var(--home-hero-insight-card-icon-size);
    min-height: var(--home-hero-insight-card-icon-size);
    border-radius: var(--home-hero-insight-card-icon-radius);
    aspect-ratio: 1 / 1;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 10px 20px rgba(41, 65, 98, 0.1);
}

.home-public-hero__insight-icon svg {
    width: calc(var(--home-hero-insight-card-icon-size) * 0.5);
    height: calc(var(--home-hero-insight-card-icon-size) * 0.5);
    fill: none;
    stroke: var(--insight-icon-stroke, currentColor);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-public-hero__insight-icon svg circle[fill="currentColor"] {
    fill: var(--insight-icon-fill, currentColor);
}

.home-public-hero__insight-icon--blue {
    --insight-icon-stroke: #2f6fdb;
    --insight-icon-fill: #8cb5f3;
    background: linear-gradient(180deg, #deebff 0%, #cddfff 100%);
    color: #2568d7;
}

.home-public-hero__insight-icon--green {
    --insight-icon-stroke: #319466;
    --insight-icon-fill: #8fd2ac;
    background: linear-gradient(180deg, #def7e9 0%, #cbeed6 100%);
    color: #2f9461;
}

.home-public-hero__insight-icon--violet {
    --insight-icon-stroke: #835fdc;
    --insight-icon-fill: #bea5f2;
    background: linear-gradient(180deg, #ece2ff 0%, #ddcdff 100%);
    color: #7a56d8;
}

.home-public-hero__insight-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 4px;
    min-width: 0;
}

.home-public-hero__metric:hover,
.home-public-hero__metric:focus,
.home-public-hero__metric:focus-visible {
    transform: none;
}

.home-public-hero__metric-value,
.home-public-hero__metric-value .sliding-number {
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings:
        "lnum" 1,
        "tnum" 1;
}

.home-public-hero__metrics-panel {
    position: relative;
    width: var(--home-featured-shell-width);
    margin-left: auto;
    margin-right: auto;
    max-width: 1084px;
    margin-block: -46px -58px;
    padding: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #ffffff 100%);
    border: 1px solid rgba(220, 229, 239, 0.88);
    border-radius: 22px;
    box-shadow:
        0 18px 42px rgba(15, 49, 87, 0.1),
        0 2px 0 rgba(255, 255, 255, 0.72) inset;
    overflow: hidden;
    z-index: 5;
}

.home-public-hero__metrics-panel::before,
.home-public-hero__metrics-panel::after {
    display: none;
}

.home-public-hero__metrics {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    -ms-flex-align: stretch;
        align-items: stretch;
    border-radius: inherit;
}

.home-public-hero__metric {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 22px;
    min-height: 124px;
    padding: 23px 34px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    text-align: left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none !important;
    transition: background-color var(--landing-duration, 200ms) var(--landing-ease, ease);
}

.home-public-hero__metric::before {
    display: none;
    content: none;
}

.home-public-hero__metric::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 52px;
    transform: translateY(-50%);
    background: #e6edf5;
    pointer-events: none;
}

.home-public-hero__metric:last-child::after {
    display: none;
}

.home-public-hero__metric:hover,
.home-public-hero__metric:focus {
    text-decoration: none !important;
    background: rgba(238, 244, 251, 0.24);
    box-shadow: none;
}

.home-public-hero__metric:focus-visible {
    outline: 2px solid rgba(15, 49, 87, 0.18);
    outline-offset: -2px;
}

.home-public-hero__metric-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 50%;
    -ms-flex: 0 0 64px;
        flex: 0 0 64px;
    width: 64px;
    height: 64px;
}

.home-public-hero__metric-icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-public-hero__metric--people .home-public-hero__metric-icon {
    background: #edf4ff;
    color: #1f6fe5;
}

.home-public-hero__metric--companies .home-public-hero__metric-icon {
    background: #eafbf2;
    color: #1fad68;
}

.home-public-hero__metric--companies .home-public-hero__metric-icon svg {
    width: 32px;
    height: 32px;
    stroke-width: 1.8;
}

.home-public-hero__metric--jobs .home-public-hero__metric-icon {
    background: #fff4e8;
    color: #f5a623;
}

.home-public-hero__metric-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 9px;
    min-width: 0;
}

.home-public-hero__metric-value {
    display: block;
    color: #0c2d5a;
    font-family: "Inter", sans-serif;
    font-size: clamp(34px, 2.6vw, 43px);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.03em;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings:
        "lnum" 1,
        "tnum" 1;
    text-wrap: nowrap;
    margin-top: 0;
}

.home-public-hero__metric-value .sliding-number {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings:
        "lnum" 1,
        "tnum" 1;
}

.home-public-hero__metric-value .sliding-number__token {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.home-public-hero__metric-value .sliding-number__separator {
    opacity: 0.92;
    margin: 0;
}

.home-public-hero__metric-value .sliding-number__copy-buffer {
    position: absolute;
    inset: 0;
    color: transparent;
    white-space: nowrap;
    -moz-user-select: text;
     -ms-user-select: text;
         user-select: text;
    -webkit-user-select: text;
}

.home-public-hero__metric-value .sliding-number__window {
    position: relative;
    width: 0.66em;
    height: 1em;
    overflow: hidden;
    line-height: 1;
}

.home-public-hero__metric-value .sliding-number__track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    will-change: transform;
    transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-public-hero__metric-value
    .sliding-number--counting
    .sliding-number__track {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.home-public-hero__metric-value .sliding-number__track > span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    height: 1em;
    line-height: 1;
}

.home-public-hero__metric-label {
    display: block;
    max-width: none;
    color: #66768a;
    font-family: var(--home-metrics-label-font);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.045em;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: normal;
}

.home-public-hero__metrics--skeleton {
    animation: none;
}

.home-public-hero__metric--skeleton .home-public-hero__metric-value,
.home-public-hero__metric--skeleton .home-public-hero__metric-label {
    display: block;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.18) 0%,
        rgba(255, 255, 255, 0.34) 46%,
        rgba(255, 255, 255, 0.18) 100%
    );
    background-size: 220% 100%;
    animation: homeSkeletonPulse 1.3s ease-in-out infinite;
}

.home-public-hero__metric--skeleton .home-public-hero__metric-value {
    width: 58%;
    height: 36px;
}

.home-public-hero__metric--skeleton .home-public-hero__metric-label {
    width: 74%;
    height: 12px;
}

.home-public-hero__fallback-note {
    margin: 0 auto;
    width: var(--hero-content-shell-width);
    padding-bottom: 22px;
    color: #516170;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

@media (min-width: 1400px) {
    .home-public-hero__photo-stage {
        --home-hero-insight-card-right: clamp(20px, 2vw, 38px);
        --home-hero-insight-card-padding-block: 14px;
        --home-hero-insight-card-padding-inline: 16px;
        --home-hero-insight-card-title-size: 14.5px;
        --home-hero-insight-card-copy-size: 12.25px;
        --home-hero-insight-card-icon-size: 41px;
        --home-hero-insight-card-icon-radius: 16px;
        --home-hero-insight-stack-top: 42px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .home-public-hero__photo-stage {
        --home-hero-insight-card-right: clamp(26px, calc(1.8vw + 10px), 40px);
        --home-hero-insight-card-width: clamp(272px, 22vw, 304px);
        --home-hero-insight-stack-top: 44px;
    }
}

@media (max-width: 1199px) {
    .home-public-hero--professionals .home-public-hero__surface {
        min-height: clamp(660px, 82vh, 820px);
        background-position: 60% 18%;
    }

    .home-public-hero__section-inner {
        gap: 34px;
    }

    .home-public-hero--companies .home-public-hero__section-inner,
    .home-public-hero--professionals .home-public-hero__section-inner {
        -ms-grid-columns: (minmax(0, 1fr))[2];
            grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-public-hero--companies .home-public-hero__section-inner.home-public-hero__section-inner--mirrored {
        -ms-grid-columns: (minmax(0, 1fr))[2];
            grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-public-hero__title,
    .home-public-hero__title--companies,
    .home-public-hero__title--professionals {
        font-size: clamp(29px, 3.6vw, 45px);
    }

    .home-public-hero__device {
        width: min(100%, 560px);
    }

    .home-public-hero__photo-stage,
    .home-public-hero__photo {
        width: min(100%, 580px);
        min-height: 454px;
    }

    .home-public-hero__photo-stage {
        --home-hero-insight-card-right: clamp(10px, 1.4vw, 20px);
        --home-hero-insight-card-width: clamp(238px, 24vw, 268px);
        --home-hero-insight-card-max-width: calc(100% - 24px);
        --home-hero-insight-card-gap: 14px;
        --home-hero-insight-card-padding-block: 15px;
        --home-hero-insight-card-padding-inline: 16px;
        --home-hero-insight-card-radius: 16px;
        --home-hero-insight-card-title-size: 13.25px;
        --home-hero-insight-card-copy-size: 11.25px;
        --home-hero-insight-card-icon-size: 46px;
        --home-hero-insight-card-icon-radius: 13px;
        --home-hero-insight-stack-top: 38px;
    }

    .home-public-hero__floating-card--match {
        right: -10px;
        bottom: 34px;
    }

    .home-public-hero__insight-stack {
        left: auto;
        right: var(--home-hero-insight-card-right);
        width: var(--home-hero-insight-card-width);
    }

    .home-public-hero__metrics-panel {
        margin-block: -40px -44px;
    }
}

@media (max-width: 991px) {
    .home-public-hero--professionals .home-public-hero__surface {
        min-height: auto;
        background-position: 64% 18%;
    }

    .home-public-hero--companies .home-public-hero__section-inner,
    .home-public-hero--professionals .home-public-hero__section-inner {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        gap: 28px;
    }

    .home-public-hero--companies
        .home-public-hero__section-inner.home-public-hero__section-inner--mirrored {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
    }

    .home-public-hero--companies .home-public-hero__section-inner {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .home-public-hero--professionals .home-public-hero__section-inner {
        min-height: auto;
        padding-top: 64px;
        padding-bottom: 56px;
    }

    .home-public-hero--companies .home-public-hero__copy {
        -ms-flex-order: 1;
            order: 1;
    }

    .home-public-hero--companies .home-public-hero__visual {
        -ms-flex-order: 2;
            order: 2;
        width: 100%;
    }

    .home-public-hero__title--companies,
    .home-public-hero__title--professionals,
    .home-public-hero__copy-text {
        max-width: 100%;
    }

    .home-public-hero__title,
    .home-public-hero__title--companies,
    .home-public-hero__title--professionals {
        font-size: clamp(30px, 6vw, 42px);
    }

    .home-public-hero__copy--companies,
    .home-public-hero__copy--professionals {
        justify-self: start;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .home-public-hero__visual--companies,
    .home-public-hero__visual--professionals {
        -ms-flex-pack: center;
            justify-content: center;
    }

    .home-public-hero__visual--companies {
        margin-top: 4px;
    }

    .home-public-hero__device {
        width: min(100%, 540px);
    }

    .home-public-hero__photo-stage {
        --home-hero-insight-card-width: min(calc(100% - 20px), 286px);
        --home-hero-insight-card-max-width: calc(100% - 20px);
        --home-hero-insight-card-gap: 14px;
        --home-hero-insight-card-padding-block: 15px;
        --home-hero-insight-card-padding-inline: 16px;
        --home-hero-insight-card-title-size: 13.25px;
        --home-hero-insight-card-copy-size: 11.25px;
        --home-hero-insight-card-icon-size: 46px;
        --home-hero-insight-card-icon-radius: 13px;
        --home-hero-insight-stack-top: 24px;
    }

    .home-public-hero__floating-card--match {
        right: 10px;
    }

    .home-public-hero__insight-stack {
        left: 10px;
        right: auto;
    }

    .home-public-hero__metrics {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
    }

    .home-public-hero__metric {
        min-height: 108px;
    }

    .home-public-hero__metric + .home-public-hero__metric {
        border-top: 1px solid #e6edf5;
    }

    .home-public-hero__metric::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .home-public-hero--professionals .home-public-hero__surface {
        min-height: auto;
        background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    }

    .home-public-hero--professionals .home-public-hero__section-inner {
        min-height: auto;
    }

    .imagemAvatar .text-empresa,
    .imagemAvatar .text-pessoa {
        text-align: center;
    }

    .imagemAvatar .text-empresa .banr-perfil-btn,
    .imagemAvatar .text-pessoa .banr-perfil-btn {
        float: none !important;
        width: 100%;
    }

    .home-public-hero--companies .home-public-hero__surface::after {
        height: 164px;
    }

    .home-public-hero--companies .home-public-hero__section-inner {
        gap: 18px;
        padding-top: 56px;
        padding-bottom: 42px;
    }

    .home-public-hero--professionals .home-public-hero__section-inner {
        padding-top: 32px;
        padding-bottom: 40px;
        gap: 18px;
    }

    .home-public-hero__canvas--companies::before {
        top: -32%;
        right: -18%;
        width: 320px;
        height: 320px;
        opacity: 0.88;
    }

    .home-public-hero__canvas--companies::after {
        bottom: -28%;
        left: -28%;
        width: 300px;
        height: 190px;
    }

    .home-public-hero__canvas-dots {
        top: 16px;
        right: 20px;
        width: 88px;
        height: 52px;
        background-size: 16px 16px;
        opacity: 0.76;
    }

    .home-public-hero__section-inner {
        width: calc(100% - 24px);
    }

    .home-public-hero__copy {
        gap: 18px;
    }

    .home-public-hero__copy--companies {
        max-width: none;
        width: 100%;
    }

    .home-public-hero__copy--companies .home-public-hero__title,
    .home-public-hero__copy--companies .home-public-hero__title--companies,
    .home-public-hero__copy--companies .home-public-hero__copy-text,
    .home-public-hero__copy--companies .home-public-hero__list,
    .home-public-hero__copy--companies .home-public-hero__cta-group {
        width: 100%;
        max-width: none;
    }

    .home-public-hero__copy--companies .home-public-hero__title,
    .home-public-hero__copy--companies .home-public-hero__title--companies {
        font-size: clamp(23px, 8.4vw, 32px);
        line-height: 1.06;
        text-wrap: balance;
    }

    .home-public-hero__title,
    .home-public-hero__title--companies,
    .home-public-hero__title--professionals {
        max-width: 100%;
        font-size: clamp(25px, 10vw, 37px);
    }

    .home-public-hero__copy-text {
        font-size: 16px;
        line-height: 1.58;
    }

    .home-public-hero__copy--professionals .home-public-hero__copy-text {
        max-width: 30ch;
        color: #5f7389;
    }

    .home-public-hero__list li {
        min-height: 20px;
        font-size: 14px;
        line-height: 1.38;
    }

    .home-public-hero__list li > svg {
        -ms-flex-preferred-size: 17px;
            flex-basis: 17px;
        width: 17px;
        height: 17px;
    }

    .home-public-hero__cta-group {
        width: 100%;
    }

    .home-public-hero__cta {
        width: 100%;
    }

    .home-public-hero__visual--professionals,
    .home-public-hero__visual--companies {
        display: none;
    }

    .home-public-hero__device {
        width: min(100%, 352px);
        padding: 12px;
        border-width: 4px;
        border-radius: 20px;
        transform: none;
    }

    .home-public-hero__device-body {
        -ms-grid-columns: 58px minmax(0, 1fr);
            grid-template-columns: 58px minmax(0, 1fr);
    }

    .home-public-hero__device-panel {
        gap: 10px;
        padding: 14px;
    }

    .home-public-hero__candidate-row {
        -ms-grid-columns: 34px minmax(0, 1fr) 40px 70px;
            grid-template-columns: 34px minmax(0, 1fr) 40px 70px;
        gap: 10px;
    }

    .home-public-hero__candidate-avatar {
        width: 34px;
        height: 34px;
    }

    .home-public-hero__candidate-score {
        width: 34px;
        height: 34px;
        border-width: 4px;
    }

    .home-public-hero__floating-card--match {
        right: 8px;
        bottom: 8px;
        width: min(48vw, 168px);
        padding: 14px 12px;
    }

    .home-public-hero__floating-score {
        width: 62px;
        height: 62px;
        font-size: 18px;
        border-width: 6px;
    }

    .home-public-hero__photo-stage,
    .home-public-hero__photo {
        width: 100%;
        min-height: 404px;
    }

    .home-public-hero__photo-stage {
        --home-hero-insight-card-width: min(calc(100% - 16px), 278px);
        --home-hero-insight-card-max-width: calc(100% - 16px);
        --home-hero-insight-card-gap: 13px;
        --home-hero-insight-card-padding-block: 14px;
        --home-hero-insight-card-padding-inline: 16px;
        --home-hero-insight-card-radius: 14px;
        --home-hero-insight-card-title-size: 13px;
        --home-hero-insight-card-copy-size: 11px;
        --home-hero-insight-card-icon-size: 44px;
        --home-hero-insight-card-icon-radius: 13px;
        --home-hero-insight-stack-top: 12px;
    }

    .home-public-hero__photo {
        border-radius: 24px;
        background:
            linear-gradient(
                180deg,
                rgba(255, 255, 255, 0.02) 0%,
                rgba(255, 255, 255, 0.12) 100%
            ),
            url("/content/images/hero-professionals-section-bg.png") center 34% /
                cover no-repeat;
        box-shadow:
            0 22px 42px rgba(15, 49, 87, 0.14),
            0 10px 22px rgba(15, 49, 87, 0.08);
    }

    .home-public-hero__insight-stack {
        left: 8px;
        right: auto;
        width: var(--home-hero-insight-card-width);
        max-width: var(--home-hero-insight-card-max-width);
    }

    .home-public-hero__floating-card--insight strong {
        font-size: var(--home-hero-insight-card-title-size);
    }

    .home-public-hero__floating-card--insight p {
        font-size: var(--home-hero-insight-card-copy-size);
    }

    .home-public-hero__metrics-panel {
        width: calc(100% - 24px);
        margin-block: 8px 12px;
        border-radius: 20px;
    }

    .home-public-hero__metric {
        -ms-flex-pack: center;
            justify-content: center;
        gap: 16px;
        min-height: 92px;
        padding: 20px;
        text-align: center;
    }

    .home-public-hero__metric-icon {
        -ms-flex-preferred-size: 52px;
            flex-basis: 52px;
        width: 52px;
        height: 52px;
    }

    .home-public-hero__metric-body {
        -ms-flex-align: center;
            align-items: center;
    }

    .home-public-hero__metric-value .sliding-number__track > span {
        -ms-flex-pack: center;
            justify-content: center;
    }

    .home-public-hero__metric-value {
        font-size: clamp(28px, 8vw, 36px);
    }

    .home-public-hero__fallback-note {
        width: calc(100% - 24px);
        padding-bottom: 18px;
    }

    .home-public-hero__trust-row {
        gap: 12px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .home-public-hero__photo-stage {
        --home-hero-insight-card-width: min(calc(100% - 16px), 284px);
        --home-hero-insight-card-title-size: 13.25px;
        --home-hero-insight-card-copy-size: 11.25px;
        --home-hero-insight-stack-top: 14px;
    }
}

@media (max-width: 575px) {
    .home-public-hero__section-inner {
        gap: 18px;
    }

    .home-public-hero--professionals .home-public-hero__section-inner {
        padding-top: 26px;
        padding-bottom: 34px;
    }

    .home-public-hero--companies .home-public-hero__section-inner {
        padding-top: 48px;
        padding-bottom: 34px;
    }

    .home-public-hero__copy--companies .home-public-hero__title,
    .home-public-hero__copy--companies .home-public-hero__title--companies {
        font-size: clamp(22px, 8.8vw, 29px);
        line-height: 1.08;
    }

    .home-public-hero__copy--companies .home-public-hero__copy-text,
    .home-public-hero__copy--companies .home-public-hero__list {
        font-size: 15px;
        line-height: 1.5;
    }

    .home-public-hero__photo-stage {
        --home-hero-insight-card-width: min(calc(100% - 16px), 264px);
        --home-hero-insight-card-gap: 12px;
        --home-hero-insight-card-padding-block: 13px;
        --home-hero-insight-card-padding-inline: 14px;
        --home-hero-insight-card-radius: 13px;
        --home-hero-insight-card-title-size: 12.5px;
        --home-hero-insight-card-copy-size: 10.5px;
        --home-hero-insight-card-copy-line-height: 1.4;
        --home-hero-insight-card-icon-size: 42px;
        --home-hero-insight-card-icon-radius: 12px;
        --home-hero-insight-stack-top: 10px;
        --home-hero-insight-stack-gap: 10px;
    }

    .home-public-hero__photo-stage,
    .home-public-hero__photo {
        min-height: 388px;
    }

    .home-public-hero__floating-card--match {
        right: 6px;
        bottom: 6px;
        width: min(50vw, 156px);
        padding: 12px 10px;
    }

    .home-public-hero__floating-score {
        width: 56px;
        height: 56px;
        font-size: 17px;
    }

    .home-public-hero__metric {
        gap: 14px;
        min-height: 86px;
        padding: 18px 16px;
    }

    .home-public-hero__metric-icon {
        -ms-flex-preferred-size: 48px;
            flex-basis: 48px;
        width: 48px;
        height: 48px;
    }

    .home-public-hero__metric-label {
        font-size: 12px;
        letter-spacing: 0.035em;
    }
}

body.home-public-active {
    --home-footer-band-image: url("/content/images/bg-azul-footer-desktop.png");
    --home-footer-band-overlay: linear-gradient(
        180deg,
        rgba(5, 15, 35, 0.1) 0%,
        rgba(5, 15, 35, 0.18) 60%
    );
    --home-footer-band-border: rgba(255, 255, 255, 0.08);
    --home-footer-band-copy: rgba(226, 232, 240, 0.88);
    --home-footer-band-copy-muted: rgba(226, 232, 240, 0.72);
    --home-footer-band-attachment: fixed, fixed;
    --home-footer-band-position: center, center right;
    --home-footer-band-size: cover, cover;
    --home-motion-ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
    --home-motion-ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
    --home-motion-ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --home-motion-duration-instant: 140ms;
    --home-motion-duration-fast: 240ms;
    --home-motion-duration-medium: 420ms;
    --home-motion-duration-hero: 760ms;
    background-color: #050f23;
}

@keyframes homeFadeUp {
    from {
        opacity: 0;
        transform: translate3d(0, 24px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes homeFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes homeHeroMediaSettle {
    from {
        opacity: 0.72;
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes homePulseRing {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.18);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* Institutional video section */
body.home-public-active .home-about-video {
    position: relative;
    z-index: 1;
    background-color: #050f2363 !important;
    background-image:
        var(--home-footer-band-overlay), var(--home-footer-band-image) !important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: var(--home-footer-band-size) !important;
    background-position: var(--home-footer-band-position) !important;
    background-attachment: var(--home-footer-band-attachment) !important;
    border-top-left-radius: clamp(28px, 4vw + 18px, 80px);
    border-top-right-radius: clamp(28px, 4vw + 18px, 80px);
    overflow: hidden;
    padding: clamp(40px, 5vw + 24px, 72px) var(--home-section-pad-inline)
        clamp(32px, 3vw + 20px, 56px) !important;
}

body.home-public-active .home-about-video .home-about-video__shell {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
        grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(28px, 4vw, 56px);
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    max-width: var(--home-section-shell-max-width);
    margin: 0 auto;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 32px;
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.04) 0%,
            rgba(255, 255, 255, 0.015) 58%,
            rgba(255, 255, 255, 0.03) 100%
        ),
        radial-gradient(
            circle at top left,
            rgba(120, 196, 255, 0.08) 0%,
            rgba(120, 196, 255, 0) 34%
        );
    box-shadow: 0 28px 56px -42px rgba(2, 12, 28, 0.82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    isolation: isolate;
}

body.home-public-active .home-about-video .home-about-video__shell::after {
    content: "";
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: calc(47.8% + 8px);
    width: 1px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.08) 18%,
        rgba(255, 255, 255, 0.08) 82%,
        rgba(255, 255, 255, 0) 100%
    );
    pointer-events: none;
}

body.home-public-active .home-about-video .home-about-video__copy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 24px;
    width: 100%;
    justify-self: stretch;
    -ms-flex-item-align: center;
        align-self: center;
    padding: clamp(14px, 1vw, 18px) 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    animation: homeFadeUp var(--home-motion-duration-hero)
        var(--home-motion-ease-out-expo) 180ms forwards;
}

body.home-public-active .home-about-video .home-about-video__title {
    margin: 0;
    color: #ffffff;
    font-family: var(--home-section-title-font);
    font-size: 48px !important;
    font-weight: 800 !important;
    line-height: 1.1;
    letter-spacing: -0.025em;
    max-width: none;
}

body.home-public-active .home-about-video .home-about-video__description {
    margin: 0;
    max-width: none;
    color: var(--home-footer-band-copy);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.625;
}

body.home-public-active .home-about-video .home-about-video__badge {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 14px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

body.home-public-active .home-about-video .home-about-video__badge i {
    font-size: 1.4rem;
}

body.home-public-active .home-about-video .home-about-video__media {
    width: 100%;
    justify-self: stretch;
    padding-left: clamp(0px, 1vw, 10px);
    opacity: 0;
    transform: translate3d(0, 32px, 0);
    animation: homeFadeUp var(--home-motion-duration-hero)
        var(--home-motion-ease-out-expo) 280ms forwards;
}

body.home-public-active .home-about-video .home-about-video__video-frame,
body.home-public-active .home-about-video .video-wrapper {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: var(--home-section-radius-sm);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 30px 60px -28px rgba(2, 12, 28, 0.88);
    background: rgba(7, 19, 41, 0.72);
    transition:
        transform var(--home-motion-duration-medium)
            var(--home-motion-ease-out-quart),
        box-shadow var(--home-motion-duration-medium)
            var(--home-motion-ease-out-quart),
        border-color var(--home-motion-duration-fast)
            var(--home-motion-ease-out-quart);
}

body.home-public-active .home-about-video .home-about-video__video-frame {
    border: 0;
    padding: 0;
    cursor: pointer;
}

body.home-public-active .home-about-video .home-about-video__video-poster,
body.home-public-active .home-about-video .youtube-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

body.home-public-active .home-about-video .home-about-video__video-poster {
    object-fit: cover;
    filter: brightness(0.84) saturate(0.88);
    transform: scale(1);
    transition:
        transform 700ms var(--home-motion-ease-out-quart),
        filter var(--home-motion-duration-medium)
            var(--home-motion-ease-out-quart);
}

body.home-public-active .home-about-video .home-about-video__video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(1, 20, 44, 0.2) 0%,
        rgba(1, 20, 44, 0.42) 100%
    );
}

body.home-public-active .home-about-video .home-about-video__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: var(--home-section-radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 18px 30px rgba(2, 12, 28, 0.3);
    color: #f8fbff;
    font-size: 0;
    transform: translate(-50%, -50%);
    transition:
        transform var(--home-motion-duration-fast)
            var(--home-motion-ease-out-quart),
        background-color var(--home-motion-duration-fast)
            var(--home-motion-ease-out-quart),
        border-color var(--home-motion-duration-fast)
            var(--home-motion-ease-out-quart);
    animation: homePulseRing 3.6s ease-out 1.1s infinite;
}

body.home-public-active .home-about-video .home-about-video__video-play i {
    font-size: 16px;
    line-height: 1;
    margin-left: 3px;
}

body.home-public-active
    .home-about-video
    .home-about-video__video-frame:focus-visible
    .home-about-video__video-play {
    transform: translate(-50%, -50%) scale(1.04);
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.22);
}

body.home-public-active
    .home-about-video
    .home-about-video__video-frame:focus-visible {
    transform: translate3d(0, -4px, 0);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 38px 68px -30px rgba(2, 12, 28, 0.92);
}

body.home-public-active
    .home-about-video
    .home-about-video__video-frame:focus-visible
    .home-about-video__video-poster {
    transform: scale(1.04);
    filter: brightness(0.9) saturate(0.94);
}

body.home-public-active
    .home-about-video
    .home-about-video__video-frame:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 4px;
    box-shadow: 0 0 0 6px rgba(11, 95, 153, 0.32);
}

body.home-public-active .home-about-video .youtube-video {
    border: 0;
}

@media (max-width: 1199px) {
    body.home-public-active {
        --home-footer-band-position: center top, 52% center;
        --home-footer-band-size: cover, cover;
    }

    body.home-public-active .home-public-opcoes {
        padding: 36px var(--home-section-pad-inline) 56px !important;
    }
}

@media (max-width: 991px) {
    body.home-public-active {
        --home-footer-band-position: center top, 50% 22%;
        --home-footer-band-size: cover, cover;
    }

    body.home-public-active .home-about-video {
        padding: clamp(40px, 4vw + 28px, 52px) clamp(16px, 3vw, 24px)
            clamp(28px, 3vw + 12px, 40px) !important;
        border-top-left-radius: clamp(24px, 3vw + 14px, 56px);
        border-top-right-radius: clamp(24px, 3vw + 14px, 56px);
    }

    body.home-public-active .home-about-video .home-about-video__shell {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        gap: clamp(24px, 3vw, 36px);
        padding: clamp(20px, 2.5vw, 26px);
        border-radius: clamp(20px, 2vw + 12px, 28px);
    }

    body.home-public-active .home-about-video .home-about-video__shell::after {
        display: none;
    }

    body.home-public-active .home-about-video .home-about-video__title {
        font-size: 40px !important;
    }

    body.home-public-active .home-about-video .home-about-video__description {
        font-size: 18px;
        line-height: 1.625;
    }

    body.home-public-active .home-about-video .home-about-video__copy {
        padding: 0;
    }

    body.home-public-active .home-about-video .home-about-video__media {
        padding-left: 0;
    }
}

/* Landing shortcut cards */
body.home-public-active .home-public-opcoes {
    position: relative;
    z-index: 1;
    padding: 40px var(--home-section-pad-inline) 72px !important;
    background-color: #050f23;
    background-image:
        var(--home-footer-band-overlay), var(--home-footer-band-image);
    background-repeat: no-repeat, no-repeat;
    background-size: var(--home-footer-band-size);
    background-position: var(--home-footer-band-position);
    background-attachment: var(--home-footer-band-attachment);
    border-top: 0;
    overflow: hidden;
}

body.home-public-active .home-public-opcoes::after {
    display: none;
}

body.home-public-active .home-public-opcoes .home-public-opcoes__container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: var(--home-section-shell-max-width);
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 10px;
}

body.home-public-active .home-public-opcoes .home-public-opcoes__intro {
    margin: 0 auto 28px;
    max-width: 760px;
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    animation: homeFadeUp 620ms var(--home-motion-ease-out-quint) 220ms forwards;
}

body.home-public-active .home-public-opcoes .home-public-opcoes__label {
    color: #ffffff;
    font-family: var(--home-section-title-font);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

body.home-public-active .home-public-opcoes .home-public-opcoes__shell {
    position: relative;
    z-index: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[5];
        grid-template-columns: repeat(5, minmax(0, 1fr));
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: stretch;
        align-items: stretch;
    gap: 20px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

body.home-public-active .home-public-opcoes .home-public-opcoes__item {
    display: contents;
}

body.home-public-active .home-public-opcoes .home-public-opcoes__card {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 60px minmax(52px, auto) 1fr;
        grid-template-rows: 60px minmax(52px, auto) 1fr;
    -ms-grid-column-align: center;
        justify-items: center;
    -ms-flex-line-pack: start;
        align-content: start;
    gap: 16px;
    width: 100%;
    max-width: 220px;
    min-height: 236px;
    padding: 24px 20px 22px;
    box-sizing: border-box;
    justify-self: center;
    border-radius: var(--home-section-radius-md);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 22px 40px -30px rgba(2, 12, 28, 0.92);
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    -moz-appearance: none;
         appearance: none;
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    transition:
        transform var(--home-motion-duration-fast)
            var(--home-motion-ease-out-quart),
        box-shadow var(--home-motion-duration-fast)
            var(--home-motion-ease-out-quart),
        border-color var(--home-motion-duration-fast)
            var(--home-motion-ease-out-quart),
        background-color var(--home-motion-duration-fast)
            var(--home-motion-ease-out-quart);
    animation: homeFadeUp 620ms var(--home-motion-ease-out-quint) forwards;
}

body.home-public-active .home-public-opcoes .home-public-opcoes__card:hover,
body.home-public-active
    .home-public-opcoes
    .home-public-opcoes__card:focus-visible {
    transform: translate3d(0, -6px, 0);
    box-shadow: 0 28px 48px -28px rgba(2, 12, 28, 0.98);
    border-color: rgba(148, 197, 255, 0.36);
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none !important;
    outline: 3px solid rgba(148, 197, 255, 0.18);
    outline-offset: 2px;
}

body.home-public-active .home-public-opcoes .home-public-opcoes__icon-frame {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 60px;
    height: 60px;
    filter: brightness(100);
    border-radius: var(--home-section-radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.18) 0%,
        rgba(125, 211, 252, 0.16) 100%
    );
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition:
        transform var(--home-motion-duration-fast)
            var(--home-motion-ease-out-quart),
        background-color var(--home-motion-duration-fast)
            var(--home-motion-ease-out-quart),
        box-shadow var(--home-motion-duration-fast)
            var(--home-motion-ease-out-quart);
    will-change: transform;
}

body.home-public-active
    .home-public-opcoes
    .home-public-opcoes__card:hover
    .home-public-opcoes__icon-frame,
body.home-public-active
    .home-public-opcoes
    .home-public-opcoes__card:focus-visible
    .home-public-opcoes__icon-frame {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.24) 0%,
        rgba(125, 211, 252, 0.22) 100%
    );
    transform: translate3d(0, -2px, 0) scale(1.04);
    box-shadow: 0 18px 28px -18px rgba(125, 211, 252, 0.46);
}

body.home-public-active .home-public-opcoes .home-public-opcoes__card:active {
    transform: translate3d(0, -2px, 0);
}

body.home-public-active .home-public-opcoes .home-public-opcoes__icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    filter: drop-shadow(0 8px 14px rgba(125, 211, 252, 0.12));
    transition: transform var(--home-motion-duration-fast)
        var(--home-motion-ease-out-quart);
}

body.home-public-active
    .home-public-opcoes
    .home-public-opcoes__card:hover
    .home-public-opcoes__icon,
body.home-public-active
    .home-public-opcoes
    .home-public-opcoes__card:focus-visible
    .home-public-opcoes__icon {
    transform: scale(1.06);
}

body.home-public-active .home-public-opcoes .home-public-opcoes__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #f8fbff;
    font-family: var(--home-section-title-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
    min-height: 52px;
    margin: 0;
}

body.home-public-active .home-public-opcoes .home-public-opcoes__subtitle {
    display: block;
    width: 100%;
    color: var(--home-footer-band-copy-muted);
    font-size: 14px;
    line-height: 1.55;
    max-width: 24ch;
    margin: 0;
}

body.home-public-active section#contact {
    margin-top: 0;
    position: relative;
    z-index: 1;
    background-color: #050f23;
    background-image:
        var(--home-footer-band-overlay), var(--home-footer-band-image);
    background-repeat: no-repeat, no-repeat;
    background-size: var(--home-footer-band-size);
    background-position: var(--home-footer-band-position);
    background-attachment: var(--home-footer-band-attachment);
    color: #ffffff;
}

body.home-public-active section#contact .contact {
    position: relative;
    z-index: 1;
    max-width: min(1120px, calc(100% - 48px)) !important;
    padding: 24px 0 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.home-public-active section#contact .contact .row,
body.home-public-active section#contact .contact .col-md-12,
body.home-public-active section#contact .contact .d-flex,
body.home-public-active section#contact .footer-text,
body.home-public-active section#contact .footer-img,
body.home-public-active section#contact .logo-footer {
    position: relative;
    z-index: 1;
}

body.home-public-active section#contact .footer-text {
    color: rgba(255, 255, 255, 0.8);
}

body.home-public-active section#contact .footer-img,
body.home-public-active section#contact .logo-footer {
    opacity: 0.96;
}

@media (max-width: 1199px) {
    body.home-public-active .home-public-opcoes .home-public-opcoes__shell {
        -ms-grid-columns: (minmax(0, 1fr))[3];
            grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 760px;
    }
}

@media (max-width: 767px) {
    .home-public-landing-flow {
        padding-bottom: 24px !important;
    }

    body.home-public-active {
        --home-footer-band-image: url("/content/images/bg-azul-footer-mobile.png");
        --home-footer-band-attachment: scroll, scroll;
        --home-footer-band-position: center top, center top;
        --home-footer-band-size: cover, cover;
    }

    /*
     * Mobile: one painted band (tall asset) for vídeo + acesso rápido — avoids
     * restarting the same background on each section (scroll attachment).
     */
    body.home-public-active .home-public-footer-band {
        position: relative;
        z-index: 1;
        background-color: #050f23;
        background-image:
            var(--home-footer-band-overlay), var(--home-footer-band-image);
        background-repeat: no-repeat, no-repeat;
        background-size: cover, cover;
        background-position:
            center top,
            center top;
        background-attachment: scroll, scroll;
    }

    body.home-public-active .home-public-footer-band .home-about-video {
        background: none !important;
        background-color: transparent !important;
    }

    body.home-public-active .home-public-footer-band .home-public-opcoes {
        background: none !important;
        background-color: transparent !important;
    }

    body.home-public-active .home-about-video {
        padding: 44px var(--home-section-pad-inline-mobile) 30px !important;
        border-top-left-radius: clamp(20px, 5vw, 24px);
        border-top-right-radius: clamp(20px, 5vw, 24px);
    }

    body.home-public-active .home-about-video .home-about-video__badge {
        gap: 10px;
        font-size: 14px;
    }

    body.home-public-active .home-about-video .video-wrapper {
        border-radius: var(--home-section-radius-sm);
    }

    body.home-public-active .home-about-video .home-about-video__video-play {
        width: 68px;
        height: 68px;
        border-radius: 10px;
    }

    body.home-public-active .home-about-video .home-about-video__video-play i {
        font-size: 24px;
    }

    body.home-public-active .home-about-video .home-about-video__title {
        font-size: 32px !important;
    }

    body.home-public-active .home-about-video .home-about-video__description {
        font-size: 16px;
    }

    body.home-public-active .home-about-video .home-about-video__copy {
        gap: 20px;
        padding: 0;
    }

    body.home-public-active .home-about-video .home-about-video__shell {
        padding: 20px;
        border-radius: 24px;
    }

    body.home-public-active .home-public-opcoes {
        padding: 14px var(--home-section-pad-inline-mobile) 16px !important;
        max-height: 100svh;
        max-height: 100dvh;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    body.home-public-active .home-public-opcoes .home-public-opcoes__intro {
        margin-bottom: 10px;
    }

    body.home-public-active .home-public-opcoes .home-public-opcoes__label {
        font-size: 18px;
        line-height: 1.2;
    }

    body.home-public-active .home-public-opcoes .home-public-opcoes__shell {
        -ms-grid-columns: (minmax(0, 1fr))[2];
            grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    body.home-public-active .home-public-opcoes .home-public-opcoes__card {
        -ms-grid-rows: 40px auto auto;
            grid-template-rows: 40px auto auto;
        max-width: none;
        min-height: 0;
        padding: 12px 8px 10px;
        gap: 6px;
        border-radius: var(--home-section-radius-sm);
    }

    body.home-public-active
        .home-public-opcoes
        .home-public-opcoes__icon-frame {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    body.home-public-active .home-public-opcoes .home-public-opcoes__icon {
        width: 26px;
        height: 26px;
    }

    body.home-public-active .home-public-opcoes .home-public-opcoes__title {
        display: -webkit-box;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.25;
        min-height: 0;
        -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        text-align: center;
    }

    body.home-public-active .home-public-opcoes .home-public-opcoes__subtitle {
        display: -webkit-box;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-width: none;
        font-size: 11px;
        line-height: 1.35;
    }

    body.home-public-active section#contact .contact {
        max-width: min(100%, calc(100% - 32px)) !important;
        padding: 20px 0 28px;
    }

    body.home-public-active section#contact {
        background-image: none;
        background-color: #050f23;
    }
}

@media (max-width: 575px) {
    body.home-public-active {
        --home-footer-band-position: center top, center 28%;
        --home-footer-band-size: cover, cover;
    }

    body.home-public-active .home-about-video {
        padding: 38px var(--home-section-pad-inline-mobile) 26px !important;
    }

    body.home-public-active .home-about-video .home-about-video__shell {
        gap: 22px;
        padding: 16px 14px;
        border-radius: clamp(16px, 4vw, 20px);
    }

    body.home-public-active .home-about-video .home-about-video__title {
        font-size: 28px !important;
        line-height: 1.08;
    }

    body.home-public-active .home-about-video .home-about-video__description {
        font-size: 15px;
        line-height: 1.6;
    }

    body.home-public-active .home-about-video .home-about-video__video-play {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    body.home-public-active .home-public-opcoes {
        padding: 12px var(--home-section-pad-inline-mobile) 14px !important;
        max-height: 100svh;
        max-height: 100dvh;
    }

    body.home-public-active .home-public-opcoes .home-public-opcoes__shell {
        -ms-grid-columns: (minmax(0, 1fr))[2];
            grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    body.home-public-active section#contact .contact {
        max-width: min(100%, calc(100% - 24px)) !important;
        padding: 18px 0 24px;
    }
}

/* Carrossel de cursos (parceiro) + costura visual hero/featured */
.home-public-cursos-band {
    margin: 12px 0 24px;
}

.home-public-cursos-band .home-section-shell {
    width: min(var(--home-section-shell-max-width), calc(100% - 48px));
    max-width: min(var(--home-section-shell-max-width), calc(100% - 48px));
}

.home-public-cursos-band__header {
    padding-bottom: 12px;
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    animation: homeFadeUp 640ms var(--home-motion-ease-out-quint) 160ms forwards;
}

.home-public-cursos-band__carousel {
    padding: 12px 8px 20px;
    overflow: hidden;
}

.home-public-cursos-band__slide {
    padding: 0 10px;
    opacity: 0;
    transform: translate3d(0, 26px, 0);
    animation: homeFadeUp 620ms var(--home-motion-ease-out-quint) forwards;
}

.home-cursos-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr auto;
        grid-template-rows: 1fr auto;
    height: 100%;
    border-radius: var(--home-section-radius-md);
    border: 1px solid rgba(15, 49, 87, 0.08);
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(15, 39, 66, 0.08);
    overflow: hidden;
    transition: box-shadow var(--home-motion-duration-medium)
        var(--home-motion-ease-out-quart);
}

.home-public-cursos-band .slick-list {
    margin: 0;
    padding: 0;
    overflow: visible;
}

.home-cursos-card-link {
    display: block;
    height: 100%;
    text-decoration: none !important;
}

.home-cursos-card-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 160px 1fr;
        grid-template-rows: 160px 1fr;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    transition:
        box-shadow var(--home-motion-duration-fast)
            var(--home-motion-ease-out-quart),
        transform var(--home-motion-duration-fast)
            var(--home-motion-ease-out-quart);
}

.home-cursos-card-link:hover .home-cursos-card-content {
    box-shadow: 0 20px 40px rgba(15, 39, 66, 0.14);
    transform: translate3d(0, -6px, 0);
}

.home-cursos-card-link:focus-visible {
    outline: 3px solid #0b5fa2;
    outline-offset: 2px;
    box-shadow: 0 0 0 6px rgba(11, 95, 162, 0.18);
}

.home-cursos-card-thumb {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 160px;
    transform: scale(1);
    transition:
        transform 760ms var(--home-motion-ease-out-quart),
        filter var(--home-motion-duration-medium)
            var(--home-motion-ease-out-quart);
}

.home-cursos-card-link:hover .home-cursos-card-thumb,
.home-cursos-card-link:focus-visible .home-cursos-card-thumb {
    transform: scale(1.05);
    filter: saturate(1.04);
}

.home-cursos-card-body {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr;
    gap: 12px;
    padding: 16px 18px 12px;
}

.home-cursos-card-name {
    margin: 0;
    min-height: 52px;
    font-family: var(--landing-font-display);
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
    color: #0f3157;
}

.home-cursos-card-meta {
    display: -ms-grid;
    display: grid;
    gap: 8px;
}

.home-cursos-card-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 14px;
}

.home-cursos-meta--hours {
    color: #0b5f99;
}

.home-cursos-meta--date {
    color: #0077cf;
}

.home-cursos-meta {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}

.home-cursos-detail-btn.btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 6px;
    min-height: 44px;
    padding: 0 14px;
    white-space: nowrap;
    border-radius: 10px;
    border: 1px solid rgba(11, 95, 153, 0.2);
    background: #0d5b9f;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.home-cursos-detail-btn {
    border-radius: 10px;
}

.home-cursos-detail-btn.btn:hover,
.home-cursos-detail-btn.btn:focus-visible {
    filter: brightness(1.07);
}

@media (max-width: 900px) {
    .home-cursos-card-bottom {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: stretch;
            align-items: stretch;
    }

    .home-cursos-detail-btn.btn {
        width: 100%;
        -ms-flex-pack: center;
            justify-content: center;
    }
}

.home-public-landing-flow {
    --landing-floating-width: min(1240px, calc(100% - 48px));
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-top: -1px;
    padding-bottom: 42px;
    overflow: visible;
    background: transparent;
}

.home-public-landing-flow .home-public-hero {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background: transparent;
    border-radius: 0;
    overflow: hidden;
    z-index: 2;
}

.home-public-landing-flow .home-public-hero__surface {
    border-style: none;
    border-width: 0;
    border-color: transparent;
    border-image: none;
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    animation: homeFadeIn var(--home-motion-duration-hero)
        var(--home-motion-ease-out-expo) both;
}

@media (min-width: 1400px) {
    .home-public-landing-flow .home-public-hero,
    .home-public-landing-flow .home-public-hero__surface {
        border-radius: 0;
    }
}



.home-public-hero__copy > * {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    animation: homeFadeUp 700ms var(--home-motion-ease-out-expo) forwards;
}

.home-public-hero__copy > .home-public-hero__pill {
    animation-delay: 140ms;
}

.home-public-hero__copy > .home-public-hero__title {
    animation-delay: 220ms;
}

.home-public-hero__copy > .home-public-hero__copy-text {
    animation-delay: 320ms;
}

.home-public-hero__copy > .home-public-hero__list,
.home-public-hero__copy > .home-public-hero__cta-group {
    animation-delay: 420ms;
}

.home-public-hero__copy > .home-public-hero__trust-row {
    animation-delay: 500ms;
}

.home-public-hero__cta {
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    transition:
        background-color 320ms cubic-bezier(0.22, 1, 0.36, 1),
        border-color 320ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 360ms cubic-bezier(0.22, 1, 0.36, 1),
        color 260ms ease,
        opacity 260ms ease,
        transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-public-hero__cta::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        110deg,
        transparent 20%,
        rgba(255, 255, 255, 0.22) 42%,
        rgba(255, 255, 255, 0.38) 52%,
        transparent 80%
    );
    transform: translateX(-140%);
    transition: transform 820ms cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
}

.home-public-hero__cta:focus-visible::after {
    transform: translateX(125%);
}

.home-public-hero__metrics-panel {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    animation: homeFadeUp 660ms var(--home-motion-ease-out-quint) 280ms forwards;
}

.home-public-hero__metric {
    overflow: hidden;
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    animation: homeFadeUp 580ms var(--home-motion-ease-out-quint) forwards;
}

.home-public-hero__metric:nth-child(1),
body.home-public-active
    .home-public-opcoes
    .home-public-opcoes__item:nth-child(1)
    .home-public-opcoes__card,
.home-public-cursos-band__slide:nth-child(1) {
    animation-delay: 120ms;
}

.home-public-hero__metric:nth-child(2),
body.home-public-active
    .home-public-opcoes
    .home-public-opcoes__item:nth-child(2)
    .home-public-opcoes__card,
.home-public-cursos-band__slide:nth-child(2) {
    animation-delay: 200ms;
}

.home-public-hero__metric:nth-child(3),
body.home-public-active
    .home-public-opcoes
    .home-public-opcoes__item:nth-child(3)
    .home-public-opcoes__card,
.home-public-cursos-band__slide:nth-child(3) {
    animation-delay: 280ms;
}

body.home-public-active
    .home-public-opcoes
    .home-public-opcoes__item:nth-child(4)
    .home-public-opcoes__card,
.home-public-cursos-band__slide:nth-child(4) {
    animation-delay: 360ms;
}

body.home-public-active
    .home-public-opcoes
    .home-public-opcoes__item:nth-child(5)
    .home-public-opcoes__card,
.home-public-cursos-band__slide:nth-child(5) {
    animation-delay: 440ms;
}

.home-public-landing-flow .home-public-cursos-band {
    position: relative;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0;
    padding-bottom: 34px;
    overflow: visible;
    background: #edf3f9;
}

.home-public-landing-flow .home-public-cursos-band::before {
    display: none;
}

.home-public-landing-flow .home-public-cursos-band::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 42px;
    pointer-events: none;
    background: #ffffff;
}

.home-public-landing-flow .home-public-cursos-band .home-public-section-title {
    font-family: var(--landing-font-display);
    color: #1a3350;
    letter-spacing: -0.02em;
}

.home-public-how-it-works {
    position: relative;
    padding: 38px 0 58px;
    background: #ffffff;
}

.home-public-how-it-works .home-section-shell {
    width: min(1180px, calc(100% - 48px));
    max-width: min(1180px, calc(100% - 48px));
}

.home-public-how-it-works__header {
    margin: 0 auto 44px;
    max-width: 780px;
}

.home-public-how-it-works__header .home-public-section-title {
    margin-bottom: 14px;
    color: #16325d;
    font-size: clamp(28px, 4.9vw, 36px) !important;
    line-height: 1.02;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.home-public-how-it-works__subtitle {
    margin: 0 auto;
    font-family: var(--landing-font-body);
    margin-bottom: 10px;
    font-size: clamp(13px, 1.7vw, 15px);
    font-weight: 500;
    line-height: 1.42;
    color: #7b8a9f;
}

.home-public-how-it-works__steps {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:
        minmax(0, 1fr)
        minmax(72px, 96px)
        minmax(0, 1fr)
        minmax(72px, 96px)
        minmax(0, 1.08fr);
        grid-template-columns:
        minmax(0, 1fr)
        minmax(72px, 96px)
        minmax(0, 1fr)
        minmax(72px, 96px)
        minmax(0, 1.08fr);
    -ms-flex-align: start;
        align-items: start;
    gap: 0;
    padding-top: 10px;
}

.home-public-how-it-works__step {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 18px;
    min-width: 0;
    min-height: 0;
    padding-top: 2px;
    justify-self: stretch;
}

.home-public-how-it-works__icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex: 0 0 76px;
        flex: 0 0 76px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 76px;
    height: 76px;
    margin-top: 0;
    border-radius: 50%;
    background: #f5f8fe;
    box-shadow:
        inset 0 0 0 1px rgba(20, 53, 98, 0.04),
        0 14px 30px rgba(20, 53, 98, 0.05);
}

.home-public-how-it-works__icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-public-how-it-works__icon--blue {
    background: #eef4ff;
    color: #2372e0;
}

.home-public-how-it-works__icon--green {
    background: #eefaf2;
    color: #1ea75a;
}

.home-public-how-it-works__icon--purple {
    background: #f4efff;
    color: #7b4de2;
}

.home-public-how-it-works__content {
    min-width: 0;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 10px;
    padding-top: 4px;
    max-width: none;
}

.home-public-how-it-works__title-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto minmax(0, 1fr);
        grid-template-columns: auto minmax(0, 1fr);
    -ms-flex-align: start;
        align-items: start;
    column-gap: 12px;
    row-gap: 2px;
}

.home-public-how-it-works__number {
    display: inline-block;
    width: auto;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: var(--landing-font-display);
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 0.9;
    margin-top: 0;
    padding-top: 1px;
    letter-spacing: -0.04em;
}

.home-public-how-it-works__title {
    margin: 0;
}

.home-public-how-it-works__number--blue {
    color: #1c67df;
}

.home-public-how-it-works__number--green {
    color: #14a04f;
}

.home-public-how-it-works__number--purple {
    color: #6f40df;
}

.home-public-how-it-works__title {
    font-family: var(--landing-font-display);
    min-width: 0;
    font-size: 1.85rem;
    font-weight: 800;
    line-height: 1.08;
    color: #16325d;
    letter-spacing: -0.02em;
    text-wrap: pretty;
}

.home-public-how-it-works__copy {
    margin: 0;
    font-family: var(--landing-font-body);
    font-size: 1.18rem;
    line-height: 1.64;
    color: #6d7d91;
    max-width: 25ch;
}

.home-public-how-it-works__connector {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #bccade;
    -ms-flex-item-align: center;
        align-self: center;
    min-height: 102px;
    padding-top: 14px;
    transform: none;
}

.home-public-how-it-works__connector svg {
    width: clamp(86px, 7vw, 114px);
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 1;
    overflow: visible;
}

.home-public-how-it-works__connector svg path:first-child {
    stroke-dasharray: 1.35 5.2;
}

.home-public-how-it-works__connector svg path:last-child {
    stroke-dasharray: none;
    stroke-width: 2.1;
}

@media (max-width: 1008px) {
    .home-public-cursos-band__carousel {
        padding: 10px 2px 18px;
    }

    .home-public-cursos-band__slide {
        padding: 0 6px;
    }

    .home-public-how-it-works__steps {
        -ms-grid-columns: minmax(0, 1fr);
            grid-template-columns: minmax(0, 1fr);
        gap: 26px;
        padding-top: 0;
    }

    .home-public-how-it-works__connector {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-public-landing-flow .home-featured-companies > .home-section-shell,
    .home-page-root .home-plans-row .home-section-shell--plans,
    .home-public-how-it-works .home-section-shell {
        width: calc(100% - 24px);
        max-width: calc(100% - 24px);
    }

    .home-public-landing-flow {
        margin-left: 0;
        margin-right: 0;
        --landing-floating-width: calc(100% - 16px);
    }

    .home-public-landing-flow .home-public-hero {
        border-radius: 0;
    }

    .home-public-landing-flow .home-public-hero__surface {
        border-radius: 0;
    }

    .home-public-how-it-works {
        padding: 26px 0 34px;
    }

    .home-public-how-it-works__header {
        margin-bottom: 28px;
    }

    .home-public-how-it-works__subtitle {
        font-size: 16px;
        line-height: 1.46;
        max-width: 28ch;
    }

    .home-public-how-it-works__step {
        min-height: 0;
        gap: 14px;
        -ms-flex-align: start;
            align-items: flex-start;
        padding-top: 0;
    }

    .home-public-how-it-works__icon {
        -ms-flex-preferred-size: 62px;
            flex-basis: 62px;
        width: 62px;
        height: 62px;
        margin-top: 0;
    }

    .home-public-how-it-works__icon svg {
        width: 26px;
        height: 26px;
    }

    .home-public-how-it-works__content {
        max-width: none;
        gap: 8px;
    }

    .home-public-how-it-works__number {
        font-size: 2rem;
    }

    .home-public-how-it-works__title {
        font-size: 1.52rem;
        line-height: 1.1;
    }

    .home-public-how-it-works__copy {
        font-size: 1.04rem;
        line-height: 1.58;
        max-width: none;
    }

    .home-public-landing-flow .home-featured-companies {
        --featured-companies-overlap: 34px;
        --featured-companies-radius-top: 36px;
        --featured-companies-radius-bottom: 150px;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0;
        padding: 30px 10px 6px;
    }
}

.home-public-landing-flow .home-featured-companies {
    min-height: 400px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 8px;
    border: 0;
    background: #ffffff;
    box-shadow: none;
    overflow: visible;
    z-index: 1;
}

.home-section-shell {
    width: var(--home-featured-shell-width);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.home-public-landing-flow .home-featured-companies > .home-section-shell,
.home-page-root .home-plans-row .home-section-shell--plans {
    width: min(var(--landing-shell-width), calc(100% - 48px));
    max-width: min(var(--landing-shell-width), calc(100% - 48px));
}

.home-public-landing-flow .home-featured-companies::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(-1 * var(--featured-companies-overlap));
    bottom: 0;
    border-top: 0;
    border-radius: 0;
    border: 0;
    background: #ffffff;
    box-shadow: none;
    pointer-events: none;
    z-index: 0;
}

.home-public-landing-flow .home-featured-companies::after {
    display: none;
}

.home-public-landing-flow .home-featured-companies__header,
.home-public-landing-flow .home-featured-companies__carousel-container {
    position: relative;
    z-index: 2;
}

.home-public-landing-flow .home-featured-companies__header {
    margin-top: 12px;
    margin-bottom: 10px;
}

.home-public-landing-flow .home-featured-companies__carousel-container {
    margin-top: 0;
    margin-bottom: 0;
}

.home-public-landing-flow .home-featured-companies__marquee-shell {
    padding-bottom: 0 !important;
}

.home-public-landing-flow .home-featured-companies__empty-state {
    margin-bottom: 0;
}

.home-public-landing-flow .home-featured-companies__header h1 {
    text-shadow: none;
    color: #1b3958;
}

@media (max-width: 991px) {
    .home-public-landing-flow .home-featured-companies {
        --featured-companies-overlap: 36px;
        width: 100%;
        margin-top: 0;
        min-height: 324px;
    }

    .home-public-landing-flow .home-featured-companies::before {
        content: "";
    }

    .home-public-landing-flow .home-featured-companies__header {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .home-public-landing-flow .home-featured-companies {
        --featured-companies-overlap: 28px;
        width: 100%;
        margin-top: 0;
        min-height: 282px;
        padding-top: 26px;
    }

    .home-public-landing-flow .home-featured-companies::before {
        content: "";
    }

    .home-public-landing-flow .home-featured-companies__header {
        margin-top: 8px;
    }
}

body.home-scroll-reveal-active [data-home-reveal] {
    animation: none !important;
    transition:
        opacity var(--home-reveal-duration, 720ms)
            var(--home-reveal-ease, var(--home-motion-ease-out-expo)),
        transform var(--home-reveal-duration, 720ms)
            var(--home-reveal-ease, var(--home-motion-ease-out-expo)),
        filter var(--home-reveal-duration, 720ms)
            var(--home-reveal-ease, var(--home-motion-ease-out-expo))
            !important;
    transition-delay: var(--home-reveal-delay, 0ms) !important;
    will-change: opacity, transform, filter;
}

body.home-scroll-reveal-active [data-home-reveal].is-pending {
    opacity: 0 !important;
    transform: var(
        --home-reveal-transform-from,
        translate3d(0, var(--home-reveal-offset, 24px), 0)
    ) !important;
    filter: var(--home-reveal-filter-from, none) !important;
}

body.home-scroll-reveal-active [data-home-reveal].is-visible {
    opacity: 1 !important;
    transform: var(--home-reveal-transform-to, none) !important;
    filter: var(--home-reveal-filter-to, none) !important;
}

@media (prefers-reduced-motion: reduce) {
    body.home-scroll-reveal-active [data-home-reveal] {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }

    .home-public-landing-flow .home-public-hero__surface,
    .home-public-hero__device,
    .home-public-hero__photo,
    .home-public-hero__floating-card,
    .home-public-hero__copy > *,
    .home-public-hero__metrics-panel,
    .home-public-hero__metric,
    .home-public-cursos-band__header,
    .home-public-cursos-band__slide,
    body.home-public-active .home-about-video .home-about-video__copy,
    body.home-public-active .home-about-video .home-about-video__media,
    body.home-public-active .home-about-video .home-about-video__video-play,
    body.home-public-active .home-public-opcoes .home-public-opcoes__intro,
    body.home-public-active .home-public-opcoes .home-public-opcoes__card {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

.home-whatsapp-contact {
    margin-top: 0;
    margin-bottom: 0;
    padding: 24px 24px 50px 24px;
    max-width: none;
    background: transparent;
    margin-left: auto;
    margin-right: auto;
}

.home-whatsapp-contact__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 32px;
    padding: 40px;
    border-radius: var(--home-section-radius-sm);
    width: 100%;
    max-width: var(--home-section-shell-max-width);
    margin: 0 auto;
    background: #006e2f;
    box-shadow: var(--home-section-shadow-soft);
    transition: filter var(--landing-duration, 200ms) var(--landing-ease, ease);
}

.home-whatsapp-contact__inner:hover {
    filter: brightness(1.02);
}

.home-whatsapp-contact__lead {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 24px;
    -ms-flex: 1 1 520px;
        flex: 1 1 520px;
    min-width: 0;
}

.home-whatsapp-contact__icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex: 0 0 64px;
        flex: 0 0 64px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 64px;
    min-width: 64px;
    max-width: 64px;
    height: 64px;
    min-height: 64px;
    max-height: 64px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    overflow: hidden;
    box-sizing: border-box;
}

.home-whatsapp-contact__icon i {
    display: block;
    line-height: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.home-whatsapp-contact__copy {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    max-width: 560px;
    min-width: 0;
}

.home-whatsapp-contact__title {
    margin: 0;
    color: #ffffff;
    font-family: var(--home-section-title-font);
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.home-whatsapp-contact__subtitle {
    margin: 8px 0 0;
    color: rgba(185, 246, 202, 0.8);
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}

.home-whatsapp-contact__cta {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 12px;
    min-height: 0;
    padding: 20px 40px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(5, 64, 34, 0.14);
    color: #006e2f !important;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-whatsapp-contact__cta i {
    color: #006e2f;
    font-size: 18px;
}

.home-whatsapp-contact__cta:hover,
.home-whatsapp-contact__cta:focus-visible {
    color: #006e2f !important;
    text-decoration: none !important;
    transform: scale(1.03);
    box-shadow: 0 16px 34px rgba(5, 64, 34, 0.18);
}

.home-whatsapp-contact__cta:active {
    transform: scale(1.01);
}

.home-whatsapp-contact__cta:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
    box-shadow: 0 0 0 6px rgba(8, 61, 34, 0.24);
}

@media (max-width: 991px) {
    .home-whatsapp-contact__inner {
        gap: 26px;
        padding: 32px 22px;
    }

    .home-whatsapp-contact__lead {
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .home-whatsapp-contact {
        margin-top: 0;
        margin-bottom: 0;
        padding: 20px 16px 36px;
    }

    .home-whatsapp-contact__inner {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: stretch;
            align-items: stretch;
        gap: 20px;
        padding: 24px 18px;
        border-radius: var(--home-section-radius-sm);
    }

    .home-whatsapp-contact__lead {
        -ms-flex-align: start;
            align-items: flex-start;
        gap: 16px;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    }

    .home-whatsapp-contact__icon {
        -ms-flex-preferred-size: 56px;
            flex-basis: 56px;
        width: 56px;
        min-width: 56px;
        max-width: 56px;
        height: 56px;
        min-height: 56px;
        max-height: 56px;
        font-size: 26px;
    }

    .home-whatsapp-contact__title {
        font-size: 24px;
    }

    .home-whatsapp-contact__subtitle {
        margin-top: 8px;
        font-size: 15px;
    }

    .home-whatsapp-contact__cta {
        width: 100%;
        min-height: 52px;
        padding: 18px 16px;
        border-radius: 8px;
        font-size: 14px;
    }
}

@media (max-width: 540px) {
    .home-whatsapp-contact__inner {
        padding: 22px 16px;
    }

    .home-whatsapp-contact__lead {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start;
        gap: 14px;
    }

    .home-whatsapp-contact__copy {
        width: 100%;
        max-width: none;
    }

    .home-whatsapp-contact__icon {
        -ms-flex-item-align: start;
            align-self: flex-start;
    }

    .home-whatsapp-contact__title {
        font-size: 22px;
        line-height: 1.15;
    }

    .home-whatsapp-contact__subtitle {
        font-size: 14px;
        line-height: 1.5;
    }
}

.home-talent-bank {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.home-talent-bank__shell { width: 100%; max-width: var(--home-section-shell-max-width); margin: 0 auto; }
.home-talent-bank__grid { display: -ms-grid; display: grid; -ms-grid-columns: (minmax(0, 1fr))[12]; grid-template-columns: repeat(12, minmax(0, 1fr)); -ms-grid-rows: (minmax(14.5rem, auto))[2]; grid-template-rows: repeat(2, minmax(14.5rem, auto)); gap: clamp(0.875rem, 1.25vw, 1rem); -ms-flex-align: stretch; align-items: stretch; }
.home-talent-card { border-radius: 8px; overflow: hidden; border: 1px solid rgba(13, 43, 72, 0.08); box-shadow: 0 18px 38px rgba(8, 33, 60, 0.09), 0 6px 14px rgba(8, 33, 60, 0.06); background: #ffffff; padding: 24px 24px 20px; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; gap: 14px; min-width: 0; }
.home-talent-card__icon { color: #0d4f83; font-size: 16px; line-height: 1; }
.home-talent-card__content,
.home-talent-card__copy { min-width: 0; }
.home-talent-card__copy h3 { margin: 0; color: #173d63; font-family: var(--landing-font-display); font-size: 18px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.22; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: start; justify-content: flex-start; gap: 2px; }
.home-talent-card__copy h3:before {
    font-family: FontAwesome;
    font-size: 1.4em;
    line-height: 1;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-top: 0;
    margin-right: 8px;
    opacity: 0.95;
}
.home-talent-card__copy p { margin: 12px 0 0; color: rgba(23, 61, 99, 0.83); font-size: 15px; font-weight: 400; line-height: 1.55; }
.home-talent-card .home-talent-card__icon { display: none; }
.home-talent-card--cv .home-talent-card__copy h3:before { content: "\f15c"; color: #0d4f83; }
.home-talent-card--video .home-talent-card__copy h3:before { content: "\f03d"; color: rgba(212, 231, 247, 0.9); }
.home-talent-card--audio .home-talent-card__copy h3:before { content: "\f130"; color: #6d5715; }
.home-talent-card--dna .home-talent-card__copy h3:before { content: "\f080"; color: #0d4f83; }
.home-talent-card--cv {
    -ms-grid-column-span: 4;
    -ms-grid-column: 1;
        grid-column: 1 / span 4;
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
        grid-row: 1 / span 2;
    padding: 1rem 0.875rem 0.875rem;
    gap: 0.625rem;
}

.home-talent-card--cv .home-talent-card__media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    min-height: 16rem;
    margin-top: auto;
}

.home-talent-card--cv .home-talent-card__media img {
    width: min(100%, 24rem);
    max-height: 100%;
}

.home-talent-card__media { position: relative; overflow: hidden; min-width: 0; }
.home-talent-card__media img { display: block; border-radius: 8px; width: min(100%, 22rem); max-width: 100%; max-height: 15rem; height: auto; margin-inline: auto; box-shadow: 0 16px 34px rgba(10, 37, 66, 0.12); object-fit: contain; }
.home-talent-card__media--video img { object-fit: cover !important; width: 100%; max-width: 100%; max-height: 15rem; }

.home-talent-card__media--cv img { object-position: center 40%; }
.home-talent-card--video { -ms-grid-column-span: 8; -ms-grid-column: 5; grid-column: 5 / span 8; -ms-grid-row-span: 1; -ms-grid-row: 1; grid-row: 1 / span 1; display: -ms-grid; display: grid; -ms-grid-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); -ms-flex-align: stretch; align-items: stretch; gap: 18px; padding: 22px; background: #0d4f83; border-color: rgba(9, 54, 89, 0.35); box-shadow: 0 22px 44px rgba(6, 33, 54, 0.22), 0 8px 18px rgba(6, 33, 54, 0.14); }
.home-talent-card--video .home-talent-card__content { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-item-align: stretch; align-self: stretch; min-width: 0; height: 100%; gap: 14px; }
.home-talent-card--video .home-talent-card__icon { color: rgba(212, 231, 247, 0.88); margin-bottom: 12px; }
.home-talent-card--video .home-talent-card__copy h3 { color: #f1f7ff; font-size: 19px; }
.home-talent-card--video .home-talent-card__copy p { color: rgba(217, 233, 247, 0.87); font-size: 15px; margin-top: 12px; }
.home-talent-card__button { display: -ms-inline-flexbox; display: inline-flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; -ms-flex-item-align: start; align-self: flex-start; margin-top: auto; min-height: 44px; padding: 0 16px; border-radius: 8px; background: #ffffff; color: #1a4b77 !important; text-decoration: none !important; font-size: 14px; font-weight: 700; transition: transform 180ms ease, box-shadow 180ms ease; }
.home-talent-card__button:hover, .home-talent-card__button:focus-visible { transform: translateY(-1px); box-shadow: 0 6px 14px rgba(9, 35, 59, 0.18); color: #1a4b77 !important; }
.home-talent-card__button:active { transform: translateY(0); }
.home-talent-card__media--video { height: 100%; min-height: 11.5rem; }
.home-talent-card__media--video:before { content: ""; position: absolute; inset: 0; background: rgba(14, 75, 122, 0.26); pointer-events: none; }
.home-talent-card__media--video img { object-position: center 42%; }
.home-talent-card__play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 52px; height: 52px; border-radius: 50%; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; background: rgba(255, 255, 255, 0.2); border: 1px solid rgba(255, 255, 255, 0.48); color: #ffffff; font-size: 20px; box-shadow: 0 12px 26px rgba(4, 24, 39, 0.24); }
.home-talent-card--audio { -ms-grid-column-span: 4; -ms-grid-column: 5; grid-column: 5 / span 4; -ms-grid-row-span: 1; -ms-grid-row: 2; grid-row: 2 / span 1; background: #f3c646; border-color: rgba(148, 109, 8, 0.18); }
.home-talent-card--audio .home-talent-card__icon { color: #6d5715; }
.home-talent-card--audio .home-talent-card__copy h3, .home-talent-card--audio .home-talent-card__copy p { color: #5a4510; }
.home-talent-card--audio .home-talent-card__copy { margin-bottom: auto; }
.home-talent-card__audio-timer {
    margin-top: auto;
    width: 100%;
    position: relative;
    min-height: 8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.home-talent-card__audio-time {
    width: 100%;
    padding: 20px 14px;
    border-radius: var(--home-section-radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 14px 28px rgba(110, 83, 15, 0.14), 0 4px 10px rgba(15, 49, 87, 0.1);
    color: rgba(90, 69, 16, 0.92);
    font-family: var(--landing-font-body, "Inter", sans-serif);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.01em;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
        grid-template-columns: 1fr auto 1fr;
    -ms-flex-align: center;
        align-items: center;
    row-gap: 20px;
}
.home-talent-card__audio-time-start {
    justify-self: start;
    padding-left: 2px;
}
.home-talent-card__audio-time-end {
    justify-self: end;
    padding-right: 2px;
}
.home-talent-card__audio-progress {
    grid-column: 1 / -1;
    display: block;
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: rgba(13, 79, 131, 0.18);
    overflow: hidden;
}
.home-talent-card__audio-progress-fill {
    display: block;
    width: 58%;
    height: 100%;
    border-radius: inherit;
    background: #0d4f83;
}
.home-talent-card__audio-play {
    justify-self: center;
    color: #0d4f83;
    font-size: 16px;
    margin-left: 2px;
    line-height: 1;
}
.home-talent-card--dna { -ms-grid-column-span: 4; -ms-grid-column: 9; grid-column: 9 / span 4; -ms-grid-row-span: 1; -ms-grid-row: 2; grid-row: 2 / span 1; box-shadow: 0 18px 36px rgba(10, 40, 68, 0.1), 0 6px 14px rgba(10, 40, 68, 0.06); }
.home-talent-card--audio .home-talent-card__copy h3, .home-talent-card--dna .home-talent-card__copy h3 { font-size: 17px; line-height: 1.2; }
.home-talent-card--audio .home-talent-card__copy p, .home-talent-card--dna .home-talent-card__copy p { font-size: 16px; }

@media (prefers-reduced-motion: reduce) {
    .home-whatsapp-contact__inner,
    .home-whatsapp-contact__cta,
    .home-talent-card__button {
        transition: none !important;
        transform: none !important;
    }
}

@media (max-width: 991px) {
    .home-talent-bank__grid { -ms-grid-rows: none; grid-template-rows: none; gap: 14px; }
    .home-talent-card--cv, .home-talent-card--video, .home-talent-card--audio, .home-talent-card--dna { -ms-grid-column: span 12; grid-column: span 12; -ms-grid-row: auto; grid-row: auto; }
    .home-talent-card { padding: 20px 18px 18px; gap: 12px; border-radius: 10px; }
    .home-talent-card--video { -ms-grid-columns: minmax(0, 1fr); grid-template-columns: minmax(0, 1fr); gap: 14px; padding: 20px 18px 18px; }
    .home-talent-card__copy h3,
    .home-talent-card--audio .home-talent-card__copy h3,
    .home-talent-card--dna .home-talent-card__copy h3,
    .home-talent-card--video .home-talent-card__copy h3 { font-size: 22px; line-height: 1.2; }
    .home-talent-card__copy p,
    .home-talent-card--audio .home-talent-card__copy p,
    .home-talent-card--dna .home-talent-card__copy p,
    .home-talent-card--video .home-talent-card__copy p { font-size: 16px; line-height: 1.55; margin-top: 8px; }
    .home-talent-card__button { font-size: 16px; min-height: 44px; padding: 0 18px; }
    .home-talent-card__media img { width: min(78%, 18rem); max-height: 12.5rem; }
    .home-talent-card__media--video { min-height: 10rem; }
    .home-talent-card__media--video img { width: min(100%, 28rem); max-height: 12.5rem; }
    .home-talent-card__audio-timer { min-height: 7.5rem; }
    .home-talent-card__audio-time { font-size: 17px; padding: 10px 12px; }
    .home-talent-card__audio-progress { height: 7px; }
    .home-talent-card__audio-play { font-size: 15px; }
}

@media (max-width: 767px) {
    .home-talent-bank { margin-top: 0; padding: 2.5rem 16px 2.75rem; }
    .home-talent-bank__grid { gap: 12px; }
    .home-talent-card { border-radius: var(--home-section-radius-sm); padding: 16px 14px 14px; gap: 10px; }
    .home-talent-card__copy h3 { font-size: 22px; }
    .home-talent-card__copy p { margin-top: 10px; font-size: 16px; }
    .home-talent-card--audio .home-talent-card__copy h3, .home-talent-card--dna .home-talent-card__copy h3, .home-talent-card--video .home-talent-card__copy h3 { font-size: 22px; }
    .home-talent-card--audio .home-talent-card__copy p, .home-talent-card--dna .home-talent-card__copy p, .home-talent-card--video .home-talent-card__copy p { font-size: 16px; }
    .home-talent-card__media img { width: min(78%, 14rem); max-height: 10.5rem; }
    .home-talent-card__media--cv { min-height: 148px; }
    .home-talent-card__media--video { min-height: 9rem; }
    .home-talent-card__media--video img { width: 100%; max-height: 10.5rem; }
    .home-talent-card__button { min-height: 44px; padding: 0 16px; font-size: 15px; }
    .home-talent-card__audio-timer { min-height: 7rem; }
    .home-talent-card__audio-time { font-size: 16px; padding: 9px 11px; }
    .home-talent-card__audio-progress { height: 6px; }
    .home-talent-card__audio-play { font-size: 14px; }
}

@media (min-width: 768px) {
    .home-talent-bank {
        padding-block: 3.75rem;
    }

    .home-talent-bank__grid {
        gap: 14px;
    }

    .home-talent-card {
        padding: 20px 18px 18px;
        gap: 12px;
    }

    .home-talent-card__copy h3 {
        font-size: 22px;
        line-height: 1.2;
    }

    .home-talent-card__copy p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.55;
        margin-top: 8px;
    }

    .home-talent-card--video {
        padding: 20px 18px 18px;
        gap: 14px;
    }

    .home-talent-card--audio .home-talent-card__copy h3,
    .home-talent-card--dna .home-talent-card__copy h3,
    .home-talent-card--video .home-talent-card__copy h3 {
        font-size: 22px;
    }

    .home-talent-card--audio .home-talent-card__copy p,
    .home-talent-card--dna .home-talent-card__copy p,
    .home-talent-card--video .home-talent-card__copy p {
        font-size: 16px;
        font-weight: 400;
    }

    .home-talent-card--cv {
        padding: 1.25rem 1.125rem 1.125rem;
        gap: 0.75rem;
    }

    .home-talent-card__media--cv {
        min-height: 13.5rem;
    }

    .home-talent-card__media--video {
        min-height: 12.25rem;
    }
}

@media (min-width: 1024px) {
    .home-talent-bank {
        padding-top: 3.75rem;
        padding-bottom: 4rem;
    }

    .home-talent-bank__grid {
        gap: 16px;
        -ms-grid-rows: (minmax(15rem, auto))[2];
            grid-template-rows: repeat(2, minmax(15rem, auto));
    }

    .home-talent-card--cv {
        padding: 1.375rem 1.25rem 1.25rem;
        gap: 0.875rem;
    }

    .home-talent-card__media--cv {
        min-height: 15rem;
        margin-top: auto;
    }

    .home-talent-card {
        padding: 22px 20px 18px;
        gap: 13px;
    }

    .home-talent-card__copy h3 {
        font-size: 20px;
    }

    .home-talent-card__copy p {
        font-size: 16px;
        font-weight: 400;
        margin-top: 10px;
        line-height: 1.55;
    }

    .home-talent-card--video {
        gap: 18px;
        padding: 22px;
    }

    .home-talent-card--video .home-talent-card__copy h3 {
        font-size: 20px;
    }

    .home-talent-card--video .home-talent-card__copy p {
        font-size: 16px;
        font-weight: 400;
    }

    .home-talent-card--audio .home-talent-card__copy h3,
    .home-talent-card--dna .home-talent-card__copy h3 {
        font-size: 20px;
    }

    .home-talent-card--audio .home-talent-card__copy p,
    .home-talent-card--dna .home-talent-card__copy p {
        font-size: 16px;
        font-weight: 400;
    }

    .home-talent-card__media--video {
        min-height: 12.5rem;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .home-talent-card__media--cv {
        min-height: 14rem;
    }

    .home-talent-card__media--video {
        min-height: 10.25rem;
    }
}

@media (min-width: 1280px) {
    .home-talent-bank {
        padding-block: 7.5rem;
    }

    .home-talent-bank__grid {
        gap: 18px;
        -ms-grid-rows: (minmax(15.5rem, auto))[2];
            grid-template-rows: repeat(2, minmax(15.5rem, auto));
    }

    .home-talent-card--cv {
        padding: 1.5rem 1.375rem 1.375rem;
        gap: 1rem;
    }

    .home-talent-card--cv .home-talent-card__icon {
        font-size: 1.25rem;
    }

    .home-talent-card__media--cv {
        min-height: 16.5rem;
    }

    .home-talent-card__media--video {
        min-height: 12.75rem;
    }
}

.home-featured-companies {
    --home-featured-viewport-edge-padding: 36px;
    position: relative;
    isolation: isolate;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 38px 14px 34px;
    background: #ffffff;
    box-shadow: none;
    overflow: visible;
}

.home-featured-companies:before,
.home-featured-companies:after {
    display: none;
}

.home-featured-companies__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 20px;
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 32px;
    padding: 0 0 8px;
    box-sizing: border-box;
    background: transparent !important;
    position: relative;
    z-index: 1;
}

.home-featured-companies__header-copy {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    min-width: 0;
}

.home-featured-companies__title {
    margin: 0;
    font-family: var(--home-section-title-font);
    font-size: clamp(24px, 2vw, 36px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.022em;
    color: #114a74;
    text-shadow: none;
}

.home-featured-companies__subtitle,
.home-page-root #exclusive-plans-container .exclusive-plan-intro {
    margin: 4px 0 0;
    color: rgba(38, 71, 99, 0.92);
    font-size: clamp(12px, 0.9vw, 15px);
    line-height: 1.35;
    font-weight: 500;
}

.home-featured-companies__all-link {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 10px;
    margin-top: 4px;
    font-size: clamp(12px, 0.9vw, 16px);
    line-height: 1.2;
    font-weight: 700;
    color: #1f5f8a;
    text-decoration: none !important;
    transition: color 180ms ease, transform 180ms ease;
}

.home-featured-companies__all-link i {
    font-size: 0.9em;
}

.home-featured-companies__all-link:hover,
.home-featured-companies__all-link:focus-visible {
    color: #14486d;
    transform: translateX(2px);
}

.home-featured-companies__all-link:active {
    transform: translateX(1px);
}

.home-featured-companies__carousel-container {
    position: relative;
    width: 100%;
    overflow: visible;
    padding: 8px 0 0;
}

.home-featured-companies__marquee-shell--skeleton {
    width: min(70%, 70vw);
    max-width: 70vw;
    margin-left: auto;
    margin-right: auto;
}

.home-featured-companies__skeleton-track {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[4];
        grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding: 0 18px;
}

.home-featured-companies__skeleton-card {
    min-height: 120px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 39, 66, 0.09);
    padding: 10px;
}

.home-featured-companies__skeleton-logo,
.home-featured-companies__skeleton-line {
    display: block;
    border-radius: 999px;
    background: rgba(14, 49, 84, 0.16);
    background-size: 220% 100%;
    animation: homeSkeletonPulse 1.3s ease-in-out infinite;
}

.home-featured-companies__skeleton-logo {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.home-featured-companies__skeleton-line {
    width: 100%;
    height: 10px;
    margin-top: 8px;
}

.home-featured-companies__skeleton-line--title {
    width: 82%;
    height: 13px;
}

.home-featured-companies__skeleton-line--short {
    width: 58%;
}

.home-featured-companies__empty-state {
    margin: 10px auto 24px;
    width: min(700px, 92%);
    padding: 22px 20px;
    border-radius: var(--landing-radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 26px rgba(15, 39, 66, 0.11);
    text-align: center;
    color: #173a5d;
}

.home-featured-companies__empty-state h3 {
    margin: 0 0 8px;
    font-size: 21px;
    font-weight: 700;
}

.home-featured-companies__empty-state p {
    margin: 0;
    color: rgba(23, 58, 93, 0.82);
    line-height: 1.5;
}

@keyframes homeSkeletonPulse {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}

.home-featured-companies__marquee-shell {
    --home-featured-marquee-duration: 68s;
    --home-featured-companies-gap: 18px;
    --home-featured-card-width: 188px;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 !important;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    box-sizing: border-box;
    z-index: 1;
}

.home-featured-companies__marquee-viewport {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 4px 18px;
    border-radius: 0;
    background: transparent;
}

.home-featured-companies__marquee-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    gap: var(--home-featured-companies-gap);
    width: -moz-max-content;
    width: max-content;
    animation: homeFeaturedCompaniesMarquee var(--home-featured-marquee-duration) linear infinite;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.home-featured-companies__marquee-shell.is-card-hovered .home-featured-companies__marquee-track {
    animation-play-state: paused;
}

@keyframes homeFeaturedCompaniesMarquee {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-50%, 0, 0); }
}

.home-featured-companies__slide {
    -ms-flex: 0 0 var(--home-featured-card-width);
        flex: 0 0 var(--home-featured-card-width);
    width: var(--home-featured-card-width);
    min-width: var(--home-featured-card-width);
    display: -ms-flexbox;
    display: flex;
    padding: 6px 0 10px;
    position: relative;
    overflow: visible;
}

.home-featured-companies__card-shell {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}
.home-featured-companies__card-shell:hover,
.home-featured-companies__card-shell:focus-within { z-index: 24; }

.home-featured-companies__card {
    position: relative;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
        flex-direction: column;
    min-height: 228px;
    height: 100%;
    padding: 12px 12px 38px;
    width: 100%;
    box-sizing: border-box;
    border-radius: var(--home-section-radius-sm);
    border: 1px solid rgba(15, 49, 87, 0.16);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 49, 87, 0.08);
    text-decoration: none !important;
    overflow: visible;
    cursor: pointer;
}

.home-featured-companies__name {
    min-height: 34px;
    padding: 0 22px 0 0;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #0f3157;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.home-featured-companies__meta-text {
    display: block;
    min-width: 0;
    overflow-wrap: anywhere;
    text-align: left;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
    .home-featured-companies__marquee-track {
        animation: none;
        transform: translateX(0);
    }

    .home-featured-companies__card,
    .home-featured-companies__body {
        transition: none;
    }

    .home-featured-companies__skeleton-logo,
    .home-featured-companies__skeleton-line {
        animation: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .home-featured-companies__title {
        font-size: clamp(24px, 2.6vw, 30px);
    }

    .home-featured-companies__subtitle,
    .home-page-root #exclusive-plans-container .exclusive-plan-intro {
        font-size: 14px;
    }

    .home-featured-companies__all-link {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .home-featured-companies__marquee-shell {
        margin-left: auto;
        margin-right: auto;
    }
}

.home-featured-companies__card-shell {
    z-index: 1;
    isolation: isolate;
}

.home-featured-companies__card {
    transition:
        background-color var(--landing-duration, 200ms) var(--landing-ease, cubic-bezier(0.4, 0, 0.2, 1)),
        border-color var(--landing-duration, 200ms) var(--landing-ease, cubic-bezier(0.4, 0, 0.2, 1)),
        box-shadow var(--landing-duration, 200ms) var(--landing-ease, cubic-bezier(0.4, 0, 0.2, 1));
    transform: translateZ(0);
    backface-visibility: hidden;
}

.home-featured-companies__card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    opacity: 1;
    background: transparent;
    transition: opacity var(--landing-duration, 200ms) var(--landing-ease, cubic-bezier(0.4, 0, 0.2, 1));
}

.home-featured-companies__card-shell:hover .home-featured-companies__card,
.home-featured-companies__card:focus-visible {
    border-color: rgba(15, 49, 87, 0.3);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 49, 87, 0.08);
    outline: none;
}

.home-featured-companies__card-shell:hover .home-featured-companies__card::before,
.home-featured-companies__card:focus-visible::before {
    opacity: 1;
}

.home-featured-companies__card:focus-visible {
    outline: 3px solid #0b5fa2;
    outline-offset: 3px;
    box-shadow: 0 0 0 6px rgba(11, 95, 162, 0.16);
}

.home-featured-companies__vacancies {
    position: absolute;
    top: -14px;
    left: 8px;
    z-index: 4;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 7px;
    border: 1px solid rgba(15, 49, 87, 0.92);
    background: #0f3157;
    box-shadow: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.home-featured-companies__admin-edit {
    position: absolute;
    top: 6px;
    right: 8px;
    z-index: 2;
    font-size: 14px;
}

.home-featured-companies__meta {
    display: -ms-grid;
    display: grid;
    gap: 6px;
    min-height: 42px;
    padding: 0;
}

.home-featured-companies__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 10px;
}

.home-featured-companies__logo-frame {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex: 0 0 90px;
        flex: 0 0 90px;
    min-height: 90px;
    overflow: hidden;
}

.home-featured-companies__logo-surface {
    width: 100%;
    height: 76px;
    padding: 8px 10px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(15, 49, 87, 0.12);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.home-featured-companies__logo-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    filter: saturate(1.02) contrast(1.02);
}

.home-featured-companies__meta-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 12px minmax(0, 1fr);
        grid-template-columns: 12px minmax(0, 1fr);
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: start;
    gap: 7px;
    min-height: 20px;
    padding: 0;
    font-size: 13px;
    line-height: 1.35;
    color: rgba(15, 49, 87, 0.84);
    text-align: left;
    width: 100%;
    max-width: none;
    margin: 0;
}

.home-featured-companies__meta-item--placeholder {
    visibility: hidden;
}

.home-featured-companies__meta-item i {
    width: 12px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    color: #0f3157;
    font-size: 14px;
    line-height: 1;
    margin-top: 0;
}

.home-featured-companies__card-indicator {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    right: 7px;
    bottom: 7px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #edf3f9;
    color: #0f3157;
    font-size: 11px;
    pointer-events: none;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.home-featured-companies__card-shell:hover .home-featured-companies__card-indicator,
.home-featured-companies__card:focus-visible .home-featured-companies__card-indicator {
    z-index: 31;
    background: #0f3157;
    color: #ffffff;
    transform: none;
}

.home-featured-companies__card-shell:hover .home-featured-companies__body,
.home-featured-companies__card:focus-visible .home-featured-companies__body {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
}

.home-featured-companies__card-shell:hover .home-featured-companies__name,
.home-featured-companies__card:focus-visible .home-featured-companies__name {
    color: #0a2745;
}

.home-featured-companies__card-shell:hover .home-featured-companies__logo-surface,
.home-featured-companies__card:focus-visible .home-featured-companies__logo-surface {
    border-color: rgba(15, 49, 87, 0.22);
}

@media (max-width: 767px) {
    .home-featured-companies__header {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: stretch;
            align-items: stretch;
    }

    .home-featured-companies__all-link {
        margin-left: auto;
    }
}

/* Plan shell extraction (phase 2) */
.home-page-root #exclusive-plans-container {
    background: unset !important;
    background-image: none !important;
    background-color: unset !important;
    width: 100% !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.home-page-root .home-plans-row {
    margin-top: 18px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.home-page-root #exclusive-plans-container .exclusive-plan-wrapper,
.home-page-root #exclusive-plans-container .exclusive-plan-shell,
.home-page-root #exclusive-plans-container .exclusive-plan-wrapper.exclusive-plan-bezel-outer,
.home-page-root #exclusive-plans-container .exclusive-plan-shell.exclusive-plan-bezel-inner {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.home-page-root #exclusive-plans-container .exclusive-plan-wrapper.exclusive-plan-bezel-outer {
    padding: 0 !important;
}

.home-page-root #exclusive-plans-container .exclusive-plan-wrapper,
.home-page-root #exclusive-plans-container .exclusive-plan-wrapper.container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 0 !important;
}

.home-page-root #exclusive-plans-container .exclusive-plan-shell,
.home-page-root #exclusive-plans-container .exclusive-plan-shell.exclusive-plan-bezel-inner {
    border-radius: 0 !important;
    padding: 24px 0 38px !important;
}

.home-page-root #exclusive-plans-container .exclusive-plan-header,
.home-page-root #exclusive-plans-container .exclusive-plan-panel {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
}

/* Migrated from style.css — same cascade as before: global stylesheet first, then this file; block sits after shell resets so rules below in home-plans.css still override where they overlap. */

/* Home plans typography and visual refinement */
.home-page-root #exclusive-plans-container {
    font-size: 1.06rem;
}

.home-page-root #exclusive-plans-container,
.home-page-root #exclusive-plans-container :is(h1, h2, h3, h4, h5, h6, p, span, small, strong, a, li, button, label) {
    font-family: var(--landing-font-display);
}

.home-page-root #exclusive-plans-container .fa,
.home-page-root #exclusive-plans-container [class^="fa-"],
.home-page-root #exclusive-plans-container [class*=" fa-"] {
    font-family: FontAwesome !important;
}

.home-page-root #exclusive-plans-container .material-symbols-outlined {
    font-family: "Material Symbols Outlined" !important;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
}


.home-page-root #exclusive-plans-container .exclusive-plan-intro {
    font-size: calc(1.18rem + 3px);
    line-height: 1.58;
    color: #566a80;
    max-width: 64ch;
}

.home-page-root #exclusive-plans-container .exclusive-plan-tab {
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: 0;
}

/* Company plans panel */
.home-page-root #plan-panel-company {
    --home-company-plan-card-radius: var(--home-section-radius-sm);
    --home-company-plan-card-shadow: 0 18px 38px rgba(8, 30, 58, 0.24);
    --home-company-plan-card-shadow-hover: 0 24px 46px rgba(8, 30, 58, 0.3);
    --home-company-plan-card-border: rgba(126, 171, 224, 0.42);
    --home-company-plan-card-surface: linear-gradient(180deg, #19538c 0%, #124777 100%);
    --home-company-plan-card-text: #f8fbff;
    --home-company-plan-card-text-muted: #e3efff;
    --home-company-plan-card-text-subtle: #bed8fa;
    --home-company-plan-card-divider: rgba(190, 216, 248, 0.3);
    --home-company-plan-badge-surface: #ffb957;
    --home-company-plan-badge-text: #2a1800;
    --home-company-plan-popular-surface: #ffffff;
    --home-company-plan-popular-border: #d8e4f2;
}


.home-page-root #plan-panel-company .exclusive-plan-grid {
    gap: 16px;
    padding-top: 18px;
}

.home-page-root #plan-panel-company .exclusive-plan-grid--company {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.home-page-root #plan-panel-company .exclusive-plan-grid--company > .exclusive-plan-grid__item {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: none;
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.home-page-root #plan-panel-company .exclusive-plan-card {
    border-radius: var(--home-company-plan-card-radius);
    border: 1px solid var(--home-company-plan-card-border);
    background: var(--home-company-plan-card-surface);
    color: var(--home-company-plan-card-text);
    box-shadow: var(--home-company-plan-card-shadow);
    overflow: hidden;
    height: 100%;
    transition: transform 220ms cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 220ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.home-page-root #plan-panel-company .exclusive-plan-card:hover,
.home-page-root #plan-panel-company .exclusive-plan-card:focus-within {
    transform: translateY(-4px);
    box-shadow: var(--home-company-plan-card-shadow-hover);
}

.home-page-root #plan-panel-company .exclusive-plan-card__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
    gap: 10px;
    padding: 7px 6px 0 !important;
}

.home-page-root #plan-panel-company .exclusive-plan-card__hero {
    row-gap: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--home-company-plan-card-divider);
}

.home-page-root #plan-panel-company .exclusive-plan-title {
    color: var(--home-company-plan-card-text);
    font-size: clamp(1.98rem, 2.8vw, 2.28rem) !important;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 600;
}

.home-page-root #plan-panel-company .exclusive-plan-summary {
    color: var(--home-company-plan-card-text-muted);
    font-size: 1.36rem;
    line-height: 1.45;
    font-weight: 500;
    max-width: 42ch;
}

.home-page-root #plan-panel-company .exclusive-plan-price-old {
    color: var(--home-company-plan-card-text-subtle);
    font-size: 1.2rem;
    letter-spacing: 0;
    text-transform: none;
}

.home-page-root #plan-panel-company .exclusive-plan-price {
    color: var(--home-company-plan-card-text);
    font-size: clamp(2.28rem, 3.35vw, 2.72rem);
    letter-spacing: -0.022em;
    line-height: 1.15;
    font-weight: 600;
}

.home-page-root #plan-panel-company .exclusive-plan-meta {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) auto;
        grid-template-columns: minmax(0, 1fr) auto;
    -ms-flex-align: start;
        align-items: start;
    column-gap: 14px;
    row-gap: 6px;
}

.home-page-root #plan-panel-company .exclusive-plan-credits {
    -ms-grid-column: 1;
        grid-column: 1;
    -ms-grid-row: 1;
        grid-row: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    row-gap: 4px;
    color: var(--home-company-plan-card-text);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
}

.home-page-root #plan-panel-company .exclusive-plan-credits-main,
.home-page-root #plan-panel-company .exclusive-plan-credits-sub {
    display: block;
}

.home-page-root #plan-panel-company .exclusive-plan-credits-sub {
    margin-top: 0;
    font-size: 1.24rem;
    font-weight: 500;
    color: #c7e0ff;
}

.home-page-root #plan-panel-company .exclusive-plan-discount {
    -ms-grid-column: 2;
        grid-column: 2;
    -ms-grid-row: 1;
        grid-row: 1;
    margin-left: 0;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    justify-self: end;
    background: #2e7d32;
    color: #f3fff5;
}

.home-page-root #plan-panel-company .exclusive-plan-inheritance {
    margin: -2px 0 0;
    padding: 4px 8px;
    border-radius: 7px;
    border: 1px solid rgba(196, 222, 255, 0.4);
    background: rgba(208, 229, 255, 0.16);
    color: #f1f8ff;
    font-size: 1.08rem;
    font-weight: 600;
    line-height: 1.25;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: start;
        align-self: start;
    justify-self: start;
    width: -moz-max-content !important;
    width: max-content !important;
    max-width: 100%;
    white-space: normal;
}

.home-page-root #plan-panel-company .exclusive-plan-feature-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 9px;
}

.home-page-root #plan-panel-company .exclusive-plan-feature-group {
    gap: 5px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.home-page-root #plan-panel-company .category-title {
    color: #e7f2ff;
    font-size: 1.56rem;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 8px;
}

.home-page-root #plan-panel-company .exclusive-plan-benefits li {
    color: #edf5ff;
    font-size: 1.38rem !important;
    font-weight: 500;
    line-height: 1.34;
    -ms-grid-columns: 12px minmax(0, 1fr);
        grid-template-columns: 12px minmax(0, 1fr);
    column-gap: 5px;
    margin-bottom: 5px;
    -ms-flex-align: center;
        align-items: center;
}

.home-page-root #plan-panel-company .exclusive-plan-benefits li i {
    width: 12px;
    height: 12px;
    font-size: 10px;
    line-height: 12px;
    margin-top: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.home-page-root #plan-panel-company .exclusive-plan-benefits li .fa-circle {
    color: #7ce29a !important;
    font-size: 0.62em;
}

.home-page-root #plan-panel-company .exclusive-plan-benefits li .fa-times {
    color: #bdd8fb !important;
}

.home-page-root #plan-panel-company .exclusive-plan-cta {
    min-height: 48px;
    margin-top: 14px;
    border-radius: 8px;
    border: 1px solid var(--home-company-plan-badge-surface);
    background: var(--home-company-plan-badge-surface) !important;
    color: var(--home-company-plan-badge-text) !important;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: none;
}

.home-page-root #plan-panel-company .exclusive-plan-card.exclusive-plan-popular {
    border: 1px solid var(--home-company-plan-popular-border);
    background: var(--home-company-plan-popular-surface);
    box-shadow: 0 18px 34px rgba(22, 54, 92, 0.18);
}

.home-page-root #plan-panel-company .exclusive-plan-card.exclusive-plan-popular .exclusive-plan-title,
.home-page-root #plan-panel-company .exclusive-plan-card.exclusive-plan-popular .exclusive-plan-price {
    color: #173b63;
}

.home-page-root #plan-panel-company .exclusive-plan-card.exclusive-plan-popular .exclusive-plan-summary,
.home-page-root #plan-panel-company .exclusive-plan-card.exclusive-plan-popular .exclusive-plan-benefits li {
    color: #334e6a;
}

.home-page-root #plan-panel-company .exclusive-plan-card.exclusive-plan-popular .exclusive-plan-price-old,
.home-page-root #plan-panel-company .exclusive-plan-card.exclusive-plan-popular .exclusive-plan-credits-sub,
.home-page-root #plan-panel-company .exclusive-plan-card.exclusive-plan-popular .category-title {
    color: #4d6781;
}

.home-page-root #plan-panel-company .exclusive-plan-card.exclusive-plan-popular .exclusive-plan-credits {
    color: #264a70;
}

.home-page-root #plan-panel-company .exclusive-plan-card.exclusive-plan-popular .exclusive-plan-inheritance {
    border-color: #d5e4f3;
    background: #f6faff;
    color: #31567b;
}

.home-page-root #plan-panel-company .exclusive-plan-card.exclusive-plan-popular .exclusive-plan-discount {
    background: #2e7d32;
    border-color: #2e7d32;
    color: #f3fff5;
}

.home-page-root #plan-panel-company .exclusive-plan-card.exclusive-plan-popular .exclusive-plan-benefits li .fa-circle {
    color: #1f5c93 !important;
    font-size: 0.62em;
}

.home-page-root #plan-panel-company .exclusive-plan-card.exclusive-plan-popular .exclusive-plan-benefits li .fa-times {
    color: #8da8c4 !important;
}

.home-page-root #plan-panel-company .exclusive-plan-card.exclusive-plan-popular .exclusive-plan-cta {
    background: #1b5689 !important;
    border-color: #1b5689;
    color: #ffffff !important;
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .home-page-root #plan-panel-company .exclusive-plan-grid {
        gap: 14px;
    }

    .home-page-root #plan-panel-company .exclusive-plan-card {
        padding: 10px 9px 9px !important;
    }

    .home-page-root #plan-panel-company .exclusive-plan-card__body {
        gap: 9px;
        padding: 10px 11px 0 !important;
    }

    .home-page-root #plan-panel-company .exclusive-plan-title {
        font-size: clamp(1.75rem, 2vw, 2rem) !important;
    }

    .home-page-root #plan-panel-company .exclusive-plan-price {
        font-size: clamp(1.85rem, 2.1vw, 2.1rem);
    }

    .home-page-root #plan-panel-company .exclusive-plan-summary {
        font-size: 1.12rem;
        line-height: 1.48;
    }

    .home-page-root #plan-panel-company .exclusive-plan-meta {
        column-gap: 10px;
        row-gap: 6px;
    }

    .home-page-root #plan-panel-company .exclusive-plan-price-old,
    .home-page-root #plan-panel-company .exclusive-plan-credits,
    .home-page-root #plan-panel-company .exclusive-plan-credits-sub,
    .home-page-root #plan-panel-company .exclusive-plan-inheritance {
        font-size: 14px;
    }

    .home-page-root #plan-panel-company .category-title {
        font-size: 1rem;
    }

    .home-page-root #plan-panel-company .exclusive-plan-benefits li {
        font-size: 14px !important;
        line-height: 1.42;
    }

    .home-page-root #plan-panel-company .exclusive-plan-cta {
        font-size: 14px;
    }
}

@media (min-width: 901px) and (max-width: 1199px) {
    .home-page-root #exclusive-plans-container .exclusive-plan-shell {
        padding: 32px 24px 28px;
    }

    .home-page-root #exclusive-plans-container .exclusive-plan-header {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        gap: 14px;
    }

    .home-page-root #plan-panel-company .exclusive-plan-grid {
        -ms-grid-columns: (minmax(0, 1fr))[3];
            grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .home-page-root #plan-panel-company .exclusive-plan-grid--company {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (minmax(0, 1fr))[3];
            grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .home-page-root #plan-panel-company .exclusive-plan-grid__item--professional {
        -ms-grid-column: auto;
            grid-column: auto;
    }

    .home-page-root #plan-panel-company .exclusive-plan-card {
        padding: 10px 8px 9px !important;
    }

    .home-page-root #plan-panel-company .exclusive-plan-card__body {
        gap: 8px;
        padding: 10px 10px 0 !important;
    }

    .home-page-root #plan-panel-company .exclusive-plan-title {
        font-size: clamp(1.5rem, 2vw, 1.72rem) !important;
    }

    .home-page-root #plan-panel-company .exclusive-plan-price {
        font-size: clamp(1.75rem, 2.4vw, 2rem);
    }

    .home-page-root #plan-panel-company .exclusive-plan-summary {
        font-size: 1rem;
        line-height: 1.5;
    }

    .home-page-root #plan-panel-company .exclusive-plan-meta {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        row-gap: 8px;
    }

    .home-page-root #plan-panel-company .exclusive-plan-discount {
        -ms-grid-column: 1;
            grid-column: 1;
        -ms-grid-row: 2;
            grid-row: 2;
        justify-self: start;
    }

    .home-page-root #plan-panel-company .exclusive-plan-price-old,
    .home-page-root #plan-panel-company .exclusive-plan-credits,
    .home-page-root #plan-panel-company .exclusive-plan-credits-sub,
    .home-page-root #plan-panel-company .exclusive-plan-inheritance {
        font-size: 1.2rem;
    }

    .home-page-root #plan-panel-company .exclusive-plan-benefits li {
        font-size: 14px !important;
        line-height: 1.45;
        margin-bottom: 4px;
    }

    .home-page-root #plan-panel-company .category-title {
        font-size: 1.05rem;
    }

    .home-page-root #plan-panel-company .exclusive-plan-cta {
        font-size: 14px;
    }
}

@media (min-width: 641px) and (max-width: 900px) {
    .home-page-root #plan-panel-company .exclusive-plan-grid {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
    }

    .home-page-root #plan-panel-company .exclusive-plan-grid__item--professional {
        -ms-grid-column: auto;
            grid-column: auto;
    }

    .home-page-root #exclusive-plans-container .exclusive-plan-shell {
        padding: 28px 18px 24px;
    }

    .home-page-root #plan-panel-company .exclusive-plan-card {
        padding: 8px 6px !important;
    }

    .home-page-root #plan-panel-company .exclusive-plan-summary,
    .home-page-root #plan-panel-company .exclusive-plan-benefits li {
        font-size: 1.18rem !important;
    }

    .home-page-root #plan-panel-company .exclusive-plan-title {
        font-size: 1.78rem !important;
    }

    .home-page-root #plan-panel-company .exclusive-plan-price {
        font-size: 2.06rem;
    }

    .home-page-root #plan-panel-company .category-title {
        font-size: 1.26rem;
    }
}

@media (max-width: 640px) {
    .home-page-root #exclusive-plans-container .exclusive-plan-shell {
        padding: 24px 14px 22px;
    }

    .home-page-root #exclusive-plans-container .exclusive-plan-tab {
        font-size: 14px;
        padding: 10px 8px;
    }

    .home-page-root #plan-panel-company .exclusive-plan-card {
        padding: 9px 7px 8px !important;
    }

    .home-page-root #plan-panel-company .exclusive-plan-grid,
    .home-page-root #plan-panel-company .exclusive-plan-grid--company {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        gap: 14px;
    }

    .home-page-root #plan-panel-company .exclusive-plan-grid--company > .exclusive-plan-grid__item {
        width: 100%;
    }

    .home-page-root #plan-panel-company .exclusive-plan-card__body {
        gap: 14px;
        padding: 14px 14px 0 !important;
    }

    .home-page-root #plan-panel-company .exclusive-plan-card__hero {
        row-gap: 10px;
        padding-bottom: 14px;
    }

    .home-page-root #plan-panel-company .exclusive-plan-summary {
        font-size: 1.02rem;
        line-height: 1.52;
    }

    .home-page-root #plan-panel-company .exclusive-plan-benefits li {
        font-size: 14px !important;
        line-height: 1.45;
        -ms-flex-align: start;
            align-items: start;
    }

    .home-page-root #plan-panel-company .exclusive-plan-price {
        line-height: 1.08;
    }

    .home-page-root #plan-panel-company .exclusive-plan-meta {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        row-gap: 10px;
    }

    .home-page-root #plan-panel-company .exclusive-plan-discount {
        -ms-grid-column: 1;
            grid-column: 1;
        -ms-grid-row: 2;
            grid-row: 2;
        justify-self: start;
        white-space: normal;
    }

    .home-page-root #plan-panel-company .exclusive-plan-credits,
    .home-page-root #plan-panel-company .exclusive-plan-inheritance {
        font-size: 1.08rem;
        line-height: 1.38;
    }

    .home-page-root #plan-panel-company .exclusive-plan-feature-grid {
        gap: 10px;
    }

    .home-page-root #plan-panel-company .exclusive-plan-feature-group {
        padding: 12px 0 0;
    }

    .home-page-root #plan-panel-company .exclusive-plan-cta {
        width: 100%;
    }
}

@media (max-width: 390px) {
    .home-page-root #exclusive-plans-container .exclusive-plan-shell {
        padding: 20px 10px 18px;
    }

    .home-page-root #exclusive-plans-container .exclusive-plan-tab {
        font-size: 14px;
        padding: 9px 6px;
    }

    .home-page-root #plan-panel-company .exclusive-plan-card {
        padding: 14px 12px !important;
        border-radius: 10px;
    }

    .home-page-root #plan-panel-company .exclusive-plan-card__body {
        padding: 12px 12px 0 !important;
    }

    .home-page-root #plan-panel-company .exclusive-plan-title {
        font-size: 1.68rem !important;
        line-height: 1.06;
    }

    .home-page-root #plan-panel-company .exclusive-plan-price {
        font-size: 1.84rem;
        line-height: 1.1;
    }

    .home-page-root #plan-panel-company .exclusive-plan-summary,
    .home-page-root #plan-panel-company .exclusive-plan-benefits li {
        font-size: 14px !important;
        line-height: 1.42;
    }

    .home-page-root #plan-panel-company .exclusive-plan-price-old,
    .home-page-root #plan-panel-company .exclusive-plan-credits,
    .home-page-root #plan-panel-company .exclusive-plan-credits-sub,
    .home-page-root #plan-panel-company .exclusive-plan-inheritance,
    .home-page-root #plan-panel-company .exclusive-plan-discount,
    .home-page-root #plan-panel-company .category-title,
    .home-page-root #plan-panel-company .exclusive-plan-cta {
        font-size: 13px !important;
    }

}

/* Shared plans shell and legacy base components */

#exclusive-plans-container {
    background: unset;
    background-image: none;
    background-color: unset;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 0 0 34px;
}

.exclusive-plan-wrapper {
    max-width: 1280px;
    margin: auto;
}

.exclusive-plan-shell {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
    border: 1px solid rgba(15, 39, 66, 0.12);
    border-radius: 22px;
    box-shadow: 0 30px 68px rgba(15, 39, 66, 0.08);
    padding: 44px 40px 38px;
}

/* Double-bezel: outer frame + inner core (planos) */
#exclusive-plans-container .exclusive-plan-wrapper.exclusive-plan-bezel-outer {
    padding: 8px;
    border-radius: 30px;
    background: linear-gradient(165deg, rgba(15, 39, 66, 0.06) 0%, rgba(238, 243, 249, 0.65) 45%, rgba(255, 255, 255, 0.35) 100%);
    border: 1px solid rgba(15, 39, 66, 0.1);
    box-shadow: 0 12px 42px rgba(15, 39, 66, 0.07);
}

#exclusive-plans-container .exclusive-plan-shell.exclusive-plan-bezel-inner {
    border-radius: 22px;
    border: 1px solid rgba(15, 39, 66, 0.09);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 24px 58px rgba(15, 39, 66, 0.07);
}

.exclusive-plan-header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) auto;
        grid-template-columns: minmax(0, 1fr) auto;
    -ms-flex-align: center;
        align-items: center;
    gap: 18px 24px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e6eef7;
}

.exclusive-plan-header__copy {
    max-width: 700px;
    text-align: left;
}

.exclusive-plan-header__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
}

.exclusive-plan-tabs {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 8px;
    padding: 5px;
    background: linear-gradient(180deg, #f2f6fb 0%, #eef3f9 100%);
    border: 1px solid #dde6f1;
    border-radius: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: border-color var(--home-motion-duration-fast, 240ms) var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1)),
        box-shadow var(--home-motion-duration-fast, 240ms) var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1)),
        background-color var(--home-motion-duration-fast, 240ms) var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1));
}

.exclusive-plan-tabs.is-company-active {
    border-color: rgba(23, 69, 114, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 14px 30px rgba(15, 39, 66, 0.05);
}

.exclusive-plan-tabs.is-credits-active {
    border-color: rgba(13, 91, 159, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 16px 34px rgba(13, 91, 159, 0.08);
}

.exclusive-plan-tab {
    border: 0;
    background: transparent;
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 10px;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: background-color var(--home-motion-duration-fast, 240ms) var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1)),
        color var(--home-motion-duration-fast, 240ms) var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1)),
        box-shadow var(--home-motion-duration-fast, 240ms) var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1)),
        transform 180ms var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1));
}

.exclusive-plan-tab:hover {
    color: #304559;
    background: rgba(255, 255, 255, 0.45);
    transform: translateY(-1px);
}

.exclusive-plan-tab:active {
    transform: translateY(0) scale(0.985);
}

.exclusive-plan-tab.is-active {
    background: #ffffff;
    color: #102941;
    box-shadow: 0 10px 22px rgba(15, 39, 66, 0.11);
    transform: translateY(-1px);
}

.exclusive-plan-tab:focus-visible {
    outline: 3px solid #0b5fa2;
    outline-offset: 2px;
    box-shadow: 0 0 0 6px rgba(11, 95, 162, 0.18);
}

.exclusive-plan-panels {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-flex-align: start;
        align-items: start;
    width: 100%;
    transition: height 320ms var(--home-motion-ease-out-quint, cubic-bezier(0.22, 1, 0.36, 1));
}

.exclusive-plan-panel {
    grid-area: 1 / 1;
    width: 100%;
    backface-visibility: hidden;
    transform-origin: top center;
    will-change: opacity, transform;
    transition: opacity 320ms var(--home-motion-ease-out-quint, cubic-bezier(0.22, 1, 0.36, 1)),
        transform 320ms var(--home-motion-ease-out-quint, cubic-bezier(0.22, 1, 0.36, 1)),
        visibility 0s linear 320ms;
}

.exclusive-plan-panel.is-active {
    position: relative;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 40ms, 40ms, 0s;
}

.exclusive-plan-panel.is-inactive {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, 18px, 0) scale(0.985);
}

.exclusive-plan-panel__copy {
    margin-bottom: 28px;
    width: 100%;
    max-width: 100%;
}

.exclusive-plan-panel__title {
    margin: 0;
    font-size: calc(clamp(2.4rem, 3.1vw, 3rem) + 3px);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #172a3f;
}

.exclusive-plan-panel__text {
    max-width: 660px;
    margin: 12px auto 0;
    font-size: calc(1.15rem + 3px);
    line-height: 1.7;
    color: #5f6f84;
}

.exclusive-plan-grid {
    margin-top: 0;
    width: 100%;
}

.exclusive-plan-grid > [class*="col-"] {
    margin-bottom: 24px;
}

.exclusive-plan-card {
    position: relative;
    border-radius: 18px;
    border: 1px solid #cad9e9;
    box-shadow: 0 18px 38px rgba(15, 39, 66, 0.08);
    padding: 24px 24px 20px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
    text-align: left;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    min-height: 100%;
}

.exclusive-plan-card__body {
    display: -ms-grid;
    display: grid;
    -ms-flex: 1;
        flex: 1;
    -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr;
    gap: 18px;
}

.exclusive-plan-card__hero {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 8px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dbe7f2;
    min-height: 0;
}

.exclusive-plan-meta {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-flex-align: start;
        align-items: start;
    gap: 10px;
    margin-top: 10px;
}

.exclusive-plan-feature-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    -ms-flex-align: stretch;
        align-items: stretch;
}

.exclusive-plan-feature-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr;
    min-width: 0;
    gap: 10px;
    padding: 14px 14px 13px;
    border: 1px solid #dde8f3;
    border-radius: 12px;
    background: rgba(249, 252, 255, 0.92);
}

.exclusive-plan-title {
    font-size: 2.7rem !important;
    font-weight: 800 !important;
    color: #163a63;
    letter-spacing: -0.045em;
    line-height: 0.92;
    margin: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 9px;
}

.exclusive-plan-summary {
    margin: 0;
    max-width: 42ch;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
    color: #5c6d80;
}

.exclusive-plan-price-old {
    font-size: 14px;
    font-weight: 700;
    color: #95a1af;
    text-decoration: line-through;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0;
}

.exclusive-plan-price {
    font-size: 2.35rem;
    font-weight: 800;
    color: #15283e;
    letter-spacing: -0.04em;
    line-height: 1.02;
    margin: 0;
}

.exclusive-plan-discount {
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
    background: #7dc242;
    padding: 7px 10px;
    border-radius: 8px;
    display: inline-block;
    letter-spacing: 0.03em;
    text-transform: none;
    margin: 0;
    white-space: nowrap;
}

.exclusive-plan-credits {
    font-size: 0.97rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1ca055;
    margin: 0;
}

.exclusive-plan-credits-main,
.exclusive-plan-credits-sub {
    display: block;
}

.exclusive-plan-credits-sub {
    margin-top: 3px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    opacity: 0.9;
}

.category-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 8px;
    text-align: left !important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    color: #1d5d94;
    width: 100%;
    line-height: 1.15;
}

.exclusive-plan-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-grid;
    display: grid;
    gap: 6px;
}

.exclusive-plan-benefits li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 14px minmax(0, 1fr);
        grid-template-columns: 14px minmax(0, 1fr);
    column-gap: 10px;
    -ms-flex-align: start;
        align-items: start;
    text-align: left;
    margin-bottom: 0;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.45;
    color: #465365;
}

.exclusive-plan-benefits li:last-child {
    margin-bottom: 0;
}

.exclusive-plan-benefits li i {
    margin-right: 0;
    margin-top: 2px;
    font-size: 10px;
    width: 14px;
    text-align: center;
}

.exclusive-plan-cta {
    color: white !important;
    font-size: 15px;
    font-weight: 800;
    padding: 14px 18px;
    border-radius: 10px;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 10px;
    margin-top: 14px;
    text-align: center;
    letter-spacing: 0.02em;
}

.exclusive-plan-cta:focus-visible {
    outline: 3px solid #102941;
    outline-offset: 2px;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.78);
}

.exclusive-plan-popular {
    border: 2px solid #f3bd35;
    position: relative;
    box-shadow: 0 22px 42px rgba(201, 145, 13, 0.18);
}

/* Migrated from style.css: required plan CTA variants */
.home-page-root #exclusive-plans-container .cta-green {
    background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
}

.home-page-root #exclusive-plans-container .cta-yellow {
    background: linear-gradient(180deg, #eab308 0%, #ca8a04 100%);
}

.exclusive-plan-avulso__slider:focus-visible {
    outline: 3px solid rgba(6, 182, 212, 0.45);
    outline-offset: 4px;
}

/* Credit simulator panel */
.home-page-root #plan-panel-credits {
    --home-credit-plan-accent: #f3bd35;
    --home-credit-plan-accent-soft: rgba(243, 189, 53, 0.18);
    --home-credit-plan-primary: #0d5b9f;
    --home-credit-plan-primary-strong: #004080;
    --home-credit-plan-simulator-surface: #eff4f9;
    --home-credit-plan-simulator-border: rgba(208, 219, 231, 0.7);
    --home-credit-plan-simulator-shadow: 0 18px 44px rgba(15, 39, 68, 0.08);
    --home-credit-plan-detail-surface: #0d4f92;
    --home-credit-plan-detail-border: rgba(9, 59, 106, 0.16);
    --home-credit-plan-detail-shadow: 0 24px 48px rgba(9, 34, 63, 0.2);
    --home-credit-plan-detail-text: #ffffff;
    --home-credit-plan-detail-text-muted: rgba(230, 239, 249, 0.8);
    --home-credit-plan-detail-text-soft: rgba(240, 247, 255, 0.76);
    --home-credit-plan-icon-color: var(--home-credit-plan-accent);
    --home-credit-plan-info-card-surface: #ffffff;
    --home-credit-plan-info-card-border: rgba(201, 214, 228, 0.55);
    --home-credit-plan-info-card-shadow: 0 8px 18px rgba(15, 39, 68, 0.05);
    max-width: 1240px;
}

.home-page-root #plan-panel-credits .exclusive-plan-panel__copy {
    margin-bottom: 42px;
}

.home-page-root #plan-panel-credits .exclusive-plan-panel__title {
    color: #0e2744;
    font-size: clamp(2rem, 2.8vw, 2.85rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.04em;
}

/* Material Symbols no painel de créditos (migrado de style.css) */
.home-page-root #plan-panel-credits .material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso {
    max-width: 1120px;
    margin: 0 auto;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso,
.home-page-root #plan-panel-credits .exclusive-plan-avulso * {
    backface-visibility: hidden;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__surface {
    --exclusive-plan-slider-thumb-size: 24px;
    display: -ms-grid;
    display: grid;
    gap: 32px;
    -ms-flex-align: start;
        align-items: start;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__selector {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    padding: 0;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__levels {
    position: relative;
    width: calc(100% - var(--exclusive-plan-slider-thumb-size));
    margin-inline: calc(var(--exclusive-plan-slider-thumb-size) / 2);
    min-height: 44px;
    color: #6b7785;
    margin-top: 8px;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__levels span {
    position: absolute;
    top: 0;
    display: -ms-inline-grid;
    display: inline-grid;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    min-height: 44px;
    padding: 8px 8px;
    border-radius: 12px;
    -ms-grid-column-align: center;
        justify-items: center;
    -ms-flex-align: center;
        align-items: center;
    transform: translateX(-50%);
    transition: background-color 180ms var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1)),
        color 180ms var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1)),
        transform 180ms var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1)),
        box-shadow 220ms var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1));
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__levels span:first-child {
    transform: none;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__levels span:last-child {
    transform: translateX(-100%);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__levels strong {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.03em;
    color: #143a63;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__levels span.is-active {
    background: #dfeefe;
    box-shadow: inset 0 0 0 1px rgba(13, 91, 159, 0.14), 0 10px 18px rgba(13, 91, 159, 0.12);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__levels span.is-active:first-child {
    transform: translateY(-1px);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__levels span.is-active:last-child {
    transform: translateX(-100%) translateY(-1px);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__levels span.is-active:not(:first-child):not(:last-child) {
    transform: translateX(-50%) translateY(-1px);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__levels span.is-active strong {
    color: var(--home-credit-plan-primary);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__slider {
    width: 100%;
    height: 8px;
    margin: 0;
    border-radius: 999px;
    background: var(--home-credit-plan-primary);
    outline: none;
    -moz-appearance: none;
         appearance: none;
    transition: box-shadow 220ms var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1)),
        transform 220ms var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1));
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__slider:focus-visible {
    box-shadow: 0 0 0 6px rgba(13, 91, 159, 0.08);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__slider:hover {
    transform: translateY(-1px);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: var(--exclusive-plan-slider-thumb-size);
    height: var(--exclusive-plan-slider-thumb-size);
    border-radius: 999px;
    border: 4px solid #ffffff;
    background: var(--home-credit-plan-accent);
    box-shadow: 0 0 0 8px var(--home-credit-plan-accent-soft);
    cursor: pointer;
    margin-top: -8px;
    transition: transform 180ms var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1)),
        box-shadow 220ms var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1));
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__slider::-moz-range-thumb {
    width: var(--exclusive-plan-slider-thumb-size);
    height: var(--exclusive-plan-slider-thumb-size);
    border-radius: 999px;
    border: 4px solid #ffffff;
    background: var(--home-credit-plan-accent);
    box-shadow: 0 0 0 8px var(--home-credit-plan-accent-soft);
    cursor: pointer;
    transition: transform 180ms var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1)),
        box-shadow 220ms var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1));
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: var(--home-credit-plan-primary-strong);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__slider::-moz-range-track {
    width: 100%;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background: var(--home-credit-plan-primary-strong);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator {
    display: -ms-grid;
    display: grid;
    gap: 24px;
    padding: 24px;
    border-radius: 18px;
    border: 1px solid var(--home-credit-plan-simulator-border);
    background: var(--home-credit-plan-simulator-surface);
    box-shadow: var(--home-credit-plan-simulator-shadow);
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: transform var(--home-motion-duration-fast, 240ms) var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1)),
        box-shadow var(--home-motion-duration-fast, 240ms) var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1)),
        border-color var(--home-motion-duration-fast, 240ms) var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1));
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    gap: 20px;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator:hover,
.home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator:focus-within {
    transform: translateY(-2px);
    box-shadow: 0 24px 42px rgba(12, 49, 91, 0.12);
    border-color: rgba(13, 91, 159, 0.22);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator-title {
    margin: 0;
    font-family: var(--home-section-title-font);
    font-size: clamp(1.75rem, 2vw, 2.15rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #0f2744;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator-text {
    margin: 0;
    max-width: 44ch;
    font-size: 1.02rem;
    line-height: 1.7;
    color: #5d7188;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator-volume {
    display: -ms-grid;
    display: grid;
    -ms-grid-column-align: end;
        justify-items: end;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator-number {
    font-family: var(--home-section-title-font);
    font-size: clamp(3rem, 4vw, 4.1rem);
    font-weight: 800;
    line-height: 0.92;
    letter-spacing: -0.05em;
    color: #0f2744;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator-unit {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 800;
    color: var(--home-credit-plan-primary);
    letter-spacing: 0.06em;
    text-transform: none;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__info-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    isolation: isolate;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__info-card {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 999px;
    background: var(--home-credit-plan-info-card-surface);
    border: 1px solid var(--home-credit-plan-info-card-border);
    box-shadow: var(--home-credit-plan-info-card-shadow);
    opacity: 1;
    transition: transform 180ms var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1)),
        box-shadow 220ms var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1)),
        border-color 220ms var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1));
}

.exclusive-plan-panel.is-active .exclusive-plan-avulso__info-card {
    transform: none;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__info-card i {
    font-size: 15px;
    color: var(--home-credit-plan-primary);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__info-card p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #36506d;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__info-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 26px rgba(13, 91, 159, 0.12);
    border-color: rgba(13, 91, 159, 0.18);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__detail {
    position: relative;
    display: -ms-grid;
    display: grid;
    gap: 16px;
    padding: 22px 22px;
    border-radius: 22px;
    border: 1px solid var(--home-credit-plan-detail-border);
    background: var(--home-credit-plan-detail-surface);
    box-shadow: var(--home-credit-plan-detail-shadow);
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: transform var(--home-motion-duration-fast, 240ms) var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1)),
        box-shadow var(--home-motion-duration-fast, 240ms) var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1)),
        border-color var(--home-motion-duration-fast, 240ms) var(--home-motion-ease-out-quart, cubic-bezier(0.25, 1, 0.5, 1));
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__detail:hover,
.home-page-root #plan-panel-credits .exclusive-plan-avulso__detail:focus-within {
    transform: translateY(-2px);
    box-shadow: 0 28px 46px rgba(8, 30, 58, 0.18);
    border-color: rgba(255, 255, 255, 0.22);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__glow {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(48px);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__glow--left {
    left: -48px;
    bottom: -48px;
    width: 192px;
    height: 192px;
    background: rgba(169, 199, 255, 0.12);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__glow--right {
    top: -48px;
    right: -48px;
    width: 128px;
    height: 128px;
    background: rgba(255, 185, 87, 0.18);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__offer {
    position: absolute;
    top: 14px;
    right: 18px;
    z-index: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin: 0;
    pointer-events: none;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__offer-badge {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: #2e7d32;
    color: #f3fff5;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: none;
    box-shadow: 0 8px 22px rgba(46, 125, 50, 0.24);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__name {
    margin: 0;
    font-family: var(--home-section-title-font);
    font-size: clamp(1.8rem, 2.35vw, 2.5rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.045em;
    color: var(--home-credit-plan-detail-text);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__pricing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline;
    gap: 6px;
    margin-top: 2px;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__currency {
    font-size: 1.08rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.84);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__price {
    font-family: var(--home-section-title-font);
    font-size: clamp(3.1rem, 3.6vw, 4rem);
    font-weight: 800;
    line-height: 0.92;
    letter-spacing: -0.05em;
    color: var(--home-credit-plan-detail-text);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__price-unit {
    margin: -6px 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--home-credit-plan-detail-text-muted);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__per-credit {
    margin: -8px 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--home-credit-plan-detail-text-soft);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__benefits {
    list-style: none;
    display: -ms-grid;
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 16px 0 0;
    border-top: 1px solid rgba(219, 232, 246, 0.16);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__benefits li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 10px;
    color: rgba(238, 245, 252, 0.94);
    font-size: 14px;
    line-height: 1.36;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__benefits li i,
.home-page-root #plan-panel-credits .exclusive-plan-avulso__benefits li .material-symbols-outlined {
    color: var(--home-credit-plan-icon-color);
    font-size: 18px;
    margin-top: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__benefits li strong,
.home-page-root #plan-panel-credits .exclusive-plan-avulso__benefits li span {
    display: block;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__benefits li strong {
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--home-credit-plan-detail-text);
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__benefits li span {
    font-size: 14px;
    color: var(--home-credit-plan-detail-text-muted);
}

@media (min-width: 992px) {
    .home-page-root #plan-panel-credits .exclusive-plan-avulso__surface {
        -ms-grid-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
            grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    }
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__footer {
    display: -ms-grid;
    display: grid;
    -ms-flex-align: stretch;
        align-items: stretch;
    gap: 8px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__cta {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 10px;
    min-width: 0;
    min-height: 58px;
    padding-left: 26px;
    padding-right: 26px;
    border-radius: 12px;
    background: var(--home-credit-plan-accent);
    border: none;
    color: #17324f !important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-decoration: none !important;
    width: 100% !important;
    max-width: none !important;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__cta:focus-visible {
    background: #ffca4a;
    outline: 3px solid #102941;
    outline-offset: 2px;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.72), 0 14px 24px rgba(243, 189, 53, 0.22);
}

/* Tipografia do conteúdo dos cards avulsos (exceto título e preço total). */
.home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator-text,
.home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator-unit,
.home-page-root #plan-panel-credits .exclusive-plan-avulso__levels strong,
.home-page-root #plan-panel-credits .exclusive-plan-avulso__info-card p,
.home-page-root #plan-panel-credits .exclusive-plan-avulso__offer-badge,
.home-page-root #plan-panel-credits .exclusive-plan-avulso__currency,
.home-page-root #plan-panel-credits .exclusive-plan-avulso__price-unit,
.home-page-root #plan-panel-credits .exclusive-plan-avulso__benefits li,
.home-page-root #plan-panel-credits .exclusive-plan-avulso__benefits li strong,
.home-page-root #plan-panel-credits .exclusive-plan-avulso__benefits li span,
.home-page-root #plan-panel-credits .exclusive-plan-avulso__per-credit,
.home-page-root #plan-panel-credits .exclusive-plan-avulso__cta {
    font-size: 1.2rem !important;
}

.home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator-text,
.home-page-root #plan-panel-credits .exclusive-plan-avulso__info-card p,
.home-page-root #plan-panel-credits .exclusive-plan-avulso__benefits li span,
.home-page-root #plan-panel-credits .exclusive-plan-avulso__price-unit,
.home-page-root #plan-panel-credits .exclusive-plan-avulso__per-credit {
    line-height: 1.45;
}

/* Lote A/B — @media (max-width: 768px) migrado de style.css */
@media (max-width: 768px) {
    #exclusive-plans-container {
        display: block;
        background: unset;
        background-image: none;
        background-color: unset;
        margin-top: -22px;
        padding: 0 0 28px;
    }

    .exclusive-plan-wrapper {
        max-width: 100%;
        margin: auto;
        padding: 0 15px;
    }

    .exclusive-plan-shell {
        padding: 24px 16px 20px;
        border-radius: 15px;
    }

    #exclusive-plans-container .exclusive-plan-wrapper.exclusive-plan-bezel-outer {
        padding: 6px;
        border-radius: 20px;
    }

    #exclusive-plans-container .exclusive-plan-shell.exclusive-plan-bezel-inner {
        border-radius: 15px;
    }

    .exclusive-plan-header {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        -ms-grid-column-align: center;
            justify-items: center;
        gap: 16px;
        margin-bottom: 26px;
        padding-bottom: 18px;
    }

    .exclusive-plan-header__copy,
    .exclusive-plan-header__actions {
        width: 100%;
        text-align: center;
        -ms-flex-pack: center;
            justify-content: center;
    }

    .exclusive-plan-grid > [class*="col-"] {
        margin-bottom: 16px;
    }

    .exclusive-plan-tabs {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .exclusive-plan-tab {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }

    .exclusive-plan-panel__title {
        font-size: 22px;
    }

    .exclusive-plan-panel__text,
    .exclusive-plan-intro {
        font-size: 14px;
        line-height: 1.55;
    }

    .exclusive-plan-card {
        padding: 20px 16px !important;
        margin: 10px 0;
        text-align: left;
        min-height: auto;
    }

    .exclusive-plan-card__body {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto 1fr;
            grid-template-rows: auto 1fr;
        gap: 14px;
    }

    .exclusive-plan-card__hero {
        padding-bottom: 14px;
        min-height: auto;
    }

    .exclusive-plan-meta {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        gap: 10px;
    }

    .exclusive-plan-feature-grid {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        gap: 14px;
    }

    .exclusive-plan-title {
        font-size: 2.2rem !important;
        line-height: 0.98;
    }

    .exclusive-plan-summary {
        font-size: 14px;
    }

    .category-title {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .exclusive-plan-benefits li {
        font-size: 14px !important;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__surface {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        gap: 24px;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator,
    .home-page-root #plan-panel-credits .exclusive-plan-avulso__detail {
        padding: 26px 22px;
        border-radius: 12px;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator-head {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start;
        gap: 18px;
        margin-bottom: 24px;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator-volume {
        text-align: left;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator-title,
    .home-page-root #plan-panel-credits .exclusive-plan-avulso__name {
        font-size: 1.5rem;
        line-height: 1.06;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator-number {
        font-size: 2.5rem;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__levels {
        font-size: 14px;
        letter-spacing: 0.03em;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__price {
        font-size: 2.9rem;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__benefits li {
        font-size: 14px;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__cta {
        min-height: 60px;
        font-size: 14px;
    }

    .exclusive-plan-popular {
        transform: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .home-page-root #exclusive-plans-container .exclusive-plan-panels,
    .home-page-root #exclusive-plans-container .exclusive-plan-panel,
    .home-page-root #exclusive-plans-container .exclusive-plan-card,
    .home-page-root #exclusive-plans-container .exclusive-plan-tab,
    .home-page-root #exclusive-plans-container .exclusive-plan-cta,
    .home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator,
    .home-page-root #plan-panel-credits .exclusive-plan-avulso__detail,
    .home-page-root #plan-panel-credits .exclusive-plan-avulso__info-card,
    .home-page-root #plan-panel-credits .exclusive-plan-avulso__cta,
    .home-page-root #plan-panel-credits .exclusive-plan-avulso__slider {
        animation: none !important;
        transition: none !important;
    }
}

@media (max-width: 767px) {
    body.home-public-active {
        --home-featured-shell-width: calc(100% - 24px);
    }

    .home-page-root #exclusive-plans-container {
        background: unset !important;
        background-image: none !important;
        background-color: unset !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 32px 0 24px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .home-page-root .home-plans-row {
        margin-top: 14px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .home-page-root #exclusive-plans-container .exclusive-plan-wrapper,
    .home-page-root #exclusive-plans-container .exclusive-plan-wrapper.container {
        width: 100% !important;
        max-width: none !important;
        box-sizing: border-box;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .home-page-root #exclusive-plans-container .exclusive-plan-wrapper.exclusive-plan-bezel-outer {
        padding: 6px !important;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator {
        padding: 32px 24px;
        border-radius: 16px;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__detail {
        padding: 44px 24px 26px;
        border-radius: 18px;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__offer {
        top: 10px;
        right: 12px;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__footer {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__cta {
        width: 100%;
        min-width: 0;
    }

    .exclusive-plan-tab {
        min-height: 48px;
        padding: 12px 10px;
        -ms-touch-action: manipulation;
            touch-action: manipulation;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__info-grid {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        gap: 10px;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator-text,
    .home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator-unit,
    .home-page-root #plan-panel-credits .exclusive-plan-avulso__levels strong,
    .home-page-root #plan-panel-credits .exclusive-plan-avulso__info-card p,
    .home-page-root #plan-panel-credits .exclusive-plan-avulso__offer-badge,
    .home-page-root #plan-panel-credits .exclusive-plan-avulso__currency,
    .home-page-root #plan-panel-credits .exclusive-plan-avulso__price-unit,
    .home-page-root #plan-panel-credits .exclusive-plan-avulso__benefits li,
    .home-page-root #plan-panel-credits .exclusive-plan-avulso__benefits li strong,
    .home-page-root #plan-panel-credits .exclusive-plan-avulso__benefits li span,
    .home-page-root #plan-panel-credits .exclusive-plan-avulso__per-credit,
    .home-page-root #plan-panel-credits .exclusive-plan-avulso__cta {
        font-size: 14px !important;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-panel__copy {
        margin-bottom: 28px;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__surface {
        gap: 16px;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator,
    .home-page-root #plan-panel-credits .exclusive-plan-avulso__detail {
        padding: 24px 18px;
        border-radius: 8px;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__levels {
        min-height: 44px;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__levels strong {
        font-size: 14px;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__levels span {
        width: -moz-max-content;
        width: max-content;
        max-width: 88px;
        padding: 8px 6px;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator-head {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        display: -ms-grid;
        display: grid;
        -ms-flex-align: start;
            align-items: start;
        gap: 12px;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator-title {
        font-size: 1.72rem;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator-volume {
        -ms-grid-column-align: start;
            justify-items: start;
    }


    .home-page-root #plan-panel-credits .exclusive-plan-avulso__simulator-number {
        font-size: 3.1rem;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__info-card {
        min-height: 52px;
        padding: 10px 8px;
        border-radius: 16px;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__info-card p {
        font-size: 14px;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__name {
        font-size: 2rem;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__price {
        font-size: 3rem;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__benefits li,
    .home-page-root #plan-panel-credits .exclusive-plan-avulso__per-credit {
        font-size: 14px;
    }

    .home-page-root #plan-panel-credits .exclusive-plan-avulso__offer {
        top: 10px;
        right: 10px;
        left: auto;
        -ms-flex-pack: end;
            justify-content: flex-end;
    }
}

.home-auth-person-title {
    margin: 0;
    color: #0f3157;
    font-family: var(--landing-font-display);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.home-auth-action-btn {
    border-radius: var(--home-section-radius-sm);
    min-height: 44px;
    font-weight: 700;
    letter-spacing: 0.01em;
    border: 1px solid transparent;
}

.home-auth-action-btn--primary {
    background: #0a4f84;
    color: #ffffff;
}

.home-auth-action-btn--secondary {
    background: #ffffff;
    border-color: rgba(15, 49, 87, 0.16);
    color: #0f3157;
}

.home-auth-action-btn--warning {
    background: #eca919;
    color: #16324f;
}

.home-auth-action-btn:hover,
.home-auth-action-btn:focus-visible {
    filter: brightness(1.03);
}

.home-auth-highlight-title {
    color: #0f3157;
    font-family: var(--landing-font-display);
    font-weight: 700;
    letter-spacing: -0.015em;
}

.home-auth-card__surface {
    border-radius: var(--home-section-radius-md);
    box-shadow: 0 16px 36px rgba(15, 35, 60, 0.1);
    border: 1px solid rgba(15, 49, 87, 0.12);
    background: #ffffff;
}

.home-auth-banner-link {
    color: #f9c43a;
    font-weight: 700;
}

.home-auth-vagas-banner {
    min-height: 300px;
}

.home-authenticated-shell {
    margin-bottom: 28px;
}

.home-auth-banner {
    border-radius: var(--home-section-radius-md);
    box-shadow: 0 18px 34px rgba(10, 26, 43, 0.18);
    overflow: hidden;
}

.home-auth-chart-cta {
    border-radius: var(--home-section-radius-md);
    box-shadow: 0 16px 32px rgba(7, 24, 42, 0.2);
}

.home-authenticated-shell .ibox-content,
.home-authenticated-shell .testimonials,
.home-authenticated-shell .banr-vagas,
.home-authenticated-shell .imagemChart {
    border-radius: var(--home-section-radius-md);
    box-shadow: 0 16px 36px rgba(15, 35, 60, 0.1);
}

.home-authenticated-shell #box-foto-pessoa,
.home-authenticated-shell #box-botoes-pessoa {
    border: 1px solid rgba(15, 49, 87, 0.12);
    background: #ffffff;
}

.home-authenticated-shell #box-botoes-pessoa h2 {
    color: #0f3157;
    font-family: var(--landing-font-display);
    font-weight: 700;
    letter-spacing: -0.015em;
}

.home-authenticated-shell #box-botoes-pessoa p {
    color: rgba(15, 49, 87, 0.86);
}

.home-authenticated-shell .progress {
    border-radius: 999px;
    background-color: rgba(15, 49, 87, 0.1);
}

.home-authenticated-shell .progress-bar {
    border-radius: 999px;
}

.home-authenticated-shell .banr-perfil-text {
    width: min(820px, 88%);
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--landing-font-display);
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.25;
}

.home-authenticated-shell .banr-perfil-text span {
    color: #f9c43a;
}

.home-authenticated-shell .home-auth-vagas-banner .banr-perfil-text {
    color: rgba(255, 255, 255, 0.94);
}

.home-authenticated-shell .imagemChart h1,
.home-authenticated-shell .imagemChart h2 {
    color: #ffffff;
    font-family: var(--landing-font-display);
    letter-spacing: -0.015em;
}

.home-authenticated-shell .imagemChart h1 {
    font-size: clamp(28px, 2.5vw, 34px);
    font-weight: 800;
}

.home-authenticated-shell .imagemChart h2 {
    font-size: clamp(20px, 1.9vw, 26px);
    font-weight: 600;
}

.home-authenticated-shell .imagemChart .btn {
    border-radius: 10px;
    font-weight: 700;
}

/*# sourceMappingURL=home-d9bfeb5127.css.map */
