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

/* Configurações básicas para responsividade */
img {
    max-width: 100%;
    height: auto;
}

/* Evitar overflow horizontal, mas permitir scroll vertical completo */
html, body {
    overflow-x: hidden;
    overflow-y: auto !important;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Garantir que header não seja cortado por overflow do body */
@media (max-width: 768px) {
    html,
    body {
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }
    
    section {
        overflow-x: hidden !important;
    }
    
    section.servicos {
        overflow: visible !important;
    }
    
    .container {
        overflow-x: hidden !important;
    }
    
    .servicos .container {
        overflow: visible !important;
    }
    
    html body header.header,
    html body .header,
    body header.header,
    body .header,
    header.header,
    .header {
        clip-path: none !important;
        clip: auto !important;
        -webkit-clip-path: none !important;
        max-height: none !important;
        height: auto !important;
    }
    
    /* FORÇAR ESPAÇO NO TOPO - SOBRESCREVER TUDO */
    html body header.header,
    html body .header {
        padding-top: 50px !important;
        padding-bottom: 15px !important;
    }
    
    html body header.header .header-content,
    html body .header .header-content {
        min-height: 110px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    html body header.header .logo-img,
    html body .header .logo-img,
    html body header.header .logo img,
    html body .header .logo img {
        max-height: 145px !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

@media (max-width: 600px) {
    #localizacao .address-wrapper {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.6rem !important;
    }

    #localizacao .address-wrapper p,
    #localizacao .address-wrapper button {
        width: 100%;
        text-align: left !important;
    }

    #localizacao .address-wrapper button {
        align-self: flex-start !important;
    }

    #localizacao .address-text .address-break {
        display: block !important;
        margin-top: 0.15rem !important;
    }

    #localizacao .schedule-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
        margin-bottom: 1rem !important;
    }

    #localizacao .schedule-grid > div {
        padding: 0.85rem 0.95rem !important;
        border-radius: 10px !important;
        border-left-width: 4px !important;
        box-shadow: 0 6px 18px rgba(44, 62, 80, 0.08) !important;
        width: 100% !important;
    }

    #localizacao .schedule-grid > div p {
        font-size: 0.9rem !important;
        margin-bottom: 0.25rem !important;
    }

    #localizacao .schedule-grid > div p:last-child {
        margin-bottom: 0 !important;
    }

    #localizacao .schedule-grid .hotel-break {
        display: block !important;
        margin-top: 0.15rem !important;
    }
}

@media (max-width: 480px) {
    html body header.header,
    html body .header {
        padding-top: 48px !important;
        padding-bottom: 8px !important;
    }
    
    html body header.header .header-content,
    html body .header .header-content {
        min-height: 60px !important;
    }
    
    html body header.header .logo-img,
    html body .header .logo-img,
    html body header.header .logo img,
    html body .header .logo img {
        max-height: 55px !important;
    }
}

/* Garantir que mídia não cause overflow */
img, video, iframe, embed, object {
    max-width: 100%;
    height: auto;
}

/* Garantir que containers não causem overflow */
section, .container, .hero-content, .sobre-content, .certificados-content, .footer-content {
    max-width: 100%;
    overflow-x: hidden;
}

section.servicos,
.servicos .container,
.servicos .carousel-wrapper,
.servicos .carousel-container,
.servicos .carousel-track {
    overflow: visible !important;
}

.servicos .service-card,
.servicos .card-overlay,
.servicos .card-title-top {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}


/* Melhorar touch targets */
a, button, input, textarea, select {
    -webkit-tap-highlight-color: transparent;
}

/* Melhorar scroll em iOS */
* {
    -webkit-overflow-scrolling: touch;
}

/* Debug para menu hambúrguer */
@media (max-width: 768px) {
    .mobile-menu-btn {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 9999 !important;
    }
    
    /* Forçar visibilidade em todas as telas móveis */
    #mobileMenuBtn {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }
    
    /* CSS adicional para garantir visibilidade */
    button.mobile-menu-btn {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: white !important;
        border: 2px solid #A0C6E8 !important;
        border-radius: 6px !important;
    }
}

/* Prevenir zoom em inputs iOS */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select, textarea, input[type="text"], input[type="password"], 
    input[type="datetime"], input[type="datetime-local"], 
    input[type="date"], input[type="month"], input[type="time"], 
    input[type="week"], input[type="number"], input[type="email"], 
    input[type="url"], input[type="search"], input[type="tel"], 
    input[type="color"] {
        font-size: 16px !important;
    }
}

/* Garantir que as seções não se sobreponham e apareçam completamente */
section {
    position: relative;
    clear: both;
    overflow: visible !important;
    min-height: auto !important;
    height: auto !important;
    max-height: none !important;
}

/* Garantir que containers de seções não cortem conteúdo */
section .container {
    overflow: visible !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* Garantir que conteúdo interno das seções não seja cortado */
section > * {
    overflow: visible !important;
}

/* Forçar overflow visible em todas as seções principais */
.hero, .sobre, .servicos, .certificados, .galeria, 
.testimonials-section, .matricula-section, .regras-section, 
.faq, .contato, .localizacao {
    overflow: visible !important;
    min-height: auto !important;
    height: auto !important;
    max-height: none !important;
}

/* Garantir que conteúdo interno não seja cortado */
.hero-content, .sobre-content, .certificados-content, 
.servicos-content, .galeria-grid, .matricula-form {
    overflow: visible !important;
    max-height: none !important;
}

/* Z-index básico para elementos */

/* Remover todas as transições - seções estáticas */

/* Garantir que o conteúdo não desapareça */
body {
    background: var(--white);
}

/* Regras problemáticas removidas */

:root {
    --primary-blue: #97CCCE;
    --light-yellow: #FFEB80;
    --white: #FFFFFF;
    --dark-blue: #374151;
    --yellow: #FFEB80;
    --gray: #656565;
    --light-gray: #D9D9D9;
    --border-color: #D9D9D9;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: var(--dark-blue);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Container responsivo */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 12px;
    }
}

/* Tipografia */
h1, h2, h3 {
    font-family: 'Fredoka One', cursive;
    color: var(--dark-blue);
}

h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

/* Responsividade de Tipografia - Mobile First */
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
        line-height: 1.3;
        margin-bottom: 0.8rem;
    }
    
    h2 {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-bottom: 0.8rem;
    }
    
    h3 {
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1rem;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 1.6rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    h3 {
        font-size: 1.1rem;
    }
    
    p {
        font-size: 0.95rem;
        line-height: 1.5;
    }
}

.subtitle {
    font-size: 1.2rem;
    color: var(--gray);
    margin-bottom: 2rem;
}

/* Botões */
.btn-primary {
    background: var(--yellow) !important;
    color: var(--dark-blue);
    border: 2px solid white;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.btn-primary:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(255, 235, 128, 0.4);
}

.btn-primary:focus {
    outline: 2px solid var(--primary-blue);
    outline-offset: 2px;
}

.btn-secondary {
    background: transparent;
    color: var(--dark-blue);
    border: 2px solid var(--dark-blue);
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
}

/* Top Bar */
.top-bar {
    background: var(--primary-blue);
    padding: 12px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1004 !important; /* Garantir que fique sempre acima */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 44px;
    width: 100%;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    min-height: 44px;
}

/* Top Bar Responsivo */
@media (max-width: 768px) {
    .top-bar {
        padding: 10px 0;
    }
    
    .top-bar-content {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
        text-align: center;
        font-size: 0.85rem;
    }
    
    .location-info {
        width: 100%;
        justify-content: center;
        font-size: 0.8rem;
    }
    
    .location-info span {
        display: inline !important;
    }
    
    .contact-section {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        width: 100%;
    }
    
    .whatsapp-info {
        font-size: 0.8rem;
    }
    
    .social-icons {
        gap: 8px;
    }
    
    .social-icon {
        width: 28px;
        height: 28px;
    }
    
    .social-icon i {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .top-bar {
        padding: 8px 0;
    }
    
    .top-bar-content {
        font-size: 0.75rem;
        gap: 6px;
        flex-direction: column;
    }
    
    .location-info {
        font-size: 0.7rem;
        width: 100%;
        justify-content: center;
    }
    
    .location-info span {
        display: inline !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }
    
    .contact-section {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .whatsapp-info {
        font-size: 0.7rem;
    }
    
    .social-icon {
        width: 26px;
        height: 26px;
    }
    
    .social-icon i {
        font-size: 0.75rem;
    }
}

.location-info {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--dark-blue);
    font-weight: 500;
}

.location-info i {
    color: var(--dark-blue);
    font-size: 1rem;
}

.contact-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.whatsapp-info {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--dark-blue);
    font-weight: 600;
    white-space: nowrap;
}

.whatsapp-info i {
    color: var(--dark-blue);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.whatsapp-info span {
    display: inline-block;
    vertical-align: middle;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.social-icon i {
    font-size: 0.9rem;
    color: var(--dark-blue);
}

/* Header */
.header {
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    z-index: 1003;
    width: 100%;
    height: auto;
    padding: 15px 0 !important;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, top 0.3s ease;
}

/* MOBILE - FORÇAR ESPAÇO NO TOPO PARA EVITAR CORTE */
@media (max-width: 768px) {
    header.header::before,
    .header::before {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}


/* Desktop - Comportamento inicial */
@media (min-width: 769px) {
    .header {
        position: fixed;
        top: 68px;
    }
    
    /* Garantir que transições funcionem */
    .header,
    .header * {
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, top 0.3s ease;
    }
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    min-height: 100px !important;
    overflow: visible;
}

/* Garantir alinhamento vertical do logo e menu hambúrguer */
.header .logo,
.mobile-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* Logo no header - Desktop */
.header .logo-img,
.header .logo img {
    max-height: 110px !important;
    width: auto !important;
    height: auto !important;
}

/* Header Responsivo - SEMPRE FIXO NO MOBILE */
@media (max-width: 768px) {
    /* FORÇAR VISIBILIDADE COMPLETA DO HEADER */
    header.header,
    .header {
        top: 44px !important;
        padding-top: 35px !important;
        padding-bottom: 15px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 1003 !important;
        background: var(--white) !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
        transform: none !important;
        margin: 0 !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        clip: auto !important;
        clip-path: none !important;
        -webkit-clip-path: none !important;
    }
    
    /* Garantir que header não se mova com scroll */
    header.header,
    .header,
    header.header.navbar-fixed,
    .header.navbar-fixed {
        position: fixed !important;
        top: 44px !important;
        transform: translateY(0) !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        clip: auto !important;
        clip-path: none !important;
    }
    
    header.header .container,
    .header .container {
        padding: 0 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
        height: auto !important;
        max-height: none !important;
    }
    
    header.header .header-content,
    .header .header-content {
        padding: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        min-height: 100px !important;
        max-height: none !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        width: 100% !important;
        overflow: visible !important;
        height: auto !important;
        clip: auto !important;
        -webkit-clip-path: none !important;
        clip-path: none !important;
        margin: 0 !important;
    }
    
    header.header .logo,
    .header .logo,
    .logo {
        flex: 0 0 auto;
        display: flex !important;
        align-items: flex-start !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        position: relative !important;
    }
    
    header.header .logo-img,
    .header .logo-img,
    .logo-img,
    header.header .logo img,
    .header .logo img {
        max-height: 140px !important;
        width: auto !important;
        height: auto !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        object-fit: contain !important;
        object-position: top left !important;
        overflow: visible !important;
        margin: 0 !important;
        padding: 0 !important;
        vertical-align: top !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    
    header.header .nav,
    .header .nav,
    .nav {
        flex: 0 0 auto;
        display: flex !important;
        align-items: flex-start !important;
        visibility: visible !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        padding-top: 5px !important;
        margin-top: 0 !important;
    }
    
    header.header .mobile-menu-btn,
    .header .mobile-menu-btn,
    button.mobile-menu-btn,
    .mobile-menu-btn,
    #mobileMenuBtn {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        min-height: 48px !important;
        max-width: none !important;
        max-height: none !important;
        position: relative !important;
        z-index: 1 !important;
        flex-shrink: 0 !important;
        overflow: visible !important;
        clip: auto !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
        top: 0 !important;
        bottom: auto !important;
    }
    
    /* Ajustar margem do hero no mobile */
    .hero {
        margin-top: 180px !important;
        padding-top: 15px !important;
        padding-bottom: 20px !important;
    }
}
@media (max-width: 480px) {
    header.header,
    .header {
        top: 44px !important;
        position: fixed !important;
        padding-top: 28px !important;
        padding-bottom: 10px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        transform: none !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        clip: auto !important;
        clip-path: none !important;
        -webkit-clip-path: none !important;
    }
    
    /* Garantir que header não se mova */
    header.header,
    .header,
    header.header.navbar-fixed,
    .header.navbar-fixed {
        position: fixed !important;
        top: 44px !important;
        transform: translateY(0) !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        clip: auto !important;
    }
    
    header.header .container,
    .header .container {
        padding: 0 12px !important;
        overflow: visible !important;
        height: auto !important;
        max-height: none !important;
    }
    
    header.header .header-content,
    .header .header-content {
        padding: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        min-height: 95px !important;
        max-height: none !important;
        overflow: visible !important;
        height: auto !important;
        clip: auto !important;
        -webkit-clip-path: none !important;
        clip-path: none !important;
        align-items: flex-start !important;
        margin: 0 !important;
    }
    
    header.header .logo-img,
    .header .logo-img,
    .logo-img,
    header.header .logo img,
    .header .logo img {
        max-height: 75px !important;
        overflow: visible !important;
        margin: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
        object-position: top left !important;
        vertical-align: top !important;
        object-fit: contain !important;
    }
    
    header.header .logo,
    .header .logo,
    .logo {
        align-items: flex-start !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        position: relative !important;
    }
    
    header.header .nav,
    .header .nav,
    .nav {
        align-items: flex-start !important;
        padding-top: 5px !important;
        margin-top: 0 !important;
    }
    
    header.header .mobile-menu-btn,
    .header .mobile-menu-btn,
    button.mobile-menu-btn,
    .mobile-menu-btn,
    #mobileMenuBtn {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
        top: 0 !important;
        bottom: auto !important;
    }
    
    header.header .mobile-menu-btn,
    .header .mobile-menu-btn,
    button.mobile-menu-btn,
    .mobile-menu-btn,
    #mobileMenuBtn {
        width: 46px !important;
        height: 46px !important;
        min-width: 46px !important;
        min-height: 46px !important;
        max-width: none !important;
        max-height: none !important;
        flex-shrink: 0 !important;
        overflow: visible !important;
        clip: auto !important;
    }
    
    .top-bar {
        padding: 6px 0;
    }
    
    .hero {
        margin-top: 173px !important;
        padding-top: 10px !important;
        padding-bottom: 15px !important;
    }
}

.logo {
    display: flex;
    align-items: center;
}

.logo-img {
    max-height: 45px;
    width: auto;
    object-fit: contain;
    display: block;
}

.logo-fallback {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-icon {
    width: 50px;
    height: 50px;
    background: var(--primary-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-icon i {
    color: var(--white);
    font-size: 1.5rem;
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-main {
    font-family: 'Fredoka One', cursive;
    font-size: 1.5rem;
    color: var(--primary-blue);
    line-height: 1;
}

.logo-sub {
    font-family: 'Fredoka One', cursive;
    font-size: 1.5rem;
    color: var(--primary-blue);
    line-height: 1;
}

.nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* Responsividade do logo */
@media (max-width: 768px) {
    .logo-img {
        max-height: 50px;
    }
    
    .logo-icon {
        width: 40px;
        height: 40px;
    }
    
    .logo-icon i {
        font-size: 1.2rem;
    }
    
    .logo-main,
    .logo-sub {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .logo-img {
        max-height: 40px;
    }
    
    .logo-icon {
        width: 35px;
        height: 35px;
    }
    
    .logo-icon i {
        font-size: 1rem;
    }
    
    .logo-main,
    .logo-sub {
        font-size: 1rem;
    }
}

.nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 25px;
}

/* Nav responsivo - Mobile */
@media (max-width: 768px) {
    .nav {
        gap: 0;
        margin-left: auto;
        justify-content: flex-end;
    }
    
    .nav-menu {
        display: none;
    }
    
    .nav > a {
        display: none;
    }
    
    .nav .btn-primary {
        display: none;
    }
}

.nav a {
    text-decoration: none;
    color: var(--dark-blue);
    font-weight: 500;
}

.nav > a .btn-primary {
    margin-top: 15px;
}

/* Menu Mobile */
.mobile-menu-btn {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    position: relative;
    background: none;
    border: none;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    order: 3;
}

/* Garantir que o botão hambúrguer apareça apenas em mobile */
@media (min-width: 769px) {
    .mobile-menu-btn {
        display: none !important;
    }
}


.mobile-menu-btn span {
    width: 28px;
    height: 3px;
    background: #A0C6E8;
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
    display: block;
}

.mobile-menu-btn.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-6px, 6px);
}

.mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.mobile-menu-btn.active span:nth-child(3) {
    transform: rotate(45deg) translate(-6px, -6px);
}

.mobile-menu-btn:focus {
    outline: 2px solid var(--primary-blue);
    outline-offset: 2px;
}

/* Menu Mobile */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    max-width: 320px;
    height: 100vh;
    background: var(--white);
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding-top: 100px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu li {
    border-bottom: 1px solid rgba(151, 204, 206, 0.2);
}

.mobile-menu a {
    display: block;
    padding: 18px 30px;
    color: var(--dark-blue);
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    position: relative;
}

.mobile-menu a:hover,
.mobile-menu a:focus {
    background-color: rgba(151, 204, 206, 0.1);
    padding-left: 40px;
}

.mobile-menu .mobile-cta {
    background: linear-gradient(135deg, var(--yellow) 0%, var(--light-yellow) 100%);
    color: var(--dark-blue);
    font-weight: 600;
    margin: 20px;
    border-radius: 12px;
    text-align: center;
    padding: 16px;
    box-shadow: 0 4px 15px rgba(255, 235, 128, 0.3);
    transition: all 0.3s ease;
}

.mobile-menu .mobile-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 235, 128, 0.4);
}

/* Overlay para menu mobile ativo */
body.mobile-menu-open {
    overflow: hidden;
}

body.mobile-menu-open::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

/* Overlay para menu mobile */
.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Hero Section */
.hero {
    background: var(--primary-blue);
    background-image: url('imagens/pattern.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0 80px;
    margin-top: 168px;
    position: relative;
    z-index: 1;
    overflow: visible !important;
}

/* Remover espaço branco no mobile */
@media (max-width: 768px) {
    .hero {
        margin-top: 180px !important;
        padding-top: 10px !important;
        padding-bottom: 15px !important;
    }
    
    .hero-content {
        padding: 0 !important;
        min-height: auto !important;
        gap: 15px !important;
    }
    
    .hero-text {
        margin-bottom: 0 !important;
        text-align: center !important;
    }
    
    .hero-text h1 {
        margin-bottom: 30px !important;
        text-align: center !important;
    }
    
    .hero-text p {
        margin-bottom: 12px !important;
        text-align: center !important;
        margin-top: 0 !important;
    }
    
    .hero-text .btn-primary {
        margin: 0 auto !important;
        display: block !important;
    }
    
    /* Centralizar hero content no mobile */
    .hero-content {
        text-align: center !important;
        align-items: center !important;
        flex-direction: column !important;
    }
    
    /* Centralizar imagem do cachorro no mobile */
    .hero-image {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        margin: 0 auto !important;
        position: relative !important;
        min-height: 200px !important;
        max-height: 350px !important;
    }
    
    .dog-image {
        margin: 0 auto !important;
        display: block !important;
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
        position: relative !important;
        z-index: 2 !important;
    }
    
    /* Posicionar balões ao redor do cachorro no mobile */
    .floating-card {
        position: absolute !important;
        z-index: 3 !important;
    }
    
    .floating-card-1 {
        top: 10% !important;
        left: 5% !important;
        right: auto !important;
    }
    
    .floating-card-2 {
        top: 60% !important;
        right: 5% !important;
        left: auto !important;
    }
    
    /* Centralizar informações de contato no topo */
    .contact-section {
        text-align: center !important;
        justify-content: center !important;
    }
    
    .contact-section > div,
    .contact-section > a {
        justify-content: center !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 480px) {
    .hero {
        margin-top: 170px !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
    
    .hero-content {
        gap: 12px !important;
    }
    
    .hero-text h1 {
        margin-bottom: 6px !important;
    }
    
    .hero-text p {
        margin-bottom: 10px !important;
    }
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('imagens/pattern.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: 1;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    min-height: 500px;
    position: relative;
    z-index: 2;
}

.hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-text h1 {
    font-family: var(--title-font);
    color: var(--dark-blue);
    font-size: 2.8rem;
    margin-bottom: 20px;
    line-height: 1.2;
}

.highlight-text {
    color: var(--yellow);
}

.hero-text p {
    color: var(--dark-blue);
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

.btn-primary {
    background: var(--primary-blue);
    color: var(--dark-blue);
    padding: 15px 25px;
    border: 2px solid white;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 40px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
}

.btn-primary:hover {
    background: var(--yellow) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 236, 122, 0.3);
}

.btn-primary i {
    font-size: 0.9rem;
}

/* Features removidas - usando apenas cards flutuantes */

.hero-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.dog-image {
    width: 450px;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    display: block;
}

/* Hero Responsivo */
@media (max-width: 768px) {
    .hero {
        padding: 15px 0 15px !important;
        margin-top: 180px !important;
    }
    
    .hero-image {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    
    .dog-image {
        margin: 0 auto !important;
        display: block !important;
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }
    
    .hero-content {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        min-height: auto !important;
        text-align: center !important;
        padding: 0 !important;
        display: grid !important;
        justify-items: center !important;
    }
    
    .hero-text {
        order: 1;
        padding: 0 10px;
    }
    
    .hero-text h1 {
        font-size: 1.6rem;
        line-height: 1.3;
        margin-bottom: 30px;
    }
    
    .hero-text p {
        font-size: 0.95rem;
        margin-bottom: 15px;
        padding: 0;
        margin-top: 0;
    }
    
    .hero-image {
        order: 2;
        margin-top: 10px;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        position: relative !important;
        min-height: 200px !important;
        max-height: 350px !important;
    }
    
    .dog-image {
        width: 100% !important;
        max-width: 220px !important;
        margin: 0 auto !important;
        display: block !important;
        height: auto !important;
        position: relative !important;
        z-index: 2 !important;
    }
    
    /* Posicionar balões ao redor do cachorro */
    .hero-image .floating-card {
        position: absolute !important;
        z-index: 3 !important;
    }
    
    .hero-image .floating-card-1 {
        top: 10% !important;
        left: 5% !important;
        right: auto !important;
    }
    
    .hero-image .floating-card-2 {
        top: 60% !important;
        right: 5% !important;
        left: auto !important;
    }
    
    .btn-primary {
        align-self: center;
        width: 100%;
        max-width: 280px;
        justify-content: center;
        margin: 0 auto 15px;
        padding: 12px 20px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 10px 0 20px !important;
        margin-top: 101px !important;
    }
    
    .hero-content {
        gap: 15px;
        padding: 0;
    }
    
    .hero-text h1 {
        font-size: 1.4rem;
        margin-bottom: 28px;
    }
    
    .hero-text p {
        font-size: 0.85rem;
        margin-bottom: 12px;
        margin-top: 0;
    }
    
    .dog-image {
        max-width: 240px;
    }
    
    .btn-primary {
        padding: 10px 18px;
        font-size: 0.85rem;
        max-width: 100%;
        margin-bottom: 10px;
    }
}
/* Cards Flutuantes */
.floating-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    padding: 15px 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    z-index: 3;
    animation: float 3s ease-in-out infinite;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

/* Floating Cards Responsivo */
@media (max-width: 768px) {
    .floating-card {
        padding: 12px 16px;
        border-radius: 15px;
        gap: 10px;
    }
    
    .floating-card i {
        font-size: 1.2rem;
    }
    
    .floating-card span {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .floating-card {
        padding: 10px 14px;
        border-radius: 12px;
        gap: 8px;
    }
    
    .floating-card i {
        font-size: 1rem;
    }
    
    .floating-card span {
        font-size: 0.75rem;
    }
}

.floating-card i {
    color: var(--primary-blue);
    font-size: 1.5rem;
}

.floating-card span {
    color: var(--dark-blue);
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
}

.floating-card-1 {
    top: 15%;
    left: -10%;
    animation-delay: 0s;
}

.floating-card-2 {
    top: 40%;
    right: -10%;
    animation-delay: 1.5s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Certificados Section */
.certificados {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    padding: 50px 0;
    position: relative;
    z-index: 999;
    overflow: visible !important;
}

.certificados::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 40%;
    height: 200%;
    background: linear-gradient(45deg, rgba(151, 204, 206, 0.1) 0%, rgba(90, 159, 212, 0.1) 100%);
    border-radius: 50%;
    z-index: -1;
}

.certificados::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 30%;
    height: 150%;
    background: linear-gradient(135deg, rgba(151, 204, 206, 0.08) 0%, rgba(90, 159, 212, 0.08) 100%);
    border-radius: 50%;
    z-index: -1;
}

.certificados-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start;
}

.certificados-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.certificados-text {
    text-align: left;
}

.certificados-text h2,
.certificados-text p {
    text-align: left;
}

.certificados-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    background: #97CCCE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: white;
    box-shadow: 0 4px 12px rgba(151, 204, 206, 0.3);
    flex-shrink: 0;
}

.certificados-header h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.certificados-description {
    font-size: 1.1rem;
    color: #5a6c7d;
    line-height: 1.6;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

.certificados-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.feature-icon {
    width: 24px;
    height: 24px;
    color: #97CCCE;
    flex-shrink: 0;
}

.feature-item span {
    font-size: 1rem;
    color: #2c3e50;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.certificados-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(151, 204, 206, 0.2);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.certificados-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 0 12px 24px rgba(0, 0, 0, 0.06);
}

.certificados-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #97CCCE 0%, #5a9fd4 50%, #97CCCE 100%);
    background-size: 200% 100%;
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* Animações para melhor UX */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.02);
    }
}

.certificados-card {
    animation: fadeInUp 0.6s ease-out;
}

.card-icon {
    animation: pulseGlow 2s ease-in-out infinite;
}

.certificados-icon {
    animation: pulseGlow 3s ease-in-out infinite;
}

.card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #97CCCE;
    box-shadow: 0 8px 20px rgba(151, 204, 206, 0.2);
    position: relative;
    transition: all 0.3s ease;
}

.card-icon::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #97CCCE, #5a9fd4);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.certificados-card:hover .card-icon::before {
    opacity: 0.3;
}

