.elementor-3123 .elementor-element.elementor-element-b55464f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-8%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}@media(max-width:479px){.elementor-3123 .elementor-element.elementor-element-b55464f{--margin-top:-15%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}}/* Start custom CSS for html, class: .elementor-element-cbe5996 */@media (max-width: 767px) {
    .clubes-card-video {
        min-height: 360px;
        padding: 22px;
    }
}

@media (max-width: 480px) {
    .clubes-card-video {
        min-height: 400px;
        padding: 18px;
    }
}

.clubes-logo-img {
    display: block;
    width: 60%;
    max-width: 260px;
    height: auto;
    margin: 0 0 14px;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.16));
}

@media (max-width: 767px) {
    .clubes-logo-img {
        max-width: 190px;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .clubes-logo-img {
        max-width: 170px;
    }
}

.clubes-roi-section {
    --bg: #f6f5f1;
    --surface: rgba(255, 255, 255, 0.72);
    --surface-strong: #ffffff;
    --text: #111111;
    --text-soft: #4c4c4c;
    --text-muted: #6d6d6d;
    --green-dark: #145234;
    --green: #23724b;
    --green-soft: #8fe0b2;
    --green-pale: #dff6e8;
    --border: rgba(20, 82, 52, 0.12);
    --border-strong: rgba(20, 82, 52, 0.22);
    --shadow-sm: 0 10px 30px rgba(9, 26, 17, 0.05);
    --shadow-md: 0 18px 50px rgba(9, 26, 17, 0.08);
    --shadow-lg: 0 28px 70px rgba(9, 26, 17, 0.14);
    --radius-sm: 16px;
    --radius-md: 24px;
    --radius-lg: 32px;
    --ease: 350ms cubic-bezier(0.16, 1, 0.3, 1);

    position: relative;
    overflow: hidden;
    padding: 110px 20px;
    background:
        radial-gradient(circle at 12% 18%, rgba(143, 224, 178, 0.18), transparent 28%),
        radial-gradient(circle at 88% 82%, rgba(20, 82, 52, 0.10), transparent 32%),
        linear-gradient(180deg, #faf9f6 0%, var(--bg) 100%);
}

.clubes-roi-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 30%),
        linear-gradient(315deg, rgba(20, 82, 52, 0.03), transparent 35%);
}

.clubes-container {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    margin: 0 auto;
}

.clubes-hero {
    max-width: 940px;
    margin: 0 auto 72px;
    text-align: center;
}

.clubes-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(223, 246, 232, 0.95), rgba(223, 246, 232, 0.82));
    border: 1px solid rgba(35, 114, 75, 0.12);
    color: var(--green-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    margin-bottom: 22px;
}

.clubes-title {
    font-size: clamp(2.3rem, 4.3vw, 4.6rem);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: var(--text);
    margin-bottom: 28px;
    text-wrap: balance;
}

.clubes-title span {
    display: block;
    margin-top: 12px;
    color: var(--green-dark);
}

.clubes-intro {
    max-width: 900px;
    margin: 0 auto 18px;
    color: var(--text-soft);
    font-size: 1.06rem;
    line-height: 1.92;
    text-wrap: pretty;
}

.clubes-quote {
    max-width: 760px;
    margin: 38px auto 0;
    padding: 26px 28px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.64);
    border: 1px solid rgba(20, 82, 52, 0.08);
    box-shadow: var(--shadow-sm);
    color: #1c1c1c;
    font-size: 1.04rem;
    line-height: 1.85;
    font-style: italic;
    position: relative;
    text-wrap: pretty;
    backdrop-filter: blur(8px);
}

.clubes-quote::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(143, 224, 178, 0.35), rgba(20, 82, 52, 0.04), rgba(255, 255, 255, 0.22));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.clubes-quote cite {
    display: block;
    margin-top: 12px;
    font-style: normal;
    font-weight: 700;
    color: var(--green-dark);
}

.clubes-grid {
    display: grid;
    grid-template-columns: 1fr 1.12fr;
    gap: 34px;
    align-items: stretch;
}

.clubes-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
}

.clubes-card-image {
    min-height: 540px;
    display: flex;
    align-items: flex-end;
    padding: 38px;
    background:
        linear-gradient(180deg, rgba(8, 16, 12, 0.16) 0%, rgba(8, 16, 12, 0.78) 100%),
        url('coloque-aqui-a-imagem.jpg') center center / cover no-repeat;
    box-shadow: var(--shadow-md);
    isolation: isolate;
}

.clubes-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 22%, rgba(184, 240, 203, 0.20), transparent 20%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 24%);
    mix-blend-mode: screen;
    pointer-events: none;
}

