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

#catalog-hero {
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, rgba(13, 49, 146, 0.96), rgba(4, 27, 49, 0.98)), radial-gradient(circle at top right, rgba(236, 207, 74, 0.22), transparent 38%);
}
#catalog-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;
}
#catalog-hero .hero-desc {
  max-width: unset;
}
#catalog-hero .hero-wrap {
  position: relative;
  z-index: 2;
  max-width: 920px;
}
@media screen and (max-width: 768px) {
  #catalog-hero .hero-wrap {
    max-width: 100%;
  }
}
#catalog-hero .hero-actions {
  gap: 18px;
  display: flex;
  align-items: center;
}
#catalog-hero .hero-btn {
  height: 60px;
  color: #fff;
  min-width: 240px;
  background: #da2128;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transition: 0.3s ease;
}
#catalog-hero .hero-btn:hover {
  transform: translateY(-4px);
  background: #fa0103;
}

#catalog-pain {
  background-color: #f8fafc;
}
#catalog-pain .section-head {
  max-width: 1300px;
}
#catalog-pain .pain-grid {
  gap: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  #catalog-pain .pain-grid {
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  #catalog-pain .pain-grid {
    gap: 18px;
    grid-template-columns: 1fr;
  }
}
#catalog-pain .pain-card {
  position: relative;
  overflow: hidden;
  padding: 36px 32px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #catalog-pain .pain-card {
    padding: 30px 26px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-pain .pain-card {
    padding: 26px 22px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-pain .pain-card {
    padding: 24px 18px;
  }
}
#catalog-pain .pain-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: #da2128;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.3s ease;
}
#catalog-pain .pain-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-8px);
}
#catalog-pain .pain-card:hover::before {
  transform: scaleY(1);
}
#catalog-pain .pain-card:hover .pain-icon {
  color: #fff !important;
  background-color: #0d3192;
}
#catalog-pain .pain-card:hover .pain-icon i.fa {
  color: inherit;
}
#catalog-pain .pain-card:hover h3 {
  color: #374ea2;
}
#catalog-pain .pain-card h3 {
  margin-bottom: 14px;
  color: #222;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #catalog-pain .pain-card h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-pain .pain-card h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-pain .pain-card h3 {
    font-size: 19px;
  }
}
#catalog-pain .pain-card p {
  margin: 0;
  color: #515152;
  font-size: 15px;
  line-height: 1.9;
}
@media screen and (max-width: 640px) {
  #catalog-pain .pain-card p {
    line-height: 1.75;
  }
}
@media screen and (max-width: 480px) {
  #catalog-pain .pain-card p {
    font-size: 14px;
  }
}
#catalog-pain .pain-icon {
  width: 74px;
  height: 74px;
  margin-bottom: 26px;
  border-radius: 50%;
  background: rgba(218, 33, 40, 0.08);
  color: #da2128;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #catalog-pain .pain-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
    font-size: 27px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-pain .pain-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    font-size: 24px;
  }
}
#catalog-pain .pain-card:nth-child(1) .pain-icon {
  color: #ef6c00;
}
#catalog-pain .pain-card:nth-child(2) .pain-icon {
  color: #d84315;
}
#catalog-pain .pain-card:nth-child(3) .pain-icon {
  color: #1976d2;
}
#catalog-pain .pain-card:nth-child(4) .pain-icon {
  color: #6a1b9a;
}
#catalog-pain .pain-card:nth-child(5) .pain-icon {
  color: #c62828;
}
#catalog-pain .pain-card:nth-child(6) .pain-icon {
  color: #2e7d32;
}

#catalog-faq {
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.1), #fff 48%, rgba(173, 184, 217, 0.08)), #fff;
}
#catalog-faq .section-head {
  max-width: calc(1300px - 30%);
}
@media screen and (max-width: 1024px) {
  #catalog-faq .section-head {
    max-width: 860px;
  }
}
@media screen and (max-width: 768px) {
  #catalog-faq .section-head {
    max-width: 100%;
  }
}
#catalog-faq .faq-wrap {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #catalog-faq .faq-wrap {
    max-width: 100%;
  }
}
#catalog-faq .faq-list {
  display: grid;
  gap: 16px;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #catalog-faq .faq-list {
    gap: 14px;
    max-width: 100%;
  }
}
#catalog-faq .faq-item {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #catalog-faq .faq-item {
    border-radius: 16px;
  }
}
#catalog-faq .faq-item:hover {
  border-color: rgba(55, 78, 162, 0.24);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
