/*
Theme Name: AL Asesoría Global
Theme URI: https://asesoriaglobal.pe
Author: AL Asesoría Global
Author URI: https://asesoriaglobal.pe
Description: Tema premium para AL Asesoría Global - Firma multidisciplinaria especializada en Defensa Tributaria SUNAT, Certificaciones ISO, Trámites Públicos y Consultoría Empresarial. Diseño minimalista, conversión optimizada, inspirado en Stripe/Linear/Apple.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: asesoria-global
Tags: business, corporate, one-column, custom-menu, custom-logo, featured-images, sticky-post, translation-ready, threaded-comments, responsive-layout, accessibility-ready
*/

/* ==========================================================================
   AL Asesoría Global — Design System
   ========================================================================== */

:root {
  /* Brand palette */
  --brand-navy: #0a1f3d;
  --brand-blue: #1d4ed8;
  --brand-blue-soft: #2563eb;
  --brand-orange: #f97316;
  --brand-orange-dark: #ea580c;
  --brand-amber: #fb923c;
  --brand-mist: #f6f8fb;
  --brand-ink: #0b1220;
  --brand-emerald: #10b981;

  /* Shadcn-style tokens */
  --background: #ffffff;
  --foreground: #0a1f3d;
  --card: #ffffff;
  --card-foreground: #0a1f3d;
  --primary: #0a1f3d;
  --primary-foreground: #ffffff;
  --secondary: #f6f8fb;
  --secondary-foreground: #0a1f3d;
  --muted: #f1f5f9;
  --muted-foreground: #475569;
  --accent: #f97316;
  --accent-foreground: #ffffff;
  --border: #e2e8f0;
  --input: #e2e8f0;
  --ring: #f97316;

  --radius: 0.875rem;
  --radius-sm: calc(0.875rem - 4px);
  --radius-md: calc(0.875rem - 2px);
  --radius-lg: 0.875rem;
  --radius-xl: calc(0.875rem + 4px);

  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  --container-max: 80rem;
  --container-px: 1.25rem;
}

@media (min-width: 640px) {
  :root { --container-px: 2rem; }
}
@media (min-width: 1024px) {
  :root { --container-px: 3rem; }
}

/* ===== Reset ===== */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-family: var(--font-sans);
  background: var(--background);
  color: var(--foreground);
  line-height: 1.6;
  font-feature-settings: "ss01", "cv11";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
input, textarea, select { font: inherit; color: inherit; }
ul, ol { list-style: none; }