.certificados-card:hover .card-icon {
    transform: scale(1.05);
    box-shadow: 0 12px 25px rgba(151, 204, 206, 0.3);
}

.certificados-card h3 {
    font-size: 1.3rem;
    color: #2c3e50;
    margin: 15px 0 6px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

.certificados-card p {
    font-size: 1rem;
    color: #5a6c7d;
    margin: 0 0 25px 0;
    font-family: 'Poppins', sans-serif;
}

.registration-number {
    background: linear-gradient(135deg, #97CCCE 0%, #5a9fd4 100%);
    color: white;
    padding: 14px 28px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 25px;
    box-shadow: 0 6px 15px rgba(151, 204, 206, 0.3);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.registration-number::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.registration-number:hover::before {
    left: 100%;
}

.registration-number:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(151, 204, 206, 0.4);
}

.verify-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #97CCCE;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    padding: 10px 16px;
    border-radius: 12px;
    border: 1px solid rgba(151, 204, 206, 0.3);
    background: rgba(240, 249, 255, 0.5);
    position: relative;
    overflow: hidden;
}

.verify-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(151, 204, 206, 0.1), transparent);
    transition: left 0.5s ease;
}

.verify-link:hover::before {
    left: 100%;
}

.verify-link:hover {
    background: rgba(151, 204, 206, 0.1);
    color: #5a9fd4;
    border-color: #97CCCE;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(151, 204, 206, 0.2);
}

/* Toggle Buttons - Estilo como na referência */
.toggle-group {
    display: flex;
    gap: 15px;
    width: 100%;
    margin-top: 8px;
}

.toggle-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    color: #374151;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: white;
    border: 1px solid #e5e7eb;
}

.toggle-option:hover {
    background: rgba(151, 204, 206, 0.05);
    border-color: #97CCCE;
}

.toggle-radio {
    display: none !important;
}

.toggle-square {
    width: 18px;
    height: 18px;
    border: 2px solid #d1d5db;
    border-radius: 50%;
    margin-right: 10px;
    background: white;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    flex-shrink: 0;
}

.toggle-text {
    user-select: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

/* Quando o radio está selecionado - FORÇA O PREENCHIMENTO */
.toggle-radio:checked + .toggle-square {
    background-color: #97CCCE !important;
    border-color: #97CCCE !important;
    transform: scale(1.1);
}

.toggle-radio:checked + .toggle-square::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    display: block;
}

.toggle-radio:checked ~ .toggle-text {
    color: #97CCCE !important;
    font-weight: 600 !important;
}

.toggle-option:has(.toggle-radio:checked) {
    background: rgba(151, 204, 206, 0.1) !important;
    border-color: #97CCCE !important;
    box-shadow: 0 2px 8px rgba(151, 204, 206, 0.15);
}

/* Hover effect */
.toggle-option:hover .toggle-square {
    border-color: #97CCCE;
}

.toggle-option:hover .toggle-radio:checked + .toggle-square {
    background-color: #5a9fd4 !important;
    border-color: #5a9fd4 !important;
}

/* CSS adicional para forçar preenchimento */
.toggle-group .toggle-radio:checked + .toggle-square {
    background: #97CCCE !important;
    border-color: #97CCCE !important;
}

.toggle-group .toggle-radio:checked + .toggle-square::after {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 8px !important;
    height: 8px !important;
    background: white !important;
    border-radius: 2px !important;
    display: block !important;
}

/* Classe active para JavaScript */
.toggle-square.active {
    background: #97CCCE !important;
    border-color: #97CCCE !important;
}

.toggle-square.active::after {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 8px !important;
    height: 8px !important;
    background: white !important;
    border-radius: 2px !important;
    display: block !important;
}

/* Form Labels */
.form-label {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

/* Input Wrapper */
.input-wrapper {
    position: relative;
    width: 100%;
}

.form-input {
    width: 100%;
    padding: 15px 50px 15px 15px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #fafafa;
    outline: none;
}

.form-input:focus {
    border-color: #97CCCE;
    background: white;
    box-shadow: 0 0 0 3px rgba(151, 204, 206, 0.1);
}

/* Form Input Simple */
.form-input-simple {
    width: 100%;
    padding: 15px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #fafafa;
    outline: none;
}

.form-input-simple:focus {
    border-color: #97CCCE;
    background: white;
    box-shadow: 0 0 0 3px rgba(151, 204, 206, 0.1);
}

.input-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Sexo Group */
.sexo-group {
    display: flex;
    gap: 15px;
    width: 100%;
}

.sexo-option {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    color: #374151;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 8px 12px;
    border: 2px solid #e5e7eb;
    border-radius: 6px;
    background: white;
    transition: all 0.3s ease;
    flex: 1;
    justify-content: flex-start;
    gap: 6px;
    text-align: left;
    min-width: 0;
}

.sexo-option svg {
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.sexo-option:hover {
    border-color: #97CCCE;
    background: #f8fafc;
}

.sexo-radio {
    display: none;
}

.sexo-square {
    width: 18px;
    height: 18px;
    border: 1px solid #d1d5db;
    border-radius: 50%;
    background: white;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    margin: 0;
    flex-shrink: 0;
}

.sexo-text {
    user-select: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Estados ativos para sexo - Com realce azul */
.sexo-radio:checked ~ svg {
    fill: #97CCCE !important;
}

.sexo-radio:checked ~ .sexo-text {
    color: #97CCCE !important;
    font-weight: 700 !important;
}

.sexo-option:has(.sexo-radio:checked) {
    border-color: #97CCCE !important;
    background: linear-gradient(135deg, rgba(151, 204, 206, 0.15) 0%, rgba(90, 159, 212, 0.1) 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(151, 204, 206, 0.3) !important;
}

/* Hover effect para sexo */
.sexo-option:hover {
    border-color: #97CCCE !important;
    background: rgba(151, 204, 206, 0.05) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(151, 204, 206, 0.2);
}

/* Hover effect para sexo */
.sexo-option:hover .sexo-square {
    border-color: #97CCCE;
    color: #97CCCE;
}

.sexo-option:hover .sexo-radio:checked + .sexo-square {
    background: #5a9fd4;
    border-color: #5a9fd4;
}

/* Classe active para sexo */
.sexo-option.active {
    border-color: #97CCCE;
    background: rgba(151, 204, 206, 0.05);
}

.sexo-option.active .sexo-square {
    background: #97CCCE;
    border-color: #97CCCE;
    color: white;
}

.sexo-option.active .sexo-text {
    color: #97CCCE;
    font-weight: 700;
}

/* Responsive Design for Certificados */
@media (max-width: 768px) {
    .certificados {
        padding: 40px 0;
    }
    
    .certificados-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .certificados-text {
        text-align: center !important;
    }
    
    .certificados-text h2,
    .certificados-text p {
        text-align: center !important;
    }
    
    .certificados-header {
        justify-content: center;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .certificados-icon {
        margin-right: 0;
    }
    
    .certificados-header h2 {
        font-size: 2rem;
        font-family: 'Fredoka One', cursive;
        font-weight: 400;
    }
    
    .certificados-description {
        font-size: 1rem;
    }
    
    .certificados-features {
        align-items: center;
    }
    
    .feature-item {
        justify-content: center;
    }
    
    .certificados-card {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    .certificados {
        padding: 30px 0;
    }
    
    .certificados-header h2 {
        font-size: 1.8rem;
        font-family: 'Fredoka One', cursive;
        font-weight: 400;
    }
    
    .certificados-card {
        padding: 25px 15px;
    }
    
    .card-icon {
        width: 50px;
        height: 50px;
    }
    
    .certificados-card h3 {
        font-size: 1.3rem;
    }
}
/* Certificados Section - Melhorada */
.certificados {
    background: var(--white);
    background-color: var(--white);
    padding: 100px 0;
    position: relative;
    z-index: 999;
    overflow: visible !important;
}
.certificados::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #97CCCE 0%, #5a9fd4 50%, #97CCCE 100%);
    background-size: 200% 100%;
    animation: shimmer 3s ease-in-out infinite;
}

.certificados-content {
    display: grid;
    grid-template-columns: 1fr 0.75fr;
    gap: 80px;
    align-items: start;
}

/* Certificados Responsivo */
@media (max-width: 768px) {
    .certificados {
        padding: 50px 0;
    }
    
    .certificados-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .certificados-header h2 {
        font-size: 2rem;
    }
    
    .certificados-card {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .certificados {
        padding: 40px 0;
    }
    
    .certificados-content {
        gap: 30px;
    }
    
    .certificados-text {
        text-align: center !important;
    }
    
    .certificados-text h2,
    .certificados-text p {
        text-align: center !important;
    }
    
    .certificados-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        justify-content: center !important;
    }
    
    .certificados-header h2 {
        font-size: 1.6rem;
        text-align: center !important;
    }
    
    .certificados-icon {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
    
    .certificados-description {
        font-size: 0.95rem;
        text-align: center !important;
    }
}

.certificados-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.certificados-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 2rem;
    justify-content: flex-start;
}

.certificados-text h2,
.certificados-text p {
    text-align: left;
}

.certificados-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #97CCCE 0%, #5a9fd4 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 10px 25px rgba(151, 204, 206, 0.4);
    transition: all 0.3s ease;
}

.certificados-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(151, 204, 206, 0.5);
}

.certificados-header h2 {
    font-size: 2.8rem;
    color: #2c3e50;
    margin: 0;
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    line-height: 1.1;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.certificados-description {
    font-size: 1.15rem;
    color: #5a6c7d;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    font-weight: 400;
}

.certificados-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 30px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 8px 25px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(151, 204, 206, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    max-width: 300px;
    margin: 0 auto;
}

.certificados-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12), 0 12px 35px rgba(0, 0, 0, 0.08);
    border-color: rgba(151, 204, 206, 0.2);
}

.certificados-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #97CCCE 0%, #5a9fd4 50%, #97CCCE 100%);
    background-size: 200% 100%;
    animation: shimmer 3s ease-in-out infinite;
}

.card-icon {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #97CCCE 0%, #5a9fd4 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: white;
    box-shadow: 0 12px 30px rgba(151, 204, 206, 0.3);
    position: relative;
    transition: all 0.4s ease;
}

.card-icon:hover {
    transform: scale(1.05) rotateY(10deg);
    box-shadow: 0 18px 40px rgba(151, 204, 206, 0.4);
}

.certificados-card h3 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin: 0 0 8px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.certificados-card p {
    font-size: 1rem;
    color: #64748b;
    margin: 0 0 20px 0;
    line-height: 1.5;
    font-weight: 500;
}

.registration-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #97CCCE 0%, #5a9fd4 100%);
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 12px 24px;
    border-radius: 16px;
    margin: 15px 0 25px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(151, 204, 206, 0.3);
}

.registration-number:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(151, 204, 206, 0.4);
}

.verify-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #97CCCE;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 12px 24px;
    border: 2px solid #97CCCE;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.verify-link:hover {
    background: #97CCCE;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(151, 204, 206, 0.3);
}


