/* =================================================================
 * gestormas-landing.css
 * Landing page institucional de Gestor+ — Unitrópico
 * Sistema de gestión de procesos y riesgos — Abeja 360°
 *
 * Paleta: ámbar #F2A020 + carbón #3D3D3D (del icono real Gestor+)
 * Tipografía: Plus Jakarta Sans (display) + Inter (cuerpo)
 * ================================================================= */

/* ─── Tokens ─────────────────────────────────────────────────────── */
:root {
  --gm-amber:        #F2A020;
  --gm-amber-dark:   #C07C10;
  --gm-amber-deep:   #7A4E08;
  --gm-amber-light:  #F5BC55;
  --gm-amber-tint:   #FEF3DC;
  --gm-amber-tintl:  #FFFAF3;

  --gm-carbon:       #3D3D3D;
  --gm-carbon-dark:  #242424;
  --gm-carbon-deep:  #141414;

  --gm-ink:          #1E1A10;
  --gm-text:         #2C2415;
  --gm-muted:        #6E5C3A;
  --gm-line:         rgba(61, 61, 61, 0.10);
  --gm-line-strong:  rgba(61, 61, 61, 0.18);

  --gm-gray-50:      #FAFAF8;
  --gm-gray-100:     #F3F1EC;
  --gm-gray-200:     #E8E3D8;
  --gm-gray-300:     #D4CCBA;
  --gm-gray-500:     #9A8E75;
  --gm-gray-700:     #5A5040;

  --gm-success:      #047857;
  --gm-warn:         #b45309;
  --gm-danger:       #b91c1c;
  --gm-info:         #1d4ed8;

  --gm-font-display: 'Plus Jakarta Sans', system-ui, sans-serif;
  --gm-font-body:    'Inter', system-ui, sans-serif;

  --gm-radius-sm:   10px;
  --gm-radius:      16px;
  --gm-radius-lg:   24px;
  --gm-radius-pill: 9999px;

  --gm-shadow-sm:   0 1px 2px rgba(61,61,61,.06), 0 1px 3px rgba(61,61,61,.07);
  --gm-shadow-md:   0 4px 12px rgba(61,61,61,.09), 0 2px 4px rgba(61,61,61,.06);
  --gm-shadow-lg:   0 24px 60px rgba(61,61,61,.14), 0 8px 20px rgba(61,61,61,.09);

  --gm-ease:        cubic-bezier(0.22, 1, 0.36, 1);
}

/* ─── Reset & base ───────────────────────────────────────────────── */
* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

body {
  margin: 0;
  font-family: var(--gm-font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--gm-text);
  background:
    radial-gradient(70% 55% at 50% 0%, rgba(242, 160, 32, 0.09) 0%, rgba(242, 160, 32, 0) 65%),
    radial-gradient(40% 35% at 92% 6%, rgba(61, 61, 61, 0.06) 0%, rgba(61, 61, 61, 0) 70%),
    linear-gradient(180deg, var(--gm-amber-tintl) 0%, #ffffff 340px);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--gm-font-display);
  color: var(--gm-ink);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 0.5em;
  font-weight: 800;
}

p { margin: 0 0 1em; }
a { color: var(--gm-amber-dark); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--gm-carbon); }
img { max-width: 100%; display: block; }

.gm-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ═══════════════════════════════════════════════════════════════════
   NAV
═══════════════════════════════════════════════════════════════════ */
.gm-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 14px 0;
  transition: all 0.35s var(--gm-ease);
  background: rgba(255,255,255,0);
}

.gm-nav.scrolled {
  background: rgba(255,255,255,0.93);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border-bottom: 1px solid var(--gm-line);
  padding: 10px 0;
  box-shadow: 0 1px 3px rgba(61,61,61,.05);
}

.gm-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: none;
  padding-left: clamp(24px, 5vw, 64px);
  padding-right: clamp(24px, 5vw, 64px);
}

/* ─── Brand ──────────────────────────────────────────────────────── */
.gm-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--gm-ink);
  flex-shrink: 0;
}

.gm-brand-icon {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  border: 1px solid rgba(0,0,0,.06);
  overflow: hidden;
}

.gm-brand-icon img {
  width: 26px; height: 26px;
  object-fit: contain;
}

.gm-brand-text {
  display: flex; flex-direction: column;
  line-height: 1.05;
}

.gm-brand-name {
  font-family: var(--gm-font-display);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: var(--gm-ink);
}

.gm-brand-tag {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gm-muted);
}

/* ─── Nav links ──────────────────────────────────────────────────── */
.gm-nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0; padding: 0;
}

.gm-nav-links a {
  display: inline-block;
  padding: 8px 14px;
  border-radius: var(--gm-radius-pill);
  font-weight: 600;
  font-size: 0.94rem;
  color: var(--gm-text);
  transition: all 0.2s;
}

.gm-nav-links a:hover {
  background: var(--gm-amber-tint);
  color: var(--gm-amber-dark);
}

/* ─── Nav actions ────────────────────────────────────────────────── */
.gm-nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.gm-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: var(--gm-radius-pill);
  background: var(--gm-amber);
  color: #fff !important;
  font-family: var(--gm-font-display);
  font-weight: 700;
  font-size: 0.94rem;
  box-shadow: 0 6px 16px rgba(242,160,32,.35);
  transition: all 0.25s var(--gm-ease);
}

.gm-nav-cta:hover {
  background: var(--gm-amber-dark);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(242,160,32,.40);
  color: #fff !important;
}

/* ─── Bell & Apps buttons ─────────────────────────────────────────── */
.gm-bell-btn, .gm-apps-btn {
  position: relative;
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid var(--gm-line);
  background: rgba(255,255,255,.8);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: var(--gm-carbon);
  font-size: 1rem;
  transition: all 0.2s;
}

