:root {
  --nezzus-primary: #ff0080;
  --nezzus-primary-dark: #c50066;
  --nezzus-accent: #b65a3c;
  --nezzus-ink: #14201e;
  --nezzus-muted: #62706c;
  --nezzus-bg: #fbfbf9;
  --nezzus-panel: #ffffff;
  --nezzus-panel-soft: #fbfaf5;
  --nezzus-line: #d9dacf;
  --nezzus-line-strong: #fadcf9;
  --nezzus-shadow: 0 18px 38px rgba(24, 35, 31, 0.08);
}

body,
body.site,
input,
button,
select,
textarea {
  font-family: "Arial Narrow" !important;
  color: var(--nezzus-ink);
  background: var(--nezzus-bg);
}

body.site {
  font-size: 18px !important;
  line-height: 1.68;
}

body,
body.site,
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
  font-family: "Arial Narrow" !important;
}

body.site h1,
body.site h2,
body.site h3,
body.site h4 {
  font-weight: 700 !important;
  letter-spacing: -0.02em;
}

body.site p,
body.site li {
  font-size: 1.06rem;
  line-height: 1.72;
}

body.site .sppb-addon-text-block p,
body.site .entry-content p {
  font-size: 1.06rem;
  line-height: 1.74;
}

a {
  color: var(--nezzus-primary);
}

a:hover,
a:focus {
  color: var(--nezzus-primary-dark);
}

#sp-header {
  position: sticky;
  top: 0;
  z-index: 10001 !important;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(217, 218, 207, 0.8);
  box-shadow: 0 12px 28px rgba(20, 32, 30, 0.06);
}

#sp-header.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.sticky-header-placeholder {
  display: block;
  height: 0;
  flex: 0 0 auto;
}

#sp-header .container-inner {
  padding: 16px 0;
}

#sp-header .row {
  align-items: center;
}

#sp-logo {
  padding-right: 20px;
}

#sp-header .logo a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  min-height: 88px;
  padding: 14px 22px 14px 18px;
  border: 1px solid rgba(250, 220, 249, 0.9);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fff7fc 56%, #fff1f8 100%);
  box-shadow: 0 22px 40px rgba(255, 0, 128, 0.18);
  position: relative;
  overflow: hidden;
}

#sp-header .logo-image {
  height: 58px !important;
  width: auto;
  filter: drop-shadow(0 14px 28px rgba(255, 0, 128, 0.28));
  flex: 0 0 auto;
}

#sp-header .logo a::after {
  content: "";
  position: absolute;
  inset: auto -22px -24px auto;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 0, 128, 0.16) 0%, rgba(255, 0, 128, 0) 72%);
}

.nezzus-header-card-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.nezzus-header-card-title {
  color: var(--nezzus-ink);
  font-family: "Arial Narrow";
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.01em;
}

.nezzus-header-card-line {
  color: var(--nezzus-muted);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.18;
  white-space: nowrap;
}

#sp-header .logo a,
#sp-header .logo-slogan,
#sp-header .sp-contact-info,
#sp-header .sp-sign-in {
  color: var(--nezzus-ink);
}

#sp-header .sp-megamenu-parent > li > a,
#sp-header .sp-megamenu-parent > li > span {
  color: var(--nezzus-ink);
  font-family: "Arial Narrow";
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#sp-header .sp-megamenu-parent > li:hover > a,
#sp-header .sp-megamenu-parent > li.active > a,
#sp-header .sp-megamenu-parent > li:hover > span,
#sp-header .sp-megamenu-parent > li.active > span {
  color: var(--nezzus-primary);
}

#sp-header .sp-megamenu-parent > li > a::after,
#sp-header .sp-megamenu-parent > li > span::after {
  background: var(--nezzus-primary);
}

#sp-header .burger-icon > span {
  background-color: var(--nezzus-ink);
}

body .btn,
body .sppb-btn,
body button,
body input[type="submit"],
body input[type="button"] {
  border-radius: 8px;
  font-family: "Arial Narrow";
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

body .btn-primary,
body .sppb-btn-primary,
body .btn.sppb-btn-primary,
body .btn.nezzus-btn-primary,
body .nezzus-btn-primary {
  background: var(--nezzus-primary);
  border-color: var(--nezzus-primary);
  color: #fff;
  box-shadow: 0 10px 24px rgba(255, 0, 128, 0.2);
}

body .btn-primary:hover,
body .btn-primary:focus,
body .sppb-btn-primary:hover,
body .sppb-btn-primary:focus,
body .nezzus-btn-primary:hover,
body .nezzus-btn-primary:focus {
  background: var(--nezzus-primary-dark);
  border-color: var(--nezzus-primary-dark);
  color: #fff;
  transform: translateY(-1px);
}

body .btn-secondary,
body .sppb-btn-default,
body .nezzus-btn-secondary {
  background: var(--nezzus-panel);
  border: 1px solid var(--nezzus-line);
  color: var(--nezzus-ink);
}

body .btn-secondary:hover,
body .btn-secondary:focus,
body .sppb-btn-default:hover,
body .sppb-btn-default:focus,
body .nezzus-btn-secondary:hover,
body .nezzus-btn-secondary:focus {
  border-color: var(--nezzus-primary);
  color: var(--nezzus-primary);
  transform: translateY(-1px);
}

.nezzus-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--nezzus-primary);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nezzus-section-label::before {
  content: "";
  width: 36px;
  height: 2px;
  background: var(--nezzus-primary);
}

