@charset "UTF-8";
.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;
  }
}

#home-about {
  padding: 90px 0;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #home-about {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  #home-about {
    padding: 52px 0;
  }
}
@media screen and (max-width: 640px) {
  #home-about {
    padding: 40px 0;
  }
}
#home-about .about-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.05fr);
  align-items: center;
  gap: 64px;
}
@media screen and (max-width: 1280px) {
  #home-about .about-wrap {
    gap: 40px;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  }
}
@media screen and (max-width: 1024px) {
  #home-about .about-wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  #home-about .about-wrap {
    gap: 30px;
  }
}
#home-about .section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #da2128;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  #home-about .section-label {
    gap: 8px;
    margin-bottom: 14px;
    font-size: 0.76rem;
    line-height: 1.35;
  }
}
#home-about .section-label::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #da2128;
}
@media screen and (max-width: 640px) {
  #home-about .section-label::before {
    width: 24px;
  }
}
#home-about .section-title {
  max-width: 720px;
  margin-bottom: 22px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.035em;
}
@media screen and (max-width: 1280px) {
  #home-about .section-title {
    font-size: 2.55rem;
  }
}
@media screen and (max-width: 768px) {
  #home-about .section-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  #home-about .section-title {
    margin-bottom: 16px;
    font-size: 1.75rem;
    line-height: 1.25;
    letter-spacing: 0;
  }
}
#home-about .about-desc {
  max-width: 680px;
  margin-bottom: 16px;
  color: #515152;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  #home-about .about-desc {
    font-size: 0.95rem;
    line-height: 1.65;
  }
}
#home-about .about-desc:last-of-type {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #home-about .about-desc:last-of-type {
    margin-bottom: 24px;
  }
}
#home-about .about-action {
  display: flex;
}
@media screen and (max-width: 640px) {
  #home-about .about-action {
    display: grid;
  }
}
#home-about .about-btn {
  padding: 14px 24px;
  border: 1px solid #374ea2;
  border-radius: 8px;
  background: #374ea2;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  transition: 0.3s ease;
  box-shadow: 0 12px 26px rgba(55, 78, 162, 0.18);
}
@media screen and (max-width: 640px) {
  #home-about .about-btn {
    width: 100%;
    padding: 13px 18px;
    font-size: 0.9rem;
    text-align: center;
  }
}
#home-about .about-btn:hover {
  border-color: #da2128;
  background: #da2128;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(218, 33, 40, 0.24);
}
@media screen and (max-width: 1024px) {
  #home-about .about-btn:hover {
    transform: none;
  }
}
#home-about .about-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media screen and (max-width: 768px) {
  #home-about .about-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}
@media screen and (max-width: 640px) {
  #home-about .about-panel {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
#home-about .about-card {
  position: relative;
  min-height: 320px;
  padding: 30px 26px;
  border: 1px solid rgba(173, 184, 217, 0.42);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.08), transparent 46%), #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
@media screen and (max-width: 1280px) {
  #home-about .about-card {
    min-height: 300px;
    padding: 28px 22px;
  }
}
@media screen and (max-width: 768px) {
  #home-about .about-card {
    min-height: 270px;
    padding: 24px 20px;
  }
}
@media screen and (max-width: 640px) {
  #home-about .about-card {
    min-height: auto;
  }
}
#home-about .about-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border-top: 4px solid #374ea2;
  pointer-events: none;
}
#home-about .about-card:hover {
  transform: translateY(-6px);
  border-color: rgba(55, 78, 162, 0.42);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1024px) {
  #home-about .about-card:hover {
    transform: none;
  }
}
#home-about .about-card:nth-child(2) {
  margin-top: 34px;
}
@media screen and (max-width: 640px) {
  #home-about .about-card:nth-child(2) {
    margin-top: 0;
  }
}
#home-about .about-card:nth-child(2)::before {
  border-top-color: #da2128;
}
#home-about .about-card:nth-child(2) .about-number {
  color: rgba(218, 33, 40, 0.14);
}
#home-about .about-card:nth-child(3) {
  margin-top: 68px;
}
@media screen and (max-width: 640px) {
  #home-about .about-card:nth-child(3) {
    margin-top: 0;
  }
}
#home-about .about-card:nth-child(3)::before {
  border-top-color: #eccf4a;
}
#home-about .about-card:nth-child(3) .about-number {
  color: rgba(236, 207, 74, 0.2);
}
#home-about .about-card p {
  margin: 0;
  color: #515152;
  font-size: 0.95rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #home-about .about-card p {
    font-size: 0.92rem;
  }
}
@media screen and (max-width: 640px) {
  #home-about .about-card p {
    line-height: 1.62;
  }
}
#home-about .about-number {
  display: block;
  margin-bottom: 28px;
  color: rgba(55, 78, 162, 0.13);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 1280px) {
  #home-about .about-number {
    margin-bottom: 22px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #home-about .about-number {
    margin-bottom: 18px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 640px) {
  #home-about .about-number {
    font-size: 3rem;
    letter-spacing: -0.04em;
  }
}
#home-about .about-name {
  margin-bottom: 14px;
  color: #333;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  #home-about .about-name {
    font-size: 1.08rem;
  }
}
@media screen and (max-width: 640px) {
  #home-about .about-name {
    margin-bottom: 10px;
    font-size: 1.05rem;
  }
}

