body {
  margin: 0;
  background: #f7f9f8;
  color: #172126;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

#ems-page,
#ems-page * {
  box-sizing: border-box;
}

#ems-page a {
  color: inherit;
}

.ems-wrap {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
}

.ems-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid #dbe5e5;
}

.ems-nav {
  width: 96%;
  max-width: 1100px;
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.ems-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #172126;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
}

.ems-brand small {
  display: block;
  margin-top: 2px;
  color: #647276;
  font-size: 12px;
  font-weight: 700;
}

.ems-brand-mark {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #007f7a;
  border-radius: 8px;
  flex: 0 0 auto;
  overflow: hidden;
  padding: 5px;
}

.ems-brand-mark img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.ems-menu {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}

.ems-menu a {
  color: #243237;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.ems-menu a:hover {
  color: #007f7a;
}

.ems-menu .ems-menu-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  color: #ffffff;
  background: #007f7a;
  border-radius: 8px;
}

.ems-jimdo-nav {
  display: none !important;
}

.ems-hero {
  padding: 92px 0 76px;
  background:
    linear-gradient(105deg, rgba(247, 249, 248, .98) 0%, rgba(247, 249, 248, .92) 50%, rgba(231, 244, 241, .65) 100%),
    linear-gradient(135deg, #eef5f2 0%, #dfeaea 48%, #c9d9d8 100%);
  border-bottom: 1px solid #dbe5e5;
}

.ems-eyebrow {
  margin: 0 0 16px;
  color: #075b58;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.ems-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #172126;
  font-size: 64px;
  line-height: 1.02;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  font-family: Inter, Arial, Helvetica, sans-serif !important;
}

.ems-lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: #243237;
  font-size: 21px;
  line-height: 1.45;
}

.ems-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.ems-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
}

.ems-button-primary {
  color: #ffffff;
  background: #007f7a;
}

.ems-button-secondary {
  color: #075b58;
  background: #ffffff;
  border: 1px solid #dbe5e5;
}

.ems-trust {
  width: 96%;
  max-width: 1100px;
  margin: -32px auto 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  background: #dbe5e5;
  border: 1px solid #dbe5e5;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(23, 33, 38, .12);
}

.ems-trust div {
  padding: 22px;
  background: #ffffff;
}

.ems-trust strong {
  display: block;
  font-size: 22px;
  line-height: 1.15;
}

.ems-trust span {
  display: block;
  margin-top: 8px;
  color: #647276;
  font-size: 14px;
}

.ems-section {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 76px 0;
}

.ems-section h2,
.ems-band h2 {
  margin: 0;
  max-width: 760px;
  color: #172126;
  font-size: 42px;
  line-height: 1.1;
}

.ems-section-lead {
  max-width: 760px;
  margin: 16px 0 32px;
  color: #647276;
  font-size: 18px;
}

.ems-card-grid {
  display: grid;
  gap: 18px;
}

.ems-card-grid-three {
  grid-template-columns: repeat(3, 1fr);
}

.ems-card-grid-two {
  grid-template-columns: repeat(2, 1fr);
}

.ems-card {
  background: #ffffff;
  border: 1px solid #dbe5e5;
  border-radius: 8px;
  padding: 26px;
}

.ems-card h3 {
  margin: 0;
  color: #172126;
  font-size: 24px;
  line-height: 1.15;
}

.ems-card p {
  margin: 14px 0 0;
  color: #647276;
  font-size: 16px;
}

.ems-band {
  padding: 76px 0;
  background: #ffffff;
  border-top: 1px solid #dbe5e5;
  border-bottom: 1px solid #dbe5e5;
}

.ems-split {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  align-items: start;
}

.ems-list {
  display: grid;
  gap: 12px;
}

.ems-list div {
  padding: 18px;
  background: #f7f9f8;
  border: 1px solid #dbe5e5;
  border-radius: 8px;
}

.ems-list strong,
.ems-list span {
  display: block;
}

.ems-list span {
  margin-top: 4px;
  color: #647276;
}

.ems-assistenza {
  padding: 34px;
  color: #ffffff;
  background: #243237;
  border-radius: 8px;
}

.ems-assistenza h2 {
  color: #ffffff;
  font-size: 38px;
}

.ems-assistenza p {
  margin: 16px 0 0;
  color: #d6e2e2;
}

.ems-assistenza a {
  color: #ffffff;
  font-weight: 800;
}

.ems-software {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 22px;
}

.ems-software-intro {
  padding: 34px;
  color: #ffffff;
  background: #075b58;
  border-radius: 8px;
}

.ems-software-intro h2 {
  color: #ffffff;
  font-size: 40px;
}

.ems-software-intro p {
  margin: 16px 0 0;
  color: #d8eeee;
}

.ems-software-label,
.ems-product-label {
  display: inline-block;
  margin: 0 0 16px;
  padding: 6px 10px;
  color: #075b58;
  background: #e7f4f1;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ems-software-label {
  color: #ffffff;
  background: transparent;
  padding: 0;
}

.ems-link {
  display: inline-block;
  margin-top: 22px;
  color: #007f7a;
  font-weight: 800;
  text-decoration: none;
}

.ems-content {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 76px 0;
}

.ems-sidebar {
  display: none;
}

.ems-content h1,
.ems-content h2,
.ems-content h3 {
  color: #172126;
}

.ems-content h1 {
  font-size: 44px;
  line-height: 1.1;
}

.ems-content h2 {
  font-size: 34px;
  line-height: 1.15;
}

.ems-content p,
.ems-content li {
  color: #243237;
  font-size: 17px;
  line-height: 1.55;
}

.ems-footer {
  padding: 34px 0;
  color: #dce7e7;
  background: #172126;
}

.ems-footer strong {
  color: #ffffff;
}

.login,
.cc-login,
.j-login,
.jtpl-login,
a[href*="login"],
a[href*="signin"],
a[href*="jimdo.com/login"] {
  display: none !important;
}

@media (max-width: 820px) {
  .ems-nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .ems-menu {
    flex-wrap: wrap;
    gap: 14px;
  }

  .ems-hero {
    padding: 58px 0 62px;
  }

  .ems-lead {
    font-size: 18px;
  }

  .ems-trust {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .ems-card-grid-three,
  .ems-card-grid-two,
  .ems-split,
  .ems-software {
    grid-template-columns: 1fr;
  }

  .ems-content {
    padding: 52px 0;
  }
}