/* ═══════════════════════════════════════════════════════════════════════════
   CyberTec Solutions - Estilos Profesionales
   Ciberseguridad y Soporte IT en Costa Rica — Atención por WhatsApp
   ═══════════════════════════════════════════════════════════════════════════ */

:root {
  --bg: #070a12;
  --bg-alt: #0a0e18;
  --card: #0b1220;
  --text: #e9eefc;
  --muted: #a9b4d0;
  --line: rgba(255, 255, 255, 0.1);
  --p1: #7a4cff;
  --p2: #2dd4bf;
  --p3: #ff3b77;
  --p4: #fbbf24;
  --shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
  --r: 18px;
}

* { box-sizing: border-box; -webkit-tap-highlight-color: rgba(122, 76, 255, 0.2); }
html { scroll-behavior: smooth; overflow-x: hidden; padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left); }

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  background: radial-gradient(1200px 700px at 20% 10%, rgba(122, 76, 255, 0.22), transparent 55%),
    radial-gradient(1200px 700px at 80% 0%, rgba(45, 212, 191, 0.18), transparent 55%),
    radial-gradient(900px 600px at 70% 90%, rgba(255, 59, 119, 0.14), transparent 55%), var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 16px; top: 16px; width: auto; height: auto; padding: 10px 12px; background: #fff; color: #000; border-radius: 10px; z-index: 9999; }
.is-locked { overflow: hidden; }

/* Header */
.header { position: sticky; top: 0; z-index: 60; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); background: rgba(7, 10, 18, 0.85); border-bottom: 1px solid var(--line); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 0; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand__logo { width: 48px; height: 48px; border-radius: 12px; }
.brand__name { font-weight: 800; font-size: 1.1rem; }
.brand__name span { color: var(--p1); }
.brand__tag { font-size: 12px; color: var(--muted); }
.nav { display: flex; gap: 24px; align-items: center; }
.nav a { color: var(--muted); font-weight: 600; font-size: 14px; transition: color 0.2s; position: relative; }
.nav a:hover { color: var(--text); }
.nav a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: linear-gradient(90deg, var(--p1), var(--p2)); transition: width 0.3s; }
.nav a:hover::after { width: 100%; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 24px; border-radius: 14px; border: 1px solid rgba(255, 255, 255, 0.12); font-weight: 700; font-size: 15px; transition: all 0.25s ease; cursor: pointer; min-height: 48px; user-select: none; touch-action: manipulation; }
.btn--primary { background: linear-gradient(135deg, rgba(122, 76, 255, 0.95), rgba(45, 212, 191, 0.85)); color: #fff; box-shadow: 0 8px 25px rgba(122, 76, 255, 0.25); border: none; }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 12px 35px rgba(122, 76, 255, 0.35); }
.btn--ghost { background: rgba(255, 255, 255, 0.04); color: var(--text); }
.btn--ghost:hover { background: rgba(255, 255, 255, 0.08); transform: translateY(-2px); }
.btn--full { width: 100%; }
.btn--large { padding: 16px 28px; font-size: 16px; }
.btn--xlarge { padding: 20px 40px; font-size: 18px; border-radius: 16px; }
.btn__icon { flex-shrink: 0; }

.header__cta { display: flex; align-items: center; gap: 16px; }
.social { display: flex; gap: 8px; align-items: center; }
.social__btn { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 10px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1); transition: all 0.2s; }
.social__btn:hover { background: rgba(255, 255, 255, 0.08); transform: translateY(-2px); }
.social__icon { width: 22px; height: 22px; }

