.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-6d9687f:#202636;--e-global-color-d9c936d:#EFDFD4;--e-global-color-d7a926c:#FFFFFF;--e-global-color-61db894:#1A1A1A;--e-global-color-5444cdf:#FAF5F2;--e-global-color-d087640:#EFDFD4;--e-global-color-e5fbdbc:#FEFDFD;--e-global-color-bb0f517:#FDFCFB;--e-global-color-48d9dca:#F7EFE9;--e-global-color-234038e:#F4F4F5;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"IBM Plex Serif";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-size:1rem;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"IBM Plex Serif", Sans-serif;}.elementor-kit-6 h2{font-family:"IBM Plex Serif", Sans-serif;}.elementor-kit-6 h3{font-family:"IBM Plex Serif", Sans-serif;}.elementor-kit-6 h4{font-family:"Inter", Sans-serif;}.elementor-kit-6 h5{font-family:"Inter", Sans-serif;}.elementor-kit-6 h6{font-family:"Inter", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ── Zentre Home Page Design System ─────────────────────── */

/* Hero section */
.e-con#hero { min-height: 100vh; }
.e-con#hero > .e-con-inner { max-width: 1280px; margin: 0 auto; }

/* Typography – IBM Plex Serif headings */
.elementor-widget-heading h1,
.elementor-widget-heading h2 {
  letter-spacing: -0.025em;
  line-height: 1.15;
}

/* Section inner max-width constraint */
.e-con[class*="elementor-element"] > .e-con-inner {
  max-width: 80rem;
}

/* Label pill styles */
.label-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.875rem;
  border-radius: 9999px;
  background: #F4F4F5;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #202636;
}

/* Feature tab hover */
.e-con.sth1, .e-con.sth2, .e-con.sth3, .e-con.sth4 {
  cursor: pointer;
  transition: background 0.15s ease;
}
.e-con.sth2:hover, .e-con.sth3:hover, .e-con.sth4:hover {
  background: rgba(250, 245, 242, 0.6);
}

/* Model cards equal width */
.e-con#modgrid > .e-con {
  flex: 1 1 calc(25% - 1.5rem);
  min-width: 200px;
}

/* Step cards equal width */
.e-con#hwgrid > .e-con {
  flex: 1;
  min-width: 240px;
}

/* Security badge grid equal width */
.e-con#secgrid > .e-con {
  flex: 1 1 calc(25% - 0.75rem);
  min-width: 180px;
}

/* Admin features cols */
.e-con#afcols { align-items: stretch; }
.e-con#afr { flex: 1; }
.e-con#afl { flex-shrink: 0; width: 35%; }

/* Image sizing */
.e-con .elementor-widget-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Button refinement */
.elementor-button {
  transition: opacity 0.15s ease, transform 0.1s ease;
}
.elementor-button:hover {
  opacity: 0.9;
}

/* Header refinement */
#hdr_outer {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(8px);
}

/* Mobile responsive tweaks */
@media (max-width: 768px) {
  .e-con#modgrid > .e-con {
    flex: 1 1 calc(50% - 0.75rem);
  }
  .e-con#secgrid > .e-con {
    flex: 1 1 calc(50% - 0.5rem);
  }
  .e-con#afcols {
    flex-direction: column;
  }
  .e-con#afl {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .e-con#modgrid > .e-con,
  .e-con#secgrid > .e-con {
    flex: 1 1 100%;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Inter';
	font-display: auto;
	src: url('https://www.zentre.ai/wp-content/uploads/2026/02/Inter-VariableFont_opszwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'IBM Plex Serif';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.zentre.ai/wp-content/uploads/2026/02/IBMPlexSerif-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'IBM Plex Serif';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.zentre.ai/wp-content/uploads/2026/02/IBMPlexSerif-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'IBM Plex Serif';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.zentre.ai/wp-content/uploads/2026/02/IBMPlexSerif-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'IBM Plex Serif';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.zentre.ai/wp-content/uploads/2026/02/IBMPlexSerif-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */