#service-hero {
  color: #fff;
  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%);
}
#service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: 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: 32px 32px;
  pointer-events: none;
  opacity: 0.8;
}
@media screen and (max-width: 640px) {
  #service-hero::before {
    background-size: 26px 26px;
    opacity: 0.65;
  }
}
#service-hero::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -140px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100rem;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.025), 0 0 0 140px rgba(255, 255, 255, 0.018);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #service-hero::after {
    top: -150px;
    right: -220px;
    width: 430px;
    height: 430px;
  }
}
@media screen and (max-width: 640px) {
  #service-hero::after {
    top: -120px;
    right: -210px;
    width: 340px;
    height: 340px;
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0.025), 0 0 0 90px rgba(255, 255, 255, 0.018);
  }
}
#service-hero .container {
  position: relative;
  z-index: 2;
}
#service-hero .hero-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 72px;
}
@media screen and (max-width: 1280px) {
  #service-hero .hero-wrap {
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  }
}
@media screen and (max-width: 1024px) {
  #service-hero .hero-wrap {
    gap: 40px;
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (max-width: 640px) {
  #service-hero .hero-wrap {
    gap: 30px;
  }
}
#service-hero .hero-head {
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  #service-hero .hero-head {
    max-width: 760px;
  }
}
#service-hero .hero-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #service-hero .hero-list {
    margin-top: 24px;
  }
}
@media screen and (max-width: 640px) {
  #service-hero .hero-list {
    gap: 10px;
    margin-top: 20px;
  }
}
#service-hero .hero-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}
@media screen and (max-width: 640px) {
  #service-hero .hero-list li {
    gap: 9px;
    font-size: 14px;
    line-height: 1.55;
  }
}
#service-hero .hero-list .fa {
  flex: 0 0 auto;
  margin-top: 4px;
  font-size: 15px;
  color: #eccf4a;
}
@media screen and (max-width: 640px) {
  #service-hero .hero-list .fa {
    margin-top: 3px;
    font-size: 14px;
  }
}
#service-hero .hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  #service-hero .hero-actions {
    gap: 22px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  #service-hero .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    margin-top: 26px;
  }
}
#service-hero .hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid #da2128;
  border-radius: 6px;
  background: #da2128;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 640px) {
  #service-hero .hero-btn {
    width: 100%;
    min-height: 46px;
    padding: 0 18px;
    font-size: 14px;
  }
}
#service-hero .hero-btn .fa {
  font-size: 13px;
  transition: transform 0.3s ease;
}
#service-hero .hero-btn:hover {
  border-color: #fa0103;
  background: #fa0103;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
#service-hero .hero-btn:hover .fa {
  transform: translateY(2px);
}
#service-hero .hero-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 640px) {
  #service-hero .hero-link {
    align-self: flex-start;
    font-size: 14px;
  }
}
#service-hero .hero-link .fa {
  font-size: 16px;
  transition: transform 0.3s ease;
}
#service-hero .hero-link:hover {
  color: #eccf4a;
  border-color: #eccf4a;
}
#service-hero .hero-link:hover .fa {
  transform: translateX(4px);
}
#service-hero .hero-media {
  position: relative;
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  #service-hero .hero-media {
    width: 100%;
    max-width: 760px;
  }
}
@media screen and (max-width: 640px) {
  #service-hero .hero-media {
    padding: 6px;
    border-radius: 12px;
  }
}
#service-hero .hero-media::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  width: 82px;
  height: 82px;
  border-top: 3px solid #eccf4a;
  border-left: 3px solid #eccf4a;
  border-radius: 6px 0 0 0;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  #service-hero .hero-media::before {
    top: -10px;
    left: -10px;
    width: 58px;
    height: 58px;
    border-top-width: 2px;
    border-left-width: 2px;
  }
}
#service-hero .hero-media img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 12px;
}
@media screen and (max-width: 1024px) {
  #service-hero .hero-media img {
    height: 390px;
  }
}
@media screen and (max-width: 768px) {
  #service-hero .hero-media img {
    height: 340px;
  }
}
@media screen and (max-width: 640px) {
  #service-hero .hero-media img {
    height: 260px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 480px) {
  #service-hero .hero-media img {
    height: 220px;
  }
}
#service-hero .hero-media figcaption {
  margin: 0;
  padding: 14px 12px 7px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}
@media screen and (max-width: 640px) {
  #service-hero .hero-media figcaption {
    padding: 11px 8px 5px;
    font-size: 12px;
    line-height: 1.5;
  }
}

#service-overview {
  background-color: #fff;
}
#service-overview .overview-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.55fr);
  align-items: start;
  gap: 76px;
}
@media screen and (max-width: 1024px) {
  #service-overview .overview-wrap {
    gap: 44px;
    grid-template-columns: minmax(0, 1fr) minmax(290px, 0.55fr);
  }
}
@media screen and (max-width: 768px) {
  #service-overview .overview-wrap {
    gap: 36px;
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (max-width: 640px) {
  #service-overview .overview-wrap {
    gap: 30px;
  }
}
#service-overview .overview-content {
  max-width: 820px;
}
@media screen and (max-width: 768px) {
  #service-overview .overview-content {
    max-width: 100%;
    min-width: 0;
  }
}
#service-overview .overview-content p:not([class]) {
  margin: 0 0 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.85;
  color: #515152;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  #service-overview .overview-content p:not([class]) {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 640px) {
  #service-overview .overview-content p:not([class]) {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.75;
  }
}
#service-overview .overview-content p:not([class]):last-of-type {
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  #service-overview .overview-content p:not([class]):last-of-type {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 640px) {
  #service-overview .overview-content p:not([class]):last-of-type {
    margin-bottom: 24px;
  }
}
#service-overview .overview-content p:not([class]) strong {
  font-weight: 650;
  color: #333;
}
#service-overview .overview-content > h3 {
  position: relative;
  margin: 0 0 20px;
  padding-top: 30px;
  border-top: 1px solid #e5e7eb;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 23px;
  font-weight: 650;
  line-height: 1.45;
  color: #141b44;
}
@media screen and (max-width: 768px) {
  #service-overview .overview-content > h3 {
    padding-top: 26px;
    font-size: 21px;
  }
}
@media screen and (max-width: 640px) {
  #service-overview .overview-content > h3 {
    margin-bottom: 16px;
    padding-top: 22px;
    font-size: 19px;
    line-height: 1.4;
  }
}
#service-overview .overview-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e5e7eb;
}
#service-overview .overview-list li {
  position: relative;
  margin: 0;
  padding: 15px 12px 15px 28px;
  border-bottom: 1px solid #e5e7eb;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #515152;
}
@media screen and (max-width: 768px) {
  #service-overview .overview-list li {
    padding: 14px 10px 14px 26px;
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  #service-overview .overview-list li {
    padding: 13px 4px 13px 23px;
    font-size: 14px;
    line-height: 1.65;
  }
}
#service-overview .overview-list li::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 100rem;
  background: #374ea2;
}
@media screen and (max-width: 768px) {
  #service-overview .overview-list li::before {
    top: 24px;
  }
}
@media screen and (max-width: 640px) {
  #service-overview .overview-list li::before {
    top: 22px;
    left: 1px;
    width: 6px;
    height: 6px;
  }
}
#service-overview .overview-list li:hover {
  color: #333;
}
#service-overview .overview-list li:hover::before {
  background: #da2128;
}
#service-overview .overview-aside {
  padding-left: 28px;
  border-left: 1px solid #e5e7eb;
  position: sticky;
  right: 0px;
  top: 60px;
}
@media screen and (max-width: 1024px) {
  #service-overview .overview-aside {
    padding-left: 22px;
  }
}
@media screen and (max-width: 768px) {
  #service-overview .overview-aside {
    position: static;
    top: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px;
    padding-top: 30px;
    padding-left: 0;
    border-top: 1px solid #e5e7eb;
    border-left: 0;
  }
}
@media screen and (max-width: 640px) {
  #service-overview .overview-aside {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding-top: 24px;
  }
}
#service-overview .overview-image {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #service-overview .overview-image {
    min-width: 0;
  }
}
#service-overview .overview-image img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
}
@media screen and (max-width: 1024px) {
  #service-overview .overview-image img {
    height: 270px;
  }
}
@media screen and (max-width: 768px) {
  #service-overview .overview-image img {
    height: 250px;
  }
}
@media screen and (max-width: 640px) {
  #service-overview .overview-image img {
    height: 230px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 480px) {
  #service-overview .overview-image img {
    height: 200px;
  }
}
#service-overview .overview-image figcaption {
  margin-top: 12px;
  padding-left: 14px;
  border-left: 2px solid #adb8d9;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  color: #787878;
}
@media screen and (max-width: 640px) {
  #service-overview .overview-image figcaption {
    margin-top: 10px;
    padding-left: 11px;
    font-size: 12px;
    line-height: 1.6;
  }
}
#service-overview .overview-note {
  position: relative;
  margin-top: 34px;
  padding: 24px 0 4px 24px;
  border-top: 1px solid #e5e7eb;
  border-left: 3px solid #374ea2;
}
@media screen and (max-width: 768px) {
  #service-overview .overview-note {
    align-self: start;
    margin-top: 0;
    padding: 22px 0 4px 20px;
  }
}
@media screen and (max-width: 640px) {
  #service-overview .overview-note {
    padding: 20px 0 2px 18px;
  }
}
#service-overview .overview-note::before {
  content: "\f10d";
  display: block;
  margin-bottom: 12px;
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 1;
  color: #98a5cf;
}
@media screen and (max-width: 640px) {
  #service-overview .overview-note::before {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
#service-overview .overview-note h3 {
  margin: 0 0 12px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.45;
  color: #141b44;
}
@media screen and (max-width: 640px) {
  #service-overview .overview-note h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
#service-overview .overview-note p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #515152;
}
@media screen and (max-width: 640px) {
  #service-overview .overview-note p {
    font-size: 14px;
    line-height: 1.75;
  }
}
#service-overview .overview-note p strong {
  font-weight: 650;
  color: #333;
}

