/* ============================================
   GALA HR - MAQUILA DE N&Oacute;MINA
   Homologado al sistema de dise&ntilde;o unificado
   ============================================ */
/* RESET & BASE */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
/* Fonts loaded via footer preconnect */
:root{
  --gh-dark:#1a0a2e;
  --gh-dark-2:#2d1b4e;
  --gh-dark-3:#0f0518;
  --gh-purple:#7d6cff;
  --gh-purple-light:#a78bfa;
  --gh-purple-soft:#ede9fe;
  --gh-violet:#8b5cf6;
  --gh-accent:#c084fc;
  --gh-pink:#9b26c4;
  --gh-green:#22c55e;
  --gh-green-dark:#16a34a;
  --gh-light:#faf9fc;
  --gh-light-2:#f3f1f9;
  --gh-text:#1e1b2e;
  --gh-text-muted:#6b7280;
  --gh-white-80:rgba(255,255,255,.8);
  --gh-white-60:rgba(255,255,255,.6);
  --gh-white-10:rgba(255,255,255,.1);
  --gh-white-05:rgba(255,255,255,.05);
  --gh-glass-bg:rgba(255,255,255,.05);
  --gh-glass-border:rgba(255,255,255,.1);
  --gh-glass-shadow:0 8px 32px rgba(0,0,0,.3);
  --gh-radius:20px;
  --gh-radius-sm:12px;
  --gh-radius-lg:28px;
}
/* NAV OVERRIDE removed — pill navbar handles navigation globally */
.gh-nomina-page{
  font-family:'DM Sans',system-ui,sans-serif;
  color:var(--gh-text);
  line-height:1.6;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.gh-nomina-page img{max-width:100%;height:auto;display:block}
.gh-nomina-page a{text-decoration:none;color:inherit;transition:all .3s cubic-bezier(.4,0,.2,1)}
.gh-nomina-page *{box-sizing:border-box}
h1,h2,h3,h4,.gh-stat-value,.gh-hero-badge{
  font-family:'Sora','Outfit',system-ui,sans-serif;
}
/* NOISE TEXTURE */
.gh-nomina-page::before{
  content:'';position:fixed;top:0;left:0;width:100%;height:100%;
  pointer-events:none;z-index:9999;opacity:.018;
  /* Noise texture removed for mobile performance */
}
/* CONTAINER */
.gh-container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}
/* ============================================
   HERO SECTION
   ============================================ */