#catalog-faq .faq-item[open] {
  border-color: rgba(55, 78, 162, 0.34);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#catalog-faq .faq-item[open] .faq-question {
  color: #374ea2;
  background: rgba(55, 78, 162, 0.04);
}
#catalog-faq .faq-item[open] .faq-question::after {
  color: #fff;
  background: #374ea2;
  border-color: #374ea2;
  transform: rotate(45deg);
}
#catalog-faq .faq-item[open] .faq-answer {
  border-top-color: #e5e7eb;
}
#catalog-faq .faq-question {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 22px 74px 22px 28px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
  color: #333;
  cursor: pointer;
  list-style: none;
  transition: color 0.3s ease, background 0.3s ease;
}
@media screen and (max-width: 768px) {
  #catalog-faq .faq-question {
    min-height: 66px;
    padding: 20px 66px 20px 24px;
    font-size: 17px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-faq .faq-question {
    min-height: 62px;
    padding: 18px 58px 18px 20px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  #catalog-faq .faq-question {
    padding-right: 52px;
    padding-left: 18px;
    font-size: 15px;
  }
}
#catalog-faq .faq-question::-webkit-details-marker {
  display: none;
}
#catalog-faq .faq-question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  color: #374ea2;
  background: rgba(55, 78, 162, 0.08);
  border: 1px solid rgba(55, 78, 162, 0.14);
  border-radius: 100rem;
  transform: translateY(-50%);
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #catalog-faq .faq-question::after {
    right: 18px;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-faq .faq-question::after {
    right: 16px;
    width: 28px;
    height: 28px;
    font-size: 19px;
  }
}
#catalog-faq .faq-question span {
  display: block;
}
#catalog-faq .faq-question:hover {
  color: #374ea2;
}
#catalog-faq .faq-question:hover::after {
  color: #fff;
  background: #374ea2;
  border-color: #374ea2;
}
#catalog-faq .faq-answer {
  padding: 0 28px 26px;
  border-top: 1px solid transparent;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 640px) {
  #catalog-faq .faq-answer {
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-faq .faq-answer {
    padding: 0 18px 18px;
  }
}
#catalog-faq .faq-answer p {
  position: relative;
  margin: 0;
  padding: 20px 22px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  color: #515152;
  background: rgba(173, 184, 217, 0.1);
  border-left: 3px solid #374ea2;
  border-radius: 12px;
}
@media screen and (max-width: 640px) {
  #catalog-faq .faq-answer p {
    padding: 16px 18px;
    font-size: 14px;
    line-height: 1.7;
    border-radius: 8px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-faq .faq-answer p {
    padding: 15px 16px;
  }
}

#catalog-list {
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.1), rgba(255, 255, 255, 0.96)), #fff;
}
#catalog-list .catalog-wrap {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #catalog-list .catalog-wrap {
    max-width: 100%;
  }
}
#catalog-list .catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
@media screen and (max-width: 1024px) {
  #catalog-list .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-list .catalog-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
#catalog-list .catalog-card {
  min-height: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 640px) {
  #catalog-list .catalog-card {
    border-radius: 16px;
  }
}
#catalog-list .catalog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(55, 78, 162, 0.28);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#catalog-list .catalog-card:hover .catalog-image img {
  transform: scale(1.06);
}
#catalog-list .catalog-card:hover .catalog-image::after {
  opacity: 0.28;
}
#catalog-list .catalog-card:hover .catalog-content h3 {
  color: #374ea2;
}
#catalog-list .catalog-card:hover .catalog-btn {
  color: #fff;
  background: #da2128;
  border-color: #da2128;
}
#catalog-list .catalog-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
#catalog-list .catalog-image {
  position: relative;
  aspect-ratio: 3/2;
  margin: 0;
  overflow: hidden;
  background: #141b44;
}
@media screen and (max-width: 640px) {
  #catalog-list .catalog-image {
    aspect-ratio: 16/10;
  }
}
@media screen and (max-width: 480px) {
  #catalog-list .catalog-image {
    aspect-ratio: 4/3;
  }
}
#catalog-list .catalog-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.02), rgba(20, 27, 68, 0.42));
  opacity: 0.18;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