#service-content {
  background-color: #fff;
  border-top: 1px solid #e5e7eb;
}
#service-content .content-wrap {
  gap: 30px;
  display: grid;
  align-items: start;
  justify-content: space-between;
  grid-template-columns: minmax(0, 1fr) 300px;
}
@media screen and (max-width: 1024px) {
  #service-content .content-wrap {
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 280px;
  }
}
@media screen and (max-width: 768px) {
  #service-content .content-wrap {
    gap: 30px;
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (max-width: 640px) {
  #service-content .content-wrap {
    gap: 24px;
  }
}
#service-content .content-main {
  min-width: 0;
}
@media screen and (max-width: 768px) {
  #service-content .content-main {
    overflow-wrap: anywhere;
  }
}
#service-content .content-main > p {
  margin: 0 0 22px;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
  color: #515152;
}
@media screen and (max-width: 768px) {
  #service-content .content-main > p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 640px) {
  #service-content .content-main > p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.75;
  }
}
#service-content .content-main > p strong {
  font-weight: 650;
  color: #333;
}
#service-content .content-main > p a {
  color: #374ea2;
  text-decoration: underline;
  text-decoration-color: rgba(55, 78, 162, 0.3);
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
#service-content .content-main > p a:hover {
  color: #222d5a;
  text-decoration-color: #222d5a;
}
#service-content .content-main > h3 {
  position: relative;
  margin: 50px 0 18px;
  padding-top: 28px;
  border-top: 1px solid #e5e7eb;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 25px;
  font-weight: 650;
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: #141b44;
}
@media screen and (max-width: 768px) {
  #service-content .content-main > h3 {
    margin: 40px 0 16px;
    padding-top: 24px;
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  #service-content .content-main > h3 {
    margin: 34px 0 14px;
    padding-top: 20px;
    font-size: 19px;
    line-height: 1.4;
  }
}
#service-content .content-main > h3:first-of-type {
  margin-top: 42px;
}
#service-content .content-main > ul,
#service-content .content-main > ol {
  margin: 8px 0 28px;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  #service-content .content-main > ul,
  #service-content .content-main > ol {
    margin-bottom: 24px;
    padding-left: 22px;
  }
}
@media screen and (max-width: 640px) {
  #service-content .content-main > ul,
  #service-content .content-main > ol {
    margin-bottom: 20px;
    padding-left: 19px;
  }
}
#service-content .content-main > ul li,
#service-content .content-main > ol li {
  margin-bottom: 10px;
  padding-left: 5px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #515152;
}
@media screen and (max-width: 768px) {
  #service-content .content-main > ul li,
  #service-content .content-main > ol li {
    margin-bottom: 8px;
    padding-left: 4px;
    font-size: 15px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 640px) {
  #service-content .content-main > ul li,
  #service-content .content-main > ol li {
    font-size: 14px;
    line-height: 1.65;
  }
}
#service-content .content-main > ul li:last-child,
#service-content .content-main > ol li:last-child {
  margin-bottom: 0;
}
#service-content .content-main > ul li::marker,
#service-content .content-main > ol li::marker {
  color: #374ea2;
}
#service-content .content-head {
  margin-bottom: 34px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e5e7eb;
}
@media screen and (max-width: 768px) {
  #service-content .content-head {
    margin-bottom: 28px;
    padding-bottom: 26px;
  }
}
@media screen and (max-width: 640px) {
  #service-content .content-head {
    margin-bottom: 24px;
    padding-bottom: 22px;
  }
}
#service-content .content-head .content-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #da2128;
}
@media screen and (max-width: 768px) {
  #service-content .content-head .content-label {
    margin-bottom: 12px;
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  #service-content .content-head .content-label {
    gap: 8px;
  }
}
#service-content .content-head .content-label::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #da2128;
}
@media screen and (max-width: 640px) {
  #service-content .content-head .content-label::before {
    width: 25px;
  }
}
#service-content .content-head h2 {
  max-width: 790px;
  margin: 0 0 20px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.015em;
  color: #141b44;
}
@media screen and (max-width: 768px) {
  #service-content .content-head h2 {
    margin-bottom: 17px;
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  #service-content .content-head h2 {
    margin-bottom: 14px;
    font-size: 25px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 480px) {
  #service-content .content-head h2 {
    font-size: 22px;
  }
}
#service-content .content-head > p {
  max-width: 790px;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.85;
  color: #515152;
}
@media screen and (max-width: 768px) {
  #service-content .content-head > p {
    font-size: 15px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 640px) {
  #service-content .content-head > p {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  #service-content .section-head {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 640px) {
  #service-content .section-head {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 768px) {
  #service-content .section-label {
    margin-bottom: 13px;
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  #service-content .section-label {
    gap: 8px;
    margin-bottom: 11px;
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  #service-content .section-label::before {
    width: 26px;
  }
}
@media screen and (max-width: 768px) {
  #service-content .section-title {
    font-size: 30px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 640px) {
  #service-content .section-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  #service-content .section-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #service-content .section-desc {
    font-size: 15px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 640px) {
  #service-content .section-desc {
    font-size: 14px;
    line-height: 1.7;
  }
}
#service-content .content-image {
  margin: 34px 0 38px;
}
@media screen and (max-width: 768px) {
  #service-content .content-image {
    margin: 28px 0 32px;
  }
}
@media screen and (max-width: 640px) {
  #service-content .content-image {
    margin: 24px 0 27px;
  }
}
#service-content .content-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 640px) {
  #service-content .content-image img {
    border-radius: 8px;
  }
}
#service-content .content-image figcaption {
  margin-top: 12px;
  padding-left: 14px;
  border-left: 2px solid #adb8d9;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  color: #787878;
}
@media screen and (max-width: 640px) {
  #service-content .content-image figcaption {
    margin-top: 10px;
    padding-left: 11px;
    font-size: 12px;
    line-height: 1.55;
  }
}
#service-content .content-table {
  width: 100%;
  margin: 32px 0 42px;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  font-family: "Inter", sans-serif;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  #service-content .content-table {
    display: block;
    max-width: 100%;
    margin: 28px 0 34px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) {
  #service-content .content-table {
    margin: 24px 0 30px;
  }
}
#service-content .content-table caption {
  padding: 0 0 13px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
  color: #515152;
}
@media screen and (max-width: 768px) {
  #service-content .content-table caption {
    padding-bottom: 11px;
    font-size: 13px;
  }
}
#service-content .content-table th,
#service-content .content-table td {
  padding: 16px 18px;
  border: 1px solid #e5e7eb;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #service-content .content-table th,
  #service-content .content-table td {
    min-width: 170px;
    padding: 13px 15px;
  }
}
@media screen and (max-width: 640px) {
  #service-content .content-table th,
  #service-content .content-table td {
    padding: 12px 14px;
  }
}
#service-content .content-table thead th {
  background: rgba(55, 78, 162, 0.08);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #141b44;
}
@media screen and (max-width: 768px) {
  #service-content .content-table thead th {
    font-size: 13px;
  }
}
#service-content .content-table tbody td {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  color: #515152;
}
@media screen and (max-width: 768px) {
  #service-content .content-table tbody td {
    font-size: 13px;
  }
}
#service-content .content-table tbody tr {
  transition: background 0.2s ease;
}
#service-content .content-table tbody tr:hover {
  background: rgba(173, 184, 217, 0.08);
}
#service-content blockquote {
  position: relative;
  margin: 38px 0;
  padding: 24px 30px 24px 32px;
  border: 0;
  border-left: 4px solid #374ea2;
  border-radius: 0 8px 8px 0;
  background: rgba(55, 78, 162, 0.06);
}
@media screen and (max-width: 768px) {
  #service-content blockquote {
    margin: 30px 0;
    padding: 21px 24px;
    border-left-width: 3px;
  }
}
@media screen and (max-width: 640px) {
  #service-content blockquote {
    margin: 25px 0;
    padding: 18px 19px;
  }
}
#service-content blockquote::before {
  content: "\f10d";
  display: block;
  margin-bottom: 12px;
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 1;
  color: #8494c6;
}
@media screen and (max-width: 640px) {
  #service-content blockquote::before {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
#service-content blockquote p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.8;
  color: #141b44;
}
@media screen and (max-width: 768px) {
  #service-content blockquote p {
    font-size: 15px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 640px) {
  #service-content blockquote p {
    font-size: 14px;
    line-height: 1.7;
  }
}
#service-content .content-links {
  margin-top: 42px;
  padding: 22px 24px;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  background: rgba(255, 255, 255, 0.65);
}
@media screen and (max-width: 768px) {
  #service-content .content-links {
    margin-top: 34px;
    padding: 19px 20px;
  }
}
@media screen and (max-width: 640px) {
  #service-content .content-links {
    margin-top: 28px;
    padding: 17px 16px;
  }
}
#service-content .content-links p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  color: #515152;
}
@media screen and (max-width: 768px) {
  #service-content .content-links p {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 640px) {
  #service-content .content-links p {
    font-size: 13px;
  }
}
#service-content .content-links a {
  font-weight: 600;
  color: #374ea2;
  text-decoration: none;
  border-bottom: 1px solid rgba(55, 78, 162, 0.35);
  transition: color 0.2s ease, border-color 0.2s ease;
}
#service-content .content-links a:hover {
  color: #141b44;
  border-color: #141b44;
}
#service-content .content-aside {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  #service-content .content-aside {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}
@media screen and (max-width: 640px) {
  #service-content .content-aside {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
}
#service-content .content-nav {
  padding-left: 24px;
  border-left: 2px solid #e5e7eb;
}
@media screen and (max-width: 768px) {
  #service-content .content-nav {
    padding: 22px;
    border: 1px solid #e5e7eb;
    border-left: 2px solid #374ea2;
    border-radius: 12px;
  }
}
@media screen and (max-width: 640px) {
  #service-content .content-nav {
    padding: 20px 18px;
    border-radius: 8px;
  }
}
#service-content .content-nav h3 {
  margin: 0 0 18px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.4;
  color: #141b44;
}
@media screen and (max-width: 768px) {
  #service-content .content-nav h3 {
    margin-bottom: 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 640px) {
  #service-content .content-nav h3 {
    font-size: 16px;
  }
}
#service-content .content-nav ol {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: content-nav;
}
#service-content .content-nav li {
  counter-increment: content-nav;
  margin: 0;
}
#service-content .content-nav li a {
  position: relative;
  display: block;
  padding: 8px 0 8px 31px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #787878;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