.gh-hero{
  position:relative;padding:120px 24px 88px;overflow:hidden;
  background:linear-gradient(135deg,#1a0a2e 0%,#0f0518 50%,#1a0a2e 100%);
  min-height:620px;display:flex;align-items:center;
}
.gh-hero::before{
  content:'';position:absolute;inset:-50%;width:200%;height:200%;
  background:radial-gradient(600px 400px at 30% 20%,rgba(155,38,196,.35),transparent 60%),radial-gradient(500px 350px at 70% 40%,rgba(125,108,255,.28),transparent 60%),radial-gradient(450px 300px at 50% 70%,rgba(155,38,196,.22),transparent 55%);
  animation:gh-plasmaMove 18s ease-in-out infinite;z-index:0;will-change:transform;
}
@keyframes gh-plasmaMove{
  0%{transform:translate(0,0) scale(1) rotate(0deg)}
  25%{transform:translate(5%,-3%) scale(1.05) rotate(2deg)}
  50%{transform:translate(-3%,5%) scale(.97) rotate(-1deg)}
  75%{transform:translate(4%,2%) scale(1.03) rotate(1.5deg)}
  100%{transform:translate(0,0) scale(1) rotate(0deg)}
}
.gh-hero-content{
  max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;
  gap:64px;align-items:center;width:100%;position:relative;z-index:1;
}
.gh-hero-badge{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(124,92,252,.1);color:var(--gh-purple-light);
  border:1px solid rgba(124,92,252,.25);border-radius:100px;
  padding:8px 20px;font-size:13px;font-weight:600;
  letter-spacing:.04em;text-transform:uppercase;margin-bottom:24px;
  opacity:0;animation:gh-fadeUp .7s ease .15s forwards;
}
.gh-hero-badge::before{
  content:'';width:8px;height:8px;background:var(--gh-purple);
  border-radius:50%;animation:gh-pulse 2s ease-in-out infinite;
}
@keyframes gh-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}
.gh-hero-title{
  font-family:'Sora','Outfit',system-ui,sans-serif;font-size:52px;font-weight:700;line-height:1.1;
  background:linear-gradient(135deg,#fff 0%,rgb(125,108,255) 100%);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
  margin-bottom:20px;letter-spacing:-.02em;opacity:0;animation:gh-fadeUp .7s ease .25s forwards;
}
.gh-hero-subtitle{
  font-size:17px;color:var(--gh-white-60);line-height:1.75;margin-bottom:36px;
  max-width:520px;opacity:0;animation:gh-fadeUp .7s ease .35s forwards;
}
.gh-hero-cta{display:flex;gap:14px;flex-wrap:wrap;opacity:0;animation:gh-fadeUp .7s ease .45s forwards}
.gh-hero-visual{position:relative;display:flex;justify-content:center;align-items:center;opacity:0;animation:gh-fadeUp .7s ease .35s forwards}
.gh-hero-img-container{position:relative;width:100%;max-width:500px;overflow:visible}
.gh-hero-img{width:100%;border-radius:var(--gh-radius-lg);box-shadow:0 24px 64px rgba(124,92,252,.18),0 0 0 1px rgba(124,92,252,.1)}
.gh-hero-float-card{
  position:absolute;bottom:-20px;right:-20px;
  background:var(--gh-glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
  border:1px solid var(--gh-glass-border);border-radius:20px;padding:20px 28px;
  display:flex;align-items:center;gap:16px;color:#fff;
  animation:gh-floatCard 4s ease-in-out infinite;z-index:2;box-shadow:var(--gh-glass-shadow);
}
@keyframes gh-floatCard{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
.gh-float-icon{
  width:40px;height:40px;background:linear-gradient(135deg,var(--gh-purple),var(--gh-pink));
  border-radius:var(--gh-radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.gh-float-icon svg{width:20px;height:20px;fill:#fff}
.gh-float-text strong{display:block;font-size:14px;font-family:'Outfit',sans-serif}
.gh-float-text span{font-size:12px;color:var(--gh-white-60)}
.gh-hero-stats{
  display:flex;gap:36px;margin-top:40px;padding-top:32px;
  border-top:1px solid rgba(255,255,255,.06);opacity:0;animation:gh-fadeUp .7s ease .55s forwards;
}
.gh-stat-item{text-align:left}
.gh-stat-value{
  font-family:'Sora','Outfit',system-ui,sans-serif;font-size:32px;font-weight:800;
  background:linear-gradient(135deg,var(--gh-purple),#fff);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;
}
.gh-stat-label{font-size:13px;color:var(--gh-white-60);margin-top:2px}
/* ============================================
   BUTTONS
   ============================================ */
.gh-btn{
  display:inline-flex;align-items:center;gap:10px;font-family:'Outfit',system-ui,sans-serif;
  font-size:15px;font-weight:600;padding:14px 28px;border-radius:var(--gh-radius-sm);
  cursor:pointer;border:none;transition:all .3s cubic-bezier(.22,1,.36,1);text-decoration:none;letter-spacing:.01em;
}
.gh-btn-primary{background:linear-gradient(135deg,var(--gh-purple),var(--gh-pink));color:#fff!important;box-shadow:0 4px 20px rgba(125,108,255,.25)}
.gh-btn-primary:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 8px 32px rgba(125,108,255,.4),0 0 16px rgba(155,38,196,.2);filter:brightness(1.1);color:#fff}
.gh-btn-primary:active{transform:translateY(-1px) scale(.98);box-shadow:0 4px 16px rgba(125,108,255,.3)}
.gh-btn-secondary{background:var(--gh-glass-bg);color:#fff!important;border:1px solid var(--gh-glass-border);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.gh-btn-secondary:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25);color:#fff!important;transform:translateY(-2px);box-shadow:0 4px 24px rgba(125,108,255,.15)}
.gh-btn-secondary:active{transform:translateY(0)}
.gh-btn-whatsapp{background:linear-gradient(135deg,#25D366,#128C7E);color:#fff;box-shadow:0 4px 20px rgba(37,211,102,.25)}
.gh-btn-whatsapp:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 8px 32px rgba(37,211,102,.4),0 0 16px rgba(18,140,126,.2);filter:brightness(1.1);color:#fff}
.gh-btn-whatsapp:active{transform:translateY(-1px) scale(.98);box-shadow:0 4px 16px rgba(37,211,102,.3)}
.gh-btn-outline{background:transparent;color:var(--gh-purple);border:1.5px solid rgba(124,92,252,.3)}
.gh-btn-outline:hover{background:rgba(124,92,252,.08);border-color:var(--gh-purple);color:var(--gh-purple);transform:translateY(-2px);box-shadow:0 4px 20px rgba(124,92,252,.1)}
.gh-btn-outline:active{transform:translateY(0)}
.gh-btn svg{width:18px;height:18px;fill:currentColor;flex-shrink:0}
.gh-btn span{line-height:1}
/* ============================================
   SECTION STYLES
   ============================================ */
.gh-section-light{position:relative;padding:96px 24px;background:var(--gh-light);z-index:1}
.gh-section-dark{position:relative;padding:96px 24px;background:linear-gradient(135deg,#1a0a2e 0%,#0f0518 50%,#1a0a2e 100%);color:#fff;z-index:1;overflow:hidden}
.gh-section-dark::before{
  content:'';position:absolute;inset:-50%;width:200%;height:200%;
  background:radial-gradient(500px 350px at 30% 30%,rgba(155,38,196,.2),transparent 60%),radial-gradient(450px 300px at 70% 60%,rgba(125,108,255,.15),transparent 60%);
  animation:gh-plasmaMove 18s ease-in-out infinite;z-index:0;pointer-events:none;will-change:transform;
}
.gh-section-dark>.gh-container{position:relative;z-index:1}
.gh-section-light::before{
  content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);
  width:min(200px,40%);height:1px;
  background:linear-gradient(90deg,transparent,var(--gh-purple),transparent);opacity:.3;
}
.gh-section-header{text-align:center;margin-bottom:60px}
.gh-section-tag{
  display:inline-flex;align-items:center;gap:6px;font-family:'Outfit',sans-serif;
  font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gh-purple);margin-bottom:16px;
}
.gh-section-tag::before{content:'';width:24px;height:1.5px;background:var(--gh-purple)}
.gh-section-header h2{font-size:38px;font-weight:700;margin-bottom:14px;letter-spacing:-.02em}
.gh-section-dark .gh-section-header h2{color:#fff}
.gh-section-light .gh-section-header h2{color:var(--gh-text)}
.gh-section-header p{font-size:17px;color:var(--gh-text-muted);max-width:580px;margin:0 auto;line-height:1.7}
.gh-section-dark .gh-section-header p{color:var(--gh-white-60)}
.gh-section-dark .gh-section-tag{color:var(--gh-purple-light)}
/* ============================================
   DETAIL SECTION — 2 columns
   ============================================ */
.gh-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;max-width:1200px;margin:0 auto}
.gh-detail-grid.gh-reverse{direction:rtl}
.gh-detail-grid.gh-reverse>*{direction:ltr}
.gh-detail-text .gh-section-tag{justify-content:flex-start}
.gh-detail-text h2{font-size:34px;font-weight:700;margin-bottom:14px;letter-spacing:-.02em}
.gh-detail-text p{font-size:16px;line-height:1.75;margin-bottom:20px}
.gh-section-light .gh-detail-text h2{color:var(--gh-text)}
.gh-section-light .gh-detail-text p{color:var(--gh-text-muted)}
.gh-section-dark .gh-detail-text h2{color:#fff}
.gh-section-dark .gh-detail-text p{color:var(--gh-white-60)}
.gh-detail-visual img{width:100%;border-radius:var(--gh-radius-lg);box-shadow:0 24px 64px rgba(124,92,252,.18),0 0 0 1px rgba(124,92,252,.1)}
/* CHECKLIST */
.gh-checklist{list-style:none;padding:0}
.gh-checklist li{display:flex;align-items:flex-start;gap:12px;padding:11px 0;font-size:15px;border-bottom:1px solid rgba(0,0,0,.06)}
.gh-checklist li:last-child{border-bottom:none}
.gh-section-dark .gh-checklist li{color:var(--gh-white-80);border-bottom-color:rgba(255,255,255,.06)}
.gh-section-light .gh-checklist li{color:var(--gh-text)}
.gh-checklist li svg{width:20px;height:20px;flex-shrink:0;margin-top:2px}
.gh-section-dark .gh-checklist li svg{fill:var(--gh-purple-light)}
.gh-section-light .gh-checklist li svg{fill:var(--gh-purple)}
.gh-checklist li span{line-height:1.5}
/* ============================================
   ERP CARDS — NEW COMPONENT
   ============================================ */
.gh-erp-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:1200px;margin:0 auto}
.gh-erp-grid br{display:none}
.gh-erp-card{
  background:var(--gh-glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
  border:1px solid var(--gh-glass-border);border-radius:var(--gh-radius);
  padding:36px 32px;position:relative;overflow:hidden;
  transition:all .35s cubic-bezier(.4,0,.2,1);
}
.gh-erp-card::before{
  content:'';position:absolute;top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,var(--gh-purple),var(--gh-pink),var(--gh-purple));
  background-size:200% 100%;animation:gh-inv-shimmer 3s ease-in-out infinite;
}
@keyframes gh-inv-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
.gh-erp-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 16px 48px rgba(125,108,255,.15);border-color:rgba(125,108,255,.25)}
.gh-erp-logo{max-height:40px;margin-bottom:20px;object-fit:contain}
.gh-erp-card h3{font-size:20px;font-weight:700;color:#fff;margin-bottom:8px}
.gh-erp-card>p{font-size:14px;color:var(--gh-white-60);line-height:1.6;margin-bottom:20px}
.gh-erp-features{list-style:none;padding:0;margin-bottom:20px}
.gh-erp-features li{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:14px;color:var(--gh-white-80);border-bottom:1px solid rgba(255,255,255,.04)}
.gh-erp-features li:last-child{border-bottom:none}
.gh-erp-features li svg{width:18px;height:18px;fill:var(--gh-purple-light);flex-shrink:0}
.gh-erp-badge{
  display:inline-flex;align-items:center;gap:6px;
  background:rgba(124,92,252,.12);color:var(--gh-purple-light);
  border:1px solid rgba(124,92,252,.2);border-radius:100px;
  padding:6px 16px;font-size:12px;font-weight:600;letter-spacing:.03em;
  font-family:'Outfit',sans-serif;
}
/* ============================================
   PROCESS STEPS — 5 columns for nomina
   ============================================ */
.gh-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;max-width:1200px;margin:0 auto}
.gh-steps br{display:none}
.gh-step{text-align:center;position:relative}
.gh-step-number{
  width:48px;height:48px;border-radius:50%;
  background:linear-gradient(135deg,var(--gh-purple),var(--gh-pink));color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-family:'Sora',sans-serif;font-size:18px;font-weight:700;margin:0 auto 16px;
}
.gh-step h4{font-size:15px;font-weight:600;margin-bottom:6px}
.gh-step p{font-size:13px;line-height:1.5}
.gh-section-light .gh-step h4{color:var(--gh-text)}
.gh-section-light .gh-step p{color:var(--gh-text-muted)}
.gh-section-dark .gh-step h4{color:#fff}
.gh-section-dark .gh-step p{color:var(--gh-white-60)}
.gh-step::after{
  content:'';position:absolute;top:24px;left:calc(50% + 32px);
  width:calc(100% - 64px);height:2px;
  background:linear-gradient(90deg,var(--gh-purple),rgba(125,108,255,.2));
}
.gh-step:last-child::after{display:none}
.gh-section-light .gh-step-number{box-shadow:0 4px 16px rgba(124,92,252,.2)}
.gh-section-light .gh-step::after{background:linear-gradient(90deg,var(--gh-purple),rgba(125,108,255,.15))}
/* ============================================
   TECH / EXTRAORDINARY CARDS (dark)
   ============================================ */
.gh-tech-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:1200px;margin:0 auto}
.gh-tech-grid.gh-tech-grid-3{grid-template-columns:repeat(3,1fr)}
.gh-tech-grid br{display:none}
.gh-tech-card{
  background:var(--gh-glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
  border:1px solid var(--gh-glass-border);border-radius:var(--gh-radius);padding:28px 24px;
  text-align:center;transition:all .35s cubic-bezier(.4,0,.2,1);
}
.gh-tech-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 16px 48px rgba(125,108,255,.15);border-color:rgba(125,108,255,.25)}
.gh-tech-icon{
  width:56px;height:56px;background:rgba(125,108,255,.12);border-radius:14px;
  display:flex;align-items:center;justify-content:center;margin:0 auto 16px;
}
.gh-tech-icon svg{width:26px;height:26px;fill:var(--gh-purple-light)}
.gh-tech-card h3{font-size:16px;font-weight:600;color:#fff;margin-bottom:6px}
.gh-tech-card p{font-size:13px;color:var(--gh-white-60);line-height:1.5}
/* ============================================
   ADVANTAGE / BENEFIT CARDS (light)
   ============================================ */
.gh-advantages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1200px;margin:0 auto}
.gh-advantages-grid br{display:none}
.gh-advantage-card{
  background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:var(--gh-radius);
  padding:32px 24px;text-align:center;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;
}
.gh-advantage-card:hover{box-shadow:0 16px 48px rgba(0,0,0,.1),0 0 0 1px rgba(124,92,252,.08);transform:translateY(-6px) scale(1.02);border-color:transparent}
.gh-advantage-card:hover .gh-advantage-icon{transform:scale(1.1);box-shadow:0 4px 16px rgba(124,92,252,.15)}
.gh-advantage-icon{
  width:52px;height:52px;background:var(--gh-purple-soft);border-radius:var(--gh-radius-sm);
  display:flex;align-items:center;justify-content:center;margin:0 auto 18px;
  transition:transform .3s ease,box-shadow .3s ease;
}
.gh-advantage-icon svg{width:24px;height:24px;fill:var(--gh-purple)}
.gh-advantage-card h3{font-size:17px;font-weight:700;margin-bottom:8px;color:var(--gh-text)}
.gh-advantage-card p{font-size:14px;color:var(--gh-text-muted);line-height:1.6}
/* ============================================
   INCLUDES GRID — glassmorphism items on dark
   ============================================ */
.gh-includes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1200px;margin:0 auto}
.gh-includes-grid br{display:none}
.gh-include-item{
  display:flex;align-items:center;gap:12px;
  background:var(--gh-glass-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  border:1px solid var(--gh-glass-border);border-radius:var(--gh-radius-sm);padding:16px 20px;transition:all .3s ease;
}
.gh-include-item:hover{border-color:rgba(125,108,255,.25);background:rgba(255,255,255,.08)}
.gh-include-item svg{width:20px;height:20px;fill:var(--gh-purple-light);flex-shrink:0}
.gh-include-item span{font-size:14px;color:var(--gh-white-80);line-height:1.4}
/* ============================================
   COMING SOON BANNER — NEW COMPONENT
   ============================================ */
.gh-coming-soon-card{
  max-width:1000px;margin:0 auto;
  background:var(--gh-glass-bg);backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);
  border:1px solid var(--gh-glass-border);border-radius:24px;
  padding:56px;text-align:center;position:relative;overflow:hidden;
  box-shadow:var(--gh-glass-shadow);
}
.gh-coming-soon-card::before,
.gh-coming-soon-card::after{
  content:'';position:absolute;left:0;right:0;height:2px;
  background:linear-gradient(90deg,transparent,var(--gh-purple),var(--gh-pink),transparent);
}
.gh-coming-soon-card::before{top:0}
.gh-coming-soon-card::after{bottom:0}
.gh-coming-soon-badge{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(155,38,196,.15);color:var(--gh-accent);
  border:1px solid rgba(155,38,196,.3);border-radius:100px;
  padding:8px 20px;font-size:12px;font-weight:700;
  letter-spacing:.08em;text-transform:uppercase;margin-bottom:24px;
  font-family:'Outfit',sans-serif;
}
.gh-coming-soon-badge::before{
  content:'';width:8px;height:8px;background:var(--gh-pink);
  border-radius:50%;animation:gh-pulse 2s ease-in-out infinite;
}
.gh-coming-soon-title{
  font-size:36px;font-weight:700;
  background:linear-gradient(135deg,#fff 0%,var(--gh-pink) 50%,var(--gh-purple) 100%);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
  margin-bottom:14px;letter-spacing:-.02em;
}
.gh-coming-soon-desc{font-size:16px;color:var(--gh-white-60);max-width:560px;margin:0 auto 32px;line-height:1.7}
.gh-coming-soon-img{
  max-width:600px;margin:0 auto;border-radius:var(--gh-radius-lg);
  box-shadow:0 24px 64px rgba(124,92,252,.2),0 0 0 1px rgba(124,92,252,.1);
  animation:gh-floatCard 4s ease-in-out infinite;
}
/* ============================================
   INVERSION SECTION
   ============================================ */
.gh-inv-layout{display:grid;grid-template-columns:1fr;gap:48px;max-width:1000px;margin:0 auto}
.gh-inv-hero-card{
  background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:var(--gh-radius-lg);
  padding:48px 40px;text-align:center;position:relative;overflow:hidden;
  box-shadow:0 8px 40px rgba(124,92,252,.08),0 0 0 1px rgba(124,92,252,.04);
  transition:box-shadow .4s ease;
}
.gh-inv-hero-card:hover{box-shadow:0 16px 56px rgba(124,92,252,.14),0 0 0 1px rgba(124,92,252,.08)}
.gh-inv-hero-card::before{
  content:'';position:absolute;top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,var(--gh-purple),var(--gh-pink),var(--gh-purple));
  background-size:200% 100%;animation:gh-inv-shimmer 3s ease-in-out infinite;
}
.gh-inv-range{display:flex;align-items:baseline;justify-content:center;gap:16px;margin-bottom:8px;flex-wrap:wrap}
.gh-inv-currency{
  font-family:'Sora','Outfit',system-ui,sans-serif;font-size:28px;font-weight:700;
  background:linear-gradient(135deg,var(--gh-purple) 0%,var(--gh-pink) 100%);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.gh-inv-percent{
  font-family:'Sora','Outfit',system-ui,sans-serif;font-size:72px;font-weight:800;
  letter-spacing:-.04em;line-height:1;
  background:linear-gradient(135deg,var(--gh-purple) 0%,var(--gh-pink) 100%);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.gh-inv-separator{font-family:'Sora',sans-serif;font-size:28px;font-weight:400;color:var(--gh-text-muted)}
.gh-inv-suffix{font-family:'DM Sans',sans-serif;font-size:16px;color:var(--gh-text-muted);display:block;margin-top:4px}
.gh-inv-tagline{font-size:18px;font-weight:600;color:var(--gh-text);margin-bottom:4px;font-family:'Sora',sans-serif}
.gh-inv-description{font-size:15px;color:var(--gh-text-muted);max-width:500px;margin:0 auto 28px;line-height:1.7}
.gh-inv-bar-container{max-width:480px;margin:0 auto 32px;position:relative;padding-top:28px}
.gh-inv-bar-labels{display:flex;justify-content:space-between;margin-bottom:8px}
.gh-inv-bar-label{font-family:'Outfit',sans-serif;font-size:13px;font-weight:600;color:var(--gh-purple);letter-spacing:.02em}
.gh-inv-bar-track{height:8px;background:var(--gh-purple-soft);border-radius:100px;overflow:hidden;position:relative}
.gh-inv-bar-fill{
  height:100%;border-radius:100px;position:relative;
  background:linear-gradient(90deg,var(--gh-purple),var(--gh-pink));
  width:0%;transition:width 1.5s cubic-bezier(.22,1,.36,1);
}
.gh-inv-bar-glow{
  position:absolute;right:-4px;top:50%;transform:translateY(-50%);
  width:16px;height:16px;border-radius:50%;
  background:var(--gh-pink);
  box-shadow:0 0 12px rgba(155,38,196,.4),0 0 24px rgba(155,38,196,.2);
  opacity:0;transition:opacity .6s ease .8s;
}
.gh-inv-bar-fill.gh-inv-animated .gh-inv-bar-glow{opacity:1}
.gh-inv-factors{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.gh-inv-factors br{display:none}
.gh-inv-factor{
  background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:var(--gh-radius);
  padding:28px 24px;text-align:center;
  transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;
}
.gh-inv-factor:hover{box-shadow:0 12px 40px rgba(0,0,0,.08),0 0 0 1px rgba(124,92,252,.1);transform:translateY(-4px);border-color:transparent}
.gh-inv-factor-icon{
  width:52px;height:52px;background:var(--gh-purple-soft);border-radius:var(--gh-radius-sm);
  display:flex;align-items:center;justify-content:center;margin:0 auto 16px;
  transition:transform .3s ease,box-shadow .3s ease;
}
.gh-inv-factor:hover .gh-inv-factor-icon{transform:scale(1.1);box-shadow:0 4px 16px rgba(124,92,252,.15)}
.gh-inv-factor-icon svg{width:24px;height:24px;fill:var(--gh-purple)}
.gh-inv-factor h3{font-size:16px;font-weight:700;color:var(--gh-text);margin-bottom:6px;font-family:'Sora',sans-serif}
.gh-inv-factor p{font-size:14px;color:var(--gh-text-muted);line-height:1.6}
.gh-inv-factor-arrow{
  display:inline-flex;align-items:center;gap:6px;margin-top:12px;
  font-family:'Outfit',sans-serif;font-size:12px;font-weight:600;
  color:var(--gh-purple);letter-spacing:.04em;text-transform:uppercase;
  background:rgba(124,92,252,.06);padding:6px 14px;border-radius:100px;
}
.gh-inv-factor-arrow svg{width:14px;height:14px;fill:var(--gh-purple)}
.gh-inv-badges{
  display:grid;grid-template-columns:repeat(2,1fr);gap:12px;
  max-width:520px;margin:0 auto 28px;
}
.gh-inv-badge-item{
  display:flex;align-items:center;gap:8px;
  background:rgba(124,92,252,.06);border:1px solid rgba(124,92,252,.12);
  border-radius:100px;padding:10px 18px;
  font-size:13px;font-weight:600;color:var(--gh-purple);
  font-family:'Outfit',sans-serif;
}
.gh-inv-badge-item svg{width:18px;height:18px;fill:var(--gh-purple);flex-shrink:0}
/* CALCULATOR */
.gh-calc{
  max-width:520px;margin:0 auto 32px;
  background:var(--gh-light-2);border:1px solid rgba(124,92,252,.1);
  border-radius:var(--gh-radius);padding:32px;position:relative;overflow:hidden;
}
.gh-calc::before{
  content:'';position:absolute;top:0;left:0;right:0;height:2px;
  background:linear-gradient(90deg,var(--gh-purple),var(--gh-pink),var(--gh-purple));
  background-size:200% 100%;animation:gh-inv-shimmer 3s ease-in-out infinite;
}
.gh-calc-label{
  font-family:'Outfit',sans-serif;font-size:13px;font-weight:600;
  color:var(--gh-text-muted);letter-spacing:.04em;text-transform:uppercase;
  margin-bottom:12px;display:flex;align-items:center;gap:8px;
}
.gh-calc-label svg{width:18px;height:18px;fill:var(--gh-purple)}
.gh-calc-input-row{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.gh-calc-input{
  flex:1;font-family:'Sora',sans-serif;font-size:28px;font-weight:700;
  color:var(--gh-text);background:#fff;border:2px solid rgba(124,92,252,.15);
  border-radius:var(--gh-radius-sm);padding:14px 20px;text-align:center;
  outline:none;transition:border-color .3s ease,box-shadow .3s ease;
}
.gh-calc-input:focus{border-color:var(--gh-purple);box-shadow:0 0 0 4px rgba(124,92,252,.1)}
.gh-calc-unit{font-family:'DM Sans',sans-serif;font-size:15px;color:var(--gh-text-muted);white-space:nowrap}
.gh-calc-result{
  background:#fff;border:1px solid rgba(124,92,252,.1);border-radius:var(--gh-radius-sm);
  padding:20px;text-align:center;
}
.gh-calc-result-row{display:flex;justify-content:space-between;align-items:baseline;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.04)}
.gh-calc-result-row:last-child{border-bottom:none;padding-top:12px;margin-top:4px;border-top:2px solid rgba(124,92,252,.15)}
.gh-calc-result-label{font-size:14px;color:var(--gh-text-muted)}
.gh-calc-result-value{font-family:'Sora',sans-serif;font-size:16px;font-weight:700;color:var(--gh-text)}
.gh-calc-result-row:last-child .gh-calc-result-value{
  font-size:24px;
  background:linear-gradient(135deg,var(--gh-purple),var(--gh-pink));
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.gh-calc-tier{
  display:inline-flex;align-items:center;gap:6px;margin-top:12px;
  font-family:'Outfit',sans-serif;font-size:12px;font-weight:600;
  color:var(--gh-purple);background:rgba(124,92,252,.06);
  padding:6px 14px;border-radius:100px;
}
.gh-calc-tier svg{width:14px;height:14px;fill:var(--gh-purple)}
.gh-inv-cta{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:8px}
/* ============================================
   CLIENTS CAROUSEL
   ============================================ */
.gh-clients-right{display:flex;flex-direction:column;gap:24px;width:100%}
.gh-clients-carousel{
  max-width:1200px;margin:0 auto;overflow:hidden;position:relative;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 12%,#000 88%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0%,#000 12%,#000 88%,transparent 100%);
}
.gh-clients-track{display:flex;gap:28px;width:max-content;animation:gh-scrollLogos 45s linear infinite}
.gh-clients-track-reverse{animation-direction:reverse}
.gh-clients-track:hover{animation-play-state:paused}
@keyframes gh-scrollLogos{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.gh-client-logo{
  background:transparent;border:1px solid rgba(255,255,255,.08);border-radius:var(--gh-radius-sm);
  padding:18px 28px;display:flex;align-items:center;justify-content:center;
  min-width:150px;height:72px;flex-shrink:0;transition:all .3s cubic-bezier(.4,0,.2,1);
}
.gh-client-logo:hover{border-color:rgba(124,92,252,.25);background:rgba(255,255,255,.05)}
.gh-client-logo img{max-height:36px;max-width:110px;object-fit:contain;filter:brightness(0) invert(1);opacity:.6;transition:all .3s ease}
.gh-client-logo:hover img{opacity:1}
/* ============================================
   CTA FINAL
   ============================================ */
.gh-cta-card{
  max-width:860px;margin:0 auto;background:var(--gh-glass-bg);backdrop-filter:blur(40px);
  -webkit-backdrop-filter:blur(40px);border:1px solid var(--gh-glass-border);border-radius:24px;
  padding:56px;text-align:center;position:relative;box-shadow:var(--gh-glass-shadow);overflow:hidden;
}
.gh-cta-card::before{
  content:'';position:absolute;top:-1px;left:50%;transform:translateX(-50%);
  width:200px;height:2px;background:linear-gradient(90deg,transparent,var(--gh-purple),transparent);
}
.gh-cta-card h2{font-size:34px;font-weight:700;color:#fff;margin-bottom:14px;letter-spacing:-.02em}
.gh-cta-card p{font-size:16px;color:var(--gh-white-60);margin-bottom:32px;max-width:560px;margin-left:auto;margin-right:auto;line-height:1.7}
.gh-cta-buttons{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}
/* ============================================
   DISCLAIMER
   ============================================ */
.gh-disclaimer{max-width:800px;margin:0 auto;text-align:center;font-size:13px;color:var(--gh-text-muted);line-height:1.7;padding:40px 24px}
/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes gh-fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
.gh-reveal{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}
.gh-reveal.gh-visible{opacity:1;transform:translateY(0)}
/* Staggered children */
.gh-includes-grid .gh-include-item:nth-child(2){transition-delay:.05s}
.gh-includes-grid .gh-include-item:nth-child(3){transition-delay:.1s}
.gh-includes-grid .gh-include-item:nth-child(4){transition-delay:.15s}
.gh-includes-grid .gh-include-item:nth-child(5){transition-delay:.2s}
.gh-includes-grid .gh-include-item:nth-child(6){transition-delay:.25s}
.gh-includes-grid .gh-include-item:nth-child(7){transition-delay:.3s}
.gh-includes-grid .gh-include-item:nth-child(8){transition-delay:.35s}
.gh-includes-grid .gh-include-item:nth-child(9){transition-delay:.4s}
.gh-includes-grid .gh-include-item:nth-child(10){transition-delay:.45s}
.gh-includes-grid .gh-include-item:nth-child(11){transition-delay:.5s}
.gh-includes-grid .gh-include-item:nth-child(12){transition-delay:.55s}
.gh-includes-grid .gh-include-item:nth-child(13){transition-delay:.6s}
.gh-includes-grid .gh-include-item:nth-child(14){transition-delay:.65s}
.gh-includes-grid .gh-include-item:nth-child(15){transition-delay:.7s}
.gh-tech-grid .gh-tech-card:nth-child(2){transition-delay:.08s}
.gh-tech-grid .gh-tech-card:nth-child(3){transition-delay:.16s}
.gh-tech-grid .gh-tech-card:nth-child(4){transition-delay:.24s}
.gh-advantages-grid .gh-advantage-card:nth-child(2){transition-delay:.08s}
.gh-advantages-grid .gh-advantage-card:nth-child(3){transition-delay:.16s}
.gh-advantages-grid .gh-advantage-card:nth-child(4){transition-delay:.24s}
.gh-advantages-grid .gh-advantage-card:nth-child(5){transition-delay:.32s}
.gh-advantages-grid .gh-advantage-card:nth-child(6){transition-delay:.4s}
/* ============================================
   RESPONSIVE
   ============================================ */
@media(max-width:1024px){
  .gh-hero{padding:100px 24px 64px}
  .gh-hero-content{grid-template-columns:1fr;gap:40px}
  .gh-hero-visual{order:-1}
  .gh-hero-title{font-size:40px}
  .gh-section-light,.gh-section-dark{padding:80px 20px}
  .gh-detail-grid{grid-template-columns:1fr}
  .gh-detail-grid.gh-reverse{direction:ltr}
  .gh-erp-grid{grid-template-columns:1fr}
  .gh-includes-grid{grid-template-columns:repeat(2,1fr)}
  .gh-steps{grid-template-columns:repeat(3,1fr)}
  .gh-step::after{display:none}
  .gh-tech-grid{grid-template-columns:repeat(2,1fr)}
  .gh-tech-grid.gh-tech-grid-3{grid-template-columns:repeat(2,1fr)}
  .gh-advantages-grid{grid-template-columns:repeat(2,1fr)}
  .gh-coming-soon-card{padding:40px 24px}
  .gh-coming-soon-title{font-size:28px}
}
@media(max-width:768px){
  .gh-hero{padding:90px 16px 40px;min-height:auto}
  .gh-hero-content{gap:28px}
  .gh-hero-visual{order:-1}
  .gh-hero-img-container{max-width:100%}
  .gh-hero-float-card{bottom:-12px;right:8px;padding:14px 18px;gap:10px;border-radius:14px}
  .gh-float-icon{width:32px;height:32px;border-radius:8px}
  .gh-float-icon svg{width:16px;height:16px}
  .gh-float-text strong{font-size:13px}
  .gh-float-text span{font-size:11px}
  .gh-hero-title{font-size:30px;margin-bottom:14px}
  .gh-hero-subtitle{font-size:15px;margin-bottom:24px;line-height:1.6}
  .gh-hero-badge{margin-bottom:16px;padding:6px 16px;font-size:12px}
  .gh-hero-stats{flex-direction:row;gap:20px;margin-top:24px;padding-top:20px;flex-wrap:wrap;justify-content:center}
  .gh-stat-item{text-align:center;flex:1;min-width:80px}
  .gh-stat-value{font-size:24px}
  .gh-stat-label{font-size:11px}
  .gh-section-header h2{font-size:28px}
  .gh-section-light,.gh-section-dark{padding:64px 16px}
  .gh-detail-text h2{font-size:26px}
  .gh-includes-grid{grid-template-columns:1fr}
  .gh-steps{grid-template-columns:1fr}
  .gh-tech-grid{grid-template-columns:1fr}
  .gh-tech-grid.gh-tech-grid-3{grid-template-columns:1fr}
  .gh-advantages-grid{grid-template-columns:1fr}
  .gh-erp-card{padding:28px 20px}
  .gh-cta-card{padding:40px 20px}
  .gh-cta-card h2{font-size:26px}
  .gh-btn{padding:13px 22px;font-size:14px}
  .gh-hero-cta{flex-direction:column}
  .gh-hero-cta .gh-btn{width:100%;justify-content:center}
  .gh-cta-buttons{flex-direction:column;align-items:center}
  .gh-cta-buttons .gh-btn{width:100%;justify-content:center;max-width:300px}
  .gh-clients-carousel{margin-left:-16px;margin-right:-16px;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 6%,#000 94%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 6%,#000 94%,transparent 100%)}
  .gh-clients-track{gap:20px}
  .gh-client-logo{min-width:120px;padding:14px 20px}
  .gh-inv-percent{font-size:48px}
  .gh-inv-separator{font-size:22px}
  .gh-inv-factors{grid-template-columns:1fr}
  .gh-inv-badges{grid-template-columns:1fr;max-width:100%}
  .gh-container{padding:0 12px}
  .gh-inv-hero-card{padding:32px 16px}
  .gh-inv-cta{flex-direction:column;align-items:center}
  .gh-inv-cta .gh-btn{width:100%;justify-content:center;max-width:300px}
  .gh-coming-soon-card{padding:32px 16px}
  .gh-coming-soon-title{font-size:24px}
  .gh-coming-soon-desc{max-width:100%}
  .gh-coming-soon-img{max-width:100%}
}
@media(max-width:480px){
  .gh-hero{padding:84px 14px 32px}
  .gh-hero-content{gap:20px}
  .gh-hero-float-card{bottom:-10px;right:4px;padding:10px 14px;gap:8px;border-radius:12px}
  .gh-float-icon{width:28px;height:28px;border-radius:7px}
  .gh-float-icon svg{width:14px;height:14px}
  .gh-float-text strong{font-size:12px}
  .gh-float-text span{font-size:10px}
  .gh-hero-title{font-size:24px;margin-bottom:10px}
  .gh-hero-subtitle{font-size:13px;margin-bottom:20px;line-height:1.55}
  .gh-hero-stats{gap:12px;margin-top:18px;padding-top:16px}
  .gh-stat-value{font-size:20px}
  .gh-stat-label{font-size:10px}
  .gh-section-header h2{font-size:22px}
  .gh-section-header p{font-size:14px}
  .gh-section-light,.gh-section-dark{padding:52px 14px}
  .gh-detail-text h2{font-size:22px}
  .gh-detail-text p{font-size:14px}
  .gh-container{padding:0 8px}
  .gh-inv-hero-card{padding:24px 12px;border-radius:var(--gh-radius)}
  .gh-calc{padding:16px 10px}
  .gh-calc-input-row{flex-direction:column;gap:8px}
  .gh-calc-input{font-size:22px;padding:12px 14px;width:100%}
  .gh-calc-result{padding:16px 12px}
  .gh-calc-result-row:last-child .gh-calc-result-value{font-size:20px}
  .gh-inv-percent{font-size:36px}
  .gh-inv-currency{font-size:22px}
  .gh-inv-tagline{font-size:16px}
  .gh-inv-description{font-size:14px}
  .gh-cta-card{padding:32px 16px}
  .gh-cta-card h2{font-size:22px}
  .gh-cta-card p{font-size:14px}
  .gh-clients-carousel{margin-left:-14px;margin-right:-14px;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 4%,#000 96%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 4%,#000 96%,transparent 100%)}
  .gh-clients-track{gap:16px}
  .gh-client-logo{min-width:100px;padding:12px 16px;height:60px}
  .gh-client-logo img{max-height:28px;max-width:90px}
  .gh-tech-card{padding:22px 18px}
  .gh-advantage-card{padding:24px 18px}
  .gh-include-item{padding:14px 16px}
  .gh-include-item span{font-size:13px}
  .gh-erp-card{padding:24px 16px}
  .gh-erp-card h3{font-size:18px}
  .gh-step-number{width:40px;height:40px;font-size:16px}
  .gh-btn{padding:12px 20px;font-size:13px}
  .gh-coming-soon-card{padding:24px 14px}
  .gh-coming-soon-title{font-size:22px}
  .gh-disclaimer{font-size:12px;padding:32px 14px}
}
