.cwm-b-hero {
  position: relative;
  min-height: 67vh;
  overflow: hidden;
  padding-bottom: clamp(2rem, 4vw, 3.2rem);
  background:
    radial-gradient(circle at 80% 18%, rgb(0 195 255 / 18%) 0%, transparent 36%),
    linear-gradient(180deg, #081428 0%, #102d59 100%);
}

.cwm-b-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.2rem, 2.4vw, 2.1rem);
  align-items: center;
}

.cwm-b-hero__title {
  color: #ffffff;
  font-size: clamp(2rem, 4.3vw, 3.35rem);
  line-height: 1.08;
  max-width: 15ch;
  margin-bottom: 1rem;
}

.cwm-b-hero__content .section-intro {
  margin-bottom: 0.15rem;
}

.cwm-b-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cwm-b-hero__cta {
  margin-top: 1.2rem;
  display: inline-flex;
  width: auto;
  align-self: flex-start;
}

.cwm-b-board {
  position: relative;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 18px;
  background: linear-gradient(180deg, rgb(255 255 255 / 10%) 0%, rgb(255 255 255 / 4%) 100%);
  padding: 0.84rem;
  display: grid;
  gap: 0.62rem;
  box-shadow: 0 20px 36px rgb(6 14 39 / 36%);
}

.cwm-b-board::before {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 14px;
  border: 1px dashed rgb(143 214 255 / 18%);
  pointer-events: none;
}

.cwm-b-board__row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.62rem;
}

.cwm-b-board__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.2rem 0.14rem 0.26rem;
}

.cwm-b-board__head h3 {
  color: #ffffff;
  font-size: 0.84rem;
  letter-spacing: 0.01em;
}

.cwm-b-board__status {
  display: flex;
  flex-wrap: wrap;
  gap: 0.34rem;
}

.cwm-b-board__status span {
  border: 1px solid rgb(143 214 255 / 42%);
  border-radius: 999px;
  background: rgb(143 214 255 / 14%);
  color: rgb(224 246 255);
  font-size: 0.66rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.2rem 0.44rem;
}

.cwm-b-pane {
  position: relative;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 12px;
  background: linear-gradient(160deg, rgb(7 23 56 / 82%), rgb(10 32 74 / 66%));
  color: #ffffff;
  padding: 0.74rem;
}

.cwm-b-pane::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, rgb(255 255 255 / 8%) 0%, rgb(255 255 255 / 0%) 45%);
  pointer-events: none;
}

.cwm-b-pane h3 {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.84rem;
  margin-bottom: 0.28rem;
}

.cwm-b-pane__icon {
  width: 23px;
  height: 23px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8fd6ff;
  background: rgb(143 214 255 / 14%);
  font-size: 0.72rem;
}

.cwm-b-pane p {
  font-size: 0.76rem;
  color: rgb(255 255 255 / 74%);
  line-height: 1.42;
}

.cwm-b-board__rail {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.34rem;
  padding: 0.15rem 0.1rem 0.04rem;
}

.cwm-b-board__rail span {
  border: 1px solid rgb(143 214 255 / 34%);
  border-radius: 999px;
  background: rgb(143 214 255 / 10%);
  color: rgb(215 242 255);
  font-size: 0.68rem;
  letter-spacing: 0.02em;
  text-transform: lowercase;
  padding: 0.2rem 0.45rem;
}

.cwm-b-flutter-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cwm-b-flutter-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

#cwm-b-solve-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  z-index: 5;
}

#cwm-b-solve-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #f8fbff;
  z-index: 0;
}

#cwm-b-solve-section > .container {
  position: relative;
  z-index: 1;
}

.cwm-b-archsolve__intro {
  max-width: none;
  width: 100%;
}

#cwm-b-tech-section .section-intro {
  max-width: none;
  width: 100%;
}

.cwm-b-archsolve__surface {
  margin-top: 0.95rem;
  border: 1px solid #d7e3fb;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 18%, rgb(26 83 217 / 8%) 0%, transparent 42%),
    linear-gradient(180deg, #fbfdff 0%, #f2f7ff 100%);
  padding: 0.92rem;
}

.cwm-b-archsolve__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px minmax(0, 1fr);
  gap: 0.86rem;
  align-items: stretch;
}

