/* ============================================================
   COSTA INMOBILIARIA Y CONSULTORIA - Estilos principales
   Paleta: rojo #E63946, charcoal #1A1F2E, steel #457B9D, cream #F8F5F0
   ============================================================ */

:root {
  --brand: #E63946;
  --brand-dark: #B72832;
  --brand-light: #F26D78;
  --ink: #1A1F2E;
  --ink-soft: #2A2F3E;
  --steel: #457B9D;
  --cream: #F8F5F0;
  --white: #FFFFFF;
  --border: #E5E1DA;
  --radius: 0.5rem;
  --font-display: 'Poppins', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--ink); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-display); letter-spacing: -0.02em; line-height: 1.2; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }
::selection { background: var(--brand); color: white; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; }
@media (min-width: 640px) { .container { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .container { padding: 0 2rem; } }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.75rem 1.5rem; border-radius: var(--radius); font-size: 0.875rem; font-weight: 600; cursor: pointer; transition: all 0.2s; border: none; font-family: var(--font-body); }
.btn-primary { background: var(--brand); color: white; box-shadow: 0 4px 12px rgba(230,57,70,0.3); }
.btn-primary:hover { background: var(--brand-dark); box-shadow: 0 6px 16px rgba(230,57,70,0.4); }
.btn-outline { background: transparent; border: 1px solid var(--border); color: var(--ink); }
.btn-outline:hover { background: var(--cream); }
.btn-outline-light { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.25); color: white; backdrop-filter: blur(4px); }
.btn-outline-light:hover { background: rgba(255,255,255,0.15); }
.btn-outline-brand { background: rgba(230,57,70,0.1); border: 1px solid rgba(230,57,70,0.4); color: var(--brand); }
.btn-outline-brand:hover { background: var(--brand); color: white; }
.btn-sm { padding: 0.5rem 1.25rem; font-size: 0.8125rem; }
.btn-block { width: 100%; }

/* Preloader */
.preloader { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; background: white; transition: opacity 0.7s; }
.preloader.hidden { opacity: 0; pointer-events: none; }
.preloader-content { display: flex; flex-direction: column; align-items: center; }
.preloader-logo { height: 80px; width: auto; animation: scaleIn 0.5s ease-out; }
.preloader-bar { margin-top: 2rem; height: 4px; width: 192px; overflow: hidden; border-radius: 2px; background: rgba(26,31,46,0.1); }
.preloader-bar-fill { height: 100%; width: 33%; border-radius: 2px; background: var(--brand); animation: shimmer 1.2s infinite; }
.preloader-text { margin-top: 1rem; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.3em; color: rgba(26,31,46,0.6); }
@keyframes scaleIn { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } }
@keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(300%); } }

/* Header */
.header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.95); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); }
.topbar { background: white; border-bottom: 1px solid var(--border); }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; height: 36px; font-size: 0.75rem; }
.topbar-left { display: flex; gap: 1rem; }
.topbar-link { display: flex; align-items: center; gap: 0.375rem; color: rgba(26,31,46,0.7); transition: color 0.2s; }
.topbar-link:hover { color: var(--brand); }
.topbar-link i { width: 14px; height: 14px; color: var(--brand); }
.topbar-right { display: flex; align-items: center; gap: 0.5rem; }
.topbar-sep { color: rgba(26,31,46,0.2); }
.topbar-ruc { font-weight: 500; color: rgba(26,31,46,0.5); }
.header-main { display: flex; align-items: center; justify-content: space-between; height: 64px; }
@media (min-width: 1024px) { .header-main { height: 80px; } }
.logo-link { display: flex; align-items: center; gap: 0.75rem; }
.logo-img { height: 40px; width: auto; object-fit: contain; }
@media (min-width: 1024px) { .logo-img { height: 48px; } }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-name { font-family: var(--font-display); font-size: 0.875rem; font-weight: 700; text-transform: uppercase; color: var(--ink); }
@media (min-width: 1024px) { .logo-name { font-size: 1rem; } }
.logo-tagline { margin-top: 2px; font-size: 9px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.15em; color: var(--brand); }
@media (min-width: 1024px) { .logo-tagline { font-size: 10px; } }
.nav-desktop { display: none; align-items: center; gap: 1.75rem; }
@media (min-width: 1024px) { .nav-desktop { display: flex; } }
.nav-link { font-size: 0.875rem; font-weight: 500; color: rgba(26,31,46,0.7); transition: color 0.2s; position: relative; }
.nav-link:hover, .nav-link.active { color: var(--brand); }
.nav-link.active::after, .nav-link:hover::after { content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 2px; background: var(--brand); }
.header-actions { display: flex; align-items: center; gap: 0.75rem; }
.nav-toggle { display: flex; background: none; border: none; cursor: pointer; padding: 0.5rem; color: var(--ink); }
@media (min-width: 1024px) { .nav-toggle { display: none; } }
.nav-mobile { display: none; flex-direction: column; padding: 0.75rem 0; border-top: 1px solid var(--border); background: white; }
.nav-mobile.open { display: flex; }
@media (min-width: 1024px) { .nav-mobile { display: none !important; } }
.nav-mobile-link { padding: 0.75rem 0; font-size: 0.875rem; font-weight: 500; color: rgba(26,31,46,0.7); border-bottom: 1px solid rgba(26,31,46,0.05); }