.nezzus-kpi-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 36px 0;
}

.nezzus-kpi-card {
  padding: 24px 20px;
  border: 1px solid var(--nezzus-line);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fff9fc 100%);
  box-shadow: var(--nezzus-shadow);
  text-align: center;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.nezzus-kpi-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 0, 128, 0.18);
  box-shadow: 0 22px 40px rgba(20, 32, 30, 0.12);
}

.nezzus-kpi-value {
  display: block;
  margin-bottom: 10px;
  color: var(--nezzus-primary);
  font-size: clamp(1.85rem, 3.7vw, 2.85rem);
  font-weight: 700;
  line-height: 1;
}

.nezzus-kpi-label {
  display: block;
  color: var(--nezzus-ink);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.nezzus-kpi-note {
  margin-top: 6px;
  color: var(--nezzus-muted);
  font-size: 0.95rem;
}

.nezzus-partners {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 0;
}

.nezzus-partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  padding: 18px;
  border: 1px solid var(--nezzus-line);
  border-radius: 14px;
  background: var(--nezzus-panel);
  box-shadow: var(--nezzus-shadow);
}

.nezzus-partner-item span {
  color: var(--nezzus-ink);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.nezzus-partner-item img {
  max-height: 54px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.82;
  transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.nezzus-partner-item:hover img,
.nezzus-partner-item:focus-within img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.02);
}

.nezzus-project-grid,
.nezzus-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.nezzus-project-card,
.nezzus-team-card,
.nezzus-lead-card {
  height: 100%;
  padding: 26px;
  border: 1px solid var(--nezzus-line);
  border-radius: 18px;
  background: var(--nezzus-panel);
  box-shadow: var(--nezzus-shadow);
}

.nezzus-home-highlight,
.nezzus-project-card,
.nezzus-team-card,
.nezzus-lead-card,
.nezzus-partners-panel {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.nezzus-project-card:hover,
.nezzus-team-card:hover,
.nezzus-lead-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 44px rgba(20, 32, 30, 0.14);
}

.nezzus-project-card {
  position: relative;
  overflow: hidden;
}

.nezzus-project-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 110px;
  background: radial-gradient(circle, rgba(255, 0, 128, 0.14) 0%, rgba(255, 0, 128, 0) 72%);
  pointer-events: none;
}

.nezzus-project-visual {
  margin: -26px -26px 18px;
  height: 220px;
  overflow: hidden;
  background: #f2f0eb;
}

.nezzus-project-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nezzus-project-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--nezzus-primary) 0%, var(--nezzus-accent) 100%);
}

.nezzus-project-meta {
  margin-bottom: 14px;
  color: var(--nezzus-muted);
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nezzus-project-title,
.nezzus-team-name {
  margin: 0 0 14px;
  color: var(--nezzus-ink);
  font-size: 1.6rem;
  line-height: 1.15;
}

.nezzus-project-card p,
.nezzus-team-card p,
.nezzus-lead-card p {
  color: var(--nezzus-muted);
  font-size: 1.08rem;
  line-height: 1.58;
}

.nezzus-project-tags,
.nezzus-team-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.nezzus-project-tags span,
.nezzus-team-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff3fa;
  color: var(--nezzus-primary-dark);
  font-size: 0.92rem;
  font-weight: 700;
}

.nezzus-team-role {
  margin-bottom: 14px;
  color: var(--nezzus-accent);
  font-size: 1rem;
  font-weight: 700;
}

.nezzus-lead-card {
  background: linear-gradient(135deg, #ffffff 0%, #fff8fc 100%);
}

body.view-contact #sp-main-body {
  padding-top: 20px;
}

body.view-contact .contact {
  position: relative;
}

.nezzus-contact-hero {
  position: relative;
  margin: 0 0 26px;
  padding: 40px 40px 34px;
  border: 1px solid var(--nezzus-line-strong);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 0, 128, 0.16) 0%, rgba(255, 0, 128, 0) 28%),
    linear-gradient(135deg, #14201e 0%, #253632 42%, #5f2348 100%);
  box-shadow: 0 26px 46px rgba(20, 32, 30, 0.18);
  overflow: hidden;
}

.nezzus-contact-hero h1 {
  max-width: 760px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.8rem) !important;
  line-height: 1.06;
}

