:root {
  --bg-dark: #020816;
  --bg-navy: #051227;
  --bg-royal: #0a2042;
  --panel: rgba(5, 18, 39, 0.58);
  --panel-strong: rgba(7, 22, 48, 0.74);
  --line: rgba(112, 147, 238, 0.16);
  --line-soft: rgba(216, 179, 106, 0.18);
  --text: #eef4ff;
  --muted: #b8c7e3;
  --blue: #406dff;
  --blue-soft: #7ea2ff;
  --gold: #d7b167;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  font-family: 'Manrope', sans-serif;
  background: linear-gradient(180deg, var(--bg-dark) 0%, #040f20 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

.page-bg,
.page-overlay,
.page-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.page-bg {
  z-index: -4;
  background-image: url("images/bolso-gtav.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  will-change: transform;
  opacity: 0.58;
}

.page-overlay {
  z-index: -3;
  background:
    linear-gradient(180deg, rgba(2, 8, 22, 0.34) 0%, rgba(2, 8, 22, 0.68) 42%, rgba(2, 8, 22, 0.90) 100%),
    linear-gradient(135deg, rgba(5, 18, 39, 0.70) 0%, rgba(8, 28, 58, 0.78) 50%, rgba(2, 8, 22, 0.88) 100%);
}

.page-glow {
  z-index: -2;
  filter: blur(90px);
  opacity: 0.65;
}

.page-glow-1 {
  width: 420px;
  height: 420px;
  left: -100px;
  top: 80px;
  background: rgba(61, 105, 255, 0.18);
}

.page-glow-2 {
  width: 380px;
  height: 380px;
  right: -80px;
  bottom: 40px;
  background: rgba(215, 177, 103, 0.10);
}

.landing {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 0 90px;
  position: relative;
  gap: 18px;
}

.hero-top-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.hero-logo {
  width: min(100%, 360px);
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.28));
}

.hero-inner {
  width: min(100%, 980px);
  padding: 46px 34px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(7, 20, 44, 0.34), rgba(7, 20, 44, 0.18));
  border: 1px solid rgba(140, 171, 255, 0.10);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(216, 179, 106, 0.08);
  border: 1px solid rgba(216, 179, 106, 0.18);
  color: #f2d9a4;
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 28px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.26);
}

