* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #fff;
}

.navbar {
    background-color: #fff;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.navbar-brand {
    color: #000;
    font-weight: 600;
    padding: 1rem 1.5rem;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.logo-img {
    height: 65px;
    width: auto;
    object-fit: contain;
}

@media (min-width: 768px) {
    .logo-img {
        height: 75px;
    }
}

.navbar-toggler {
    border: none;
    padding: 0.5rem 1rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2874, 74, 74, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-collapse {
    background-color: #faf8f5;
    border-top: 1px solid #e5e5e5;
}

.menu-list {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-list .nav-item {
    border-bottom: 1px solid #e5e5e5;
}

.menu-list .nav-item:last-of-type {
    border-bottom: none;
}

.menu-list .nav-link {
    color: #4a4a4a;
    padding: 1rem 1.5rem;
    text-decoration: none;
    display: block;
    font-size: 1rem;
    transition: all 0.2s;
    font-weight: 500;
}

.menu-list .nav-link:hover {
    background-color: #f5f5f5;
    color: #d4af37;
}

.nav-buttons {
    padding: 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.btn-whatsapp,
.btn-agendar {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1.25rem;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.2s;
    width: 100%;
    justify-content: flex-start;
}

.btn-whatsapp {
    background-color: #fff;
    border: 1px solid #d4af37;
    color: #d4af37;
}

.btn-whatsapp:hover {
    background-color: #fafafa;
    color: #d4af37;
}

.btn-agendar {
    background-color: #d4af37;
    border: 1px solid #d4af37;
    color: #fff;
}

.btn-agendar:hover {
    background-color: #c19d2e;
    color: #fff;
}

.btn-whatsapp svg,
.btn-agendar svg {
    flex-shrink: 0;
}

@media (min-width: 992px) {
    .navbar-collapse {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .menu-list {
        display: flex;
        flex-direction: row;
        gap: 0;
        width: auto;
    }
    
    .menu-list .nav-item {
        border-bottom: none;
        border-right: 1px solid #e5e5e5;
    }
    
    .menu-list .nav-item:last-of-type {
        border-right: none;
    }
    
    .nav-buttons {
        flex-direction: row;
        padding: 0;
        width: auto;
        gap: 0.75rem;
    }
    
    .btn-whatsapp,
    .btn-agendar {
        width: auto;
        padding: 0.625rem 1.25rem;
    }
}

/* Hero Section */
.hero-section {
    background-color: #faf8f5;
    padding: 2rem 0 3rem;
    min-height: auto;
}

.hero-section .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.hero-headline {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    color: #4a4a4a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.headline-gray {
    color: #4a4a4a;
}

.headline-gold {
    color: #d4af37;
}

.hero-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.btn-trinks,
.btn-whatsapp-hero {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.2s;
    width: 100%;
    justify-content: flex-start;
}

.btn-trinks {
    background-color: #d4af37;
    color: #fff;
    border: 1px solid #d4af37;
}

.btn-trinks:hover {
    background-color: #c19d2e;
    color: #fff;
}

.btn-whatsapp-hero {
    background-color: #fff;
    color: #d4af37;
    border: 1px solid #d4af37;
}

.btn-whatsapp-hero:hover {
    background-color: #fafafa;
    color: #d4af37;
}

.btn-trinks svg,
.btn-whatsapp-hero svg {
    flex-shrink: 0;
    stroke: currentColor;
}

.hero-stats {
    display: flex;
    gap: 1.5rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.stat-item {
    flex: 1;
    min-width: 100px;
    text-align: left;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #d4af37;
    line-height: 1.2;
    margin-bottom: 0.25rem;
}

.stat-label {
    font-size: 0.875rem;
    color: #4a4a4a;
    line-height: 1.4;
}

/* Responsive Design */
@media (min-width: 768px) {
    .hero-section {
        padding: 3rem 0 4rem;
    }
    
    .hero-headline {
        font-size: 2.5rem;
    }
    
    .hero-buttons {
        flex-direction: row;
        gap: 1rem;
    }
    
    .btn-trinks,
    .btn-whatsapp-hero {
        width: auto;
        flex: 1;
    }
    
    .hero-stats {
        gap: 2rem;
        margin-top: 2rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .stat-label {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .hero-section {
        padding: 4rem 0 5rem;
    }
    
    .hero-headline {
        font-size: 3rem;
    }
    
    .hero-description {
        font-size: 1.125rem;
        max-width: 80%;
    }
    
    .hero-buttons {
        max-width: 600px;
    }
    
    .hero-stats {
        max-width: 600px;
        gap: 3rem;
    }
    
    .stat-number {
        font-size: 3rem;
    }
}

@media (max-width: 575px) {
    .hero-section {
        padding: 1.5rem 0 2rem;
    }
    
    .hero-headline {
        font-size: 1.75rem;
    }
    
    .hero-description {
        font-size: 0.9375rem;
    }
    
    .btn-trinks,
    .btn-whatsapp-hero {
        font-size: 0.9375rem;
        padding: 0.875rem 1.25rem;
    }
    
    .hero-stats {
        gap: 1rem;
    }
    
    .stat-item {
        min-width: 80px;
    }
    
    .stat-number {
        font-size: 1.75rem;
    }
    
    .stat-label {
        font-size: 0.8125rem;
    }
}

/* About Section */
.about-section {
    background-color: #faf8f5;
    padding: 3rem 0;
}

.about-content {
    max-width: 900px;
    margin: 0 auto;
}

.about-header {
    margin-bottom: 2.5rem;
}

.about-subtitle {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #d4af37;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.about-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #4a4a4a;
    margin: 0;
}

.highlight-gold {
    color: #d4af37;
    font-weight: 700;
}

.about-text {
    margin-bottom: 3rem;
}

.about-text p {
    font-size: 1rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
}

.about-text p:last-child {
    margin-bottom: 0;
}

.about-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.about-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.card-icon {
    width: 56px;
    height: 56px;
    background-color: #d4af37;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.card-icon svg {
    width: 24px;
    height: 24px;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4a4a4a;
    margin: 0;
}

.card-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.mission-card {
    background-color: #faf8f5;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.mission-icon {
    width: 64px;
    height: 64px;
    background-color: #d4af37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mission-icon svg {
    width: 28px;
    height: 28px;
}

.mission-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #4a4a4a;
    margin: 0;
}

.mission-description {
    font-size: 1rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin: 0;
    max-width: 600px;
}

/* Responsive About Section */
@media (min-width: 768px) {
    .about-section {
        padding: 4rem 0;
    }
    
    .about-title {
        font-size: 2.5rem;
    }
    
    .about-text p {
        font-size: 1.0625rem;
    }
    
    .about-cards {
        flex-direction: row;
        gap: 2rem;
    }
    
    .about-card {
        flex: 1;
    }
    
    .mission-card {
        padding: 3rem 2.5rem;
    }
    
    .mission-title {
        font-size: 2rem;
    }
    
    .mission-description {
        font-size: 1.0625rem;
    }
}

@media (min-width: 992px) {
    .about-section {
        padding: 5rem 0;
    }
    
    .about-title {
        font-size: 3rem;
    }
    
    .about-text {
        margin-bottom: 4rem;
    }
    
    .about-cards {
        margin-bottom: 3rem;
    }
}

@media (max-width: 575px) {
    .about-section {
        padding: 2rem 0;
    }
    
    .about-header {
        margin-bottom: 2rem;
    }
    
    .about-subtitle {
        font-size: 0.8125rem;
    }
    
    .about-title {
        font-size: 1.75rem;
    }
    
    .about-text {
        margin-bottom: 2rem;
    }
    
    .about-text p {
        font-size: 0.9375rem;
    }
    
    .about-cards {
        gap: 1.25rem;
        margin-bottom: 2rem;
    }
    
    .about-card {
        padding: 1.5rem;
    }
    
    .card-icon {
        width: 48px;
        height: 48px;
    }
    
    .card-icon svg {
        width: 20px;
        height: 20px;
    }
    
    .card-title {
        font-size: 1.25rem;
    }
    
    .card-description {
        font-size: 0.9375rem;
    }
    
    .mission-card {
        padding: 2rem 1.5rem;
    }
    
    .mission-icon {
        width: 56px;
        height: 56px;
    }
    
    .mission-icon svg {
        width: 24px;
        height: 24px;
    }
    
    .mission-title {
        font-size: 1.5rem;
    }
    
    .mission-description {
        font-size: 0.9375rem;
    }
}

/* Services Section */
.services-section {
    background-color: #faf8f5;
    padding: 3rem 0;
}

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

.services-subtitle {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #d4af37;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.services-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.title-dark {
    color: #4a4a4a;
}

.title-gold {
    color: #d4af37;
}

.services-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a4a4a;
    max-width: 600px;
    margin: 0 auto;
}

.services-category {
    margin-bottom: 3rem;
}

.category-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.category-icon {
    color: #d4af37;
    flex-shrink: 0;
}

.category-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4a4a4a;
    margin: 0;
}

.service-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.service-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
    background-color: #f5f5f5;
}

.service-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    display: block;
    min-height: 200px;
}

.service-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 2px solid #d4af37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.service-icon svg {
    color: #d4af37;
    width: 16px;
    height: 16px;
}

.service-content {
    padding: 1.5rem;
}

.service-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4a4a4a;
    margin: 0 0 0.75rem 0;
}

.service-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.services-cta {
    text-align: center;
    margin-top: 3rem;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background-color: #d4af37;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.2s;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.cta-button:hover {
    background-color: #c19d2e;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.4);
}

.cta-button svg {
    flex-shrink: 0;
    stroke: currentColor;
}

/* Responsive Services Section */
@media (max-width: 767px) {
    .services-section .services-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (min-width: 768px) {
    .services-section {
        padding: 4rem 0;
    }
    
    .services-title {
        font-size: 2.5rem;
    }
    
    .services-description {
        font-size: 1.0625rem;
    }
    
    .category-title {
        font-size: 1.75rem;
    }
    
    .service-card {
        margin-bottom: 2rem;
    }
    
    .service-content {
        padding: 2rem;
    }
    
    .service-title {
        font-size: 1.75rem;
    }
    
    .service-description {
        font-size: 1.0625rem;
    }
    
    .cta-button {
        padding: 1.125rem 2.5rem;
        font-size: 1.0625rem;
    }
}

@media (min-width: 992px) {
    .services-section {
        padding: 5rem 0;
    }
    
    .services-title {
        font-size: 3rem;
    }
    
    .services-category {
        margin-bottom: 4rem;
    }
    
    .services-cta {
        margin-top: 4rem;
    }
}

@media (max-width: 575px) {
    .services-section {
        padding: 2rem 0;
    }
    
    .services-header {
        margin-bottom: 2rem;
    }
    
    .services-subtitle {
        font-size: 0.8125rem;
    }
    
    .services-title {
        font-size: 1.75rem;
    }
    
    .services-description {
        font-size: 0.9375rem;
    }
    
    .category-header {
        margin-bottom: 1.25rem;
    }
    
    .category-title {
        font-size: 1.25rem;
    }
    
    .service-card {
        margin-bottom: 1.25rem;
    }
    
    .service-icon {
        width: 36px;
        height: 36px;
        top: 0.75rem;
        right: 0.75rem;
    }
    
    .service-icon svg {
        width: 14px;
        height: 14px;
    }
    
    .service-content {
        padding: 1.25rem;
    }
    
    .service-title {
        font-size: 1.25rem;
    }
    
    .service-description {
        font-size: 0.9375rem;
    }
    
    .services-cta {
        margin-top: 2rem;
    }
    
    .cta-button {
        padding: 0.875rem 1.75rem;
        font-size: 0.9375rem;
    }
}

/* Space Section */
.space-section {
    background-color: #fff;
    padding: 3rem 0;
}

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

.space-subtitle {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #d4af37;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.space-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.space-title-dark {
    color: #4a4a4a;
}

.space-title-gold {
    color: #d4af37;
}

.space-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a4a4a;
    max-width: 600px;
    margin: 0 auto;
}

.space-images {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.space-image-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.space-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.space-image-label {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.space-features {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.space-feature-card {
    background-color: #faf8f5;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.feature-icon {
    width: 64px;
    height: 64px;
    background-color: #d4af37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon svg {
    width: 28px;
    height: 28px;
    color: #fff;
    fill: #fff;
}

.feature-icon.diamond {
    background-color: #4a90e2;
}

.feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4a4a4a;
    margin: 0;
}

.feature-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Responsive Space Section */
@media (min-width: 768px) {
    .space-section {
        padding: 4rem 0;
    }
    
    .space-title {
        font-size: 2.5rem;
    }
    
    .space-description {
        font-size: 1.0625rem;
    }
    
    .space-images {
        flex-direction: row;
        gap: 2rem;
    }
    
    .space-image-card {
        flex: 1;
    }
    
    .space-image {
        height: 400px;
    }
    
    .space-features {
        flex-direction: row;
        gap: 2rem;
    }
    
    .space-feature-card {
        flex: 1;
    }
    
    .feature-title {
        font-size: 1.75rem;
    }
    
    .feature-description {
        font-size: 1.0625rem;
    }
}

@media (min-width: 992px) {
    .space-section {
        padding: 5rem 0;
    }
    
    .space-title {
        font-size: 3rem;
    }
    
    .space-images {
        margin-bottom: 4rem;
    }
    
    .space-image {
        height: 500px;
    }
}

@media (max-width: 575px) {
    .space-section {
        padding: 2rem 0;
    }
    
    .space-header {
        margin-bottom: 2rem;
    }
    
    .space-subtitle {
        font-size: 0.8125rem;
    }
    
    .space-title {
        font-size: 1.75rem;
    }
    
    .space-description {
        font-size: 0.9375rem;
    }
    
    .space-images {
        gap: 1.25rem;
        margin-bottom: 2rem;
    }
    
    .space-image {
        height: 250px;
    }
    
    .space-image-label {
        bottom: 1rem;
        left: 1rem;
        padding: 0.625rem 1.25rem;
        font-size: 0.9375rem;
    }
    
    .space-features {
        gap: 1.25rem;
    }
    
    .space-feature-card {
        padding: 1.5rem;
    }
    
    .feature-icon {
        width: 56px;
        height: 56px;
    }
    
    .feature-icon svg {
        width: 24px;
        height: 24px;
    }
    
    .feature-title {
        font-size: 1.25rem;
    }
    
    .feature-description {
        font-size: 0.9375rem;
    }
}

/* Team Section */
.team-section {
    background-color: #faf8f5;
    padding: 3rem 0;
}

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

.team-subtitle {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #d4af37;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.team-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.team-title-dark {
    color: #4a4a4a;
}

.team-title-gold {
    color: #d4af37;
}

.team-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a4a4a;
    max-width: 700px;
    margin: 0 auto;
}

.team-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.team-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    z-index: 1;
}

.team-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 133.33%;
    overflow: hidden;
}