@media screen and (max-width: 768px) {
  #service-content .content-nav li a {
    padding: 7px 0 7px 29px;
    font-size: 13px;
  }
}
#service-content .content-nav li a::before {
  content: counter(content-nav, decimal-leading-zero);
  position: absolute;
  top: 9px;
  left: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  color: #98a5cf;
}
@media screen and (max-width: 768px) {
  #service-content .content-nav li a::before {
    top: 8px;
    font-size: 10px;
  }
}
#service-content .content-nav li a:hover {
  padding-left: 35px;
  color: #374ea2;
}
#service-content .aside-contact {
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  #service-content .aside-contact {
    padding: 22px;
  }
}
@media screen and (max-width: 640px) {
  #service-content .aside-contact {
    padding: 20px 18px;
    border-radius: 8px;
  }
}
#service-content .aside-contact h3 {
  margin: 0 0 10px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.45;
  color: #141b44;
}
@media screen and (max-width: 768px) {
  #service-content .aside-contact h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 640px) {
  #service-content .aside-contact h3 {
    font-size: 16px;
  }
}
#service-content .aside-contact p {
  margin: 0 0 20px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #515152;
}
@media screen and (max-width: 768px) {
  #service-content .aside-contact p {
    margin-bottom: 18px;
    font-size: 13px;
  }
}
#service-content .aside-contact .aside-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #da2128;
  border-radius: 6px;
  background: #da2128;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  #service-content .aside-contact .aside-btn {
    width: 100%;
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  #service-content .aside-contact .aside-btn {
    min-height: 44px;
  }
}
#service-content .aside-contact .aside-btn .fa {
  font-size: 14px;
  transition: transform 0.3s ease;
}
#service-content .aside-contact .aside-btn:hover {
  border-color: #fa0103;
  background: #fa0103;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}
#service-content .aside-contact .aside-btn:hover .fa {
  transform: translateX(3px);
}

