/* ============================================
   LOCKTOP PRO - Multi-Page Professional
   Clean, Corporate, Complete
   ============================================ */

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

:root {
    --primary: #1e3a5f;
    --primary-dark: #0f2440;
    --primary-light: #2a4f7a;
    --primary-50: #eef3f9;
    --primary-100: #d4e0ed;
    --accent: #f59e0b;
    --accent-dark: #d97706;
    --accent-light: #fbbf24;
    --text: #1a1a2e;
    --gray: #6b7280;
    --gray-light: #f8f9fb;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --white: #ffffff;
    --whatsapp: #25d366;
    --font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --container: 1140px;
    --section-py: 5.5rem;
    --radius: 0.75rem;
    --radius-lg: 1.25rem;
    --radius-full: 9999px;
    --transition: 0.3s ease;
    --shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
    --shadow-lg: 0 20px 40px -12px rgba(0,0,0,0.12);
    --header-h: 72px;
}

html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body { font-family: var(--font); color: var(--text); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { text-decoration: none; color: inherit; transition: color var(--transition); }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 1.5rem; }
.icon { width: 20px; height: 20px; flex-shrink: 0; }
.icon--sm { width: 16px; height: 16px; }

/* SECTION */
.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-tag { display: inline-block; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); background: rgba(245,158,11,0.1); padding: 0.35rem 1rem; border-radius: var(--radius-full); margin-bottom: 1rem; }
.section-title { font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 800; color: var(--text); line-height: 1.15; margin-bottom: 0.75rem; letter-spacing: -0.02em; }
.section-title--light { color: var(--white); }
.section-title--left { text-align: left; }
.section-subtitle { font-size: 1rem; color: var(--gray); max-width: 560px; margin: 0 auto; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; font-family: var(--font); font-weight: 600; font-size: 0.95rem; padding: 0.75rem 1.75rem; border-radius: var(--radius); border: none; cursor: pointer; transition: all var(--transition); white-space: nowrap; }
.btn--sm { padding: 0.55rem 1.15rem; font-size: 0.85rem; }
.btn--lg { padding: 1rem 2.25rem; font-size: 1.05rem; border-radius: var(--radius-lg); }
.btn--full { width: 100%; }
.btn--accent { background: var(--accent); color: var(--text); box-shadow: 0 2px 12px rgba(245,158,11,0.3); }
.btn--accent:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(245,158,11,0.4); }
.btn--outline { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.3); }
.btn--outline:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }
.btn--whatsapp { background: var(--whatsapp); color: var(--white); box-shadow: 0 2px 12px rgba(37,211,102,0.3); }
.btn--whatsapp:hover { background: #1fb855; transform: translateY(-2px); }
.btn--white { background: var(--white); color: var(--primary); }
.btn--white:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); }
.btn--primary { background: var(--primary); color: var(--white); }
.btn--primary:hover { background: var(--primary-dark); transform: translateY(-2px); }

/* HEADER */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: var(--white); border-bottom: 1px solid var(--gray-200); transition: all var(--transition); }
.header--scrolled { box-shadow: 0 2px 16px rgba(0,0,0,0.06); }
.header__inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); }
.header__logo-img { height: 40px; width: auto; }
.header__menu { display: flex; align-items: center; gap: 0.15rem; }
.header__link { font-size: 0.88rem; font-weight: 500; color: var(--gray); padding: 0.45rem 0.75rem; border-radius: var(--radius); transition: all 0.2s ease; }
.header__link:hover, .header__link.active { color: var(--primary); background: var(--primary-50); }
.header__actions { display: flex; align-items: center; gap: 0.75rem; }
.header__phone { font-weight: 700; font-size: 0.85rem; color: var(--primary); display: flex; align-items: center; gap: 0.35rem; }
.header__phone i { width: 16px; height: 16px; }
.header__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 0.5rem; z-index: 1200; }
.header__toggle span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: all var(--transition); }
.header__toggle.active span:nth-child(1) { transform: rotate(45deg) translateY(7px); }
.header__toggle.active span:nth-child(2) { opacity: 0; }
.header__toggle.active span:nth-child(3) { transform: rotate(-45deg) translateY(-7px); }

