.hero-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 2.5rem;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 3.25rem 2rem 3rem;
  border-radius: 40px;
  overflow: hidden;
  isolation: isolate;
  background-image:
    linear-gradient(120deg, rgba(2, 8, 23, 0.94) 0%, rgba(3, 16, 34, 0.9) 42%, rgba(3, 13, 28, 0.78) 100%),
    url("../img/mine.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  image-rendering: auto;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.hero-copy,
.hero-panel {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 650px;
  padding-right: 1rem;
}

.hero-copy h1 {
  max-width: 70ch;
}

.hero-copy .hero-subtitle {
  margin-top: 1.35rem;
  max-width: 38rem;
  font-size: 1.05rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.88);
}

.hero-copy .eyebrow {
  color: var(--accent-teal);
  margin-bottom: 1rem;
}

.hero-copy p {
  margin-top: 1.5rem;
  font-size: 1.05rem;
  line-height: 1.9;
  color: rgba(233, 243, 255, 0.82);
}

.company-section,
.services-section {
  padding-top: 96px;
}

.section-intro {
  max-width: 760px;
  margin: 0 auto 3rem;
  text-align: center;
}

.industries-section .section-intro {
  text-align: left;
  max-width: 100%;
  margin: 0 0 1.15rem;
}

.industries-section .section-intro p {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(233, 243, 255, 0.76);
  max-width: 60ch;
}

.section-intro .eyebrow {
  color: var(--accent-teal);
}

.section-intro h2 {
  color: var(--text);
  letter-spacing: -0.02em;
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
}

.industries-section {
  padding-top: 0;
  display: grid;
  gap: 1rem;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.hero-panel-card .industry-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.hero-panel-card .industry-card {
  padding: 1rem;
  border-radius: 18px;
}

.hero-panel-card .industry-card h3 {
  font-size: 0.96rem;
}

.hero-panel-card .industry-card p {
  font-size: 0.86rem;
  line-height: 1.6;
}

.industry-card {
  padding: 1.2rem 1.1rem;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(7, 19, 31, 0.92), rgba(10, 26, 42, 0.86));
  border: 1px solid rgba(0, 191, 166, 0.16);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  display: grid;
  gap: 0.45rem;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  align-content: start;
}

.industry-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-teal), var(--accent-amber));
}

.industry-card h3 {
  font-size: 1rem;
  line-height: 1.25;
  color: var(--text);
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.industry-card p {
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(233, 243, 255, 0.76);
  overflow-wrap: anywhere;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.service-card {
  padding: 2rem;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(6, 16, 30, 0.95), rgba(11, 24, 42, 0.95));
  border: 1px solid rgba(0, 191, 166, 0.14);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 100%;
}

.service-card-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin: 0.5rem 0 0.75rem;
}

.service-image {
  width: 100%;
  height: auto;
  max-height: 140px;
  object-fit: contain;
  border-radius: 16px;
  display: block;
  background: rgba(0, 0, 0, 0.05);
}

.service-card-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: start;
}

.service-card--side-always .service-card-layout {
  grid-template-columns: 1fr 1fr;
}

.service-images-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  overflow: hidden;
}

.service-image-full {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
  object-fit: contain;
  background: rgba(0, 0, 0, 0.05);
}

.service-card h3 {
  color: var(--text);
  margin-bottom: 0.25rem;
  font-size: 1.4rem;
}

.service-card-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0.25rem;
}

.service-card-top::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 0.7rem;
  border-radius: 999px;
  background: var(--accent-teal);
  opacity: 0.95;
}

.service-card p {
  color: rgba(255, 255, 255, 0.82);
}

.service-card p,
.service-card ul,
.service-card li {
  color: var(--muted);
  line-height: 1.85;
}

.service-card--teal h3 {
  color: #00bfa6;
}

.service-card--amber h3 {
  color: #ffb300;
}

.service-card--amber .service-card-top::after {
  background: #ffb300;
}

.service-card--blue h3 {
  color: #7fb7ff;
}

.service-card--blue .service-card-top::after {
  background: #7fb7ff;
}

.service-card--green h3 {
  color: #7fe1b7;
}

.service-card--green .service-card-top::after {
  background: #7fe1b7;
}

