@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap");

:root {
  --bg: #111827;
  --surface: #ffffff;
  --surface-alt: #f5f6f9;
  --ink: #111111;
  --muted: #646464;
  --line: rgba(17, 17, 17, 0.1);
  --brand: #2d2cd6;
  --brand-dark: #2323a9;
  --accent: #ef101b;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.12);
  --radius: 0;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--ink);
  background: var(--surface-alt);
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
  background: rgba(12, 12, 12, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: white;
}

.brand span {
  display: none;
}

.brand-mark {
  width: 170px;
  height: auto;
  display: block;
  border-radius: 0;
  box-shadow: none;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 0.95rem;
  flex-wrap: wrap;
}

.nav a {
  color: rgba(255, 255, 255, 0.82);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.nav a:hover,
.nav a:focus-visible,
.nav a.active {
  color: var(--brand);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 56px;
  padding: 1rem 2.7rem;
  border: 0;
  border-radius: 6px;
  font-weight: 700;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  color: white;
  background: var(--brand);
  box-shadow: none;
}

.btn-secondary {
  color: white;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.hero {
  padding: 0;
}

.hero-grid {
  display: block;
}

.hero-copy,
.hero-panel,
.card,
.contact-card,
.feature-box {
  background: var(--surface);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: none;
  border-radius: var(--radius);
}

.hero-copy,
.card,
.contact-card,
.feature-box {
  padding: 2rem;
}

.hero-copy {
  min-height: 78vh;
  padding: 9rem 2rem 6rem;
  text-align: center;
  color: white;
  background:
    linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.58)),
    url("inicio-bg.jpeg")
      center/cover no-repeat;
}

.eyebrow,
.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eyebrow {
  display: none;
}

.chip {
  margin-bottom: 0.9rem;
  background: rgba(45, 44, 214, 0.08);
  color: var(--brand-dark);
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1 {
  margin: 1rem 0;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(4.1rem, 8vw, 6.1rem);
  line-height: 0.94;
  letter-spacing: -0.01em;
  font-weight: 600;
}

h2 {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(2rem, 5vw, 3.3rem);
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 600;
}

h3,
h4 {
  font-family: "Barlow Condensed", Arial, sans-serif;
  letter-spacing: 0;
  font-weight: 600;
}

p,
li,
label {
  color: var(--muted);
  line-height: 1.65;
}

.hero-copy p {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
}

.hero-copy h1 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}

.hero-copy p,
.page-hero p {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
  margin-top: 1.8rem;
}

.hero-stats,
.grid-3,
.grid-2,
.logo-grid,
.form-grid {
  display: grid;
  gap: 1rem;
}

.hero-stats {
  display: none;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-2,
.form-grid {
  grid-template-columns: repeat(2, 1fr);
}

.stat {
  padding: 1rem 1.1rem;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: white;
}

.stat strong {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.hero-panel {
  display: none;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: auto -8% -15% auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  filter: blur(2px);
}

.panel-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 2.2rem;
}

.panel-route {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.82);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.panel-box {
  margin-top: auto;
  padding: 1.25rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

section {
  padding: 4rem 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.section-head p {
  max-width: 60ch;
}

ul.clean {
  padding-left: 1.1rem;
  margin: 0;
}

.about {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.2rem;
}

.about-visual {
  min-height: 440px;
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.4)),
    url("https://img1.wsimg.com/isteam/ip/6af6594f-231d-4f39-95fa-5ca657e8feb6/JC-11.jpg/:/cr=t:16.67%,l:0%,w:100%,h:66.67%25/rs=w:814,h:407,cg:true")
      center/cover no-repeat;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}

.about-visual::after {
  content: "Desde 2000";
  position: absolute;
  left: 1.4rem;
  bottom: 1.4rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: white;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-weight: 700;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}

.map-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}

.map-card {
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 20px 40px rgba(17, 17, 17, 0.08);
}

.map-card iframe {
  width: 100%;
  height: 560px;
  border: 0;
  display: block;
}