/* PAGE HERO (inner pages) */
.page-hero { background: linear-gradient(135deg, var(--primary-dark), var(--primary), var(--primary-light)); padding: 6rem 0 3.5rem; margin-top: var(--header-h); text-align: center; position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 100%, rgba(245,158,11,0.08), transparent 60%); }
.page-hero__content { position: relative; z-index: 1; }
.page-hero__title { font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; color: var(--white); margin-bottom: 0.5rem; }
.page-hero__subtitle { font-size: 1.1rem; color: rgba(255,255,255,0.6); }
.page-hero__breadcrumb { margin-top: 1rem; font-size: 0.85rem; color: rgba(255,255,255,0.4); }
.page-hero__breadcrumb a { color: rgba(255,255,255,0.6); }
.page-hero__breadcrumb a:hover { color: var(--white); }

/* HOME HERO */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; padding-top: var(--header-h); }
.hero__bg { position: absolute; inset: 0; z-index: 0; background: linear-gradient(160deg, #070d1a 0%, var(--primary-dark) 30%, var(--primary) 60%, var(--primary-light) 100%); }
.hero__bg::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 80%, rgba(245,158,11,0.08) 0%, transparent 60%), radial-gradient(ellipse at 80% 20%, rgba(42,79,122,0.3) 0%, transparent 50%); }
.hero__inner { position: relative; z-index: 1; padding: 4rem 0; width: 100%; }
.hero__content { max-width: 680px; }
.hero__badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(245,158,11,0.15); border: 1px solid rgba(245,158,11,0.3); color: var(--accent-light); font-size: 0.8rem; font-weight: 600; padding: 0.4rem 1rem; border-radius: var(--radius-full); margin-bottom: 1.5rem; }
.hero__title { font-size: clamp(2.25rem, 5.5vw, 3.75rem); font-weight: 800; color: var(--white); line-height: 1.08; margin-bottom: 1.25rem; letter-spacing: -0.03em; }
.hero__accent { color: var(--accent); }
.hero__subtitle { font-size: clamp(1rem, 2vw, 1.15rem); color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 2.5rem; max-width: 520px; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-bottom: 3rem; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 2rem; }
.hero__trust-item { display: flex; align-items: center; gap: 0.45rem; color: rgba(255,255,255,0.85); font-size: 0.9rem; font-weight: 600; }
.hero__trust-item .icon { color: var(--accent); }

/* STATS */
.stats { background: var(--white); position: relative; z-index: 2; margin-top: -2rem; }
.stats__inner { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); border-radius: var(--radius-lg); box-shadow: 0 8px 40px rgba(0,0,0,0.08); padding: 2rem 0; }
.stat { text-align: center; padding: 1.25rem; position: relative; }
.stat:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 25%; height: 50%; width: 1px; background: var(--gray-200); }
.stat__number { font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 800; color: var(--primary); display: inline; }
.stat__plus { font-size: clamp(1.1rem, 2vw, 1.5rem); font-weight: 700; color: var(--accent); }
.stat__label { display: block; font-size: 0.82rem; color: var(--gray); font-weight: 500; margin-top: 0.2rem; }