.gm-bell-btn:hover, .gm-apps-btn:hover {
  background: var(--gm-amber-tint);
  border-color: var(--gm-amber);
  color: var(--gm-amber-dark);
}

.gm-bell-badge {
  position: absolute;
  top: -3px; right: -3px;
  min-width: 18px; height: 18px;
  border-radius: var(--gm-radius-pill);
  background: #ef4444;
  border: 2px solid #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.65rem;
  font-weight: 700;
  color: #fff;
}

.gm-bell-badge-pulse {
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: rgba(239,68,68,.35);
  animation: gmBellPulse 1.8s ease-in-out infinite;
}

@keyframes gmBellPulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50%       { transform: scale(1.5); opacity: 0; }
}

/* ─── Bell panel ─────────────────────────────────────────────────── */
.gm-bell-menu { position: relative; }

.gm-bell-panel {
  position: absolute;
  top: calc(100% + 10px); right: 0;
  width: 340px;
  background: #fff;
  border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius);
  box-shadow: var(--gm-shadow-lg);
  z-index: 200;
  overflow: hidden;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: all 0.2s var(--gm-ease);
}

.gm-bell-menu.open .gm-bell-panel {
  opacity: 1; transform: translateY(0); pointer-events: auto;
}

.gm-bell-panel-head {
  padding: 14px 16px 10px;
  display: flex; align-items: flex-start; justify-content: space-between;
  border-bottom: 1px solid var(--gm-line);
}

.gm-bell-panel-eyebrow {
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--gm-muted);
}

.gm-bell-panel-title {
  font-family: var(--gm-font-display); font-weight: 700;
  font-size: 0.95rem; color: var(--gm-ink); margin-top: 2px;
}

.gm-bell-panel-count {
  background: var(--gm-amber-tint); color: var(--gm-amber-dark);
  font-size: 0.78rem; font-weight: 700;
  padding: 3px 8px; border-radius: var(--gm-radius-pill);
}

.gm-bell-panel-list { max-height: 280px; overflow-y: auto; }

.gm-bell-panel-empty {
  padding: 32px 16px; text-align: center;
  color: var(--gm-muted); font-size: 0.9rem;
}

.gm-bell-panel-empty i { font-size: 1.8rem; margin-bottom: 8px; opacity: 0.5; display: block; }

.gm-bell-item {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--gm-line);
  text-decoration: none; color: var(--gm-text);
  transition: background 0.15s;
}

.gm-bell-item:hover { background: var(--gm-gray-50); }

.gm-bell-item-icon {
  width: 32px; height: 32px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; flex-shrink: 0;
}

.gm-bell-item-icon.info    { background: rgba(29,78,216,.1);  color: #1d4ed8; }
.gm-bell-item-icon.success { background: rgba(4,120,87,.1);   color: #047857; }
.gm-bell-item-icon.warn    { background: rgba(242,160,32,.15); color: var(--gm-amber-dark); }
.gm-bell-item-icon.error   { background: rgba(185,28,28,.1);  color: #b91c1c; }

.gm-bell-item-body { flex: 1; min-width: 0; }
.gm-bell-item-row { display: flex; justify-content: space-between; margin-bottom: 2px; }
.gm-bell-item-app { font-size: 0.72rem; font-weight: 700; color: var(--gm-amber-dark); text-transform: uppercase; letter-spacing: .06em; }
.gm-bell-item-time { font-size: 0.72rem; color: var(--gm-muted); }
.gm-bell-item-title { font-weight: 600; font-size: 0.88rem; margin: 0 0 2px; color: var(--gm-ink); }
.gm-bell-item-msg { font-size: 0.82rem; color: var(--gm-muted); margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.gm-bell-item-mark {
  border: none; background: none; cursor: pointer;
  color: var(--gm-muted); padding: 4px; border-radius: 6px;
  font-size: 0.8rem; transition: all 0.15s; flex-shrink: 0;
}

.gm-bell-item-mark:hover { background: var(--gm-amber-tint); color: var(--gm-amber-dark); }

.gm-bell-panel-foot {
  padding: 10px 16px; border-top: 1px solid var(--gm-line);
}

.gm-bell-panel-more {
  font-size: 0.85rem; font-weight: 600; color: var(--gm-amber-dark);
  display: flex; align-items: center; gap: 6px;
}

.gm-bell-panel-more:hover { color: var(--gm-carbon); }

/* ─── Apps grid panel ────────────────────────────────────────────── */
.gm-apps-menu { position: relative; }

.gm-apps-panel {
  position: absolute;
  top: calc(100% + 10px); right: 0;
  width: 320px;
  background: #fff;
  border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius);
  box-shadow: var(--gm-shadow-lg);
  z-index: 200; overflow: hidden;
  opacity: 0; transform: translateY(8px);
  pointer-events: none;
  transition: all 0.2s var(--gm-ease);
}

.gm-apps-menu.open .gm-apps-panel {
  opacity: 1; transform: translateY(0); pointer-events: auto;
}

.gm-apps-panel-head {
  padding: 14px 16px 10px; border-bottom: 1px solid var(--gm-line);
}

.gm-apps-panel-eyebrow {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--gm-muted); display: block;
}

.gm-apps-panel-title {
  font-family: var(--gm-font-display); font-weight: 700;
  font-size: 0.95rem; color: var(--gm-ink); display: block; margin-top: 2px;
}

.gm-apps-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2px; padding: 10px;
}

.gm-app-tile {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 10px 6px; border-radius: var(--gm-radius-sm);
  text-decoration: none; transition: background 0.15s; cursor: pointer;
}

.gm-app-tile:hover { background: var(--gm-gray-50); }
.gm-app-tile.is-current { background: var(--gm-amber-tint); }

.gm-app-tile-ico {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--tile, var(--gm-amber-tint));
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; flex-shrink: 0;
}

