@import url('https://fonts.cdnfonts.com/css/belleza');

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

:root {
    --color-background: #4A2C3E;
    --color-text: #ffffff;
    --color-primary: #C80D82;
    --color-primary-darker: #C80D82; /* For reduced-motion hover */
    --color-secondary: #C80D82;
    --color-highlight-bg: #C80D82;
    --font-family-sans-serif: "Belleza", system-ui, -apple-system, sans-serif;
    --font-weight-bold: 700;
    --navbar-height: 80px;
    --navbar-padding: 1.5rem;
    --container-width: 1140px;
    --transition-speed: 0.3s;
    --transition-bounce: cubic-bezier(0.68, -0.55, 0.27, 1.55);
    scroll-behavior: smooth;
}     
        
*, *::before, *::after { box-sizing: border-box; }

body {
    margin: 0; font-family: var(--font-family-sans-serif);
    font-size: 1rem; font-weight: 500; line-height: 1.6;
    color: var(--color-text); background-color: var(--color-background);
}
        
    .content { height: 200vh; padding: 120px 2rem; text-align: center; }
    ul { list-style: none; margin: 0; padding: 0; }
    a { text-decoration: none; color: inherit; }

/*
========================================
Navbar Base & Mobile Styles
========================================
*/
.navbar {
    height: var(--navbar-height); display: flex; align-items: center;
    background-color: #E380BE;
    border-bottom: 2px solid var(--color-highlight-bg);
    position: sticky; top: 0; z-index: 1000;
    color: #f0f0f0;
}

.navbar__container {
    display: flex; justify-content: space-between; align-items: center;
    width: 100%; max-width: var(--container-width);
    margin: 0 auto; padding: 0 var(--navbar-padding);
}
.logo-icon {
    width: 120px;
    height: 110px;
    margin-left: -4px;
    margin-bottom: 45px;
    color: var(--color-primary);
    vertical-align: middle;
}
.navbar__brand { font-size: 1.75rem; font-weight: var(--font-weight-bold); color: var(--color-primary); font-family: 'Belleza', cursive; }
.navbar__toggle { display: block; border: none; padding: 0.5rem; background: transparent; cursor: pointer; z-index: 1001; }
.navbar__toggle .bar { display: block; width: 25px; height: 3px; margin: 5px auto; background-color: var(--color-text); border-radius: 3px; transition: all var(--transition-speed) var(--transition-bounce); }
/* These transforms are for the mobile menu 'hamburger' to 'X' animation */
.navbar__toggle.is-active .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.navbar__toggle.is-active .bar:nth-child(2) { opacity: 0; }
.navbar__toggle.is-active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
        
.navbar__menu { display: none; flex-direction: column; width: 100%; position: absolute; top: var(--navbar-height); left: 0; background-color: var(--color-background); border-bottom: 2px solid var(--color-highlight-bg); box-shadow: 0 10px 20px rgba(0,0,0,0.04); z-index: 999; }
.navbar__menu.is-active { display: flex; }
.navbar__item { text-align: center; }
.navbar__link { display: block; padding: 1.5rem; font-weight: var(--font-weight-bold); transition: background-color var(--transition-speed) ease; }
.navbar__link:hover, .navbar__link:focus { background-color: var(--color-highlight-bg); }
:is(.navbar__toggle, .navbar__link):focus-visible { outline: 3px solid var(--color-secondary); outline-offset: 2px; }

/*
========================================
Desktop Navbar Styles & Animations
========================================
*/
@media (min-width: 768px) {
    .navbar__toggle { display: none; }
    .navbar__menu { display: flex; flex-direction: row; align-items: center; position: static; width: auto; background: none; border: none; box-shadow: none; }
    .navbar__list { display: flex; align-items: center; gap: 0.5rem; }
    .navbar__link { padding: 0.5rem 1rem; position: relative; }
            
    /* General hover rule that applies to non-CTA links. */
    .navbar__link:not(.navbar__link--cta):hover, 
    .navbar__link:not(.navbar__link--cta):focus { background-color: transparent; }
            
    /* Underline animation */
    .navbar__link:not(.navbar__link--cta)::after {
        content: ''; position: absolute; bottom: 0; left: 50%; width: 0;
        height: 3px; background-color: var(--color-secondary);
        transition: all var(--transition-speed) ease; transform: translateX(-50%);
    }
    .navbar__link:not(.navbar__link--cta):hover::after, .navbar__link:not(.navbar__link--cta):focus::after { width: 100%; }

    /* CTA Button */
    .navbar__item--cta { margin-left: 1rem; }
    .navbar__link--cta {
        background-color: var(--color-primary); color: #fff;
        padding: 0.75rem 1.5rem; border-radius: 50px;
        transition: transform var(--transition-speed) var(--transition-bounce), 
        background-color var(--transition-speed) ease;
    }
            
    .navbar__link--cta:hover, .navbar__link--cta:focus {
        background-color: var(--color-primary);
        transform: scale(1.1);
        }
    }
        