.cwm-b-archsolve__cluster {
  border: 1px solid #d7e3fb;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  box-shadow: 0 12px 24px rgb(14 33 76 / 7%);
  padding: 0.98rem;
}

.cwm-b-archsolve__cluster h3 {
  margin-bottom: 0.6rem;
  font-size: 1rem;
}

.cwm-b-archsolve__cluster--signals {
  background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
}

.cwm-b-archsolve__cluster--outcome {
  border-color: #cfe0ff;
  background: linear-gradient(180deg, #fbfdff 0%, #edf4ff 100%);
}

.cwm-b-archsolve__stack {
  display: grid;
  gap: 0.5rem;
}

.cwm-b-archsolve__stack article {
  border: 1px solid #d5e3fb;
  border-radius: 11px;
  background: #ffffff;
  padding: 0.5rem 0.58rem;
}

.cwm-b-archsolve__stack h4 {
  display: flex;
  align-items: center;
  gap: 0.38rem;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #2453ca;
  margin-bottom: 0.16rem;
}

.cwm-b-archsolve__sigicon {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1a53d9;
  background: #e8f0ff;
  font-size: 0.65rem;
}

.cwm-b-archsolve__stack p {
  color: #425874;
  font-size: 0.84rem;
  line-height: 1.42;
}

.cwm-b-archsolve__bridge {
  position: relative;
  display: grid;
  place-items: center;
  gap: 0.44rem;
  color: #2051cd;
}

.cwm-b-archsolve__bridge::before {
  content: '';
  position: absolute;
  top: 10%;
  bottom: 10%;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgb(32 81 205 / 16%),
    rgb(32 81 205 / 62%),
    rgb(32 81 205 / 16%)
  );
}

.cwm-b-archsolve__bridge span,
.cwm-b-archsolve__bridge i {
  position: relative;
  z-index: 1;
  border: 1px solid #cde0ff;
  background: #ffffff;
}

.cwm-b-archsolve__hub {
  border: 1px solid #cde0ff;
  border-radius: 999px;
  background: linear-gradient(140deg, #eaf2ff 0%, #ffffff 100%);
  color: #214fc1;
  width: 132px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.12;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.28rem 0.62rem;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 14px rgb(26 83 217 / 12%);
}

.cwm-b-archsolve__bridge span {
  border-radius: 999px;
  width: 132px;
  padding: 0.34rem 0.7rem;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.12;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.cwm-b-archsolve__bridge i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cwm-b-archsolve__foot {
  margin-top: 0.72rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.44rem;
  justify-content: center;
}

.cwm-b-archsolve__foot span {
  border: 1px solid #d0e1ff;
  border-radius: 999px;
  background: #f1f6ff;
  color: #355676;
  font-size: 0.75rem;
  padding: 0.24rem 0.54rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}

.cwm-b-deliver {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.66rem;
}

.cwm-b-deliver article {
  border: 1px solid #d6e3fb;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 20px rgb(14 33 76 / 6%);
  padding: 0.82rem;
}

.cwm-b-deliver h3 {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.93rem;
  margin-bottom: 0.26rem;
}

.cwm-b-deliver i,
.cwm-b-deliver .cwm-b-flutter-icon {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1b53da;
  background: #e8f0ff;
}

.cwm-b-topology {
  margin-top: 1rem;
  display: grid;
  gap: 0.75rem;
}

.cwm-b-topology__lane {
  border: 1px solid #d5e2fb;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
  box-shadow: 0 10px 20px rgb(14 33 76 / 6%);
  padding: 0.9rem;
}

.cwm-b-topology__lane header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.58rem;
}

.cwm-b-topology__tag {
  border: 1px solid #d1e0ff;
  border-radius: 999px;
  background: #eff5ff;
  color: #2453ca;
  font-size: 0.67rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.22rem 0.5rem;
}

.cwm-b-topology__lane h3 {
  font-size: 0.97rem;
}

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

.cwm-b-topology__nodes article {
  border: 1px solid #d5e3fb;
  border-radius: 12px;
  background: #ffffff;
  padding: 0.66rem;
}

.cwm-b-topology__nodes i,
.cwm-b-topology__nodes .cwm-b-flutter-icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1a53d9;
  background: #e8f0ff;
  margin-bottom: 0.35rem;
}