/* Hero */
.hero { position: relative; height: 92vh; min-height: 600px; overflow: hidden; background: var(--ink); }
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s; pointer-events: none; }
.hero-slide.active { opacity: 1; pointer-events: auto; }
.hero-slide-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-slide-overlay { position: absolute; inset: 0; background: linear-gradient(to right, var(--ink) 0%, rgba(26,31,46,0.85) 50%, rgba(26,31,46,0.4) 100%); }
.hero-slide-content { position: relative; z-index: 10; height: 100%; display: flex; flex-direction: column; justify-content: center; max-width: 768px; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; align-self: flex-start; padding: 0.375rem 1rem; border-radius: 999px; border: 1px solid rgba(230,57,70,0.3); background: rgba(230,57,70,0.1); backdrop-filter: blur(4px); margin-bottom: 1.25rem; }
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand); animation: pulse 2s infinite; }
.hero-badge span:last-child { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.2em; color: var(--brand); }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
.hero-title { font-size: 2.25rem; font-weight: 700; color: white; line-height: 1.05; margin-bottom: 1.5rem; }
@media (min-width: 640px) { .hero-title { font-size: 3rem; } }
@media (min-width: 1024px) { .hero-title { font-size: 4.5rem; } }
.hero-highlight { color: var(--brand); }
.hero-desc { max-width: 640px; font-size: 1rem; color: rgba(255,255,255,0.8); margin-bottom: 2.25rem; }
@media (min-width: 640px) { .hero-desc { font-size: 1.125rem; } }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero-stats { position: absolute; bottom: 0; left: 0; right: 0; z-index: 20; border-top: 1px solid rgba(255,255,255,0.1); background: rgba(26,31,46,0.7); backdrop-filter: blur(8px); }
.hero-stats-grid { display: grid; grid-template-columns: 1fr; }
@media (min-width: 640px) { .hero-stats-grid { grid-template-columns: repeat(3, 1fr); } }
.hero-stat { display: flex; align-items: center; justify-content: center; gap: 0.75rem; padding: 1rem; text-align: center; border-bottom: 1px solid rgba(255,255,255,0.1); }
@media (min-width: 640px) { .hero-stat { border-bottom: none; border-right: 1px solid rgba(255,255,255,0.1); } .hero-stat:last-child { border-right: none; } }
.hero-stat-value { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: var(--brand); }
@media (min-width: 1024px) { .hero-stat-value { font-size: 2.25rem; } }
.hero-stat-label { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.15em; color: rgba(255,255,255,0.7); text-align: left; }
@media (min-width: 1024px) { .hero-stat-label { font-size: 0.75rem; max-width: 120px; } }
.hero-nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 20; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.05); color: white; cursor: pointer; backdrop-filter: blur(4px); transition: all 0.2s; }
.hero-nav:hover { background: var(--brand); border-color: var(--brand); }
.hero-prev { left: 1rem; }
.hero-next { right: 1rem; }
.hero-dots { position: absolute; right: 1.5rem; top: 50%; transform: translateY(-50%); z-index: 20; display: none; flex-direction: column; gap: 0.75rem; }
@media (min-width: 1024px) { .hero-dots { display: flex; } }
.hero-dot { display: block; height: 4px; width: 24px; border-radius: 2px; background: rgba(255,255,255,0.3); border: none; cursor: pointer; transition: all 0.5s; }
.hero-dot.active { width: 48px; background: var(--brand); }

