.industries-page {
  --industry-blue: #004b76;
  --industry-blue-bright: #087daa;
  --industry-sky: #dff4fc;
  --industry-sky-soft: #f3fbfe;
  --industry-orange: #f47a00;
  --industry-orange-soft: #fff1e3;
  --industry-ink: #152b3a;
  --industry-copy: #526873;
  overflow: hidden;
  background: #fff;
}

.industries-page p { color: var(--industry-copy); }

.industries-hero {
  position: relative;
  padding: 86px 0 92px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(32, 157, 215, .18), transparent 31%),
    radial-gradient(circle at 92% 85%, rgba(244, 122, 0, .12), transparent 24%),
    linear-gradient(118deg, #f2fbff 0%, #ffffff 52%, #fff8f1 100%);
  border-bottom: 1px solid #dbeef6;
}

.industries-hero:before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -155px;
  top: -205px;
  border: 1px solid rgba(0, 75, 118, .11);
  border-radius: 50%;
}

.industries-hero:after {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  right: 30%;
  bottom: -120px;
  border: 36px solid rgba(244, 122, 0, .06);
  border-radius: 50%;
}

.industries-hero .hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
  align-items: center;
  gap: 80px;
}

.industries-hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #c8e6f2;
  color: var(--industry-blue);
  box-shadow: 0 8px 24px rgba(0, 75, 118, .06);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.industries-hero .eyebrow:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--industry-orange);
}

.industries-hero h1 {
  max-width: 790px;
  margin: 20px 0 24px;
  color: var(--industry-blue);
  font-size: clamp(46px, 5vw, 72px);
  line-height: 1.03;
  letter-spacing: -.035em;
}

.industries-hero h1 span { color: var(--industry-orange); }

.industries-hero p {
  max-width: 720px;
  color: #405d6c;
  font-size: 18px;
  line-height: 1.75;
}

.industries-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.industries-hero .btn-outline-light {
  display: inline-flex;
  min-height: 54px;
  padding: 14px 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--industry-blue);
  border-radius: 5px;
  color: var(--industry-blue);
  font-weight: 600;
}