#catalog-list .catalog-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
#catalog-list .catalog-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 26px 24px 24px;
}
@media screen and (max-width: 768px) {
  #catalog-list .catalog-content {
    padding: 24px 22px 22px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-list .catalog-content {
    padding: 22px 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-list .catalog-content {
    padding: 20px 18px 18px;
  }
}
#catalog-list .catalog-content h3 {
  margin: 0 0 12px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.35;
  color: #333;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  #catalog-list .catalog-content h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-list .catalog-content h3 {
    margin-bottom: 10px;
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-list .catalog-content h3 {
    font-size: 18px;
  }
}
#catalog-list .catalog-content p {
  margin: 0 0 24px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.68;
  color: #515152;
}
@media screen and (max-width: 640px) {
  #catalog-list .catalog-content p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.7;
  }
}
#catalog-list .catalog-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  margin-top: auto;
  padding: 0 20px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #374ea2;
  background: rgba(55, 78, 162, 0.08);
  border: 1px solid rgba(55, 78, 162, 0.14);
  border-radius: 100rem;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #catalog-list .catalog-btn {
    min-height: 40px;
    padding: 0 18px;
    font-size: 13px;
  }
}
#catalog-list .catalog-btn::after {
  content: "\f105";
  margin-left: 9px;
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

#catalog-process {
  background-color: #fff;
}
#catalog-process .process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  #catalog-process .process-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-process .process-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
#catalog-process .process-list::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: rgba(55, 78, 162, 0.08);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #catalog-process .process-list::before {
    display: none;
  }
}
#catalog-process .process-card {
  position: relative;
  height: 100%;
  padding: 40px 30px 34px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  text-align: center;
  overflow: hidden;
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #catalog-process .process-card {
    padding: 34px 26px 30px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-process .process-card {
    padding: 30px 22px 26px;
    border-radius: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  #catalog-process .process-card {
    padding: 28px 18px 24px;
  }
}
#catalog-process .process-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: #da2128;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.3s ease;
}
#catalog-process .process-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#catalog-process .process-card:hover::before {
  transform: scaleX(1);
}
#catalog-process .process-card:hover .process-icon {
  color: #fff !important;
  background: #374ea2;
}
#catalog-process .process-card:hover .process-number {
  opacity: 0.18;
}
#catalog-process .process-card:hover h3 {
  color: #374ea2;
}
#catalog-process .process-card h3 {
  margin-bottom: 14px;
  color: #222;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #catalog-process .process-card h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-process .process-card h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-process .process-card h3 {
    font-size: 19px;
  }
}
#catalog-process .process-card p {
  margin: 0;
  color: #515152;
  font-size: 15px;
  line-height: 1.9;
}
@media screen and (max-width: 640px) {
  #catalog-process .process-card p {
    line-height: 1.75;
  }
}
@media screen and (max-width: 480px) {
  #catalog-process .process-card p {
    font-size: 14px;
  }
}
#catalog-process .process-number {
  position: absolute;
  top: 18px;
  right: 24px;
  line-height: 1;
  font-size: 64px;
  font-weight: 800;
  user-select: none;
  transition: 0.3s ease;
  color: rgba(55, 78, 162, 0.08);
}
@media screen and (max-width: 1024px) {
  #catalog-process .process-number {
    top: 16px;
    right: 22px;
    font-size: 56px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-process .process-number {
    top: 18px;
    right: 20px;
    font-size: 48px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-process .process-number {
    right: 18px;
    font-size: 42px;
  }
}
#catalog-process .process-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 26px;
  border-radius: 50%;
  background: rgba(55, 78, 162, 0.08);
  color: #374ea2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #catalog-process .process-icon {
    width: 74px;
    height: 74px;
    margin-bottom: 22px;
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-process .process-icon {
    width: 62px;
    height: 62px;
    margin: 0 0 18px;
    font-size: 24px;
  }
}
#catalog-process .process-item {
  position: relative;
  z-index: 2;
}
#catalog-process .process-item:nth-child(4n+1) .process-icon {
  color: #1565c0;
}
#catalog-process .process-item:nth-child(4n+2) .process-icon {
  color: #2e7d32;
}
#catalog-process .process-item:nth-child(4n+3) .process-icon {
  color: #ef6c00;
}
#catalog-process .process-item:nth-child(4n) .process-icon {
  color: #da2128;
}

