@import url('./font-face.css');

/* ─── Design tokens ─── */
:root {
    --lime: #c8ff00;
    --lime-dark: #a8d600;
    --green-line: #B3E01D;
    --bg: #06090C;
    --bg2: #111111;
    --bg3: #0d0d0d;
    --card: #1a1a1a;
}

body {
    background: var(--bg);
}

html,
body {
    overflow-x: hidden;
}

/* ─── Utilities ─── */
.lp-root {
    background: var(--bg);
    color: #fff;
}

.lp-lime {
    color: var(--green-line);
}

.lp-bg3 {
    background: var(--bg3);
}

.line-title-group {
    position: relative;
    display: flex;
    justify-content: center;
}

.line-title {
    width: 100%;
    height: 3px;
    background-color: #5B5D5F;
    align-self: center;
}

.line-title-group h1 {
    font-family: 'Impact', sans-serif;
    color: var(--green-line);
    font-style: italic;
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--bg);
    padding: 0 35px;
    margin: 0;
    white-space: nowrap;
}

@media (max-width: 575px) {
    .line-title-group h1 {
        font-size: 50px;
        padding: 0 16px;
    }
}

.heading-lp {
    text-transform: uppercase;
    line-height: 1.05;
    letter-spacing: -0.01em;
}

/* ─── Desktop / Mobile toggle ─── */
@media (min-width: 992px) {
    .hero-mobile {
        display: none !important;
    }

    .hero-desktop {
        display: grid !important;
    }

    .s-maioria-mob-photo {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hero-desktop {
        display: none !important;
    }

    .hero-mobile {
        display: block !important;
    }
}

/* ══════════════════════════════
   HERO
══════════════════════════════ */
.lp-hero {
    position: relative;
    overflow: hidden;
    background: #0a0a0a;
    min-height: 600px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.hero-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(10, 10, 10, 0.82) 0%, rgba(10, 10, 10, 0.65) 42%, rgba(10, 10, 10, 0.25) 100%);
}

/* Desktop grid */
.hero-desktop {
    position: relative;
    z-index: 1;
    max-width: 1728px;
    margin: 0 auto;
    padding-left: clamp(24px, 6.3vw, 195px);
    padding-right: 0;
    grid-template-columns: minmax(0, 42.5%) 1fr;
    gap: 0;
    align-items: stretch;
}

/* Left column */
.hero-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 134px;
    padding-bottom: 60px;
}

/* Brand */
.hero-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: fit-content;
}

.hero-brand-names {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: clamp(8px, 0.8vw, 14px);
}

.hero-brand-name {
    display: inline-block;
    font-family: 'Impact', sans-serif;
    text-transform: uppercase;
    font-style: italic;
    font-size: clamp(26px, 2.85vw, 49.22px);
    line-height: 1.1;
    letter-spacing: 0;
    color: #fff;
    white-space: nowrap;
    border-bottom: 2.25px solid #B3E01D;
    padding-bottom: 6px;
}

.hero-sports {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(5px, 0.6vw, 9px);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(10px, 0.96vw, 16.55px);
    line-height: 14.91px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
}

.hero-sports-bullet {
    font-size: 0.55em;
    opacity: 0.85;
}

/* Headlines */
.hero-h1-regular {
    font-family: 'Impact', sans-serif;
    text-transform: uppercase;
    text-wrap: nowrap;
    font-style: italic;
    font-size: clamp(30px, 3.36vw, 58px);
    line-height: clamp(27px, 3.01vw, 52px);
    color: #fff;
    margin: 0 0 6px 0;
    letter-spacing: 0;
}

.hero-h1-lime {
    font-family: 'Impact', sans-serif;
    text-transform: uppercase;
    font-style: italic;
    text-wrap: nowrap;
    font-size: clamp(30px, 3.36vw, 58px);
    line-height: clamp(27px, 3.01vw, 52px);
    color: var(--green-line);
    margin: 0;
    letter-spacing: 0;
}

/* Description */
.hero-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 1.04vw, 18px);
    line-height: 22px;
    color: #e0e0e0;
    margin: 0;
    max-width: 600px;
}

.hero-desc strong {
    font-weight: 700;
}

/* Com Fabio block */
.hero-with-fabio {
    display: flex;
    text-transform: uppercase;
    flex-direction: column;
    gap: 19px;
    max-width: 320px;
}

.hero-fabio-line {
    display: block;
    width: 280px;
    height: auto;
}