.industries-hero .btn-outline-light:hover { background: var(--industry-blue); color: #fff; }

.hero-showcase {
  position: relative;
  min-height: 430px;
  padding: 28px;
  border-radius: 30px;
  background: linear-gradient(150deg, #ffffff 0%, #eaf8fd 100%);
  border: 1px solid #cce8f3;
  box-shadow: 0 28px 70px rgba(0, 75, 118, .14);
}

.hero-showcase:before {
  content: "";
  position: absolute;
  inset: 15px;
  border: 1px dashed rgba(0, 75, 118, .16);
  border-radius: 23px;
}

.hero-showcase__head { position: relative; z-index: 1; margin: 8px 8px 24px; }
.hero-showcase__head strong { display: block; color: var(--industry-blue); font-size: 30px; line-height: 1.1; }
.hero-showcase__head span { color: var(--industry-copy); font-size: 14px; }

.hero-sector-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.hero-sector {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 13px;
  background: #fff;
  border: 1px solid #d9edf5;
  border-radius: 14px;
  color: var(--industry-blue);
  font-size: 13px;
  font-weight: 650;
  box-shadow: 0 8px 20px rgba(0, 75, 118, .06);
}

.hero-sector:last-child { grid-column: 1 / -1; }
.hero-sector i { display: grid; flex: 0 0 40px; width: 40px; height: 40px; place-items: center; border-radius: 11px; background: var(--industry-orange-soft); color: var(--industry-orange); font-size: 17px; }

.industry-intro { padding: 88px 0 54px; background: #fff; }
.industry-intro .sec-title h2 { color: var(--industry-blue); }
.industry-intro .lead-copy { max-width: 940px; margin: 16px auto 0; text-align: center; font-size: 17px; line-height: 1.8; }

.industry-jump { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 42px; }
.industry-jump a {
  position: relative;
  display: flex;
  min-height: 132px;
  padding: 25px 18px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
  overflow: hidden;
  border: 1px solid #dbeaf0;
  border-radius: 18px;
  background: #fff;
  color: var(--industry-blue);
  font-weight: 650;
  box-shadow: 0 14px 34px rgba(0, 75, 118, .07);
}
.industry-jump a:after { content: "\2192"; color: var(--industry-orange); font-size: 21px; transition: transform .25s ease; }
.industry-jump a:hover { transform: translateY(-6px); border-color: #8fcce3; color: var(--industry-blue); box-shadow: 0 20px 42px rgba(0, 75, 118, .13); }
.industry-jump a:hover:after { transform: translateX(5px); }
.industry-jump i { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 13px; border-radius: 11px; color: var(--industry-orange); background: var(--industry-orange-soft); font-size: 18px; }

.industry-section { padding: 54px 0; scroll-margin-top: 96px; background: #fff; }
.industry-section#technical, .industry-section#healthcare { background: var(--industry-sky-soft); }
.industry-section > .auto-container > .row { display: grid; grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr); gap: 18px; align-items: stretch !important; margin: 0; }
.industry-section > .auto-container > .row > [class*="col-"] { width: 100%; max-width: none; padding: 0; }
.industry-section > .auto-container > .row > .col-lg-5 {
  position: relative;
  display: flex;
  padding: 42px !important;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #cde8f3;
  border-radius: 24px;
  background: linear-gradient(145deg, #e6f7fd 0%, #f9fdff 100%);
}
.industry-section > .auto-container > .row > .col-lg-5 { grid-column: 1; grid-row: 1; }
.industry-section > .auto-container > .row > .col-lg-7,
.industry-section > .auto-container > .row > .col-lg-7 > .row { display: contents; }
.industry-section > .auto-container > .row > .col-lg-7 > .row > .col-md-5 { grid-column: 2; grid-row: 1; }
.industry-section > .auto-container > .row > .col-lg-7 > .row > .col-md-7 { grid-column: 1 / -1; grid-row: 2; margin-top: 2px; }
.industry-section > .auto-container > .row > .col-lg-5:after { content: ""; position: absolute; width: 150px; height: 150px; right: -70px; bottom: -70px; border: 28px solid rgba(8, 125, 170, .07); border-radius: 50%; }
.industry-number { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 14px; background: var(--industry-orange); color: #fff; font-weight: 700; margin-bottom: 25px; box-shadow: 0 8px 22px rgba(244, 122, 0, .2); }
.industry-section h2 { position: relative; z-index: 1; color: var(--industry-blue); font-size: clamp(31px, 3vw, 44px); line-height: 1.14; margin-bottom: 12px; letter-spacing: -.025em; }
.industry-section .sector-tagline { position: relative; z-index: 1; color: var(--industry-orange); font-size: 18px; font-weight: 650; margin-bottom: 18px; }
.industry-section .sector-copy { position: relative; z-index: 1; color: #496473; font-size: 15px; line-height: 1.75; }
.industry-section .col-lg-7 > .row > [class*="col-"] { width: 100%; max-width: none; padding: 0; }

.role-card, .focus-card { height: 100%; padding: 34px; border-radius: 22px; background: #fff; border: 1px solid #dceaf0; box-shadow: 0 15px 42px rgba(0, 75, 118, .08); }
.role-card { position: relative; overflow: hidden; }
.role-card:before { content: ""; position: absolute; height: 4px; inset: 0 0 auto; background: linear-gradient(90deg, var(--industry-orange), #ffb15f); }
.role-card__head { display: flex; align-items: center; gap: 15px; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid #dcecf2; }
.role-card__icon { display: grid; flex: 0 0 50px; width: 50px; height: 50px; place-items: center; border-radius: 14px; background: var(--industry-orange-soft); color: var(--industry-orange); font-size: 20px; }
.role-card__head h3, .role-card h3, .focus-card h3 { color: var(--industry-blue); font-size: 22px; margin: 0; }
.role-group { padding: 17px; border: 1px solid #dcecf2; border-radius: 15px; background: #f7fcfe; }
.role-group + .role-group { margin-top: 13px; }
.role-group h4 { display: flex; align-items: center; gap: 8px; font-size: 15px; color: var(--industry-blue); margin-bottom: 12px; }
.role-group h4:before { content: ""; width: 9px; height: 9px; border-radius: 3px; background: var(--industry-orange); transform: rotate(45deg); }
.role-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.role-card > .role-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.role-card:has(.role-group) { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; align-content: start; }
.role-card:has(.role-group) .role-card__head { grid-column: 1 / -1; }
.role-card:has(.role-group) .role-group { margin-top: 0; }
.role-card:has(.role-group) .role-list { grid-template-columns: 1fr; }
.role-list li { position: relative; display: flex; min-height: 44px; padding: 10px 11px 10px 34px; align-items: center; border: 1px solid #e0edf2; border-radius: 10px; background: #fff; color: #334f5d; font-size: 14px; line-height: 1.4; }
.role-list li:before { content: "\2713"; position: absolute; left: 11px; top: 50%; color: var(--industry-orange); font-size: 12px; font-weight: 800; transform: translateY(-50%); }
.check-list li { position: relative; padding-left: 21px; color: #334f5d; line-height: 1.5; }
.check-list li:before { content: ""; position: absolute; left: 0; top: .55em; width: 7px; height: 7px; border-radius: 50%; background: var(--industry-orange); }
.focus-card { background: linear-gradient(155deg, #effaff 0%, #e1f3fa 100%); border: 1px solid #bfe1ee; box-shadow: none; }
.focus-card h3 { padding-bottom: 17px; border-bottom: 1px solid #c9e5ef; color: var(--industry-blue); }
.focus-card p, .focus-card li { color: #375766; }
.check-list li + li { margin-top: 12px; }

.shared-preparation { padding: 92px 0; background: linear-gradient(135deg, #e8f7fc 0%, #f7fcfe 55%, #fff5eb 100%); border-top: 1px solid #d4ecf5; border-bottom: 1px solid #d4ecf5; }
.shared-preparation .sec-title h2 { color: var(--industry-blue); }
.shared-preparation .sec-title p { max-width: 820px; margin: 14px auto 0; color: var(--industry-copy); }
.prep-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 42px; }
.prep-item { position: relative; min-height: 188px; padding: 28px 23px; overflow: hidden; border-radius: 18px; background: #fff; border: 1px solid #d5eaf2; box-shadow: 0 12px 32px rgba(0, 75, 118, .065); transition: transform .25s ease, box-shadow .25s ease; }
.prep-item:hover { transform: translateY(-5px); box-shadow: 0 20px 42px rgba(0, 75, 118, .11); }
.prep-item span { display: inline-grid; width: 36px; height: 36px; place-items: center; border-radius: 10px; background: var(--industry-orange-soft); color: var(--industry-orange); font-size: 13px; font-weight: 750; margin-bottom: 18px; }
.prep-item h3 { color: var(--industry-blue); font-size: 19px; margin-bottom: 9px; }
.prep-item p { color: var(--industry-copy); font-size: 14px; line-height: 1.62; margin: 0; }

.pipeline-section, .models-section, .ecosystem-section { padding: 92px 0; }
.section-heading { max-width: 820px; margin-bottom: 43px; }
.section-heading h2 { color: var(--industry-blue); font-size: clamp(34px, 4vw, 48px); margin-bottom: 13px; letter-spacing: -.025em; }
.section-heading p { font-size: 17px; line-height: 1.72; }
.pipeline { position: relative; display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px; }
.pipeline:before { content: ""; position: absolute; left: 5%; right: 5%; top: 26px; height: 2px; background: #bcdfea; }
.pipeline-step { position: relative; min-height: 225px; padding: 58px 18px 24px; border-radius: 18px; background: #fff; border: 1px solid #dbeaf0; box-shadow: 0 10px 27px rgba(0, 75, 118, .055); }
.pipeline-step .step-no { position: absolute; top: 9px; left: 18px; display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--industry-blue); color: #fff; font-size: 12px; font-weight: 750; box-shadow: 0 0 0 6px #fff; }
.pipeline-step h3 { color: var(--industry-blue); font-size: 19px; margin: 10px 0; }
.pipeline-step p { color: var(--industry-copy); font-size: 13px; line-height: 1.6; margin: 0; }

.ecosystem-section { background: var(--industry-blue); }
.ecosystem-panel { padding: 54px; border-radius: 26px; background: #fff; box-shadow: 0 22px 55px rgba(0, 43, 67, .2); }
.ecosystem-panel h2 { color: var(--industry-blue); }
.ecosystem-tags { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 26px; }
.ecosystem-tags span { padding: 11px 15px; border-radius: 50px; background: var(--industry-sky-soft); border: 1px solid #cce8f3; color: var(--industry-blue); font-size: 14px; font-weight: 600; }

.model-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.model-card { min-height: 250px; padding: 31px 24px; border: 1px solid #d8e8ee; border-radius: 19px; background: #fff; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.model-card:hover { transform: translateY(-6px); border-color: #9dd2e5; box-shadow: 0 18px 38px rgba(0, 75, 118, .1); }
.model-card i { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 14px; background: var(--industry-orange-soft); color: var(--industry-orange); font-size: 21px; margin-bottom: 21px; }
.model-card h3 { color: var(--industry-blue); font-size: 20px; margin-bottom: 11px; }
.model-card p { font-size: 14px; line-height: 1.65; margin: 0; }

.planning-band { padding: 76px 0; background: linear-gradient(120deg, #e6f7fd 0%, #fff 54%, #fff0e1 100%); border-top: 1px solid #d8edf5; border-bottom: 1px solid #d8edf5; }
.planning-band h2 { max-width: 900px; color: var(--industry-blue); font-size: clamp(32px, 4vw, 46px); }
.planning-band p { max-width: 900px; color: #46616f; font-size: 17px; line-height: 1.75; margin-top: 15px; }

.industry-cta { padding: 96px 0; text-align: center; background: #fff; }
.industry-cta .auto-container { max-width: 1000px; }
.industry-cta h2 { color: var(--industry-blue); font-size: clamp(36px, 4vw, 52px); letter-spacing: -.025em; }
.industry-cta p { max-width: 760px; margin: 16px auto 30px; font-size: 17px; line-height: 1.75; }
.industry-cta .cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.industry-cta .theme-btn.btn-two { border: 1px solid var(--industry-blue); background: #fff; color: var(--industry-blue) !important; }

@media (max-width: 1199px) {
  .industries-hero .hero-grid { grid-template-columns: minmax(0, 1fr) 350px; gap: 38px; }
  .industry-jump { grid-template-columns: repeat(3, 1fr); }
  .industry-section > .auto-container > .row { grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr); }
  .role-card > .role-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pipeline { grid-template-columns: repeat(4, 1fr); }
  .pipeline:before { display: none; }
  .model-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991px) {
  .industries-hero .hero-grid { grid-template-columns: 1fr; }
  .hero-showcase { min-height: auto; }
  .industry-section > .auto-container > .row { grid-template-columns: minmax(250px, .82fr) minmax(0, 1.18fr); }
  .industry-section > .auto-container > .row > .col-lg-5 { min-height: 340px; }
  .role-card:has(.role-group) { grid-template-columns: 1fr; }
  .role-card > .role-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .industries-hero { padding: 62px 0 68px; }
  .industries-hero h1 { font-size: 43px; overflow-wrap: anywhere; }
  .industries-hero p { font-size: 16px; }
  .industries-hero .hero-actions > * { width: 100%; }
  .hero-showcase { padding: 22px; border-radius: 22px; }
  .hero-sector-grid, .industry-jump, .prep-grid, .pipeline, .model-grid { grid-template-columns: 1fr; }
  .hero-sector:last-child { grid-column: auto; }
  .industry-intro, .shared-preparation, .pipeline-section, .models-section, .ecosystem-section, .industry-cta { padding: 64px 0; }
  .industry-section { padding: 35px 0; }
  .industry-section > .auto-container > .row { grid-template-columns: 1fr; }
  .industry-section > .auto-container > .row > .col-lg-5 { grid-column: 1; grid-row: 1; }
  .industry-section > .auto-container > .row > .col-lg-7 > .row > .col-md-5 { grid-column: 1; grid-row: 2; }
  .industry-section > .auto-container > .row > .col-lg-7 > .row > .col-md-7 { grid-column: 1; grid-row: 3; }
  .industry-section > .auto-container > .row > .col-lg-5 { min-height: auto; padding: 30px 25px !important; }
  .role-card, .focus-card, .ecosystem-panel { padding: 26px 23px; }
  .role-list, .role-card > .role-list { grid-template-columns: 1fr; }
  .prep-item, .pipeline-step, .model-card { min-height: auto; }
}
