@charset "UTF-8";

/* =========================
   OPERATIONS
========================= */

.operations {
  position: relative;
  padding: 160px 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(66, 165, 245, 0.10), transparent 30%),
    radial-gradient(circle at bottom right, rgba(168, 85, 247, 0.12), transparent 34%),
    linear-gradient(180deg, #070b14 0%, #0b1120 45%, #060914 100%);
}

/* =========================
   BACKGROUND GLOWS
========================= */

.operations__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  opacity: 0.8;
}

.operations__glow--one {
  top: -140px;
  left: -120px;
  width: 420px;
  height: 420px;
  background:
    radial-gradient(circle, rgba(56, 189, 248, 0.20) 0%, rgba(56, 189, 248, 0) 72%);
}

.operations__glow--two {
  right: -140px;
  bottom: -160px;
  width: 480px;
  height: 480px;
  background:
    radial-gradient(circle, rgba(168, 85, 247, 0.18) 0%, rgba(168, 85, 247, 0) 74%);
}

/* =========================
   CONTAINER
========================= */

.operations__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

/* =========================
   INTRO
========================= */

.operations__intro {
  max-width: 900px;
  margin-bottom: 90px;
}

.operations__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(190, 220, 255, 0.74);
}

.operations__eyebrow::before {
  content: "";
  width: 54px;
  height: 1px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(56, 189, 248, 0.9) 0%, rgba(168, 85, 247, 0.9) 100%);
}

.operations__title {
  margin: 0;
  max-width: 900px;
  font-size: 72px;
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: -3px;
  color: #f8fbff;
}

.operations__lead {
  margin: 34px 0 0;
  max-width: 760px;
  font-size: 20px;
  line-height: 1.85;
  font-weight: 300;
  color: rgba(225, 232, 245, 0.78);
}

/* =========================
   LAYOUT
========================= */

.operations__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

/* =========================
   LEFT PANEL
========================= */

.operations__content {
  position: sticky;
  top: 120px;
}

.operations__panel {
  position: relative;
  overflow: hidden;
  padding: 42px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.92) 0%, rgba(10, 14, 24, 0.92) 100%);
  backdrop-filter: blur(20px);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.operations__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(56, 189, 248, 0.06) 0%, rgba(168, 85, 247, 0.06) 100%);
  pointer-events: none;
}

/* =========================
   CHECKLIST
========================= */

.operations__checklist {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.operations__checklist li {
  position: relative;
  padding: 20px 24px 20px 72px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.015) 100%);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  color: #f5f9ff;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.20);
  transition:
    transform 0.4s ease,
    border-color 0.4s ease,
    background 0.4s ease,
    box-shadow 0.4s ease;
}

.operations__checklist li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  transform: translateY(-50%);
  background:
    radial-gradient(circle at 30% 30%, #8be9ff 0%, #38bdf8 45%, #7c3aed 100%);
  box-shadow:
    0 0 0 8px rgba(56, 189, 248, 0.10),
    0 0 24px rgba(56, 189, 248, 0.34);
}

.operations__checklist li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 33px;
  width: 9px;
  height: 4px;
  border-left: 2px solid #08111f;
  border-bottom: 2px solid #08111f;
  transform: translateY(-70%) rotate(-45deg);
}

.operations__checklist li:hover {
  transform: translateY(-5px);
  border-color: rgba(56, 189, 248, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.025) 100%);
  box-shadow:
    0 28px 52px rgba(0, 0, 0, 0.28);
}

/* =========================
   DETAILS
========================= */

.operations__details {
  display: grid;
  gap: 18px;
  margin-top: 36px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.operations__details p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(224, 232, 245, 0.74);
}

.operations__details strong {
  color: #ffffff;
  font-weight: 600;
}

/* =========================
   MEDIA SIDE
========================= */

.operations__media {
  display: grid;
  gap: 22px;
}

/* =========================
   HERO IMAGE
========================= */