.hero h1 span {
  background: linear-gradient(180deg, #f6f9ff 0%, #8bacff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-text {
  width: min(100%, 820px);
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.9;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 15px 22px;
  border-radius: 18px;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #3f67f0, #678bff);
  box-shadow: 0 18px 40px rgba(70, 112, 255, 0.25);
}

.btn-secondary {
  color: #f2d9a4;
  background: rgba(216, 179, 106, 0.08);
  border: 1px solid rgba(216, 179, 106, 0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.scroll-indicator {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.85;
}

.scroll-indicator span {
  display: block;
  width: 2px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(126, 162, 255, 0.85), rgba(255,255,255,0.08));
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% {
    opacity: 0.35;
    transform: scaleY(0.9);
  }
  50% {
    opacity: 1;
    transform: scaleY(1.08);
  }
}

.content-section {
  padding: 10px 0 28px;
}

.content-card {
  background: linear-gradient(180deg, rgba(7, 22, 48, 0.76), rgba(5, 16, 36, 0.68));
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 34px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  transform-style: preserve-3d;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.content-card:hover {
  border-color: rgba(126, 162, 255, 0.24);
  box-shadow: 0 26px 75px rgba(0, 0, 0, 0.48);
}

.section-mini {
  margin: 0 0 12px;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.content-card h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.content-card p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.9;
  font-size: 1rem;
}

.quote-box {
  margin-top: 26px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(216, 179, 106, 0.06);
  border: 1px solid rgba(216, 179, 106, 0.16);
}

.quote-box strong {
  display: block;
  font-size: 1.12rem;
  margin-bottom: 8px;
  color: #fff3cf;
}

.quote-box span {
  display: block;
  color: #d9c399;
  line-height: 1.7;
}

.recruit-section {
  padding: 24px 0 26px;
}

.recruit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.info-card {
  background: linear-gradient(180deg, rgba(7, 22, 48, 0.76), rgba(5, 16, 36, 0.68));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  transform-style: preserve-3d;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.info-card:hover {
  border-color: rgba(126, 162, 255, 0.24);
  box-shadow: 0 26px 75px rgba(0, 0, 0, 0.48);
}

.info-number {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(216, 179, 106, 0.08);
  border: 1px solid rgba(216, 179, 106, 0.18);
  color: var(--gold);
  font-weight: 800;
}

.info-card h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}

.info-card p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.75;
}

.clean-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.9;
}

.clean-list li::marker {
  color: var(--gold);
}

.bottom-cta {
  padding: 10px 0 72px;
}

.bottom-cta-box {
  text-align: center;
  padding: 36px 24px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(7, 22, 48, 0.76), rgba(5, 16, 36, 0.68));
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.bottom-mini {
  margin: 0 0 12px;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.bottom-cta-box h3 {
  margin: 0 0 14px;
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  letter-spacing: -0.04em;
}

.bottom-text {
  width: min(100%, 760px);
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.85;
}

.bottom-actions {
  margin-top: 24px;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .recruit-grid {
    grid-template-columns: 1fr;
  }

  .hero-inner,
  .content-card {
    padding: 28px 24px;
  }
}

@media (max-width: 760px) {
  .hero {
    padding: 36px 0 80px;
  }

  .hero-logo {
    width: min(100%, 260px);
  }

  .hero-text,
  .content-card p,
  .info-card p,
  .bottom-text {
    font-size: 1rem;
  }

  .btn {
    width: 100%;
    min-width: unset;
  }

  .hero-actions {
    width: 100%;
  }

  .info-card,
  .bottom-cta-box,
  .content-card {
    padding: 24px 20px;
  }
}

.slash-section {
  padding: 24px 0 26px;
}

.slash-wrap {
  position: relative;
  width: 100%;
  height: 420px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--bg-navy);
  box-shadow: var(--shadow);
}

.slash-left,
.slash-right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.slash-left {
  background-image: url('../images/oficina.jpg');
  background-position: center;
}

.slash-right {
  background-image: url('../images/garaje2.jpg');
  background-position: 30% center;
}

.slash-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: linear-gradient(to bottom, transparent 5%, rgba(215, 177, 103, 0.9) 40%, rgba(215, 177, 103, 0.9) 60%, transparent 95%);
  transform: rotate(10deg) translateX(-50%);
  z-index: 4;
  pointer-events: none;
}

.slash-overlay {
  position: absolute;
  bottom: 0;
  width: 48%;
  padding: 28px 32px;
  z-index: 3;
  pointer-events: none;
}

.slash-overlay-left {
  left: 0;
  width: 50%;
  background: linear-gradient(to top, rgba(2, 8, 22, 0.92) 0%, rgba(2, 8, 22, 0.4) 70%, transparent 100%);
}

.slash-overlay-right {
  right: 0;
  width: 50%;
  text-align: right;
  background: linear-gradient(to top, rgba(2, 8, 22, 0.92) 0%, rgba(2, 8, 22, 0.4) 70%, transparent 100%);
}

.slash-title {
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 800;
  color: #fff;
  margin: 4px 0 6px;
  letter-spacing: -0.03em;
}

.slash-sub {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 760px) {
  .slash-wrap {
    height: auto;
    display: flex;
    flex-direction: column;
    border-radius: var(--radius-lg);
  }

  .slash-left,
  .slash-right {
    position: relative;
    width: 100%;
    height: 220px;
    clip-path: none !important;
  }

  .slash-line {
    display: none;
  }

  .slash-overlay-left,
  .slash-overlay-right {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 16px 20px;
    background: linear-gradient(to top, rgba(2,8,22,0.95) 0%, rgba(2,8,22,0.6) 100%);
    bottom: auto;
  }

  .slash-left {
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  }

  .slash-right {
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  }
}
}