#service-process {
  background-color: rgba(173, 184, 217, 0.08);
}
#service-process .process-wrap {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #service-process .process-wrap {
    max-width: 100%;
  }
}
#service-process .process-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
#service-process .process-list::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 28px;
  left: 39px;
  width: 1px;
  background: #ddd;
}
@media screen and (max-width: 768px) {
  #service-process .process-list::before {
    left: 32px;
  }
}
@media screen and (max-width: 640px) {
  #service-process .process-list::before {
    top: 20px;
    bottom: 24px;
    left: 23px;
  }
}
#service-process .process-item {
  position: relative;
  margin: 0;
  padding: 0 0 0 98px;
}
@media screen and (max-width: 768px) {
  #service-process .process-item {
    padding-left: 80px;
  }
}
@media screen and (max-width: 640px) {
  #service-process .process-item {
    padding-left: 60px;
  }
}
#service-process .process-item:last-child .process-content {
  border-bottom: 0;
}
#service-process .process-item:hover .process-number {
  border-color: #374ea2;
  background: #374ea2;
  color: #fff;
}
#service-process .process-item:hover .process-detail h3 {
  color: #374ea2;
}
#service-process .process-content {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 34px;
  padding: 0 0 42px;
  margin-bottom: 38px;
  border-bottom: 1px solid #e5e7eb;
}
@media screen and (max-width: 768px) {
  #service-process .process-content {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 26px;
    padding-bottom: 34px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 640px) {
  #service-process .process-content {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding-bottom: 28px;
    margin-bottom: 26px;
  }
}
#service-process .process-meta {
  position: relative;
  padding-top: 2px;
}
@media screen and (max-width: 640px) {
  #service-process .process-meta {
    padding-top: 0;
  }
}
#service-process .process-number {
  position: absolute;
  top: 0;
  left: -98px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 48px;
  border: 1px solid #adb8d9;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #374ea2;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  #service-process .process-number {
    left: -80px;
    width: 66px;
    height: 46px;
    font-size: 17px;
  }
}
@media screen and (max-width: 640px) {
  #service-process .process-number {
    left: -60px;
    width: 48px;
    height: 40px;
    font-size: 15px;
  }
}
#service-process .process-stage {
  display: inline-block;
  padding: 5px 9px;
  border-radius: 4px;
  background: rgba(55, 78, 162, 0.08);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #3c4e87;
}
@media screen and (max-width: 640px) {
  #service-process .process-stage {
    padding: 4px 8px;
    font-size: 10px;
  }
}
#service-process .process-detail {
  max-width: 820px;
}
@media screen and (max-width: 768px) {
  #service-process .process-detail {
    min-width: 0;
  }
}
#service-process .process-detail h3 {
  margin: 0 0 14px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 24px;
  font-weight: 650;
  line-height: 1.45;
  color: #141b44;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  #service-process .process-detail h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  #service-process .process-detail h3 {
    margin-bottom: 11px;
    font-size: 19px;
    line-height: 1.4;
  }
}
#service-process .process-detail > p {
  margin: 0 0 18px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  color: #515152;
}
@media screen and (max-width: 768px) {
  #service-process .process-detail > p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 640px) {
  #service-process .process-detail > p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.75;
  }
}
#service-process .process-detail > p:last-child {
  margin-bottom: 0;
}
#service-process .process-detail > p a {
  font-weight: 600;
  color: #374ea2;
  text-decoration: underline;
  text-decoration-color: rgba(55, 78, 162, 0.3);
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
#service-process .process-detail > p a:hover {
  color: #141b44;
  text-decoration-color: #141b44;
}
#service-process .process-detail ul {
  margin: 20px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid #e5e7eb;
  list-style: none;
}
@media screen and (max-width: 640px) {
  #service-process .process-detail ul {
    margin-top: 16px;
    padding-top: 14px;
  }
}
#service-process .process-detail ul li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 20px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #515152;
}
@media screen and (max-width: 640px) {
  #service-process .process-detail ul li {
    margin-bottom: 8px;
    padding-left: 17px;
    font-size: 14px;
    line-height: 1.65;
  }
}
#service-process .process-detail ul li:last-child {
  margin-bottom: 0;
}
#service-process .process-detail ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100rem;
  background: #374ea2;
}
@media screen and (max-width: 640px) {
  #service-process .process-detail ul li::before {
    top: 9px;
    width: 5px;
    height: 5px;
  }
}
#service-process .process-image {
  margin: 28px 0 4px;
}
@media screen and (max-width: 640px) {
  #service-process .process-image {
    margin-top: 22px;
  }
}
#service-process .process-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 640px) {
  #service-process .process-image img {
    border-radius: 8px;
  }
}
#service-process .process-image figcaption {
  margin-top: 12px;
  padding-left: 14px;
  border-left: 2px solid #adb8d9;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  color: #787878;
}
@media screen and (max-width: 640px) {
  #service-process .process-image figcaption {
    margin-top: 10px;
    padding-left: 11px;
    font-size: 12px;
    line-height: 1.6;
  }
}
#service-process .process-note {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  margin-top: 10px;
  padding: 28px 30px;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #374ea2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  #service-process .process-note {
    padding: 24px 26px;
  }
}
@media screen and (max-width: 640px) {
  #service-process .process-note {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 22px 20px;
  }
}
@media screen and (max-width: 480px) {
  #service-process .process-note {
    grid-template-columns: minmax(0, 1fr);
  }
}
#service-process .note-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 100rem;
  background: rgba(55, 78, 162, 0.09);
}
@media screen and (max-width: 640px) {
  #service-process .note-icon {
    width: 42px;
    height: 42px;
  }
}
#service-process .note-icon .fa {
  font-size: 18px;
  color: #374ea2;
}
#service-process .note-content h3 {
  margin: 0 0 8px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.45;
  color: #141b44;
}
@media screen and (max-width: 640px) {
  #service-process .note-content h3 {
    font-size: 17px;
  }
}
#service-process .note-content p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  color: #515152;
}
@media screen and (max-width: 640px) {
  #service-process .note-content p {
    font-size: 14px;
    line-height: 1.7;
  }
}

#service-systems {
  overflow: hidden;
  position: relative;
  background-color: rgba(173, 184, 217, 0.08);
}
#service-systems::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -180px;
  width: 440px;
  height: 440px;
  border-radius: 100rem;
  background: rgba(55, 78, 162, 0.04);
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  #service-systems::before {
    top: -140px;
    right: -170px;
    width: 320px;
    height: 320px;
  }
}
#service-systems .container {
  position: relative;
  z-index: 2;
}
#service-systems .systems-wrap {
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #service-systems .systems-wrap {
    max-width: 100%;
  }
}
#service-systems .systems-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  #service-systems .systems-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  #service-systems .systems-content {
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  #service-systems .systems-content {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
}
#service-systems .system-item {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 0;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
#service-systems .system-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #374ea2;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
#service-systems .system-item:hover {
  border-color: #adb8d9;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
}
#service-systems .system-item:hover::before {
  transform: scaleX(1);
}
#service-systems .system-item:hover .system-content h3 a {
  color: #374ea2;
}
#service-systems .system-item:hover .system-link {
  border-color: #374ea2;
  background: #374ea2;
  color: #fff;
}
#service-systems .system-item:hover .system-link .fa {
  transform: translateX(4px);
}
#service-systems .system-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px 28px 28px;
}
@media screen and (max-width: 768px) {
  #service-systems .system-content {
    padding: 26px 24px 25px;
  }
}
@media screen and (max-width: 640px) {
  #service-systems .system-content {
    padding: 22px 19px 21px;
  }
}
#service-systems .system-content h3 {
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 16px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  #service-systems .system-content h3 {
    margin-bottom: 13px;
    padding-bottom: 13px;
    font-size: 19px;
  }
}
#service-systems .system-content h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 2px;
  background: #da2128;
}
#service-systems .system-content h3 a {
  color: #141b44;
  text-decoration: none;
  transition: color 0.3s ease;
}
#service-systems .system-content > p {
  margin: 0 0 22px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  color: #515152;
}
@media screen and (max-width: 640px) {
  #service-systems .system-content > p {
    margin-bottom: 18px;
    line-height: 1.7;
  }
}
#service-systems .system-info {
  margin: auto 0 22px;
  padding: 18px 0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}