/* ===== Layout helpers ===== */
.container-mw { max-width: var(--container-max); margin-inline: auto; width: 100%; }
.container-px { padding-inline: var(--container-px); }
.section { padding-block: 5rem; }
@media (min-width: 768px) { .section { padding-block: 7rem; } }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ===== Typography ===== */
.h1, h1 { font-size: clamp(2.25rem, 5vw, 4.5rem); font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; color: var(--brand-navy); }
.h2, h2 { font-size: clamp(1.875rem, 4vw, 3rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; color: var(--brand-navy); }
.h3, h3 { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 800; line-height: 1.2; letter-spacing: -0.01em; color: var(--brand-navy); }
.h4, h4 { font-size: 1.25rem; font-weight: 700; color: var(--brand-navy); }
.lead { font-size: 1.125rem; color: #475569; line-height: 1.6; }
.text-gradient-navy {
  background: linear-gradient(135deg, #0a1f3d 0%, #1d4ed8 60%, #2563eb 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: #fff7ed; color: #c2410c;
  border: 1px solid #fed7aa;
  padding: 0.375rem 0.875rem; border-radius: 9999px;
  font-size: 0.75rem; font-weight: 600;
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 9999px; background: var(--brand-orange); }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.875rem 1.25rem; font-size: 0.875rem; font-weight: 600;
  border-radius: 0.75rem; transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: center; white-space: nowrap; border: 1px solid transparent;
}
.btn-primary { background: var(--brand-orange); color: #fff; box-shadow: 0 12px 32px -8px rgba(249,115,22,0.6); }
.btn-primary:hover { background: var(--brand-orange-dark); transform: translateY(-2px); }
.btn-navy { background: var(--brand-navy); color: #fff; box-shadow: 0 8px 24px -8px rgba(10,31,61,0.25); }
.btn-navy:hover { background: #102a52; transform: translateY(-2px); }
.btn-whatsapp { background: #25D366; color: #fff; box-shadow: 0 12px 32px -8px rgba(37,211,102,0.6); }
.btn-whatsapp:hover { background: #1ebe57; transform: translateY(-2px); }
.btn-ghost { background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.25); backdrop-filter: blur(8px); }
.btn-ghost:hover { background: rgba(255,255,255,0.18); }
.btn-outline { background: #fff; color: var(--brand-navy); border: 1px solid #e2e8f0; }
.btn-outline:hover { border-color: #6ee7b7; background: #ecfdf5; color: #047857; }
.btn-emerald-soft { background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0; }
.btn-emerald-soft:hover { background: #d1fae5; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  width: 100%;
  transition: all 0.3s ease;
  background: rgba(255,255,255,0);
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(226,232,240,0.8);
  box-shadow: 0 4px 24px -12px rgba(10,31,61,0.12);
}
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  height: 4rem;
}
@media (min-width: 768px) { .site-header__inner { height: 5rem; } }

.site-logo img {
  height: 2.75rem; width: 2.75rem; object-fit: contain; border-radius: 0.75rem; background: #fff; padding: 0.25rem;
}
@media (min-width: 768px) {
  .site-logo img { height: 3.25rem; width: 3.25rem; }
}

.site-nav { display: none; align-items: center; gap: 0.25rem; }
@media (min-width: 1024px) { .site-nav { display: flex; } }
.site-nav a {
  padding: 0.5rem 0.75rem; font-size: 0.875rem; font-weight: 500; color: #475569;
  border-radius: 0.5rem; transition: all 0.2s;
}
.site-nav a:hover { color: var(--brand-navy); background: rgba(241,245,249,0.8); }

.site-ctas { display: none; align-items: center; gap: 0.5rem; }
@media (min-width: 768px) { .site-ctas { display: flex; } }

.site-menu-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  height: 2.75rem; width: 2.75rem; border-radius: 0.75rem;
  border: 1px solid #e2e8f0; background: #fff; color: var(--brand-navy);
}
@media (min-width: 768px) { .site-menu-toggle { display: none; } }

/* Mobile menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: 60;
  background: rgba(10,31,61,0.4); backdrop-filter: blur(4px);
  opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
}
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu__panel {
  position: absolute; right: 0; top: 0; height: 100%; width: 100%; max-width: 24rem;
  background: #fff; padding: 1.25rem;
  transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex; flex-direction: column;
}
.mobile-menu.open .mobile-menu__panel { transform: translateX(0); }
.mobile-menu__header {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 1.25rem; border-bottom: 1px solid #f1f5f9; margin-bottom: 0.75rem;
}
.mobile-menu__close {
  height: 2.25rem; width: 2.25rem; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 0.5rem;
}
.mobile-menu__close:hover { background: #f1f5f9; }
.mobile-menu__nav a {
  display: block; padding: 0.875rem 1rem; border-radius: 0.75rem;
  font-size: 1rem; font-weight: 500; color: #334155;
}
.mobile-menu__nav a:hover { background: #f8fafc; color: var(--brand-navy); }
.mobile-menu__footer { margin-top: auto; padding-top: 1rem; border-top: 1px solid #f1f5f9; display: flex; flex-direction: column; gap: 0.5rem; }

/* ===== Hero ===== */
.hero {
  position: relative; min-height: 100svh; width: 100%;
  overflow: hidden; color: #fff;
  background-color: var(--brand-navy);
  background-image:
    radial-gradient(at 12% 18%, rgba(29, 78, 216, 0.45) 0px, transparent 50%),
    radial-gradient(at 88% 8%, rgba(249, 115, 22, 0.32) 0px, transparent 45%),
    radial-gradient(at 75% 92%, rgba(37, 99, 235, 0.35) 0px, transparent 50%),
    radial-gradient(at 5% 90%, rgba(249, 115, 22, 0.18) 0px, transparent 40%);
}
.hero__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, #000 50%, transparent 100%);
  mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, #000 50%, transparent 100%);
  opacity: 0.6;
}
.hero__inner {
  position: relative; z-index: 2;
  min-height: 100svh; display: flex; flex-direction: column; justify-content: center;
  padding-top: 7rem; padding-bottom: 4rem;
}
.hero__badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(255,255,255,0.1); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 0.375rem 0.875rem; border-radius: 9999px;
  font-size: 0.75rem; font-weight: 500; color: #eff6ff;
  margin-bottom: 1.75rem;
}
.hero__badge .dot { width: 6px; height: 6px; border-radius: 9999px; background: #fb923c; animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.5; } }

.hero__title {
  color: #fff; font-size: clamp(2.25rem, 6vw, 4.5rem);
  font-weight: 800; line-height: 1.05; letter-spacing: -0.02em;
}
.hero__title .accent {
  background: linear-gradient(to right, #fb923c, #fdba74, #fcd34d);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.hero__subtitle { margin-top: 1.75rem; font-size: clamp(1rem, 1.5vw, 1.25rem); color: rgba(219,234,254,0.9); line-height: 1.6; max-width: 42rem; }
.hero__specialties { margin-top: 1.75rem; display: grid; grid-template-columns: 1fr; gap: 0.625rem; max-width: 42rem; }
@media (min-width: 640px) { .hero__specialties { grid-template-columns: 1fr 1fr; gap: 0.625rem 1.5rem; } }
.hero__specialty { display: flex; align-items: center; gap: 0.625rem; font-size: 0.9375rem; color: #fff; font-weight: 500; }
.hero__check {
  display: inline-flex; align-items: center; justify-content: center;
  width: 1.25rem; height: 1.25rem; border-radius: 0.375rem;
  background: rgba(16,185,129,0.2); border: 1px solid rgba(52,211,153,0.4);
  color: #6ee7b7; flex-shrink: 0;
}
.hero__ctas { margin-top: 2.25rem; display: flex; flex-direction: column; gap: 0.75rem; }
@media (min-width: 640px) { .hero__ctas { flex-direction: row; } }
.hero__trust { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem; }
.hero__trust-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; color: rgba(219,234,254,0.8); font-weight: 500; }
.hero__trust-item svg { color: #34d399; }

/* ===== Expedientes ===== */
.expedientes { background: #fff; padding-block: 4rem 5rem; }
@media (min-width: 768px) { .expedientes { padding-block: 5rem 6rem; } }
.expedientes__grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .expedientes__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .expedientes__grid { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; } }

.expediente {
  position: relative; display: flex; flex-direction: column;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  border: 1px solid #e6ebf2;
  border-radius: 1rem; padding: 1.5rem;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.6) inset, 0 1px 2px 0 rgba(10,31,61,0.04), 0 8px 24px -12px rgba(10,31,61,0.08);
  transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), box-shadow 0.4s cubic-bezier(0.16,1,0.3,1), border-color 0.3s ease;
  color: inherit;
}
.expediente:hover {
  transform: translateY(-4px);
  border-color: rgba(249,115,22,0.4);
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.6) inset, 0 1px 2px 0 rgba(10,31,61,0.04), 0 24px 48px -16px rgba(10,31,61,0.18);
}
.expediente__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem; }
.expediente__code { font-size: 0.625rem; font-weight: 700; letter-spacing: 0.18em; color: #94a3b8; text-transform: uppercase; }
.expediente__status {
  display: inline-flex; align-items: center; gap: 0.375rem;
  background: #ecfdf5; border: 1px solid #a7f3d0;
  padding: 0.25rem 0.625rem; border-radius: 9999px;
  font-size: 0.625rem; font-weight: 700; color: #047857;
}
.expediente__status .dot { width: 6px; height: 6px; border-radius: 9999px; background: #10b981; }
.expediente__stamp {
  position: absolute; top: 0; right: 0; width: 4rem; height: 4rem; overflow: hidden;
}
.expediente__stamp::before {
  content: "AL · 2026";
  position: absolute; top: 0.5rem; right: -2rem;
  transform: rotate(45deg);
  background: linear-gradient(to right, #f97316, #ea580c);
  color: #fff; font-size: 0.5625rem; font-weight: 700; letter-spacing: 0.1em;
  padding: 0.25rem 2rem; box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.expediente__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 3rem; height: 3rem; border-radius: 0.75rem;
  background: var(--brand-navy); color: #fff;
  box-shadow: 0 8px 16px -4px rgba(10,31,61,0.2);
  margin-bottom: 1.25rem;
}
.expediente__unit { font-size: 0.625rem; font-weight: 700; letter-spacing: 0.18em; color: var(--brand-orange); text-transform: uppercase; margin-bottom: 0.375rem; }
.expediente__title { font-size: 1.125rem; font-weight: 700; color: var(--brand-navy); margin-bottom: 0.5rem; line-height: 1.3; }
.expediente__desc { font-size: 0.875rem; color: #475569; line-height: 1.5; flex: 1; }
.expediente__footer { margin-top: 1.25rem; padding-top: 1rem; border-top: 1px dashed #e2e8f0; display: flex; align-items: center; justify-content: space-between; }
.expediente__cta { display: inline-flex; align-items: center; gap: 0.375rem; font-size: 0.75rem; font-weight: 600; color: var(--brand-navy); }
.expediente__arrow { display: inline-flex; align-items: center; justify-content: center; width: 1.75rem; height: 1.75rem; border-radius: 9999px; background: #f1f5f9; color: var(--brand-navy); transition: all 0.3s ease; }
.expediente:hover .expediente__arrow { background: var(--brand-orange); color: #fff; }

/* ===== Unidades intro ===== */
.unidades-intro { background: #fff; padding-block: 5rem; }
@media (min-width: 768px) { .unidades-intro { padding-block: 7rem; } }
.unidades-intro__inner { max-width: 48rem; margin-inline: auto; text-align: center; }

/* ===== Unit sections ===== */
.unit { padding-block: 5rem; }
@media (min-width: 768px) { .unit { padding-block: 7rem; } }
.unit--light { background: linear-gradient(to bottom, #fff, #f8fafc); }
.unit--dark { background: var(--brand-navy); color: #fff; position: relative; overflow: hidden; }
.unit--dark .h3, .unit--dark h3 { color: #fff; }
.unit--mist { background: linear-gradient(to bottom, #f8fafc, #fff); }

.unit__grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: start; }
@media (min-width: 1024px) { .unit__grid { grid-template-columns: 1fr 1fr; gap: 4rem; } }

.unit__heading-row { display: inline-flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.unit__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.75rem; height: 2.75rem; border-radius: 0.75rem;
  background: var(--brand-navy); color: #fff;
  box-shadow: 0 8px 16px -4px rgba(10,31,61,0.15);
}
.unit__icon svg { color: var(--brand-orange); }
.unit--dark .unit__icon { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); }
.unit__label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em; color: var(--brand-orange); text-transform: uppercase; }
.unit--dark .unit__label { color: #fb923c; }
.unit__desc { margin-top: 1rem; font-size: 1rem; color: #475569; line-height: 1.6; }
.unit--dark .unit__desc { color: rgba(219,234,254,0.8); }
.unit__ctas { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.75rem; }
@media (min-width: 640px) { .unit__ctas { flex-direction: row; } }

/* Card premium */
.card-premium {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  border: 1px solid #e6ebf2;
  border-radius: 1rem; padding: 1.5rem;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.6) inset, 0 1px 2px 0 rgba(10,31,61,0.04), 0 8px 24px -12px rgba(10,31,61,0.08);
}
@media (min-width: 768px) { .card-premium { padding: 2rem; } }
.card-premium__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem; }
.card-premium__label { font-size: 0.625rem; font-weight: 700; letter-spacing: 0.18em; color: #94a3b8; text-transform: uppercase; }
.card-premium__count {
  display: inline-flex; align-items: center; gap: 0.375rem;
  background: #fff7ed; border: 1px solid #fed7aa;
  padding: 0.25rem 0.625rem; border-radius: 9999px;
  font-size: 0.625rem; font-weight: 700; color: #c2410c;
}
.card-premium__count.blue { background: #eff6ff; border-color: #bfdbfe; color: #1d4ed8; }

.service-list { display: grid; grid-template-columns: 1fr; gap: 0.5rem 1.5rem; }
@media (min-width: 640px) { .service-list { grid-template-columns: 1fr 1fr; } }
.service-list li { display: flex; align-items: flex-start; gap: 0.625rem; font-size: 0.875rem; color: #334155; }
.service-list li svg { margin-top: 0.125rem; color: #10b981; flex-shrink: 0; }

/* ISO section */
.iso-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 2.5rem; }
@media (min-width: 768px) { .iso-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .iso-grid { grid-template-columns: repeat(5, 1fr); } }
.iso-card {
  background: rgba(255,255,255,0.05); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 1rem; padding: 1.25rem;
  transition: all 0.3s ease;
}
.iso-card:hover { border-color: rgba(251,146,60,0.5); transform: translateY(-4px); }
.iso-card__num { font-size: 1.5rem; font-weight: 800; color: #fff; margin-bottom: 0.25rem; }
.iso-card__tag { font-size: 0.625rem; font-weight: 700; letter-spacing: 0.1em; color: var(--brand-orange); margin-bottom: 0.5rem; }
.iso-card__name { font-size: 0.875rem; font-weight: 600; color: #fff; margin-bottom: 0.25rem; }
.iso-card__desc { font-size: 0.75rem; color: rgba(219,234,254,0.6); line-height: 1.4; }

/* Promise banner */
.promise {
  position: relative; overflow: hidden;
  border-radius: 1.5rem; padding: 0.25rem;
  background: linear-gradient(135deg, #f97316, #ea580c);
  box-shadow: 0 25px 50px -12px rgba(249,115,22,0.3);
}
.promise__inner {
  position: relative; border-radius: 1.375rem;
  background: linear-gradient(135deg, #f97316, #ea580c);
  padding: 2rem;
  overflow: hidden;
}
@media (min-width: 768px) { .promise__inner { padding: 3rem; } }
.promise__grid {
  position: relative; display: flex; flex-direction: column; gap: 1.5rem;
}
@media (min-width: 768px) { .promise__grid { flex-direction: row; align-items: center; gap: 2.5rem; } }
.promise__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 3.5rem; height: 3.5rem; border-radius: 1rem;
  background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.4);
  color: #fff; flex-shrink: 0;
}
.promise__label { font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.2em; color: rgba(255,255,255,0.8); text-transform: uppercase; }
.promise__text { margin-top: 0.5rem; font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 800; color: #fff; line-height: 1.2; }
.promise__sub { margin-top: 0.75rem; font-size: 0.875rem; color: rgba(255,255,255,0.85); max-width: 42rem; }

.iso-benefits { display: grid; grid-template-columns: 1fr; gap: 0.75rem; margin-block: 2.5rem; }
@media (min-width: 640px) { .iso-benefits { grid-template-columns: 1fr 1fr; } }
.iso-benefit { display: flex; align-items: center; gap: 0.625rem; font-size: 0.875rem; color: #dbeafe; }
.iso-benefit svg { color: #34d399; flex-shrink: 0; }

/* Entities chips */
.entities { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.entities__chip {
  display: inline-flex; align-items: center; gap: 0.375rem;
  background: #f8fafc; color: #334155;
  border: 1px solid #e2e8f0; border-radius: 0.5rem;
  padding: 0.5rem 0.75rem; font-size: 0.75rem; font-weight: 600;
  transition: all 0.2s;
}
.entities__chip:hover { background: #fff7ed; color: #c2410c; border-color: #fed7aa; }
.entities__chip .dot { width: 6px; height: 6px; border-radius: 9999px; background: var(--brand-orange); }

/* ===== Stats ===== */
.stats { background: #fff; padding-block: 5rem; }
@media (min-width: 768px) { .stats { padding-block: 7rem; } }
.stats__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.5rem; }
@media (min-width: 1024px) { .stats__grid { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; } }
.stat {
  border-radius: 1rem; padding: 1.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  border: 1px solid #e6ebf2;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.6) inset, 0 8px 24px -12px rgba(10,31,61,0.08);
}
.stat--highlight { background: var(--brand-navy); color: #fff; border-color: transparent; }
.stat__num { font-size: clamp(1.875rem, 4vw, 3rem); font-weight: 800; line-height: 1; letter-spacing: -0.02em; color: var(--brand-navy); }
.stat--highlight .stat__num { color: #fff; }
.stat__num span { color: var(--brand-orange); }
.stat__label { margin-top: 0.5rem; font-size: 0.875rem; font-weight: 500; color: #475569; }
.stat--highlight .stat__label { color: rgba(219,234,254,0.8); }

/* ===== Razones ===== */
.razones { background: linear-gradient(to bottom, #f8fafc, #fff); padding-block: 5rem; }
@media (min-width: 768px) { .razones { padding-block: 7rem; } }
.razones__grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .razones__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .razones__grid { grid-template-columns: repeat(4, 1fr); gap: 1.25rem; } }
.razon {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  border: 1px solid #e6ebf2;
  border-radius: 1rem; padding: 1.5rem;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.6) inset, 0 8px 24px -12px rgba(10,31,61,0.08);
  transition: all 0.4s cubic-bezier(0.16,1,0.3,1);
}
.razon:hover {
  transform: translateY(-4px);
  border-color: rgba(249,115,22,0.4);
  box-shadow: 0 24px 48px -16px rgba(10,31,61,0.18);
}
.razon__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 3rem; height: 3rem; border-radius: 0.75rem;
  background: linear-gradient(135deg, var(--brand-navy), var(--brand-blue));
  color: #fff; box-shadow: 0 8px 16px -4px rgba(10,31,61,0.15);
  transition: all 0.3s ease;
}
.razon:hover .razon__icon { background: linear-gradient(135deg, var(--brand-orange), var(--brand-orange-dark)); }
.razon__title { margin-top: 1.25rem; font-size: 1.125rem; font-weight: 700; color: var(--brand-navy); }
.razon__desc { margin-top: 0.5rem; font-size: 0.875rem; color: #475569; line-height: 1.5; }

/* ===== Testimonios ===== */
.testimonios { background: #fff; padding-block: 5rem; }
@media (min-width: 768px) { .testimonios { padding-block: 7rem; } }
.testimonios__grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 768px) { .testimonios__grid { grid-template-columns: repeat(3, 1fr); } }
.testimonio {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  border: 1px solid #e6ebf2;
  border-radius: 1rem; padding: 1.5rem;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.6) inset, 0 8px 24px -12px rgba(10,31,61,0.08);
  display: flex; flex-direction: column;
  transition: all 0.4s cubic-bezier(0.16,1,0.3,1);
}
.testimonio:hover {
  transform: translateY(-4px);
  border-color: rgba(249,115,22,0.4);
  box-shadow: 0 24px 48px -16px rgba(10,31,61,0.18);
}
.testimonio__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem; }
.testimonio__quote { color: #fdba74; }
.testimonio__stars { display: flex; gap: 0.125rem; }
.testimonio__stars svg { color: #f97316; fill: #f97316; }
.testimonio__text { font-size: 0.9375rem; color: #334155; line-height: 1.6; flex: 1; }
.testimonio__result {
  display: inline-flex; align-items: center; gap: 0.375rem;
  margin-top: 1.5rem; width: fit-content;
  background: #ecfdf5; border: 1px solid #a7f3d0;
  padding: 0.375rem 0.75rem; border-radius: 0.5rem;
  font-size: 0.75rem; font-weight: 700; color: #047857;
}
.testimonio__result .dot { width: 6px; height: 6px; border-radius: 9999px; background: #10b981; }
.testimonio__author { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid #f1f5f9; display: flex; align-items: center; gap: 0.75rem; }
.testimonio__avatar {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.75rem; height: 2.75rem; border-radius: 9999px;
  background: linear-gradient(135deg, var(--brand-navy), var(--brand-blue));
  color: #fff; font-size: 0.875rem; font-weight: 700;
}
.testimonio__name { font-size: 0.875rem; font-weight: 700; color: var(--brand-navy); }
.testimonio__role { font-size: 0.75rem; color: #64748b; }

/* ===== FAQ ===== */
.faq { background: linear-gradient(to bottom, #fff, #f8fafc); padding-block: 5rem; }
@media (min-width: 768px) { .faq { padding-block: 7rem; } }
.faq__grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 1024px) { .faq__grid { grid-template-columns: 5fr 7fr; gap: 4rem; } }
.faq__list { background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%); border: 1px solid #e6ebf2; border-radius: 1rem; padding: 0.5rem; }
.faq__item { border-bottom: 1px solid #f1f5f9; }
.faq__item:last-child { border-bottom: 0; }
.faq__question {
  display: flex; align-items: center; gap: 0.75rem; width: 100%;
  padding: 1.25rem; text-align: left;
  font-size: 0.9375rem; font-weight: 600; color: var(--brand-navy);
}
.faq__question-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 1.75rem; height: 1.75rem; border-radius: 0.5rem;
  background: #fff7ed; border: 1px solid #fed7aa; color: #c2410c;
  flex-shrink: 0;
}
.faq__toggle { margin-left: auto; transition: transform 0.3s ease; color: #94a3b8; }
.faq__item.open .faq__toggle { transform: rotate(180deg); }
.faq__answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq__answer-inner { padding: 0 1.25rem 1.25rem 3rem; font-size: 0.875rem; color: #475569; line-height: 1.6; }

/* ===== CTA final ===== */
.cta-final {
  position: relative; overflow: hidden; color: #fff;
  background-color: var(--brand-navy);
  background-image:
    radial-gradient(at 12% 18%, rgba(29, 78, 216, 0.45) 0px, transparent 50%),
    radial-gradient(at 88% 8%, rgba(249, 115, 22, 0.32) 0px, transparent 45%),
    radial-gradient(at 75% 92%, rgba(37, 99, 235, 0.35) 0px, transparent 50%);
}
.cta-final__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, #000 50%, transparent 100%);
  mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, #000 50%, transparent 100%);
  opacity: 0.5;
}
.cta-final__inner { position: relative; padding-block: 6rem; text-align: center; }
@media (min-width: 768px) { .cta-final__inner { padding-block: 9rem; } }
.cta-final__title { color: #fff; }
.cta-final__title .accent {
  background: linear-gradient(to right, #fb923c, #fcd34d);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
}
.cta-final__subtitle { margin-top: 1.5rem; font-size: 1.125rem; color: rgba(219,234,254,0.9); max-width: 42rem; margin-inline: auto; }
.cta-final__ctas { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 0.75rem; justify-content: center; }
@media (min-width: 640px) { .cta-final__ctas { flex-direction: row; } }
.cta-final__trust { margin-top: 2.5rem; display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem 1.5rem; }
.cta-final__trust-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; color: rgba(219,234,254,0.8); }
.cta-final__trust-item svg { color: #34d399; }

/* ===== Contacto ===== */
.contacto { background: #fff; padding-block: 5rem; }
@media (min-width: 768px) { .contacto { padding-block: 7rem; } }
.contacto__grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 1024px) { .contacto__grid { grid-template-columns: 5fr 7fr; gap: 3.5rem; } }
.contacto__info-card {
  display: flex; align-items: flex-start; gap: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  border: 1px solid #e6ebf2;
  border-radius: 1rem; padding: 1.25rem;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.6) inset, 0 8px 24px -12px rgba(10,31,61,0.08);
  transition: all 0.2s;
}
.contacto__info-card:hover { border-color: rgba(249,115,22,0.3); }
.contacto__info-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.75rem; height: 2.75rem; border-radius: 0.75rem;
  color: #fff; flex-shrink: 0;
}
.contacto__info-icon.whatsapp { background: #25D366; box-shadow: 0 8px 16px -4px rgba(37,211,102,0.3); }
.contacto__info-icon.navy { background: var(--brand-navy); box-shadow: 0 8px 16px -4px rgba(10,31,61,0.2); }
.contacto__info-icon.navy svg { color: var(--brand-orange); }
.contacto__info-icon.blue { background: #eff6ff; color: #1d4ed8; border: 1px solid #bfdbfe; }
.contacto__info-label { font-size: 0.625rem; font-weight: 700; letter-spacing: 0.18em; color: #94a3b8; text-transform: uppercase; }
.contacto__info-value { font-size: 1.125rem; font-weight: 700; color: var(--brand-navy); }
.contacto__info-sub { font-size: 0.75rem; color: #64748b; margin-top: 0.125rem; }

.contacto__form {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  border: 1px solid #e6ebf2;
  border-radius: 1.5rem; padding: 1.5rem;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.6) inset, 0 8px 24px -12px rgba(10,31,61,0.08);
}
@media (min-width: 768px) { .contacto__form { padding: 2rem; } }
.contacto__row { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .contacto__row { grid-template-columns: 1fr 1fr; } }
.field { display: flex; flex-direction: column; gap: 0.5rem; }
.field__label { font-size: 0.875rem; font-weight: 600; color: var(--brand-navy); }
.field__label .req { color: var(--brand-orange); }
.field__input, .field__textarea, .field__select {
  height: 2.75rem; padding: 0 0.75rem;
  background: #fff; border: 1px solid #e2e8f0;
  border-radius: 0.75rem; font-size: 0.9375rem;
  transition: all 0.2s;
}
.field__textarea { height: auto; padding: 0.625rem 0.75rem; resize: none; min-height: 6rem; }
.field__input:focus, .field__textarea:focus, .field__select:focus {
  outline: none; border-color: var(--brand-orange);
  box-shadow: 0 0 0 3px rgba(249,115,22,0.15);
}
.contacto__submit { width: 100%; margin-top: 0.5rem; }
.contacto__hint { margin-top: 1rem; text-align: center; font-size: 0.75rem; color: #64748b; }

/* ===== Footer ===== */
.site-footer {
  position: relative; overflow: hidden; color: #fff;
  background-color: var(--brand-navy);
}
.site-footer__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, #000 50%, transparent 100%);
  mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, #000 50%, transparent 100%);
  opacity: 0.3;
}
.site-footer__inner { position: relative; padding-block: 4rem 5rem; }
.site-footer__grid-cols { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 1024px) { .site-footer__grid-cols { grid-template-columns: 4fr 2fr 3fr 3fr; gap: 2.5rem; } }
.site-footer__logo {
  height: 3.5rem; width: 3.5rem; object-fit: contain;
  border-radius: 0.75rem; background: #fff; padding: 0.375rem;
}
.site-footer__desc { margin-top: 1.25rem; font-size: 0.875rem; color: rgba(219,234,254,0.7); line-height: 1.6; max-width: 24rem; }
.site-footer__social { margin-top: 1.5rem; display: flex; gap: 0.5rem; }
.site-footer__social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.5rem; height: 2.5rem; border-radius: 0.75rem;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  color: #fff; transition: all 0.2s;
}
.site-footer__social a:hover { background: var(--brand-orange); border-color: var(--brand-orange); }
.site-footer__col-title { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.18em; color: var(--brand-orange); text-transform: uppercase; margin-bottom: 1rem; }
.site-footer__col ul { display: flex; flex-direction: column; gap: 0.625rem; }
.site-footer__col a { font-size: 0.875rem; color: rgba(219,234,254,0.7); transition: color 0.2s; }
.site-footer__col a:hover { color: #fff; }
.site-footer__bottom { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); display: flex; flex-direction: column; gap: 1rem; align-items: center; }
@media (min-width: 768px) { .site-footer__bottom { flex-direction: row; justify-content: space-between; } }
.site-footer__policies { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem 1.25rem; }
.site-footer__policies a { font-size: 0.75rem; color: rgba(219,234,254,0.6); }
.site-footer__policies a:hover { color: #fff; }
.site-footer__copy { font-size: 0.75rem; color: rgba(219,234,254,0.5); text-align: center; }
@media (min-width: 768px) { .site-footer__copy { text-align: right; } }

/* ===== WhatsApp FAB ===== */
.wa-fab {
  position: fixed; bottom: 1.25rem; right: 1.25rem; z-index: 50;
  opacity: 0; transform: translateY(1.5rem); pointer-events: none;
  transition: all 0.5s cubic-bezier(0.16,1,0.3,1);
}
.wa-fab.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.wa-fab__link {
  display: inline-flex; align-items: center; gap: 0.75rem;
  background: #25D366; color: #fff;
  padding: 0.875rem 1.25rem 0.875rem 1rem;
  border-radius: 9999px;
  box-shadow: 0 12px 32px -8px rgba(37,211,102,0.7);
  position: relative;
  transition: all 0.25s ease;
}
.wa-fab__link:hover { transform: scale(1.02); box-shadow: 0 18px 40px -8px rgba(37,211,102,0.85); }
.wa-fab__link::before {
  content: ''; position: absolute; inset: 0; border-radius: 9999px;
  animation: wa-pulse 2.2s ease-out infinite; pointer-events: none;
}
@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0.6); }
  50% { box-shadow: 0 0 0 14px rgba(34,197,94,0); }
}
.wa-fab__icon { width: 1.75rem; height: 1.75rem; fill: #fff; position: relative; }
.wa-fab__label { font-size: 0.875rem; font-weight: 700; position: relative; }
@media (max-width: 639px) { .wa-fab__label { display: none; } }

/* ===== Utility ===== */
.text-center { text-align: center; }
.mx-auto { margin-inline: auto; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-12 { margin-bottom: 3rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-9 { margin-top: 2.25rem; }

/* ===== WordPress core alignment ===== */
.alignleft { float: left; margin-right: 1.5rem; margin-bottom: 0.5rem; }
.alignright { float: right; margin-left: 1.5rem; margin-bottom: 0.5rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.875rem; color: #64748b; text-align: center; margin-top: 0.5rem; }
.screen-reader-text { position: absolute !important; clip: rect(1px,1px,1px,1px); overflow: hidden; height: 1px; width: 1px; }

/* Sticky footer fix */
.site { display: flex; flex-direction: column; min-height: 100vh; }
.site-main { flex: 1 0 auto; }