.hero-trainer-intro {
    font-family: 'Impact', sans-serif;
    font-style: italic;
    font-size: clamp(22px, 1.85vw, 32px);
    line-height: 25px;
    color: #fff;
    margin: 0;
    letter-spacing: 0;
}

.hero-trainer-name {
    color: var(--green-line);
}

.hero-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.hero-check-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-check-icon {
    width: 33px;
    height: 33px;
    flex-shrink: 0;
}

.hero-check-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #e0e0e0;
}

/* CTA desktop */
.hero-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #B3E01D;
    color: #171717;
    text-decoration: none;
    font-family: 'Impact', sans-serif;
    font-style: italic;
    font-size: clamp(22px, 2.08vw, 36px);
    line-height: 1;
    text-transform: uppercase;
    padding: 15px 39px;
    border-radius: 6px;
    width: clamp(240px, 19.5vw, 337px);
    height: 55px;
    box-sizing: border-box;
    white-space: nowrap;
    transition: opacity 0.2s, transform 0.2s;
}

.hero-cta-btn:hover {
    opacity: 0.9;
    transform: scale(1.04);
}

.hero-cta-arrow {
    width: 14px;
    height: 23px;
    flex-shrink: 0;
}

/* Right column */
.hero-right {
    position: relative;
    overflow: hidden;
}

.hero-fabio-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    z-index: 0;
    object-fit: contain;
}

/* ─── HERO MOBILE ─── */
.hero-mobile {
    position: relative;
    z-index: 1;
}

.hero-mob-photo-area {
    position: relative;
    height: 839px;
    width: 100%;
    overflow: hidden;
}

.hero-mob-fabio {
    position: absolute;
    top: 238px;
    left: -13px;
    width: 100%;
    height: 601px;
    object-fit: contain;
}

@media (max-width: 1610px) {
    .hero-fabio-img {
        width: 800px;
    }
}

@media (max-width: 1350px) {
    .hero-fabio-img {
        width: 700px;
    }
}

@media (max-width: 1199px) {
    .hero-fabio-img {
        width: 600px;
    }
}

@media (max-width: 991px) {
    .hero-fabio-img {
        display: none;
    }
}

@media (max-width: 620px) {
    .hero-mob-photo-area {
        height: 639px;
    }

    .hero-mob-fabio {
        top: 220px;
        height: 400px;
    }
}

.hero-mob-brand {
    position: absolute;
    top: 99px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10.79px;
    width: fit-content;
}

.hero-mob-brand-names {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 6px;
}

.hero-mob-brand-name {
    display: inline-block;
    font-family: 'Impact', sans-serif;
    text-transform: uppercase;
    font-style: italic;
    font-size: clamp(32px, 8.5vw, 46px);
    line-height: 1.1;
    letter-spacing: 0;
    color: #fff;
    white-space: nowrap;
    border-bottom: 2px solid #B3E01D;
    padding-bottom: 4px;
}

.hero-mob-sports {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(10px, 3vw, 14px);
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
}

.hero-mob-sports-bullet {
    font-size: 0.55em;
    opacity: 0.85;
}

.hero-mob-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 28px 24px 0;
    max-width: 100%;
}

.hero-mob-content>div:first-child {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 100%;
}

.hero-mob-h1-regular {
    font-family: 'Impact', sans-serif;
    text-transform: uppercase;
    font-style: italic;
    font-size: clamp(28px, 7vw, 44px);
    line-height: 1;
    color: #fff;
    letter-spacing: 0;
}

.hero-mob-h1-lime {
    font-family: 'Impact', sans-serif;
    font-style: italic;
    text-transform: uppercase;
    font-size: clamp(28px, 7vw, 44px);
    line-height: 1;
    color: var(--green-line);
    margin: 0;
    letter-spacing: 0;
}

.hero-mob-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #ccc;
    margin: 0;
}

.hero-mob-desc strong {
    font-weight: 700;
}

.hero-mob-with-fabio {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-transform: uppercase;
}

.hero-mob-trainer-intro {
    font-family: 'Impact', sans-serif;
    font-style: italic;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    margin: 0;
}

.hero-mob-trainer-name {
    color: var(--green-line);
}

.hero-mob-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hero-mob-check-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-mob-check-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.hero-mob-check-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #e0e0e0;
}

.hero-mob-cta-wrap {
    padding-bottom: 40px;
}

.hero-mob-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #B3E01D;
    color: #171717;
    text-decoration: none;
    font-family: 'Impact', sans-serif;
    font-style: italic;
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    padding: 15px 24px;
    border-radius: 6px;
    width: 100%;
    height: 55px;
    box-sizing: border-box;
}

