/* Páginas internas: Sobre mí, Servicios, etc. */

/* =====================================================
   PSYCH-K® – SAAS STRATEGIC PAGE
===================================================== */

.hero-psychk {
  background: linear-gradient(135deg, var(--color-bg), rgba(40,225,218,.12));
  padding: 10rem 1.5rem 12rem;
}

.hero-psychk-inner {
  max-width: var(--max-width);
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 6rem;
  align-items: center;
}

.hero-eyebrow {
  font-family: var(--font-sans);
  font-size: .9rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 700;
}

.hero-psychk h1 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 5vw, 4.8rem);
  font-weight: 900;
  letter-spacing: -2px;
  margin: 1.5rem 0 2rem;
}

h1::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 120px;
  height: 6px;
  background: var(--color-primary);
  border-radius: 3px;
}
h1 {
  position: relative;   
}

.hero-psychk h1 span {
  color: var(--color-primary);
}

.hero-psychk p {
  font-family: var(--font-sans);
  font-size: 1.25rem;
  line-height: 1.9;
  max-width: 560px;
}

.hero-psychk img {
  width: 100%;
  border-radius: 36px;
  box-shadow: 0 45px 120px rgba(0,0,0,.2);
}

/* ===== BOTÓN ===== */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  margin-top: 3rem;
  padding: 1.4rem 3.6rem;
  border-radius: 18px;
  background:var(--color-primary);
  color: var(--color-white2);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all .4s ease;
  box-shadow: 0 18px 50px rgba(40,225,218,.35);
}

.btn-primary:hover {
  background: var(--color-accent);
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(40,225,218,.45);
}

/* ===== CONTENT ===== */
.psychk-content {
  padding: 8rem 1.5rem;
  background: var(--color-white2);
}

.psychk-wrapper {
  max-width: var(--max-width);
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 5rem;
}

.psychk-text h2 {
  font-family: var(--font-display);
  font-size: 3rem;
  margin-bottom: 2rem;
}

.psychk-text p {
  font-family: var(--font-sans);
  font-size: 1.15rem;
  line-height: 1.9;
  margin-bottom: 1.5rem;
}

.psychk-list {
  background: linear-gradient(135deg, rgba(40,225,218,.08), rgba(40,225,218,.04));
  border-radius: 28px;
  padding: 3rem;
}

.psychk-list h3 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.psychk-list ul {
  list-style: none;
  padding: 0;
}

.psychk-list li {
  padding-left: 2.2rem;
  margin-bottom: 1rem;
  position: relative;
}

.psychk-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--color-primary);
  font-weight: 900;
}

/* ===== DETAILS ===== */
.psychk-details {
  padding: 8rem 1.5rem;
  background: var(--color-bg);
}

.details-wrapper {
  max-width: var(--max-width);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

.details-card {
  background: var(--color-white2);
  border-radius: 32px;
  padding: 3.5rem;
  box-shadow: 0 30px 80px rgba(0,0,0,.08);
}

.card-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  color: #fff;
  font-size: 1.8rem;
}

/* ===== CTA FINAL ===== */
.psychk-cta {
  padding: 10rem 1.5rem;
  text-align: center;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
  color: #fff;
}

.psychk-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 4vw, 3.8rem);
  margin-bottom: 2rem;
}

.psychk-cta p {
  font-size: 1.2rem;
  margin-bottom: 3rem;
  opacity: .95;
}
/* ===== LNT TEAMS ===== */
.lnt-teams {
  padding: 8rem 1.5rem;
  background: linear-gradient(135deg, rgba(40,225,218,.08), rgba(40,225,218,.03));
}

.lnt-teams-inner {
  max-width: var(--max-width);
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 5rem;
  align-items: center;
}

.lnt-teams-text h2 {
  font-family: var(--font-display);
  font-size: 3rem;
  margin-bottom: 2rem;
}

.lnt-teams-text p {
  font-family: var(--font-sans);
  font-size: 1.15rem;
  line-height: 1.9;
  margin-bottom: 1.5rem;
}

.lnt-teams-card {
  background: var(--color-white2);
  border-radius: 32px;
  padding: 3.5rem;
  box-shadow: 0 30px 80px rgba(0,0,0,.08);
}

.lnt-teams-card h3 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.lnt-teams-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2.5rem;
}

.lnt-teams-card li {
  padding-left: 2rem;
  margin-bottom: 1rem;
  position: relative;
}

.lnt-teams-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--color-primary);
  font-weight: 900;
}
/* =====================================================
   RESPONSIVE
===================================================== */

/* ====== TABLET (≤ 1024px) ====== */
@media (max-width: 1024px) {

  .hero-psychk-inner,
  .psychk-wrapper,
  .lnt-teams-inner {
    grid-template-columns: 1fr;
    gap: 4rem;
    text-align: center;
  }

  .hero-psychk {
    padding: 8rem 1.5rem 9rem;
  }

  .hero-psychk p,
  .psychk-text p,
  .lnt-teams-text p {
    margin-left: auto;
    margin-right: auto;
  }

  h1::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .btn-primary {
    justify-content: center;
  }

  .details-wrapper {
    grid-template-columns: 1fr;
  }
}

/* ====== MOBILE (≤ 768px) ====== */
@media (max-width: 768px) {

  .hero-psychk h1 {
    font-size: clamp(2.4rem, 7vw, 3.2rem);
    letter-spacing: -1px;
  }

  .hero-eyebrow {
    font-size: .75rem;
  }

  .hero-psychk p {
    font-size: 1.1rem;
    line-height: 1.7;
  }

  .psychk-content,
  .psychk-details,
  .lnt-teams {
    padding: 6rem 1.5rem;
  }

  .psychk-text h2,
  .lnt-teams-text h2 {
    font-size: 2.4rem;
  }

  .psychk-list,
  .details-card,
  .lnt-teams-card {
    padding: 2.5rem;
  }

  .btn-primary {
    padding: 1.2rem 2.8rem;
    font-size: 1rem;
  }
}

/* ====== SMALL MOBILE (≤ 480px) ====== */
@media (max-width: 480px) {

  .hero-psychk {
    padding: 6rem 1.25rem 7rem;
  }

  .hero-psychk img {
    border-radius: 24px;
  }

  .psychk-text h2,
  .lnt-teams-text h2,
  .psychk-cta h2 {
    font-size: 2rem;
  }

  .psychk-cta {
    padding: 7rem 1.25rem;
  }

  .psychk-cta p {
    font-size: 1.05rem;
  }

  .card-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}

