.section-head {
  text-align: center;
  margin-inline: auto;
  margin-bottom: 40px;
  max-width: calc(1300px - 20%);
}
@media screen and (max-width: 1024px) {
  .section-head {
    max-width: 860px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .section-head {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .section-head {
    margin-bottom: 20px;
  }
}

.section-label {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #da2128;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  flex-wrap: wrap;
  max-width: 100%;
  line-height: 1.45;
  text-align: center;
}
.section-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.section-label {
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .section-label {
    gap: 8px;
    font-size: 12px;
    padding: 6px 12px;
    margin-bottom: 12px;
  }
}
.section-label::before, .section-label::after {
  content: "";
  flex: 0 0 34px;
  width: 34px;
  height: 2px;
  background: #da2128;
}
@media screen and (max-width: 480px) {
  .section-label::before, .section-label::after {
    flex-basis: 22px;
    width: 22px;
  }
}
@media screen and (max-width: 360px) {
  .section-label::before, .section-label::after {
    display: none;
  }
}

.section-title {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 18px;
  color: #374ea2;
  letter-spacing: -0.35px;
  font-family: "Be Vietnam Pro", sans-serif;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1024px) {
  .section-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 30px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 640px) {
  .section-title {
    font-size: 25px;
    line-height: 1.32;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 360px) {
  .section-title {
    font-size: 23px;
  }
}

.section-desc {
  max-width: 820px;
  font-size: 16px;
  line-height: 1.75;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #333;
  font-family: inherit;
  overflow-wrap: break-word;
}
@media screen and (max-width: 640px) {
  .section-desc {
    font-size: 15px;
    margin-top: 16px;
    line-height: 1.62;
  }
}

.hero-label {
  gap: 12px;
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  max-width: 100%;
  text-align: left;
  padding: 8px 14px;
  margin-bottom: 18px;
  border-radius: 100rem;
  backdrop-filter: blur(10px);
  font-size: 14px;
  font-weight: 700;
  color: #ffe42d;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
@media screen and (max-width: 640px) {
  .hero-label {
    gap: 8px;
    font-size: 12px;
    line-height: 1.35;
    padding: 7px 12px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 480px) {
  .hero-label {
    padding: 6px 10px;
  }
}
.hero-label::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #eccf4a;
}

.hero-title {
  color: #fff;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 28px;
  font-family: "Be Vietnam Pro", sans-serif;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1280px) {
  .hero-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .hero-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .hero-title {
    margin-bottom: 18px;
    font-size: 31px;
    line-height: 1.22;
  }
}
@media screen and (max-width: 480px) {
  .hero-title {
    font-size: 29px;
  }
}
@media screen and (max-width: 360px) {
  .hero-title {
    font-size: 27px;
  }
}

.hero-desc {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.85);
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .hero-desc {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 640px) {
  .hero-desc {
    font-size: 15px;
    max-width: 100%;
    line-height: 1.65;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 360px) {
  .hero-desc {
    font-size: 14px;
  }
}

#about-capability {
  overflow: hidden;
  position: relative;
  padding-block: 60px;
  background-color: #f8fafc;
}
@media screen and (max-width: 1024px) {
  #about-capability {
    padding-block: 52px;
  }
}
@media screen and (max-width: 640px) {
  #about-capability {
    padding-block: 42px;
  }
}
#about-capability .capability-wrap {
  gap: 40px;
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) 520px;
}
@media screen and (max-width: 1280px) {
  #about-capability .capability-wrap {
    gap: 30px;
    grid-template-columns: minmax(0, 1fr) 440px;
  }
}
@media screen and (max-width: 1024px) {
  #about-capability .capability-wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  #about-capability .capability-wrap {
    gap: 22px;
  }
}
#about-capability .capability-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  #about-capability .capability-content {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
@media screen and (max-width: 640px) {
  #about-capability .capability-content {
    gap: 16px;
  }
}
#about-capability .capability-card {
  position: relative;
  min-height: 260px;
  padding: 32px 30px 34px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