/* Responsivo Certificados */
@media (max-width: 768px) {
    .certificados {
        padding: 60px 0;
    }
    
    .certificados-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .certificados-text {
        text-align: center !important;
    }
    
    .certificados-text h2,
    .certificados-text p {
        text-align: center !important;
    }
    
    .certificados-header {
        justify-content: center;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .certificados-header h2 {
        font-size: 2rem;
        font-family: 'Fredoka One', cursive;
        font-weight: 400;
        text-align: center !important;
    }
    
    .certificados-description {
        text-align: center !important;
    }
    
    .veterinarios-section div[style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    /* Card do veterinário no mobile */
    .veterinario-card-mobile {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        padding: 20px 15px !important;
        gap: 15px !important;
    }
    
    .veterinario-photo-mobile {
        margin: 0 auto 15px auto !important;
        width: 80px !important;
        height: 80px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .veterinario-info-mobile {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        padding: 0 !important;
        margin: 0 auto !important;
        flex: none !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .veterinario-info-mobile h4 {
        text-align: center !important;
        margin: 0 auto 4px auto !important;
        width: 100% !important;
    }
    
    .veterinario-info-mobile p {
        text-align: center !important;
        margin: 0 auto 6px auto !important;
        width: 100% !important;
    }
    
    .veterinario-info-mobile div {
        text-align: center !important;
        justify-content: center !important;
        margin: 0 auto !important;
        width: 100% !important;
    }
    
    .veterinario-info-mobile span {
        text-align: center !important;
    }
    
    /* Fallback para seletores genéricos */
    .veterinarios-section > div > div > div[style*="display: flex"] {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        padding: 20px 15px !important;
        gap: 15px !important;
    }
    
    .veterinarios-section > div > div > div[style*="display: flex"] > div:first-child {
        margin: 0 auto 15px auto !important;
        width: 80px !important;
        height: 80px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .veterinarios-section > div > div > div[style*="display: flex"] > div:last-child {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        padding: 0 !important;
        margin: 0 auto !important;
        flex: none !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .veterinarios-section > div > div > div[style*="display: flex"] > div:last-child h4 {
        text-align: center !important;
        margin: 0 auto 4px auto !important;
        width: 100% !important;
    }
    
    .veterinarios-section > div > div > div[style*="display: flex"] > div:last-child p {
        text-align: center !important;
        margin: 0 auto 6px auto !important;
        width: 100% !important;
    }
    
    .veterinarios-section > div > div > div[style*="display: flex"] > div:last-child div {
        text-align: center !important;
        justify-content: center !important;
        margin: 0 auto !important;
        width: 100% !important;
    }
    
    .veterinarios-section > div > div > div[style*="display: flex"] > div:last-child span {
        text-align: center !important;
    }
    
}

@media (max-width: 480px) {
    /* Card do veterinário no mobile pequeno */
    .veterinario-card-mobile {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        padding: 20px 15px !important;
        gap: 15px !important;
    }
    
    .veterinario-photo-mobile {
        margin: 0 auto 15px auto !important;
        width: 80px !important;
        height: 80px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .veterinario-info-mobile {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        padding: 0 !important;
        margin: 0 auto !important;
        flex: none !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .veterinario-info-mobile h4 {
        text-align: center !important;
        margin: 0 auto 4px auto !important;
        width: 100% !important;
    }
    
    .veterinario-info-mobile p {
        text-align: center !important;
        margin: 0 auto 6px auto !important;
        width: 100% !important;
    }
    
    .veterinario-info-mobile div {
        text-align: center !important;
        justify-content: center !important;
        margin: 0 auto !important;
        width: 100% !important;
    }
    
    .veterinario-info-mobile span {
        text-align: center !important;
    }
    
    .certificados-header h2 {
        font-size: 1.8rem;
        font-family: 'Fredoka One', cursive;
        font-weight: 400;
    }
    
    .certificados-card {
        padding: 25px 15px;
    }
    
    .certificados-card h3 {
        font-size: 1.3rem;
    }
}

/* Sobre Nós Section */
.sobre {
    background: var(--light-yellow);
    padding: 20px 0 30px !important;
    position: relative;
    z-index: 10;
    background-color: var(--light-yellow);
    margin-top: -50px;
}

/* Remover espaço extra no mobile */
@media (max-width: 768px) {
    .sobre {
        margin-top: 0 !important;
        padding: 20px 0 !important;
    }
}

.sobre-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

/* Sobre Responsivo */
@media (max-width: 768px) {
    .sobre {
        padding: 25px 0 !important;
        margin-top: 0 !important;
    }
    
    .sobre-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .sobre-image {
        order: 1;
    }
    
    .sobre-text {
        order: 2;
        text-align: center;
    }
    
    .sobre-img {
        height: 250px;
        border-radius: 15px;
    }
    
    .sobre-description {
        font-size: 0.95rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .highlights {
        justify-content: center !important;
        flex-direction: row;
        gap: 15px;
        flex-wrap: wrap;
    }
    
    .highlight {
        flex: 1;
        min-width: 140px;
        max-width: 200px;
    }
}

@media (max-width: 480px) {
    .sobre {
        padding: 20px 0 !important;
        margin-top: 0 !important;
    }
    
    .sobre-content {
        gap: 15px;
    }
    
    .sobre-img {
        height: 200px;
    }
    
    .highlights {
        flex-direction: column;
        gap: 12px;
    }
    
    .highlight {
        max-width: 100%;
        width: 100%;
    }
}

.image-placeholder {
    width: 100%;
    height: 400px;
    background: var(--white);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed var(--border-color);
}

.image-placeholder i {
    font-size: 4rem;
    color: var(--gray);
}

.sobre-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.sobre-description {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    color: var(--dark-blue);
}

.highlights {
    display: flex;
    gap: 30px;
    margin-top: 2rem;
    justify-content: center;
    align-items: stretch;
}

.highlight {
    display: flex;
    align-items: center;
    gap: 15px;
    background: var(--white);
    padding: 15px 20px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1;
    max-width: 300px;
    min-height: 60px;
}

.highlight:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.highlight-icon {
    width: 45px;
    height: 45px;
    background: var(--primary-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.highlight-icon i {
    color: var(--white);
    font-size: 1.1rem;
}

.highlight-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.highlight-content h4 {
    margin: 0 0 5px 0;
    font-size: 1rem;
    color: var(--dark-blue);
    font-weight: 600;
    line-height: 1.2;
}

.highlight-content p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--gray);
    line-height: 1.3;
}

/* Nosso Espaço Section */
.nosso-espaco {
    background: #f8fafc;
    padding: 80px 0;
    position: relative;
    z-index: 2;
}

.nosso-espaco::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(151, 204, 206, 0.08) 0%, rgba(135, 206, 235, 0.08) 100%);
    opacity: 0.6;
    pointer-events: none;
}

.nosso-espaco .container {
    position: relative;
    z-index: 3;
}

.nosso-espaco-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 3rem auto;
}

.nosso-espaco-header h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.nosso-espaco-header .home-break {
    display: block;
    margin-top: 0.3rem;
}

.nosso-espaco-header p {
    color: #5a6c7d;
    font-size: 1.05rem;
    line-height: 1.7;
}

.nosso-espaco-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    background: rgba(87, 181, 231, 0.15);
    color: #2c3e50;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.nosso-espaco-tag::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #57b5e7;
}

.nosso-espaco-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.espaco-item {
    position: relative;
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
    background: #ffffff;
    overflow: hidden;
    isolation: isolate;
}

.espaco-item a {
    display: block;
    height: 100%;
}

.espaco-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease, filter 0.6s ease;
}

.espaco-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.45) 100%);
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.espaco-item span {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 2;
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.01em;
    text-shadow: 0 3px 12px rgba(15, 23, 42, 0.45);
}

.espaco-item:hover img {
    transform: scale(1.05);
}

.espaco-item:hover::after {
    opacity: 0.35;
}

@media (max-width: 1024px) {
    .nosso-espaco {
        padding: 70px 0;
    }

    .nosso-espaco-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .nosso-espaco {
        padding: 60px 0;
    }

    .nosso-espaco-header h2 {
        font-size: 2.1rem;
    }

    .nosso-espaco-header p {
        font-size: 0.95rem;
    }
}

@media (max-width: 600px) {
    .nosso-espaco-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .espaco-item {
        background: #f7f9fc;
        aspect-ratio: auto;
        min-height: 0;
    }

    .espaco-item span {
        font-size: 0.95rem;
    }

    .espaco-item img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center top;
    }
}

/* Serviços Section */
.servicos {
    background: var(--primary-blue);
    background-color: var(--primary-blue);
    padding: 100px 0;
    text-align: center;
    position: relative;
    z-index: 999;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
}
/* Serviços Responsivo */
@media (max-width: 768px) {
    .servicos {
        padding: 60px 0 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        min-height: auto !important;
        height: auto !important;
        overflow: visible !important;
    }
    
    .servicos .container {
        display: block !important;
        visibility: visible !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px !important;
        position: relative !important;
        z-index: 1 !important;
    }
    
    .servicos h1,
    .servicos h2 {
        font-size: 2rem;
        margin-bottom: 15px;
        display: block !important;
        visibility: visible !important;
        position: relative !important;
        z-index: 2 !important;
    }
    
    .servicos .subtitle,
    .servicos p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        display: block !important;
        visibility: visible !important;
        position: relative !important;
        z-index: 2 !important;
    }
    
    .servicos .text-center,
    .servicos div[class*="text-center"] {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 2 !important;
    }
    
    .carousel-wrapper {
        margin: 30px 0 !important;
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        overflow: visible !important;
        position: relative !important;
        width: 100% !important;
    }
    
    .carousel-container {
        padding: 0 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        overflow: visible !important;
        position: relative !important;
        height: auto !important;
        min-height: 350px !important;
        width: 100% !important;
        margin: 0 40px !important;
    }
    
    .carousel-track {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        visibility: visible !important;
        opacity: 1 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        width: 100% !important;
        height: auto !important;
        gap: 20px !important;
        padding: 10px 0 !important;
        scroll-behavior: smooth !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-snap-type: x mandatory !important;
        scrollbar-width: thin !important;
    }
    
    .service-card {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        min-width: clamp(240px, 85vw, 360px) !important;
        max-width: clamp(240px, 85vw, 360px) !important;
        width: clamp(240px, 85vw, 360px) !important;
        height: 320px !important;
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
        flex-basis: auto !important;
        position: relative !important;
        scroll-snap-align: center !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        margin: 0 auto !important;
    }
    
    .card-overlay {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .card-title-top {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .carousel-nav-btn {
        width: 40px;
        height: 40px;
    }
    
    .carousel-nav-btn.prev {
        left: 5px;
    }
    
    .carousel-nav-btn.next {
        right: 5px;
    }
}

@media (max-width: 480px) {
    .servicos {
        padding: 40px 0 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        min-height: auto !important;
        height: auto !important;
        overflow: visible !important;
    }
    
    .servicos .container {
        display: block !important;
        visibility: visible !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px !important;
        position: relative !important;
        z-index: 1 !important;
    }
    
    .servicos h1,
    .servicos h2 {
        font-size: 1.6rem;
        display: block !important;
        visibility: visible !important;
        position: relative !important;
        z-index: 2 !important;
    }
    
    .servicos .subtitle,
    .servicos p {
        font-size: 0.9rem;
        padding: 0 10px;
        display: block !important;
        visibility: visible !important;
        position: relative !important;
        z-index: 2 !important;
    }
    
    .servicos .text-center,
    .servicos div[class*="text-center"] {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 2 !important;
    }
    
    .carousel-wrapper {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        overflow: visible !important;
        position: relative !important;
    }
    
    .carousel-container {
        padding: 0 30px !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        overflow: visible !important;
        position: relative !important;
        height: auto !important;
        min-height: 320px !important;
        width: 100% !important;
    }
    
    .carousel-track {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        width: 100% !important;
        height: auto !important;
        gap: 12px !important;
        padding: 10px 12px !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-snap-type: x mandatory !important;
    }
    
    .carousel-track::-webkit-scrollbar {
        display: none !important;
    }
    
    .service-card {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        min-width: clamp(200px, 68vw, 240px) !important;
        max-width: clamp(200px, 68vw, 240px) !important;
        width: clamp(200px, 68vw, 240px) !important;
        height: 300px !important;
        flex-shrink: 0 !important;
        flex-basis: auto !important;
        position: relative !important;
        margin: 0 !important;
    }
    
    .card-overlay {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .card-title-top {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .carousel-nav-btn {
        width: 36px;
        height: 36px;
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 100 !important;
    }
    
    .carousel-nav-btn i {
        font-size: 14px;
    }
}

/* Ajuste final para garantir largura dos cards no mobile */
@media (max-width: 768px) {
    #servicos .carousel-track {
        justify-content: flex-start !important;
        width: 100% !important;
        padding: 0 16px !important;
        gap: 14px !important;
    }

    #servicos .carousel-track .service-card {
        flex: 0 0 clamp(220px, 72vw, 260px) !important;
        min-width: clamp(220px, 72vw, 260px) !important;
        max-width: clamp(220px, 72vw, 260px) !important;
        width: clamp(220px, 72vw, 260px) !important;
        margin: 0 !important;
    }
}

/* Galeria – layout mobile uniforme */
@media (max-width: 768px) {
    .galeria {
        padding: 42px 0;
    }

    .galeria-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding: 0 20px !important;
        justify-items: center;
    }

    .dog-card {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        border-radius: 24px;
        background: transparent;
        padding: 0;
        box-shadow: none;
        overflow: visible;
    }

    .dog-card .h-80 {
        height: auto !important;
        border-radius: 18px !important;
        overflow: hidden;
    }

    .dog-card img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
        display: block;
    }
}

/* Formulário - ajustes mobile */
@media (max-width: 768px) {
    .progress-container {
        text-align: center;
    }

    .progress-container {
        background: rgba(255, 255, 255, 0.9) !important;
        border-radius: 16px !important;
        box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08) !important;
        padding: 14px 16px !important;
    }

    .progress-steps {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 12px !important;
        padding: 4px 0 !important;
    }

    .progress-steps span {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 12px 18px !important;
        border-radius: 18px !important;
        background: rgba(151, 204, 206, 0.18) !important;
        font-size: 0.95rem !important;
        font-weight: 600 !important;
        color: #2c3e50 !important;
    }

    .progress-steps .step-indicator {
        width: 32px !important;
        height: 32px !important;
        border-radius: 50% !important;
        background: linear-gradient(135deg, #97CCCE 0%, #6bb7d6 100%) !important;
        color: #fff !important;
        font-size: 0.9rem !important;
        box-shadow: 0 3px 8px rgba(151, 204, 206, 0.25) !important;
    }

    .localizacao h2,
    .localizacao .subtitle {
        text-align: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .localizacao-content {
        text-align: left !important;
        justify-items: flex-start !important;
        align-items: flex-start !important;
        gap: 24px !important;
    }

    .localizacao-content .info-card {
        width: 100% !important;
        padding: 16px 14px !important;
        border-radius: 14px !important;
        box-shadow: none !important;
        border: 1px solid rgba(151, 204, 206, 0.25) !important;
        text-align: left !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 14px !important;
        background: rgba(255, 255, 255, 0.95) !important;
    }

    .localizacao-content .info-card > div {
        display: flex !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }

    .localizacao-content .info-card > div > div:first-child {
        width: 42px !important;
        height: 42px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: rgba(151, 204, 206, 0.18) !important;
        border-radius: 50% !important;
        flex-shrink: 0 !important;
    }

    .localizacao-content .info-card > div > div:last-child {
        flex: 1 !important;
        min-width: 0;
    }

    #localizacao .info-card h3 {
        text-align: left !important;
        margin-left: 0 !important;
    }

    #localizacao .info-card p {
        text-align: left !important;
    }

    #localizacao .address-wrapper {
        justify-content: flex-start !important;
    }
}

@media (max-width: 480px) {
    .progress-container {
        padding: 12px 14px !important;
        border-radius: 14px !important;
    }

    .progress-steps {
        gap: 10px !important;
    }

    .progress-steps span {
        padding: 10px 14px !important;
        font-size: 0.9rem !important;
    }

    .progress-steps .step-indicator {
        width: 28px !important;
        height: 28px !important;
        font-size: 0.85rem !important;
    }
}

@media (max-width: 768px) {
    .info-card {
        text-align: left !important;
        align-items: flex-start !important;
    }

    .info-card > div[style*="display: flex"] {
        justify-content: flex-start !important;
        text-align: left !important;
    }
}

@media (max-width: 480px) {
    .galeria-grid {
        gap: 18px !important;
        padding: 0 18px !important;
    }

    .dog-card {
        max-width: 320px;
        border-radius: 22px;
        padding: 0;
    }

    .dog-card .h-80 {
        height: auto !important;
        border-radius: 16px !important;
    }
}


/* Instagram - restaurar layout mobile tradicional */
@media (max-width: 768px) {
    .instagram-cards {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        padding: 0 18px !important;
    }

    .instagram-card {
        margin: 0 !important;
        border-radius: 18px !important;
    }

    .instagram-header {
        padding: 16px !important;
    }

    .instagram-image {
        height: 220px !important;
    }

    .instagram-stats {
        padding: 16px !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        gap: 12px !important;
    }
}

@media (max-width: 480px) {
    .instagram-cards {
        padding: 0 12px !important;
        gap: 16px !important;
    }

    .instagram-image {
        height: 200px !important;
    }

    .instagram-stats {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }
}

.servicos h2 {
    color: var(--white);
    font-size: 2.8rem;
    margin-bottom: 20px;
    line-height: 1.2;
}

.servicos .subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.carousel-wrapper {
    position: relative;
    margin: 50px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.carousel-container {
    position: relative;
    overflow: hidden;
    flex: 1;
    touch-action: pan-x;
    width: 100%;
    max-width: 100%;
    order: 2;
}

.carousel-container::-webkit-scrollbar {
    display: none;
}

/* Melhorar touch scrolling */
.carousel-track {
    touch-action: pan-x;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

/* Botões de navegação do carrossel */
.carousel-nav-btn {
    background: white;
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    pointer-events: auto;
    flex-shrink: 0;
}

.carousel-nav-btn:hover {
    background: var(--light-gray);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.carousel-nav-btn.prev {
    order: 1;
}

.carousel-nav-btn.next {
    order: 3;
}

.carousel-nav-btn i {
    color: var(--gray);
    font-size: 18px;
}

/* Track do carrossel */
.carousel-track {
    display: flex;
    gap: 1.5rem;
    overflow: visible;
    scroll-behavior: smooth;
    padding: 1rem 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    will-change: transform;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    flex-wrap: nowrap;
    width: max-content;
    transition: transform 0.5s ease;
}

.carousel-track:active {
    cursor: grabbing;
}

.carousel-track::-webkit-scrollbar {
    display: none;
}

/* Cards de serviço */
.service-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    min-width: 280px;
    width: 280px;
    max-width: 300px;
    height: 320px;
    position: relative;
    flex: 0 0 280px;
    cursor: pointer;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    scroll-snap-align: start;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

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

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    transition: background 0.3s ease;
}

.service-card:hover .card-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.service-card:hover .card-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.service-icon {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    width: 48px;
    height: 48px;
    background: var(--primary-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-size: 20px;
    color: white;
    z-index: 2;
}

.card-content {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 3;
    position: relative;
}

.service-card:hover .card-content {
    opacity: 1;
    transform: translateY(0);
}

.service-card:hover .card-title-top {
    opacity: 0;
}

.card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin: 0 0 0.5rem 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.card-title-top {
    position: absolute;
    bottom: 1.5rem;
    left: 1.25rem;
    right: 1.25rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin: 0;
    z-index: 2;
    transition: opacity 0.3s ease;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.card-title-top.long-title {
    left: 1.25rem;
    right: 1.25rem;
}

.card-description {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.4;
    margin-bottom: 1rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.service-btn {
    background: linear-gradient(135deg, var(--primary-blue) 0%, #8dd3c7 100%);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 0.875rem;
}

.service-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(151, 204, 206, 0.3);
}

/* Dots do carrossel */
.carousel-dots {
    display: flex !important;
    justify-content: center;
    gap: 12px;
    margin-top: 2rem;
    padding: 10px 0;
    min-height: 40px;
    visibility: visible;
    opacity: 1;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.carousel-dot:hover {
    background: var(--gray);
    transform: scale(1.1);
}
.carousel-dot.active {
    background: var(--primary-blue);
    width: 30px;
    border-radius: 6px;
    border-color: var(--primary-blue);
}

.servicos-grid {
    display: flex;
    gap: 24px;
    padding: 20px 0;
    scroll-behavior: smooth;
    width: max-content;
}

.servico-card {
    width: 320px;
    height: 384px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    flex-shrink: 0;
}

.servico-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.servico-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--white);
    z-index: 1;
}

.servico-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 70%, transparent 100%);
    z-index: 2;
}

.servico-icon {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--primary-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.servico-icon i {
    font-size: 1.5rem;
    color: var(--white);
}

.servico-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    padding: 24px;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    transition: opacity 0.3s ease;
}

.servico-title h3 {
    font-family: 'Fredoka One', cursive;
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin: 0;
}

.servico-description {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    padding: 2rem;
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 3;
}

.servico-card:hover .servico-description {
    opacity: 1;
    transform: translateY(0);
}

.servico-card:hover .servico-title {
    opacity: 0;
}

.servico-description .servico-icon {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-bottom: 24px;
    background: var(--primary-blue);
}

.servico-description .servico-icon i {
    color: var(--white);
}

.servico-description h3 {
    font-family: 'Fredoka One', cursive;
    color: var(--white);
    font-size: 1.5rem;
    margin-bottom: 16px;
    font-weight: 600;
}

.servico-description p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 24px;
    text-align: center;
}

.servico-description .btn-primary {
    background: var(--primary-blue);
    color: var(--white);
    padding: 12px 32px;
    border: none;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.servico-description .btn-primary:hover {
    background: var(--yellow);
}

/* Carrossel Controls */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--white);
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 10;
    transition: all 0.3s ease;
}