.gm-app-tile-ico img { width: 26px; height: 26px; object-fit: contain; }

.gm-app-tile-name {
  font-size: 0.72rem; font-weight: 600;
  color: var(--gm-ink); text-align: center; line-height: 1.1;
}

.gm-apps-panel-foot {
  padding: 10px 16px; border-top: 1px solid var(--gm-line);
}

.gm-apps-panel-more {
  font-size: 0.85rem; font-weight: 600; color: var(--gm-amber-dark);
  display: flex; align-items: center; gap: 6px;
}

.gm-apps-panel-more:hover { color: var(--gm-carbon); }

/* ─── User menu ──────────────────────────────────────────────────── */
.gm-user-menu { position: relative; }

.gm-user-trigger {
  display: flex; align-items: center; gap: 8px;
  background: none; border: none; cursor: pointer;
  padding: 4px 8px; border-radius: var(--gm-radius-pill);
  transition: background 0.15s;
}

.gm-user-trigger:hover { background: var(--gm-amber-tint); }

.gm-user-avatar {
  width: 34px; height: 34px; border-radius: 50%;
  overflow: hidden; background: var(--gm-amber-tint);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.gm-user-avatar img { width: 100%; height: 100%; object-fit: cover; display: none; }
.gm-user-avatar.has-photo img { display: block; }
.gm-user-avatar.has-photo .gm-user-initials { display: none; }

.gm-user-initials {
  font-family: var(--gm-font-display); font-weight: 700;
  font-size: 0.78rem; color: var(--gm-amber-dark);
}

.gm-user-avatar-lg { width: 44px; height: 44px; }

.gm-user-name {
  font-family: var(--gm-font-display); font-weight: 600;
  font-size: 0.9rem; color: var(--gm-ink);
}

.gm-user-chev {
  font-size: 0.7rem; color: var(--gm-muted); transition: transform 0.2s;
}

.gm-user-menu.open .gm-user-chev { transform: rotate(180deg); }

.gm-user-panel {
  position: absolute; top: calc(100% + 10px); right: 0;
  width: 280px; background: #fff;
  border: 1px solid var(--gm-line); border-radius: var(--gm-radius);
  box-shadow: var(--gm-shadow-lg); z-index: 200; overflow: hidden;
  opacity: 0; transform: translateY(8px); pointer-events: none;
  transition: all 0.2s var(--gm-ease);
}

.gm-user-menu.open .gm-user-panel {
  opacity: 1; transform: translateY(0); pointer-events: auto;
}

.gm-user-panel-head {
  padding: 16px; display: flex; align-items: center; gap: 12px;
  border-bottom: 1px solid var(--gm-line); background: var(--gm-gray-50);
}

.gm-user-panel-meta { min-width: 0; }
.gm-user-panel-name { font-family: var(--gm-font-display); font-weight: 700; font-size: 0.95rem; color: var(--gm-ink); }
.gm-user-panel-mail { font-size: 0.78rem; color: var(--gm-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.gm-user-section { padding: 8px; }

.gm-user-section-label {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--gm-muted); padding: 6px 8px 4px;
}

.gm-user-action {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 10px; border-radius: var(--gm-radius-sm);
  text-decoration: none; color: var(--gm-text); transition: background 0.15s; cursor: pointer;
}

.gm-user-action:hover { background: var(--gm-gray-50); color: var(--gm-ink); }

.gm-user-action-ico {
  width: 32px; height: 32px; border-radius: 8px;
  background: var(--gm-amber-tint); color: var(--gm-amber-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem; flex-shrink: 0;
}

.gm-user-action-text { display: flex; flex-direction: column; min-width: 0; }
.gm-user-action-title { font-weight: 600; font-size: 0.88rem; color: var(--gm-ink); }
.gm-user-action-desc { font-size: 0.76rem; color: var(--gm-muted); }

.gm-user-logout { border: none; background: none; width: 100%; text-align: left; }
.gm-user-logout .gm-user-action-ico { background: rgba(185,28,28,.08); color: #b91c1c; }
.gm-user-logout:hover { background: rgba(185,28,28,.06) !important; }

.gm-user-panel-foot { padding: 8px; border-top: 1px solid var(--gm-line); }

/* ─── Nav toggle mobile ──────────────────────────────────────────── */
.gm-nav-toggle {
  display: none; width: 40px; height: 40px;
  border: none; background: none; cursor: pointer;
  border-radius: var(--gm-radius-sm); font-size: 1.1rem;
  color: var(--gm-carbon); transition: background 0.2s;
}

.gm-nav-toggle:hover { background: var(--gm-amber-tint); }

/* ─── Mobile backdrop & drawer ───────────────────────────────────── */
.gm-backdrop {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.45); z-index: 150;
  opacity: 0; transition: opacity 0.25s;
}

.gm-backdrop.open { opacity: 1; }

.gm-mobile-menu {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: min(80vw, 300px); background: #fff;
  z-index: 160; padding: 24px 16px;
  transform: translateX(100%);
  transition: transform 0.3s var(--gm-ease);
  overflow-y: auto;
}

.gm-mobile-menu.open { transform: translateX(0); }

.gm-mobile-menu ul {
  list-style: none; margin: 60px 0 0; padding: 0;
  display: flex; flex-direction: column; gap: 4px;
}

.gm-mobile-menu a {
  display: block; padding: 12px 16px;
  border-radius: var(--gm-radius-sm);
  font-weight: 600; font-size: 1rem;
  color: var(--gm-text); transition: background 0.15s;
}

.gm-mobile-menu a:hover { background: var(--gm-amber-tint); color: var(--gm-amber-dark); }

.gm-mobile-cta {
  background: var(--gm-amber) !important;
  color: #fff !important; text-align: center;
}

/* ═══════════════════════════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════════════════════════ */
.gm-hero {
  padding: 140px 0 80px; position: relative;
  overflow: hidden; min-height: 100vh;
  display: flex; align-items: center;
}

.gm-hero-stage {
  position: absolute; inset: 0;
  pointer-events: none; overflow: hidden;
}

.gm-hero-floatie {
  position: absolute;
  width: 50px; height: 50px; border-radius: 14px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(242,160,32,.18);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem; color: var(--gm-amber);
  box-shadow: 0 8px 24px rgba(242,160,32,.14);
  animation: gmFloat 6s ease-in-out infinite;
}

.gm-hero-floatie.f1  { top: 12%; left: 6%;   animation-delay: 0s;    animation-duration: 7s; }
.gm-hero-floatie.f2  { top: 22%; left: 17%;  animation-delay: 1s;    animation-duration: 6s; }
.gm-hero-floatie.f3  { top: 8%;  left: 28%;  animation-delay: 2s;    animation-duration: 8s; }
.gm-hero-floatie.f4  { top: 30%; right: 22%; animation-delay: 0.5s;  animation-duration: 7s; font-size: 1.5rem; }
.gm-hero-floatie.f5  { top: 15%; right: 10%; animation-delay: 1.5s;  animation-duration: 6s; }
.gm-hero-floatie.f6  { bottom: 30%; left: 5%;  animation-delay: 2.5s; animation-duration: 8s; }
.gm-hero-floatie.f7  { bottom: 22%; left: 24%; animation-delay: 0.8s; animation-duration: 7s; }
.gm-hero-floatie.f8  { bottom: 35%; right: 6%; animation-delay: 3s;   animation-duration: 6s; font-size: 1.6rem; }
.gm-hero-floatie.f9  { top: 45%;  left: 10%;  animation-delay: 1.2s; animation-duration: 9s; }
.gm-hero-floatie.f10 { top: 55%;  right: 14%; animation-delay: 2.2s; animation-duration: 7s; }

@keyframes gmFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  33%       { transform: translateY(-14px) rotate(4deg); }
  66%       { transform: translateY(-6px) rotate(-3deg); }
}

.gm-hero-dot {
  position: absolute; border-radius: 50%;
  background: var(--gm-amber); opacity: 0;
  animation: gmDotFly 10s ease-in-out infinite;
}

.gm-hero-dot.d1  { width: 6px;  height: 6px;  top: 18%; left: 38%;  animation-delay: 0s; }
.gm-hero-dot.d2  { width: 4px;  height: 4px;  top: 35%; left: 56%;  animation-delay: 1.5s; }
.gm-hero-dot.d3  { width: 8px;  height: 8px;  top: 55%; left: 42%;  animation-delay: 3s; }
.gm-hero-dot.d4  { width: 5px;  height: 5px;  top: 72%; left: 62%;  animation-delay: 2s; }
.gm-hero-dot.d5  { width: 7px;  height: 7px;  top: 25%; right: 38%; animation-delay: 0.8s; }
.gm-hero-dot.d6  { width: 4px;  height: 4px;  top: 42%; right: 52%; animation-delay: 4s; }
.gm-hero-dot.d7  { width: 6px;  height: 6px;  bottom: 28%; left: 48%; animation-delay: 2.4s; }
.gm-hero-dot.d8  { width: 5px;  height: 5px;  bottom: 18%; right: 44%; animation-delay: 3.6s; }

@keyframes gmDotFly {
  0%   { opacity: 0; transform: translateY(0); }
  20%  { opacity: 0.5; }
  50%  { opacity: 0.3; transform: translateY(-30px); }
  80%  { opacity: 0.5; }
  100% { opacity: 0; transform: translateY(-60px); }
}

.gm-hero-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
  position: relative; z-index: 1;
}

/* ─── Hero text ──────────────────────────────────────────────────── */
.gm-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: var(--gm-radius-pill);
  background: rgba(242,160,32,.10);
  border: 1px solid rgba(242,160,32,.22);
  font-size: 0.82rem; font-weight: 700;
  color: var(--gm-amber-dark);
  letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 20px;
}