/* Sections */
.section { padding: 5rem 0; }
@media (min-width: 1024px) { .section { padding: 7rem 0; } }
.section-white { background: white; }
.section-cream { background: var(--cream); }
.section-header { max-width: 768px; margin: 0 auto 3.5rem; text-align: center; }
.section-eyebrow { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.25em; color: var(--brand); margin-bottom: 0.75rem; }
.section-title { font-size: 1.875rem; font-weight: 700; color: var(--ink); }
@media (min-width: 640px) { .section-title { font-size: 2.25rem; } }
@media (min-width: 1024px) { .section-title { font-size: 3rem; } }
.text-brand { color: var(--brand); }
.section-subtitle { margin-top: 1.25rem; font-size: 1rem; color: rgba(26,31,46,0.7); }
.section-divider { width: 80px; height: 4px; border-radius: 2px; background: var(--brand); margin: 1.25rem auto 0; }

/* About */
.about-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; }
@media (min-width: 1024px) { .about-grid { grid-template-columns: 2fr 3fr; gap: 4rem; } }
.about-image-wrap { position: relative; }
.about-image { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 1rem; box-shadow: 0 20px 40px rgba(0,0,0,0.15); }
@media (min-width: 1024px) { .about-image { aspect-ratio: 4/5; } }
.about-stat-float { position: absolute; bottom: -1.5rem; right: 0; display: flex; align-items: center; gap: 1rem; padding: 1.25rem; border-radius: 0.75rem; background: var(--ink); box-shadow: 0 20px 40px rgba(0,0,0,0.2); }
@media (min-width: 1024px) { .about-stat-float { bottom: -2rem; left: -2rem; right: auto; } }
.about-stat-value { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--brand); }
@media (min-width: 1024px) { .about-stat-value { font-size: 2.5rem; } }
.about-stat-label { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.8); max-width: 110px; }
.about-title { font-size: 1.5rem; font-weight: 700; color: var(--ink); }
@media (min-width: 640px) { .about-title { font-size: 1.875rem; } }
.about-text { margin-top: 1.25rem; font-size: 1rem; color: rgba(26,31,46,0.8); }
.about-list { margin-top: 1.5rem; list-style: none; display: flex; flex-direction: column; gap: 0.625rem; }
.about-list li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.875rem; color: rgba(26,31,46,0.75); }
.about-list i { width: 20px; height: 20px; color: var(--brand); flex-shrink: 0; margin-top: 2px; }
.mvv-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 5rem; }
@media (min-width: 768px) { .mvv-grid { grid-template-columns: repeat(3, 1fr); } }
.mvv-card { position: relative; overflow: hidden; border-radius: 1rem; border: 1px solid rgba(26,31,46,0.1); background: white; padding: 2rem; box-shadow: 0 2px 8px rgba(0,0,0,0.05); transition: all 0.3s; }
.mvv-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0,0,0,0.1); }
.mvv-icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 0.75rem; background: var(--brand); color: white; box-shadow: 0 8px 16px rgba(230,57,70,0.3); margin-bottom: 1.25rem; }
.mvv-icon i { width: 28px; height: 28px; }
.mvv-card h4 { font-size: 1.25rem; font-weight: 700; color: var(--ink); }
.mvv-card p { margin-top: 0.75rem; font-size: 0.875rem; color: rgba(26,31,46,0.7); }

/* Services */
.services-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }
.service-card { border-radius: 1rem; border: 1px solid rgba(26,31,46,0.1); background: white; padding: 2rem; transition: all 0.3s; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.service-card:hover { transform: translateY(-4px); border-color: rgba(230,57,70,0.3); box-shadow: 0 12px 24px rgba(0,0,0,0.1); }
.service-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 0.625rem; background: rgba(230,57,70,0.1); color: var(--brand); margin-bottom: 1.25rem; }
.service-icon i { width: 24px; height: 24px; }
.service-title { font-size: 1.125rem; font-weight: 700; color: var(--ink); }
.service-short { margin-top: 0.5rem; font-size: 0.875rem; color: rgba(26,31,46,0.6); }
.service-features { margin-top: 1.25rem; display: grid; grid-template-columns: 1fr; gap: 0.5rem; }
.service-feature { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.875rem; color: rgba(26,31,46,0.8); }
.service-feature i { width: 16px; height: 16px; color: var(--brand); flex-shrink: 0; margin-top: 2px; }