@media screen and (max-width: 1280px) {
  #about-capability .capability-card {
    min-height: 240px;
    padding: 28px 24px 30px;
  }
}
@media screen and (max-width: 768px) {
  #about-capability .capability-card {
    min-height: 0;
  }
}
@media screen and (max-width: 640px) {
  #about-capability .capability-card {
    padding: 24px 20px;
    border-radius: 12px;
  }
}
#about-capability .capability-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.28;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #about-capability .capability-card h3 {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.32;
  }
}
#about-capability .capability-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #515152;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.65;
}
@media screen and (max-width: 640px) {
  #about-capability .capability-card p {
    font-size: 14px;
    line-height: 1.58;
  }
}
#about-capability .capability-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 68px;
  height: 4px;
  border-radius: 0 0 100rem 100rem;
  background: #da2128;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #about-capability .capability-card::before {
    left: 20px;
    width: 56px;
  }
}
#about-capability .capability-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(55, 78, 162, 0.05);
  transition: 0.3s ease;
}
#about-capability .capability-card:hover {
  transform: translateY(-6px);
  border-color: rgba(55, 78, 162, 0.22);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#about-capability .capability-card:hover::before {
  width: 92px;
  background: #374ea2;
}
#about-capability .capability-card:hover::after {
  transform: scale(1.16);
  background: rgba(218, 33, 40, 0.1);
}
#about-capability .capability-card:hover h3 {
  color: #da2128;
}
#about-capability .capability-media {
  margin: 0;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  border: 1px solid #e5e7eb;
}
@media screen and (max-width: 1024px) {
  #about-capability .capability-media {
    max-width: 720px;
  }
}
@media screen and (max-width: 640px) {
  #about-capability .capability-media {
    border-radius: 12px;
  }
}
#about-capability .capability-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 544px;
  object-fit: cover;
  transition: 0.3s ease;
}
@media screen and (max-width: 1280px) {
  #about-capability .capability-media img {
    min-height: 500px;
  }
}
@media screen and (max-width: 1024px) {
  #about-capability .capability-media img {
    min-height: 0;
    height: auto;
    aspect-ratio: 720/520;
  }
}
@media screen and (max-width: 640px) {
  #about-capability .capability-media img {
    aspect-ratio: 4/3;
  }
}
#about-capability .capability-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(55, 78, 162, 0.02), rgba(55, 78, 162, 0.26));
  pointer-events: none;
}
#about-capability .capability-media::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  width: 96px;
  height: 4px;
  border-radius: 100rem;
  background: #da2128;
}
@media screen and (max-width: 640px) {
  #about-capability .capability-media::after {
    left: 20px;
    bottom: 20px;
    width: 72px;
  }
}
#about-capability .capability-media:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#about-capability .capability-media:hover img {
  transform: scale(1.035);
}

#about-commitment {
  position: relative;
  overflow: hidden;
  padding-block: 60px;
  background-color: #f8fafc;
}
@media screen and (max-width: 1024px) {
  #about-commitment {
    padding-block: 52px;
  }
}
@media screen and (max-width: 640px) {
  #about-commitment {
    padding-block: 42px;
  }
}
#about-commitment .commit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  #about-commitment .commit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  #about-commitment .commit-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
#about-commitment .commit-card {
  position: relative;
  min-height: 292px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