.carousel-btn:hover {
    background: var(--light-gray);
    transform: translateY(-50%) scale(1.05);
}

.carousel-btn i {
    font-size: 1.25rem;
    color: var(--gray);
}

.prev-btn {
    left: 16px;
}

.next-btn {
    right: 16px;
}

/* Carrossel Indicators */
.carousel-indicators {
    display: none !important;
}

.packages-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
    padding: 20px 30px;
    background: var(--white);
    border-radius: 15px;
    font-size: 1rem;
    color: var(--dark-blue);
    font-weight: 500;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.packages-info i {
    color: #25D366;
    font-size: 1.2rem;
}

.servico-image {
    width: 100%;
    height: 120px;
    background: var(--light-gray);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.servico-image i {
    font-size: 3rem;
    color: var(--gray);
}

.packages-info {
    font-style: italic;
    color: var(--gray);
    margin-top: 2rem;
}

/* Galeria Section */
.galeria {
    background: var(--white);
    background-color: var(--white);
    padding: 60px 0;
    text-align: center;
    position: relative;
    z-index: 999;
}

.galeria-header {
    text-align: center;
    margin-bottom: 3rem;
}

.galeria-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50 !important;
    margin-bottom: 1rem;
    font-family: 'Fredoka One', cursive !important;
}

.galeria-subtitle {
    font-size: 1.25rem;
    color: #5a6c7d !important;
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}

.galeria-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.galeria-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

/* Efeitos hover removidos - seções estáticas */

.galeria-image {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.galeria-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Efeitos hover removidos - seções estáticas */

/* Overlay da galeria removido - seções estáticas */

/* Estilos do overlay removidos */

.instagram-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.instagram-card {
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* Efeitos hover removidos - seções estáticas */

.instagram-header {
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 15px;
}

.instagram-logo {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.5rem;
}

.instagram-info h4 {
    color: var(--dark-blue);
    margin-bottom: 5px;
}

.instagram-info p {
    color: var(--gray);
    font-size: 0.9rem;
    margin: 0;
}

.instagram-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.instagram-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instagram-stats {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    border-top: 1px solid var(--border-color);
}

.instagram-stats span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--gray);
    font-weight: 500;
}

.instagram-stats i {
    color: var(--yellow);
}

/* Depoimentos Section */
.depoimentos {
    background: var(--light-gray);
    background-color: var(--light-gray);
    padding: 100px 0;
    text-align: center;
    position: relative;
    z-index: 999;
}

/* Centralizar título e descrição da seção depoimentos */
.depoimentos h2 {
    text-align: center;
}

.depoimentos p {
    text-align: center;
}