.hero-mob-cta-arrow {
    width: 12px;
    height: 20px;
    flex-shrink: 0;
}

/* ══════════════════════════════
   MAIORIA
══════════════════════════════ */
.section-maioria {
    position: relative;
    overflow: hidden;
    background: #06090C;
    min-height: 1038px;
}

.s-maioria-img3 {
    position: absolute;
    top: -193px;
    left: 46px;
    width: 885px;
    height: 1044px;
    object-fit: cover;
    filter: blur(14.8px);
    z-index: 0;
}

.s-maioria-img2 {
    position: absolute;
    top: 17px;
    left: 128px;
    width: 707px;
    height: 834px;
    object-fit: cover;
    z-index: 1;
}

.s-maioria-inner {
    position: relative;
    z-index: 2;
    margin-left: 50%;
    padding: 100px 80px 100px 60px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.s-maioria-h2 {
    font-family: 'Impact', sans-serif;
    font-style: italic;
    font-size: 58px;
    letter-spacing: 0;
    color: #fff;
    width: 684px;
    max-width: 100%;
    margin: 0;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.s-maioria-h2 span {
    line-height: 52px;
    display: block;
}

.s-maioria-text-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 616px;
    max-width: 100%;
}

.s-maioria-lead {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0;
    color: #fff;
    width: 616px;
    max-width: 100%;
    margin: 0;
}

.s-maioria-bold {
    font-family: 'Impact', sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 0;
    color: #fff;
    width: 616px;
    max-width: 100%;
    margin: 0;
}

/* Card com clip-path (outline em diagonal) */
.s-maioria-text-outline {
    position: relative;
    width: 576px;
    max-width: 100%;
    min-height: 90px;
    margin: 0;
    background: var(--green-line);
    clip-path: polygon(2% 0, 100% 0, 97% 100%, 0 100%);
    padding: 2px;
    box-sizing: border-box;
}

.s-maioria-text {
    width: 100%;
    height: 100%;
    min-height: calc(90px - 4px);
    background: #06090C;
    clip-path: polygon(2% 0, 100% 0, 97% 100%, 0 100%);
    padding: 22px 28px;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

/* ══════════════════════════════
   3 CARDS
══════════════════════════════ */
.section-cards {
    padding: 72px 24px;
}

.s-cards-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 20px;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding: 0 20px;
}

/* ── Base comum dos 3 cards ── */
.s-card-1,
.s-card-2,
.s-card-3 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    height: auto;
    width: 100%;
    background: #0E1212;
    border: 2px solid #B3E01D;
    border-radius: 12px;
    padding: 32px 28px 64px;
    box-sizing: border-box;
    overflow: hidden;
}

.s-card1-header,
.s-card2-header,
.s-card3-header {
    display: flex;
    align-items: center;
    gap: 20px;
    align-self: start;
}

.s-card1-icon,
.s-card2-icon,
.s-card3-icon {
    width: 72px;
    height: 72px;
    object-fit: contain;
    flex-shrink: 0;
}

.s-card1-title,
.s-card2-title,
.s-card3-title {
    font-family: 'Impact', sans-serif;
    font-style: italic;
    font-size: 36px;
    line-height: 1.05;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

/* ── Card 1: COMO FUNCIONA ── */
.s-card1-wrap {
    position: relative;
}

.s-card1-badge {
    position: absolute;
    top: -23px;
    right: 14px;
    z-index: 1;
    width: 144px;
    height: 46px;
    border-radius: 4px;
    padding: 4px 10px;
    background: #B3E01D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    line-height: 22px;
    color: #06090C;
    box-sizing: border-box;
}

.s-card1-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin: 0;
}

.s-card1-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.s-card1-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.s-card1-check {
    width: 16px;
    height: 28px;
    flex-shrink: 0;
}

.s-card1-note {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin: 0;
}

.s-card1-faixa {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 130px;
    z-index: 10;
    pointer-events: none;
}

/* ── Card 2: PARA QUEM É ── */
.s-card2-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.s-card2-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.s-card2-sport-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
}

.s-card2-note {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin: 0;
}

.s-card2-faixa {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 130px;
    z-index: 10;
    pointer-events: none;
}

/* ── Card 3: NOSSO DIFERENCIAL ── */
.s-card3-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin: 0;
}

.s-card3-bold {
    font-weight: 700;
    color: #B3E01D;
}

