.custom-new-hero h1,
.custom-new-hero p,
.custom-new-hero span.tag {
  color: white;
}

.custom-new-hero h1 {
  margin-top: 16px!important;
}

.custom-new-hero p {
  opacity: 0.8;
  line-height: 1.4;
  margin-top: 24px!important;
  font-size: 17px;
  font-weight: 200;
}

.custom-new-hero {
  margin-bottom: 140px;
}

.custom-new-hero .tag {
  border: solid 1px #ffffff59;
  padding: 8px 16px;
  border-radius: 40px;
  font-size: 13px !important;
  font-weight: 300;
}

.scrolled-header {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 0.3s ease, border 0.3s ease;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.scrolled-header .text-white {
    color: hsl(240, 5%, 8%) !important; /* Tailwind 'dark' color */
}

.scrolled-header .text-white\/90 {
    color: hsl(240, 5%, 8%) !important;
}

.space-top-hero {
  padding-top: 170px;
}


.hero-fullscreen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

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

@media (min-width: 768px) {
    .container-width {
        padding: 0 2rem;
    }
}

.btn-primary {
    background: linear-gradient(135deg, hsl(270, 70%, 60%), hsl(280, 85%, 65%));
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 0.75rem;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.6);
}

.heading-hero {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    color: white;
}