.nezzus-contact-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
  line-height: 1.7;
}

.nezzus-contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
  gap: 24px;
  align-items: start;
}

.nezzus-contact-card {
  padding: 28px 26px;
  border: 1px solid var(--nezzus-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--nezzus-shadow);
}

.nezzus-contact-card h3 {
  margin: 0 0 14px;
  color: var(--nezzus-ink);
  font-size: 1.45rem;
}

.nezzus-contact-meta {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.nezzus-contact-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff3fa;
  color: var(--nezzus-primary-dark);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.view-contact .page-header,
body.view-contact .contact-name {
  display: none;
}

body.view-contact .contact-info {
  display: grid;
  gap: 24px;
}

body.view-contact .contact-address,
body.view-contact .contact-form {
  margin: 0 !important;
  padding: 28px 26px;
  border: 1px solid var(--nezzus-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--nezzus-shadow);
}

body.view-contact .contact-address dt,
body.view-contact .contact-address dd {
  color: var(--nezzus-muted);
  font-size: 1rem;
  line-height: 1.7;
}

body.view-contact .contact-address dt {
  margin-bottom: 4px;
  color: var(--nezzus-ink);
  font-weight: 700;
}

body.view-contact .contact-address dd {
  margin-bottom: 14px;
}

body.view-contact .contact-form legend {
  margin-bottom: 16px;
  color: var(--nezzus-ink);
  font-size: 1.4rem;
  font-weight: 700;
}

body.view-contact .contact-form .form-control {
  min-height: 50px;
  border: 1px solid var(--nezzus-line);
  border-radius: 10px;
  box-shadow: none;
}

body.view-contact .contact-form textarea.form-control {
  min-height: 160px;
}

body.view-contact .contact-form .btn,
body.view-contact .contact-form button {
  border-radius: 10px;
}

.nezzus-lead-form .sppb-form-control,
.nezzus-lead-form input,
.nezzus-lead-form select,
.nezzus-lead-form textarea {
  min-height: 48px;
  border: 1px solid var(--nezzus-line);
  border-radius: 8px;
  box-shadow: none;
}

.nezzus-lead-form textarea {
  min-height: 140px;
}

.nezzus-cta-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.nezzus-linkedin-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--nezzus-ink);
  font-weight: 700;
}

.nezzus-linkedin-link::before {
  content: "in";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: var(--nezzus-primary);
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
}

.nezzus-home-highlight {
  position: relative;
  padding: 30px;
  border: 1px solid var(--nezzus-line-strong);
  border-radius: 18px;
  background: linear-gradient(135deg, #fffafe 0%, #ffffff 48%, #fbfaf5 100%);
  box-shadow: var(--nezzus-shadow);
}

.nezzus-home-highlight + .nezzus-home-highlight,
.nezzus-home-highlight + section,
section + .nezzus-lead-card {
  margin-top: 22px;
}

.nezzus-home-highlight h1 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 3.3rem) !important;
  line-height: 1.06;
}

.nezzus-home-highlight > p {
  max-width: 880px;
  font-size: 1.08rem;
}

.nezzus-home-highlight h2,
.nezzus-home-highlight h3 {
  color: var(--nezzus-ink);
}

.nezzus-home-highlight::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -10px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 0, 128, 0.14) 0%, rgba(255, 0, 128, 0) 70%);
  pointer-events: none;
}

.nezzus-home-highlight p,
.nezzus-home-highlight li,
.nezzus-project-card li,
.nezzus-team-card li,
.nezzus-lead-card li {
  font-size: 1.06rem;
}

.nezzus-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 28px;
  align-items: start;
}

.nezzus-hero-shell {
  margin: 0;
  padding: 38px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0 0 32px 32px;
  background:
    radial-gradient(circle at top left, rgba(255, 0, 128, 0.12) 0%, rgba(255, 0, 128, 0) 24%),
    linear-gradient(135deg, #fff9fc 0%, #ffffff 56%, #fbfaf5 100%);
}

.nezzus-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-left: 112px;
  margin-bottom: 16px;
  padding: 10px 14px;
  border: 1px solid rgba(250, 220, 249, 0.95);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 26px rgba(20, 32, 30, 0.07);
}

.nezzus-brand-mark {
  width: 62px;
  height: 62px;
  padding: 8px;
  border-radius: 18px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 10px 20px rgba(255, 0, 128, 0.16);
}

.nezzus-brand-lockup strong,
.nezzus-brand-lockup span {
  display: block;
}

.nezzus-brand-lockup strong {
  color: var(--nezzus-ink);
  font-size: 1.15rem;
  line-height: 1.1;
}

.nezzus-brand-lockup span {
  color: var(--nezzus-muted);
  font-size: 0.98rem;
  line-height: 1.3;
}

.nezzus-hero-title {
  max-width: 820px;
  margin: 0 0 18px;
  font-size: clamp(2.8rem, 5vw, 4.8rem) !important;
  line-height: 0.98;
}

