.g2-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

html {
  scroll-behavior: smooth;
}

.g2-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 78px;
}

.g2-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.g2-logo {
  max-width: 185px;
  width: 185px;
  height: auto;
}

.g2-main-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.2rem;
}

.g2-main-nav .menu-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 0.95rem;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #333333;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease;
}

.g2-main-nav .menu-link:hover,
.g2-main-nav .menu-link:focus {
  border-bottom-color: #00a1f1;
  color: #00a1f1;
}

.g2-footer .g2-footer-contact .fl-icon-wrap {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  position: static;
}

.g2-footer .g2-footer-contact .fl-icon {
  color: #00a1f1;
  line-height: 1;
  margin-top: 0.12rem;
  position: static;
  flex: 0 0 16px;
}

.g2-footer .g2-footer-icon {
  width: 16px;
  height: 16px;
  display: block;
  fill: currentColor;
}

.g2-footer .g2-ms-partner-logo {
  width: 100%;
  max-width: 220px;
  height: auto;
}

.g2-footer .g2-footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}

.g2-footer .g2-footer-grid > .fl-col {
  flex: 1 1 220px;
  min-width: 0;
}

.g2-footer .g2-footer-services .menu-item {
  margin-bottom: 0.5em;
}

.g2-footer .g2-footer-services .menu-item:last-child {
  margin-bottom: 0;
}

.g2-footer .g2-footer-expertise .fl-module-heading,
.g2-footer .g2-footer-services .fl-module-heading,
.g2-footer .g2-footer-contact .fl-module-heading {
  margin: 0 0 0.55em 0;
}

.g2-footer .g2-footer-contact .fl-icon-text {
  margin: 0;
  padding: 0;
}

.g2-footer .g2-footer-contact .fl-icon-text p {
  margin: 0;
  line-height: 1.5;
}

.g2-footer .g2-footer-contact .g2-contact-item {
  margin: 0 0 0.5em 0;
}

.g2-footer .g2-footer-contact .g2-contact-item:last-child {
  margin-bottom: 0;
}

.g2-footer .g2-footer-contact .g2-contact-phone,
.g2-footer .g2-footer-contact .g2-contact-phone > .fl-module-content,
.g2-footer .g2-footer-contact .g2-contact-phone .fl-icon-wrap,
.g2-footer .g2-footer-contact .g2-contact-phone .fl-icon-text,
.g2-footer .g2-footer-contact .g2-contact-phone .fl-icon-text p {
  margin-bottom: 0 !important;
}
.g2-footer .g2-footer-contact .g2-contact-address,
.g2-footer .g2-footer-contact .g2-contact-address > .fl-module-content,
.g2-footer .g2-footer-contact .g2-contact-address .fl-icon-wrap,
.g2-footer .g2-footer-contact .g2-contact-address .fl-icon-text,
.g2-footer .g2-footer-contact .g2-contact-address .fl-icon-text p {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.g2-footer .g2-footer-contact .g2-contact-email,
.g2-footer .g2-footer-contact .g2-contact-email > .fl-module-content,
.g2-footer .g2-footer-contact .g2-contact-email .fl-icon-wrap,
.g2-footer .g2-footer-contact .g2-contact-email .fl-icon-text,
.g2-footer .g2-footer-contact .g2-contact-email .fl-icon-text p {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.g2-products-index {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.g2-products-intro {
  margin-bottom: 1.5rem;
}

.g2-products-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.g2-product-card {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
}

.g2-product-thumb-link {
  flex: 0 0 96px;
}

.g2-product-thumb {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 6px;
}

.g2-product-card-body {
  min-width: 0;
}

.g2-product-title {
  margin: 0 0 0.45rem 0;
  font-size: 1.05rem;
  line-height: 1.3;
}

.g2-product-title a {
  text-decoration: none;
  color: #1f2937;
}

.g2-product-title a:hover {
  color: #00a1f1;
}

.g2-product-excerpt {
  margin: 0 0 0.55rem 0;
  color: #4b5563;
  line-height: 1.45;
}

.g2-product-readmore {
  color: #00a1f1;
  text-decoration: none;
  font-weight: 600;
}

.g2-product-readmore:hover {
  text-decoration: underline;
}