#home-advantage {
  background-color: #fff;
}
#home-advantage .advantage-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  #home-advantage .advantage-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  #home-advantage .advantage-wrap {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
#home-advantage .advantage-card {
  position: relative;
  overflow: hidden;
  padding: 34px 30px;
  border: 1px solid rgba(173, 184, 217, 0.42);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.08), transparent 52%), #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #home-advantage .advantage-card {
    padding: 30px 26px;
  }
}
@media screen and (max-width: 640px) {
  #home-advantage .advantage-card {
    padding: 24px 20px;
  }
}
#home-advantage .advantage-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 4px;
  border-radius: 0 0 100rem 100rem;
  background: #374ea2;
  transition: 0.3s ease;
}
#home-advantage .advantage-card:hover {
  transform: translateY(-6px);
  border-color: rgba(55, 78, 162, 0.42);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#home-advantage .advantage-card:hover::before {
  background: #da2128;
}
#home-advantage .advantage-card:hover .advantage-icon {
  background: #374ea2;
  color: #fff;
  transform: translateY(-3px);
}
@media screen and (max-width: 1024px) {
  #home-advantage .advantage-card:hover .advantage-icon {
    transform: none;
  }
}
@media screen and (max-width: 1024px) {
  #home-advantage .advantage-card:hover {
    transform: none;
  }
}
#home-advantage .advantage-card p {
  margin: 0;
  color: #515152;
  font-size: 0.95rem;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #home-advantage .advantage-card p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
#home-advantage .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  border-radius: 12px;
  border: 1px solid rgba(55, 78, 162, 0.16);
  background: rgba(173, 184, 217, 0.12);
  color: #374ea2;
  font-size: 1.38rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #home-advantage .advantage-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    font-size: 1.24rem;
  }
}
@media screen and (max-width: 640px) {
  #home-advantage .advantage-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    font-size: 1.12rem;
  }
}
#home-advantage .advantage-title {
  margin-bottom: 12px;
  color: #333;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.35;
}
@media screen and (max-width: 640px) {
  #home-advantage .advantage-title {
    margin-bottom: 10px;
    font-size: 1.08rem;
  }
}
#home-advantage .advantage-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-top: 44px;
  padding: 36px 40px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(13, 49, 146, 0.96), rgba(55, 78, 162, 0.94));
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  #home-advantage .advantage-note {
    align-items: flex-start;
    gap: 24px;
    padding: 32px;
  }
}
@media screen and (max-width: 768px) {
  #home-advantage .advantage-note {
    display: grid;
  }
}
@media screen and (max-width: 640px) {
  #home-advantage .advantage-note {
    margin-top: 32px;
    padding: 28px 22px;
  }
}
#home-advantage .advantage-text {
  max-width: 780px;
}
#home-advantage .advantage-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #home-advantage .advantage-text p {
    line-height: 1.62;
  }
}
#home-advantage .advantage-name {
  margin-bottom: 10px;
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  #home-advantage .advantage-name {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 640px) {
  #home-advantage .advantage-name {
    font-size: 1.18rem;
  }
}
#home-advantage .advantage-btn {
  flex-shrink: 0;
  padding: 14px 26px;
  border: 1px solid #da2128;
  border-radius: 8px;
  background: #da2128;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  transition: 0.3s ease;
  box-shadow: 0 12px 28px rgba(218, 33, 40, 0.24);
}
@media screen and (max-width: 768px) {
  #home-advantage .advantage-btn {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #home-advantage .advantage-btn {
    padding: 13px 18px;
    font-size: 0.9rem;
  }
}
#home-advantage .advantage-btn:hover {
  border-color: #fa0103;
  background: #fa0103;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(218, 33, 40, 0.34);
}
@media screen and (max-width: 1024px) {
  #home-advantage .advantage-btn:hover {
    transform: none;
  }
}

#home-capacity {
  background-color: #fff;
}
#home-capacity .capacity-wrap {
  display: grid;
  grid-template-columns: minmax(480px, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 46px;
}
@media screen and (max-width: 1280px) {
  #home-capacity .capacity-wrap {
    grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr);
    gap: 34px;
  }
}
@media screen and (max-width: 1024px) {
  #home-capacity .capacity-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media screen and (max-width: 640px) {
  #home-capacity .capacity-wrap {
    gap: 24px;
  }
}
#home-capacity .capacity-media {
  position: relative;
}
@media screen and (max-width: 1024px) {
  #home-capacity .capacity-media {
    max-width: 760px;
  }
}
#home-capacity .capacity-media::before {
  content: "";
  position: absolute;
  top: 28px;
  left: -28px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(173, 184, 217, 0.16);
}
@media screen and (max-width: 640px) {
  #home-capacity .capacity-media::before {
    top: 16px;
    left: -16px;
  }
}
#home-capacity .capacity-media::after {
  content: "TPP Rack";
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 3;
  padding: 10px 16px;
  border-radius: 100rem;
  background: rgba(255, 255, 255, 0.92);
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 640px) {
  #home-capacity .capacity-media::after {
    left: 18px;
    bottom: 18px;
    padding: 8px 13px;
    font-size: 0.84rem;
  }
}
#home-capacity .capacity-image {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: 0;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
#home-capacity .capacity-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(17, 17, 17, 0.22));
  pointer-events: none;
}
#home-capacity .capacity-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 700/500;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  #home-capacity .capacity-image img {
    aspect-ratio: 4/3;
  }
}
#home-capacity .capacity-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media screen and (max-width: 1280px) {
  #home-capacity .capacity-content {
    gap: 18px;
  }
}
@media screen and (max-width: 640px) {
  #home-capacity .capacity-content {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
#home-capacity .capacity-item {
  padding: 26px 24px;
  border: 1px solid rgba(173, 184, 217, 0.42);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.08), transparent 50%), #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