.team-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.team-card:hover .team-image {
    transform: scale(1.1);
}

.team-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    padding: 2rem 1.5rem 1.5rem;
    color: #fff;
}

.team-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.5rem 0;
}

.team-role {
    font-size: 1rem;
    color: #d4af37;
    margin: 0;
    font-weight: 500;
}

.team-message {
    background-color: #fff;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.team-message-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin: 0;
}

.team-message-text .highlight-gold {
    color: #d4af37;
    font-weight: 600;
}

/* Responsive Team Section */
@media (min-width: 768px) {
    .team-section {
        padding: 4rem 0;
    }
    
    .team-title {
        font-size: 2.5rem;
    }
    
    .team-description {
        font-size: 1.0625rem;
    }
    
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .team-message {
        padding: 3rem 2.5rem;
    }
    
    .team-message-text {
        font-size: 1.25rem;
    }
}

@media (min-width: 992px) {
    .team-section {
        padding: 5rem 0;
    }
    
    .team-title {
        font-size: 3rem;
    }
    
    .team-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem;
    }
    
    .team-message {
        padding: 3.5rem 3rem;
    }
}

@media (max-width: 575px) {
    .team-section {
        padding: 2rem 0;
    }
    
    .team-header {
        margin-bottom: 2rem;
    }
    
    .team-subtitle {
        font-size: 0.8125rem;
    }
    
    .team-title {
        font-size: 1.75rem;
    }
    
    .team-description {
        font-size: 0.9375rem;
    }
    
    .team-grid {
        gap: 1.25rem;
        margin-bottom: 2rem;
    }
    
    .team-overlay {
        padding: 1.5rem 1.25rem 1.25rem;
    }
    
    .team-name {
        font-size: 1.25rem;
    }
    
    .team-role {
        font-size: 0.9375rem;
    }
    
    .team-message {
        padding: 2rem 1.5rem;
    }
    
    .team-message-text {
        font-size: 1rem;
    }
}

