/* Reset e configurações gerais */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Sofia Pro', 'Open Sans', sans-serif;
    line-height: 1.6;
    color: #333;
    /* background-color: #f8d1e4; */
}

/* Hero Section */
.hero-section {
    position: relative;
    /* height: 945px; */
    overflow: hidden;
    padding-top: 10%;
}

.hero-banner {
    width: 100%;
    height: 100%;
    position: relative;
}

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

/* Title Section */
.title-section {
    position: relative;
    padding: 60px 0;
    background: linear-gradient(180deg, transparent 0%, #f8d1e4 100%);
}

.title-content {
    text-align: center;
    max-width: 737px;
    margin: 0 auto;
}

.title-content h1 {
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.19;
    color: #f8d1e4;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Services Section */
.services-section-chamada {
    background-color: #EC6DA0;
    padding: 0px 0;
    color: white;
    position: relative;
}

.section-title h2 {
    color: #F8D1E4;
    text-align: center;
    font-family: 'Sofia Pro', sans-serif !important;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 119%; /* 57.12px */
    background-color: #EC6DA0;
    padding: 60px;    
    margin: 0 auto;
    max-width: 800px;
}

.quebra-superior {
    height: 50px;
    background-color: #EC6DA0;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%);
    margin-bottom: -1px;
}
.quebra-inferior {
    height: 50px;
    background-color: #EC6DA0;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%);
    margin-top: -1px;
    transform: rotate(180deg);
    transform: scaleY(-1);
}


.services-section {
    padding: 80px 0;
    background-color: #f8d1e4;
}

.services-grid {
    margin-bottom: 60px;
}

.service-card {
    background: #ffffff;
    border-radius: 4px;
    padding: 12px 28px;
    display: flex;
    align-items: center;
    gap: 24px;
    height: 110px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.service-card-center {
    justify-content: center;
    padding: 16px 76px;
    height: auto;
    min-height: 110px;
    /* max-width: 1166px; */
    margin: 0 auto;
}

.service-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon svg {
    width: 100%;
    height: 100%;
}

.service-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-text-12{
    display: inline-block;
    text-align: center;
}

.service-name {
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #ec6da0;
    line-height: 1.19;
    margin-bottom: 4px;
}

.service-brand {
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #589cde;
    line-height: 1.19;
}

.service-subtitle {
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #589cde;
    line-height: 1.19;
    margin-top: 4px;
}

/* Service Info */
.service-info {
    margin-top: 60px;
}

.info-box {
    padding: 24px 48px;
    border-radius: 5px;
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.19;
    color: #ffffff;
    text-align: center;
}

.info-box-orange {
    background-color: #ff5101;
}

.service-details {
    margin-top: 24px;
    text-align: center;
}

.service-details p {
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 400;
    font-size: 26px;
    color: #ec6da0;
    line-height: 1.19;
    
}

/* Store Locator */
.store-locator {
    margin-top: 60px;
    text-align: center;
}

.store-info {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.19;
    color: #36365b;
    margin-bottom: 40px;
}

.highlight {
    color: #ec6da0;
}

.btn-find-store {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #ff5101;
    color: #ffffff;
    padding: 16px 39px;
    border-radius: 40px;
    text-decoration: none;
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.19;
    letter-spacing: -1.6px;
    transition: background-color 0.3s ease;
}

.btn-find-store:hover {
    background-color: #e64800;
    color: #ffffff;
    text-decoration: none;
}

.store-cta {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.19;
    color: #36365b;
    margin-top: 40px;
}

/* Download Section */
.download-section {
    margin-top: 40px;
}

.download-info {
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #37375b;
    line-height: 1.19;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
}

.btn-download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #ff5101;
    color: #ffffff;
    padding: 10px 41px;
    border-radius: 36px;
    text-decoration: none;
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 400;
    font-size: 27px;
    line-height: 1.19;
    transition: background-color 0.3s ease;
}

.btn-download:hover {
    background-color: #e64800;
    color: #ffffff;
    text-decoration: none;
}

/* Contact Section */
.contact-section {
    background: #ec6da0 ;
    padding: 80px 0;
    position: relative;
}

/* .contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 200" fill="%23f8d1e4"><path d="M0,0 L1920,0 L1920,200 Q960,100 0,200 Z"/></svg>') no-repeat;
    background-size: cover;
    z-index: 1;
} */

.contact-section .container {
    position: relative;
    z-index: 2;
}

.contact-title {
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
}

.phone-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
}

.phone-number svg {
    width: 57px;
    height: 57px;
}

.number {
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #ffffff;
    line-height: 1.19;
}

.legal-text {
    max-width: 1170px;
    margin: 0 auto;
}

.legal-text p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.19;
    letter-spacing: -0.6px;
    text-align: left;
}