@media screen and (max-width: 640px) {
  #service-systems .system-info {
    margin-bottom: 18px;
    padding: 15px 0;
  }
}
#service-systems .system-info > div {
  margin-bottom: 14px;
}
@media screen and (max-width: 640px) {
  #service-systems .system-info > div {
    margin-bottom: 11px;
  }
}
#service-systems .system-info > div:last-child {
  margin-bottom: 0;
}
#service-systems .system-info dt {
  margin-bottom: 4px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5b71b3;
}
#service-systems .system-info dd {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
}
#service-systems .system-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: rgba(55, 78, 162, 0.035);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 650;
  line-height: 1;
  color: #374ea2;
  text-decoration: none;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 640px) {
  #service-systems .system-link {
    min-height: 44px;
    padding: 0 13px;
  }
}
#service-systems .system-link .fa {
  font-size: 15px;
  transition: transform 0.3s ease;
}
#service-systems .systems-image {
  position: relative;
  overflow: hidden;
  margin: 56px 0 0;
  border-radius: 16px;
  background: #141b44;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  #service-systems .systems-image {
    margin-top: 44px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 640px) {
  #service-systems .systems-image {
    margin-top: 32px;
    border-radius: 8px;
  }
}
#service-systems .systems-image::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(to bottom, rgba(20, 27, 68, 0), rgba(20, 27, 68, 0.9));
  pointer-events: none;
}
#service-systems .systems-image img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  #service-systems .systems-image img {
    height: 430px;
  }
}
@media screen and (max-width: 768px) {
  #service-systems .systems-image img {
    height: 360px;
  }
}
@media screen and (max-width: 640px) {
  #service-systems .systems-image img {
    height: 280px;
  }
}
@media screen and (max-width: 480px) {
  #service-systems .systems-image img {
    height: 240px;
  }
}
#service-systems .systems-image figcaption {
  position: absolute;
  right: 34px;
  bottom: 28px;
  left: 34px;
  z-index: 2;
  max-width: 760px;
  margin: 0;
  padding-left: 16px;
  border-left: 3px solid #eccf4a;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #service-systems .systems-image figcaption {
    right: 26px;
    bottom: 23px;
    left: 26px;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  #service-systems .systems-image figcaption {
    right: 18px;
    bottom: 17px;
    left: 18px;
    padding-left: 12px;
    font-size: 13px;
    line-height: 1.6;
  }
}
#service-systems .systems-note {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  max-width: 940px;
  margin: 34px auto 0;
  padding: 26px 30px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  #service-systems .systems-note {
    padding: 24px 26px;
  }
}
@media screen and (max-width: 640px) {
  #service-systems .systems-note {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 15px;
    margin-top: 28px;
    padding: 21px 19px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 480px) {
  #service-systems .systems-note {
    grid-template-columns: minmax(0, 1fr);
  }
}
#service-systems .note-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: rgba(55, 78, 162, 0.1);
  transition: background 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 640px) {
  #service-systems .note-icon {
    width: 46px;
    height: 46px;
  }
}
#service-systems .note-icon .fa {
  font-size: 20px;
  color: #374ea2;
}
#service-systems .note-content h3 {
  margin: 0 0 8px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.45;
  color: #141b44;
}
@media screen and (max-width: 640px) {
  #service-systems .note-content h3 {
    font-size: 17px;
  }
}
#service-systems .note-content p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  color: #515152;
}
@media screen and (max-width: 640px) {
  #service-systems .note-content p {
    font-size: 13px;
    line-height: 1.7;
  }
}

#service-projects {
  background-color: rgba(173, 184, 217, 0.08);
}
#service-projects .projects-wrap {
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #service-projects .projects-wrap {
    max-width: 100%;
  }
}
#service-projects .project-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  align-items: start;
  gap: 48px;
  padding: 34px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1024px) {
  #service-projects .project-featured {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    padding: 28px;
  }
}
@media screen and (max-width: 640px) {
  #service-projects .project-featured {
    gap: 24px;
    padding: 18px;
    border-radius: 8px;
  }
}
#service-projects .project-image {
  margin: 0;
}
#service-projects .project-image a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
#service-projects .project-image img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 1024px) {
  #service-projects .project-image img {
    height: 390px;
  }
}
@media screen and (max-width: 768px) {
  #service-projects .project-image img {
    height: 330px;
  }
}
@media screen and (max-width: 640px) {
  #service-projects .project-image img {
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  #service-projects .project-image img {
    height: 210px;
  }
}
#service-projects .project-image a:hover img {
  transform: scale(1.025);
}
#service-projects .project-image figcaption {
  margin-top: 12px;
  padding-left: 14px;
  border-left: 2px solid #adb8d9;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  color: #787878;
}
@media screen and (max-width: 640px) {
  #service-projects .project-image figcaption {
    margin-top: 10px;
    padding-left: 11px;
    font-size: 12px;
    line-height: 1.6;
  }
}
#service-projects .project-content {
  padding-top: 4px;
}
@media screen and (max-width: 1024px) {
  #service-projects .project-content {
    padding-top: 0;
  }
}
#service-projects .project-content .project-type {
  display: inline-block;
  margin: 0 0 12px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #da2128;
}
#service-projects .project-content h3 {
  margin: 0 0 16px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 27px;
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  #service-projects .project-content h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  #service-projects .project-content h3 {
    margin-bottom: 12px;
    font-size: 21px;
  }
}
#service-projects .project-content h3 a {
  color: #141b44;
  text-decoration: none;
  transition: color 0.3s ease;
}
#service-projects .project-content h3 a:hover {
  color: #374ea2;
}
#service-projects .project-content > p {
  margin: 0 0 24px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #515152;
}
@media screen and (max-width: 640px) {
  #service-projects .project-content > p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.7;
  }
}
#service-projects .project-info {
  margin: 0 0 24px;
  border-top: 1px solid #e5e7eb;
}
@media screen and (max-width: 640px) {
  #service-projects .project-info {
    margin-bottom: 20px;
  }
}
#service-projects .project-info > div {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #e5e7eb;
}
@media screen and (max-width: 640px) {
  #service-projects .project-info > div {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
  }
}
@media screen and (max-width: 360px) {
  #service-projects .project-info > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
  }
}
#service-projects .project-info dt {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  color: #2f3d70;
}
#service-projects .project-info dd {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  color: #515152;
}
#service-projects .project-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #374ea2;
  text-decoration: none;
  transition: color 0.3s ease;
}
#service-projects .project-link .fa {
  font-size: 15px;
  transition: transform 0.3s ease;
}
#service-projects .project-link:hover {
  color: #da2128;
}
#service-projects .project-link:hover .fa {
  transform: translateX(4px);
}
#service-projects .projects-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 38px;
}
@media screen and (max-width: 1024px) {
  #service-projects .projects-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 640px) {
  #service-projects .projects-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    margin-top: 24px;
  }
}
#service-projects .project-item {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
#service-projects .project-item:hover {
  border-color: #adb8d9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}
#service-projects .project-item:hover .project-thumb img {
  transform: scale(1.035);
}
#service-projects .project-item:hover .project-detail h3 a {
  color: #374ea2;
}
#service-projects .project-thumb {
  margin: 0;
  overflow: hidden;
}
#service-projects .project-thumb a {
  display: block;
}
#service-projects .project-thumb img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 768px) {
  #service-projects .project-thumb img {
    height: 210px;
  }
}
@media screen and (max-width: 640px) {
  #service-projects .project-thumb img {
    height: 240px;
  }
}
@media screen and (max-width: 480px) {
  #service-projects .project-thumb img {
    height: 210px;
  }
}
#service-projects .project-detail {
  padding: 22px 22px 24px;
}
@media screen and (max-width: 640px) {
  #service-projects .project-detail {
    padding: 19px 18px 21px;
  }
}
#service-projects .project-detail .project-type {
  margin: 0 0 9px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #da2128;
}
#service-projects .project-detail h3 {
  margin: 0 0 12px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #service-projects .project-detail h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
#service-projects .project-detail h3 a {
  color: #141b44;
  text-decoration: none;
  transition: color 0.3s ease;
}
#service-projects .project-detail h3 a:hover {
  color: #374ea2;
}
#service-projects .project-detail > p {
  margin: 0 0 18px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  color: #515152;
}
@media screen and (max-width: 640px) {
  #service-projects .project-detail > p {
    margin-bottom: 15px;
    line-height: 1.7;
  }
}
#service-projects .projects-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 42px;
  padding-top: 30px;
  border-top: 1px solid #e5e7eb;
}
@media screen and (max-width: 768px) {
  #service-projects .projects-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    margin-top: 34px;
    padding-top: 26px;
  }
}
@media screen and (max-width: 640px) {
  #service-projects .projects-footer {
    gap: 18px;
    margin-top: 28px;
    padding-top: 22px;
  }
}
#service-projects .projects-footer p {
  max-width: 680px;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  color: #515152;
}
@media screen and (max-width: 640px) {
  #service-projects .projects-footer p {
    font-size: 14px;
    line-height: 1.7;
  }
}
#service-projects .projects-footer .projects-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid #da2128;
  border-radius: 6px;
  background: #da2128;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #service-projects .projects-footer .projects-btn {
    width: 100%;
    min-height: 46px;
    padding: 0 16px;
  }
}
#service-projects .projects-footer .projects-btn .fa {
  font-size: 14px;
  transition: transform 0.3s ease;
}
#service-projects .projects-footer .projects-btn:hover {
  border-color: #fa0103;
  background: #fa0103;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}