/* Testimonials Section */
.testimonials-section {
    background-color: #f5f5f5;
    padding: 3rem 0;
}

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

.testimonials-subtitle {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #d4af37;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.testimonials-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.testimonials-title-dark {
    color: #4a4a4a;
}

.testimonials-title-gold {
    color: #d4af37;
}

.testimonials-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a4a4a;
    max-width: 600px;
    margin: 0 auto;
}

.testimonials-wrapper {
    position: relative;
    margin-bottom: 3rem;
}

.testimonials-slider {
    overflow: hidden;
    position: relative;
}

.testimonials-track {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    transition: none;
}

.testimonial-card {
    width: 100%;
    background-color: #faf8f5;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    flex-shrink: 0;
}

.testimonial-quote-icon {
    width: 56px;
    height: 56px;
    background-color: #d4af37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    flex-shrink: 0;
}

.testimonial-quote-icon svg {
    width: 24px;
    height: 24px;
    color: #fff;
    stroke: #fff;
}

.testimonial-stars {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1.25rem;
}

.testimonial-stars svg {
    flex-shrink: 0;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #4a4a4a;
    font-style: italic;
    margin: 0 0 1.5rem 0;
}

.testimonial-divider {
    height: 1px;
    background-color: #e5e5e5;
    margin-bottom: 1.5rem;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.author-name {
    font-size: 1rem;
    font-weight: 600;
    color: #4a4a4a;
}

.author-age {
    font-size: 0.9375rem;
    color: #666;
}

.author-service {
    font-size: 0.9375rem;
    color: #d4af37;
    font-weight: 500;
}

.testimonial-sparkle {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    display: flex;
    gap: 0.5rem;
    opacity: 0.6;
}

.testimonial-sparkle svg {
    flex-shrink: 0;
}

.testimonials-controls {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.testimonial-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #d4af37;
    background-color: #fff;
    color: #d4af37;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.testimonial-btn:hover {
    background-color: #d4af37;
    color: #fff;
    transform: scale(1.1);
}

.testimonial-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.testimonial-btn svg {
    width: 20px;
    height: 20px;
}

.testimonials-dots {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.testimonial-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d4af37;
    opacity: 0.3;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}

.testimonial-dot.active {
    opacity: 1;
    width: 12px;
    height: 12px;
}

.testimonials-summary {
    background-color: #faf8f5;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.summary-stars {
    display: flex;
    gap: 0.25rem;
    align-items: center;
}

.summary-stars svg {
    flex-shrink: 0;
}

.summary-divider {
    width: 1px;
    height: 40px;
    background-color: #e5e5e5;
}

.summary-rating,
.summary-count {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.rating-number,
.count-number {
    font-size: 2rem;
    font-weight: 700;
    color: #4a4a4a;
    line-height: 1.2;
}

.count-number {
    color: #d4af37;
}

.rating-label,
.count-label {
    font-size: 0.875rem;
    color: #666;
}

/* Responsive Testimonials Section */
@media (min-width: 768px) {
    .testimonials-section {
        padding: 4rem 0;
    }
    
    .testimonials-title {
        font-size: 2.5rem;
    }
    
    .testimonials-description {
        font-size: 1.0625rem;
    }
    
    .testimonial-card {
        padding: 2.5rem 2rem;
    }
    
    .testimonial-text {
        font-size: 1.0625rem;
    }
    
    .testimonials-summary {
        padding: 2.5rem 2rem;
        gap: 3rem;
    }
    
    .rating-number,
    .count-number {
        font-size: 2.5rem;
    }
    
    .rating-label,
    .count-label {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .testimonials-section {
        padding: 5rem 0;
    }
    
    .testimonials-title {
        font-size: 3rem;
    }
    
    .testimonials-wrapper {
        margin-bottom: 4rem;
    }
    
    .testimonial-card {
        padding: 3rem 2.5rem;
    }
    
    .testimonial-text {
        font-size: 1.125rem;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .testimonials-summary {
        padding: 3rem 2.5rem;
        gap: 4rem;
    }
    
    .rating-number,
    .count-number {
        font-size: 3rem;
    }
}

@media (min-width: 1200px) {
    .testimonials-track {
        flex-direction: row;
        gap: 2rem;
        transition: transform 0.5s ease-in-out;
        will-change: transform;
    }
    
    .testimonial-card {
        min-width: 100%;
    }
    
    .testimonials-slider {
        overflow: hidden;
    }
    
    .testimonials-controls {
        display: flex;
    }
}

@media (max-width: 575px) {
    .testimonials-section {
        padding: 2rem 0;
    }
    
    .testimonials-header {
        margin-bottom: 2rem;
    }
    
    .testimonials-subtitle {
        font-size: 0.8125rem;
    }
    
    .testimonials-title {
        font-size: 1.75rem;
    }
    
    .testimonials-description {
        font-size: 0.9375rem;
    }
    
    .testimonial-card {
        padding: 1.5rem 1.25rem;
    }
    
    .testimonial-quote-icon {
        width: 48px;
        height: 48px;
    }
    
    .testimonial-quote-icon svg {
        width: 20px;
        height: 20px;
    }
    
    .testimonial-stars {
        margin-bottom: 1rem;
    }
    
    .testimonial-stars svg {
        width: 18px;
        height: 18px;
    }
    
    .testimonial-text {
        font-size: 0.9375rem;
        margin-bottom: 1.25rem;
    }
    
    .testimonial-divider {
        margin-bottom: 1.25rem;
    }
    
    .author-name {
        font-size: 0.9375rem;
    }
    
    .author-age,
    .author-service {
        font-size: 0.875rem;
    }
    
    .testimonial-sparkle {
        bottom: 1rem;
        right: 1rem;
    }
    
    .testimonial-sparkle svg:first-child {
        width: 14px;
        height: 14px;
    }
    
    .testimonial-sparkle svg:last-child {
        width: 10px;
        height: 10px;
    }
    
    .testimonials-controls {
        margin-top: 1.5rem;
    }
    
    .testimonial-btn {
        width: 40px;
        height: 40px;
    }
    
    .testimonial-btn svg {
        width: 18px;
        height: 18px;
    }
    
    .testimonials-summary {
        padding: 1.5rem 1.25rem;
        gap: 1.5rem;
    }
    
    .summary-stars svg {
        width: 20px;
        height: 20px;
    }
    
    .summary-divider {
        height: 30px;
    }
    
    .rating-number,
    .count-number {
        font-size: 1.75rem;
    }
    
    .rating-label,
    .count-label {
        font-size: 0.8125rem;
    }
}

/* Before & After Section */
.before-after-section {
    background-color: #fff;
    padding: 4rem 0;
}

.before-after-header {
    text-align: center;
    margin-bottom: 4rem;
}

.results-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    background-color: #faf8f5;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 50px;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.results-badge svg {
    width: 16px;
    height: 16px;
    color: #d4af37;
    stroke: #d4af37;
}

.results-badge span {
    font-size: 0.875rem;
    font-weight: 600;
    color: #d4af37;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.before-after-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.before-after-title-dark {
    color: #4a4a4a;
}

.before-after-title-gold {
    color: #d4af37;
}

.before-after-description {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.before-after-grid {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 3rem;
}

.before-after-card {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 2px solid #d4af37;
    position: relative;
}

.comparison-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 500px;
    position: relative;
}

.comparison-image {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.comparison-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.comparison-image:hover .comparison-img {
    transform: scale(1.05);
}

.comparison-label {
    position: absolute;
    top: 1.5rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    border: none;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
}

.before-label {
    left: 1.5rem;
    background-color: rgba(255, 255, 255, 0.9);
    color: #666;
}

.after-label {
    right: 1.5rem;
    background-color: #d4af37;
    color: #fff;
}

.comparison-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    padding: 2rem 1.5rem 1.5rem;
    color: #fff;
}

.comparison-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.comparison-treatment {
    font-size: 1rem;
    color: #fff;
    opacity: 0.95;
}

.before-after-info {
    background-color: #faf8f5;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.info-sparkle {
    display: inline-flex;
    margin-bottom: 1rem;
}

.info-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin: 0 0 1rem 0;
}

.info-highlight {
    color: #d4af37;
    font-weight: 700;
}

.info-disclaimer {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #999;
    font-style: italic;
    margin: 0;
}

.before-after-cta {
    text-align: center;
}

.transformation-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.25rem 2.5rem;
    background: linear-gradient(135deg, #d4af37 0%, #c19d2e 100%);
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(212, 175, 55, 0.4);
    border: none;
    cursor: pointer;
}

.transformation-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
    background: linear-gradient(135deg, #c19d2e 0%, #b08d26 100%);
    color: #fff;
}

.transformation-btn svg {
    flex-shrink: 0;
    color: #fff;
}

.transformation-btn svg:last-child {
    margin-left: 0.25rem;
}

/* Responsive Before & After Section */
@media (min-width: 768px) {
    .before-after-section {
        padding: 5rem 0;
    }
    
    .before-after-title {
        font-size: 3rem;
    }
    
    .before-after-description {
        font-size: 1.25rem;
    }
    
    .before-after-grid {
        gap: 3rem;
    }
    
    .comparison-wrapper {
        height: 600px;
    }
    
    .before-after-info {
        padding: 3rem 2.5rem;
    }
    
    .info-text {
        font-size: 1.25rem;
    }
    
    .transformation-btn {
        padding: 1.5rem 3rem;
        font-size: 1.25rem;
    }
}

@media (min-width: 992px) {
    .before-after-section {
        padding: 6rem 0;
    }
    
    .before-after-title {
        font-size: 3.5rem;
    }
    
    .before-after-grid {
        gap: 4rem;
    }
    
    .comparison-wrapper {
        height: 700px;
    }
}

@media (max-width: 575px) {
    .before-after-section {
        padding: 3rem 0;
    }
    
    .before-after-header {
        margin-bottom: 2.5rem;
    }
    
    .results-badge {
        padding: 0.5rem 1rem;
        margin-bottom: 1rem;
    }
    
    .results-badge svg {
        width: 14px;
        height: 14px;
    }
    
    .results-badge span {
        font-size: 0.8125rem;
    }
    
    .before-after-title {
        font-size: 2rem;
    }
    
    .before-after-description {
        font-size: 1rem;
    }
    
    .before-after-grid {
        gap: 2rem;
        margin-bottom: 2rem;
    }
    
    .comparison-wrapper {
        height: 450px;
        grid-template-columns: 1fr 1fr;
    }
    
    .comparison-image {
        height: 450px;
    }
    
    .comparison-label {
        top: 1rem;
        padding: 0.4rem 0.875rem;
        font-size: 0.8125rem;
    }
    
    .before-label {
        left: 1rem;
    }
    
    .after-label {
        right: 1rem;
    }
    
    .comparison-overlay {
        padding: 1.5rem 1.25rem 1.25rem;
    }
    
    .comparison-name {
        font-size: 1.25rem;
    }
    
    .comparison-treatment {
        font-size: 0.9375rem;
    }
    
    .before-after-info {
        padding: 2rem 1.5rem;
        margin-bottom: 2rem;
    }
    
    .info-text {
        font-size: 1rem;
    }
    
    .info-disclaimer {
        font-size: 0.875rem;
    }
    
    .transformation-btn {
        padding: 1rem 2rem;
        font-size: 1rem;
        width: 100%;
        max-width: 400px;
    }
}

/* FAQ Section */
.faq-section {
    background-color: #f5f5f5;
    padding: 3rem 0;
}

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

.faq-subtitle {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #d4af37;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.faq-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.faq-title-dark {
    color: #4a4a4a;
}

.faq-title-gold {
    color: #d4af37;
}

.faq-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a4a4a;
    max-width: 600px;
    margin: 0 auto;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.faq-question {
    width: 100%;
    padding: 1.5rem;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    transition: background-color 0.2s ease;
}

.faq-question:hover {
    background-color: #fafafa;
}

.faq-question[aria-expanded="true"] {
    background-color: #fafafa;
}

.question-text {
    font-size: 1rem;
    font-weight: 600;
    color: #4a4a4a;
    line-height: 1.5;
    flex: 1;
}

.highlight-gold-text {
    color: #d4af37;
}

.faq-icon {
    color: #d4af37;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 1.5rem;
}

.faq-question[aria-expanded="true"] + .faq-answer {
    max-height: 500px;
    padding: 0 1.5rem 1.5rem;
}

.faq-answer p {
    font-size: 1rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin: 0;
    padding-top: 0.5rem;
}

.faq-cta {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.faq-cta-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0 0 1.5rem 0;
}

.faq-whatsapp-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #d4af37;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.2s ease;
}

.faq-whatsapp-link:hover {
    color: #c19d2e;
    transform: translateX(4px);
}

.faq-whatsapp-link svg {
    flex-shrink: 0;
    color: #d4af37;
    transition: transform 0.3s ease;
}

.faq-whatsapp-link:hover svg {
    transform: translateX(4px);
}

/* Responsive FAQ Section */
@media (min-width: 768px) {
    .faq-section {
        padding: 4rem 0;
    }
    
    .faq-title {
        font-size: 2.5rem;
    }
    
    .faq-description {
        font-size: 1.0625rem;
    }
    
    .faq-list {
        gap: 1.25rem;
        margin-bottom: 4rem;
    }
    
    .faq-question {
        padding: 1.75rem 2rem;
    }
    
    .question-text {
        font-size: 1.0625rem;
    }
    
    .faq-question[aria-expanded="true"] + .faq-answer {
        padding: 0 2rem 1.75rem;
    }
    
    .faq-answer p {
        font-size: 1.0625rem;
    }
    
    .faq-cta-text {
        font-size: 1.0625rem;
    }
    
    .faq-whatsapp-link {
        font-size: 1.0625rem;
    }
}

@media (min-width: 992px) {
    .faq-section {
        padding: 5rem 0;
    }
    
    .faq-title {
        font-size: 3rem;
    }
    
    .faq-list {
        gap: 1.5rem;
    }
    
    .faq-question {
        padding: 2rem 2.5rem;
    }
    
    .question-text {
        font-size: 1.125rem;
    }
    
    .faq-question[aria-expanded="true"] + .faq-answer {
        padding: 0 2.5rem 2rem;
    }
    
    .faq-answer p {
        font-size: 1.125rem;
    }
}

@media (max-width: 575px) {
    .faq-section {
        padding: 2rem 0;
    }
    
    .faq-header {
        margin-bottom: 2rem;
    }
    
    .faq-subtitle {
        font-size: 0.8125rem;
    }
    
    .faq-title {
        font-size: 1.75rem;
    }
    
    .faq-description {
        font-size: 0.9375rem;
    }
    
    .faq-list {
        gap: 0.875rem;
        margin-bottom: 2rem;
    }
    
    .faq-question {
        padding: 1.25rem 1rem;
    }
    
    .question-text {
        font-size: 0.9375rem;
    }
    
    .faq-icon {
        width: 18px;
        height: 18px;
    }
    
    .faq-question[aria-expanded="true"] + .faq-answer {
        padding: 0 1rem 1.25rem;
    }
    
    .faq-answer p {
        font-size: 0.9375rem;
    }
    
    .faq-cta-text {
        font-size: 0.9375rem;
    }
    
    .faq-whatsapp-link {
        font-size: 0.9375rem;
    }
    
    .faq-whatsapp-link svg {
        width: 18px;
        height: 18px;
    }
}

/* Location Section */
.location-section {
    background-color: #fff;
    padding: 3rem 0;
}

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

.location-subtitle {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #d4af37;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.location-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.location-title-dark {
    color: #4a4a4a;
}

.location-title-gold {
    color: #d4af37;
}

.location-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a4a4a;
    max-width: 600px;
    margin: 0 auto;
}