/* Reduced Motion Accessibility */
@media (prefers-reduced-motion: reduce) {
    /* Disable animations */
    .navbar__toggle .bar, .navbar__link:not(.navbar__link--cta)::after, .navbar__link--cta { transition: none; }
    /* Instantly show underline for non-CTA links on hover */
    .navbar__link:not(.navbar__link--cta):hover::after, .navbar__link:not(.navbar__link--cta):focus::after { width: 100%; }
    /* Disable scaling on CTA and just change color for feedback */
    .navbar__link--cta:hover, .navbar__link--cta:focus {
        transform: none;
        background-color: var(--color-primary-darker);
    }
}

.sobre {
    width: 100%;
    display: flex;
    max-height: auto;
    justify-content: center;
    align-items: stretch; /* Faz os filhos ocuparem toda a altura */
    padding: 0 20px; /* Remove padding vertical se quiser altura total */
    background-color: #F2E2E3;
}

.sobre_container {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Centraliza verticalmente o texto */
    max-width: 1200px;
    width: 100%;
    gap: 40px;
}

.sobre_texto {
    flex: 1;
}

.sobre_texto h2 {
    font-size: 4rem;
    color: #000000;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 700;
    line-height: 55px;
}

.sobre_texto p {
    font-size: 1.25rem;
    color: #626262;
    margin-bottom: 30px;
}

.btn-orcamento {
    padding: 20px 30px;
    background-color: #E380BE;
    color: #f2f5f7;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 1.30rem;
    transition: background-color 0.3s;
}

.btn-orcamento:hover {
    background-color: #C80D82;
}

.sobre_imagem {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end; /* para a imagem iniciar colada na parte de baixo */
    width: 100%; /* ocupar largura total do pai */
    height: auto; /* altura automática, deixe a imagem controlar */
    max-height: auto; /* opcional: limite para altura da imagem */
}


.sobre_imagem img {
    width: 100%;
    height: auto; /* mantém a proporção */
    object-fit: cover;
    border-radius: 10px;
}

.clients {
    width: 100%;
    padding: 80px 20px;
    background-color: #ffffff;
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
}

.clients_container {
    max-width: 1200px;
    width: 100%;
    text-align: center; /* Centraliza todo o conteúdo */
}

.clients_container h2 {
    font-size: 2.5rem;
    color: #C80D82;
    margin-bottom: 50px;
    font-weight: 700;
    line-height: 55px;
}

.clients_container p {
    font-size: 1.35rem;
    color: #626262;
    margin-bottom: 30px;
}

.clients_imagem {
    display: flex;
    justify-content: center; /* Centraliza horizontalmente as imagens */
    flex-wrap: wrap;
    gap: 80px;
}

.clients_imagem img {
    max-width: 150px; /* Ajuste o tamanho conforme quiser */
    height: auto;
    border-radius: 10px;
}

.btn-clients {
    margin-top: 50px;
    padding: 20px 35px;
    background-color: #E380BE;
    color: #f2f5f7;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 2.50rem;
    font-weight: 500;
    transition: background-color 0.3s;
}

.uniforms {
    width: 100%;
    padding: 80px 20px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
}

.uniforms_container {
    max-width: 1200px;
    width: 100%;
    text-align: center;
}

.uniforms_container h2 {
    font-size: 3rem;
    color: #C80D82;
    margin-bottom: 50px;
    font-weight: 700;
    line-height: 1.2;
}

/* Cards container */
.uniforms_cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap; /* Permite responsividade */
}