@media screen and (max-width: 1280px) {
  #about-commitment .commit-card {
    min-height: 240px;
  }
}
@media screen and (max-width: 640px) {
  #about-commitment .commit-card {
    min-height: 0;
    padding: 24px 20px;
    border-radius: 12px;
  }
}
#about-commitment .commit-card::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 28px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(55, 78, 162, 0.08);
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #about-commitment .commit-card::before {
    top: 22px;
    left: 20px;
    width: 42px;
    height: 42px;
    border-radius: 8px;
  }
}
#about-commitment .commit-card::after {
  content: "";
  position: absolute;
  top: 43px;
  left: 43px;
  width: 18px;
  height: 10px;
  border-left: 3px solid #374ea2;
  border-bottom: 3px solid #374ea2;
  transform: rotate(-45deg);
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #about-commitment .commit-card::after {
    top: 35px;
    left: 33px;
    width: 16px;
    height: 9px;
  }
}
#about-commitment .commit-card .commit-content {
  position: relative;
  z-index: 1;
  padding-top: 78px;
}
@media screen and (max-width: 640px) {
  #about-commitment .commit-card .commit-content {
    padding-top: 62px;
  }
}
#about-commitment .commit-card h3 {
  margin: 0 0 14px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.28;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #about-commitment .commit-card h3 {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.32;
  }
}
#about-commitment .commit-card p {
  margin: 0;
  color: #515152;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.65;
}
@media screen and (max-width: 640px) {
  #about-commitment .commit-card p {
    font-size: 14px;
    line-height: 1.58;
  }
}
#about-commitment .commit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(55, 78, 162, 0.22);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#about-commitment .commit-card:hover::before {
  background: #374ea2;
}
#about-commitment .commit-card:hover::after {
  border-color: #fff;
}
#about-commitment .commit-card:hover h3 {
  color: #da2128;
}
#about-commitment .commit-note {
  position: relative;
  overflow: hidden;
  max-width: 980px;
  margin-inline: auto;
  margin-top: 30px;
  padding: 30px 44px;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(218, 33, 40, 0.28);
  background: linear-gradient(135deg, #374ea2, #141b44);
}
@media screen and (max-width: 640px) {
  #about-commitment .commit-note {
    margin-top: 22px;
    padding: 24px 20px;
    border-radius: 12px;
  }
}
#about-commitment .commit-note::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 4px;
  background: #ffd309;
  height: calc(100% - 60px);
  border-radius: 0 100rem 100rem 0;
}
@media screen and (max-width: 640px) {
  #about-commitment .commit-note::before {
    top: 22px;
    height: calc(100% - 44px);
  }
}
#about-commitment .commit-note p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
}
@media screen and (max-width: 640px) {
  #about-commitment .commit-note p {
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
  }
}

#about-contact {
  padding: 90px 0;
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.1), #fff);
}
@media screen and (max-width: 1024px) {
  #about-contact {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  #about-contact {
    padding: 52px 0;
  }
}
@media screen and (max-width: 640px) {
  #about-contact {
    padding: 40px 0;
  }
}
#about-contact .contact-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 48px;
  align-items: stretch;
}
@media screen and (max-width: 1280px) {
  #about-contact .contact-layout {
    gap: 30px;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  }
}
@media screen and (max-width: 1024px) {
  #about-contact .contact-layout {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  #about-contact .contact-layout {
    gap: 22px;
  }
}
#about-contact .contact-main {
  padding: 48px;
  background: #fff;
  border: 1px solid rgba(55, 78, 162, 0.12);
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1280px) {
  #about-contact .contact-main {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  #about-contact .contact-main {
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  #about-contact .contact-main {
    padding: 24px 20px;
  }
}
#about-contact .contact-content {
  padding-top: 32px;
  border-top: 1px solid rgba(55, 78, 162, 0.1);
}
@media screen and (max-width: 768px) {
  #about-contact .contact-content {
    padding-top: 26px;
  }
}
@media screen and (max-width: 640px) {
  #about-contact .contact-content {
    padding-top: 22px;
  }
}
#about-contact .contact-content h3 {
  margin: 0 0 16px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 26px;
  line-height: 1.35;
  font-weight: 800;
  color: #333;
}
@media screen and (max-width: 768px) {
  #about-contact .contact-content h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 640px) {
  #about-contact .contact-content h3 {
    margin-bottom: 12px;
    font-size: 20px;
  }
}
#about-contact .contact-content > p {
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 1.8;
  color: #515152;
}
@media screen and (max-width: 640px) {
  #about-contact .contact-content > p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.68;
  }
}
#about-contact .contact-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 640px) {
  #about-contact .contact-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
