/* Força a centralização da imagem da hero section independentemente de media queries */
.hero-background>.hero-image {
    background-position: center 30% !important;
    /* Ajustado para mostrar melhor o rosto */
    object-position: center 40% !important;
    width: 55% !important;
    height: 100% !important;
    min-width: 400px;
    min-height: 600px;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    position: absolute !important;
    top: 0 !important;
    /* Retornado para 0 para não ficar muito para baixo */
    right: 0 !important;
    left: auto !important;
}

/* Utilitários para exibir/ocultar elementos conforme o dispositivo */
.mobile-only {
    display: none !important;
}

.desktop-only {
    display: block !important;
}

@media (max-width: 768px) {
    .mobile-only {
        display: block !important;
    }

    .desktop-only {
        display: none !important;
    }

    /* Centralização global para mobile */
    * {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* CTA Section centralizada */
    .cta-section,
    .cta-title,
    .cta-subtitle,
    .cta-content {
        text-align: center !important;
        padding: 0 20px !important;
    }

    .cta-section h2 {
        text-align: center !important;
        padding: 0 15px !important;
    }

    .cta-section p {
        text-align: center !important;
        padding: 0 15px !important;
    }

    body {
        text-align: center !important;
    }

    section {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    .container,
    .services-container,
    .locations-wrapper {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 0 20px !important;
        box-sizing: border-box !important;
    }

    /* Hero Section Ajustes Mobile */
    .hero {
        min-height: 100vh !important;
        position: relative !important;
        display: flex !important;
        align-items: flex-end !important;
        background: url('images/home.jpg') !important;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .hero::after {
        content: '' !important;
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 45% !important;
        background: linear-gradient(to top,
                rgba(0, 0, 0, 0.95) 0%,
                rgba(0, 0, 0, 0.8) 30%,
                rgba(0, 0, 0, 0.5) 50%,
                transparent 100%) !important;
        z-index: 2 !important;
        pointer-events: none !important;
    }

    .hero-background,
    .hero-image,
    .hero-overlay {
        display: none !important;
    }

    .hero-content {
        position: relative !important;
        z-index: 3 !important;
        width: 100% !important;
        padding-bottom: 50px !important;
        padding-top: 30px !important;
        margin-top: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-end !important;
    }

    .hero-text {
        text-align: center !important;
        width: 100% !important;
        max-width: 80% !important;
        padding: 0 15px 30px !important;
        margin: 0 auto !important;
    }

    /* Reduzindo tamanho dos elementos da hero */
    .hero-badge {
        font-size: 0.8rem !important;
        padding: 6px 12px !important;
        margin-bottom: 12px !important;
    }

    .hero-title {
        font-size: 2rem !important;
        margin-bottom: 12px !important;
        line-height: 1.1 !important;
    }

    .hero-description {
        font-size: 1.05rem !important;
        margin-bottom: 18px !important;
        line-height: 1.4 !important;
    }

    .btn-secondary-hero {
        padding: 12px 20px !important;
        font-size: 0.9rem !important;
    }

    /* Mantém os elementos da hero centralizados */
    .hero-content *,
    .hero-badge,
    .hero-title,
    .hero-description {
        text-align: center !important;
    }

    /* Ajustes de texto para mobile (exceto hero section) */
    section:not(.hero) p,
    section:not(.hero) .text-content {
        text-align: left !important;
        padding: 0 20px !important;
    }

    /* Mantém elementos de cabeçalho centralizados (exceto hero section) */
    section:not(.hero) h1,
    section:not(.hero) h3,
    section:not(.hero) .section-header {
        text-align: left !important;
    }

    /* Títulos principais das seções devem permanecer centralizados */
    .about-content h2,
    .services-header h2,
    .locations-header h2 {
        text-align: center !important;
    }

    /* Section-line também centralizada */
    .section-line,
    .services-header .section-line {
        margin: 0 auto 30px !important;
    }

    /* Ajusta cards para não ficarem muito esticados */
    .locations-grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 30px !important;
        gap: 30px !important;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    .location-card {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
    }

    /* Ajusta espaçamentos */
    section:not(.hero) {
        padding: 40px 0 !important;
    }

    .container {
        padding: 0 15px !important;
    }

    /* Ajustes específicos para elementos que devem permanecer centralizados */
    .cta-buttons,
    .social-icons,
    .contact-buttons {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
}

/* Variáveis de cores - Paleta Aconchegante Aprimorada */
:root {
    /* Cores base */
    --warm-white: #F5F5F5;
    --light-cream: #E8E8E8;
    --light-gray: #CCCCCC;
    --medium-gray: #8A8A8A;
    --dark-gray: #404040;
    --theme-color: #413535;

    /* Tons escuros principais */
    --primary-dark: #413535;
    --secondary-dark: #413535;
    --accent-dark: #413535;
    --deep-dark: #413535;

    /* Tons terrosos escuros */
    --light-brown: #614335;
    --medium-brown: #4d3228;
    --dark-brown: #3b1c0a;
    --deep-brown: #2b1409;
    --darkest-brown: #1a0c04;

    /* Tons complementares enriquecidos */
    --sage-green: #9CAF88;
    --warm-gray: #8C7873;
    --accent-coral: #F2A07B;
    --whatsapp-green: #25D366;

    /* Sistema de gradientes escuros */
    --gradient-dark: linear-gradient(135deg,
            #413535 0%,
            #413535 50%,
            #413535 100%);

    --gradient-brown: linear-gradient(135deg,
            var(--light-brown) 0%,
            var(--medium-brown) 50%,
            var(--dark-brown) 100%);

    --gradient-subtle: linear-gradient(135deg,
            rgba(59, 28, 10, 0.95) 0%,
            rgba(43, 20, 9, 0.9) 100%);

    --gradient-overlay: linear-gradient(90deg,
            rgba(59, 28, 10, 0.95) 0%,
            rgba(59, 28, 10, 0.8) 25%,
            rgba(59, 28, 10, 0.6) 50%,
            rgba(59, 28, 10, 0.4) 75%,
            rgba(59, 28, 10, 0.2) 100%);

    /* Sistema de sombras */
    --shadow-sm: 0 2px 4px rgba(139, 90, 68, 0.1);
    --shadow-md: 0 4px 8px rgba(139, 90, 68, 0.15);
    --shadow-lg: 0 8px 16px rgba(139, 90, 68, 0.2);
    --shadow-xl: 0 12px 24px rgba(139, 90, 68, 0.25);

    /* Efeitos especiais */
    --glow-warm: 0 0 20px rgba(255, 140, 66, 0.3);
    --glow-amber: 0 0 20px rgba(255, 204, 112, 0.3);

    /* Transições */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;

    /* Arredondamentos */
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-full: 9999px;
}

/* Reset e estilos gerais - Otimizado para performance */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Otimizações de performance */
* {
    will-change: auto;
}

.hero-image,
.service-image img,
.location-card {
    will-change: transform;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s ease;
}

img[loading="lazy"] {
    opacity: 0;
    animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* Placeholder para imagens enquanto carregam */
img:not([src]) {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* Seção de Localização */
.locations {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg,
            rgba(59, 28, 10, 0.98) 0%,
            rgba(43, 20, 9, 0.97) 100%);
    overflow: hidden;
}

.locations::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml,%3Csvg width="60" height="60" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M30 0L60 30 30 60 0 30z" fill="rgba(255,255,255,0.02)"/></svg%3E');
    opacity: 0.5;
    pointer-events: none;
}

.locations::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(227, 100, 20, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 153, 96, 0.15) 0%, transparent 50%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zM22.344 0L13.858 8.486 15.272 9.9l9.9-9.9h-2.828zM32 0l-3.657 3.657 1.414 1.414L34.828 0H32zm-6.485 0L20.03 5.486 21.444 6.9l6.9-6.9h-2.83zm12.97 0l5.657 5.657-1.414 1.414L36.143 0h2.828zM27.313 0L23.657 3.657 25.07 5.07 29.142 0h-1.83zM38.344 0l-3.657 3.657 1.414 1.414L40.172 0h-1.828zM42.313 0l-3.657 3.657 1.414 1.414L44.142 0h-1.83zM45.313 0l-3.657 3.657 1.414 1.414L47.142 0h-1.83zm-31.657 0l-3.657 3.657 1.414 1.414L16.485 0H13.656zM9.313 0L5.657 3.657 7.07 5.07 11.142 0H9.312zM3.373 0l-.83.828L3.96 2.243 6.2 0H3.374zm36.627 0l-3.657 3.657 1.414 1.414L42.828 0h-2.828z' fill='rgba(255, 255, 255, 0.03)' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.8;
}

.locations .container {
    position: relative;
    z-index: 2;
}

.locations-header {
    text-align: center;
    margin-bottom: 60px;
}

.locations-header h2 {
    color: var(--warm-white);
    position: relative;
    display: inline-block;
    font-size: 2.5rem;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.locations-header .section-line {
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, var(--light-orange), var(--amber));
    margin: 15px auto;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(227, 100, 20, 0.3);
}

.locations-subtitle {
    font-size: 1.1em;
    color: var(--light-cream);
    margin-top: 20px;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.location-card {
    background: rgba(59, 28, 10, 0.03);
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(59, 28, 10, 0.15);
    overflow: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(59, 28, 10, 0.1);
    position: relative;
}

/* Hover removido para melhor performance */

.location-map {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(139, 90, 68, 0.4),
            rgba(139, 90, 68, 0.1));
    pointer-events: none;
}

.location-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, var(--orange) 0%, var(--dark-orange) 100%);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.location-info {
    padding: 25px;
}

.location-info h3 {
    color: var(--warm-white);
    margin-bottom: 20px;
    font-size: 1.4em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.location-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.detail-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.detail-item:hover {
    background: rgba(255, 153, 96, 0.1);
    transform: translateX(5px);
}

.detail-item i {
    color: var(--light-orange);
    font-size: 1.2em;
    margin-top: 3px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.detail-item div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.detail-item strong {
    color: var(--light-cream);
    font-size: 0.9em;
    opacity: 0.9;
}

.detail-item span {
    color: var(--light-cream);
    font-size: 0.95em;
    opacity: 0.7;
}

.location-actions {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.btn-directions,
.btn-call {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    border-radius: 8px;
    font-size: 0.9em;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-directions {
    background: linear-gradient(135deg, var(--orange) 0%, var(--dark-orange) 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-directions:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    filter: brightness(1.1);
}

.btn-call {
    background: rgba(255, 255, 255, 0.1);
    color: var(--warm-white);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-call:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    border-color: var(--light-orange);
}

/* Ajuste de espaçamento entre seções */
section {
    padding: 60px 0;
    margin: 0;
}

section:last-of-type {
    margin-bottom: 0;
}

.hero {
    padding: 0;
}

.main-header {
    margin: 0;
    padding: 15px 0;
}

html {
    scroll-behavior: smooth;
}

/* Respeitando preferência do usuário */
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

/* Otimizações de performance */
.hero-image,
.service-image,
.location-map {
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000px;
}

/* Melhoria de renderização de texto */
body {
    text-rendering: optimizeSpeed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizeLegibility;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #f9f9f9;
    color: var(--dark-gray);
    line-height: 1.6;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'kern' 1, 'liga' 1;
    text-rendering: optimizeLegibility;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* Animações globais - Otimizadas para performance */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Preferência do usuário por movimento reduzido */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale3d(0.9, 0.9, 1);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Classes de animação */
.fade-up {
    animation: fadeUp var(--transition-normal) forwards;
}

.scale-in {
    animation: scaleIn var(--transition-normal) forwards;
}

.slide-in {
    animation: slideInLeft var(--transition-normal) forwards;
}

html {
    width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 70px;
    position: relative;
    color: var(--dark-brown);
    letter-spacing: 0.02em;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.section-title:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: var(--gradient-warm);
    border-radius: 2px;
}

h1,
h2,
h3 {
    color: var(--warm-brown);
    margin-bottom: 20px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul {
    list-style-position: inside;
    margin-bottom: 20px;
}

.highlight {
    color: var(--dark-orange);
}

/* Header */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    transition: all 0.3s ease;
    background-color: transparent;
}

.main-header.scrolled {
    background-color: #413535;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    padding: 15px 0;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.nav-link {
    color: var(--warm-white);
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding: 5px 0;
}

.nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--warm-white);
    transition: width 0.3s ease;
}

.nav-link:hover {
    color: var(--warm-white);
    transform: translateY(-2px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.nav-link:hover:after,
.nav-link.active:after {
    width: 100%;
}

.cta-nav {
    background-color: var(--medium-brown);
    padding: 8px 20px;
    border-radius: 30px;
    color: white;
}

.cta-nav:hover {
    background-color: var(--dark-brown);
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(59, 28, 10, 0.3);
}

/* Botões */
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-warm);
    color: var(--warm-white);
    padding: 16px 32px;
    border-radius: var(--radius-full);
    font-weight: 600;
    transition: var(--transition-normal);
    box-shadow: var(--shadow-lg), var(--glow-warm);
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn-primary::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: var(--transition-slow);
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-xl), var(--glow-warm);
}

.btn-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(227, 100, 20, 0.4);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--warm-brown);
    border: 2px solid var(--warm-brown);
    padding: 14px 30px;
    border-radius: var(--radius-full);
    font-weight: 600;
    transition: var(--transition-normal);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-warm);
    opacity: 0;
    z-index: -1;
    transition: var(--transition-normal);
}

.btn-secondary:hover {
    color: var(--warm-white);
    border-color: transparent;
    transform: translateY(-2px);
}

.btn-secondary:hover::before {
    opacity: 1;
}

.btn-secondary:hover {
    background-color: var(--warm-brown);
    color: var(--warm-white);
    transform: translateY(-5px);
}

.btn-icon {
    margin: 0 10px;
    font-size: 1.2em;
}

.btn-text {
    font-weight: 600;
}

/* Seção CTA com Pattern */
.schedule {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(59, 28, 10, 0.98), rgba(43, 20, 9, 0.95));
}

.schedule::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        url('data:image/svg+xml,%3Csvg width="40" height="40" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M20 0l20 20-20 20L0 20z" fill="rgba(255,255,255,0.03)"/></svg%3E');
    opacity: 0.5;
    pointer-events: none;
}

.cta-pattern-container {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(59, 28, 10, 0.97), rgba(43, 20, 9, 0.95));
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
}