.gm-hero-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 900; line-height: 1.08;
  margin-bottom: 20px; color: var(--gm-ink);
}

.gm-hero-title .accent {
  background: linear-gradient(135deg, var(--gm-amber), var(--gm-amber-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gm-hero-subtitle {
  font-size: 1.08rem; color: var(--gm-muted);
  line-height: 1.65; margin-bottom: 32px; max-width: 480px;
}

.gm-hero-actions {
  display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 32px;
}

/* ─── Buttons ────────────────────────────────────────────────────── */
.gm-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px; border-radius: var(--gm-radius-pill);
  font-family: var(--gm-font-display); font-weight: 700;
  font-size: 0.95rem; text-decoration: none;
  transition: all 0.25s var(--gm-ease);
  cursor: pointer; border: none;
}

.gm-btn-primary {
  background: var(--gm-amber);
  color: #fff;
  box-shadow: 0 8px 22px rgba(242,160,32,.38);
}

.gm-btn-primary:hover {
  background: var(--gm-amber-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(242,160,32,.44);
  color: #fff;
}

.gm-btn-ghost {
  background: transparent; color: var(--gm-carbon);
  border: 1.5px solid rgba(61,61,61,.22);
}

.gm-btn-ghost:hover {
  background: var(--gm-amber-tint);
  border-color: var(--gm-amber);
  color: var(--gm-amber-dark);
}

.gm-btn-admin {
  background: var(--gm-carbon-dark); color: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.22);
}

.gm-btn-admin:hover {
  background: var(--gm-carbon-deep);
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(0,0,0,.28);
  color: #fff;
}

.gm-btn-icon { transition: transform 0.2s; }
.gm-btn:hover .gm-btn-icon { transform: translateX(3px); }

.gm-hero-meta {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 16px;
  font-size: 0.85rem; font-weight: 600; color: var(--gm-muted);
}

.gm-hero-meta li { display: flex; align-items: center; gap: 6px; }
.gm-hero-meta i { color: var(--gm-amber); font-size: 0.95rem; }

/* ─── Hero visual ────────────────────────────────────────────────── */
.gm-hero-visual {
  position: relative; height: 480px;
}

.gm-hero-card {
  position: absolute; background: #fff;
  border: 1px solid var(--gm-line); border-radius: var(--gm-radius);
  padding: 18px 20px; box-shadow: var(--gm-shadow-lg);
  min-width: 180px; animation: gmCardFloat 5s ease-in-out infinite;
}

.gm-hero-card-1 { top: 30px; right: 10px; width: 240px; animation-delay: 0s; }
.gm-hero-card-2 { top: 160px; left: 0; width: 210px; animation-delay: 1.2s; animation-duration: 6s; }
.gm-hero-card-3 { bottom: 80px; right: 30px; width: 200px; animation-delay: 0.6s; animation-duration: 7s; }
.gm-hero-card-podium { top: 290px; left: 40px; width: 220px; animation-delay: 2s; animation-duration: 5.5s; }

@keyframes gmCardFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-10px); }
}