#about-contact .contact-list li {
  position: relative;
  padding-left: 32px;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 640px) {
  #about-contact .contact-list li {
    padding-left: 30px;
    font-size: 14px;
  }
}
#about-contact .contact-list li::before {
  content: "\f00c";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  font-family: FontAwesome;
  font-size: 11px;
  color: #fff;
  background: #374ea2;
  border-radius: 100rem;
}
@media screen and (max-width: 640px) {
  #about-contact .contact-list li::before {
    top: 1px;
  }
}
#about-contact .contact-panel {
  display: flex;
}
#about-contact .panel-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 40px 34px;
  background: linear-gradient(135deg, #374ea2, #0d3192);
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #about-contact .panel-card {
    padding: 34px;
  }
}
@media screen and (max-width: 768px) {
  #about-contact .panel-card {
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  #about-contact .panel-card {
    padding: 28px 22px;
  }
}
#about-contact .panel-card::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 180px;
  height: 180px;
  border-radius: 100rem;
  background: rgba(255, 255, 255, 0.08);
}
@media screen and (max-width: 640px) {
  #about-contact .panel-card::before {
    top: -92px;
    right: -92px;
  }
}
#about-contact .panel-card::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 70px;
  height: 5px;
  background: #da2128;
  border-radius: 100rem;
}
@media screen and (max-width: 640px) {
  #about-contact .panel-card::after {
    left: 22px;
    bottom: 22px;
    width: 54px;
  }
}
#about-contact .panel-card h3,
#about-contact .panel-card p,
#about-contact .panel-card .contact-action {
  position: relative;
  z-index: 1;
}
#about-contact .panel-card h3 {
  margin: 0 0 14px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 800;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #about-contact .panel-card h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  #about-contact .panel-card h3 {
    font-size: 21px;
  }
}
#about-contact .panel-card p {
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.84);
}
@media screen and (max-width: 640px) {
  #about-contact .panel-card p {
    margin-bottom: 24px;
    line-height: 1.65;
  }
}
#about-contact .contact-action {
  display: grid;
  gap: 14px;
}
#about-contact .contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #about-contact .contact-btn {
    min-height: 50px;
    padding: 0 18px;
    font-size: 14px;
  }
}
#about-contact .contact-btn:first-child {
  color: #fff;
  background: #da2128;
  border: 1px solid #da2128;
  box-shadow: 0 10px 24px rgba(218, 33, 40, 0.22);
}
#about-contact .contact-btn:first-child:hover {
  background: #fa0103;
  border-color: #fa0103;
  transform: translateY(-2px);
}
@media screen and (max-width: 1024px) {
  #about-contact .contact-btn:first-child:hover {
    transform: none;
  }
}
#about-contact .contact-btn:last-child {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.24);
}
#about-contact .contact-btn:last-child:hover {
  color: #374ea2;
  background: #fff;
  border-color: #fff;
  transform: translateY(-2px);
}
@media screen and (max-width: 1024px) {
  #about-contact .contact-btn:last-child:hover {
    transform: none;
  }
}

#about-factory {
  position: relative;
  padding-block: 60px;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #about-factory {
    padding-block: 44px;
  }
}
@media screen and (max-width: 640px) {
  #about-factory {
    padding-block: 36px;
  }
}
#about-factory .factory-wrap {
  display: grid;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  #about-factory .factory-wrap {
    gap: 24px;
  }
}
@media screen and (max-width: 640px) {
  #about-factory .factory-wrap {
    gap: 20px;
  }
}
#about-factory .factory-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
#about-factory .factory-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(55, 78, 162, 0.04), rgba(55, 78, 162, 0.24));
  pointer-events: none;
}
#about-factory .factory-media::after {
  content: "";
  position: absolute;
  left: 32px;
  bottom: 32px;
  z-index: 2;
  width: 108px;
  height: 4px;
  border-radius: 100rem;
  background: #da2128;
}
@media screen and (max-width: 640px) {
  #about-factory .factory-media::after {
    left: 22px;
    bottom: 22px;
    width: 76px;
  }
}
#about-factory .factory-media img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  transition: 0.3s ease;
}
@media screen and (max-width: 1280px) {
  #about-factory .factory-media img {
    height: 460px;
  }
}
@media screen and (max-width: 1024px) {
  #about-factory .factory-media img {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  #about-factory .factory-media img {
    height: 340px;
  }
}
@media screen and (max-width: 640px) {
  #about-factory .factory-media img {
    height: auto;
    aspect-ratio: 4/3;
  }
}
#about-factory .factory-media:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#about-factory .factory-media:hover img {
  transform: scale(1.025);
}
@media screen and (max-width: 1024px) {
  #about-factory .factory-media:hover img {
    transform: none;
  }
}
#about-factory .factory-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  #about-factory .factory-grid {
    gap: 18px;
  }
}
@media screen and (max-width: 1024px) {
  #about-factory .factory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}
@media screen and (max-width: 640px) {
  #about-factory .factory-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
#about-factory .factory-item {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
#about-factory .factory-item:hover {
  transform: translateY(-6px);
  border-color: rgba(55, 78, 162, 0.22);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#about-factory .factory-item:hover .factory-image img {
  transform: scale(1.06);
}
#about-factory .factory-item:hover h3 {
  color: #da2128;
}
@media screen and (max-width: 1024px) {
  #about-factory .factory-item:hover {
    transform: none;
  }
}
#about-factory .factory-image {
  position: relative;
  margin: 0;
  overflow: hidden;
}
#about-factory .factory-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(55, 78, 162, 0), rgba(55, 78, 162, 0.18));
  pointer-events: none;
}
#about-factory .factory-image img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: 0.3s ease;
}
@media screen and (max-width: 1280px) {
  #about-factory .factory-image img {
    height: 160px;
  }
}
@media screen and (max-width: 1024px) {
  #about-factory .factory-image img {
    height: 200px;
  }
}
@media screen and (max-width: 640px) {
  #about-factory .factory-image img {
    height: auto;
    aspect-ratio: 16/10;
  }
}
#about-factory .factory-content {
  padding: 24px 24px 28px;
}
@media screen and (max-width: 1280px) {
  #about-factory .factory-content {
    padding: 22px 20px 24px;
  }
}
@media screen and (max-width: 640px) {
  #about-factory .factory-content {
    padding: 20px;
  }
}
#about-factory .factory-content h3 {
  margin: 0 0 12px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.28;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #about-factory .factory-content h3 {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.35;
  }
}
#about-factory .factory-content p {
  margin: 0;
  color: #515152;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.65;
}
@media screen and (max-width: 640px) {
  #about-factory .factory-content p {
    font-size: 14px;
    line-height: 1.62;
  }
}