.cta-pattern-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,%3Csvg width="20" height="20" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 0h20v20H0z" fill="none"/%3E%3Cpath d="M10 0l10 10-10 10L0 10z" fill="rgba(255,255,255,0.03)"/%3E%3C/svg%3E');
    opacity: 0.1;
    z-index: 1;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.cta-content h2 {
    color: var(--warm-white);
    font-size: 3.5rem;
    margin-bottom: 40px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--whatsapp-green);
    color: white;
    padding: 18px 36px;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.cta-button i {
    font-size: 1.4rem;
}

@media (max-width: 768px) {
    .cta-content h2 {
        font-size: 2.5rem;
    }

    .cta-button {
        padding: 16px 32px;
        font-size: 1.1rem;
    }
}

/* Seção de Depoimentos */
.testimonials {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--warm-white) 0%, rgba(59, 28, 10, 0.02) 100%);
    position: relative;
}

.testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml,%3Csvg width="30" height="30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M15 0L30 15 15 30 0 15z" fill="rgba(59,28,10,0.02)"/></svg%3E');
    opacity: 0.6;
    pointer-events: none;
}

.section-subtitle {
    text-align: center;
    color: var(--medium-gray);
    font-size: 1.1rem;
    margin-bottom: 60px;
}

.testimonials {
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(59, 28, 10, 0.02), rgba(43, 20, 9, 0.03));
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .testimonials {
        padding: 80px 0;
        min-height: 500px;
    }

    .testimonials-container {
        padding: 0 30px;
    }

    .testimonial-text {
        font-size: 1.1rem;
        line-height: 1.6;
        padding: 0 10px;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .prev-btn {
        left: -50px;
    }

    .next-btn {
        right: -50px;
    }
}

.testimonials::before {
    content: '\201C';
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 200px;
    color: rgba(59, 28, 10, 0.03);
    font-family: serif;
    line-height: 1;
    z-index: 0;
}

.testimonials-container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 60px;
}

.testimonials-track {
    position: relative;
    width: 100%;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.testimonial-slide {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(15px);
    height: auto;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-slide.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    position: relative;
}

.stars {
    margin-bottom: 25px;
    color: var(--amber);
    font-size: 1.4rem;
}

.testimonial-text {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    line-height: 1.7;
    color: var(--dark-gray);
    margin: 0 auto 30px;
    font-weight: 400;
    max-width: 650px;
    position: relative;
    padding: 0 20px;
}

.testimonial-info {
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
}

.testimonial-text::before {
    content: '"';
    font-size: 4rem;
    color: var(--light-orange);
    position: absolute;
    left: -30px;
    top: -20px;
    opacity: 0.3;
}

.testimonial-text::after {
    content: '"';
    font-size: 4rem;
    color: var(--light-orange);
    position: absolute;
    right: -30px;
    bottom: -60px;
    opacity: 0.3;
}

.stars {
    color: var(--amber);
    font-size: 1.4rem;
    margin-bottom: 30px;
}

.testimonial-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-family: 'Poppins', sans-serif;
}

.testimonial-info .name {
    color: var(--warm-brown);
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.testimonial-info .treatment {
    color: var(--orange);
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.testimonial-info .date {
    color: var(--medium-gray);
    font-size: 0.9rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.nav-btn {
    background: var(--warm-white);
    border: 2px solid var(--light-orange);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 1.2rem;
    color: var(--warm-brown);
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.prev-btn {
    left: -60px;
}

.next-btn {
    right: -60px;
}

.nav-btn:hover {
    transform: translateY(-50%) scale(1.1);
    color: var(--orange);
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--light-gray);
    border: 2px solid var(--medium-gray);
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: var(--orange);
    border-color: var(--orange);
    transform: scale(1.2);
}

.testimonials .section-title {
    text-align: center;
    color: var(--warm-brown);
    margin-bottom: 50px;
    font-size: 2.5rem;
}

.testimonials-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonials-slider {
    overflow: hidden;
    position: relative;
}

.testimonial-slide {
    display: none;
    animation: fadeSlide 0.5s ease forwards;
}

.testimonial-slide.active {
    display: block;
}

.testimonial-content {
    background: rgba(59, 28, 10, 0.02);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(59, 28, 10, 0.1);
    border: 1px solid rgba(59, 28, 10, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.testimonial-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(160, 103, 79, 0.15);
}

.stars {
    color: var(--amber);
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--dark-gray);
    margin-bottom: 25px;
    font-style: italic;
}

.testimonial-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.testimonial-info .name {
    color: var(--warm-brown);
    font-size: 1.2rem;
}

.testimonial-info .treatment {
    color: var(--orange);
    font-size: 0.95rem;
}

.testimonial-info .date {
    color: var(--medium-gray);
    font-size: 0.9rem;
}

.nav-btn {
    background: var(--warm-white);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--warm-brown);
    font-size: 1.2rem;
    box-shadow: 0 4px 15px rgba(160, 103, 79, 0.15);
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.prev-btn {
    left: 0;
}

.next-btn {
    right: 0;
}

.nav-btn:hover {
    background: var(--warm-brown);
    color: var(--warm-white);
    transform: translateY(-50%) scale(1.1);
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--medium-gray);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: var(--warm-brown);
    transform: scale(1.2);
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .testimonials {
        padding: 60px 0;
    }

    .testimonials-container {
        padding: 0 40px;
    }

    .testimonial-content {
        padding: 30px;
    }

    .testimonial-text {
        font-size: 1rem;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

/* Rodapé Minimalista */
.clinic-footer {
    background: linear-gradient(135deg, #413535 0%, #2a2323 100%);
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.clinic-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent, #bdaeb1, transparent);
}

.footer-top {
    padding: 60px 0 40px;
    position: relative;
    z-index: 2;
}

.footer-brand {
    text-align: center;
    margin-bottom: 40px;
}

.brand-content {
    max-width: 600px;
    margin: 0 auto;
}

.brand-content h3 {
    color: white;
    font-size: 2rem;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.brand-description {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
    margin-bottom: 25px;
    line-height: 1.6;
}

.brand-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #bdaeb1;
    font-size: 0.9rem;
}

.feature i {
    color: #bdaeb1;
}

.footer-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.info-card {
    text-align: center;
    padding: 25px;
    background: rgba(189, 174, 177, 0.1);
    border-radius: 15px;
    border: 1px solid rgba(189, 174, 177, 0.2);
}

.info-card i {
    font-size: 2rem;
    color: #bdaeb1;
    margin-bottom: 15px;
}

.info-card strong {
    display: block;
    color: white;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.info-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 5px 0;
}

.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid rgba(189, 174, 177, 0.3);
    background: rgba(189, 174, 177, 0.05);
    margin: 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100px;
}

.footer-right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.copyright p,
.developer p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    opacity: 0.9;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.social-links {
    display: flex;
    gap: 15px;
    margin-bottom: auto;
    position: relative;
    z-index: 2;
}

.social-link {
    color: white;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(189, 174, 177, 0.2) 0%, rgba(189, 174, 177, 0.1) 100%);
    border: 1px solid rgba(189, 174, 177, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle,
            rgba(255, 255, 255, 0.2) 0%,
            transparent 60%);
    transition: transform 0.3s ease;
    transform: scale(0);
    pointer-events: none;
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    color: #bdaeb1;
    background: linear-gradient(135deg, rgba(189, 174, 177, 0.3) 0%, rgba(189, 174, 177, 0.2) 100%);
}

.social-link:hover::before {
    transform: scale(1) rotate(35deg);
}

.developer a {
    color: #bdaeb1;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 2px 8px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}

.developer a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(189, 174, 177, 0.2) 0%, rgba(189, 174, 177, 0.3) 100%);
    border-radius: 4px;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.developer a:hover {
    color: white;
}

.developer a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

@media (max-width: 768px) {
    .footer-top {
        padding: 60px 0 40px;
    }

    .brand-content h3 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .brand-description {
        font-size: 1rem;
        padding: 0 20px;
        margin-bottom: 30px;
    }

    .brand-features {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        padding: 0 20px;
    }

    .footer-info {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0 20px;
    }

    .info-card {
        padding: 25px 20px;
        margin: 0 auto;
        max-width: 350px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
        padding: 0 20px;
    }

    .footer-left {
        align-items: center;
        height: auto;
    }

    .footer-right {
        justify-content: center;
    }

    .copyright {
        margin-top: 25px;
    }

    .social-links {
        gap: 20px;
        justify-content: center;
    }
}

/* Animação de entrada */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-left,
.footer-right {
    animation: fadeInUp 0.8s ease forwards;
}

.footer-right {
    animation-delay: 0.2s;
}

.social-link {
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: calc(var(--i, 0) * 0.1s);
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-left,
    .footer-right {
        align-items: center;
        text-align: center;
    }

    .footer-right {
        justify-content: center;
    }
}

/* Hero Section - Clínica Guindani com cores quentes */
.hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: var(--primary-dark);
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: url('images/home.jpg') no-repeat right center;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
    background-position: center 10%;
}


/* Overlay principal da hero section */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            #413535 0%,
            #413535 45%,
            rgba(65, 53, 53, 0.95) 50%,
            rgba(65, 53, 53, 0.8) 55%,
            rgba(65, 53, 53, 0.4) 60%,
            rgba(65, 53, 53, 0.1) 65%,
            transparent 70%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.hero-content::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(59, 28, 10, 0.1) 0%, transparent 70%);
    transform: translateY(-50%);
    pointer-events: none;
    filter: blur(50px);
    z-index: -1;
}

.hero-text {
    width: 50%;
    padding-right: 40px;
    animation: fadeInLeft 1s ease-out forwards;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #413535;
    color: var(--warm-white);
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(65, 53, 53, 0.3);
}

.hero-badge i {
    font-size: 1.1rem;
}

.hero-title {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.1;
    color: white;
    margin-bottom: 25px;
    position: relative;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
    letter-spacing: -0.02em;
    font-feature-settings: 'liga' 1, 'kern' 1;
    word-wrap: break-word;
    hyphens: auto;
}

.title-main {
    display: block;
    color: white;
    font-weight: 600;
    opacity: 0;
    animation: fadeInSlideDown 1s forwards;
    animation-delay: 0.3s;
}

.title-highlight {
    display: block;
    color: white;
    font-weight: 800;
    position: relative;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
    opacity: 0;
    animation: fadeInSlideUp 1s forwards;
    animation-delay: 0.8s;
}

@keyframes fadeInSlideDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInSlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-description {
    font-size: 1.3rem;
    line-height: 1.8;
    color: var(--light-cream);
    margin-bottom: 40px;
    max-width: 480px;
    font-weight: 400;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.02em;
    position: relative;
    padding-left: 0px;
    word-wrap: break-word;
    hyphens: auto;
}

@media (max-width: 768px) {
    .hero-description {
        font-size: 1.2rem;
        line-height: 1.6;
        max-width: 100%;
        padding: 0 10px;
        margin-bottom: 35px;
    }

    .hero-title {
        font-size: 3.2rem !important;
        line-height: 1.2 !important;
        margin-bottom: 20px !important;
    }

    .title-main,
    .title-highlight {
        word-wrap: break-word !important;
        hyphens: auto !important;
    }
}

@media (max-width: 768px) {
    .hero-description {
        font-size: 1.2rem;
        line-height: 1.6;
        max-width: 100%;
        padding: 0 10px;
    }

    .hero-title {
        font-size: 3.2rem;
        line-height: 1.2;
        margin-bottom: 20px;
    }
}

.hero-actions {
    display: flex;
    gap: 20px;
    align-items: center;
}

.btn-primary-hero {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, rgba(59, 28, 10, 0.95), rgba(43, 20, 9, 0.95));
    color: var(--warm-white);
    padding: 18px 32px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 153, 96, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-primary-hero::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;
}

.btn-primary-hero:hover::before {
    left: 100%;
}

.btn-primary-hero:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(255, 153, 96, 0.4);
}