.location-content {
    max-width: 1200px;
    margin: 0 auto;
}

.location-map {
    margin-bottom: 3rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.location-map iframe {
    width: 100%;
    height: 450px;
    border: none;
    display: block;
}

.location-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
}

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

.info-icon {
    width: 56px;
    height: 56px;
    background-color: #d4af37;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-icon svg {
    width: 24px;
    height: 24px;
    color: #fff;
    stroke: #fff;
}

.info-content {
    flex: 1;
}

.info-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #4a4a4a;
    margin: 0 0 0.75rem 0;
}

.info-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin: 0 0 0.5rem 0;
}

.info-text:last-of-type {
    margin-bottom: 0.75rem;
}

.info-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #d4af37;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.2s ease;
}

.info-link:hover {
    color: #c19d2e;
    transform: translateX(4px);
}

.info-link svg {
    flex-shrink: 0;
    color: #d4af37;
}

.location-access-card {
    background-color: #faf8f5;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.access-sparkles {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    display: flex;
    gap: 0.5rem;
}

.access-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4a4a4a;
    margin: 0 0 1rem 0;
    padding-left: 3rem;
}

.access-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin: 0;
}

/* Responsive Location Section */
@media (min-width: 768px) {
    .location-section {
        padding: 4rem 0;
    }
    
    .location-title {
        font-size: 2.5rem;
    }
    
    .location-description {
        font-size: 1.0625rem;
    }
    
    .location-map iframe {
        height: 500px;
    }
    
    .location-info {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2.5rem;
    }
    
    .info-item {
        flex: 1;
        min-width: 280px;
    }
    
    .location-access-card {
        padding: 2.5rem 2rem;
    }
    
    .access-title {
        font-size: 1.75rem;
        padding-left: 3.5rem;
    }
    
    .access-text {
        font-size: 1.0625rem;
    }
}