#catalog-product {
  padding: 96px 0;
  background: linear-gradient(180deg, #fff 0%, rgba(173, 184, 217, 0.12) 52%, #fff 100%), #fff;
}
#catalog-product .product-wrap {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #catalog-product .product-wrap {
    max-width: 100%;
  }
}
#catalog-product .product-list {
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #catalog-product .product-list {
    gap: 24px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-product .product-list {
    gap: 20px;
  }
}
#catalog-product .product-group {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 26px;
  align-items: stretch;
  padding: 26px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #catalog-product .product-group {
    grid-template-columns: 280px 1fr;
    gap: 22px;
    padding: 22px;
  }
}
@media screen and (max-width: 768px) {
  #catalog-product .product-group {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  #catalog-product .product-group {
    gap: 18px;
    padding: 18px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-product .product-group {
    padding: 14px;
    border-radius: 16px;
  }
}
#catalog-product .product-group:hover {
  border-color: rgba(55, 78, 162, 0.24);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#catalog-product .product-head {
  position: relative;
  min-height: 100%;
  padding: 30px 28px;
  overflow: hidden;
  background: linear-gradient(135deg, #374ea2, #141b44);
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  #catalog-product .product-head {
    padding: 28px 24px;
  }
}
@media screen and (max-width: 768px) {
  #catalog-product .product-head {
    min-height: auto;
  }
}
@media screen and (max-width: 640px) {
  #catalog-product .product-head {
    padding: 24px 20px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-product .product-head {
    padding: 22px 18px;
  }
}
#catalog-product .product-head::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -90px;
  width: 220px;
  height: 220px;
  background: rgba(255, 211, 9, 0.16);
  border-radius: 50%;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  #catalog-product .product-head::before {
    top: -90px;
    right: -100px;
  }
}
#catalog-product .product-head::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 0;
  width: 88px;
  height: 4px;
  background: #da2128;
  border-radius: 100rem 100rem 0 0;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  #catalog-product .product-head::after {
    left: 20px;
    width: 72px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-product .product-head::after {
    left: 18px;
  }
}
#catalog-product .product-head .product-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: 0 0 16px;
  padding: 7px 14px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffd309;
  background: rgba(255, 211, 9, 0.1);
  border: 1px solid rgba(255, 211, 9, 0.2);
  border-radius: 100rem;
}
@media screen and (max-width: 640px) {
  #catalog-product .product-head .product-label {
    margin-bottom: 12px;
    font-size: 11px;
  }
}
#catalog-product .product-head h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1024px) {
  #catalog-product .product-head h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-product .product-head h3 {
    margin-bottom: 10px;
    font-size: 21px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-product .product-head h3 {
    font-size: 20px;
  }
}
#catalog-product .product-head h3 a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
#catalog-product .product-head h3 a:hover {
  color: #ffd309;
}
#catalog-product .product-head p:not(.product-label) {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.82);
}
@media screen and (max-width: 640px) {
  #catalog-product .product-head p:not(.product-label) {
    font-size: 14px;
    line-height: 1.7;
  }
}
#catalog-product .product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(238px, 1fr));
  gap: 22px;
}
@media screen and (max-width: 1024px) {
  #catalog-product .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-product .product-grid {
    grid-template-columns: 1fr;
  }
}
#catalog-product .product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 640px) {
  #catalog-product .product-card {
    border-radius: 16px;
  }
}
#catalog-product .product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(55, 78, 162, 0.28);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#catalog-product .product-card:hover .product-image img {
  transform: scale(1.06);
}
#catalog-product .product-card:hover .product-image::after {
  opacity: 0.28;
}
#catalog-product .product-card:hover h4 a {
  color: #374ea2;
}
#catalog-product .product-card:hover .product-btn {
  color: #fff;
  background: #da2128;
  border-color: #da2128;
}
#catalog-product .product-image {
  position: relative;
  aspect-ratio: 3/2;
  margin: 0;
  overflow: hidden;
  background: #141b44;
}
@media screen and (max-width: 640px) {
  #catalog-product .product-image {
    aspect-ratio: 16/10;
  }
}
@media screen and (max-width: 480px) {
  #catalog-product .product-image {
    aspect-ratio: 4/3;
  }
}
#catalog-product .product-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.02), rgba(20, 27, 68, 0.42));
  opacity: 0.16;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#catalog-product .product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