@media screen and (max-width: 1280px) {
  #home-capacity .capacity-item {
    padding: 24px 22px;
  }
}
@media screen and (max-width: 640px) {
  #home-capacity .capacity-item {
    padding: 22px 20px;
  }
}
#home-capacity .capacity-item:hover {
  transform: translateY(-5px);
  border-color: rgba(55, 78, 162, 0.42);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#home-capacity .capacity-item:hover .capacity-icon {
  background: #374ea2;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #home-capacity .capacity-item:hover {
    transform: none;
  }
}
#home-capacity .capacity-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 12px;
  border: 1px solid rgba(55, 78, 162, 0.16);
  background: rgba(173, 184, 217, 0.12);
  color: #374ea2;
  font-size: 1.35rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 1280px) {
  #home-capacity .capacity-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  #home-capacity .capacity-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    font-size: 1.1rem;
  }
}
#home-capacity .capacity-title {
  margin-bottom: 10px;
  color: #333;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  #home-capacity .capacity-title {
    margin-bottom: 8px;
    font-size: 1.05rem;
  }
}
#home-capacity .capacity-info p {
  margin: 0;
  color: #515152;
  font-size: 0.94rem;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #home-capacity .capacity-info p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
#home-capacity .capacity-action {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  #home-capacity .capacity-action {
    margin-top: 34px;
  }
}
@media screen and (max-width: 640px) {
  #home-capacity .capacity-action {
    display: grid;
    margin-top: 28px;
  }
}
#home-capacity .capacity-btn {
  padding: 14px 28px;
  border: 1px solid #374ea2;
  border-radius: 8px;
  background: #374ea2;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  transition: 0.3s ease;
  box-shadow: 0 12px 26px rgba(55, 78, 162, 0.18);
}
@media screen and (max-width: 640px) {
  #home-capacity .capacity-btn {
    width: 100%;
    padding: 13px 18px;
    font-size: 0.9rem;
    text-align: center;
  }
}
#home-capacity .capacity-btn:hover {
  border-color: #da2128;
  background: #da2128;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(218, 33, 40, 0.24);
}
@media screen and (max-width: 1024px) {
  #home-capacity .capacity-btn:hover {
    transform: none;
  }
}

#home-contact {
  padding: 90px 0;
  background: linear-gradient(135deg, rgba(13, 49, 146, 0.96), rgba(55, 78, 162, 0.94)), radial-gradient(circle at top right, rgba(245, 231, 165, 0.22), transparent 34%);
}
@media screen and (max-width: 1024px) {
  #home-contact {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  #home-contact {
    padding: 52px 0;
  }
}
@media screen and (max-width: 640px) {
  #home-contact {
    padding: 40px 0;
  }
}
#home-contact .contact-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(480px, 0.85fr);
  align-items: center;
  gap: 64px;
}
@media screen and (max-width: 1280px) {
  #home-contact .contact-wrap {
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) minmax(400px, 0.9fr);
  }
}
@media screen and (max-width: 1024px) {
  #home-contact .contact-wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  #home-contact .contact-wrap {
    gap: 30px;
  }
}
#home-contact .contact-content {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #home-contact .contact-content {
    max-width: 760px;
  }
}
#home-contact .section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #f5e7a5;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  #home-contact .section-label {
    gap: 8px;
    margin-bottom: 14px;
    font-size: 0.76rem;
    line-height: 1.35;
  }
}
#home-contact .section-label::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #f5e7a5;
}
@media screen and (max-width: 640px) {
  #home-contact .section-label::before {
    width: 24px;
  }
}
#home-contact .section-title {
  max-width: 720px;
  margin-bottom: 22px;
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1280px) {
  #home-contact .section-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  #home-contact .section-title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 640px) {
  #home-contact .section-title {
    margin-bottom: 16px;
    font-size: 1.78rem;
    line-height: 1.24;
    letter-spacing: 0;
  }
}
#home-contact .contact-desc {
  max-width: 660px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #home-contact .contact-desc {
    margin-bottom: 24px;
    font-size: 1rem;
    line-height: 1.68;
  }
}
@media screen and (max-width: 640px) {
  #home-contact .contact-desc {
    font-size: 0.95rem;
  }
}
#home-contact .contact-list {
  display: grid;
  gap: 14px;
  max-width: 650px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 640px) {
  #home-contact .contact-list {
    gap: 10px;
  }
}
#home-contact .contact-list li {
  position: relative;
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  #home-contact .contact-list li {
    padding-left: 24px;
    font-size: 0.92rem;
  }
}
#home-contact .contact-list li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 100rem;
  background: rgba(245, 231, 165, 0.18);
  border: 4px solid #f5e7a5;
}
@media screen and (max-width: 640px) {
  #home-contact .contact-list li::before {
    width: 12px;
    height: 12px;
    border-width: 3px;
  }
}
#home-contact .contact-form {
  padding: 36px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  #home-contact .contact-form {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  #home-contact .contact-form {
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  #home-contact .contact-form {
    padding: 24px 20px;
  }
}
#home-contact .form-head {
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(173, 184, 217, 0.35);
}
@media screen and (max-width: 640px) {
  #home-contact .form-head {
    margin-bottom: 22px;
    padding-bottom: 18px;
  }
}
#home-contact .form-head p {
  margin: 0;
  color: #515152;
  font-size: 0.95rem;
  line-height: 1.65;
}
@media screen and (max-width: 640px) {
  #home-contact .form-head p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
#home-contact .form-title {
  margin-bottom: 10px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  #home-contact .form-title {
    font-size: 1.25rem;
  }
}
#home-contact .form-group {
  margin-bottom: 18px;
}
@media screen and (max-width: 640px) {
  #home-contact .form-group {
    margin-bottom: 16px;
  }
}
#home-contact .form-group label {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-size: 0.92rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #home-contact .form-group label {
    font-size: 0.88rem;
  }
}
#home-contact .form-group label span {
  color: #da2128;
}
#home-contact .form-group input,
#home-contact .form-group select,
#home-contact .form-group textarea {
  width: 100%;
  border: 1px solid rgba(173, 184, 217, 0.55);
  border-radius: 8px;
  background: #f8fafc;
  color: #333;
  font-size: 0.95rem;
  outline: none;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #home-contact .form-group input,
  #home-contact .form-group select,
  #home-contact .form-group textarea {
    font-size: 0.9rem;
  }
}
#home-contact .form-group input::placeholder,
#home-contact .form-group select::placeholder,
#home-contact .form-group textarea::placeholder {
  color: rgba(81, 81, 82, 0.55);
}
#home-contact .form-group input:focus,
#home-contact .form-group select:focus,
#home-contact .form-group textarea:focus {
  border-color: #374ea2;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(55, 78, 162, 0.1);
}
#home-contact .form-group input,
#home-contact .form-group select {
  height: 48px;
  padding: 0 14px;
}
@media screen and (max-width: 640px) {
  #home-contact .form-group input,
  #home-contact .form-group select {
    height: 46px;
  }
}
#home-contact .form-group textarea {
  min-height: 110px;
  padding: 14px;
  resize: vertical;
}
@media screen and (max-width: 640px) {
  #home-contact .form-group textarea {
    min-height: 104px;
  }
}
#home-contact .form-group select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #374ea2 50%), linear-gradient(135deg, #374ea2 50%, transparent 50%);
  background-position: calc(100% - 18px) 20px, calc(100% - 12px) 20px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 42px;
}
#home-contact .contact-btn {
  width: 100%;
  min-height: 52px;
  margin-top: 6px;
  padding: 14px 24px;
  border: 1px solid #da2128;
  border-radius: 8px;
  background: #da2128;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 800;
  transition: 0.3s ease;
  box-shadow: 0 12px 28px rgba(218, 33, 40, 0.24);
}
@media screen and (max-width: 640px) {
  #home-contact .contact-btn {
    min-height: 50px;
    padding: 13px 18px;
    font-size: 0.92rem;
  }
}
#home-contact .contact-btn:hover {
  border-color: #fa0103;
  background: #fa0103;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(218, 33, 40, 0.34);
}
@media screen and (max-width: 1024px) {
  #home-contact .contact-btn:hover {
    transform: none;
  }
}