#service-projects .projects-footer .projects-btn:hover .fa {
  transform: translateX(4px);
}

#service-related {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
#service-related::before {
  content: "";
  position: absolute;
  top: -200px;
  left: -180px;
  width: 420px;
  height: 420px;
  border-radius: 100rem;
  background: rgba(55, 78, 162, 0.035);
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  #service-related::before {
    top: -150px;
    left: -170px;
    width: 320px;
    height: 320px;
  }
}
#service-related .container {
  position: relative;
  z-index: 2;
}
#service-related .related-wrap {
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #service-related .related-wrap {
    max-width: 100%;
  }
}
#service-related .related-content {
  display: grid;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  #service-related .related-content {
    gap: 36px;
  }
}
@media screen and (max-width: 640px) {
  #service-related .related-content {
    gap: 28px;
  }
}
#service-related .related-group {
  padding: 34px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: rgba(173, 184, 217, 0.06);
}
@media screen and (max-width: 768px) {
  #service-related .related-group {
    padding: 28px;
  }
}
@media screen and (max-width: 640px) {
  #service-related .related-group {
    padding: 18px;
    border-radius: 12px;
  }
}
#service-related .related-group + .related-group {
  padding-top: 34px;
  border-top: 1px solid #e5e7eb;
}
@media screen and (max-width: 768px) {
  #service-related .related-group + .related-group {
    padding-top: 28px;
  }
}
@media screen and (max-width: 640px) {
  #service-related .related-group + .related-group {
    padding-top: 18px;
  }
}
#service-related .group-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e5e7eb;
}
@media screen and (max-width: 768px) {
  #service-related .group-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 640px) {
  #service-related .group-head {
    margin-bottom: 18px;
    padding-bottom: 15px;
  }
}
#service-related .group-head h3 {
  position: relative;
  margin: 0;
  padding-left: 16px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #141b44;
}
@media screen and (max-width: 640px) {
  #service-related .group-head h3 {
    padding-left: 13px;
    font-size: 20px;
  }
}
#service-related .group-head h3::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 4px;
  border-radius: 100rem;
  background: #da2128;
}
#service-related .group-head p {
  max-width: 560px;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #515152;
}
@media screen and (max-width: 640px) {
  #service-related .group-head p {
    font-size: 13px;
    line-height: 1.65;
  }
}
#service-related .related-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  border-top: 0;
}
@media screen and (max-width: 768px) {
  #service-related .related-list {
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  #service-related .related-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
}
#service-related .related-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
#service-related .related-item:hover {
  border-color: #adb8d9;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}
#service-related .related-item:hover .related-image img {
  transform: scale(1.04);
}
#service-related .related-item:hover .related-detail h3 a {
  color: #374ea2;
}
#service-related .related-item:hover .related-link {
  color: #fff;
  border-color: #374ea2;
  background: #374ea2;
}
#service-related .related-item:hover .related-link .fa {
  transform: translateX(4px);
}
#service-related .related-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 0;
}
#service-related .related-image a {
  display: block;
}
#service-related .related-image img {
  display: block;
  width: 100%;
  height: 245px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 1024px) {
  #service-related .related-image img {
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  #service-related .related-image img {
    height: 200px;
  }
}
@media screen and (max-width: 640px) {
  #service-related .related-image img {
    height: 240px;
  }
}
@media screen and (max-width: 480px) {
  #service-related .related-image img {
    height: 205px;
  }
}
#service-related .related-image::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  background: linear-gradient(to bottom, rgba(20, 27, 68, 0), rgba(20, 27, 68, 0.42));
  pointer-events: none;
}
#service-related .related-detail {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 26px 26px 28px;
}
@media screen and (max-width: 768px) {
  #service-related .related-detail {
    padding: 22px 20px 24px;
  }
}
@media screen and (max-width: 640px) {
  #service-related .related-detail {
    padding: 20px 18px 21px;
  }
}
#service-related .related-detail .related-type {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 25px;
  margin: 0 0 11px;
  padding: 0 10px;
  border-radius: 100rem;
  background: rgba(218, 33, 40, 0.08);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #da2128;
}
#service-related .related-detail h3 {
  margin: 0 0 12px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  #service-related .related-detail h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 640px) {
  #service-related .related-detail h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
#service-related .related-detail h3 a {
  color: #141b44;
  text-decoration: none;
  transition: color 0.3s ease;
}
#service-related .related-detail h3 a:hover {
  color: #374ea2;
}
#service-related .related-detail > p {
  margin: 0 0 22px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  color: #515152;
}
@media screen and (max-width: 640px) {
  #service-related .related-detail > p {
    margin-bottom: 18px;
    line-height: 1.7;
  }
}
#service-related .related-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 42px;
  margin-top: auto;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: rgba(55, 78, 162, 0.035);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 650;
  line-height: 1;
  color: #374ea2;
  text-decoration: none;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 640px) {
  #service-related .related-link {
    min-height: 44px;
    padding: 0 13px;
  }
}
#service-related .related-link .fa {
  font-size: 15px;
  transition: transform 0.3s ease;
}
#service-related .related-note {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  max-width: 980px;
  margin: 48px auto 0;
  padding: 28px 32px;
  border: 1px solid rgba(55, 78, 162, 0.16);
  border-radius: 12px;
  background: linear-gradient(135deg, #374ea2, #141b44);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  #service-related .related-note {
    margin-top: 38px;
    padding: 24px 26px;
  }
}
@media screen and (max-width: 640px) {
  #service-related .related-note {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    margin-top: 30px;
    padding: 21px 19px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 480px) {
  #service-related .related-note {
    grid-template-columns: minmax(0, 1fr);
  }
}
#service-related .note-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 640px) {
  #service-related .note-icon {
    width: 48px;
    height: 48px;
  }
}
#service-related .note-icon .fa {
  font-size: 21px;
  color: #eccf4a;
}
#service-related .note-content h3 {
  margin: 0 0 7px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.45;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #service-related .note-content h3 {
    font-size: 18px;
  }
}
#service-related .note-content p {
  max-width: 800px;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 640px) {
  #service-related .note-content p {
    font-size: 13px;
    line-height: 1.7;
  }
}

