:root {
    --primary: #f25e18;
    --dark: #0b0b0b;
    --gray-bg: #f4f6f8;
    --text-main: #202124;
    --text-light: #5f6368;
    --border: #dadce0;
}

* { margin:0; padding:0; box-sizing: border-box; }
body { font-family: 'Google Sans', Arial, sans-serif; color: var(--text-main); line-height: 1.5; background: #fff; }

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

/* Top Bar & Lang Pill */
.top-bar { background: #1a73e8; color: white; padding: 10px 0; font-size: 13px; font-weight: 500; }
.lang-pill { background: rgba(255,255,255,0.2); padding: 3px; border-radius: 20px; display: flex; cursor: pointer; }
.lang-pill span { padding: 4px 12px; border-radius: 15px; transition: 0.3s; }
.lang-pill span.active { background: #fff; color: #1a73e8; font-weight: bold; }

/* Navbar */
.navbar { padding: 20px 0; border-bottom: 1px solid var(--border); background: #fff; position: sticky; top: 0; z-index: 1000; }
.logo-circle { background: var(--primary); color: white; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; margin-right: 12px; }
.brand { display: flex; align-items: center; }
.brand-text small { display: block; font-size: 11px; color: var(--text-light); text-transform: uppercase; }

.nav-menu { display: flex; list-style: none; gap: 30px; align-items: center; }
.nav-menu a { text-decoration: none; color: var(--text-main); font-weight: 500; font-size: 14px; }
.btn-cta-nav { background: var(--dark); color: white !important; padding: 10px 20px; border-radius: 25px; }

/* Hero */
.hero { padding: 100px 0; background: radial-gradient(circle at 90% 10%, #fff4ef 0%, #ffffff 50%); }
.hero-layout { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 50px; align-items: center; }
.expert-label { color: var(--primary); font-weight: 700; font-size: 14px; text-transform: uppercase; margin-bottom: 15px; }
.hero h1 { font-size: 48px; font-weight: 700; margin-bottom: 24px; line-height: 1.1; }
.hero p { font-size: 18px; color: var(--text-light); margin-bottom: 40px; }

.btn-main { background: var(--primary); color: white; padding: 18px 35px; border-radius: 30px; text-decoration: none; font-weight: 700; font-size: 18px; display: inline-block; box-shadow: 0 4px 15px rgba(242, 94, 24, 0.3); transition: 0.3s; }
.btn-main:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(242, 94, 24, 0.4); }

/* Footer Mega Style */
.mega-footer { background: #f8f9fa; border-top: 1px solid var(--border); padding: 80px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 60px; }
.footer-col h4 { margin-bottom: 20px; font-size: 15px; color: var(--dark); }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 12px; }
.footer-col a { text-decoration: none; color: var(--text-light); font-size: 14px; }

.footer-bottom { border-top: 1px solid var(--border); padding-top: 40px; font-size: 13px; color: var(--text-light); }
.bottom-flex { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.disclaimer { font-size: 11px; max-width: 800px; }

.compliance-badges span { border: 1px solid var(--border); padding: 5px 10px; border-radius: 4px; font-size: 11px; margin-left: 10px; }

/* Animations */
.reveal { opacity: 0; transform: translateY(30px); transition: 1s all ease; }
.reveal.active { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
    .hero-layout, .footer-grid { grid-template-columns: 1fr; text-align: center; }
    .nav-menu { display: none; }
}
:root {
    --primary: #f25e18;
    --dark: #0b0b0b;
    --border: #e0e0e0;
    --text-muted: #5f6368;
}

/* Reviews Section */
.reviews-section { padding: 100px 0; background: #fff; }
.overall-rating { margin: 20px 0 50px; font-size: 1.1rem; color: var(--text-muted); }
.stars-row { color: #fbbc04; font-size: 1.4rem; margin-top: 10px; }

.reviews-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); 
    gap: 25px; 
}

.review-card {
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 40px;
    text-align: left;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}

.review-card:hover { border-color: var(--primary); box-shadow: 0 10px 30px rgba(0,0,0,0.05); }

.review-card .stars { color: #fbbc04; margin-bottom: 15px; }
.review-card h4 { font-size: 1.2rem; margin-bottom: 15px; color: var(--dark); }
.review-card p { color: #3c4043; font-style: italic; line-height: 1.6; margin-bottom: 25px; flex-grow: 1; }

.reviewer-info { border-top: 1px solid #f0f0f0; padding-top: 15px; }
.reviewer-info strong { display: block; font-size: 0.95rem; }
.reviewer-info span { color: var(--text-muted); font-size: 0.85rem; }
.reviewer-info small { display: block; margin-top: 5px; color: var(--primary); font-weight: bold; }

/* Footer Mega */
.footer-mega { background: #f4f6f8; padding: 60px 0; border-top: 1px solid var(--border); }
.footer-top { display: flex; justify-content: space-between; margin-bottom: 40px; }
.footer-brand .logo { font-size: 1.5rem; font-weight: 700; margin-bottom: 20px; }
.social-icons i { font-size: 1.5rem; margin-right: 20px; color: #5f6368; cursor: pointer; }

.footer-col h4 { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col a { text-decoration: none; color: #5f6368; font-size: 0.9rem; }

.footer-bottom { font-size: 0.8rem; color: #70757a; line-height: 1.8; }
.compliance-logos { margin-top: 20px; display: flex; align-items: center; gap: 30px; opacity: 0.6; }
/* --- HERO SECTION --- */
.hero {
    padding: 60px 0;
    background: #fff;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.hero-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.expert-tag {
    color: #f25e18;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.hero h1 {
    font-size: clamp(32px, 5vw, 56px); /* Tamaño fluido */
    line-height: 1.1;
    font-weight: 700;
    color: #0b0b0b;
    margin-bottom: 24px;
}

.hero p {
    font-size: 18px;
    color: #5f6368;
    margin-bottom: 40px;
    max-width: 500px;
}

.btn-hero-main {
    background: #f25e18;
    color: white;
    padding: 16px 32px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    transition: 0.3s;
}

.support-link { margin-top: 20px; font-size: 15px; }
.support-link a { color: #1a73e8; text-decoration: none; font-weight: 500; }

/* Imagen responsiva */
.image-wrapper { position: relative; }
.image-wrapper img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

/* --- FOOTER ESTILO INTUIT --- */
.intuit-footer {
    background: #f4f7f9;
    padding: 40px 0;
    color: #333;
    font-size: 14px;
    border-top: 1px solid #ddd;
}

.footer-top-row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.social-icons a { color: #0077c5; margin-left: 15px; font-size: 20px; }

.footer-main-content {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 60px;
}

.footer-logo { font-size: 24px; font-weight: 800; color: #0077c5; margin-bottom: 20px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { text-decoration: none; color: #333; font-weight: 700; }

.footer-legal-body p { margin-bottom: 15px; color: #666; font-size: 13px; line-height: 1.6; }
.compliance-row { display: flex; align-items: center; gap: 20px; margin: 20px 0; }
.irs-disclaimer { font-size: 11px !important; color: #999 !important; border-top: 1px solid #eee; padding-top: 15px; }

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 768px) {
    .hero { padding: 40px 0; text-align: center; }
    .hero-layout { grid-template-columns: 1fr; } /* Apila los elementos */
    .hero h1 { font-size: 32px; }
    .hero p { margin: 0 auto 30px; }
    
    .hero-visual { order: -1; } /* Sube la imagen arriba en móviles */
    
    .footer-main-content { grid-template-columns: 1fr; text-align: left; }
    .footer-top-row { flex-direction: column; gap: 20px; }
    .social-icons { margin-left: 0; }
}
/* --- SERVICES SECTION --- */
.services-section {
    padding: 100px 0;
    background-color: #f8f9fa; /* Fondo gris muy suave para separar secciones */
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0b0b0b;
    margin-bottom: 20px;
}

.section-header p {
    color: #5f6368;
    font-size: 18px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.service-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-color: #f25e18;
}

.service-icon {
    font-size: 32px;
    color: #f25e18;
    margin-bottom: 20px;
    background: rgba(242, 94, 24, 0.1);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.service-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0b0b0b;
}

.service-card p {
    font-size: 15px;
    color: #5f6368;
    line-height: 1.6;
}

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

.btn-secondary {
    color: #1a73e8;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    border: 2px solid #1a73e8;
    padding: 12px 24px;
    border-radius: 25px;
    transition: 0.3s;
}

.btn-secondary:hover {
    background: #1a73e8;
    color: #ffffff;
}

/* Responsivo para móviles */
@media (max-width: 768px) {
    .services-section { padding: 60px 0; }
    .section-header h2 { font-size: 28px; }
    .service-card { align-items: center; text-align: center; }
}

/* --- WHY US SECTION --- */
.why-us-section {
    padding: 120px 0;
    background: #fff;
    overflow: hidden;
}

.grid-2-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.why-us-text h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0b0b0b;
}

.why-us-text .lead {
    font-size: 20px;
    color: #f25e18;
    font-weight: 500;
    margin-bottom: 40px;
}

.benefit-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.benefit-icon {
    font-size: 24px;
    color: #f25e18;
    background: #fff4ef;
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.benefit-content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #0b0b0b;
}

.benefit-content p {
    font-size: 15px;
    color: #5f6368;
    line-height: 1.6;
}

/* Imagen con Badge de Experiencia */
.image-stack {
    position: relative;
    padding-right: 20px;
}

.img-main {
    width: 100%;
    border-radius: 30px;
    box-shadow: 20px 20px 60px rgba(0,0,0,0.1);
}

.experience-badge {
    position: absolute;
    bottom: -30px;
    right: 0;
    background: #0b0b0b;
    color: #fff;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.experience-badge .number {
    font-size: 32px;
    font-weight: 700;
    color: #f25e18;
}

.experience-badge .text {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsivo */
@media (max-width: 992px) {
    .grid-2-cols {
        grid-template-columns: 1fr;
        gap: 60px;
        text-align: center;
    }
    
    .benefit-item {
        text-align: left;
    }
    
    .why-us-image {
        max-width: 500px;
        margin: 0 auto;
        order: 2; /* Texto primero en móvil */
    }
    
    .why-us-text {
        order: 1;
    }
}

/* --- MODULO DE CONTACTO RAPIDO --- */
.hero-contact-module {
    margin-top: 35px;
    text-align: left;
}

.contact-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #5f6368;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-buttons-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn-contact-action {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #dadce0;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    color: #3c4043;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 180px;
}

.btn-contact-action i {
    font-size: 20px;
    margin-right: 12px;
}

.btn-contact-action .btn-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.btn-contact-action small {
    font-size: 10px;
    text-transform: uppercase;
    color: #70757a;
}

.btn-contact-action span {
    font-size: 15px;
    font-weight: 700;
}

/* Colores específicos y Hover */
.btn-contact-action.whatsapp:hover {
    border-color: #25D366;
    background: #e7f9ee;
    color: #128C7E;
    transform: translateY(-2px);
}

.btn-contact-action.spanish:hover, 
.btn-contact-action.english:hover {
    border-color: #f25e18;
    background: #fff4ef;
    color: #f25e18;
    transform: translateY(-2px);
}

.btn-contact-action i.fa-whatsapp { color: #25D366; }

/* Ajuste móvil */
@media (max-width: 768px) {
    .hero-contact-module { text-align: center; }
    .contact-buttons-grid { justify-content: center; }
    .btn-contact-action { width: 100%; max-width: 280px; }
}