.efs-site {
    --efs-bg: #0d1013;
    --efs-bg-soft: #161b21;
    --efs-card: #20252c;
    --efs-card-2: #1a1f25;
    --efs-border: #373d47;
    --efs-red: #df1235;
    --efs-red-dark: #8d0d28;
    --efs-magenta: #a8088e;
    --efs-white: #f7f5f1;
    --efs-text: #c0c4cb;
    --efs-muted: #868d98;
    --efs-yellow: #ffb94a;
    --efs-fs-body: clamp(14px, calc(13.4px + .18vw), 16px);
    --efs-fs-card: clamp(12.5px, calc(12px + .12vw), 14px);
    --efs-fs-meta: clamp(10.5px, calc(10.1px + .08vw), 11.5px);
    --efs-fs-card-title: clamp(15px, calc(14.2px + .2vw), 17px);
    --efs-fs-footer: clamp(11.5px, calc(11px + .1vw), 12.5px);
    --efs-radius: 16px;
    --efs-shell: 1180px;
    position: relative;
    isolation: isolate;
    width: var(--efs-page-width, 100vw);
    max-width: none !important;
    margin: 0 0 0 calc(50% - (var(--efs-page-width, 100vw) / 2)) !important;
    padding: 0 !important;
    overflow: clip;
    background: var(--efs-bg);
    color: var(--efs-white);
    font-family: "Manrope", sans-serif;
    font-size: var(--efs-fs-body);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.efs-site *, .efs-site *::before, .efs-site *::after { box-sizing: border-box; }
.efs-site img { display: block; max-width: 100%; }
.efs-site a { color: inherit; text-decoration: none; }
.efs-site p, .efs-site h1, .efs-site h2, .efs-site h3, .efs-site figure, .efs-site blockquote { margin: 0; }
.efs-site ul { margin: 0; padding: 0; list-style: none; }
.efs-site button { font: inherit; }
.efs-site [id] { scroll-margin-top: 86px; }

.efs-shell {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 56px), var(--efs-shell));
    margin-inline: auto;
}

.efs-floaters { position: absolute; inset: 0; z-index: 1; overflow: hidden; pointer-events: none; }
.efs-dumbbell { position: absolute; width: var(--efs-size); opacity: .16; pointer-events: auto; filter: blur(var(--efs-float-blur, 1.8px)) brightness(.64) contrast(1.04); transform: translate3d(0, var(--efs-float-y, 0), 0) rotate(calc(var(--efs-angle) + var(--efs-float-r, 0deg))); transition: filter .38s ease, opacity .38s ease, transform .16s linear; will-change: transform, filter; }
.efs-dumbbell img { display: block; width: 100%; height: auto; user-select: none; animation: efs-dumbbell-idle 6.8s ease-in-out infinite; transition: transform .38s cubic-bezier(.2, .75, .2, 1); }
.efs-dumbbell.is-near { opacity: .32; filter: blur(var(--efs-float-blur, .8px)) brightness(.72) contrast(1.05); }
.efs-dumbbell:hover { z-index: 3; opacity: .68; filter: blur(0) brightness(.9) contrast(1.06); }
.efs-dumbbell:hover img { animation-play-state: paused; transform: scale(1.08); }
.efs-dumbbell--1 { --efs-size: clamp(142px, 13.2vw, 205px); --efs-angle: -27deg; top: 13%; left: max(-42px, calc(50% - 748px)); }
.efs-dumbbell--2 { --efs-size: clamp(94px, 8.4vw, 132px); --efs-angle: 13deg; top: 31%; right: max(-18px, calc(50% - 715px)); }
.efs-dumbbell--3 { --efs-size: clamp(158px, 15vw, 232px); --efs-angle: 24deg; top: 49%; left: max(-58px, calc(50% - 760px)); }
.efs-dumbbell--4 { --efs-size: clamp(112px, 10.2vw, 158px); --efs-angle: -9deg; top: 68%; right: max(-28px, calc(50% - 728px)); }
.efs-dumbbell--5 { --efs-size: clamp(86px, 7.6vw, 120px); --efs-angle: 34deg; top: 84%; left: max(-8px, calc(50% - 705px)); }
.efs-dumbbell--2 img, .efs-dumbbell--5 img { animation-delay: -2.4s; }
.efs-dumbbell--3 img { animation-delay: -4.1s; }
@keyframes efs-dumbbell-idle { 0%, 100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-6px) scale(1.015); } }

.efs-site h1, .efs-site h2, .efs-site h3 {
    color: var(--efs-white) !important;
    font-family: "Anton", sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: .006em !important;
    line-height: 1.02 !important;
    text-transform: uppercase !important;
}