.nezzus-hero-copy p {
  max-width: 760px;
  font-size: 1.14rem;
  line-height: 1.74;
}

.nezzus-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 22px;
}

.nezzus-hero-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(250, 220, 249, 0.95);
  color: var(--nezzus-ink);
  font-size: 0.95rem;
  font-weight: 700;
  box-shadow: 0 10px 18px rgba(20, 32, 30, 0.06);
}

.nezzus-hero-mosaic {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
  gap: 16px;
  align-items: stretch;
}

.nezzus-hero-media {
  position: relative;
  min-height: 240px;
  border-radius: 28px;
  overflow: hidden;
  background: #f3efe7;
  box-shadow: 0 20px 40px rgba(20, 32, 30, 0.14);
}

.nezzus-hero-media-main {
  min-height: 480px;
  grid-row: span 2;
}

.nezzus-hero-media-secondary,
.nezzus-hero-media-tertiary {
  min-height: 230px;
}

.nezzus-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nezzus-hero-panels {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.nezzus-hero-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 180px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(250, 220, 249, 0.95);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 26px rgba(20, 32, 30, 0.07);
}

.nezzus-hero-panel strong {
  display: block;
  margin-bottom: 8px;
  color: var(--nezzus-ink);
  font-size: 1rem;
  line-height: 1.28;
}

.nezzus-hero-panel span {
  display: block;
  color: var(--nezzus-muted);
  font-size: 0.96rem;
  line-height: 1.58;
}

.nezzus-partners-panel {
  margin-top: 20px;
  padding: 18px;
  border: 1px solid var(--nezzus-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--nezzus-shadow);
}

.nezzus-partners-panel img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.nezzus-partners-cues {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.nezzus-partners-cues span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff3fa;
  color: var(--nezzus-primary-dark);
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.nezzus-home-story {
  overflow: hidden;
}

.nezzus-home-story-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.nezzus-home-story-card {
  overflow: hidden;
  border: 1px solid var(--nezzus-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--nezzus-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.nezzus-home-story-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 0, 128, 0.14);
  box-shadow: 0 24px 42px rgba(20, 32, 30, 0.13);
}

.nezzus-home-story-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.nezzus-home-story-card div {
  padding: 22px 22px 20px;
}

.nezzus-home-story-card h3 {
  margin-bottom: 10px;
  font-size: 1.7rem !important;
  line-height: 1;
}

.nezzus-home-story-card p {
  margin-bottom: 0;
  color: var(--nezzus-muted);
}

#sp-bottom {
  padding: 0 !important;
  background: linear-gradient(135deg, #ff0066 0%, #ef4a93 100%) !important;
}

#sp-bottom::after {
  display: none !important;
  content: none !important;
}

#sp-bottom > .container,
#sp-bottom > .container > .container-inner,
#sp-bottom .sp-column,
#sp-bottom .sp-module,
#sp-bottom .sp-module-content,
#sp-bottom #mod-custom110 {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  margin: 0 !important;
}

#sp-bottom > .container {
  max-width: 100% !important;
  padding: 0 !important;
}

#sp-bottom > .container > .container-inner {
  padding: 0 !important;
}

#sp-bottom .row {
  --bs-gutter-x: 0;
}

#sp-bottom #sp-bottom1,
#sp-bottom #sp-bottom1 > .sp-column {
  padding: 0 !important;
}

.nezzus-footer-wrap {
  background: linear-gradient(135deg, #ff0066 0%, #ef4a93 100%);
  padding: 8px 0 0 !important;
  color: #fff;
}

.nezzus-footer-shell {
  width: min(100%, 1400px);
  margin: 0 auto;
  padding: 10px 22px 8px;
}

.nezzus-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px 28px;
  align-items: start;
}

.nezzus-footer-col {
  min-width: 0;
}

.nezzus-footer-wrap p,
.nezzus-footer-wrap li,
.nezzus-footer-wrap a {
  font-size: 0.94rem;
  line-height: 1.48;
}

.nezzus-footer-wrap h4 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.15;
}

.nezzus-footer-logo {
  max-height: 44px;
  margin-bottom: 8px;
  padding: 4px 8px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.nezzus-footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nezzus-footer-links li {
  margin: 0;
}

.nezzus-footer-links a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.nezzus-footer-links a:hover,
.nezzus-footer-links a:focus {
  color: #fff;
  text-decoration: underline;
}

.nezzus-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 520ms ease, transform 520ms ease;
  transition-delay: calc(var(--nezzus-delay, 0) * 1ms);
}

.nezzus-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.view-category.layout-blog #sp-main-body {
  padding-top: 18px;
}

body.view-category.layout-blog .blog-list-wrapper {
  position: relative;
}

