/* ============================
   RESET E CONFIGURAÇÕES BASE
   ============================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
    color: #333;
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    transition: 0.3s ease;
}

h1, h2, h3, h4, h5 {
    font-weight: 600;
    color: #222;
}

p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* ============================
   CONTAINERS E ESPAÇAMENTOS
   ============================ */

.container-fluid {
    padding: 60px 0;
}

.container {
    max-width: 1200px;
}

/* ============================
   BOTÕES PADRÃO
   ============================ */

.btn {
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-info {
    background: #1d3ede;
    border: none;
    color: #fff;
}

.btn-info:hover {
    background: #01e6f8;
    color: #000;
}

.btn-outline-dark {
    border: 2px solid #1d3ede;
    color: #1d3ede;
}

.btn-outline-dark:hover {
    background: #1d3ede;
    color: #fff;
}

/* ============================
   NAVBAR
   ============================ */

#gtco-main-nav {
    padding: 20px 0;
}

.navbar-brand {
    max-width: 160px;
    overflow: visible;
	padding-left: 20px;
}

.navbar-brand img {
    max-width: 180px;
}

.navbar-nav .nav-link {
    font-weight: 500;
    padding: 10px 18px;
    color: #333 !important;
}

.navbar-nav .nav-link:hover {
    color: #1d3ede !important;
}

/* Botão mobile */
.navbar-toggler {
    width: 40px !important;
    height: 32px !important;
    padding-left: 40px !important;
    border: none !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    background: transparent !important;
    position: relative !important;
    z-index: 9999 !important;
}

#my-nav {
	margin-left: 50px !important
}

.navbar-toggler .bar1,
.navbar-toggler .bar2,
.navbar-toggler .bar3 {
    display: block !important;
    width: 28px !important;
    height: 3px !important;
    background-color: #1d3ede !important;
    margin: 4px 0 !important;
    border-radius: 2px !important;
    opacity: 1 !important;
    position: relative !important;
}

/* ============================
   NAVBAR
   ============================ */

#gtco-main-nav {
    padding: 20px 0;
    position: relative;
    z-index: 10;
}

.navbar-brand img {
    max-width: 200px;
    height: auto;
}

.navbar-nav .nav-link {
    font-weight: 500;
    padding: 10px 18px;
    color: #333 !important;
    font-size: 15px;
}

.navbar-nav .nav-link:hover {
    color: #1d3ede !important;
}