.map-card .card {
  border: 0;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff, #fafbfd);
}

.map-card .card h3 {
  margin-bottom: 0;
}

.page-contacto-view .contact-card {
  padding: 2rem;
  background: linear-gradient(180deg, #ffffff, #fbfbfd);
}

.page-contacto-view .contact-card p:first-of-type {
  margin-bottom: 0.25rem;
}

.page-contacto-view .contact-card .hero-actions {
  justify-content: flex-start;
}

.page-contacto-view .intro-copy {
  max-width: 100%;
  text-align: left;
}

.page-contacto-view .intro-copy h2 {
  max-width: 11ch;
}

.page-contacto-view .section-head {
  margin-bottom: 1.4rem;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 1rem;
}

.contact-list strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--ink);
}

.cta {
  padding: 2.2rem;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 247, 252, 0.96));
  border-radius: var(--radius);
  border: 1px solid rgba(45, 44, 214, 0.12);
  box-shadow: 0 20px 40px rgba(17, 17, 17, 0.08);
}

.cta .chip {
  background: rgba(45, 44, 214, 0.1);
  color: var(--brand-dark);
}

.cta h3 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 0.7rem;
}

.cta p {
  color: var(--muted);
  max-width: 32ch;
}

.cta .btn-secondary {
  color: var(--brand);
  background: white;
  border: 1px solid rgba(45, 44, 214, 0.18);
}

.cta-points {
  display: grid;
  gap: 0.85rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.cta-points li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink);
  font-size: 0.96rem;
}

.cta-points li::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), #6e7cff);
  box-shadow: 0 0 0 5px rgba(45, 44, 214, 0.08);
}

.page-hero {
  padding: 0;
}

.page-hero .feature-box {
  min-height: 60vh;
  padding: 10rem 2rem 5rem;
  text-align: center;
  color: white;
  background:
    linear-gradient(rgba(18, 24, 36, 0.6), rgba(18, 24, 36, 0.66)),
    url("inicio-bg.jpeg")
      center/cover no-repeat;
}

.page-nosotros .page-hero .feature-box,
.page-nosotros .about-visual {
  background:
    linear-gradient(rgba(18, 24, 36, 0.42), rgba(18, 24, 36, 0.5)),
    url("nosotros-bg.jpg")
      center/cover no-repeat;
}

.page-clientes-view .page-hero .feature-box {
  background:
    linear-gradient(rgba(14, 20, 32, 0.42), rgba(14, 20, 32, 0.54)),
    url("FOTOS_JC_SERVICIOS/WhatsApp Image 2026-03-23 at 13.06.58 (16).jpeg")
      center 42%/cover no-repeat;
}

.page-contacto-view .page-hero .feature-box {
  background:
    linear-gradient(rgba(14, 20, 32, 0.36), rgba(14, 20, 32, 0.5)),
    url("FOTOS_JC_SERVICIOS/WhatsApp Image 2026-03-23 at 13.06.58 (11).jpeg")
      center 35%/cover no-repeat;
}

.page-bolsa-view .page-hero .feature-box {
  background:
    linear-gradient(rgba(14, 20, 32, 0.44), rgba(14, 20, 32, 0.56)),
    url("FOTOS_JC_SERVICIOS/WhatsApp Image 2026-03-23 at 13.06.58 (20).jpeg")
      center 30%/cover no-repeat;
}

.page-clientes-view .page-hero .feature-box,
.page-contacto-view .page-hero .feature-box,
.page-bolsa-view .page-hero .feature-box {
  min-height: 68vh;
}

.page-hero h1 {
  max-width: 14ch;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(3.7rem, 7vw, 5.4rem);
  line-height: 0.95;
}

.page-hero p {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.02rem;
  line-height: 1.7;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
}

.page-clientes-view .page-hero p,
.page-contacto-view .page-hero p,
.page-bolsa-view .page-hero p {
  max-width: 38rem;
}