#home-faq {
  background-color: #f8fafc;
}
#home-faq .faq-wrap {
  display: grid;
  gap: 16px;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #home-faq .faq-wrap {
    gap: 14px;
  }
}
#home-faq .faq-item {
  overflow: hidden;
  border: 1px solid rgba(173, 184, 217, 0.42);
  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: 480px) {
  #home-faq .faq-item {
    border-radius: 12px;
  }
}
#home-faq .faq-item[open] {
  border-color: rgba(55, 78, 162, 0.42);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
#home-faq .faq-item[open] .faq-title {
  color: #374ea2;
}
#home-faq .faq-item[open] .faq-title::after {
  content: "−";
  background: #da2128;
  color: #fff;
}
#home-faq .faq-item:hover {
  border-color: rgba(55, 78, 162, 0.38);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
#home-faq .faq-title {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 22px 70px 22px 28px;
  color: #333;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  #home-faq .faq-title {
    min-height: 66px;
    padding: 20px 64px 20px 24px;
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  #home-faq .faq-title {
    min-height: 60px;
    padding: 18px 56px 18px 18px;
    font-size: 16px;
    line-height: 1.42;
  }
}
#home-faq .faq-title::-webkit-details-marker {
  display: none;
}
#home-faq .faq-title::marker {
  content: "";
}
#home-faq .faq-title::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 100rem;
  background: rgba(173, 184, 217, 0.14);
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  #home-faq .faq-title::after {
    right: 22px;
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #home-faq .faq-title::after {
    right: 16px;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
#home-faq .faq-title:hover {
  color: #374ea2;
}
#home-faq .faq-content {
  padding: 0 28px 24px 28px;
}
@media screen and (max-width: 768px) {
  #home-faq .faq-content {
    padding: 0 24px 22px 24px;
  }
}
@media screen and (max-width: 480px) {
  #home-faq .faq-content {
    padding: 0 18px 20px 18px;
  }
}
#home-faq .faq-content p {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(173, 184, 217, 0.28);
  color: #515152;
  font-size: 0.96rem;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  #home-faq .faq-content p {
    padding-top: 16px;
    font-size: 15px;
    line-height: 1.68;
  }
}
#home-faq .faq-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  max-width: 920px;
  margin: 34px auto 0;
  padding: 30px 34px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(13, 49, 146, 0.96), rgba(55, 78, 162, 0.94));
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  #home-faq .faq-action {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    margin-top: 28px;
    padding: 28px;
  }
}
@media screen and (max-width: 480px) {
  #home-faq .faq-action {
    gap: 20px;
    margin-top: 24px;
    padding: 24px 20px;
    border-radius: 16px;
  }
}
#home-faq .faq-text {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  #home-faq .faq-text {
    font-size: 15px;
    line-height: 1.65;
  }
}
#home-faq .faq-btn {
  flex-shrink: 0;
  padding: 14px 26px;
  border: 1px solid #da2128;
  border-radius: 8px;
  background: #da2128;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  transition: 0.3s ease;
  box-shadow: 0 12px 28px rgba(218, 33, 40, 0.24);
}
@media screen and (max-width: 768px) {
  #home-faq .faq-btn {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #home-faq .faq-btn {
    padding: 13px 20px;
    font-size: 15px;
  }
}
#home-faq .faq-btn:hover {
  border-color: #fa0103;
  background: #fa0103;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(218, 33, 40, 0.34);
}

