/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/confiatech.com/20/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!../nodevenv/confiatech.com/20/lib/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./components/footer/Footer.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__yUjxG {
  background: var(--bg-0);
  border-top: 1px solid var(--border-1);
  padding-block: var(--s-8) var(--s-5);
  margin-top: 0;
}

.Footer_grid__gIkq_ {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--s-6);
  gap: var(--s-6);
  text-align: center;
}

/* small tablet+ : 2 cols per row */
@media (min-width: 576px) {
  .Footer_grid__gIkq_ {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--s-7);
    text-align: start;
  }
}

/* desktop : 4 cols */
@media (min-width: 992px) {
  .Footer_grid__gIkq_ {
    grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
    gap: var(--s-7);
  }
}

/* under 576 — center content in each col */
@media (max-width: 575.98px) {
  .Footer_col__aKbf_ {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .Footer_col__aKbf_ ul { align-items: center; }
  .Footer_brand__KcUSZ { align-items: center; }
  .Footer_social__AK_xy { justify-content: center; }
  .Footer_tagline__XIKWT { text-align: center; }
}

.Footer_col__aKbf_ h4 {
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: var(--s-4);
  font-weight: 500;
}

.Footer_col__aKbf_ ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
}

.Footer_col__aKbf_ a {
  color: var(--text-2);
  font-size: 0.9375rem;
  transition: color var(--dur-fast);
}

.Footer_col__aKbf_ a:hover { color: var(--brand-deep); }

.Footer_brand__KcUSZ .Footer_logo__qAjuO {
  font-size: var(--fs-xl);
  font-weight: 600;
  color: var(--text-1);
  letter-spacing: -0.02em;
}

.Footer_brand__KcUSZ .Footer_logoAccent__YS5i0 { color: var(--brand-deep); }

.Footer_logoDark__8WuYh { display: none; }
.Footer_logoLight__6rqK2 {
  display: block;
  height: auto;
  max-width: 180px;
}

.Footer_tagline__XIKWT {
  color: var(--text-2);
  font-size: 0.9375rem;
  line-height: 1.55;
  margin-block: var(--s-4) var(--s-5);
  max-width: 34ch;
}

.Footer_social__AK_xy {
  display: flex;
  gap: var(--s-3);
}

.Footer_social__AK_xy a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-1);
  border-radius: 999px;
  color: var(--text-2);
  transition:
    color var(--dur-fast),
    border-color var(--dur-fast),
    background var(--dur-fast);
}

.Footer_social__AK_xy a:hover {
  color: #ffffff;
  border-color: var(--brand-deep);
  background: var(--brand-deep);
}

/* ===== CERTIFICATIONS STRIP ===== */
.Footer_certRow__FlXyw {
  margin-top: var(--s-8);
  padding-top: var(--s-6);
  border-top: 1px solid var(--border-1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--s-4);
  text-align: center;
}

@media (min-width: 720px) {
  .Footer_certRow__FlXyw {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}

.Footer_certLabel__35z6_ {
  font-size: 0.6875rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-3);
  font-weight: 600;
}

.Footer_certList___0pYy {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.Footer_certItem__9pZJT {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 56px;
  padding: 0;
  transition:
    opacity var(--dur-base) var(--ease-out-expo),
    filter var(--dur-base) var(--ease-out-expo),
    transform var(--dur-base) var(--ease-out-expo);
  opacity: 0.72;
  filter: grayscale(100%);
}

.Footer_certItem__9pZJT:hover,
.Footer_certItem__9pZJT:focus-visible {
  opacity: 1;
  filter: grayscale(0%);
  transform: translateY(-1px);
  outline: none;
}

.Footer_certImg__JyXYJ {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.Footer_bottom__dREpe {
  margin-top: var(--s-6);
  padding-top: var(--s-5);
  border-top: 1px solid var(--border-1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--s-3);
  font-size: 0.8125rem;
  color: var(--text-3);
  text-align: center;
}

.Footer_bottom__dREpe p { margin: 0; }

.Footer_bottom__dREpe ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--s-5);
  list-style: none;
  margin: 0;
  padding: 0;
}

.Footer_bottom__dREpe a { color: inherit; }
.Footer_bottom__dREpe a:hover { color: var(--brand-deep); }

