/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --brand-primary: #1D445E;
    --brand-secondary: #E0A937;
    --brand-accent: #F3765B;
    --treatment-success: #3A7D57;
    --text-dark: #333;
    --text-light: #666;
    --bg-light: #f8f9fa;
    --white: #ffffff;
    --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.15);
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--white);
}

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

/* Typography */
.font-primary {
    font-family: 'Playfair Display', serif;
}

.font-secondary {
    font-family: 'Montserrat', sans-serif;
}

/* Header - Corregir estilos duplicados y conflictivos */
.header {
    background: #000000 !important;
    border-bottom: 1px solid #333;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0.5rem 0; /* Reducido de 1rem a 0.5rem */
}

.header-content {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px; /* Altura fija para mantener el header compacto */
}

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

.logo img {
    height: 200px; /* Aumentado de 90px a 120px */
    width: auto;
    object-fit: contain;
    max-width: 100%;
}

.nav-desktop {
    display: flex;
    gap: 2rem;
}

.nav-link {
    color: #ffffff !important; /* Texto blanco */
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #D4AF37 !important; /* Dorado al hacer hover */
}

.nav-toggle {
    background: #000000 !important;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: none;
}

.nav-toggle span {
    background: #ffffff !important; /* Líneas del hamburger menu en blanco */
    width: 25px;
    height: 3px;
    margin: 3px 0;
    transition: 0.3s;
    display: block;
}

.nav-mobile {
    background: #000000 !important;
    border-top: 1px solid #333;
    display: none;
    padding: 1rem 0;
}

.nav-mobile .nav-link {
    color: #ffffff !important; /* Texto blanco en móvil */
    display: block;
    padding: 0.5rem 0;
    text-align: center;
}

/* Hero Section */
.hero {
    padding: 8rem 0 4rem;
    background: linear-gradient(135deg, #cfd8df 0%, #f5e6c8 100%);
    position: relative;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

a.badge {
    text-decoration: none;
    cursor: pointer;
}

a.badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(243, 118, 91, 0.3);
}

.badge-text {
    font-size: 0.9rem;
    color: var(--text-dark);
    font-weight: 500;
}

.badge-highlight {
    color: var(--brand-accent);
    font-weight: 600;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-subtitle {
    font-size: 1.2rem;
    color: var(--text-dark);
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
    align-items: center;
}

.hero-image {
    display: flex;
    justify-content: center;
}

.mockup {
    width: 280px;
    height: 400px;
    background: var(--white);
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mockup-placeholder {
    text-align: center;
    color: var(--text-light);
    font-size: 0.9rem;
}

.hero-benefits {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.benefit-icon {
    font-size: 1.2rem;
    color: var(--treatment-success);
    flex-shrink: 0;
    margin-top: 2px;
}

.benefit-text {
    font-weight: 500;
    line-height: 1.5;
}

.hero-cta {
    margin-top: 2rem;
}

/* CTA Button */
.cta-button {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 25%, #F3765B 50%, #E0A937 75%, #0a0a0a 100%);
    background-size: 200% 200%;
    color: #ffffff !important; /* Color blanco para el texto */
    border: none;
    padding: 16px 32px;
    border-radius: 50px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(243, 118, 91, 0.4);
    position: relative;
    overflow: hidden;
    animation: gradient-shift 3s ease infinite;
}

@keyframes gradient-shift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.cta-button:hover {
    background: linear-gradient(135deg, #0a0a0a 0%, #F3765B 20%, #E0A937 40%, #F3765B 60%, #0a0a0a 80%, #1a1a1a 100%);
    background-size: 200% 200%;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(243, 118, 91, 0.6);
}

.cta-button::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;
}

.cta-button:hover::before {
    left: 100%;
}

/* Section Titles */
.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.section-subtitle {
    text-align: center;
    color: var(--text-light);
    font-size: 1.1rem;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Logos Section */
.logos {
    padding: 4rem 0;
    background: var(--bg-light);
}

.logos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.logo-item {
    display: flex;
    justify-content: center;
}

.logo-placeholder {
    width: 250px;
    height: 120px;
    background: var(--white);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease;
}

.logo-placeholder:hover {
    transform: scale(1.05);
}

/* Tooltip styles */
.tooltip-container {
    position: relative;
    cursor: pointer;
}

.tooltip {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 1000;
}

.tooltip-container:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

.tooltip::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, 0.9);
}

/* Before After Section */
.before-after {
    padding: 4rem 0;
}

.cases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.case-card {
    background: var(--white);
    border-radius: 15px;
    padding: 2rem;
    box-shadow: var(--shadow);
    text-align: center;
    transition: transform 0.3s ease;
}

.case-card:hover {
    transform: translateY(-5px);
}

.case-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--brand-primary);
    margin-bottom: 1rem;
}

.compare-container {
    margin: 1.5rem 0;
}

.compare-placeholder {
    height: 200px;
    background: var(--bg-light);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    font-size: 0.9rem;
    text-align: center;
}

.case-description {
    color: var(--text-light);
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Simulación Section */
.simulacion {
    padding: 4rem 0;
    background: #f0f4f8;
}

.desktop-only {
    display: inline;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }
}

.video-simulacion-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 3rem;
}