/* Burger & Mobile */
.burger { display: none; width: 48px; height: 48px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 14px; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.burger:active { transform: scale(0.95); }
.burger span { display: block; height: 3px; width: 22px; background: var(--text); border-radius: 2px; }
.mobile { border-top: 1px solid var(--line); background: rgba(7, 10, 18, 0.98); backdrop-filter: blur(14px); }
.mobile__back { position: fixed; inset: 64px 0 0 0; background: rgba(0, 0, 0, 0.6); }
.mobile__inner { display: grid; gap: 12px; padding: 20px 0 24px; }
.mobile a { color: var(--muted); font-weight: 600; font-size: 16px; padding: 12px 0; }
.mobile a:hover { color: var(--text); }
.social--mobile { margin-top: 16px; flex-wrap: wrap; }
.social--mobile .social__btn { width: auto; padding: 10px 16px; gap: 8px; }

/* Hero */
.hero { padding: 60px 0 40px; }
.hero__grid { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 40px; align-items: start; }
.pill { display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px; border-radius: 999px; background: rgba(122, 76, 255, 0.1); border: 1px solid rgba(122, 76, 255, 0.2); color: var(--p2); font-weight: 700; font-size: 13px; }
.pill__icon { font-size: 16px; }
.hero h1 { margin: 20px 0 16px; font-size: 48px; line-height: 1.1; letter-spacing: -1px; }
.hero h1 strong { background: linear-gradient(90deg, var(--p1), var(--p2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { color: var(--muted); font-size: 17px; margin: 0 0 24px; line-height: 1.7; }
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }

.trust { margin-top: 32px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.trust__item { display: flex; align-items: flex-start; gap: 12px; padding: 14px; border-radius: 14px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.08); transition: all 0.2s; }
.trust__item:hover { background: rgba(255, 255, 255, 0.05); }
.trust__icon { font-size: 20px; }
.trust__k { font-size: 12px; color: var(--muted); font-weight: 600; }
.trust__v { font-size: 14px; font-weight: 700; margin-top: 2px; }

.hero__meta { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 24px; }
.meta { display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-radius: 12px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); }
.meta__icon { font-size: 18px; }
.meta__k { font-size: 12px; color: var(--muted); font-weight: 600; }
.meta__v { font-size: 14px; font-weight: 700; }

/* Cards */
.card { background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: var(--r); box-shadow: var(--shadow); padding: 24px; transition: all 0.3s; }
.card:hover { border-color: rgba(255, 255, 255, 0.18); }
.card--highlight { background: linear-gradient(135deg, rgba(122, 76, 255, 0.12), rgba(45, 212, 191, 0.08)); border-color: rgba(122, 76, 255, 0.25); position: relative; }
.card--featured { border-color: rgba(122, 76, 255, 0.3); background: linear-gradient(135deg, rgba(122, 76, 255, 0.08), rgba(45, 212, 191, 0.05)); }
.card__badge { position: absolute; top: -12px; right: 20px; background: linear-gradient(135deg, var(--p3), #ff6b9d); color: #fff; padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.card__title { font-weight: 800; font-size: 18px; margin-bottom: 16px; }
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.checklist li { position: relative; padding-left: 28px; color: var(--muted); font-weight: 500; font-size: 14px; }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--p2); font-weight: 800; }
.card__cta { margin-top: 20px; }
.fine { font-size: 13px; color: var(--muted); margin: 12px 0 0; text-align: center; }

/* Sections */
.section { padding: 60px 0; }
.section--alt { background: var(--bg-alt); }
.section__header { margin-bottom: 40px; }
.section__header--center { text-align: center; }
.section__category { margin-bottom: 32px; }
.section__category h2, .section__category h3 { display: flex; align-items: center; gap: 12px; font-size: 28px; margin: 0 0 12px; }
.category__icon { font-size: 32px; }
.category__desc { color: var(--muted); font-size: 16px; margin: 0; }
h2 { font-size: 32px; letter-spacing: -0.5px; margin: 0 0 16px; }
h3 { font-size: 24px; margin: 0 0 12px; }
h4 { font-size: 18px; margin: 0 0 8px; }

/* About Section */
.about-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 48px; align-items: start; }
.about-content h2 { margin-bottom: 24px; }
.about-lead { font-size: 18px; color: var(--text); margin-bottom: 16px; }
.about-content p { color: var(--muted); margin-bottom: 16px; }
.about-highlight { color: var(--p2) !important; font-size: 17px; padding: 16px; background: rgba(45, 212, 191, 0.08); border-left: 3px solid var(--p2); border-radius: 0 12px 12px 0; }
.about-values { display: grid; gap: 16px; }
.value-card { padding: 20px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 14px; transition: all 0.2s; }
.value-card:hover { background: rgba(255, 255, 255, 0.05); transform: translateX(8px); }
.value-card__icon { font-size: 28px; margin-bottom: 12px; }
.value-card h4 { color: var(--text); margin-bottom: 6px; }
.value-card p { color: var(--muted); font-size: 14px; margin: 0; }

/* Process Section */
.section--process { background: linear-gradient(180deg, var(--bg-alt), var(--bg)); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
.process-step { text-align: center; padding: 32px 20px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 20px; position: relative; transition: all 0.3s; }
.process-step:hover { background: rgba(255, 255, 255, 0.05); transform: translateY(-8px); }
.process-step__number { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); width: 32px; height: 32px; background: linear-gradient(135deg, var(--p1), var(--p2)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; color: #fff; }
.process-step__icon { font-size: 40px; margin-bottom: 16px; }
.process-step h4 { margin-bottom: 12px; font-size: 16px; }
.process-step p { color: var(--muted); font-size: 14px; margin: 0; line-height: 1.6; }

/* Service Cards */
.service-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.service-list--two { grid-template-columns: repeat(2, 1fr); }
.service-item { display: flex; flex-direction: column; height: 100%; background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: var(--r); overflow: hidden; transition: all 0.3s; padding: 0; }
.service-item:hover { border-color: rgba(255, 255, 255, 0.2); transform: translateY(-4px); box-shadow: var(--shadow); }
.service-image { width: 100%; height: 200px; overflow: hidden; background: linear-gradient(135deg, rgba(122, 76, 255, 0.1), rgba(45, 212, 191, 0.1)); }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.service-item:hover .service-image img { transform: scale(1.05); }
.service-item__content { flex: 1; display: flex; flex-direction: column; padding: 20px; }
.service-item h4 { color: var(--text); margin-bottom: 12px; font-size: 17px; }
.service-item p { flex-grow: 1; color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0 0 16px; }

.service-badge { display: inline-block; background: linear-gradient(135deg, var(--p1), var(--p2)); color: #fff; padding: 4px 12px; border-radius: 20px; font-size: 11px; font-weight: 700; text-transform: uppercase; margin-bottom: 12px; }
.service-badge--best { background: linear-gradient(135deg, var(--p4), #f59e0b); }
.service-badge--new { background: linear-gradient(135deg, var(--p3), #ff6b9d); }

.price { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; }
.old-price { text-decoration: line-through; color: var(--muted); opacity: 0.6; font-size: 14px; }
.current-price { color: var(--p2); font-weight: 800; font-size: 20px; }
.price-period { color: var(--muted); font-size: 14px; }
.discount-badge { background: var(--p3); color: #fff; padding: 2px 8px; border-radius: 6px; font-size: 12px; font-weight: 700; }

.service-features { list-style: none; padding: 0; margin: 0 0 16px; display: grid; gap: 8px; }
.service-features li { font-size: 14px; color: var(--muted); }
.service-note { font-size: 13px !important; font-style: italic; color: var(--muted) !important; margin-top: auto !important; }

/* Packages */
.packages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
.package-card { padding: 28px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: var(--r); transition: all 0.3s; position: relative; }
.package-card:hover { background: rgba(255, 255, 255, 0.05); transform: translateY(-4px); }
.package-card--highlight { border-color: rgba(122, 76, 255, 0.4); background: linear-gradient(135deg, rgba(122, 76, 255, 0.1), rgba(45, 212, 191, 0.05)); }
.package-badge { position: absolute; top: -12px; right: 20px; background: linear-gradient(135deg, var(--p1), var(--p2)); color: #fff; padding: 5px 12px; border-radius: 20px; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.package-card h4 { margin-bottom: 16px; font-size: 17px; }
.package-card ul { list-style: none; padding: 0; margin: 0 0 20px; }
.package-card li { padding: 8px 0; color: var(--muted); font-size: 14px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.package-card li:last-child { border-bottom: none; }

/* Legal Notice */
.legal-notice { display: flex; gap: 16px; padding: 20px 24px; background: rgba(251, 191, 36, 0.08); border: 1px solid rgba(251, 191, 36, 0.25); border-radius: 14px; margin-bottom: 32px; }
.legal-notice__icon { font-size: 24px; flex-shrink: 0; }
.legal-notice__content { color: var(--muted); font-size: 14px; line-height: 1.6; }

/* Privacy Section */
.section--privacy { background: linear-gradient(180deg, rgba(122, 76, 255, 0.05), transparent); }
.privacy-content { text-align: center; max-width: 700px; margin: 0 auto; }
.privacy-icon { font-size: 48px; margin-bottom: 16px; }
.privacy-content h2 { margin-bottom: 24px; }
.privacy-content p { color: var(--muted); font-size: 16px; margin-bottom: 16px; }

/* CTA Section */
.section--cta { background: linear-gradient(135deg, rgba(122, 76, 255, 0.15), rgba(45, 212, 191, 0.1)); padding: 80px 0; }
.cta-content { text-align: center; }
.cta-content h2 { font-size: 36px; margin-bottom: 12px; }
.cta-content > p { color: var(--muted); font-size: 18px; margin-bottom: 32px; }
.cta-phone { margin-top: 20px; font-size: 18px; color: var(--muted); }

/* Results / Prueba Social */
.section--results { background: linear-gradient(180deg, var(--bg), var(--bg-alt)); }
.results-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-bottom: 40px; }
.result-card { padding: 24px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 16px; text-align: center; transition: all 0.3s; }
.result-card:hover { background: rgba(255, 255, 255, 0.05); transform: translateY(-4px); }
.result-card__icon { font-size: 32px; margin-bottom: 12px; }
.result-card h4 { font-size: 15px; margin-bottom: 8px; color: var(--text); }
.result-card p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.5; }

.results-stats { display: flex; justify-content: center; gap: 48px; margin-bottom: 32px; flex-wrap: wrap; }
.stat-item { text-align: center; }
.stat-item__number { font-size: 42px; font-weight: 800; background: linear-gradient(135deg, var(--p1), var(--p2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-item__label { font-size: 14px; color: var(--muted); margin-top: 4px; }

.results-note { text-align: center; color: var(--p2); font-size: 15px; font-weight: 600; }

/* Enterprise Services */
.enterprise-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 40px; }
.enterprise-service { padding: 24px; background: rgba(122, 76, 255, 0.05); border: 1px solid rgba(122, 76, 255, 0.15); border-radius: 16px; text-align: center; transition: all 0.3s; }
.enterprise-service:hover { background: rgba(122, 76, 255, 0.08); transform: translateY(-4px); }
.enterprise-service__icon { font-size: 32px; margin-bottom: 12px; }
.enterprise-service h4 { font-size: 15px; margin-bottom: 8px; color: var(--text); }
.enterprise-service p { font-size: 13px; color: var(--muted); margin: 0; }

.enterprise-cta { text-align: center; margin-top: 48px; padding: 40px; background: linear-gradient(135deg, rgba(122, 76, 255, 0.1), rgba(45, 212, 191, 0.05)); border: 1px solid rgba(122, 76, 255, 0.2); border-radius: 20px; }
.enterprise-cta p { font-size: 18px; margin-bottom: 24px; color: var(--text); }
.enterprise-cta__buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* Privacy Grid */
.privacy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.privacy-card { padding: 32px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; }
.privacy-card__icon { font-size: 36px; margin-bottom: 16px; }
.privacy-card h3 { font-size: 20px; margin-bottom: 16px; color: var(--text); }
.privacy-card > p { color: var(--muted); font-size: 14px; margin-bottom: 16px; }
.privacy-list { list-style: none; padding: 0; margin: 0 0 16px; }
.privacy-list li { padding: 8px 0 8px 24px; color: var(--muted); font-size: 14px; position: relative; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.privacy-list li:last-child { border-bottom: none; }
.privacy-list li::before { content: "•"; position: absolute; left: 0; color: var(--p2); font-weight: bold; }
.privacy-note { font-size: 13px; color: var(--p2); margin: 0; font-style: italic; }

/* Case Timeline */
.section--case { background: linear-gradient(180deg, var(--bg-alt), var(--bg)); }
.case-timeline { max-width: 700px; margin: 48px auto 40px; position: relative; }
.case-timeline::before { content: ''; position: absolute; left: 20px; top: 0; bottom: 0; width: 2px; background: linear-gradient(180deg, var(--p1), var(--p2)); }
.case-step { display: flex; gap: 24px; margin-bottom: 24px; position: relative; }
.case-step__number { width: 42px; height: 42px; background: linear-gradient(135deg, var(--p1), var(--p2)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; color: #fff; flex-shrink: 0; z-index: 1; }
.case-step__content { flex: 1; padding: 20px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 14px; }
.case-step__content h4 { margin-bottom: 8px; font-size: 16px; }
.case-step__content p { margin: 0; color: var(--muted); font-size: 14px; }
.case-cta { text-align: center; margin-top: 40px; }
.case-cta p { margin-bottom: 20px; font-size: 16px; }

/* Contact Section */
.section--contact { background: linear-gradient(180deg, var(--bg-alt), var(--bg)); }
.contact-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 48px; }
.contact-info h2 { margin-bottom: 16px; }
.contact-desc { color: var(--muted); margin-bottom: 32px; }
.contact-methods { display: grid; gap: 20px; margin-bottom: 32px; }
.contact-method { display: flex; gap: 16px; padding: 20px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 14px; }
.contact-method__icon { font-size: 24px; }
.contact-method__label { display: block; font-size: 13px; color: var(--muted); margin-bottom: 4px; }
.contact-method__value { font-weight: 700; color: var(--text); }
.contact-method__value a { color: var(--p2); transition: color 0.2s; }
.contact-method__value a:hover { color: var(--text); }

.schedule { display: grid; gap: 8px; }
.schedule-row { display: flex; justify-content: space-between; gap: 16px; font-size: 14px; }
.schedule-row span:first-child { color: var(--muted); }
.schedule-row span:last-child { font-weight: 700; }
.schedule-note { margin-top: 8px; font-size: 13px; color: var(--p2); font-style: italic; }

.contact-cta { margin-top: 24px; }
.contact-social h3 { margin-bottom: 24px; font-size: 20px; }
.social-links { display: grid; gap: 12px; }
.social-link { display: flex; align-items: center; gap: 16px; padding: 16px 20px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 14px; transition: all 0.2s; }
.social-link:hover { background: rgba(255, 255, 255, 0.06); transform: translateX(8px); }
.social-link img { width: 32px; height: 32px; }
.social-link span { font-weight: 600; color: var(--muted); }

/* Footer */
.footer { background: var(--bg); border-top: 1px solid var(--line); padding: 60px 0 30px; }
.footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 48px; margin-bottom: 40px; }
.footer__brand { display: flex; flex-direction: column; gap: 12px; }
.footer__logo { width: 80px; height: 80px; border-radius: 16px; }
.footer__tagline { color: var(--muted); font-size: 14px; line-height: 1.6; max-width: 280px; }
.footer__links h4 { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; color: var(--text); }
.footer__links a { display: block; color: var(--muted); font-size: 14px; padding: 6px 0; transition: color 0.2s; }
.footer__links a:hover { color: var(--p2); }
.footer__social h4 { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }
.footer__social-icons { display: flex; gap: 12px; }
.footer__social-icons a { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; transition: all 0.2s; }
.footer__social-icons a:hover { background: rgba(255, 255, 255, 0.08); transform: translateY(-2px); }
.footer__social-icons img { width: 24px; height: 24px; }
.footer__bottom { border-top: 1px solid var(--line); padding-top: 24px; text-align: center; }
.footer__bottom p { color: var(--muted); font-size: 13px; margin: 4px 0; }

/* WhatsApp Float */
.whatsapp-float { position: fixed; bottom: 24px; right: 24px; width: 60px; height: 60px; background: linear-gradient(135deg, #25d366, #128c7e); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4); z-index: 50; transition: all 0.3s; }
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 30px rgba(37, 211, 102, 0.5); }
.whatsapp-float img { width: 32px; height: 32px; }

/* Carousel */
.carousel { position: relative; overflow: hidden; border-radius: var(--r) var(--r) 0 0; }
.carousel__track { display: flex; transition: transform 0.4s ease; }
.carousel__slide { min-width: 100%; height: 200px; }
.carousel__slide img { width: 100%; height: 100%; object-fit: cover; }
.carousel__btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0, 0, 0, 0.5); color: #fff; border: none; width: 36px; height: 36px; border-radius: 50%; cursor: pointer; font-size: 14px; transition: all 0.2s; z-index: 2; }
.carousel__btn:hover { background: rgba(0, 0, 0, 0.7); }
.carousel__btn--prev { left: 12px; }
.carousel__btn--next { right: 12px; }
.carousel__dots { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; }
.carousel__dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255, 255, 255, 0.4); border: none; cursor: pointer; transition: all 0.2s; }
.carousel__dot.is-active { background: #fff; transform: scale(1.2); }

/* Responsive */
@media (max-width: 1024px) {
  .container { width: calc(100% - 32px); }
  .hero h1 { font-size: 40px; }
  .hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .packages-grid { grid-template-columns: 1fr; }
  .privacy-grid { grid-template-columns: 1fr; }
  .enterprise-services { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .header__cta, .nav { display: none !important; }
  .burger { display: flex !important; }
  .container { width: calc(100% - 24px); }
  .hero { padding: 40px 0 24px; }
  .hero h1 { font-size: 32px; }
  .hero__actions { flex-direction: column; }
  .hero__actions .btn { width: 100%; }
  .trust { grid-template-columns: 1fr 1fr; }
  .section { padding: 48px 0; }
  .section__category h2 { font-size: 24px; }
  .process-grid { grid-template-columns: 1fr; gap: 20px; }
  .service-list { grid-template-columns: 1fr; }
  .service-list--two { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .footer__brand { align-items: center; }
  .footer__tagline { max-width: 100%; }
  .footer__social-icons { justify-content: center; }
  h2 { font-size: 28px; }
  .results-grid { grid-template-columns: 1fr 1fr; }
  .results-stats { gap: 32px; }
  .stat-item__number { font-size: 36px; }
  .enterprise-services { grid-template-columns: 1fr; }
  .enterprise-cta__buttons { flex-direction: column; }
  .case-timeline::before { left: 20px; }
}

@media (max-width: 480px) {
  .container { width: calc(100% - 20px); }
  .hero h1 { font-size: 28px; }
  .lead { font-size: 15px; }
  .trust { grid-template-columns: 1fr; }
  .hero__meta { flex-direction: column; }
  .meta { width: 100%; }
  .pill { font-size: 11px; padding: 8px 12px; }
  .process-step { padding: 24px 16px; }
  .section--cta { padding: 60px 0; }
  .cta-content h2 { font-size: 28px; }
  .whatsapp-float { bottom: 16px; right: 16px; width: 56px; height: 56px; }
}

@media (hover: none) and (pointer: coarse) {
  .btn { padding: 16px 20px; }
  .social__btn { min-width: 44px; min-height: 44px; }
  .card:hover, .service-item:hover, .process-step:hover { transform: none; }
  .btn:active { transform: scale(0.97); opacity: 0.9; }
}

@supports (padding: max(0px)) {
  .header__inner { padding-left: max(0px, env(safe-area-inset-left)); padding-right: max(0px, env(safe-area-inset-right)); }
  .mobile__inner { padding-left: max(20px, env(safe-area-inset-left)); padding-right: max(20px, env(safe-area-inset-right)); }
}