.service-card--cyan h3 {
  color: var(--accent-teal);
}

.service-card--cyan .service-card-top::after {
  background: var(--accent-teal);
}

.service-card ul {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.65rem;
  list-style: none;
}

.service-card li {
  position: relative;
  margin: 0;
  padding-left: 0.2rem;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .section-intro {
    margin-bottom: 2rem;
    padding: 0 0.5rem;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 1.5rem;
  }
}

@media (max-width: 640px) {
  .industry-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .industry-card {
    padding: 1rem;
  }

  .section-intro h2 {
    font-size: 1.3rem;
  }
}

.service-card li::before {
  content: "";
  position: absolute;
  left: -1.15rem;
  top: 0.8rem;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent-amber);
}

.approach-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 1rem 6rem;
}

.approach-timeline {
  position: relative;
  display: grid;
  gap: 2.5rem;
  padding-top: 3rem;
}

.timeline-line {
  position: absolute;
  inset: 0 auto auto 50%;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: linear-gradient(180deg, rgba(0, 191, 166, 0.9), rgba(0, 191, 166, 0.2));
  border-radius: 999px;
}

.timeline-step {
  position: relative;
  display: grid;
}

.timeline-step::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #07131f;
  border: 4px solid var(--accent-teal);
  z-index: 1;
}

.timeline-step--left {
  justify-items: end;
  text-align: right;
}

.timeline-step--right {
  justify-items: start;
  text-align: left;
}

.timeline-card {
  position: relative;
  width: min(520px, 100%);
  padding: 2rem;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(3, 14, 26, 0.98), rgba(8, 24, 42, 0.95));
  border: 1px solid rgba(0, 191, 166, 0.18);
  box-shadow: var(--shadow);
}

.timeline-card--accent {
  background: linear-gradient(135deg, rgba(0, 191, 166, 0.16), rgba(6, 20, 36, 0.96));
}

.timeline-step-label {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-teal);
}

.timeline-card p {
  margin: 0;
  color: rgba(233, 243, 255, 0.82);
  line-height: 1.9;
  font-size: 1rem;
}

.approach-page .section-intro {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: 4rem 1rem 0;
}

.approach-page .section-intro h2 {
  margin-top: 0.75rem;
  font-size: clamp(2.25rem, 2.5vw, 3rem);
}

.approach-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.approach-intro .button {
  margin-top: 0.5rem;
}

@media (max-width: 900px) {
  .approach-timeline {
    padding-top: 2rem;
  }

  .timeline-line {
    left: 16px;
  }

  .timeline-step {
    justify-items: start;
    text-align: left;
    padding-left: 2.5rem;
  }

  .timeline-step::before {
    left: 16px;
    transform: translateX(0);
  }

  .timeline-card {
    width: 100%;
  }
}

.service-card--teal {
  border-color: rgba(0, 191, 166, 0.22);
}

.service-card--amber {
  border-color: rgba(255, 179, 0, 0.22);
}

.service-card--blue {
  border-color: rgba(0, 116, 255, 0.2);
}

.service-card--green {
  border-color: rgba(0, 191, 166, 0.22);
}

.service-card--teal {
  background: linear-gradient(180deg, rgba(0, 191, 166, 0.14), rgba(8, 29, 44, 0.95));
}

.service-card--amber {
  background: linear-gradient(180deg, rgba(255, 179, 0, 0.14), rgba(19, 30, 46, 0.95));
}

.service-card--blue {
  background: linear-gradient(180deg, rgba(8, 20, 44, 0.96), rgba(9, 24, 42, 0.93));
}

.service-card--green {
  background: linear-gradient(180deg, rgba(5, 33, 42, 0.96), rgba(10, 35, 45, 0.94));
}

.team-section,
.responsibility-section {
  max-width: 980px;
  margin: 3rem auto 0;
  padding: 2.5rem;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(3, 14, 26, 0.98), rgba(8, 24, 42, 0.95));
  border: 1px solid rgba(0, 191, 166, 0.18);
  box-shadow: var(--shadow);
}

.team-section h3,
.responsibility-section h3 {
  color: var(--text);
  margin-bottom: 1rem;
}

