/*
Theme Name: AMFAC Theme (Fixed)
Theme URI: https://allmyfriendsarecreators.com
Author: AMFAC
Description: Custom theme for All My Friends Are Creators - Digital Marketing Agency with EN/ES language toggle
Version: 2.0
License: GNU General Public License v2 or later
Text Domain: amfac
*/

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

:root {
    --bg: #ffffff;
    --bg-card: #f5f5f5;
    --text: #0a0a0a;
    --text-muted: #666;
    --border: #e0e0e0;
    --blue: #00AFF0;
    --blue-dark: #0095D9;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; }

/* Navigation */
nav { position: fixed; top: 0; left: 0; right: 0; padding: 1.25rem 4rem; display: flex; justify-content: space-between; align-items: center; z-index: 1000; background: rgba(255,255,255,0.9); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); }
.logo { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.02em; text-decoration: none; color: var(--text); }
.logo img { height: 40px; width: auto; }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a { color: var(--text-muted); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: var(--text); }
.nav-right { display: flex; align-items: center; gap: 1rem; }
.lang-toggle { display: flex; align-items: center; gap: 0.4rem; padding: 0.5rem 0.75rem; background: var(--bg-card); border: 1px solid var(--border); border-radius: 6px; cursor: pointer; font-family: 'Inter', sans-serif; font-size: 0.85rem; font-weight: 600; color: var(--text); transition: all 0.2s; }
.lang-toggle:hover { border-color: var(--text); }
.lang-flag { font-size: 1rem; }
.lang-code { font-size: 0.75rem; font-weight: 700; }
.nav-cta { padding: 0.75rem 1.75rem; background: var(--text); border: none; color: var(--bg); font-family: 'Inter', sans-serif; font-size: 0.9rem; font-weight: 600; border-radius: 6px; cursor: pointer; transition: opacity 0.2s; text-decoration: none; display: inline-block; }
.nav-cta:hover { opacity: 0.9; color: var(--bg); }