.text-modern {
    font-size: 1.125rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Hide scrollbar but keep functionality */
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.container-width {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 768px) {
    .container-width {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.heading-secondary {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    color: hsl(240, 5%, 8%); /* Using Tailwind dark color from previous file */
}
.text-elegant {
    font-size: 1.125rem;
    line-height: 1.7;
    color: hsl(240, 5%, 8%, 0.8);
}
.card-service {
    background-color: hsl(0, 0%, 100%);
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.card-service:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(139, 92, 246, 0.1);
}

.shadow-modern {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.btn-secondary {
    background: linear-gradient(135deg, hsl(270, 70%, 60%), hsl(280, 85%, 65%));
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 0.75rem;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
}
.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.6);
}

.service-card {
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.service-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.container-width {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 768px) {
    .container-width {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.heading-secondary {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    color: hsl(240, 5%, 8%); /* Using Tailwind dark color from previous file */
}
.text-elegant {
    font-size: 1.125rem;
    line-height: 1.7;
    color: hsl(240, 5%, 8%, 0.8);
}
.btn-primary {
    background-color: hsl(270, 70%, 60%);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 0.75rem;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.6);
}

/* Animation classes */
.animated-image {
    opacity: 0;
    transform: translateX(-2rem);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.animated-image.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.animated-content {
    opacity: 0;
    transform: translateX(2rem);
    transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.animated-content.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.animated-achievement {
    opacity: 0;
    transform: translateY(1rem);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.animated-achievement.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.container-width {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 768px) {
    .container-width {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.heading-secondary {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    color: hsl(240, 5%, 8%); /* Usando cores Tailwind de arquivo anterior */
}
.text-elegant {
    font-size: 1.125rem;
    line-height: 1.7;
    color: hsl(240, 5%, 8%, 0.8);
}
.card-modern {
    background-color: hsl(0, 0%, 100%);
    border-radius: 1.5rem;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}
.testimonial-item {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.testimonial-item.active {
    display: block;
    opacity: 1;
}

/* Animation */
.animated-section {
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.animated-section.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.container-width {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 768px) {
    .container-width {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.heading-secondary {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    color: hsl(240, 5%, 8%);
}
.text-elegant {
    font-size: 1.125rem;
    line-height: 1.7;
    color: hsl(240, 5%, 8%, 0.8);
}
.card-modern {
    background-color: hsl(0, 0%, 100%);
    border-radius: 1.5rem;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.btn-primary {
    background-color: hsl(270, 70%, 60%);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 0.75rem;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.6);
}

.section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.container-width {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 768px) {
    .container-width {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.heading-secondary {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    color: hsl(240, 5%, 8%);
}
.text-elegant {
    font-size: 1.125rem;
    line-height: 1.7;
    color: hsl(240, 5%, 8%, 0.8);
}
.card-modern {
    background-color: hsl(0, 0%, 100%);
    border-radius: 1.5rem;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.card-service {
    background-color: hsl(0, 0%, 100%);
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.btn-primary {
    background-color: hsl(270, 70%, 60%);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 0.75rem;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.6);
}

/* Variáveis de Cores */
:root {
    --color-primary: hsl(270, 70%, 60%);
    --color-primary-light: hsl(270, 80%, 70%);
    --color-secondary: hsl(18, 80%, 75%);
    --color-accent-light: hsl(330, 80%, 60%);
    --color-foreground: hsl(240, 5%, 8%);
    --color-background: hsl(0, 0%, 98%);
    --color-muted: hsl(0, 0%, 95%);
    --color-border: hsl(240, 5%, 8%, 0.1);
}

/* Estilos Gerais do Rodapé */
.footer {
    background-color: var(--color-foreground);
    color: var(--color-background);
}

.container-width {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 768px) {
    .container-width {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* Seção Principal do Rodapé */
.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.grid-container {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .grid-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .grid-container {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* Estilos da Marca e Texto */
.brand-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.brand-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-primary-light);
    margin-bottom: 0.5rem;
}

.brand-title span {
    color: var(--color-accent-light);
}

.brand-description {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.625;
}

/* Links Sociais */
.social-links {
    display: flex;
    gap: 1rem;
}

.social-link-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: hsla(270, 80%, 70%, 0.2);
    border-radius: 9999px; /* rounded-full */
    transition-property: background-color;
    transition-duration: 300ms;
}

.social-link-item:hover {
    background-color: hsla(270, 80%, 70%, 0.3);
}

.social-link-item svg {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--color-primary-light);
}

/* Títulos e Listas */
.section-title {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--color-background);
    margin-bottom: 1.5rem;
}

.link-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.link-list a {
    color: rgba(255, 255, 255, 0.8);
    transition-property: color;
    transition-duration: 300ms;
}

.link-list a:hover {
    color: var(--color-primary-light);
}

/* Informações de Contato */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.contact-info-item.center-align {
    align-items: center;
}

.contact-info-item svg {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--color-primary-light);
    flex-shrink: 0;
}

.contact-info-item p {
    color: rgba(255, 255, 255, 0.8);
}

.contact-info-item a {
    color: rgba(255, 255, 255, 0.8);
    transition-property: color;
    transition-duration: 300ms;
}

.contact-info-item a:hover {
    color: var(--color-primary-light);
}

/* Botão de Agendamento (CTA) */
.cta-button {
    display: inline-block;
    background-color: var(--color-primary-light);
    color: var(--color-foreground);
    padding: 0.75rem 1.5rem;
    border-radius: 9999px; /* rounded-full */
    font-weight: 500;
    transition-property: background-color;
    transition-duration: 300ms;
}

.cta-button:hover {
    background-color: var(--color-primary);
}

/* Rodapé Inferior */
.border-t {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.bottom-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

@media (min-width: 768px) {
    .bottom-footer {
        flex-direction: row;
        gap: 0;
    }
}

.bottom-footer-left, .bottom-footer-right {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    flex-wrap: wrap;
    justify-content: center;
}

.bottom-footer-right {
    font-size: 0.875rem;
    gap: 1.5rem;
}

.bottom-footer-right a {
    color: rgba(255, 255, 255, 0.8);
    transition-property: color;
    transition-duration: 300ms;
}

.bottom-footer-right a:hover {
    color: var(--color-primary-light);
}

.bottom-footer-left svg {
    width: 1rem;
    height: 1rem;
    color: var(--color-accent-light);
    fill: currentColor;
}

/* Estilo para o botão "Saiba Mais" - Versão em branco com borda roxa */
.btn-know {
    /* Fundo transparente e texto/borda roxos */
    background: transparent;
    color: hsl(270, 70%, 60%); /* Roxo claro para o texto */
    border: 1px solid hsl(270, 70%, 60%); /* Borda roxa clara */
    padding: 0.75rem 2rem;
    border-radius: 0.75rem;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none; /* Remove a sombra inicial */
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

/* Efeito ao passar o mouse */
.btn-know:hover {
    color: hsl(265, 80%, 50%); /* Roxo mais escuro para o texto */
    border-color: hsl(265, 80%, 50%); /* Roxo mais escuro para a borda */
    border-width: 1px; /* Borda mais grossa */
    transform: translateY(-2px);
    /* box-shadow: 0 4px 15px hsla(270, 70%, 60%, 0.4); /* Adiciona uma sombra sutil ao passar o mouse */
}

/* Estilo para dias desabilitados no calendário */
.day-disabled {
    color: #a0a0a0; /* Cor do texto mais clara */
    cursor: not-allowed;
    opacity: 0.6;
}

/* Estilo padrão para os dias */
.day-slot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    border-radius: 9999px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Efeito ao passar o mouse sobre os dias */
.day-slot:not(.day-disabled):hover {
    background-color: hsl(270, 70%, 95%);
    color: hsl(270, 70%, 60%);
}

/* Estilo para o dia selecionado (ativo) */
.day-slot.selected {
    background-color: hsl(270, 70%, 60%);
    color: white; /* Texto branco */
    font-weight: 600;
}

/* Estilo para a hora quando o mouse passar por cima */
.time-slot {
    cursor: pointer;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    transition: background-color 0.3s ease;
}

.time-slot:hover {
    background-color: hsl(270, 70%, 95%);
    color: hsl(270, 70%, 60%);
}

/* Estilo para a hora selecionada */
.time-slot.selected {
    background-color: hsl(270, 70%, 60%);
    color: white !important; /* Texto branco */
    font-weight: 600;
}