body.view-category.layout-blog .blog-list-wrapper::before {
  content: "";
  position: absolute;
  inset: -24px 0 auto 0;
  height: 220px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(255, 0, 128, 0.14) 0%, rgba(255, 0, 128, 0) 42%),
    linear-gradient(135deg, #fff8fc 0%, #ffffff 58%, #fbfaf5 100%);
  z-index: 0;
}

.nezzus-category-hero {
  position: relative;
  margin: 0 0 28px;
  padding: 38px 38px 32px;
  border: 1px solid var(--nezzus-line-strong);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 0, 128, 0.16) 0%, rgba(255, 0, 128, 0) 34%),
    linear-gradient(135deg, #fff9fc 0%, #ffffff 62%, #fbfaf5 100%);
  box-shadow: 0 22px 44px rgba(20, 32, 30, 0.1);
}

.nezzus-category-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(2.3rem, 4vw, 3.6rem) !important;
  line-height: 1.04;
}

.nezzus-category-hero p {
  max-width: 860px;
  margin: 0;
  color: var(--nezzus-muted);
  font-size: 1.08rem;
  line-height: 1.68;
}

.nezzus-category-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.nezzus-category-stats span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--nezzus-ink);
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 10px 18px rgba(20, 32, 30, 0.08);
}

.nezzus-category-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

body.view-category.layout-blog .blog-list-wrapper > * {
  position: relative;
  z-index: 1;
}

body.view-category.layout-blog .blog .row.justify-content-md-center > div {
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
}

body.view-category.layout-blog .article-list.articles-leading {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

body.view-category.layout-blog .article-list:not(.articles-leading) {
  display: block;
}

body.view-category.layout-blog .article-list .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin: 0;
}

body.view-category.layout-blog .article-list .row > [class*="col-"] {
  width: auto;
  max-width: none;
  flex: initial;
  padding: 0;
}

body.view-category.layout-blog .article-list .article {
  height: 100%;
  padding: 26px;
  border: 1px solid var(--nezzus-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--nezzus-shadow);
}

body.view-category.layout-blog .article-list .article.nezzus-editorial-card.is-featured {
  position: relative;
  overflow: hidden;
}

body.view-category.layout-blog .article-list .article.nezzus-editorial-card.is-reference {
  background: linear-gradient(135deg, #fff8fb 0%, #ffffff 64%, #fbfaf5 100%);
}

body.view-category.layout-blog .article-list .article.nezzus-editorial-card.is-insight {
  border-color: rgba(250, 220, 249, 0.95);
  background: linear-gradient(135deg, #fff9fc 0%, #ffffff 100%);
}

body.view-category.layout-blog .article-list .article.nezzus-editorial-card.is-reference::after,
body.view-category.layout-blog .article-list .article.nezzus-editorial-card.is-insight::after,
body.view-category.layout-blog .article-list .article.nezzus-editorial-card.is-featured::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(255, 0, 128, 0.12) 0%, rgba(255, 0, 128, 0) 72%);
  pointer-events: none;
}

.nezzus-article-cover {
  position: relative;
  margin: -26px -26px 18px;
  height: 240px;
  overflow: hidden;
  background: #ece8e0;
}

.nezzus-article-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nezzus-article-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 32, 30, 0.04) 0%, rgba(20, 32, 30, 0.48) 100%);
}

.nezzus-article-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--nezzus-primary-dark);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.view-category.layout-blog .article-list .article-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.view-category.layout-blog .article-header h1,
body.view-category.layout-blog .article-header h2 {
  margin: 0 0 14px;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem) !important;
  line-height: 1.12;
  text-wrap: balance;
}

body.view-category.layout-blog .article-header a {
  color: var(--nezzus-ink);
}

body.view-category.layout-blog .article-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

body.view-category.layout-blog .article-info span,
body.view-category.layout-blog .article-info a,
body.view-category.layout-blog .article-info time {
  font-size: 0.88rem;
  font-weight: 700;
}

body.view-category.layout-blog .article-info .createdby {
  display: none;
}

body.view-category.layout-blog .article-info .category-name,
body.view-category.layout-blog .article-info .published {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff3fa;
  color: var(--nezzus-primary-dark);
}