#catalog-product .product-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 22px 22px;
}
@media screen and (max-width: 640px) {
  #catalog-product .product-content {
    padding: 22px 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-product .product-content {
    padding: 20px 18px 18px;
  }
}
#catalog-product .product-content h4 {
  margin: 0 0 11px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
}
@media screen and (max-width: 640px) {
  #catalog-product .product-content h4 {
    margin-bottom: 9px;
    font-size: 18px;
  }
}
#catalog-product .product-content h4 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
#catalog-product .product-content h4 a:hover {
  color: #374ea2;
}
#catalog-product .product-content p {
  margin: 0 0 22px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.68;
  color: #515152;
}
@media screen and (max-width: 640px) {
  #catalog-product .product-content p {
    margin-bottom: 20px;
    line-height: 1.7;
  }
}
#catalog-product .product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 40px;
  margin-top: auto;
  padding: 0 18px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  color: #374ea2;
  text-decoration: none;
  background: rgba(55, 78, 162, 0.08);
  border: 1px solid rgba(55, 78, 162, 0.14);
  border-radius: 100rem;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 640px) {
  #catalog-product .product-btn {
    min-height: 38px;
    padding: 0 16px;
  }
}
#catalog-product .product-btn::after {
  content: "\f105";
  margin-left: 8px;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
#catalog-product .product-btn:hover {
  color: #fff;
  background: #fa0103;
  border-color: #fa0103;
}

#catalog-project {
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.12), #fff 48%, rgba(173, 184, 217, 0.08)), #fff;
}
#catalog-project .project-wrap {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #catalog-project .project-wrap {
    max-width: 100%;
  }
}
#catalog-project .project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
@media screen and (max-width: 1024px) {
  #catalog-project .project-grid {
    gap: 22px;
  }
}
@media screen and (max-width: 900px) {
  #catalog-project .project-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  #catalog-project .project-grid {
    gap: 18px;
  }
}
#catalog-project .project-card {
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  min-height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 1280px) {
  #catalog-project .project-card {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 901px) and (max-width: 1280px) {
  #catalog-project .project-card {
    max-width: 620px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-project .project-card {
    border-radius: 16px;
  }
}
#catalog-project .project-card:hover {
  transform: translateY(-6px);
  border-color: rgba(55, 78, 162, 0.28);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#catalog-project .project-card:hover .project-image img {
  transform: scale(1.06);
}
#catalog-project .project-card:hover .project-image::after {
  opacity: 0.32;
}
#catalog-project .project-card:hover .project-content h3 {
  color: #374ea2;
}
#catalog-project .project-card:hover .project-btn {
  color: #fff;
  background: #da2128;
  border-color: #da2128;
}
#catalog-project .project-image {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #141b44;
}
@media screen and (max-width: 1280px) {
  #catalog-project .project-image {
    min-height: auto;
    aspect-ratio: 16/10;
  }
}
@media screen and (max-width: 480px) {
  #catalog-project .project-image {
    aspect-ratio: 4/3;
  }
}
#catalog-project .project-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.02), rgba(20, 27, 68, 0.48));
  opacity: 0.2;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#catalog-project .project-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 1280px) {
  #catalog-project .project-image img {
    min-height: 240px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-project .project-image img {
    min-height: 210px;
  }
}
#catalog-project .project-content {
  display: flex;
  flex-direction: column;
  padding: 30px 28px;
}
@media screen and (max-width: 1024px) {
  #catalog-project .project-content {
    padding: 26px 24px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-project .project-content {
    padding: 22px 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-project .project-content {
    padding: 20px 18px 18px;
  }
}
#catalog-project .project-content h3 {
  margin: 0 0 20px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
  color: #333;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #catalog-project .project-content h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-project .project-content h3 {
    margin-bottom: 16px;
    font-size: 19px;
  }
}
#catalog-project .project-field {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 10px;
  padding: 6px 13px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #374ea2;
  background: rgba(55, 78, 162, 0.08);
  border: 1px solid rgba(55, 78, 162, 0.12);
  border-radius: 100rem;
}
@media screen and (max-width: 640px) {
  #catalog-project .project-field {
    font-size: 11px;
  }
}
#catalog-project .project-info {
  display: grid;
  gap: 0;
  margin: 0 0 26px;
  padding: 0;
  border-top: 1px solid #e5e7eb;
}
@media screen and (max-width: 640px) {
  #catalog-project .project-info {
    margin-bottom: 22px;
  }
}
#catalog-project .info-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid #e5e7eb;
}
@media screen and (max-width: 640px) {
  #catalog-project .info-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 11px 0;
  }
}
#catalog-project .info-row dt {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  color: #787878;
}
@media screen and (max-width: 640px) {
  #catalog-project .info-row dt {
    font-size: 12px;
  }
}
#catalog-project .info-row dd {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 640px) {
  #catalog-project .info-row dd {
    font-size: 13px;
  }
}
#catalog-project .project-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  margin-top: auto;
  padding: 0 20px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #374ea2;
  text-decoration: none;
  background: rgba(55, 78, 162, 0.08);
  border: 1px solid rgba(55, 78, 162, 0.14);
  border-radius: 100rem;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 640px) {
  #catalog-project .project-btn {
    min-height: 40px;
    padding: 0 18px;
    font-size: 13px;
  }
}
#catalog-project .project-btn::after {
  content: "\f105";
  margin-left: 9px;
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}
#catalog-project .project-btn:hover {
  color: #fff;
  background: #fa0103;
  border-color: #fa0103;
}
#catalog-project .project-actions {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
@media screen and (max-width: 640px) {
  #catalog-project .project-actions {
    margin-top: 28px;
  }
}
#catalog-project .project-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background: #da2128;
  border: 1px solid #da2128;
  border-radius: 100rem;
  box-shadow: 0 12px 28px rgba(218, 33, 40, 0.24);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 640px) {
  #catalog-project .project-more {
    width: 100%;
    min-height: 46px;
    padding: 0 22px;
    font-size: 14px;
  }
}
#catalog-project .project-more::after {
  content: "\f105";
  margin-left: 10px;
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
#catalog-project .project-more:hover {
  color: #fff;
  background: #fa0103;
  border-color: #fa0103;
  box-shadow: 0 16px 34px rgba(218, 33, 40, 0.3);
  transform: translateY(-2px);
}

