@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800&display=swap');

:root {
    --color-white: #ffffff;
    --color-purple: #3e0e43;
    --color-light-purple: #852474;
    --color-pink: #de2989;
    --color-dark-pink: #c22277;
    --color-orange: #d6680e;
    --color-light-orange: #f29058;
    --color-peach: #fdbd97;
    --color-light-purple2: #58439a;
    --color-dark-purple: #3f2463;
    --color-teal: #237682;
    --color-cream: #fdf6f0;
    --color-beige: #f5ebe0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    background-color: var(--color-cream);
}

.besley {
    font-family: 'Besley', serif;
}

/* Header */
.header {
    background-color: #237682;
    padding: 20px 0;
}

.header .logo-sebrae {
    height: 65px;
}

.header-divider {
    width: 2px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 35px;
}

.header-date {
    color: white;
    font-size: 28px;
    font-weight: 600;
}

.header-location {
    color: white;
    font-size: 16px;
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.header-location i {
    color: var(--color-orange);
    font-size: 22px;
    margin-top: 3px;
}

.header-location strong {
    font-size: 18px;
}

.btn-header {
    background-color: #ff4800;
    color: white;
    border: none;
    padding: 8px 25px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-header:hover {
    background-color: #ff4800;
    color: white;
    transform: translateY(-2px);
}

.btn-orange {
    background-color: #ff4800;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1.6rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-orange:hover {
    background-color: #e64000;
    color: white;
    transform: translateY(-2px);
}

/* Banner Section */
.banner-section {
    background: url('/assets/landings/movimente/imgs/fundo-movimente.png') center top;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 40px 0 60px;
    overflow: hidden;
}

.banner-section::before {
    display: none;
}

.banner-content {
    position: relative;
    z-index: 2;
}

.movimente-logo {
    max-width: 680px;
    width: 95%;
    filter: drop-shadow(0px 15px 25px rgba(0, 0, 0, 0.3));
}

/* Intro Section */
.intro-section {
    background-color: var(--color-cream);
    padding: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    margin-top: -1px;
}

.intro-section::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -50px;
    width: 400px;
    height: calc(100% + 2px);
    background-image: url('/assets/landings/movimente/imgs/efeito-roxo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    opacity: 0.4;
    pointer-events: none;
}

.intro-title {
    color: #693768;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.intro-text {
    color: #693768;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

.video-container {
    background-color: transparent;
    border-radius: 25px;
    padding: 0;
    position: relative;
}

.video-wrapper {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 16/9;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.play-button {
    width: 70px;
    height: 70px;
    background-color: var(--color-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    position: absolute;
    z-index: 5;
}

.play-button:hover {
    transform: scale(1.1);
}

.play-button i {
    color: white;
    font-size: 28px;
    margin-left: 5px;
}

/* Movimente Section - O que é */
.movimente-section {
    background-color: white;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.movimente-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150px;
    width: 900px;
    height: 100%;
    background-image: url('/assets/landings/movimente/imgs/efeito-laran.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    opacity: 0.25;
    pointer-events: none;
}

.movimente-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: -150px;
    width: 900px;
    height: 100%;
    background-image: url('/assets/landings/movimente/imgs/efeito-laran.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    opacity: 0.25;
    pointer-events: none;
    transform: scaleX(-1);
}

.section-subtitle {
    color: #693768;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    color: #693768;
    margin-bottom: 25px;
}

.movimente-section p {
    color: #3e0e43;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.movimente-section ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.movimente-section ul li {
    color: #3e0e43;
    font-size: 1.1rem;
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
}

.movimente-section ul li::before {
    content: '•';
    color: var(--color-orange);
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: -3px;
}

.stats-box {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.floating-ball {
    width: 130px;
    height: 130px;
    background-color: #ff4800;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    box-shadow: 0 10px 30px rgba(255, 72, 0, 0.4);
    position: absolute;
}

.floating-ball:nth-child(1) {
    top: 0;
    right: 20px;
    animation: float1 3s ease-in-out infinite;
}

.floating-ball:nth-child(2) {
    top: 45%;
    right: -30px;
    transform: translateY(-50%);
    animation: float2 3.5s ease-in-out infinite;
}

.floating-ball:nth-child(3) {
    bottom: 0;
    right: 40px;
    animation: float3 4s ease-in-out infinite;
}

@keyframes float1 {
    0%, 100% { transform: translateY(0) translateX(0); }
    50% { transform: translateY(-15px) translateX(5px); }
}

@keyframes float2 {
    0%, 100% { transform: translateY(-50%) translateX(0); }
    50% { transform: translateY(calc(-50% - 10px)) translateX(-8px); }
}

@keyframes float3 {
    0%, 100% { transform: translateY(0) translateX(0); }
    50% { transform: translateY(-12px) translateX(6px); }
}

.ball-number {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
}

.ball-number-wrapper {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.ball-label {
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
}

.section-subtitle-styled {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    color: #693768;
    font-size: 3.5rem!important;
    margin-bottom: -20px!important;
    letter-spacing: 2px;
}

.section-title-styled {
    font-family: 'Montserrat', sans-serif;
    font-size: 6rem;
    font-weight: 700;
    color: #693768;
    margin-bottom: 25px;
    margin-top: 0;
    font-style: italic;
}

.highlight-orange {
    color: #d6680e;
    font-weight: 700;
}

.stats-box-diagonal {
    position: relative;
    height: 680px;
    width: 100%;
}

.floating-ball.ball-large {
    width: 240px;
    height: 240px;
    background-color: #d6680e;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    box-shadow: 0 10px 30px rgba(214, 104, 14, 0.4);
    position: absolute;
    top: 120px;
    left: 20px;
    z-index: 3;
    animation: float1 3s ease-in-out infinite;
}

.floating-ball.ball-medium {
    width: 180px;
    height: 180px;
    background-color: #d6680e;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    box-shadow: 0 10px 30px rgba(214, 104, 14, 0.4);
    position: absolute;
}

.floating-ball.ball-medium:nth-child(2) {
    top: 480px;
    left: 50px;
    z-index: 2;
    animation: float2 3.5s ease-in-out infinite;
}

.floating-ball.ball-medium:nth-child(3) {
    top: 240px;
    left: 300px;
    z-index: 1;
    animation: float3 4s ease-in-out infinite;
}

.ball-number-large {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
    display: inline;
}

.ball-unit {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 0;
    margin-left: 5px;
    display: inline;
}

.ball-number-medium {
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1;
}

.ball-label-small {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
    line-height: 1.2;
    text-align: center;
}

/* Photos Grid */
.photos-grid-outer {
    position: relative;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photos-grid-container {
    position: relative;
    width: 100%;
}

.photos-grid-wrapper {
    overflow: hidden;
    width: 100%;
}

.photos-grid {
    display: flex;
    transition: transform 0.5s ease;
    width: 400%;
}

.photos-grid-page {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
    width: 25%;
    flex-shrink: 0;
}

.photo-item {
    border-radius: 25px;
    overflow: hidden;
    height: 230px;
}

.photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.photo-item:hover img {
    transform: scale(1.05);
}

.photos-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    border: none;
    z-index: 10;
}

.photos-nav-prev {
    left: calc(50% - 730px);
}

.photos-nav-next {
    right: calc(50% - 740px);
}

.photos-nav:hover {
    background-color: var(--color-orange);
    color: white;
}

.photos-nav i {
    font-size: 18px;
    color: #333;
}

.photos-nav:hover i {
    color: white;
}

/* Carousel Section */
.carousel-section {
    background-color: var(--color-cream);
    padding: 40px 0;
}

.carousel-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.carousel-images {
    display: flex;
    gap: 15px;
    flex: 1;
    overflow: hidden;
}

.carousel-item-custom {
    flex: 1;
    min-width: 200px;
    height: 150px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #87ceeb;
}

.carousel-item-custom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-control {
    width: 45px;
    height: 45px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    flex-shrink: 0;
    border: none;
}

.carousel-control:hover {
    background-color: var(--color-orange);
    color: white;
}

.carousel-control i {
    font-size: 18px;
    color: #333;
}

.carousel-control:hover i {
    color: white;
}

/* Depoimentos Section */
.depoimentos-section {
    background-color: var(--color-cream);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.depoimentos-corner-left {
    position: absolute;
    top: 120px;
    left: 0;
    width: 400px;
    height: auto;
    z-index: 3;
}

.depoimentos-corner-left img {
    width: 100%;
    height: auto;
}

.depoimentos-sidebar-right {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50vw - 660px);
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.depoimentos-sidebar-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.depoimentos-section .container {
    position: relative;
    z-index: 2;
}

.depoimentos-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.depoimento-header {
    margin-bottom: 40px;
    text-align: center;
}

.depoimento-title {
    font-size: 3.5rem;
    color: var(--color-purple);
    line-height: 1.1;
    display: inline-block;
    position: relative;
}

.depoimento-title-text {
    display: inline-block;
}

.depoimento-title .aprova {
    font-size: 4.5rem;
    color: var(--color-purple);
    font-weight: 700;
}

.check-badge {
    position: absolute;
    right: -130px;
    top: 50%;
    transform: translateY(-50%);
}

.check-badge img {
    width: 120px;
    height: 120px;
}

.depoimentos-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
    text-align: left;
}

.depoimento-card-new {
    background-color: var(--color-teal);
    border-radius: 45px;
    padding: 18px 40px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    position: relative;
    margin-top: 50px;
}

.depoimento-foto-rect {
    width: 160px;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
    margin-top: -50px;
}

.depoimento-foto-rect img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.depoimento-info {
    flex: 1;
}

.depoimento-nome {
    color: white;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.depoimento-cargo {
    color: white;
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 12px;
    opacity: 0.9;
}

.depoimento-texto {
    color: white;
    font-size: 1.3rem;
    line-height: 1.6;
}

.btn-inscricao-center {
    text-align: center;
    margin-top: 40px;
}

@media (max-width: 1200px) {
    .depoimentos-sidebar-right {
        width: calc(50vw - 480px);
    }
}

@media (max-width: 992px) {
    .depoimentos-sidebar-right {
        display: none;
    }
    
    .depoimentos-corner-left {
        display: none;
    }
    
    .depoimentos-wrapper {
        max-width: 100%;
    }
    
    .depoimento-foto-rect {
        width: 70px;
        height: 90px;
    }
}

@media (max-width: 576px) {
    .depoimento-card-new {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }
    
    .depoimento-foto-rect {
        width: 80px;
        height: 100px;
    }
    
    .depoimento-foto-circle {
        margin-left: 0;
        margin-top: -60px;
    }
    
    .depoimento-title {
        font-size: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .depoimento-title .aprova {
        font-size: 2.5rem;
    }
    
    .check-badge {
        position: static;
        transform: none;
        margin-top: 15px;
    }
    
    .check-badge img {
        width: 80px;
        height: 80px;
    }
    
    .stats-box-diagonal {
        display: none;
    }
    
    .photos-grid {
        width: 2300%;
    }
    
    .photos-grid-page {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        gap: 0;
        width: calc(100% / 23);
    }
    
    .photo-item {
        height: 300px;
    }
    
    .photo-item:not(:first-child) {
        display: none;
    }
    
    .photos-nav {
        display: flex;
    }
    
    .photos-nav-prev {
        left: 10px;
    }
    
    .photos-nav-next {
        right: 10px;
    }
}

/* Social Grid Section - Marquee Style */
.social-section {
    background-color: #212328;
    padding: 60px 0;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.social-marquee-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.social-marquee-row {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.social-marquee-track {
    display: flex;
    gap: 20px;
    width: max-content;
}

.social-marquee-track img {
    height: auto;
    max-height: 180px;
    width: auto;
    border-radius: 12px;
    object-fit: contain;
    flex-shrink: 0;
}

.marquee-left .social-marquee-track {
    animation: marqueeLeft 60s linear infinite;
}

.marquee-right .social-marquee-track {
    animation: marqueeRight 70s linear infinite;
}

.marquee-left-slow .social-marquee-track {
    animation: marqueeLeft 80s linear infinite;
}

@keyframes marqueeLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes marqueeRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .social-section {
        padding: 40px 0;
    }
    
    .social-marquee-wrapper {
        gap: 15px;
    }
    
    .social-marquee-track {
        gap: 15px;
    }
    
    .social-marquee-track img {
        max-height: 140px;
    }
}

@media (max-width: 480px) {
    .social-marquee-track img {
        max-height: 110px;
    }
    
    .social-marquee-wrapper {
        gap: 12px;
    }
    
    .social-marquee-track {
        gap: 12px;
    }
}

/* Footer */
#footer-main {
    margin: 0;
    background-color: #3b1f3b;
    color: white;
    padding: 40px 0;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-column {
    flex: 1;
    text-align: center;
}

.footer-column a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.footer-column p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.footer-contact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.footer-contact img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
}

.arroba {
    font-size: 12px;
    margin-top: 15px;
    margin-left: auto;
    display: block;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: white;
    text-decoration: none;
}

.footer-icons {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.footer-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    color: #3b1f3b;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-icons a:hover {
    background-color: #e8e0d5;
    transform: scale(1.1);
}

.footer-icons a i {
    font-size: 20px;
}

.footer-text {
    font-weight: 300;
    margin: 0;
    display: inline-flex;
    flex-direction: column;
    text-align: left;
    line-height: 1.1;
}

.footer-atm {
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.footer-number {
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.column-text {
    font-size: 12px;
    text-align: left;
    justify-content: center;
    margin-top: 10px;
}

.footer-bold {
    font-weight: bold;
    display: flex;
}

.footer-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    color: white;
}

.footer-link {
    font-size: 20px;
    color: white;
    text-decoration: underline;
    margin: 5px 0;
    display: inline-block;
}

.footer-link:hover {
    color: #e8e0d5;
}

.footer-logo {
    max-width: 100%;
    height: auto;
    width: 160px;
}

@media (max-width: 767px) {
    .footer-container {
        flex-direction: column;
    }
    
    .footer-column {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .footer-contact {
        justify-content: center;
    }

    .footer-social {
        flex-direction: column;
        align-items: center;
    }

    .footer-social .column-text {
        margin-bottom: 15px;
        text-align: center;
    }

    .footer-icons {
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* Utilities */
.text-orange {
    color: var(--color-orange) !important;
}

.text-teal {
    color: var(--color-teal) !important;
}

.text-purple {
    color: var(--color-purple) !important;
}

.bg-purple {
    background-color: var(--color-purple) !important;
}

.bg-orange {
    background-color: var(--color-orange) !important;
}

.bg-teal {
    background-color: var(--color-teal) !important;
}

.bg-cream {
    background-color: var(--color-cream) !important;
}

/* Responsive */
@media (max-width: 991px) {
    .section-title {
        font-size: 2.2rem;
    }

    .section-title-styled {
        font-size: 3rem;
    }

    .section-subtitle-styled {
        font-size: 1.2rem;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .stats-box {
        text-align: center;
        margin-top: 30px;
    }

    .stats-box-diagonal {
        height: 350px;
    }

    .floating-ball.ball-large {
        width: 140px;
        height: 140px;
        right: 30px;
    }

    .floating-ball.ball-medium {
        width: 100px;
        height: 100px;
    }

    .floating-ball.ball-medium:nth-child(2) {
        top: 130px;
        right: 130px;
    }

    .floating-ball.ball-medium:nth-child(3) {
        top: 240px;
        right: 10px;
    }

    .ball-number-large {
        font-size: 2.5rem;
    }

    .ball-unit {
        font-size: 1.8rem;
    }

    .ball-number-medium {
        font-size: 1.6rem;
    }

    .stat-item {
        border-right: none;
        border-bottom: 2px solid var(--color-orange);
        padding-bottom: 15px;
        padding-right: 0;
    }

    .depoimentos-sidebar-left,
    .depoimentos-sidebar-right {
        display: none;
    }
}

@media (max-width: 767px) {
    .header {
        padding: 15px 0;
    }
    
    .header .container {
        max-width: 100%;
    }
    
    .header .row {
        flex-direction: column;
        gap: 12px;
        align-items: center !important;
    }
    
    .header .col-auto {
        width: 100%;
        justify-content: center;
    }
    
    .header .col-auto.d-none.d-lg-flex {
        display: flex !important;
        justify-content: center;
    }
    
    .header .col-auto.d-flex {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .header .logo-sebrae {
        height: 50px;
    }
    
    .header-divider {
        display: block;
        width: 80%;
        height: 1px;
        margin: 5px 0;
    }
    
    .header-date {
        display: block;
        font-size: 18px;
        text-align: center;
    }

    .header-location {
        display: flex !important;
        font-size: 13px;
        text-align: center;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        justify-content: center;
    }
    
    .header-location i {
        font-size: 18px;
        margin-top: 0;
    }
    
    .header-location strong {
        font-size: 15px;
    }
    
    .header-location div {
        text-align: left;
    }
    
    .btn-header {
        padding: 8px 20px;
        font-size: 16px;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .intro-section::before {
        opacity: 0.2;
    }

    .movimente-section::before {
        opacity: 0.15;
    }

    .intro-title {
        font-size: 1.4rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .depoimento-card {
        flex-direction: column;
        text-align: center;
    }

    .depoimento-foto {
        margin: 0 auto;
    }

    .carousel-item-custom {
        min-width: 150px;
        height: 120px;
    }
}

@media (max-width: 575px) {
    .movimente-logo {
        max-width: 280px;
    }

    .banner-subtitle {
        font-size: 1.1rem;
    }

    .video-container {
        padding: 12px;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .section-title-styled {
        font-size: 2.5rem;
    }

    .section-subtitle-styled {
        font-size: 1rem;
    }

    .depoimento-title {
        font-size: 1.5rem;
    }

    .depoimento-title span {
        font-size: 2rem;
    }

    .floating-ball.ball-large {
        width: 120px;
        height: 120px;
        right: 20px;
    }

    .floating-ball.ball-medium {
        width: 90px;
        height: 90px;
    }

    .floating-ball.ball-medium:nth-child(2) {
        top: 110px;
        right: 100px;
    }

    .floating-ball.ball-medium:nth-child(3) {
        top: 200px;
        right: 0;
    }

    .stats-box-diagonal {
        height: 300px;
    }

    .ball-number-large {
        font-size: 2rem;
    }

    .ball-unit {
        font-size: 1.5rem;
    }

    .ball-number-medium {
        font-size: 1.4rem;
    }

    .ball-label-small {
        font-size: 0.5rem;
    }
}

/* Animated Button Effect */
.btn-animated {
    --border_radius: 9999px;

    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 27px;
    background: #ff4800;
    border: none;
    border-radius: var(--border_radius);
    text-decoration: none;
    z-index: 1;
}

.btn-animated .dots_border {
    position: absolute;
    inset: -2px;
    border-radius: var(--border_radius);
    padding: 2px;
    background: linear-gradient(90deg, #ff4800, #ff4800);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.btn-animated .dots_border::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: var(--border_radius);
    background: conic-gradient(from 0deg, transparent 0deg 300deg, white 330deg, transparent 360deg);
    animation: btn-spin 1.5s linear infinite;
}

@keyframes btn-spin {
    to {
        transform: rotate(360deg);
    }
}

.btn-animated .text_button {
    position: relative;
    z-index: 10;
    font-size: 1.6rem;
    font-weight: 700;
    color: white;
}
