:root {
  --em-bg: #f8fafc;
  --em-white: #ffffff;
  --em-text: #0f172a;
  --em-subtle: #475569;
  --em-line: #e2e8f0;
  --em-brand: #0f766e;
  --em-brand-dark: #115e59;
  --em-dark: #0b1220;
  --em-dark-soft: #1e293b;
  --em-radius-xl: 24px;
  --em-radius-lg: 16px;
  --em-shadow-soft: 0 16px 32px rgba(15, 23, 42, 0.08);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--em-text);
  background: var(--em-bg);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0 0 14px;
  color: var(--em-text);
}

p {
  margin: 0 0 14px;
  color: var(--em-subtle);
}

ul {
  margin: 0;
  padding-left: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 10px;
  z-index: 200;
  background: #fff;
  color: #000;
  padding: 10px 14px;
  border-radius: 8px;
}

.skip-link:focus {
  left: 10px;
}

.em-shell {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.em-main,
.em-main-home {
  padding-top: 98px;
}

.em-section {
  padding: 56px 0;
}

.em-section-soft {
  background: #f1f5f9;
}

.em-section h2 {
  font-size: clamp(34px, 5vw, 52px);
  margin-bottom: 18px;
}

.em-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
}

.em-btn,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: 0.2s ease;
  cursor: pointer;
}

.em-btn-primary,
.button.button-primary {
  background: var(--em-brand);
  color: #fff;
}

.em-btn-primary:hover,
.button.button-primary:hover {
  background: var(--em-brand-dark);
}

.em-btn-dark {
  background: #000;
  color: #fff;
}

.em-btn-dark:hover {
  background: #1f2937;
}

.em-btn-ghost,
.button.button-secondary {
  background: transparent;
  color: var(--em-text);
  border-color: #cbd5e1;
}

.em-btn-ghost:hover,
.button.button-secondary:hover {
  background: #fff;
}

.button-disabled,
.button-disabled:hover {
  background: #e2e8f0;
  border-color: #e2e8f0;
  color: #64748b;
  cursor: not-allowed;
}

.em-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.em-nav {
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.em-brand {
  flex-shrink: 0;
}

.em-brand img {
  width: 197px;
  height: auto;
}

.em-nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.em-nav-links li {
  margin: 0;
}

.em-nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #334155;
  padding: 8px 10px;
  border-radius: 999px;
}

.em-nav-link:hover {
  color: var(--em-brand);
}

.em-nav-link.is-active {
  background: #e2f3f2;
  color: #0f766e;
}

.em-nav-cta {
  margin-left: auto;
}

.em-nav-toggle {
  display: none;
  margin-left: auto;
  background: none;
  border: 0;
  padding: 6px;
  cursor: pointer;
}

.em-nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #0f172a;
  margin: 5px 0;
}

.enig-hero,
.page-hero {
  position: relative;
  min-height: clamp(480px, 76vh, 760px);
  display: grid;
  align-items: center;
  color: #fff;
  background: linear-gradient(120deg, rgba(2, 6, 23, 0.75), rgba(2, 6, 23, 0.55)),
    url("../../images/slider-1-slide-1-1770x742.jpg") center/cover no-repeat;
}

.page-hero {
  min-height: 360px;
}

.enig-hero-overlay {
  width: 100%;
  padding: 120px 0 80px;
}

.enig-hero .group-sm {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.enig-hero-title,
.page-hero h1,
.enig-hero h1 {
  color: #fff;
  font-size: clamp(40px, 6vw, 78px);
  margin-bottom: 20px;
}

.enig-hero p,
.page-hero p,
.text-white {
  color: #e2e8f0;
  max-width: 760px;
  font-size: clamp(16px, 2.3vw, 20px);
}

.enig-hero p.text-center {
  margin-left: auto;
  margin-right: auto;
}

#about-hero-title {
  max-width: 980px;
}

.em-home-about {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
}

.em-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 26px 0;
}

.em-metric {
  background: #f8fafc;
  border-radius: var(--em-radius-lg);
  border: 1px solid var(--em-line);
  padding: 20px;
  text-align: center;
}