#catalog-solution {
  background: linear-gradient(180deg, #fff 0%, rgba(173, 184, 217, 0.12) 100%), #fff;
}
#catalog-solution .solution-wrap {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #catalog-solution .solution-wrap {
    max-width: 100%;
  }
}
#catalog-solution .solution-content {
  display: grid;
  grid-template-columns: 0.86fr 1.5fr;
  gap: 34px;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  #catalog-solution .solution-content {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-solution .solution-content {
    gap: 20px;
  }
}
#catalog-solution .solution-intro {
  position: sticky;
  top: 110px;
  padding: 38px 34px;
  overflow: hidden;
  background: linear-gradient(135deg, #374ea2, #141b44);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  #catalog-solution .solution-intro {
    position: relative;
    top: auto;
    padding: 32px 28px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-solution .solution-intro {
    padding: 26px 22px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-solution .solution-intro {
    padding: 24px 18px;
    border-radius: 16px;
  }
}
#catalog-solution .solution-intro::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 240px;
  height: 240px;
  background: rgba(255, 211, 9, 0.16);
  border-radius: 50%;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  #catalog-solution .solution-intro::before {
    top: -100px;
    right: -110px;
  }
}
#catalog-solution .solution-intro::after {
  content: "";
  position: absolute;
  left: 34px;
  bottom: 0;
  width: 92px;
  height: 4px;
  background: #da2128;
  border-radius: 100rem 100rem 0 0;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  #catalog-solution .solution-intro::after {
    left: 22px;
    width: 76px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-solution .solution-intro::after {
    left: 18px;
  }
}
#catalog-solution .solution-intro h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #catalog-solution .solution-intro h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-solution .solution-intro h3 {
    margin-bottom: 14px;
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-solution .solution-intro h3 {
    font-size: 21px;
  }
}
#catalog-solution .solution-intro p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}
@media screen and (max-width: 640px) {
  #catalog-solution .solution-intro p {
    font-size: 14px;
    line-height: 1.7;
  }
}
#catalog-solution .solution-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 28px;
  padding: 0 24px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background: #da2128;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100rem;
  box-shadow: 0 12px 26px rgba(17, 17, 17, 0.18);
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 640px) {
  #catalog-solution .solution-btn {
    min-height: 44px;
    margin-top: 22px;
    padding: 0 20px;
    font-size: 13px;
  }
}
#catalog-solution .solution-btn:hover {
  color: #fff;
  background: #fa0103;
  box-shadow: 0 16px 32px rgba(17, 17, 17, 0.22);
  transform: translateY(-2px);
}
#catalog-solution .solution-flow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: solution-step;
}
@media screen and (max-width: 768px) {
  #catalog-solution .solution-flow {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
#catalog-solution .solution-step {
  position: relative;
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 18px;
  min-height: 184px;
  padding: 26px 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #catalog-solution .solution-step {
    min-height: auto;
  }
}
@media screen and (max-width: 640px) {
  #catalog-solution .solution-step {
    grid-template-columns: 56px 1fr;
    gap: 14px;
    padding: 22px 20px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-solution .solution-step {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px 18px;
  }
}
#catalog-solution .solution-step::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #374ea2, #da2128);
  opacity: 0;
  transition: opacity 0.3s ease;
}
#catalog-solution .solution-step:hover {
  transform: translateY(-5px);
  border-color: rgba(55, 78, 162, 0.26);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#catalog-solution .solution-step:hover::before {
  opacity: 1;
}
#catalog-solution .solution-step:hover .step-number {
  color: #fff;
  background: #374ea2;
  border-color: #374ea2;
}
#catalog-solution .solution-step:hover h3 {
  color: #374ea2;
}
#catalog-solution .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  color: #374ea2;
  background: rgba(55, 78, 162, 0.08);
  border: 1px solid rgba(55, 78, 162, 0.14);
  border-radius: 16px;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 640px) {
  #catalog-solution .step-number {
    width: 50px;
    height: 50px;
    font-size: 16px;
    border-radius: 12px;
  }
}
#catalog-solution .step-content h3 {
  margin: 0 0 10px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  color: #333;
  transition: color 0.3s ease;
}
@media screen and (max-width: 640px) {
  #catalog-solution .step-content h3 {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
#catalog-solution .step-content p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.68;
  color: #515152;
}
@media screen and (max-width: 640px) {
  #catalog-solution .step-content p {
    font-size: 14px;
    line-height: 1.7;
  }
}