.gm-mini-label {
  font-size: 0.75rem; font-weight: 600; color: var(--gm-muted);
  text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 6px;
}

.gm-mini-value {
  font-family: var(--gm-font-display); font-size: 1.9rem;
  font-weight: 900; color: var(--gm-ink); line-height: 1; margin-bottom: 10px;
}

.gm-mini-value .gm-pct { font-size: 1.1rem; color: var(--gm-muted); }

.gm-mini-bar-wrap {
  background: var(--gm-gray-100); border-radius: var(--gm-radius-pill);
  height: 8px; overflow: hidden; margin-bottom: 10px;
}

.gm-mini-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--gm-amber), var(--gm-amber-light));
  border-radius: var(--gm-radius-pill); transition: width 1s ease;
}

.gm-mini-trend {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 0.78rem; font-weight: 700;
  padding: 3px 8px; border-radius: var(--gm-radius-pill);
}

.gm-mini-trend.up   { background: rgba(4,120,87,.1);   color: #047857; }
.gm-mini-trend.warn { background: rgba(180,83,9,.1);   color: #b45309; }

.gm-mini-pill-row { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 8px; }

.gm-mini-pill {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 3px 8px; border-radius: var(--gm-radius-pill);
  font-size: 0.75rem; font-weight: 700;
}

.gm-mini-pill.ok   { background: rgba(4,120,87,.1);   color: #047857; }
.gm-mini-pill.warn { background: rgba(180,83,9,.1);   color: #b45309; }
.gm-mini-pill.info { background: rgba(242,160,32,.15); color: var(--gm-amber-dark); }

.gm-mini-chart { height: 60px; overflow: hidden; }
.gm-mini-chart svg { width: 100%; height: 100%; }

.gm-mini-chart svg path:last-of-type {
  stroke: var(--gm-amber); stroke-width: 2.5;
  fill: none; stroke-linecap: round;
}

.gm-mini-chart svg path:first-of-type { fill: url(#gmGrad); stroke: none; }

.gm-hero-card-podium ol {
  list-style: none; margin: 6px 0 0; padding: 0;
  display: flex; flex-direction: column; gap: 7px;
}

.gm-hero-card-podium li {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.8rem; color: var(--gm-text); font-weight: 500;
}

.gm-rank-1, .gm-rank-2, .gm-rank-3 {
  width: 22px; height: 22px; border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; font-weight: 800; flex-shrink: 0;
}

.gm-rank-1 { background: rgba(242,160,32,.2); color: var(--gm-amber-dark); }
.gm-rank-2 { background: var(--gm-gray-100);  color: var(--gm-gray-700); }
.gm-rank-3 { background: rgba(242,160,32,.1); color: var(--gm-muted); }

/* ═══════════════════════════════════════════════════════════════════
   CIFRAS
═══════════════════════════════════════════════════════════════════ */
.gm-section { padding: 80px 0; }

.gm-cifras-section {
  background: var(--gm-gray-50);
  border-top: 1px solid var(--gm-line);
  border-bottom: 1px solid var(--gm-line);
}

.gm-cifras-hero {
  background: #fff; border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius-lg); overflow: hidden;
  box-shadow: var(--gm-shadow-md);
}

.gm-cifras-inner {
  display: grid; grid-template-columns: 280px 1fr; min-height: 300px;
}

.gm-cifras-main {
  background: linear-gradient(160deg, var(--gm-carbon-deep), var(--gm-carbon));
  padding: 32px 28px;
  display: flex; flex-direction: column; gap: 16px;
  position: relative; overflow: hidden;
}

.gm-cifras-main::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 60% at 80% 20%, rgba(242,160,32,.18) 0%, transparent 60%),
    radial-gradient(40% 40% at 20% 80%, rgba(242,160,32,.10) 0%, transparent 60%);
  pointer-events: none;
}

.gm-cifras-badge {
  display: inline-block; padding: 4px 12px;
  border-radius: var(--gm-radius-pill);
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,.75); position: relative; z-index: 1;
}

.gm-cifras-title {
  font-family: var(--gm-font-display); font-size: 2rem;
  font-weight: 900; line-height: 1.1; color: #fff;
  position: relative; z-index: 1;
}

.gm-cifras-help {
  font-size: 0.8rem; color: rgba(255,255,255,.55);
  display: flex; align-items: flex-start; gap: 6px;
  position: relative; z-index: 1; line-height: 1.45;
}

.gm-cifras-actions {
  display: flex; flex-direction: column; gap: 8px;
  margin-top: auto; position: relative; z-index: 1;
}

.gm-cifras-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 16px; border-radius: var(--gm-radius-pill);
  background: rgba(242,160,32,.20);
  border: 1px solid rgba(242,160,32,.30);
  color: #fff; font-weight: 600; font-size: 0.85rem;
  text-decoration: none; transition: all 0.2s; cursor: pointer;
}

.gm-cifras-btn:hover { background: rgba(242,160,32,.35); color: #fff; }

.gm-cifras-btn.ghost {
  background: transparent; color: rgba(255,255,255,.65);
  border-color: rgba(255,255,255,.2);
}

.gm-cifras-btn.ghost:hover { background: rgba(255,255,255,.1); color: #fff; }

.gm-cifras-metrics {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid var(--gm-line);
}

.gm-metric {
  padding: 28px 20px;
  border-right: 1px solid var(--gm-line);
  border-bottom: 1px solid var(--gm-line);
  display: flex; flex-direction: column; align-items: flex-start; gap: 6px;
  transition: background 0.2s;
}

.gm-metric:hover { background: var(--gm-amber-tintl); }
.gm-metric:nth-child(3n) { border-right: none; }
.gm-metric:nth-last-child(-n+3) { border-bottom: none; }

.gm-metric-icon {
  width: 38px; height: 38px; border-radius: 10px;
  background: var(--gm-amber-tint); color: var(--gm-amber-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; margin-bottom: 4px;
}

.gm-metric-value {
  font-family: var(--gm-font-display); font-size: 2rem;
  font-weight: 900; color: var(--gm-ink); line-height: 1;
}

.gm-metric-label { font-size: 0.82rem; font-weight: 600; color: var(--gm-muted); line-height: 1.2; }

.gm-metric-tag {
  display: inline-block; padding: 2px 8px; border-radius: var(--gm-radius-pill);
  background: var(--gm-amber-tint); color: var(--gm-amber-dark);
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.05em; margin-top: 2px;
}

.gm-metric-tag.is-static { background: var(--gm-gray-100); color: var(--gm-gray-500); }

/* ═══════════════════════════════════════════════════════════════════
   SECTION HEAD
═══════════════════════════════════════════════════════════════════ */
.gm-section-head {
  text-align: center; max-width: 660px; margin: 0 auto 56px;
}

.gm-eyebrow {
  display: inline-block; padding: 5px 14px;
  border-radius: var(--gm-radius-pill);
  background: var(--gm-amber-tint);
  border: 1px solid rgba(242,160,32,.22);
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--gm-amber-dark); margin-bottom: 16px;
}

.gm-section-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 900;
  color: var(--gm-ink); margin-bottom: 14px;
}

.gm-section-subtitle {
  font-size: 1.05rem; color: var(--gm-muted); line-height: 1.65; margin: 0;
}

/* ═══════════════════════════════════════════════════════════════════
   MÓDULOS
═══════════════════════════════════════════════════════════════════ */
.gm-modulos-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}

.gm-modulo-card {
  background: #fff; border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius); padding: 24px;
  text-decoration: none; color: var(--gm-text);
  display: flex; flex-direction: column; gap: 8px;
  transition: all 0.25s var(--gm-ease);
  position: relative; overflow: hidden;
}

.gm-modulo-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gm-amber), var(--gm-amber-light));
  opacity: 0; transition: opacity 0.25s;
}

