/* =========================================
   TALNEXUS PREMIUM SECTION
========================================= */

.talnexus-extra-section {
  position: relative;
  overflow: hidden;
  padding: 140px 20px;

  background:
    linear-gradient(
      135deg,
      #050816 0%,
      #0b1220 50%,
      #111827 100%
    );
}

/* GRID */

.tal-grid {
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);

  background-size: 60px 60px;

  mask-image: radial-gradient(circle at center, black 30%, transparent 100%);
}

/* ORBS */

.tal-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
}

.orb-1 {
  width: 500px;
  height: 500px;

  background: rgba(59,130,246,0.18);

  top: -200px;
  left: -200px;

  animation: floatOrb 8s ease-in-out infinite;
}

.orb-2 {
  width: 450px;
  height: 450px;

  background: rgba(139,92,246,0.16);

  bottom: -180px;
  right: -180px;

  animation: floatOrb 10s ease-in-out infinite;
}

@keyframes floatOrb {
  50% {
    transform: translateY(30px);
  }
}

.container {
  position: relative;
  z-index: 5;
}

/* HERO */

.tal-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;

  margin-bottom: 140px;
}

/* BADGE */

.tal-badge {
  display: inline-flex;
  align-items: center;

  padding: 12px 20px;

  border-radius: 100px;

  background: rgba(255,255,255,0.08);

  border: 1px solid rgba(255,255,255,0.08);

  color: #cbd5e1;

  font-size: 13px;
  letter-spacing: 2px;

  margin-bottom: 30px;
}

/* TITLE */

.tal-hero-left h2 {
  font-size: 72px;
  line-height: 1.05;

  color: white;

  margin-bottom: 28px;
}

.tal-hero-left h2 span {
  background: linear-gradient(
    90deg,
    #60a5fa,
    #8b5cf6
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tal-hero-left p {
  color: rgba(255,255,255,0.72);

  line-height: 2;
  font-size: 18px;

  max-width: 650px;
}

/* VISION AND PROMISE */

.tal-vision-promise {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.tal-vision-card {
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
}

.tal-vision-card .tal-section-tag {
  margin-bottom: 14px;
}

.tal-vision-card p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  line-height: 1.75;
}

/* MINI CARDS */

.tal-mini-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;

  margin-top: 45px;
}

.tal-mini-card {
  padding: 24px;

  border-radius: 24px;

  min-width: 180px;

  background: rgba(255,255,255,0.06);

  border: 1px solid rgba(255,255,255,0.08);

  backdrop-filter: blur(16px);

  transition: 0.4s ease;
}

.tal-mini-card:hover {
  transform: translateY(-10px);

  box-shadow:
    0 20px 40px rgba(0,0,0,0.35);
}

.tal-mini-card h3 {
  color: white;
  font-size: 36px;

  margin-bottom: 8px;
}

.tal-mini-card span {
  color: rgba(255,255,255,0.68);
}

/* HERO IMAGE */

.tal-image-wrapper {
  position: relative;
}

.tal-image-wrapper img {
  width: 100%;
  border-radius: 34px;

  border: 1px solid rgba(255,255,255,0.08);

  box-shadow:
    0 30px 80px rgba(0,0,0,0.45);
}

/* FLOATING CARD */

.floating-card {
  position: absolute;

  display: flex;
  align-items: center;
  gap: 12px;

  padding: 16px 22px;

  border-radius: 18px;

  background: rgba(15,23,42,0.92);

  border: 1px solid rgba(255,255,255,0.08);

  color: white;

  backdrop-filter: blur(20px);

  box-shadow:
    0 20px 40px rgba(0,0,0,0.35);
}

.card-1 {
  top: 40px;
  left: -40px;
}

.card-2 {
  bottom: 40px;
  right: -40px;
}

/* BLOCKS */

.tal-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.tal-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  padding: 48px 42px;
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,0.10);
  background: linear-gradient(135deg, #071423 0%, #0f172a 100%);
  box-shadow: 0 24px 70px rgba(2, 8, 23, 0.24);
}

.tal-content-wrapper .tal-block:nth-of-type(odd) {
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  border-color: rgba(37, 99, 235, 0.16);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.10);
}

.tal-content-wrapper .tal-block:nth-of-type(odd) .tal-section-tag {
  color: #2563eb;
}

.tal-content-wrapper .tal-block:nth-of-type(odd) h3,
.tal-content-wrapper .tal-block:nth-of-type(odd) .tal-subheading {
  color: #0f172a;
}

.tal-content-wrapper .tal-block:nth-of-type(odd) p,
.tal-content-wrapper .tal-block:nth-of-type(odd) .tal-feature-grid li {
  color: #334155;
}

.tal-content-wrapper .tal-block:nth-of-type(odd) .tal-feature-grid li {
  background: #f8fbff;
  border-color: rgba(37, 99, 235, 0.14);
}