/* SERVICE CARDS */
.services { padding: var(--section-py) 0; background: var(--gray-light); }
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.service-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 2rem; position: relative; transition: all var(--transition); }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-card__badge { position: absolute; top: 1.25rem; right: 1.25rem; font-size: 0.7rem; font-weight: 700; padding: 0.25rem 0.65rem; border-radius: var(--radius-full); text-transform: uppercase; letter-spacing: 0.03em; }
.service-card__badge--emergency { background: #fef3c7; color: #92400e; }
.service-card__badge--popular { background: var(--accent); color: var(--text); }
.service-card__icon { width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; background: var(--primary-50); color: var(--primary); border-radius: var(--radius); margin-bottom: 1.25rem; }
.service-card__icon i { width: 26px; height: 26px; }
.service-card__title { font-size: 1.1rem; font-weight: 700; color: var(--text); margin-bottom: 0.5rem; }
.service-card__desc { font-size: 0.9rem; color: var(--gray); line-height: 1.6; }
.service-card__link { display: inline-flex; align-items: center; gap: 0.35rem; margin-top: 1rem; font-size: 0.85rem; font-weight: 600; color: var(--primary); }
.service-card__link:hover { color: var(--accent); }

/* SERVICE DETAIL (services page) */
.service-detail { padding: var(--section-py) 0; }
.service-detail:nth-child(even) { background: var(--gray-light); }
.service-detail__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.service-detail:nth-child(even) .service-detail__inner { direction: rtl; }
.service-detail:nth-child(even) .service-detail__content { direction: ltr; }
.service-detail:nth-child(even) .service-detail__visual { direction: ltr; }
.service-detail__visual { background: linear-gradient(135deg, var(--primary-dark), var(--primary)); border-radius: var(--radius-lg); height: 300px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.3); }
.service-detail__visual i { width: 80px; height: 80px; }
.service-detail__tag { display: inline-block; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); background: rgba(245,158,11,0.1); padding: 0.3rem 0.85rem; border-radius: var(--radius-full); margin-bottom: 1rem; }
.service-detail__title { font-size: 1.75rem; font-weight: 800; color: var(--text); margin-bottom: 0.75rem; }
.service-detail__desc { font-size: 0.95rem; color: var(--gray); line-height: 1.8; margin-bottom: 1.5rem; }
.service-detail__benefits { list-style: none; margin-bottom: 1.5rem; }
.service-detail__benefits li { padding: 0.35rem 0; font-size: 0.9rem; color: var(--gray); display: flex; align-items: center; gap: 0.6rem; }
.service-detail__benefits li::before { content: '✓'; display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; background: var(--primary-50); color: var(--primary); border-radius: 50%; font-size: 0.7rem; font-weight: 700; flex-shrink: 0; }

/* ABOUT */
.about { padding: var(--section-py) 0; }
.about__inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; align-items: center; }
.about__img { width: 100%; border-radius: var(--radius-lg); object-fit: cover; box-shadow: var(--shadow-lg); }
.about__text { font-size: 1rem; color: var(--gray); line-height: 1.8; margin-bottom: 2rem; }
.about__text strong { color: var(--text); }
.about__features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.about__feature { display: flex; gap: 1rem; align-items: flex-start; }
.about__feature-icon { width: 46px; height: 46px; min-width: 46px; display: flex; align-items: center; justify-content: center; background: var(--primary-50); color: var(--primary); border-radius: var(--radius); }
.about__feature-icon i { width: 22px; height: 22px; }
.about__feature h4 { font-size: 0.95rem; font-weight: 700; color: var(--text); margin-bottom: 0.15rem; }
.about__feature p { font-size: 0.85rem; color: var(--gray); line-height: 1.5; }

/* VALUES */
.values { padding: var(--section-py) 0; background: var(--gray-light); }
.values__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.value-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 2rem; text-align: center; transition: all var(--transition); }
.value-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: transparent; }
.value-card__icon { width: 56px; height: 56px; margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center; background: var(--primary-50); color: var(--primary); border-radius: var(--radius-lg); }
.value-card__icon i { width: 28px; height: 28px; }
.value-card__title { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.5rem; }
.value-card__desc { font-size: 0.85rem; color: var(--gray); line-height: 1.6; }

/* TESTIMONIALS */
.testimonials { padding: 5rem 0; overflow: hidden; }
.testimonials--gray { background: var(--gray-light); }
.testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.testimonial-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 1.5rem; transition: all var(--transition); }
.testimonial-card:hover { box-shadow: var(--shadow); border-color: transparent; }
.testimonial-card__stars { color: var(--accent); font-size: 0.85rem; margin-bottom: 0.75rem; letter-spacing: 2px; }
.testimonial-card__text { font-size: 0.9rem; color: var(--gray); line-height: 1.6; margin-bottom: 1rem; font-style: italic; }
.testimonial-card__author { display: flex; align-items: center; gap: 0.65rem; }
.testimonial-card__avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--primary); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 700; }
.testimonial-card__author strong { font-size: 0.85rem; color: var(--text); }