.video-simulacion {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.video-description {
    text-align: center;
    margin-top: 2rem;
    max-width: 700px;
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--text-dark);
    padding: 0 1rem;
}

/* Reviews Section */
.reviews {
    padding: 4rem 0;
    background: var(--bg-light);
}

.reviews-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.stars {
    font-size: 1.5rem;
}

.reviews-count {
    font-weight: 600;
    color: var(--text-dark);
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.review-card {
    background: var(--white);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: var(--shadow);
}

.marquee-card .review-stars {
    font-size: 0.7rem;
    margin-bottom: 0.3rem;
}

.review-stars {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.marquee-card .review-text {
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.review-text {
    font-style: italic;
    color: var(--text-dark);
    margin-bottom: 1rem;
    line-height: 1.6;
}

.marquee-card .review-author {
    font-size: 0.65rem;
}

.review-author {
    font-weight: 600;
    color: var(--brand-primary);
}

/* Video Testimonial */
.video-testimonial {
    padding: 4rem 0;
}

.video-container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.video-placeholder {
    height: 300px;
    background: var(--bg-light);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    margin-bottom: 2rem;
}

.video-url {
    font-size: 0.8rem;
    margin-top: 0.5rem;
}

.testimonial-quote {
    font-style: italic;
    font-size: 1.1rem;
    color: var(--text-dark);
    margin-bottom: 2rem;
    color: var(--text-light);
}

.testimonial-author {
    font-weight: 600;
    color: var(--brand-primary);
}

/* Benefits Section */
.benefits {
    padding: 4rem 0;
    background: var(--bg-light);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.benefit-card {
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.benefit-card:hover {
    transform: translateY(-8px) scale(1.04);
    box-shadow: 0 8px 32px rgba(225,48,108,0.15);
}

.benefit-image {
    height: 200px;
    background: var(--bg-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    font-size: 0.9rem;
}

.benefit-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--brand-primary);
    margin: 1.5rem 1.5rem 1rem;
    text-align: center;
}

.benefit-description {
    color: var(--text-light);
    margin: 0 1.5rem 1.5rem;
    line-height: 1.6;
    text-align: center;
    flex-grow: 1;
}

/* Methodology Section */
.methodology {
    padding: 4rem 0;
}

.phases {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 2rem;
}

.phase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.phase:nth-child(even) {
    direction: rtl;
}

.phase:nth-child(even) .phase-content {
    direction: ltr;
}

.phase-image {
    height: 250px;
    background: var(--bg-light);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    font-size: 0.9rem;
}

.phase-content {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.phase-number {
    width: 40px;
    height: 40px;
    background: var(--brand-primary);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    flex-shrink: 0;
}

.phase-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--brand-primary);
    margin-bottom: 0.5rem;
}

.phase-description {
    color: var(--text-light);
    line-height: 1.6;
}

/* Guarantee Section */
.guarantee {
    padding: 4rem 0;
    background: linear-gradient(135deg, #cfd8df 0%, #f5e6c8 100%);
    color: #000000;
}

.guarantee-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.guarantee-text {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    line-height: 1.6;
    color: #666666;
}

/* Financing Section */
.financing {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.financing .section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.financing .section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.financing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.financing-card {
    background: var(--white);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
    position: relative;
}

.financing-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--brand-accent);
}

.financing-card.featured {
    border-color: var(--brand-accent);
    transform: scale(1.05);
}

.financing-card.featured:hover {
    transform: scale(1.05) translateY(-5px);
}

.financing-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: var(--brand-accent);
    color: var(--white);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(243, 118, 91, 0.3);
}

.financing-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--brand-accent), #ff8a65);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
}