.gm-modulo-card:hover {
  border-color: rgba(242,160,32,.30);
  box-shadow: 0 16px 40px rgba(242,160,32,.12);
  transform: translateY(-3px); color: var(--gm-text);
}

.gm-modulo-card:hover::before { opacity: 1; }

.gm-modulo-icon {
  width: 48px; height: 48px; border-radius: 14px;
  background: var(--gm-amber-tint); color: var(--gm-amber-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem; margin-bottom: 4px; transition: background 0.2s;
}

.gm-modulo-card:hover .gm-modulo-icon { background: var(--gm-amber); color: #fff; }

.gm-modulo-name {
  font-family: var(--gm-font-display); font-weight: 800;
  font-size: 1.02rem; color: var(--gm-ink); line-height: 1.15;
}

.gm-modulo-desc { font-size: 0.87rem; color: var(--gm-muted); line-height: 1.5; flex: 1; margin: 0; }

.gm-modulo-arrow {
  font-size: 0.82rem; font-weight: 700; color: var(--gm-amber-dark);
  display: flex; align-items: center; gap: 5px; margin-top: 4px;
}

/* ═══════════════════════════════════════════════════════════════════
   WORKFLOW
═══════════════════════════════════════════════════════════════════ */
.gm-workflow { background: var(--gm-gray-50); }

.gm-workflow-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 32px; position: relative;
}

.gm-workflow-grid::before {
  content: ''; position: absolute;
  top: 36px; left: calc(16.66% + 8px); right: calc(16.66% + 8px);
  height: 2px;
  background: linear-gradient(90deg, var(--gm-amber), var(--gm-amber-light));
  opacity: 0.3;
}

.gm-step { text-align: center; }

.gm-step-circle {
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--gm-amber); color: #fff;
  font-family: var(--gm-font-display); font-size: 1.6rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 10px 28px rgba(242,160,32,.38);
  position: relative; z-index: 1;
}

.gm-step-title {
  font-family: var(--gm-font-display); font-size: 1.15rem;
  font-weight: 800; color: var(--gm-ink); margin-bottom: 10px;
}

.gm-step-text { font-size: 0.92rem; color: var(--gm-muted); line-height: 1.6; margin: 0; }

/* ═══════════════════════════════════════════════════════════════════
   CARACTERÍSTICAS
═══════════════════════════════════════════════════════════════════ */
.gm-features-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}

.gm-feature {
  background: #fff; border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius); padding: 28px 24px;
  transition: box-shadow 0.2s, transform 0.2s;
}

.gm-feature:hover { box-shadow: var(--gm-shadow-md); transform: translateY(-2px); }