#about-hero {
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, rgba(13, 49, 146, 0.96), rgba(4, 27, 49, 0.98)), radial-gradient(circle at top right, rgba(236, 207, 74, 0.22), transparent 38%);
}
@media screen and (max-width: 1024px) {
  #about-hero {
    padding-block: 52px;
  }
}
@media screen and (max-width: 640px) {
  #about-hero {
    padding-block: 42px;
  }
}
#about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
#about-hero .hero-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 72px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #about-hero .hero-wrap {
    grid-template-columns: minmax(0, 1fr) 460px;
    gap: 48px;
  }
}
@media screen and (max-width: 1024px) {
  #about-hero .hero-wrap {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
@media screen and (max-width: 640px) {
  #about-hero .hero-wrap {
    gap: 26px;
  }
}
#about-hero .hero-content {
  max-width: 720px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #about-hero .hero-content {
    max-width: 760px;
  }
}
#about-hero .hero-media {
  position: relative;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  #about-hero .hero-media {
    max-width: 720px;
  }
}
@media screen and (max-width: 640px) {
  #about-hero .hero-media {
    border-radius: 12px;
  }
}
#about-hero .hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 48%, rgba(17, 17, 17, 0.32));
  pointer-events: none;
}
#about-hero .hero-media::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  width: 88px;
  height: 4px;
  border-radius: 12px;
  background: #da2128;
}
@media screen and (max-width: 640px) {
  #about-hero .hero-media::after {
    left: 18px;
    bottom: 18px;
    width: 68px;
  }
}
#about-hero .hero-media img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  transition: 0.3s ease;
}
@media screen and (max-width: 1280px) {
  #about-hero .hero-media img {
    height: 460px;
  }
}
@media screen and (max-width: 1024px) {
  #about-hero .hero-media img {
    height: auto;
    aspect-ratio: 720/520;
  }
}
@media screen and (max-width: 640px) {
  #about-hero .hero-media img {
    aspect-ratio: 4/3;
  }
}
#about-hero .hero-media:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#about-hero .hero-media:hover img {
  transform: scale(1.035);
}