/* Projects */
.project-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; margin-bottom: 2.5rem; }
.filter-btn { padding: 0.5rem 1.25rem; border-radius: 999px; font-size: 0.875rem; font-weight: 500; background: white; border: 1px solid rgba(26,31,46,0.15); color: rgba(26,31,46,0.7); cursor: pointer; transition: all 0.2s; }
.filter-btn:hover { background: rgba(26,31,46,0.05); color: var(--ink); }
.filter-btn.active { background: var(--brand); color: white; border-color: var(--brand); box-shadow: 0 4px 12px rgba(230,57,70,0.3); }
.projects-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .projects-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .projects-grid { grid-template-columns: repeat(3, 1fr); } }
.project-card { overflow: hidden; border-radius: 1rem; border: 1px solid rgba(26,31,46,0.1); background: white; box-shadow: 0 2px 8px rgba(0,0,0,0.05); transition: all 0.3s; }
.project-card:hover { border-color: rgba(230,57,70,0.4); box-shadow: 0 12px 24px rgba(0,0,0,0.1); }
.project-image-wrap { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.project-image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s; }
.project-card:hover .project-image { transform: scale(1.1); }
.project-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,31,46,0.6), transparent); }
.project-badge { position: absolute; left: 0.75rem; top: 0.75rem; display: inline-flex; align-items: center; gap: 0.375rem; padding: 0.25rem 0.75rem; border-radius: 999px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: white; backdrop-filter: blur(4px); }
.project-badge i { width: 12px; height: 12px; }
.project-badge-completed { background: rgba(16,185,129,0.9); }
.project-badge-progress { background: rgba(230,57,70,0.9); }
.project-category { position: absolute; right: 0.75rem; top: 0.75rem; padding: 0.25rem 0.75rem; border-radius: 999px; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.8); background: rgba(26,31,46,0.8); backdrop-filter: blur(4px); }
.project-body { padding: 1.25rem; }
.project-title { font-size: 1rem; font-weight: 700; color: var(--ink); transition: color 0.2s; }
.project-card:hover .project-title { color: var(--brand); }
.project-meta { margin-top: 0.75rem; display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; font-size: 0.75rem; color: rgba(26,31,46,0.6); }
.project-meta span { display: flex; align-items: center; gap: 0.375rem; }
.project-meta i { width: 14px; height: 14px; color: var(--brand); }
.project-desc { margin-top: 0.75rem; font-size: 0.75rem; color: rgba(26,31,46,0.7); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.project-footer { margin-top: 1rem; padding-top: 0.75rem; border-top: 1px solid rgba(26,31,46,0.05); display: flex; align-items: center; justify-content: space-between; }
.project-client { font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(26,31,46,0.4); }
.project-footer i { width: 16px; height: 16px; color: var(--brand); }

/* Timeline */
.timeline { position: relative; max-width: 960px; margin: 0 auto; }
.timeline-line { position: absolute; left: 16px; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--brand), rgba(26,31,46,0.2), transparent); }
@media (min-width: 768px) { .timeline-line { left: 50%; transform: translateX(-50%); } }
.timeline-item { position: relative; display: flex; margin-bottom: 3rem; }
.timeline-marker { position: absolute; left: 16px; top: 0.5rem; transform: translateX(-50%); z-index: 10; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--brand); background: white; }
@media (min-width: 768px) { .timeline-marker { left: 50%; } }
.timeline-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--brand); }
.timeline-card { margin-left: 3rem; width: 100%; }
@media (min-width: 768px) { .timeline-card { width: 50%; } .timeline-item.left .timeline-card { margin-left: 0; padding-right: 3rem; text-align: right; } .timeline-item.right .timeline-card { margin-left: 50%; padding-left: 3rem; } }
.timeline-card > div { border-radius: 0.75rem; border: 1px solid rgba(26,31,46,0.1); background: var(--cream); padding: 1.25rem; box-shadow: 0 2px 8px rgba(0,0,0,0.05); transition: all 0.3s; }
.timeline-card > div:hover { border-color: rgba(230,57,70,0.4); box-shadow: 0 8px 16px rgba(0,0,0,0.1); }
.timeline-year { display: inline-block; padding: 0.25rem 0.75rem; border-radius: 0.375rem; border: 1px solid rgba(230,57,70,0.4); background: rgba(230,57,70,0.1); font-family: var(--font-display); font-size: 0.875rem; font-weight: 700; color: var(--brand); }
.timeline-title { margin-top: 0.75rem; font-size: 1.125rem; font-weight: 700; color: var(--ink); }
.timeline-desc { margin-top: 0.5rem; font-size: 0.875rem; color: rgba(26,31,46,0.7); }