/* Alinhar imagens dos depoimentos à esquerda - Desktop */
.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-header img {
    display: block;
    margin: 0 15px 0 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

/* Logo do rodapé - Desktop */
.footer-logo .logo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-logo {
    overflow: visible !important;
}

.footer-logo .logo {
    overflow: visible !important;
}

.footer-logo .logo-img {
    max-width: 500px !important;
    width: 500px !important;
    min-width: auto !important;
    height: auto !important;
    margin-bottom: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.depoimentos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.depoimento {
    background: var(--white);
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Efeitos hover removidos - seções estáticas */

.avatar {
    width: 80px;
    height: 80px;
    background: var(--yellow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.avatar i {
    font-size: 2rem;
    color: var(--dark-blue);
}

.depoimento h4 {
    color: var(--dark-blue);
    margin-bottom: 15px;
}

/* Matrícula Section */
.matricula {
    background: var(--primary-blue);
    background-color: var(--primary-blue);
    padding: 100px 0;
    position: relative;
    z-index: 999;
}

.matricula h2,
.matricula .subtitle {
    color: var(--white);
    text-align: center;
}

.matricula-form {
    background: var(--white);
    padding: 50px;
    border-radius: 20px;
    max-width: 800px;
    margin: 0 auto;
}

/* Matrícula Responsivo */
@media (max-width: 768px) {
    .matricula {
        padding: 60px 0;
    }
    
    .matricula h2 {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .matricula .subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
        padding: 0 15px;
    }
    
    .matricula-form {
        padding: 30px 20px;
        border-radius: 15px;
        margin: 0 15px;
    }
    
    .form-group {
        margin-bottom: 18px;
    }
    
    .form-group label {
        font-size: 0.95rem;
        margin-bottom: 8px;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    select,
    textarea {
        font-size: 16px !important; /* Prevenir zoom no iOS */
        padding: 12px 15px;
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    .matricula {
        padding: 40px 0;
    }
    
    .matricula h2 {
        font-size: 1.6rem;
    }
    
    .matricula .subtitle {
        font-size: 0.9rem;
    }
    
    .matricula-form {
        padding: 25px 15px;
        border-radius: 12px;
        margin: 0 12px;
    }
    
    .form-group {
        margin-bottom: 15px;
    }
    
    .form-group label {
        font-size: 0.9rem;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    select,
    textarea {
        font-size: 16px !important;
        padding: 10px 12px;
    }
    
    .btn-primary {
        width: 100%;
        padding: 14px 20px;
        font-size: 0.95rem;
    }
}

/* Barra de Progresso */
.progress-container {
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(151, 204, 206, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(151, 204, 206, 0.1);
}

.progress-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.progress-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.9rem;
}

.progress-percentage {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #97CCCE;
    font-size: 0.9rem;
}

.progress-bar {
    width: 100%;
    height: 10px;
    background: #e2e8f0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #97CCCE 0%, #8dd3c7 100%);
    border-radius: 5px;
    transition: width 0.5s ease;
    position: relative;
}

.progress-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    font-size: 0.75rem;
    color: #9ca3af;
}

.progress-steps span {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.progress-steps .step-indicator {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    font-weight: 600;
    color: #9ca3af;
    background: #e2e8f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

/* Form Row Responsivo */
@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .form-row {
        gap: 12px;
        margin-bottom: 15px;
    }
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--dark-blue);
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 16px;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: var(--white);
    -webkit-appearance: none;
    appearance: none;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 3px rgba(151, 204, 206, 0.1);
    transform: translateY(-1px);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #999;
    font-size: 0.95rem;
}

.radio-group,
.checkbox-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.radio-group label,
.checkbox-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: normal;
    cursor: pointer;
}

.radio-group input,
.checkbox-group input {
    width: auto;
    margin: 0;
}

/* Regras Section */
.regras {
    background: var(--light-yellow);
    background-color: var(--light-yellow);
    padding: 100px 0;
    text-align: center;
    position: relative;
    z-index: 999;
}
.regras-circles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
}

/* Forçar layout 2x2 no mobile para sobrescrever estilos inline */
@media (max-width: 768px) {
    .regras-circles[style] {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
        max-width: 600px !important;
    }
}

.regras-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}

.regra {
    background: var(--white);
    padding: 30px 20px;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Efeitos hover removidos - seções estáticas */

.regra i {
    font-size: 2.5rem;
    color: var(--yellow);
    margin-bottom: 15px;
}

.regra span {
    text-align: center;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.3;
}

/* FAQ Section */
.faq {
    background: var(--light-yellow);
    background-color: var(--light-yellow);
    padding: 100px 0;
    position: relative;
    z-index: 999;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: var(--white);
    border-radius: 15px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
}

.faq-question {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
}

.faq-question i {
    color: var(--yellow);
    font-size: 1.2rem;
}

.faq-item.active .faq-question i {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 0 25px 20px;
    max-height: 200px;
    opacity: 1;
}

/* Contato Section */
.contato {
    background: var(--white);
    background-color: var(--white);
    padding: 100px 0;
    position: relative;
    z-index: 999;
}

.contato-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

/* Localização Section */
.localizacao {
    background: var(--white);
    background-color: var(--white);
    position: relative;
    z-index: 999;
}

.localizacao-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
    margin-top: 2rem;
}

.contato-info {
    display: flex;
    flex-direction: column;
}

.info-card {
    background: var(--white);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.info-card h3 {
    color: var(--dark-blue);
    margin-bottom: 20px;
}

.info-card i {
    color: var(--primary-blue);
}

.info-card a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-card a:hover {
    color: var(--primary-blue);
}

.mapa {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.mapa iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border-radius: 15px;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    flex: 1;
}

.mapa button {
    width: 100%;
    background: linear-gradient(135deg, var(--primary-blue) 0%, #8dd3c7 100%);
    color: white;
    border: none;
    padding: 0.9rem 1.5rem;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.95rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(87, 181, 231, 0.3);
}

.mapa button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(87, 181, 231, 0.4);
}

/* Footer */
.footer {
    background: var(--dark-blue);
    background-color: var(--dark-blue);
    color: var(--white);
    padding: 60px 0 20px;
    position: relative;
    z-index: 999;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 40px;
}

/* Ajustes da navbar em desktop */
@media (min-width: 1024px) {
    header.header,
    .header {
        padding: 4px 0 !important;
    }

    header.header .header-content,
    .header .header-content {
        min-height: 52px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    header.header .container,
    .header .container {
        max-width: 1120px !important;
        padding: 0 20px !important;
    }

    header.header .logo-img,
    .header .logo-img {
        max-height: 52px !important;
    }

    header.header .nav,
    .header .nav {
        align-items: center !important;
        gap: 20px !important;
    }

    header.header .nav-menu li a,
    .header .nav-menu li a {
        font-size: 0.9rem !important;
        padding: 6px 0 !important;
    }

    header.header .btn-primary,
    .header .btn-primary {
        padding: 8px 20px !important;
        font-size: 0.9rem !important;
        border-radius: 999px !important;
    }
}

/* Footer Responsivo */
@media (max-width: 768px) {
    .footer {
        padding: 40px 0 20px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
        justify-items: center;
    }
    
    .footer-content > div {
        width: 100%;
        max-width: 320px;
    }
    
    .footer-logo,
    .footer-links,
    .footer-contact,
    .footer-certificacao {
        align-items: center !important;
    }
    
    .footer-logo .logo {
        margin-left: 0 !important;
    }
    
    .footer-logo p,
    .footer-links ul,
    .footer-contact div,
    .footer-certificacao a {
        text-align: center !important;
        padding-left: 0 !important;
    }
    
    .footer-bottom {
        flex-direction: column !important;
        text-align: center !important;
        gap: 12px !important;
    }
    
    .footer-logo .logo-img {
        width: 220px !important;
        max-width: 100% !important;
        margin: 0 auto 20px auto !important;
    }
}

@media (min-width: 769px) {
    .footer-content {
        text-align: left;
        align-items: flex-start;
    }

    .footer-content > div {
        text-align: left;
        align-items: flex-start;
    }

    .footer-logo p,
    .footer-links ul,
    .footer-contact div,
    .footer-certificacao,
    .footer-certificacao a {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 30px 0 15px;
    }
    
    .footer-content {
        gap: 25px;
    }
    
    .footer-section {
        margin-bottom: 25px;
    }
    
    .footer-section h3 {
        font-size: 1.1rem;
    }
    
    .footer-section p,
    .footer-section a {
        font-size: 0.85rem;
    }
    
    .footer-logo .logo-img {
        width: 200px !important;
        max-width: 100% !important;
    }
}

.footer-logo .logo {
    color: var(--white);
    margin-bottom: 20px;
}

.footer-logo p {
    color: var(--light-gray);
    line-height: 1.6;
}

.footer-links h3,
.footer-social h3 {
    margin-bottom: 20px;
    color: var(--white);
}

.footer-links ul {
    list-style: none;
}

.footer-links a {
    color: var(--light-gray);
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.footer-social .social-icons {
    gap: 15px;
}

.footer-social .social-icons a {
    color: var(--light-gray);
    font-size: 1.5rem;
}

.footer-bottom {
    border-top: 1px solid var(--gray);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-legal {
    display: flex;
    gap: 30px;
}

.footer-legal a {
    color: var(--light-gray);
    text-decoration: none;
}

/* Layout específico para iPad */
@media (min-width: 768px) and (max-width: 1024px) {
    .container {
        padding: 0 30px;
    }
    
    .hero {
        padding: 140px 0 100px;
        margin-top: 168px;
    }
    
    .hero-content {
        gap: 50px;
        align-items: center;
    }
    
    .hero-text h1 {
        font-size: 3rem;
        line-height: 1.2;
    }
    
    .hero-text p {
        font-size: 1.3rem;
        line-height: 1.6;
    }
    
    .dog-image {
        width: 100%;
        max-width: 400px;
        height: auto;
    }
    
    /* Cards flutuantes otimizados para iPad */
    .floating-card {
        padding: 18px 24px;
    }
    
    .floating-card i {
        font-size: 1.8rem;
    }
    
    .floating-card span {
        font-size: 1.1rem;
    }
    
    .floating-card-1 {
        top: 12%;
        left: -8%;
    }
    
    .floating-card-2 {
        top: 35%;
        right: -8%;
    }
    
    /* Serviços em grid para iPad */
    .carousel-container {
        padding: 0 80px;
    }
    
    .service-card {
        min-width: calc(50% - 0.75rem);
        max-width: calc(50% - 0.75rem);
        width: calc(50% - 0.75rem);
        height: 350px;
    }
    
    /* Galeria em grid 2x2 */
    .galeria-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    /* Instagram cards em 2 colunas */
    .instagram-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    /* Depoimentos em 2 colunas */
    .depoimentos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    /* Formulário otimizado para iPad */
    .matricula-form {
        padding: 40px;
        max-width: 600px;
    }
    
    .form-row {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 15px;
        font-size: 1.05rem;
    }
}

/* Responsividade */
@media (max-width: 1024px) {
    .container {
        padding: 0 20px;
    }
    
    .hero-content {
        gap: 30px;
    }
    
    /* Ajustar cards flutuantes em tablets */
    .floating-card {
        padding: 12px 16px;
    }
    
    .floating-card i {
        font-size: 1.2rem;
    }
    
    .floating-card span {
        font-size: 0.85rem;
    }
    
    .floating-card-1 {
        left: -5%;
        top: 10%;
    }
    
    .floating-card-2 {
        right: -5%;
        top: 35%;
    }
    
    .carousel-container {
        max-width: 100%;
        padding: 0 50px;
    }
    
    .service-card {
        min-width: calc(50% - 0.75rem);
        max-width: calc(50% - 0.75rem);
        width: calc(50% - 0.75rem);
        height: 300px;
    }
    
    .carousel-nav-btn {
        width: 42px;
        height: 42px;
    }
    
    .carousel-nav-btn.prev {
        left: 6px;
    }
    
    .carousel-nav-btn.next {
        right: 6px;
    }
    
    .servico-card {
        min-height: 140px;
        padding: 8px;
    }
    
    .servico-icon {
        top: 8px;
        left: 8px;
        width: 28px;
        height: 28px;
    }
    
    .servico-icon i {
        font-size: 0.8rem;
    }
    
    .servico-content h3 {
        font-size: 0.9rem;
    }
    
    .servico-content p {
        font-size: 0.6rem;
        max-width: 100px;
        opacity: 0.85;
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
    }
    
    .prev-btn {
        left: 10px;
    }
    
    .next-btn {
        right: 10px;
    }
    
    .galeria-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    
    .instagram-cards {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    /* Navbar responsiva */
    .nav {
        justify-content: space-between;
        position: relative;
    }
    
    .nav-menu {
        display: none;
    }
    
    .nav > a {
        display: none;
    }
    
    .mobile-menu-btn {
        display: flex !important;
        position: relative !important;
        z-index: 1002 !important;
        background: rgba(255, 255, 255, 0.95) !important;
        border: 2px solid #A0C6E8 !important;
        margin-left: auto !important;
        border-radius: 8px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 48px !important;
        height: 48px !important;
    }
    
    .mobile-menu-btn span {
        background: #A0C6E8 !important;
        width: 24px !important;
        height: 3px !important;
    }
    
    h1 {
        font-size: 2.8rem;
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }
    
    h2 {
        font-size: 2.2rem;
        line-height: 1.3;
        margin-bottom: 1.2rem;
    }
    
    h3 {
        font-size: 1.5rem;
        line-height: 1.4;
        margin-bottom: 1rem;
    }
    
    p {
        font-size: 1.1rem;
        line-height: 1.7;
        margin-bottom: 1.2rem;
    }
    
    .subtitle {
        font-size: 1.3rem;
        margin-bottom: 2.5rem;
    }
    
    .carousel-container {
        padding: 0 50px;
        margin: 30px 0;
    }
    
    .service-card {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        height: 320px;
        margin: 0;
    }
    
    .carousel-nav-btn {
        width: 44px;
        height: 44px;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        border: 2px solid rgba(151, 204, 206, 0.3);
    }
    
    .carousel-nav-btn.prev {
        left: 8px;
    }
    
    .carousel-nav-btn.next {
        right: 8px;
    }
    
    .carousel-nav-btn i {
        font-size: 18px;
        color: var(--primary-blue);
    }
    
    .carousel-nav-btn:active {
        transform: translateY(-50%) scale(0.95);
    }
    
    .top-bar-content {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .contact-info {
        gap: 15px;
    }
    
    .header-content {
        justify-content: space-between !important;
        padding: 8px 0 !important;
        min-height: 70px !important;
        overflow: visible !important;
        height: auto !important;
        max-height: none !important;
    }
    
    header.header .header-content,
    .header .header-content {
        justify-content: space-between !important;
        padding: 8px 0 !important;
        min-height: 70px !important;
        overflow: visible !important;
        height: auto !important;
        max-height: none !important;
    }
    
    .logo {
        flex: none;
    }
    
    .nav {
        position: relative;
        right: auto;
        gap: 0;
    }
    
    /* Mostrar botão hambúrguer apenas no mobile */
    .mobile-menu-btn {
        display: flex;
    }
    
    /* Ocultar menu desktop e mostrar apenas no mobile */
    .nav-menu {
        position: fixed;
        top: 128px;
        left: -100%;
        width: 80%;
        height: calc(100vh - 128px);
        background: var(--white);
        flex-direction: column;
        padding: 40px 20px 20px;
        box-shadow: 2px 0 15px rgba(0, 0, 0, 0.1);
        transition: left 0.3s ease;
        z-index: 1005;
        overflow-y: auto;
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .nav-menu li {
        margin: 15px 0;
        text-align: left;
        border-bottom: 1px solid var(--border-color);
        padding-bottom: 10px;
    }
    
    .nav-menu li:last-child {
        border-bottom: none;
    }
    
    .nav-menu a {
        font-size: 1.1rem;
        padding: 10px 0;
        display: block;
        width: 100%;
    }
    
    
    .nav .btn-primary {
        display: none;
    }
    
    .hero {
        padding: 120px 0 80px;
        margin-top: 168px;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 50px;
        align-items: center;
        padding: 0 20px;
    }
    
    .hero-text h1 {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 25px;
    }
    
    .hero-text p {
        font-size: 1.2rem;
        margin-bottom: 35px;
        line-height: 1.6;
        padding: 0 10px;
    }
    
    .btn-primary {
        margin-bottom: 40px;
        padding: 18px 35px;
        font-size: 1.1rem;
        min-height: 56px;
    }
    
    /* Features removidas - usando apenas cards flutuantes */
    
    .dog-image {
        width: 100%;
        max-width: 350px;
        height: auto;
    }
    
    /* Mostrar cards flutuantes no mobile */
    .floating-card {
        display: flex !important;
        position: absolute;
        z-index: 3;
        padding: 12px 16px;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 15px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(10px);
        border: 2px solid rgba(255, 255, 255, 0.8);
        animation: float 3s ease-in-out infinite;
    }
    
    .floating-card i {
        color: var(--primary-blue);
        font-size: 1.2rem;
    }
    
    .floating-card span {
        color: var(--dark-blue);
        font-weight: 600;
        font-size: 0.85rem;
        white-space: nowrap;
    }
    
    .floating-card-1 {
        top: -10%;
        right: 15%;
        left: auto;
        animation-delay: 0s;
    }
    
    .floating-card-2 {
        top: 2%;
        right: 5%;
        left: auto;
        animation-delay: 1.5s;
    }
    
    .sobre-content,
    .contato-content,
    .localizacao-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: left;
        justify-items: flex-start;
        align-items: flex-start;
    }
    
    /* Centralizar textos da seção Sobre Nós no mobile */
    .sobre-text {
        text-align: center;
    }
    
    .sobre-text h2 {
        text-align: center !important;
    }
    
    .sobre-description {
        text-align: center;
    }
    
    .highlights {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .servicos-grid {
        gap: 15px;
        padding: 15px 0;
    }
    
    .servico-card {
        min-width: 280px;
        height: 350px;
    }
    
    .servico-content {
        padding: 20px 15px;
    }
    
    .servico-content h3 {
        font-size: 1.2rem;
    }
    
    .servico-content p {
        font-size: 0.8rem;
    }
    
    .servico-icon {
        width: 45px;
        height: 45px;
        top: 15px;
        left: 15px;
    }
    
    .servico-icon i {
        font-size: 1.1rem;
    }
    
    .highlight {
        padding: 12px 15px;
        min-height: 50px;
    }
    
    .highlight-icon {
        width: 40px;
        height: 40px;
    }
    
    .highlight-icon i {
        font-size: 1rem;
    }
    
    /* Layout específico para seção Dados do Pet - manter 2 colunas quando possível */
    #section2 .form-row {
        grid-template-columns: 1fr 1fr !important;
        gap: 20px !important;
        display: grid !important;
        align-items: end !important;
    }
    
    /* Manter layout de 2 colunas para primeira e segunda linha */
    #section2 .form-row:first-of-type,
    #section2 .form-row:nth-of-type(2) {
        grid-template-columns: 1fr 1fr !important;
        display: grid !important;
    }
    
    /* Campo Sexo em linha separada (terceira linha) */
    #section2 .form-group:last-child {
        grid-column: 1 / -1 !important;
        margin-top: 0 !important;
    }
    
    /* Para outros form-rows, usar 1 coluna */
    .form-row:not(#section2 .form-row) {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        display: grid !important;
    }
    
    /* Ajustar campos de idade em: para layout inline */
    #section2 .form-row .radio-group {
        display: flex !important;
        gap: 20px !important;
        margin-top: 8px !important;
        justify-content: flex-start !important;
    }
    
    #section2 .form-row .radio-group label {
        display: flex !important;
        align-items: center !important;
        font-family: 'Poppins', sans-serif !important;
        color: #374151 !important;
        cursor: pointer !important;
        padding: 8px 0 !important;
        margin: 0 !important;
    }
    
    #section2 .form-row .radio-group input[type="radio"] {
        margin-right: 8px !important;
        accent-color: #97CCCE !important;
        transform: scale(1.2) !important;
    }
    
    
    /* Campo Sexo em linha separada para desktop */
    #section2 .form-group:last-child .radio-group {
        display: flex !important;
        gap: 20px !important;
        margin-top: 8px !important;
        justify-content: flex-start !important;
    }
    
    #section2 .form-group:last-child .radio-group label {
        display: flex !important;
        align-items: center !important;
        font-family: 'Poppins', sans-serif !important;
        color: #374151 !important;
        cursor: pointer !important;
        padding: 8px 0 !important;
        margin: 0 !important;
    }
    
    #section2 .form-group:last-child .radio-group input[type="radio"] {
        margin-right: 8px !important;
        accent-color: #97CCCE !important;
        transform: scale(1.2) !important;
    }
    
    /* Estado selecionado para radio buttons de sexo */
    #section2 .form-group:last-child .radio-group input[type="radio"]:checked + *,
    #section2 .form-group:last-child .radio-group label:has(input[type="radio"]:checked),
    #section2 .form-group:last-child .radio-group label.active {
        background: rgba(151, 204, 206, 0.1) !important;
        color: #97CCCE !important;
        border-radius: 8px !important;
        padding: 8px 12px !important;
    }
    
    .matricula-form {
        padding: 30px 20px !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin: 0 auto !important;
        position: relative !important;
        margin-bottom: 150px !important;
        padding-bottom: 120px !important;
        overflow-x: hidden !important;
        width: 100% !important;
    }
    
    .form-group {
        width: 100% !important;
        margin-bottom: 15px !important;
        box-sizing: border-box !important;
    }
    
    .form-group input,
    .form-group textarea,
    .form-group select {
        width: 100% !important;
        padding: 18px 20px !important;
        font-size: 16px !important;
        border-radius: 16px !important;
        box-sizing: border-box !important;
        -webkit-appearance: none !important;
        appearance: none !important;
        border: 2px solid #e2e8f0 !important;
        background: #ffffff !important;
        transition: all 0.3s ease !important;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02) !important;
        font-family: 'Poppins', sans-serif !important;
        color: #334155 !important;
    }
    
    /* Botões do formulário mobile 768px */
    .matricula-form button {
        padding: 18px 30px !important;
        font-size: 1.1rem !important;
        border-radius: 15px !important;
        min-height: 60px !important;
        white-space: nowrap !important;
        font-weight: 600 !important;
        transition: all 0.3s ease !important;
        cursor: pointer !important;
    }
    
    .matricula-form button:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
    }
    
    .matricula-form button:active {
        transform: translateY(0) !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    }
    
    /* Área de navegação entre seções */
    .matricula-form [style*="justify-content: space-between"] {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        justify-content: center !important;
        align-items: center !important;
        margin-top: 30px !important;
        padding: 20px 0 !important;
    }
    
    .matricula-form [style*="justify-content: space-between"] button {
        width: 100% !important;
        max-width: 280px !important;
        min-height: 56px !important;
        margin: 0 !important;
    }
    
    /* Melhorar layout dos campos de idade */
    .form-group:has(input[name="idade"]) {
        margin-bottom: 20px !important;
    }
    
    .form-group:has(label[for="idade"]) + .form-group {
        margin-top: 10px !important;
    }
    
    /* Estilo para labels de seções */
    .form-group > label:not([for]) {
        font-weight: 600 !important;
        color: #374151 !important;
        margin-bottom: 12px !important;
        font-size: 1rem !important;
        display: block !important;
    }
    
    /* Melhorar usabilidade geral */
    .matricula-form {
        max-height: none !important;
        overflow-y: auto !important;
        margin-bottom: 150px !important;
        padding-bottom: 120px !important;
    }
    
    /* Barra de progresso responsiva */
    .progress-container {
        margin-bottom: 20px !important;
        padding: 12px 15px !important;
        border-radius: 10px !important;
    }
    
    .progress-header {
        margin-bottom: 8px !important;
    }
    
    .progress-text {
        font-size: 0.8rem !important;
    }
    
    .progress-percentage {
        font-size: 0.8rem !important;
    }
    
    .progress-bar {
        height: 6px !important;
        border-radius: 3px !important;
    }
    
    
    .form-group input:focus,
    .form-group textarea:focus {
        outline: none !important;
        border-color: #97CCCE !important;
        box-shadow: 0 0 0 4px rgba(151, 204, 206, 0.15), 0 4px 12px rgba(151, 204, 206, 0.1) !important;
        transform: translateY(-2px) !important;
        background: #ffffff !important;
    }
    
    /* Campos preenchidos com cor #97CCCE */
    .form-group input:not(:placeholder-shown),
    .form-group textarea:not(:placeholder-shown) {
        border-color: #97CCCE !important;
        background: rgba(151, 204, 206, 0.05) !important;
        color: #2c3e50 !important;
    }
    
    /* Campos específicos de idade e sexo */
    #idade:not(:placeholder-shown),
    input[name="idade_tipo"]:checked + span,
    input[name="sexo"]:checked + span {
        color: #97CCCE !important;
    }
    
    .form-group input:hover,
    .form-group textarea:hover {
        border-color: #cbd5e1 !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08) !important;
    }
    
    /* Hover effects para radio/checkbox */
    .radio-group label:hover,
    .checkbox-group label:hover {
        background: #f8fafc !important;
        border-color: #cbd5e1 !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
        transform: translateY(-1px) !important;
    }
    
    .radio-group label:hover input,
    .checkbox-group label:hover input {
        border-color: #97CCCE !important;
        box-shadow: 0 0 0 2px rgba(151, 204, 206, 0.1) !important;
    }
    
    .servico-card {
        min-height: 120px;
        padding: 6px;
    }
    
    .servico-icon {
        top: 6px;
        left: 6px;
        width: 22px;
        height: 22px;
    }
    
    .servico-icon i {
        font-size: 0.6rem;
    }
    
    .servico-content h3 {
        font-size: 0.8rem;
    }
    
    .servico-content p {
        font-size: 0.55rem;
        max-width: 90px;
        opacity: 0.85;
    }
    
    .galeria-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 10px;
    }
    
    /* Corrigir imagens cortadas no mobile */
    .dog-card {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .dog-card img {
        width: 100%;
        height: auto;
        object-fit: cover;
        max-width: 100%;
    }
    
    .instagram-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .depoimentos-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    /* Centralizar textos dos depoimentos no mobile */
    .depoimento {
        text-align: center;
    }
    
    .depoimento h4 {
        text-align: center;
    }
    
    .depoimento p {
        text-align: center;
    }
    
    /* Centralizar título e descrição da seção depoimentos no mobile */
    .depoimentos h2 {
        text-align: center;
    }
    
    .depoimentos p {
        text-align: center;
    }
    
    /* Centralizar todos os elementos dos depoimentos no mobile */
    .testimonial-card {
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    /* Ocultar completamente as respostas do FAQ no mobile até expandir */
    .faq-answer {
        max-height: 0 !important;
        opacity: 0 !important;
        padding: 0 20px !important;
        overflow: hidden !important;
    }
    
    .faq-item.active .faq-answer {
        max-height: 300px !important;
        opacity: 1 !important;
        padding: 0 20px 18px !important;
    }
    
    /* Otimizar proporção dos retângulos FAQ no mobile */
    .faq-item {
        margin-bottom: 12px !important;
        width: 100% !important;
    }
    
    .faq-question {
        padding: 18px 20px !important;
        min-height: 50px !important;
    }
    
    /* Ajustar layout dos círculos de regras no mobile */
    .regras-circles {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
        max-width: 600px !important;
        display: grid !important;
    }
    
    /* Forçar layout 2x2 no mobile */
    section .regras-circles {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .testimonial-header {
        flex-direction: column;
        align-items: center !important;
        text-align: center !important;
        justify-content: center;
        display: flex;
    }
    
    .testimonial-header img {
        margin: 0 auto 15px auto !important;
        display: block !important;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        object-fit: cover;
        text-align: center;
    }
    
    .testimonial-header h4 {
        text-align: center;
        margin: 0 0 5px 0;
    }
    
    .testimonial-header p {
        text-align: center;
        margin: 0 0 8px 0;
    }
    
    .testimonial-card p {
        text-align: center;
    }
    
    /* Ajustar layout dos círculos de regras no mobile 320px */
    .regras-circles {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        max-width: 500px !important;
        display: grid !important;
    }
    
    /* Forçar layout 2x2 no mobile 320px */
    section .regras-circles {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .regras-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
        justify-items: center;
    }
    
    .footer-content > div {
        width: 100%;
        max-width: 320px;
    }
    .footer-logo,
    .footer-links,
    .footer-contact,
    .footer-certificacao {
        align-items: center !important;
    }
    
    .footer-logo .logo {
        margin-left: 0 !important;
    }
    
    .footer-logo p,
    .footer-links ul,
    .footer-contact div,
    .footer-certificacao a {
        text-align: center !important;
        padding-left: 0 !important;
    }
    
    .footer-bottom {
        flex-direction: column !important;
        text-align: center !important;
        gap: 12px !important;
    }
    /* Centralizar todos os textos do footer no mobile - sobrescrever estilos inline */
    .footer-logo {
        text-align: center !important;
    }
    
    .footer-logo p {
        text-align: center !important;
    }
    
    .footer-links {
        text-align: center !important;
    }
    
    .footer-links h3 {
        text-align: center !important;
    }
    
    .footer-links ul {
        text-align: center !important;
    }
    
    .footer-links a {
        text-align: center !important;
    }
    
    .footer-contact {
        text-align: center !important;
        margin-left: 0 !important;
    }
    
    .footer-contact h3 {
        text-align: center !important;
    }
    
    .footer-contact p {
        text-align: center !important;
        justify-content: center !important;
        display: flex !important;
        align-items: center !important;
    }
    
    .footer-contact p i {
        margin-right: 10px !important;
    }
    
    .footer-contact p a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }
    
    .footer-contact p a i {
        margin-right: 10px !important;
    }
    
    .footer-hours {
        text-align: center !important;
        margin-left: 0 !important;
    }
    
    .footer-hours h3 {
        text-align: center !important;
    }
    
    .footer-hours p {
        text-align: center !important;
    }
    
    .footer-social {
        text-align: center !important;
    }
    
    .footer-social h3 {
        text-align: center !important;
    }
    
    .footer-social .social-icons {
        justify-content: center !important;
    }
    
    /* Centralizar ícones das redes sociais no rodapé no mobile */
    .footer-logo .social-icons {
        justify-content: center !important;
        display: flex !important;
    }
    
    .footer-logo .social-icons a {
        margin: 0 5px !important;
    }
    
    /* Centralizar ícone do cachorro no rodapé no mobile */
    .footer-logo .logo {
        justify-content: center !important;
        display: flex !important;
    }
    
    .footer-logo .logo-img {
        margin: 0 auto !important;
        margin-right: 0 !important;
    }
    
    .footer-logo .logo-fallback {
        justify-content: center !important;
        display: flex !important;
        margin: 0 auto !important;
    }
    
    /* Logo responsivo no rodapé - 768px */
    .footer-logo {
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .footer-logo .logo {
        justify-content: center !important;
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
    }
    
    .footer-logo .logo-img {
        max-width: 400px !important;
        width: 400px !important;
        min-width: 400px !important;
        height: auto !important;
        margin: 0 auto !important;
        margin-right: 0 !important;
        display: block !important;
    }
    
    .footer-bottom {
        text-align: center !important;
    }
    
    .footer-bottom p {
        text-align: center !important;
    }
    
    .footer-legal {
        text-align: center !important;
        justify-content: center !important;
    }
    
    .footer-legal a {
        text-align: center !important;
    }
    
    /* Centralizar todos os textos do footer no mobile 480px - sobrescrever estilos inline */
    .footer-logo {
        text-align: center !important;
    }
    
    .footer-logo p {
        text-align: center !important;
    }
    
    .footer-links {
        text-align: center !important;
    }
    
    .footer-links h3 {
        text-align: center !important;
    }
    
    .footer-links ul {
        text-align: center !important;
    }
    
    .footer-links a {
        text-align: center !important;
    }
    
    .footer-contact {
        text-align: center !important;
        margin-left: 0 !important;
    }
    
    .footer-contact h3 {
        text-align: center !important;
    }
    
    .footer-contact p {
        text-align: center !important;
        justify-content: center !important;
        display: flex !important;
        align-items: center !important;
    }
    
    .footer-contact p i {
        margin-right: 10px !important;
    }
    
    .footer-contact p a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }
    
    .footer-contact p a i {
        margin-right: 10px !important;
    }
    
    .footer-hours {
        text-align: center !important;
        margin-left: 0 !important;
    }
    
    .footer-hours h3 {
        text-align: center !important;
    }
    
    .footer-hours p {
        text-align: center !important;
    }
    
    .footer-social {
        text-align: center !important;
    }
    
    .footer-social h3 {
        text-align: center !important;
    }
    
    .footer-social .social-icons {
        justify-content: center !important;
    }
    
    /* Centralizar ícones das redes sociais no rodapé no mobile */
    .footer-logo .social-icons {
        justify-content: center !important;
        display: flex !important;
    }
    
    .footer-logo .social-icons a {
        margin: 0 5px !important;
    }
    
    /* Centralizar ícone do cachorro no rodapé no mobile */
    .footer-logo .logo {
        justify-content: center !important;
        display: flex !important;
    }
    
    .footer-logo .logo-img {
        margin: 0 auto !important;
        margin-right: 0 !important;
    }
    
    .footer-logo .logo-fallback {
        justify-content: center !important;
        display: flex !important;
        margin: 0 auto !important;
    }
    
    /* Logo responsivo no rodapé - 768px */
    .footer-logo {
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .footer-logo .logo {
        justify-content: center !important;
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
    }
    
    .footer-logo .logo-img {
        max-width: 400px !important;
        width: 400px !important;
        min-width: 400px !important;
        height: auto !important;
        margin: 0 auto !important;
        margin-right: 0 !important;
        display: block !important;
    }
    
    .footer-bottom {
        text-align: center !important;
    }
    
    .footer-bottom p {
        text-align: center !important;
    }
    
    .footer-legal {
        text-align: center !important;
        justify-content: center !important;
    }
    
    .footer-legal a {
        text-align: center !important;
    }
    
    /* Logo responsivo no rodapé - 480px */
    .footer-logo {
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .footer-logo .logo {
        justify-content: center !important;
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
    }
    
    .footer-logo .logo-img {
        max-width: 400px !important;
        width: 400px !important;
        min-width: 400px !important;
        height: auto !important;
        margin: 0 auto !important;
        margin-right: 0 !important;
        display: block !important;
    }
    
    .matricula-form {
        padding: 25px 15px !important;
        margin: 0 10px !important;
        border-radius: 15px !important;
        max-width: 100% !important;
        width: calc(100% - 20px) !important;
        margin-bottom: 150px !important;
        padding-bottom: 120px !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }
    
    /* Barra de progresso 480px */
    .progress-container {
        margin-bottom: 18px !important;
        padding: 10px 12px !important;
        border-radius: 8px !important;
    }
    
    .progress-header {
        margin-bottom: 6px !important;
    }
    
    .progress-text {
        font-size: 0.75rem !important;
    }
    
    .progress-percentage {
        font-size: 0.75rem !important;
    }
    
    .progress-bar {
        height: 5px !important;
        border-radius: 2px !important;
    }
    
    /* Layout específico para seção Dados do Pet em 480px */
    #section2 .form-row {
        grid-template-columns: 1fr 1fr !important;
        gap: 15px !important;
        display: grid !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* Ajustar radio buttons de idade para 480px */
    #section2 .form-row .radio-group {
        gap: 10px !important;
        margin-top: 8px !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: flex-start !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    #section2 .form-row .radio-group label {
        padding: 8px 0 !important;
        font-size: 0.8rem !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        display: flex !important;
        align-items: center !important;
    }
    
    /* Ajustar radio buttons de sexo para 480px */
    #section2 .form-group:last-child .radio-group {
        gap: 10px !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: flex-start !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    #section2 .form-group:last-child .radio-group label {
        padding: 8px 0 !important;
        font-size: 0.8rem !important;
        margin: 0 !important;
        text-align: left !important;
        cursor: pointer !important;
        box-sizing: border-box !important;
        display: flex !important;
        align-items: center !important;
    }
    
    /* Para outros form-rows em 480px */
    .form-row:not(#section2 .form-row) {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    .form-group {
        width: 100% !important;
        margin-bottom: 15px !important;
    }
    
    .form-group input,
    .form-group textarea,
    .form-group select {
        width: 100% !important;
        padding: 12px !important;
        font-size: 14px !important;
        border-radius: 12px !important;
        min-height: 48px !important;
        box-sizing: border-box !important;
        -webkit-appearance: none !important;
        appearance: none !important;
        border: 2px solid #e2e8f0 !important;
        background: #ffffff !important;
        transition: all 0.3s ease !important;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02) !important;
        font-family: 'Poppins', sans-serif !important;
        color: #334155 !important;
    }
    
    /* Campos preenchidos com cor #97CCCE - 480px */
    .form-group input:not(:placeholder-shown),
    .form-group textarea:not(:placeholder-shown) {
        border-color: #97CCCE !important;
        background: rgba(151, 204, 206, 0.05) !important;
        color: #2c3e50 !important;
    }
    
    /* Campos específicos de idade e sexo - 480px */
    #idade:not(:placeholder-shown),
    input[name="idade_tipo"]:checked + span,
    input[name="sexo"]:checked + span {
        color: #97CCCE !important;
    }
    
    .form-group label {
        font-size: 1rem !important;
        margin-bottom: 12px !important;
        font-weight: 600 !important;
        display: block !important;
        color: #475569 !important;
        font-family: 'Poppins', sans-serif !important;
        letter-spacing: 0.025em !important;
    }
    
    .form-group input::placeholder,
    .form-group textarea::placeholder {
        color: #94a3b8 !important;
        font-style: italic !important;
        font-weight: 400 !important;
    }
    
    /* Melhorar espaçamento entre seções */
    .form-section {
        margin-bottom: 30px !important;
    }
    
    .section-header {
        margin-bottom: 25px !important;
        padding-bottom: 15px !important;
    }
    
    /* Botões do formulário mobile */
    .matricula-form button {
        padding: 18px 30px !important;
        font-size: 1.1rem !important;
        border-radius: 15px !important;
        min-height: 60px !important;
        width: auto !important;
        font-weight: 600 !important;
        transition: all 0.3s ease !important;
        cursor: pointer !important;
    }
    
    .matricula-form button:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
    }
    
    .matricula-form button:active {
        transform: translateY(0) !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    }
    
    .matricula-form button[type="submit"] {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* Área de botões */
    .matricula-form > div[style*="display: flex"] {
        flex-direction: column !important;
        gap: 12px !important;
    }
    
    .radio-group,
    .checkbox-group {
        flex-direction: column !important;
        gap: 12px !important;
        margin-top: 8px !important;
    }
    
    .radio-group label,
    .checkbox-group label {
        width: 100% !important;
        padding: 20px 24px !important;
        border: 2px solid #e2e8f0 !important;
        border-radius: 16px !important;
        background: #ffffff !important;
        margin: 0 0 12px 0 !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        display: flex !important;
        align-items: center !important;
        font-size: 1rem !important;
        font-weight: 500 !important;
        color: #475569 !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
        position: relative !important;
        overflow: hidden !important;
    }
    
    .radio-group label::before,
    .checkbox-group label::before {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 4px !important;
        height: 100% !important;
        background: transparent !important;
        transition: all 0.3s ease !important;
    }
    
    .radio-group input[type="radio"],
    .checkbox-group input[type="checkbox"] {
        margin-right: 16px !important;
        transform: scale(1.2) !important;
        accent-color: #97CCCE !important;
        -webkit-appearance: none !important;
        appearance: none !important;
        width: 24px !important;
        height: 24px !important;
        border: 2px solid #cbd5e1 !important;
        border-radius: 50% !important;
        background: white !important;
        position: relative !important;
        flex-shrink: 0 !important;
        transition: all 0.3s ease !important;
    }
    
    .radio-group input[type="radio"]:checked,
    .checkbox-group input[type="checkbox"]:checked {
        background: #97CCCE !important;
        border-color: #97CCCE !important;
        box-shadow: 0 0 0 3px rgba(151, 204, 206, 0.2) !important;
    }
    
    .radio-group input[type="radio"]:checked::after {
        content: '' !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 10px !important;
        height: 10px !important;
        border-radius: 50% !important;
        background: white !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    }
    
    .checkbox-group input[type="checkbox"]:checked::after {
        content: '✓' !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        color: white !important;
        font-size: 14px !important;
        font-weight: bold !important;
        line-height: 1 !important;
    }
    
    .radio-group input[type="radio"]:checked + span,
    .checkbox-group input[type="checkbox"]:checked + span {
        color: #97CCCE !important;
        font-weight: 600 !important;
    }
    
    .radio-group label:has(input:checked),
    .checkbox-group label:has(input:checked) {
        border-color: #97CCCE !important;
        background: rgba(151, 204, 206, 0.05) !important;
        box-shadow: 0 4px 12px rgba(151, 204, 206, 0.15) !important;
    }
    
    .radio-group label:has(input:checked)::before,
    .checkbox-group label:has(input:checked)::before {
        background: #97CCCE !important;
    }
    
    .checkbox-group input[type="checkbox"] {
        border-radius: 4px !important;
    }
    
    .checkbox-group input[type="checkbox"]:checked {
        background: #97CCCE !important;
        border-color: #97CCCE !important;
    }
    
    .checkbox-group input[type="checkbox"]:checked::after {
        content: '✓' !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        color: white !important;
        font-size: 12px !important;
        font-weight: bold !important;
    }
    
    .radio-group label,
    .checkbox-group label {
        padding: 15px;
        border-radius: 10px;
        border: 2px solid var(--border-color);
        background: var(--white);
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 1rem;
    }
    
    .radio-group input:checked + label,
    .checkbox-group input:checked + label {
        border-color: var(--primary-blue);
        background: rgba(151, 204, 206, 0.1);
    }
    
    .highlights {
        flex-direction: column;
        gap: 15px;
    }
    
    .instagram-header {
        padding: 15px;
    }
    
    .instagram-stats {
        padding: 15px;
        flex-direction: column;
        gap: 10px;
    }
}

