.intro-page {
  background: #0a0a0a;
  color: #fff;
}

.intro-hero {
  position: relative;
  padding: 180px 0 120px;
  overflow: hidden;
}

.intro-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(80% 70% at 18% 20%, rgba(229, 57, 53, 0.28), rgba(10, 10, 10, 0)),
    radial-gradient(85% 90% at 90% 10%, rgba(255, 255, 255, 0.06), rgba(10, 10, 10, 0)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(10, 10, 10, 0.94) 55%, #0a0a0a 100%);
}

.intro-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 70px;
}

.intro-hero__tag {
  padding: 9px 18px;
  border-radius: 999px;
  border: 1.4px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  font-family: 'afacad', 'pretendard', sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.4);
}

.intro-hero__title {
  margin-top: 18px;
  font-family: 'afacad', 'pretendard', sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0.01em;
  text-shadow: var(--shadow-strong);
}

.intro-hero__desc {
  margin-top: 22px;
  font-size: 20px;
  line-height: 1.7;
  color: #e9e9ec;
  word-break: keep-all;
}

.highlight {
  color: #fff;
  font-weight: 700;
}

.intro-hero__meta {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.intro-hero__meta-item {
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid #1e1e1e;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.45);
  color: #cfd0d5;
  display: grid;
  gap: 6px;
}

.meta-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.meta-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(229, 57, 53, 0.22);
}

.intro-hero__visual {
  position: relative;
}

.intro-hero__visual::after {
  content: "";
  position: absolute;
  inset: -24px;
  background: radial-gradient(60% 60% at 60% 20%, rgba(229, 57, 53, 0.4), rgba(229, 57, 53, 0));
  filter: blur(36px);
  z-index: 0;
}

.intro-hero__placeholder {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 430px;
  border-radius: 26px;
  background: #fff;
  color: #0f0f13;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.55), inset 0 0 0 2px rgba(255, 255, 255, 0.82);
}
.intro-hero__placeholder img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-mission {
  padding: 40px 0 120px;
  background: #0a0a0a;
}

.intro-mission__inner {
  max-width: 1440px;
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-family: 'afacad', 'pretendard', sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent);
}

.intro-mission__head h2 {
  margin-top: 12px;
  font-family: 'afacad', 'pretendard', sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
}

.intro-mission__lead {
  margin-top: 14px;
  font-size: 18px;
  color: #d6d7dd;
  line-height: 1.7;
  word-break: keep-all;
}

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

.mission-card {
  padding: 26px 24px;
  border-radius: 20px;
  border: 1px solid #1c1c1f;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.45);
  display: grid;
  gap: 12px;
}

.mission-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #f4f4f8;
  font-family: 'afacad', 'pretendard', sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.mission-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.mission-card p {
  color: #c8c9d0;
  line-height: 1.5;
  font-size: 16px;
  word-break: keep-all;
}

.needs {
  padding: 20px 0 120px;
  background: #0a0a0a;
}

.needs__inner {
  max-width: 1440px;
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.needs__head h2 {
  margin: 10px 0 8px;
  font-family: 'afacad', 'pretendard', sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.25;
}

.needs__lead {
  color: #d3d4d9;
  font-size: 18px;
}

.needs__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 18px;
}

.sector-card {
  border-radius: 20px;
  border: 1px solid #1b1b1f;
  background: #121214;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.4);
  padding: 22px 22px 26px;
  display: grid;
  gap: 12px;
}

.sector-card__index {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(180deg, #e53935, #c62828);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  box-shadow: 0 16px 30px rgba(229, 57, 53, 0.35);
}

.sector-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.sector-card ul {
  display: grid;
  gap: 10px;
  color: #cfd0d6;
  font-size: 16px;
  line-height: 1.5;
  word-break: keep-all;
}

.sector-card li {
  position: relative;
  padding-left: 14px;
  word-break: keep-all;
}

.sector-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.needs__note {
  margin-top: 6px;
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.02);
  color: #d9d9de;
  font-size: 15px;
  line-height: 1.5;
  word-break: keep-all;
}

.intro-showcase {
  padding: 40px 0 140px;
  background: radial-gradient(70% 70% at 10% 10%, rgba(229, 57, 53, 0.14), rgba(10, 10, 10, 0)),
    #0a0a0a;
}

.intro-showcase__inner {
  max-width: 1440px;
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  align-items: center;
  gap: 40px;
}

.intro-showcase__copy h2 {
  margin: 12px 0 12px;
  font-family: 'afacad', 'pretendard', sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25;
}

.intro-showcase__desc {
  color: #d5d6db;
  line-height: 1.7;
  word-break: keep-all;
}

.showcase-list {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.showcase-list span {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
  color: #f0f0f4;
  letter-spacing: 0.04em;
}

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

.showcase-frame {
  overflow: hidden;
  height: 220px;
  border-radius: 18px;
  background: #fff;
  color: #0f0f13;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.45), inset 0 0 0 2px rgba(255, 255, 255, 0.8);
}
.showcase-frame img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .intro-hero__inner,
  .intro-mission__inner,
  .needs__inner,
  .intro-showcase__inner {
    width: min(1440px, calc(100% - 40px));
  }

  .intro-hero__title {
    font-size: 48px;
  }

  .intro-hero__meta {
    grid-template-columns: repeat(2, 1fr);
  }

  .intro-mission__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .needs__head h2 {
    font-size: 36px;
  }

  .intro-showcase__inner {
    grid-template-columns: 1fr;
  }

  .intro-showcase__frames {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

@media (max-width: 960px) {
  .intro-hero {
    padding: 140px 0 90px;
  }

  .intro-hero__inner,
  .intro-mission__inner,
  .needs__inner,
  .intro-showcase__inner {
    width: min(1440px, calc(100% - 34px));
  }

  .intro-hero__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .intro-hero__title {
    font-size: 42px;
  }

  .intro-hero__meta {
    grid-template-columns: 1fr;
  }

  .intro-hero__placeholder {
    height: 360px;
  }

  .intro-mission__grid {
    grid-template-columns: 1fr;
  }

  .needs {
    padding: 10px 0 90px;
  }
}

@media (max-width: 720px) {
  .intro-hero__inner,
  .intro-mission__inner,
  .needs__inner,
  .intro-showcase__inner {
    width: min(1440px, calc(100% - 32px));
  }

  .intro-hero__title {
    font-size: 34px;
  }

  .intro-hero__desc {
    font-size: 17px;
  }

  .intro-hero__placeholder {
    height: 300px;
  }

  .intro-mission__head h2 {
    font-size: 32px;
  }

  .needs__head h2 {
    font-size: 30px;
  }

  .intro-showcase__copy h2 {
    font-size: 30px;
  }
}

@media (max-width: 540px) {
  .intro-hero__inner,
  .intro-mission__inner,
  .needs__inner,
  .intro-showcase__inner {
    width: min(1440px, calc(100% - 28px));
  }

  .intro-hero__title {
    font-size: 28px;
  }

  .intro-hero__desc {
    font-size: 15px;
    line-height: 1.6;
  }

  .intro-hero__placeholder {
    height: 240px;
  }

  .mission-card h3,
  .sector-card h3 {
    font-size: 20px;
  }

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

  .intro-showcase__frames {
    grid-template-columns: 1fr;
  }
}