.s-card3-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.s-card3-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.s-card3-check {
    width: 29px;
    height: 29px;
    flex-shrink: 0;
}

.s-card3-faixa {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 130px;
    z-index: 10;
    pointer-events: none;
}

/* ══════════════════════════════
   MAIORIA + CARDS — MOBILE
══════════════════════════════ */
@media (max-width: 1023px) {
    .section-maioria {
        min-height: auto;
        overflow: hidden;
    }

    .s-maioria-img3,
    .s-maioria-img2 {
        display: none !important;
    }

    .s-maioria-inner {
        margin-left: 0;
        padding: 40px 20px 28px;
        position: relative;
        z-index: 2;
    }

    .s-maioria-mob-photo {
        display: block !important;
        position: relative;
        width: 100%;
        height: auto;
        aspect-ratio: 599 / 706;
        object-fit: cover;
        overflow: visible;
    }

    .s-maioria-h2 {
        display: block;
        font-size: 37px;
        line-height: 40px;
        width: 100%;
    }

    .s-maioria-h2 span {
        display: inline;
    }

    .s-maioria-lead {
        line-height: 32px;
        width: 100%;
    }

    .s-maioria-bold {
        width: 100%;
        margin-bottom: 25px;
    }

    .s-maioria-text-block {
        width: 100%;
        gap: 8px;
    }

    .s-maioria-text {
        width: 100%;
    }

    .s-cards-row {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 0 24px 48px;
    }

    .s-card1-wrap {
        max-width: 391px;
        margin: 0 auto;
    }

    .s-card-1,
    .s-card-2,
    .s-card-3 {
        max-width: 391px;
        margin: 0 auto;
        padding: 24px 20px 56px;
    }

    .s-card1-icon,
    .s-card2-icon,
    .s-card3-icon {
        width: 56px;
        height: 56px;
    }

    .s-card1-title,
    .s-card2-title,
    .s-card3-title {
        font-size: 28px;
    }
}