#about-stats {
  position: relative;
  padding-block: 60px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.08), #fff 48%);
}
@media screen and (max-width: 768px) {
  #about-stats {
    padding-block: 44px;
  }
}
@media screen and (max-width: 640px) {
  #about-stats {
    padding-block: 36px;
  }
}
#about-stats .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  #about-stats .stats-grid {
    gap: 18px;
  }
}
@media screen and (max-width: 1024px) {
  #about-stats .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}
@media screen and (max-width: 640px) {
  #about-stats .stats-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
#about-stats .stats-item {
  position: relative;
  min-height: 280px;
  padding: 36px 28px 34px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
@media screen and (max-width: 1280px) {
  #about-stats .stats-item {
    min-height: 260px;
    padding: 32px 24px 30px;
  }
}
@media screen and (max-width: 1024px) {
  #about-stats .stats-item {
    min-height: 240px;
  }
}
@media screen and (max-width: 640px) {
  #about-stats .stats-item {
    min-height: auto;
    padding: 28px 22px;
  }
}
#about-stats .stats-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  width: 68px;
  height: 4px;
  border-radius: 0 0 100rem 100rem;
  background: #da2128;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #about-stats .stats-item::before {
    left: 22px;
    width: 56px;
  }
}
#about-stats .stats-item::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -46px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: rgba(173, 184, 217, 0.12);
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #about-stats .stats-item::after {
    right: -62px;
    bottom: -62px;
  }
}
#about-stats .stats-item:hover {
  transform: translateY(-6px);
  border-color: rgba(55, 78, 162, 0.22);
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#about-stats .stats-item:hover::before {
  width: 92px;
}
#about-stats .stats-item:hover::after {
  transform: scale(1.16);
  background: rgba(218, 33, 40, 0.1);
}
#about-stats .stats-item:hover .stats-number {
  color: #da2128;
}
@media screen and (max-width: 1024px) {
  #about-stats .stats-item:hover {
    transform: none;
  }
}
#about-stats .stats-number {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 22px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.035em;
  transition: 0.3s ease;
}
@media screen and (max-width: 1280px) {
  #about-stats .stats-number {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  #about-stats .stats-number {
    margin-bottom: 16px;
    font-size: 34px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 360px) {
  #about-stats .stats-number {
    font-size: 30px;
  }
}
#about-stats h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.28;
}
@media screen and (max-width: 640px) {
  #about-stats h3 {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.35;
  }
}
#about-stats p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #515152;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.65;
}
@media screen and (max-width: 640px) {
  #about-stats p {
    font-size: 14px;
    line-height: 1.62;
  }
}

#about-story {
  position: relative;
  padding-block: 60px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #about-story {
    padding-block: 48px;
  }
}
@media screen and (max-width: 480px) {
  #about-story {
    padding-block: 40px;
  }
}
#about-story .section-head {
  position: sticky;
  top: 112px;
}
@media screen and (max-width: 768px) {
  #about-story .section-head {
    position: static;
  }
}
#about-story .section-head .section-label {
  justify-content: start;
}
#about-story .section-head .section-title {
  text-align: left;
}
#about-story .about-wrap {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}
@media screen and (max-width: 1280px) {
  #about-story .about-wrap {
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 48px;
  }
}
@media screen and (max-width: 1024px) {
  #about-story .about-wrap {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  #about-story .about-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
#about-story .about-content {
  position: relative;
  padding: 40px 44px;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(55, 78, 162, 0.035), rgba(255, 255, 255, 0) 42%), #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1024px) {
  #about-story .about-content {
    padding: 34px 36px;
  }
}
@media screen and (max-width: 768px) {
  #about-story .about-content {
    padding: 32px;
  }
}
@media screen and (max-width: 480px) {
  #about-story .about-content {
    padding: 28px 22px;
    border-radius: 16px;
  }
}
#about-story .about-content::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 4px;
  height: 96px;
  border-radius: 0 100rem 100rem 0;
  background: #da2128;
}
@media screen and (max-width: 480px) {
  #about-story .about-content::before {
    top: 28px;
    height: 72px;
  }
}
#about-story .about-content p {
  margin: 0;
  color: #515152;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
}
@media screen and (max-width: 480px) {
  #about-story .about-content p {
    font-size: 15px;
    line-height: 1.68;
  }
}
#about-story .about-content p + p {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(173, 184, 217, 0.45);
}
@media screen and (max-width: 480px) {
  #about-story .about-content p + p {
    margin-top: 18px;
    padding-top: 18px;
  }
}