/* Botões Flutuantes */
.whatsapp-button {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 9998;
}

/* WhatsApp Button Responsivo */
@media (max-width: 768px) {
    .whatsapp-button {
        bottom: 80px;
        right: 20px;
    }
    
    .whatsapp-button a {
        width: 56px;
        height: 56px;
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .whatsapp-button {
        bottom: 70px;
        right: 15px;
    }
    
    .whatsapp-button a {
        width: 50px;
        height: 50px;
        font-size: 1.4rem;
    }
}

.whatsapp-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: var(--white);
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.8rem;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
    animation: pulse 2s infinite;
    transition: all 0.3s ease;
    border: 3px solid var(--white);
}

.whatsapp-button a:active {
    transform: scale(0.95);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.6);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.scroll-to-top {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    width: 56px !important;
    height: 56px !important;
}

/* Scroll to Top Responsivo */
@media (max-width: 768px) {
    .scroll-to-top {
        bottom: 20px !important;
        right: 20px !important;
        width: 50px !important;
        height: 50px !important;
        font-size: 1.1rem !important;
    }
}

@media (max-width: 480px) {
    .scroll-to-top {
        bottom: 15px !important;
        right: 15px !important;
        width: 45px !important;
        height: 45px !important;
        font-size: 1rem !important;
    }
}
.scroll-to-top {
    background: var(--dark-blue) !important;
    color: white !important;
    border: 3px solid white !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 9999 !important;
    box-shadow: 0 6px 18px rgba(44, 62, 80, 0.4) !important;
    transition: all 0.3s ease !important;
    font-size: 1.2rem !important;
    pointer-events: auto !important;
    -webkit-tap-highlight-color: transparent !important;
}

