/**
 * WGT NEW Industries page styles.
 *
 * @package WorkScout_Child
 */

.wgt-page .industries-hero {
  background: var(--ink);
  color: var(--white);
  padding: 96px 0 72px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.wgt-page .industries-hero::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -160px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: var(--amber);
  opacity: 0.08;
}

.wgt-page .industries-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 0 24px;
  margin: 0 auto;
}

.wgt-page .industries-hero h1 {
  color: var(--white) !important;
  margin-bottom: 14px;
}

.wgt-page .industries-hero h1 .accent {
  color: var(--amber) !important;
}

.wgt-page .industries-hero p.lede {
  color: rgba(255, 255, 255, 0.85) !important;
  margin: 0 auto 28px;
}

.wgt-page .sector-jumplinks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 8px;
}

.wgt-page .sector-jumplinks a {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: var(--white);
  transition: all 0.15s ease;
  text-decoration: none;
}

.wgt-page .sector-jumplinks a:hover {
  background: var(--amber);
  color: var(--ink);
  border-color: var(--amber);
}

.wgt-page .why-five {
  padding: 64px 0;
  text-align: center;
}

.wgt-page .why-five .container {
  max-width: 760px;
}

.wgt-page .why-five p {
  font-size: 17px;
  color: var(--charcoal);
  line-height: 1.7;
  margin-bottom: 14px;
}

.wgt-page .why-five strong {
  color: var(--ink);
}

.wgt-page .sector {
  padding: 80px 0;
  border-top: 1px solid var(--line);
}

.wgt-page .sector:nth-child(odd) {
  background: var(--concrete);
}

.wgt-page .sector-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.wgt-page .sector-grid.reverse > .sector-image {
  order: 2;
}

.wgt-page .sector-image {
  height: 460px;
  border-radius: var(--radius);
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.wgt-page .sector-number {
  font-size: 12px;
  font-weight: 700;
  color: var(--amber-dark);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

.wgt-page .sector-content h2 {
  font-size: clamp(28px, 3.2vw, 36px);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.wgt-page .sector-content h2 .accent {
  color: var(--amber-dark);
}

.wgt-page .sector-content p {
  font-size: 16px;
  color: var(--charcoal);
  margin-bottom: 14px;
  line-height: 1.65;
}

.wgt-page .sector-stat {
  display: flex;
  align-items: baseline;
  gap: 14px;
  background: var(--white);
  border-left: 4px solid var(--amber);
  padding: 16px 20px;
  border-radius: 8px;
  margin: 20px 0 24px;
}

.wgt-page .sector-stat .num {
  font-size: 28px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.wgt-page .sector-stat .desc {
  font-size: 13px;
  color: var(--steel);
  line-height: 1.4;
}

.wgt-page .sector-stat .desc small {
  display: block;
  color: var(--amber-dark);
  font-weight: 600;
  font-size: 11px;
  margin-top: 4px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wgt-page .role-list {
  margin: 18px 0;
}

.wgt-page .role-list .label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: 10px;
  display: block;
}

.wgt-page .role-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.wgt-page .role-tags .tag {
  background: var(--amber-tint);
  color: var(--amber-dark);
  font-weight: 600;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
}

.wgt-page .sector-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.wgt-page .demand-band {
  background: var(--ink);
  color: var(--white);
  padding: 96px 0;
  text-align: center;
}

.wgt-page .demand-band h2 {
  color: var(--white) !important;
  margin-bottom: 14px;
}

.wgt-page .demand-band h2 .accent {
  color: var(--amber) !important;
}

.wgt-page .demand-band p.lede {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 40px;
}

.wgt-page .demand-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
  max-width: 1000px;
  margin: 0 auto;
}

.wgt-page .demand-stat {
  background: var(--ink-2);
  border: 1px solid var(--charcoal);
  border-radius: var(--radius);
  padding: 24px 18px;
  text-align: left;
}

.wgt-page .demand-stat .figure {
  font-size: 36px;
  font-weight: 800;
  color: var(--amber);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 8px;
}

.wgt-page .demand-stat .figure .unit {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}

.wgt-page .demand-stat .label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
}

.wgt-page .demand-band .source-note {
  margin-top: 28px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.wgt-page .not-covered {
  padding: 72px 0;
  background: var(--concrete);
  border-top: 1px solid var(--line);
}

.wgt-page .not-covered .container {
  max-width: 760px;
  text-align: center;
}

.wgt-page .not-covered h2 {
  margin-bottom: 14px;
}

.wgt-page .not-covered p {
  font-size: 16px;
  color: var(--charcoal);
  margin-bottom: 16px;
}

.wgt-page .not-covered .out-of-scope {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 18px 0;
}

.wgt-page .not-covered .out-of-scope span {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  color: var(--steel);
}

@media (max-width: 900px) {
  .wgt-page .sector-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .wgt-page .sector-grid.reverse > .sector-image {
    order: 0;
  }

  .wgt-page .sector-image {
    height: 280px;
  }
}
