/* ============================================================
   Home — hero, solutions, insights
   ============================================================ */

/* ---------- Hero ---------- */
.site-header--no-logo .logo { display: none; }
@media (max-width: 899px) {
  .site-header--no-logo .container { justify-content: flex-end; }
}
@media (min-width: 900px) {
  .site-header--no-logo .container { justify-content: center; }
  .site-header--no-logo .main-nav { gap: 64px; }
}

.hero {
  background: var(--navy-hero);
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.hero-deco {
  position: absolute;
  top: 30px; right: -12px;
  width: 92px;
  z-index: 1;
}
.hero-deco-bl {
  display: none;
  position: absolute;
  left: -290px; bottom: -43px;
  width: 675px;
  z-index: 1;
}
.hero-inner {
  position: relative;
  z-index: 2;
}
.hero-logo { display: block; width: 190px; margin-bottom: 60px; }
.hero-logo img { width: 100%; }
.hero-kicker {
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  color: var(--white);
  text-transform: uppercase;
}
.hero-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.15;
  color: var(--teal-light);
  text-transform: uppercase;
}
.hero-sub {
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  color: var(--off-white);
  text-transform: uppercase;
}
.hero-photo { margin: 30px auto 0; max-width: 606px; }
.hero-photo img { width: 100%; display: block; }

