/* Home conversion redesign — scoped under .home-v2 */

.home-v2 {
    --crecido-blue: #21B5EA;
    --crecido-navy: #003658;
    --crecido-deep: #11204D;
    --crecido-orange: #FF9500;
    --crecido-orange-hover: #e68600;
    /* CTA com contraste WCAG AA para texto branco */
    --crecido-orange-cta: #B45309;
    --crecido-orange-cta-hover: #92400e;
    --crecido-sky: #0075BF;
    --crecido-mist: rgba(33, 181, 234, 0.12);
    --crecido-text: #003658;
    --crecido-muted: rgba(255, 255, 255, 0.78);
    overflow-x: hidden;
}

.home-v2,
.home-v2 p,
.home-v2 li,
.home-v2 span {
    font-family: Raleway, sans-serif;
}

/* —— Nav slim —— */
.home-v2-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 40;
    background: transparent;
    box-shadow: none !important;
    padding: 0.75rem 0;
}

.home-v2-nav .navbar-brand .logo {
    width: 110px;
    max-height: none;
    height: auto;
}

@media (min-width: 992px) {
    .home-v2-nav .navbar-brand .logo {
        width: 140px;
    }
}

.home-v2-nav .navbar-nav {
    gap: 0.15rem;
}

.home-v2-nav .nav-link {
    color: #fff !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.5rem 0.85rem !important;
}

.home-v2-nav .nav-link:hover {
    color: var(--crecido-blue) !important;
}

.home-v2-nav .home-v2-nav-auth + .home-v2-nav-auth {
    margin-left: 1rem;
}

.home-v2-nav .CadastreseBnt,
.home-v2-nav .CadastreseBnt:hover {
    background: var(--crecido-orange-cta) !important;
    color: #fff !important;
    border-radius: 8px;
    padding: 0.45rem 1rem !important;
    margin-left: 0;
}

.home-v2-nav .LoginBnt,
.home-v2-nav .LoginBnt:hover {
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 8px;
    padding: 0.4rem 0.9rem !important;
    color: #fff !important;
    margin-left: 0;
}

.home-v2-nav .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.home-v2-nav .navbar-toggler-icon {
    filter: invert(1);
}

@media (max-width: 991.98px) {
    .home-v2-nav .navbar-collapse {
        background: rgba(0, 54, 88, 0.96);
        border-radius: 12px;
        padding: 1rem;
        margin-top: 0.5rem;
    }
}

/* —— Buttons —— */
.home-v2 .btn-crecido {
    background: var(--crecido-orange-cta);
    color: #fff !important;
    border: none;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 0.85rem 1.75rem;
    border-radius: 10px;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 8px 24px rgba(180, 83, 9, 0.35);
}

.home-v2 .btn-crecido:hover {
    background: var(--crecido-orange-cta-hover);
    color: #fff !important;
    transform: scale(1.03);
    box-shadow: 0 10px 28px rgba(146, 64, 14, 0.45);
}

.home-v2 .btn-crecido-ghost {
    background: transparent;
    color: #fff !important;
    border: 1.5px solid rgba(255, 255, 255, 0.55);
    font-weight: 600;
    padding: 0.7rem 1.4rem;
    border-radius: 10px;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.home-v2 .btn-crecido-ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff !important;
}

.home-v2 .btn-plan-toggle {
    background: transparent;
    color: rgba(255, 255, 255, 0.7) !important;
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-weight: 600;
    border-radius: 999px;
    padding: 0.45rem 1.2rem;
    position: relative;
}

.home-v2 .btn-plan-toggle.is-active,
.home-v2 .btn-plan-toggle:hover {
    background: var(--crecido-orange-cta);
    border-color: var(--crecido-orange-cta);
    color: #fff !important;
}

.home-v2 .plan-discount-badge {
    position: absolute;
    top: -0.7rem;
    right: -0.4rem;
    background: #15803d;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.15rem 0.4rem;
    border-radius: 6px;
    white-space: nowrap;
}

/* —— Motion —— */
.home-v2 .reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.home-v2 .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.home-v2 .reveal-hero {
    animation: homeV2HeroIn 0.9s ease forwards;
}

.home-v2 .hero-visual.reveal-hero {
    animation-delay: 0.12s;
    opacity: 0;
}