/* Testimonials & Clients */
.testimonials-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 768px) { .testimonials-grid { grid-template-columns: repeat(3, 1fr); } }
.testimonial-card { position: relative; border-radius: 1rem; border: 1px solid rgba(26,31,46,0.1); background: white; padding: 1.75rem; box-shadow: 0 2px 8px rgba(0,0,0,0.05); transition: all 0.3s; }
.testimonial-card:hover { box-shadow: 0 12px 24px rgba(0,0,0,0.1); }
.testimonial-quote-icon { position: absolute; right: 1.25rem; top: 1.25rem; width: 40px; height: 40px; color: rgba(230,57,70,0.15); }
.testimonial-stars { display: flex; gap: 2px; margin-bottom: 1rem; }
.testimonial-stars i { width: 16px; height: 16px; }
.star-filled { fill: var(--brand); color: var(--brand); }
.star-empty { color: rgba(26,31,46,0.15); }
.testimonial-message { font-size: 0.875rem; color: rgba(26,31,46,0.75); }
.testimonial-author { margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid rgba(26,31,46,0.05); }
.testimonial-name { font-size: 0.875rem; font-weight: 700; color: var(--ink); }
.testimonial-role { font-size: 0.75rem; color: rgba(26,31,46,0.6); }
.clients-section { margin-top: 5rem; }
.clients-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (min-width: 640px) { .clients-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .clients-grid { grid-template-columns: repeat(6, 1fr); } }
.client-card { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; text-align: center; border-radius: 0.75rem; border: 1px solid rgba(26,31,46,0.1); background: white; padding: 1.25rem; transition: all 0.3s; }
.client-card:hover { transform: translateY(-4px); border-color: rgba(230,57,70,0.4); box-shadow: 0 8px 16px rgba(0,0,0,0.1); }
.client-icon { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background: rgba(230,57,70,0.1); color: var(--brand); transition: all 0.3s; }
.client-card:hover .client-icon { background: var(--brand); color: white; }
.client-icon i { width: 24px; height: 24px; }
.client-name { font-size: 0.75rem; font-weight: 700; color: var(--ink); }
.client-card:hover .client-name { color: var(--brand); }
.client-work { font-size: 10px; color: rgba(26,31,46,0.55); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: repeat(2, 1fr); gap: 3rem; } }
.contact-info { display: flex; flex-direction: column; gap: 1rem; }
.contact-info-card { display: flex; align-items: flex-start; gap: 1rem; border-radius: 0.75rem; border: 1px solid rgba(26,31,46,0.1); background: white; padding: 1.25rem; box-shadow: 0 2px 8px rgba(0,0,0,0.05); transition: all 0.3s; }
.contact-info-card:hover { border-color: rgba(230,57,70,0.3); box-shadow: 0 8px 16px rgba(0,0,0,0.1); }
.contact-info-icon { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 0.5rem; background: var(--brand); color: white; box-shadow: 0 8px 16px rgba(230,57,70,0.3); flex-shrink: 0; }
.contact-info-icon i { width: 20px; height: 20px; }
.contact-info-label { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--brand); }
.contact-info-value { margin-top: 0.25rem; font-size: 0.875rem; color: rgba(26,31,46,0.85); }
.whatsapp-cta { display: flex; align-items: center; justify-content: center; gap: 0.75rem; border-radius: 0.75rem; background: #25D366; padding: 1.25rem; color: white; box-shadow: 0 8px 16px rgba(37,211,102,0.3); transition: all 0.2s; }
.whatsapp-cta:hover { background: #1ebe5b; }
.whatsapp-cta i { width: 24px; height: 24px; }
.whatsapp-title { font-size: 0.875rem; font-weight: 700; }
.whatsapp-sub { font-size: 0.75rem; color: rgba(255,255,255,0.85); }
.contact-form-wrap { border-radius: 1rem; border: 1px solid rgba(26,31,46,0.1); background: white; padding: 1.5rem; box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
@media (min-width: 640px) { .contact-form-wrap { padding: 2rem; } }
.contact-form { display: flex; flex-direction: column; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 640px) { .form-row { grid-template-columns: repeat(2, 1fr); } }
.form-group { display: flex; flex-direction: column; }
.form-group label { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(26,31,46,0.7); margin-bottom: 0.375rem; }
.form-group input, .form-group select, .form-group textarea { width: 100%; border-radius: 0.375rem; border: 1px solid rgba(26,31,46,0.15); background: var(--cream); padding: 0.625rem 1rem; font-size: 0.875rem; color: var(--ink); font-family: var(--font-body); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 1px var(--brand); }
.form-group textarea { resize: vertical; }
.form-note { text-align: center; font-size: 11px; color: rgba(26,31,46,0.4); }
.alert { display: flex; align-items: center; gap: 0.75rem; border-radius: 0.5rem; padding: 1rem; font-size: 0.875rem; margin-bottom: 1.25rem; }
.alert i { width: 20px; height: 20px; flex-shrink: 0; }
.alert-success { border: 1px solid rgba(16,185,129,0.3); background: rgba(16,185,129,0.1); color: #047857; }
.alert-error { border: 1px solid rgba(230,57,70,0.3); background: rgba(230,57,70,0.1); color: var(--brand); }

/* Footer */
.footer { background: var(--cream); color: var(--ink); border-top: 1px solid var(--border); }
.footer-accent { height: 4px; background: linear-gradient(to right, var(--brand), var(--brand-dark), var(--brand)); }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; padding: 3.5rem 0; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: repeat(4, 1fr); gap: 2rem; } }
.footer-brand .logo-name { color: var(--ink); }
.footer-desc { margin-top: 1.25rem; font-size: 0.875rem; color: rgba(26,31,46,0.6); }
.footer-social { margin-top: 1.5rem; display: flex; gap: 0.5rem; }
.footer-social a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(26,31,46,0.1); background: white; color: rgba(26,31,46,0.7); transition: all 0.3s; }
.footer-social a:hover { border-color: var(--brand); background: var(--brand); color: white; }
.footer-social i { width: 16px; height: 16px; }
.footer-col h4 { font-size: 0.875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink); }
.footer-links { margin-top: 1.25rem; list-style: none; display: flex; flex-direction: column; gap: 0.625rem; }
.footer-links a { display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; color: rgba(26,31,46,0.6); transition: color 0.2s; }
.footer-links a:hover { color: var(--brand); }
.footer-links i { width: 14px; height: 14px; color: var(--brand); }
.footer-contact { margin-top: 1.25rem; list-style: none; display: flex; flex-direction: column; gap: 0.75rem; font-size: 0.875rem; }
.footer-contact li { display: flex; align-items: flex-start; gap: 0.75rem; color: rgba(26,31,46,0.7); }
.footer-contact i { width: 16px; height: 16px; color: var(--brand); flex-shrink: 0; margin-top: 2px; }
.footer-bottom { border-top: 1px solid var(--border); background: rgba(255,255,255,0.5); }
.footer-bottom-inner { display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 0.75rem; padding: 1.25rem 0; text-align: center; }
@media (min-width: 640px) { .footer-bottom-inner { flex-direction: row; text-align: left; } }
.footer-bottom p { font-size: 0.75rem; color: rgba(26,31,46,0.5); }
.footer-bottom-links { display: flex; align-items: center; gap: 1rem; font-size: 0.75rem; color: rgba(26,31,46,0.5); }
.footer-bottom-links a:hover { color: var(--brand); }
.footer-bottom-links span { color: rgba(26,31,46,0.2); }