/* Mobile Menu */
.mobile-menu-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; background: none; border: none; cursor: pointer; padding: 8px; z-index: 1001; }
.mobile-menu-toggle span { display: block; width: 24px; height: 2px; background: var(--text); transition: all 0.3s ease; }
.mobile-menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.mobile-menu-toggle.active span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
.mobile-menu { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--bg); z-index: 999; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all 0.3s ease; }
.mobile-menu.active { opacity: 1; visibility: visible; }
.mobile-nav-links { list-style: none; text-align: center; }
.mobile-nav-links li { margin: 1.5rem 0; }
.mobile-nav-links a { font-size: 1.5rem; font-weight: 600; color: var(--text); text-decoration: none; transition: color 0.2s; }
.mobile-nav-links a:hover { color: #00AFF0; }

/* Hero */
.hero { padding: 10rem 4rem 5rem; text-align: center; max-width: 900px; margin: 0 auto; position: relative; }
.hero::before { content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 140%; height: 600px; background: radial-gradient(ellipse at center top, rgba(0, 175, 240, 0.2) 0%, rgba(0, 149, 217, 0.1) 40%, transparent 70%); pointer-events: none; z-index: -1; }
.hero-label { display: inline-block; padding: 0.5rem 1rem; background: var(--bg-card); border: 1px solid var(--border); border-radius: 50px; font-size: 0.8rem; font-weight: 500; color: var(--text-muted); margin-bottom: 2rem; }
.hero h1 { font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.03em; margin-bottom: 1.5rem; }
.hero p { font-size: 1.15rem; color: var(--text-muted); max-width: 600px; margin: 0 auto 2.5rem; line-height: 1.7; }
.hero-buttons { display: flex; gap: 1rem; justify-content: center; }
.btn { padding: 1rem 2rem; font-family: 'Inter', sans-serif; font-size: 0.95rem; font-weight: 600; border-radius: 6px; cursor: pointer; transition: all 0.2s; text-decoration: none; display: inline-block; }
.btn-primary { background: var(--text); border: 1px solid var(--text); color: var(--bg); }
.btn-primary:hover { opacity: 0.9; color: var(--bg); }
.btn-secondary { background: transparent; border: 1px solid var(--border); color: var(--text); }
.btn-secondary:hover { border-color: var(--text); }

/* Service Cards */
.service-cards { padding: 0 4rem 6rem; max-width: 1300px; margin: 0 auto; }
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.card { display: block; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; transition: all 0.3s ease; cursor: pointer; text-decoration: none; color: inherit; }
.card:hover { border-color: #999; transform: translateY(-4px); }
.card-image { width: 100%; height: 200px; background: linear-gradient(135deg, #00AFF0 0%, #0095D9 100%); display: flex; align-items: center; justify-content: center; font-size: 3rem; color: rgba(255,255,255,0.9); overflow: hidden; }
.card-image img { width: 100%; height: 100%; object-fit: cover; }
.card-content { padding: 1.5rem; }
.card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.5rem; }

/* Stats */
.stats { padding: 5rem 4rem; background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0a0a0a 100%); }
.stats-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.stat h2 { font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 800; margin-bottom: 0.5rem; color: #fff; }
.stat p { color: rgba(255,255,255,0.7); font-size: 0.9rem; font-weight: 500; }

/* Section Headers */
.section-label { font-size: 0.8rem; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 1rem; }
.section-title { font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 800; letter-spacing: -0.02em; }

/* About */
.about { padding: 6rem 4rem; max-width: 1200px; margin: 0 auto; }
.about-header { text-align: center; margin-bottom: 4rem; }
.about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about-text p { color: var(--text-muted); font-size: 1.05rem; line-height: 1.8; margin-bottom: 1.5rem; }
.about-image { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; height: 400px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.about-image::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, #00AFF0 0%, #0095D9 100%); }
.about-image.has-image::before { display: none; }
.about-image.has-image { background: transparent; border: none; }
.about-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; }
.about-image-text { position: relative; font-size: 6rem; font-weight: 800; color: rgba(255,255,255,0.3); }

/* Services Detail */
.services-detail { padding: 6rem 4rem; max-width: 1200px; margin: 0 auto; }
.services-detail-header { text-align: center; margin-bottom: 4rem; }
.service-tabs { display: flex; justify-content: center; gap: 0.5rem; margin-bottom: 3rem; flex-wrap: wrap; }
.service-tab { padding: 0.75rem 1.5rem; background: var(--bg-card); border: 1px solid var(--border); border-radius: 50px; color: var(--text-muted); font-size: 0.9rem; font-weight: 500; cursor: pointer; transition: all 0.2s; font-family: 'Inter', sans-serif; }
.service-tab:hover, .service-tab.active { background: var(--text); color: var(--bg); border-color: var(--text); }
.service-detail-card { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 20px; padding: 3rem; }
.service-detail-content h3 { font-size: 1.75rem; font-weight: 700; margin-bottom: 1rem; }
.service-detail-content p { color: var(--text-muted); line-height: 1.8; margin-bottom: 1.5rem; }
.service-detail-image { background: linear-gradient(135deg, #00AFF0 0%, #0095D9 100%); border-radius: 12px; height: 300px; display: flex; align-items: center; justify-content: center; font-size: 4rem; color: rgba(255,255,255,0.9); overflow: hidden; }
.service-detail-image.has-image { background: transparent; }
.service-detail-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; }

/* Testimonials */
.testimonials { padding: 6rem 4rem; border-top: 1px solid var(--border); }
.testimonials-inner { max-width: 1200px; margin: 0 auto; }
.testimonials-header { text-align: center; margin-bottom: 4rem; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.testimonial-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 2rem; }
.testimonial-card > p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.7; margin-bottom: 1.5rem; }
.testimonial-author { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.testimonial-avatar { width: 44px; height: 44px; background: linear-gradient(135deg, #00AFF0 0%, #0095D9 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.9rem; color: #fff; flex-shrink: 0; }
.testimonial-avatar-img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.testimonial-info h4 { font-size: 0.95rem; font-weight: 600; margin-bottom: 0.15rem; }
.testimonial-info span { font-size: 0.8rem; color: var(--text-muted); }
.testimonial-socials { display: flex; gap: 0.5rem; margin-left: auto; }
.social-icon { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--bg); border: 1px solid var(--border); color: var(--text-muted); transition: all 0.2s; text-decoration: none; }
.social-icon:hover { background: var(--text); color: var(--bg); border-color: var(--text); }

/* How It Works */
.how-it-works { padding: 6rem 4rem; border-top: 1px solid var(--border); background: var(--bg); }
.how-it-works-inner { max-width: 700px; margin: 0 auto; }
.how-it-works-header { text-align: center; margin-bottom: 4rem; }
.steps-container { padding-left: 55px; }
.steps { display: flex; flex-direction: column; gap: 2.5rem; }
.step { position: relative; padding: 0.5rem 0; }
.step-check { position: absolute; left: -47px; top: 4px; width: 30px; height: 30px; background: linear-gradient(135deg, #00AFF0 0%, #0095D9 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0, 175, 240, 0.3); }
.step-check svg { width: 15px; height: 15px; stroke: #ffffff !important; }
.step-number { font-size: 0.75rem; font-weight: 700; color: #00AFF0; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 0.5rem; }
.step-content h3 { font-size: 1.35rem; font-weight: 700; margin-bottom: 0.75rem; color: var(--text); }
.step-content p { color: var(--text-muted); line-height: 1.75; font-size: 1rem; }

/* CTA */
.cta { padding: 6rem 4rem; text-align: center; position: relative; }
.cta::before { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 140%; height: 500px; background: radial-gradient(ellipse at center bottom, rgba(0, 175, 240, 0.15) 0%, rgba(0, 149, 217, 0.08) 40%, transparent 70%); pointer-events: none; z-index: -1; }
.cta-inner { max-width: 700px; margin: 0 auto; background: linear-gradient(135deg, rgba(0, 175, 240, 0.08) 0%, rgba(0, 149, 217, 0.05) 100%); border: 1px solid var(--border); border-radius: 24px; padding: 4rem; }
.cta h2 { font-size: clamp(1.75rem, 3vw, 2.25rem); font-weight: 800; margin-bottom: 1rem; }
.cta p { color: var(--text-muted); margin-bottom: 2rem; }
.cta-email { font-size: 1.25rem; color: var(--text); text-decoration: none; border-bottom: 2px solid var(--text); padding-bottom: 4px; transition: opacity 0.2s; }
.cta-email:hover { opacity: 0.7; }

/* Footer */
footer { padding: 3rem 4rem; border-top: 1px solid var(--border); }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; gap: 2rem; }
.footer-company { text-align: center; }
.footer-company-name { font-size: 1rem; font-weight: 600; color: var(--text); margin-bottom: 0.5rem; }
.footer-company-address { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 0.25rem; }
.footer-company-email { font-size: 0.85rem; }
.footer-company-email a { color: #00AFF0; text-decoration: none; }
.footer-company-email a:hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; }
.footer-left { font-size: 0.85rem; color: var(--text-muted); }
.footer-instagram { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: var(--bg-card); border: 1px solid var(--border); color: var(--text-muted); transition: all 0.3s ease; text-decoration: none; }
.footer-instagram:hover { background: linear-gradient(135deg, #00AFF0 0%, #0095D9 100%); border-color: transparent; color: #fff; transform: scale(1.05); }

/* Blog */
.blog-main { padding: 8rem 4rem 4rem; max-width: 1200px; margin: 0 auto; }
.blog-header { text-align: center; margin-bottom: 4rem; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.blog-card { background: var(--bg-card); border-radius: 16px; overflow: hidden; border: 1px solid var(--border); transition: all 0.3s ease; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.blog-card-image { display: block; aspect-ratio: 16/10; overflow: hidden; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.blog-card:hover .blog-card-image img { transform: scale(1.05); }
.blog-card-content { padding: 1.5rem; }
.blog-card-date { font-size: 0.8rem; color: var(--text-muted); }
.blog-card-content h2 { font-size: 1.25rem; font-weight: 700; margin: 0.5rem 0; line-height: 1.4; }
.blog-card-content h2 a { color: var(--text); text-decoration: none; }
.blog-card-content h2 a:hover { color: #00AFF0; }
.blog-card-content p { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 1rem; line-height: 1.6; }
.blog-card-link { font-size: 0.9rem; font-weight: 600; color: #00AFF0; text-decoration: none; }
.blog-card-link:hover { text-decoration: underline; }
.blog-pagination { margin-top: 3rem; display: flex; justify-content: center; }
.blog-pagination .nav-links { display: flex; gap: 0.5rem; }
.blog-pagination a, .blog-pagination span { padding: 0.75rem 1rem; background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; text-decoration: none; color: var(--text); font-weight: 500; }
.blog-pagination a:hover { background: var(--text); color: var(--bg); }
.blog-pagination .current { background: var(--text); color: var(--bg); }
.blog-empty { text-align: center; padding: 4rem 2rem; color: var(--text-muted); }

/* Single Post */
.single-post { padding: 8rem 4rem 4rem; max-width: 800px; margin: 0 auto; }
.post-header { margin-bottom: 3rem; }
.back-link { display: inline-block; margin-bottom: 2rem; color: var(--text-muted); text-decoration: none; font-size: 0.9rem; }
.back-link:hover { color: #00AFF0; }
.post-date { display: block; font-size: 0.85rem; color: var(--text-muted); margin-bottom: 0.5rem; }
.post-header h1 { font-size: 2.5rem; font-weight: 800; line-height: 1.2; margin-bottom: 2rem; }
.post-featured-image { border-radius: 16px; overflow: hidden; margin-bottom: 2rem; }
.post-featured-image img { width: 100%; height: auto; }
.post-content { font-size: 1.1rem; line-height: 1.8; color: var(--text); }
.post-content p { margin-bottom: 1.5rem; }
.post-content h2, .post-content h3 { margin: 2rem 0 1rem; font-weight: 700; }
.post-content a { color: #00AFF0; }
.post-content img { max-width: 100%; height: auto; border-radius: 8px; margin: 1.5rem 0; }
.post-footer { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--border); }
.post-categories { font-size: 0.9rem; color: var(--text-muted); }
.post-categories a { color: #00AFF0; text-decoration: none; margin-left: 0.5rem; }
.post-categories a:hover { text-decoration: underline; }
.post-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--border); }
.post-navigation a { padding: 1.5rem; background: var(--bg-card); border-radius: 12px; text-decoration: none; transition: all 0.3s ease; }
.post-navigation a:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.post-navigation span { display: block; font-size: 0.8rem; color: var(--text-muted); margin-bottom: 0.25rem; }
.post-navigation strong { color: var(--text); font-size: 1rem; }
.nav-next { text-align: right; }

/* Latina Sales Page */
.latina-page { padding-top: 80px; }
.latina-hero { padding: 5rem 2rem; text-align: center; background: linear-gradient(135deg, rgba(0, 175, 240, 0.1) 0%, rgba(0, 149, 217, 0.05) 100%); }
.latina-hero-inner { max-width: 800px; margin: 0 auto; }
.latina-badge { display: inline-block; background: linear-gradient(135deg, #00AFF0 0%, #0095D9 100%); color: #fff; padding: 0.5rem 1.25rem; border-radius: 50px; font-size: 0.9rem; font-weight: 600; margin-bottom: 1.5rem; }
.latina-hero h1 { font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; line-height: 1.2; margin-bottom: 1.5rem; color: var(--text); }
.latina-hero p { font-size: 1.15rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 2rem; }
.latina-cta-btn { display: inline-block; background: linear-gradient(135deg, #00AFF0 0%, #0095D9 100%); color: #fff; padding: 1rem 2.5rem; border-radius: 50px; font-size: 1.1rem; font-weight: 700; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(0, 175, 240, 0.3); }
.latina-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0, 175, 240, 0.4); color: #fff; }

/* Latina Video */
.latina-video { margin: 2rem 0; }
.latina-video-wrapper { position: relative; width: 100%; max-width: 700px; margin: 0 auto; border-radius: 16px; box-shadow: 0 8px 30px rgba(0,0,0,0.3); overflow: hidden; }
.latina-video-wrapper.latina-video-youtube { padding-bottom: 56.25%; height: 0; }
.latina-video-wrapper.latina-video-youtube iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.latina-video-wrapper.latina-video-embed { background: transparent; }
.latina-video-wrapper.latina-video-embed iframe, .latina-video-wrapper.latina-video-embed video { width: 100%; display: block; border-radius: 16px; }

.latina-benefits { padding: 5rem 2rem; background: var(--bg); }
.latina-benefits-inner { max-width: 1100px; margin: 0 auto; }
.latina-benefits h2 { text-align: center; font-size: 2rem; font-weight: 800; margin-bottom: 3rem; }
.latina-benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.latina-benefit-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.latina-benefit-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,0.08); }
.benefit-icon { font-size: 2.5rem; display: block; margin-bottom: 1rem; }
.latina-benefit-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 0.75rem; }
.latina-benefit-card p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.6; }

.latina-process { padding: 5rem 2rem; background: var(--bg-card); }
.latina-process-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.latina-process h2 { font-size: 2rem; font-weight: 800; margin-bottom: 0.5rem; }
.latina-process-subtitle { color: var(--text-muted); font-size: 1.1rem; margin-bottom: 3rem; }
.latina-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.latina-step { text-align: center; }
.latina-step-number { width: 60px; height: 60px; background: linear-gradient(135deg, #00AFF0 0%, #0095D9 100%); color: #fff; font-size: 1.5rem; font-weight: 800; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.latina-step h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 0.5rem; }
.latina-step p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.6; }

.latina-testimonials { padding: 5rem 2rem; background: var(--bg); }
.latina-testimonials-inner { max-width: 1100px; margin: 0 auto; }
.latina-testimonials h2 { text-align: center; font-size: 2rem; font-weight: 800; margin-bottom: 3rem; }
.latina-testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.latina-testimonial { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 2rem; }
.latina-testimonial p { font-size: 1rem; line-height: 1.7; margin-bottom: 1.5rem; color: var(--text); font-style: italic; }
.latina-testimonial-author { display: flex; align-items: center; gap: 1rem; }
.latina-testimonial-author .author-avatar { width: 44px; height: 44px; background: linear-gradient(135deg, #00AFF0 0%, #0095D9 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; color: #fff; }
.latina-testimonial-author strong { display: block; font-weight: 600; }
.latina-testimonial-author span { font-size: 0.85rem; color: var(--text-muted); }

.latina-faq { padding: 5rem 2rem; background: var(--bg-card); }
.latina-faq-inner { max-width: 800px; margin: 0 auto; }
.latina-faq h2 { text-align: center; font-size: 2rem; font-weight: 800; margin-bottom: 3rem; }
.latina-faq-list { display: flex; flex-direction: column; gap: 1.5rem; }
.latina-faq-item { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 1.5rem 2rem; }
.latina-faq-item h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.75rem; color: var(--text); }
.latina-faq-item p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.6; }

.latina-cta { padding: 5rem 2rem; background: linear-gradient(135deg, #00AFF0 0%, #0095D9 100%); text-align: center; }
.latina-cta-inner { max-width: 600px; margin: 0 auto; }
.latina-cta h2 { font-size: 2rem; font-weight: 800; color: #fff; margin-bottom: 1rem; }
.latina-cta > p { font-size: 1.1rem; color: rgba(255,255,255,0.9); margin-bottom: 2rem; }
.latina-cta .latina-cta-btn { background: #fff; color: #0095D9; }
.latina-cta .latina-cta-btn:hover { background: #fff; color: #00AFF0; }
.latina-cta-note { margin-top: 1.5rem; font-size: 0.9rem; color: rgba(255,255,255,0.8); }

/* Latina CTA Social Links */
.latina-cta-socials { margin-top: 1.5rem; display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
.latina-cta-socials .latina-cta-note { margin-top: 0; }
.latina-social-icons { display: flex; gap: 1rem; }
.latina-social-icon { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,0.15); color: #fff; transition: all 0.3s ease; }
.latina-social-icon svg { width: 26px; height: 26px; }
.latina-social-icon.whatsapp:hover { background: #25D366; transform: scale(1.1); }
.latina-social-icon.telegram:hover { background: #0088cc; transform: scale(1.1); }

/* CTA Social Icons */
.latina-cta-socials { margin-top: 1.5rem; display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
.latina-cta-socials .latina-cta-note { margin-top: 0; }
.latina-social-icons { display: flex; gap: 1rem; }
.latina-social-icon { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,0.15); color: #fff; transition: all 0.3s ease; }
.latina-social-icon svg { width: 26px; height: 26px; }
.latina-social-icon.whatsapp:hover { background: #25D366; transform: scale(1.1); }
.latina-social-icon.telegram:hover { background: #0088cc; transform: scale(1.1); }

/* Responsive */
@media (max-width: 1024px) {
    nav { padding: 1rem 2rem; }
    .nav-links { display: none; }
    .nav-cta { display: none; }
    .mobile-menu-toggle { display: flex; }
    .hero { padding: 8rem 2rem 4rem; }
    .service-cards { padding: 0 2rem 4rem; }
    .cards-grid { grid-template-columns: repeat(2, 1fr); }
    .stats { padding: 4rem 2rem; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; }
    .about { padding: 4rem 2rem; }
    .about-content { grid-template-columns: 1fr; gap: 2rem; }
    .about-image { height: 300px; order: -1; }
    .services-detail { padding: 4rem 2rem; }
    .service-detail-card { grid-template-columns: 1fr; gap: 2rem; }
    .service-detail-image { height: 200px; order: -1; }
    .testimonials { padding: 4rem 2rem; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .how-it-works { padding: 4rem 2rem; }
    .steps-container { padding-left: 50px; }
    .step-check { left: -42px; width: 26px; height: 26px; }
    .step-check svg { width: 13px; height: 13px; stroke: #ffffff !important; }
    .step-content h3 { font-size: 1.15rem; }
    .step-content p { font-size: 0.9rem; }
    .cta { padding: 4rem 2rem; }
    .cta-inner { padding: 3rem 2rem; }
    footer { padding: 2rem; }
    .footer-inner { flex-direction: column; gap: 1.5rem; }
    .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
    .blog-main { padding: 6rem 2rem 3rem; }
    .blog-grid { grid-template-columns: repeat(2, 1fr); }
    .single-post { padding: 6rem 2rem 3rem; }
    .post-header h1 { font-size: 2rem; }
    
    /* Latina page responsive */
    .latina-benefits-grid { grid-template-columns: repeat(2, 1fr); }
    .latina-steps { grid-template-columns: 1fr; gap: 2rem; }
    .latina-testimonials-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    .cards-grid { grid-template-columns: 1fr; }
    .hero-buttons { flex-direction: column; }
    .btn { width: 100%; text-align: center; }
    .service-tabs { gap: 0.5rem; }
    .service-tab { padding: 0.6rem 1rem; font-size: 0.8rem; }
    .steps-container { padding-left: 45px; }
    .step-check { left: -38px; width: 24px; height: 24px; }
    .step-check svg { width: 12px; height: 12px; stroke: #ffffff !important; }
    .steps { gap: 2rem; }
    .blog-grid { grid-template-columns: 1fr; }
    .post-header h1 { font-size: 1.75rem; }
    .post-navigation { grid-template-columns: 1fr; }
    
    /* Latina page mobile */
    .latina-hero { padding: 3rem 1.5rem; }
    .latina-hero h1 { font-size: 1.75rem; }
    .latina-benefits { padding: 3rem 1.5rem; }
    .latina-benefits-grid { grid-template-columns: 1fr; }
    .latina-benefit-card { padding: 1.5rem; }
    .latina-process { padding: 3rem 1.5rem; }
    .latina-testimonials { padding: 3rem 1.5rem; }
    .latina-faq { padding: 3rem 1.5rem; }
    .latina-faq-item { padding: 1.25rem 1.5rem; }
    .latina-cta { padding: 3rem 1.5rem; }
}