.Footer_footerimg__G_eK2 {
  color: transparent;
  display: flex;
  flex-direction: column;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/confiatech.com/20/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!../nodevenv/confiatech.com/20/lib/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./components/legal/LegalLayout.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.LegalLayout_section__jacJx {
  padding-block: var(--s-9) var(--s-8);
  background: var(--bg-0);
}
.LegalLayout_wrap__9Dvm_ {
  max-width: 800px;
  margin-inline: auto;
}
.LegalLayout_back__5WKUN {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  color: var(--text-3);
  font-size: var(--fs-sm);
  margin-bottom: var(--s-5);
  transition: color var(--dur-fast);
}
.LegalLayout_back__5WKUN:hover { color: var(--brand-pale); }
[dir="rtl"] .LegalLayout_back__5WKUN svg { transform: scaleX(-1); }

.LegalLayout_eyebrow__pHwIZ {
  font-family: var(--font-mono, 'JetBrains Mono'), monospace;
  font-size: var(--fs-xs);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--brand-cyan);
}
.LegalLayout_h1__RstC_ {
  font-size: var(--fs-3xl);
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-tight);
  color: var(--text-1);
  margin-block: var(--s-3) var(--s-2);
}
.LegalLayout_updated__nqR74 {
  color: var(--text-3);
  font-size: var(--fs-sm);
  margin-bottom: var(--s-7);
}

.LegalLayout_content___AuWz { display: flex; flex-direction: column; gap: var(--s-6); }
.LegalLayout_content___AuWz h2 {
  font-size: var(--fs-xl);
  color: var(--text-1);
  margin-bottom: var(--s-3);
  letter-spacing: var(--ls-tight);
}
.LegalLayout_content___AuWz h3 {
  font-size: var(--fs-lg);
  color: var(--text-1);
  margin-block: var(--s-4) var(--s-2);
}
.LegalLayout_content___AuWz p {
  color: var(--text-2);
  line-height: var(--lh-base);
  font-size: var(--fs-base);
  max-width: 70ch;
}
.LegalLayout_content___AuWz ul {
  margin: 0;
  -webkit-padding-start: var(--s-5);
          padding-inline-start: var(--s-5);
  color: var(--text-2);
  line-height: var(--lh-base);
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
}
.LegalLayout_content___AuWz li::marker { color: var(--brand-cyan); }
.LegalLayout_content___AuWz a { color: var(--brand-cyan); text-decoration: underline; text-underline-offset: 3px; }
.LegalLayout_content___AuWz a:hover { color: var(--brand-pale); }
.LegalLayout_content___AuWz strong { color: var(--text-1); font-weight: 600; }

.LegalLayout_toc__6_3E7 {
  background: var(--bg-2);
  border: 1px solid var(--border-1);
  border-radius: var(--r-card);
  padding: var(--s-5);
  margin-bottom: var(--s-7);
}
.LegalLayout_toc__6_3E7 h2 { font-size: var(--fs-sm); letter-spacing: var(--ls-wide); text-transform: uppercase; color: var(--text-3); margin-bottom: var(--s-3); }
.LegalLayout_toc__6_3E7 ol { margin: 0; -webkit-padding-start: var(--s-5); padding-inline-start: var(--s-5); color: var(--text-2); font-size: var(--fs-sm); display: flex; flex-direction: column; gap: var(--s-2); }
.LegalLayout_toc__6_3E7 a { color: var(--text-2); }
.LegalLayout_toc__6_3E7 a:hover { color: var(--brand-cyan); }

.LegalLayout_footnote__kw10N {
  margin-top: var(--s-9);
  padding: var(--s-5);
  border: 1.5px dashed var(--border-2);
  border-radius: var(--r-card);
  color: var(--text-3);
  font-size: var(--fs-sm);
  line-height: var(--lh-base);
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/confiatech.com/20/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!../nodevenv/confiatech.com/20/lib/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./components/ui/Button.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Button_base__xcPDI {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-2);
  padding: 14px 28px;
  border-radius: var(--r-pill);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition:
    color var(--dur-base) var(--ease-out-expo),
    border-color var(--dur-base) var(--ease-out-expo),
    box-shadow var(--dur-base) var(--ease-out-expo),
    transform var(--dur-base) var(--ease-out-expo);
  text-decoration: none;
  white-space: nowrap;
  min-height: 48px;
  border: 1px solid transparent;
  font-family: inherit;
}