#about-values {
  position: relative;
  padding-block: 60px;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #about-values {
    padding-block: 44px;
  }
}
@media screen and (max-width: 640px) {
  #about-values {
    padding-block: 36px;
  }
}
#about-values .value-grid {
  counter-reset: value-counter;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  #about-values .value-grid {
    gap: 18px;
  }
}
@media screen and (max-width: 1024px) {
  #about-values .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}
@media screen and (max-width: 640px) {
  #about-values .value-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
#about-values .value-card {
  counter-increment: value-counter;
  position: relative;
  min-height: 300px;
  padding: 76px 28px 34px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(55, 78, 162, 0.035), rgba(255, 255, 255, 0) 45%), #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
@media screen and (max-width: 1280px) {
  #about-values .value-card {
    min-height: 280px;
    padding: 70px 24px 30px;
  }
}
@media screen and (max-width: 1024px) {
  #about-values .value-card {
    min-height: 250px;
  }
}
@media screen and (max-width: 640px) {
  #about-values .value-card {
    min-height: auto;
    padding: 66px 22px 26px;
  }
}
#about-values .value-card::before {
  content: "0" counter(value-counter);
  position: absolute;
  top: 28px;
  left: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(55, 78, 162, 0.08);
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 15px;
  font-weight: 800;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #about-values .value-card::before {
    top: 22px;
    left: 22px;
    width: 42px;
    height: 42px;
    font-size: 14px;
  }
}
#about-values .value-card::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -46px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: rgba(218, 33, 40, 0.08);
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #about-values .value-card::after {
    right: -62px;
    bottom: -62px;
  }
}
#about-values .value-card h3 {
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 15px;
  position: relative;
  color: #374ea2;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.28;
  font-family: "Be Vietnam Pro", sans-serif;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #about-values .value-card h3 {
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.35;
  }
}
#about-values .value-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #515152;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.65;
}
@media screen and (max-width: 640px) {
  #about-values .value-card p {
    font-size: 14px;
    line-height: 1.62;
  }
}
#about-values .value-card:hover {
  transform: translateY(-6px);
  border-color: rgba(55, 78, 162, 0.22);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#about-values .value-card:hover::before {
  background: #374ea2;
  color: #fff;
}
#about-values .value-card:hover::after {
  transform: scale(1.18);
  background: rgba(218, 33, 40, 0.13);
}
#about-values .value-card:hover h3 {
  color: #da2128;
}
@media screen and (max-width: 1024px) {
  #about-values .value-card:hover {
    transform: none;
  }
}

#about-vision {
  position: relative;
  padding-block: 60px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.08), #fff 42%);
}
@media screen and (max-width: 768px) {
  #about-vision {
    padding-block: 44px;
  }
}
@media screen and (max-width: 640px) {
  #about-vision {
    padding-block: 36px;
  }
}
#about-vision .vision-grid {
  gap: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  #about-vision .vision-grid {
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  #about-vision .vision-grid {
    gap: 18px;
    grid-template-columns: 1fr;
  }
}
#about-vision .vision-item {
  overflow: hidden;
  min-height: 320px;
  padding: 38px 34px;
  position: relative;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  transition: 0.3s ease;
  border: 1px solid #e5e7eb;
}
@media screen and (max-width: 1280px) {
  #about-vision .vision-item {
    min-height: 300px;
    padding: 32px 28px;
  }
}
@media screen and (max-width: 1024px) {
  #about-vision .vision-item {
    min-height: 260px;
  }
}
@media screen and (max-width: 640px) {
  #about-vision .vision-item {
    min-height: auto;
    padding: 28px 22px;
  }
}
#about-vision .vision-item h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.24;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #about-vision .vision-item h3 {
    margin-bottom: 12px;
    font-size: 19px;
    line-height: 1.32;
  }
}
#about-vision .vision-item p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #515152;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.68;
}
@media screen and (max-width: 640px) {
  #about-vision .vision-item p {
    line-height: 1.62;
  }
}
#about-vision .vision-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  width: 72px;
  height: 4px;
  border-radius: 0 0 100rem 100rem;
  background: #da2128;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #about-vision .vision-item::before {
    left: 22px;
    width: 58px;
  }
}
#about-vision .vision-item::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -58px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(55, 78, 162, 0.055);
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #about-vision .vision-item::after {
    right: -76px;
    bottom: -76px;
  }
}
#about-vision .vision-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
  border-color: rgba(55, 78, 162, 0.22);
}
#about-vision .vision-item:hover::before {
  width: 96px;
  background: #374ea2;
}
#about-vision .vision-item:hover::after {
  transform: scale(1.16);
  background: rgba(218, 33, 40, 0.1);
}
#about-vision .vision-item:hover h3 {
  color: #da2128;
}
@media screen and (max-width: 1024px) {
  #about-vision .vision-item:hover {
    transform: none;
  }
}

.about-wrap {
  z-index: 1;
  position: relative;
}

/*# sourceMappingURL=about.css.map */