.efs-site h1 { font-size: clamp(54px, 5.55vw, 78px) !important; }
.efs-site h2 { font-size: clamp(36px, 3.8vw, 50px) !important; }
.efs-site h3 { font-size: 22px !important; }
.efs-site p { color: var(--efs-text); font-size: var(--efs-fs-body); line-height: 1.7; }

.efs-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px !important;
    color: var(--efs-red) !important;
    font-size: clamp(10.5px, calc(10px + .12vw), 12px);
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.35;
    text-transform: uppercase;
}

.efs-eyebrow::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--efs-red);
    box-shadow: 0 0 0 4px rgba(223, 18, 53, .16), 0 0 20px rgba(223, 18, 53, .7);
    content: "";
    flex: 0 0 auto;
}

.efs-hero .efs-eyebrow { white-space: nowrap; }

.efs-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 12px 23px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.1;
    transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.efs-button:hover, .efs-button:focus-visible { transform: translateY(-2px); }
.efs-button:focus-visible, .efs-site a:focus-visible, .efs-site button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.efs-button--primary { background: linear-gradient(135deg, #eb173e, #b70e2e) !important; color: #fff !important; box-shadow: 0 10px 26px -9px rgba(223, 18, 53, .78); }
.efs-button--primary:hover { box-shadow: 0 14px 34px -8px rgba(223, 18, 53, .88); }
.efs-button--ghost { border-color: #353a43; background: rgba(12, 14, 17, .52) !important; color: #fff !important; }
.efs-button--ghost:hover { border-color: var(--efs-red); background: rgba(223, 18, 53, .08) !important; }

.efs-progress { position: fixed; top: 0; left: 0; z-index: 10050; width: 100%; height: 3px; pointer-events: none; }
.efs-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--efs-red), var(--efs-magenta)); box-shadow: 0 0 14px rgba(223, 18, 53, .72); }

.efs-menu {
    position: sticky;
    top: 0;
    z-index: 10000;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    background: rgba(9, 11, 13, .78);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transform: translateY(0);
    transition: transform .34s cubic-bezier(.2, .7, .2, 1), background .25s ease, box-shadow .25s ease;
}