@media (min-width: 992px) {
    .location-section {
        padding: 5rem 0;
    }
    
    .location-title {
        font-size: 3rem;
    }
    
    .location-map iframe {
        height: 550px;
    }
    
    .location-info {
        gap: 3rem;
    }
    
    .location-access-card {
        padding: 3rem 2.5rem;
    }
}

@media (max-width: 575px) {
    .location-section {
        padding: 2rem 0;
    }
    
    .location-header {
        margin-bottom: 2rem;
    }
    
    .location-subtitle {
        font-size: 0.8125rem;
    }
    
    .location-title {
        font-size: 1.75rem;
    }
    
    .location-description {
        font-size: 0.9375rem;
    }
    
    .location-map {
        margin-bottom: 2rem;
    }
    
    .location-map iframe {
        height: 350px;
    }
    
    .location-info {
        gap: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .info-icon {
        width: 48px;
        height: 48px;
    }
    
    .info-icon svg {
        width: 20px;
        height: 20px;
    }
    
    .info-title {
        font-size: 1.125rem;
    }
    
    .info-text {
        font-size: 0.9375rem;
    }
    
    .location-access-card {
        padding: 1.5rem 1.25rem;
    }
    
    .access-sparkles {
        top: 1.25rem;
        left: 1.25rem;
    }
    
    .access-title {
        font-size: 1.25rem;
        padding-left: 2.5rem;
    }
    
    .access-text {
        font-size: 0.9375rem;
    }
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #d4af37 0%, #c19d2e 100%);
    padding: 4rem 0;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.cta-icon {
    width: 64px;
    height: 64px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cta-icon svg {
    width: 32px;
    height: 32px;
    color: #fff;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin: 0;
}

.cta-description {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #fff;
    margin: 0;
    max-width: 600px;
}

.cta-subdescription {
    font-size: 1rem;
    line-height: 1.8;
    color: #fff;
    margin: 0;
    max-width: 600px;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 500px;
}

.cta-btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background-color: #fff;
    color: #d4af37;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cta-btn-primary:hover {
    background-color: #f5f5f5;
    color: #c19d2e;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.cta-btn-primary svg {
    flex-shrink: 0;
    color: #d4af37;
}

.cta-btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    transform: translateY(-2px);
}

.cta-btn-secondary svg {
    flex-shrink: 0;
    color: #fff;
}

.cta-stats {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.cta-stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}

.cta-stat-item svg {
    flex-shrink: 0;
    color: #fff;
}

.cta-message {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    max-width: 600px;
}

.cta-message svg {
    flex-shrink: 0;
    color: #fff;
    margin-top: 0.25rem;
}

.cta-message p {
    font-size: 1rem;
    line-height: 1.8;
    color: #fff;
    margin: 0;
    text-align: left;
}

/* Responsive CTA Section */
@media (min-width: 768px) {
    .cta-section {
        padding: 5rem 0;
    }
    
    .cta-content {
        gap: 2.5rem;
    }
    
    .cta-title {
        font-size: 3rem;
    }
    
    .cta-description {
        font-size: 1.25rem;
    }
    
    .cta-subdescription {
        font-size: 1.0625rem;
    }
    
    .cta-buttons {
        flex-direction: row;
        gap: 1.5rem;
    }
    
    .cta-btn-primary,
    .cta-btn-secondary {
        flex: 1;
    }
    
    .cta-stats {
        flex-direction: row;
        justify-content: center;
        gap: 3rem;
    }
    
    .cta-stat-item {
        font-size: 1.0625rem;
    }
    
    .cta-message p {
        font-size: 1.0625rem;
    }
}

@media (min-width: 992px) {
    .cta-section {
        padding: 6rem 0;
    }
    
    .cta-title {
        font-size: 3.5rem;
    }
    
    .cta-stats {
        gap: 4rem;
    }
}

@media (max-width: 575px) {
    .cta-section {
        padding: 3rem 0;
    }
    
    .cta-content {
        gap: 1.5rem;
    }
    
    .cta-icon {
        width: 56px;
        height: 56px;
    }
    
    .cta-icon svg {
        width: 28px;
        height: 28px;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-description {
        font-size: 1rem;
    }
    
    .cta-subdescription {
        font-size: 0.9375rem;
    }
    
    .cta-btn-primary,
    .cta-btn-secondary {
        padding: 0.875rem 1.5rem;
        font-size: 0.9375rem;
    }
    
    .cta-stats {
        gap: 1.25rem;
        padding-top: 1.5rem;
    }
    
    .cta-stat-item {
        font-size: 0.9375rem;
    }
    
    .cta-stat-item svg {
        width: 20px;
        height: 20px;
    }
    
    .cta-message {
        padding-top: 1.5rem;
    }
    
    .cta-message p {
        font-size: 0.9375rem;
    }
}

/* Footer */
.footer {
    background-color: #4a4a4a;
    padding: 3rem 0 1.5rem;
    color: #fff;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-about {
    flex: 1;
}

.footer-logo {
    margin-bottom: 1.5rem;
}

.footer-logo-img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.footer-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #e0e0e0;
    margin: 0 0 1.5rem 0;
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background-color: #d4af37;
    color: #fff;
    transform: translateY(-2px);
}

.social-link svg {
    width: 20px;
    height: 20px;
    color: #fff;
}

.footer-links {
    flex: 1;
}

.footer-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #d4af37;
    margin: 0 0 1.5rem 0;
}

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