#service-faq {
  background-color: rgba(173, 184, 217, 0.08);
}
#service-faq .faq-wrap {
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #service-faq .faq-wrap {
    max-width: 100%;
  }
}
#service-faq .faq-content {
  gap: 64px;
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 300px;
}
@media screen and (max-width: 1024px) {
  #service-faq .faq-content {
    gap: 40px;
    grid-template-columns: minmax(0, 1fr) 280px;
  }
}
@media screen and (max-width: 768px) {
  #service-faq .faq-content {
    gap: 32px;
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (max-width: 640px) {
  #service-faq .faq-content {
    gap: 26px;
  }
}
#service-faq .faq-list {
  border-top: 1px solid #e5e7eb;
}
#service-faq .faq-item {
  margin: 0;
  border-bottom: 1px solid #e5e7eb;
}
#service-faq .faq-item[open] summary {
  color: #374ea2;
}
#service-faq .faq-item[open] summary .fa {
  transform: rotate(180deg);
  color: #374ea2;
}
#service-faq .faq-item[open] .faq-answer {
  animation: faqFade 0.3s ease;
}
#service-faq .faq-item summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  list-style: none;
  padding: 24px 2px;
  line-height: 1.55;
  color: #141b44;
  font-family: "Be Vietnam Pro", sans-serif;
  transition: color 0.3s ease;
}
#service-faq .faq-item summary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#service-faq .faq-item summary {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #service-faq .faq-item summary {
    padding: 21px 2px;
    font-size: 17px;
  }
}
@media screen and (max-width: 640px) {
  #service-faq .faq-item summary {
    gap: 14px;
    padding: 18px 0;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  #service-faq .faq-item summary {
    font-size: 15px;
  }
}
#service-faq .faq-item summary::-webkit-details-marker {
  display: none;
}
#service-faq .faq-item summary::marker {
  display: none;
}
#service-faq .faq-item summary span {
  flex: 1;
}
#service-faq .faq-item summary .fa {
  flex: 0 0 auto;
  font-size: 17px;
  color: #787878;
  transition: color 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #service-faq .faq-item summary .fa {
    font-size: 16px;
  }
}
#service-faq .faq-item summary:hover {
  color: #374ea2;
}
#service-faq .faq-item summary:hover .fa {
  color: #374ea2;
}
#service-faq .faq-answer {
  padding: 0 42px 26px 0;
}
@media screen and (max-width: 768px) {
  #service-faq .faq-answer {
    padding: 0 34px 24px 0;
  }
}
@media screen and (max-width: 640px) {
  #service-faq .faq-answer {
    padding: 0 28px 20px 0;
  }
}
#service-faq .faq-answer p {
  margin: 0 0 16px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.82;
  color: #515152;
}
@media screen and (max-width: 640px) {
  #service-faq .faq-answer p {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1.75;
  }
}
#service-faq .faq-answer p:last-child {
  margin-bottom: 0;
}
#service-faq .faq-answer a {
  font-weight: 600;
  color: #374ea2;
  text-decoration: underline;
  text-decoration-color: rgba(55, 78, 162, 0.3);
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
#service-faq .faq-answer a:hover {
  color: #141b44;
  text-decoration-color: #141b44;
}
#service-faq .faq-aside {
  position: sticky;
  top: 110px;
}
@media screen and (max-width: 768px) {
  #service-faq .faq-aside {
    position: static;
    top: auto;
  }
}
#service-faq .faq-support {
  padding: 28px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  #service-faq .faq-support {
    padding: 26px;
  }
}
@media screen and (max-width: 640px) {
  #service-faq .faq-support {
    padding: 22px;
    border-radius: 8px;
  }
}
#service-faq .faq-support > .fa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 100rem;
  background: rgba(55, 78, 162, 0.09);
  font-size: 19px;
  color: #374ea2;
}
@media screen and (max-width: 640px) {
  #service-faq .faq-support > .fa {
    width: 42px;
    height: 42px;
    margin-bottom: 15px;
    font-size: 18px;
  }
}
#service-faq .faq-support h3 {
  margin: 0 0 11px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.45;
  color: #141b44;
}
@media screen and (max-width: 640px) {
  #service-faq .faq-support h3 {
    margin-bottom: 9px;
    font-size: 17px;
  }
}
#service-faq .faq-support p {
  margin: 0 0 22px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  color: #515152;
}
@media screen and (max-width: 640px) {
  #service-faq .faq-support p {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.7;
  }
}
#service-faq .faq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #da2128;
  border-radius: 6px;
  background: #da2128;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #service-faq .faq-btn {
    width: 100%;
    min-height: 46px;
    padding: 0 16px;
  }
}
#service-faq .faq-btn .fa {
  font-size: 14px;
  transition: transform 0.3s ease;
}
#service-faq .faq-btn:hover {
  border-color: #fa0103;
  background: #fa0103;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}
#service-faq .faq-btn:hover .fa {
  transform: translateX(3px);
}
@keyframes faqFade {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#service-cta {
  color: #fff;
  background: linear-gradient(135deg, #374ea2, #141b44);
}
#service-cta .cta-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  align-items: start;
  gap: 72px;
}
@media screen and (max-width: 1024px) {
  #service-cta .cta-wrap {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    gap: 44px;
  }
}
@media screen and (max-width: 768px) {
  #service-cta .cta-wrap {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 640px) {
  #service-cta .cta-wrap {
    gap: 24px;
  }
}
#service-cta .cta-content {
  max-width: 720px;
}
@media screen and (max-width: 768px) {
  #service-cta .cta-content {
    max-width: 100%;
    min-width: 0;
  }
}
#service-cta .cta-content .cta-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #eccf4a;
}
@media screen and (max-width: 768px) {
  #service-cta .cta-content .cta-label {
    margin-bottom: 12px;
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  #service-cta .cta-content .cta-label {
    gap: 8px;
  }
}
#service-cta .cta-content .cta-label::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #eccf4a;
}
@media screen and (max-width: 640px) {
  #service-cta .cta-content .cta-label::before {
    width: 25px;
  }
}
#service-cta .cta-content h2 {
  margin: 0 0 22px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.015em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #service-cta .cta-content h2 {
    font-size: 33px;
  }
}
@media screen and (max-width: 768px) {
  #service-cta .cta-content h2 {
    margin-bottom: 18px;
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  #service-cta .cta-content h2 {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 480px) {
  #service-cta .cta-content h2 {
    font-size: 22px;
  }
}
#service-cta .cta-content > p {
  margin: 0 0 18px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.82;
  color: rgba(255, 255, 255, 0.82);
}
@media screen and (max-width: 768px) {
  #service-cta .cta-content > p {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 640px) {
  #service-cta .cta-content > p {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.7;
  }
}
#service-cta .cta-content > p:last-of-type {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #service-cta .cta-content > p:last-of-type {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 640px) {
  #service-cta .cta-content > p:last-of-type {
    margin-bottom: 20px;
  }
}
#service-cta .cta-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
}
@media screen and (max-width: 768px) {
  #service-cta .cta-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding-top: 19px;
  }
}
@media screen and (max-width: 640px) {
  #service-cta .cta-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
    padding-top: 17px;
  }
}
#service-cta .cta-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}
@media screen and (max-width: 768px) {
  #service-cta .cta-list li {
    gap: 9px;
    font-size: 13px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 640px) {
  #service-cta .cta-list li {
    font-size: 14px;
  }
}
#service-cta .cta-list .fa {
  flex: 0 0 auto;
  margin-top: 4px;
  font-size: 14px;
  color: #eccf4a;
}
@media screen and (max-width: 768px) {
  #service-cta .cta-list .fa {
    margin-top: 3px;
    font-size: 12px;
  }
}
#service-cta .cta-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  #service-cta .cta-actions {
    gap: 12px;
    margin-top: 27px;
  }
}
@media screen and (max-width: 640px) {
  #service-cta .cta-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 23px;
  }
}
#service-cta .cta-btn,
#service-cta .cta-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
#service-cta .cta-btn .fa,
#service-cta .cta-phone .fa {
  font-size: 14px;
}
#service-cta .cta-btn {
  border: 1px solid #da2128;
  background: #da2128;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  color: #fff;
}
@media screen and (max-width: 768px) {
  #service-cta .cta-btn {
    min-height: 46px;
    padding: 0 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  #service-cta .cta-btn {
    width: 100%;
    min-height: 44px;
    padding: 0 18px;
  }
}
#service-cta .cta-btn:hover {
  border-color: #fa0103;
  background: #fa0103;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
#service-cta .cta-btn:hover .fa {
  transform: translateX(3px);
}
#service-cta .cta-btn .fa {
  transition: transform 0.3s ease;
}
#service-cta .cta-phone {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}
@media screen and (max-width: 768px) {
  #service-cta .cta-phone {
    min-height: 46px;
    padding: 0 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  #service-cta .cta-phone {
    width: 100%;
    min-height: 44px;
    padding: 0 18px;
  }
}
#service-cta .cta-phone:hover {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}
#service-cta .cta-aside {
  padding-left: 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}
@media screen and (max-width: 1024px) {
  #service-cta .cta-aside {
    padding-left: 26px;
  }
}
@media screen and (max-width: 768px) {
  #service-cta .cta-aside {
    padding-top: 28px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }
}
@media screen and (max-width: 640px) {
  #service-cta .cta-aside {
    padding-top: 24px;
  }
}
#service-cta .cta-note {
  padding: 26px 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
}
@media screen and (max-width: 768px) {
  #service-cta .cta-note {
    padding: 23px 24px;
  }
}
@media screen and (max-width: 640px) {
  #service-cta .cta-note {
    padding: 20px 18px;
    border-radius: 8px;
  }
}
#service-cta .cta-note > .fa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 100rem;
  background: rgba(236, 207, 74, 0.14);
  font-size: 18px;
  color: #eccf4a;
}
@media screen and (max-width: 768px) {
  #service-cta .cta-note > .fa {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    font-size: 16px;
  }
}
#service-cta .cta-note h3 {
  margin: 0 0 10px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.45;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #service-cta .cta-note h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  #service-cta .cta-note h3 {
    font-size: 17px;
  }
}
#service-cta .cta-note > p {
  margin: 0 0 18px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}