.nezzus-meta-project {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f4f1eb;
  color: var(--nezzus-ink);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nezzus-article-signal {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f1efe8;
  color: var(--nezzus-ink);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.view-category.layout-blog .article-introtext {
  color: var(--nezzus-muted);
  font-size: 1.08rem;
  line-height: 1.68;
  overflow: hidden;
}

body.view-category.layout-blog .article-introtext.nezzus-article-summary {
  max-height: none !important;
  mask-image: none !important;
}

body.view-category.layout-blog .article-introtext.nezzus-article-summary p {
  margin-bottom: 0;
  font-size: 1.06rem;
  line-height: 1.74;
}

body.view-category.layout-blog .article-introtext > *:last-child {
  margin-bottom: 0;
}

body.view-category.layout-blog .article-introtext p,
body.view-category.layout-blog .article-introtext li {
  font-size: 1.05rem;
  line-height: 1.7;
}

body.itemid-102.view-category.layout-blog .article-list:not(.articles-leading) .article .article-introtext {
  max-height: 220px;
  mask-image: linear-gradient(180deg, #000 0%, #000 78%, transparent 100%);
}

body.itemid-103.view-category.layout-blog .article-list .article {
  padding: 30px;
}

.nezzus-clickable-card {
  cursor: pointer;
}

.nezzus-clickable-card:focus-visible {
  outline: 3px solid rgba(255, 0, 128, 0.22);
  outline-offset: 4px;
}

body.itemid-103.view-category.layout-blog .nezzus-article-cover {
  margin: -30px -30px 20px;
  height: 220px;
}

body.itemid-103.view-category.layout-blog .article-introtext {
  max-height: 260px;
  mask-image: linear-gradient(180deg, #000 0%, #000 76%, transparent 100%);
}

body.itemid-103.view-category.layout-blog .article-introtext .nezzus-home-highlight {
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
}

body.itemid-103.view-category.layout-blog .article-introtext .nezzus-home-highlight::after,
body.itemid-103.view-category.layout-blog .article-introtext .nezzus-section-label {
  display: none;
}

body.view-category.layout-blog .pagination {
  margin-top: 38px;
}

body.view-category.layout-blog .articles-more {
  display: none !important;
}

body.view-category.layout-blog .pagination-wrapper {
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(217, 218, 207, 0.9);
}

body.view-category.layout-blog .pagination-counter {
  margin-left: auto;
  white-space: nowrap;
}

.nezzus-article-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 18px;
}

body.view-category.layout-blog .nezzus-article-footer {
  display: none;
}

.nezzus-article-line {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 0, 128, 0.24) 0%, rgba(255, 0, 128, 0) 100%);
}

.nezzus-article-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--nezzus-ink);
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.nezzus-article-cta:hover,
.nezzus-article-cta:focus {
  color: var(--nezzus-primary-dark);
}

.nezzus-article-cta::after {
  content: ">";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #fff3fa;
  color: var(--nezzus-primary-dark);
  font-size: 0.92rem;
  line-height: 1;
}

.nezzus-article-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--nezzus-accent);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nezzus-article-kicker::before {
  content: "";
  width: 26px;
  height: 2px;
  background: currentColor;
}

body.view-article #sp-main-body {
  padding-top: 12px;
}

body.view-article #sp-page-title {
  display: none;
}

body.view-article .article-details {
  position: relative;
}

body.view-article .article-details-intro {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
}

body.view-article .article-media-wrapper {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
}

.nezzus-article-hero {
  position: relative;
  margin: 0 0 32px;
  border: 1px solid var(--nezzus-line-strong);
  border-radius: 30px;
  overflow: hidden;
  background: #ebe7df;
  box-shadow: 0 24px 46px rgba(20, 32, 30, 0.12);
}

.nezzus-article-hero img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.nezzus-article-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 32, 30, 0.08) 0%, rgba(20, 32, 30, 0.62) 100%);
}

.nezzus-article-hero-content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 1;
}

.nezzus-article-hero-content h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.3rem, 4vw, 3.8rem) !important;
  line-height: 1.04;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.nezzus-article-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.nezzus-article-hero-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--nezzus-primary-dark);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nezzus-article-hero-meta span:last-child {
  letter-spacing: 0.04em;
}

body.view-article .article-details-intro .container,
body.view-article .article-media-wrapper .container,
body.view-article .article-details > .container {
  max-width: 1040px;
}

body.view-article .article-header,
body.view-article .article-info {
  display: none;
}

body.view-article .article-body {
  margin-top: 0;
  padding: 34px 38px;
  border: 1px solid var(--nezzus-line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--nezzus-shadow);
}

body.itemid-111.view-article .article-body .nezzus-home-highlight:first-child {
  margin-top: 0;
  padding-top: 30px;
}

body.view-article .article-ratings-social-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
  padding: 18px 0 0;
  border-top: 1px solid var(--nezzus-line);
}

body.view-article .social-share-block {
  gap: 14px;
  flex-wrap: wrap;
}

body.view-article .article-social-share ul {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.view-article .article-social-share li {
  margin: 0;
}

body.view-article .article-social-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #fff3fa;
  color: var(--nezzus-primary-dark);
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

body.view-article .article-social-share a:hover,
body.view-article .article-social-share a:focus {
  background: var(--nezzus-primary);
  color: #fff;
  transform: translateY(-1px);
}

body.view-article .article-social-share a.nezzus-linkedin-link::before {
  display: none;
}

body.view-article .article-social-share a.linkedin::before,
body.view-article .article-social-share a[class*="linkedin"]::before {
  display: none !important;
}

body.view-article .related-article-list-container {
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid var(--nezzus-line);
}

body.view-article .related-article-title {
  margin: 0 0 22px;
  color: var(--nezzus-ink);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
}

body.view-article .related-article-list .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
}