.hero-engage {
  position: relative;
  z-index: 2;
  margin-top: 60px;
  padding: 70px 0 110px;
  background: linear-gradient(160deg, #1F2653 0%, #1A2045 100%);
  overflow: hidden;
}
.engage-grid {
  display: grid;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.engage-title {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 38px;
  line-height: 1.05;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 30px;
}
.engage-icon { display: block; margin-bottom: 30px; }
.engage-icon img { width: 56px; height: 56px; }
.engage-sub {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  color: var(--white);
  max-width: 560px;
}
.engage-photo img {
  width: 100%;
  max-width: 390px;
  aspect-ratio: 1;
  border-radius: 50% 50% 0 50%;
  object-fit: cover;
}
.engage-waves {
  position: absolute;
  left: 50%; bottom: -4px;
  transform: translateX(-50%);
  width: max(1423px, 100%);
  z-index: 1;
}

@media (min-width: 900px) {
  .hero { padding-top: 110px; }
  .hero-deco { width: 84px; right: auto; left: 1206px; top: -55px; }
  .hero-deco-bl { display: block; }
  .hero-inner { min-height: 670px; }
  .hero-logo { width: 281px; margin: 130px 0 0; }
  .hero-copy { max-width: 900px; margin-top: 130px; padding-bottom: 90px; }
  .hero-kicker { font-size: 30px; }
  .hero-title { font-size: 60px; line-height: 1.1; }
  .hero-sub { font-size: 44px; }
  .hero-copy { position: relative; z-index: 2; }
  .hero-photo {
    position: absolute;
    right: -60px;
    top: 120px;
    bottom: auto;
    margin: 0;
    width: min(80%, 973px);
    max-width: none;
    z-index: 1;
    pointer-events: none;
  }
  .hero-engage {
    margin-top: 0;
    padding: 60px 0 90px;
  }
  .engage-grid { grid-template-columns: 1.3fr 1fr; gap: 50px; }
  .engage-icon { margin: 20px 0 40px; }
  .engage-icon img { width: 81px; height: 81px; }
  .engage-title { font-size: 50px; }
  .engage-sub { font-size: 28px; }
  .engage-photo { justify-self: end; }
}

/* ---------- Our solutions (móvil: tarjetas con barra izquierda) ---------- */
@media (max-width: 899px) {
  .solutions-mobile-fix { display: none; }
  .sol-card {
    border-left: 4px solid var(--teal-light);
    padding-left: 18px;
    justify-items: start !important;
    text-align: left;
    max-width: none;
  }
  .sol-card .sol-icon img { width: 36px !important; height: 36px !important; }
  .sol-divider { display: none; }
}
/* ---------- Our solutions ---------- */
.solutions {
  background: var(--light);
  color: var(--navy-hero);
  padding: 90px 0 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sol-corner {
  position: absolute;
  display: none;
}
@media (min-width: 900px) {
  .sol-corner {
    display: block;
    width: 234px;
    right: calc(50% - 640px + -6px);
    bottom: -6px;
  }
}
.solutions .section-title { margin-bottom: 24px; text-transform: uppercase; }
.solutions-intro {
  font-family: var(--font-title);
  font-weight: 500;
  font-size: 19px;
  line-height: 1.3;
  color: var(--navy-hero);
  max-width: 620px;
  margin: 0 auto 60px;
}
.solutions-cards {
  display: grid;
  gap: 44px;
  justify-items: center;
}
.sol-card {
  max-width: 420px;
  display: grid;
  justify-items: center;
}
.sol-card .sol-icon img { width: 44px; height: 44px; margin-bottom: 10px; }
.sol-card h3 {
  font-size: 26px;
  font-weight: 700;
  color: var(--navy-hero);
  margin-bottom: 16px;
}
.sol-card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 22px;
}
.sol-divider {
  width: 100px; height: 3px;
  background: var(--teal-light);
  align-self: center;
}
@media (min-width: 900px) {
  .solutions { padding: 105px 0 115px; }
  .solutions .section-title { margin-bottom: 30px; }
  .solutions-intro { font-size: 24px; line-height: 1.3; margin-bottom: 90px; }
  .solutions-cards { grid-template-columns: 1fr 3px 1fr; gap: 70px; align-items: start; }
  .sol-divider { width: 3px; height: 150px; align-self: center; }
  .sol-card .sol-icon img { width: 55px; height: 55px; }
  .sol-card h3 { font-size: 30px; }
  .sol-card p { font-size: 19px; margin-bottom: 26px; }
}

/* ---------- Insights ---------- */
.insights {
  background: var(--navy-deep);
  padding: 90px 0 110px;
  position: relative;
  overflow: hidden;
}
.insights .section-title {
  margin-bottom: 44px;
  text-align: center;
  text-transform: uppercase;
}
.ins-strip { display: none; }
@media (min-width: 900px) {
  .ins-strip {
    display: block;
    position: absolute;
    right: calc(50% - 640px + 2px);
    top: 114px;
    width: 73px;
    transform: none;
  }
}
.insights-body { display: grid; gap: 40px; }
.insights-tabs {
  display: flex;
  gap: 44px;
}
.ins-tab {
  display: grid;
  justify-items: start;
  gap: 10px;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.05;
  text-align: left;
  color: var(--white);
  opacity: .45;
  padding-left: 16px;
  border-left: 4px solid transparent;
}
.ins-tab img { width: 40px; height: 40px; }
.ins-tab.active { opacity: 1; border-left-color: var(--teal-light); }
@media (max-width: 899px) {
  .ins-tab { border-left: none; padding-left: 0; border-bottom: 4px solid transparent; padding-bottom: 12px; }
  .ins-tab.active { border-bottom-color: var(--teal-light); }
  .insights-tabs { justify-content: center; }
}
.ins-panel {
  display: grid;
  gap: 36px;
  align-items: center;
}
.ins-panel[hidden] { display: none; }
.ins-photo img {
  width: 100%;
  max-width: 460px;
  border-radius: 50% 50% 50% 0;
  aspect-ratio: 1;
  object-fit: cover;
}
.ins-text h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}
.ins-text p {
  font-size: 15px;
  line-height: 1.35;
  color: var(--off-white);
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .insights { padding: 105px 0 115px; }
  .insights .section-title { margin-bottom: 70px; }
  .insights-body {
    grid-template-columns: 190px 1fr;
    gap: 60px;
    align-items: center;
  }
  .insights-tabs { flex-direction: column; gap: 60px; }
  .ins-tab { font-size: 18px; }
  .ins-tab img { width: 48px; height: 48px; }
  .ins-panels {
    border-left: 2px solid rgba(126, 216, 217, .45);
    padding-left: 64px;
  }
  .ins-panel {
    grid-template-columns: 400px 1fr;
    gap: 80px;
  }
  .ins-photo img { max-width: 400px; }
  .ins-text h3 { font-size: 30px; }
  .ins-text p { font-size: 19px; line-height: 1.3; margin-bottom: 40px; max-width: 520px; }
}
