.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;
  }
}

#contact-faq {
  padding-top: unset;
  padding-bottom: 60px;
  background-color: #fff;
}
#contact-faq .faq-wrap {
  max-width: 960px;
  margin: 0 auto;
}
#contact-faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#contact-faq .faq-item {
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid rgba(55, 78, 162, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#contact-faq .faq-item[open] {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  border-color: rgba(218, 33, 40, 0.28);
}
#contact-faq .faq-item[open] summary {
  color: #374ea2;
  background-color: rgba(55, 78, 162, 0.035);
}
#contact-faq .faq-item[open] summary i {
  color: #fff;
  transform: rotate(180deg);
  background-color: #da2128;
}
#contact-faq .faq-item summary {
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
  line-height: 1.45;
  padding: 22px 24px;
  color: #333;
  font-family: "Be Vietnam Pro", sans-serif;
  transition: color 0.2s ease, background-color 0.2s ease;
}
#contact-faq .faq-item summary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#contact-faq .faq-item summary {
  gap: 22px;
}
#contact-faq .faq-item summary::-webkit-details-marker {
  display: none;
}
#contact-faq .faq-item summary span {
  flex: 1 1 auto;
}
#contact-faq .faq-item summary i {
  color: #fff;
  flex: 0 0 auto;
  font-size: 18px;
  border-radius: 100rem;
  background-color: #374ea2;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
#contact-faq .faq-item summary i {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
#contact-faq .faq-item summary i {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#contact-faq .faq-item summary:hover {
  color: #374ea2;
}
#contact-faq .faq-item summary:hover i {
  background-color: #da2128;
}
#contact-faq .faq-content {
  padding: 0 24px 24px;
}
#contact-faq .faq-content p {
  position: relative;
  margin: 0;
  padding: 18px 0 0 18px;
  color: #515152;
  font-size: 15px;
  line-height: 1.75;
  border-top: 1px solid rgba(55, 78, 162, 0.08);
}
#contact-faq .faq-content p::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  width: 4px;
  height: 38px;
  border-radius: 100rem;
  background-color: #da2128;
}

#contact-hero {
  position: relative;
  background: linear-gradient(135deg, rgba(13, 49, 146, 0.96), rgba(4, 27, 49, 0.98)), radial-gradient(circle at top right, rgba(236, 207, 74, 0.22), transparent 38%);
}
@media screen and (max-width: 1024px) {
  #contact-hero {
    padding: 64px 0;
  }
}
@media screen and (max-width: 640px) {
  #contact-hero {
    padding: 48px 0;
  }
}
#contact-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;
}
#contact-hero .hero-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: center;
  gap: 56px;
}
@media screen and (max-width: 1024px) {
  #contact-hero .hero-wrap {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
@media screen and (max-width: 640px) {
  #contact-hero .hero-wrap {
    gap: 26px;
  }
}
#contact-hero .hero-content {
  color: #fff;
}
#contact-hero .hero-action {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 640px) {
  #contact-hero .hero-action {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }
}
#contact-hero .hero-phone {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  padding: 10px 22px 10px 12px;
  border-radius: 12px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 14px 32px rgba(17, 17, 17, 0.18);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