@keyframes homeV2HeroIn {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* —— Hero: atmosfera de marca (sem foto esticada) + produto dominante —— */
.home-v2-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    padding: 6.5rem 0 4rem;
    color: #fff;
    overflow: hidden;
    background-color: var(--crecido-navy);
    background-image:
        radial-gradient(ellipse 70% 60% at 85% 45%, rgba(33, 181, 234, 0.28), transparent 60%),
        radial-gradient(ellipse 50% 45% at 10% 80%, rgba(255, 149, 0, 0.12), transparent 55%),
        linear-gradient(145deg, #002a45 0%, var(--crecido-navy) 42%, var(--crecido-deep) 100%);
}

.home-v2-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 75%);
    pointer-events: none;
    opacity: 0.5;
}

.home-v2-hero .container {
    position: relative;
    z-index: 2;
}

.home-v2-brand {
    display: block;
    font-size: clamp(2.5rem, 7vw, 4.5rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #fff;
    line-height: 1;
    margin-bottom: 1rem;
}

.home-v2-brand span {
    color: var(--crecido-blue);
}

.home-v2-hero h1 {
    font-size: clamp(1.55rem, 3.2vw, 2.35rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    max-width: 28ch;
    margin-bottom: 1rem;
}

.home-v2-hero .hero-sub {
    color: var(--crecido-muted);
    font-size: 1.1rem;
    max-width: 38ch;
    margin-bottom: 1.75rem;
    line-height: 1.5;
}

.home-v2-hero .hero-visual {
    position: relative;
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Glow atrás do notebook — substitui o “quadrado azul” do GIF */
.home-v2-hero .hero-visual::before {
    content: '';
    position: absolute;
    width: 78%;
    height: 70%;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    background: radial-gradient(ellipse at center, rgba(33, 181, 234, 0.35) 0%, transparent 70%);
    filter: blur(28px);
    z-index: 0;
    pointer-events: none;
}

.home-v2-hero .hero-visual img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 620px;
    height: auto;
    display: block;
    filter: drop-shadow(0 28px 50px rgba(0, 0, 0, 0.45));
}

@media (min-width: 992px) {
    .home-v2-hero .hero-visual {
        margin-top: 0;
        justify-content: flex-end;
    }

    .home-v2-hero .hero-visual img {
        max-width: none;
        width: min(640px, 48vw);
        margin-right: -1.5rem;
    }
}

@media (max-width: 575.98px) {
    .home-v2-hero {
        padding-bottom: 2.5rem;
    }

    .home-v2-hero .hero-visual img {
        max-width: 100%;
    }
}

/* —— Demonstrações em vídeo (logo após o hero) —— */
.home-v2-showcase {
    position: relative;
    background:
        radial-gradient(ellipse 70% 50% at 50% 0%, rgba(33, 181, 234, 0.12), transparent 55%),
        linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
    padding: 3.5rem 0 3.75rem;
    color: var(--crecido-text);
    border-bottom: 1px solid rgba(0, 54, 88, 0.08);
}

.home-v2-showcase-head h2 {
    color: var(--crecido-navy);
    font-weight: 800;
    font-size: clamp(1.45rem, 3.2vw, 2.15rem);
    line-height: 1.25;
    max-width: 40rem;
    margin: 0 auto 0.85rem;
}

.home-v2-showcase-head p {
    color: rgba(0, 54, 88, 0.75);
    max-width: 36rem;
    margin: 0 auto 2rem;
    font-size: 1.05rem;
    line-height: 1.55;
}

.home-v2-showcase-head strong {
    color: var(--crecido-navy);
    font-weight: 700;
}

.home-v2-showcase-grid {
    margin-bottom: 0.5rem;
}

.home-v2-showcase-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-v2-showcase-copy {
    margin-top: 1rem;
}

.home-v2-showcase-copy h3 {
    color: var(--crecido-orange);
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.home-v2-showcase-copy p {
    color: rgba(0, 54, 88, 0.72);
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
}

.home-v2-yt {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #001a2c;
    cursor: pointer;
    box-shadow: 0 12px 32px rgba(0, 54, 88, 0.14);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-v2-yt:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(0, 54, 88, 0.2);
}

.home-v2-yt:focus-visible {
    outline: 3px solid var(--crecido-blue);
    outline-offset: 3px;
}

.home-v2-yt img,
.home-v2-yt iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
    display: block;
}

.home-v2-yt-play {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(0, 26, 44, 0.28);
    transition: background 0.2s ease;
    pointer-events: none;
}

.home-v2-yt:hover .home-v2-yt-play {
    background: rgba(0, 26, 44, 0.12);
}

.home-v2-yt-play .bi {
    display: grid;
    place-items: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    background: var(--crecido-orange-cta);
    color: #fff;
    font-size: 1.5rem;
    padding-left: 0.2rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.home-v2-yt.is-playing .home-v2-yt-play,
.home-v2-yt.is-playing img {
    display: none;
}

.home-v2-showcase .btn-crecido {
    margin-top: 0.5rem;
}

@media (max-width: 575.98px) {
    .home-v2-showcase {
        padding: 2.75rem 0 3rem;
    }

    .home-v2-yt-play .bi {
        width: 2.85rem;
        height: 2.85rem;
        font-size: 1.35rem;
    }
}

/* —— Vídeos / Conteúdo prático (mais abaixo na LP) —— */
.home-v2-videos {
    position: relative;
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(33, 181, 234, 0.18), transparent 55%),
        linear-gradient(180deg, #f7fbfe 0%, #eef6fb 100%);
    padding: 3.25rem 0 2.75rem;
    border-bottom: 1px solid rgba(0, 54, 88, 0.08);
}

.home-v2-videos::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(12rem, 40%);
    height: 4px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg, var(--crecido-orange), var(--crecido-blue));
}

.home-v2-videos-kicker {
    display: inline-block;
    color: var(--crecido-sky);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.home-v2-videos-head h2 {
    color: var(--crecido-navy);
    font-weight: 800;
    font-size: clamp(1.45rem, 3vw, 2rem);
    margin-bottom: 0.5rem;
}

.home-v2-videos-head p {
    color: rgba(0, 54, 88, 0.72);
    max-width: 36rem;
    margin: 0 auto 1.75rem;
    font-size: 1rem;
}

.home-v2-videos-swiper {
    padding: 0 2.25rem 2rem;
    overflow: hidden;
    min-height: 0 !important;
    height: auto !important;
}

.home-v2-videos-swiper .swiper-wrapper {
    height: auto !important;
    align-items: stretch !important;
}

.home-v2-videos-swiper .swiper-slide {
    height: auto !important;
    min-height: 0 !important;
    border: none;
    background: transparent;
    padding: 0;
}

.home-v2-video-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none !important;
    color: inherit;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 54, 88, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-v2-video-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 54, 88, 0.18);
}