.clubes-logo-bg {
    max-width: 430px;
    position: relative;
    z-index: 2;
}

.clubes-logo-bg h3 {
    margin: 0 0 14px;
    color: #d8ffe4;
    font-size: clamp(2.15rem, 3vw, 3.8rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    font-weight: 800;
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.20);
}

.clubes-logo-bg p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    line-height: 1.75;
    max-width: 34ch;
}

.clubes-card-content {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.98));
    border: 1px solid var(--border);
    box-shadow: var(--shadow-md);
    padding: 48px 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(8px);
}

.clubes-card-content::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(145deg, rgba(143, 224, 178, 0.45), rgba(20, 82, 52, 0.08), rgba(255, 255, 255, 0.5));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.clubes-mini-badge {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 8px 16px;
    border-radius: 999px;
    background: linear-gradient(180deg, #e8f8ee 0%, #dff6e8 100%);
    color: var(--green-dark);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: 1px solid rgba(35, 114, 75, 0.10);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
    margin-bottom: 24px;
}

.clubes-card-title {
    margin: 0 0 24px;
    color: var(--text);
    font-size: clamp(2rem, 2.9vw, 3.2rem);
    line-height: 1.05;
    letter-spacing: -0.035em;
    font-weight: 800;
    text-transform: uppercase;
    text-wrap: balance;
}

.clubes-card-text {
    color: var(--text-soft);
    font-size: 1.03rem;
    line-height: 1.9;
    margin-bottom: 18px;
    max-width: 62ch;
}

/* VIDEO CARD */
.clubes-card-video {
    position: relative;
    min-height: 540px;
    display: flex;
    align-items: flex-end;
    padding: 38px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    isolation: isolate;
    background: #0f1713;
}

.clubes-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clubes-card-video .clubes-logo-bg {
    position: relative;
    z-index: 2;
    max-width: 430px;
}

/* BOTÃO */
.clubes-wdt-button.wdt-button,
.clubes-card-content .wdt-button.clubes-wdt-button {
    margin-top: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    gap: 14px;
    min-height: 58px;
    padding: 6px 6px 6px 22px !important;
    border-radius: 999px !important;
    text-decoration: none;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    color: #ffffff !important;
    background: linear-gradient(180deg, #111111 0%, #0b0b0b 100%) !important;
    border: 1px solid rgba(128, 219, 181, 0.34) !important;
    box-shadow:
        0 14px 28px rgba(11, 16, 13, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 0 0 4px rgba(128, 219, 181, 0.16),
        inset 0 0 0 1px rgba(128, 219, 181, 0.10) !important;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition:
        transform var(--ease),
        box-shadow var(--ease),
        background var(--ease),
        border-color var(--ease) !important;
}

.clubes-wdt-button.wdt-button::before,
.clubes-card-content .wdt-button.clubes-wdt-button::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.02) 35%, transparent 100%);
    z-index: -1;
}

.clubes-wdt-button.wdt-button::after,
.clubes-card-content .wdt-button.clubes-wdt-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    width: 34%;
    height: 100%;
    transform: skewX(-22deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
    transition: left 520ms cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}