@media screen and (max-width: 640px) {
  #contact-hero .hero-phone {
    min-height: 58px;
    padding: 9px 16px 9px 10px;
    gap: 12px;
  }
}
#contact-hero .hero-phone:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.18);
  border-color: rgba(245, 231, 165, 0.42);
  transform: translateY(-2px);
}
#contact-hero .phone-icon {
  flex: 0 0 auto;
  border-radius: 8px;
  color: #fff;
  background-color: #da2128;
  box-shadow: 0 10px 22px rgba(218, 33, 40, 0.28);
}
#contact-hero .phone-icon {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
#contact-hero .phone-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  #contact-hero .phone-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
#contact-hero .phone-icon i {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  #contact-hero .phone-icon i {
    font-size: 16px;
  }
}
#contact-hero .phone-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
#contact-hero .phone-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #contact-hero .phone-label {
    font-size: 12px;
  }
}
#contact-hero strong {
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 640px) {
  #contact-hero strong {
    font-size: 17px;
  }
}
#contact-hero .hero-link {
  height: 65px;
  padding: 0 28px;
  color: #374ea2;
  border-radius: 12px;
  background-color: #ffd309;
  box-shadow: 0 14px 30px rgba(81, 81, 82, 0.24);
}
@media screen and (max-width: 640px) {
  #contact-hero .hero-link {
    width: 100%;
    height: 52px;
    justify-content: center;
    padding: 0 20px;
  }
}
#contact-hero .hero-link span {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #contact-hero .hero-link span {
    font-size: 14px;
  }
}
#contact-hero .hero-link:hover {
  color: #fff;
  transform: translateY(-2px);
  background-color: #da2128;
  box-shadow: 0 16px 34px rgba(218, 33, 40, 0.28);
}
#contact-hero .hero-card {
  padding: 34px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(55, 78, 162, 0.1);
}
@media screen and (max-width: 1024px) {
  #contact-hero .hero-card {
    max-width: 640px;
  }
}
@media screen and (max-width: 640px) {
  #contact-hero .hero-card {
    padding: 24px 20px;
    border-radius: 16px;
  }
}
#contact-hero .hero-card h2 {
  margin-bottom: 22px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  #contact-hero .hero-card h2 {
    margin-bottom: 18px;
    font-size: 20px;
  }
}
#contact-hero .hero-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 640px) {
  #contact-hero .hero-list {
    gap: 12px;
  }
}
#contact-hero .hero-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}
@media screen and (max-width: 640px) {
  #contact-hero .hero-list li {
    gap: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
}
#contact-hero .hero-list li i {
  flex: 0 0 auto;
  margin-top: 3px;
  border-radius: 100rem;
  color: #fff;
  background-color: #16a34a;
  font-size: 11px;
}
#contact-hero .hero-list li i {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
#contact-hero .hero-list li i {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  #contact-hero .hero-list li i {
    margin-top: 2px;
    font-size: 10px;
  }
  #contact-hero .hero-list li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}

#contact_info {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(55, 78, 162, 0.05);
}
#contact_info .contact-wrapper {
  --gap: 30px;
  margin-top: -20px;
}
#contact_info .contact-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
#contact_info .contact-wrapper {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #contact_info .contact-wrapper {
    align-items: stretch;
    flex-direction: column-reverse;
  }
}
#contact_info .contact-info {
  padding: 30px;
  border-radius: 12px;
  background-color: #f8fbff;
  flex: 1 1 calc(50% - var(--gap));
  max-width: calc(50% - var(--gap));
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
@media screen and (max-width: 768px) {
  #contact_info .contact-info {
    flex: 1 1 auto;
    max-width: 100%;
  }
}
#contact_info .contact-header {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e8f0;
}
#contact_info .contact-title {
  font-size: 20px;
  text-align: left;
  font-weight: 700;
  position: relative;
  padding-left: 16px;
  color: #374ea2;
}
#contact_info .contact-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  background: #0f172a;
  border-radius: 2px;
}
#contact_info .contact-desc {
  font-size: 15px;
  text-align: left;
  font-weight: 500;
  margin-top: 10px;
  line-height: 22px;
  color: #374ea2;
}
#contact_info .contact-list {
  height: 100%;
}
#contact_info .contact-item {
  padding: 14px 0;
  border-bottom: 1px solid #e2e8f0;
}
#contact_info .contact-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
#contact_info .contact-item {
  gap: 10px;
}
#contact_info .contact-item:first-child {
  padding-top: unset;
}
#contact_info .contact-item:last-child {
  border-bottom: none;
}
#contact_info .contact-item a {
  display: flex;
  gap: 14px;
  text-decoration: none;
  width: 100%;
  color: inherit;
}
#contact_info .contact-icon {
  width: 42px;
  height: 42px;
  color: #eef4fa;
  font-size: 16px;
  flex-shrink: 0;
  border-radius: 12px;
  background-color: #0f172a;
}
#contact_info .contact-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#contact_info .contact-text {
  font-size: 15px;
  color: #334155;
}
#contact_info .contact-text strong {
  display: block;
  color: #0f172a;
  line-height: 20px;
}
#contact_info .contact-text span {
  word-break: break-word;
  line-height: 20px;
}
#contact_info .contact-action {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 30px;
  max-height: 100%;
  background-color: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  #contact_info .contact-action {
    flex: 1 1 auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #contact_info .contact-action {
    padding-inline: 15px;
  }
}