/* Card individual */
.uniform_card {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 20px;
    flex: 1 1 300px; /* Cada card ocupa mínimo 300px e cresce */
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.uniform_card:hover {
    transform: translateY(-5px);
}

.uniform_card img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.uniforms_title {
    font-size: 1.5rem;
    color: #E380BE;
    margin-bottom: 15px;
    font-weight: 700;
}

.uniforms_text {
    font-size: 1rem;
    color: #626262;
    margin-bottom: 20px;
    text-align: center;
}

.uniforms_button {
    padding: 12px 25px;
    background-color: #E380BE;
    color: #f2f5f7;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 500;
    transition: background-color 0.3s;
}

.uniforms_button:hover {
    background-color: #C80D82;
}

.personalize {
    background-color: #F2E2E3;
}

.personalize_container {
    display: flex;
    justify-content: center; /* centraliza o bloco na tela */
    align-items: flex-start;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    gap: 40px;
    flex-wrap: wrap;
}

.personalize_texto {
    flex: 0 0 600px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start; /* botão e texto à esquerda no desktop */
}

.personalize_texto h2 {
    font-size: 3rem;
    color: #C80D82;
    padding-top: 30px;
    font-weight: 700;
    line-height: 55px;
}

.personalize_texto p {
    font-size: 1rem;
    color: #626262;
    line-height: 1.8;
}

.personalize_imagem {
    flex: 0 0 500px;
    display: flex;
    justify-content: center;
}

.personalize_imagem img {
    margin-top: 25px;
    max-width: 125%;
    height: auto;
    border-radius: 10px;
}

.btn-personalize {
    align-items: flex-start; /* botão e texto à esquerda no desktop */
    margin-top: 10px;
    padding: 15px 30px;
    background-color: #E380BE;
    color: #f2f5f7;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 500;
    transition: transform 0.3s, background-color 0.3s;
}

.btn-personalize:hover {
    background-color: #C80D82;
    transform: scale(1.05);
}

.slide-back {
    background-color: #ffffff;
}

.hero-slider {
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    padding: 0 80px;
    box-sizing: border-box;
}

.slide.active {
    opacity: 1;
    position: relative;
}

.slide-text {
    flex: 1;
    max-width: 45%;
}

.slide-text h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #C80D82;
    font-weight: 700;
    font-family: 'Belleza', sans-serif;
}

.slide-text h3 {
    font-size: 1.4rem;
    color: #E380BE;
    margin-bottom: 0px;
    font-weight: 700;
}

.slide-text p {
    font-size: 1rem;
    color: #626262;
    margin-bottom: 25px;
    line-height: 1.6;
}

.slide-text a {
    padding: 15px 35px;
    font-size: 1.2rem;
    background-color: #E380BE;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s, transform 0.3s;
}

.slide-text a:hover {
    background-color: #C80D82;
    transform: scale(1.05);
}

.slide-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-image img {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
}

/* Arrows */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    color: #C80D82;
    background-color: rgba(0,0,0,0.0);
    font-size: 2rem;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
    z-index: 5;
}

.arrow-left {
    left: 20px;
}

.arrow-right {
    right: 20px;
}

/* Dots */
.dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    transition: background 0.3s;
}

.dot.active {
    background: #E380BE;
}

.compare-section {
    background: #F2E2E3;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.compare-container {
    background: rgba(255,255,255,1.0);
    border: 3px solid #E380BE;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    max-width: 900px;
    width: 100%;
    padding: 40px 30px;
}

.compare-container h2 {
    text-align: center;
    color: #C80D82;
    font-size: 1.8rem;
    margin-bottom: 40px;
}

.compare-table {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.compare-header,
.compare-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* colunas iguais */
    padding: 14px 20px;
    border-radius: 12px;
    text-align: center; /* centraliza todos os títulos */
}

.compare-header div:first-child {
    text-align: left;
}
.compare-header div:nth-child(2),
.compare-header div:nth-child(3) {
    text-align: center;
}

.compare-header {
    background: #eaeaea;
    font-weight: 600;
    color: #E380BE;
}

.compare-row {
    background: #fff;
    border: 1px solid #eee;
    transition: background 0.2s ease;
}

.compare-row:hover {
    background: #fdfdfd;
}

.compare-row div {
    text-align: center;
    color: #555;
}

.compare-row div:first-child {
    text-align: left;
}

.check {
    color: #32cd32;
    font-weight: bold;
    font-size: 1.2rem;
}

.x {
    color: #e74c3c;
    font-weight: bold;
    font-size: 1.2rem;
}

.testimonials-section {
    background: #ffffff;
    padding: 60px 20px;
    text-align: center;
}

.testimonials-section h2 {
    color: #C80D82;
    font-size: 2rem;
    margin-bottom: 40px;
    font-family: 'Belleza', sans-serif;
}

.testimonials-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.testimonial-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    border: 3px solid #E380BE;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    max-width: 350px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-card p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.5;
}

.testimonial-card h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #E380BE;
    margin: 0;
}

.testimonial-btn {
    padding: 15px 35px;
    font-size: 1.2rem;
    background-color: #E380BE;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
    display: block;
    margin: 40px auto 0 auto; /* <-- centraliza horizontalmente */
    max-width: 250px;
    transition: background 0.3s, transform 0.3s;
}