.Button_lg__s7W56 {
  padding: 18px 36px;
  font-size: 1.0625rem;
  min-height: 56px;
}

/* ===== SIGNATURE GRADIENT SWEEP (matches nav Book a Call) ===== */
.Button_primary__6_Dls,
.Button_secondary__uuOdH {
  position: relative;
}

.Button_primary__6_Dls::before,
.Button_secondary__uuOdH::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(120deg, #0f9aa6, #18b6c6);
  transform: translateX(-101%);
  transition: transform 460ms cubic-bezier(0.22, 1, 0.36, 1);
}

.Button_primary__6_Dls:hover::before,
.Button_secondary__uuOdH:hover::before {
  transform: translateX(0);
}

.Button_primary__6_Dls {
  background: var(--brand-deep);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(8, 119, 124, 0.24);
}

.Button_primary__6_Dls:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(8, 119, 124, 0.36);
}

.Button_primary__6_Dls:active {
  transform: translateY(0) scale(0.98);
}

.Button_secondary__uuOdH {
  background: var(--brand-deep);
  color: #ffffff;
  border-color: var(--brand-deep);
  box-shadow: 0 4px 14px rgba(8, 119, 124, 0.18);
}

.Button_secondary__uuOdH:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(8, 119, 124, 0.36);
  border-color: #066e72;
}

.Button_secondary__uuOdH:active {
  transform: translateY(0) scale(0.98);
}

.Button_ghost__gZqlA {
  background: transparent;
  color: var(--text-1);
  padding-inline: 0;
  min-height: unset;
  box-shadow: none;
  overflow: visible;
}

.Button_ghost__gZqlA:hover {
  color: var(--brand-deep);
  transform: translateY(-2px);
}

.Button_arrow__nnDvD {
  display: inline-block;
  transition: transform var(--dur-base) var(--ease-out-expo);
}

.Button_base__xcPDI:hover .Button_arrow__nnDvD {
  transform: translateX(4px);
}

[dir="rtl"] .Button_arrow__nnDvD {
  transform: scaleX(-1);
}

[dir="rtl"] .Button_base__xcPDI:hover .Button_arrow__nnDvD {
  transform: scaleX(-1) translateX(4px);
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/confiatech.com/20/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!../nodevenv/confiatech.com/20/lib/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./components/nav/StickyNav.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.StickyNav_nav__5pgQR {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-sticky);
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid transparent;
  transition:
    box-shadow var(--dur-base) var(--ease-out-expo),
    background var(--dur-base) var(--ease-out-expo),
    backdrop-filter var(--dur-base) var(--ease-out-expo),
    -webkit-backdrop-filter var(--dur-base) var(--ease-out-expo),
    border-color var(--dur-base) var(--ease-out-expo);
}

.StickyNav_nav--scrolled__fFREG {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom-color: var(--border-1);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.StickyNav_inner__0Qq1P {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-3);
  padding-block: var(--s-3);
}

.StickyNav_logo__9bGIk {
  font-size: var(--fs-base);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-1);
}

.StickyNav_logoAccent__mpn5p { color: var(--brand-deep); }

.StickyNav_logoLink__o8MFy {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  transition: transform var(--dur-base) var(--ease-out-expo);
}

.StickyNav_logoLink__o8MFy:hover {
  transform: scale(1.03);
}

.StickyNav_logoLink__o8MFy img { height: 34px; width: auto; }
.StickyNav_logoDark__Kmk3x { display: none; }
.StickyNav_logoLight__nqwrq { display: block; }

@media (min-width: 800px) {
  .StickyNav_logoLink__o8MFy img { height: 40px; }
}

.StickyNav_menu__RW4mL {
  display: none;
  align-items: center;
  gap: var(--s-6);
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.StickyNav_menu__RW4mL li { list-style: none; }

.StickyNav_menu__RW4mL a {
  position: relative;
  display: inline-block;
  padding: 8px 2px 10px;
  color: var(--text-2);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: -0.005em;
  transition: color var(--dur-base) var(--ease-out-expo);
}

.StickyNav_menu__RW4mL a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--brand-deep);
  transform: translateX(-50%) scale(0);
  transition:
    transform var(--dur-base) var(--ease-out-expo),
    box-shadow var(--dur-base) var(--ease-out-expo);
}