/* WhatsApp Float */
.whatsapp-float { position: fixed; bottom: 1.25rem; right: 1.25rem; z-index: 40; display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: white; box-shadow: 0 20px 40px rgba(37,211,102,0.4); transition: transform 0.2s; animation: pulseRing 2s infinite; }
.whatsapp-float:hover { transform: scale(1.1); }
.whatsapp-float i { width: 28px; height: 28px; }
@keyframes pulseRing { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); } 70% { box-shadow: 0 0 0 12px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* Popup */
.popup-overlay { position: fixed; inset: 0; z-index: 80; display: flex; align-items: center; justify-content: center; padding: 1rem; opacity: 0; transition: opacity 0.3s; }
.popup-overlay.show { opacity: 1; }
.popup-overlay::before { content: ''; position: absolute; inset: 0; background: rgba(26,31,46,0.7); backdrop-filter: blur(4px); }
.popup-modal { position: relative; z-index: 10; width: 100%; max-width: 672px; overflow: hidden; border-radius: 1rem; background: white; box-shadow: 0 20px 60px rgba(0,0,0,0.3); transform: scale(0.95); transition: transform 0.3s; }
.popup-overlay.show .popup-modal { transform: scale(1); }
.popup-close { position: absolute; right: 0.75rem; top: 0.75rem; z-index: 20; display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.8); border: none; color: rgba(26,31,46,0.6); cursor: pointer; backdrop-filter: blur(4px); transition: all 0.2s; }
.popup-close:hover { background: white; color: var(--ink); }
.popup-close i { width: 20px; height: 20px; }
.popup-grid { display: grid; grid-template-columns: 1fr; }
@media (min-width: 768px) { .popup-grid { grid-template-columns: 2fr 3fr; } }
.popup-image-wrap { display: none; }
@media (min-width: 768px) { .popup-image-wrap { display: block; } }
.popup-image { width: 100%; height: 100%; min-height: 256px; object-fit: cover; }
.popup-content { display: flex; flex-direction: column; padding: 1.5rem; }
@media (min-width: 640px) { .popup-content { padding: 2rem; } }
.popup-badge { display: inline-flex; align-items: center; gap: 0.5rem; align-self: flex-start; padding: 0.25rem 0.75rem; border-radius: 999px; background: rgba(230,57,70,0.1); margin-bottom: 0.75rem; }
.popup-badge i { width: 14px; height: 14px; color: var(--brand); }
.popup-badge span, .popup-badge { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.2em; color: var(--brand); }
.popup-title { font-size: 1.25rem; font-weight: 700; color: var(--ink); line-height: 1.2; }
@media (min-width: 640px) { .popup-title { font-size: 1.5rem; } }
.popup-text { margin-top: 0.75rem; flex: 1; font-size: 0.875rem; color: rgba(26,31,46,0.7); }
.popup-actions { margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.popup-close-text { margin-left: auto; background: none; border: none; font-size: 0.75rem; font-weight: 500; color: rgba(26,31,46,0.5); cursor: pointer; }
.popup-close-text:hover { color: var(--ink); }

/* Cookie Consent */
.cookie-consent { position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; padding: 0.75rem; }
.cookie-card { max-width: 1024px; margin: 0 auto; border-radius: 0.75rem; border: 1px solid rgba(26,31,46,0.1); background: white; box-shadow: 0 20px 40px rgba(0,0,0,0.15); padding: 1.25rem; display: flex; flex-direction: column; gap: 1rem; }
@media (min-width: 640px) { .cookie-card { flex-direction: row; align-items: center; padding: 1.5rem; } }
.cookie-main { display: flex; align-items: flex-start; gap: 0.75rem; flex: 1; }
.cookie-icon { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(230,57,70,0.15); color: var(--brand); flex-shrink: 0; }
.cookie-icon i { width: 20px; height: 20px; }
.cookie-main h3 { font-size: 0.875rem; font-weight: 600; color: var(--ink); }
.cookie-main p { margin-top: 0.25rem; font-size: 0.75rem; color: rgba(26,31,46,0.7); }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 0.5rem; flex-shrink: 0; }
