.odt-a-hero {
  position: relative;
  min-height: 68vh;
  overflow: hidden;
  padding-bottom: clamp(1.8rem, 4.6vw, 3rem);
  background:
    radial-gradient(circle at 82% 18%, rgb(0 208 255 / 16%) 0%, transparent 34%),
    linear-gradient(180deg, #071932 0%, #123d78 100%);
}

.odt-a-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(1.2rem, 2.6vw, 2.2rem);
}

.odt-a-hero__title {
  color: #ffffff;
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  line-height: 1.08;
  max-width: 15ch;
}

.odt-a-hero__cta {
  margin-top: clamp(1rem, 2vw, 1.4rem);
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}

.odt-a-board {
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 18px;
  background: rgb(255 255 255 / 8%);
  padding: 0.9rem;
}

.odt-a-board h3 {
  color: #ffffff;
  font-size: 0.86rem;
  margin-bottom: 0.54rem;
}

.odt-a-board__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.54rem;
}

.odt-a-board__grid article {
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 11px;
  background: rgb(8 24 58 / 78%);
  color: #ffffff;
  padding: 0.56rem;
}

.odt-a-board__grid i {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8fd6ff;
  background: rgb(143 214 255 / 14%);
  margin-bottom: 0.2rem;
}

.odt-a-solve,
.odt-a-grid-4,
.odt-a-process {
  margin-top: 1rem;
}

.odt-a-kicker {
  display: inline-flex;
  align-items: center;
  border: 1px solid #c8dafc;
  border-radius: 999px;
  background: #edf4ff;
  color: #1d4fbf;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.24rem 0.58rem;
  margin-bottom: 0.62rem;
}

.odt-a-solve {
  border: 1px solid #d7e4fc;
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 14%, rgb(16 91 255 / 10%) 0%, transparent 45%),
    linear-gradient(160deg, #ffffff 0%, #f3f8ff 100%);
  box-shadow: 0 20px 36px rgb(13 33 78 / 9%);
  padding: clamp(1rem, 2.2vw, 1.4rem);
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: clamp(0.9rem, 2vw, 1.3rem);
}

.odt-a-solve__impact {
  margin-top: 0.6rem;
  border-left: 3px solid #2b67de;
  padding-left: 0.62rem;
  color: #324c75;
  font-size: 0.9rem;
  font-weight: 600;
}

.odt-a-solve__cards {
  display: grid;
  gap: 0.58rem;
}

.odt-a-solve__cards article {
  border: 1px solid #d3e2fb;
  border-radius: 14px;
  border-top: 3px solid #3f72de;
  background: #ffffff;
  padding: 0.76rem;
  box-shadow: 0 10px 18px rgb(20 44 90 / 8%);
}

.odt-a-solve__cards h3 {
  font-size: 0.9rem;
  margin-bottom: 0.16rem;
}

.odt-a-solve__cards p {
  color: #4b617f;
  font-size: 0.82rem;
  line-height: 1.42;
}

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

.odt-a-card {
  border: 1px solid #d6e3fb;
  border-radius: 12px;
  background: #ffffff;
  padding: 0.76rem;
}

.odt-a-card i {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1a53d9;
  background: #e8f0ff;
  margin-bottom: 0.32rem;
}

.odt-a-why {
  border: 1px solid #d7e4fc;
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 16%, rgb(24 113 255 / 10%) 0%, transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  box-shadow: 0 16px 30px rgb(16 36 78 / 7%);
  padding: clamp(1rem, 2.1vw, 1.3rem);
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: clamp(0.8rem, 2vw, 1.15rem);
}

.odt-a-why__pillars {
  display: grid;
  gap: 0.52rem;
}

.odt-a-why__pillars article {
  border: 1px solid #d4e2fc;
  border-radius: 12px;
  border-top: 2px solid #3b70dc;
  background: #ffffff;
  padding: 0.68rem;
}

.odt-a-why__pillars h3 {
  font-size: 0.84rem;
  margin-bottom: 0.14rem;
}

.odt-a-why__pillars p {
  color: #4b617f;
  font-size: 0.8rem;
  line-height: 1.42;
}

.odt-a-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.56rem;
}

.odt-a-process article {
  border: 1px solid #cfdefa;
  border-radius: 12px;
  border-top: 2px solid #3c71dd;
  background: #ffffff;
  padding: 0.68rem;
  min-height: 88px;
}

.odt-a-process span {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1a53d9;
  background: #e8f0ff;
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 0.28rem;
}

.odt-a-process h3 {
  font-size: 0.84rem;
  line-height: 1.35;
}

.odt-a-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 17%, rgb(21 245 183 / 15%) 0%, transparent 34%),
    linear-gradient(180deg, #071a52 0%, #0040ff 100%);
}

.odt-a-cta__shell {
  position: relative;
  z-index: 1;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 18px;
  background: rgb(255 255 255 / 6%);
  padding: clamp(1.2rem, 2.2vw, 1.8rem);
}

.cta-particles-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

@media (width <= 1024px) {
  .odt-a-hero {
    min-height: auto;
  }

  .odt-a-hero__grid {
    grid-template-columns: 1fr;
  }

  .odt-a-board__grid,
  .odt-a-grid-4,
  .odt-a-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .odt-a-solve,
  .odt-a-why {
    grid-template-columns: 1fr;
  }
}

@media (width <= 640px) {
  .odt-a-hero {
    padding-bottom: 2.6rem;
  }

  .odt-a-hero__title {
    max-width: 13ch;
  }

  .odt-a-hero__cta {
    width: 100%;
    justify-content: center;
  }

  .odt-a-board__grid,
  .odt-a-grid-4,
  .odt-a-process {
    grid-template-columns: 1fr;
  }

  .odt-a-process article {
    min-height: auto;
    padding: 0.64rem;
  }

  .odt-a-solve__cards article,
  .odt-a-why__pillars article {
    padding: 0.62rem;
  }
}