.gm-feature-icon {
  width: 48px; height: 48px; border-radius: 14px;
  background: linear-gradient(135deg, var(--gm-amber-tint), rgba(242,160,32,.06));
  color: var(--gm-amber-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; margin-bottom: 16px;
}

.gm-feature-title {
  font-family: var(--gm-font-display); font-size: 1rem;
  font-weight: 800; color: var(--gm-ink); margin-bottom: 8px;
}

.gm-feature p { font-size: 0.88rem; color: var(--gm-muted); line-height: 1.55; margin: 0; }

/* ═══════════════════════════════════════════════════════════════════
   ADMIN CALLOUT
═══════════════════════════════════════════════════════════════════ */
.gm-admin-callout { padding: 0 0 80px; }

.gm-admin-card {
  background: linear-gradient(135deg, var(--gm-carbon-deep) 0%, var(--gm-carbon) 100%);
  border-radius: var(--gm-radius-lg); padding: 40px 48px;
  display: flex; align-items: center; gap: 32px;
  position: relative; overflow: hidden;
}

.gm-admin-card::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(60% 80% at 85% 50%, rgba(242,160,32,.14) 0%, transparent 60%),
    radial-gradient(40% 50% at 10% 20%, rgba(242,160,32,.10) 0%, transparent 60%);
  pointer-events: none;
}

.gm-admin-icon {
  width: 72px; height: 72px; border-radius: 18px;
  background: rgba(242,160,32,.15); border: 1px solid rgba(242,160,32,.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; color: var(--gm-amber);
  flex-shrink: 0; position: relative; z-index: 1;
}

.gm-admin-text { flex: 1; position: relative; z-index: 1; }

.gm-admin-eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--gm-amber); margin-bottom: 6px;
}

.gm-admin-title {
  font-family: var(--gm-font-display); font-size: 1.5rem;
  font-weight: 900; color: #fff; margin-bottom: 8px;
}

.gm-admin-desc { font-size: 0.92rem; color: rgba(255,255,255,.6); line-height: 1.6; margin: 0; }

.gm-admin-card .gm-btn-admin {
  position: relative; z-index: 1; flex-shrink: 0;
  background: rgba(242,160,32,.18);
  border: 1px solid rgba(242,160,32,.32);
  color: #fff; box-shadow: none;
}

.gm-admin-card .gm-btn-admin:hover {
  background: var(--gm-amber);
  box-shadow: 0 8px 24px rgba(242,160,32,.40);
}

/* ═══════════════════════════════════════════════════════════════════
   CTA FINAL
═══════════════════════════════════════════════════════════════════ */
.gm-cta-final {
  background: var(--gm-gray-50); border-top: 1px solid var(--gm-line); padding: 80px 0;
}

.gm-cta-card {
  background: linear-gradient(160deg, var(--gm-amber) 0%, var(--gm-amber-dark) 100%);
  border-radius: var(--gm-radius-lg); padding: 56px 40px;
  text-align: center; position: relative; overflow: hidden;
}

.gm-cta-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(60% 60% at 50% -10%, rgba(255,255,255,.14) 0%, transparent 60%);
  pointer-events: none;
}

.gm-cta-inner { position: relative; z-index: 1; max-width: 560px; margin: 0 auto; }

.gm-cta-eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 5px 14px; border-radius: var(--gm-radius-pill);
  background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.25);
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.07em;
  text-transform: uppercase; color: rgba(255,255,255,.85); margin-bottom: 20px;
}

.gm-cta-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 900;
  color: #fff; margin-bottom: 14px;
}

.gm-cta-text {
  font-size: 1rem; color: rgba(255,255,255,.75); line-height: 1.65; margin-bottom: 28px;
}

.gm-cta-card .gm-btn-primary {
  background: #fff; color: var(--gm-amber-dark);
  box-shadow: 0 8px 28px rgba(0,0,0,.20);
}

.gm-cta-card .gm-btn-primary:hover {
  background: rgba(255,255,255,.92);
  color: var(--gm-carbon); box-shadow: 0 14px 36px rgba(0,0,0,.26);
}

/* ═══════════════════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════════════════ */
.gm-footer { background: var(--gm-carbon-deep); color: rgba(255,255,255,.6); padding: 0; }

.gm-footer-cta {
  background: var(--gm-carbon); border-bottom: 1px solid rgba(255,255,255,.08); padding: 24px 0;
}

.gm-footer-cta-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}

.gm-footer-cta strong {
  display: block; font-family: var(--gm-font-display);
  font-size: 1.05rem; font-weight: 800; color: #fff; margin-bottom: 4px;
}

.gm-footer-cta p { font-size: 0.88rem; color: rgba(255,255,255,.55); margin: 0; }

.gm-footer-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 22px; border-radius: var(--gm-radius-pill);
  background: var(--gm-amber); border: 1px solid rgba(242,160,32,.5);
  color: #fff; font-family: var(--gm-font-display); font-weight: 700;
  font-size: 0.9rem; text-decoration: none; transition: all 0.2s; flex-shrink: 0;
  box-shadow: 0 6px 18px rgba(242,160,32,.35);
}

.gm-footer-cta-btn:hover { background: var(--gm-amber-dark); color: #fff; }

.gm-footer-inner {
  display: grid; grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px; padding: 56px 0 40px;
}

.gm-footer-brand {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none; color: #fff; margin-bottom: 16px;
}

.gm-footer-brand-icon {
  width: 38px; height: 38px; border-radius: 10px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}

.gm-footer-brand-icon img { width: 26px; height: 26px; object-fit: contain; }

.gm-footer-brand-text { display: flex; flex-direction: column; line-height: 1.05; }

.gm-footer-brand-name {
  font-family: var(--gm-font-display); font-weight: 800;
  font-size: 1.1rem; color: #fff;
}

.gm-footer-brand-tag {
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(255,255,255,.45);
}

.gm-footer-desc {
  font-size: 0.87rem; color: rgba(255,255,255,.45); line-height: 1.6; margin-bottom: 20px;
}

.gm-footer-unitropico {
  display: flex; align-items: center; gap: 12px; text-decoration: none;
  padding: 12px; border-radius: var(--gm-radius-sm);
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04); transition: all 0.2s;
}