.team-section p,
.responsibility-section p,
.responsibility-section ul,
.responsibility-section li {
  color: rgba(233, 243, 255, 0.82);
  line-height: 1.9;
}

.responsibility-section ul {
  display: grid;
  gap: 1rem;
  padding-left: 1.2rem;
  margin-top: 1rem;
}

.responsibility-section li {
  position: relative;
  padding-left: 1.5rem;
}

.responsibility-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent-teal);
}

.section-intro h2 {
  color: var(--text);
  margin: 1rem 0 0.75rem;
}

.company-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem;
  max-width: 1180px;
  margin: 0 auto;
}

.company-card {
  padding: 2rem;
  border-radius: 32px;
  background: rgba(10, 23, 38, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
  display: grid;
  gap: 1.5rem;
}

.company-card--blue {
  background: linear-gradient(180deg, rgba(1, 22, 42, 0.96), rgba(8, 29, 49, 0.93));
}

.company-card--green {
  background: linear-gradient(180deg, rgba(2, 29, 37, 0.96), rgba(7, 35, 44, 0.92));
}

.company-card-top {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.company-flag {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.8rem;
  color: var(--accent-teal);
}

.company-category {
  color: var(--muted);
  font-size: 0.95rem;
}

.company-card h3 {
  color: var(--text);
}

.company-card p,
.company-card ul,
.company-card li {
  color: var(--muted);
  line-height: 1.9;
}

.company-card ul {
  display: grid;
  gap: 0.75rem;
  padding-left: 1.2rem;
}

.company-card li {
  position: relative;
}

.company-card li::before {
  content: "";
  position: absolute;
  left: -1.2rem;
  top: 0.8rem;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent-teal);
}

.company-cta {
  margin-top: 0.5rem;
  color: var(--text);
  font-weight: 600;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 1180px;
  margin: 0 auto;
}

.expertise-card {
  padding: 2rem;
  border-radius: 28px;
  background: rgba(17, 32, 54, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.expertise-card h3 {
  color: var(--text);
  margin-bottom: 1rem;
}

.expertise-card p {
  line-height: 1.85;
}

.cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 3rem 2rem;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(0, 191, 166, 0.14), rgba(15, 30, 52, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.06);
  max-width: 1180px;
  margin: 0 auto 2rem;
}

.cta-copy h2 {
  margin-bottom: 1rem;
  color: var(--text);
}

.cta-copy p {
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.25rem;
}

.hero-panel {
  position: relative;
}

.hero-panel--clean {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 360px;
}

.hero-panel-card {
  position: relative;
  min-height: 280px;
  padding: 2.5rem;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(2, 21, 41, 0.96), rgba(14, 30, 52, 0.96));
  border: 1px solid rgba(0, 191, 166, 0.18);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.hero-panel-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, var(--accent-teal), var(--accent-amber));
}

.hero-panel-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(0, 191, 166, 0.12);
}

.hero-panel-card .panel-label {
  display: inline-flex;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent-teal);
  margin-bottom: 1rem;
}

.hero-panel-features ul {
  margin: 1.5rem 0 0;
  padding-left: 1.2rem;
  list-style: none;
  display: grid;
  gap: 0.9rem;
}

.hero-panel-features li {
  position: relative;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.85;
  padding-left: 1.2rem;
}

.hero-panel-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent-teal);
}

.hero-panel-card h2 {
  color: var(--text);
  margin-bottom: 1rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 1180px;
  margin: 0 auto;
}

.prelude-section {
  padding: 5rem 0;
}