.tal-content-wrapper .tal-block:nth-of-type(odd) .tal-image-card {
  background: linear-gradient(145deg, #ffffff 0%, #eef6ff 100%);
  border-color: rgba(37, 99, 235, 0.16);
}

.tal-content-wrapper .tal-block:nth-of-type(odd) .tal-quote-box {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(147, 197, 253, 0.18));
  border-color: rgba(37, 99, 235, 0.16);
}

.tal-content-wrapper .tal-block:nth-of-type(odd) .tal-quote-box p {
  color: #0f172a;
}

.verified-workforce-block {
  grid-template-columns: 1fr;
}

.verified-workforce-block .tal-block-image {
  width: 100%;
}

.verified-workforce-block .tal-image-card {
  max-width: 620px;
  margin: 0 auto;
}

.trust-network-block {
  grid-template-columns: 1fr;
}

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

.deployment-ready-block {
  grid-template-columns: 1fr;
}

.deployment-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.reliability-block {
  grid-template-columns: 1fr;
}

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

.tal-subheading {
  margin-top: 42px;
  margin-bottom: 18px;
  color: white;
  font-size: 28px;
  line-height: 1.3;
}

.enterprise-expanded-block {
  grid-template-columns: 1fr;
}

.enterprise-expanded-block .tal-block-image {
  width: 100%;
}

.enterprise-expanded-block .tal-image-card {
  max-width: 760px;
  margin: 0 auto;
}

.talent-development-expanded-block {
  grid-template-columns: 1fr;
}

.talent-development-expanded-block .tal-block-image {
  width: 100%;
}

.talent-development-expanded-block .tal-image-card {
  max-width: 760px;
  margin: 0 auto;
}

.partnerships-expanded-block {
  grid-template-columns: 1fr;
}

.tal-block.reverse .tal-block-image {
  order: -1;
}

/* SECTION TAG */

.tal-section-tag {
  display: inline-block;

  margin-bottom: 20px;

  color: #60a5fa;

  letter-spacing: 2px;
  font-size: 13px;
}

/* BLOCK TITLE */

.tal-block h3 {
  color: white;

  font-size: 48px;
  line-height: 1.2;

  margin-bottom: 24px;
}

.tal-block p {
  color: rgba(255,255,255,0.72);

  line-height: 2;
  margin-bottom: 24px;
}

/* IMAGE CARD */

.tal-image-card {
  position: relative;

  padding: 18px;

  border-radius: 34px;

  background: rgba(255,255,255,0.05);

  border: 1px solid rgba(255,255,255,0.08);

  backdrop-filter: blur(16px);

  overflow: hidden;
}

.tal-image-card img {
  width: 100%;
  border-radius: 24px;

  transition: 0.5s ease;
}

.tal-image-card:hover img {
  transform: scale(1.06);
}

/* FEATURE GRID */

.tal-feature-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;

  margin-top: 35px;
}

.tal-feature-grid li {
  list-style: none;

  padding: 22px;

  border-radius: 22px;

  background: rgba(255,255,255,0.06);

  border: 1px solid rgba(255,255,255,0.08);

  color: rgba(255,255,255,0.82);

  transition: 0.4s ease;
}

.tal-feature-grid li:hover {
  transform: translateY(-8px);

  background: rgba(255,255,255,0.10);
}

.tal-feature-grid i {
  display: block;

  font-size: 22px;

  margin-bottom: 16px;

  color: #60a5fa;
}

/* QUOTE */

.tal-quote-box {
  margin-top: 30px;

  padding: 30px;

  border-radius: 24px;

  background:
    linear-gradient(
      135deg,
      rgba(59,130,246,0.16),
      rgba(139,92,246,0.14)
    );

  border: 1px solid rgba(255,255,255,0.08);
}

.tal-quote-box p {
  margin: 0;

  color: white;
  font-size: 20px;
}

/* RESPONSIVE */

@media (max-width: 992px) {

  .tal-hero,
  .tal-block {
    grid-template-columns: 1fr;
  }

  .tal-block.reverse .tal-block-image {
    order: unset;
  }

  .tal-hero-left h2 {
    font-size: 54px;
  }

  .tal-block h3 {
    font-size: 38px;
  }

  .card-1,
  .card-2 {
    display: none;
  }
}

@media (max-width: 768px) {

  .talnexus-extra-section {
    padding: 100px 18px;
  }

  .tal-hero-left h2 {
    font-size: 42px;
  }

  .tal-block h3 {
    font-size: 30px;
  }

  .tal-feature-grid {
    grid-template-columns: 1fr;
  }

  .tal-vision-promise {
    grid-template-columns: 1fr;
  }

  .tal-mini-card {
    width: 100%;
  }
}

@media (max-width: 480px) {

  .talnexus-extra-section {
    padding: 80px 14px;
  }

  .tal-hero-left h2 {
    font-size: 34px;
  }

  .tal-block h3 {
    font-size: 26px;
  }

  .tal-hero {
    margin-bottom: 90px;
  }

  .tal-content-wrapper {
    gap: 90px;
  }
}