@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --custom-primary: #C41417;
    --custom-secondary: #DD3333;
    --custom-white: #FFFFFF;
    --custom-black: #000000;
    --custom-light-black: #444444;
}

body {
    font-family: 'Poppins', sans-serif;
}

section {
    padding: 3rem 0;
}

h2 {
    font-weight: 300 !important;
}

/* nav */

#navCtaContent {
    padding: 6px;
    margin-bottom: 0px;
}

.logo {
    width: 150px;
    height: auto;
}

.navbar {
    background-color: transparent;
}

.nav-link {
    color: var(--custom-white);
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: var(--custom-white);
    border-bottom: 2px solid var(--custom-white);
}

.navbar .nav-link.active {
    color: var(--custom-white);
    border-bottom: 2px solid var(--custom-white);
}

/* end nav */

/* hero section */

.hero-section {
    background-image: url("https://baraofilms.com.br/wp-content/uploads/2022/02/arquitetura_topo_5.png");
    position: relative;
    min-height: 480px;
}

.hero-bg {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 480px;
    display: flex;
    align-items: stretch;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 5rem 2rem;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.15;
    color: var(--custom-white);
    text-shadow: 0 2px 16px rgba(0,0,0,0.18);
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--custom-white);
    opacity: 0.92;
    text-shadow: 0 1px 8px rgba(0,0,0,0.12);
}

.btn-whatsapp-hero {
    background: #25D366;
    color: #fff;
    border: none;
    border-radius: 2rem;
    font-size: 1.25rem;
    font-weight: 600;
    box-shadow: 0 4px 24px 0 rgba(37,211,102,0.15);
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
    min-width: 280px;
    min-height: 56px;
    padding: 0.75rem 2rem;
    gap: 0.5rem;
}

.btn-whatsapp-hero:hover, .btn-whatsapp-hero:focus {
    background: #1ebe5d;
    color: #fff;
    box-shadow: 0 8px 32px 0 rgba(37,211,102,0.22);
    transform: translateY(-2px) scale(1.03);
    text-decoration: none;
}

.btn-whatsapp-hero .whatsapp-icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-whatsapp-hero svg {
    display: block;
}

/* end hero section */

/* beneficios */
.beneficios-card {
    background: var(--custom-white);
    border-radius: 1.25rem;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.07);
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid #f3f3f3;
}

.beneficios-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 32px 0 rgba(196, 20, 23, 0.12);
    border-color: var(--custom-primary);
}

.beneficio-icon {
    color: var(--custom-primary);
    background: rgba(196, 20, 23, 0.08);
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem auto;
    font-size: 2.5rem;
    box-shadow: 0 2px 8px 0 rgba(196, 20, 23, 0.07);
}

.beneficios-card .card-title {
    color: var(--custom-light-black);
    font-weight: 600;
}

.beneficios-card .card-text {
    color: var(--custom-black);
    font-size: 1rem;
    opacity: 0.85;
}

.beneficios .title h2 {
    color: var(--custom-light-black);
    border-bottom: 4px solid var(--custom-primary);
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
/* end beneficios */

/* atendimento */
/* Imagens padronizadas na div destaque-beneficios */
.destaque-beneficios img {
    width: 100%;
    max-width: 320px;
    height: 200px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
}
.atendimento-img {
    display: grid;
    place-items: center;
}

.atendimento-img img {
    width: 85%;
    height: auto;
    border-radius: 1.25rem;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.07);
}

.atendimento-typography {
    background: none;
    box-shadow: none;
    padding: 0 0 0 0;
    text-align: left;
}
.atendimento-label {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--custom-light-black);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    opacity: 0.7;
}
.atendimento-heading {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.1;
    color: var(--custom-black);
    margin-bottom: 2rem;
    font-family: 'Poppins', sans-serif;
}
.atendimento-subtitle {
    font-size: 1.2rem;
    color: var(--custom-light-black);
    margin-bottom: 1.2rem;
    font-weight: 400;
}
.atendimento-films-list {
    margin: 0;
}
.atendimento-films-list li {
    font-size: 1.15rem;
    color: var(--custom-black);
    margin-bottom: 0.7rem;
    font-family: 'Poppins', sans-serif;
}

/* end atendimento */

/* como funciona */
.como-funciona {
    color: var(--custom-white);
    background-color: var(--custom-primary);
}

.como-funciona .container {
    max-width: 1200px;
}
.como-funciona .row.d-flex.align-items-center {
    align-items: stretch !important;
}
.como-funciona .col-xl-2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 260px;
}
.como-funciona .col-xl-10 {
    display: flex;
    align-items: center;
}
.como-funciona .row > .col {
    display: flex;
    align-items: stretch;
}
.como-funciona .box {
    background: var(--custom-primary);
    color: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.07);
    padding: 2rem 1.5rem;
    margin: 0 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 260px;
    width: 100%;
}
.como-funciona .box-title {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.como-funciona .box-title h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
}
.como-funciona .box-title span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
}
.como-funciona .box p {
    font-size: 1rem;
    color: #fff;
    opacity: 0.92;
    margin-bottom: 0;
}
.como-funciona h2 {
    color: var(--custom-primary);
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    line-height: 1.2;
}
/* end como funciona */

/* faq */
.faq {
    background-color: #FEFEFE;
}

.faq .content h2 {
    color: var(--custom-secondary);
    font-size: 24px;
    font-weight: 400;
}

.faq .content h2>span {
    color: var(--custom-primary);
    font-weight: 300;
    font-size: 42px;
    display: block;
}

.faq .accordion-button:not(.collapsed) {
    color: var(--custom-white);
    background-color: rgba(221, 51, 51, 0.6);
}

.faq .accordion-button:focus {
    box-shadow: none;
    outline: none;
}
/* end faq */

/* CTA Section Modern Styles */
.cta-bg {
    background: var(--custom-primary);
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-card {
    background: linear-gradient(120deg, var(--custom-secondary) 0%, var(--custom-secondary) 100%);
    border-radius: 2.5rem;
    box-shadow: 0 8px 32px 0 rgba(196,20,23,0.12);
    max-width: 800px;
    width: 100%;
    color: var(--custom-white);
    text-align: left;
    position: relative;
    overflow: hidden;
}
.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--custom-white);
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
}
.cta-subtitle {
    font-size: 1.15rem;
    color: var(--custom-white);
    opacity: 0.92;
    margin-bottom: 2rem;
    font-weight: 400;
}
.cta-card .btn-whatsapp-hero {
    margin-top: 0.5rem;
    font-size: 1.1rem;
}