#home-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%);
}
#home-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;
}
#home-hero .hero-wrap {
  gap: 56px;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
}
@media screen and (max-width: 1280px) {
  #home-hero .hero-wrap {
    gap: 36px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  }
}
@media screen and (max-width: 1024px) {
  #home-hero .hero-wrap {
    gap: 34px;
    padding-block: 0;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  #home-hero .hero-wrap {
    gap: 28px;
  }
}
#home-hero .hero-content {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #home-hero .hero-content {
    max-width: 760px;
  }
}
#home-hero .hero-action {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #home-hero .hero-action {
    display: grid;
    gap: 12px;
    margin-bottom: 24px;
  }
}
#home-hero .hero-btn {
  min-height: 50px;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #home-hero .hero-btn {
    width: 100%;
    min-height: 48px;
    padding: 13px 18px;
    font-size: 0.9rem;
    text-align: center;
  }
}
#home-hero .hero-btn span {
  position: relative;
  z-index: 1;
}
#home-hero .hero-btn-primary {
  border: 1px solid #da2128;
  background: #da2128;
  color: #fff;
  box-shadow: 0 12px 28px rgba(218, 33, 40, 0.28);
}
#home-hero .hero-btn-primary:hover {
  border-color: #fa0103;
  background: #fa0103;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(218, 33, 40, 0.36);
}
@media screen and (max-width: 1024px) {
  #home-hero .hero-btn-primary:hover {
    transform: none;
  }
}
#home-hero .hero-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
#home-hero .hero-btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  transform: translateY(-2px);
}
@media screen and (max-width: 1024px) {
  #home-hero .hero-btn-outline:hover {
    transform: none;
  }
}
#home-hero .hero-list {
  display: grid;
  gap: 12px;
  max-width: 650px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 640px) {
  #home-hero .hero-list {
    gap: 10px;
  }
}
#home-hero .hero-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
  line-height: 1.55;
}
@media screen and (max-width: 640px) {
  #home-hero .hero-list li {
    padding-left: 24px;
    font-size: 0.92rem;
  }
}
#home-hero .hero-list li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 100rem;
  background: rgba(245, 231, 165, 0.18);
  border: 4px solid #eccf4a;
}
@media screen and (max-width: 640px) {
  #home-hero .hero-list li::before {
    width: 12px;
    height: 12px;
    border-width: 3px;
  }
}
#home-hero .hero-media {
  position: relative;
}
@media screen and (max-width: 1024px) {
  #home-hero .hero-media {
    max-width: 720px;
  }
}
#home-hero .hero-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
#home-hero .hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 50%, rgba(17, 17, 17, 0.34));
  pointer-events: none;
}
#home-hero .hero-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 640/520;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  #home-hero .hero-image img {
    aspect-ratio: 4/3;
  }
}
#home-hero .hero-card {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  max-width: 300px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 640px) {
  #home-hero .hero-card {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: none;
    margin: -34px 16px 0;
    padding: 16px 18px;
  }
}
#home-hero .hero-card strong {
  display: block;
  margin-bottom: 6px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
}
@media screen and (max-width: 640px) {
  #home-hero .hero-card strong {
    font-size: 1.08rem;
  }
}
#home-hero .hero-card span {
  display: block;
  color: #515152;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #home-hero .hero-card span {
    font-size: 0.85rem;
  }
}

#home-industry {
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.08), #fff 42%);
}
#home-industry .industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  #home-industry .industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  #home-industry .industry-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
#home-industry .industry-card {
  position: relative;
  overflow: hidden;
  padding: 34px 30px;
  border: 1px solid rgba(173, 184, 217, 0.42);
  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: 1024px) {
  #home-industry .industry-card {
    padding: 30px 26px;
  }
}
@media screen and (max-width: 640px) {
  #home-industry .industry-card {
    padding: 24px 20px;
  }
}
#home-industry .industry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.08), transparent 55%);
  pointer-events: none;
}
#home-industry .industry-card:hover {
  transform: translateY(-6px);
  border-color: rgba(55, 78, 162, 0.42);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#home-industry .industry-card:hover .industry-icon {
  background: #374ea2;
  color: #fff;
  transform: scale(1.05);
}
#home-industry .industry-card:hover .industry-title {
  color: #374ea2;
}
@media screen and (max-width: 1024px) {
  #home-industry .industry-card:hover {
    transform: none;
  }
}
#home-industry .industry-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #515152;
  font-size: 0.95rem;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #home-industry .industry-card p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
#home-industry .industry-icon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-bottom: 22px;
  border-radius: 12px;
  border: 1px solid rgba(55, 78, 162, 0.15);
  background: rgba(173, 184, 217, 0.12);
  color: #374ea2;
  font-size: 1.8rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #home-industry .industry-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    font-size: 1.55rem;
  }
}
@media screen and (max-width: 640px) {
  #home-industry .industry-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    font-size: 1.28rem;
  }
}
#home-industry .industry-title {
  position: relative;
  z-index: 2;
  margin-bottom: 12px;
  color: #333;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.35;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #home-industry .industry-title {
    margin-bottom: 10px;
    font-size: 1.08rem;
  }
}
#home-industry .industry-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-top: 44px;
  padding: 38px 42px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(13, 49, 146, 0.96), rgba(55, 78, 162, 0.94));
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  #home-industry .industry-cta {
    align-items: flex-start;
    gap: 24px;
    padding: 32px;
  }
}
@media screen and (max-width: 768px) {
  #home-industry .industry-cta {
    display: grid;
  }
}
@media screen and (max-width: 640px) {
  #home-industry .industry-cta {
    margin-top: 32px;
    padding: 28px 22px;
  }
}
#home-industry .industry-text {
  max-width: 760px;
}
#home-industry .industry-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  #home-industry .industry-text p {
    line-height: 1.65;
  }
}
#home-industry .industry-name {
  margin-bottom: 10px;
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  #home-industry .industry-name {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  #home-industry .industry-name {
    font-size: 1.22rem;
  }
}
#home-industry .industry-btn {
  flex-shrink: 0;
  padding: 14px 28px;
  border: 1px solid #da2128;
  border-radius: 8px;
  background: #da2128;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  transition: 0.3s ease;
  box-shadow: 0 12px 28px rgba(218, 33, 40, 0.24);
}
@media screen and (max-width: 768px) {
  #home-industry .industry-btn {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #home-industry .industry-btn {
    padding: 13px 18px;
    font-size: 0.9rem;
  }
}
#home-industry .industry-btn:hover {
  border-color: #fa0103;
  background: #fa0103;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(218, 33, 40, 0.34);
}
@media screen and (max-width: 1024px) {
  #home-industry .industry-btn:hover {
    transform: none;
  }
}