.efs-menu.is-hidden { transform: translateY(calc(-100% - 4px)); }
.efs-menu.is-scrolled { background: rgba(9, 11, 13, .95); box-shadow: 0 14px 34px rgba(0, 0, 0, .3); }
.efs-menu__inner { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 28px; }
.efs-logo { width: 150px; flex: 0 0 auto; }
.efs-logo img { width: 100%; height: auto; }
.efs-nav { display: flex; align-items: center; gap: 34px; }
.efs-nav a { position: relative; color: #aeb2ba; font-size: clamp(11px, calc(10.5px + .1vw), 12px); font-weight: 700; }
.efs-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--efs-red); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.efs-nav a:hover { color: #fff; }
.efs-nav a:hover::after, .efs-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.efs-menu__cta { min-height: 38px; padding: 10px 20px; font-size: 11px; }
.efs-menu-toggle { display: none; width: 43px; height: 43px; padding: 10px; border: 1px solid var(--efs-border); border-radius: 50%; background: var(--efs-card); cursor: pointer; }
.efs-menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 2px; background: #fff; transition: transform .2s ease, opacity .2s ease; }
.efs-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.efs-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.efs-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.efs-section { position: relative; isolation: isolate; overflow: clip; padding: 102px 0; border: 0; background-color: #111419; }
.efs-section::before { position: absolute; inset: 0 0 auto; z-index: 0; height: 112px; background: linear-gradient(180deg, rgba(17, 20, 25, .74), rgba(17, 20, 25, 0)); content: ""; pointer-events: none; }
.efs-section::after { position: absolute; top: var(--efs-light-top, 50%); z-index: 1; width: clamp(440px, 42vw, 680px); height: clamp(440px, 42vw, 680px); border-radius: 50%; background: radial-gradient(circle, rgba(238, 53, 84, .18) 0%, rgba(174, 21, 70, .1) 32%, rgba(93, 15, 91, .055) 51%, transparent 72%); content: ""; filter: blur(28px) saturate(1.08); mix-blend-mode: screen; opacity: .08; pointer-events: none; transform: translate3d(var(--efs-light-x, 0px), calc(-50% + var(--efs-light-y, 0px) + var(--efs-light-scroll, 0px)), 0) scale(.9); transition: opacity 1.55s ease; will-change: transform, opacity, filter; animation: efs-light-drift 8.6s ease-in-out infinite; animation-play-state: paused; }
.efs-section.is-inview::after { opacity: .34; animation-play-state: running; }
.efs-hero::after, .efs-about::after, .efs-proof::after, .efs-faq-section::after { right: -255px; left: auto; --efs-light-drift-x: -24px; }
.efs-pain::after, .efs-structure::after, .efs-plans::after { right: auto; left: -255px; --efs-light-drift-x: 24px; }
.efs-hero { --efs-light-top: 42%; }
.efs-pain { --efs-light-top: 58%; }
.efs-about { --efs-light-top: 44%; }
.efs-structure { --efs-light-top: 60%; }
.efs-proof { --efs-light-top: 42%; }
.efs-plans { --efs-light-top: 58%; }
.efs-faq-section { --efs-light-top: 46%; }
.efs-glow { display: none; }
@keyframes efs-light-drift {
    0%, 100% { transform: translate3d(var(--efs-light-x, 0px), calc(-50% + var(--efs-light-y, 0px) + var(--efs-light-scroll, 0px)), 0) scale(.9); filter: blur(30px) saturate(1.02); }
    50% { transform: translate3d(calc(var(--efs-light-x, 0px) + var(--efs-light-drift-x, 0px)), calc(-50% + var(--efs-light-y, 0px) + var(--efs-light-scroll, 0px) - 16px), 0) scale(1.035); filter: blur(25px) saturate(1.14); }
}

.efs-hero { min-height: 690px; display: flex; align-items: center; padding: 82px 0 92px; background: radial-gradient(circle at 10% 30%, rgba(111, 16, 32, .22), transparent 31%), linear-gradient(120deg, #080b0e 0%, #0d1014 70%, #111117 100%); }
.efs-hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; }
.efs-hero h1 { font-size: clamp(48px, 4.2vw, 62px) !important; letter-spacing: 0 !important; }
.efs-title-line { display: block; }
@media (min-width: 768px) { .efs-hero .efs-title-line, .efs-pain-title .efs-title-line { white-space: nowrap; } }
.efs-hero h1 em { color: var(--efs-red); font-style: normal; text-shadow: 0 0 32px rgba(223, 18, 53, .28); }
.efs-lead { max-width: 590px; margin-top: 23px !important; font-size: clamp(15px, calc(14.4px + .16vw), 17px) !important; line-height: 1.75 !important; }
.efs-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.efs-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 32px; }
.efs-stats div { padding: 13px 12px; border: 1px solid rgba(223, 18, 53, .25); border-radius: 5px; background: rgba(24, 11, 15, .64); }
.efs-stats strong { display: block; color: #fff; font-family: "Anton", sans-serif; font-size: 17px; font-weight: 400; line-height: 1.05; text-transform: uppercase; }
.efs-stats span { display: block; margin-top: 5px; color: var(--efs-muted); font-size: var(--efs-fs-meta); line-height: 1.45; text-transform: uppercase; }
.efs-hero__media { position: relative; overflow: hidden; aspect-ratio: 4 / 5; border: 1px solid var(--efs-border); border-radius: 18px; background: #111; box-shadow: 0 30px 70px rgba(0, 0, 0, .32); }
.efs-hero__media::before { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 54%, rgba(6, 8, 10, .74)); content: ""; pointer-events: none; }
.efs-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.efs-hero__media figcaption { position: absolute; z-index: 2; bottom: 18px; left: 18px; display: grid; gap: 4px; max-width: 220px; padding: 13px 15px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 10px; background: rgba(9, 11, 13, .78); backdrop-filter: blur(9px); }
.efs-hero__media figcaption strong { color: var(--efs-red); font-family: "Anton", sans-serif; font-size: 16px; font-weight: 400; text-transform: uppercase; }
.efs-hero__media figcaption span { color: #c4c8ce; font-size: var(--efs-fs-card); line-height: 1.45; }

.efs-marquee { position: relative; z-index: 3; overflow: hidden; border-block: 1px solid rgba(102, 2, 19, .8); background: linear-gradient(90deg, #d90f31, #aa0b27 50%, #100a0d); }
.efs-marquee::before, .efs-marquee::after { position: absolute; top: 0; bottom: 0; z-index: 2; width: 10vw; content: ""; pointer-events: none; }
.efs-marquee::before { left: 0; background: linear-gradient(90deg, #d90f31, transparent); }
.efs-marquee::after { right: 0; background: linear-gradient(-90deg, #0d090b, transparent); }
.efs-marquee__track { display: flex; width: max-content; animation: efs-marquee 24s linear infinite; backface-visibility: hidden; transform: translate3d(0, 0, 0); will-change: transform; }
.efs-marquee__group { display: flex; min-width: 100vw; flex: 0 0 auto; align-items: center; justify-content: space-around; gap: clamp(34px, 3.4vw, 58px); padding: 13px clamp(18px, 2.2vw, 36px); }
.efs-marquee img { width: 132px; height: auto; flex: 0 0 auto; opacity: .72; }
@keyframes efs-marquee { to { transform: translate3d(-50%, 0, 0); } }

.efs-section-head { max-width: 800px; margin-bottom: 48px; }
.efs-pain { background: radial-gradient(circle at 78% 48%, rgba(68, 85, 105, .09), transparent 34%), linear-gradient(180deg, #111419 0%, #151a20 46%, #111419 100%); }
.efs-pain .efs-section-head { max-width: 1030px; }
.efs-site .efs-pain-title { font-size: clamp(35px, 3.2vw, 44px) !important; }
.efs-section-head h2 + p { max-width: 720px; margin-top: 17px !important; font-size: var(--efs-fs-body) !important; line-height: 1.72 !important; }
.efs-section-head--center { max-width: 710px; margin-inline: auto; text-align: center; }
.efs-section-head--center .efs-eyebrow { justify-content: center; }
.efs-section-head--center h2 + p { margin-inline: auto; }
.efs-grid { display: grid; gap: 18px; }
.efs-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.efs-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.efs-card-light { --mx: 50%; --my: 50%; position: relative; isolation: isolate; }
.efs-card-light::after { position: absolute; inset: 0; z-index: 10; border-radius: inherit; background: radial-gradient(320px circle at var(--mx) var(--my), rgba(223, 18, 53, .15), transparent 48%); content: ""; opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.efs-card-light:hover::after { opacity: 1; }
.efs-info-card { min-height: 240px; padding: 28px 24px; border: 1px solid var(--efs-border); border-radius: 11px; background: linear-gradient(150deg, #242a32, #1c2127); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.efs-info-card:hover, .efs-feature:hover, .efs-plan:hover { border-color: rgba(223, 18, 53, .58); box-shadow: 0 16px 36px rgba(0, 0, 0, .27), 0 0 26px rgba(223, 18, 53, .09); transform: translateY(-4px); }
.efs-icon { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 19px; border-radius: 8px; background: linear-gradient(135deg, var(--efs-red), var(--efs-red-dark)); color: #fff; font-size: 11px; font-weight: 800; box-shadow: 0 8px 20px rgba(223, 18, 53, .24); }
.efs-info-card small { display: block; margin-bottom: 9px; color: var(--efs-muted); font-size: var(--efs-fs-meta); line-height: 1.45; text-decoration: line-through; }
.efs-info-card h3 { margin-bottom: 10px !important; font-family: "Manrope", sans-serif !important; font-size: var(--efs-fs-card-title) !important; font-weight: 800 !important; line-height: 1.38 !important; text-transform: none !important; }
.efs-info-card p { font-size: var(--efs-fs-card); line-height: 1.65; }

.efs-about { background: radial-gradient(circle at 17% 52%, rgba(137, 20, 46, .075), transparent 34%), linear-gradient(180deg, #111419 0%, #18161b 48%, #111419 100%); }
.efs-about__grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 62px; align-items: center; }
.efs-about__media { position: relative; overflow: hidden; aspect-ratio: 1 / 1.08; border: 1px solid var(--efs-border); border-radius: 16px; background: #111; }
.efs-about__media::before { position: absolute; inset: 0; z-index: 1; background: linear-gradient(150deg, rgba(7, 9, 11, .38), rgba(85, 4, 23, .48)); content: ""; }
.efs-about__media img { width: 100%; height: 100%; object-fit: cover; }
.efs-about__media figcaption { position: absolute; top: 50%; left: 50%; z-index: 2; color: #fff; font-family: "Anton", sans-serif; font-size: clamp(32px, 3.2vw, 46px); line-height: 1.02; text-align: center; text-transform: uppercase; transform: translate(-50%, -50%); white-space: nowrap; text-shadow: 0 5px 22px rgba(0, 0, 0, .8); }
.efs-about__media figcaption em { color: var(--efs-red); font-style: normal; }
.efs-about__content > p:not(.efs-eyebrow) { margin-top: 15px !important; font-size: var(--efs-fs-body); line-height: 1.72; }
.efs-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 21px; }
.efs-pills span { padding: 8px 13px; border: 1px solid var(--efs-border); border-radius: 999px; background: rgba(17, 20, 25, .86); color: #dfe1e5; font-size: var(--efs-fs-meta); font-weight: 800; letter-spacing: .04em; line-height: 1.35; text-transform: uppercase; }
.efs-mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 29px; }
.efs-mini-grid div { padding-left: 14px; border-left: 2px solid var(--efs-red); }
.efs-mini-grid strong { display: block; margin-bottom: 5px; color: var(--efs-red); font-family: "Anton", sans-serif; font-weight: 400; text-transform: uppercase; }
.efs-mini-grid span { display: block; color: var(--efs-text); font-size: var(--efs-fs-card); line-height: 1.58; }

.efs-structure { background: linear-gradient(180deg, #111419 0%, #14171d 46%, #111419 100%); }
.efs-structure::before { inset: 0; height: auto; background: url("../images/academia-corredor.png") center 45% / cover no-repeat; opacity: .34; filter: brightness(.46) saturate(.64) contrast(.9); -webkit-mask-image: radial-gradient(ellipse 79% 73% at 50% 50%, #000 7%, rgba(0, 0, 0, .94) 44%, rgba(0, 0, 0, .42) 73%, transparent 100%); mask-image: radial-gradient(ellipse 79% 73% at 50% 50%, #000 7%, rgba(0, 0, 0, .94) 44%, rgba(0, 0, 0, .42) 73%, transparent 100%); }
.efs-modalities { display: grid; grid-template-columns: 1.22fr .78fr; gap: 18px; }
.efs-modality { display: flex; min-height: 285px; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 25px; border: 1px solid var(--efs-border); border-radius: 10px; background-color: var(--efs-card-2); background-image: linear-gradient(0deg, rgba(7, 9, 11, .94), rgba(7, 9, 11, .06) 72%), var(--efs-photo); background-position: center; background-size: cover; background-repeat: no-repeat; transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.efs-modality:hover { border-color: rgba(223, 18, 53, .62); box-shadow: 0 18px 42px rgba(0, 0, 0, .3); transform: translateY(-4px); }
.efs-modality > span { margin-bottom: 7px; color: var(--efs-red); font-size: var(--efs-fs-meta); font-weight: 800; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.efs-modality h3 { margin-bottom: 5px !important; font-size: 27px !important; white-space: nowrap; }
.efs-modality p { max-width: 390px; font-size: var(--efs-fs-card); line-height: 1.58; text-wrap: pretty; }
.efs-modality--boxe { background-position: 66% center; }
.efs-modality--boxe p { max-width: 330px; }
.efs-feature-grid { margin-top: 18px; }
.efs-feature { min-height: 150px; padding: 22px 20px; border: 1px solid rgba(223, 18, 53, .23); border-radius: 6px; background: linear-gradient(160deg, rgba(71, 10, 23, .65), rgba(27, 14, 20, .72)); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.efs-feature > span, .efs-info-card--compact > span { display: block; margin-bottom: 10px; color: var(--efs-red); font-family: "Anton", sans-serif; font-size: var(--efs-fs-meta); }
.efs-feature h3 { margin-bottom: 6px !important; font-family: "Manrope", sans-serif !important; font-size: var(--efs-fs-card-title) !important; font-weight: 800 !important; line-height: 1.38 !important; text-transform: none !important; }
.efs-feature p { font-size: var(--efs-fs-card); line-height: 1.58; }

.efs-proof { background: radial-gradient(circle at 74% 48%, rgba(86, 46, 102, .075), transparent 35%), linear-gradient(180deg, #111419 0%, #16191e 50%, #111419 100%); }
.efs-proof .efs-section-head { margin-bottom: 43px; }
.efs-info-card--compact { min-height: 160px; padding: 21px 19px; }
.efs-info-card--compact h3 { font-size: var(--efs-fs-card-title) !important; }
.efs-trustindex { display: grid; grid-template-columns: minmax(220px, .34fr) minmax(0, 1fr); gap: 30px; align-items: center; margin-top: 34px; overflow: hidden; padding: 30px 27px; border: 1px solid rgba(223, 18, 53, .22); border-radius: 13px; background: linear-gradient(120deg, rgba(92, 12, 31, .48), rgba(44, 8, 39, .55)); }
.efs-trustindex__copy { min-width: 0; padding: 7px 2px; }
.efs-trustindex__copy > span { display: block; margin-bottom: 8px; color: var(--efs-yellow); font-size: 13px; letter-spacing: 2px; }
.efs-trustindex__copy h3 { max-width: 330px; font-size: clamp(24px, 2.35vw, 31px) !important; line-height: 1.08 !important; }
.efs-trustindex__copy p { max-width: 300px; margin-top: 13px !important; color: var(--efs-muted); font-size: var(--efs-fs-card); line-height: 1.58; }
.efs-trustindex__widget { width: 100%; min-width: 0; overflow: hidden; color-scheme: light; }
.efs-trustindex__widget > *, .efs-trustindex__widget .ti-widget { width: 100% !important; max-width: 100% !important; margin: 0 !important; }
.efs-trustindex__widget .ti-reviews-container, .efs-trustindex__widget .ti-reviews-container-wrapper { max-width: 100% !important; }
.efs-trustindex__widget .ti-review-item > .ti-inner { border: 1px solid rgba(255, 255, 255, .12) !important; border-radius: 10px !important; box-shadow: 0 14px 30px rgba(0, 0, 0, .16) !important; }
.efs-trustindex__widget .ti-verified-by, .efs-trustindex__widget [class*="ti-verified-by"], .efs-trustindex__widget a[href*="trustindex.io"] { display: none !important; }
.efs-trustindex__fallback { display: flex; min-height: 150px; align-items: center; justify-content: center; flex-direction: column; gap: 16px; padding: 24px; border: 1px dashed var(--efs-border); border-radius: 10px; background: rgba(15, 17, 21, .7); text-align: center; }
.efs-trustindex__fallback p { font-size: var(--efs-fs-card); }

.efs-plans { background: radial-gradient(circle at 28% 48%, rgba(223, 18, 53, .065), transparent 34%), linear-gradient(180deg, #111419 0%, #17171c 50%, #111419 100%); }
.efs-plan-grid { align-items: stretch; }
.efs-plan { display: flex; min-height: 350px; flex-direction: column; padding: 24px 20px; border: 1px solid var(--efs-border); border-radius: 10px; background: var(--efs-card); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.efs-plan--featured { border-color: var(--efs-red); background: linear-gradient(180deg, rgba(223, 18, 53, .16), var(--efs-card) 44%); box-shadow: 0 0 36px rgba(223, 18, 53, .1); }
.efs-plan__badge { align-self: flex-start; margin: -37px 0 14px; padding: 6px 12px; border-radius: 999px; background: var(--efs-red); color: #fff; font-size: var(--efs-fs-meta); font-weight: 800; letter-spacing: .05em; line-height: 1.2; text-transform: uppercase; }
.efs-plan h3 { margin-bottom: 7px !important; font-size: 20px !important; }
.efs-plan > p { margin-bottom: 18px !important; font-size: var(--efs-fs-card); line-height: 1.58; }
.efs-plan > p strong { color: #fff; font-size: var(--efs-fs-card); }
.efs-plan ul { flex: 1; margin-bottom: 19px; }
.efs-plan li { position: relative; margin-bottom: 9px; padding-left: 18px; color: var(--efs-text); font-size: var(--efs-fs-card); line-height: 1.5; }
.efs-plan li::before { position: absolute; left: 0; color: var(--efs-red); content: "✓"; font-weight: 800; }
.efs-plan .efs-button { min-height: 40px; width: 100%; padding: 10px 12px; font-size: clamp(11px, calc(10.6px + .08vw), 12px); }
.efs-plans__note { max-width: 650px; margin: 25px auto 0 !important; color: var(--efs-muted) !important; font-size: var(--efs-fs-footer) !important; line-height: 1.55 !important; text-align: center; }

.efs-faq-section { background: radial-gradient(circle at 76% 44%, rgba(92, 38, 91, .065), transparent 35%), linear-gradient(180deg, #111419 0%, #17161b 52%, #12151a 100%); }
.efs-faq-grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: 70px; align-items: start; }
.efs-faq-grid .efs-section-head { margin-bottom: 0; }
.efs-faq details { border-bottom: 1px solid var(--efs-border); }
.efs-faq summary { display: flex; min-height: 60px; align-items: center; justify-content: space-between; gap: 18px; color: #fff; cursor: pointer; font-size: clamp(13px, calc(12.5px + .14vw), 15px); font-weight: 800; line-height: 1.45; list-style: none; }
.efs-faq summary::-webkit-details-marker { display: none; }
.efs-faq summary::after { color: var(--efs-red); content: "+"; font-family: "Anton", sans-serif; font-size: 21px; transition: transform .2s ease; }
.efs-faq details[open] summary::after { transform: rotate(45deg); }
.efs-faq details p { max-width: 610px; padding: 0 32px 20px 0; font-size: var(--efs-fs-card); line-height: 1.68; }
.efs-final-cta { overflow: hidden; margin-top: 60px; padding: 48px 34px; border: 1px solid rgba(223, 18, 53, .2); border-radius: 13px; background: linear-gradient(110deg, rgba(82, 18, 33, .95), rgba(37, 16, 44, .96)), url("../images/academia-corredor.png") center 42% / cover; text-align: center; box-shadow: 0 22px 50px rgba(0, 0, 0, .18); }
.efs-final-cta h2 { font-size: clamp(30px, 3vw, 42px) !important; }
.efs-final-cta p { margin: 10px auto 22px !important; font-size: var(--efs-fs-body); }

.efs-footer { position: relative; padding: 58px 0 24px; background: #12151a; }
.efs-map-card { display: grid; grid-template-columns: .82fr 1.18fr; overflow: hidden; margin-bottom: 46px; border: 1px solid var(--efs-border); border-radius: 12px; background: var(--efs-card); }
.efs-map-card__info { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 31px; }
.efs-map-card h2 { margin-bottom: 10px !important; font-size: 26px !important; }
.efs-map-card__info > p:not(.efs-eyebrow) { margin-bottom: 17px !important; font-size: var(--efs-fs-card); }
.efs-map-card .efs-button { min-height: 40px; padding: 10px 17px; font-size: clamp(11px, calc(10.6px + .08vw), 12px); }
.efs-map-card iframe { width: 100%; min-height: 280px; height: 100%; border: 0; filter: grayscale(.1) contrast(1.04); }
.efs-footer__grid { display: grid; grid-template-columns: 1.35fr .8fr .9fr; gap: 60px; }
.efs-footer__grid > div, .efs-footer__grid nav { display: flex; flex-direction: column; align-items: flex-start; }
.efs-footer__logo { width: 145px; margin-bottom: 13px; }
.efs-footer__grid p { max-width: 350px; font-size: var(--efs-fs-footer); line-height: 1.65; }
.efs-footer__grid strong { margin-bottom: 14px; color: #858b94; font-size: var(--efs-fs-meta); letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.efs-footer__grid nav a, .efs-footer__grid > div > a:not(.efs-footer__logo), .efs-footer__grid > div > span { margin-bottom: 9px; color: #afb4bc; font-size: var(--efs-fs-footer); line-height: 1.5; }
.efs-footer__grid a:hover { color: #fff !important; }
.efs-social { display: flex; gap: 13px; margin-top: 15px; }
.efs-social a { color: var(--efs-red); font-size: var(--efs-fs-footer); font-weight: 800; }
.efs-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 18px; border-top: 1px solid var(--efs-border); color: #7c838e; font-size: var(--efs-fs-meta); line-height: 1.55; }
.efs-footer__bottom a { transition: color .2s ease; }
.efs-footer__bottom a:hover, .efs-footer__bottom a:focus-visible { color: var(--efs-red); }
.efs-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 10010; display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #25d366, #128c4a); box-shadow: 0 12px 28px rgba(0, 0, 0, .36); transition: transform .2s ease, box-shadow .2s ease; }
.efs-whatsapp:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 16px 34px rgba(0, 0, 0, .42); }
.efs-whatsapp svg { width: 25px; fill: #fff; }

.efs-js .efs-reveal { opacity: 0; transform: translateY(15px) scale(.992); transition: opacity .82s ease, transform .82s cubic-bezier(.2, .72, .2, 1); transition-delay: 0ms; }
.efs-js .efs-reveal.is-visible { opacity: 1; transform: none; transition-delay: var(--efs-delay, 0ms); }

@media (max-width: 1199px) {
    .efs-site { --efs-shell: 1040px; }
    .efs-shell { width: min(calc(100% - 46px), var(--efs-shell)); }
    .efs-section { padding-block: 88px; }
    .efs-hero { min-height: 640px; padding-block: 72px 82px; }
    .efs-hero__grid { gap: 48px; }
    .efs-nav { gap: 24px; }
    .efs-about__grid { gap: 44px; }
    .efs-faq-grid { gap: 48px; }
}

@media (max-width: 991px) {
    .efs-site { --efs-shell: 900px; }
    .efs-site h1 { font-size: clamp(44px, 4.8vw, 50px) !important; }
    .efs-site h2 { font-size: clamp(33px, 4.7vw, 44px) !important; }
    .efs-site .efs-pain-title { font-size: clamp(32px, 4.05vw, 40px) !important; text-wrap: balance; }
    .efs-menu__inner { min-height: 66px; }
    .efs-logo { width: 132px; }
    .efs-nav { gap: 18px; }
    .efs-nav a { font-size: 11.5px; }
    .efs-hero__grid { grid-template-columns: 1fr .82fr; gap: 38px; }
    .efs-stats { grid-template-columns: repeat(2, 1fr); }
    .efs-grid--4 { grid-template-columns: repeat(2, 1fr); }
    .efs-modalities { grid-template-columns: 1.12fr .88fr; }
    .efs-mini-grid { grid-template-columns: 1fr; }
    .efs-trustindex { grid-template-columns: minmax(190px, .3fr) minmax(0, 1fr); gap: 22px; }
    .efs-trustindex__copy h3 { font-size: clamp(22px, 3vw, 27px) !important; }
    .efs-plan { min-height: 325px; }
}

@media (max-width: 899px) {
    .efs-hero__grid { grid-template-columns: 1fr; gap: 44px; }
    .efs-hero__content { max-width: 760px; }
    .efs-hero__media { width: min(100%, 540px); margin-inline: auto; }
}

@media (max-width: 767px) {
    .efs-shell { width: min(calc(100% - 36px), 650px); }
    .efs-site [id] { scroll-margin-top: 72px; }
    .efs-site h1 { font-size: clamp(40px, 8vw, 50px) !important; }
    .efs-site h2 { font-size: clamp(31px, 8.9vw, 42px) !important; }
    .efs-section { padding-block: 66px; }
    .efs-menu__inner { min-height: 62px; }
    .efs-logo { width: 122px; }
    .efs-menu__cta { display: none; }
    .efs-menu-toggle { display: block; }
    .efs-nav { position: absolute; top: calc(100% + 8px); right: 18px; left: 18px; display: grid; gap: 0; overflow: hidden; padding: 8px; border: 1px solid var(--efs-border); border-radius: 12px; background: rgba(15, 17, 21, .98); box-shadow: 0 18px 44px rgba(0, 0, 0, .42); opacity: 0; pointer-events: none; transform: translateY(-10px) scale(.98); transform-origin: top; transition: opacity .2s ease, transform .2s ease; }
    .efs-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
    .efs-nav a { padding: 13px 14px; border-radius: 8px; color: #fff; font-size: 12px; }
    .efs-nav a:hover { background: rgba(223, 18, 53, .1); }
    .efs-nav a::after { display: none; }
    .efs-hero { min-height: 0; padding-block: 65px 72px; }
    .efs-hero__grid, .efs-about__grid, .efs-faq-grid, .efs-map-card { grid-template-columns: 1fr; }
    .efs-hero__grid { gap: 42px; }
    .efs-hero .efs-title-line, .efs-pain-title .efs-title-line { white-space: normal; text-wrap: balance; }
    .efs-lead { font-size: 14px; }
    .efs-actions { align-items: stretch; flex-direction: column; }
    .efs-actions .efs-button { width: 100%; }
    .efs-stats { gap: 10px; }
    .efs-hero__media { width: min(100%, 460px); margin-inline: auto; }
    .efs-marquee__group { gap: 34px; padding-block: 10px; }
    .efs-marquee img { width: 105px; }
    .efs-grid--3, .efs-grid--4, .efs-modalities { grid-template-columns: 1fr; }
    .efs-info-card { min-height: 0; }
    .efs-about__media { width: min(100%, 460px); margin-inline: auto; }
    .efs-mini-grid { grid-template-columns: repeat(3, 1fr); }
    .efs-modality { min-height: 250px; }
    .efs-trustindex { grid-template-columns: 1fr; gap: 20px; padding: 22px 20px; }
    .efs-trustindex__copy { padding: 0; }
    .efs-trustindex__copy h3, .efs-trustindex__copy p { max-width: 560px; }
    .efs-plan { min-height: 0; }
    .efs-faq-grid { gap: 32px; }
    .efs-final-cta { margin-top: 46px; padding: 40px 20px; }
    .efs-map-card iframe { min-height: 250px; }
    .efs-footer__grid { grid-template-columns: 1fr 1fr; gap: 34px; }
    .efs-footer__grid > div:first-child { grid-column: 1 / -1; }
    .efs-footer__bottom { align-items: flex-start; flex-direction: column; }
    .efs-dumbbell { opacity: .1; }
    .efs-dumbbell.is-near { opacity: .24; }
    .efs-dumbbell--1 { --efs-size: clamp(110px, 19vw, 140px); }
    .efs-dumbbell--2 { --efs-size: clamp(78px, 13vw, 100px); }
    .efs-dumbbell--3 { --efs-size: clamp(128px, 22vw, 160px); }
    .efs-dumbbell--4 { --efs-size: clamp(90px, 15vw, 116px); }
    .efs-dumbbell--5 { --efs-size: clamp(70px, 12vw, 94px); }
    .efs-section::after { width: 430px; height: 430px; }
}

@media (max-width: 479px) {
    .efs-shell { width: min(calc(100% - 28px), 430px); }
    .efs-site h2 { font-size: clamp(29px, 9vw, 37px) !important; }
    .efs-section { padding-block: 58px; }
    .efs-eyebrow { font-size: 10.5px; letter-spacing: .11em; }
    .efs-hero .efs-eyebrow { gap: 8px; font-size: 9.5px; letter-spacing: .07em; }
    .efs-logo { width: 112px; }
    .efs-stats { grid-template-columns: 1fr 1fr; }
    .efs-stats div { min-height: 69px; }
    .efs-mini-grid { grid-template-columns: 1fr; }
    .efs-about__media figcaption { font-size: 34px; }
    .efs-modalities { gap: 14px; }
    .efs-plan__badge { margin-top: -33px; }
    .efs-footer__grid { grid-template-columns: 1fr; }
    .efs-footer__grid > div:first-child { grid-column: auto; }
    .efs-whatsapp { right: 15px; bottom: 15px; width: 48px; height: 48px; }
    .efs-dumbbell--1 { --efs-size: clamp(96px, 29vw, 116px); }
    .efs-dumbbell--3 { --efs-size: clamp(112px, 34vw, 136px); }
    .efs-dumbbell--5 { --efs-size: clamp(64px, 19vw, 78px); }
    .efs-dumbbell--2, .efs-dumbbell--4 { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .efs-site *, .efs-site *::before, .efs-site *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .efs-js .efs-reveal { opacity: 1 !important; transform: none !important; }
    .efs-menu { transform: none !important; }
}