.em-metric strong {
  display: block;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1;
  margin-bottom: 6px;
  color: var(--em-brand);
}

.em-about-visual {
  min-height: 360px;
  border-radius: 34px;
  background: radial-gradient(circle at 18% 30%, #99f6e4 0%, rgba(153, 246, 228, 0.2) 38%, transparent 60%),
    radial-gradient(circle at 80% 76%, #fed7aa 0%, rgba(254, 215, 170, 0.25) 40%, transparent 64%),
    linear-gradient(135deg, #f0fdfa, #fff7ed);
  border: 1px solid #cbd5e1;
}

.em-grid {
  display: grid;
  gap: 24px;
}

.em-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.em-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.em-card,
.portfolio-card,
.box-default,
.policy-card {
  background: var(--em-white);
  border-radius: var(--em-radius-xl);
  border: 1px solid #e2e8f0;
  box-shadow: var(--em-shadow-soft);
  padding: 28px;
}

.portfolio-card,
.box-default {
  height: 100%;
}

.em-card-media {
  min-height: 180px;
  border-radius: 18px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #1e293b, #0f766e);
}

.em-company-card {
  padding: 0;
  overflow: hidden;
}

.em-company-media {
  min-height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
}

.em-company-icon {
  width: 58px;
  height: 58px;
  color: #fff;
}

.em-company-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.em-logo-badge {
  max-width: min(240px, 92%);
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
  display: grid;
  place-items: center;
}

.em-company-logo,
.em-product-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.em-company-logo {
  max-height: 84px;
}

.em-company-content {
  padding: 26px 26px 30px;
}

.em-company-copy {
  color: #475569;
  text-align: center;
  margin-bottom: 14px;
}

.em-company-card .portfolio-actions {
  justify-content: center;
}

.em-card-media.is-product-1 {
  background: linear-gradient(135deg, #e0f2fe, #bfdbfe);
  color: #0c4a6e;
}

.em-card-media.is-product-2 {
  background: linear-gradient(135deg, #dcfce7, #bbf7d0);
  color: #14532d;
}

.em-card-media.is-product-3 {
  background: linear-gradient(135deg, #ede9fe, #ddd6fe);
  color: #4c1d95;
}

.em-product-card {
  padding: 0;
  overflow: hidden;
}

.em-product-card .em-card-media {
  border-radius: 0;
  margin-bottom: 0;
  gap: 14px;
  padding: 22px;
}

.em-product-logo {
  max-height: 72px;
}

.em-product-content {
  padding: 24px 26px 28px;
}

.em-card h3,
.portfolio-card h4,
.box-default h3,
.box-default h4 {
  margin-bottom: 10px;
}

.em-feature-card {
  background: #f1f5f9;
  border: 0;
  box-shadow: none;
  border-radius: 22px;
  padding: 30px;
}

.em-feature-icon {
  width: 42px;
  height: 42px;
  color: #111827;
  margin-bottom: 18px;
}

.em-feature-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.em-card p,
.portfolio-card p,
.policy-card p {
  font-size: 15px;
}

.em-stack {
  display: grid;
  gap: 16px;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

.portfolio-actions {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.portfolio-actions.center {
  justify-content: center;
}

.breadcrumbs {
  margin-bottom: 14px;
  color: #64748b;
}

.breadcrumbs a {
  color: #0f766e;
}

.em-coming {
  background: linear-gradient(135deg, #fffbeb, #ffedd5 50%, #fef3c7);
  border: 1px solid #fcd34d;
  border-radius: 32px;
  padding: clamp(28px, 4vw, 54px);
}

.em-section-coming {
  background: linear-gradient(135deg, #fffbeb, #ffedd5 50%, #fef3c7);
}

.em-section-coming .em-coming {
  background: transparent;
  border: 0;
  border-radius: 0;
}

.em-coming-grid {
  margin-top: 30px;
}

.em-coming .em-kicker {
  background: #111827;
  color: #fff;
}

.em-contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.em-contact-list {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.em-contact-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px;
}

.rd-form,
.em-form {
  background: #fff;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  box-shadow: var(--em-shadow-soft);
  padding: clamp(20px, 4vw, 34px);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.row > [class*="col-"] {
  padding: 10px;
}

.col-12,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-xl-4,
.col-md-10 {
  width: 100%;
}

.form-wrap {
  margin-bottom: 12px;
}

.form-label {
  display: block;
  margin-bottom: 8px;
  color: #111827;
  font-size: 14px;
  font-weight: 600;
}

.form-input {
  width: 100%;
  border: 1px solid #d1d5db;
  background: #f8fafc;
  border-radius: 12px;
  padding: 12px 14px;
  font: inherit;
  color: #0f172a;
}

.form-input:focus {
  outline: 2px solid #2dd4bf;
  border-color: #2dd4bf;
}

.form-status {
  margin-bottom: 16px;
  padding: 12px 16px;
  border-radius: 10px;
  background: #ecfeff;
  color: #0f172a;
  border: 1px solid #99f6e4;
}

.form-status.is-error {
  background: #fff1f2;
  border-color: #fecdd3;
  color: #881337;
}

.hp-field {
  position: absolute;
  left: -9999px;
}

.em-footer {
  position: relative;
  background: #0f172a;
  color: #fff;
  margin-top: 80px;
}

.em-footer-bg {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background:
    radial-gradient(circle at 20% 20%, rgba(56, 189, 248, 0.4), transparent 30%),
    radial-gradient(circle at 80% 80%, rgba(20, 184, 166, 0.35), transparent 35%);
}

.em-footer-inner {
  position: relative;
  z-index: 1;
  padding: 74px 0 26px;
}

.em-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 34px;
  margin-bottom: 40px;
}

.em-footer h2 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 12px;
}

.em-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.em-footer a {
  color: #cbd5e1;
  font-size: 14px;
}

.em-footer a:hover {
  color: #fff;
}

.em-footer-copy {
  color: #94a3b8;
  max-width: 340px;
}

.em-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.em-footer-bottom p {
  margin: 0;
  color: #94a3b8;
  font-size: 13px;
}

.em-footer-bottom-links {
  display: flex;
  gap: 18px;
}

.rights {
  margin: 0;
}

.section {
  padding: 72px 0;
}

.section-lg {
  padding: 88px 0;
}

.bg-gray-100 {
  background: #f1f5f9;
}

.text-center {
  text-align: center;
}

.list-marked li {
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .col-md-4 {
    width: 33.3333%;
  }

  .col-md-5 {
    width: 41.6667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333%;
  }

  .col-md-8 {
    width: 66.6667%;
  }

  .col-md-10 {
    width: 83.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333%;
  }

  .col-lg-5 {
    width: 41.6667%;
  }

  .col-lg-6 {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
    width: 33.3333%;
  }
}

@media (max-width: 1040px) {
  .em-nav {
    min-height: 76px;
  }

  .em-nav-toggle {
    display: block;
  }

  .em-nav-cta {
    display: none;
  }

  .em-nav-links {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    background: #fff;
    padding: 14px;
    border-bottom: 1px solid #e2e8f0;
  }

  .em-nav-links.is-open {
    display: flex;
  }

  .em-home-about,
  .em-contact-layout,
  .em-footer-grid,
  .em-grid-2,
  .em-grid-3 {
    grid-template-columns: 1fr;
  }

  .em-metrics {
    grid-template-columns: 1fr;
  }

  .em-main,
  .em-main-home {
    padding-top: 88px;
  }
}

@media (max-width: 680px) {
  .em-section,
  .section,
  .section-lg {
    padding: 62px 0;
  }

  .em-btn,
  .button {
    width: 100%;
  }

  .portfolio-actions {
    flex-direction: column;
  }
}

.container,
.container-fluid {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.container-fluid {
  width: min(1280px, 94vw);
}

.align-items-center {
  align-items: center;
}

.text-width-large,
.text-width-medium {
  max-width: 780px;
}

.policy-block {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
}

.policy-block:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
