/* MIX_BLOCK2_V7_CSS_START */

.mxw-block2-v7 {
  position: relative;
  overflow: hidden;
  padding: 92px 0 104px;
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 126, 44, 0.12), transparent 32%),
    radial-gradient(circle at 86% 10%, rgba(36, 198, 205, 0.10), transparent 34%),
    linear-gradient(180deg, #fffaf3 0%, #f8f1e8 100%);
  border-top: 1px solid rgba(255, 126, 44, 0.10);
  color: #07111f;
}

.mxw-block2-v7::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(7, 17, 31, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 17, 31, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, transparent 0%, black 18%, black 82%, transparent 100%);
  opacity: 0.42;
}

.mxw-block2-v7::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(760px, 82vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(255, 126, 44, 0.55), rgba(36, 198, 205, 0.38), transparent);
  pointer-events: none;
}

.mxw-b2-shell {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
}

.mxw-b2-head {
  max-width: 890px;
  margin: 0 auto 42px;
  text-align: center;
}

.mxw-b2-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 126, 44, 0.12);
  color: #d9631f;
  font-size: 0.76rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mxw-b2-head h2 {
  max-width: 860px;
  margin: 0 auto 18px;
  color: #07111f;
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  line-height: 1.04;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.mxw-b2-head p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(7, 17, 31, 0.70);
  font-size: 1.06rem;
  line-height: 1.74;
}

.mxw-b2-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.mxw-b2-card {
  position: relative;
  overflow: hidden;
  min-height: 286px;
  padding: 30px 26px 28px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 250, 243, 0.96) 100%);
  border: 1px solid rgba(7, 17, 31, 0.10);
  box-shadow:
    0 22px 60px rgba(7, 17, 31, 0.09),
    0 1px 0 rgba(255, 255, 255, 0.86) inset;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.mxw-b2-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, #ff7e2c 0%, #ff9a3d 54%, #25c2c9 100%);
}

.mxw-b2-card::after {
  content: "";
  position: absolute;
  right: -82px;
  top: -84px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 126, 44, 0.12), transparent 67%);
  pointer-events: none;
}

.mxw-b2-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 126, 44, 0.28);
  box-shadow:
    0 30px 76px rgba(7, 17, 31, 0.13),
    0 1px 0 rgba(255, 255, 255, 0.90) inset;
}

.mxw-b2-card-num {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  color: #f47b2c;
  font-size: 0.82rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.mxw-b2-card-icon {
  position: absolute;
  right: 24px;
  top: 26px;
  z-index: 1;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 126, 44, 0.10);
  color: #d9631f;
  border: 1px solid rgba(255, 126, 44, 0.15);
}

.mxw-b2-card-icon span {
  font-size: 1.08rem;
  font-weight: 950;
  line-height: 1;
}

.mxw-b2-card h3 {
  position: relative;
  z-index: 1;
  max-width: 210px;
  margin: 0 0 16px;
  color: #07111f;
  font-size: 1.28rem;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.mxw-b2-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(7, 17, 31, 0.68);
  font-size: 0.98rem;
  line-height: 1.68;
}

@media (max-width: 1080px) {
  .mxw-b2-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mxw-b2-card {
    min-height: 250px;
  }
}

@media (max-width: 700px) {
  .mxw-block2-v7 {
    padding: 72px 0 78px;
  }

  .mxw-b2-shell {
    width: min(100% - 32px, 100%);
  }

  .mxw-b2-head {
    margin-bottom: 30px;
  }

  .mxw-b2-head h2 {
    font-size: 2.08rem;
    line-height: 1.08;
  }

  .mxw-b2-head p {
    font-size: 1rem;
  }

  .mxw-b2-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mxw-b2-card {
    min-height: auto;
    padding: 28px 22px;
    border-radius: 24px;
  }

  .mxw-b2-card h3 {
    max-width: 260px;
  }
}

/* MIX_BLOCK2_V7_CSS_END */

/* MIX_BLOCK2_V8_FINISH_START */

.mxw-block2-v7 {
  padding: 86px 0 96px !important;
}

.mxw-b2-head {
  max-width: 860px !important;
  margin-bottom: 38px !important;
}

.mxw-b2-head h2 {
  max-width: 820px !important;
  font-size: clamp(2.12rem, 3.55vw, 3.38rem) !important;
  line-height: 1.055 !important;
  letter-spacing: -0.048em !important;
}

.mxw-b2-head p {
  max-width: 720px !important;
  font-size: 1.05rem !important;
  line-height: 1.72 !important;
}

.mxw-b2-grid {
  gap: 24px !important;
}

.mxw-b2-card {
  min-height: 300px !important;
  padding: 32px 28px 30px !important;
  border-radius: 32px !important;
  border-color: rgba(7, 17, 31, 0.12) !important;
  box-shadow:
    0 24px 66px rgba(7, 17, 31, 0.105),
    0 1px 0 rgba(255, 255, 255, 0.9) inset !important;
}

.mxw-b2-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(255, 126, 44, 0.34) !important;
  box-shadow:
    0 34px 84px rgba(7, 17, 31, 0.15),
    0 1px 0 rgba(255, 255, 255, 0.92) inset !important;
}

.mxw-b2-card-num {
  margin-bottom: 26px !important;
  font-size: 0.84rem !important;
}

.mxw-b2-card-icon {
  width: 46px !important;
  height: 46px !important;
  right: 24px !important;
  top: 24px !important;
  border-radius: 17px !important;
  background:
    linear-gradient(180deg, rgba(255, 126, 44, 0.16) 0%, rgba(255, 126, 44, 0.08) 100%) !important;
  color: #d9631f !important;
  border-color: rgba(255, 126, 44, 0.22) !important;
  box-shadow: 0 12px 24px rgba(255, 126, 44, 0.10) !important;
}

.mxw-b2-card-icon span {
  font-size: 1.15rem !important;
}

.mxw-b2-card h3 {
  max-width: 230px !important;
  font-size: 1.34rem !important;
  line-height: 1.15 !important;
  margin-bottom: 15px !important;
}

.mxw-b2-card p {
  font-size: 1rem !important;
  line-height: 1.70 !important;
  color: rgba(7, 17, 31, 0.70) !important;
}

.mxw-b2-note {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 30px auto 0 !important;
  padding: 13px 18px !important;
  border-radius: 999px !important;
  background: rgba(7, 17, 31, 0.045) !important;
  border: 1px solid rgba(7, 17, 31, 0.075) !important;
  color: rgba(7, 17, 31, 0.72) !important;
  font-size: 0.96rem !important;
  line-height: 1.3 !important;
  text-align: center !important;
}

.mxw-b2-note span {
  color: #d9631f !important;
  font-weight: 900 !important;
}

@media (max-width: 1080px) {
  .mxw-b2-card {
    min-height: 260px !important;
  }
}

@media (max-width: 700px) {
  .mxw-block2-v7 {
    padding: 68px 0 76px !important;
  }

  .mxw-b2-head {
    margin-bottom: 30px !important;
  }

  .mxw-b2-head h2 {
    font-size: 2rem !important;
    line-height: 1.08 !important;
  }

  .mxw-b2-card {
    min-height: auto !important;
    padding: 28px 22px !important;
  }

  .mxw-b2-note {
    border-radius: 22px !important;
    padding: 14px 16px !important;
    font-size: 0.92rem !important;
  }
}

/* MIX_BLOCK2_V8_FINISH_END */
