/* /Components/Layout/Footer.razor.rz.scp.css */
:root[b-an97f23fjj] {
  /* Brand colors */
  --primary-color: #0C75C4;
  --secondary-color: #00DD64;
  --black-color: #111827;
  --muted-text-color: #9bb8cf;
}
footer[b-an97f23fjj] {
  --muted-text-color: #9bb8cf;
  background: #0b3954;
}
footer .footer-top[b-an97f23fjj] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px 60px 0px;
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: 60px;
}
footer .footer-top h3[b-an97f23fjj] {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}
footer .footer-top .footer-brand .logo[b-an97f23fjj]  svg {
  width: 180px;
}
footer .footer-top .footer-brand .logo[b-an97f23fjj]  svg .--svg-fill-1 {
  fill: var(--primary-color);
}
footer .footer-top .footer-brand .logo[b-an97f23fjj]  svg .--svg-fill-2 {
  fill: var(--secondary-color);
}
footer .footer-top .footer-brand p[b-an97f23fjj] {
  margin-top: 0.5rem;
  width: 100%;
  max-width: 90%;
  color: var(--muted-text-color);
  font-size: 13px;
  line-height: 1.3;
}
footer .footer-top .footer-column-parent[b-an97f23fjj] {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 60px;
}
footer .footer-top .footer-column[b-an97f23fjj] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
footer .footer-top .footer-column[b-an97f23fjj]  .footer-item {
  color: var(--muted-text-color);
  text-decoration: none;
  font-size: 14px;
}
footer .footer-top .footer-column[b-an97f23fjj]  .footer-item:hover {
  color: #ffffff;
}
footer .bottom[b-an97f23fjj] {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 15px;
  text-align: center;
}
footer .bottom p[b-an97f23fjj] {
  margin: 0;
  color: var(--muted-text-color);
  font-size: 13px;
}
@media (max-width: 1100px) {
  footer .footer-top[b-an97f23fjj] {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 50px 32px;
  }
}
@media (max-width: 768px) {
  footer .footer-top[b-an97f23fjj] {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 44px 28px;
  }
  footer .footer-top .footer-brand p[b-an97f23fjj] {
    max-width: 100%;
  }
  footer .footer-top .footer-column[b-an97f23fjj]  .footer-app-button {
    width: 100%;
    max-width: 260px;
  }
  footer .bottom[b-an97f23fjj] {
    padding: 20px 28px;
  }
}
@media (max-width: 480px) {
  footer .footer-top[b-an97f23fjj] {
    padding: 36px 20px;
    gap: 32px;
  }
  footer .footer-top .footer-brand .logo[b-an97f23fjj]  svg {
    width: 145px;
  }
  footer .footer-top .footer-column[b-an97f23fjj]  .footer-app-button {
    max-width: 100%;
    box-sizing: border-box;
  }
  footer .bottom[b-an97f23fjj] {
    padding: 18px 20px;
  }
}
/* /Components/Layout/Header.razor.rz.scp.css */
:root[b-xnhtjfpla8] {
  /* Brand colors */
  --primary-color: #0C75C4;
  --secondary-color: #00DD64;
  --black-color: #111827;
  --muted-text-color: #9bb8cf;
}
header[b-xnhtjfpla8] {
  padding-top: 18px;
  padding-bottom: 18px;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
}
header[b-xnhtjfpla8]  .brand-icon {
  display: inline-flex;
  align-items: center;
}
header[b-xnhtjfpla8]  .brand-icon svg {
  width: 180px;
}
header[b-xnhtjfpla8]  .brand-icon svg .--svg-fill-1 {
  fill: var(--primary-color);
}
header[b-xnhtjfpla8]  .brand-icon svg .--svg-fill-2 {
  fill: var(--secondary-color);
}
header .nav-bar .nav-links[b-xnhtjfpla8] {
  display: flex;
  align-items: center;
  gap: 30px;
}
header .nav-bar .nav-links[b-xnhtjfpla8]  .nav-link {
  color: var(--primary-color);
  text-decoration: none;
  font-size: 1rem;
}
header .nav-bar .nav-links[b-xnhtjfpla8]  .nav-link:hover {
  text-decoration: underline;
}
header .action-bar[b-xnhtjfpla8] {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1100px) {
  header[b-xnhtjfpla8] {
    padding-left: 28px;
    padding-right: 28px;
    gap: 24px;
  }
  header .brand-icon[b-xnhtjfpla8]  svg {
    width: 155px;
  }
  header .nav-bar .nav-links[b-xnhtjfpla8] {
    gap: 14px;
  }
  header .nav-bar .nav-links[b-xnhtjfpla8]  .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  header[b-xnhtjfpla8] {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
    gap: 20px;
  }
  header .brand-icon[b-xnhtjfpla8]  svg {
    width: 150px;
  }
  header .nav-bar .nav-links[b-xnhtjfpla8] {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
  header .action-bar[b-xnhtjfpla8] {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  header[b-xnhtjfpla8] {
    padding: 16px;
    gap: 18px;
  }
  header .brand-icon[b-xnhtjfpla8]  svg {
    width: 135px;
  }
  header .nav-bar .nav-links[b-xnhtjfpla8] {
    gap: 12px;
  }
  header .nav-bar .nav-links[b-xnhtjfpla8]  .nav-link {
    font-size: 13px;
  }
  header .action-bar[b-xnhtjfpla8] {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
  header .action-bar[b-xnhtjfpla8]  .site-button {
    width: 100%;
  }
}
/* /Components/Layout/LocalizationComponent.razor.rz.scp.css */
/* /Components/Layout/MainLayout.razor.rz.scp.css */
:root[b-y0yw9tywfy] {
  /* Brand colors */
  --primary-color: #0C75C4;
  --secondary-color: #00DD64;
  --black-color: #111827;
  --muted-text-color: #9bb8cf;
}
.page[b-y0yw9tywfy] {
  background: #ffffff;
}
/* /Components/Pages/Home/Categories.razor.rz.scp.css */
:root[b-4swlpl7xwr] {
  /* Brand colors */
  --primary-color: #0C75C4;
  --secondary-color: #00DD64;
  --black-color: #111827;
  --muted-text-color: #9bb8cf;
}
section[b-4swlpl7xwr] {
  width: 100%;
  padding: 60px 0 80px;
  background: linear-gradient(135deg, rgba(12, 117, 196, 0.72), rgba(7, 92, 156, 0.72)), url("/img/Home/Home_Categories.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section article[b-4swlpl7xwr] {
  padding: 40px 0 40px 0;
}
.categories[b-4swlpl7xwr] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.categories .categories-heading[b-4swlpl7xwr] {
  width: 100%;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.categories .categories-heading h2[b-4swlpl7xwr] {
  width: 100%;
  max-width: 70%;
  margin-top: 16px;
  color: #fff;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -2px;
}
.categories .categories-heading p[b-4swlpl7xwr] {
  width: 100%;
  max-width: 70%;
  margin-top: 14px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
}
.categories .categories-grid[b-4swlpl7xwr] {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.categories .categories-grid .category-card[b-4swlpl7xwr] {
  min-height: 110px;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #d9ecf5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.categories .categories-grid .category-card:hover[b-4swlpl7xwr] {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5), 0 6px 24px rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.85);
  cursor: default;
}
.categories .categories-grid .category-card .category-content[b-4swlpl7xwr] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.categories .categories-grid .category-card .category-content h3[b-4swlpl7xwr] {
  color: #082f4d;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}
.categories .categories-grid .category-card .category-content p[b-4swlpl7xwr] {
  max-width: 210px;
  margin-top: 10px;
  color: #082f4d;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 400;
}
@media (max-width: 1100px) {
  .categories .categories-grid[b-4swlpl7xwr] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .categories-section[b-4swlpl7xwr] {
    padding: 40px 0 56px;
  }
  .categories[b-4swlpl7xwr] {
    gap: 28px;
  }
  .categories .categories-heading h2[b-4swlpl7xwr] {
    max-width: 100%;
    font-size: 34px;
    letter-spacing: -1px;
  }
  .categories .categories-heading p[b-4swlpl7xwr] {
    max-width: 100%;
  }
  .categories .categories-grid[b-4swlpl7xwr] {
    grid-template-columns: 1fr;
  }
}
/* /Components/Pages/Home/Contact.razor.rz.scp.css */
:root[b-x0qz6zbf7k] {
  /* Brand colors */
  --primary-color: #0C75C4;
  --secondary-color: #00DD64;
  --black-color: #111827;
  --muted-text-color: #9bb8cf;
}
.contact-section[b-x0qz6zbf7k] {
  width: 100%;
  max-width: 100%;
  background: linear-gradient(to right, rgba(0, 221, 100, 0.4) 0%, rgba(0, 200, 92, 0.3) 38%, rgba(0, 170, 80, 0.28) 100%), url("/img/Home/Home_Contact.png");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.contact-section article[b-x0qz6zbf7k] {
  padding: 60px 0 60px 0;
}
.contact-div[b-x0qz6zbf7k] {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 460px;
}
.contact-div .contact-content[b-x0qz6zbf7k] {
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contact-div .contact-content .eyebrow._secondary[b-x0qz6zbf7k] {
  padding: 9px 16px;
  border-radius: 999px;
  background-color: #ffffff;
  color: var(--secondary-color);
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #d9ecf5;
}
.contact-div .contact-content h2[b-x0qz6zbf7k] {
  margin-top: 10px;
  color: #fff;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -2px;
}
.contact-div .contact-content p[b-x0qz6zbf7k] {
  width: 100%;
  max-width: 640px;
  color: #fff;
  margin-top: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
.contact-div .contact-content .contact-cta[b-x0qz6zbf7k] {
  font-weight: 700;
}
.contact-div .contact-content .contact-phone[b-x0qz6zbf7k] {
  margin-top: 18px;
  padding: 12px 20px 12px 12px;
  border-radius: 999px;
  background-color: #ffffff;
  color: var(--secondary-color);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(8, 47, 77, 0.12);
  transition: 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  text-align: left;
}
.contact-div .contact-content .contact-phone:hover[b-x0qz6zbf7k] {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(8, 47, 77, 0.18);
}
.contact-div .contact-content .contact-phone .contact-phone-icon[b-x0qz6zbf7k] {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-div .contact-content .contact-phone .contact-phone-icon svg[b-x0qz6zbf7k] {
  width: 22px;
  height: 22px;
  fill: #ffffff;
  display: block;
}
.contact-div .contact-content .contact-phone .contact-phone-text[b-x0qz6zbf7k] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.1;
  text-align: left;
}
.contact-div .contact-content .contact-phone .contact-phone-text small[b-x0qz6zbf7k] {
  color: #2f6b4a;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.contact-div .contact-content .contact-phone .contact-phone-text strong[b-x0qz6zbf7k] {
  margin-top: 4px;
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 800;
}
/* /Components/Pages/Home/DownloadApp.razor.rz.scp.css */
:root[b-ir6rk5olyr] {
  /* Brand colors */
  --primary-color: #0C75C4;
  --secondary-color: #00DD64;
  --black-color: #111827;
  --muted-text-color: #9bb8cf;
}
.download-section[b-ir6rk5olyr] {
  width: 100%;
  background: linear-gradient(135deg, rgba(12, 117, 196, 0.06), rgba(0, 221, 100, 0.06));
}
.download-section article[b-ir6rk5olyr] {
  padding: 80px 0;
}
.download[b-ir6rk5olyr] {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.download .download-heading[b-ir6rk5olyr] {
  width: 100%;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.download .download-heading h2[b-ir6rk5olyr] {
  width: 100%;
  max-width: 80%;
  margin-top: 16px;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -2px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.download .download-heading p[b-ir6rk5olyr] {
  width: 100%;
  max-width: 70%;
  margin-top: 14px;
  color: #2c3e55;
  font-size: 1rem;
  line-height: 1.6;
}
.download[b-ir6rk5olyr]  .appstores-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 900px) {
  .download .download-heading h2[b-ir6rk5olyr] {
    max-width: 100%;
    font-size: 36px;
  }
  .download .download-heading p[b-ir6rk5olyr] {
    max-width: 92%;
  }
  .download[b-ir6rk5olyr]  .appstores-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 320px;
  }
  .download[b-ir6rk5olyr]  .appstores-actions .appstores {
    width: 100%;
    justify-content: flex-start;
  }
}
/* /Components/Pages/Home/Features.razor.rz.scp.css */
:root[b-gar8a1y1pr] {
  /* Brand colors */
  --primary-color: #0C75C4;
  --secondary-color: #00DD64;
  --black-color: #111827;
  --muted-text-color: #9bb8cf;
}
.features-section[b-gar8a1y1pr] {
  width: 100%;
}
.features-section article[b-gar8a1y1pr] {
  padding: 80px 0 80px 0;
}
.features[b-gar8a1y1pr] {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.features .features-heading[b-gar8a1y1pr] {
  width: 100%;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.features .features-heading h2[b-gar8a1y1pr] {
  width: 100%;
  max-width: 70%;
  margin-top: 16px;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -2px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.features .features-heading p[b-gar8a1y1pr] {
  width: 100%;
  max-width: 70%;
  margin-top: 14px;
  color: #2c3e55;
  font-size: 1rem;
  line-height: 1.6;
}
.features .features-cards[b-gar8a1y1pr] {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.features .features-cards .features-card[b-gar8a1y1pr] {
  min-height: 225px;
  padding: 22px;
  border-radius: 24px;
  background-color: #ffffff;
  border: 1px solid #d9ecf5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  box-shadow: 0 10px 24px rgba(8, 47, 77, 0.06);
  transition: 0.25s ease;
  text-decoration: none;
}
.features .features-cards .features-card:hover[b-gar8a1y1pr] {
  box-shadow: 0 18px 34px rgba(8, 47, 77, 0.12);
  border-color: rgba(12, 117, 196, 0.35);
}
.features .features-cards .features-card .features-card-icon[b-gar8a1y1pr] {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  border-radius: 12px;
  background-color: rgba(12, 117, 196, 0.08);
  border: 1px solid #d9ecf5;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.features .features-cards .features-card .features-card-icon[b-gar8a1y1pr]  svg {
  width: 24px;
}
.features .features-cards .features-card .features-card-content[b-gar8a1y1pr] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.features .features-cards .features-card .features-card-content h3[b-gar8a1y1pr] {
  color: #082f4d;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  color: var(--primary-color);
}
.features .features-cards .features-card .features-card-content p[b-gar8a1y1pr] {
  margin-top: 9px;
  color: #4d6478;
  font-size: 14px;
  line-height: 1.5;
  flex: 1;
}
@media (max-width: 1100px) {
  .features .features-cards[b-gar8a1y1pr] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .features-section[b-gar8a1y1pr] {
    padding: 40px 0 56px;
  }
  .features[b-gar8a1y1pr] {
    gap: 28px;
  }
  .features .features-heading h2[b-gar8a1y1pr] {
    max-width: 100%;
    font-size: 34px;
    letter-spacing: -1px;
  }
  .features .features-heading p[b-gar8a1y1pr] {
    max-width: 100%;
  }
  .features .features-cards[b-gar8a1y1pr] {
    grid-template-columns: 1fr;
  }
}
/* /Components/Pages/Home/Growth.razor.rz.scp.css */
.growth-section[b-bjrv3inban] {
  width: 100%;
  max-width: 100%;
  background: linear-gradient(135deg, rgba(12, 117, 196, 0.72), rgba(7, 92, 156, 0.72)), url("/img/Home/Home_PersonOnThePhone.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.growth-section article[b-bjrv3inban] {
  padding: 40px 0 40px 0;
}
.growth-div[b-bjrv3inban] {
  width: 100%;
  max-width: 100%;
  padding: 57.3px;
  border-radius: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.growth-div .growth-content[b-bjrv3inban] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.growth-div .growth-content .eyebrow._primary[b-bjrv3inban] {
  padding: 9px 16px;
  border-radius: 999px;
  background-color: #ffffff;
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #d9ecf5;
}
.growth-div .growth-content h2[b-bjrv3inban] {
  margin-top: 10px;
  color: #fff;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -2px;
}
.growth-div .growth-content p[b-bjrv3inban] {
  width: 100%;
  max-width: 85%;
  color: #fff;
  margin-top: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
.growth-div .growth-list[b-bjrv3inban] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.growth-div .growth-list .growth-item[b-bjrv3inban] {
  padding: 16px 18px;
  border-radius: 18px;
  background-color: #ffffff;
  border: 1px solid #d9ecf5;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 10px 24px rgba(8, 47, 77, 0.06);
}
.growth-div .growth-list .growth-item span[b-bjrv3inban] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  color: #ffffff;
}
.growth-div .growth-list .growth-item p[b-bjrv3inban] {
  color: #082f4d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}
/* /Components/Pages/Home/HeroVisual.razor.rz.scp.css */
:root[b-tj7vwxmux6] {
  /* Brand colors */
  --primary-color: #0C75C4;
  --secondary-color: #00DD64;
  --black-color: #111827;
}
.hero-visual[b-tj7vwxmux6] {
  width: 100%;
  max-width: 100%;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: var(--hero-height);
  position: relative;
}
.hero-visual .phone-mockup[b-tj7vwxmux6] {
  position: relative;
  z-index: 3;
  width: 40%;
  min-height: 500px;
  padding: 18px;
  border-radius: 3rem;
  background: #fff;
  border: 8px solid var(--primary-color);
  box-shadow: 0 28px 60px rgba(8, 47, 77, 0.22);
  transform: translateY(40px) scale(0.96);
  opacity: 0;
  animation: phoneIn-b-tj7vwxmux6 0.8s ease forwards;
}
.hero-visual .phone-mockup .phone-top[b-tj7vwxmux6] {
  height: 52px;
  border-radius: 24px 24px 14px 14px;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  padding-left: 18px;
}
.hero-visual .phone-mockup .phone-top[b-tj7vwxmux6]  svg {
  height: 28px;
  width: auto;
}
.hero-visual .phone-mockup .phone-top[b-tj7vwxmux6]  svg .--svg-fill-1 {
  fill: #ffffff;
}
.hero-visual .phone-mockup .phone-top[b-tj7vwxmux6]  svg .--svg-fill-2 {
  fill: var(--secondary-color);
}
.hero-visual .phone-mockup .map-preview[b-tj7vwxmux6] {
  position: relative;
  height: 135px;
  margin-top: 14px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(12, 117, 196, 0.08) 1px, transparent 1px), linear-gradient(rgba(12, 117, 196, 0.08) 1px, transparent 1px), #eef7fb;
  background-size: 28px 28px;
  border: 1px solid #d9ecf5;
  opacity: 0;
  transform: translateY(18px);
  animation: mapIn-b-tj7vwxmux6 0.6s ease forwards;
  animation-delay: 0.85s;
}
.hero-visual .phone-mockup .map-preview .map-route[b-tj7vwxmux6] {
  position: absolute;
  left: 62px;
  top: 55px;
  width: 120px;
  height: 3px;
  border-radius: 999px;
  background: var(--primary-color);
  transform: rotate(-18deg);
  opacity: 0;
  animation: routeIn-b-tj7vwxmux6 0.5s ease forwards;
  animation-delay: 1.25s;
}
.hero-visual .phone-mockup .map-preview .map-pin[b-tj7vwxmux6] {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg) scale(0);
  animation: pinDrop-b-tj7vwxmux6 0.4s ease forwards;
}
.hero-visual .phone-mockup .map-preview .map-pin[b-tj7vwxmux6]::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
  top: 5px;
  left: 5px;
}
.hero-visual .phone-mockup .map-preview .pin-user[b-tj7vwxmux6] {
  left: 50px;
  top: 62px;
  background: var(--secondary-color);
  animation-delay: 1.05s;
}
.hero-visual .phone-mockup .map-preview .pin-service[b-tj7vwxmux6] {
  right: 50px;
  top: 28px;
  background: var(--primary-color);
  animation-delay: 1.45s;
}
.hero-visual .phone-mockup .map-preview .map-label[b-tj7vwxmux6] {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #082f4d;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(8, 47, 77, 0.1);
  opacity: 0;
  transform: translateY(10px);
  animation: labelIn-b-tj7vwxmux6 0.4s ease forwards;
  animation-delay: 1.65s;
}
.hero-visual .phone-mockup .search-box[b-tj7vwxmux6] {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f3f8fb;
  color: #4d6478;
  font-size: 14px;
  opacity: 0;
  transform: translateY(-14px);
  animation: fadeDown-b-tj7vwxmux6 0.6s ease forwards;
  animation-delay: 0.6s;
}
.hero-visual .phone-mockup .service-card[b-tj7vwxmux6] {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #dce8f0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-shadow: 0 10px 22px rgba(8, 47, 77, 0.08);
  opacity: 0;
  transform: translateY(24px);
}
.hero-visual .phone-mockup .service-card strong[b-tj7vwxmux6] {
  color: #082f4d;
  font-size: 14px;
}
.hero-visual .phone-mockup .service-card span[b-tj7vwxmux6] {
  color: #6c7f90;
  font-size: 13px;
}
.hero-visual .phone-mockup .card-one[b-tj7vwxmux6] {
  animation: cardUp-b-tj7vwxmux6 0.5s ease forwards;
  animation-delay: 1s;
}
.hero-visual .phone-mockup .card-two[b-tj7vwxmux6] {
  animation: cardUp-b-tj7vwxmux6 0.5s ease forwards;
  animation-delay: 1.25s;
}
.hero-visual .phone-mockup .card-three[b-tj7vwxmux6] {
  animation: cardUp-b-tj7vwxmux6 0.5s ease forwards;
  animation-delay: 1.5s;
}
.hero-visual .floating-chip[b-tj7vwxmux6] {
  position: absolute;
  padding: 10px 18px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--primary-color);
  border: 1px solid #d9ecf5;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(8, 47, 77, 0.12);
  opacity: 0;
  transform: translate(var(--chip-start-x), var(--chip-start-y)) scale(0.75);
  animation: chipFromBehind-b-tj7vwxmux6 0.65s ease forwards;
  z-index: 1;
  pointer-events: none;
}
.hero-visual .floating-chip.chip-one[b-tj7vwxmux6] {
  top: 110px;
  left: 70px;
  --chip-start-x: 180px;
  --chip-start-y: 120px;
  animation-delay: 1.1s;
}
.hero-visual .floating-chip.chip-two[b-tj7vwxmux6] {
  top: 185px;
  right: 60px;
  --chip-start-x: -180px;
  --chip-start-y: 90px;
  animation-delay: 1.35s;
}
.hero-visual .floating-chip.chip-three[b-tj7vwxmux6] {
  bottom: 130px;
  left: 55px;
  --chip-start-x: 190px;
  --chip-start-y: -110px;
  animation-delay: 1.6s;
}
.hero-visual .floating-chip.chip-four[b-tj7vwxmux6] {
  right: 80px;
  bottom: 85px;
  --chip-start-x: -170px;
  --chip-start-y: -140px;
  animation-delay: 1.9s;
}
@keyframes phoneIn-b-tj7vwxmux6 {
  to {
    opacity: 1;
    transform: translateY(0) scale(0.8);
  }
}
@keyframes fadeDown-b-tj7vwxmux6 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cardUp-b-tj7vwxmux6 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes chipFromBehind-b-tj7vwxmux6 {
  from {
    opacity: 0;
    transform: translate(var(--chip-start-x), var(--chip-start-y)) scale(0.75);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes mapIn-b-tj7vwxmux6 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes routeIn-b-tj7vwxmux6 {
  to {
    opacity: 1;
  }
}
@keyframes pinDrop-b-tj7vwxmux6 {
  to {
    transform: rotate(-45deg) scale(1);
  }
}
@keyframes labelIn-b-tj7vwxmux6 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* /Pages/About.razor.rz.scp.css */
:root[b-12w1mjgcdx] {
  /* Brand colors */
  --primary-color: #0C75C4;
  --secondary-color: #00DD64;
  --black-color: #111827;
  --muted-text-color: #9bb8cf;
}
.about-hero-section[b-12w1mjgcdx] {
  width: 100%;
  max-width: 100%;
  background: linear-gradient(135deg, rgba(12, 117, 196, 0.08), rgba(0, 221, 100, 0.08));
}
.about-hero-section article[b-12w1mjgcdx] {
  padding: 80px 0 80px 0;
}
.about-hero[b-12w1mjgcdx] {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}
.about-hero .about-hero-content[b-12w1mjgcdx] {
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.about-hero .about-hero-content h1[b-12w1mjgcdx] {
  width: 100%;
  max-width: 100%;
  margin: 14px 0 14px;
  font-size: 58px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -3px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-hero .about-hero-content p[b-12w1mjgcdx] {
  width: 100%;
  max-width: 92%;
  color: #2c3e55;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.about-hero .about-hero-content .about-hero-actions[b-12w1mjgcdx] {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 25px;
}
.about-hero .about-hero-visual[b-12w1mjgcdx] {
  width: 100%;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-hero .about-hero-visual .about-visual-stage[b-12w1mjgcdx] {
  width: 100%;
  max-width: 540px;
  min-height: 560px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
}
.about-hero .about-hero-visual .about-visual-stage[b-12w1mjgcdx]::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 221, 100, 0.16) 0%, rgba(0, 221, 100, 0) 65%), radial-gradient(circle, rgba(12, 117, 196, 0.14) 0%, rgba(12, 117, 196, 0) 70%);
  filter: blur(2px);
  animation: softPulse-b-12w1mjgcdx 5s ease-in-out infinite;
}
.about-hero .about-hero-visual .about-visual-stage[b-12w1mjgcdx]::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 44px;
  background-image: radial-gradient(rgba(12, 117, 196, 0.15) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.55;
  transform: rotate(-8deg);
}
.about-hero .about-hero-visual .about-visual-stage .about-orb[b-12w1mjgcdx] {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 18px 34px rgba(8, 47, 77, 0.16);
  z-index: 1;
}
.about-hero .about-hero-visual .about-visual-stage .orb-one[b-12w1mjgcdx] {
  width: 74px;
  height: 74px;
  left: 44px;
  top: 96px;
  background: linear-gradient(135deg, var(--primary-color), #5db7f2);
  animation: floatOne-b-12w1mjgcdx 4.5s ease-in-out infinite;
}
.about-hero .about-hero-visual .about-visual-stage .orb-two[b-12w1mjgcdx] {
  width: 54px;
  height: 54px;
  right: 74px;
  top: 62px;
  background: linear-gradient(135deg, var(--secondary-color), #b2ffcd);
  animation: floatTwo-b-12w1mjgcdx 5s ease-in-out infinite;
}
.about-hero .about-hero-visual .about-visual-stage .orb-three[b-12w1mjgcdx] {
  width: 42px;
  height: 42px;
  left: 70px;
  bottom: 120px;
  background: linear-gradient(135deg, #ffffff, #e8f8ff);
  border: 1px solid #d9ecf5;
  animation: floatThree-b-12w1mjgcdx 4s ease-in-out infinite;
}
.about-hero .about-hero-visual .about-visual-stage .about-floating-card[b-12w1mjgcdx] {
  position: absolute;
  z-index: 4;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #d9ecf5;
  box-shadow: 0 18px 34px rgba(8, 47, 77, 0.14);
  display: flex;
  align-items: center;
  gap: 9px;
  backdrop-filter: blur(8px);
}
.about-hero .about-hero-visual .about-visual-stage .about-floating-card span[b-12w1mjgcdx] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--secondary-color);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
}
.about-hero .about-hero-visual .about-visual-stage .about-floating-card strong[b-12w1mjgcdx] {
  color: #082f4d;
  font-size: 14px;
  font-weight: 800;
}
.about-hero .about-hero-visual .about-visual-stage .card-left[b-12w1mjgcdx] {
  left: 8px;
  top: 230px;
  animation: cardFloatLeft-b-12w1mjgcdx 4.6s ease-in-out infinite;
}
.about-hero .about-hero-visual .about-visual-stage .card-right[b-12w1mjgcdx] {
  right: 0;
  top: 188px;
  animation: cardFloatRight-b-12w1mjgcdx 4.8s ease-in-out infinite;
}
.about-hero .about-hero-visual .about-visual-stage .card-bottom[b-12w1mjgcdx] {
  right: 34px;
  bottom: 78px;
  animation: cardFloatBottom-b-12w1mjgcdx 5s ease-in-out infinite;
}
.about-hero .about-hero-visual .about-visual-stage .card-bottom span[b-12w1mjgcdx] {
  background: var(--primary-color);
}
.about-hero .about-hero-visual .about-visual-stage .about-phone-card[b-12w1mjgcdx] {
  width: 68%;
  min-height: 500px;
  padding: 18px;
  border-radius: 3rem;
  background: #ffffff;
  border: 8px solid var(--primary-color);
  box-shadow: 0 28px 60px rgba(8, 47, 77, 0.22);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 3;
  transform: rotate(-4deg);
  animation: phoneFloat-b-12w1mjgcdx 4.8s ease-in-out infinite;
}
.about-hero .about-hero-visual .about-visual-stage .about-phone-card[b-12w1mjgcdx]::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(0, 221, 100, 0.12);
  right: -90px;
  bottom: -90px;
}
.about-hero .about-hero-visual .about-visual-stage .about-phone-card .about-phone-top[b-12w1mjgcdx] {
  height: 54px;
  border-radius: 24px 24px 14px 14px;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  padding-left: 18px;
  position: relative;
  z-index: 2;
}
.about-hero .about-hero-visual .about-visual-stage .about-phone-card .about-phone-top[b-12w1mjgcdx]  svg {
  height: 28px;
  width: auto;
}
.about-hero .about-hero-visual .about-visual-stage .about-phone-card .about-phone-top[b-12w1mjgcdx]  svg .--svg-fill-1 {
  fill: #ffffff;
}
.about-hero .about-hero-visual .about-visual-stage .about-phone-card .about-phone-top[b-12w1mjgcdx]  svg .--svg-fill-2 {
  fill: var(--secondary-color);
}
.about-hero .about-hero-visual .about-visual-stage .about-phone-card .about-search-box[b-12w1mjgcdx] {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f3f8fb;
  color: #4d6478;
  font-size: 14px;
  position: relative;
  z-index: 2;
  animation: searchGlow-b-12w1mjgcdx 3s ease-in-out infinite;
}
.about-hero .about-hero-visual .about-visual-stage .about-phone-card .about-category-row[b-12w1mjgcdx] {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  position: relative;
  z-index: 2;
}
.about-hero .about-hero-visual .about-visual-stage .about-phone-card .about-category-row span[b-12w1mjgcdx] {
  padding: 9px 8px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #d9ecf5;
  color: #082f4d;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 8px 18px rgba(8, 47, 77, 0.06);
}
.about-hero .about-hero-visual .about-visual-stage .about-phone-card .about-map-box[b-12w1mjgcdx] {
  height: 190px;
  margin-top: 16px;
  border-radius: 22px;
  background: linear-gradient(90deg, rgba(12, 117, 196, 0.07) 1px, transparent 1px), linear-gradient(rgba(12, 117, 196, 0.07) 1px, transparent 1px), linear-gradient(135deg, #eef8ff, #f5fff9);
  background-size: 34px 34px;
  border: 1px solid #d9ecf5;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.about-hero .about-hero-visual .about-visual-stage .about-phone-card .about-map-box .about-map-pin[b-12w1mjgcdx] {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  box-shadow: 0 0 0 8px rgba(12, 117, 196, 0.14);
  animation: pinPulse-b-12w1mjgcdx 2.4s ease-in-out infinite;
}
.about-hero .about-hero-visual .about-visual-stage .about-phone-card .about-map-box .about-map-pin._user[b-12w1mjgcdx] {
  left: 58px;
  bottom: 52px;
  background: var(--primary-color);
}
.about-hero .about-hero-visual .about-visual-stage .about-phone-card .about-map-box .about-map-pin._business[b-12w1mjgcdx] {
  right: 64px;
  top: 56px;
  background: var(--secondary-color);
  box-shadow: 0 0 0 8px rgba(0, 221, 100, 0.14);
  animation-delay: 0.5s;
}
.about-hero .about-hero-visual .about-visual-stage .about-phone-card .about-map-box .about-map-line[b-12w1mjgcdx] {
  width: 170px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  position: absolute;
  left: 82px;
  top: 108px;
  transform: rotate(-24deg);
  z-index: 2;
  animation: routeMove-b-12w1mjgcdx 2.8s ease-in-out infinite;
}
.about-hero .about-hero-visual .about-visual-stage .about-phone-card .about-map-box .about-map-label[b-12w1mjgcdx] {
  position: absolute;
  left: 18px;
  top: 18px;
  padding: 9px 12px;
  border-radius: 999px;
  background: #ffffff;
  color: #082f4d;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(8, 47, 77, 0.08);
  z-index: 3;
}
.about-hero .about-hero-visual .about-visual-stage .about-phone-card .about-service-card[b-12w1mjgcdx] {
  margin-top: 16px;
  padding: 16px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #d9ecf5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 22px rgba(8, 47, 77, 0.08);
  animation: serviceCardMove-b-12w1mjgcdx 3.8s ease-in-out infinite;
}
.about-hero .about-hero-visual .about-visual-stage .about-phone-card .about-service-card._second[b-12w1mjgcdx] {
  margin-top: 10px;
  animation-delay: 0.7s;
}
.about-hero .about-hero-visual .about-visual-stage .about-phone-card .about-service-card strong[b-12w1mjgcdx] {
  color: #082f4d;
  font-size: 16px;
  font-weight: 800;
}
.about-hero .about-hero-visual .about-visual-stage .about-phone-card .about-service-card span[b-12w1mjgcdx] {
  margin-top: 5px;
  color: #6c7f90;
  font-size: 13px;
}
.about-intro-section[b-12w1mjgcdx] {
  width: 100%;
  max-width: 100%;
}
.about-intro-section article[b-12w1mjgcdx] {
  padding: 80px 0 80px 0;
}
.about-intro-section .about-intro[b-12w1mjgcdx] {
  width: 100%;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: stretch;
  gap: 24px;
}
.about-intro-section .about-intro .about-intro-content[b-12w1mjgcdx] {
  padding: 36px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #d9ecf5;
  box-shadow: 0 10px 24px rgba(8, 47, 77, 0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}
.about-intro-section .about-intro .about-intro-content h2[b-12w1mjgcdx] {
  width: 100%;
  max-width: 80%;
  margin-top: 16px;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -2px;
  color: #082f4d;
}
.about-intro-section .about-intro .about-intro-content p[b-12w1mjgcdx] {
  width: 100%;
  max-width: 92%;
  margin-top: 16px;
  color: #2c3e55;
  font-size: 1rem;
  line-height: 1.6;
}
.about-intro-section .about-intro .about-mission-card[b-12w1mjgcdx] {
  padding: 36px;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 360px;
  box-sizing: border-box;
}
.about-intro-section .about-intro .about-mission-card span[b-12w1mjgcdx] {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
}
.about-intro-section .about-intro .about-mission-card strong[b-12w1mjgcdx] {
  margin-top: 14px;
  color: #ffffff;
  font-size: 38px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1px;
}
.about-intro-section .about-intro .about-mission-card p[b-12w1mjgcdx] {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.6;
}
.about-how-section[b-12w1mjgcdx] {
  width: 100%;
  max-width: 100%;
  background: #f6fbfe;
}
.about-how-section article[b-12w1mjgcdx] {
  padding: 80px 0 80px 0;
}
.about-how-section .about-steps-grid[b-12w1mjgcdx] {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 36px;
}
.about-how-section .about-steps-grid .about-step-card[b-12w1mjgcdx] {
  min-height: 250px;
  padding: 24px;
  border-radius: 24px;
  background-color: #ffffff;
  border: 1px solid #d9ecf5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  box-shadow: 0 10px 24px rgba(8, 47, 77, 0.06);
  transition: 0.25s ease;
}
.about-how-section .about-steps-grid .about-step-card:hover[b-12w1mjgcdx] {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(8, 47, 77, 0.1);
}
.about-how-section .about-steps-grid .about-step-card span[b-12w1mjgcdx] {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
}
.about-how-section .about-steps-grid .about-step-card h3[b-12w1mjgcdx] {
  margin-top: 22px;
  color: #082f4d;
  font-size: 20px;
  font-weight: 800;
}
.about-how-section .about-steps-grid .about-step-card p[b-12w1mjgcdx] {
  margin-top: 10px;
  color: #4d6478;
  font-size: 14px;
  line-height: 1.6;
}
.about-heading[b-12w1mjgcdx] {
  width: 100%;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.about-heading h2[b-12w1mjgcdx] {
  width: 100%;
  max-width: 78%;
  margin-top: 16px;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -2px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-heading p[b-12w1mjgcdx] {
  width: 100%;
  max-width: 78%;
  margin-top: 14px;
  color: #2c3e55;
  font-size: 1rem;
  line-height: 1.6;
}
.about-solution-section[b-12w1mjgcdx] {
  width: 100%;
  max-width: 100%;
}
.about-solution-section article[b-12w1mjgcdx] {
  padding: 80px 0 80px 0;
}
.about-solution-section .about-solution[b-12w1mjgcdx] {
  width: 100%;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 26px;
  align-items: center;
}
.about-solution-section .about-solution .about-solution-content[b-12w1mjgcdx] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about-solution-section .about-solution .about-solution-content h2[b-12w1mjgcdx] {
  width: 100%;
  max-width: 88%;
  margin-top: 16px;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -2px;
  color: #082f4d;
}
.about-solution-section .about-solution .about-solution-content p[b-12w1mjgcdx] {
  width: 100%;
  max-width: 90%;
  margin-top: 16px;
  color: #2c3e55;
  font-size: 1rem;
  line-height: 1.6;
}
.about-solution-section .about-solution .about-solution-grid[b-12w1mjgcdx] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.about-solution-section .about-solution .about-solution-grid .about-solution-card[b-12w1mjgcdx] {
  padding: 28px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #d9ecf5;
  box-shadow: 0 10px 24px rgba(8, 47, 77, 0.06);
}
.about-solution-section .about-solution .about-solution-grid .about-solution-card strong[b-12w1mjgcdx] {
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 800;
}
.about-solution-section .about-solution .about-solution-grid .about-solution-card p[b-12w1mjgcdx] {
  margin-top: 12px;
  color: #4d6478;
  font-size: 15px;
  line-height: 1.6;
}
.about-benefits-section[b-12w1mjgcdx] {
  width: 100%;
  max-width: 100%;
  background: linear-gradient(135deg, rgba(12, 117, 196, 0.08), rgba(0, 221, 100, 0.08));
}
.about-benefits-section article[b-12w1mjgcdx] {
  padding: 80px 0 80px 0;
}
.about-benefits-section .about-benefits-grid[b-12w1mjgcdx] {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}
.about-benefits-section .about-benefits-grid .about-benefit-card[b-12w1mjgcdx] {
  min-height: 225px;
  padding: 24px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #d9ecf5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  box-shadow: 0 10px 24px rgba(8, 47, 77, 0.06);
}
.about-benefits-section .about-benefits-grid .about-benefit-card span[b-12w1mjgcdx] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 221, 100, 0.12);
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
}
.about-benefits-section .about-benefits-grid .about-benefit-card h3[b-12w1mjgcdx] {
  margin-top: 20px;
  color: #082f4d;
  font-size: 20px;
  font-weight: 800;
}
.about-benefits-section .about-benefits-grid .about-benefit-card p[b-12w1mjgcdx] {
  margin-top: 10px;
  color: #4d6478;
  font-size: 14px;
  line-height: 1.6;
}
.about-industries-section[b-12w1mjgcdx] {
  width: 100%;
  max-width: 100%;
}
.about-industries-section article[b-12w1mjgcdx] {
  padding: 80px 0 80px 0;
}
.about-industries-section .about-industries[b-12w1mjgcdx] {
  width: 100%;
  padding: 42px;
  border-radius: 32px;
  background: #082f4d;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 34px;
  box-sizing: border-box;
}
.about-industries-section .about-industries .about-industries-content[b-12w1mjgcdx] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.about-industries-section .about-industries .about-industries-content h2[b-12w1mjgcdx] {
  margin-top: 16px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -2px;
}
.about-industries-section .about-industries .about-industries-content p[b-12w1mjgcdx] {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.6;
}
.about-industries-section .about-industries .about-industries-list[b-12w1mjgcdx] {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 12px;
}
.about-industries-section .about-industries .about-industries-list span[b-12w1mjgcdx] {
  padding: 13px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}
.about-vision-section[b-12w1mjgcdx] {
  width: 100%;
  max-width: 100%;
  background: #f6fbfe;
}
.about-vision-section article[b-12w1mjgcdx] {
  padding: 80px 0 80px 0;
}
.about-vision-section .about-vision[b-12w1mjgcdx] {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.about-vision-section .about-vision .about-vision-card[b-12w1mjgcdx],
.about-vision-section .about-vision .about-cta-card[b-12w1mjgcdx] {
  min-height: 360px;
  padding: 36px;
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.about-vision-section .about-vision .about-vision-card[b-12w1mjgcdx] {
  background: #ffffff;
  border: 1px solid #d9ecf5;
  box-shadow: 0 10px 24px rgba(8, 47, 77, 0.06);
}
.about-vision-section .about-vision .about-vision-card span[b-12w1mjgcdx] {
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 800;
}
.about-vision-section .about-vision .about-vision-card h2[b-12w1mjgcdx] {
  margin-top: 14px;
  color: #082f4d;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1.5px;
}
.about-vision-section .about-vision .about-vision-card p[b-12w1mjgcdx] {
  margin-top: 16px;
  color: #4d6478;
  font-size: 1rem;
  line-height: 1.6;
}
.about-vision-section .about-vision .about-cta-card[b-12w1mjgcdx] {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}
.about-vision-section .about-vision .about-cta-card span[b-12w1mjgcdx] {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 800;
}
.about-vision-section .about-vision .about-cta-card h2[b-12w1mjgcdx] {
  margin-top: 14px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -2px;
}
.about-vision-section .about-vision .about-cta-card p[b-12w1mjgcdx] {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.6;
}
.about-vision-section .about-vision .about-cta-card .about-cta-actions[b-12w1mjgcdx] {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 25px;
}
@media (max-width: 900px) {
  .about-hero-section article[b-12w1mjgcdx] {
    padding: 56px 20px 56px 20px;
    box-sizing: border-box;
  }
  .about-hero[b-12w1mjgcdx] {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .about-hero .about-hero-content h1[b-12w1mjgcdx] {
    font-size: 44px;
    letter-spacing: -2px;
  }
  .about-hero .about-hero-content p[b-12w1mjgcdx] {
    max-width: 100%;
  }
  .about-hero .about-hero-content .about-hero-actions[b-12w1mjgcdx] {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .about-hero .about-hero-content .about-hero-actions a[b-12w1mjgcdx] {
    width: 100%;
  }
  .about-hero .about-hero-visual .about-phone-card[b-12w1mjgcdx] {
    width: 100%;
  }
  .about-intro-section article[b-12w1mjgcdx],
  .about-how-section article[b-12w1mjgcdx],
  .about-solution-section article[b-12w1mjgcdx],
  .about-benefits-section article[b-12w1mjgcdx],
  .about-industries-section article[b-12w1mjgcdx],
  .about-vision-section article[b-12w1mjgcdx] {
    padding: 56px 20px 56px 20px;
    box-sizing: border-box;
  }
  .about-intro[b-12w1mjgcdx],
  .about-solution[b-12w1mjgcdx],
  .about-industries[b-12w1mjgcdx],
  .about-vision[b-12w1mjgcdx] {
    grid-template-columns: 1fr;
  }
  .about-intro .about-intro-content[b-12w1mjgcdx] {
    padding: 26px;
  }
  .about-intro .about-intro-content h2[b-12w1mjgcdx] {
    max-width: 100%;
    font-size: 34px;
    letter-spacing: -1px;
  }
  .about-intro .about-intro-content p[b-12w1mjgcdx] {
    max-width: 100%;
  }
  .about-intro .about-mission-card[b-12w1mjgcdx] {
    min-height: 280px;
    padding: 26px;
  }
  .about-intro .about-mission-card strong[b-12w1mjgcdx] {
    font-size: 32px;
  }
  .about-heading h2[b-12w1mjgcdx],
  .about-heading p[b-12w1mjgcdx] {
    max-width: 100%;
  }
  .about-heading h2[b-12w1mjgcdx] {
    font-size: 34px;
    letter-spacing: -1px;
  }
  .about-steps-grid[b-12w1mjgcdx],
  .about-benefits-grid[b-12w1mjgcdx] {
    grid-template-columns: 1fr;
  }
  .about-solution .about-solution-content h2[b-12w1mjgcdx],
  .about-solution .about-solution-content p[b-12w1mjgcdx] {
    max-width: 100%;
  }
  .about-solution .about-solution-content h2[b-12w1mjgcdx] {
    font-size: 34px;
    letter-spacing: -1px;
  }
  .about-industries[b-12w1mjgcdx] {
    padding: 26px;
  }
  .about-industries .about-industries-content h2[b-12w1mjgcdx] {
    font-size: 34px;
    letter-spacing: -1px;
  }
  .about-vision .about-vision-card[b-12w1mjgcdx],
  .about-vision .about-cta-card[b-12w1mjgcdx] {
    padding: 26px;
    min-height: 300px;
  }
  .about-vision .about-vision-card h2[b-12w1mjgcdx] {
    font-size: 30px;
    letter-spacing: -1px;
  }
  .about-vision .about-cta-card h2[b-12w1mjgcdx] {
    font-size: 34px;
    letter-spacing: -1px;
  }
  .about-vision .about-cta-card .about-cta-actions[b-12w1mjgcdx] {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .about-vision .about-cta-card .about-cta-actions a[b-12w1mjgcdx] {
    width: 100%;
  }
}
@keyframes aboutVisualIn-b-12w1mjgcdx {
  from {
    opacity: 0;
    transform: translateY(35px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* transitions */
@keyframes phoneFloat-b-12w1mjgcdx {
  0% {
    transform: translateY(0) rotate(-4deg);
  }
  50% {
    transform: translateY(-16px) rotate(-2deg);
  }
  100% {
    transform: translateY(0) rotate(-4deg);
  }
}
@keyframes softPulse-b-12w1mjgcdx {
  0% {
    transform: scale(1);
    opacity: 0.65;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.65;
  }
}
@keyframes floatOne-b-12w1mjgcdx {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-18px) translateX(8px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
@keyframes floatTwo-b-12w1mjgcdx {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(16px) translateX(-8px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
@keyframes floatThree-b-12w1mjgcdx {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes cardFloatLeft-b-12w1mjgcdx {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-12px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes cardFloatRight-b-12w1mjgcdx {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(12px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes cardFloatBottom-b-12w1mjgcdx {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes searchGlow-b-12w1mjgcdx {
  0% {
    box-shadow: 0 0 0 rgba(0, 221, 100, 0);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(0, 221, 100, 0.12);
  }
  100% {
    box-shadow: 0 0 0 rgba(0, 221, 100, 0);
  }
}
@keyframes pinPulse-b-12w1mjgcdx {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.18);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes routeMove-b-12w1mjgcdx {
  0% {
    opacity: 0.55;
    transform: rotate(-24deg) scaleX(0.75);
  }
  50% {
    opacity: 1;
    transform: rotate(-24deg) scaleX(1);
  }
  100% {
    opacity: 0.55;
    transform: rotate(-24deg) scaleX(0.75);
  }
}
@keyframes serviceCardMove-b-12w1mjgcdx {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0);
  }
}
/* /Pages/Contact.razor.rz.scp.css */
:root[b-swpn0qrlas] {
  /* Brand colors */
  --primary-color: #0C75C4;
  --secondary-color: #00DD64;
  --black-color: #111827;
  --muted-text-color: #9bb8cf;
}
.contact-hero-section[b-swpn0qrlas] {
  width: 100%;
  max-width: 100%;
  background: linear-gradient(135deg, rgba(12, 117, 196, 0.08), rgba(0, 221, 100, 0.08));
}
.contact-hero-section article[b-swpn0qrlas] {
  padding: 80px 0 80px 0;
}
.contact-hero[b-swpn0qrlas] {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}
.contact-hero .contact-hero-content[b-swpn0qrlas] {
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.contact-hero .contact-hero-content h1[b-swpn0qrlas] {
  width: 100%;
  max-width: 100%;
  margin: 14px 0 14px;
  font-size: 60px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -3px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.contact-hero .contact-hero-content p[b-swpn0qrlas] {
  width: 100%;
  max-width: 92%;
  color: #2c3e55;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.contact-hero .contact-hero-content .contact-hero-actions[b-swpn0qrlas] {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 25px;
}
.contact-hero .contact-hero-visual[b-swpn0qrlas] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-hero .contact-hero-visual .contact-card-preview[b-swpn0qrlas] {
  width: 72%;
  min-height: 500px;
  padding: 18px;
  border-radius: 3rem;
  background: #ffffff;
  border: 8px solid var(--primary-color);
  box-shadow: 0 28px 60px rgba(8, 47, 77, 0.22);
  box-sizing: border-box;
}
.contact-hero .contact-hero-visual .contact-card-preview .contact-preview-top[b-swpn0qrlas] {
  height: 58px;
  border-radius: 2.3rem 2.3rem 18px 18px;
  background: linear-gradient(135deg, rgba(12, 117, 196, 0.12), rgba(0, 221, 100, 0.12));
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-hero .contact-hero-visual .contact-card-preview .contact-preview-top[b-swpn0qrlas]  svg {
  width: 145px;
}
.contact-hero .contact-hero-visual .contact-card-preview .contact-preview-top[b-swpn0qrlas]  svg .--svg-fill-1 {
  fill: var(--primary-color);
}
.contact-hero .contact-hero-visual .contact-card-preview .contact-preview-top[b-swpn0qrlas]  svg .--svg-fill-2 {
  fill: var(--secondary-color);
}
.contact-hero .contact-hero-visual .contact-card-preview .contact-preview-label[b-swpn0qrlas] {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background-color: #f6fbff;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 800;
  border: 1px solid #e2edf6;
}
.contact-hero .contact-hero-visual .contact-card-preview .contact-preview-item[b-swpn0qrlas] {
  margin-top: 14px;
  padding: 14px;
  border-radius: 22px;
  background-color: #ffffff;
  border: 1px solid #e2edf6;
  box-shadow: 0 12px 28px rgba(8, 47, 77, 0.08);
  display: flex;
  align-items: center;
  gap: 14px;
}
.contact-hero .contact-hero-visual .contact-card-preview .contact-preview-item .contact-preview-icon[b-swpn0qrlas] {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: rgba(12, 117, 196, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-hero .contact-hero-visual .contact-card-preview .contact-preview-item .contact-preview-icon svg[b-swpn0qrlas] {
  width: 22px;
  height: 22px;
  fill: var(--primary-color);
  display: block;
}
.contact-hero .contact-hero-visual .contact-card-preview .contact-preview-item .contact-preview-icon._whatsapp[b-swpn0qrlas] {
  background-color: rgba(0, 221, 100, 0.12);
}
.contact-hero .contact-hero-visual .contact-card-preview .contact-preview-item .contact-preview-icon._whatsapp svg[b-swpn0qrlas] {
  fill: var(--secondary-color);
}
.contact-hero .contact-hero-visual .contact-card-preview .contact-preview-item div[b-swpn0qrlas] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.contact-hero .contact-hero-visual .contact-card-preview .contact-preview-item div strong[b-swpn0qrlas] {
  color: var(--black-color);
  font-size: 15px;
  font-weight: 800;
}
.contact-hero .contact-hero-visual .contact-card-preview .contact-preview-item div span[b-swpn0qrlas],
.contact-hero .contact-hero-visual .contact-card-preview .contact-preview-item div a[b-swpn0qrlas] {
  margin-top: 4px;
  color: #6b7c8f;
  font-size: 13px;
  line-height: 1.4;
}
.contact-hero .contact-hero-visual .contact-card-preview .contact-preview-item div a[b-swpn0qrlas] {
  text-decoration: none;
}
.contact-hero .contact-hero-visual .contact-card-preview .contact-preview-item div a:hover[b-swpn0qrlas] {
  text-decoration: underline;
}
.contact-options-section[b-swpn0qrlas] {
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
}
.contact-options-section article[b-swpn0qrlas] {
  padding: 80px 0 80px 0;
}
.contact-heading[b-swpn0qrlas] {
  width: 100%;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contact-heading h2[b-swpn0qrlas] {
  margin-top: 14px;
  color: var(--black-color);
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -2px;
}
.contact-heading p[b-swpn0qrlas] {
  width: 100%;
  max-width: 660px;
  margin-top: 14px;
  color: #536579;
  font-size: 1rem;
  line-height: 1.6;
}
.contact-options-grid[b-swpn0qrlas] {
  width: 100%;
  max-width: 100%;
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.contact-options-grid .contact-option-card[b-swpn0qrlas] {
  padding: 26px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #e2edf6;
  box-shadow: 0 18px 42px rgba(8, 47, 77, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transition: 0.25s ease;
}
.contact-options-grid .contact-option-card:hover[b-swpn0qrlas] {
  transform: translateY(-5px);
  box-shadow: 0 24px 52px rgba(8, 47, 77, 0.12);
  border-color: rgba(0, 221, 100, 0.55);
}
.contact-options-grid .contact-option-card span[b-swpn0qrlas] {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
}
.contact-options-grid .contact-option-card h3[b-swpn0qrlas] {
  margin-top: 18px;
  color: var(--black-color);
  font-size: 20px;
  font-weight: 800;
}
.contact-options-grid .contact-option-card p[b-swpn0qrlas] {
  margin-top: 10px;
  color: #536579;
  font-size: 14px;
  line-height: 1.6;
}
.contact-options-grid .contact-option-card[b-swpn0qrlas]  a {
  margin-top: auto;
  padding-top: 18px;
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.contact-options-grid .contact-option-card[b-swpn0qrlas]  a:hover {
  color: var(--primary-color);
}
.contact-help-section[b-swpn0qrlas] {
  width: 100%;
  max-width: 100%;
  background: #f6fbff;
}
.contact-help-section article[b-swpn0qrlas] {
  padding: 80px 0 80px 0;
}
.contact-help[b-swpn0qrlas] {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 55px;
}
.contact-help .contact-help-content[b-swpn0qrlas] {
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-help .contact-help-content h2[b-swpn0qrlas] {
  margin-top: 14px;
  color: var(--black-color);
  font-size: 44px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -2px;
}
.contact-help .contact-help-content p[b-swpn0qrlas] {
  margin-top: 14px;
  color: #536579;
  font-size: 1rem;
  line-height: 1.6;
}
.contact-help .contact-help-content .contact-help-list[b-swpn0qrlas] {
  width: 100%;
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.contact-help .contact-help-content .contact-help-list div[b-swpn0qrlas] {
  padding: 18px;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #e2edf6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-help .contact-help-content .contact-help-list div strong[b-swpn0qrlas] {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 800;
}
.contact-help .contact-help-content .contact-help-list div span[b-swpn0qrlas] {
  margin-top: 6px;
  color: #536579;
  font-size: 14px;
  line-height: 1.5;
}
.contact-help .contact-info-panel[b-swpn0qrlas] {
  width: 100%;
  padding: 30px;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid #e2edf6;
  box-shadow: 0 22px 50px rgba(8, 47, 77, 0.12);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.contact-help .contact-info-panel .contact-info-panel-top[b-swpn0qrlas] {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-help .contact-info-panel .contact-info-panel-top span[b-swpn0qrlas] {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
}
.contact-help .contact-info-panel .contact-info-panel-top strong[b-swpn0qrlas] {
  margin-top: 8px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 800;
}
.contact-help .contact-info-panel .contact-info-row[b-swpn0qrlas] {
  padding: 18px 0;
  border-bottom: 1px solid #e2edf6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-help .contact-info-panel .contact-info-row small[b-swpn0qrlas] {
  color: #8aa0b5;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.contact-help .contact-info-panel .contact-info-row a[b-swpn0qrlas],
.contact-help .contact-info-panel .contact-info-row strong[b-swpn0qrlas] {
  margin-top: 6px;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}
.contact-help .contact-info-panel .contact-info-row a:hover[b-swpn0qrlas] {
  color: var(--secondary-color);
}
.contact-help .contact-info-panel .site-button[b-swpn0qrlas] {
  margin-top: 24px;
}
.contact-business-section[b-swpn0qrlas] {
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
}
.contact-business-section article[b-swpn0qrlas] {
  padding: 80px 0 80px 0;
}
.contact-business-card[b-swpn0qrlas] {
  width: 100%;
  max-width: 100%;
  padding: 46px;
  border-radius: 34px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  box-shadow: 0 22px 54px rgba(8, 47, 77, 0.16);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}
.contact-business-card div[b-swpn0qrlas] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-business-card div .eyebrow._hero[b-swpn0qrlas] {
  color: var(--secondary-color);
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.6);
}
.contact-business-card div h2[b-swpn0qrlas] {
  margin-top: 14px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -2px;
}
.contact-business-card div p[b-swpn0qrlas] {
  width: 100%;
  max-width: 680px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.6;
}
.contact-business-card .site-button._fill[b-swpn0qrlas] {
  background-color: #ffffff;
  color: var(--secondary-color);
  border-color: #ffffff;
  flex-shrink: 0;
}
.contact-business-card .site-button._fill:hover[b-swpn0qrlas] {
  box-shadow: 0 12px 28px rgba(255, 255, 255, 0.22);
}
@media (max-width: 1100px) {
  .contact-hero[b-swpn0qrlas] {
    gap: 36px;
  }
  .contact-hero .contact-hero-content h1[b-swpn0qrlas] {
    font-size: 52px;
  }
  .contact-hero .contact-hero-visual .contact-card-preview[b-swpn0qrlas] {
    width: 88%;
  }
  .contact-options-grid[b-swpn0qrlas] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .contact-hero-section article[b-swpn0qrlas],
  .contact-options-section article[b-swpn0qrlas],
  .contact-help-section article[b-swpn0qrlas],
  .contact-business-section article[b-swpn0qrlas] {
    padding: 60px 20px 60px 20px;
    box-sizing: border-box;
  }
  .contact-hero[b-swpn0qrlas],
  .contact-help[b-swpn0qrlas] {
    grid-template-columns: 1fr;
  }
  .contact-hero .contact-hero-content[b-swpn0qrlas] {
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }
  .contact-hero .contact-hero-content p[b-swpn0qrlas] {
    max-width: 100%;
  }
  .contact-help .contact-help-content[b-swpn0qrlas] {
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }
  .contact-business-card[b-swpn0qrlas] {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  .contact-hero .contact-hero-content h1[b-swpn0qrlas] {
    font-size: 42px;
    letter-spacing: -2px;
  }
  .contact-hero .contact-hero-content .contact-hero-actions[b-swpn0qrlas] {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .contact-hero .contact-hero-content .contact-hero-actions a[b-swpn0qrlas] {
    width: 100%;
  }
  .contact-hero .contact-hero-visual .contact-card-preview[b-swpn0qrlas] {
    width: 100%;
    min-height: auto;
    border-radius: 2rem;
  }
  .contact-heading h2[b-swpn0qrlas] {
    font-size: 34px;
    letter-spacing: -1px;
  }
  .contact-options-grid[b-swpn0qrlas] {
    grid-template-columns: 1fr;
  }
  .contact-help .contact-help-content h2[b-swpn0qrlas] {
    font-size: 34px;
    letter-spacing: -1px;
  }
  .contact-business-card[b-swpn0qrlas] {
    padding: 30px;
  }
  .contact-business-card div h2[b-swpn0qrlas] {
    font-size: 34px;
    letter-spacing: -1px;
  }
  .contact-business-card .site-button[b-swpn0qrlas] {
    width: 100%;
  }
}
/* /Pages/Home.razor.rz.scp.css */
:root[b-blepswflzz] {
  /* Brand colors */
  --primary-color: #0C75C4;
  --secondary-color: #00DD64;
  --black-color: #111827;
  --muted-text-color: #9bb8cf;
}
:root[b-blepswflzz] {
  --header-height: 500px;
  --hero-height: calc(100vh - var(--header-height));
  --section-gap: 0px;
  --hero-min-height: 700px;
}
section[b-blepswflzz] {
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
}
.hero-container[b-blepswflzz] {
  width: 100%;
  min-height: calc(100vh - var(--header-height));
  min-height: 700px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background-color: #fff;
}
.hero-container .content[b-blepswflzz] {
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.hero-container .content .eyebrow._hero[b-blepswflzz] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #d9ecf5;
  border-radius: 999px;
  background-color: #ffffff;
  color: #00639b;
  color: var(--secondary-color);
  border-color: var(--secondary-color);
  font-size: 11px;
  font-weight: 700;
}
.hero-container .content h1[b-blepswflzz] {
  width: 100%;
  max-width: 100%;
  margin: 12px 0 12px;
  font-size: 60px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -3px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-container .content p[b-blepswflzz] {
  width: 100%;
  max-width: 100%;
  color: #2c3e55;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
.hero-container .content-actions[b-blepswflzz] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 25px;
}
.hero-container .content-actions[b-blepswflzz]  .appstores-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}
@media (max-width: 900px) {
  :root[b-blepswflzz] {
    --hero-min-height: 500px;
  }
  .hero-container[b-blepswflzz] {
    grid-template-columns: 1fr;
    min-height: 600px;
  }
  .hero-container .content[b-blepswflzz] {
    padding: 28px 20px;
  }
  .hero-container .content-title[b-blepswflzz] {
    font-size: 52px;
    letter-spacing: -2px;
  }
  .hero-container .content-description[b-blepswflzz] {
    font-size: 20px;
  }
  .hero-container .content-actions[b-blepswflzz] {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .hero-container .content-actions a[b-blepswflzz],
  .hero-container .content-actions .appstores[b-blepswflzz],
  .hero-container .content-actions[b-blepswflzz]  .appstores-actions,
  .hero-container .content-actions[b-blepswflzz]  .appstores {
    width: 100%;
  }
  .hero-container .image[b-blepswflzz] {
    display: none;
  }
}
/* /Pages/Vendors.razor.rz.scp.css */
:root[b-ogxjqxo3fy] {
  /* Brand colors */
  --primary-color: #0C75C4;
  --secondary-color: #00DD64;
  --black-color: #111827;
  --muted-text-color: #9bb8cf;
}
.vendors-hero-section[b-ogxjqxo3fy] {
  width: 100%;
  max-width: 100%;
  background: linear-gradient(135deg, rgba(12, 117, 196, 0.08), rgba(0, 221, 100, 0.08));
}
.vendors-hero-section article[b-ogxjqxo3fy] {
  padding: 80px 0 80px 0;
}
.vendors-hero[b-ogxjqxo3fy] {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}
.vendors-hero .vendors-hero-content[b-ogxjqxo3fy] {
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.vendors-hero .vendors-hero-content h1[b-ogxjqxo3fy] {
  width: 100%;
  max-width: 100%;
  margin: 14px 0 14px;
  font-size: 60px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -3px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.vendors-hero .vendors-hero-content p[b-ogxjqxo3fy] {
  width: 100%;
  max-width: 92%;
  color: #2c3e55;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.vendors-hero .vendors-hero-content .vendors-hero-actions[b-ogxjqxo3fy] {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 25px;
}
.vendors-hero .vendors-hero-visual[b-ogxjqxo3fy] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vendors-hero .vendors-hero-visual .vendor-profile-preview[b-ogxjqxo3fy] {
  width: 72%;
  min-height: 470px;
  padding: 18px;
  border-radius: 3rem;
  background: #ffffff;
  border: 8px solid var(--primary-color);
  box-shadow: 0 28px 60px rgba(8, 47, 77, 0.22);
  box-sizing: border-box;
}
.vendors-hero .vendors-hero-visual .vendor-profile-preview .vendor-preview-top[b-ogxjqxo3fy] {
  height: 54px;
  border-radius: 24px 24px 14px 14px;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  padding-left: 18px;
}
.vendors-hero .vendors-hero-visual .vendor-profile-preview .vendor-preview-top[b-ogxjqxo3fy]  svg {
  height: 28px;
  width: auto;
}
.vendors-hero .vendors-hero-visual .vendor-profile-preview .vendor-preview-top[b-ogxjqxo3fy]  svg .--svg-fill-1 {
  fill: #ffffff;
}
.vendors-hero .vendors-hero-visual .vendor-profile-preview .vendor-preview-top[b-ogxjqxo3fy]  svg .--svg-fill-2 {
  fill: var(--secondary-color);
}
.vendors-hero .vendors-hero-visual .vendor-profile-preview .vendor-preview-search[b-ogxjqxo3fy] {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f3f8fb;
  color: #4d6478;
  font-size: 14px;
}
.vendors-hero .vendors-hero-visual .vendor-profile-preview .vendor-preview-card[b-ogxjqxo3fy] {
  margin-top: 16px;
  padding: 16px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #d9ecf5;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 10px 22px rgba(8, 47, 77, 0.08);
}
.vendors-hero .vendors-hero-visual .vendor-profile-preview .vendor-preview-card .vendor-preview-avatar[b-ogxjqxo3fy] {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
  flex-shrink: 0;
}
.vendors-hero .vendors-hero-visual .vendor-profile-preview .vendor-preview-card .vendor-preview-info[b-ogxjqxo3fy] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.vendors-hero .vendors-hero-visual .vendor-profile-preview .vendor-preview-card .vendor-preview-info strong[b-ogxjqxo3fy] {
  color: #082f4d;
  font-size: 16px;
  font-weight: 800;
}
.vendors-hero .vendors-hero-visual .vendor-profile-preview .vendor-preview-card .vendor-preview-info span[b-ogxjqxo3fy] {
  margin-top: 4px;
  color: #6c7f90;
  font-size: 13px;
}
.vendors-hero .vendors-hero-visual .vendor-profile-preview .vendor-preview-tags[b-ogxjqxo3fy] {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.vendors-hero .vendors-hero-visual .vendor-profile-preview .vendor-preview-tags span[b-ogxjqxo3fy] {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(0, 221, 100, 0.1);
  color: #137a44;
  font-size: 12px;
  font-weight: 700;
}
.vendors-hero .vendors-hero-visual .vendor-profile-preview .vendor-preview-stats[b-ogxjqxo3fy] {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.vendors-hero .vendors-hero-visual .vendor-profile-preview .vendor-preview-stats div[b-ogxjqxo3fy] {
  padding: 14px 10px;
  border-radius: 18px;
  background: #f3f8fb;
  border: 1px solid #d9ecf5;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.vendors-hero .vendors-hero-visual .vendor-profile-preview .vendor-preview-stats div strong[b-ogxjqxo3fy] {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 800;
}
.vendors-hero .vendors-hero-visual .vendor-profile-preview .vendor-preview-stats div span[b-ogxjqxo3fy] {
  margin-top: 4px;
  color: #4d6478;
  font-size: 12px;
}
.vendors-benefits-section[b-ogxjqxo3fy] {
  width: 100%;
  max-width: 100%;
}
.vendors-benefits-section article[b-ogxjqxo3fy] {
  padding: 80px 0 80px 0;
}
.vendors-heading[b-ogxjqxo3fy] {
  width: 100%;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.vendors-heading h2[b-ogxjqxo3fy] {
  width: 100%;
  max-width: 78%;
  margin-top: 16px;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -2px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.vendors-heading p[b-ogxjqxo3fy] {
  width: 100%;
  max-width: 78%;
  margin-top: 14px;
  color: #2c3e55;
  font-size: 1rem;
  line-height: 1.6;
}
.vendors-benefits-grid[b-ogxjqxo3fy] {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}
.vendors-benefits-grid .vendors-benefit-card[b-ogxjqxo3fy] {
  min-height: 230px;
  padding: 24px;
  border-radius: 24px;
  background-color: #ffffff;
  border: 1px solid #d9ecf5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  box-shadow: 0 10px 24px rgba(8, 47, 77, 0.06);
  transition: 0.25s ease;
}
.vendors-benefits-grid .vendors-benefit-card:hover[b-ogxjqxo3fy] {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(8, 47, 77, 0.12);
  border-color: rgba(12, 117, 196, 0.35);
}
.vendors-benefits-grid .vendors-benefit-card span[b-ogxjqxo3fy] {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background-color: rgba(12, 117, 196, 0.08);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
}
.vendors-benefits-grid .vendors-benefit-card h3[b-ogxjqxo3fy] {
  margin-top: 18px;
  color: var(--primary-color);
  font-size: 19px;
  line-height: 1.25;
  font-weight: 800;
}
.vendors-benefits-grid .vendors-benefit-card p[b-ogxjqxo3fy] {
  margin-top: 10px;
  color: #4d6478;
  font-size: 14px;
  line-height: 1.55;
}
.vendors-process-section[b-ogxjqxo3fy] {
  width: 100%;
  max-width: 100%;
  background: linear-gradient(135deg, rgba(12, 117, 196, 0.72), rgba(7, 92, 156, 0.72));
}
.vendors-process-section article[b-ogxjqxo3fy] {
  padding: 70px 0 70px 0;
}
.vendors-process[b-ogxjqxo3fy] {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: 44px;
}
.vendors-process .vendors-process-content[b-ogxjqxo3fy] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.vendors-process .vendors-process-content h2[b-ogxjqxo3fy] {
  margin-top: 14px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -2px;
}
.vendors-process .vendors-process-content p[b-ogxjqxo3fy] {
  width: 100%;
  max-width: 90%;
  color: #ffffff;
  margin-top: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
.vendors-process .vendors-process-grid[b-ogxjqxo3fy] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.vendors-process .vendors-process-grid .vendors-process-card[b-ogxjqxo3fy] {
  min-height: 190px;
  padding: 22px;
  border-radius: 22px;
  background-color: #ffffff;
  border: 1px solid #d9ecf5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  box-shadow: 0 10px 24px rgba(8, 47, 77, 0.1);
}
.vendors-process .vendors-process-grid .vendors-process-card span[b-ogxjqxo3fy] {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
}
.vendors-process .vendors-process-grid .vendors-process-card h3[b-ogxjqxo3fy] {
  margin-top: 16px;
  color: var(--primary-color);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}
.vendors-process .vendors-process-grid .vendors-process-card p[b-ogxjqxo3fy] {
  margin-top: 9px;
  color: #4d6478;
  font-size: 14px;
  line-height: 1.5;
}
.vendors-industries-section[b-ogxjqxo3fy] {
  width: 100%;
  max-width: 100%;
}
.vendors-industries-section article[b-ogxjqxo3fy] {
  padding: 80px 0 80px 0;
}
.vendors-industries[b-ogxjqxo3fy] {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 44px;
}
.vendors-industries .vendors-industries-content[b-ogxjqxo3fy] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.vendors-industries .vendors-industries-content h2[b-ogxjqxo3fy] {
  margin-top: 14px;
  color: #082f4d;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -2px;
}
.vendors-industries .vendors-industries-content p[b-ogxjqxo3fy] {
  width: 100%;
  max-width: 92%;
  color: #2c3e55;
  margin-top: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
.vendors-industries .vendors-industries-content .vendors-price-card[b-ogxjqxo3fy] {
  width: 100%;
  max-width: 420px;
  margin-top: 22px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(0, 221, 100, 0.1), rgba(12, 117, 196, 0.08));
  border: 1px solid #d9ecf5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}
.vendors-industries .vendors-industries-content .vendors-price-card span[b-ogxjqxo3fy] {
  color: var(--secondary-color);
  font-size: 13px;
  font-weight: 800;
}
.vendors-industries .vendors-industries-content .vendors-price-card strong[b-ogxjqxo3fy] {
  margin-top: 8px;
  color: var(--primary-color);
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -1px;
}
.vendors-industries .vendors-industries-content .vendors-price-card p[b-ogxjqxo3fy] {
  max-width: 100%;
  margin-top: 10px;
  color: #4d6478;
  font-size: 14px;
  line-height: 1.5;
}
.vendors-industries .vendors-industries-grid[b-ogxjqxo3fy] {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.vendors-industries .vendors-industries-grid div[b-ogxjqxo3fy] {
  min-height: 86px;
  padding: 16px;
  border-radius: 18px;
  background-color: #ffffff;
  border: 1px solid #d9ecf5;
  color: #082f4d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  box-shadow: 0 10px 24px rgba(8, 47, 77, 0.06);
}
.vendors-profile-section[b-ogxjqxo3fy] {
  width: 100%;
  max-width: 100%;
  background: linear-gradient(to right, rgba(0, 221, 100, 0.4) 0%, rgba(0, 200, 92, 0.3) 38%, rgba(0, 170, 80, 0.28) 100%);
}
.vendors-profile-section article[b-ogxjqxo3fy] {
  padding: 70px 0 70px 0;
}
.vendors-profile[b-ogxjqxo3fy] {
  width: 100%;
  max-width: 100%;
  padding: 48px;
  border-radius: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  box-sizing: border-box;
}
.vendors-profile .vendors-profile-content[b-ogxjqxo3fy] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.vendors-profile .vendors-profile-content h2[b-ogxjqxo3fy] {
  margin-top: 14px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -2px;
}
.vendors-profile .vendors-profile-content p[b-ogxjqxo3fy] {
  width: 100%;
  max-width: 90%;
  color: #ffffff;
  margin-top: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
.vendors-profile .vendors-profile-list[b-ogxjqxo3fy] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.vendors-profile .vendors-profile-list .vendors-profile-item[b-ogxjqxo3fy] {
  padding: 16px 18px;
  border-radius: 18px;
  background-color: #ffffff;
  border: 1px solid #d9ecf5;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 10px 24px rgba(8, 47, 77, 0.06);
}
.vendors-profile .vendors-profile-list .vendors-profile-item span[b-ogxjqxo3fy] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.vendors-profile .vendors-profile-list .vendors-profile-item span[b-ogxjqxo3fy]  svg {
  width: 16px;
}
.vendors-profile .vendors-profile-list .vendors-profile-item p[b-ogxjqxo3fy] {
  color: #082f4d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}
.vendors-cta-section[b-ogxjqxo3fy] {
  width: 100%;
  max-width: 100%;
}
.vendors-cta-section article[b-ogxjqxo3fy] {
  padding: 80px 0 80px 0;
}
.vendors-cta[b-ogxjqxo3fy] {
  width: 100%;
  max-width: 900px;
  padding: 58px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(12, 117, 196, 0.1), rgba(0, 221, 100, 0.12));
  border: 1px solid #d9ecf5;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}
.vendors-cta h2[b-ogxjqxo3fy] {
  width: 100%;
  max-width: 80%;
  margin-top: 16px;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -2px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.vendors-cta p[b-ogxjqxo3fy] {
  width: 100%;
  max-width: 70%;
  margin-top: 14px;
  color: #2c3e55;
  font-size: 1rem;
  line-height: 1.6;
}
.vendors-cta a[b-ogxjqxo3fy] {
  margin-top: 24px;
}
@media (max-width: 1100px) {
  .vendors-hero[b-ogxjqxo3fy] {
    gap: 36px;
  }
  .vendors-hero .vendors-hero-visual .vendor-profile-preview[b-ogxjqxo3fy] {
    width: 88%;
  }
  .vendors-benefits-grid[b-ogxjqxo3fy] {
    grid-template-columns: repeat(2, 1fr);
  }
  .vendors-industries[b-ogxjqxo3fy] {
    grid-template-columns: 1fr;
  }
  .vendors-industries .vendors-industries-grid[b-ogxjqxo3fy] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .vendors-hero-section article[b-ogxjqxo3fy] {
    padding: 60px 20px 60px 20px;
  }
  .vendors-hero[b-ogxjqxo3fy] {
    grid-template-columns: 1fr;
  }
  .vendors-hero .vendors-hero-content[b-ogxjqxo3fy] {
    align-items: center;
    text-align: center;
  }
  .vendors-hero .vendors-hero-content h1[b-ogxjqxo3fy] {
    font-size: 48px;
    letter-spacing: -2px;
  }
  .vendors-hero .vendors-hero-content p[b-ogxjqxo3fy] {
    max-width: 100%;
  }
  .vendors-hero .vendors-hero-visual .vendor-profile-preview[b-ogxjqxo3fy] {
    width: 100%;
    max-width: 380px;
  }
  .vendors-process[b-ogxjqxo3fy] {
    grid-template-columns: 1fr;
  }
  .vendors-process .vendors-process-content[b-ogxjqxo3fy] {
    align-items: center;
    text-align: center;
  }
  .vendors-process .vendors-process-content p[b-ogxjqxo3fy] {
    max-width: 100%;
  }
  .vendors-profile[b-ogxjqxo3fy] {
    grid-template-columns: 1fr;
    padding: 34px 24px;
  }
  .vendors-profile .vendors-profile-content[b-ogxjqxo3fy] {
    align-items: center;
    text-align: center;
  }
  .vendors-profile .vendors-profile-content p[b-ogxjqxo3fy] {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .vendors-hero-section article[b-ogxjqxo3fy],
  .vendors-benefits-section article[b-ogxjqxo3fy],
  .vendors-process-section article[b-ogxjqxo3fy],
  .vendors-industries-section article[b-ogxjqxo3fy],
  .vendors-profile-section article[b-ogxjqxo3fy],
  .vendors-cta-section article[b-ogxjqxo3fy] {
    padding: 48px 20px 48px 20px;
  }
  .vendors-hero .vendors-hero-content h1[b-ogxjqxo3fy] {
    font-size: 38px;
    letter-spacing: -1px;
  }
  .vendors-hero .vendors-hero-content .vendors-hero-actions[b-ogxjqxo3fy] {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .vendors-hero .vendors-hero-content .vendors-hero-actions a[b-ogxjqxo3fy] {
    width: 100%;
    box-sizing: border-box;
  }
  .vendors-hero .vendors-hero-visual .vendor-profile-preview[b-ogxjqxo3fy] {
    min-height: auto;
    border-radius: 34px;
  }
  .vendors-hero .vendors-hero-visual .vendor-profile-preview .vendor-preview-stats[b-ogxjqxo3fy] {
    grid-template-columns: 1fr;
  }
  .vendors-heading h2[b-ogxjqxo3fy] {
    max-width: 100%;
    font-size: 34px;
    letter-spacing: -1px;
  }
  .vendors-heading p[b-ogxjqxo3fy] {
    max-width: 100%;
  }
  .vendors-benefits-grid[b-ogxjqxo3fy] {
    grid-template-columns: 1fr;
  }
  .vendors-process .vendors-process-content h2[b-ogxjqxo3fy] {
    font-size: 34px;
    letter-spacing: -1px;
  }
  .vendors-process .vendors-process-grid[b-ogxjqxo3fy] {
    grid-template-columns: 1fr;
  }
  .vendors-industries .vendors-industries-content h2[b-ogxjqxo3fy] {
    font-size: 34px;
    letter-spacing: -1px;
  }
  .vendors-industries .vendors-industries-content p[b-ogxjqxo3fy] {
    max-width: 100%;
  }
  .vendors-industries .vendors-industries-grid[b-ogxjqxo3fy] {
    grid-template-columns: 1fr;
  }
  .vendors-profile[b-ogxjqxo3fy] {
    padding: 0;
  }
  .vendors-profile .vendors-profile-content h2[b-ogxjqxo3fy] {
    font-size: 34px;
    letter-spacing: -1px;
  }
  .vendors-cta[b-ogxjqxo3fy] {
    padding: 34px 22px;
  }
  .vendors-cta h2[b-ogxjqxo3fy] {
    max-width: 100%;
    font-size: 34px;
    letter-spacing: -1px;
  }
  .vendors-cta p[b-ogxjqxo3fy] {
    max-width: 100%;
  }
  .vendors-cta a[b-ogxjqxo3fy] {
    width: 100%;
    box-sizing: border-box;
  }
}
