/* ============================================
   GALA HR - B&Uacute;SQUEDA DE TALENTO
   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-talento-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-talento-page img{max-width:100%;height:auto;display:block}
.gh-talento-page a{text-decoration:none;color:inherit;transition:all .3s cubic-bezier(.4,0,.2,1)}
.gh-talento-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-talento-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}
/* ============================================
   RECRUIT TYPE CARDS
   ============================================ */
.gh-recruit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:0 auto}
.gh-recruit-grid br{display:none}
.gh-recruit-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);
  overflow:hidden;transition:all .35s cubic-bezier(.4,0,.2,1);
}
.gh-recruit-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-recruit-card img{width:100%;height:200px;object-fit:cover}
.gh-recruit-card-body{padding:24px}
.gh-recruit-card-body h3{font-size:18px;font-weight:700;color:#fff;margin-bottom:8px}
.gh-recruit-card-body p{font-size:14px;color:var(--gh-white-60);line-height:1.6;margin-bottom:14px}
.gh-recruit-badge{
  display:inline-flex;align-items:center;gap:6px;
  background:rgba(124,92,252,.12);color:var(--gh-purple-light);
  border-radius:100px;padding:6px 14px;font-family:'Outfit',sans-serif;
  font-size:12px;font-weight:600;letter-spacing:.02em;
}
.gh-recruit-badge svg{width:14px;height:14px;fill:var(--gh-purple-light)}
/* ============================================
   ACCORDION
   ============================================ */
.gh-accordion{max-width:1000px;margin:0 auto}
.gh-accordion-group{
  margin-bottom:12px;border-radius:var(--gh-radius-sm);overflow:hidden;
  transition:all .3s ease;
}
.gh-section-light .gh-accordion-group{background:#fff;border:1px solid rgba(0,0,0,.06)}
.gh-section-dark .gh-accordion-group{background:var(--gh-glass-bg);border:1px solid var(--gh-glass-border);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.gh-accordion-header{
  display:flex;align-items:center;justify-content:space-between;
  padding:18px 24px;cursor:pointer;gap:12px;
  transition:background .2s ease;user-select:none;
}
.gh-section-light .gh-accordion-header:hover{background:rgba(124,92,252,.04)}
.gh-section-dark .gh-accordion-header:hover{background:rgba(255,255,255,.04)}
.gh-accordion-header h3{font-size:16px;font-weight:600;margin:0;display:flex;align-items:center;gap:10px}
.gh-section-light .gh-accordion-header h3{color:var(--gh-text)}
.gh-section-dark .gh-accordion-header h3{color:#fff}
.gh-accordion-header .gh-acc-icon{
  width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.gh-section-light .gh-accordion-header .gh-acc-icon{background:var(--gh-purple-soft)}
.gh-section-dark .gh-accordion-header .gh-acc-icon{background:rgba(124,92,252,.15)}
.gh-accordion-header .gh-acc-icon svg{width:18px;height:18px;fill:var(--gh-purple)}
.gh-section-dark .gh-accordion-header .gh-acc-icon svg{fill:var(--gh-purple-light)}
.gh-accordion-chevron{
  width:24px;height:24px;flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1);
}
.gh-section-light .gh-accordion-chevron{fill:var(--gh-text-muted)}
.gh-section-dark .gh-accordion-chevron{fill:var(--gh-white-60)}
.gh-accordion-group.gh-accordion-open .gh-accordion-chevron{transform:rotate(180deg)}
.gh-accordion-body{
  max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1);
}
.gh-accordion-body-inner{padding:0 24px 20px}
.gh-accordion-items{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.gh-accordion-items br{display:none}
.gh-accordion-item{
  display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:8px;
  font-size:14px;transition:background .2s ease;
}
.gh-section-light .gh-accordion-item{color:var(--gh-text);background:var(--gh-light)}
.gh-section-light .gh-accordion-item:hover{background:var(--gh-purple-soft)}
.gh-section-dark .gh-accordion-item{color:var(--gh-white-80);background:rgba(255,255,255,.03)}
.gh-section-dark .gh-accordion-item:hover{background:rgba(255,255,255,.08)}
.gh-accordion-item svg{width:16px;height:16px;flex-shrink:0}
.gh-section-light .gh-accordion-item svg{fill:var(--gh-purple)}
.gh-section-dark .gh-accordion-item svg{fill:var(--gh-purple-light)}
/* ============================================
   TIMELINE (7 steps)
   ============================================ */
.gh-timeline{max-width:800px;margin:0 auto;position:relative;padding-left:60px}
.gh-timeline::before{
  content:'';position:absolute;left:24px;top:0;bottom:0;width:2px;
  background:linear-gradient(180deg,var(--gh-purple),var(--gh-pink),rgba(125,108,255,.2));
  border-radius:2px;
}
.gh-timeline-item{position:relative;padding-bottom:40px}
.gh-timeline-item:last-child{padding-bottom:0}
.gh-timeline-number{
  position:absolute;left:-60px;top:0;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;
  box-shadow:0 4px 16px rgba(125,108,255,.3);z-index:1;
}
.gh-timeline-item h4{font-size:17px;font-weight:700;margin-bottom:6px;padding-top:4px}
.gh-timeline-item p{font-size:14px;line-height:1.6}
.gh-section-dark .gh-timeline-item h4{color:#fff}
.gh-section-dark .gh-timeline-item p{color:var(--gh-white-60)}
/* ============================================
   SERVICES GRID (Additional)
   ============================================ */
.gh-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1200px;margin:0 auto}
.gh-services-grid br{display:none}
.gh-service-card{
  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);
}
.gh-service-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-service-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-service-card:hover .gh-service-icon{transform:scale(1.1);box-shadow:0 4px 16px rgba(124,92,252,.15)}
.gh-service-icon svg{width:24px;height:24px;fill:var(--gh-purple)}
.gh-service-card h3{font-size:16px;font-weight:700;margin-bottom:6px;color:var(--gh-text)}
.gh-service-card p{font-size:13px;color:var(--gh-text-muted);line-height:1.6}
.gh-service-note{
  max-width:600px;margin:32px auto 0;text-align:center;font-size:14px;color:var(--gh-text-muted);
  background:var(--gh-purple-soft);padding:16px 24px;border-radius:var(--gh-radius-sm);
  display:flex;align-items:center;justify-content:center;gap:8px;
}
.gh-service-note svg{width:18px;height:18px;fill:var(--gh-purple);flex-shrink:0}
/* ============================================
   DIVERSITY SECTION
   ============================================ */
.gh-diversity-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;max-width:1200px;margin:0 auto}
.gh-diversity-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)}
.gh-diversity-content h2{font-size:34px;font-weight:700;color:#fff;margin-bottom:14px;letter-spacing:-.02em}
.gh-diversity-content>p{font-size:16px;color:var(--gh-white-60);line-height:1.75;margin-bottom:28px}
.gh-diversity-badges{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.gh-diversity-badges br{display:none}
.gh-diversity-badge{
  display:flex;align-items:center;gap:10px;
  background:var(--gh-glass-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  border:1px solid var(--gh-glass-border);border-radius:10px;padding:12px 16px;
  font-size:14px;color:var(--gh-white-80);transition:all .3s ease;
}
.gh-diversity-badge:hover{border-color:rgba(125,108,255,.25);background:rgba(255,255,255,.08)}
.gh-diversity-badge svg{width:18px;height:18px;fill:var(--gh-purple-light);flex-shrink:0}
.gh-diversity-card{
  margin-top:28px;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:24px;
  display:flex;align-items:center;gap:16px;
}
.gh-diversity-card-icon{
  width:48px;height:48px;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-diversity-card-icon svg{width:24px;height:24px;fill:#fff}
.gh-diversity-card p{font-size:14px;color:var(--gh-white-80);line-height:1.6}
/* ============================================
   INVESTMENT & GUARANTEE
   ============================================ */
.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);
}
.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;
}
@keyframes gh-inv-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
.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-model{
  display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:28px;
}
.gh-inv-model br{display:none}
.gh-inv-model-card{
  background:var(--gh-light);border:1px solid rgba(0,0,0,.04);border-radius:var(--gh-radius-sm);
  padding:24px 20px;text-align:center;
}
.gh-inv-model-card h4{font-size:14px;font-weight:700;color:var(--gh-text);margin-bottom:4px;font-family:'Sora',sans-serif}
.gh-inv-model-card p{font-size:13px;color:var(--gh-text-muted);line-height:1.5}
.gh-inv-model-percent{
  font-family:'Sora',sans-serif;font-size:32px;font-weight:800;
  background:linear-gradient(135deg,var(--gh-purple),var(--gh-pink));
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
  margin-bottom:4px;
}
/* Guarantee Table */
.gh-guarantee-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;max-width:1000px;margin-left:auto;margin-right:auto}
.gh-guarantee-grid br{display:none}
.gh-guarantee-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;overflow:hidden;
}
.gh-guarantee-card:hover{box-shadow:0 16px 48px rgba(0,0,0,.1);transform:translateY(-4px);border-color:transparent}
.gh-guarantee-card::before{
  content:'';position:absolute;top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,var(--gh-purple),var(--gh-pink));
}
.gh-guarantee-type{font-family:'Outfit',sans-serif;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gh-purple);margin-bottom:12px}
.gh-guarantee-time{font-family:'Sora',sans-serif;font-size:28px;font-weight:800;color:var(--gh-text);margin-bottom:4px;letter-spacing:-.02em}
.gh-guarantee-label{font-size:13px;color:var(--gh-text-muted);line-height:1.5}
.gh-guarantee-note{
  max-width:800px;margin:24px auto 0;text-align:center;font-size:13px;color:var(--gh-text-muted);line-height:1.6;
}
.gh-inv-cta{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:32px}
/* ============================================
   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-recruit-grid .gh-recruit-card:nth-child(2){transition-delay:.08s}
.gh-recruit-grid .gh-recruit-card:nth-child(3){transition-delay:.16s}
.gh-services-grid .gh-service-card:nth-child(2){transition-delay:.06s}
.gh-services-grid .gh-service-card:nth-child(3){transition-delay:.12s}
.gh-services-grid .gh-service-card:nth-child(4){transition-delay:.18s}
.gh-services-grid .gh-service-card:nth-child(5){transition-delay:.24s}
.gh-services-grid .gh-service-card:nth-child(6){transition-delay:.30s}
.gh-guarantee-grid .gh-guarantee-card:nth-child(2){transition-delay:.08s}
.gh-guarantee-grid .gh-guarantee-card:nth-child(3){transition-delay:.16s}
/* ============================================
   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-recruit-grid{grid-template-columns:1fr}
  .gh-services-grid{grid-template-columns:repeat(2,1fr)}
  .gh-diversity-grid{grid-template-columns:1fr}
  .gh-guarantee-grid{grid-template-columns:1fr}
  .gh-inv-model{grid-template-columns:1fr}
}
@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-services-grid{grid-template-columns:1fr}
  .gh-accordion-items{grid-template-columns:1fr}
  .gh-diversity-badges{grid-template-columns:1fr}
  .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-cta{flex-direction:column;align-items:center}
  .gh-inv-cta .gh-btn{width:100%;justify-content:center;max-width:300px}
  .gh-inv-hero-card{padding:36px 20px}
  .gh-timeline{padding-left:50px}
  .gh-timeline::before{left:19px}
  .gh-timeline-number{left:-50px;width:40px;height:40px;font-size:16px}
  .gh-diversity-content h2{font-size:26px}
  .gh-recruit-card img{height:180px}
  .gh-service-card{padding:28px 20px}
}
@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-guarantee-time{font-size:22px}
  .gh-guarantee-card{padding:24px 18px}
  .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-timeline{padding-left:44px}
  .gh-timeline::before{left:16px}
  .gh-timeline-number{left:-44px;width:36px;height:36px;font-size:14px}
  .gh-timeline-item h4{font-size:15px}
  .gh-timeline-item p{font-size:13px}
  .gh-diversity-card{flex-direction:column;text-align:center}
  .gh-diversity-card-icon{margin:0 auto}
  .gh-diversity-content h2{font-size:22px}
  .gh-btn{padding:12px 20px;font-size:13px}
  .gh-recruit-card{border-radius:16px}
  .gh-recruit-card img{height:160px}
  .gh-recruit-card-body{padding:20px 16px}
  .gh-recruit-card-body h3{font-size:18px}
  .gh-recruit-card-body p{font-size:13px}
  .gh-disclaimer{font-size:12px;padding:32px 14px}
}