.cwm-b-topology__nodes h4 {
  font-size: 0.9rem;
  margin-bottom: 0.18rem;
}

.cwm-b-topology__nodes p {
  color: #4c627f;
  font-size: 0.79rem;
  line-height: 1.4;
}

.cwm-b-tech {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #0a1d45 0%, #12306a 100%);
}

.cwm-b-tech h2,
.cwm-b-tech p {
  color: #ffffff;
}

.cwm-b-archcanvas {
  margin-top: 0.92rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.74rem;
}

.cwm-b-archcanvas__stack,
.cwm-b-archcanvas__path {
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 14px;
  background: rgb(255 255 255 / 10%);
  padding: 0.88rem;
}

.cwm-b-archcanvas__stack {
  display: flex;
  flex-direction: column;
}

.cwm-b-archcanvas__stack h3,
.cwm-b-archcanvas__path h3 {
  color: #ffffff;
  font-size: 0.95rem;
}

.cwm-b-archcanvas__stack p,
.cwm-b-archcanvas__path p {
  color: rgb(255 255 255 / 80%);
  font-size: 0.8rem;
  line-height: 1.42;
  margin-top: 0.2rem;
}

.cwm-b-archcanvas__tiles {
  margin-top: 0.64rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.52rem;
}

.cwm-b-archcanvas__tiles article {
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 11px;
  background: rgb(255 255 255 / 10%);
  color: rgb(255 255 255 / 92%);
  text-align: center;
  padding: 0.54rem;
}

.cwm-b-archcanvas__tiles i,
.cwm-b-archcanvas__tiles .cwm-b-flutter-icon {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.22rem;
  color: #8fd6ff;
}

.cwm-b-archcanvas__tiles .cwm-b-flutter-icon {
  margin-inline: auto;
}

.cwm-b-archcanvas__tiles .cwm-b-flutter-icon svg {
  margin-inline: auto;
}

.cwm-b-archcanvas__tiles span {
  font-size: 0.81rem;
}

.cwm-b-archcanvas__stackmeta {
  margin-top: 0.58rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
}

.cwm-b-archcanvas__stackmeta span {
  border: 1px solid rgb(255 255 255 / 30%);
  border-radius: 999px;
  background: rgb(255 255 255 / 11%);
  color: rgb(255 255 255 / 90%);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  padding: 0.2rem 0.48rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}

.cwm-b-archcanvas__blueprint {
  margin-top: 0.58rem;
  display: grid;
  gap: 0.38rem;
}

.cwm-b-archcanvas__blueprint article {
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 10px;
  background: rgb(255 255 255 / 8%);
  padding: 0.42rem 0.5rem;
}