@media (max-width: 1023px) {
    .section-acomp {
        padding: 40px 0 32px;
    }

    .s-acomp-inner {
        gap: 24px;
    }

    .s-acomp-title {
        font-size: 28px;
        line-height: 36px;
    }

    .s-acomp-items {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .s-acomp-item {
        width: 100%;
    }

    .s-acomp-text {
        white-space: normal;
    }

    .br-desk-only {
        display: none;
    }

    .s-acomp-banner-text {
        font-size: 14px;
        line-height: 18px;
        white-space: nowrap;
    }

    .s-acomp-treinus {
        width: 80px;
        height: 22px;
    }
}

/* ══════════════════════════════
   ACOMPANHAMENTO
══════════════════════════════ */
.section-acomp {
    background: #06090C;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 241px;
    padding: 30px 20px 100px 20px;
}

.s-acomp-inner {
    width: 1135px;
    max-width: calc(100% - 48px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.s-acomp-title {
    font-family: 'Impact', sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.s-acomp-items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: left;
}

.s-acomp-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.s-acomp-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex-shrink: 0;
}

.s-acomp-text {
    font-family: 'Impact', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}

/* Banner com clip-path */
.s-acomp-banner {
    margin-top: 20px;
    position: relative;
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px 103px;
    gap: 6px;
    background: #B3E01D;
    clip-path: polygon(2% 0, 100% 0, 97% 100%, 0 100%);
}

.s-acomp-banner-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #06090C;
    white-space: nowrap;
}

.s-acomp-treinus {
    width: 106px;
    height: 30px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .s-acomp-banner {
        padding: 5px 40px;
    }
}

@media (max-width: 460px) {
    .s-acomp-banner {
        padding: 4px 10px;
    }

    .s-acomp-banner-text {
        font-size: 15px;
    }
}

/* Planos */
.planos {
    padding: 0 20px;
    max-width: 1600px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.plans-subtitle {
    font-family: 'Impact', sans-serif;
    font-weight: 300;
    font-size: 35px;
    text-align: center;
    margin-top: 33px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.plans-subtitle span {
    color: var(--green-line);
}

.plans-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 20px;
    margin-top: 30px;
}

.plan-card {
    background: #0e1212;
    border-radius: 15px;
    border: 2px solid #717474;
    padding: 50px;
    display: flex;
    align-items: start;
    gap: 30px;
}

.plan-card .plan-card-text h3 {
    font-family: 'Impact', sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1;
    font-style: italic;
    margin-bottom: 25px;
}

.plan-card .plan-card-text p {
    font-size: 18px;
}

@media (max-width: 1200px) {
    .plans-cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .plan-card {
        padding: 35px;
    }

    .plan-card .plan-card-text h3 {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .plans-subtitle {
        font-size: 28px;
    }

    .plans-cards-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .plan-card {
        padding: 30px;
        gap: 20px;
    }

    .plan-card .plan-card-text h3 {
        font-size: 38px;
        margin-bottom: 15px;
    }

    .plan-card .plan-card-text p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .planos {
        padding: 0 15px;
    }

    .plan-card img {
        width: 60px;
    }

    .plan-card .plan-card-text h3 {
        font-size: 32px;
    }
}

/* Depoimentos */
.depoimentos-title-wrap {
    padding: 0 20px;
    max-width: 1600px;
    margin: 0 auto;
}

.depoimentos .splide {
    margin: 80px 0;
}

/* CTA */
.cta {
    background-image: url(../images/fabio/fundo_hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 80px;
}

.cta h1 {
    font-family: 'Impact', sans-serif;
    color: #fff;
    font-style: italic;
    font-size: 60px;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
}

.cta h1 span {
    font-family: 'Impact', sans-serif;
    color: var(--green-line);
    font-size: 95px;
}

.cta-content {
    padding: 0 20px;
    max-width: 1350px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
}

.cta-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta-content .fabio {
    object-fit: contain;
    object-position: bottom;
    justify-self: center;
}

.cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    background: #B3E01D;
    color: #171717;
    text-decoration: none;
    font-family: 'Impact', sans-serif;
    font-style: italic;
    font-size: clamp(22px, 2.08vw, 36px);
    line-height: 1;
    text-transform: uppercase;
    padding: 15px 31px;
    border-radius: 6px;
    width: fit-content;
    box-sizing: border-box;
    white-space: nowrap;
    transition: opacity 0.2s, transform 0.2s;
}

.cta-btn:hover {
    opacity: 0.9;
    transform: scale(1.04);
}

.cta p {
    font-size: 20px;
    margin: 30px 0;
    width: 560px;
    max-width: 100%;
}

.cta .cta-whats {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.cta .cta-whats span {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 1040px) {
    .cta-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .cta p {
        width: 100%;
        max-width: 100%;
    }

    .cta h1 {
        font-size: 38px;
    }

    .cta h1 span {
        font-size: 54px;
    }
}

/* Banner */
.banner {
    padding: 20px;
    background-color: #242625;
}

.banner-content {
    max-width: 1350px;
    margin: 0 auto;

    display: flex;
    align-items: center;
}

.banner-content .text {
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner-content p {
    font-size: 18px;
}

.banner-content span {
    color: var(--green-line);
}

.banner-content .corredor {
    margin-left: auto;
}

@media (max-width: 1040px) {
    .banner-content {
        flex-direction: column;
        align-items: start;
    }

    .banner-content .text {
        display: flex;
        align-items: start;
        gap: 10px;
    }

    .banner-content p {
        margin-bottom: 20px;
    }

    .banner-content p br {
        display: none;
    }

    .banner-content .calendar {
        width: 60px;
    }
}

/* Karina */
.karina {
    padding: 0 20px;
    padding-top: 50px;
    position: relative;
}

.karina .faixa2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
}

.karina-content {
    max-width: 1350px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.karina-content h1 {
    font-family: 'Impact', sans-serif;
    color: var(--green-line);
    font-style: italic;
    font-size: 60px;
    line-height: 1;
}

.karina-content p {
    font-size: 18px;
    margin: 10px 0;
    max-width: 100%;
}

.karina-content p span {
    color: var(--green-line);
}

.karina-img {
    align-self: end;
    object-fit: cover;
    height: 100%;
    overflow: visible;
    justify-self: center;
}

.karina-content .karina-intro {
    font-family: 'Impact', sans-serif;
    font-style: italic;
    font-size: 35px;
}

.karina-content .karina-intro span,
p.karina-pre-checklist span {
    color: var(--green-line);
}

p.karina-pre-checklist {
    font-family: 'Impact', sans-serif;
    font-style: italic;
    font-size: 24px;
    margin: 0;
    margin-bottom: 30px;
}

.karina-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.karina-check-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.karina-check-icon {
    width: 33px;
    height: 33px;
    flex-shrink: 0;
}

.karina-check-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #e0e0e0;
}

@media (max-width: 1199px) {
    .karina-content {
        grid-template-columns: 1fr;
    }

    .karina-img {
        order: 2;
    }

    .karina-content h1 {
        padding-top: 80px;
    }
}

/* Porque */
.porque {
    padding: 40px 20px;
    background-color: var(--green-line);
}

.porque-content {
    max-width: 1350px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.porque h1 {
    font-family: 'Impact', sans-serif;
    color: #06090C;
    font-style: italic;
    font-size: 60px;
    line-height: 1;
    margin: 0;
}

.porque p,
.porque li {
    color: #06090C;
    font-size: 19px;
    font-family: 'Inter', sans-serif;
    line-height: 1;
}

.porque p {
    margin: 25px 0;
}

.porque ul {
    list-style: disc;
    padding-left: 21px;
}

.porque-box-outline {
    position: relative;
    width: 489px;
    max-width: 100%;
    min-height: 90px;
    margin: 0;
    background: #06090C;
    clip-path: polygon(4% 0, 100% 0, 94% 100%, 0 100%);
    padding: 2px;
    box-sizing: border-box;
    margin-left: auto;
}

.porque-box-content {
    width: 100%;
    height: 100%;
    min-height: calc(90px - 4px);
    background: var(--green-line);
    clip-path: polygon(4% 0, 100% 0, 94% 100%, 0 100%);
    padding: 30px 42px;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #06090C;
}

.porque-box-content p {
    font-family: 'Impact', sans-serif;
    font-style: italic;
    font-size: 30px;
    margin: 0;
    margin-bottom: 30px;
}

.porque-box-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 20px;
}

.box-grid-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.box-grid-item span {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #06090C;
}

@media (max-width: 1199px) {
    .porque-content {
        grid-template-columns: 1fr;
    }

    .porque-box-outline {
        margin-left: 0;
        width: 550px;
    }

    .porque-content h1 {
        padding-top: 40px;
    }
}

@media (max-width: 600px) {
    .porque-box-outline {
        width: 100%;
    }

    .porque-box-content {
        padding: 30px;
    }

    .porque-content h1 {
        font-size: 52px;
    }
}

@media (max-width: 490px) {
    .porque-box-grid {
        grid-template-columns: 1fr;
    }
}

/* Pre footer cta */

.pre-footer-cta {
    position: relative;
    padding: 40px 20px;
}

.pre-footer-cta-content {
    max-width: 1350px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 200px;
}

.footer-glow-1 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-glow-2 {
    position: absolute;
    top: 0;
    right: 0;
}

.pre-footer-cta h1 {
    font-family: 'Impact', sans-serif;
    color: #fff;
    font-style: italic;
    font-size: 60px;
    line-height: 1;
    margin: 0;
}

.pre-footer-cta p {
    font-size: 23px;
    font-weight: 200;
    line-height: 1;
    margin-top: 20px;
}

.pre-footer-cta .subtitle {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.pre-footer-cta .subtitle h2 {
    font-family: 'Impact', sans-serif;
    color: var(--green-line);
    font-style: italic;
    font-size: 30px;
    line-height: 1;
    margin: 0
}

.pre-footer-cta .subtitle+span {
    font-size: 20px;
    line-height: 1;
    margin-top: 20px;
}

.pre-footer-cta .subtitle+span span {
    font-family: 'Impact', sans-serif;
    color: var(--green-line);
    font-style: italic;
    font-size: 24px;
    line-height: 1;
    margin: 0;
}

.pre-footer-cta .cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #B3E01D;
    color: #171717;
    text-decoration: none;
    font-family: 'Impact', sans-serif;
    font-style: italic;
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 6px;
    width: fit-content;
    height: 55px;
    box-sizing: border-box;
    margin-top: 30px;
}

.pre-footer-cta .cta-btn:hover {
    opacity: 0.9;
    transform: scale(1.04);
}

@media (max-width: 1199px) {
    .pre-footer-cta-content {
        gap: 100px;
    }
}

@media (max-width: 880px) {
    .pre-footer-cta-content {
        gap: 20px;
    }
}

@media (max-width: 775px) {
    .pre-footer-cta-content {
        grid-template-columns: 1fr;
    }

    .pre-footer-cta p {
        font-size: 18px;
    }

    .pre-footer-cta .subtitle h2 {
        font-size: 22px;
    }
}


/* ─── Footer ─── */
.lp-footer {
    background: var(--green-line);
    padding: 18px 24px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.lp-footer p {
    color: #333;
    font-size: 16px;
}

.lp-footer a {
    color: #333;
    text-decoration: none;
}