#home-process {
  background-color: #f8fafc;
}
#home-process .process-wrap {
  gap: 22px;
  display: grid;
  position: relative;
  margin-bottom: 46px;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1280px) {
  #home-process .process-wrap {
    gap: 18px;
  }
}
@media screen and (max-width: 1024px) {
  #home-process .process-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  #home-process .process-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  #home-process .process-wrap {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 28px;
  }
}
#home-process .process-wrap::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, rgba(55, 78, 162, 0.15), rgba(218, 33, 40, 0.5), rgba(55, 78, 162, 0.15));
}
@media screen and (max-width: 1024px) {
  #home-process .process-wrap::before {
    display: none;
  }
}
#home-process .process-item {
  position: relative;
  z-index: 2;
  padding: 0 0 26px;
}
@media screen and (max-width: 1024px) {
  #home-process .process-item {
    padding-bottom: 0;
  }
}
#home-process .process-step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  margin: 0 auto 22px;
  border-radius: 100rem;
  border: 8px solid #f8fafc;
  background: #374ea2;
  color: #fff;
  box-shadow: 0 12px 26px rgba(55, 78, 162, 0.22);
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #home-process .process-step {
    width: 68px;
    height: 68px;
    margin-bottom: 16px;
    border-width: 6px;
  }
}
@media screen and (max-width: 640px) {
  #home-process .process-step {
    width: 58px;
    height: 58px;
    margin: 0 0 14px;
  }
}
#home-process .process-step span {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #home-process .process-step span {
    font-size: 1.05rem;
  }
}
#home-process .process-content {
  min-height: 230px;
  padding: 26px 22px;
  border: 1px solid rgba(173, 184, 217, 0.42);
  border-radius: 16px;
  background: #fff;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
@media screen and (max-width: 1280px) {
  #home-process .process-content {
    min-height: 220px;
    padding: 24px 18px;
  }
}
@media screen and (max-width: 1024px) {
  #home-process .process-content {
    min-height: 210px;
  }
}
@media screen and (max-width: 640px) {
  #home-process .process-content {
    min-height: auto;
    padding: 22px 20px;
    text-align: left;
  }
}
#home-process .process-content p {
  margin: 0;
  color: #515152;
  font-size: 0.93rem;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #home-process .process-content p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
#home-process .process-item:hover .process-step {
  background: #da2128;
  box-shadow: 0 14px 30px rgba(218, 33, 40, 0.28);
  transform: translateY(-4px);
}
@media screen and (max-width: 1024px) {
  #home-process .process-item:hover .process-step {
    transform: none;
  }
}
#home-process .process-item:hover .process-content {
  transform: translateY(-5px);
  border-color: rgba(55, 78, 162, 0.42);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1024px) {
  #home-process .process-item:hover .process-content {
    transform: none;
  }
}
#home-process .process-title {
  margin-bottom: 12px;
  color: #333;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.35;
}
@media screen and (max-width: 640px) {
  #home-process .process-title {
    margin-bottom: 10px;
    font-size: 1.05rem;
  }
}
#home-process .process-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 34px 38px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(13, 49, 146, 0.96), rgba(55, 78, 162, 0.94));
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  #home-process .process-note {
    display: grid;
    gap: 24px;
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  #home-process .process-note {
    padding: 28px 22px;
  }
}
#home-process .process-text {
  max-width: 760px;
}
#home-process .process-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #home-process .process-text p {
    line-height: 1.62;
  }
}
#home-process .process-name {
  margin-bottom: 10px;
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  #home-process .process-name {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 640px) {
  #home-process .process-name {
    font-size: 1.18rem;
  }
}
#home-process .process-btn {
  flex-shrink: 0;
  padding: 14px 26px;
  border: 1px solid #da2128;
  border-radius: 8px;
  background: #da2128;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  transition: 0.3s ease;
  box-shadow: 0 12px 28px rgba(218, 33, 40, 0.24);
}
@media screen and (max-width: 768px) {
  #home-process .process-btn {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #home-process .process-btn {
    padding: 13px 18px;
    font-size: 0.9rem;
  }
}
#home-process .process-btn:hover {
  border-color: #fa0103;
  background: #fa0103;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(218, 33, 40, 0.34);
}
@media screen and (max-width: 1024px) {
  #home-process .process-btn:hover {
    transform: none;
  }
}

#home-product {
  padding: 90px 0;
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.08), #fff 42%);
}
@media screen and (max-width: 1024px) {
  #home-product {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  #home-product {
    padding: 52px 0;
  }
}
@media screen and (max-width: 640px) {
  #home-product {
    padding: 40px 0;
  }
}
#home-product .product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  #home-product .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #home-product .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  #home-product .product-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
#home-product .product-card {
  overflow: hidden;
  border: 1px solid rgba(173, 184, 217, 0.4);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