#catalog-trust {
  background: linear-gradient(180deg, #fff 0%, rgba(55, 78, 162, 0.03) 100%);
}
#catalog-trust .trust-wrap {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media screen and (max-width: 1024px) {
  #catalog-trust .trust-wrap {
    gap: 44px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-trust .trust-wrap {
    gap: 32px;
  }
}
#catalog-trust .trust-content {
  display: flex;
  gap: 55px;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  #catalog-trust .trust-content {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-trust .trust-content {
    gap: 22px;
  }
}
#catalog-trust .trust-main {
  flex: 0 0 34%;
  max-width: 34%;
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 1024px) {
  #catalog-trust .trust-main {
    flex: none;
    max-width: 100%;
    position: relative;
    top: auto;
  }
}
#catalog-trust .trust-main h3 {
  margin-bottom: 24px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.35;
}
@media screen and (max-width: 1024px) {
  #catalog-trust .trust-main h3 {
    margin-bottom: 18px;
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-trust .trust-main h3 {
    margin-bottom: 14px;
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-trust .trust-main h3 {
    font-size: 23px;
  }
}
#catalog-trust .trust-main p {
  margin-bottom: 35px;
  color: #515152;
  font-size: 16px;
  line-height: 1.9;
}
@media screen and (max-width: 1024px) {
  #catalog-trust .trust-main p {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-trust .trust-main p {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.75;
  }
}
#catalog-trust .trust-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 56px;
  padding: 0 30px;
  border-radius: 100rem;
  background: #da2128;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #catalog-trust .trust-btn {
    min-width: 0;
    height: 46px;
    padding: 0 22px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-trust .trust-btn {
    width: 100%;
  }
}
#catalog-trust .trust-btn:hover {
  background: #fa0103;
  transform: translateY(-3px);
}
#catalog-trust .trust-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  #catalog-trust .trust-grid {
    width: 100%;
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-trust .trust-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
#catalog-trust .trust-card {
  position: relative;
  overflow: hidden;
  padding: 34px 30px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #catalog-trust .trust-card {
    padding: 30px 26px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-trust .trust-card {
    padding: 26px 22px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-trust .trust-card {
    padding: 24px 18px;
  }
}
#catalog-trust .trust-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: #374ea2;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.3s ease;
}
#catalog-trust .trust-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#catalog-trust .trust-card:hover::before {
  transform: scaleX(1);
}
#catalog-trust .trust-card:hover .trust-icon {
  background: #374ea2;
  color: #fff;
}
#catalog-trust .trust-card:hover .trust-number {
  color: #da2128;
}
#catalog-trust .trust-icon {
  width: 74px;
  height: 74px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: rgba(55, 78, 162, 0.08);
  color: #374ea2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #catalog-trust .trust-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 20px;
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-trust .trust-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    font-size: 23px;
  }
}
#catalog-trust .trust-number {
  display: block;
  margin-bottom: 14px;
  color: #374ea2;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #catalog-trust .trust-number {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-trust .trust-number {
    margin-bottom: 10px;
    font-size: 34px;
  }
}
#catalog-trust .trust-card h3 {
  margin-bottom: 14px;
  color: #222;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  #catalog-trust .trust-card h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-trust .trust-card h3 {
    margin-bottom: 10px;
    font-size: 19px;
  }
}
#catalog-trust .trust-card p {
  margin: 0;
  color: #515152;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  #catalog-trust .trust-card p {
    font-size: 14px;
    line-height: 1.75;
  }
}