.scroll-to-top:active {
    transform: scale(0.9) !important;
}
.scroll-to-top.show {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Navbar Fixa */
/* Navbar Fixa - Desktop */
@media (min-width: 769px) {
    /* Garantir que top bar sempre fique visível acima */
    .top-bar {
        position: fixed !important;
        top: 0 !important;
        z-index: 1004 !important;
    }
    
    /* Quando navbar está fixa, ficar abaixo do top bar */
    header.header.navbar-fixed,
    .header.navbar-fixed {
        position: fixed !important;
        top: 68px !important; /* Abaixo do top bar */
        left: 0 !important;
        right: 0 !important;
        z-index: 1003 !important;
        background: rgba(255, 255, 255, 0.98) !important;
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
        width: 100% !important;
        height: auto !important;
        padding: 10px 0 !important;
        /* Transição suave apenas para mudança de posição */
        transition: top 0.2s ease-out !important;
    }
    
    /* Quando navbar está fixa, ajustar posicionamento do conteúdo */
    header.header.navbar-fixed .header-content,
    .header.navbar-fixed .header-content {
        padding: 0;
        min-height: 60px;
    }
}

/* Mobile - manter comportamento atual */
@media (max-width: 768px) {
    /* No mobile, o header já está fixo por padrão */
    .header {
        position: fixed !important;
        top: 44px !important;
    }
    
    /* Se tiver classe navbar-fixed, manter fixo */
    .header.navbar-fixed {
        position: fixed !important;
        top: 44px !important;
        left: 0;
        right: 0;
        z-index: 1003;
        background: var(--white) !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
}

/* Scroll Suave */
html {
    scroll-behavior: smooth;
}

@media (max-width: 480px) {
    .container {
        padding: 0 10px;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.8rem;
    }
    
    h3 {
        font-size: 1.2rem;
    }
    
    .carousel-container {
        padding: 0 40px;
        overflow: hidden !important;
    }
    
    .service-card {
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        height: 280px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        margin: 0 !important;
    }
    
    .carousel-track {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-snap-type: x mandatory !important;
    }
    
    .service-card {
        scroll-snap-align: center !important;
    }
    
    .carousel-nav-btn {
        width: 36px;
        height: 36px;
    }
    
    .carousel-nav-btn.prev {
        left: 3px;
    }
    
    .carousel-nav-btn.next {
        right: 3px;
    }
    
    .carousel-nav-btn i {
        font-size: 14px;
    }
    
    .card-title,
    .card-title-top {
        font-size: 1.2rem;
    }
    
    .card-description {
        font-size: 0.78rem;
    }
    
    .service-icon {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
    
    .card-overlay {
        padding: 1rem !important;
    }
    
    .card-content {
        padding: 0 !important;
    }
    
    .service-btn {
        font-size: 0.75rem !important;
        padding: 8px 16px !important;
    }
    
    .service-btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.8rem;
    }
    
    .hero {
        padding: 110px 0 70px;
        margin-top: 188px;
    }
    
    .hero-content {
        gap: 40px;
        padding: 0 15px;
    }
    
    .hero-text h1 {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    
    .hero-text p {
        font-size: 1.1rem;
        margin-bottom: 30px;
        line-height: 1.6;
    }
    
    .btn-primary {
        margin-bottom: 35px;
        padding: 16px 30px;
        font-size: 1rem;
        min-height: 52px;
    }
    
    /* Features removidas - usando apenas cards flutuantes */
    
    /* Ajustar cards flutuantes para telas pequenas */
    .floating-card {
        padding: 10px 14px;
    }
    
    .floating-card i {
        font-size: 1rem;
    }
    
    .floating-card span {
        font-size: 0.75rem;
    }
    
    .floating-card-1 {
        top: -8%;
        right: 12%;
        left: auto;
    }
    
    .floating-card-2 {
        top: 4%;
        right: 3%;
        left: auto;
    }
    
    .dog-image {
        font-size: 6rem;
    }
    
    
    .features {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .feature {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
    
    /* Mostrar cards flutuantes no mobile */
    .floating-card {
        display: flex !important;
        position: absolute;
        z-index: 3;
        padding: 12px 16px;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 15px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(10px);
        border: 2px solid rgba(255, 255, 255, 0.8);
        animation: float 3s ease-in-out infinite;
    }
    
    .floating-card i {
        color: var(--primary-blue);
        font-size: 1.2rem;
    }
    
    .floating-card span {
        color: var(--dark-blue);
        font-weight: 600;
        font-size: 0.85rem;
        white-space: nowrap;
    }
    
    .floating-card-1 {
        top: 20%;
        left: 5%;
        animation-delay: 0s;
    }
    
    .floating-card-2 {
        top: 45%;
        right: 5%;
        animation-delay: 1.5s;
    }
    
    .feature i {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .highlights {
        flex-direction: column;
        gap: 15px;
    }
    
    /* Centralizar textos da seção Sobre Nós no mobile 480px */
    .sobre-text {
        text-align: center;
    }
    
    .sobre-text h2 {
        text-align: center !important;
    }
    
    .sobre-description {
        text-align: center;
    }
    
    .highlight {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    
    .highlight i {
        font-size: 1.2rem;
    }
    
    .servico-card {
        min-height: 100px;
        padding: 5px;
    }
    
    .servico-icon {
        top: 5px;
        left: 5px;
        width: 18px;
        height: 18px;
    }
    
    .servico-icon i {
        font-size: 0.5rem;
    }
    
    .servico-content h3 {
        font-size: 0.7rem;
    }
    
    .servico-content p {
        font-size: 0.5rem;
        max-width: 80px;
        opacity: 0.85;
    }
    
    .carousel-btn {
        width: 35px;
        height: 35px;
    }
    
    .carousel-btn i {
        font-size: 1rem;
    }
    
    .galeria-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 8px;
    }
    
    .galeria-image {
        height: 200px;
    }
    
    /* Corrigir imagens cortadas no mobile 480px */
    .dog-card {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .dog-card img {
        width: 100%;
        height: auto;
        object-fit: cover;
        max-width: 100%;
    }
    
    .instagram-cards {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .instagram-card {
        margin: 0 10px;
    }
    
    .instagram-image {
        height: 250px;
    }
    
    .depoimentos-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .depoimento {
        padding: 20px;
        text-align: center;
    }
    
    .depoimento h4 {
        text-align: center;
    }
    
    .depoimento p {
        text-align: center;
    }
    
    /* Centralizar título e descrição da seção depoimentos no mobile 480px */
    .depoimentos h2 {
        text-align: center;
    }
    
    .depoimentos p {
        text-align: center;
    }
    
    /* Centralizar todos os elementos dos depoimentos no mobile 480px */
    .testimonial-card {
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .testimonial-header {
        flex-direction: column;
        align-items: center !important;
        text-align: center !important;
        justify-content: center;
        display: flex;
    }
    
    .testimonial-header img {
        margin: 0 auto 15px auto;
        display: block;
        text-align: center;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        object-fit: cover;
    }
    
    .testimonial-header h4 {
        text-align: center;
        margin: 0 0 5px 0;
    }
    
    .testimonial-header p {
        text-align: center;
        margin: 0 0 8px 0;
    }
    
    .testimonial-card p {
        text-align: center;
    }
    
    /* Ajustar layout dos círculos de regras no mobile 320px */
    .regras-circles {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        max-width: 500px !important;
        display: grid !important;
    }
    
    /* Forçar layout 2x2 no mobile 320px */
    section .regras-circles {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .regras-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 15px;
    }
    
    .regra {
        width: 120px;
        height: 120px;
        padding: 15px;
    }
    
    .regra i {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }
    
    .regra span {
        font-size: 0.7rem;
        line-height: 1.2;
    }
    
    .matricula-form {
        padding: 20px 12px !important;
        margin: 0 8px !important;
        border-radius: 12px !important;
        max-width: 100% !important;
        width: calc(100% - 16px) !important;
        margin-bottom: 150px !important;
        padding-bottom: 120px !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }
    
    /* Barra de progresso 320px */
    .progress-container {
        margin-bottom: 15px !important;
        padding: 8px 10px !important;
        border-radius: 6px !important;
    }
    
    .progress-header {
        margin-bottom: 5px !important;
    }
    
    .progress-text {
        font-size: 0.7rem !important;
    }
    
    .progress-percentage {
        font-size: 0.7rem !important;
    }
    
    .progress-bar {
        height: 4px !important;
        border-radius: 2px !important;
    }
    
    /* Layout específico para seção Dados do Pet em 320px */
    #section2 .form-row {
        grid-template-columns: 1fr 1fr !important;
        gap: 12px !important;
        display: grid !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* Ajustar radio buttons de idade para 320px */
    #section2 .form-row .radio-group {
        gap: 8px !important;
        margin-top: 6px !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: flex-start !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    #section2 .form-row .radio-group label {
        padding: 6px 0 !important;
        font-size: 0.75rem !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        display: flex !important;
        align-items: center !important;
    }
    
    /* Ajustar radio buttons de sexo para 320px */
    #section2 .form-group:last-child .radio-group {
        gap: 8px !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: flex-start !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    #section2 .form-group:last-child .radio-group label {
        padding: 6px 0 !important;
        font-size: 0.75rem !important;
        margin: 0 !important;
        text-align: left !important;
        cursor: pointer !important;
        box-sizing: border-box !important;
        display: flex !important;
        align-items: center !important;
    }
    
    /* Para outros form-rows em 320px */
    .form-row:not(#section2 .form-row) {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
    
    .form-group {
        width: 100% !important;
        margin-bottom: 12px !important;
    }
    
    .form-group input,
    .form-group textarea,
    .form-group select {
        width: 100% !important;
        padding: 10px !important;
        font-size: 13px !important;
        border-radius: 10px !important;
        min-height: 44px !important;
        box-sizing: border-box !important;
        -webkit-appearance: none !important;
        appearance: none !important;
        border: 2px solid #e2e8f0 !important;
        background: #ffffff !important;
        transition: all 0.3s ease !important;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02) !important;
        font-family: 'Poppins', sans-serif !important;
        color: #334155 !important;
    }
    
    /* Campos preenchidos com cor #97CCCE - 320px */
    .form-group input:not(:placeholder-shown),
    .form-group textarea:not(:placeholder-shown) {
        border-color: #97CCCE !important;
        background: rgba(151, 204, 206, 0.05) !important;
        color: #2c3e50 !important;
    }
    
    /* Campos específicos de idade e sexo - 320px */
    #idade:not(:placeholder-shown),
    input[name="idade_tipo"]:checked + span,
    input[name="sexo"]:checked + span {
        color: #97CCCE !important;
    }
    
    .form-group label {
        font-size: 0.95rem !important;
        margin-bottom: 8px !important;
        font-weight: 600 !important;
        display: block !important;
    }
    
    /* Melhorar espaçamento entre seções - 320px */
    .form-section {
        margin-bottom: 25px !important;
    }
    
    .section-header {
        margin-bottom: 20px !important;
        padding-bottom: 12px !important;
    }
    
    /* Radio buttons para 320px */
    .radio-group label,
    .checkbox-group label {
        padding: 12px 10px !important;
        font-size: 0.9rem !important;
    }
    
    .radio-group input[type="radio"],
    .checkbox-group input[type="checkbox"] {
        width: 18px !important;
        height: 18px !important;
        transform: scale(1.2) !important;
    }
    
    /* Ajustar botões flutuantes para 320px */
    .whatsapp-button {
        bottom: 180px !important;
        right: 15px !important;
    }
    
    .scroll-to-top {
        bottom: 110px !important;
        right: 15px !important;
        opacity: 0 !important;
        visibility: hidden !important;
        z-index: 9999 !important;
    }
    
    .scroll-to-top.show {
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    /* Responsividade para carrossel */
    .carousel-wrapper {
        flex-direction: row !important;
        gap: 10px !important;
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        align-items: center !important;
    }
    
    .carousel-container {
        order: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
        padding: 0 50px !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        min-height: 350px !important;
    }
    
    .carousel-track {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-snap-type: x mandatory !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: max-content !important;
        min-width: 100% !important;
        gap: 20px !important;
        padding: 10px 0 !important;
    }
    
    .carousel-track::-webkit-scrollbar {
        display: none !important;
    }
    
    .service-card {
        min-width: 280px !important;
        max-width: 280px !important;
        width: 280px !important;
        height: 320px !important;
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        scroll-snap-align: start !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        background-size: cover !important;
        background-position: center !important;
        border: 2px solid rgba(255,255,255,0.3) !important;
    }
    
    .carousel-nav-btn {
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        order: unset !important;
        z-index: 10 !important;
    }
    
    .carousel-nav-btn.prev {
        left: 5px !important;
    }
    
    .carousel-nav-btn.next {
        right: 5px !important;
    }
    
    .btn-primary {
        padding: 18px 30px !important;
        font-size: 1.1rem !important;
        min-height: 60px !important;
        border-radius: 15px !important;
        font-weight: 600 !important;
        transition: all 0.3s ease !important;
    }
    
    .btn-primary:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
    }
    
    .btn-primary:active {
        transform: translateY(0) !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    }
    
    .info-card {
        padding: 25px;
    }
    
    .mapa iframe {
        height: 300px;
    }
    .faq-question {
        padding: 18px 20px;
        font-size: 0.9rem;
        min-height: 50px;
    }
    
    .faq-answer {
        padding: 0 20px;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 20px 18px;
        max-height: 300px;
        opacity: 1;
    }
    
    .whatsapp-button {
        bottom: 180px;
        right: 20px;
    }
    .whatsapp-button a {
        width: 56px;
        height: 56px;
        font-size: 1.6rem;
        border: 2px solid var(--white);
    }
    
    .scroll-to-top {
        bottom: 110px !important;
        right: 20px !important;
        width: 48px !important;
        height: 48px !important;
        font-size: 1.1rem !important;
        opacity: 0 !important;
        visibility: hidden !important;
        z-index: 9999 !important;
    }
    
    .scroll-to-top.show {
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .logo {
        font-size: 1.5rem;
    }
    
    .logo i {
        font-size: 1.5rem;
    }
    
    .contact-info {
        flex-direction: column;
        gap: 10px;
    }
    
    .social-icons {
        gap: 10px;
    }
}

/* Breakpoint extra pequeno para dispositivos muito pequenos */
@media (max-width: 320px) {
    .container {
        padding: 0 8px;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .hero {
        padding: 100px 0 60px;
        margin-top: 168px;
    }
    
    .hero-content {
        gap: 30px;
        padding: 0 5px;
    }
    
    h1 {
        font-size: 1.8rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    .hero-text h1 {
        font-size: 1.8rem;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    
    .hero-text p {
        font-size: 1rem;
        margin-bottom: 25px;
        line-height: 1.5;
        padding: 0 5px;
    }
    
    .btn-primary {
        margin-bottom: 30px;
        padding: 14px 25px;
        font-size: 0.95rem;
        min-height: 48px;
    }
    
    /* Features removidas - usando apenas cards flutuantes */
    
    /* Cards flutuantes para telas muito pequenas */
    .floating-card {
        padding: 8px 12px;
        border-radius: 12px;
    }
    
    .floating-card i {
        font-size: 0.9rem;
    }
    
    .floating-card span {
        font-size: 0.7rem;
    }
    
    .floating-card-1 {
        top: -6%;
        right: 10%;
        left: auto;
    }
    
    .floating-card-2 {
        top: 5%;
        right: 2%;
        left: auto;
    }
    
    /* Centralizar textos da seção Sobre Nós no mobile 320px */
    .sobre-text {
        text-align: center;
    }
    
    .sobre-text h2 {
        text-align: center !important;
    }
    
    .sobre-description {
        text-align: center;
    }
    
    .servico-card {
        padding: 15px;
    }
    
    .matricula-form {
        padding: 15px 10px;
    }
    
    .regra {
        width: 100px;
        height: 100px;
        padding: 10px;
    }
    
    .regra i {
        font-size: 1.2rem;
    }
    
    .regra span {
        font-size: 0.6rem;
    }
    
    .nav-menu {
        padding: 15px;
    }
    
    .info-card {
        padding: 20px;
    }
    
    .mapa iframe {
        height: 250px;
    }
}

/* Otimizações específicas para telas pequenas */
@media (max-width: 600px) {
    .container {
        padding: 0 12px;
    }
    
    /* Melhorar espaçamento entre seções */
    section:not(.sobre) {
        padding: 60px 0;
    }
    
    /* Ajustar botões para touch */
    .btn-primary {
        padding: 18px 35px;
        font-size: 1.2rem;
        min-height: 56px;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    
    /* Melhorar cards de serviço */
    .service-card {
        min-width: 260px;
        height: 300px;
    }
    
    /* Otimizar galeria */
    .galeria-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 5px;
    }
    
    /* Corrigir imagens cortadas no mobile 320px */
    .dog-card {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .dog-card img {
        width: 100%;
        height: auto;
        object-fit: cover;
        max-width: 100%;
    }
    
    /* Melhorar espaçamento geral */
    .hero, .servicos, .galeria, .depoimentos, .matricula, .regras, .faq, .contato {
        padding: 60px 0;
    }
    
    /* Espaçamento específico para hero em mobile */
    .hero-text {
        margin-bottom: 30px;
    }
    
    .hero-text .btn-primary {
        margin: 0 auto 30px;
        display: block;
        max-width: 300px;
    }
    
    /* Features removidas - usando apenas cards flutuantes */
    
    /* Centralizar todos os textos do footer no mobile 320px - sobrescrever estilos inline */
    .footer-logo {
        text-align: center !important;
    }
    
    .footer-logo p {
        text-align: center !important;
    }
    
    .footer-links {
        text-align: center !important;
    }
    
    .footer-links h3 {
        text-align: center !important;
    }
    
    .footer-links ul {
        text-align: center !important;
    }
    
    .footer-links a {
        text-align: center !important;
    }
    
    .footer-contact {
        text-align: center !important;
        margin-left: 0 !important;
    }
    
    .footer-contact h3 {
        text-align: center !important;
    }
    
    .footer-contact p {
        text-align: center !important;
        justify-content: center !important;
        display: flex !important;
        align-items: center !important;
    }
    
    .footer-contact p i {
        margin-right: 10px !important;
    }
    
    .footer-contact p a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }
    
    .footer-contact p a i {
        margin-right: 10px !important;
    }
    
    .footer-hours {
        text-align: center !important;
        margin-left: 0 !important;
    }
    
    .footer-hours h3 {
        text-align: center !important;
    }
    
    .footer-hours p {
        text-align: center !important;
    }
    
    .footer-social {
        text-align: center !important;
    }
    
    .footer-social h3 {
        text-align: center !important;
    }
    
    .footer-social .social-icons {
        justify-content: center !important;
    }
    
    /* Centralizar ícones das redes sociais no rodapé no mobile */
    .footer-logo .social-icons {
        justify-content: center !important;
        display: flex !important;
    }
    
    .footer-logo .social-icons a {
        margin: 0 5px !important;
    }
    
    /* Centralizar ícone do cachorro no rodapé no mobile */
    .footer-logo .logo {
        justify-content: center !important;
        display: flex !important;
    }
    
    .footer-logo .logo-img {
        margin: 0 auto !important;
        margin-right: 0 !important;
    }
    
    .footer-logo .logo-fallback {
        justify-content: center !important;
        display: flex !important;
        margin: 0 auto !important;
    }
    
    /* Logo responsivo no rodapé - 768px */
    .footer-logo {
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .footer-logo .logo {
        justify-content: center !important;
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
    }
    
    .footer-logo .logo-img {
        max-width: 400px !important;
        width: 400px !important;
        min-width: 400px !important;
        height: auto !important;
        margin: 0 auto !important;
        margin-right: 0 !important;
        display: block !important;
    }
    
    .footer-bottom {
        text-align: center !important;
    }
    
    .footer-bottom p {
        text-align: center !important;
    }
    
    .footer-legal {
        text-align: center !important;
        justify-content: center !important;
    }
    
    .footer-legal a {
        text-align: center !important;
    }
    
    /* Logo responsivo no rodapé - 320px */
    .footer-logo {
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .footer-logo .logo {
        justify-content: center !important;
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
    }
    
    .footer-logo .logo-img {
        max-width: 350px !important;
        width: 350px !important;
        min-width: 350px !important;
        height: auto !important;
        margin: 0 auto !important;
        margin-right: 0 !important;
        display: block !important;
    }
    
    /* Forçar centralização com seletor específico */
    div.footer-logo {
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    
    div.footer-logo div.logo {
        justify-content: center !important;
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
    }
    
    div.footer-logo img.logo-img {
        margin: 0 auto !important;
        display: block !important;
    }
}

/* Melhorias gerais de responsividade */
@media (max-width: 600px) {
    .hero-text h1 {
        font-size: 2rem;
        line-height: 1.2;
    }
    
    .hero-text p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    /* Features removidas - usando apenas cards flutuantes */
    
    .instagram-stats {
        flex-direction: row;
        justify-content: space-around;
    }
    
    .instagram-stats span {
        font-size: 0.8rem;
    }
}

/* Correções para tablets */
@media (min-width: 769px) and (max-width: 1024px) {
    .hero-content {
        gap: 40px;
    }
    
    .servicos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .galeria-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .instagram-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .depoimentos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Centralizar textos dos depoimentos no mobile 320px */
    .depoimento {
        text-align: center;
    }
    
    .depoimento h4 {
        text-align: center;
    }
    
    .depoimento p {
        text-align: center;
    }
    
    /* Centralizar título e descrição da seção depoimentos no mobile 320px */
    .depoimentos h2 {
        text-align: center;
    }
    
    .depoimentos p {
        text-align: center;
    }
    
    /* Centralizar todos os elementos dos depoimentos no mobile 320px */
    .testimonial-card {
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .testimonial-header {
        flex-direction: column;
        align-items: center !important;
        text-align: center !important;
        justify-content: center;
        display: flex;
    }
    
    .testimonial-header img {
        margin: 0 auto 15px auto;
        display: block;
        text-align: center;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        object-fit: cover;
    }
    
    .testimonial-header h4 {
        text-align: center;
        margin: 0 0 5px 0;
    }
    
    .testimonial-header p {
        text-align: center;
        margin: 0 0 8px 0;
    }
    
    .testimonial-card p {
        text-align: center;
    }
    
    /* Ajustar layout dos círculos de regras no mobile 320px */
    .regras-circles {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        max-width: 500px !important;
        display: grid !important;
    }
    
    /* Forçar layout 2x2 no mobile 320px */
    section .regras-circles {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* ===== CSS ADICIONAL DO HTML ===== */

/* Font Definitions */
.font-title {
    font-family: 'Fredoka One', cursive;
    font-weight: bold;
}

.font-text {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

/* Links sem decoração */
.no-decoration {
    text-decoration: none;
    color: inherit;
}

/* Ocultar elemento */
[style*="display: none"] {
    display: none;
}

/* Alinhamento de texto */
.text-left {
    text-align: left;
}

.justify-start {
    justify-content: flex-start;
}

/* Estilos para indicadores do carrossel */
.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.carousel-indicators .indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #E0E0E0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-indicators .indicator:hover {
    background: #97CCCE;
    transform: scale(1.2);
}

.carousel-indicators .indicator.active {
    background: #97CCCE;
    transform: scale(1.3);
}

/* Melhorar navegação do carrossel */
.carousel-nav-btn {
    transition: all 0.3s ease;
}

.carousel-nav-btn:hover {
    transform: scale(1.1);
    background: rgba(151, 204, 206, 0.2);
}

/* Pausar auto-play ao hover */
.carousel-container:hover .carousel-track {
    animation-play-state: paused;
}

/* Estilos para cards clicáveis */
.service-card {
    transition: all 0.3s ease;
    cursor: pointer;
}

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

.service-card:active {
    transform: translateY(-2px);
}

/* CORREÇÃO FINAL - FORÇAR ESPAÇO NO TOPO DO HEADER MOBILE */
@media (max-width: 768px) {
    /* IMPORTANTE: Estas regras devem sobrescrever tudo - ADICIONADO NO FINAL DO ARQUIVO */
    html body header.header,
    html body .header,
    body header.header,
    body .header,
    header.header,
    header.header.header,
    .header.header,
    .header {
        padding-top: 45px !important;
        padding-bottom: 15px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow: visible !important;
        -webkit-overflow: visible !important;
    }
    
    header.header .container,
    .header .container {
        overflow: visible !important;
        padding-top: 0 !important;
    }
    
    html body header.header .header-content,
    html body .header .header-content,
    body header.header .header-content,
    body .header .header-content,
    header.header .header-content,
    .header .header-content,
    header .container .header-content {
        min-height: 105px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        align-items: flex-start !important;
        overflow: visible !important;
        -webkit-overflow: visible !important;
        margin: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    
    html body header.header .logo,
    html body .header .logo,
    body header.header .logo,
    body .header .logo,
    header.header .logo,
    .header .logo,
    .logo {
        overflow: visible !important;
        -webkit-overflow: visible !important;
        margin: 0 !important;
        margin-top: 0 !important;
        padding: 0 !important;
        padding-top: 0 !important;
        align-items: flex-start !important;
        display: flex !important;
    }
    
    html body header.header .logo-img,
    html body .header .logo-img,
    html body header.header .logo img,
    html body .header .logo img,
    body header.header .logo-img,
    body .header .logo-img,
    body header.header .logo img,
    body .header .logo img,
    header.header .logo-img,
    .header .logo-img,
    header.header .logo img,
    .header .logo img,
    .logo-img {
        max-height: 140px !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
        padding-top: 0 !important;
        object-fit: contain !important;
        object-position: top left !important;
        -webkit-object-position: top left !important;
        overflow: visible !important;
        -webkit-overflow: visible !important;
        display: block !important;
        vertical-align: top !important;
        clip: auto !important;
        -webkit-clip-path: none !important;
        clip-path: none !important;
    }
    
    header.header .mobile-menu-btn,
    .header .mobile-menu-btn,
    button.mobile-menu-btn,
    #mobileMenuBtn {
        margin-top: 0 !important;
        padding-top: 0 !important;
        top: 0 !important;
        overflow: visible !important;
    }
    
    .hero {
        margin-top: 190px !important;
    }
}

@media (max-width: 768px) {
    .mapa {
        align-items: center;
        text-align: center;
    }

    .mapa iframe {
        width: 100% !important;
        max-width: 360px;
        height: 280px;
        border-radius: 16px;
    }

    .mapa button {
        width: 100%;
        max-width: 280px;
    }
}
@media (max-width: 480px) {
    html body header.header,
    html body .header,
    body header.header,
    body .header,
    header.header,
    .header {
        padding-top: 42px !important;
        padding-bottom: 12px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow: visible !important;
        -webkit-overflow: visible !important;
    }
    
    html body header.header .header-content,
    html body .header .header-content,
    body header.header .header-content,
    body .header .header-content,
    header.header .header-content,
    .header .header-content {
        min-height: 100px !important;
        overflow: visible !important;
        -webkit-overflow: visible !important;
    }
    
    html body header.header .logo-img,
    html body .header .logo-img,
    html body header.header .logo img,
    html body .header .logo img,
    body header.header .logo-img,
    body .header .logo-img,
    body header.header .logo img,
    body .header .logo img,
    header.header .logo-img,
    .header .logo-img,
    header.header .logo img,
    .header .logo img {
        max-height: 80px !important;
        overflow: visible !important;
        -webkit-overflow: visible !important;
        clip: auto !important;
        -webkit-clip-path: none !important;
        clip-path: none !important;
    }
    
    .hero {
        margin-top: 186px !important;
    }
}
/* FORÇAR TAMANHO DO LOGO NO FOOTER - ÚLTIMA REGRA PARA SOBRESCREVER TUDO */
html body footer .footer-content,
html body .footer .footer-content {
    overflow: visible !important;
}

html body footer .footer-logo,
html body .footer .footer-logo {
    overflow: visible !important;
}

html body footer .footer-logo .logo,
html body .footer .footer-logo .logo {
    overflow: visible !important;
    width: auto !important;
}

html body footer .footer-logo .logo-img,
html body .footer .footer-logo .logo-img,
body footer .footer-logo .logo-img,
body .footer .footer-logo .logo-img,
footer .footer-logo img.logo-img,
.footer .footer-logo img.logo-img,
.footer-logo .logo-img,
.footer-logo img {
    max-width: 500px !important;
    width: 500px !important;
    min-width: auto !important;
    height: auto !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

@media (max-width: 768px) {
    html body footer .footer-logo .logo-img,
    html body .footer .footer-logo .logo-img,
    .footer-logo .logo-img {
        max-width: 400px !important;
        width: 400px !important;
        min-width: 400px !important;
    }
}

@media (max-width: 480px) {
    html body footer .footer-logo .logo-img,
    html body .footer .footer-logo .logo-img,
    .footer-logo .logo-img {
        max-width: 350px !important;
        width: 350px !important;
        min-width: 350px !important;
    }
}

/* REGRA FINAL PARA FORÇAR TAMANHO DO LOGO NO FOOTER - ULTIMA REGRA NO ARQUIVO */
footer .footer-content,
.footer .footer-content {
    overflow: visible !important;
}

footer .footer-logo,
.footer .footer-logo {
    overflow: visible !important;
    min-width: 0 !important;
    max-width: none !important;
}

footer .footer-logo .logo,
.footer .footer-logo .logo {
    overflow: visible !important;
    width: auto !important;
    max-width: none !important;
}

footer .footer-logo img.logo-img,
footer .footer-logo .logo img,
footer .footer-logo .logo .logo-img,
.footer .footer-logo img.logo-img,
.footer .footer-logo .logo img,
.footer .footer-logo .logo .logo-img,
.footer-logo img[class="logo-img"],
.footer-logo .logo-img,
.footer-logo img,
div.footer-logo img,
div.footer-logo .logo-img {
    width: 500px !important;
    max-width: 500px !important;
    min-width: auto !important;
    height: auto !important;
    display: block !important;
    margin-bottom: 20px !important;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    footer .footer-logo img.logo-img,
    footer .footer-logo .logo img,
    footer .footer-logo .logo .logo-img,
    .footer .footer-logo img.logo-img,
    .footer .footer-logo .logo img,
    .footer .footer-logo .logo .logo-img,
    .footer-logo img[class="logo-img"],
    .footer-logo .logo-img,
    .footer-logo img,
    div.footer-logo img,
    div.footer-logo .logo-img {
        width: 400px !important;
        max-width: 400px !important;
        min-width: 400px !important;
    }
}

@media (max-width: 480px) {
    footer .footer-logo img.logo-img,
    footer .footer-logo .logo img,
    footer .footer-logo .logo .logo-img,
    .footer .footer-logo img.logo-img,
    .footer .footer-logo .logo img,
    .footer .footer-logo .logo .logo-img,
    .footer-logo img[class="logo-img"],
    .footer-logo .logo-img,
    .footer-logo img,
    div.footer-logo img,
    div.footer-logo .logo-img {
        width: 350px !important;
        max-width: 350px !important;
        min-width: 350px !important;
    }
}

/* Melhorar feedback visual para interação */
.service-card:focus {
    outline: 2px solid #97CCCE;
    outline-offset: 2px;
}

/* REGRA SUPER ESPECÍFICA PARA FORÇAR TAMANHO DO LOGO NO FOOTER - ADICIONADA POR ÚLTIMO */
html body footer .footer-content .footer-logo .logo .logo-img,
html body .footer .footer-content .footer-logo .logo .logo-img,
html body footer .footer-logo .logo .logo-img,
html body .footer .footer-logo .logo .logo-img,
body footer .footer-content .footer-logo .logo .logo-img,
body .footer .footer-content .footer-logo .logo .logo-img,
footer .footer-content .footer-logo .logo .logo-img,
.footer .footer-content .footer-logo .logo .logo-img {
    width: 500px !important;
    max-width: 500px !important;
    min-width: auto !important;
    height: auto !important;
}

@media (max-width: 768px) {
    html body footer .footer-content .footer-logo .logo .logo-img,
    html body .footer .footer-content .footer-logo .logo .logo-img,
    html body footer .footer-logo .logo .logo-img,
    html body .footer .footer-logo .logo .logo-img {
        width: 400px !important;
        max-width: 400px !important;
        min-width: 400px !important;
    }
}

@media (max-width: 480px) {
    html body footer .footer-content .footer-logo .logo .logo-img,
    html body .footer .footer-content .footer-logo .logo .logo-img,
    html body footer .footer-logo .logo .logo-img,
    html body .footer .footer-logo .logo .logo-img {
        width: 350px !important;
        max-width: 350px !important;
        min-width: 350px !important;
    }
}

/* FORÇAR POSICIONAMENTO DO LOGO NO FOOTER À ESQUERDA */
footer .footer-logo,
.footer .footer-logo,
div.footer-logo {
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

footer .footer-logo .logo,
.footer .footer-logo .logo,
div.footer-logo .logo {
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    display: block !important;
    width: 100% !important;
}

footer .footer-logo p,
.footer .footer-logo p,
div.footer-logo p {
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* FORÇAR POSICIONAMENTO DO FOOTER-LOGO À ESQUERDA */
footer .footer-content .footer-logo,
.footer .footer-content .footer-logo,
div.footer-content div.footer-logo {
    margin-left: 0 !important;
    padding-left: 0 !important;
    position: relative !important;
    text-align: left !important;
    align-items: flex-start !important;
}

/* MOVER APENAS O LOGO PARA A ESQUERDA */
footer .footer-content .footer-logo .logo,
.footer .footer-content .footer-logo .logo,
div.footer-content div.footer-logo div.logo {
    margin-left: -100px !important;
}

footer .footer .container,
.footer .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

footer .footer-logo .logo-img,
.footer .footer-logo .logo-img,
div.footer-logo .logo-img {
    margin-left: 0 !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    text-align: left !important;
    display: block !important;
    float: none !important;
    align-self: flex-start !important;
}

footer .footer-logo .social-icons,
.footer .footer-logo .social-icons,
div.footer-logo .social-icons {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* SOBRESCREVER TODOS OS ESTILOS QUE CENTRALIZAM O LOGO - FORÇAR ALINHAMENTO À ESQUERDA */
html body footer .footer-content .footer-logo,
html body .footer .footer-content .footer-logo,
body footer .footer-content .footer-logo,
body .footer .footer-content .footer-logo,
footer .footer-content .footer-logo,
.footer .footer-content .footer-logo {
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

html body footer .footer-content .footer-logo .logo,
html body .footer .footer-content .footer-logo .logo,
body footer .footer-content .footer-logo .logo,
body .footer .footer-content .footer-logo .logo,
footer .footer-content .footer-logo .logo,
.footer .footer-content .footer-logo .logo {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body footer .footer-content .footer-logo .logo .logo-img,
html body .footer .footer-content .footer-logo .logo .logo-img,
html body footer .footer-logo .logo .logo-img,
html body .footer .footer-logo .logo .logo-img,
body footer .footer-content .footer-logo .logo .logo-img,
body .footer .footer-content .footer-logo .logo .logo-img,
footer .footer-content .footer-logo .logo .logo-img,
.footer .footer-content .footer-logo .logo .logo-img,
footer .footer-logo .logo .logo-img,
.footer .footer-logo .logo .logo-img {
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    padding: 0 !important;
    padding-left: 0 !important;
    display: block !important;
    text-align: left !important;
    float: none !important;
    width: 500px !important;
    max-width: 100% !important;
    min-width: auto !important;
}

html body footer .footer-content .footer-logo p,
html body .footer .footer-content .footer-logo p,
body footer .footer-content .footer-logo p,
body .footer .footer-content .footer-logo p,
footer .footer-content .footer-logo p,
.footer .footer-content .footer-logo p {
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* ============================================
   MELHORIAS DE RESPONSIVIDADE GERAIS
   ============================================ */

/* Tablet e Desktop Médio (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .container {
        padding: 0 30px;
        max-width: 100%;
    }
    
    /* Header ajustado para tablet */
    .header {
        padding: 12px 0 !important;
    }
    
    .header-content {
        min-height: 90px !important;
    }
    
    .header .logo-img,
    .header .logo img {
        max-height: 95px !important;
    }
    
    /* Hero Section */
    .hero {
        padding: 100px 0 60px;
    }
    
    .hero-content {
        gap: 40px;
    }
    
    /* Sobre Nós */
    .sobre-content {
        gap: 40px;
    }
    
    /* Certificados */
    .certificados-content {
        grid-template-columns: 1.5fr 1fr;
        gap: 30px;
    }
    
    /* Footer */
    .footer-content {
        grid-template-columns: 1.5fr 1fr 1fr 1fr !important;
        gap: 30px;
    }
}

/* Desktop Pequeno (1024px - 1280px) */
@media (min-width: 1024px) and (max-width: 1280px) {
    .container {
        padding: 0 40px;
        max-width: 1200px;
    }
    
    .footer-content {
        grid-template-columns: 1.8fr 1fr 1fr 1fr !important;
        gap: 35px;
    }
}

/* Desktop Grande (acima de 1280px) */
@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
        padding: 0 40px;
    }
}

/* Mobile - Melhorias Gerais (até 768px) */
@media (max-width: 768px) {
    /* Centralizar textos principais no mobile */
    h1, h2, h3 {
        text-align: center !important;
    }
    
    p, .subtitle, .description {
        text-align: center !important;
    }
    
    /* Exceções: elementos que devem permanecer alinhados à esquerda (apenas header logo) */
    .header .logo,
    .header .logo h1,
    .header .logo h2,
    .header .logo h3,
    .header .logo p {
        text-align: left !important;
    }
    
    /* Sobre Nós: centralizado no mobile */
    .sobre-content {
        text-align: center !important;
    }
    
    .sobre-text {
        text-align: center !important;
    }
    
    .sobre-text h2,
    .sobre-description {
        text-align: center !important;
    }
    
    /* Header mobile */
    .header {
        padding: 35px 0 15px 0 !important;
        overflow: visible !important;
        margin-top: 0 !important;
    }
    
    .header-content {
        min-height: 70px !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        align-items: center !important;
        overflow: visible !important;
        display: flex !important;
        padding-top: 22px !important;
    }
    
    .header .logo {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        overflow: visible !important;
        height: auto !important;
        max-height: none !important;
        order: 1 !important;
        flex-shrink: 0 !important;
    }
    
    .header .logo-img,
    .header .logo img {
        max-height: 60px !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
        object-position: center center !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        overflow: visible !important;
        vertical-align: middle !important;
    }
    
    /* Garantir que o container do logo não corte a imagem e esteja alinhado */
    .header .logo {
        overflow: visible !important;
        max-height: none !important;
        height: auto !important;
        align-self: center !important;
    }
    
    /* Garantir que menu hambúrguer esteja alinhado com o logo e à direita */
    .mobile-menu-btn {
        align-self: center !important;
        margin: 0 !important;
        margin-top: 8px !important;
        margin-left: auto !important;
        order: 999 !important;
    }
    
    /* Garantir que nav não interfira */
    .header .nav {
        order: 2 !important;
        margin-left: auto !important;
    }
    
    /* Topbar mobile - ícones e informações */
    .top-bar {
        padding: 8px 0 !important;
    }
    
    .top-bar-content {
        flex-wrap: wrap !important;
        gap: 8px !important;
        justify-content: center !important;
        align-items: center !important;
        min-height: 40px !important;
    }
    
    .location-info {
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        font-size: 0.75rem !important;
        justify-content: center !important;
    }
    
    .location-info i {
        font-size: 0.8rem !important;
    }
    
    .contact-section {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    
    .whatsapp-info {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
        font-size: 0.75rem !important;
        white-space: nowrap !important;
    }
    
    .whatsapp-info i {
        font-size: 0.9rem !important;
        flex-shrink: 0 !important;
    }
    
    .whatsapp-info span {
        display: inline-block !important;
        vertical-align: middle !important;
    }
    
    /* Garantir que o link do WhatsApp esteja alinhado */
    .contact-section > a {
        display: flex !important;
        align-items: center !important;
    }
    
    .social-icons {
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
    }
    
    .social-icon {
        width: 30px !important;
        height: 30px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0 !important;
    }
    
    .social-icon i {
        font-size: 0.9rem !important;
    }
    
    /* Navbar mobile */
    .nav {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        width: auto !important;
        order: 2 !important;
        margin-left: auto !important;
        flex-shrink: 0 !important;
    }
    
    .nav-menu {
        display: none !important;
    }
    
    .nav > a {
        display: none !important;
    }
    
    /* Menu hambúrguer à direita dentro do nav */
    .nav .mobile-menu-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 44px !important;
        width: 44px !important;
        margin-left: 0 !important;
        margin-top: 8px !important;
        order: 999 !important;
        flex-shrink: 0 !important;
    }
    
    /* Menu hambúrguer geral */
    .mobile-menu-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 44px !important;
        width: 44px !important;
        margin-top: 8px !important;
    }
    
    /* Certificados mobile */
    .certificados-content {
        grid-template-columns: 1fr !important;
        gap: 30px;
    }
    
    .certificados-card {
        max-width: 100%;
        margin: 0 auto;
    }
    
    /* Footer mobile */
    .footer-content {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        text-align: center !important;
        justify-items: center;
    }
    
    .footer-content > div {
        width: 100%;
        max-width: 320px;
    }
    
    .footer-logo,
    .footer-links,
    .footer-contact,
    .footer-certificacao {
        align-items: center !important;
    }
    
    .footer-logo .logo {
        margin-left: 0 !important;
    }
    
    .footer-logo p,
    .footer-links ul,
    .footer-contact div,
    .footer-certificacao a {
        text-align: center !important;
        padding-left: 0 !important;
    }
    
    .footer-bottom {
        flex-direction: column !important;
        text-align: center !important;
        gap: 12px !important;
    }
    
    .footer-logo .logo-img {
        width: 220px !important;
        max-width: 100% !important;
        margin: 0 auto 20px auto !important;
    }
    
    /* Galeria mobile */
    .galeria-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    
    /* Formulário mobile */
    .matricula-form {
        padding: 25px 15px !important;
    }
    
    .form-row {
        grid-template-columns: 1fr !important;
        gap: 15px;
    }
    
    /* Carrossel mobile */
    .carousel-container {
        padding: 0 40px;
    }
    
    .service-card {
        min-width: 250px;
        height: 300px;
    }
}
/* Mobile Pequeno (até 480px) */
@media (max-width: 480px) {
    /* Header muito pequeno */
    .header {
        padding: 8px 0 !important;
    }
    
    .header-content {
        min-height: 70px !important;
    }
    
    .header .logo-img,
    .header .logo img {
        max-height: 60px !important;
    }
    
    /* Tipografia reduzida */
    h1 {
        font-size: 1.8rem !important;
    }
    
    h2 {
        font-size: 1.6rem !important;
    }
    
    h3 {
        font-size: 1.3rem !important;
    }
    
    /* Seções com menos padding */
    section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    
    .hero {
        padding: 80px 0 50px !important;
    }
    
    /* Certificados mobile pequeno */
    .certificados-header h2 {
        font-size: 1.8rem !important;
    }
    
    .certificados-description {
        font-size: 0.95rem !important;
    }
    
    /* Footer mobile pequeno */
    .footer-content {
        gap: 25px;
        padding: 30px 0;
    }
    
    .footer-logo .logo-img {
        width: 200px !important;
        max-width: 100% !important;
    }
    
    /* Botões mobile */
    .btn-primary {
        padding: 14px 25px;
        font-size: 0.95rem;
        width: 100%;
        max-width: 100%;
    }
    
    /* Carrossel mobile pequeno */
    .carousel-container {
        padding: 0 30px;
    }
    
    .service-card {
        min-width: 220px;
        height: 280px;
    }
    
    .carousel-nav-btn {
        width: 36px;
        height: 36px;
    }
}
/* Mobile Extra Pequeno (até 360px) */
@media (max-width: 360px) {
    .container {
        padding: 0 10px;
    }
    
    .header .logo-img,
    .header .logo img {
        max-height: 55px !important;
    }
    
    h1 {
        font-size: 1.6rem !important;
    }
    
    h2 {
        font-size: 1.4rem !important;
    }
    
    .service-card {
        min-width: 200px;
        height: 260px;
    }
    
    .carousel-container {
        padding: 0 25px;
    }
}

/* Garantir que todas as imagens sejam responsivas */
img {
    max-width: 100%;
    height: auto;
    display: block;
}
/* Garantir que iframes sejam responsivos */
iframe {
    max-width: 100%;
    width: 100%;
}

/* Melhorar touch targets em mobile */
@media (max-width: 768px) {
    a, button {
        min-height: 44px;
        min-width: 44px;
    }
    
    .btn-primary {
        min-height: 48px;
    }
}

/* Garantir que grids sejam responsivos */
@media (max-width: 768px) {
    .sobre-content,
    .certificados-content,
    .localizacao-content,
    .contato-content {
        grid-template-columns: 1fr !important;
        text-align: left !important;
        justify-items: flex-start !important;
        align-items: flex-start !important;
    }
}

/* Ajustar espaçamentos em mobile */
@media (max-width: 768px) {
    .container {
        padding: 0 15px !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .servicos .container {
        overflow: visible !important;
        padding: 0 10px !important;
    }
    
    .servicos .carousel-wrapper {
        overflow: visible !important;
        width: 100% !important;
    }
    
    .servicos .carousel-container {
        overflow: visible !important;
        width: calc(100% - 80px) !important;
        margin: 0 auto !important;
    }
    
    .servicos .carousel-track {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        display: flex !important;
    }
    
    section {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* Garantir que elementos principais respeitem a largura da tela */
    body, html {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    
    div, section, article, aside, header, footer, nav, main {
        box-sizing: border-box !important;
    }
    
    /* Corrigir elementos que podem causar overflow */
    img, video, iframe, embed, object {
        max-width: 100% !important;
        height: auto !important;
    }
    
    /* Corrigir grids e flex containers */
    .sobre-content,
    .certificados-content,
    .localizacao-content,
    .contato-content,
    .footer-content,
    .testimonials-grid,
    .galeria-grid {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .localizacao-content > * {
        text-align: left !important;
        display: grid !important;
        justify-items: start !important;
        align-items: start !important;
    }
    
    /* Corrigir header no mobile */
    .header {
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .header .container {
        padding: 0 15px !important;
    }
    
    /* Corrigir footer no mobile */
    .footer {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .footer .container {
        padding: 0 15px !important;
    }
    
    /* Corrigir elementos com margin negativo que podem causar problemas */
    .footer-logo .logo {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .footer-logo .logo-img {
        width: 100% !important;
        max-width: 300px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    /* Corrigir qualquer elemento com margin negativo no mobile */
    [style*="margin-left: -"],
    [style*="margin-left:-"] {
        margin-left: 0 !important;
    }
    
    [style*="margin-right: -"],
    [style*="margin-right:-"] {
        margin-right: 0 !important;
    }
    
    /* Garantir que carrossel não ultrapasse a largura */
    .carousel-container,
    .carousel-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    /* Corrigir formulário */
    .matricula-form {
        width: 100% !important;
        max-width: 100% !important;
        padding: 25px 15px !important;
        box-sizing: border-box !important;
    }
    
    /* Corrigir cards e elementos flutuantes */
    .service-card,
    .testimonial-card,
    .dog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* Manter balões posicionados ao redor do cachorro no mobile */
    .hero-image .floating-card {
        position: absolute !important;
    }
    
    .hero-image .floating-card-1 {
        top: 10% !important;
        left: 5% !important;
        right: auto !important;
    }
    
    .hero-image .floating-card-2 {
        top: 60% !important;
        right: 5% !important;
        left: auto !important;
    }
    
    /* Garantir que botões flutuantes não saiam da tela */
    .whatsapp-button,
    .scroll-to-top {
        right: 15px !important;
        left: auto !important;
    }
    
    /* Corrigir tabelas e elementos com largura fixa */
    table {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        overflow-x: auto !important;
    }
    
    /* Garantir que inputs e textareas não ultrapassem a largura */
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    textarea,
    select {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* Corrigir elementos com transform que podem causar overflow */
    .carousel-track {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* Garantir que hero content não ultrapasse */
    .hero-content {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    /* Corrigir sobre content */
    .sobre-content {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* Garantir que certificados content não ultrapasse */
    .certificados-content {
        width: 100% !important;
        max-width: 100% !important;
    }
}