body.view-article .related-article-list .row > [class*="col-"] {
  display: block;
  width: auto;
  max-width: none;
  flex: initial;
  min-width: 0;
  padding: 0;
}

body.view-article .related-article-list .article {
  height: 100%;
  padding: 24px 22px;
  border: 1px solid var(--nezzus-line);
  border-radius: 20px;
  background: linear-gradient(135deg, #fff9fc 0%, #ffffff 68%, #fbfaf5 100%);
  box-shadow: var(--nezzus-shadow);
}

body.view-article .related-article-list .article-header h4 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  line-height: 1.15;
}

body.view-article .related-article-list .article-header,
body.view-article .related-article-list .article-info {
  display: block;
}

body.view-article .related-article-list .article-header a {
  color: var(--nezzus-ink);
  text-decoration: none;
}

body.view-article .related-article-list .article-header a:hover,
body.view-article .related-article-list .article-header a:focus {
  color: var(--nezzus-primary);
}

body.view-article .related-article-list .article-info {
  display: flex;
}

body.view-article .related-article-list .published {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff3fa;
  color: var(--nezzus-primary-dark);
  font-size: 0.85rem;
  font-weight: 700;
}

body.view-article .pagenavigation {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

body.view-article .pagenavigation .pagination {
  margin: 0;
}

body.view-article .pagenavigation .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--nezzus-line);
  background: #fff;
  color: var(--nezzus-ink);
  box-shadow: var(--nezzus-shadow);
}

body.view-article .pagenavigation .btn:hover,
body.view-article .pagenavigation .btn:focus {
  border-color: var(--nezzus-primary);
  color: var(--nezzus-primary);
}

body.view-article .pagenavigation .btn .icon-chevron-right {
  display: none;
}

body.view-article .article-body > *:first-child {
  margin-top: 0;
}

body.view-article .article-body p,
body.view-article .article-body li {
  color: var(--nezzus-muted);
  font-size: 1.1rem;
  line-height: 1.8;
}

body.view-article .article-body img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 20px 36px rgba(20, 32, 30, 0.12);
}

body.view-article .article-body figure {
  margin: 1.8rem 0;
}

body.view-article .article-body .nezzus-home-highlight {
  margin-bottom: 1.6rem;
  padding: 26px 28px;
}

body.view-article .article-body p {
  margin-bottom: 1.15rem;
}

body.view-article .article-body ul,
body.view-article .article-body ol {
  margin: 0 0 1.25rem;
  padding-left: 1.2rem;
}

body.view-article .article-body li + li {
  margin-top: 0.55rem;
}

body.view-article .article-body b,
body.view-article .article-body strong {
  color: var(--nezzus-ink);
}

body.view-article .article-body blockquote {
  margin: 1.6rem 0;
  padding: 1rem 1.2rem 1rem 1.4rem;
  border-left: 4px solid var(--nezzus-primary);
  border-radius: 0 14px 14px 0;
  background: #fff6fb;
}