.StickyNav_menu__RW4mL a:hover {
  color: var(--text-1);
}

.StickyNav_menu__RW4mL a:hover::after {
  transform: translateX(-50%) scale(1);
  opacity: 0.5;
}

.StickyNav_menu__RW4mL a.StickyNav_active__KDZJV {
  color: var(--text-1);
}

.StickyNav_menu__RW4mL a.StickyNav_active__KDZJV::after {
  transform: translateX(-50%) scale(1);
  opacity: 1;
  box-shadow: 0 0 0 3px rgba(15, 154, 166, 0.14);
}

.StickyNav_actions__ftOUi {
  display: flex;
  align-items: center;
  gap: var(--s-3);
}

.StickyNav_actions--desktop__9iSmh { display: none; }

.StickyNav_hamburger__W1Vb3 {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-1);
}

@media (min-width: 800px) {
  .StickyNav_menu__RW4mL { display: flex; }
  .StickyNav_hamburger__W1Vb3 { display: none; }
  .StickyNav_actions--desktop__9iSmh { display: flex; align-items: center; gap: var(--s-4); }
  .StickyNav_inner__0Qq1P { gap: var(--s-6); padding-block: var(--s-4); }
  .StickyNav_logo__9bGIk { font-size: var(--fs-lg); }
}

.StickyNav_mobilePanel__htNjm .StickyNav_langWrap__GmBwz {
  margin-top: var(--s-4);
  padding-top: var(--s-4);
  border-top: 1px solid var(--border-1);
}

.StickyNav_mobilePanel__htNjm .StickyNav_ctaWrap__Ic3jf { margin-top: var(--s-3); }

.StickyNav_mobilePanel__htNjm {
  position: fixed;
  inset-block: 0;
  inset-inline-end: 0;
  width: min(360px, 90vw);
  background: #ffffff;
  -webkit-border-start: 1px solid var(--border-1);
          border-inline-start: 1px solid var(--border-1);
  padding: var(--s-7) var(--s-5);
  transform: translateX(100%);
  transition: transform var(--dur-base) var(--ease-out-expo);
  z-index: var(--z-modal);
  display: flex;
  flex-direction: column;
  gap: var(--s-5);
}

[dir="rtl"] .StickyNav_mobilePanel__htNjm { transform: translateX(-100%); }
.StickyNav_mobilePanel__htNjm[data-open="true"] { transform: translateX(0); }

.StickyNav_mobileHeader__iKLmY {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(6, 40, 42, 0.08);
  margin-bottom: 8px;
}

.StickyNav_mobileBrand__1WX9o {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.StickyNav_mobileBrandLogo__iJm3i {
  width: 140px;
  height: auto;
}

.StickyNav_mobileClose__Bv7Vf {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid rgba(8, 119, 124, 0.2);
  color: #06282a;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition:
    background 220ms cubic-bezier(0.22, 1, 0.36, 1),
    color 220ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.StickyNav_mobileClose__Bv7Vf:hover,
.StickyNav_mobileClose__Bv7Vf:focus-visible {
  background: #08777c;
  border-color: #08777c;
  color: #ffffff;
  outline: none;
}

.StickyNav_overlay__8MtiG {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.35);
  z-index: var(--z-overlay);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--dur-base);
}

.StickyNav_overlay__8MtiG[data-open="true"] { opacity: 1; pointer-events: auto; }

.StickyNav_mobileMenu__Ehsah {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
}

.StickyNav_mobileMenu__Ehsah a {
  display: block;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 1.125rem;
  color: var(--text-1);
  font-weight: 500;
  letter-spacing: -0.02em;
  transition: background var(--dur-fast), color var(--dur-fast);
}

.StickyNav_mobileMenu__Ehsah a:hover {
  background: var(--bg-2);
}

.StickyNav_mobileMenu__Ehsah a.StickyNav_active__KDZJV {
  background: var(--brand-deep);
  color: #ffffff;
}

.StickyNav_active__KDZJV {}