/* Animação do botão mobile */
.change .bar1 {
    transform: rotate(-45deg) translate(-6px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: rotate(45deg) translate(-6px, -6px);
}

/* ============================
   BOTÕES
   ============================ */

.btn {
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-info {
    background: #1d3ede;
    border: none;
    color: #fff;
}

.btn-info:hover {
    background: #01e6f8;
    color: #000;
}

.btn-outline-dark {
    border: 2px solid #1d3ede;
    color: #1d3ede;
}

.btn-outline-dark:hover {
    background: #1d3ede;
    color: #fff;
}

/* ============================
   LINKS
   ============================ */

a {
    color: #1d3ede;
}

a:hover {
    color: #01e6f8;
}

/* ============================
   AJUSTES DE LAYOUT
   ============================ */

.text-center a i {
    margin-left: 5px;
}

.mx-3.py-3 a {
    font-weight: 600;
    font-size: 16px;
}

.mx-3.py-3 {
    display: inline-block;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.hero-main-image {
    position: relative;
    z-index: 3;
    width: 100%;
}
/* ============================
   HERO (BANNER PRINCIPAL)
   ============================ */

.gtco-banner-area {
    position: relative;
	overflow: visible;
    padding: 30px 0 30px;
    overflow: visible;
    background: transparent;
    color: #fff;
}

/* Texto do hero */
.gtco-banner-area h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    color: black;
}

.gtco-banner-area p {
    font-size: 16px;
    color: black;
    margin-bottom: 25px;
}

.gtco-banner-area .container,
.hero-image-wrapper,
.hero-main-image {
    position: relative;
    z-index: 3;
}


/* ============================
   BLOB ORGÂNICO C3‑A
   ============================ */

.blob-bg {
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    height: 1200px;
    background: radial-gradient(circle at 30% 30%, #01e6f8 0%, #1d3ede 70%);
    filter: blur(60px);
    opacity: 0.55;
    border-radius: 60% 40% 70% 30% / 40% 60% 30% 70%;
    animation: blobFloat 12s ease-in-out infinite;
    z-index: 0;
}

@keyframes blobFloat {
    0% {
        border-radius: 60% 40% 70% 30% / 40% 60% 30% 70%;
        transform: translate(0, 0);
    }
    50% {
        border-radius: 40% 60% 30% 70% / 60% 40% 70% 30%;
        transform: translate(-20px, 20px);
    }
    100% {
        border-radius: 60% 40% 70% 30% / 40% 60% 30% 70%;
        transform: translate(0, 0);
    }
}

/* ============================
   IMAGEM DO HERO
   ============================ */

.hero-image-wrapper {
    position: absolute;
    top: 50%;
    right: -10px; /* controla o quanto ela extrapola */
    transform: translateY(-50%);
    width: 550px;
    z-index: 3;
	pointer-events: none; /* evita interferir no layout */
}

.hero-main-image {
    width: 120%;
}




/* ============================
   AJUSTES DE COLUNAS
   ============================ */

.gtco-banner-area .col-md-6 {
    overflow: visible !important;
    position: static !important;
}

/* ============================
   AJUSTES DE ESPAÇAMENTO
   ============================ */

.gtco-banner-area .container {
    position: relative;
    z-index: 3;
}

/* ============================
   SEÇÃO: IA CONECTADA AO NEGÓCIO
   ============================ */

.gtco-feature {
    padding: 100px 0;
}

.gtco-feature h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.gtco-feature h4 {
    font-size: 20px;
    margin-top: 25px;
    font-weight: 600;
}

.gtco-feature ul li {
    margin: 6px 0;
    font-size: 15px;
}

.gtco-feature .cover {
    position: relative;
    margin-bottom: 30px;
}

.gtco-feature .card {
    border: none;
    background: transparent;
}

.svg__image {
    border-radius: 20px;
}

/* ============================
   SEÇÃO: 72 HORAS
   ============================ */

.gtco-features {
    padding: 10px 0;
    position: relative;
}

#bg-services {
    position: absolute;
    top: -40px;
    left: -80px;
    width: 120%;
    z-index: 1;
    opacity: 0.15;
}

.feature-card {
    background: #fff;
    border-radius: 18px;
    padding: 25px 15px;
    margin-bottom: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    position: relative;
    z-index: 3;
}

.feature-card .oval {
    width: 80px;
    height: 80px;
    background: #f4f8ff;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-card h3 {
    font-size: 20px;
    font-weight: 600;
}

.feature-card p {
    font-size: 14px;
    color: #666;
}

/* ============================
   SEÇÃO: NÚMEROS
   ============================ */

.gtco-numbers-block {
    position: relative;
    padding: 10px 0;
    overflow: visible;
}

/* Wrapper que contém os cards */
.numbers-wrapper {
    position: relative;
    padding: 80px 40px;
    z-index: 2;
}

/* FUNDO ORGÂNICO ATRÁS DOS CARDS */
.numbers-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    max-width: 1100px;
    height: 100%;
    background: radial-gradient(circle at 20% 20%, #01e6f8 0%, #1d3ede 70%);
    opacity: 0.18;
    filter: blur(12px);
    border-radius: 55% 45% 60% 40% / 40% 60% 45% 55%;
    z-index: -1;
}

/* CARDS ORGÂNICOS */
.number-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 40px 60px 50px 70px / 60px 40px 70px 50px; /* mesmo formato orgânico */
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border: none;
    transition: 0.3s ease;
    position: relative;
    z-index: 3;
}

.number-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.number-card .oval {
    width: 90px;
    height: 90px;
    background: #eef4ff;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.numbers-row {
    position: relative;
    z-index: 3;
}

.number-card h5 {
    font-size: 32px;
    font-weight: 700;
    color: #1d3ede;
}

.number-card p {
    font-size: 14px;
    color: #555;
}

/* ============================
   SEÇÃO: DEPOIMENTOS
   ============================ */

.gtco-testimonials {
    padding: 120px 0;
    background: #f7faff;
}

.gtco-testimonials h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: 700;
}

.testimonial-card {
    border: none;
    background: #fff;
    border-radius: 18px;
    padding-bottom: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.testimonial-img {
    border-radius: 18px 18px 0 0;
}

.testimonial-card h5 {
    font-size: 18px;
    margin-top: 15px;
}

.testimonial-card span {
    font-size: 13px;
    color: #777;
}

.testimonial-card p {
    font-size: 14px;
    padding: 0 20px;
    color: #555;
}

/* ============================
   SEÇÃO: FEATURES LIST
   ============================ */

.gtco-features-list {
    padding: 10px 0;
}

.feature-item {
    margin-bottom: 40px;
}

.feature-item .oval {
    width: 70px;
    height: 70px;
    background: #eef4ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-item h5 {
    font-size: 18px;
    font-weight: 600;
}

/* ============================
   SEÇÃO: NEWS
   ============================ */

.gtco-news {
    padding: 120px 0;
    background: #f7faff;
}

.gtco-news h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: 700;
}