.card h2,
.contact-card h2,
.intro-copy h2,
.section-head h2 {
  font-size: clamp(2.2rem, 4vw, 3.1rem);
  line-height: 0.98;
}

.card h3,
.contact-card h3,
.service-card h3,
.logo-pill,
.metric strong {
  line-height: 1;
}

.card p,
.contact-card p,
.intro-copy p,
.card li,
.contact-card li {
  font-size: 0.98rem;
}

.contact-card strong,
.card strong {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.field label {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  color: var(--ink);
}

.page-nosotros-view .page-hero h1 {
  max-width: 10ch;
  font-size: clamp(4.2rem, 7vw, 5.8rem);
}

.page-servicios-view .page-hero h1 {
  max-width: 12ch;
  font-size: clamp(4rem, 6.8vw, 5.5rem);
}

.page-clientes-view .page-hero h1,
.page-contacto-view .page-hero h1 {
  max-width: 11ch;
  font-size: clamp(4rem, 6.4vw, 5.2rem);
}

.page-bolsa-view .page-hero h1 {
  max-width: 12ch;
  font-size: clamp(3.8rem, 6.2vw, 5rem);
}

.page-interna .section-head h2 {
  max-width: 12ch;
}

.intro-copy {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.metric {
  padding: 1.6rem;
  background: white;
  border: 1px solid var(--line);
  text-align: center;
}

.metric strong {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2.1rem;
  color: var(--brand);
}

.service-card h3,
.logo-card,
.metric {
  font-family: "Montserrat", Arial, sans-serif;
}

.service-card h3 {
  margin-bottom: 0.75rem;
}

.service-card ul {
  margin-top: 0.8rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.gallery-item {
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
}

.gallery-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.contact-card .btn-primary,
.page-hero .btn-primary {
  background: var(--brand);
}

.wide-card {
  padding: 2rem;
}

.wide-card p:last-child {
  margin-bottom: 0;
}

.logo-grid {
  grid-template-columns: repeat(4, 1fr);
}

.logo-card {
  min-height: 120px;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  background: white;
  border: 1px solid var(--line);
  border-radius: 0;
}

.logo-carousel {
  position: relative;
  overflow: hidden;
  padding: 0.5rem 0;
}

.logo-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: logo-scroll 34s linear infinite;
}

.logo-carousel:hover .logo-track {
  animation-play-state: paused;
}

.logo-pill {
  min-width: 220px;
  min-height: 140px;
  padding: 1.25rem;
  display: grid;
  place-items: center;
  text-align: center;
  background: white;
  border: 1px solid var(--line);
  color: #1f2430;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.logo-pill.small {
  font-size: 1.2rem;
  line-height: 1.15;
}

.logo-pill img {
  max-width: 180px;
  max-height: 84px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

@keyframes logo-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

.field {
  display: grid;
  gap: 0.4rem;
}

.field input,
.field textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  font: inherit;
  color: var(--ink);
  background: white;
  border: 1px solid rgba(24, 33, 38, 0.12);
  border-radius: 0;
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.site-footer {
  padding: 0 0 2.4rem;
  background: #111111;
}

.footer-box {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.4rem;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.72);
  background: #111111;
  border: 0;
}

@media (max-width: 980px) {
  .about,
  .contact-grid,
  .grid-3,
  .grid-2,
  .metric-grid,
  .map-grid,
  .gallery-grid,
  .logo-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .section-head,
  .footer-box,
  .header-row {
    align-items: start;
    flex-direction: column;
  }

  .brand-mark {
    width: 140px;
  }

  .map-card iframe {
    height: 420px;
  }
}

@media (max-width: 720px) {
  .hero-copy,
  .card,
  .contact-card,
  .cta,
  .feature-box,
  .page-hero .feature-box {
    padding: 1.4rem;
  }

  .hero-copy {
    min-height: 78vh;
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  h1 {
    font-size: 3.7rem;
  }

  .brand-mark {
    width: 120px;
  }

  .map-card iframe {
    height: 340px;
  }
}