.btn-secondary-hero {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    color: var(--whatsapp-green);
    padding: 18px 32px;
    border: 2px solid var(--whatsapp-green);
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-secondary-hero:hover {
    background: var(--whatsapp-green);
    color: var(--warm-white);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
}

/* Animações */
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsividade */
@media screen and (max-width: 1024px) {
    .hero-title {
        font-size: 3.8rem;
    }

    .hero-image {
        width: 55%;
    }

    .hero-overlay {
        background: linear-gradient(90deg,
                #413535 0%,
                #413535 40%,
                rgba(65, 53, 53, 0.9) 45%,
                rgba(65, 53, 53, 0.7) 50%,
                rgba(65, 53, 53, 0.3) 55%,
                rgba(65, 53, 53, 0.1) 60%,
                transparent 65%);
    }


}

@media screen and (max-width: 768px) {

    /* Esconder header no mobile */
    .main-header {
        display: none !important;
    }

    .btn-secondary-hero {
        padding: 14px 28px;
        font-size: 1rem;
        border-radius: 50px;
        font-weight: 600;
        min-width: 200px;
    }

    .title-main {
        color: var(--warm-white);
    }

    .hero-description {
        font-size: 1.2rem;
        color: var(--light-cream);
        max-width: none;
    }

    .hero-actions {
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }

    .btn-primary-hero,
    .btn-secondary-hero {
        width: 100%;
        justify-content: center;
        max-width: 280px;
    }
}

@media screen and (max-width: 480px) {
    .hero-title {
        font-size: 2.8rem;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .hero-image {
        width: 240px;
        height: 300px;
    }

    .hero-badge {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 480px) {
    .clinic-title {
        font-size: 2.8rem;
    }

    .clinic-title span {
        font-size: 3.2rem;
    }
}



.clinic-name-container {
    max-width: 50%;
    padding-right: 50px;
}

.clinic-name {
    font-size: 5.5rem;
    font-weight: 800;
    line-height: 0.9;
    margin-bottom: 20px;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.1),
        0 0 20px rgba(255, 140, 66, 0.3),
        0 0 40px rgba(255, 140, 66, 0.2);
    position: relative;
}

.clinic-name::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(ellipse at center,
            rgba(255, 193, 69, 0.1) 0%,
            rgba(255, 140, 66, 0.05) 50%,
            transparent 100%);
    z-index: -1;
    border-radius: 20px;
}

.clinic-text {
    display: block;
    color: var(--warm-brown);
    font-weight: 700;
    letter-spacing: 0.1em;
    filter: drop-shadow(0 2px 4px rgba(255, 140, 66, 0.2));
}

.clinic-highlight {
    display: block;
    background: linear-gradient(135deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    letter-spacing: 0.05em;
    position: relative;
    filter: drop-shadow(0 2px 8px rgba(255, 140, 66, 0.4));
}

.clinic-highlight::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    opacity: 0.4;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(255, 140, 66, 0.5);
}

.clinic-subtitle {
    font-size: 1.4rem;
    color: var(--dark-gray);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-left: 5px;
    border-left: 4px solid var(--orange);
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(255, 140, 66, 0.2);
    box-shadow: -2px 0 10px rgba(255, 140, 66, 0.2);
}

/* Responsividade da Hero Section */
@media screen and (max-width: 1024px) {
    .clinic-name {
        font-size: 4.5rem;
    }

    .clinic-subtitle {
        font-size: 1.2rem;
    }

    .clinic-name-container {
        max-width: 55%;
        padding-right: 30px;
    }

    .hero-background {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .hero .container {
        padding: 0 15px;
    }

    .hero-content {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .clinic-name-container {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        background: rgba(255, 249, 244, 0.95);
        padding: 30px;
        border-radius: 15px;
        backdrop-filter: blur(10px);
        box-shadow: 0 10px 30px rgba(255, 140, 66, 0.2);
    }

    .clinic-name {
        font-size: 3.5rem;
    }

    .clinic-subtitle {
        font-size: 1rem;
    }

    .hero-background {
        width: 100%;
        opacity: 0.6;
    }

    .hero-background::before {
        background: linear-gradient(135deg,
                rgba(255, 140, 66, 0.4) 0%,
                rgba(255, 188, 128, 0.3) 25%,
                rgba(255, 193, 69, 0.2) 50%,
                rgba(227, 100, 20, 0.3) 75%,
                rgba(110, 76, 56, 0.5) 100%);
    }

    .hero-background::after {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .hero-title {
        font-size: 2.8rem;
        line-height: 1;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .hero-image {
        width: 240px;
        height: 300px;
    }

    .hero-badge {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 480px) {
    .clinic-title {
        font-size: 2.8rem;
    }

    .clinic-title span {
        font-size: 3.2rem;
    }
}



.clinic-name-container {
    max-width: 50%;
    padding-right: 50px;
}

.clinic-name {
    font-size: 5.5rem;
    font-weight: 800;
    line-height: 0.9;
    margin-bottom: 20px;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.1),
        0 0 20px rgba(255, 140, 66, 0.3),
        0 0 40px rgba(255, 140, 66, 0.2);
    position: relative;
}

.clinic-name::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(ellipse at center,
            rgba(255, 193, 69, 0.1) 0%,
            rgba(255, 140, 66, 0.05) 50%,
            transparent 100%);
    z-index: -1;
    border-radius: 20px;
}

.clinic-text {
    display: block;
    color: var(--warm-brown);
    font-weight: 700;
    letter-spacing: 0.1em;
    filter: drop-shadow(0 2px 4px rgba(255, 140, 66, 0.2));
}

.clinic-highlight {
    display: block;
    background: linear-gradient(135deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    letter-spacing: 0.05em;
    position: relative;
    filter: drop-shadow(0 2px 8px rgba(255, 140, 66, 0.4));
}

.clinic-highlight::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    opacity: 0.4;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(255, 140, 66, 0.5);
}

.clinic-subtitle {
    font-size: 1.4rem;
    color: var(--dark-gray);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-left: 5px;
    border-left: 4px solid var(--orange);
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(255, 140, 66, 0.2);
    box-shadow: -2px 0 10px rgba(255, 140, 66, 0.2);
}

/* Responsividade da Hero Section */
@media screen and (max-width: 1024px) {
    .clinic-name {
        font-size: 4.5rem;
    }

    .clinic-subtitle {
        font-size: 1.2rem;
    }

    .clinic-name-container {
        max-width: 55%;
        padding-right: 30px;
    }

    .hero-background {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .hero .container {
        padding: 0 15px;
    }

    .hero-content {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .clinic-name-container {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        background: rgba(255, 249, 244, 0.95);
        padding: 30px;
        border-radius: 15px;
        backdrop-filter: blur(10px);
        box-shadow: 0 10px 30px rgba(255, 140, 66, 0.2);
    }

    .clinic-name {
        font-size: 3.5rem;
    }

    .clinic-subtitle {
        font-size: 1rem;
    }

    .hero-background {
        width: 100%;
        opacity: 0.6;
    }

    .hero-background::before {
        background: linear-gradient(135deg,
                rgba(255, 140, 66, 0.4) 0%,
                rgba(255, 188, 128, 0.3) 25%,
                rgba(255, 193, 69, 0.2) 50%,
                rgba(227, 100, 20, 0.3) 75%,
                rgba(110, 76, 56, 0.5) 100%);
    }

    .hero-background::after {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .hero-title {
        font-size: 2.8rem;
        line-height: 1;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .hero-image {
        width: 240px;
        height: 300px;
    }

    .hero-badge {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 480px) {
    .clinic-title {
        font-size: 2.8rem;
    }

    .clinic-title span {
        font-size: 3.2rem;
    }
}



.clinic-name-container {
    max-width: 50%;
    padding-right: 50px;
}

.clinic-name {
    font-size: 5.5rem;
    font-weight: 800;
    line-height: 0.9;
    margin-bottom: 20px;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.1),
        0 0 20px rgba(255, 140, 66, 0.3),
        0 0 40px rgba(255, 140, 66, 0.2);
    position: relative;
}

.clinic-name::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(ellipse at center,
            rgba(255, 193, 69, 0.1) 0%,
            rgba(255, 140, 66, 0.05) 50%,
            transparent 100%);
    z-index: -1;
    border-radius: 20px;
}

.clinic-text {
    display: block;
    color: var(--warm-brown);
    font-weight: 700;
    letter-spacing: 0.1em;
    filter: drop-shadow(0 2px 4px rgba(255, 140, 66, 0.2));
}

.clinic-highlight {
    display: block;
    background: linear-gradient(135deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    letter-spacing: 0.05em;
    position: relative;
    filter: drop-shadow(0 2px 8px rgba(255, 140, 66, 0.4));
}

.clinic-highlight::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    opacity: 0.4;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(255, 140, 66, 0.5);
}

.clinic-subtitle {
    font-size: 1.4rem;
    color: var(--dark-gray);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-left: 5px;
    border-left: 4px solid var(--orange);
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(255, 140, 66, 0.2);
    box-shadow: -2px 0 10px rgba(255, 140, 66, 0.2);
}

/* Responsividade da Hero Section */
@media screen and (max-width: 1024px) {
    .clinic-name {
        font-size: 4.5rem;
    }

    .clinic-subtitle {
        font-size: 1.2rem;
    }

    .clinic-name-container {
        max-width: 55%;
        padding-right: 30px;
    }

    .hero-background {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .hero .container {
        padding: 0 15px;
    }

    .hero-content {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .clinic-name-container {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        background: rgba(255, 249, 244, 0.95);
        padding: 30px;
        border-radius: 15px;
        backdrop-filter: blur(10px);
        box-shadow: 0 10px 30px rgba(255, 140, 66, 0.2);
    }

    .clinic-name {
        font-size: 3.5rem;
    }

    .clinic-subtitle {
        font-size: 1rem;
    }

    .hero-background {
        width: 100%;
        opacity: 0.6;
    }

    .hero-background::before {
        background: linear-gradient(135deg,
                rgba(255, 140, 66, 0.4) 0%,
                rgba(255, 188, 128, 0.3) 25%,
                rgba(255, 193, 69, 0.2) 50%,
                rgba(227, 100, 20, 0.3) 75%,
                rgba(110, 76, 56, 0.5) 100%);
    }

    .hero-background::after {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .hero-title {
        font-size: 2.8rem;
        line-height: 1;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .hero-image {
        width: 240px;
        height: 300px;
    }

    .hero-badge {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 480px) {
    .clinic-title {
        font-size: 2.8rem;
    }

    .clinic-title span {
        font-size: 3.2rem;
    }
}



.clinic-name-container {
    max-width: 50%;
    padding-right: 50px;
}

.clinic-name {
    font-size: 5.5rem;
    font-weight: 800;
    line-height: 0.9;
    margin-bottom: 20px;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.1),
        0 0 20px rgba(255, 140, 66, 0.3),
        0 0 40px rgba(255, 140, 66, 0.2);
    position: relative;
}

.clinic-name::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(ellipse at center,
            rgba(255, 193, 69, 0.1) 0%,
            rgba(255, 140, 66, 0.05) 50%,
            transparent 100%);
    z-index: -1;
    border-radius: 20px;
}

.clinic-text {
    display: block;
    color: var(--warm-brown);
    font-weight: 700;
    letter-spacing: 0.1em;
    filter: drop-shadow(0 2px 4px rgba(255, 140, 66, 0.2));
}

.clinic-highlight {
    display: block;
    background: linear-gradient(135deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    letter-spacing: 0.05em;
    position: relative;
    filter: drop-shadow(0 2px 8px rgba(255, 140, 66, 0.4));
}

.clinic-highlight::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    opacity: 0.4;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(255, 140, 66, 0.5);
}

.clinic-subtitle {
    font-size: 1.4rem;
    color: var(--dark-gray);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-left: 5px;
    border-left: 4px solid var(--orange);
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(255, 140, 66, 0.2);
    box-shadow: -2px 0 10px rgba(255, 140, 66, 0.2);
}

/* Responsividade da Hero Section */
@media screen and (max-width: 1024px) {
    .clinic-name {
        font-size: 4.5rem;
    }

    .clinic-subtitle {
        font-size: 1.2rem;
    }

    .clinic-name-container {
        max-width: 55%;
        padding-right: 30px;
    }

    .hero-background {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .hero .container {
        padding: 0 15px;
    }

    .hero-content {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .clinic-name-container {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        background: rgba(255, 249, 244, 0.95);
        padding: 30px;
        border-radius: 15px;
        backdrop-filter: blur(10px);
        box-shadow: 0 10px 30px rgba(255, 140, 66, 0.2);
    }

    .clinic-name {
        font-size: 3.5rem;
    }

    .clinic-subtitle {
        font-size: 1rem;
    }

    .hero-background {
        width: 100%;
        opacity: 0.6;
    }

    .hero-background::before {
        background: linear-gradient(135deg,
                rgba(255, 140, 66, 0.4) 0%,
                rgba(255, 188, 128, 0.3) 25%,
                rgba(255, 193, 69, 0.2) 50%,
                rgba(227, 100, 20, 0.3) 75%,
                rgba(110, 76, 56, 0.5) 100%);
    }

    .hero-background::after {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .hero-title {
        font-size: 2.8rem;
        line-height: 1;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .hero-image {
        width: 240px;
        height: 300px;
    }

    .hero-badge {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 480px) {
    .clinic-title {
        font-size: 2.8rem;
    }

    .clinic-title span {
        font-size: 3.2rem;
    }
}



.clinic-name-container {
    max-width: 50%;
    padding-right: 50px;
}

.clinic-name {
    font-size: 5.5rem;
    font-weight: 800;
    line-height: 0.9;
    margin-bottom: 20px;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.1),
        0 0 20px rgba(255, 140, 66, 0.3),
        0 0 40px rgba(255, 140, 66, 0.2);
    position: relative;
}

.clinic-name::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(ellipse at center,
            rgba(255, 193, 69, 0.1) 0%,
            rgba(255, 140, 66, 0.05) 50%,
            transparent 100%);
    z-index: -1;
    border-radius: 20px;
}

.clinic-text {
    display: block;
    color: var(--warm-brown);
    font-weight: 700;
    letter-spacing: 0.1em;
    filter: drop-shadow(0 2px 4px rgba(255, 140, 66, 0.2));
}

.clinic-highlight {
    display: block;
    background: linear-gradient(135deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    letter-spacing: 0.05em;
    position: relative;
    filter: drop-shadow(0 2px 8px rgba(255, 140, 66, 0.4));
}

.clinic-highlight::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    opacity: 0.4;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(255, 140, 66, 0.5);
}

.clinic-subtitle {
    font-size: 1.4rem;
    color: var(--dark-gray);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-left: 5px;
    border-left: 4px solid var(--orange);
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(255, 140, 66, 0.2);
    box-shadow: -2px 0 10px rgba(255, 140, 66, 0.2);
}

/* Responsividade da Hero Section */
@media screen and (max-width: 1024px) {
    .clinic-name {
        font-size: 4.5rem;
    }

    .clinic-subtitle {
        font-size: 1.2rem;
    }

    .clinic-name-container {
        max-width: 55%;
        padding-right: 30px;
    }

    .hero-background {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .hero .container {
        padding: 0 15px;
    }

    .hero-content {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .clinic-name-container {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        background: rgba(255, 249, 244, 0.95);
        padding: 30px;
        border-radius: 15px;
        backdrop-filter: blur(10px);
        box-shadow: 0 10px 30px rgba(255, 140, 66, 0.2);
    }

    .clinic-name {
        font-size: 3.5rem;
    }

    .clinic-subtitle {
        font-size: 1rem;
    }

    .hero-background {
        width: 100%;
        opacity: 0.6;
    }

    .hero-background::before {
        background: linear-gradient(135deg,
                rgba(255, 140, 66, 0.4) 0%,
                rgba(255, 188, 128, 0.3) 25%,
                rgba(255, 193, 69, 0.2) 50%,
                rgba(227, 100, 20, 0.3) 75%,
                rgba(110, 76, 56, 0.5) 100%);
    }

    .hero-background::after {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .hero-title {
        font-size: 2.8rem;
        line-height: 1;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .hero-image {
        width: 240px;
        height: 300px;
    }

    .hero-badge {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 480px) {
    .clinic-title {
        font-size: 2.8rem;
    }

    .clinic-title span {
        font-size: 3.2rem;
    }
}



.clinic-name-container {
    max-width: 50%;
    padding-right: 50px;
}

.clinic-name {
    font-size: 5.5rem;
    font-weight: 800;
    line-height: 0.9;
    margin-bottom: 20px;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.1),
        0 0 20px rgba(255, 140, 66, 0.3),
        0 0 40px rgba(255, 140, 66, 0.2);
    position: relative;
}

.clinic-name::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(ellipse at center,
            rgba(255, 193, 69, 0.1) 0%,
            rgba(255, 140, 66, 0.05) 50%,
            transparent 100%);
    z-index: -1;
    border-radius: 20px;
}

.clinic-text {
    display: block;
    color: var(--warm-brown);
    font-weight: 700;
    letter-spacing: 0.1em;
    filter: drop-shadow(0 2px 4px rgba(255, 140, 66, 0.2));
}

.clinic-highlight {
    display: block;
    background: linear-gradient(135deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    letter-spacing: 0.05em;
    position: relative;
    filter: drop-shadow(0 2px 8px rgba(255, 140, 66, 0.4));
}

.clinic-highlight::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    opacity: 0.4;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(255, 140, 66, 0.5);
}

.clinic-subtitle {
    font-size: 1.4rem;
    color: var(--dark-gray);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-left: 5px;
    border-left: 4px solid var(--orange);
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(255, 140, 66, 0.2);
    box-shadow: -2px 0 10px rgba(255, 140, 66, 0.2);
}

/* Responsividade da Hero Section */
@media screen and (max-width: 1024px) {
    .clinic-name {
        font-size: 4.5rem;
    }

    .clinic-subtitle {
        font-size: 1.2rem;
    }

    .clinic-name-container {
        max-width: 55%;
        padding-right: 30px;
    }

    .hero-background {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .hero .container {
        padding: 0 15px;
    }

    .hero-content {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .clinic-name-container {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        background: rgba(255, 249, 244, 0.95);
        padding: 30px;
        border-radius: 15px;
        backdrop-filter: blur(10px);
        box-shadow: 0 10px 30px rgba(255, 140, 66, 0.2);
    }

    .clinic-name {
        font-size: 3.5rem;
    }

    .clinic-subtitle {
        font-size: 1rem;
    }

    .hero-background {
        width: 100%;
        opacity: 0.6;
    }

    .hero-background::before {
        background: linear-gradient(135deg,
                rgba(255, 140, 66, 0.4) 0%,
                rgba(255, 188, 128, 0.3) 25%,
                rgba(255, 193, 69, 0.2) 50%,
                rgba(227, 100, 20, 0.3) 75%,
                rgba(110, 76, 56, 0.5) 100%);
    }

    .hero-background::after {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .hero-title {
        font-size: 2.8rem;
        line-height: 1;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .hero-image {
        width: 240px;
        height: 300px;
    }

    .hero-badge {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 480px) {
    .clinic-title {
        font-size: 2.8rem;
    }

    .clinic-title span {
        font-size: 3.2rem;
    }
}



.clinic-name-container {
    max-width: 50%;
    padding-right: 50px;
}

.clinic-name {
    font-size: 5.5rem;
    font-weight: 800;
    line-height: 0.9;
    margin-bottom: 20px;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.1),
        0 0 20px rgba(255, 140, 66, 0.3),
        0 0 40px rgba(255, 140, 66, 0.2);
    position: relative;
}

.clinic-name::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(ellipse at center,
            rgba(255, 193, 69, 0.1) 0%,
            rgba(255, 140, 66, 0.05) 50%,
            transparent 100%);
    z-index: -1;
    border-radius: 20px;
}

.clinic-text {
    display: block;
    color: var(--warm-brown);
    font-weight: 700;
    letter-spacing: 0.1em;
    filter: drop-shadow(0 2px 4px rgba(255, 140, 66, 0.2));
}

.clinic-highlight {
    display: block;
    background: linear-gradient(135deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    letter-spacing: 0.05em;
    position: relative;
    filter: drop-shadow(0 2px 8px rgba(255, 140, 66, 0.4));
}

.clinic-highlight::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    opacity: 0.4;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(255, 140, 66, 0.5);
}

.clinic-subtitle {
    font-size: 1.4rem;
    color: var(--dark-gray);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-left: 5px;
    border-left: 4px solid var(--orange);
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(255, 140, 66, 0.2);
    box-shadow: -2px 0 10px rgba(255, 140, 66, 0.2);
}

/* Responsividade da Hero Section */
@media screen and (max-width: 1024px) {
    .clinic-name {
        font-size: 4.5rem;
    }

    .clinic-subtitle {
        font-size: 1.2rem;
    }

    .clinic-name-container {
        max-width: 55%;
        padding-right: 30px;
    }

    .hero-background {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .hero .container {
        padding: 0 15px;
    }

    .hero-content {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .clinic-name-container {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        background: rgba(255, 249, 244, 0.95);
        padding: 30px;
        border-radius: 15px;
        backdrop-filter: blur(10px);
        box-shadow: 0 10px 30px rgba(255, 140, 66, 0.2);
    }

    .clinic-name {
        font-size: 3.5rem;
    }

    .clinic-subtitle {
        font-size: 1rem;
    }

    .hero-background {
        width: 100%;
        opacity: 0.6;
    }

    .hero-background::before {
        background: linear-gradient(135deg,
                rgba(255, 140, 66, 0.4) 0%,
                rgba(255, 188, 128, 0.3) 25%,
                rgba(255, 193, 69, 0.2) 50%,
                rgba(227, 100, 20, 0.3) 75%,
                rgba(110, 76, 56, 0.5) 100%);
    }

    .hero-background::after {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .hero-title {
        font-size: 2.8rem;
        line-height: 1;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .hero-image {
        width: 240px;
        height: 300px;
    }

    .hero-badge {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 480px) {
    .clinic-title {
        font-size: 2.8rem;
    }

    .clinic-title span {
        font-size: 3.2rem;
    }
}



.clinic-name-container {
    max-width: 50%;
    padding-right: 50px;
}

.clinic-name {
    font-size: 5.5rem;
    font-weight: 800;
    line-height: 0.9;
    margin-bottom: 20px;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.1),
        0 0 20px rgba(255, 140, 66, 0.3),
        0 0 40px rgba(255, 140, 66, 0.2);
    position: relative;
}

.clinic-name::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(ellipse at center,
            rgba(255, 193, 69, 0.1) 0%,
            rgba(255, 140, 66, 0.05) 50%,
            transparent 100%);
    z-index: -1;
    border-radius: 20px;
}

.clinic-text {
    display: block;
    color: var(--warm-brown);
    font-weight: 700;
    letter-spacing: 0.1em;
    filter: drop-shadow(0 2px 4px rgba(255, 140, 66, 0.2));
}

.clinic-highlight {
    display: block;
    background: linear-gradient(135deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    letter-spacing: 0.05em;
    position: relative;
    filter: drop-shadow(0 2px 8px rgba(255, 140, 66, 0.4));
}

.clinic-highlight::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    opacity: 0.4;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(255, 140, 66, 0.5);
}

.clinic-subtitle {
    font-size: 1.4rem;
    color: var(--dark-gray);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-left: 5px;
    border-left: 4px solid var(--orange);
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(255, 140, 66, 0.2);
    box-shadow: -2px 0 10px rgba(255, 140, 66, 0.2);
}

/* Responsividade da Hero Section */
@media screen and (max-width: 1024px) {
    .clinic-name {
        font-size: 4.5rem;
    }

    .clinic-subtitle {
        font-size: 1.2rem;
    }

    .clinic-name-container {
        max-width: 55%;
        padding-right: 30px;
    }

    .hero-background {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .hero .container {
        padding: 0 15px;
    }

    .hero-content {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .clinic-name-container {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        background: rgba(255, 249, 244, 0.95);
        padding: 30px;
        border-radius: 15px;
        backdrop-filter: blur(10px);
        box-shadow: 0 10px 30px rgba(255, 140, 66, 0.2);
    }

    .clinic-name {
        font-size: 3.5rem;
    }

    .clinic-subtitle {
        font-size: 1rem;
    }

    .hero-background {
        width: 100%;
        opacity: 0.6;
    }

    .hero-background::before {
        background: linear-gradient(135deg,
                rgba(255, 140, 66, 0.4) 0%,
                rgba(255, 188, 128, 0.3) 25%,
                rgba(255, 193, 69, 0.2) 50%,
                rgba(227, 100, 20, 0.3) 75%,
                rgba(110, 76, 56, 0.5) 100%);
    }

    .hero-background::after {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .hero-title {
        font-size: 2.8rem;
        line-height: 1;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .hero-image {
        width: 240px;
        height: 300px;
    }

    .hero-badge {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 480px) {
    .clinic-title {
        font-size: 2.8rem;
    }

    .clinic-title span {
        font-size: 3.2rem;
    }
}



.clinic-name-container {
    max-width: 50%;
    padding-right: 50px;
}

.clinic-name {
    font-size: 5.5rem;
    font-weight: 800;
    line-height: 0.9;
    margin-bottom: 20px;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.1),
        0 0 20px rgba(255, 140, 66, 0.3),
        0 0 40px rgba(255, 140, 66, 0.2);
    position: relative;
}

.clinic-name::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(ellipse at center,
            rgba(255, 193, 69, 0.1) 0%,
            rgba(255, 140, 66, 0.05) 50%,
            transparent 100%);
    z-index: -1;
    border-radius: 20px;
}

.clinic-text {
    display: block;
    color: var(--warm-brown);
    font-weight: 700;
    letter-spacing: 0.1em;
    filter: drop-shadow(0 2px 4px rgba(255, 140, 66, 0.2));
}

.clinic-highlight {
    display: block;
    background: linear-gradient(135deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    letter-spacing: 0.05em;
    position: relative;
    filter: drop-shadow(0 2px 8px rgba(255, 140, 66, 0.4));
}

.clinic-highlight::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    opacity: 0.4;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(255, 140, 66, 0.5);
}

.clinic-subtitle {
    font-size: 1.4rem;
    color: var(--dark-gray);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-left: 5px;
    border-left: 4px solid var(--orange);
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(255, 140, 66, 0.2);
    box-shadow: -2px 0 10px rgba(255, 140, 66, 0.2);
}

/* Responsividade da Hero Section */
@media screen and (max-width: 1024px) {
    .clinic-name {
        font-size: 4.5rem;
    }

    .clinic-subtitle {
        font-size: 1.2rem;
    }

    .clinic-name-container {
        max-width: 55%;
        padding-right: 30px;
    }

    .hero-background {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .hero .container {
        padding: 0 15px;
    }

    .hero-content {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .clinic-name-container {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        background: rgba(255, 249, 244, 0.95);
        padding: 30px;
        border-radius: 15px;
        backdrop-filter: blur(10px);
        box-shadow: 0 10px 30px rgba(255, 140, 66, 0.2);
    }

    .clinic-name {
        font-size: 3.5rem;
    }

    .clinic-subtitle {
        font-size: 1rem;
    }

    .hero-background {
        width: 100%;
        opacity: 0.6;
    }

    .hero-background::before {
        background: linear-gradient(135deg,
                rgba(255, 140, 66, 0.4) 0%,
                rgba(255, 188, 128, 0.3) 25%,
                rgba(255, 193, 69, 0.2) 50%,
                rgba(227, 100, 20, 0.3) 75%,
                rgba(110, 76, 56, 0.5) 100%);
    }

    .hero-background::after {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .hero-title {
        font-size: 2.8rem;
        line-height: 1;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .hero-image {
        width: 240px;
        height: 300px;
    }

    .hero-badge {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 480px) {
    .clinic-title {
        font-size: 2.8rem;
    }

    .clinic-title span {
        font-size: 3.2rem;
    }
}



.clinic-name-container {
    max-width: 50%;
    padding-right: 50px;
}

.clinic-name {
    font-size: 5.5rem;
    font-weight: 800;
    line-height: 0.9;
    margin-bottom: 20px;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.1),
        0 0 20px rgba(255, 140, 66, 0.3),
        0 0 40px rgba(255, 140, 66, 0.2);
    position: relative;
}

.clinic-name::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(ellipse at center,
            rgba(255, 193, 69, 0.1) 0%,
            rgba(255, 140, 66, 0.05) 50%,
            transparent 100%);
    z-index: -1;
    border-radius: 20px;
}

.clinic-text {
    display: block;
    color: var(--warm-brown);
    font-weight: 700;
    letter-spacing: 0.1em;
    filter: drop-shadow(0 2px 4px rgba(255, 140, 66, 0.2));
}

.clinic-highlight {
    display: block;
    background: linear-gradient(135deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    letter-spacing: 0.05em;
    position: relative;
    filter: drop-shadow(0 2px 8px rgba(255, 140, 66, 0.4));
}

.clinic-highlight::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    opacity: 0.4;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(255, 140, 66, 0.5);
}

.clinic-subtitle {
    font-size: 1.4rem;
    color: var(--dark-gray);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-left: 5px;
    border-left: 4px solid var(--orange);
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(255, 140, 66, 0.2);
    box-shadow: -2px 0 10px rgba(255, 140, 66, 0.2);
}

/* Responsividade da Hero Section */
@media screen and (max-width: 1024px) {
    .clinic-name {
        font-size: 4.5rem;
    }

    .clinic-subtitle {
        font-size: 1.2rem;
    }

    .clinic-name-container {
        max-width: 55%;
        padding-right: 30px;
    }

    .hero-background {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .hero .container {
        padding: 0 15px;
    }

    .hero-content {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .clinic-name-container {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        background: rgba(255, 249, 244, 0.95);
        padding: 30px;
        border-radius: 15px;
        backdrop-filter: blur(10px);
        box-shadow: 0 10px 30px rgba(255, 140, 66, 0.2);
    }

    .clinic-name {
        font-size: 3.5rem;
    }

    .clinic-subtitle {
        font-size: 1rem;
    }

    .hero-background {
        width: 100%;
        opacity: 0.6;
    }

    .hero-background::before {
        background: linear-gradient(135deg,
                rgba(255, 140, 66, 0.4) 0%,
                rgba(255, 188, 128, 0.3) 25%,
                rgba(255, 193, 69, 0.2) 50%,
                rgba(227, 100, 20, 0.3) 75%,
                rgba(110, 76, 56, 0.5) 100%);
    }

    .hero-background::after {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .hero-title {
        font-size: 2.8rem;
        line-height: 1;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .hero-image {
        width: 240px;
        height: 300px;
    }

    .hero-badge {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 480px) {
    .clinic-title {
        font-size: 2.8rem;
    }

    .clinic-title span {
        font-size: 3.2rem;
    }
}



.clinic-name-container {
    max-width: 50%;
    padding-right: 50px;
}

.clinic-name {
    font-size: 5.5rem;
    font-weight: 800;
    line-height: 0.9;
    margin-bottom: 20px;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.1),
        0 0 20px rgba(255, 140, 66, 0.3),
        0 0 40px rgba(255, 140, 66, 0.2);
    position: relative;
}

.clinic-name::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(ellipse at center,
            rgba(255, 193, 69, 0.1) 0%,
            rgba(255, 140, 66, 0.05) 50%,
            transparent 100%);
    z-index: -1;
    border-radius: 20px;
}

.clinic-text {
    display: block;
    color: var(--warm-brown);
    font-weight: 700;
    letter-spacing: 0.1em;
    filter: drop-shadow(0 2px 4px rgba(255, 140, 66, 0.2));
}

.clinic-highlight {
    display: block;
    background: linear-gradient(135deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    letter-spacing: 0.05em;
    position: relative;
    filter: drop-shadow(0 2px 8px rgba(255, 140, 66, 0.4));
}

.clinic-highlight::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    opacity: 0.4;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(255, 140, 66, 0.5);
}

.clinic-subtitle {
    font-size: 1.4rem;
    color: var(--dark-gray);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-left: 5px;
    border-left: 4px solid var(--orange);
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(255, 140, 66, 0.2);
    box-shadow: -2px 0 10px rgba(255, 140, 66, 0.2);
}

/* Responsividade da Hero Section */
@media screen and (max-width: 1024px) {
    .clinic-name {
        font-size: 4.5rem;
    }

    .clinic-subtitle {
        font-size: 1.2rem;
    }

    .clinic-name-container {
        max-width: 55%;
        padding-right: 30px;
    }

    .hero-background {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .hero .container {
        padding: 0 15px;
    }

    .hero-content {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .clinic-name-container {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        background: rgba(255, 249, 244, 0.95);
        padding: 30px;
        border-radius: 15px;
        backdrop-filter: blur(10px);
        box-shadow: 0 10px 30px rgba(255, 140, 66, 0.2);
    }

    .clinic-name {
        font-size: 3.5rem;
    }

    .clinic-subtitle {
        font-size: 1rem;
    }

    .hero-background {
        width: 100%;
        opacity: 0.6;
    }

    .hero-background::before {
        background: linear-gradient(135deg,
                rgba(255, 140, 66, 0.4) 0%,
                rgba(255, 188, 128, 0.3) 25%,
                rgba(255, 193, 69, 0.2) 50%,
                rgba(227, 100, 20, 0.3) 75%,
                rgba(110, 76, 56, 0.5) 100%);
    }

    .hero-background::after {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .hero-title {
        font-size: 2.8rem;
        line-height: 1;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .hero-image {
        width: 240px;
        height: 300px;
    }

    .hero-badge {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 480px) {
    .clinic-title {
        font-size: 2.8rem;
    }

    .clinic-title span {
        font-size: 3.2rem;
    }
}



.clinic-name-container {
    max-width: 50%;
    padding-right: 50px;
}

.clinic-name {
    font-size: 5.5rem;
    font-weight: 800;
    line-height: 0.9;
    margin-bottom: 20px;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.1),
        0 0 20px rgba(255, 140, 66, 0.3),
        0 0 40px rgba(255, 140, 66, 0.2);
    position: relative;
}

.clinic-name::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(ellipse at center,
            rgba(255, 193, 69, 0.1) 0%,
            rgba(255, 140, 66, 0.05) 50%,
            transparent 100%);
    z-index: -1;
    border-radius: 20px;
}

.clinic-text {
    display: block;
    color: var(--warm-brown);
    font-weight: 700;
    letter-spacing: 0.1em;
    filter: drop-shadow(0 2px 4px rgba(255, 140, 66, 0.2));
}

.clinic-highlight {
    display: block;
    background: linear-gradient(135deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    letter-spacing: 0.05em;
    position: relative;
    filter: drop-shadow(0 2px 8px rgba(255, 140, 66, 0.4));
}

.clinic-highlight::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    opacity: 0.4;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(255, 140, 66, 0.5);
}

.clinic-subtitle {
    font-size: 1.4rem;
    color: var(--dark-gray);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-left: 5px;
    border-left: 4px solid var(--orange);
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(255, 140, 66, 0.2);
    box-shadow: -2px 0 10px rgba(255, 140, 66, 0.2);
}

/* Responsividade da Hero Section */
@media screen and (max-width: 1024px) {
    .clinic-name {
        font-size: 4.5rem;
    }

    .clinic-subtitle {
        font-size: 1.2rem;
    }

    .clinic-name-container {
        max-width: 55%;
        padding-right: 30px;
    }

    .hero-background {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .hero .container {
        padding: 0 15px;
    }

    .hero-content {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .clinic-name-container {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        background: rgba(255, 249, 244, 0.95);
        padding: 30px;
        border-radius: 15px;
        backdrop-filter: blur(10px);
        box-shadow: 0 10px 30px rgba(255, 140, 66, 0.2);
    }

    .clinic-name {
        font-size: 3.5rem;
    }

    .clinic-subtitle {
        font-size: 1rem;
    }

    .hero-background {
        width: 100%;
        opacity: 0.6;
    }

    .hero-background::before {
        background: linear-gradient(135deg,
                rgba(255, 140, 66, 0.4) 0%,
                rgba(255, 188, 128, 0.3) 25%,
                rgba(255, 193, 69, 0.2) 50%,
                rgba(227, 100, 20, 0.3) 75%,
                rgba(110, 76, 56, 0.5) 100%);
    }

    .hero-background::after {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .hero-title {
        font-size: 2.8rem;
        line-height: 1;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .hero-image {
        width: 240px;
        height: 300px;
    }

    .hero-badge {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 480px) {
    .clinic-title {
        font-size: 2.8rem;
    }

    .clinic-title span {
        font-size: 3.2rem;
    }
}



.clinic-name-container {
    max-width: 50%;
    padding-right: 50px;
}

.clinic-name {
    font-size: 5.5rem;
    font-weight: 800;
    line-height: 0.9;
    margin-bottom: 20px;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.1),
        0 0 20px rgba(255, 140, 66, 0.3),
        0 0 40px rgba(255, 140, 66, 0.2);
    position: relative;
}

.clinic-name::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(ellipse at center,
            rgba(255, 193, 69, 0.1) 0%,
            rgba(255, 140, 66, 0.05) 50%,
            transparent 100%);
    z-index: -1;
    border-radius: 20px;
}

.clinic-text {
    display: block;
    color: var(--warm-brown);
    font-weight: 700;
    letter-spacing: 0.1em;
    filter: drop-shadow(0 2px 4px rgba(255, 140, 66, 0.2));
}

.clinic-highlight {
    display: block;
    background: linear-gradient(135deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    letter-spacing: 0.05em;
    position: relative;
    filter: drop-shadow(0 2px 8px rgba(255, 140, 66, 0.4));
}

.clinic-highlight::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    opacity: 0.4;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(255, 140, 66, 0.5);
}

.clinic-subtitle {
    font-size: 1.4rem;
    color: var(--dark-gray);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-left: 5px;
    border-left: 4px solid var(--orange);
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(255, 140, 66, 0.2);
    box-shadow: -2px 0 10px rgba(255, 140, 66, 0.2);
}

/* Responsividade da Hero Section */
@media screen and (max-width: 1024px) {
    .clinic-name {
        font-size: 4.5rem;
    }

    .clinic-subtitle {
        font-size: 1.2rem;
    }

    .clinic-name-container {
        max-width: 55%;
        padding-right: 30px;
    }

    .hero-background {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .hero .container {
        padding: 0 15px;
    }

    .hero-content {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .clinic-name-container {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        background: rgba(255, 249, 244, 0.95);
        padding: 30px;
        border-radius: 15px;
        backdrop-filter: blur(10px);
        box-shadow: 0 10px 30px rgba(255, 140, 66, 0.2);
    }

    .clinic-name {
        font-size: 3.5rem;
    }

    .clinic-subtitle {
        font-size: 1rem;
    }

    .hero-background {
        width: 100%;
        opacity: 0.6;
    }

    .hero-background::before {
        background: linear-gradient(135deg,
                rgba(255, 140, 66, 0.4) 0%,
                rgba(255, 188, 128, 0.3) 25%,
                rgba(255, 193, 69, 0.2) 50%,
                rgba(227, 100, 20, 0.3) 75%,
                rgba(110, 76, 56, 0.5) 100%);
    }

    .hero-background::after {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .hero-title {
        font-size: 2.8rem;
        line-height: 1;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .hero-image {
        width: 240px;
        height: 300px;
    }

    .hero-badge {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 480px) {
    .clinic-title {
        font-size: 2.8rem;
    }

    .clinic-title span {
        font-size: 3.2rem;
    }
}



.clinic-name-container {
    max-width: 50%;
    padding-right: 50px;
}

.clinic-name {
    font-size: 5.5rem;
    font-weight: 800;
    line-height: 0.9;
    margin-bottom: 20px;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.1),
        0 0 20px rgba(255, 140, 66, 0.3),
        0 0 40px rgba(255, 140, 66, 0.2);
    position: relative;
}

.clinic-name::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(ellipse at center,
            rgba(255, 193, 69, 0.1) 0%,
            rgba(255, 140, 66, 0.05) 50%,
            transparent 100%);
    z-index: -1;
    border-radius: 20px;
}

.clinic-text {
    display: block;
    color: var(--warm-brown);
    font-weight: 700;
    letter-spacing: 0.1em;
    filter: drop-shadow(0 2px 4px rgba(255, 140, 66, 0.2));
}

.clinic-highlight {
    display: block;
    background: linear-gradient(135deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    letter-spacing: 0.05em;
    position: relative;
    filter: drop-shadow(0 2px 8px rgba(255, 140, 66, 0.4));
}

.clinic-highlight::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    opacity: 0.4;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(255, 140, 66, 0.5);
}

.clinic-subtitle {
    font-size: 1.4rem;
    color: var(--dark-gray);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-left: 5px;
    border-left: 4px solid var(--orange);
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(255, 140, 66, 0.2);
    box-shadow: -2px 0 10px rgba(255, 140, 66, 0.2);
}

/* Responsividade da Hero Section */
@media screen and (max-width: 1024px) {
    .clinic-name {
        font-size: 4.5rem;
    }

    .clinic-subtitle {
        font-size: 1.2rem;
    }

    .clinic-name-container {
        max-width: 55%;
        padding-right: 30px;
    }

    .hero-background {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .hero .container {
        padding: 0 15px;
    }

    .hero-content {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .clinic-name-container {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        background: rgba(255, 249, 244, 0.95);
        padding: 30px;
        border-radius: 15px;
        backdrop-filter: blur(10px);
        box-shadow: 0 10px 30px rgba(255, 140, 66, 0.2);
    }

    .clinic-name {
        font-size: 3.5rem;
    }

    .clinic-subtitle {
        font-size: 1rem;
    }

    .hero-background {
        width: 100%;
        opacity: 0.6;
    }

    .hero-background::before {
        background: linear-gradient(135deg,
                rgba(255, 140, 66, 0.4) 0%,
                rgba(255, 188, 128, 0.3) 25%,
                rgba(255, 193, 69, 0.2) 50%,
                rgba(227, 100, 20, 0.3) 75%,
                rgba(110, 76, 56, 0.5) 100%);
    }

    .hero-background::after {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .hero-title {
        font-size: 2.8rem;
        line-height: 1;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .hero-image {
        width: 240px;
        height: 300px;
    }

    .hero-badge {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 480px) {
    .clinic-title {
        font-size: 2.8rem;
    }

    .clinic-title span {
        font-size: 3.2rem;
    }
}



.clinic-name-container {
    max-width: 50%;
    padding-right: 50px;
}

.clinic-name {
    font-size: 5.5rem;
    font-weight: 800;
    line-height: 0.9;
    margin-bottom: 20px;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.1),
        0 0 20px rgba(255, 140, 66, 0.3),
        0 0 40px rgba(255, 140, 66, 0.2);
    position: relative;
}

.clinic-name::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(ellipse at center,
            rgba(255, 193, 69, 0.1) 0%,
            rgba(255, 140, 66, 0.05) 50%,
            transparent 100%);
    z-index: -1;
    border-radius: 20px;
}

.clinic-text {
    display: block;
    color: var(--warm-brown);
    font-weight: 700;
    letter-spacing: 0.1em;
    filter: drop-shadow(0 2px 4px rgba(255, 140, 66, 0.2));
}

.clinic-highlight {
    display: block;
    background: linear-gradient(135deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    letter-spacing: 0.05em;
    position: relative;
    filter: drop-shadow(0 2px 8px rgba(255, 140, 66, 0.4));
}

.clinic-highlight::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg,
            var(--orange) 0%,
            var(--amber) 50%,
            var(--dark-orange) 100%);
    opacity: 0.4;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(255, 140, 66, 0.5);
}

.clinic-subtitle {
    font-size: 1.4rem;
    color: var(--dark-gray);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-left: 5px;
    border-left: 4px solid var(--orange);
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(255, 140, 66, 0.2);
    box-shadow: -2px 0 10px rgba(255, 140, 66, 0.2);
}

/* Responsividade da Hero Section */
@media screen and (max-width: 1024px) {
    .clinic-name {
        font-size: 4.5rem;
    }

    .clinic-subtitle {
        font-size: 1.2rem;
    }

    .clinic-name-container {
        max-width: 55%;
        padding-right: 30px;
    }

    .hero-background {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .hero .container {
        padding: 0 15px;
    }

    .hero-content {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .clinic-name-container {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        background: rgba(255, 249, 244, 0.95);
        padding: 30px;
        border-radius: 15px;
        backdrop-filter: blur(10px);
        box-shadow: 0 10px 30px rgba(255, 140, 66, 0.2);
    }

    .clinic-name {
        font-size: 3.5rem;
    }

    .clinic-subtitle {
        font-size: 1rem;
    }

    .hero-background {
        width: 100%;
        opacity: 0.6;
    }

    .hero-background::before {
        background: linear-gradient(135deg,
                rgba(255, 140, 66, 0.4) 0%,
                rgba(255, 188, 128, 0.3) 25%,
                rgba(255, 193, 69, 0.2) 50%,
                rgba(227, 100, 20, 0.3) 75%,
                rgba(110, 76, 56, 0.5) 100%);
    }

    .hero-background::after {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .hero-title {
        font-size: 2.8rem;
        line-height: 1;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .hero-image {
        width: 240px;
        height: 300px;
    }

    .hero-badge {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 480px) {
    .clinic-title {
        font-size: 2.8rem;
    }

    .clinic-title span {
        font-size: 3.2rem;
    }
}



/* --- RESPONSIVIDADE MOBILE: Carrossel horizontal depoimentos e seções principais --- */
@media (max-width: 768px) {

    html,
    body {
        width: 100vw;
        min-width: 100vw;
        max-width: 100vw;
        overflow-x: hidden;
        position: relative;
    }

    .testimonials-carousel .carousel-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0 0 20px 0;
        width: 100vw;
        max-width: 100vw;
        scroll-snap-type: x mandatory;
    }

    .testimonials-carousel .carousel-track {
        display: flex;
        flex-direction: row;
        gap: 16px;
        width: max-content;
        min-width: 100vw;
        height: auto;
        align-items: stretch;
    }

    .testimonial-slide {
        min-width: 95vw;
        max-width: 98vw;
        flex: 0 0 auto;
        box-sizing: border-box;
        margin: 0;
        padding: 10px 2vw;
        display: flex;
        align-items: stretch;
        scroll-snap-align: start;
    }

    .testimonial-card {
        width: 100%;
        min-height: 220px;
        font-size: 1rem;
        padding: 10px 2vw;
        box-sizing: border-box;
        word-break: break-word;
    }

    .testimonial-content p {
        font-size: 1rem;
        line-height: 1.5;
        word-break: break-word;
    }

    .carousel-btn,
    .carousel-dots {
        display: none !important;
    }

    .testimonials-header,
    .testimonials-subtitle,
    .section-title,
    .section-subtitle {
        text-align: center !important;
        padding: 0 15px !important;
    }

    /* Seções principais em coluna, centralizadas */
    .about-grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 30px !important;
        padding: 0 20px !important;
    }

    .about {
        padding: 80px 0 !important;
    }

    .about-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .about-intro {
        font-size: 1.1rem !important;
        line-height: 1.6 !important;
        padding: 0 10px !important;
    }

    .credentials {
        gap: 15px !important;
        padding: 0 10px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        max-width: 90% !important;
        margin: 0 auto 40px !important;
    }

    .credential-item {
        text-align: left !important;
        padding: 20px 20px !important;
        width: 100% !important;
        max-width: 350px !important;
    }

    .service-card {
        width: 100% !important;
        max-width: 450px !important;
        min-width: 400px !important;
        box-sizing: border-box;
        margin: 0 auto !important;
        padding: 0 !important;
        display: block !important;
        position: relative !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .location-card {
        width: 100% !important;
        max-width: 450px !important;
        min-width: 450px !important;
        box-sizing: border-box;
        margin: 0 auto !important;
        padding: 0 !important;
        display: block !important;
        position: relative !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .about-image img {
        max-width: 98vw;
        height: auto;
        border-radius: 12px;
    }

    .container {
        padding: 0 20px;
        max-width: 100%;
        box-sizing: border-box;
    }

    /* Testimonials melhorados */
    .testimonials {
        padding: 80px 0 !important;
        min-height: 500px !important;
    }

    .testimonials-container {
        padding: 0 30px !important;
    }

    .testimonial-text {
        font-size: 1.1rem !important;
        line-height: 1.6 !important;
        padding: 0 10px !important;
    }

    .nav-btn {
        width: 40px !important;
        height: 40px !important;
        font-size: 1rem !important;
    }

    .prev-btn {
        left: -50px !important;
    }

    .next-btn {
        right: -50px !important;
    }

    /* Footer centralizado */
    .minimal-footer .footer-content {
        flex-direction: column !important;
        display: flex !important;
        align-items: center !important;
        gap: 18px !important;
        text-align: center !important;
    }
}

@media (max-width: 768px) {

    /* SOBRE: Foto abaixo do nome no mobile */
    #about .about-grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 0 !important;
    }

    #about .about-content {
        order: 1;
        width: 100%;
        padding-bottom: 0;
    }

    #about .about-image {
        order: 2;
        width: 100%;
        margin: 0 0 32px 0;
        display: flex;
        justify-content: center;
    }

    #about .about-image .image-container {
        width: 90vw;
        max-width: 350px;
        margin: 0 auto;
    }

    #about .about-image img {
        max-width: 100%;
        height: auto;
        border-radius: 16px;
        box-shadow: 0 8px 32px rgba(139, 90, 68, 0.10);
    }

    .testimonial-slide {
        min-width: 95vw;
        max-width: 98vw;
        padding: 10px 2vw;
    }

    .testimonial-card {
        font-size: 0.98rem;
        padding: 10px 2vw;
    }

    .service-card,
    .location-card {
        width: 98vw !important;
        max-width: 99vw !important;
        padding: 10px 2vw !important;
    }

    .about-image img {
        max-width: 98vw;
    }

    .container {
        padding: 0 2vw;
    }
}

/* Sobre */
.about {
    padding: 120px 0;
    background-color: #f9f7f8;
    position: relative;
    overflow: hidden;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(65, 53, 53, 0.03) 0%, rgba(189, 174, 177, 0.02) 100%);
    z-index: 1;
}

.about::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(189, 174, 177, 0.05) 0%, rgba(65, 53, 53, 0.02) 60%, transparent 70%);
    z-index: 0;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.about-content {
    padding: 40px 0;
    position: relative;
}

.section-header {
    margin-bottom: 40px;
}

.section-number {
    font-size: 1.2rem;
    color: var(--dark-orange);
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}

.about-content h2 {
    font-size: 3rem;
    color: #413535;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    text-align: center;
}

.section-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #413535, #bdaeb1);
    margin: 0 auto 30px;
    box-shadow: 0 2px 10px rgba(65, 53, 53, 0.1);
}

.about-intro {
    font-size: 1.2rem;
    color: #413535;
    line-height: 1.7;
    margin-bottom: 50px;
    padding-left: 15px;
    border-left: 3px solid #bdaeb1;
    position: relative;
    font-weight: 500;
}

.credentials {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.credential-item {
    padding: 25px;
    background: rgba(189, 174, 177, 0.08);
    border-radius: 15px;
    border-left: 4px solid #413535;
    box-shadow: 0 5px 15px rgba(65, 53, 53, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.credential-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(65, 53, 53, 0.08);
}

.credential-item h4 {
    color: #413535;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.credential-item p {
    color: #555555;
    font-size: 0.95rem;
    margin: 0;
    transition: color 0.3s ease;
}

.credential-item:hover p {
    color: #413535;
}

.stats-minimal {
    display: flex;
    gap: 40px;
    justify-content: flex-start;
    margin-top: 40px;
    padding: 30px;
    background: linear-gradient(135deg, rgba(65, 53, 53, 0.03) 0%, rgba(189, 174, 177, 0.05) 100%);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.stats-minimal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #413535, #bdaeb1, transparent);
}

.stat-minimal {
    text-align: center;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.stat-minimal:hover {
    transform: translateY(-5px);
}

.stat-minimal .stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #413535;
    display: block;
    line-height: 1;
    text-shadow: 1px 1px 0 rgba(189, 174, 177, 0.3);
}

.stat-minimal .stat-label {
    color: #666;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
    position: relative;
    display: inline-block;
}

.stat-minimal .stat-label::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: #bdaeb1;
    transition: width 0.3s ease;
}

.stat-minimal:hover .stat-label::after {
    width: 70%;
}

.about-image {
    position: relative;
}

.image-container {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(65, 53, 53, 0.15);
    border: 1px solid rgba(189, 174, 177, 0.2);
}

.image-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 70%, rgba(65, 53, 53, 0.05) 100%);
    pointer-events: none;
}

.image-container img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.about-image:hover .image-container img {
    transform: scale(1.05);
}

/* Serviços - Layout Elaborado */
.services {
    padding: 120px 0;
    background: #f0efef;
    position: relative;
    overflow: hidden;
}

.services::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #413535, #bdaeb1, transparent);
}

.services-container {
    position: relative;
    z-index: 1;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.services-header {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.services-header::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #bdaeb1, transparent);
}

.services-header h2 {
    font-size: 3.2rem;
    color: #413535;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    letter-spacing: -0.5px;
}

.services-header .section-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #413535, #bdaeb1);
    margin: 0 auto 30px;
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(65, 53, 53, 0.1);
}

.services-header p {
    font-size: 1.2rem;
    color: #413535;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 400;
    padding: 0 20px;
}

.services-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 60px;
}

/* Responsividade para services-layout */
@media (max-width: 768px) {
    .services-layout {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 40px;
        padding: 0 20px;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }

    /* Otimizando conteúdo interno dos location cards */
    .location-info {
        padding: 25px 20px !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .location-info h3 {
        font-size: 1.3rem !important;
        margin-bottom: 20px !important;
        text-align: center !important;
        width: 100% !important;
    }

    .location-details {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
        text-align: center !important;
    }

    .detail-item {
        padding: 12px !important;
        font-size: 0.95rem !important;
        justify-content: center !important;
        text-align: center !important;
        width: 100% !important;
        max-width: 300px !important;
    }

    .detail-item div {
        text-align: center !important;
        align-items: center !important;
    }

    .location-actions {
        gap: 12px !important;
        margin-top: 20px !important;
        display: flex !important;
        justify-content: space-between !important;
        width: 100% !important;
        padding: 0 10px !important;
    }

    .btn-directions,
    .btn-call {
        padding: 14px 18px !important;
        font-size: 0.85rem !important;
        flex: 1 !important;
        max-width: 130px !important;
        min-width: 100px !important;
        text-align: center !important;
        justify-content: center !important;
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        border-radius: 12px !important;
    }

    .services-header {
        margin-bottom: 60px;
        padding: 0 20px;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
    }

    .services-header h2 {
        font-size: 2.5rem;
        text-align: center !important;
    }

    .services-header p {
        font-size: 1.1rem;
        padding: 0;
        text-align: center !important;
    }
}

@media (max-width: 480px) {
    .services-layout {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 30px;
        padding: 0 15px;
        width: 100% !important;
        margin: 0 auto !important;
    }

    .services-header h2 {
        font-size: 2.2rem;
        text-align: center !important;
    }

    .services-header {
        margin-bottom: 50px;
        padding: 0 15px;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
    }

    .service-card {
        width: 95% !important;
        max-width: 400px !important;
        min-width: 360px !important;
        margin: 0 auto !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .location-card {
        width: 95% !important;
        max-width: 400px !important;
        min-width: 380px !important;
        margin: 0 auto !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

/* Tablets e telas intermediárias */
@media (min-width: 481px) and (max-width: 768px) {
    .services-layout {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 50px;
        padding: 0 40px;
        width: 100% !important;
        margin: 0 auto !important;
    }

    .service-card {
        width: 85% !important;
        max-width: 480px !important;
        min-width: 420px !important;
        margin: 0 auto !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .location-card {
        width: 85% !important;
        max-width: 450px !important;
        min-width: 380px !important;
        margin: 0 auto !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .locations-grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 30px;
        width: 100% !important;
        margin: 0 auto !important;
    }
}

.service-card {
    background: white;
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 20px 60px rgba(65, 53, 53, 0.08);
    transition: all 0.4s ease;
    border: 3px solid rgba(189, 174, 177, 0.3);
    overflow: hidden;
    position: relative;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(135deg, #413535, #bdaeb1);
}

.service-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to top, rgba(240, 239, 239, 0.5), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}



.service-card:hover::after {
    opacity: 1;
}

.service-icon {
    text-align: center;
    padding: 40px 40px 20px;
    background: linear-gradient(135deg, rgba(65, 53, 53, 0.03), rgba(189, 174, 177, 0.05));
    position: relative;
    overflow: hidden;
}

.service-icon::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(189, 174, 177, 0.05) 0%, transparent 70%);
    top: -75px;
    right: -75px;
}

.service-icon i {
    font-size: 4rem;
    color: #413535;
    background: linear-gradient(135deg, #413535, #bdaeb1);
}

/* Estilos para imagens das especialidades */
.service-image {
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgba(65, 53, 53, 0.03), rgba(189, 174, 177, 0.05));
    padding: 15px;
    box-sizing: border-box;
}

.service-image::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(189, 174, 177, 0.05) 0%, transparent 70%);
    top: -75px;
    right: -75px;
}

.service-image img {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}



/* Responsividade para imagens das especialidades */
@media (max-width: 768px) {
    .service-image {
        height: 260px;
        padding: 12px;
    }

    .service-content {
        padding: 30px 25px 35px !important;
        text-align: left !important;
    }

    .service-content h3 {
        padding-right: 5px;
        text-align: left !important;
        font-size: 1.4rem !important;
        margin-bottom: 18px !important;
    }

    .service-content p {
        padding-right: 5px;
        text-align: left !important;
        line-height: 1.6 !important;
        margin-bottom: 25px !important;
    }

    .service-badge {
        margin-bottom: 20px !important;
    }

    .service-cta-button {
        text-align: center !important;
        padding-top: 20px !important;
        margin-top: 20px !important;
    }

    .btn-specialty {
        padding: 16px 28px !important;
        font-size: 0.95rem !important;
        min-width: 180px !important;
    }

    .service-features {
        padding-right: 5px;
    }

    .service-cta-button {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .service-image {
        height: 220px;
        padding: 10px;
    }

    .service-content {
        padding: 25px 30px 30px;
    }

    .btn-specialty {
        padding: 16px 30px;
        min-width: 180px;
        font-size: 0.95rem;
    }
}

.service-content {
    padding: 35px 40px 45px;
    text-align: left;
}

.service-badge {
    background: #bdaeb1;
    color: white;
    padding: 10px 24px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(189, 174, 177, 0.2);
    position: relative;
    overflow: hidden;
}

.service-badge::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.service-content h3 {
    font-size: 2rem;
    color: #413535;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
    padding-right: 10px;
}

.service-content p {
    color: #666666;
    line-height: 1.7;
    margin-bottom: 35px;
    font-size: 1.05rem;
    border-left: 3px solid rgba(189, 174, 177, 0.3);
    padding-left: 18px;
    padding-right: 10px;
}

.service-features {
    margin-bottom: 35px;
    padding-right: 10px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 18px;
    padding: 18px 20px;
    background: rgba(240, 239, 239, 0.6);
    border-radius: 15px;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    position: relative;
    overflow: hidden;
}

.feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(65, 53, 53, 0.02), rgba(189, 174, 177, 0.03));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-item:hover {
    background: rgba(189, 174, 177, 0.08);
    border-left-color: #413535;
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(65, 53, 53, 0.05);
}

.feature-item:hover::before {
    opacity: 1;
}

.feature-icon {
    background: linear-gradient(135deg, rgba(65, 53, 53, 0.1), rgba(189, 174, 177, 0.2));
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(65, 53, 53, 0.1);
}

.feature-icon i {
    font-size: 1.2rem;
    color: #413535;
}

.feature-text {
    position: relative;
    z-index: 1;
}

.feature-text strong {
    display: block;
    color: #413535;
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.feature-item:hover .feature-text strong {
    color: #413535;
}

.feature-text span {
    color: #666666;
    font-size: 0.9rem;
    opacity: 0.9;
    transition: color 0.3s ease;
}

.feature-item:hover .feature-text span {
    color: #555555;
}

.service-cta-button {
    text-align: center;
    padding-top: 25px;
    border-top: 1px solid rgba(189, 174, 177, 0.2);
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-specialty {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    background: linear-gradient(135deg, #413535, #645353);
    color: white;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(65, 53, 53, 0.2);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(189, 174, 177, 0.2);
    letter-spacing: 0.5px;
    width: auto;
    min-width: 200px;
}

.btn-specialty::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;
}

.btn-specialty:hover::before {
    left: 100%;
}

.btn-specialty:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(65, 53, 53, 0.25);
    background: linear-gradient(135deg, #4e4242, #695858);
}

.btn-specialty i {
    font-size: 1.1rem;
    color: #bdaeb1;
}

.services-cta {
    text-align: center;
    margin-top: 60px;
    position: relative;
}

.services-cta::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #bdaeb1, transparent);
}

.btn-services {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: linear-gradient(135deg, #413535, #534646);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(65, 53, 53, 0.2);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(189, 174, 177, 0.3);
    letter-spacing: 0.5px;
}

.btn-services::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transition: left 0.8s;
}

.btn-services:hover::before {
    left: 100%;
}

.btn-services:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(65, 53, 53, 0.3);
    background: linear-gradient(135deg, #4e4242, #695858);
}

/* Localizações - Layout com Minimapas */
.locations {
    padding: 120px 0;
    background-color: #f9f9f9;
    background-image: radial-gradient(circle at 90% 10%, rgba(65, 53, 53, 0.03) 0%, transparent 60%),
        radial-gradient(circle at 10% 90%, rgba(189, 174, 177, 0.05) 0%, transparent 50%);
    position: relative;
    overflow: hidden;
}

.locations::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 30px 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zm20.97 0l9.315 9.314-1.414 1.414L34.828 0h2.83zM22.344 0L13.03 9.314l1.414 1.414L25.172 0h-2.83zM32 0l12.142 12.142-1.414 1.414L30 .828 17.272 13.556l-1.414-1.414L28 0h4zM.284 0l28 28-1.414 1.414L0 2.544V0h.284zM0 5.373l25.456 25.455-1.414 1.415L0 8.2V5.374zm0 5.656l22.627 22.627-1.414 1.414L0 13.86v-2.83zm0 5.656l19.8 19.8-1.415 1.413L0 19.514v-2.83zm0 5.657l16.97 16.97-1.414 1.415L0 25.172v-2.83zM0 28l14.142 14.142-1.414 1.414L0 30.828V28zm0 5.657L11.314 44.97 9.9 46.386l-9.9-9.9v-2.828zm0 5.657L8.485 47.8 7.07 49.212 0 42.143v-2.83zm0 5.657l5.657 5.657-1.414 1.415L0 47.8v-2.83zm0 5.657l2.828 2.83-1.414 1.413L0 53.456v-2.83zM54.627 60L30 35.373 5.373 60H8.2L30 38.2 51.8 60h2.827zm-5.656 0L30 41.03 11.03 60h2.828L30 43.858 46.142 60h2.83zm-5.656 0L30 46.686 16.686 60h2.83L30 49.515 40.485 60h2.83zm-5.657 0L30 52.343 22.344 60h2.83L30 55.172 34.828 60h2.83zM32 60l-2-2-2 2h4zM59.716 0l-28 28 1.414 1.414L60 2.544V0h-.284zM60 5.373L34.544 30.828l1.414 1.415L60 8.2V5.374zm0 5.656L37.373 33.656l1.414 1.414L60 13.86v-2.83zm0 5.656l-19.8 19.8 1.415 1.413L60 19.514v-2.83zm0 5.657l-16.97 16.97 1.414 1.415L60 25.172v-2.83zM60 28L45.858 42.142l1.414 1.414L60 30.828V28zm0 5.657L48.686 44.97l1.415 1.415 9.9-9.9v-2.828zm0 5.657L51.515 47.8l1.414 1.413 7.07-7.07v-2.83zm0 5.657l-5.657 5.657 1.414 1.415L60 47.8v-2.83zm0 5.657l-2.828 2.83 1.414 1.413L60 53.456v-2.83zM39.9 16.385l1.414-1.414L30 3.658 18.686 14.97l1.415 1.415 9.9-9.9 9.9 9.9zm-2.83 2.828l1.415-1.414L30 9.313 21.515 17.8l1.414 1.413L30 12.143l7.07 7.07zm-2.827 2.83l1.414-1.416L30 14.97l-5.657 5.657 1.414 1.415L30 17.8l4.243 4.242zm-2.83 2.827l1.415-1.414L30 20.626l-2.828 2.83 1.414 1.414L30 23.456l1.414 1.414zM56.87 59.414L58.284 58 30 29.716 1.716 58l1.414 1.414L30 32.544l26.87 26.87z' stroke-width='0.5' stroke='rgba(65, 53, 53, 0.03)' fill='rgba(189, 174, 177, 0.02)' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.5;
    pointer-events: none;
}

.locations-header {
    text-align: center;
    margin-bottom: 80px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    position: relative;
}

.locations-header::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #bdaeb1, transparent);
}

.locations-header h2 {
    font-size: 3.2rem;
    color: #413535;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.locations-header .section-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #413535, #bdaeb1);
    margin: 0 auto 30px;
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(65, 53, 53, 0.1);
}

.locations-header .locations-subtitle {
    font-size: 1.2rem;
    color: #413535;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 400;
    padding: 0 20px;
}

.locations-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* Responsividade para mobile */
@media (max-width: 767px) {
    .locations {
        padding: 80px 0;
    }

    .locations-header {
        margin-bottom: 50px;
    }

    .locations-header h2 {
        font-size: 2.5rem;
    }

    .locations-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
        max-width: 100%;
        margin: 0 auto 60px;
    }

    /* Hover removido para melhor performance */

    .location-info {
        padding: 25px 20px;
    }

    .location-info h3 {
        font-size: 1.5rem;
    }

    .detail-item {
        padding: 12px;
    }
}

.location-card {
    background: white;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(65, 53, 53, 0.1);
    transition: all 0.4s ease;
    border: 1px solid rgba(189, 174, 177, 0.1);
    position: relative;
    transform: translateZ(0);
    perspective: 1000px;
}

.location-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: linear-gradient(135deg, #413535, #bdaeb1);
    z-index: 1;
}

.location-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(189, 174, 177, 0.08), transparent 60%),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

/* Hovers removidos para melhor performance */

.location-map {
    position: relative;
    height: 220px;
    overflow: hidden;
    border-bottom: 1px solid rgba(189, 174, 177, 0.1);
}

.location-map iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(30%) contrast(1.05) saturate(0.9);
    transition: all 0.5s ease;
}

/* Hover do mapa removido para melhor performance */

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 20px;
    pointer-events: none;
    z-index: 5;
}

/* Removida definição duplicada */
.location-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Overlay invade mais a foto e faz transição suave */
    background: linear-gradient(90deg,
            rgba(139, 90, 68, 0.98) 0%,
            rgba(139, 90, 68, 0.98) 54%,
            rgba(139, 90, 68, 0.85) 60%,
            rgba(139, 90, 68, 0.5) 67%,
            rgba(139, 90, 68, 0.15) 73%,
            transparent 78%);
    z-index: 2;
    pointer-events: none;
    transition: background 0.3s;
}

.location-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 8px 20px rgba(65, 53, 53, 0.25);
    background: #413535;
    color: white;
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
}

.location-badge::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmer 2.5s infinite;
}

.location-badge i {
    font-size: 1rem;
    color: #bdaeb1;
}

.location-info {
    padding: 35px 30px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: calc(100% - 220px);
}

.location-info h3 {
    font-size: 1.8rem;
    color: #413535;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    position: relative;
    padding-bottom: 15px;
}

.location-info h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #bdaeb1, transparent);
    border-radius: 2px;
}

.location-details {
    margin-bottom: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.detail-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 16px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-left: 3px solid transparent;
}

.detail-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(65, 53, 53, 0.03), rgba(189, 174, 177, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.detail-item:hover {
    background: white;
    transform: translateX(5px);
    box-shadow: 0 8px 20px rgba(65, 53, 53, 0.08);
    border-left-color: #bdaeb1;
}

.detail-item:hover::before {
    opacity: 1;
}

.detail-item i {
    color: #413535;
    font-size: 1.2rem;
    width: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    transition: all 0.3s ease;
}

.detail-item:hover i {
    color: #bdaeb1;
    transform: scale(1.2);
}

.detail-item div {
    flex: 1;
    position: relative;
    z-index: 1;
}

.detail-item strong {
    display: block;
    color: #413535;
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 1rem;
}

.detail-item span {
    color: #666666;
    font-size: 0.95rem;
    line-height: 1.4;
}

.location-actions {
    display: flex;
    gap: 12px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(189, 174, 177, 0.1);
}

@media (max-width: 767px) {
    .location-actions {
        flex-direction: column;
    }
}

.btn-directions {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #413535, #534646);
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(65, 53, 53, 0.2);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(189, 174, 177, 0.3);
    max-width: 160px;
}

.btn-directions::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transition: left 0.6s;
}

.btn-directions:hover::before {
    left: 100%;
}

.btn-directions:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(227, 100, 20, 0.4);
}

.btn-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 16px;
    background: white;
    color: #413535;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: 1px solid #bdaeb1;
    box-shadow: 0 4px 10px rgba(65, 53, 53, 0.05);
    position: relative;
    overflow: hidden;
    max-width: 160px;
    flex: 1;
}

.btn-call::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(189, 174, 177, 0.15), transparent);
    transition: left 0.6s;
}

.btn-call:hover {
    background: #f4f2f3;
    color: #413535;
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(189, 174, 177, 0.2);
    border-color: rgba(189, 174, 177, 0.5);
}

.btn-call:hover::before {
    left: 100%;
}

.locations-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.stat-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px;
    background: linear-gradient(135deg, var(--warm-brown), var(--deep-brown));
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(44, 62, 80, 0.15);
    transition: all 0.3s ease;
    min-width: 200px;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(44, 62, 80, 0.2);
}

.stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--light-orange), var(--amber));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-icon i {
    font-size: 1.8rem;
    color: var(--warm-white);
}

.stat-info {
    text-align: left;
}

.stat-number {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--amber);
    display: block;
    line-height: 1;
}

.stat-label {
    color: var(--light-gray);
    font-size: 0.95rem;
    font-weight: 500;
    margin-top: 5px;
}

/* CTA Agendamento - Design Elaborado */
.schedule {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

.cta-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.cta-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><pattern id="medical" width="60" height="60" patternUnits="userSpaceOnUse"><circle cx="30" cy="30" r="2" fill="%23E6704A20" opacity="0.6"/><path d="M25,30 L35,30 M30,25 L30,35" stroke="%23D4926F30" stroke-width="1" opacity="0.4"/></pattern></defs><rect width="200" height="200" fill="url(%23medical)"/></svg>') repeat;
    opacity: 0.3;
}

.cta-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
            var(--light-cream) 0%,
            var(--warm-white) 30%,
            rgba(255, 204, 112, 0.1) 70%,
            var(--light-cream) 100%);
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.cta-header {
    margin-bottom: 60px;
}

.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--dark-orange), var(--amber));
    color: var(--warm-white);
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 30px;
    box-shadow: 0 8px 25px rgba(227, 100, 20, 0.3);
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.cta-badge i {
    font-size: 1.1rem;
}

.cta-header h2 {
    font-size: 3.5rem;
    color: var(--warm-brown);
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(160, 103, 79, 0.1);
}

.cta-header p {
    font-size: 1.3rem;
    color: var(--dark-gray);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    opacity: 0.9;
}

.cta-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 80px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.action-primary,
.action-secondary {
    text-align: left;
}

.action-info {
    margin-bottom: 20px;
}

.action-info h3 {
    font-size: 1.4rem;
    color: var(--warm-brown);
    font-weight: 600;
    margin-bottom: 8px;
}

.action-info span {
    color: var(--dark-gray);
    font-size: 1rem;
    opacity: 0.8;
}

.btn-whatsapp,
.btn-phone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 25px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.4s ease;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-whatsapp {
    background: linear-gradient(135deg, var(--whatsapp-green), #1fac54);
    color: white;
}

.btn-phone {
    background: linear-gradient(135deg, var(--terracotta), var(--warm-brown));
    color: white;
}

.btn-whatsapp:hover,
.btn-phone:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.btn-whatsapp::before,
.btn-phone::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.6s;
}

.btn-whatsapp:hover::before,
.btn-phone:hover::before {
    left: 100%;
}

.btn-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.btn-text strong {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 3px;
}

.btn-text span {
    font-size: 0.9rem;
    opacity: 0.9;
}

.btn-arrow {
    background: rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.btn-whatsapp:hover .btn-arrow,
.btn-phone:hover .btn-arrow {
    transform: translateX(5px);
}

.cta-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 60px;
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(227, 100, 20, 0.1);
}

.cta-features .feature-item {
    text-align: center;
    padding: 20px;
    transition: all 0.3s ease;
}

.cta-features .feature-item:hover {
    transform: translateY(-10px);
}

.cta-features .feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--light-terracotta), var(--terracotta));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.8rem;
    color: var(--warm-white);
    box-shadow: 0 10px 25px rgba(212, 146, 111, 0.3);
    transition: all 0.3s ease;
}

.cta-features .feature-item:hover .feature-icon {
    transform: scale(1.1);
    box-shadow: 0 15px 35px rgba(212, 146, 111, 0.4);
}

.cta-features .feature-text strong {
    display: block;
    color: var(--warm-brown);
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1rem;
}

.cta-features .feature-text span {
    color: var(--dark-gray);
    font-size: 0.9rem;
    opacity: 0.8;
    line-height: 1.4;
}

.cta-footer {
    text-align: center;
    padding-top: 40px;
    border-top: 2px solid rgba(227, 100, 20, 0.1);
}

.availability {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, var(--sage-green), rgba(156, 175, 136, 0.8));
    color: var(--warm-white);
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 1rem;
    box-shadow: 0 8px 25px rgba(156, 175, 136, 0.3);
}

.availability i {
    font-size: 1.1rem;
}

/* Depoimentos - Design Elaborado */

/* container que segura o track */
.carousel-container {
    overflow-x: auto;
    /* permite rolagem horizontal */
    overflow-y: hidden;
    /* evita barra vertical */
    -webkit-overflow-scrolling: touch;
    /* rolagem suave no iOS */
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    /* espaço lateral menor que os 80px antigos */
    scroll-snap-type: x mandatory;
    /* snap suave */
}

/* track com slides na horizontal */
.carousel-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    /* espaço entre os cards */
}

/* cada slide ocupa uma largura fixa */
.testimonial-slide {
    flex: 0 0 80%;
    /* ocupa 80% da largura */
    max-width: 300px;
    min-width: 260px;
    scroll-snap-align: start;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

/* ============================= */
/* DEPOIMENTOS - VERSÃO LIMPA */
/* ============================= */
.testimonials {
    padding: 80px 0;
    background: #f9f9f9;
    position: relative;
}

.testimonials .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.testimonials .section-title {
    text-align: center;
    font-size: 2.5rem;
    color: #413535;
    margin-bottom: 15px;
    font-weight: 700;
}

.testimonials .section-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.testimonials-track {
    position: relative;
    overflow: hidden;
}

.testimonial-slide {
    display: none;
    background: white;
    padding: 40px 60px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(65, 53, 53, 0.1);
    border: 2px solid #bdaeb1;
    text-align: center;
    min-width: 700px;
    max-width: 900px;
}

.testimonial-slide.active {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Estilos internos dos depoimentos */
.testimonial-slide .stars {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 25px;
}

.testimonial-slide .stars i {
    color: #ffc107;
    font-size: 1.2rem;
}

.testimonial-slide .testimonial-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 30px;
    font-style: italic;
    text-align: justify;
    word-spacing: 1px;
    hyphens: none;
}

.testimonial-slide .testimonial-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.testimonial-slide .name {
    font-size: 1.1rem;
    color: #413535;
    font-weight: 600;
}

.testimonial-slide .treatment,
.testimonial-slide .date {
    font-size: 0.9rem;
    color: #bdaeb1;
}

/* Botões de navegação */
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #413535;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    z-index: 10;
}

.nav-btn:hover {
    background: #bdaeb1;
    transform: translateY(-50%) scale(1.1);
}

.prev-btn {
    left: -70px;
}

.next-btn {
    right: -70px;
}

/* Dots de navegação */
.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #413535;
}

.dot:hover {
    background: #bdaeb1;
}

/* Responsividade dos depoimentos */
@media (max-width: 768px) {
    .testimonials {
        padding: 60px 0;
    }

    .testimonials .section-title {
        font-size: 2rem;
    }

    .testimonial-slide {
        padding: 30px 25px;
        min-width: 90%;
        max-width: 95%;
    }

    .prev-btn,
    .next-btn {
        display: none;
    }
}

@media (max-width: 480px) {
    .testimonials {
        padding: 40px 0;
    }

    .testimonials .section-title {
        font-size: 1.8rem;
    }

    .testimonial-slide {
        padding: 25px 20px;
        min-width: 95%;
        max-width: 98%;
    }

    .testimonial-slide .testimonial-text {
        font-size: 1rem;
        text-align: left;
    }
}

.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(227, 100, 20, 0.1);
}

.patient-name h4 {
    color: var(--warm-brown);
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
}

.testimonial-rating {
    flex-shrink: 0;
}

.stars {
    display: flex;
    gap: 4px;
}

.stars i {
    color: var(--amber);
    font-size: 1.3rem;
    filter: drop-shadow(0 2px 4px rgba(255, 204, 112, 0.3));
}

.testimonial-content {
    margin-bottom: 25px;
}

.testimonial-content p {
    color: var(--dark-gray);
    line-height: 1.7;
    font-size: 1.1rem;
    font-style: italic;
    margin: 0;
}

.testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid rgba(227, 100, 20, 0.1);
}

.treatment-info .treatment-name {
    background: linear-gradient(135deg, var(--light-terracotta), rgba(212, 146, 111, 0.3));
    color: var(--warm-brown);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    display: inline-block;
}

.testimonial-date {
    color: var(--warm-gray);
    font-size: 0.9rem;
    font-weight: 500;
}


/* Botões de navegação ajustados */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--warm-white);
    border: 3px solid var(--dark-orange);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s ease;
    color: var(--dark-orange);
    font-size: 1.4rem;
    z-index: 10;
    box-shadow: 0 10px 25px rgba(227, 100, 20, 0.2);
}

.carousel-btn:hover {
    background: var(--dark-orange);
    color: var(--warm-white);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 15px 35px rgba(227, 100, 20, 0.4);
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

/* Indicadores melhorados */
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(227, 100, 20, 0.3);
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
}

.dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--dark-orange);
    opacity: 0;
    transition: all 0.4s ease;
}

.dot.active::before,
.dot:hover::before {
    opacity: 1;
}

.dot.active,
.dot:hover {
    background: var(--light-orange);
    transform: scale(1.3);
    box-shadow: 0 4px 15px rgba(227, 100, 20, 0.3);
}

/* Estatísticas redesenhadas */
.satisfaction-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.satisfaction-stats .stat-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px 40px;
    background: linear-gradient(135deg, var(--terracotta), var(--warm-brown));
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(160, 103, 79, 0.2);
    transition: all 0.4s ease;
    min-width: 220px;
}

.satisfaction-stats .stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(160, 103, 79, 0.3);
}

.satisfaction-stats .stat-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--light-amber), var(--amber));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(255, 204, 112, 0.3);
}