#home-product .product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(55, 78, 162, 0.42);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#home-product .product-card:hover .product-image img {
  transform: scale(1.06);
}
#home-product .product-card:hover .product-title {
  color: #374ea2;
}
#home-product .product-card:hover .product-more {
  color: #da2128;
}
#home-product .product-card:hover .product-more::after {
  transform: translateX(5px);
}
@media screen and (max-width: 1024px) {
  #home-product .product-card:hover .product-more::after {
    transform: none;
  }
}
@media screen and (max-width: 1024px) {
  #home-product .product-card:hover {
    transform: none;
  }
}
#home-product .product-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
#home-product .product-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: rgba(173, 184, 217, 0.1);
}
#home-product .product-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(17, 17, 17, 0.16));
  pointer-events: none;
}
#home-product .product-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 420/300;
  object-fit: cover;
  transition: 0.5s ease;
}
@media screen and (max-width: 640px) {
  #home-product .product-image img {
    aspect-ratio: 16/10;
  }
}
#home-product .product-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 22px 26px;
}
@media screen and (max-width: 640px) {
  #home-product .product-content {
    padding: 20px;
  }
}
#home-product .product-content p {
  margin-bottom: 18px;
  color: #515152;
  font-size: 0.94rem;
  line-height: 1.65;
}
@media screen and (max-width: 640px) {
  #home-product .product-content p {
    margin-bottom: 16px;
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
#home-product .product-title {
  margin-bottom: 12px;
  color: #333;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.35;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #home-product .product-title {
    margin-bottom: 10px;
    font-size: 1.08rem;
  }
}
#home-product .product-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #374ea2;
  font-size: 0.92rem;
  font-weight: 800;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #home-product .product-more {
    font-size: 0.9rem;
  }
}
#home-product .product-more::after {
  content: "→";
  font-size: 1rem;
  transition: 0.3s ease;
}
#home-product .product-action {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  #home-product .product-action {
    margin-top: 32px;
  }
}
@media screen and (max-width: 640px) {
  #home-product .product-action {
    display: grid;
    margin-top: 28px;
  }
}
#home-product .product-btn {
  padding: 14px 28px;
  border: 1px solid #374ea2;
  border-radius: 8px;
  background: #374ea2;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  transition: 0.3s ease;
  box-shadow: 0 12px 26px rgba(55, 78, 162, 0.18);
}
@media screen and (max-width: 640px) {
  #home-product .product-btn {
    width: 100%;
    padding: 13px 18px;
    font-size: 0.9rem;
    text-align: center;
  }
}
#home-product .product-btn:hover {
  border-color: #da2128;
  background: #da2128;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(218, 33, 40, 0.24);
}
@media screen and (max-width: 1024px) {
  #home-product .product-btn:hover {
    transform: none;
  }
}

#home-project {
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.08), #fff 48%);
}
#home-project .project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
@media screen and (max-width: 1024px) {
  #home-project .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}
@media screen and (max-width: 640px) {
  #home-project .project-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
#home-project .project-card {
  overflow: hidden;
  border: 1px solid rgba(173, 184, 217, 0.42);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
#home-project .project-card:hover {
  transform: translateY(-6px);
  border-color: rgba(55, 78, 162, 0.42);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#home-project .project-card:hover .project-image img {
  transform: scale(1.06);
}
#home-project .project-card:hover .project-title {
  color: #374ea2;
}
#home-project .project-card:hover .project-more {
  color: #da2128;
}
#home-project .project-card:hover .project-more::after {
  transform: translateX(5px);
}
@media screen and (max-width: 1024px) {
  #home-project .project-card:hover .project-more::after {
    transform: none;
  }
}
@media screen and (max-width: 1024px) {
  #home-project .project-card:hover {
    transform: none;
  }
}
#home-project .project-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
#home-project .project-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: rgba(173, 184, 217, 0.12);
}
#home-project .project-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(17, 17, 17, 0.22));
  pointer-events: none;
}
#home-project .project-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 520/360;
  object-fit: cover;
  transition: 0.5s ease;
}
@media screen and (max-width: 640px) {
  #home-project .project-image img {
    aspect-ratio: 16/10;
  }
}
#home-project .project-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 26px 26px 28px;
}
@media screen and (max-width: 640px) {
  #home-project .project-content {
    padding: 22px 20px;
  }
}
#home-project .project-type {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 100rem;
  background: rgba(173, 184, 217, 0.12);
  color: #374ea2;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  #home-project .project-type {
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 0.72rem;
  }
}
#home-project .project-title {
  margin-bottom: 18px;
  color: #333;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.35;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  #home-project .project-title {
    font-size: 1.22rem;
  }
}
@media screen and (max-width: 640px) {
  #home-project .project-title {
    margin-bottom: 14px;
    font-size: 1.12rem;
  }
}
#home-project .project-list {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 640px) {
  #home-project .project-list {
    gap: 8px;
    margin-bottom: 18px;
  }
}
#home-project .project-list li {
  position: relative;
  padding-left: 22px;
  color: #515152;
  font-size: 0.94rem;
  line-height: 1.55;
}
@media screen and (max-width: 640px) {
  #home-project .project-list li {
    padding-left: 20px;
    font-size: 0.9rem;
  }
}
#home-project .project-list li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100rem;
  background: #da2128;
  box-shadow: 0 0 0 4px rgba(218, 33, 40, 0.1);
}
@media screen and (max-width: 640px) {
  #home-project .project-list li::before {
    width: 7px;
    height: 7px;
  }
}
#home-project .project-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #374ea2;
  font-size: 0.92rem;
  font-weight: 800;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #home-project .project-more {
    font-size: 0.9rem;
  }
}
#home-project .project-more::after {
  content: "→";
  font-size: 1rem;
  transition: 0.3s ease;
}
#home-project .project-action {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  #home-project .project-action {
    margin-top: 34px;
  }
}
@media screen and (max-width: 640px) {
  #home-project .project-action {
    display: grid;
    margin-top: 28px;
  }
}
#home-project .project-btn {
  padding: 14px 28px;
  border: 1px solid #374ea2;
  border-radius: 8px;
  background: #374ea2;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  transition: 0.3s ease;
  box-shadow: 0 12px 26px rgba(55, 78, 162, 0.18);
}
@media screen and (max-width: 640px) {
  #home-project .project-btn {
    width: 100%;
    padding: 13px 18px;
    font-size: 0.9rem;
    text-align: center;
  }
}
#home-project .project-btn:hover {
  border-color: #da2128;
  background: #da2128;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(218, 33, 40, 0.24);
}
@media screen and (max-width: 1024px) {
  #home-project .project-btn:hover {
    transform: none;
  }
}