.operations__heroImage {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0f1725;
  box-shadow:
    0 40px 90px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

.operations__heroImage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.28) 100%);
  pointer-events: none;
}

.operations__heroImage img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 1s ease;
}

.operations__heroImage:hover img {
  transform: scale(1.08);
}

/* =========================
   IMAGE GRID
========================= */

.operations__imageGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.operations__imageGrid img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #111827;
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.24);
  transition:
    transform 0.45s ease,
    border-color 0.45s ease,
    box-shadow 0.45s ease;
}

.operations__imageGrid img:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(56, 189, 248, 0.24);
  box-shadow:
    0 34px 60px rgba(0, 0, 0, 0.34);
}

/* =========================
   VIDEO BLOCK
========================= */

.operations__videoBlock {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  margin-top: 120px;
  padding: 42px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.82) 0%, rgba(10, 14, 24, 0.92) 100%);
  backdrop-filter: blur(18px);
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.30);
}

.operations__videoText h3 {
  margin: 0;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: -1.8px;
  color: #f8fbff;
}

.operations__videoFrame {
  position: relative;
}

.operations__video {
  display: block;
  width: 100%;
  border-radius: 28px;
  background: #000000;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.34);
}

.operations__caption {
  margin: 16px 4px 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(224, 232, 245, 0.58);
}

/* =========================
   REVEAL SUPPORT
========================= */

.operations .reveal {
  opacity: 0;
  transform: translateY(70px);
  transition:
    opacity 1s ease,
    transform 1s ease;
}

.operations .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}




/* =========================
   1920px
========================= */

@media screen and (max-width: 1920px) {
  .operations {
    padding: 150px 32px;
  }

  .operations__container {
    max-width: 1440px;
  }

  .operations__title {
    font-size: 66px;
  }

  .operations__lead {
    font-size: 19px;
  }

  .operations__layout {
    gap: 58px;
  }

  .operations__heroImage,
  .operations__heroImage img {
    min-height: 580px;
  }

  .operations__imageGrid img {
    height: 220px;
  }
}

/* =========================
   1400px
========================= */

@media screen and (max-width: 1400px) {
  .operations__title {
    font-size: 60px;
  }

  .operations__layout {
    gap: 48px;
  }

  .operations__panel {
    padding: 36px;
  }

  .operations__heroImage,
  .operations__heroImage img {
    min-height: 520px;
  }

  .operations__imageGrid img {
    height: 200px;
  }

  .operations__videoText h3 {
    font-size: 40px;
  }
}

/* =========================
   1200px
========================= */

@media screen and (max-width: 1200px) {
  .operations {
    padding: 120px 24px;
  }

  .operations__intro {
    margin-bottom: 64px;
  }

  .operations__title {
    font-size: 52px;
    letter-spacing: -2.2px;
  }

  .operations__lead {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.75;
  }

  .operations__layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .operations__content {
    position: relative;
    top: auto;
  }

  .operations__media {
    gap: 18px;
  }

  .operations__heroImage,
  .operations__heroImage img {
    min-height: 460px;
  }

  .operations__imageGrid img {
    height: 190px;
  }

  .operations__videoBlock {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 90px;
    padding: 36px;
  }

  .operations__videoText h3 {
    max-width: 760px;
    font-size: 38px;
  }
}

/* =========================
   900px
========================= */