.prelude-copy {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

.prelude-copy h2 {
  font-size: clamp(2.5rem, 4vw, 3.7rem);
  color: var(--text);
  margin-bottom: 1.1rem;
}

.prelude-copy p {
  color: var(--muted);
  line-height: 1.9;
  font-size: 1rem;
}

.impact-grid {
  padding: 4rem 0;
  max-width: 1180px;
  margin: 0 auto;
}

.impact-copy {
  margin-bottom: 2rem;
  text-align: center;
}

.impact-copy h2 {
  color: var(--text);
  max-width: 720px;
  margin: 0 auto;
}

.impact-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.impact-item {
  padding: 2rem;
  border-radius: 28px;
  background: rgba(13, 28, 46, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
}

.impact-item strong {
  display: block;
  font-size: 2.25rem;
  color: var(--text);
  margin-bottom: 0.75rem;
}

.impact-item p {
  color: var(--muted);
  line-height: 1.8;
}

.stat-card {
  padding: 2rem;
  border-radius: 28px;
  background: rgba(19, 42, 64, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(122, 210, 159, 0.04);
}

.stat-card span {
  display: block;
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 0.75rem;
}

.feature-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 1180px;
  margin: 0 auto;
}

.feature-card {
  padding: 2rem;
  border-radius: 28px;
  background: rgba(15, 28, 46, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
}

.feature-card h3 {
  color: var(--text);
  margin-bottom: 1rem;
}

.feature-card p {
  line-height: 1.9;
}

.spotlight-section {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  max-width: 1180px;
  margin: 0 auto;
}

.spotlight-visual {
  display: grid;
  align-items: center;
}

.visual-card {
  padding: 2rem;
  border-radius: 32px;
  min-height: 320px;
  background: linear-gradient(180deg, rgba(10, 24, 41, 0.96), rgba(15, 28, 46, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.visual-card p {
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.visual-card ul {
  display: grid;
  gap: 1rem;
}

.visual-card li {
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.8;
}

.visual-card li::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
}

@media (max-width: 1080px) {
  .hero-section,
  .spotlight-section {
    grid-template-columns: 1fr;
  }

  .hero-section {
    gap: 2.5rem;
  }

  .cta-strip {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .hero-panel {
    min-height: auto;
  }
}

@media (max-width: 900px) {
  .service-grid,
  .company-grid,
  .stats-grid,
  .feature-panels,
  .impact-items,
  .expertise-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-panel-card .industry-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    font-size: clamp(2.2rem, 6vw, 3.4rem);
  }

  .hero-copy .hero-subtitle {
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions a.button {
    width: 100%;
  }

  .hero-panel-card,
  .visual-card,
  .stat-card,
  .feature-card,
  .impact-item,
  .company-card,
  .service-card,
  .team-section,
  .responsibility-section {
    padding: 1.75rem;
  }

  .service-card-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .service-card--side-always .service-card-layout {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .hero-panel-card::after {
    width: 120px;
    height: 120px;
    right: -30px;
    bottom: -30px;
  }
}

@media (max-width: 720px) {
  section {
    padding: 48px 18px;
  }

  .hero-section {
    gap: 1.6rem;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .service-card,
  .team-section,
  .responsibility-section {
    border-radius: 24px;
    padding: 1.25rem;
  }

  .service-card-images {
    gap: 0.5rem;
    margin: 0.35rem 0 0.5rem;
  }

  .service-image {
    max-height: 100px;
    border-radius: 12px;
  }

  .service-images-stack {
    gap: 0.6rem;
  }

  .service-card--side-always .service-card-layout {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
  }

  .service-card--side-always .service-images-stack {
    gap: 0.5rem;
  }

  .section-intro,
  .impact-copy,
  .prelude-copy {
    text-align: left;
  }
}

@media (max-width: 560px) {
  section {
    padding: 32px 16px;
  }

  .hero-panel-card,
  .visual-card,
  .stat-card,
  .feature-card,
  .impact-item,
  .company-card,
  .service-card,
  .team-section,
  .responsibility-section {
    padding: 1.25rem;
  }

  .hero-actions {
    gap: 0.75rem;
  }

  .button-primary,
  .button-secondary {
    width: 100%;
    justify-content: center;
  }

  .section-intro {
    margin-bottom: 2rem;
  }
}

@media (max-width: 420px) {
  .hero-copy h1 {
    font-size: clamp(1.85rem, 10vw, 2.55rem);
  }

  .hero-copy .hero-subtitle,
  .service-card p,
  .team-section p,
  .responsibility-section p {
    font-size: 0.95rem;
  }

  .hero-panel-card,
  .service-card,
  .team-section,
  .responsibility-section,
  .visual-card {
    border-radius: 22px;
  }

  .site-header {
    padding: 1rem 1rem;
  }
}