.footer-link {
    color: #e0e0e0;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #d4af37;
}

.footer-contact {
    flex: 1;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: #e0e0e0;
    font-size: 1rem;
    line-height: 1.6;
}

.footer-contact-item:last-child {
    margin-bottom: 0;
}

.footer-contact-item svg {
    flex-shrink: 0;
    color: #fff;
    margin-top: 0.25rem;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    font-size: 0.875rem;
    color: #b0b0b0;
    margin: 0;
}

.consideracoes {
    color: #b0b0b0;
}

.feito-por {
    color: #f5f5f5;
    display: inline-flex;
    gap: 0.4rem;
    align-items: center;
    justify-content: center;
}

.brand-face {
    width: 22px;
    height: 22px;
    margin-left: 0.25rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Responsive Footer */
@media (min-width: 768px) {
    .footer {
        padding: 4rem 0 2rem;
    }
    
    .footer-content {
        flex-direction: row;
        gap: 4rem;
    }
    
    .footer-about {
        flex: 1.5;
    }
    
    .footer-links,
    .footer-contact {
        flex: 1;
    }
    
    .footer-title {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .footer-content {
        gap: 5rem;
    }
    
    .footer-text {
        font-size: 1.0625rem;
    }
    
    .footer-link {
        font-size: 1.0625rem;
    }
    
    .footer-contact-item {
        font-size: 1.0625rem;
    }
}

@media (max-width: 575px) {
    .footer {
        padding: 2.5rem 0 1.5rem;
    }
    
    .footer-content {
        gap: 2rem;
    }
    
    .footer-logo-img {
        height: 50px;
    }
    
    .footer-text {
        font-size: 0.9375rem;
    }
    
    .footer-title {
        font-size: 1.125rem;
    }
    
    .footer-link {
        font-size: 0.9375rem;
    }
    
    .footer-contact-item {
        font-size: 0.9375rem;
    }
    
    .footer-bottom p {
        font-size: 0.8125rem;
    }
}

/* Services Page Styles */
.services-page-section {
    background-color: #faf8f5;
    padding: 4rem 0;
    min-height: 100vh;
}

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

.services-page-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.services-page-description {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #4a4a4a;
    max-width: 700px;
    margin: 0 auto;
}

/* Filtros */
.services-filters {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.filter-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    border: 2px solid #d4af37;
    background-color: #fff;
    color: #d4af37;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    background-color: #f5f5f5;
}

.filter-btn.active {
    background-color: #d4af37;
    color: #fff;
}

.filter-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 0.875rem;
    font-weight: 700;
}

.filter-btn.active .filter-count {
    background-color: rgba(255, 255, 255, 0.3);
}

/* Flip Card */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 720px;
    perspective: 1000px;
    margin-bottom: 2rem;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}


.flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: rotateY(180deg);
    padding: 0;
    display: flex;
    flex-direction: column;
}

/* Card Front */
.service-image-wrapper {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    flex-shrink: 0;
}

.service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
}

/* Ajuste específico para serviços de unhas - foca mais no topo onde estão as unhas */
.flip-card[data-category="unhas"] .service-image {
    object-position: center 25%;
}

/* Ajuste para serviços faciais - foca no centro superior */
.flip-card[data-category="estetica-facial"] .service-image {
    object-position: center 35%;
}

/* Ajuste para serviços de cílios e sobrancelhas - foca no centro superior */
.flip-card[data-category="cilios"] .service-image,
.flip-card[data-category="sobrancelhas"] .service-image {
    object-position: center 30%;
}

.info-overlay {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #333;
    backdrop-filter: blur(10px);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.info-overlay:hover {
    background-color: rgba(255, 255, 255, 1);
    transform: scale(1.05);
}

.info-overlay svg {
    width: 14px;
    height: 14px;
    color: #d4af37;
}

.service-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    justify-content: space-between;
}

.service-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.75rem;
    text-align: left;
}

.service-description {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0.75rem;
    text-align: left;
    flex: 0 1 auto;
    min-height: 0;
}

.service-price {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0.75rem 0;
    padding: 0.875rem;
    background-color: #faf8f5;
    border-radius: 8px;
    border-left: 4px solid #d4af37;
    flex-shrink: 0;
}