/* GALLERY */
.gallery__filters { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; margin-bottom: 2.5rem; }
.gallery__filter { padding: 0.5rem 1.25rem; border: 1px solid var(--gray-200); border-radius: var(--radius-full); background: var(--white); font-family: var(--font); font-size: 0.85rem; font-weight: 500; color: var(--gray); cursor: pointer; transition: all var(--transition); }
.gallery__filter:hover, .gallery__filter.active { background: var(--primary); color: var(--white); border-color: var(--primary); }
.gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.gallery__item { position: relative; overflow: hidden; border-radius: var(--radius-lg); aspect-ratio: 1; cursor: pointer; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery__item:hover img { transform: scale(1.05); }
.gallery__placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.5rem; color: rgba(255,255,255,0.9); }
.gallery__placeholder i { width: 36px; height: 36px; opacity: 0.7; }
.gallery__placeholder span { font-size: 0.8rem; font-weight: 600; }
.gallery__overlay { position: absolute; inset: 0; background: rgba(15,36,64,0.7); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity var(--transition); }
.gallery__overlay span { color: var(--white); font-weight: 600; font-size: 0.9rem; }
.gallery__item:hover .gallery__overlay { opacity: 1; }

/* FAQ */
.faq { padding: var(--section-py) 0; }
.faq--gray { background: var(--gray-light); }
.faq__category { margin-bottom: 2.5rem; }
.faq__category-title { font-size: 1.15rem; font-weight: 700; color: var(--primary); margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--primary-50); }
.faq__list { max-width: 800px; margin: 0 auto; }
.faq__item { border: 1px solid var(--gray-200); border-radius: var(--radius-lg); margin-bottom: 0.75rem; background: var(--white); overflow: hidden; transition: all var(--transition); }
.faq__item.active { border-color: var(--primary); box-shadow: 0 4px 16px rgba(30,58,95,0.06); }
.faq__question { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 1.15rem 1.5rem; background: none; border: none; cursor: pointer; font-family: var(--font); font-size: 0.95rem; font-weight: 600; color: var(--text); text-align: left; }
.faq__icon { width: 20px; height: 20px; color: var(--gray); transition: transform var(--transition); flex-shrink: 0; }
.faq__item.active .faq__icon { transform: rotate(45deg); color: var(--accent); }
.faq__answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq__answer p { padding: 0 1.5rem 1.25rem; font-size: 0.9rem; color: var(--gray); line-height: 1.7; }
.faq__item.active .faq__answer { max-height: 200px; }

/* EMERGENCY BANNER */
.emergency-banner { padding: 3rem 0; background: linear-gradient(135deg, #dc2626, #ef4444); text-align: center; }
.emergency-banner__title { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; color: var(--white); margin-bottom: 0.5rem; }
.emergency-banner__text { font-size: 1rem; color: rgba(255,255,255,0.8); margin-bottom: 1.5rem; }

/* CTA BANNER */
.cta-banner { padding: 4.5rem 0; background: linear-gradient(135deg, var(--primary-dark), var(--primary), var(--primary-light)); position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 50%, rgba(245,158,11,0.1), transparent 60%); }
.cta-banner__inner { position: relative; z-index: 1; }
.cta-banner__content { text-align: center; max-width: 600px; margin: 0 auto; }
.cta-banner__title { font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 800; color: var(--white); margin-bottom: 0.75rem; }
.cta-banner__text { font-size: 1.05rem; color: rgba(255,255,255,0.65); margin-bottom: 2rem; }
.cta-banner__actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }

/* CONTACT */
.contact { padding: var(--section-py) 0; }
.contact--gray { background: var(--gray-light); }
.contact__inner { display: grid; grid-template-columns: 1fr 1.25fr; gap: 3rem; align-items: start; }
.contact__details { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 2rem; }
.contact__detail { display: flex; align-items: center; gap: 0.85rem; }
.contact__detail-icon { width: 48px; height: 48px; min-width: 48px; display: flex; align-items: center; justify-content: center; background: var(--primary-50); color: var(--primary); border-radius: var(--radius); }
.contact__detail-icon i { width: 22px; height: 22px; }
.contact__detail strong { display: block; font-size: 0.85rem; color: var(--text); margin-bottom: 0.1rem; }
.contact__detail a, .contact__detail span { font-size: 0.92rem; color: var(--gray); }
.contact__detail a:hover { color: var(--primary); }
.contact__social { display: flex; gap: 0.6rem; }
.contact__social-link { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); color: var(--gray); transition: all var(--transition); }
.contact__social-link svg { width: 18px; height: 18px; }
.contact__social-link:hover { background: var(--primary); border-color: var(--primary); color: var(--white); }

