img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  width: 100%;
  min-height: 100vh;
}

.hero {
  position: relative;
  min-height: 508px;
  overflow: hidden;
  background-color: #0b2b78;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero::before {
  display: none;
}

.hero-college {
  background-image: url("../images/college/college-solution-art.png");
}

.hero-public-service {
  background-image: url("../images/public-service/public-service-solution-art.png");
}

.hero-manufacturing {
  background-image: url("../images/manufacturing/manufacturing-solution-art.png");
}

.hero-inner {
  position: relative;
  max-width: 1048px;
  margin: 0 auto;
  min-height: 508px;
  display: flex;
  align-items: center;
  padding: 0;
}

.hero-copy {
  width: 800px;
  color: #fff;
  transform: translateY(-8px);
}

.eyebrow {
  color: #3A7BFF;
  font-family: "PingFang SC";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

.hero h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 800;
}

.hero p {
  margin: 16px 0 0;
  max-width: 600px;
  color: rgba(234, 241, 255, 0.84);
  font-size: 14px;
  line-height: 1.75;
}

.hero-actions {
  margin-top: 26px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  height: 42px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid transparent;
}

.btn-primary {
  background: linear-gradient(180deg, #5d99ff 0%, #2b6eed 100%);
  color: #fff;
  box-shadow: 0 8px 20px rgba(42, 105, 219, 0.35);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.35);
}

.hero-visual {
  display: none;
}

.hero-visual img {
  display: none;
}

.strip {
  background: #f4f7fd;
  border-top: 1px solid rgba(18, 47, 108, 0.05);
  border-bottom: 1px solid rgba(18, 47, 108, 0.05);
}

.strip-inner {
  max-width: 1048px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 24px 0;
}

.strip-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 24px;
  min-height: 70px;
  border-left: 1px solid rgba(33, 60, 120, 0.08);
}

.strip-item:hover{
   animation: icon-draw 5620ms cubic-bezier(0.2, 0.9, 0.22, 1);
  
}

.strip-item:first-child {
  border-left: 0;
  padding-left: 0;
}

.icon {
  /* width: 28px;
  height: 28px; */
  border-radius: 4px;
  background: #dce8ff;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  padding:10px;
}

.icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin: 2px;
}

.strip-title {
  font-size: 15px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 4px;
}

.strip-text {
  font-size: 12px;
  line-height: 1.6;
  color: #6d7584;
}

.section {
  max-width: 1048px;
  margin: 0 auto;
  padding: 54px 0 0;
}

.section.alt {
  max-width: none;
  background: #f4f7fd;
  margin-top: 48px;
  padding: 48px 0 54px;
}

.section.alt > .section-head,
.section.alt > .grid,
.section.alt > .cases,
.section.alt > .faq,
.section.alt > .cta-wrap {
  max-width: 1048px;
  margin-left: auto;
  margin-right: auto;
}

.section-head {
  text-align: center;
  margin-bottom: 24px;
}

.section-head h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.25;
  color: #222;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1008px;
  margin: 0 auto;
}

.pain-card {
  background: #fff;
  border: 1px solid rgba(17, 39, 95, 0.08);
  border-radius: 10px;
  min-height: 320px;
  padding: 22px 20px 18px;
  box-shadow: 0 10px 26px rgba(17, 39, 95, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pain-card h3 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.35;
  color: #222;
  text-align: center;
}

.pain-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  color: #727b8a;
  text-align: center;
}

.pain-art {
  margin-top: auto;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 164px;
  padding-top: 12px;
}

.pain-art img {
  max-height: 160px;
  object-fit: contain;
}

.feature-block {
  display: grid;
  grid-template-columns: 500px 500px;
  gap: 48px;
  align-items: center;
  max-width: 1048px;
  padding: 0;
  margin: 44px auto 0;
}

.feature-block.reverse {
  grid-template-columns: 500px 500px;
}

.feature-copy h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.35;
  color: #1f2937;
}

.feature-copy h3 strong {
  color: #3a7bff;
}