#catalog-cta {
  background: linear-gradient(180deg, #fff 0%, rgba(55, 78, 162, 0.03) 100%);
}
#catalog-cta .cta-wrap {
  gap: 40px;
  display: grid;
  align-items: start;
  grid-template-columns: 0.9fr 1.1fr;
}
@media screen and (max-width: 1024px) {
  #catalog-cta .cta-wrap {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  #catalog-cta .cta-wrap {
    gap: 22px;
  }
}
#catalog-cta .cta-content {
  padding: 45px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(55, 78, 162, 0.98), rgba(4, 27, 49, 0.98));
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 1024px) {
  #catalog-cta .cta-content {
    position: relative;
    top: auto;
    padding: 36px 32px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-cta .cta-content {
    padding: 28px 22px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-cta .cta-content {
    padding: 24px 18px;
  }
}
#catalog-cta .cta-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#catalog-cta .cta-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  #catalog-cta .cta-list li {
    gap: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.7;
  }
}
#catalog-cta .cta-list li:last-child {
  margin-bottom: 0;
}
#catalog-cta .cta-list li i {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #da2128;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  #catalog-cta .cta-list li i {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}
#catalog-cta .cta-list li span {
  padding-top: 6px;
}
@media screen and (max-width: 640px) {
  #catalog-cta .cta-list li span {
    padding-top: 4px;
  }
}
#catalog-cta .cta-form {
  padding: 42px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1024px) {
  #catalog-cta .cta-form {
    padding: 36px 32px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-cta .cta-form {
    padding: 28px 22px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-cta .cta-form {
    padding: 24px 18px;
  }
}
#catalog-cta .form-head {
  margin-bottom: 36px;
}
@media screen and (max-width: 640px) {
  #catalog-cta .form-head {
    margin-bottom: 26px;
  }
}
#catalog-cta .form-head h3 {
  margin-bottom: 12px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 30px;
  font-weight: 800;
}
@media screen and (max-width: 1024px) {
  #catalog-cta .form-head h3 {
    font-size: 27px;
  }
}
@media screen and (max-width: 640px) {
  #catalog-cta .form-head h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  #catalog-cta .form-head h3 {
    font-size: 21px;
  }
}
#catalog-cta .form-head p {
  margin: 0;
  color: #515152;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  #catalog-cta .form-head p {
    font-size: 14px;
    line-height: 1.7;
  }
}
#catalog-cta .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 640px) {
  #catalog-cta .form-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
#catalog-cta .form-full {
  grid-column: 1/-1;
}
#catalog-cta .form-group label {
  display: block;
  margin-bottom: 10px;
  color: #374ea2;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #catalog-cta .form-group label {
    margin-bottom: 8px;
    font-size: 13px;
  }
}
#catalog-cta .form-group input,
#catalog-cta .form-group select,
#catalog-cta .form-group textarea {
  width: 100%;
  padding: 15px 18px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  color: #9e9e9f;
  font-size: 15px;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #catalog-cta .form-group input,
  #catalog-cta .form-group select,
  #catalog-cta .form-group textarea {
    padding: 13px 15px;
    font-size: 14px;
    border-radius: 8px;
  }
}
#catalog-cta .form-group input:focus,
#catalog-cta .form-group select:focus,
#catalog-cta .form-group textarea:focus {
  outline: none;
  border-color: #374ea2;
  box-shadow: 0 0 0 4px rgba(55, 78, 162, 0.08);
}
#catalog-cta .form-group input::placeholder,
#catalog-cta .form-group select::placeholder,
#catalog-cta .form-group textarea::placeholder {
  color: #787878;
}
#catalog-cta .form-group textarea {
  resize: vertical;
  min-height: 150px;
}
@media screen and (max-width: 640px) {
  #catalog-cta .form-group textarea {
    min-height: 130px;
  }
}
#catalog-cta .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin-top: 36px;
  border: 0;
  border-radius: 100rem;
  background: #da2128;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #catalog-cta .cta-btn {
    height: 52px;
    margin-top: 28px;
    font-size: 15px;
  }
}
#catalog-cta .cta-btn:hover {
  transform: translateY(-3px);
  background: #fa0103;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

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