/*
Theme Name: Pilar de Benito Psicología
Theme URI: https://pilardebenitopsicologia.com
Description: Un tema profesional y moderno para la práctica de psicología de Pilar de Benito. Diseño limpio, responsive y optimizado para servicios de salud mental.
Version: 2.0.0
Author: Web Developer
Author URI: https://example.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pilar-psicologia
Domain Path: /languages
Tags: one-column, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, e-commerce, education, flexible-header, full-width-template, sticky-post, theme-options

Pilar de Benito Psicología WordPress Theme
Copyright (C) 2024 [Author Name]

This program is free software; you can redistribute it and/or modify it under terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:wght@400;500;600&display=swap');

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

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #3E3A36;
    background-color: #FFFFFF;
}

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

/* WordPress Admin Bar Fix */
.admin-bar .header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .header {
        top: 46px;
    }
}

/* WordPress Classes */
.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.wp-block-button__link {
    background: #3E3A36;
    color: #FFFFFF;
    padding: 15px 30px;
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    text-decoration: none;
}

.wp-block-button__link:hover {
    background: #2F2B28;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(62, 58, 54, 0.3);
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1rem;
}

h1 {
    font-size: 3rem;
    color: #3E3A36;
}

h2 {
    font-size: 2.5rem;
    color: #3E3A36;
    text-align: center;
    margin-bottom: 3rem;
}

h3 {
    font-size: 1.8rem;
    color: #3E3A36;
}

h4 {
    font-size: 1.4rem;
    color: #3E3A36;
}

p {
    margin-bottom: 1rem;
    color: #6A6561;
}

a {
    color: #3E3A36;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #6A6561;
}

/* Header and Navigation */
.header {
    background: #f9f5f4;
    box-shadow: none;
    position: static;
    width: 100%;
    z-index: 1000;
}

.navbar {
    padding: 0;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo-img {
    max-height: 85px;
    width: auto;
    height: auto;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    color: #3E3A36;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: #6A6561;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #3E3A36;
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    background: #F4F1EC;
    color: #3E3A36;
    padding: 0 0 80px;
    margin-top: 0;
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
    min-height: 500px;
}

.hero-left {
    position: relative;
    overflow: hidden;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
}

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

.hero-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, 
        rgba(244, 241, 236, 0) 0%, 
        rgba(244, 241, 236, 0.3) 40%, 
        rgba(244, 241, 236, 0.7) 70%, 
        rgba(244, 241, 236, 1) 100%);
}

.hero-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 40px 60px 80px;
}

.hero-main-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 3rem;
    color: #3E3A36;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: #6A6561;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.hero-btn {
    background: #3E3A36;
    color: #FFFFFF;
    padding: 15px 30px;
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    align-self: flex-start;
}

.hero-btn:hover {
    background: #2F2B28;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(62, 58, 54, 0.3);
}

/* Buttons */
.btn-primary {
    background: #3E3A36;
    color: #FFFFFF;
    padding: 15px 30px;
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.btn-primary:hover {
    background: #2F2B28;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(62, 58, 54, 0.3);
}

/* Quick Contact Bar */
.quick-contact {
    background: #F4F1EC;
    color: #3E3A36;
    padding: 2rem 0;
}

.contact-bar {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.contact-item .icon {
    font-size: 1.2rem;
    color: #3E3A36;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.contact-item:hover .icon {
    filter: grayscale(0%);
    color: #3E3A36;
}

.contact-item a {
    color: #6A6561;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #3E3A36 !important;
}

.contact-item span {
    color: #6A6561;
    font-weight: 400;
}

/* About Section */
.about {
    padding: 80px 0;
    background: linear-gradient(to right, 
        #ece0e0 0%, 
        #F4F1EC 50%, 
        #ece0e0 100%);
}

.about-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 32px;
    color: #3E3A36;
    text-align: left;
    margin-bottom: 20px;
}

.about-content {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 4rem;
    align-items: stretch;
    max-width: 1100px;
    margin: 0 auto;
    min-height: 500px;
}

.about-text {
    padding: 0 20px;
}

.about-visible {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #3E3A36;
    line-height: 1.6;
    margin-bottom: 16px;
}

.about-hidden {
    margin-top: 20px;
}

.about-expandable {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #6A6561;
    cursor: pointer;
    margin-bottom: 10px;
    font-style: italic;
}

.about-hidden-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #3E3A36;
    line-height: 1.6;
    margin-bottom: 16px;
    display: none;
}

.about-read-more {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #6A6561;
    background: #D8D3CC;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    padding: 10px 20px;
    transition: all 0.3s ease;
    margin-top: 10px;
    display: inline-block;
}

.about-read-more:hover {
    background: #3E3A36;
    color: #FFFFFF;
}

.about-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.03);
}

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