.satisfaction-stats .stat-icon i {
    font-size: 2rem;
    color: var(--warm-white);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.satisfaction-stats .stat-info {
    text-align: left;
}

.satisfaction-stats .stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--amber);
    display: block;
    line-height: 1;
    filter: drop-shadow(0 2px 4px rgba(255, 204, 112, 0.3));
}

.satisfaction-stats .stat-label {
    color: var(--light-cream);
    font-size: 1rem;
    font-weight: 500;
    margin-top: 5px;
}

/* CTA Agendamento - Design Elaborado */
.schedule {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

.cta-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.cta-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><pattern id="medical" width="60" height="60" patternUnits="userSpaceOnUse"><circle cx="30" cy="30" r="2" fill="%23E6704A20" opacity="0.6"/><path d="M25,30 L35,30 M30,25 L30,35" stroke="%23D4926F30" stroke-width="1" opacity="0.4"/></pattern></defs><rect width="200" height="200" fill="url(%23medical)"/></svg>') repeat;
    opacity: 0.3;
}

.cta-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
            var(--light-cream) 0%,
            var(--warm-white) 30%,
            rgba(255, 204, 112, 0.1) 70%,
            var(--light-cream) 100%);
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.cta-header {
    margin-bottom: 60px;
}

.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--dark-orange), var(--amber));
    color: var(--warm-white);
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 30px;
    box-shadow: 0 8px 25px rgba(227, 100, 20, 0.3);
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}


.cta-badge i {
    font-size: 1.1rem;
}

.cta-header h2 {
    font-size: 3.5rem;
    color: var(--warm-brown);
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(160, 103, 79, 0.1);
}