.price-label {
    font-size: 0.875rem;
    color: #666;
    font-weight: 500;
    text-align: center;
}

.service-price .price-value {
    font-size: 1.75rem;
    font-weight: 700;
    color: #d4af37;
    line-height: 1.2;
    text-align: center;
}

.service-price-badge .price-value {
    font-size: 2rem;
    font-weight: 700;
    color: #d4af37;
    line-height: 1.2;
}

.service-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex-shrink: 0;
    margin-top: auto;
}

.service-btn-whatsapp,
.service-btn-trinks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.service-btn-whatsapp {
    background-color: #25D366;
    color: #fff;
}

.service-btn-whatsapp:hover {
    background-color: #20BA5A;
    color: #fff;
    transform: translateY(-2px);
}

.service-btn-trinks {
    background-color: #d4af37;
    color: #fff;
}

.service-btn-trinks:hover {
    background-color: #c19d2e;
    color: #fff;
    transform: translateY(-2px);
}

.service-btn-whatsapp svg,
.service-btn-trinks svg {
    flex-shrink: 0;
}

/* Card Back */
.service-details {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 1.5rem;
    padding-right: 1rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.service-details .service-title {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #333;
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f0f0f0;
    flex-shrink: 0;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 10;
}

.detail-section {
    margin-bottom: 1.25rem;
    flex-shrink: 0;
}

.detail-label {
    font-size: 0.875rem;
    font-weight: 700;
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.detail-text {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.6;
}

.back-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background-color: #f5f5f5;
    border: none;
    border-radius: 8px;
    color: #333;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto;
}

.back-btn:hover {
    background-color: #e5e5e5;
}

/* Grid */
.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

/* Títulos Divisórios de Categoria */
.category-divider {
    grid-column: 1 / -1;
    font-size: 1.75rem;
    font-weight: 700;
    color: #2c2c2c;
    margin: 1rem 0 0.5rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #d4af37;
    display: none;
}

.category-divider:first-of-type {
    margin-top: 0;
}

@media (min-width: 768px) {
    .category-divider {
        font-size: 2rem;
        margin: 1.5rem 0 0.75rem 0;
    }
}

.services-page-cta {
    margin-top: 5rem;
    padding: 3rem 0;
    background: linear-gradient(135deg, #d4af37 0%, #c19d2e 100%);
    border-radius: 16px;
}

.cta-content-box {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

.cta-text {
    font-size: 1.125rem;
    color: #fff;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.cta-buttons-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 500px;
    margin: 0 auto;
}

.cta-btn-primary,
.cta-btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-btn-primary {
    background-color: #fff;
    color: #d4af37;
}

.cta-btn-primary:hover {
    background-color: #f5f5f5;
    color: #c19d2e;
    transform: translateY(-2px);
}

.cta-btn-secondary {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.cta-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    transform: translateY(-2px);
}

.cta-btn-primary svg,
.cta-btn-secondary svg {
    flex-shrink: 0;
}

/* Responsive Services Page */
@media (min-width: 768px) {
    .services-page-section {
        padding: 5rem 0;
    }
    
    .services-page-title {
        font-size: 3.5rem;
    }
    
    .services-page-description {
        font-size: 1.25rem;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

@media (max-width: 767px) {
    .services-grid {
        grid-template-columns: 1fr !important;
    }
    
    .flip-card {
        height: 700px;
    }
}
    
    .cta-title {
        font-size: 3rem;
    }
    
    .cta-buttons-group {
        flex-direction: row;
    }
    
    .cta-btn-primary,
    .cta-btn-secondary {
        flex: 1;
    }
}

@media (min-width: 992px) {
    .services-page-section {
        padding: 6rem 0;
    }
    
    .services-page-title {
        font-size: 4rem;
    }
    
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
    
    .flip-card {
        height: 720px;
    }
}

@media (max-width: 575px) {
    .services-page-section {
        padding: 3rem 0;
    }
    
    .services-page-header {
        margin-bottom: 2rem;
    }
    
    .services-page-title {
        font-size: 2rem;
    }
    
    .services-page-description {
        font-size: 1rem;
    }
    
    .services-filters {
        gap: 0.5rem;
        margin-bottom: 2rem;
    }
    
    .filter-btn {
        padding: 0.625rem 1rem;
        font-size: 0.875rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem;
    }
    
    .flip-card {
        height: 600px;
    }
    
    .service-content {
        padding: 1.25rem;
    }
    
    .flip-card-back {
        padding: 0;
    }
    
    .service-details {
        padding: 1.25rem;
        padding-right: 1rem;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .service-details .service-title {
        display: none;
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 10;
        border-bottom: 2px solid #f0f0f0;
        flex-shrink: 0;
    }
    
    .services-page-cta {
        margin-top: 3rem;
        padding: 2rem 1.5rem;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-text {
        font-size: 1rem;
    }
}

/* Gallery Section */
.gallery-section {
    background-color: #fff;
    padding: 4rem 0;
}

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

.gallery-subtitle {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #d4af37;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.gallery-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.gallery-title-dark {
    color: #4a4a4a;
}

.gallery-title-gold {
    color: #d4af37;
}

.gallery-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    aspect-ratio: 4 / 3;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image {
    transform: scale(1.05);
}

.gallery-item-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: #fff;
    padding: 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {
    .gallery-section {
        padding: 5rem 0;
    }
    
    .gallery-title {
        font-size: 2.5rem;
    }
    
    .gallery-description {
        font-size: 1.0625rem;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
}

@media (min-width: 992px) {
    .gallery-section {
        padding: 6rem 0;
    }
    
    .gallery-title {
        font-size: 3rem;
    }
}