/* Services Section */
.services {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.services-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

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

.services-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.88);
}

.services-title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #3E3A36;
    text-align: center;
    margin-bottom: 40px;
}

.services-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #6A6561;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.5;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.service-card {
    background: #F7F5F2;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.service-card h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 24px;
    color: #3E3A36;
    margin-bottom: 1rem;
}

.service-card p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #6A6561;
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
}

.service-btn {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #3E3A36;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: auto;
    background: none;
    border: none;
    padding: 0;
}

.service-btn span {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.service-btn::after {
    content: '>';
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.service-btn:hover {
    color: #6A6561;
}

.service-btn:hover::after {
    transform: translateX(3px);
}

.hidden-service {
    display: block;
}

.services-hidden-grid:not(.show) .hidden-service {
    display: none;
}

.services-more-container {
    text-align: center;
    margin: 40px 0;
}

.more-services-btn {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    background: #EDE8E2;
    color: #3E3A36;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.more-services-btn:hover {
    background: #3E3A36;
    color: #FFFFFF;
}

.services-hidden-grid {
    display: none;
}

.services-hidden-grid.show {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
    max-width: 1100px;
    margin: 40px auto;
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .services-hidden-grid.show {
        grid-template-columns: 1fr;
    }
}

/* How We Work Section */
.how-we-work {
    padding: 80px 0;
    background: white;
}

.how-we-work h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 32px;
    color: #3E3A36;
    text-align: center;
    margin-bottom: 40px;
}

.step {
    text-align: center;
    padding: 2rem 1rem;
    flex: 1;
    min-width: 180px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-number {
    width: 60px;
    height: 60px;
    background: #3E3A36;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 1rem;
    position: relative;
    z-index: 2;
}

.steps {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.steps::after {
    content: '';
    position: absolute;
    top: 60px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: #E8E4DF;
    z-index: 0;
}

.step h3 {
    color: #3E3A36;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
}

.step p {
    color: #6A6561;
    font-size: 0.9rem;
    margin: 0;
}

/* Online Therapy Section */
.online-therapy {
    padding: 80px 0;
    background: #5A544F;
    color: white;
    text-align: center;
}

.online-therapy h2 {
    color: white;
}

.online-therapy p {
    font-size: 1.3rem;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255,255,255,0.9);
}

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

.benefit {
    background: rgba(255,255,255,0.1);
    padding: 2rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.benefit h3 {
    color: white;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.benefit p {
    color: rgba(255,255,255,0.9);
    font-size: 1rem;
}

/* Pricing Section */
.pricing {
    padding: 80px 0;
    background: #F4F1EC;
}

.pricing h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 32px;
    color: #3E3A36;
    text-align: center;
    margin-bottom: 40px;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-card {
    background: #F7F5F2;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    height: 100%;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.pricing-card.featured {
    border: 2px solid #3E3A36;
    transform: scale(1.05);
}

.pricing-card h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 20px;
    color: #3E3A36;
    margin-bottom: 0.8rem;
}

.price {
    font-size: 2.2rem;
    font-weight: bold;
    color: #3E3A36;
    margin-bottom: 1.5rem;
}

.pricing-card ul {
    list-style: none;
    text-align: center;
}

.pricing-card li {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #6A6561;
    margin-bottom: 0.6rem;
    line-height: 1.4;
}

.pricing-card li:before {
    content: "✓ ";
    color: #3E3A36;
    font-weight: bold;
}

.payment-info {
    text-align: center;
    font-style: italic;
    font-family: 'Inter', sans-serif;
    color: #6A6561;
    margin-top: 2rem;
    font-size: 15px;
}

/* Testimonials Section */
.testimonials {
    padding: 80px 0;
    background: #FFFFFF;
}

.testimonials h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 32px;
    color: #3E3A36;
    text-align: center;
    margin-bottom: 40px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.testimonial {
    background: #F7F5F2;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.03);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.testimonial:before {
    content: '"';
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    color: #3E3A36;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    opacity: 0.2;
    font-weight: 600;
}

.testimonial p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    color: #6A6561;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.author {
    text-align: right;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #3E3A36;
    font-style: normal !important;
}

/* FAQ Section */
.faq {
    padding: 80px 0;
    background: #F4F1EC;
}

.faq h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 32px;
    color: #3E3A36;
    text-align: center;
    margin-bottom: 40px;
}

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

.faq-item {
    background: #F7F5F2;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.03);
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.faq-item h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 20px;
    color: #3E3A36;
    margin-bottom: 1rem;
}

.faq-item p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #6A6561;
    line-height: 1.6;
}