@media screen and (max-width: 900px) {
  .operations {
    padding: 104px 22px;
  }

  .operations__intro {
    margin-bottom: 52px;
  }

  .operations__title {
    font-size: 44px;
    line-height: 1.04;
    letter-spacing: -1.7px;
  }

  .operations__lead {
    margin-top: 28px;
    font-size: 17px;
    line-height: 1.72;
  }

  .operations__panel {
    padding: 30px;
    border-radius: 30px;
  }

  .operations__checklist {
    gap: 15px;
  }

  .operations__checklist li {
    padding: 18px 20px 18px 64px;
    border-radius: 19px;
    font-size: 16px;
  }

  .operations__checklist li::before {
    left: 22px;
    width: 25px;
    height: 25px;
  }

  .operations__checklist li::after {
    left: 30px;
  }

  .operations__details {
    margin-top: 30px;
    padding-top: 28px;
  }

  .operations__heroImage,
  .operations__heroImage img {
    min-height: 390px;
    border-radius: 30px;
  }

  .operations__imageGrid {
    gap: 14px;
  }

  .operations__imageGrid img {
    height: 165px;
    border-radius: 20px;
  }

  .operations__videoBlock {
    margin-top: 72px;
    padding: 30px;
    border-radius: 32px;
  }

  .operations__videoText h3 {
    font-size: 34px;
    letter-spacing: -1.2px;
  }

  .operations__video {
    border-radius: 22px;
  }
}

/* =========================
   768px
========================= */

@media screen and (max-width: 768px) {
  .operations {
    padding: 92px 20px;
  }

  .operations__glow--one {
    width: 340px;
    height: 340px;
  }

  .operations__glow--two {
    width: 360px;
    height: 360px;
  }

  .operations__intro {
    margin-bottom: 44px;
  }

  .operations__eyebrow {
    margin-bottom: 18px;
    font-size: 12px;
    letter-spacing: 1.7px;
  }

  .operations__eyebrow::before {
    width: 42px;
  }

  .operations__title {
    font-size: 38px;
    line-height: 1.07;
    letter-spacing: -1.2px;
  }

  .operations__lead {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.72;
  }

  .operations__layout {
    gap: 38px;
  }

  .operations__panel {
    padding: 24px;
    border-radius: 26px;
  }

  .operations__checklist {
    gap: 13px;
  }

  .operations__checklist li {
    padding: 16px 18px 16px 58px;
    border-radius: 17px;
    font-size: 15px;
    line-height: 1.62;
  }

  .operations__checklist li::before {
    left: 18px;
    width: 23px;
    height: 23px;
    box-shadow:
      0 0 0 6px rgba(56, 189, 248, 0.10),
      0 0 20px rgba(56, 189, 248, 0.28);
  }

  .operations__checklist li::after {
    left: 25px;
    width: 8px;
  }

  .operations__details {
    gap: 14px;
    margin-top: 26px;
    padding-top: 24px;
  }

  .operations__details p {
    font-size: 14px;
    line-height: 1.75;
  }

  .operations__heroImage,
  .operations__heroImage img {
    min-height: 330px;
    border-radius: 24px;
  }

  .operations__imageGrid {
    gap: 12px;
  }

  .operations__imageGrid img {
    height: 145px;
    border-radius: 17px;
  }

  .operations__videoBlock {
    gap: 26px;
    margin-top: 60px;
    padding: 24px;
    border-radius: 28px;
  }

  .operations__videoText h3 {
    font-size: 30px;
    line-height: 1.12;
    letter-spacing: -1px;
  }

  .operations__video {
    border-radius: 18px;
  }

  .operations__caption {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.6;
  }
}

/* =========================
   600px
========================= */

@media screen and (max-width: 600px) {
  .operations {
    padding: 84px 18px;
  }

  .operations__title {
    font-size: 34px;
  }

  .operations__lead {
    font-size: 15.5px;
  }

  .operations__panel {
    padding: 20px;
    border-radius: 22px;
  }

  .operations__checklist li {
    padding: 15px 16px 15px 52px;
    font-size: 14.5px;
  }

  .operations__checklist li::before {
    left: 16px;
    width: 21px;
    height: 21px;
  }

  .operations__checklist li::after {
    left: 22px;
  }

  .operations__heroImage,
  .operations__heroImage img {
    min-height: 285px;
  }

  .operations__imageGrid img {
    height: 125px;
  }

  .operations__videoBlock {
    padding: 20px;
  }

  .operations__videoText h3 {
    font-size: 27px;
  }
}

/* =========================
   480px
========================= */