/* FORMS */
.form-wrapper { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 2.25rem; box-shadow: var(--shadow); }
.form-title { font-size: 1.2rem; font-weight: 700; color: var(--text); margin-bottom: 1.5rem; }
.form-group { margin-bottom: 1.1rem; }
.form-group label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--text); margin-bottom: 0.35rem; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.75rem 1rem; font-family: var(--font); font-size: 0.92rem; color: var(--text); background: var(--gray-light); border: 1px solid var(--gray-200); border-radius: var(--radius); transition: all 0.2s ease; outline: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(30,58,95,0.08); background: var(--white); }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--gray-400); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-note { font-size: 0.75rem; color: var(--gray-400); text-align: center; margin-top: 0.85rem; }

/* QUOTE SIDEBAR */
.quote-layout { display: grid; grid-template-columns: 1.5fr 1fr; gap: 3rem; align-items: start; }
.quote-sidebar { position: sticky; top: calc(var(--header-h) + 2rem); }
.quote-benefit { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.5rem; }
.quote-benefit__icon { width: 44px; height: 44px; min-width: 44px; display: flex; align-items: center; justify-content: center; background: var(--primary-50); color: var(--primary); border-radius: var(--radius); }
.quote-benefit__icon i { width: 22px; height: 22px; }
.quote-benefit h4 { font-size: 0.95rem; font-weight: 700; color: var(--text); margin-bottom: 0.15rem; }
.quote-benefit p { font-size: 0.85rem; color: var(--gray); line-height: 1.5; }

/* MAP */
.map-section { padding: var(--section-py) 0; }
.map-wrapper { max-width: 1000px; margin: 0 auto; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--gray-200); position: relative; }
.leaflet-map { width: 100%; height: 450px; z-index: 1; }
.map-legend { position: absolute; bottom: 1rem; left: 1rem; display: flex; gap: 1rem; background: rgba(255,255,255,0.95); backdrop-filter: blur(8px); padding: 0.6rem 1.25rem; border-radius: var(--radius); box-shadow: var(--shadow); z-index: 500; }
.map-legend__item { display: flex; align-items: center; gap: 0.4rem; font-size: 0.75rem; font-weight: 600; color: var(--gray); }
.map-legend__dot { width: 10px; height: 10px; border-radius: 50%; border: 2px solid var(--white); box-shadow: 0 0 3px rgba(0,0,0,0.15); }
.map-legend__dot--hq { background: var(--accent); }
.map-legend__dot--area { background: var(--primary); }
.marker-pin { width: 14px; height: 14px; border-radius: 50%; background: var(--primary); border: 3px solid var(--white); box-shadow: 0 2px 6px rgba(30,58,95,0.4); position: relative; cursor: pointer; transition: transform 0.2s ease; }
.marker-pin:hover { transform: scale(1.3); }
.marker-pin::after { content: ''; position: absolute; inset: -4px; border-radius: 50%; background: rgba(30,58,95,0.2); animation: marker-pulse 2.5s ease-out infinite; z-index: -1; }
@keyframes marker-pulse { 0% { transform: scale(1); opacity: 0.8; } 100% { transform: scale(3); opacity: 0; } }
.marker-pin--hq { width: 20px; height: 20px; background: var(--accent); box-shadow: 0 2px 8px rgba(245,158,11,0.5); }
.marker-pin--hq::after { background: rgba(245,158,11,0.2); animation-duration: 2s; }
.leaflet-tooltip.map-tooltip { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 0.5rem 0.85rem; box-shadow: 0 4px 12px rgba(0,0,0,0.1); font-family: var(--font); font-size: 0; }
.map-tooltip__name { display: block; font-size: 0.9rem; font-weight: 700; color: var(--text); margin-bottom: 2px; }
.map-tooltip__info { display: block; font-size: 0.75rem; color: var(--gray); }