.testimonial-btn:hover {
    background-color: #C80D82;
    transform: scale(1.05);
}

.faq-section {
    background: #ffffff;
    padding: 60px 20px;
    text-align: center;
}

.faq-section h2 {
    color: #C80D82;
    font-size: 2rem;
    margin-bottom: 40px;
    font-family: 'Belleza', sans-serif;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: #fff;
    border: 3px solid #E380BE;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
}

.faq-question {
    padding: 20px 25px;
    font-weight: 600;
    color: #C80D82;
    cursor: pointer;
    position: relative;
    transition: background 0.3s;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 25px;
    font-size: 1.5rem;
    transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
    content: '-';
}

.faq-answer {
    padding: 0 25px 20px 25px;
    color: #555;
    font-size: 1rem;
    line-height: 1.5;
    display: none;
}


@media (max-width: 768px) {
    .testimonials-container {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
  .compare-header {
        display: grid; /* mostra o header */
        grid-template-columns: 1fr 1fr 1fr;
        padding: 14px 10px;
    }

  .compare-row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr; /* mantém colunas iguais */
        padding: 14px 10px;
    }

  .compare-row div:first-child {
        text-align: left;
    }

  .compare-row div:nth-child(2),
  .compare-row div:nth-child(3) {
        text-align: center;
    }

  .compare-table {
        gap: 5px;
    }
}

@media (max-width: 768px) {    
    .sobre {
        height: auto;
    }

    .sobre_container {
        display: flex;
        flex-direction: column;    /* empilhar verticalmente */
        justify-content: space-between; /* espalhar texto em cima e imagem embaixo */
        align-items: center;       /* centraliza horizontalmente */
        height: auto;             /* altura total da viewport para distribuir espaço */
        padding: 40px 20px 0px 20px; /* espaçamento superior para navbar */
        box-sizing: border-box;    /* inclui padding na altura */
        text-align: center;
    }

    .sobre_texto {
        max-width: 100%;
        width: auto;
        margin-top: 0px;
    }

    .sobre_texto h2 {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 2.5rem;
        text-align: center;
    }

    .btn-orcamento {
        width: 100%;
        max-width: 250px;
        margin-top: 15px;
        margin-bottom: 40px; /* espaço entre botão e imagem */
    }

    .sobre_imagem {
        display: flex;
        justify-content: center;
        align-items: flex-end; /* alinha imagem na base do container */
        width: 100%;
        height: auto;
    }

    .sobre_imagem img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        display: block;
    }
}

.location {
    background: #F2E2E3;
    padding: 60px 20px;
}

.location_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
    flex-wrap: wrap;
}

.location_text {
    flex: 1;
    max-width: 500px;
}

.location_text h2 {
    font-family: 'Belleza', sans-serif;
    color: #C80D82;
    font-size: 2rem;
    margin-bottom: 20px;
}

.location_text p {
    color: #555;
    font-size: 1rem;
    margin-bottom: 25px;
    line-height: 1.6;
}

.btn-location {
    padding: 15px 35px;
    font-size: 1.2rem;
    background-color: #E380BE;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s, transform 0.3s;
}

.btn-location:hover {
    background-color: #C80D82;
    transform: scale(1.05);
}

.location_map {
    flex: 1;
    min-width: 300px;
}

@media (max-width: 768px) {
    .personalize_container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .personalize_texto {
        align-items: center;
    }

    .btn-personalize {
        width: 100%;
        max-width: 300px;
    }

    .personalize_imagem {
        flex: 1 1 100%;
    }
}

@media (max-width: 768px) {
  .hero-slider {
        height: auto;
        border-radius: 0;
    }

  .slide {
        flex-direction: column;
        justify-content: center;
        padding: 40px 20px;
        text-align: center;
    }

  .slide-text {
        max-width: 100%;
        margin-bottom: 30px;
    }

  .slide-text h1 {
        font-size: 2rem;
    }

  .slide-text h3 {
        font-size: 1.2rem;
    }

  .slide-text p {
        font-size: 0.95rem;
    }

  .slide-text a {
        padding: 12px 28px;
        font-size: 1.10rem;
    }

  .slide-image {
        max-width: 100%;
        justify-content: center;
    }

  .slide-image img {
        width: 100%;
        max-width: 350px;
        border-radius: 15px;
    }
}

html {
  font-size: 100%; /* Base para rem */
}

img {
  max-width: 100%;
  height: auto;
}