.bpo-hero {
  position: relative;
  min-height: 790px;
  padding: 113px 0 105px;
  overflow: hidden;
  background: radial-gradient(circle at 83% 19%, rgb(91 200 192 / 16%), transparent 31%), radial-gradient(circle at 18% 90%, rgb(38 115 210 / 17%), transparent 30%), var(--night);
  color: var(--white);
}

.bpo-hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgb(255 255 255 / 2.8%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 2.8%) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 95%);
}

.bpo-hero > .landing-container { position: relative; z-index: 1; }
.bpo-hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 72px; }
.bpo-hero-copy { max-width: 630px; }
.bpo-hero-copy h1 { margin: 0 0 24px; font-size: clamp(49px, 4.8vw, 70px); font-weight: 760; line-height: 1.02; letter-spacing: -.05em; }
.bpo-hero-copy > p { max-width: 590px; margin-bottom: 31px; color: #b8c5d6; font-size: 18px; line-height: 1.68; }

.ops-board { overflow: hidden; border: 1px solid rgb(255 255 255 / 16%); border-radius: 18px; background: rgb(8 26 43 / 88%); box-shadow: 0 35px 90px rgb(0 0 0 / 28%); backdrop-filter: blur(10px); }
.ops-board-head { display: flex; height: 46px; align-items: center; gap: 7px; padding: 0 16px; border-bottom: 1px solid rgb(255 255 255 / 10%); background: rgb(255 255 255 / 4%); }
.ops-board-head > span { width: 8px; height: 8px; border-radius: 50%; background: #506176; }
.ops-board-head > span:first-child { background: #e67e78; }
.ops-board-head > span:nth-child(2) { background: #e5b95f; }
.ops-board-head > span:nth-child(3) { background: #55bd83; }
.ops-board-head small { margin-left: 7px; color: #a8b6c7; font-size: 10px; }
.ops-board-head b { margin-left: auto; color: #8d9eb2; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.ops-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; padding: 24px 24px 14px; }
.ops-kpis article { display: grid; gap: 5px; padding: 17px; border: 1px solid rgb(255 255 255 / 11%); border-radius: 10px; background: #102d49; }
.ops-kpis small { color: #a0b0c3; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ops-kpis strong { color: var(--white); font-size: 28px; line-height: 1; }
.ops-kpis span { color: #95a8be; font-size: 9px; }
.ops-kpis article:nth-child(2) { border-color: rgb(91 200 192 / 23%); background: rgb(91 200 192 / 8%); }
.ops-kpis article:nth-child(2) strong { color: #85ded7; }
.ops-list { margin: 0 24px 24px; overflow: hidden; border: 1px solid rgb(255 255 255 / 11%); border-radius: 10px; }
.ops-list-head { display: flex; min-height: 36px; align-items: center; justify-content: space-between; padding: 0 15px; border-bottom: 1px solid rgb(255 255 255 / 10%); background: rgb(255 255 255 / 3%); color: #8fa0b5; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.ops-list article { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 12px; min-height: 71px; padding: 12px 14px; border-bottom: 1px solid rgb(255 255 255 / 8%); }
.ops-list article:last-child { border-bottom: 0; }
.ops-list article > i { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 8px; background: rgb(38 115 210 / 18%); color: #8fc1ff; }
.ops-list article > i .icon { width: 18px; height: 18px; }
.ops-list article > div { display: grid; gap: 4px; }
.ops-list article strong { font-size: 12px; }
.ops-list article small { color: #8fa1b6; font-size: 9px; }
.ops-list article > b { padding: 6px 8px; border-radius: 5px; font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }
.status-done { background: rgb(91 200 192 / 13%); color: #85ded7; }
.status-review { background: rgb(229 185 95 / 12%); color: #e9c77f; }

.bpo-combination { background: var(--soft); }
.bpo-combination .section-kicker, .bpo-controls .section-kicker { color: #1f65bd; }
.combination-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 100px; }
.combination-copy h2 { margin: 14px 0 24px; font-size: clamp(38px, 3.75vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.combination-copy p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.combination-copy p + p { margin-top: 16px; }
.text-action { display: inline-flex; align-items: center; gap: 9px; margin-top: 29px; color: var(--blue-dark); font-size: 14px; font-weight: 800; text-decoration: none; }
.text-action:hover { color: var(--blue); }
.text-action .icon { width: 17px; height: 17px; }
.resource-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.resource-grid article { display: flex; min-height: 235px; flex-direction: column; align-items: flex-start; padding: 25px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: 0 15px 38px rgb(30 48 75 / 5%); }
.resource-grid article:last-child { grid-column: 1 / -1; min-height: 190px; }
.resource-grid article > span { display: grid; width: 46px; height: 46px; margin-bottom: 23px; place-items: center; border-radius: 10px; background: #e9f2fd; color: var(--blue); }
.resource-grid article:nth-child(2) > span { background: #eeebff; color: var(--purple); }
.resource-grid article:nth-child(3) > span { background: var(--cyan-soft); color: #198f89; }
.resource-grid small { color: #53677f; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.resource-grid strong { margin: 10px 0 9px; font-size: 16px; line-height: 1.35; }
.resource-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

@media (max-width: 1080px) {
  .bpo-hero-grid { gap: 45px; }
  .ops-kpis { padding: 20px 20px 12px; }
  .ops-list { margin: 0 20px 20px; }
  .combination-grid { gap: 65px; }
}

@media (max-width: 900px) {
  .bpo-hero { padding-top: 105px; }
  .bpo-hero-grid { grid-template-columns: 1fr; }
  .bpo-hero-copy { max-width: 730px; }
  .ops-board { width: min(100%, 650px); }
  .combination-grid { grid-template-columns: 1fr; }
  .combination-copy { max-width: 700px; }
}

@media (max-width: 640px) {
  .bpo-hero { min-height: auto; padding: 101px 0 76px; }
  .bpo-hero-copy h1 { font-size: clamp(40px, 11.7vw, 52px); }
  .bpo-hero-copy > p { font-size: 16px; line-height: 1.62; }
  .ops-board { margin-top: 10px; border-radius: 13px; }
  .ops-board-head { height: 40px; }
  .ops-kpis { gap: 7px; padding: 15px 13px 10px; }
  .ops-kpis article { padding: 13px 10px; }
  .ops-kpis strong { font-size: 23px; }
  .ops-kpis span { display: none; }
  .ops-list { margin: 0 13px 13px; }
  .ops-list article { grid-template-columns: 32px 1fr; gap: 10px; padding: 10px; }
  .ops-list article > i { width: 32px; height: 32px; }
  .ops-list article > b { grid-column: 2; justify-self: start; }
  .resource-grid { grid-template-columns: 1fr; }
  .resource-grid article, .resource-grid article:last-child { grid-column: auto; min-height: auto; }
}