/* FOOTER */
.footer { background: var(--primary-dark); padding: 4rem 0 0; }
.footer__inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
.footer__brand p { font-size: 0.9rem; color: rgba(255,255,255,0.4); margin-top: 0.85rem; line-height: 1.6; }
.footer__links h4 { font-size: 0.82rem; font-weight: 700; color: var(--white); margin-bottom: 1.15rem; text-transform: uppercase; letter-spacing: 0.05em; }
.footer__links a, .footer__links span { display: block; font-size: 0.88rem; color: rgba(255,255,255,0.4); margin-bottom: 0.6rem; transition: color 0.2s ease; }
.footer__links a:hover { color: var(--white); }
.footer__bottom { padding: 1.5rem 0; text-align: center; }
.footer__bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.2); }

/* WHATSAPP FLOATING */
.whatsapp-float { position: fixed; bottom: 1.75rem; right: 1.75rem; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background: var(--whatsapp); border-radius: 50%; box-shadow: 0 4px 20px rgba(37,211,102,0.4); z-index: 999; transition: all var(--transition); animation: wa-pulse 3s ease-in-out infinite; }
.whatsapp-float:hover { transform: scale(1.1); }
.whatsapp-float svg { width: 30px; height: 30px; color: var(--white); fill: var(--white); }
@keyframes wa-pulse { 0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,0.4); } 50% { box-shadow: 0 4px 28px rgba(37,211,102,0.6), 0 0 0 10px rgba(37,211,102,0.06); } }

/* ANIMATIONS */
[data-animate] { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
[data-animate].animated { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
    [data-animate] { transition: none; opacity: 1; transform: none; }
    .whatsapp-float { animation: none; }
    .marker-pin::after { animation: none; }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .services__grid { grid-template-columns: repeat(2, 1fr); }
    .about__inner { grid-template-columns: 1fr; gap: 2.5rem; }
    .about__features { grid-template-columns: 1fr; }
    .contact__inner { grid-template-columns: 1fr; }
    .footer__inner { grid-template-columns: repeat(2, 1fr); }
    .values__grid { grid-template-columns: repeat(2, 1fr); }
    .testimonials__grid { grid-template-columns: 1fr; }
    .gallery__grid { grid-template-columns: repeat(3, 1fr); }
    .service-detail__inner { grid-template-columns: 1fr; gap: 2rem; }
    .service-detail:nth-child(even) .service-detail__inner { direction: ltr; }
    .quote-layout { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    :root { --section-py: 4rem; --header-h: 64px; }
    .header__menu { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(15,36,64,0.97); flex-direction: column; justify-content: center; align-items: center; gap: 0.5rem; opacity: 0; visibility: hidden; transition: all var(--transition); z-index: 1100; }
    .header__menu.active { opacity: 1; visibility: visible; }
    .header__menu .header__link { font-size: 1.25rem; color: var(--white) !important; padding: 0.85rem 2rem; background: none !important; }
    .header__toggle { display: flex; }
    .header__phone { display: none; }
    .header__actions .btn--accent { display: none; }
    .hero { min-height: 90vh; }
    .hero__ctas { flex-direction: column; }
    .stats__inner { grid-template-columns: repeat(2, 1fr); }
    .stat:not(:last-child)::after { display: none; }
    .form-row { grid-template-columns: 1fr; }
    .footer__inner { grid-template-columns: 1fr; gap: 1.5rem; }
    .gallery__grid { grid-template-columns: repeat(2, 1fr); }
    .values__grid { grid-template-columns: 1fr; }
    .leaflet-map { height: 350px; }
    .map-legend { flex-direction: column; gap: 0.4rem; }
    .cta-banner__actions { flex-direction: column; align-items: center; }
}

@media (max-width: 480px) {
    .hero__title { font-size: 2rem; }
    .services__grid { grid-template-columns: 1fr; }
    .gallery__grid { grid-template-columns: 1fr; }
    .stats__inner { grid-template-columns: 1fr; }
}