.gm-footer-unitropico:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); }

.gm-footer-unitropico img {
  width: 36px; height: 36px; object-fit: contain; border-radius: 8px;
  filter: brightness(0) invert(1); opacity: 0.65;
}

.gm-footer-unitropico-text { display: flex; flex-direction: column; }
.gm-footer-unitropico-text strong { font-size: 0.82rem; font-weight: 700; color: rgba(255,255,255,.7); line-height: 1.2; }
.gm-footer-unitropico-text em { font-style: normal; font-size: 0.74rem; color: rgba(255,255,255,.38); margin-top: 2px; }

.gm-footer-col h4 {
  font-family: var(--gm-font-display); font-size: 0.85rem; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(255,255,255,.45); margin-bottom: 16px;
}

.gm-footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }

.gm-footer-col a {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.9rem; font-weight: 500; color: rgba(255,255,255,.5);
  text-decoration: none; transition: color 0.15s;
}

.gm-footer-col a i { width: 16px; font-size: 0.82rem; color: rgba(255,255,255,.28); transition: color 0.15s; }
.gm-footer-col a:hover { color: #fff; }
.gm-footer-col a:hover i { color: var(--gm-amber); }

.gm-footer-contact { margin-top: 20px; }
.gm-footer-contact a { font-size: 0.82rem; color: rgba(255,255,255,.38); display: flex; align-items: flex-start; gap: 8px; line-height: 1.5; }
.gm-footer-contact a:hover { color: rgba(255,255,255,.65); }

.gm-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.07); padding: 20px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-size: 0.82rem; color: rgba(255,255,255,.3);
}

.gm-footer-bottom-links { display: flex; gap: 20px; }

.gm-footer-bottom-links a {
  color: rgba(255,255,255,.3); text-decoration: none; transition: color 0.15s;
  display: flex; align-items: center; gap: 5px; font-size: 0.82rem;
}

.gm-footer-bottom-links a:hover { color: var(--gm-amber); }

/* ═══════════════════════════════════════════════════════════════════
   REVEAL ANIMATIONS
═══════════════════════════════════════════════════════════════════ */
.gm-reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.6s var(--gm-ease), transform 0.6s var(--gm-ease);
}

.gm-reveal.visible { opacity: 1; transform: translateY(0); }

.gm-reveal.is-stagger .gm-modulo-card:nth-child(1),
.gm-reveal.is-stagger .gm-feature:nth-child(1),
.gm-reveal.is-stagger .gm-step:nth-child(1) { transition-delay: 0ms; }

.gm-reveal.is-stagger .gm-modulo-card:nth-child(2),
.gm-reveal.is-stagger .gm-feature:nth-child(2),
.gm-reveal.is-stagger .gm-step:nth-child(2) { transition-delay: 80ms; }

.gm-reveal.is-stagger .gm-modulo-card:nth-child(3),
.gm-reveal.is-stagger .gm-feature:nth-child(3),
.gm-reveal.is-stagger .gm-step:nth-child(3) { transition-delay: 160ms; }

.gm-reveal.is-stagger .gm-modulo-card:nth-child(n+4),
.gm-reveal.is-stagger .gm-feature:nth-child(n+4) { transition-delay: 240ms; }

/* ═══════════════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .gm-hero-floatie.f3, .gm-hero-floatie.f7,
  .gm-hero-floatie.f9, .gm-hero-floatie.f10 { display: none; }
}

@media (max-width: 960px) {
  .gm-hero-inner { grid-template-columns: 1fr; gap: 48px; text-align: center; }
  .gm-hero-subtitle { max-width: 100%; }
  .gm-hero-actions { justify-content: center; }
  .gm-hero-meta { justify-content: center; }
  .gm-hero-visual { height: 320px; display: flex; align-items: center; justify-content: center; }
  .gm-hero-card { position: relative; }
  .gm-hero-card-1 { top: 0; right: 0; transform: none; }
  .gm-hero-card-2, .gm-hero-card-3, .gm-hero-card-podium { display: none; }
  .gm-cifras-inner { grid-template-columns: 1fr; }
  .gm-cifras-main { padding: 24px; }
  .gm-cifras-metrics { border-left: none; border-top: 1px solid var(--gm-line); grid-template-columns: repeat(2, 1fr); }
  .gm-modulos-grid { grid-template-columns: repeat(2, 1fr); }
  .gm-features-grid { grid-template-columns: repeat(2, 1fr); }
  .gm-workflow-grid { grid-template-columns: 1fr; gap: 24px; }
  .gm-workflow-grid::before { display: none; }
  .gm-admin-card { flex-direction: column; text-align: center; gap: 24px; }
  .gm-footer-inner { grid-template-columns: 1fr 1fr; }
  .gm-footer-cta-inner { flex-direction: column; text-align: center; }
  .gm-hero { min-height: auto; padding: 120px 0 60px; }
  .gm-nav-links { display: none; }
  .gm-nav-toggle { display: flex; align-items: center; justify-content: center; }
}

@media (max-width: 600px) {
  .gm-hero { padding: 100px 0 40px; }
  .gm-modulos-grid { grid-template-columns: 1fr; }
  .gm-features-grid { grid-template-columns: 1fr; }
  .gm-cifras-metrics { grid-template-columns: 1fr; }
  .gm-footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .gm-footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
  .gm-admin-card { padding: 28px 20px; }
  .gm-cta-card { padding: 40px 20px; }
  .gm-footer-cta-btn { width: 100%; justify-content: center; }
}