.feature-copy ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-copy li {
  position: relative;
  padding-left: 24px;
  margin: 10px 0 14px;
  font-size: 13px;
  line-height: 1.7;
  color: #1f2937;
}

.feature-label {
  display: block;
  color: #1f2937;
}

.feature-desc {
  display: block;
  color: #727b8a;
}

.feature-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  background: url("../images/common/check.png") center / contain no-repeat;
}

.more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #5b84ff;
  font-size: 13px;
  font-weight: 700;
}

.more::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../images/common/arrow-right.png") center / contain no-repeat;
}

.feature-shot {
  background: #fff;
  border-radius: 8px;
  padding: 0;
  box-shadow: 0 14px 34px rgba(21, 35, 75, 0.08);
  overflow: hidden;
}

.feature-shot img {
  width: 100%;
  height: auto;
}
 
.cases {
  max-width: none;
  background: #f4f7fd;
  padding: 54px 0 58px;
}

.cases > .section-head,
.cases > .case-grid {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, 500px);
  gap: 24px;
}

.case-card {
  width: 500px;
  height: 400px;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  position: relative;
}

.case-card .cover {
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 8px 20px rgba(15, 35, 85, 0.08);

}

.case-card .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-body {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 500px;
  height: 220px;
  margin: 0;
  padding: 20px 36px 20px;
  background: #fff;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 16px 30px rgba(15, 35, 85, 0.08);
}

.case-logo {
  top: 18px;
  left: 24px;
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.case-logo img {
  max-height: 60px;
  width: auto;
}

.case-title {
  min-height: 60px;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  color: #20232a;

  width: 416px;
  color: #000;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.case-subtitle {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.35;
  color: #20232a;
  font-weight: 700;
}

.case-desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #71798a;
}

.cta {
  margin-top: 0;
  min-height: 350px;
  display: flex;
  align-items: center;
  background-color: #1d1e20;
  background-image: url("../images/common/footer-bg.png"), linear-gradient(180deg, #2d2d2f 0%, #141416 100%);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 42px 24px 34px;
}

.cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.cta h2 {
  margin: 0 0 22px;
  font-size: 26px;
  line-height: 1.3;
}

.cta-form {
  width: min(430px, 100%);
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0;
  border-radius: 7px;
  overflow: hidden;
}

.cta-form input {
  height: 42px;
  border: 0;
  outline: none;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  padding: 0 16px;
  font-size: 14px;
}

.cta-form button {
  border: 0;
  height: 42px;
  padding: 0 18px;
  background: linear-gradient(180deg, #5d99ff 0%, #2b6eed 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.cta-icons {
  display: flex;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.cta-icons span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mini-dot {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

@media (max-width: 1100px) {
  .hero-inner {
    flex-direction: column;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 42px;
  }

  .hero-copy,
  .hero-visual {
    width: 100%;
  }

  .hero h1 {
    font-size: 46px;
  }

  .grid,
  .case-grid,
  .strip-inner {
    grid-template-columns: 1fr;
  }

  .case-grid {
    width: min(500px, 100%);
  }

  .case-card,
  .case-body {
    width: 100%;
  }

  .strip-item {
    border-left: 0;
    border-top: 1px solid rgba(33, 60, 120, 0.08);
    padding: 14px 0 0;
  }

  .strip-item:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .feature-block,
  .feature-block.reverse {
    grid-template-columns: 1fr;
  }

  .section.alt {
    padding-left: 0;
    padding-right: 0;
  }

  .section.alt > .section-head,
  .section.alt > .grid,
  .section.alt > .cases,
  .section.alt > .faq,
  .section.alt > .cta-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: auto;
  }

  .hero-inner {
    min-height: auto;
    padding: 28px 20px 30px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .eyebrow {
    font-size: 15px;
  }

  .hero p {
    font-size: 13px;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-head h2 {
    font-size: 24px;
  }

  .pain-card {
    min-height: 240px;
  }

  .cta h2 {
    font-size: 22px;
  }
}

@keyframes icon-draw {
  0% {
    stroke-dasharray: 1 30;
  }
  100% {
    stroke-dasharray: 80 80;
  }
}