/* Contact Section */
.contact {
    padding: 80px 0;
    background: #F4F1EC;
}

.contact h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 32px;
    color: #3E3A36;
    text-align: center;
    margin-bottom: 40px;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    align-items: start;
    max-width: 50%;
    margin: 0 auto;
}

.contact-info {
    background: #F7F5F2;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.03);
    height: fit-content;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(62, 58, 54, 0.1);
    transition: all 0.3s ease;
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-item:hover {
    padding-left: 0.5rem;
}

.contact-icon {
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: white;
    border: 2px solid #3E3A36;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.contact-item:hover .contact-icon {
    filter: grayscale(0%);
    background: #3E3A36;
}

.contact-text h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 16px;
    color: #3E3A36;
    margin: 0 0 0.2rem 0;
    line-height: 1.2;
}

.contact-text p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #6A6561;
    margin: 0;
    line-height: 1.3;
}

.contact-text a {
    font-family: 'Inter', sans-serif;
    color: #3E3A36;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-text a:hover {
    color: #6A6561;
}

.contact-form {
    background: #F7F5F2;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.03);
}

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

.form-group label {
    display: block;
    color: #3E3A36;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

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

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3E3A36;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Footer */
.footer {
    background: #2c3e50;
    color: white;
    padding: 3rem 0 1rem;
}

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

.footer-logo-img {
    max-width: 180px;
    height: auto;
    margin-bottom: 1rem;
    filter: brightness(0) invert(1);
}

.footer-logo h3 {
    color: white;
    margin-bottom: 0.5rem;
}

.footer-logo p {
    color: rgba(255,255,255,0.7);
}

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

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: rgba(255,255,255,0.8);
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #F4F1EC;
}

.footer-contact p {
    color: rgba(255,255,255,0.8);
    margin-bottom: 0.5rem;
}

.footer-contact a {
    color: rgba(255,255,255,0.8);
    transition: color 0.3s ease;
}

.footer-contact a:hover {
    color: #F4F1EC;
}

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

/* Responsive Design */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }
    
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 0;
        flex-direction: column;
        background-color: white;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0,0,0,0.05);
        padding: 2rem 0;
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 0;
    }
    
    .hero-left {
        order: 2;
        min-height: 300px;
    }
    
    .hero-right {
        order: 1;
        padding: 40px 20px;
    }
    
    .hero-main-title {
        font-size: 2.5rem;
    }
    
    .hero-btn {
        align-self: center;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        min-height: auto;
    }
    
    .about-image-wrapper {
        min-height: 350px;
    }
    
    .steps {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .steps::after {
        display: none;
    }
    
    .benefits {
        grid-template-columns: 1fr;
    }
    
    .pricing-cards {
        grid-template-columns: 1fr;
    }
    
    .pricing-card.featured {
        transform: none;
    }
    
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .contact-bar {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.8rem;
    }
    
    .container {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 100px 0 60px;
    }
    
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-content p {
        font-size: 1.1rem;
    }
    
    .service-card,
    .pricing-card,
    .testimonial,
    .faq-item,
    .contact-form {
        padding: 1.5rem;
    }
}

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

/* Animation Classes */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Form Validation */
.form-group input.error,
.form-group select.error,
.form-group textarea.error {
    border-color: #3E3A36;
}

.error-message {
    color: #3E3A36;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

/* Success Message */
.success-message {
    background: #3E3A36;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    text-align: center;
}

/* Loading State */
.loading {
    opacity: 0.6;
    pointer-events: none;
}

/* Gutenberg Block Support */
.wp-block-group {
    margin-bottom: 2rem;
}

.wp-block-heading {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #3E3A36;
    margin-bottom: 1rem;
}

.wp-block-paragraph {
    color: #6A6561;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.wp-block-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.03);
}

.wp-block-quote {
    border-left: 4px solid #3E3A36;
    padding-left: 1.5rem;
    font-style: italic;
    color: #6A6561;
    margin: 2rem 0;
}

.wp-block-button {
    margin-bottom: 1rem;
}

.hidden-fields-container {
	display: none;
}