.news-card {
    border: none;
    background: #fff;
    border-radius: 18px;
    padding-bottom: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.news-card img {
    border-radius: 18px 18px 0 0;
}

.news-card h5 {
    font-size: 18px;
    margin: 15px 0 10px;
    padding: 0 20px;
}

.news-card p {
    font-size: 14px;
    padding: 0 20px;
    color: #555;
}

.news-card a {
    font-weight: 600;
    padding-left: 20px;
}

/* ============================
   SEÇÃO: LOGOS
   ============================ */

.gtco-logo-area {
    padding: 80px 0;
    background: #ffffff;
}

.gtco-logo-area .logo-item {
    max-width: 120px;
    opacity: 0.8;
    transition: 0.3s ease;
}

.gtco-logo-area .logo-item:hover {
    opacity: 1;
    transform: scale(1.05);
}

/* ============================
   RODAPÉ
   ============================ */

#gtco-footer {
    background: #1d3ede;
    color: #fff;
    padding: 80px 0 40px;
}

#gtco-footer h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

#gtco-footer p {
    color: #e8f1ff;
    font-size: 15px;
    margin-bottom: 15px;
}

#gtco-footer .company-nav .nav-link,
#gtco-footer .services-nav .nav-item span {
    color: #e8f1ff;
    font-size: 15px;
    padding: 6px 0;
    display: block;
}

#gtco-footer .company-nav .nav-link:hover {
    color: #01e6f8;
}

/* Ícones sociais */
.social-nav {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.social-nav a {
    color: #fff;
    font-size: 18px;
    transition: 0.3s ease;
}

.social-nav a:hover {
    color: #01e6f8;
}

/* Contato */
.services-nav .nav-item {
    margin-bottom: 10px;
}

.services-nav i {
    margin-right: 8px;
    color: #01e6f8;
}

/* Copyright */
#gtco-footer .copyright {
    margin-top: 40px;
    font-size: 14px;
    color: #d9e6ff;
    text-align: center;
}

/* ============================
   MEDIA QUERIES — RESPONSIVIDADE
   ============================ */

/* ====== Telas grandes (até 1400px) ====== */
@media (max-width: 1400px) {
    .blob-bg {
        width: 550px;
        height: 550px;
        top: -100px;
        right: -140px;
    }
}

/* ====== Laptops (até 1200px) ====== */
@media (max-width: 1200px) {
    .gtco-banner-area {
        padding: 10px 0 60px;
    }

    .hero-image-wrapper {
        max-width: 420px;
    }

    #bg-services {
        width: 140%;
        left: -120px;
    }
}

/* ====== Tablets (até 992px) ====== */
@media (max-width: 992px) {

	#gtco-main-nav {
        position: relative !important;
		z-index: 9999 !important;
		width: 100%;

    }
	
	.navbar-toggler .bar1,
	.navbar-toggler .bar2,
	.navbar-toggler .bar3 {
		background-color: #1d3ede !important; /* azul escuro visível */
	}

	.navbar-toggler {
		position: absolute;
		right: 40px !important;
		top: 18px !important;
		z-index: 10000 !important;
	}

    /* HERO */
    .gtco-banner-area {
        text-align: center;
        padding: 80px 0 40px;
    }

    .gtco-banner-area h2 {
        font-size: 30px;
    }

    .blob-bg {
        width: 480px;
        height: 480px;
        top: -80px;
        right: -100px;
        opacity: 0.45;
    }

    .hero-image-wrapper {
        position: relative;
        top: 0;
        right: 0;
        transform: none;
        margin: 40px auto 0;
        width: 100%;
        max-width: 380px;
    }

    /* 72 HORAS */
    #bg-services {
        display: none;
    }

    .feature-card {
        margin-bottom: 25px;
    }

    /* NÚMEROS */
    .number-card h5 {
        font-size: 28px;
    }

    /* DEPOIMENTOS */
    .testimonial-card {
        margin: 0 10px;
    }

    /* NEWS */
    .news-card {
        margin: 0 10px;
    }
}