#contact_form .contact-form {
  width: 100%;
  height: auto;
  transition: all 0.25s ease;
  transform: translateY(10px);
}
#contact_form .contact-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
#contact_form .contact-form {
  gap: 10px;
}
#contact_form .contact-form.active {
  opacity: 1;
  display: flex;
  pointer-events: auto;
  transform: translateY(0);
}
#contact_form .contact-group {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
#contact_form .contact-group {
  gap: 20px;
}
#contact_form .contact-group .contact-field:not(:has(textarea)),
#contact_form .contact-group .contact-radio {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
@media screen and (max-width: 640px) {
  #contact_form .contact-group .contact-field:not(:has(textarea)),
  #contact_form .contact-group .contact-radio {
    flex: 1 1 auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #contact_form .contact-group {
    gap: 10px;
    flex-direction: column;
  }
}
#contact_form .contact-field {
  margin-bottom: 10px;
}
#contact_form .contact-field {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
#contact_form .contact-field {
  gap: 6px;
}
#contact_form .contact-field label {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}
#contact_form .contact-field input,
#contact_form .contact-field select,
#contact_form .contact-field textarea {
  width: 100%;
  font-size: 14px;
  color: #111;
  padding: 12px 14px;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.25s ease;
  border: 1px solid #cbd5e1;
}
#contact_form .contact-field input::placeholder,
#contact_form .contact-field select::placeholder,
#contact_form .contact-field textarea::placeholder {
  color: #94a3b8;
}
#contact_form .contact-field input:focus,
#contact_form .contact-field select:focus,
#contact_form .contact-field textarea:focus {
  outline: none;
  border-color: #0f172a;
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.08);
}
#contact_form .contact-field select {
  font-weight: 600;
}
#contact_form .contact-field textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.6;
}
#contact_form .contact-message {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 12px;
  border-radius: 8px;
}
#contact_form .contact-message.success {
  display: block;
  background: #ecfdf5;
  color: #065f46;
}
#contact_form .contact-message.error {
  display: block;
  background: #fef2f2;
  color: #991b1b;
}
#contact_form .contact-button {
  height: 50px;
  margin-top: 16px;
}
#contact_form .contact-button[aria-busy=true] {
  opacity: 0.7;
  cursor: not-allowed;
}
#contact_form .contact-radio {
  max-height: 70px;
  margin-bottom: 15px;
}

#form_company {
  margin-top: -10px;
}
#form_company .radio {
  width: 100%;
  height: 100%;
}
#form_company .radio {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
#form_company .radio {
  gap: 6px;
}
@media screen and (max-width: 640px) {
  #form_company .radio {
    gap: 0;
  }
}
#form_company .radio span {
  flex: 0 0 18px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
#form_company .radio-wrapper {
  flex: 0 0 43px;
  max-height: 43px;
}
#form_company .radio-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#form_company .radio-wrapper {
  gap: 20px;
}
#form_company .radio-option {
  cursor: pointer;
  font-size: 14px;
  color: #333;
}
#form_company .radio-option:hover span::before {
  border-color: #2563eb;
}
#form_company .radio-option span {
  font-size: 14px;
  font-weight: 600;
}
#form_company .radio-option span::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease;
  border-radius: 100rem;
  border: 2px solid #ddd;
}
#form_company .radio-option input {
  display: none;
}
#form_company .radio-option input:checked + span::before {
  border-color: #2563eb;
  box-shadow: inset 0 0 0 4px #2563eb;
}