.clubes-wdt-button.wdt-button:hover,
.clubes-card-content .wdt-button.clubes-wdt-button:hover {
    transform: translateY(-2px);
    background: linear-gradient(180deg, #145234 0%, #0f432b 100%) !important;
    color: #ffffff !important;
    border-color: rgba(184, 240, 203, 0.62) !important;
    box-shadow:
        0 18px 34px rgba(20, 82, 52, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.10),
        0 0 0 4px rgba(128, 219, 181, 0.22),
        inset 0 0 0 1px rgba(184, 240, 203, 0.14) !important;
}

.clubes-wdt-button.wdt-button:hover::after,
.clubes-card-content .wdt-button.clubes-wdt-button:hover::after {
    left: 115%;
}

.clubes-wdt-button.wdt-button:active,
.clubes-card-content .wdt-button.clubes-wdt-button:active {
    transform: translateY(0);
    box-shadow:
        0 8px 18px rgba(11, 16, 13, 0.14),
        inset 0 2px 5px rgba(0, 0, 0, 0.18) !important;
}

.clubes-wdt-button .wdt-button-text {
    position: relative;
    z-index: 2;
    top: 1px;
    white-space: nowrap;
}

.clubes-wdt-button .wdt-button-icon {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.clubes-wdt-button .wdt-button-icon-inner {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 30%, #baf3ce, #8fe0b2 68%, #74c896 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.75),
        0 6px 14px rgba(143, 224, 178, 0.28);
    transition:
        transform var(--ease),
        box-shadow var(--ease),
        background var(--ease);
}

.clubes-wdt-button .wdt-button-icon-inner svg {
    width: 14px;
    height: 14px;
    fill: #0d1711;
    transform: rotate(0deg);
    transition: transform var(--ease);
}

.clubes-wdt-button:hover .wdt-button-icon-inner {
    transform: translateX(2px) rotate(-6deg);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.85),
        0 10px 18px rgba(143, 224, 178, 0.34);
}

.clubes-wdt-button:hover .wdt-button-icon-inner svg {
    transform: translateX(1px) translateY(-1px);
}

/* RESPONSIVO */
@media (max-width: 991px) {
    .clubes-roi-section {
        padding: 80px 20px;
    }

    .clubes-grid {
        grid-template-columns: 1fr;
    }

    .clubes-card-image {
        min-height: 360px;
    }

    .clubes-card-content {
        padding: 36px 28px;
    }

    .clubes-card-video {
        min-height: 360px !important;
        padding: 28px !important;
    }
}

@media (max-width: 640px) {
    .clubes-hero {
        margin-bottom: 52px;
    }

    .clubes-title {
        font-size: 2rem;
    }

    .clubes-intro,
    .clubes-card-text,
    .clubes-quote {
        font-size: 0.98rem;
        line-height: 1.78;
    }

    .clubes-card-image {
        min-height: 300px;
        padding: 24px;
    }

    .clubes-card-content {
        padding: 28px 22px;
    }

    .clubes-card-title {
        font-size: 1.72rem;
    }

    .clubes-wdt-button.wdt-button,
    .clubes-card-content .wdt-button.clubes-wdt-button {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 991px) {
    .clubes-roi-section {
        padding: 80px 20px;
    }

    .clubes-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .clubes-card-image {
        min-height: 360px;
        order: 1;
    }

    .clubes-card-content {
        order: 2;
        padding: 36px 28px;
    }

    .clubes-hero {
        margin-bottom: 52px;
    }
}

@media (max-width: 767px) {
    .clubes-roi-section {
        padding: 64px 16px;
    }

    .clubes-container {
        max-width: 100%;
    }

    .clubes-hero {
        max-width: 100%;
        margin: 0 auto 40px;
        text-align: left;
    }

    .clubes-badge {
        margin-bottom: 18px;
        font-size: 11px;
        padding: 8px 14px;
    }

    .clubes-title {
        font-size: 1.75rem !important;
        line-height: 1.08 !important;
        letter-spacing: -0.02em !important;
        margin-bottom: 16px !important;
    }

    .clubes-title span {
        display: block !important;
        margin-top: 8px !important;
        font-size: 0.88em !important;
        line-height: 1.15 !important;
    }

    .clubes-intro {
        font-size: 0.98rem;
        line-height: 1.8;
        margin-bottom: 16px;
        max-width: 100%;
    }

    .clubes-quote {
        margin-top: 26px;
        padding: 20px 18px;
        font-size: 0.96rem;
        line-height: 1.75;
        border-radius: 18px;
    }

    .clubes-grid {
        gap: 20px;
    }

    .clubes-card {
        border-radius: 24px;
    }

    .clubes-card-image {
        min-height: 280px;
        padding: 22px;
        align-items: flex-end;
    }

    .clubes-logo-bg {
        max-width: 100%;
    }

    .clubes-logo-bg h3 {
        font-size: 1.65rem !important;
        line-height: 1 !important;
        margin-bottom: 10px !important;
    }

    .clubes-logo-bg p {
        font-size: 0.95rem;
        line-height: 1.65;
        max-width: 100%;
    }

    .clubes-card-content {
        padding: 26px 20px;
        border-radius: 24px;
    }

    .clubes-mini-badge {
        font-size: 11px;
        padding: 7px 14px;
        margin-bottom: 18px;
    }

    .clubes-card-title {
        font-size: 1.35rem !important;
        line-height: 1.12 !important;
        letter-spacing: -0.015em !important;
        margin-bottom: 16px !important;
    }

    .clubes-card-text {
        font-size: 0.97rem;
        line-height: 1.78;
        margin-bottom: 14px;
        max-width: 100%;
    }

    .clubes-wdt-button.wdt-button,
    .clubes-card-content .wdt-button.clubes-wdt-button {
        width: 100%;
        min-height: 54px;
        padding: 6px 6px 6px 18px !important;
        justify-content: space-between;
        gap: 10px;
    }

    .clubes-wdt-button .wdt-button-text {
        font-size: 14px;
        line-height: 1.1;
        text-align: left;
    }

    .clubes-wdt-button .wdt-button-icon-inner {
        width: 38px;
        height: 38px;
    }

    .clubes-wdt-button .wdt-button-icon-inner svg {
        width: 13px;
        height: 13px;
    }

    .clubes-card-video {
        min-height: 260px !important;
        padding: 22px !important;
    }

    .clubes-card-video .clubes-logo-bg {
        max-width: 100%;
    }

    .clubes-card-video .clubes-logo-bg h3 {
        font-size: 1.1rem !important;
        line-height: 1.05 !important;
        letter-spacing: -0.01em !important;
        margin-bottom: 10px !important;
    }

    .clubes-card-video .clubes-logo-bg p {
        font-size: 0.94rem;
        line-height: 1.68;
    }
}

@media (max-width: 480px) {
    .clubes-roi-section {
        padding: 56px 14px;
    }

    .clubes-hero {
        margin-bottom: 32px;
    }

    .clubes-title {
        font-size: 1.55rem !important;
        line-height: 1.1 !important;
    }

    .clubes-intro,
    .clubes-card-text,
    .clubes-quote,
    .clubes-logo-bg p {
        font-size: 0.94rem;
        line-height: 1.72;
    }

    .clubes-card-image {
        min-height: 240px;
        padding: 18px;
    }

    .clubes-logo-bg h3 {
        font-size: 1.45rem !important;
        line-height: 1.02 !important;
    }

    .clubes-card-content {
        padding: 22px 16px;
    }

    .clubes-card-title {
        font-size: 1.22rem !important;
        line-height: 1.15 !important;
    }

    .clubes-wdt-button.wdt-button,
    .clubes-card-content .wdt-button.clubes-wdt-button {
        min-height: 52px;
        padding: 5px 5px 5px 16px !important;
    }

    .clubes-wdt-button .wdt-button-text {
        font-size: 13.5px;
    }

    .clubes-wdt-button .wdt-button-icon-inner {
        width: 36px;
        height: 36px;
    }

    .clubes-card-video {
        min-height: 220px !important;
        padding: 18px !important;
    }

    .clubes-card-video .clubes-logo-bg h3 {
        font-size: 1rem !important;
    }

    .clubes-card-video .clubes-logo-bg p {
        font-size: 0.9rem;
        line-height: 1.62;
    }
}

/* SEÇÃO ROI: vídeo esquerda + conteúdo direita */
.clubes-roi-section .clubes-hero {
    max-width: 100%;
    margin: 0;
    text-align: left;
}

.clubes-roi-section .clubes-roi-split {
    display: grid;
    grid-template-columns: minmax(320px, 520px) minmax(320px, 1fr);
    gap: 40px;
    align-items: center;
}

.clubes-roi-section .clubes-roi-media {
    position: relative;
    width: 100%;
}

.clubes-roi-section .clubes-roi-content {
    width: 100%;
}

.clubes-roi-section .clubes-card-video {
    position: relative;
    min-height: 520px;
    padding: 0 !important;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    background: #0f1713;
}

.clubes-roi-section .clubes-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clubes-roi-section .clubes-video-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.clubes-roi-section .clubes-title,
.clubes-roi-section .clubes-intro,
.clubes-roi-section .clubes-quote {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}

.clubes-roi-section .clubes-title {
    margin-bottom: 20px;
}

.clubes-roi-section .clubes-intro {
    margin-bottom: 16px;
}

.clubes-roi-section .clubes-quote {
    margin-top: 28px;
    margin-bottom: 0;
}

/* tablet */
@media (max-width: 1024px) {
    .clubes-roi-section .clubes-roi-split {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .clubes-roi-section .clubes-card-video {
        min-height: 360px;
    }
}

/* mobile */
@media (max-width: 767px) {
    .clubes-roi-section .clubes-card-video {
        min-height: 260px;
    }
}

/* Título ROI: tamanho reduzido na seção split */
.clubes-roi-section .clubes-title {
    font-size: clamp(1.6rem, 2.8vw, 3rem);
    line-height: 1.08;
    margin-bottom: 18px;
}

/* Vídeo ROI: altura aumentada em desktop */
.clubes-roi-section .clubes-card-video {
    min-height: 620px;
}

/* Tablet */
@media (max-width: 1024px) {
    .clubes-roi-section .clubes-card-video {
        min-height: 420px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .clubes-roi-section .clubes-title {
        font-size: 1.45rem !important;
        line-height: 1.1 !important;
    }

    .clubes-roi-section .clubes-card-video {
        min-height: 300px;
    }
}/* End custom CSS */