.home-v2-video-thumb {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--crecido-navy);
}

.home-v2-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.home-v2-video-card:hover .home-v2-video-thumb img {
    transform: scale(1.04);
}

.home-v2-video-play {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(0, 54, 88, 0.28);
    transition: background 0.2s ease;
}

.home-v2-video-play .bi {
    display: grid;
    place-items: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    background: var(--crecido-orange-cta);
    color: #fff;
    font-size: 1.5rem;
    padding-left: 0.15rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.home-v2-video-card:hover .home-v2-video-play {
    background: rgba(0, 54, 88, 0.15);
}

.home-v2-video-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0.85rem 1rem 1rem;
    color: var(--crecido-navy);
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.35;
}

.home-v2-videos-more {
    color: var(--crecido-sky);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.home-v2-videos-more:hover {
    color: var(--crecido-navy);
}

.home-v2-videos-swiper .swiper-button-next,
.home-v2-videos-swiper .swiper-button-prev {
    color: var(--crecido-navy);
    width: 2rem;
    height: 2rem;
}

.home-v2-videos-swiper .swiper-button-next:after,
.home-v2-videos-swiper .swiper-button-prev:after {
    font-size: 1.15rem;
    font-weight: 700;
}

.home-v2-videos-swiper .swiper-pagination-bullet {
    opacity: 1;
    width: 24px;
    height: 24px;
    margin: 0 4px !important;
    background: transparent;
    position: relative;
}

.home-v2-videos-swiper .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    border-radius: 50%;
    background: rgba(0, 54, 88, 0.35);
}

.home-v2-videos-swiper .swiper-pagination-bullet-active::after {
    background: var(--crecido-orange-cta);
}