.nezzus-article-outro {
  margin-top: 24px;
  padding: 24px 26px;
  border: 1px solid var(--nezzus-line);
  border-radius: 22px;
  background: linear-gradient(135deg, #fff9fc 0%, #ffffff 60%, #fbfaf5 100%);
  box-shadow: var(--nezzus-shadow);
}

.nezzus-article-outro p {
  margin: 0 0 14px;
  color: var(--nezzus-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.nezzus-article-outro .nezzus-cta-inline {
  margin-top: 0;
}

[data-countup] {
  will-change: contents;
}

body.itemid-101 #sp-page-title,
body.itemid-101 .blog-featured .page-header,
body.itemid-101 .blog-featured {
  display: none;
}

body.itemid-101 #sp-section-2,
body.itemid-101 #sp-section-3 {
  padding-top: 18px;
}

@media (min-width: 992px) {
  #sp-header .sp-megamenu-wrapper {
    width: 100%;
    justify-content: flex-end;
  }

  #sp-header .sp-megamenu-parent {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 18px;
  }

  #sp-header .sp-megamenu-parent > li {
    line-height: 1;
  }

  #sp-header .sp-megamenu-parent > li > a {
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  .nezzus-kpi-band,
  .nezzus-project-grid,
  .nezzus-team-grid,
  .nezzus-home-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nezzus-partners {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #sp-header .container-inner {
    padding: 8px 0;
  }

  #sp-header .row {
    justify-content: space-between;
  }

  #sp-header #sp-menu {
    flex: 0 0 auto;
  }

  #sp-header .sp-megamenu-parent {
    display: none !important;
  }

  #sp-header .sp-column.d-flex {
    justify-content: flex-end !important;
  }

  #sp-header .offcanvas-toggler-secondary {
    margin-left: 12px;
  }

  .nezzus-home-highlight {
    border-radius: 16px;
  }

  .nezzus-hero-grid {
    grid-template-columns: 1fr;
  }

  .nezzus-hero-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nezzus-hero-media {
    min-height: 320px;
  }

  .nezzus-hero-media-main {
    min-height: 360px;
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .nezzus-hero-panels {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.view-category.layout-blog .article-list.articles-leading,
  body.view-category.layout-blog .article-list:not(.articles-leading) {
    grid-template-columns: 1fr;
  }

  body.view-category.layout-blog .article-list .row {
    grid-template-columns: 1fr;
  }

  .nezzus-article-cover {
    height: 220px;
  }

  .nezzus-category-hero {
    padding: 28px 24px 24px;
  }

  .nezzus-category-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  body.view-category.layout-blog .pagination-wrapper {
    flex-direction: column;
    align-items: flex-start !important;
  }

  body.view-category.layout-blog .pagination-counter {
    margin-left: 0;
  }

  .nezzus-footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .nezzus-footer-wrap {
    padding: 8px 0 0 !important;
  }

  .nezzus-footer {
    grid-template-columns: 1fr 1fr;
  }

  .nezzus-article-hero img {
    height: 340px;
  }

  body.view-article .article-body {
    padding: 28px 24px;
  }

  body.view-article .article-ratings-social-share {
    flex-direction: column;
    align-items: flex-start;
  }

  body.view-article .related-article-list .row {
    grid-template-columns: 1fr 1fr;
  }

  body.view-article .pagenavigation {
    justify-content: flex-start;
  }

  .nezzus-contact-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .nezzus-kpi-band,
  .nezzus-project-grid,
  .nezzus-team-grid,
  .nezzus-partners,
  .nezzus-home-story-grid,
  .nezzus-hero-panels {
    grid-template-columns: 1fr;
  }

  .nezzus-project-card,
  .nezzus-team-card,
  .nezzus-lead-card,
  .nezzus-home-highlight {
    padding: 22px 18px;
  }

  #sp-header .sp-megamenu-parent > li > a,
  #sp-header .sp-megamenu-parent > li > span {
    font-size: 1rem;
  }

  #sp-header .logo-image {
    height: 46px !important;
  }

  body.site {
    font-size: 17px !important;
  }

  body.site p,
  body.site li {
    font-size: 1rem;
    line-height: 1.68;
  }

  .nezzus-project-title {
    font-size: 1.35rem;
  }

  .nezzus-project-visual {
    height: 180px;
    margin: -22px -18px 16px;
  }

  .nezzus-hero-media {
    min-height: 260px;
    border-radius: 20px;
  }

  .nezzus-hero-shell {
    padding: 26px 18px 28px;
    border-radius: 0 0 24px 24px;
  }

  .nezzus-brand-lockup {
    margin-left: 0;
    align-items: flex-start;
    padding: 10px 12px;
  }

  .nezzus-brand-mark {
    width: 54px;
    height: 54px;
    border-radius: 16px;
  }

  .nezzus-hero-title {
    font-size: clamp(2.2rem, 10vw, 3.4rem) !important;
  }

  .nezzus-hero-mosaic {
    grid-template-columns: 1fr;
  }

  .nezzus-hero-media-main,
  .nezzus-hero-media-secondary,
  .nezzus-hero-media-tertiary {
    min-height: 220px;
  }

  .nezzus-article-cover {
    height: 180px;
  }

  body.itemid-103.view-category.layout-blog .nezzus-article-cover {
    height: 200px;
  }

  .nezzus-category-hero {
    padding: 24px 18px 22px;
    border-radius: 22px;
  }

  .nezzus-category-hero h1 {
    font-size: clamp(1.95rem, 8vw, 2.8rem) !important;
  }

  .nezzus-article-hero {
    border-radius: 22px;
  }

  .nezzus-article-hero img {
    height: 250px;
  }

  .nezzus-article-hero-content {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  body.view-article .article-body {
    padding: 22px 18px;
    border-radius: 20px;
  }

  body.view-article .article-ratings-social-share {
    gap: 14px;
  }

  body.view-article .related-article-title {
    font-size: clamp(1.8rem, 8vw, 2.7rem);
  }

  body.view-article .related-article-list .row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .nezzus-article-outro {
    padding: 20px 18px;
    border-radius: 18px;
  }

  .nezzus-contact-hero {
    padding: 28px 20px 24px;
    border-radius: 22px;
  }

  body.view-contact .contact-address,
  body.view-contact .contact-form,
  .nezzus-contact-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .nezzus-footer-wrap {
    padding: 6px 0 0 !important;
  }

  .nezzus-footer-shell {
    padding: 8px 16px 6px;
  }

  .nezzus-footer {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .nezzus-footer-logo {
    max-height: 40px;
  }

  .nezzus-footer-links {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