.cwm-b-archcanvas__blueprint span {
  color: rgb(193 232 255);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cwm-b-archcanvas__blueprint p {
  color: rgb(255 255 255 / 78%);
  font-size: 0.73rem;
  line-height: 1.4;
  margin-top: 0.06rem;
}

.cwm-b-archcanvas__steps {
  margin-top: 0.64rem;
  display: grid;
  gap: 0.45rem;
}

.cwm-b-archcanvas__steps article {
  border: 1px solid rgb(255 255 255 / 26%);
  border-radius: 11px;
  background: rgb(255 255 255 / 9%);
  padding: 0.48rem 0.56rem;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 0.45rem;
  align-items: center;
}

.cwm-b-archcanvas__step > div {
  min-width: 0;
}

.cwm-b-archcanvas__step + .cwm-b-archcanvas__step {
  position: relative;
}

.cwm-b-archcanvas__step + .cwm-b-archcanvas__step::before {
  content: '';
  position: absolute;
  left: 14px;
  top: -8px;
  width: 2px;
  height: 8px;
  background: rgb(255 255 255 / 30%);
}

.cwm-b-archcanvas__steps span {
  width: 30px;
  height: 30px;
  border: 1px solid rgb(255 255 255 / 30%);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgb(255 255 255 / 95%);
  font-size: 0.74rem;
  font-weight: 700;
}

.cwm-b-archcanvas__steps h4 {
  color: #ffffff;
  font-size: 0.84rem;
}

.cwm-b-archcanvas__steps p {
  color: rgb(255 255 255 / 76%);
  font-size: 0.73rem;
  margin-top: 0.1rem;
  line-height: 1.34;
}

.cwm-b-archcanvas__rails {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
}

.cwm-b-archcanvas__rails span {
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 999px;
  background: rgb(255 255 255 / 10%);
  color: rgb(232 246 255);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  padding: 0.22rem 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}

.cwm-b-archcanvas__badges {
  margin-top: 0.62rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.cwm-b-archcanvas__badges span {
  border: 1px solid rgb(0 195 255 / 44%);
  border-radius: 999px;
  background: rgb(0 195 255 / 14%);
  color: rgb(219 243 255);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  padding: 0.22rem 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}

.cwm-b-valuepath {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0.74rem;
}

.cwm-b-valuepath__narrative,
.cwm-b-valuepath__impact {
  border: 1px solid #d6e3fb;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgb(14 33 76 / 6%);
  padding: 0.98rem;
}

.cwm-b-valuepath__narrative h3,
.cwm-b-valuepath__impact h3 {
  font-size: 0.97rem;
  margin-bottom: 0.42rem;
}

.cwm-b-valuepath__steps {
  display: grid;
  gap: 0.46rem;
}

.cwm-b-valuepath__steps article {
  border: 1px solid #d6e3fb;
  border-radius: 11px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  padding: 0.48rem 0.58rem;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 0.45rem;
  align-items: center;
}

.cwm-b-valuepath__steps span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #cfe0ff;
  background: #eef4ff;
  color: #2453ca;
  font-size: 0.74rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cwm-b-valuepath__steps p {
  color: #485f7b;
  font-size: 0.84rem;
  line-height: 1.42;
}

.cwm-b-valuepath__impact {
  background: linear-gradient(180deg, #f8fbff 0%, #edf4ff 100%);
}

.cwm-b-valuepath__impact ul {
  margin: 0.72rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.46rem;
}

.cwm-b-valuepath__impact li {
  border: 1px solid #d6e3fb;
  border-radius: 10px;
  background: #ffffff;
  color: #3f546f;
  font-size: 0.83rem;
  padding: 0.42rem 0.54rem;
}

.cwm-b-valuepath__meta {
  margin-top: 0.66rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.cwm-b-valuepath__meta span {
  border: 1px solid #cde0ff;
  border-radius: 999px;
  background: #ffffff;
  color: #355576;
  font-size: 0.74rem;
  padding: 0.24rem 0.52rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}

.cwm-b-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 18%, rgb(20 240 181 / 15%) 0%, transparent 34%),
    linear-gradient(180deg, #091a4d 0%, #003dff 100%);
}

.cwm-b-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) {
  .cwm-b-hero {
    min-height: auto;
  }

  .cwm-b-hero__grid,
  .cwm-b-archsolve__grid,
  .cwm-b-archcanvas,
  .cwm-b-valuepath {
    grid-template-columns: 1fr;
  }

  .cwm-b-deliver,
  .cwm-b-topology__nodes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cwm-b-archsolve__bridge {
    min-height: 76px;
  }

  .cwm-b-archsolve__bridge::before {
    inset: auto 10%;
    width: auto;
    height: 2px;
  }

  .cwm-b-archcanvas__step + .cwm-b-archcanvas__step::before {
    display: none;
  }
}

@media (width <= 640px) {
  .cwm-b-board__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .cwm-b-board__row,
  .cwm-b-deliver,
  .cwm-b-topology__nodes,
  .cwm-b-archcanvas__tiles {
    grid-template-columns: 1fr;
  }
}