#contact-process {
  padding: 86px 0;
  background-color: rgba(55, 78, 162, 0.05);
}
@media screen and (max-width: 1024px) {
  #contact-process {
    padding: 68px 0;
  }
}
@media screen and (max-width: 640px) {
  #contact-process {
    padding: 48px 0;
  }
}
#contact-process .process-wrap {
  position: relative;
}
#contact-process .process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  counter-reset: process;
}
@media screen and (max-width: 1280px) {
  #contact-process .process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  #contact-process .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  #contact-process .process-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
#contact-process .process-list::before {
  content: "";
  position: absolute;
  top: 46px;
  left: 7%;
  right: 7%;
  height: 2px;
  background: linear-gradient(90deg, rgba(55, 78, 162, 0.08), rgba(218, 33, 40, 0.34), rgba(55, 78, 162, 0.08));
}
@media screen and (max-width: 1280px) {
  #contact-process .process-list::before {
    display: none;
  }
}
#contact-process .process-item {
  position: relative;
  z-index: 1;
}
#contact-process .process-card {
  position: relative;
  min-height: 310px;
  padding: 30px 22px 28px;
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid rgba(55, 78, 162, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
@media screen and (max-width: 1280px) {
  #contact-process .process-card {
    min-height: 270px;
  }
}
@media screen and (max-width: 640px) {
  #contact-process .process-card {
    min-height: 0;
    padding: 24px 20px;
    border-radius: 12px;
  }
}
#contact-process .process-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  transform: translateY(-4px);
  border-color: rgba(218, 33, 40, 0.32);
}
#contact-process .process-card:hover .card-icon {
  background-color: #da2128;
}
#contact-process .process-card:hover .process-number {
  color: rgba(218, 33, 40, 0.14);
}
#contact-process .process-card h3 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 12px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
}
@media screen and (max-width: 640px) {
  #contact-process .process-card h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.32;
  }
}
#contact-process .process-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #515152;
}
@media screen and (max-width: 640px) {
  #contact-process .process-card p {
    line-height: 1.6;
  }
}
#contact-process .card-icon {
  z-index: 1;
  position: relative;
  margin-bottom: 24px;
  color: #fff;
  border: 6px solid #fff;
  border-radius: 100rem;
  background-color: #0d3192;
  box-shadow: 0 0 0 1px rgba(55, 78, 162, 0.1), 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: color 0.2s ease, background-color 0.2s ease;
}
#contact-process .card-icon {
  width: 58px;
  height: 58px;
  line-height: 58px;
}
#contact-process .card-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  #contact-process .card-icon {
    margin-bottom: 18px;
    border-width: 5px;
  }
  #contact-process .card-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
#contact-process .card-icon i {
  font-size: 23px;
}
@media screen and (max-width: 640px) {
  #contact-process .card-icon i {
    font-size: 20px;
  }
}
#contact-process .process-number {
  position: absolute;
  top: 18px;
  right: 22px;
  color: rgba(55, 78, 162, 0.1);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  transition: color 0.2s ease;
}
@media screen and (max-width: 640px) {
  #contact-process .process-number {
    top: 16px;
    right: 18px;
    font-size: 34px;
  }
}
#contact-process .process-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 34px;
  padding: 26px 30px;
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid rgba(55, 78, 162, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  #contact-process .process-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}
@media screen and (max-width: 640px) {
  #contact-process .process-note {
    margin-top: 26px;
    padding: 22px 18px;
    border-radius: 12px;
  }
}
#contact-process .process-note p {
  max-width: 760px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}