.financing-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.financing-description {
    font-size: 1rem;
    color: var(--text-light);
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.financing-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--brand-accent);
    background: rgba(243, 118, 91, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.financing-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.financing-benefits li {
    padding: 0.5rem 0;
    color: var(--text-light);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.financing-benefits li:before {
    content: "";
}

.financing-cta {
    text-align: center;
}

.financing-note {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 2rem;
    font-style: italic;
}

.financing .cta-button {
    background: var(--brand-accent);
    color: var(--white) !important;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.financing .cta-button:hover {
    background: #e55a2b;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(243, 118, 91, 0.3);
}

/* Contact Form Section - Usar mismo fondo que hero */
.contact-form {
    padding: 4rem 0;
    background: linear-gradient(135deg, #cfd8df 0%, #f5e6c8 100%);
}

.contact-form .container {
    background: transparent;
}

/* Professional Section */
.professional {
    padding: 4rem 0;
    background: var(--white);
}

.professional-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    max-width: 1000px;
    margin: 0 auto;
}

.professional-image {
    display: flex;
    justify-content: center;
    height: 100%;
    min-height: 400px;
}

.image-placeholder {
    width: 400px;
    height: 400px;
    background: var(--white);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    font-size: 0.9rem;
    box-shadow: var(--shadow);
}

.credentials-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 1rem;
}

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

.credential-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.credential-icon {
    color: #000000; /* Checkboxes negros */
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 0.2em;
    vertical-align: top;
}

/* Location Section */
.location {
    padding: 4rem 0;
}

.location-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #2C3E50;
    margin-bottom: 0.5rem;
}

.contact-text {
    color: var(--text-light);
    line-height: 1.6;
}

.maps-link {
    color: var(--brand-accent);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.maps-link:hover {
    color: var(--brand-primary);
}

.location-map {
    display: flex;
    justify-content: center;
}

.map-placeholder {
    width: 400px;
    height: 300px;
    background: var(--bg-light);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    font-size: 0.9rem;
}

/* FAQ Section */
.faq {
    padding: 4rem 0;
    background: var(--bg-light);
}

.faq .section-title {
    margin-bottom: 3rem !important; /* Aumentar espacio entre título y primer ítem */
}

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

.faq-item {
    background: var(--white);
    border-radius: 10px;
    margin-bottom: 1rem;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 1.5rem;
    text-align: left;
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-dark);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

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

.faq-icon {
    font-size: 1.2rem;
    font-weight: 600;
    transition: transform 0.3s ease;
}

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

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

.faq-item.active .faq-answer {
    padding: 0 1.5rem 1.5rem;
    max-height: 200px;
}

.faq-answer p {
    color: var(--text-light);
    line-height: 1.6;
}

/* Contact Form */
.contact-form {
    padding: 4rem 0;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.form-content {
    max-width: 500px;
}

.form-content .section-title {
    color: var(--text-dark) !important;
}

.form-group label {
    color: var(--text-dark) !important;
    font-weight: 600;
}

.form-group input {
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(0, 0, 0, 0.1);
    color: var(--text-dark);
}

.form-group input:focus {
    background: #ffffff;
    border-color: var(--brand-accent);
    box-shadow: 0 0 0 3px rgba(243, 118, 91, 0.2);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--text-dark);
}

.form-group input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus {
    outline: none;
    border-color: var(--brand-accent);
    box-shadow: 0 0 0 3px rgba(243, 118, 91, 0.1);
}

.form-submit {
    width: 100%;
    margin-top: 1rem;
}

/* Pricing Card */
.pricing-card {
    background: linear-gradient(135deg, #000000, #1a1a1a, #333333);
    color: var(--white);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: var(--shadow-lg);
}

.pricing-title {
    background: #F3765B; /* Fondo naranja para el box de "Inversión" */
    color: #ffffff !important; /* Texto blanco para contraste */
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    font-family: 'Playfair Display', serif;
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(243, 118, 91, 0.3);
    letter-spacing: 1px;
    text-align: left;
    display: inline-block;
}

.pricing-amount {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.price-old {
    font-size: 1.5rem;
    text-decoration: line-through;
    opacity: 0.7;
}

.price-new {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
}

.pricing-note {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.services-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #F3765B !important; /* Color naranja para "Qué incluye" */
}

.services-list {
    list-style: none;
}

.services-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.service-icon {
    color: var(--treatment-success);
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 0;
    vertical-align: top;
}

.pricing-card .service-icon {
    color: #fff;
    font-weight: bold;
}

/* Footer */
.footer {
    background: #333;
    color: var(--white);
    padding: 3rem 0 1rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem; /* Reducido de 1rem a 0.5rem */
    color: #F3765B !important; /* Color naranja para "Dr. Francisco Micucci" */
}

.footer-description {
    color: #ccc;
    line-height: 1.6;
}

.footer-subtitle {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-contact {
    color: #ccc;
    line-height: 1.6;
}

.footer-link {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: var(--brand-accent);
}

.footer-section .services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section .services-list li {
    padding: 0.3rem 0;
    color: #cccccc;
    font-size: 0.9rem;
    position: relative;
    padding-left: 1rem;
}

.footer-section .services-list li:before {
    content: "•";
    color: var(--brand-accent);
    font-weight: bold;
    position: absolute;
    left: 0;
}

.footer-bottom {
    border-top: 1px solid #555;
    padding-top: 1rem;
    text-align: center;
    color: #999;
}

.hidden-link {
    color: transparent;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-desktop {
        display: none;
    }
    
    .nav-toggle {
        display: block;
    }
    
    .nav-mobile.active {
        display: block;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .hero-benefits {
        text-align: left;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .phase {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .phase:nth-child(even) {
        direction: ltr;
    }
    
    /* Forzar todas las grids a columna vertical en mobile */
    .cases-grid {
        grid-template-columns: 1fr !important;
    }
    
    .logos-grid {
        grid-template-columns: 1fr !important;
        justify-items: center;
    }
    
    .benefits-grid.benefits-modern {
        grid-template-columns: 1fr !important;
    }
    
    .financing-grid {
        grid-template-columns: 1fr !important;
    }
    
    .form-grid {
        grid-template-columns: 1fr !important;
    }
    
    .footer-grid {
        grid-template-columns: 1fr !important;
    }
    
    .professional-grid,
    .location-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .container {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.8rem;
    }
    
    .section-title {
        font-size: 1.6rem;
    }
    
    .badge {
        flex-direction: column;
        gap: 0.25rem;
    }
    
    .cta-button {
        padding: 14px 24px;
        font-size: 1rem;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-content > * {
    animation: fadeInUp 0.6s ease-out;
}

.hero-content > *:nth-child(2) {
    animation-delay: 0.1s;
}

.hero-content > *:nth-child(3) {
    animation-delay: 0.2s;
}

.hero-content > *:nth-child(4) {
    animation-delay: 0.3s;
}

.hero-content > *:nth-child(5) {
    animation-delay: 0.4s;
}

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

/* Forzar color y opacidad en el Hero Section */
.hero-title, .hero-subtitle {
    color: #222 !important;
    opacity: 1 !important;
    background: none !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: initial !important;
} 

/* Slider antes y después */
.before-after-slider {
    position: relative;
    width: 100%;
    max-width: 350px;
    height: 350px;
    margin: 0 auto 1rem auto;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: var(--shadow-lg);
    background: #eee;
}
.before-after-slider .before-img,
.before-after-slider .after-img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: clip-path 0.3s;
}
.before-after-slider .after-img {
    clip-path: inset(0 0 0 50%);
    z-index: 2;
}
.before-after-slider .before-img {
    z-index: 1;
}
.before-after-slider .slider {
    position: absolute;
    left: 0; right: 0; bottom: 10px;
    width: 90%;
    margin: 0 auto;
    z-index: 3;
} 

/* Timeline Section */
.timeline-section {
  padding: 4rem 0;
}
.timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 600px;
}
.timeline-circle {
  width: 48px;
  height: 48px;
  background: var(--brand-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  z-index: 1;
  transition: background 0.3s;
}
.timeline-content {
  background: #fff;
  border-radius: 10px;
  box-shadow: var(--shadow);
  padding: 1.2rem 2rem;
  margin-left: 1.5rem;
  flex: 1;
  transition: box-shadow 0.3s;
}
.timeline-line {
  width: 4px;
  height: 40px;
  background: var(--brand-secondary);
  margin: 0 auto;
}
@media (max-width: 600px) {
  .timeline-item { flex-direction: column; align-items: flex-start; }
  .timeline-content { margin-left: 0; margin-top: 1rem; }
  .timeline-line { height: 30px; }
} 

.marquee-reviews {
  width: 100%;
  overflow: hidden;
  margin: 2rem 0 0 0;
  position: relative;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 32s linear infinite;
  gap: 2rem;
}
.marquee-card {
  min-width: 160px;
  max-width: 170px;
  background: var(--white);
  border-radius: 15px;
  box-shadow: var(--shadow);
  padding: 1rem 0.75rem 0.75rem 0.75rem;
  margin: 0 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s;
}
.marquee-card:hover {
  box-shadow: 0 8px 32px rgba(29,68,94,0.15);
}
.review-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.5rem;
  border: 2px solid var(--brand-primary);
}
@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (max-width: 600px) {
  .marquee-card {
    min-width: 120px;
    max-width: 130px;
    padding: 0.6rem 0.35rem 0.5rem 0.35rem;
  }
  .review-avatar {
    width: 32px;
    height: 32px;
  }
} 

.before-img-crop, .after-img-crop {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.before-img-crop img, .after-img-crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

/* Modern check for credentials */
.modern-check {
  color: #E1306C;
  font-size: 1.3rem;
  font-weight: bold;
  background: #fff0f5;
  border-radius: 50%;
  padding: 0.1em 0.4em;
  margin-right: 0.5em;
  box-shadow: 0 2px 8px rgba(225,48,108,0.08);
  border: 1.5px solid #E1306C;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Benefits modern grid */
.benefits-modern {
  gap: 2.5rem;
}
.benefit-modern {
  max-width: none; /* Remover max-width para que se ajuste al grid */
  min-width: auto;
  margin: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  box-shadow: var(--shadow);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}
.benefit-icon-modern {
  width: 180px; /* Reducido para que quepan 4 en una fila */
  height: 180px;
  margin: auto;
  text-align: center;
}

.benefit-title, .benefit-description {
  text-align: center;
}

/* Título en 2 líneas para "Resultados visibles desde el mes 3" */
.benefit-title {
  line-height: 1.2;
  min-height: 2.4em; /* Espacio para 2 líneas */
}

/* Protocolo - cambiar colores de rosa a naranja */
.phases-modern::before {
  background: linear-gradient(to bottom, transparent, #F3765B, transparent);
}

.phase-modern:not(:last-child)::after {
  border-top: 12px solid #F3765B;
}

.phase-icon svg {
  stroke: #F3765B !important;
}

/* Professional section spacing */
.professional-description {
  margin-bottom: 0.8rem !important;
}

.section-title {
  margin-bottom: 0.3rem !important;
} 

/* Cambiar todo el texto azul a negro */
.credentials-title,
.contact-title,
.services-title,
.footer-title,
.benefit-title,
.phase-modern-content h3 {
  color: #666666 !important; /* Cambiar de #000000 a #666666 */
}

/* Responsive para benefits */
@media (max-width: 1200px) and (min-width: 769px) {
  .benefits-grid.benefits-modern {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
    .nav-desktop {
        display: none;
    }
    
    .nav-toggle {
        display: block;
    }
    
    .nav-mobile.active {
        display: block;
    }
    
    /* Forzar todas las grids a columna vertical en mobile */
    .cases-grid {
        grid-template-columns: 1fr !important;
    }
    
    .logos-grid {
        grid-template-columns: 1fr !important;
        justify-items: center;
    }
    
    .benefits-grid.benefits-modern {
        grid-template-columns: 1fr !important;
    }
    
    .benefit-icon-modern {
        width: 240px;
        height: 240px;
    }
    
    .financing-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem;
    }
    
    .form-grid {
        grid-template-columns: 1fr !important;
    }
    
    .footer-grid {
        grid-template-columns: 1fr !important;
    }
    
    .location-grid {
        grid-template-columns: 1fr !important;
    }
    
    .financing-card.featured {
        transform: none;
    }
    
    .financing-card.featured:hover {
        transform: translateY(-5px);
    }
    
    .financing .section-title {
        font-size: 2rem;
    }
    
    .financing .section-subtitle {
        font-size: 1rem;
    }
    
    /* Centrar textos en mobile - Footer */
    .footer-section {
        text-align: center !important;
    }
    
    .footer-title,
    .footer-description,
    .footer-subtitle,
    .footer-contact,
    .footer-link {
        text-align: center !important;
    }
    
    .footer-section .services-list {
        text-align: center !important;
        list-style: none !important;
        padding-left: 0 !important;
    }
    
    .footer-section .services-list li {
        text-align: center !important;
        justify-content: center !important;
        padding-left: 0 !important;
    }
    
    .footer-section .services-list li:before {
        display: none !important;
    }
    
    /* Centrar textos en mobile - Location y Contacto */
    .location-content {
        text-align: center !important;
    }
    
    .location-content .section-title {
        text-align: center !important;
    }
    
    .contact-info {
        text-align: center !important;
        align-items: center !important;
    }
    
    .contact-item {
        text-align: center !important;
    }
    
    .contact-title,
    .contact-text,
    .maps-link {
        text-align: center !important;
    }
    
    /* Centrar solo el título en mobile - Professional */
    .professional-content .section-title {
        text-align: center !important;
    }
    
    /* El resto del contenido profesional queda alineado a la izquierda */
    .professional-content {
        text-align: left !important;
    }
    
    .credentials {
        text-align: left !important;
        align-items: flex-start !important;
    }
    
    .credential-item {
        text-align: left !important;
        justify-content: flex-start !important;
    }
    
    .credential-item span {
        text-align: left !important;
    }
} 

/* Subrayado naranja y negrita (solo hero title) */
.highlight-gold {
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: #F3765B; /* Color naranja igual al badge-highlight */
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
  color: inherit;
  transition: all 0.3s ease;
}
.highlight-gold:hover {
  text-decoration-color: #E0654A;
  transform: translateY(-1px);
}

/* Solo negrita (sin subrayado) para el resto de frases */
.highlight-black {
  font-weight: 700;
  color: inherit;
  transition: all 0.3s ease;
}
.highlight-black:hover {
  transform: translateY(-1px);
}

/* Estilos adicionales para el formulario */
.form-content h2 {
  margin-bottom: 2.5rem !important; /* Aumentar espacio entre "Agendá tu consulta" y "Nombre y Apellido" */
}

/* Estilos para subrayar "lo descontás mañana" */
.guarantee .section-title .highlight-black {
  text-decoration: underline;
  text-decoration-color: #000000;
  text-decoration-thickness: 2.5px;
  text-underline-offset: 3px;
} 

/* Pricing Card Styles */
.pricing-card {
    background: #000000;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.pricing-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #ffffff !important;
}

.pricing-amount {
    margin-bottom: 1.5rem;
}

.price-old {
    display: block;
    font-size: 1.2rem;
    text-decoration: line-through;
    margin-bottom: 0.5rem;
    color: #cccccc;
}

.price-new {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: #FFD700 !important;
}

.pricing-note {
    font-size: 0.9rem;
    color: #ffffff;
    margin-bottom: 2rem;
    font-style: italic;
    text-align: left;
}

.services-included {
    text-align: left;
}

.services-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffff !important;
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-list li {
    padding: 0.5rem 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.service-icon {
    color: #FFD700;
    font-weight: bold;
    font-size: 1.1rem;
}

/* Benefits grid para 4 elementos en una fila horizontal */
.benefits-grid.benefits-modern {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columnas fijas */
  gap: 1.5rem;
  margin-top: 3rem;
}


/* Forzar espaciado en el título de Dr. Francisco Micucci */
.professional-content h2.section-title {
    margin-bottom: 2.5rem !important;
}

/* Fases modernas interactivas */
.phases-modern {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.phases-modern::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, transparent, #F3765B, transparent);
  transform: translateX(-50%);
  z-index: 1;
}

.phase-modern {
  position: relative;
  z-index: 2;
}

.phase-modern:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1rem;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #F3765B;
  transform: translateX(-50%);
  z-index: 1;
}

.phase-modern {
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
  position: relative;
}

.phase-modern:hover {
  transform: translateY(-8px) scale(1.04);
  box-shadow: 0 8px 32px rgba(225,48,108,0.15);
}

.phase-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1.2rem;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #F3765B;
  box-shadow: 0 2px 8px rgba(225,48,108,0.08);
}

.phase-modern-content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--brand-primary);
  margin-bottom: 0.5rem;
  text-align: left;
}

.phase-modern-content p {
  color: var(--text-light);
  text-align: left;
  font-size: 0.98rem;
}

@media (max-width: 900px) {
  .phases-modern {
    gap: 1.5rem;
  }
  .phase-modern {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  .phase-modern-content h3,
  .phase-modern-content p {
    text-align: center;
  }
} 