/* —— Prova —— */
.home-v2-proof {
    background: linear-gradient(180deg, var(--crecido-navy) 0%, #024066 100%);
    padding: 1.25rem 0 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-v2-proof p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.home-v2-proof-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.75rem 2.5rem;
}

.home-v2-proof-logos img {
    max-height: 42px;
    width: auto;
    opacity: 0.85;
    filter: brightness(1.05);
}

/* —— Product beats —— */
.home-v2-product {
    background: #f4f8fb;
}

.home-v2-beat {
    padding: 5rem 0;
}

.home-v2-beat:nth-child(even) {
    background: linear-gradient(180deg, #eaf4fb 0%, #f4f8fb 100%);
}

.home-v2-beat h2 {
    color: var(--crecido-navy);
    font-weight: 800;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    margin-bottom: 0.75rem;
}

.home-v2-beat .beat-label {
    display: inline-block;
    color: var(--crecido-orange);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.home-v2-beat p {
    color: var(--crecido-text);
    font-size: 1.05rem;
    line-height: 1.55;
    max-width: 42ch;
}

.home-v2-beat img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

/* —— Planos —— */
.home-v2-plans {
    background: linear-gradient(160deg, var(--crecido-deep) 0%, var(--crecido-navy) 55%, #025a82 100%);
    padding: 2.5rem 0 2.25rem;
    color: #fff;
}

.home-v2-plans h2 {
    color: #fff;
    font-weight: 800;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    margin-bottom: 0.5rem;
}

.home-v2-plans h2 em {
    font-style: normal;
    color: var(--crecido-orange);
}

.home-v2-plans > .container > p,
.home-v2-plans .plans-intro {
    color: var(--crecido-muted);
    margin-bottom: 1rem;
}

.home-v2-plan-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    padding: 1.65rem 1.35rem 1.5rem;
    height: auto !important;
    max-height: none !important;
    min-height: 0;
    overflow: visible !important;
    display: flex;
    flex-direction: column;
    text-align: left;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.home-v2-plan-card:hover {
    border-color: rgba(33, 181, 234, 0.55);
    background: rgba(255, 255, 255, 0.11);
    transform: translateY(-2px);
}

.home-v2-plan-card h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
    line-height: 1.3;
}

.home-v2-plan-card .plan-price {
    color: var(--crecido-blue);
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.home-v2-plan-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.35rem;
    flex: 0 1 auto;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
}

.home-v2-plan-card li {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.88rem;
    padding: 0.32rem 0;
    line-height: 1.4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.home-v2-plan-card li:last-child {
    border-bottom: none;
}

.home-v2-plan-card li .bi-check {
    color: var(--crecido-orange);
    margin-right: 0.25rem;
}

.home-v2-plan-card li .bi-x {
    color: rgba(135, 206, 250, 0.7);
    margin-right: 0.25rem;
}

.home-v2-plan-card .btn {
    margin-top: auto;
    width: 100%;
}

.home-v2-plan-card .btn-primary {
    background: var(--crecido-sky);
    border-color: var(--crecido-sky);
    font-weight: 700;
}

.home-v2-plan-card .btn-primary:hover {
    background: var(--crecido-blue);
    border-color: var(--crecido-blue);
}

.home-v2-plan-card.is-featured {
    border-color: var(--crecido-orange);
    background: rgba(255, 149, 0, 0.1);
}

/* —— Depoimentos —— */
.home-v2-quotes {
    background: #fff;
    padding: 5rem 0;
}

.home-v2-quotes h2 {
    color: var(--crecido-navy);
    font-weight: 800;
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
}

.home-v2-quote {
    margin-bottom: 2.5rem;
}

.home-v2-quote blockquote {
    font-size: 1.15rem;
    line-height: 1.55;
    color: var(--crecido-navy);
    border-left: 3px solid var(--crecido-orange);
    padding-left: 1.25rem;
    margin: 0 0 1rem;
    font-weight: 500;
}

.home-v2-quote figcaption {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--crecido-text);
    font-size: 0.95rem;
}

.home-v2-quote figcaption img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--crecido-orange);
}

.home-v2-quote figcaption a {
    color: var(--crecido-sky);
    text-decoration: none;
    font-size: 0.85rem;
}

.home-v2-guarantee {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e5eef5;
}

.home-v2-guarantee h3 {
    color: var(--crecido-orange);
    font-weight: 800;
    font-size: 1.5rem;
}

.home-v2-guarantee p {
    color: var(--crecido-text);
    max-width: 42ch;
}

.home-v2-guarantee img {
    max-width: 100%;
    height: auto;
}

/* —— FAQ —— */
.home-v2-faq {
    background: linear-gradient(180deg, #eaf4fb 0%, #fff 100%);
    padding: 5rem 0;
}

.home-v2-faq h2 {
    color: var(--crecido-sky);
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.home-v2-faq .faq-lead {
    color: var(--crecido-navy);
    margin-bottom: 1.75rem;
}

.home-v2-faq .accordion-button {
    font-weight: 700;
    color: var(--crecido-navy);
    box-shadow: none !important;
}

.home-v2-faq .accordion-button:not(.collapsed) {
    background: var(--crecido-mist);
    color: var(--crecido-navy);
}

.home-v2-faq .accordion-body {
    color: var(--crecido-text);
}

/* —— Close —— */
.home-v2-close {
    background: linear-gradient(120deg, var(--crecido-navy), var(--crecido-deep));
    padding: 4.5rem 0;
    text-align: center;
}

.home-v2-close h2 {
    color: #fff;
    font-weight: 800;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    margin-bottom: 1.5rem;
}

/* —— Sticky mobile CTA —— */
.home-v2-sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    padding: 0.75rem 1rem;
    background: rgba(0, 54, 88, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.2);
}

.home-v2-sticky-cta .btn-crecido {
    width: 100%;
    font-size: 1rem;
    padding: 0.75rem 1rem;
    box-shadow: none;
}

@media (max-width: 767.98px) {
    .home-v2-sticky-cta.is-on {
        display: block;
    }

    .home-v2 .wpp-floating {
        bottom: 72px;
    }
}

/* Reduce footer contrast clash on home */
.home-v2 .site-footer {
    margin-top: 0;
}


/* —— Hero visual removido: copy dominante —— */
.home-v2-hero .hero-copy {
    max-width: 40rem;
}

.home-v2-hero .hero-copy.mx-auto {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.home-v2-hero .hero-copy.mx-auto h1,
.home-v2-hero .hero-copy.mx-auto .hero-sub {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .home-v2-hero .hero-copy.mx-auto h1 {
        max-width: 22ch;
    }
    .home-v2-hero .hero-copy.mx-auto .hero-sub {
        max-width: 42ch;
    }
}

/* —— Planos: uma linha (Swiper) —— */
.home-v2-plans .plans-swiper {
    padding: 0.25rem 2.25rem 1.25rem;
    overflow: hidden;
    min-height: 0 !important;
    height: auto !important;
}

.home-v2-plans .plans-swiper .swiper-wrapper {
    height: auto !important;
    align-items: stretch;
}

.home-v2-plans .plans-swiper .swiper-slide {
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    border: none !important;
    background: transparent !important;
    border-radius: 0;
    padding: 0 !important;
    overflow: visible !important;
    text-align: left !important;
}

.home-v2-plans .swiper-button-next,
.home-v2-plans .swiper-button-prev {
    color: #fff;
    width: 2rem;
    height: 2rem;
}

.home-v2-plans .swiper-button-next:after,
.home-v2-plans .swiper-button-prev:after {
    font-size: 1.25rem;
    font-weight: 700;
}

.home-v2-plans .swiper-pagination {
    position: relative;
    margin-top: 1rem;
}

.home-v2-plans .swiper-pagination-bullet {
    opacity: 1;
    width: 24px;
    height: 24px;
    margin: 0 4px !important;
    background: transparent;
    position: relative;
}

.home-v2-plans .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
}

.home-v2-plans .swiper-pagination-bullet-active::after {
    background: var(--crecido-orange);
}

/* —— Footer / copyright (a11y link-in-text-block) —— */
.home-v2 .copyright-text a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}

.home-v2 .copyright-text a:hover {
    color: var(--crecido-blue);
}

/* —— Parceiros: carrossel + chips claros —— */
/* custom.css força .swiper/.swiper-slide com height/min-height ~900px (legado) */
.home-v2-proof-swiper {
    padding: 0 2rem 0.35rem;
    overflow: hidden;
    min-height: 0 !important;
    height: auto !important;
}

.home-v2-proof-swiper .swiper-wrapper {
    height: auto !important;
    align-items: flex-start !important;
}

.home-v2-proof-swiper .swiper-slide {
    height: auto !important;
    min-height: 0 !important;
    align-self: flex-start !important;
    border: none;
    background: transparent;
    border-radius: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.home-v2-logo-chip {
    width: 100%;
    max-width: 100%;
    min-height: 72px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 0.85rem;
    overflow: hidden;
    box-sizing: border-box;
}

.home-v2-logo-chip img {
    max-height: 56px;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    opacity: 1;
    filter: none;
}

.home-v2-proof-swiper .swiper-button-next,
.home-v2-proof-swiper .swiper-button-prev {
    color: rgba(255,255,255,0.9);
    width: 1.75rem;
    height: 1.75rem;
}

.home-v2-proof-swiper .swiper-button-next:after,
.home-v2-proof-swiper .swiper-button-prev:after {
    font-size: 1.1rem;
}