/* ====== Mobile grande (até 768px) ====== */
@media (max-width: 768px) {

    /* HERO */
    .gtco-banner-area {
        padding: 70px 0 40px;
    }

    .blob-bg {
        width: 420px;
        height: 420px;
        top: -60px;
        right: -80px;
    }

    .hero-main-image {
        position: relative;
        right: 0;
        width: 100%;
    }

    /* IA CONECTADA */
    .gtco-feature {
        padding: 70px 0;
    }

    .gtco-feature h2 {
        font-size: 28px;
    }

    /* 72 HORAS */
    .gtco-features {
        padding: 10px 0;
    }

    /* DEPOIMENTOS */
    .gtco-testimonials {
        padding: 80px 0;
    }

    /* FEATURES LIST */
    .gtco-features-list {
        padding: 10px 0;
    }

    /* NEWS */
    .gtco-news {
        padding: 80px 0;
    }

    /* LOGOS */
    .gtco-logo-area .logo-item {
        max-width: 90px;
        margin: 10px auto;
    }

    /* FOOTER */
    #gtco-footer {
        padding: 60px 0 30px;
        text-align: center;
    }

    #gtco-footer .social-nav {
        justify-content: center;
    }
	
	/* Botão mobile */
	.navbar-toggler {
		border: none;
		background: transparent;
		padding: 0;
	}

	.navbar-toggler:focus {
		outline: none;
		box-shadow: none;
	}

	.navbar-toggler .bar1,
	.navbar-toggler .bar2,
	.navbar-toggler .bar3 {
		width: 28px;
		height: 3px;
		background-color: #1d3ede;
		margin: 6px 0;
		transition: 0.4s;
		border-radius: 3px;
	}
	
	.numbers-wrapper {
        padding: 40px 20px;
    }

    .numbers-wrapper::before {
        max-width: 140%;
        left: -20%;
        background-size: 180% 180%;
        opacity: 0.22;
    }

}

/* ====== Mobile médio (até 576px) ====== */
@media (max-width: 576px) {

    /* HERO */
    .gtco-banner-area h2 {
        font-size: 26px;
    }

    .gtco-banner-area p {
        font-size: 15px;
    }

    .blob-bg {
        width: 360px;
        height: 360px;
        top: -40px;
        right: -60px;
    }

    .hero-image-wrapper {
        max-width: 320px;
    }

    /* IA CONECTADA */
    .gtco-feature h2 {
        font-size: 26px;
    }

    /* NÚMEROS */
    .number-card h5 {
        font-size: 24px;
    }

    /* DEPOIMENTOS */
    .testimonial-card p {
        font-size: 13px;
    }

    /* NEWS */
    .news-card h5 {
        font-size: 16px;
    }
}

/* ====== Mobile pequeno (até 420px) ====== */
@media (max-width: 420px) {

    .blob-bg {
        width: 300px;
        height: 300px;
        top: -30px;
        right: -40px;
    }

    .hero-image-wrapper {
        max-width: 280px;
    }

    .gtco-banner-area h2 {
        font-size: 22px;
    }

    .mx-3.py-3 a {
        font-size: 14px;
        padding: 10px 22px;
    }
}

.feature-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 55% 45% 60% 40% / 40% 60% 45% 55% !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.10);
    transition: 0.4s ease;
}

.feature-card:hover {
    border-radius: 45% 55% 40% 60% / 60% 40% 55% 45% !important;
    transform: translateY(-8px);
}


/* bolha interna */
.feature-card .oval {
    width: 90px;
    height: 90px;
    background: #eef4ff;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.number-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 40px 60px 50px 70px / 60px 40px 70px 50px; /* mesmo formato orgânico */
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border: none;
    transition: 0.3s ease;
    position: relative;
    z-index: 3;
}

.number-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.number-card .oval {
    width: 90px;
    height: 90px;
    background: #eef4ff;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.gtco-numbers-block {
    position: relative;
    overflow: visible;
}

.gtco-numbers-block svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0 !important;
    pointer-events: none;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none !important;
    }
}

.comparison-section {
    background: #f8faff;
}

.comparison-table {
    border-collapse: separate;
    border-spacing: 0 12px;
}

.comparison-table thead th {
    background: #1d3ede;
    color: #fff;
    padding: 16px;
    border: none;
    text-align: center;
    font-weight: 600;
}

.comparison-table tbody tr {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
}

.comparison-table tbody td {
    padding: 18px;
    vertical-align: middle;
    text-align: center;
    border-top: 1px solid #eef1f7;
}

.comparison-table tbody td:first-child {
    font-weight: 600;
    text-align: left;
}