@media screen and (max-width: 640px) {
  #contact-process .process-note p {
    font-size: 14px;
    line-height: 1.58;
  }
}
#contact-process .process-link {
  height: 45px;
  padding-inline: 20px;
  border-radius: 8px;
  background-color: #da2128;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
@media screen and (max-width: 640px) {
  #contact-process .process-link {
    width: 100%;
    height: 42px;
    justify-content: center;
    padding-inline: 16px;
    font-size: 14px;
  }
}
#contact-process .process-link:hover {
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
  background-color: #374ea2;
}

#contact-reason {
  padding: 86px 0;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  #contact-reason {
    padding: 68px 0;
  }
}
@media screen and (max-width: 640px) {
  #contact-reason {
    padding: 48px 0;
  }
}
#contact-reason .reason-wrap {
  position: relative;
}
#contact-reason .reason-grid {
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 1024px) {
  #contact-reason .reason-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  #contact-reason .reason-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
#contact-reason .reason-card {
  position: relative;
  min-height: 260px;
  padding: 32px 28px;
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid rgba(55, 78, 162, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
@media screen and (max-width: 1024px) {
  #contact-reason .reason-card {
    min-height: 230px;
    padding: 28px 24px;
  }
}
@media screen and (max-width: 640px) {
  #contact-reason .reason-card {
    min-height: 0;
    padding: 24px 20px;
    border-radius: 12px;
  }
}
#contact-reason .reason-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background-color: rgba(218, 33, 40, 0.82);
  opacity: 0;
  transition: opacity 0.2s ease;
}
#contact-reason .reason-card:hover {
  border-color: rgba(218, 33, 40, 0.34);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  transform: translateY(-4px);
}
#contact-reason .reason-card:hover::before {
  opacity: 1;
}
#contact-reason .reason-card:hover .card-icon {
  color: #fff;
  background-color: #da2128;
  box-shadow: 0 14px 28px rgba(218, 33, 40, 0.24);
}
#contact-reason .reason-card .card-icon {
  margin-bottom: 22px;
  border-radius: 12px;
  color: #da2128;
  background-color: rgba(218, 33, 40, 0.09);
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
#contact-reason .reason-card .card-icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
}
#contact-reason .reason-card .card-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  #contact-reason .reason-card .card-icon {
    margin-bottom: 18px;
    border-radius: 8px;
  }
  #contact-reason .reason-card .card-icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}
#contact-reason .reason-card .card-icon i {
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  #contact-reason .reason-card .card-icon i {
    font-size: 20px;
  }
}
#contact-reason .reason-card h3 {
  margin-bottom: 12px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.35;
}
@media screen and (max-width: 640px) {
  #contact-reason .reason-card h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.32;
  }
}
#contact-reason .reason-card p {
  color: #333;
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #contact-reason .reason-card p {
    font-size: 14px;
    line-height: 1.6;
  }
}
#contact-reason .reason-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 34px;
  padding: 26px 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  background: linear-gradient(135deg, #374ea2, #141b44);
}
@media screen and (max-width: 768px) {
  #contact-reason .reason-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}
@media screen and (max-width: 640px) {
  #contact-reason .reason-note {
    margin-top: 26px;
    padding: 22px 18px;
    border-radius: 12px;
  }
}
#contact-reason .reason-note p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
}
@media screen and (max-width: 640px) {
  #contact-reason .reason-note p {
    font-size: 15px;
    line-height: 1.5;
  }
}
#contact-reason .reason-link {
  flex: 0 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  min-height: 48px;
  color: #374ea2;
  border-radius: 8px;
  background-color: #ffd309;
  font-size: 15px;
  font-weight: 800;
  transition: color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
@media screen and (max-width: 640px) {
  #contact-reason .reason-link {
    width: 100%;
    min-height: 44px;
    padding: 0 18px;
    font-size: 14px;
  }
}
#contact-reason .reason-link:hover {
  color: #fff;
  transform: translateY(-2px);
  background-color: #da2128;
  box-shadow: 0 14px 28px rgba(218, 33, 40, 0.28);
}

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