#home-solution {
  padding: 90px 0;
  background-color: #f8fafc;
}
@media screen and (max-width: 1024px) {
  #home-solution {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  #home-solution {
    padding: 52px 0;
  }
}
@media screen and (max-width: 640px) {
  #home-solution {
    padding: 40px 0;
  }
}
#home-solution .section-desc {
  max-width: 760px;
  margin: 0 auto;
  color: #515152;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  #home-solution .section-desc {
    line-height: 1.65;
  }
}
#home-solution .solution-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 32px;
}
@media screen and (max-width: 1280px) {
  #home-solution .solution-wrap {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
  }
}
@media screen and (max-width: 1024px) {
  #home-solution .solution-wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  #home-solution .solution-wrap {
    gap: 20px;
  }
}
#home-solution .solution-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media screen and (max-width: 1280px) {
  #home-solution .solution-main {
    gap: 18px;
  }
}
@media screen and (max-width: 640px) {
  #home-solution .solution-main {
    grid-template-columns: 1fr;
  }
}
#home-solution .solution-card {
  display: flex;
  gap: 20px;
  padding: 28px;
  border: 1px solid rgba(173, 184, 217, 0.4);
  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) {
  #home-solution .solution-card {
    gap: 16px;
    padding: 24px;
  }
}
@media screen and (max-width: 640px) {
  #home-solution .solution-card {
    gap: 14px;
    padding: 22px 20px;
  }
}
@media screen and (max-width: 480px) {
  #home-solution .solution-card {
    display: grid;
  }
}
#home-solution .solution-card:hover {
  transform: translateY(-5px);
  border-color: rgba(55, 78, 162, 0.4);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#home-solution .solution-card:hover .solution-icon {
  background: #374ea2;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #home-solution .solution-card:hover {
    transform: none;
  }
}
#home-solution .solution-icon {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  border-radius: 12px;
  border: 1px solid rgba(55, 78, 162, 0.15);
  background: rgba(173, 184, 217, 0.12);
  color: #374ea2;
  font-size: 1.5rem;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  #home-solution .solution-icon {
    width: 58px;
    height: 58px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 640px) {
  #home-solution .solution-icon {
    width: 52px;
    height: 52px;
    font-size: 1.18rem;
  }
}
#home-solution .solution-content {
  flex: 1;
}
#home-solution .solution-content p {
  margin: 0;
  color: #515152;
  font-size: 0.95rem;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #home-solution .solution-content p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
#home-solution .solution-title {
  margin-bottom: 10px;
  color: #333;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  #home-solution .solution-title {
    margin-bottom: 8px;
    font-size: 1.05rem;
  }
}
#home-solution .solution-note {
  position: relative;
  overflow: hidden;
  padding: 36px 32px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0d3192, #374ea2);
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  #home-solution .solution-note {
    padding: 32px;
  }
}
@media screen and (max-width: 640px) {
  #home-solution .solution-note {
    padding: 28px 22px;
  }
}
#home-solution .solution-note::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}
@media screen and (max-width: 640px) {
  #home-solution .solution-note::before {
    top: -110px;
    right: -110px;
  }
}
#home-solution .solution-note::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(245, 231, 165, 0.08);
}
@media screen and (max-width: 640px) {
  #home-solution .solution-note::after {
    bottom: -132px;
    left: -132px;
  }
}
#home-solution .solution-note > * {
  position: relative;
  z-index: 2;
}
#home-solution .solution-note p {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  #home-solution .solution-note p {
    margin-bottom: 24px;
    line-height: 1.65;
  }
}
#home-solution .solution-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 100rem;
  background: rgba(255, 255, 255, 0.12);
  color: #f5e7a5;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  #home-solution .solution-label {
    padding: 7px 12px;
    font-size: 0.74rem;
    line-height: 1.35;
  }
}
#home-solution .solution-name {
  margin-bottom: 18px;
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #home-solution .solution-name {
    font-size: 1.55rem;
  }
}
@media screen and (max-width: 640px) {
  #home-solution .solution-name {
    margin-bottom: 14px;
    font-size: 1.3rem;
  }
}
#home-solution .solution-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 8px;
  background: #da2128;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  transition: 0.3s ease;
  box-shadow: 0 12px 28px rgba(218, 33, 40, 0.25);
}
@media screen and (max-width: 640px) {
  #home-solution .solution-btn {
    width: 100%;
    min-height: 48px;
    padding: 0 18px;
    font-size: 0.9rem;
    text-align: center;
  }
}
#home-solution .solution-btn:hover {
  background: #fa0103;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(218, 33, 40, 0.35);
}
@media screen and (max-width: 1024px) {
  #home-solution .solution-btn:hover {
    transform: none;
  }
}

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