.comparison-table .highlight {
    color: #1d3ede;
    font-weight: 700;
}

.plans-section {
    background: #f8faff;
}

/* Cards orgânicos */
.plan-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 40px 60px 50px 70px / 60px 40px 70px 50px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    position: relative;
    z-index: 3;
    text-align: center;
}

.plan-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

/* Destaque do plano intermediário */
.plan-card.featured {
    background: linear-gradient(135deg, #1d3ede, #01e6f8);
    color: #fff;
}

.plan-card.featured .plan-features li {
    color: #fff;
}

.plan-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.plan-description {
    font-size: 1rem;
    margin-bottom: 25px;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.plan-features li {
    margin-bottom: 10px;
    font-size: 0.95rem;
}

/* Seção geral */
.cta-final-section {
    padding: 100px 20px;
    position: relative;
}

/* OVAL ORGÂNICO (igual estilo dos cards anteriores) */
.cta-oval {
    background: #e1fafa;
    padding: 60px 40px;
    border-radius: 55% 45% 60% 40% / 40% 60% 45% 55%; /* formato orgânico */
    box-shadow: 0 20px 45px rgba(0,0,0,0.10);
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    transition: 0.3s ease;
    position: relative;
    z-index: 3;
}

/* Hover suave */
.cta-oval:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 55px rgba(0,0,0,0.12);
}

/* Títulos */
.cta-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-subtitle {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 40px;
    opacity: 0.9;
}

/* Botões */
.cta-buttons .btn {
    padding: 14px 28px;
    font-size: 1.1rem;
    border-radius: 12px;
}

.cta-buttons .btn-primary {
    background: #1d3ede;
    border: none;
    font-weight: 700;
}

.cta-buttons .btn-primary:hover {
    background: #1632b8;
}

.cta-buttons .btn-outline-dark {
    border: 2px solid #1d3ede;
    color: #1d3ede;
}

.cta-buttons .btn-outline-dark:hover {
    background: #eef4ff;
}

/* Responsividade */
@media (max-width: 768px) {
    .cta-final-section {
        text-align: center !important;
        padding: 60px 20px !important;
    }

    .cta-oval {
        width: 100% !important;
        max-width: 95% !important;
        margin: 0 auto !important;
        padding: 40px 25px !important;

        /* FORÇAR FORMATO ORGÂNICO */
        border-radius: 50px 70px 60px 80px / 70px 50px 80px 60px !important;

        /* GARANTIR QUE NENHUM OUTRO CSS SOBRESCREVA */
        background: #e1fafa !important;
        box-shadow: 0 20px 45px rgba(0,0,0,0.10) !important;
        display: block !important;
        position: relative !important;
        z-index: 3 !important;
    }

    .cta-title {
        font-size: 1.6rem !important;
        line-height: 1.3 !important;
    }

    .cta-subtitle {
        font-size: 1rem !important;
        line-height: 1.4 !important;
        margin-bottom: 30px !important;
    }

    .cta-buttons {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
    }

    .cta-buttons .btn {
        width: 100% !important;
    }

}

.oval {
  width: 60px;
  height: 60px;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #333;
}

.feature-item {
    align-items: flex-start;
}

.oval2 {
    width: 70px;
    height: 70px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.oval2 img {
    width: 60%;
    height: auto;
    object-fit: contain;
}

.section-title {
    font-weight: 700;
    font-size: 2rem;
}

@media (max-width: 576px) {
    .oval2 {
        width: 60px;
        height: 60px;
    }
}
.feature-list {
    list-style-type: disc;      /* bolinha padrão */
    padding-left: 20px;         /* recuo para alinhar */
    margin: 0;
}

.feature-list li {
    margin-bottom: 4px;         /* espaço entre itens */
    line-height: 1.4;
}

.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.slider {
  display: flex;
  flex-wrap: nowrap;            /* IMPEDIR quebrar linha */
  transition: transform 0.4s ease-in-out;
}

.slide-item {
  flex: 0 0 100%;               /* MOBILE: 1 por vez */
  max-width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-item img {
  max-width: 100%;
  height: auto;
}

/* 2 itens no tablet */
@media (min-width: 576px) {
  .slide-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* 3 itens no notebook */
@media (min-width: 768px) {
  .slide-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

/* 4 itens no desktop */
@media (min-width: 992px) {
  .slide-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* Botões */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #00000088;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 22px;
  border-radius: 50%;
  z-index: 10;
}

.slider-btn.prev { left: 10px; }
.slider-btn.next { right: 10px; }

.slider-btn:hover { background: #000000cc; }