@media screen and (max-width: 480px) {
  .operations {
    padding: 76px 16px;
  }

  .operations__intro {
    margin-bottom: 36px;
  }

  .operations__eyebrow {
    gap: 8px;
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .operations__eyebrow::before {
    width: 34px;
  }

  .operations__title {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .operations__lead {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.68;
  }

  .operations__layout {
    gap: 30px;
  }

  .operations__panel {
    padding: 18px;
    border-radius: 20px;
  }

  .operations__checklist {
    gap: 11px;
  }

  .operations__checklist li {
    padding: 14px 14px 14px 48px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 1.55;
  }

  .operations__checklist li::before {
    left: 14px;
    width: 20px;
    height: 20px;
    box-shadow:
      0 0 0 5px rgba(56, 189, 248, 0.10),
      0 0 16px rgba(56, 189, 248, 0.24);
  }

  .operations__checklist li::after {
    left: 20px;
    width: 7px;
    height: 4px;
  }

  .operations__details {
    gap: 12px;
    margin-top: 22px;
    padding-top: 22px;
  }

  .operations__details p {
    font-size: 13.5px;
    line-height: 1.68;
  }

  .operations__heroImage,
  .operations__heroImage img {
    min-height: 250px;
    border-radius: 20px;
  }

  .operations__imageGrid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .operations__imageGrid img {
    height: 112px;
    border-radius: 14px;
  }

  .operations__videoBlock {
    margin-top: 48px;
    padding: 18px;
    border-radius: 22px;
  }

  .operations__videoText h3 {
    font-size: 24px;
    letter-spacing: -0.6px;
  }

  .operations__video {
    border-radius: 15px;
  }

  .operations__caption {
    font-size: 12px;
  }
}

/* =========================
   360px
========================= */

@media screen and (max-width: 360px) {
  .operations {
    padding: 68px 14px;
  }

  .operations__title {
    font-size: 27px;
  }

  .operations__lead {
    font-size: 14px;
  }

  .operations__panel {
    padding: 15px;
  }

  .operations__checklist li {
    padding: 13px 12px 13px 42px;
    font-size: 13px;
  }

  .operations__checklist li::before {
    left: 12px;
    width: 18px;
    height: 18px;
  }

  .operations__checklist li::after {
    left: 17px;
    width: 6px;
    height: 3px;
  }

  .operations__heroImage,
  .operations__heroImage img {
    min-height: 220px;
  }

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

  .operations__imageGrid img {
    height: 150px;
  }

  .operations__videoBlock {
    padding: 15px;
  }

  .operations__videoText h3 {
    font-size: 22px;
  }
}

/* =========================
   300px
========================= */

@media screen and (max-width: 300px) {
  .operations {
    padding: 62px 12px;
  }

  .operations__eyebrow {
    font-size: 10px;
    letter-spacing: 1.2px;
  }

  .operations__eyebrow::before {
    width: 28px;
  }

  .operations__title {
    font-size: 24px;
    line-height: 1.12;
  }

  .operations__lead {
    font-size: 13px;
    line-height: 1.6;
  }

  .operations__panel {
    padding: 12px;
    border-radius: 17px;
  }

  .operations__checklist li {
    padding: 12px 10px 12px 38px;
    font-size: 12.5px;
    border-radius: 12px;
  }

  .operations__checklist li::before {
    left: 10px;
    width: 16px;
    height: 16px;
  }

  .operations__checklist li::after {
    left: 15px;
  }

  .operations__details p {
    font-size: 12px;
  }

  .operations__heroImage,
  .operations__heroImage img {
    min-height: 190px;
    border-radius: 16px;
  }

  .operations__imageGrid img {
    height: 130px;
    border-radius: 12px;
  }

  .operations__videoBlock {
    margin-top: 40px;
    padding: 12px;
    border-radius: 18px;
  }

  .operations__videoText h3 {
    font-size: 20px;
  }

  .operations__video {
    border-radius: 12px;
  }

  .operations__caption {
    font-size: 11px;
    line-height: 1.5;
  }
}