@media screen and (max-width: 768px) {
  #service-cta .cta-note > p {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1.7;
  }
}
#service-cta .cta-note ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 16px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  list-style: none;
}
@media screen and (max-width: 768px) {
  #service-cta .cta-note ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 22px;
    padding-top: 14px;
  }
}
@media screen and (max-width: 640px) {
  #service-cta .cta-note ul {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
}
#service-cta .cta-note ul li {
  position: relative;
  padding-left: 18px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.86);
}
@media screen and (max-width: 768px) {
  #service-cta .cta-note ul li {
    font-size: 13px;
    line-height: 1.6;
  }
}
#service-cta .cta-note ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100rem;
  background: #eccf4a;
}
#service-cta .cta-contact {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #service-cta .cta-contact {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 20px;
    margin-top: 20px;
    padding-top: 18px;
  }
}
@media screen and (max-width: 640px) {
  #service-cta .cta-contact {
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
  }
}
#service-cta .cta-contact p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}
@media screen and (max-width: 768px) {
  #service-cta .cta-contact p {
    min-width: 0;
    margin-bottom: 0;
    font-size: 13px;
  }
}
#service-cta .cta-contact p:last-child {
  margin-bottom: 0;
}
#service-cta .cta-contact p strong {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 650;
  color: #fff;
}
#service-cta .cta-contact .fa {
  width: 16px;
  text-align: center;
  color: #eccf4a;
}
#service-cta .cta-contact a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition: color 0.2s ease;
}
#service-cta .cta-contact a:hover {
  color: #eccf4a;
}

#service-scope {
  background-color: #fff;
}
#service-scope .scope-wrap {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #service-scope .scope-wrap {
    max-width: 100%;
  }
}
#service-scope .scope-content {
  border-top: 1px solid #e5e7eb;
}
#service-scope .scope-item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 28px;
  padding: 38px 0 42px;
  border-bottom: 1px solid #e5e7eb;
}
@media screen and (max-width: 768px) {
  #service-scope .scope-item {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 22px;
    padding: 32px 0 35px;
  }
}
@media screen and (max-width: 640px) {
  #service-scope .scope-item {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    padding: 25px 0 28px;
  }
}
#service-scope .scope-item:first-child {
  padding-top: 36px;
}
@media screen and (max-width: 768px) {
  #service-scope .scope-item:first-child {
    padding-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  #service-scope .scope-item:first-child {
    padding-top: 24px;
  }
}
#service-scope .scope-item:hover .scope-number {
  color: #da2128;
}
#service-scope .scope-item:hover .scope-detail h3 {
  color: #374ea2;
}
#service-scope .scope-number {
  padding-top: 4px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #adb8d9;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  #service-scope .scope-number {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  #service-scope .scope-number {
    padding-top: 3px;
    font-size: 22px;
  }
}
#service-scope .scope-detail {
  max-width: 850px;
}
@media screen and (max-width: 768px) {
  #service-scope .scope-detail {
    min-width: 0;
  }
}
#service-scope .scope-detail h3 {
  margin: 0 0 14px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 24px;
  font-weight: 650;
  line-height: 1.45;
  color: #141b44;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  #service-scope .scope-detail h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  #service-scope .scope-detail h3 {
    margin-bottom: 11px;
    font-size: 19px;
    line-height: 1.4;
  }
}
#service-scope .scope-detail > p {
  margin: 0 0 18px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  color: #515152;
}
@media screen and (max-width: 768px) {
  #service-scope .scope-detail > p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 640px) {
  #service-scope .scope-detail > p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.7;
  }
}
#service-scope .scope-detail > p:last-child {
  margin-bottom: 0;
}
#service-scope .scope-detail ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 30px;
  margin: 18px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid #e5e7eb;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #service-scope .scope-detail ul {
    gap: 8px 22px;
  }
}
@media screen and (max-width: 640px) {
  #service-scope .scope-detail ul {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
    margin-top: 15px;
    padding-top: 15px;
  }
}
#service-scope .scope-detail ul li {
  position: relative;
  padding-left: 18px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  color: #515152;
}
@media screen and (max-width: 640px) {
  #service-scope .scope-detail ul li {
    padding-left: 16px;
    font-size: 14px;
    line-height: 1.6;
  }
}
#service-scope .scope-detail ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100rem;
  background: #374ea2;
}
@media screen and (max-width: 640px) {
  #service-scope .scope-detail ul li::before {
    top: 9px;
    width: 5px;
    height: 5px;
  }
}
#service-scope .scope-image {
  margin: 28px 0 4px;
}
@media screen and (max-width: 640px) {
  #service-scope .scope-image {
    margin-top: 21px;
  }
}
#service-scope .scope-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 640px) {
  #service-scope .scope-image img {
    border-radius: 8px;
  }
}
#service-scope .scope-image figcaption {
  margin-top: 12px;
  padding-left: 14px;
  border-left: 2px solid #adb8d9;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  color: #787878;
}
@media screen and (max-width: 640px) {
  #service-scope .scope-image figcaption {
    margin-top: 10px;
    padding-left: 11px;
    font-size: 12px;
    line-height: 1.6;
  }
}
#service-scope .scope-note {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  margin-top: 42px;
  padding: 26px 30px;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #374ea2;
  border-radius: 8px;
  background: rgba(55, 78, 162, 0.045);
}
@media screen and (max-width: 768px) {
  #service-scope .scope-note {
    margin-top: 36px;
    padding: 24px 26px;
  }
}
@media screen and (max-width: 640px) {
  #service-scope .scope-note {
    gap: 14px;
    margin-top: 28px;
    padding: 21px 19px;
  }
}
@media screen and (max-width: 480px) {
  #service-scope .scope-note {
    grid-template-columns: minmax(0, 1fr);
  }
}
#service-scope .scope-note > .fa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 100rem;
  background: rgba(55, 78, 162, 0.1);
  font-size: 18px;
  color: #374ea2;
}
@media screen and (max-width: 640px) {
  #service-scope .scope-note > .fa {
    width: 40px;
    height: 40px;
    font-size: 17px;
  }
}
#service-scope .note-content h3 {
  margin: 0 0 8px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.45;
  color: #141b44;
}
@media screen and (max-width: 640px) {
  #service-scope .note-content h3 {
    font-size: 17px;
  }
}
#service-scope .note-content p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  color: #515152;
}
@media screen and (max-width: 640px) {
  #service-scope .note-content p {
    font-size: 14px;
    line-height: 1.7;
  }
}

.section-head {
  margin-top: 20px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .section-head {
    margin-top: 16px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 640px) {
  .section-head {
    margin-top: 12px;
    margin-bottom: 20px;
  }
}

.section-label {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #da2128;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}
.section-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.section-label {
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .section-label {
    gap: 10px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 640px) {
  .section-label {
    gap: 8px;
    margin-bottom: 11px;
    font-size: 12px;
  }
}
.section-label::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #da2128;
}
@media screen and (max-width: 640px) {
  .section-label::before {
    width: 24px;
  }
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  max-width: 760px;
  line-height: 1.35;
  color: #141b44;
  font-family: "Be Vietnam Pro", sans-serif;
}
@media screen and (max-width: 768px) {
  .section-title {
    max-width: 100%;
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .section-title {
    font-size: 25px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 480px) {
  .section-title {
    font-size: 22px;
  }
}

.section-desc {
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.8;
  margin-inline: auto;
  color: #333;
  font-family: inherit;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .section-desc {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 640px) {
  .section-desc {
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.7;
  }
}

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