/* Banner Section */
.banner-section {
    background-color: #ffffff;
    padding: 30px 0;
}

.banner-cartao {
    text-align: center;
}

.banner-image {
    max-width: 100%;
    height: auto;
}

/* Footer */
.footer-section {
    position: relative;
    height: 661px;
    overflow: hidden;
}

.footer-content {
    width: 100%;
    height: 100%;
}

.footer-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom left;
}

/* Responsividade */
@media (max-width: 1200px) {
    .title-content h1 {
        font-size: 42px;
    }
    
    .service-name,
    .service-brand,
    .service-subtitle {
        font-size: 24px;
    }
    
    .info-box {
        font-size: 32px;
    }
    
    .store-info,
    .store-cta {
        font-size: 32px;
    }
    
    .btn-find-store {
        font-size: 28px;
    }
    
    .contact-title {
        font-size: 28px;
    }
    
    .number {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        /* height: 600px; */
        padding-top: 25%;
    }
    
    .title-content h1 {
        font-size: 36px;
    }
    
    .service-card {
        padding: 10px 20px;
        gap: 16px;
        height: 90px;
    }
    
    .service-card-center {
        padding: 12px 40px;
    }
    
    .service-name,
    .service-brand,
    .service-subtitle {
        font-size: 20px;
    }
    
    .info-box {
        font-size: 28px;
        padding: 20px 30px;
    }
    
    .service-details p {
        font-size: 22px;
    }
    
    .store-info,
    .store-cta {
        font-size: 28px;
    }
    
    .btn-find-store {
        font-size: 24px;
        padding: 12px 30px;
    }
    
    .download-info {
        font-size: 20px;
    }
    
    .btn-download {
        font-size: 22px;
        padding: 8px 30px;
    }
    
    .contact-title {
        font-size: 24px;
    }
    
    .number {
        font-size: 36px;
    }
    
    .legal-text p {
        font-size: 10px;
    }
    
    .footer-section {
        height: 400px;
    }
}

@media (max-width: 576px) {
    .title-content h1 {
        font-size: 28px;
    }
    
    .service-card {
        padding: 8px 16px;
        gap: 12px;
        height: 80px;
    }
    
    .service-card-center {
        padding: 10px 20px;
    }
    
    .service-name,
    .service-brand,
    .service-subtitle {
        font-size: 18px;
    }
    
    .info-box {
        font-size: 24px;
        padding: 16px 20px;
    }
    
    .service-details p {
        font-size: 20px;
    }
    
    .store-info,
    .store-cta {
        font-size: 24px;
    }
    
    .btn-find-store {
        font-size: 20px;
        padding: 10px 24px;
    }
    
    .download-info {
        font-size: 18px;
    }
    
    .btn-download {
        font-size: 18px;
        padding: 6px 24px;
    }
    
    .contact-title {
        font-size: 20px;
    }
    
    .number {
        font-size: 30px;
    }
    
    .legal-text p {
        font-size: 9px;
    }
    
    .footer-section {
        height: 300px;
    }
}
