:root {
  --bg: #f4f8f7;
  --bg-deep: #071c22;
  --surface: rgba(255, 255, 255, .76);
  --surface-strong: rgba(255, 255, 255, .92);
  --text: #101827;
  --muted: #64748b;
  --primary: #007063;
  --primary-2: #007063;
  --accent: #d2ab67;
  --accent-2: #f0d59c;
  --border: rgba(148, 163, 184, .28);
  --shadow: 0 24px 70px rgba(15, 23, 42, .12);
  --radius: 28px;
  --container: 1180px;
}
@font-face {
  font-family: "BYekanNP";
  src: url("../fonts/BYekan.woff") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KalamehNP";
  src: url("/wp-content/uploads/2024/08/KalamehWeb-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KalamehNP";
  src: url("/wp-content/uploads/2024/08/KalamehWeb-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KalamehNP";
  src: url("/wp-content/uploads/2024/08/KalamehWeb-ExtraBold.woff2") format("woff2");
  font-weight: 800 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YekanBakhNP";
  src: url("/wp-content/uploads/2022/01/YekanBakh-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YekanBakhNP";
  src: url("/wp-content/uploads/2022/01/YekanBakh-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YekanBakhNP";
  src: url("/wp-content/uploads/2022/01/YekanBakh-Bold.woff") format("woff");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  direction: rtl;
  font-size: 15px;
  font-family: "BYekanNP", "YekanBakhNP", Tahoma, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, .20), transparent 36rem),
    radial-gradient(circle at 20% 10%, rgba(6, 182, 212, .18), transparent 28rem),
    linear-gradient(180deg, #f8fbff 0%, var(--bg) 55%, #ffffff 100%);
  line-height: 1.85;
  padding-bottom: 88px;
}
button,
input,
select,
textarea,
.button,
.btn,
.elementor-kit-14,
.elementor-widget,
.elementor-widget *:not(i),
.elementor-heading-title,
.woocommerce,
.woocommerce *:not(i) {
  font-family: "BYekanNP", "YekanBakhNP", Tahoma, Arial, sans-serif !important;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul { margin: 0; padding: 0; list-style: none; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.glass-card {
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-radius: var(--radius);
}
.skip-link {
  position: absolute;
  inset-inline-start: 16px;
  top: -80px;
  z-index: 9999;
  background: #fff;
  padding: 10px 16px;
  border-radius: 12px;
}
.skip-link:focus { top: 16px; }
.site-header {
  position: sticky;
  top: 12px;
  z-index: 1000;
  margin-top: 12px;
}
.header-shell {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 18px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; color: var(--bg-deep); }
.brand img { max-height: 48px; width: auto; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
}
.desktop-nav ul { display: flex; align-items: center; gap: 8px; }
.desktop-nav a,
.header-actions a,
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #1e293b;
  font-weight: 700;
  border: 0;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}
.desktop-nav a:hover,
.header-actions a:hover,
.menu-toggle:hover { background: rgba(37, 99, 235, .09); color: var(--primary); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-phone { background: linear-gradient(135deg, var(--primary), var(--primary-2)) !important; color: #fff !important; }
.menu-toggle { display: none; }
.hero-section { padding: 74px 0 38px; }
.hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 28px; align-items: center; }
.eyebrow {
  display: inline-flex;
  color: var(--primary);
  background: rgba(29, 78, 216, .10);
  border: 1px solid rgba(29, 78, 216, .16);
  border-radius: 999px;
  padding: 6px 14px;
  font-weight: 800;
}
h1, h2, h3 { line-height: 1.35; margin: 0 0 16px; color: #07152f; letter-spacing: 0; }
h1 { font-size: clamp(2rem, 5vw, 4.8rem); max-width: 920px; font-weight: 300; letter-spacing: 0; }
h2 { font-weight: 500; letter-spacing: 0; }
h2 { font-size: clamp(1.6rem, 3vw, 2.45rem); }
p { margin: 0 0 18px; color: var(--muted); }
.hero-copy p { font-size: 1.15rem; max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.btn,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 20px !important;
  border-radius: 999px !important;
  border: 0 !important;
  font-weight: 900 !important;
  font-family: inherit !important;
}
.btn.primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button { color: #fff !important; background: linear-gradient(135deg, var(--primary), var(--primary-2)) !important; }
.btn.secondary { background: #fff; color: var(--primary); border: 1px solid var(--border) !important; }
.hero-card { padding: 30px; min-height: 340px; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.hero-card::before {
  content: "";
  position: absolute;
  inset: -40% auto auto -25%;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: rgba(6, 182, 212, .24);
}
.hero-card strong { font-size: 2.4rem; color: var(--primary); position: relative; }
.hero-card span, .hero-card li { position: relative; color: #334155; font-weight: 700; }
.hero-card ul { display: grid; gap: 12px; margin-top: 24px; }
.hero-card li { padding: 12px 14px; background: rgba(255, 255, 255, .58); border-radius: 16px; }
.section { padding: 42px 0; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.section-heading a { color: var(--primary); font-weight: 900; }
.category-grid,
.post-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.category-card { padding: 22px; min-height: 130px; display: flex; flex-direction: column; justify-content: space-between; transition: transform .2s ease, box-shadow .2s ease; }
.category-card:hover,
.post-card:hover,
.woocommerce ul.products li.product:hover { transform: translateY(-4px); }
.category-card span { font-size: 1.15rem; font-weight: 900; }
.category-card small { color: var(--muted); }
.page-hero,
.archive-hero { padding: 54px 0 18px; }
.page-content { padding: clamp(20px, 4vw, 42px); }
.page-content > *:last-child { margin-bottom: 0; }
.np-page-hero,
.np-archive-hero {
  padding: clamp(42px, 7vw, 86px) 0 18px;
}
.np-page-hero-card,
.np-archive-hero-card {
  position: relative;
  overflow: hidden;
  min-height: clamp(190px, 28vw, 330px);
  display: grid;
  align-items: end;
  gap: 22px;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid rgba(0,112,99,.14);
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 22%, rgba(0,112,99,.18), transparent 24rem),
    radial-gradient(circle at 82% 4%, rgba(37,99,235,.14), transparent 24rem),
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(244,249,248,.76));
  box-shadow: 0 34px 100px rgba(7,28,34,.09);
}
.np-page-hero-card::before,
.np-archive-hero-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  opacity: .12;
  background: url("../brand/netpardaz-logo-mark.png") center / contain no-repeat;
  pointer-events: none;
}
.np-page-hero-card > *,
.np-archive-hero-card > * {
  position: relative;
  z-index: 1;
}
.np-page-kicker {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 7px 13px;
  border: 1px solid rgba(0,112,99,.14);
  border-radius: 999px;
  color: var(--primary);
  background: rgba(255,255,255,.68);
  font-size: .82rem;
  font-weight: 900;
}
.np-page-hero-card h1,
.np-archive-hero-card h1 {
  margin: 0;
  color: #0b3032;
  font-size: clamp(2rem, 5vw, 4.4rem);
  font-weight: 500;
}
.np-page-orbit {
  display: none !important;
}
.np-page-content {
  overflow: hidden;
  padding: clamp(18px, 4vw, 42px);
  border-radius: 34px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 34px 100px rgba(7,28,34,.08);
}
.np-page-content .elementor {
  color: var(--muted);
}
.np-page-content .elementor-heading-title,
.np-page-content h2,
.np-page-content h3 {
  color: #0b3032 !important;
  letter-spacing: 0 !important;
}
.np-page-content p,
.np-page-content .elementor-widget-text-editor,
.np-page-content .elementor-widget-text-editor * {
  color: #637287;
  line-height: 2.05;
}
.np-page-content iframe {
  max-width: 100%;
  border-radius: 28px;
  border: 1px solid rgba(0,112,99,.14);
  box-shadow: 0 28px 90px rgba(7,28,34,.09);
}
.np-page-cloud-computing-service {
  padding-top: clamp(34px, 5vw, 64px);
}
.np-page-cloud-computing-service .np-page-hero-card {
  min-height: clamp(300px, 30vw, 430px);
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .72fr);
  align-items: center;
  background:
    radial-gradient(circle at 18% 22%, rgba(0,112,99,.18), transparent 24rem),
    radial-gradient(circle at 82% 18%, rgba(59,130,246,.14), transparent 24rem),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(239,248,248,.84));
}
.np-page-cloud-computing-service .np-page-hero-card::before {
  inset-inline: auto 10%;
  width: min(34vw, 420px);
  opacity: .08;
}
.np-cloud-hero-copy {
  max-width: 720px;
}
.np-cloud-hero-copy h1 {
  margin-bottom: 14px;
  color: var(--primary);
  font-size: clamp(2.3rem, 5vw, 5rem);
  font-weight: 500;
}
.np-cloud-hero-copy p {
  max-width: 600px;
  margin-bottom: 22px;
  color: #516173;
  font-size: clamp(.98rem, 1.4vw, 1.18rem);
  font-weight: 800;
}
.np-cloud-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.np-cloud-hero-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(0,112,99,.12);
  border-radius: 28px;
  background: rgba(255,255,255,.58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.np-cloud-hero-panel span {
  min-height: 96px;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(0,112,99,.10);
  border-radius: 22px;
  color: #0b3032;
  background: rgba(255,255,255,.78);
  font-weight: 900;
}
.np-cloud-hero-panel i {
  color: var(--primary);
  font-size: 1.35rem;
}
.page-id-452 .np-page-content {
  padding: clamp(18px, 3vw, 34px);
  background:
    radial-gradient(circle at 82% 8%, rgba(59,130,246,.08), transparent 20rem),
    rgba(255,255,255,.92);
}
.page-id-452 .np-page-shell-cloud-computing-service {
  padding-top: 24px;
}
.page-id-452 .np-page-content #breadcrumbs,
.page-id-452 .np-page-content h1.elementor-heading-title {
  display: none !important;
}
.page-id-452 .np-page-content .elementor-element-d369925 {
  display: none !important;
}
.page-id-452 .np-page-content .elementor-widget-image img {
  border-radius: 26px;
}
.page-id-3788 .np-page-hero {
  padding-top: clamp(46px, 6vw, 78px);
}
.page-id-3788 .np-page-hero-card {
  min-height: clamp(250px, 30vw, 420px);
  align-items: center;
  background:
    radial-gradient(circle at 16% 18%, rgba(0,112,99,.16), transparent 24rem),
    radial-gradient(circle at 80% 0%, rgba(37,99,235,.12), transparent 24rem),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(240,249,248,.86));
}
.page-id-3788 .np-page-hero-card::before {
  inset-inline: auto 8%;
  width: min(38vw, 460px);
  opacity: .07;
}
.page-id-3788 .np-page-hero-card h1 {
  color: var(--primary);
  font-size: clamp(2.7rem, 6vw, 5.7rem);
}
.page-id-3788 .np-page-orbit {
  inset-inline-start: auto;
  inset-inline-end: auto;
  left: 9%;
  right: auto;
}
.page-id-3788 .np-page-shell-netsep-daas {
  padding-top: clamp(18px, 3vw, 34px);
}
.page-id-3788 .np-page-content {
  overflow: visible;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.page-id-3788 .np-page-content .elementor {
  display: grid;
  gap: clamp(18px, 3vw, 34px);
}
.page-id-3788 .np-page-content .e-con.e-parent {
  --width: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  inset-inline: auto !important;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(0,112,99,.10);
  border-radius: 32px;
  background:
    radial-gradient(circle at 14% 8%, rgba(0,112,99,.08), transparent 22rem),
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(246,250,250,.88));
  box-shadow: 0 28px 90px rgba(7,28,34,.07);
}
.page-id-3788 .np-page-content .e-con > .e-con-inner {
  width: 100% !important;
  max-width: 100% !important;
}
.page-id-3788 .np-page-content .e-con,
.page-id-3788 .np-page-content .elementor-widget {
  max-width: 100%;
}
.page-id-3788 .np-page-content .elementor-element-6911ad7,
.page-id-3788 .np-page-content .elementor-element-9b195f4 {
  padding: clamp(28px, 4vw, 56px);
}
.page-id-3788 .np-page-content .elementor-element-6911ad7 {
  min-height: clamp(420px, 42vw, 620px);
  align-items: center;
  background:
    radial-gradient(circle at 78% 14%, rgba(0,112,99,.13), transparent 20rem),
    radial-gradient(circle at 24% 88%, rgba(210,171,103,.12), transparent 18rem),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(240,248,248,.90));
}
.page-id-3788 .np-page-content .elementor-heading-title,
.page-id-3788 .np-page-content h1,
.page-id-3788 .np-page-content h2,
.page-id-3788 .np-page-content h3 {
  max-width: 100%;
  color: #0b3032 !important;
  letter-spacing: 0 !important;
}
.page-id-3788 .np-page-content h1.elementor-heading-title {
  color: var(--primary) !important;
  font-size: clamp(2rem, 4.2vw, 4.1rem);
  font-weight: 700;
  line-height: 1.45;
}
.page-id-3788 .np-page-content h2.elementor-heading-title,
.page-id-3788 .np-page-content h2 {
  font-size: clamp(1.45rem, 2.8vw, 2.55rem);
  font-weight: 800;
  line-height: 1.55;
}
.page-id-3788 .np-page-content h3,
.page-id-3788 .np-page-content h3.elementor-heading-title {
  font-size: clamp(1.05rem, 1.6vw, 1.38rem);
  font-weight: 900;
  line-height: 1.8;
}
.page-id-3788 .np-page-content p,
.page-id-3788 .np-page-content .elementor-widget-text-editor,
.page-id-3788 .np-page-content .elementor-widget-text-editor * {
  color: #5f6f82;
  font-size: clamp(.95rem, 1.08vw, 1.05rem);
  line-height: 2.08;
}
.page-id-3788 .np-page-content .elementor-widget-button .elementor-button {
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--primary-2)) !important;
  color: #fff !important;
  box-shadow: 0 20px 46px rgba(0,112,99,.22);
}
.page-id-3788 .np-page-content .elementor-widget-button .elementor-button * {
  color: #fff !important;
}
.page-id-3788 .np-page-content .elementor-widget-image img {
  display: block;
  width: auto;
  max-width: 100%;
  margin-inline: auto;
  border-radius: 26px;
  object-fit: contain;
}
.page-id-3788 .np-page-content .elementor-element-f081f5d img {
  max-height: 500px;
  padding: clamp(14px, 2vw, 26px);
  background: rgba(255,255,255,.82);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 24px 80px rgba(7,28,34,.08);
}
.page-id-3788 .np-page-content .elementor-element-a0e59a0 {
  overflow: hidden;
  padding: 8px;
  border-radius: 28px;
  background: #071c22;
  box-shadow: 0 26px 80px rgba(7,28,34,.16);
}
.page-id-3788 .np-page-content .elementor-element-a0e59a0 iframe {
  border-radius: 22px;
  box-shadow: none;
}
.page-id-3788 .np-page-content .elementor-element-a889c81,
.page-id-3788 .np-page-content .elementor-element-700c8da {
  padding: clamp(26px, 4vw, 52px);
}
.page-id-3788 .np-page-content .elementor-element-a889c81 .elementor-widget-text-editor,
.page-id-3788 .np-page-content .elementor-element-700c8da .elementor-widget-text-editor {
  max-width: 900px;
  margin-inline: auto;
}
.page-id-3788 .np-page-content .elementor-element-4050368 img {
  max-height: 360px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(7,28,34,.08);
}
.page-id-3788 .np-page-content .glow-container {
  min-height: 190px;
  justify-content: center;
  padding: 24px 18px;
  border: 1px solid rgba(0,112,99,.10);
  border-radius: 26px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 20px 60px rgba(7,28,34,.06);
}
.page-id-3788 .np-page-content .glow-container .elementor-widget-image img {
  width: 72px;
  height: 72px;
  padding: 14px;
  border-radius: 22px;
  background: rgba(0,112,99,.08);
}
.page-id-3788 .np-page-content .glow-container .elementor-heading-title {
  color: #0b3032 !important;
  font-size: 1rem;
  line-height: 1.8;
}
.np-page-hp-server-price-inquiry {
  padding-top: clamp(42px, 6vw, 74px);
}
.np-page-hp-server-price-inquiry .np-page-hero-card {
  min-height: clamp(330px, 34vw, 470px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  align-items: center;
  background:
    radial-gradient(circle at 18% 16%, rgba(0,112,99,.16), transparent 24rem),
    radial-gradient(circle at 82% 10%, rgba(37,99,235,.12), transparent 24rem),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(240,248,248,.88));
}
.np-page-hp-server-price-inquiry .np-page-hero-card::before {
  inset-inline: auto 10%;
  width: min(36vw, 440px);
  opacity: .07;
}
.np-page-hp-server-price-inquiry .np-page-orbit {
  inset-inline-start: auto;
  inset-inline-end: clamp(24px, 5vw, 76px);
  bottom: clamp(22px, 4vw, 54px);
  z-index: 0;
  opacity: .42;
  pointer-events: none;
}
.np-page-hp-server-price-inquiry .np-inquiry-hero-copy,
.np-page-hp-server-price-inquiry .np-inquiry-hero-panel {
  position: relative;
  z-index: 2;
}
.np-inquiry-hero-copy {
  max-width: 760px;
}
.np-inquiry-hero-copy h1 {
  margin-bottom: 14px;
  color: var(--primary);
  font-size: clamp(2.25rem, 4.8vw, 4.85rem);
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}
.np-inquiry-hero-copy p {
  max-width: 650px;
  margin-bottom: 22px;
  color: #516173;
  font-size: clamp(.98rem, 1.25vw, 1.15rem);
  font-weight: 800;
  line-height: 2;
}
.np-inquiry-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.np-inquiry-hero-panel {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 30px;
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.np-inquiry-hero-panel div {
  min-height: 96px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 8px 12px;
  padding: 14px;
  border: 1px solid rgba(0,112,99,.10);
  border-radius: 22px;
  background: rgba(255,255,255,.80);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
.np-inquiry-hero-panel i {
  grid-row: span 2;
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
}
.np-inquiry-hero-panel strong {
  color: #0b3032;
  font-size: 1rem;
  font-weight: 900;
}
.np-inquiry-hero-panel span {
  color: #64748b;
  font-size: .82rem;
  font-weight: 800;
}
.page-id-6360 .np-page-shell-hp-server-price-inquiry {
  padding-top: clamp(18px, 3vw, 34px);
}
.page-id-6360 .np-page-content {
  overflow: visible;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.page-id-6360 .np-page-content .elementor {
  display: grid;
  gap: 0;
}
.page-id-6360 .np-page-content .elementor-element-3b3c352,
.page-id-6360 .np-page-content .elementor-element-bafb9c2 {
  display: none !important;
}
.page-id-6360 .np-page-content .elementor-element-a328142 {
  --width: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  border: 1px solid rgba(0,112,99,.10);
  border-radius: 34px;
  background:
    radial-gradient(circle at 8% 18%, rgba(0,112,99,.08), transparent 22rem),
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(246,250,250,.92));
  box-shadow: 0 34px 100px rgba(7,28,34,.08);
}
.page-id-6360 .np-page-content .elementor-element-a328142 > .e-con-inner {
  width: 100% !important;
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  padding: clamp(24px, 4vw, 48px);
}
.page-id-6360 .np-page-content .elementor-element-2fb44f3,
.page-id-6360 .np-page-content .elementor-element-e96be6b {
  width: 100% !important;
  max-width: 100% !important;
}
.page-id-6360 .np-page-content .elementor-element-2fb44f3 {
  justify-content: center;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(0,112,99,.10);
  border-radius: 28px;
  background:
    radial-gradient(circle at 15% 15%, rgba(210,171,103,.14), transparent 18rem),
    rgba(255,255,255,.72);
}
.page-id-6360 .np-page-content h1.elementor-heading-title {
  color: #0b3032 !important;
  font-size: clamp(1.8rem, 3.4vw, 3.6rem);
  font-weight: 900;
  line-height: 1.45;
}
.page-id-6360 .np-page-content .elementor-widget-text-editor,
.page-id-6360 .np-page-content .elementor-widget-text-editor * {
  color: #5f6f82;
  font-size: clamp(.95rem, 1.08vw, 1.05rem);
  font-weight: 800;
  line-height: 2.05;
}
.page-id-6360 .np-page-content .elementor-element-e96be6b {
  padding: clamp(18px, 2.6vw, 30px);
  border: 1px solid rgba(0,112,99,.10);
  border-radius: 28px;
  background: rgba(255,255,255,.82);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
.page-id-6360 .elementor-form .elementor-form-fields-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.page-id-6360 .elementor-form .elementor-field-group {
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
.page-id-6360 .elementor-form .elementor-field-type-textarea,
.page-id-6360 .elementor-form .elementor-field-type-upload,
.page-id-6360 .elementor-form .elementor-field-type-checkbox,
.page-id-6360 .elementor-form .elementor-field-type-submit {
  grid-column: 1 / -1;
}
.page-id-6360 .elementor-form input.elementor-field,
.page-id-6360 .elementor-form textarea.elementor-field {
  width: 100%;
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid rgba(0,112,99,.14) !important;
  border-radius: 18px !important;
  color: #0b3032;
  background: rgba(255,255,255,.92);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
  font-size: .94rem;
  font-weight: 800;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.page-id-6360 .elementor-form textarea.elementor-field {
  min-height: 128px;
  resize: vertical;
}
.page-id-6360 .elementor-form input.elementor-field:focus,
.page-id-6360 .elementor-form textarea.elementor-field:focus {
  border-color: rgba(0,112,99,.38) !important;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0,112,99,.08);
}
.page-id-6360 .elementor-form input[type="file"] {
  min-height: 54px;
  padding: 10px;
  border: 1px dashed rgba(0,112,99,.24) !important;
  border-radius: 18px !important;
  background: rgba(0,112,99,.04);
}
.page-id-6360 .elementor-form input[type="file"]::file-selector-button {
  margin-inline-end: 10px;
  border: 0;
  border-radius: 14px;
  padding: 9px 14px;
  color: #fff;
  background: var(--primary);
  font-family: inherit;
  font-weight: 900;
}
.page-id-6360 .elementor-form .elementor-field-type-checkbox .elementor-field-subgroup {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.page-id-6360 .elementor-form .elementor-field-option {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(0,112,99,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.76);
  color: #0b3032;
  font-weight: 900;
}
.page-id-6360 .elementor-form .elementor-field-option input {
  accent-color: var(--primary);
}
.page-id-6360 .elementor-field-type-submit {
  justify-content: flex-end;
}
.page-id-6360 .elementor-field-type-submit .elementor-button {
  width: min(100%, 320px);
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--primary), var(--primary-2)) !important;
  box-shadow: 0 20px 52px rgba(0,112,99,.22);
  font-size: 1rem;
  font-weight: 900;
}
.page-id-6360 .elementor-form button.elementor-button,
.page-id-6360 .elementor-field-type-submit button[type="submit"] {
  width: min(100%, 320px) !important;
  min-height: 58px !important;
  height: auto !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 12px 24px !important;
}
.page-id-6360 .elementor-field-type-submit .elementor-button * {
  color: #fff !important;
}
.np-page-content :is(#gform_wrapper_6, #gform_wrapper_7, #gform_wrapper_8, #gform_wrapper_9, #gform_wrapper_10) {
  width: 100%;
  max-width: min(760px, 100%);
  margin-inline: auto;
}
.np-page-content :is(#gform_wrapper_6, #gform_wrapper_7, #gform_wrapper_8, #gform_wrapper_9, #gform_wrapper_10) .gform_fields {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}
.np-page-content :is(#gform_wrapper_6, #gform_wrapper_7, #gform_wrapper_8, #gform_wrapper_9, #gform_wrapper_10) .gfield--type-textarea,
.np-page-content :is(#gform_wrapper_6, #gform_wrapper_7, #gform_wrapper_8, #gform_wrapper_9, #gform_wrapper_10) .gfield--type-fileupload,
.np-page-content :is(#gform_wrapper_6, #gform_wrapper_7, #gform_wrapper_8, #gform_wrapper_9, #gform_wrapper_10) .gfield--type-checkbox {
  grid-column: 1 / -1;
}
.page-id-6360 .np-page-content .elementor-element-a328142 {
  max-width: min(1180px, calc(100vw - 32px)) !important;
  margin-inline: auto;
}
.page-id-6360 .np-page-content .elementor-element-a328142 > .e-con-inner {
  grid-template-columns: minmax(270px, .82fr) minmax(0, 1.18fr);
  max-width: 1180px !important;
  margin-inline: auto;
  align-items: start;
}
.page-id-6360 .np-page-content .elementor-element-2fb44f3 {
  align-self: start;
  min-height: auto;
}
.page-id-6360 .np-page-content .elementor-element-e96be6b {
  max-width: 760px !important;
  margin-inline: auto;
}
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme {
  max-width: 100%;
  margin: 0;
}
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme form {
  margin: 0;
}
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme .gform_fields {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
  align-items: start;
}
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme .gfield {
  margin: 0;
}
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme #field_8_8,
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme #field_8_9,
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme #field_8_10 {
  grid-column: 1 / -1;
}
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme .gfield_label,
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme legend.gfield_label {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 0 7px;
  color: #173238 !important;
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.5;
}
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme .gfield_required {
  color: #c75038;
  font-size: .78rem;
  font-weight: 900;
}
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme textarea,
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme select {
  width: 100%;
  min-height: 56px;
  padding: 13px 16px;
  border: 1px solid rgba(0,112,99,.16) !important;
  border-radius: 18px !important;
  outline: 0;
  color: #0b3032;
  background: rgba(255,255,255,.94);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
  font-size: .95rem;
  font-weight: 800;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme input:focus,
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme textarea:focus,
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme select:focus {
  border-color: rgba(0,112,99,.42) !important;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0,112,99,.08);
}
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme textarea {
  height: 170px !important;
  min-height: 170px;
  max-height: 360px;
  resize: vertical;
}
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme input[type="file"] {
  width: 100%;
  min-height: 58px;
  padding: 11px;
  border: 1px dashed rgba(0,112,99,.28) !important;
  border-radius: 18px !important;
  background: rgba(0,112,99,.045);
  color: #334155;
}
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme input[type="file"]::file-selector-button {
  margin-inline-end: 10px;
  border: 0;
  border-radius: 13px;
  padding: 9px 14px;
  color: #fff;
  background: #007063;
  font-family: inherit;
  font-weight: 900;
}
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme .gform_fileupload_rules {
  display: block;
  margin-top: 7px;
  color: #64748b;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.7;
}
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme .gfield_checkbox {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme .gchoice {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(0,112,99,.12);
  border-radius: 18px;
  color: #0b3032;
  background: rgba(255,255,255,.78);
  font-weight: 900;
}
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme .gchoice input {
  flex: 0 0 auto;
  accent-color: #007063;
}
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme .gform_footer {
  justify-content: flex-end;
  margin: 16px 0 0 !important;
  padding: 0 !important;
}
.page-id-6360 .np-page-content .gform_wrapper.gravity-theme .gform_button {
  width: min(100%, 320px);
  min-height: 58px;
  border-radius: 999px;
  background: #007063 !important;
  box-shadow: 0 20px 52px rgba(0,112,99,.22);
  font-size: 1rem;
}
.page-id-90 .np-page-content,
.page-id-108 .np-page-content {
  background:
    radial-gradient(circle at 12% 10%, rgba(0,112,99,.08), transparent 22rem),
    rgba(255,255,255,.90);
}
.np-contact-trust-strip {
  margin-top: 18px;
  padding-bottom: 10px;
}
.np-contact-trust-card {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  padding: 16px 18px;
  border: 1px solid rgba(0,112,99,.11);
  border-radius: 28px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 24px 80px rgba(7,28,34,.07);
}
.np-contact-trust-item {
  min-height: 76px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text";
  align-items: center;
  column-gap: 12px;
  padding-inline: 16px;
  border-inline-start: 1px solid rgba(0,112,99,.10);
}
.np-contact-trust-item:first-child {
  border-inline-start: 0;
}
.np-contact-trust-item i {
  grid-area: icon;
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  color: var(--primary);
  font-size: 1.35rem;
}
.np-contact-trust-item strong {
  grid-area: title;
  color: var(--primary);
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.5;
}
.np-contact-trust-item span {
  grid-area: text;
  color: #708095;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.7;
}
.np-brand-motion {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  margin-inline: auto;
  color: var(--primary);
}
.np-brand-motion svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.np-brand-motion-lottie {
  width: min(100%, 520px);
}
.np-brand-motion-lottie dotlottie-player {
  width: 100%;
  height: clamp(260px, 34vw, 380px);
  display: block;
}
.np-mobile-heading-lottie {
  display: none;
}
.np-mobile-heading-lottie dotlottie-player {
  width: 100%;
  height: 100%;
  display: block;
}
.np-motion-grid path {
  fill: none;
  stroke: rgba(0,112,99,.12);
  stroke-width: 1;
}
.np-motion-links path {
  fill: none;
  stroke: rgba(0,112,99,.28);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 7 12;
  animation: npMotionDash 7s linear infinite;
}
.np-motion-links path:nth-child(2) {
  stroke: rgba(210,171,103,.36);
  animation-duration: 9s;
  animation-direction: reverse;
}
.np-motion-links path:nth-child(3) {
  stroke: rgba(22,196,179,.22);
  animation-duration: 8s;
}
.np-motion-device-main {
  fill: rgba(255,255,255,.86);
  stroke: rgba(0,112,99,.28);
  stroke-width: 2;
  filter: drop-shadow(0 22px 34px rgba(0,112,99,.16));
}
.np-motion-devices rect:not(.np-motion-device-main) {
  fill: rgba(0,112,99,.16);
}
.np-motion-devices circle {
  fill: var(--accent);
}
.np-motion-node {
  fill: url("#npMotionPrimary-infrastructure");
  animation: npMotionPulse 3.4s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: center;
}
.np-brand-motion-response .np-motion-node {
  fill: url("#npMotionPrimary-response");
}
.np-motion-node.node-b,
.np-motion-node.node-c {
  animation-delay: .45s;
}
.np-motion-node.node-d {
  animation-delay: .9s;
}
.np-motion-node.node-center {
  fill: url("#npMotionAccent-infrastructure");
  animation-delay: .2s;
}
.np-brand-motion-response .np-motion-node.node-center {
  fill: url("#npMotionAccent-response");
}
.np-motion-packet {
  fill: var(--accent);
  opacity: .95;
  filter: drop-shadow(0 0 10px rgba(210,171,103,.42));
}
.packet-a {
  offset-path: path("M92 208 C142 120, 190 110, 226 150 S296 218, 340 90");
  animation: npMotionTravel 5.8s ease-in-out infinite;
}
.packet-b {
  offset-path: path("M92 92 C138 150, 176 196, 226 150 S292 86, 340 208");
  animation: npMotionTravel 6.6s ease-in-out infinite reverse;
}
.packet-c {
  fill: var(--primary);
  offset-path: path("M92 208 L226 150 L340 208");
  animation: npMotionTravel 7.2s ease-in-out infinite;
}
.np-motion-badges rect {
  fill: rgba(255,255,255,.78);
  stroke: rgba(0,112,99,.18);
}
.np-motion-badges circle {
  fill: var(--primary);
}
.np-motion-badges path {
  stroke: rgba(0,112,99,.42);
  stroke-width: 5;
  stroke-linecap: round;
}
.np-contact-motion {
  margin: 0 0 8px;
  padding: 10px;
  border: 1px solid rgba(0,112,99,.10);
  border-radius: 24px;
  background: rgba(255,255,255,.54);
}
.np-contact-motion .np-brand-motion {
  width: min(100%, 340px);
}
@keyframes npMotionDash {
  to { stroke-dashoffset: -120; }
}
@keyframes npMotionPulse {
  0%, 100% { transform: scale(1); opacity: .9; }
  50% { transform: scale(1.12); opacity: 1; }
}
@keyframes npMotionTravel {
  0% { offset-distance: 0%; opacity: 0; }
  12%, 86% { opacity: 1; }
  100% { offset-distance: 100%; opacity: 0; }
}
.np-page-contacts .np-page-hero-card {
  min-height: clamp(360px, 34vw, 520px);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .78fr);
  align-items: center;
  background:
    radial-gradient(circle at 18% 20%, rgba(0,112,99,.16), transparent 24rem),
    radial-gradient(circle at 82% 12%, rgba(59,130,246,.16), transparent 24rem),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(239,248,248,.88));
}
.np-page-contacts .np-page-hero-card::before {
  inset-inline: auto 8%;
  width: min(34vw, 430px);
  opacity: .06;
}
.np-page-about-us .np-page-hero-card,
.np-page-about-netpardaz .np-page-hero-card {
  min-height: clamp(360px, 34vw, 520px);
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  align-items: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(0,112,99,.14), transparent 24rem),
    radial-gradient(circle at 82% 12%, rgba(210,171,103,.18), transparent 22rem),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(239,248,248,.88));
}
.np-page-about-us .np-page-hero-card::before,
.np-page-about-netpardaz .np-page-hero-card::before {
  inset-inline: auto 10%;
  width: min(34vw, 430px);
  opacity: .055;
}
.np-about-hero-copy {
  max-width: 820px;
}
.np-about-hero-copy h1 {
  margin: 0 0 14px;
  color: #0b3032;
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 900;
  line-height: 1.35;
}
.np-about-hero-copy p {
  max-width: 720px;
  margin: 0 0 22px;
  color: #536477;
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  font-weight: 800;
  line-height: 2;
}
.np-about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.np-about-hero-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255,255,255,.72);
}
.np-about-hero-panel div {
  min-height: 116px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(0,112,99,.10);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
}
.np-about-hero-panel strong {
  color: var(--primary);
  font-size: clamp(1.55rem, 3vw, 2.5rem);
  font-weight: 950;
  line-height: 1;
}
.np-about-hero-panel span {
  color: #536477;
  font-weight: 900;
}
.np-contact-hero-copy {
  max-width: 820px;
}
.np-contact-hero-copy h1 {
  margin: 0 0 14px;
  color: #0b3032;
  font-size: clamp(2.4rem, 5vw, 5.1rem);
  font-weight: 900;
  line-height: 1.35;
}
.np-contact-hero-copy p {
  max-width: 680px;
  margin: 0 0 22px;
  color: #536477;
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  font-weight: 800;
  line-height: 2;
}
.np-contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.np-contact-hero-console {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 30px;
  background: rgba(255,255,255,.62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.82);
}
.np-contact-hero-console > div,
.np-contact-hero-console > button {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text";
  align-items: center;
  gap: 2px 12px;
  min-height: 84px;
  padding: 14px;
  border: 1px solid rgba(0,112,99,.10);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
}
.np-contact-hero-console > button {
  width: 100%;
  font: inherit;
  text-align: right;
  cursor: pointer;
  appearance: none;
}
.np-contact-hero-console > button:hover,
.np-contact-board-grid button:hover,
.np-contact-trust-item:hover {
  transform: translateY(-2px);
  border-color: rgba(0,112,99,.22);
  box-shadow: 0 16px 42px rgba(0,112,99,.10);
}
.np-contact-hero-console > div > i,
.np-contact-hero-console > button > i {
  grid-area: icon;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #007063);
}
.np-contact-hero-console > div > strong,
.np-contact-hero-console > button > strong {
  grid-area: title;
  color: #0b3032;
  font-weight: 900;
}
.np-contact-hero-console > div > span,
.np-contact-hero-console > button > span {
  grid-area: text;
  color: #6a7a8d;
  font-size: .84rem;
  font-weight: 800;
}
.np-contact-hero-console > .is-selected {
  background: linear-gradient(135deg, rgba(0,112,99,.10), rgba(210,171,103,.12));
}
.np-contact-route-strip .np-contact-trust-card {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 10px;
  gap: 10px;
  background: rgba(255,255,255,.84);
}
.np-contact-route-strip .np-contact-trust-item {
  min-height: 98px;
  padding: 14px;
  border: 1px solid rgba(0,112,99,.10);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}
.np-contact-route-strip .np-contact-trust-item:hover {
  transform: translateY(-3px);
  border-color: rgba(0,112,99,.22);
  background: #fff;
}
.np-contact-board {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  padding: clamp(20px, 3vw, 34px);
  border-radius: 32px;
  background:
    radial-gradient(circle at 10% 12%, rgba(0,112,99,.10), transparent 22rem),
    rgba(255,255,255,.88);
}
.np-contact-board-head h2 {
  margin: 0;
  color: #0b3032;
  font-size: clamp(1.55rem, 2.7vw, 2.8rem);
  font-weight: 900;
  line-height: 1.55;
}
.np-contact-board-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.np-contact-board-grid div,
.np-contact-board-grid button {
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(0,112,99,.10);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
}
.np-contact-board-grid button {
  width: 100%;
  font: inherit;
  text-align: right;
  cursor: pointer;
  appearance: none;
}
.np-contact-board-grid i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #007063);
}
.np-contact-board-grid strong {
  color: #0b3032;
  font-weight: 900;
}
.np-contact-board-grid span {
  color: #6b7c8f;
  font-size: .84rem;
  font-weight: 800;
  line-height: 1.8;
}
.np-contact-modal[hidden] {
  display: none !important;
}
.np-contact-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 24px;
}
.np-contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 24, 22, .54);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.np-contact-modal-panel {
  position: relative;
  width: min(720px, 100%);
  max-height: min(86vh, 860px);
  overflow: auto;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 16% 0%, rgba(210,171,103,.16), transparent 24rem),
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(246,251,249,.88));
  box-shadow: 0 34px 90px rgba(4, 30, 27, .28);
}
.np-contact-modal-close {
  position: absolute;
  inset-block-start: 18px;
  inset-inline-start: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #007063;
  background: rgba(0,112,99,.10);
  cursor: pointer;
}
.np-contact-modal-head {
  margin-bottom: 18px;
  padding-inline-start: 54px;
}
.np-contact-modal-head h2 {
  margin: 4px 0 8px;
  color: #0b3032;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  font-weight: 950;
}
.np-contact-modal-head p {
  margin: 0;
  color: #6b7c8f;
  font-weight: 800;
  line-height: 1.8;
}
.np-contact-modal-phone {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  align-self: flex-start;
  margin-top: 18px;
  padding: 10px 14px;
  border: 1px solid rgba(0,112,99,.16);
  border-radius: 999px;
  color: #007063;
  background: rgba(0,112,99,.08);
  font-weight: 900;
  text-decoration: none;
}
.np-contact-modal-phone:hover,
.np-contact-modal-phone:focus-visible {
  color: #fff;
  background: #007063;
  border-color: #007063;
}
.np-contact-modal-phone bdi {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
  font-variant-numeric: tabular-nums;
}
html[dir="rtl"] .np-contact-modal-phone {
  margin-inline-start: auto;
}
body.np-contact-modal-open {
  overflow: hidden;
}

/* Make every mobile drawer item feel active on hover/focus/tap. */
.mobile-drawer-panel :is(
  .np-drawer-quick a,
  .np-drawer-solutions a,
  .np-drawer-static a,
  .np-drawer-actions .btn,
  .search-form button
):is(:hover, :focus-visible, :active) {
  background: #007063 !important;
  border-color: #007063 !important;
  color: #fff !important;
  box-shadow: 0 18px 38px rgba(0, 112, 99, .20) !important;
  transform: translateY(-1px);
}

.mobile-drawer-panel :is(
  .np-drawer-quick a,
  .np-drawer-solutions a,
  .np-drawer-static a,
  .np-drawer-actions .btn,
  .search-form button
):is(:hover, :focus-visible, :active) :is(i, span, small, b) {
  color: #fff !important;
}

.mobile-drawer-panel :is(.np-drawer-quick a, .np-drawer-solutions a):is(:hover, :focus-visible, :active) i {
  background: rgba(255, 255, 255, .18) !important;
  color: #fff !important;
}
.page-id-90 .np-page-content .elementor-widget-icon-box,
.page-id-90 .np-page-content .elementor-widget-icon,
.page-id-90 .np-page-content .elementor-widget-heading,
.page-id-108 .np-page-content .elementor-widget-icon-box,
.page-id-108 .np-page-content .elementor-widget-heading {
  border-radius: 24px;
}
.page-id-90 .np-page-content .elementor-widget-google_maps iframe,
.page-id-90 .np-page-content .elementor-widget-google_maps .elementor-widget-container {
  min-height: 360px;
  border-radius: 28px;
  overflow: hidden;
}
.page-id-90 .np-page-content .elementor-page-title,
.page-id-108 .np-page-content .elementor-page-title,
body.page-id-90 .np-page-content .elementor-widget.elementor-page-title,
body.page-id-108 .np-page-content .elementor-widget.elementor-page-title {
  display: none !important;
}
body.page-id-90 .np-page-content h1.elementor-heading-title,
body.page-id-108 .np-page-content h1.elementor-heading-title {
  display: none !important;
}
.np-career-section,
.np-career-form-section {
  padding-top: 22px;
}
.np-career-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: clamp(22px, 4vw, 42px);
  border-radius: 32px;
  background:
    radial-gradient(circle at 12% 10%, rgba(0,112,99,.12), transparent 22rem),
    rgba(255,255,255,.88);
}
.np-career-intro h2,
.np-career-openings-head h2,
.np-career-form-side h2 {
  margin: 0 0 12px;
  color: #0b3032;
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1.55;
}
.np-career-intro p,
.np-career-form-side p {
  max-width: 760px;
  margin: 0;
  color: #627286;
  font-weight: 800;
  line-height: 2;
}
.np-career-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}
.np-career-benefit {
  min-height: 154px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px;
  border-radius: 26px;
  background: rgba(255,255,255,.84);
}
.np-career-benefit i,
.np-career-card-top i {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #007063);
  box-shadow: 0 18px 40px rgba(0,112,99,.18);
}
.np-career-benefit strong {
  color: #0b3032;
  font-size: 1.02rem;
  font-weight: 900;
}
.np-career-benefit span {
  color: #68788b;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.8;
}
.np-career-openings-head {
  margin-top: clamp(26px, 5vw, 54px);
  text-align: center;
}
.np-career-openings-head span {
  color: var(--primary);
  font-weight: 900;
}
.np-career-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}
.np-career-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255,255,255,.88);
  transition: transform .2s ease, border-color .2s ease;
}
.np-career-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0,112,99,.24);
}
.np-career-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.np-career-card-top span {
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--primary);
  background: rgba(0,112,99,.08);
  font-size: .82rem;
  font-weight: 900;
}
.np-career-card h3 {
  min-height: 64px;
  margin: 0 0 10px;
  color: #0b3032;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.65;
}
.np-career-card p {
  color: #637287;
  font-weight: 800;
  line-height: 1.9;
}
.np-career-card ul {
  display: grid;
  gap: 8px;
  margin: auto 0 18px;
  padding: 0;
  list-style: none;
}
.np-career-card li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #304a50;
  font-weight: 900;
}
.np-career-card li i {
  color: var(--primary);
}
.np-career-apply,
.np-career-back {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #007063);
  font-weight: 900;
}
.np-career-back {
  color: var(--primary);
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(0,112,99,.14);
}
.np-career-form-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.np-career-form-side,
.np-career-form-panel {
  padding: clamp(20px, 3vw, 34px);
  border-radius: 32px;
  background: rgba(255,255,255,.88);
}
.np-career-form-side {
  position: sticky;
  top: 110px;
}
.np-selected-job {
  display: grid;
  gap: 6px;
  margin: 22px 0;
  padding: 16px;
  border: 1px solid rgba(0,112,99,.13);
  border-radius: 22px;
  background: rgba(0,112,99,.06);
}
.np-selected-job i {
  color: var(--primary);
}
.np-selected-job span {
  color: #69798c;
  font-size: .82rem;
  font-weight: 800;
}
.np-selected-job strong {
  color: #0b3032;
  font-weight: 900;
}
.np-career-form-panel .gform_wrapper.gravity-theme .gfield_label,
.np-career-form-panel .gform_wrapper.gravity-theme legend {
  color: #0b3032;
  font-weight: 900;
}
.np-career-form-panel .gform_wrapper.gravity-theme input,
.np-career-form-panel .gform_wrapper.gravity-theme textarea,
.np-career-form-panel .gform_wrapper.gravity-theme select {
  min-height: 50px;
  border: 1px solid rgba(0,112,99,.16);
  border-radius: 16px;
  color: #0b3032;
  background: rgba(255,255,255,.82);
  font-family: inherit !important;
  font-weight: 800;
}
.np-career-form-panel .gform_wrapper.gravity-theme textarea {
  padding-top: 12px;
}
.np-career-form-panel .gform_wrapper.gravity-theme .gform_button,
.np-career-form-panel .gform_wrapper.gravity-theme input[type="submit"] {
  min-height: 54px;
  padding-inline: 28px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #007063);
  font-family: inherit !important;
  font-weight: 900;
  cursor: pointer;
}
.np-contact-redesign-section {
  padding-top: 22px;
}
.np-contact-redesign-grid {
  display: grid;
  grid-template-columns: minmax(310px, 410px) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}
.np-contact-info-panel,
.np-contact-form-panel,
.np-contact-map-panel,
.np-contact-review-panel {
  border: 1px solid rgba(0,112,99,.10);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 14%, rgba(18,184,165,.12), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(249,253,252,.88));
}
.np-contact-info-panel,
.np-contact-form-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 32px);
  min-height: 100%;
}
.np-contact-info-panel::before,
.np-contact-form-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--accent-2), rgba(18,184,165,.4));
}
.np-contact-info-panel {
  display: grid;
  gap: 16px;
  align-content: start;
}
.np-contact-info-panel h2,
.np-contact-form-heading h2,
.np-contact-review-panel h2 {
  margin: 0;
  color: #0b3032;
  font-size: clamp(1.32rem, 2vw, 2rem);
  font-weight: 900;
  line-height: 1.5;
}
.np-contact-info-panel p {
  margin: 8px 0 0;
  color: #627286;
  font-weight: 800;
  line-height: 1.9;
}
.np-contact-sla {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.np-contact-sla span {
  min-height: 78px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(0,112,99,.11);
  border-radius: 20px;
  color: #0b3032;
  background: rgba(255,255,255,.68);
}
.np-contact-sla b {
  color: var(--primary);
  font-size: .98rem;
  font-weight: 950;
}
.np-contact-sla small {
  color: #708095;
  font-size: .78rem;
  font-weight: 800;
}
.np-contact-methods {
  display: grid;
  gap: 10px;
}
.np-contact-methods a,
.np-contact-methods div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text";
  align-items: center;
  gap: 2px 12px;
  min-height: 78px;
  padding: 13px;
  border: 1px solid rgba(0,112,99,.12);
  border-radius: 18px;
  color: #0b3032;
  background: rgba(255,255,255,.72);
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}
.np-contact-methods a:hover,
.np-contact-methods div:hover {
  border-color: rgba(0,112,99,.24);
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 30px rgba(7,28,34,.07);
}
.np-contact-methods i {
  grid-area: icon;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #007063);
}
.np-contact-methods b {
  grid-area: title;
  font-weight: 900;
}
.np-contact-methods span {
  grid-area: text;
  color: #708095;
  font-size: .84rem;
  font-weight: 800;
}
.np-contact-form-panel {
  display: grid;
  gap: 18px;
  align-content: start;
}
.np-contact-form-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}
.np-contact-form-heading span {
  color: var(--primary);
  font-weight: 900;
}
.np-contact-form-badge {
  min-width: 126px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(0,112,99,.13);
  border-radius: 999px;
  color: #0b3032;
  background: rgba(255,255,255,.72);
  font-weight: 900;
  white-space: nowrap;
}
.np-contact-form-badge i {
  color: var(--accent-2);
}
.np-contact-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.np-contact-flow span {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(0,112,99,.11);
  border-radius: 18px;
  color: #0b3032;
  background: rgba(255,255,255,.66);
  font-size: .86rem;
  font-weight: 900;
  text-align: center;
}
.np-contact-flow i {
  color: var(--primary);
}
.np-selected-product {
  min-height: 82px;
  border-color: rgba(0,112,99,.16);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(0,112,99,.08), rgba(255,255,255,.82));
}
.np-contact-form-panel .gform_wrapper input,
.np-contact-form-panel .gform_wrapper textarea,
.np-contact-form-panel .gform_wrapper select,
.np-career-form-panel .gform_wrapper.gravity-theme input,
.np-career-form-panel .gform_wrapper.gravity-theme textarea,
.np-career-form-panel .gform_wrapper.gravity-theme select,
.np-page-content .gform_wrapper.gravity-theme input,
.np-page-content .gform_wrapper.gravity-theme textarea,
.np-page-content .gform_wrapper.gravity-theme select {
  width: 100%;
  min-height: 54px;
  padding: 10px 16px;
  border: 1px solid rgba(0,112,99,.16);
  border-radius: 16px;
  background: rgba(255,255,255,.86);
  color: #0b3032;
  font-family: inherit !important;
  font-weight: 800;
  box-shadow: none;
}
.np-contact-form-panel .gform_wrapper textarea,
.np-career-form-panel .gform_wrapper.gravity-theme textarea,
.np-page-content .gform_wrapper.gravity-theme textarea {
  min-height: 140px;
  padding-top: 12px;
}
.np-contact-form-panel .gform_wrapper.gravity-theme .gfield_label,
.np-contact-form-panel .gform_wrapper.gravity-theme legend,
.np-career-form-panel .gform_wrapper.gravity-theme .gfield_label,
.np-career-form-panel .gform_wrapper.gravity-theme legend,
.np-page-content .gform_wrapper.gravity-theme .gfield_label,
.np-page-content .gform_wrapper.gravity-theme legend {
  color: #0b3032;
  font-size: .86rem;
  font-weight: 900;
  line-height: 1.7;
}
.np-contact-form-panel .gform_wrapper.gravity-theme .gform_fields,
.np-career-form-panel .gform_wrapper.gravity-theme .gform_fields,
.np-page-content .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 16px;
  align-items: end;
}
.np-contact-form-panel .gform_wrapper input[type="submit"],
.np-contact-form-panel .gform_wrapper .gform_button,
.np-career-form-panel .gform_wrapper.gravity-theme input[type="submit"],
.np-career-form-panel .gform_wrapper.gravity-theme .gform_button,
.np-page-content .gform_wrapper.gravity-theme input[type="submit"],
.np-page-content .gform_wrapper.gravity-theme .gform_button {
  min-height: 54px;
  min-width: 170px;
  padding-inline: 28px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #007063);
  font-family: inherit !important;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(0,112,99,.18);
}
.np-contact-form-panel .gform_wrapper.gravity-theme .gform_footer,
.np-career-form-panel .gform_wrapper.gravity-theme .gform_footer,
.np-page-content .gform_wrapper.gravity-theme .gform_footer {
  justify-content: flex-start;
  padding-top: 18px;
}
.np-career-form-panel .gform_wrapper.gravity-theme .gfield,
.np-career-form-panel .gform_wrapper.gravity-theme .ginput_container,
.np-career-form-panel .gform_wrapper.gravity-theme input,
.np-career-form-panel .gform_wrapper.gravity-theme select,
.np-career-form-panel .gform_wrapper.gravity-theme textarea {
  min-width: 0;
  max-width: 100%;
}
.np-career-form-panel .gform_wrapper.gravity-theme .ginput_counter {
  display: none;
}
.np-career-form-panel #gform_wrapper_1 .gform_fields,
.np-career-form-panel #gform_wrapper_1 ul.gform_fields {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px 14px !important;
  padding: 0 !important;
}
.np-career-form-panel #gform_wrapper_1 .gfield,
.np-career-form-panel #gform_wrapper_1 li.gfield,
.np-career-form-panel #gform_wrapper_1 .top_label li.gfield {
  float: none !important;
  clear: none !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-inline: 0 !important;
}
.np-career-form-panel #gform_wrapper_1 .gfield--width-quarter,
.np-career-form-panel #gform_wrapper_1 .gf_first_quarter,
.np-career-form-panel #gform_wrapper_1 .gf_second_quarter,
.np-career-form-panel #gform_wrapper_1 .gf_third_quarter,
.np-career-form-panel #gform_wrapper_1 .gf_fourth_quarter {
  grid-column: span 1 !important;
}
.np-career-form-panel #gform_wrapper_1 .gsection,
.np-career-form-panel #gform_wrapper_1 .gfield--type-section,
.np-career-form-panel #gform_wrapper_1 .gfield--type-textarea,
.np-career-form-panel #gform_wrapper_1 .gfield--type-fileupload,
.np-career-form-panel #gform_wrapper_1 .gfield--type-checkbox,
.np-career-form-panel #gform_wrapper_1 .gfield--type-consent,
.np-career-form-panel #gform_wrapper_1 .gform_footer {
  grid-column: 1 / -1 !important;
}
@media (max-width: 1440px) {
  .np-career-form-layout {
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
    gap: 14px;
  }
  .np-career-form-side,
  .np-career-form-panel {
    padding: clamp(18px, 2.4vw, 26px);
    border-radius: 28px;
  }
  .np-career-form-panel #gform_wrapper_1 .gform_fields,
  .np-career-form-panel #gform_wrapper_1 ul.gform_fields {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 12px;
    row-gap: 18px;
    align-items: start;
  }
  .np-career-form-panel .gform_wrapper.gravity-theme .gfield {
    grid-column: span 1 !important;
  }
  .np-career-form-panel .gform_wrapper.gravity-theme .gfield--type-section,
  .np-career-form-panel .gform_wrapper.gravity-theme .gfield--type-textarea,
  .np-career-form-panel .gform_wrapper.gravity-theme .gfield--type-fileupload,
  .np-career-form-panel .gform_wrapper.gravity-theme .gfield--type-checkbox,
  .np-career-form-panel .gform_wrapper.gravity-theme .gfield--type-consent,
  .np-career-form-panel .gform_wrapper.gravity-theme .gform_footer {
    grid-column: 1 / -1 !important;
  }
  .np-career-form-panel .gform_wrapper.gravity-theme .gfield_label,
  .np-career-form-panel .gform_wrapper.gravity-theme legend {
    font-size: .82rem;
    line-height: 1.45;
  }
  .np-career-form-panel .gform_wrapper.gravity-theme input,
  .np-career-form-panel .gform_wrapper.gravity-theme select {
    min-height: 48px;
    padding-inline: 12px;
  }
  .np-career-form-panel .np-birthdate-picker {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }
  .np-career-form-panel .np-birthdate-picker select {
    min-height: 46px;
    padding-inline: 8px;
  }
}
@media (max-width: 900px) {
  .np-career-form-layout,
  .np-career-form-panel #gform_wrapper_1 .gform_fields,
  .np-career-form-panel #gform_wrapper_1 ul.gform_fields {
    grid-template-columns: 1fr !important;
  }
  .np-career-form-side {
    position: static;
  }
}
.np-contact-map-panel,
.np-contact-review-panel {
  margin-top: 18px;
}
.np-contact-map-panel iframe {
  width: 100%;
  min-height: 430px;
  border: 0;
  border-radius: 24px;
}
.np-about-section {
  padding-top: 22px;
}
.np-about-story,
.np-about-proof,
.np-about-cta {
  padding: clamp(22px, 3.4vw, 42px);
  border: 1px solid rgba(0,112,99,.10);
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 8%, rgba(0,112,99,.10), transparent 22rem),
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(249,253,252,.9));
}
.np-about-story {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(20px, 4vw, 54px);
  align-items: start;
}
.np-about-story h2,
.np-about-proof h2,
.np-about-cta h2 {
  margin: 0;
  color: #0b3032;
  font-size: clamp(1.55rem, 2.6vw, 2.6rem);
  font-weight: 900;
  line-height: 1.55;
}
.np-about-story-text {
  display: grid;
  gap: 14px;
}
.np-about-story-text p,
.np-about-proof p {
  margin: 0;
  color: #5f7085;
  font-size: 1rem;
  font-weight: 800;
  line-height: 2.1;
}
.np-about-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.np-about-pillar {
  min-height: 220px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255,255,255,.9);
}
.np-about-pillar i {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #007063);
}
.np-about-pillar strong {
  color: #0b3032;
  font-size: 1.05rem;
  font-weight: 950;
}
.np-about-pillar span {
  color: #65758a;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.9;
}
.np-about-proof,
.np-about-cta {
  margin-top: 18px;
}
.np-about-proof {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: center;
}
.np-about-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.np-about-proof-grid span {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(0,112,99,.11);
  border-radius: 18px;
  color: #0b3032;
  background: rgba(255,255,255,.72);
  font-weight: 900;
}
.np-about-proof-grid i {
  color: var(--primary);
  font-size: 1.2rem;
}
.np-about-cta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}
.np-about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.np-buying-path-section {
  padding-top: 18px;
}
.np-category-section {
  background: #fff;
}
.np-category-section .container,
.np-category-section .ios-category-grid {
  background: #fff;
}
.np-buying-path-grid,
.np-shop-quick-cats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.np-buying-path-card,
.np-shop-quick-cats a {
  min-height: 146px;
  display: grid;
  align-content: center;
  gap: 9px;
  padding: 20px;
  border-radius: 24px;
  color: #0b3032;
  background: rgba(255,255,255,.86);
}
.np-buying-path-card i,
.np-shop-quick-cats i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #007063);
}
.np-buying-path-card strong,
.np-shop-quick-cats span {
  font-weight: 900;
}
.np-buying-path-card span {
  color: #66778b;
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.8;
}
.post-card { overflow: hidden; }
.post-card-media {
  min-height: 0;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(0,112,99,.10), rgba(210,171,103,.10));
}
.post-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.np-post-placeholder {
  width: 100%;
  height: 100%;
  min-height: 148px;
  display: grid;
  place-items: center;
  color: var(--primary);
  background: linear-gradient(135deg, rgba(0,112,99,.10), rgba(255,255,255,.72));
}
.np-post-placeholder i {
  font-size: 1.7rem;
}
.post-card-body { padding: 18px; }
.post-card h2 { font-size: 1.2rem; }
.np-archive-section {
  padding-top: 24px;
}
.np-archive-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.np-archive-search {
  width: min(100%, 540px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px;
  align-items: center;
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(0,112,99,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.np-archive-search label {
  min-width: 0;
}
.np-archive-search input {
  width: 100%;
  min-height: 42px;
  border: 0;
  outline: 0;
  padding: 0 14px;
  color: #0b3032;
  background: transparent;
  font-family: inherit;
  font-weight: 800;
}
.np-archive-search button {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  cursor: pointer;
}
.np-archive-sidebar {
  position: sticky;
  top: 106px;
  display: grid;
  gap: 10px;
  padding: 18px;
  background: rgba(255,255,255,.88);
}
.np-archive-sidebar strong {
  color: #0b3032;
  font-size: 1rem;
  font-weight: 900;
}
.np-archive-cat-list {
  display: grid;
  gap: 10px;
}
.np-archive-sidebar li {
  margin: 0;
}
.np-archive-sidebar a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 11px;
  border-radius: 14px;
  color: #475569;
  background: rgba(0,112,99,.045);
  font-weight: 800;
}
.np-archive-sidebar a:hover {
  color: var(--primary);
  background: rgba(0,112,99,.09);
}
.np-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.np-article-card {
  background: rgba(255,255,255,.90);
  border-radius: 26px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.np-article-card:hover {
  border-color: rgba(0,112,99,.20);
  box-shadow: 0 30px 80px rgba(7,28,34,.10);
}
.np-post-date {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--primary);
  font-size: .78rem;
  font-weight: 900;
}
.np-article-card h2 {
  margin-bottom: 10px;
  color: #0b3032;
  font-size: 1.08rem;
  font-weight: 900;
}
.np-article-card p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 5.3em;
  margin-bottom: 14px;
  color: #64748b;
  font-size: .9rem;
}
.np-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 900;
}
.np-blog-hero-card {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .58fr);
  align-items: center;
  min-height: clamp(300px, 31vw, 430px);
}
.np-blog-hero-copy {
  max-width: 760px;
}
.np-blog-hero-copy p,
.np-tax-hero .np-archive-hero-card p {
  max-width: 660px;
  margin-top: 12px;
  color: #5d6f82;
  font-size: clamp(.98rem, 1.25vw, 1.12rem);
  font-weight: 800;
  line-height: 2;
}
.np-blog-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.np-blog-stats span {
  min-width: 134px;
  padding: 12px 14px;
  border: 1px solid rgba(0,112,99,.12);
  border-radius: 20px;
  background: rgba(255,255,255,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.np-blog-stats b {
  display: block;
  color: var(--primary);
  font-size: 1.24rem;
  font-weight: 900;
}
.np-blog-stats small {
  color: #64748b;
  font-size: .78rem;
  font-weight: 900;
}
.np-topic-strip {
  margin-top: -2px;
  padding: 0 0 12px;
}
.np-topic-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.np-topic-pills a,
.np-archive-titlebar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid rgba(0,112,99,.13);
  border-radius: 999px;
  color: var(--primary);
  background: rgba(255,255,255,.76);
  font-weight: 900;
}
.np-blog-content {
  display: grid;
  gap: 18px;
}
.np-featured-article {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 18%, rgba(0,112,99,.12), transparent 18rem),
    rgba(255,255,255,.92);
}
.np-featured-media {
  min-height: 300px;
  display: block;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(0,112,99,.10), rgba(210,171,103,.10));
}
.np-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.np-featured-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 3vw, 38px);
}
.np-featured-body h2 {
  margin-bottom: 14px;
  color: #0b3032;
  font-size: clamp(1.45rem, 2.5vw, 2.25rem);
  font-weight: 900;
  line-height: 1.65;
}
.np-featured-body p {
  margin-bottom: 18px;
  color: #64748b;
  font-size: .98rem;
  line-height: 2.05;
}
.np-archive-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.np-archive-eyebrow {
  color: #0b3032;
  font-size: 1.1rem;
  font-weight: 900;
}
.np-empty-state {
  padding: 26px;
  border-radius: 24px;
  color: #64748b;
  font-weight: 900;
}
.woocommerce-wrap { padding: clamp(16px, 3vw, 30px); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 14px !important;
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
  transition: transform .2s ease;
}
.woocommerce ul.products li.product img { border-radius: 16px; aspect-ratio: 1 / 1; object-fit: cover; }
.woocommerce-loop-product__title { color: #0f172a; font-size: 1rem !important; font-weight: 900; }
.price { color: var(--primary) !important; font-weight: 900 !important; }
.search-form { display: flex; gap: 8px; }
.search-form label { flex: 1; }
.search-form input { width: 100%; min-height: 46px; border: 1px solid var(--border); border-radius: 999px; padding: 8px 16px; font-family: inherit; }
.search-form button { border: 0; border-radius: 999px; padding: 8px 18px; font-family: inherit; color: #fff; background: var(--primary); }
.site-footer {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding: 34px 0 104px;
  color: #fff;
  background:
    radial-gradient(circle at 14% 8%, rgba(210, 171, 103, .16), transparent 24rem),
    radial-gradient(circle at 84% 0%, rgba(50, 185, 170, .12), transparent 26rem),
    radial-gradient(circle at 50% 100%, rgba(255,255,255,.08), transparent 30rem),
    linear-gradient(135deg, #091615, #132626 52%, #0a1112);
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .2;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 76%, transparent);
}
.site-footer > .container {
  position: relative;
  z-index: 1;
}
.site-footer p {
  color: rgba(255,255,255,.7);
}
.np-footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin-bottom: 26px;
  padding: clamp(20px, 4vw, 34px);
  background: linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.07));
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 24px 72px rgba(0,0,0,.18);
}
.np-footer-cta span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--secondary);
  font-size: .85rem;
  font-weight: 900;
}
.np-footer-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1.4rem, 3vw, 2.1rem);
}
.np-footer-cta h2,
.np-footer-cta span {
  color: #fff !important;
}
.np-footer-cta p {
  max-width: 660px;
  margin: 0;
  line-height: 1.9;
}
.np-footer-cta-actions {
  display: flex;
  gap: 10px;
}
.np-footer-cta .btn.secondary {
  color: #fff;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.2);
}
.np-footer-grid {
  display: grid;
  grid-template-columns: minmax(270px, 1.4fr) repeat(3, minmax(150px, .7fr));
  gap: clamp(18px, 3vw, 34px);
  padding-block: 18px 24px;
}
.np-footer-brand,
.np-footer-links,
.np-footer-contact {
  display: grid;
  align-content: start;
  gap: 12px;
}
.np-footer-wordmark {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  font-size: .95rem;
  font-weight: 900;
}
.np-footer-brand p {
  max-width: 360px;
  margin: 0;
  line-height: 1.95;
}
.np-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.np-footer-badges span,
.np-footer-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.07);
  font-size: .82rem;
  font-weight: 800;
}
.np-footer-badges i {
  color: var(--secondary);
}
.np-footer-links h3,
.np-footer-contact h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1rem;
}
.np-footer-links a,
.np-footer-contact a,
.np-footer-bottom a {
  color: rgba(255,255,255,.74);
  line-height: 1.8;
}
.np-footer-links a:hover,
.np-footer-contact a:hover,
.np-footer-bottom a:hover {
  color: #fff;
}
.np-footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.np-footer-phone-link bdi {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
  text-align: left;
  font-variant-numeric: tabular-nums;
  letter-spacing: .02em;
}
.np-footer-phone-link {
  display: none !important;
}
.np-contact-methods bdi,
.np-product-call-link bdi {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
  text-align: left;
  font-variant-numeric: tabular-nums;
  letter-spacing: .02em;
}
.np-footer-contact i {
  color: var(--secondary);
}
.np-footer-status span {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #007063;
  box-shadow: 0 0 0 6px rgba(49,213,139,.12);
}
.np-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.np-footer-bottom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.np-footer-bottom p {
  margin: 0;
  font-size: .86rem;
}
.np-google-reviews-footer {
  padding-bottom: 34px;
}
.np-google-reviews-footer + .site-footer {
  margin-top: 0;
}
.np-site-loader {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 32%, rgba(0,112,99,.16), transparent 18rem),
    linear-gradient(135deg, #f8fbfb, #eaf2f1);
  transition: opacity .35s ease, visibility .35s ease;
}
.np-site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.np-loader-card {
  min-width: 260px;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 24px;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  animation: npLoaderFloat 1.5s ease-in-out infinite alternate;
}
.np-loader-card img {
  width: 168px;
  height: auto;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 18px 28px rgba(0,112,99,.13));
}
.np-loader-card span {
  color: var(--primary);
  font-weight: 900;
  font-size: 1.06rem;
}
.np-loader-card i {
  width: 88px;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(0,112,99,.10);
}
.np-loader-card i::after {
  content: "";
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  animation: npLoaderMove 1s ease-in-out infinite alternate;
}
@keyframes npLoaderMove {
  from { transform: translateX(-20%); }
  to { transform: translateX(160%); }
}
@keyframes npLoaderFloat {
  from { transform: translateY(0) scale(1); }
  to { transform: translateY(-8px) scale(1.025); }
}
.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 2500;
  padding: 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(0,112,99,.16), transparent 24rem),
    radial-gradient(circle at 82% 12%, rgba(210,171,103,.12), transparent 22rem),
    #f4f8f7;
}
.mobile-drawer[hidden] {
  display: none !important;
}
.mobile-drawer-panel {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  max-height: 100dvh;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: clamp(28px, 5vh, 56px) max(20px, calc((100% - 1060px) / 2));
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  background: transparent;
}
.drawer-open { overflow: hidden; }
.drawer-close { margin-bottom: 14px; border: 0; border-radius: 999px; padding: 10px 16px; font-family: inherit; background: #fff; }
.drawer-close i,
.np-header-burger i { color: #007063; }
.mobile-drawer ul { display: none; }
.mobile-drawer a {
  display: block;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  font-weight: 900;
}
.mobile-app-nav {
  position: fixed;
  z-index: 1500;
  inset-inline: 12px;
  bottom: 12px;
  padding: 8px;
  display: none;
  border-radius: 28px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(0, 112, 99, .18);
  box-shadow: 0 18px 55px rgba(0, 112, 99, .15);
}
.mobile-app-nav ul,
.mobile-app-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.mobile-app-nav li { min-width: 0; }
.mobile-app-nav a {
  display: grid;
  place-items: center;
  gap: 2px;
  min-height: 58px;
  border-radius: 20px;
  font-size: .76rem;
  font-weight: 800;
  color: #007063;
}
.mobile-app-nav a i {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 1;
  color: #007063;
}
.mobile-app-nav a b {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 800;
}
.mobile-app-nav li.is-active a,
.mobile-app-nav .current-menu-item a,
.mobile-app-nav a:hover {
  background: #007063;
  color: #fff;
}
.mobile-app-nav li.is-active a i,
.mobile-app-nav .current-menu-item a i,
.mobile-app-nav a:hover i { color: #fff; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .hero-grid { grid-template-columns: 1fr; }
  .category-grid,
  .post-grid,
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  body { padding-bottom: 92px; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .site-header { top: 8px; }
  .header-shell { min-height: 64px; border-radius: 22px; }
  .header-phone, .cart-link { display: none !important; }
  .hero-section { padding-top: 42px; }
  .hero-card { min-height: 260px; }
  .section { padding: 30px 0; }
  .category-grid,
  .post-grid,
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .np-footer-cta,
  .np-footer-grid {
    grid-template-columns: 1fr;
  }
  .np-footer-cta-actions,
  .np-footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }
  .np-footer-cta-actions .btn {
    width: 100%;
  }
  .np-footer-bottom ul {
    justify-content: flex-start;
  }
  body .mobile-app-nav { display: block !important; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
.np-hero-redesign {
  position: relative;
  overflow: hidden;
}
.np-hero-redesign::before,
.np-hero-redesign::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
  pointer-events: none;
}
.np-hero-redesign::before {
  width: 420px;
  height: 420px;
  inset: 8% auto auto -120px;
  background: radial-gradient(circle, rgba(6, 182, 212, .20), transparent 68%);
}
.np-hero-redesign::after {
  width: 520px;
  height: 520px;
  inset: auto -180px 4% auto;
  background: radial-gradient(circle, rgba(29, 78, 216, .18), transparent 68%);
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 13px;
  border-radius: 999px;
  color: #0f172a;
  background: rgba(255, 255, 255, .68);
  border: 1px solid var(--border);
  font-weight: 800;
}
.hero-dashboard {
  min-height: 430px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-content: center;
  position: relative;
  isolation: isolate;
}
.hero-dashboard::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(29,78,216,.12), rgba(6,182,212,.08));
}
.dashboard-top {
  grid-column: 1 / -1;
  display: flex;
  gap: 7px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(15, 23, 42, .88);
}
.dashboard-top span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #007063;
}
.dashboard-top span:nth-child(2) { background: #f59e0b; }
.dashboard-top span:nth-child(3) { background: #ef4444; }
.metric-card {
  min-height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  border-radius: 24px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.metric-card::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: rgba(255,255,255,.20);
  inset: -24px -24px auto auto;
}
.metric-card strong { font-size: 2.35rem; line-height: 1; }
.metric-card small { opacity: .86; font-weight: 800; }
.metric-card.blue { background: linear-gradient(135deg, #1d4ed8, #2563eb); }
.metric-card.cyan { background: linear-gradient(135deg, #0891b2, #06b6d4); }
.metric-card.amber { grid-column: 1 / -1; background: linear-gradient(135deg, #f59e0b, #f97316); }
.np-band {
  background: linear-gradient(90deg, rgba(29,78,216,.06), rgba(6,182,212,.08), rgba(245,158,11,.06));
  border-block: 1px solid rgba(148, 163, 184, .16);
}
.np-modern-shop-active .elementor-location-archive {
  display: none !important;
}
.np-shop-hero {
  padding-top: clamp(32px, 5vw, 62px);
  padding-bottom: 12px;
}
.np-shop-section {
  padding-top: 8px;
}
.np-product-grid,
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.np-product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}
.np-product-card:hover,
.service-card:hover {
  transform: none;
  box-shadow: 0 22px 54px rgba(7, 28, 34, .13);
}
.np-product-image {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 10;
  margin: 12px 12px 0;
  padding: 8px;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(7,28,34,.035);
}
.np-product-image img {
  width: 100%;
  height: clamp(92px, 12vw, 150px) !important;
  max-height: none;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  transform: scale(1.42);
  border-radius: 20px;
  background: #fff;
}
.np-product-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 14px 18px 18px;
}
.np-product-body h3 { font-size: 1.04rem; margin-bottom: 10px; }
.np-product-body p {
  flex: 1;
}
.np-price { min-height: 34px; margin-bottom: 12px; color: var(--primary); font-weight: 900; }
.np-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: auto;
  padding: 8px 14px;
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(135deg, #007063, #007063);
  font-weight: 900;
  font-size: .9rem;
  box-shadow: 0 14px 30px rgba(0,112,99,.20);
}
.np-more:hover,
.np-more:focus-visible {
  color: #fff !important;
  background: linear-gradient(135deg, #007063, #007063);
}
.np-shop-filter-panel {
  margin-bottom: 14px;
  padding: 0;
  overflow: hidden;
}
.np-shop-filter-panel summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  color: #173238;
  cursor: pointer;
  list-style: none;
}
.np-shop-filter-panel summary::-webkit-details-marker {
  display: none;
}
.np-shop-filter-panel summary span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 900;
}
.np-shop-filter-panel summary i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #007063, #007063);
}
.np-shop-filter-panel summary small {
  color: var(--muted);
  font-weight: 800;
}
.np-shop-filter-panel[open] summary {
  border-bottom: 1px solid var(--border);
}
.np-shop-filter {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(150px, .8fr)) auto auto;
  gap: 12px;
  align-items: end;
  padding: 14px;
}
.np-shop-filter label span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 900;
}
.np-shop-filter input,
.np-shop-filter select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 8px 13px;
  background: rgba(255,255,255,.82);
  color: var(--text);
  outline: none;
}
.np-shop-filter input:focus,
.np-shop-filter select:focus {
  border-color: rgba(29, 78, 216, .45);
  box-shadow: 0 0 0 4px rgba(29, 78, 216, .10);
}
.np-shop-filter button,
.np-filter-reset {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  padding: 8px 16px;
  font-weight: 900;
  white-space: nowrap;
}
.np-shop-filter button {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  cursor: pointer;
}
.np-filter-reset {
  color: var(--primary);
  background: rgba(255,255,255,.75);
  border: 1px solid var(--border);
}
.np-shop-products {
  align-items: stretch;
}
.np-product-placeholder {
  width: 100%;
  height: 100%;
  min-height: 132px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  border-radius: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 20% 10%, rgba(6,182,212,.42), transparent 9rem),
    linear-gradient(135deg, #06142f, #1d4ed8);
}
.np-product-placeholder b {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
}
.np-product-placeholder small {
  color: rgba(255,255,255,.76);
  font-weight: 800;
}
.np-empty-state {
  grid-column: 1 / -1;
  min-height: 140px;
  display: grid;
  place-items: center;
  padding: 24px;
  color: var(--muted);
  font-weight: 900;
}
.np-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
}
.np-pagination .page-numbers {
  min-width: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  border: 1px solid var(--border);
  color: var(--text);
  font-weight: 900;
}
.np-pagination .current {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
}
.service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  transition: transform .2s ease;
}
.service-card img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 22px;
}
.service-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.service-card p { margin: 0; font-size: .92rem; }
.seo-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  align-items: center;
  padding: clamp(22px, 4vw, 46px);
  background:
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.58)),
    radial-gradient(circle at 10% 20%, rgba(29,78,216,.18), transparent 34rem);
}
.seo-grid ul {
  display: grid;
  gap: 12px;
}
.seo-grid li {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--border);
  font-weight: 800;
}
@media (max-width: 980px) {
  .hero-dashboard { min-height: 330px; }
  .np-product-grid,
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-grid { grid-template-columns: 1fr; }
  .np-shop-filter { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .hero-dashboard { min-height: auto; grid-template-columns: 1fr; }
  .dashboard-top,
  .metric-card.amber { grid-column: auto; }
  .np-product-grid,
  .service-grid { grid-template-columns: 1fr; }
  .np-shop-filter { grid-template-columns: 1fr; }
  .service-card { grid-template-columns: 76px 1fr; }
  .service-card img { width: 76px; height: 76px; border-radius: 18px; }
}

.np-modern-header-active .elementor-location-header {
  display: none !important;
}
.np-modern-header {
  position: sticky;
  top: 12px;
  z-index: 2000;
  margin-top: 12px;
}
.np-header-shell {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(8px, 1.2vw, 16px);
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 26px;
  background: rgba(255,255,255,.78);
  box-shadow: none;
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}
.np-brand-lockup {
  flex: 0 0 auto;
  min-width: 190px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.np-brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 48px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}
.np-brand-logo img {
  width: 136px;
  height: auto;
}
.np-brand-slogan {
  display: inline-flex;
  max-width: 132px;
  color: var(--primary);
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.45;
}
.np-modern-nav {
  flex: 1 1 auto;
  min-width: 0;
  overflow: visible;
}
.np-modern-nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: nowrap;
}
.np-modern-nav li {
  position: relative;
}
.np-modern-nav a,
.np-header-actions a,
.np-header-burger {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 16px;
  color: #173238;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  border: 0;
  background: transparent;
  font-family: inherit;
}
.np-modern-nav a:hover,
.np-header-ghost:hover,
.np-header-icon:hover,
.np-header-burger:hover {
  color: var(--primary);
  background: rgba(0, 112, 99, .08);
}
.np-modern-nav .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  inset-inline-start: 0;
  min-width: 230px;
  display: grid;
  gap: 4px;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  border: 1px solid var(--border);
  border-radius: 20px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 24px 70px rgba(7, 28, 34, .16);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.np-modern-nav li:hover > .sub-menu,
.np-modern-nav li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.np-modern-nav .sub-menu a {
  justify-content: flex-start;
  width: 100%;
}
.np-header-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
}
.np-header-icon,
.np-header-burger {
  width: 42px;
  padding-inline: 0;
}
.np-header-primary,
.np-header-ghost {
  white-space: nowrap;
}
.np-header-primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--primary), #007063) !important;
  box-shadow: 0 12px 28px rgba(0,112,99,.22);
}
.np-header-ghost {
  color: var(--primary) !important;
  background: rgba(0,112,99,.08) !important;
}
.np-header-burger {
  width: auto;
  display: inline-flex;
  padding-inline: 12px;
  cursor: pointer;
}
.np-header-burger span {
  font-size: .86rem;
}
@media (max-width: 1280px) and (min-width: 981px) {
  .np-brand-slogan {
    display: none;
  }
  .np-brand-lockup {
    min-width: 142px;
  }
  .np-modern-nav a {
    padding-inline: 10px;
    font-size: .86rem;
  }
}
@media (max-width: 1120px) and (min-width: 981px) {
  .np-header-ghost {
    display: none !important;
  }
}
.np-drawer-brand {
  display: inline-grid !important;
  justify-items: center;
  gap: 6px;
  margin: 0;
  padding: 0 !important;
  background: transparent !important;
}
.np-drawer-brand img {
  width: 184px;
  border-radius: 0;
  background: transparent;
}
.np-drawer-brand span {
  color: var(--primary);
  font-size: .9rem;
  font-weight: 800;
}
.mobile-drawer .search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  width: min(100%, 650px);
  margin: 2px 0 8px;
}
.mobile-drawer .search-form input {
  min-height: 54px;
  padding-inline: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  box-shadow: inset 0 0 0 1px rgba(15,23,42,.05);
}
.mobile-drawer .search-form button {
  min-width: 92px;
  min-height: 54px;
  border-radius: 22px;
  font-weight: 900;
}
.np-drawer-quick {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 820px);
  margin: 10px 0;
}
.np-drawer-quick a {
  min-height: 112px;
  display: grid;
  place-items: center;
  gap: 6px;
  align-content: center;
  text-align: center;
  font-size: .9rem;
  border: 1px solid rgba(0,112,99,.10);
  box-shadow: 0 18px 54px rgba(7,28,34,.07);
}
.np-drawer-quick i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #007063;
  background: rgba(0,112,99,.10);
}
.np-drawer-solutions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 820px);
  margin: 0 0 4px;
}
.np-drawer-solutions a {
  min-height: 92px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-areas:
    "icon label"
    "icon text";
  align-items: center;
  column-gap: 12px;
  padding: 16px;
  border: 1px solid rgba(0,112,99,.13);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(0,112,99,.10), rgba(255,255,255,.82)),
    rgba(255,255,255,.86);
  box-shadow: 0 18px 54px rgba(7,28,34,.07);
}
.np-drawer-solutions i {
  grid-area: icon;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #007063;
  background: rgba(0,112,99,.10);
}
.np-drawer-solutions span {
  grid-area: label;
  color: #0b3032;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.35;
}
.np-drawer-solutions small {
  grid-area: text;
  color: #667586;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.6;
}
.np-drawer-static {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 820px);
  margin: 4px 0 2px;
}
.np-drawer-static a {
  min-height: 50px;
  display: grid;
  place-items: center;
  color: #173238;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(0,112,99,.09);
  text-align: center;
}
.np-drawer-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: min(100%, 560px);
  margin-top: 10px;
}
.np-drawer-actions .btn {
  flex: 1 1 0;
}
.drawer-close {
  position: absolute;
  top: clamp(18px, 3vw, 30px);
  inset-inline-start: clamp(18px, 3vw, 30px);
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  margin: 0;
  border-radius: 16px;
  color: var(--primary);
  background: rgba(0,112,99,.08);
}

.np-home-hero {
  position: relative;
  min-height: calc(100vh - 98px);
  display: grid;
  align-items: center;
  margin-top: -98px;
  padding: 156px 0 72px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7,28,34,.94) 0%, rgba(7,28,34,.76) 52%, rgba(7,28,34,.42) 100%),
    var(--hero-image) center / cover no-repeat;
}
.np-home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(0deg, var(--bg) 0%, rgba(244,248,247,0) 100%);
}
.np-home-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin-inline: auto 0;
}
.np-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 6px 14px 6px 8px;
  margin-bottom: 24px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(16px);
}
.np-hero-kicker img {
  width: 116px;
  height: auto;
  border-radius: 0;
  background: transparent;
}
.np-hero-kicker span {
  color: var(--accent-2);
  font-weight: 900;
}
.np-home-hero h1 {
  max-width: 860px;
  color: #fff;
  font-size: clamp(2.25rem, 5.5vw, 4.8rem);
  font-weight: 300;
}
.np-home-hero p {
  max-width: 720px;
  color: rgba(255,255,255,.78);
  font-size: 1.18rem;
}
.np-home-hero .btn.secondary {
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.24) !important;
}
.np-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin-top: 34px;
}
.np-hero-metrics span {
  min-height: 86px;
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 22px;
  color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(14px);
}
.np-hero-metrics b {
  color: #fff;
  font-size: 1.45rem;
  line-height: 1.1;
}
.np-brand-system {
  margin-top: -36px;
  position: relative;
  z-index: 2;
}
.np-brand-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(7, 28, 34, .10);
}
.np-brand-strip span,
.np-brand-strip li {
  color: var(--muted);
  font-size: .9rem;
  font-weight: 800;
}
.np-brand-strip strong {
  display: block;
  color: var(--bg-deep);
  font-size: 1.15rem;
}
.np-brand-strip ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.np-brand-strip li {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0,112,99,.07);
}
.np-brand-strip i {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--swatch);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
}
.np-solution-grid,
.ios-category-grid,
.np-google-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.ios-category-grid {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
}
.np-solution-card,
.ios-category-card,
.np-google-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  transition: box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}
.np-solution-card:hover,
.ios-category-card:hover,
.np-google-card:hover {
  transform: none;
  box-shadow: 0 22px 54px rgba(7, 28, 34, .13);
}
.np-solution-card i,
.np-google-card i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #007063);
}
.np-solution-card h3,
.np-google-card b {
  color: var(--bg-deep);
  font-size: 1.18rem;
}
.np-solution-card p,
.np-google-card span {
  margin: 0;
  color: var(--muted);
}
.ios-category-card {
  min-height: 144px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 16px 10px;
  text-align: center;
  background: #fff;
}
.ios-category-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 20px;
  background: #fff;
}
.np-category-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #007063);
  box-shadow: 0 18px 34px rgba(0,112,99,.18);
}
.np-category-icon i {
  font-size: 1.2rem;
}
.ios-category-card strong {
  color: var(--bg-deep);
  font-size: .86rem;
  line-height: 1.6;
}
.np-blueprint-section {
  color: #fff;
  background: linear-gradient(135deg, var(--bg-deep), #007063 58%, #007063);
}
.np-blueprint-grid,
.np-google-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}
.np-blueprint-section h2,
.np-blueprint-section p {
  color: #fff;
}
.np-blueprint-section p {
  color: rgba(255,255,255,.76);
}
.np-blueprint-map {
  min-height: 360px;
  position: relative;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  background:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
    rgba(255,255,255,.08);
  background-size: 34px 34px;
}
.np-blueprint-map b {
  width: 148px;
  height: 148px;
  display: grid;
  place-items: center;
  border-radius: 42px;
  color: var(--bg-deep);
  background: var(--accent);
  box-shadow: 0 22px 60px rgba(0,0,0,.22);
}
.np-blueprint-map span {
  position: absolute;
  min-width: 112px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.20);
  font-weight: 900;
}
.np-blueprint-map span:nth-child(1) { top: 26px; inset-inline-start: 34px; }
.np-blueprint-map span:nth-child(2) { top: 76px; inset-inline-end: 32px; }
.np-blueprint-map span:nth-child(3) { bottom: 72px; inset-inline-start: 28px; }
.np-blueprint-map span:nth-child(4) { bottom: 28px; inset-inline-end: 38px; }
.np-google-section {
  background:
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.72)),
    linear-gradient(90deg, rgba(0,112,99,.08), rgba(210,171,103,.12));
}
.np-google-card {
  min-height: 168px;
  background: rgba(255,255,255,.84);
}
.np-google-card .fa-google {
  color: #fff;
  background: linear-gradient(135deg, #4285f4, #007063);
}
.np-google-card .fa-star {
  color: var(--bg-deep);
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
}
.np-google-card .fa-map-marker-alt {
  background: linear-gradient(135deg, #ea4335, #fbbc05);
}
.np-shop-hero .container {
  display: grid;
  gap: 14px;
}
.np-shop-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.np-shop-quick-cats {
  margin-top: 4px;
}
.np-shop-quick-cats a {
  min-height: 104px;
  border: 1px solid rgba(0,112,99,.10);
}
.np-product-b2b-status {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--primary);
  background: rgba(0,112,99,.08);
  font-size: .74rem;
  font-weight: 900;
}
.np-product-card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  margin-top: auto;
}
.np-product-card-actions .np-more {
  margin-top: 0;
}
.np-quote-link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border: 1px solid rgba(0,112,99,.18);
  border-radius: 999px;
  color: var(--primary);
  background: rgba(255,255,255,.78);
  font-size: .86rem;
  font-weight: 900;
}
.np-more:hover,
.np-quote-link:hover {
  color: #fff !important;
  background: var(--primary-2);
}
.np-product-call-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 900;
}

@media (max-width: 1080px) {
  .np-final-hero-copy {
    text-align: center;
    justify-items: center;
  }
  .np-final-hero-copy h1 {
    font-size: clamp(1.72rem, 3.68vw, 3.4rem);
  }
  .np-product-hero-grid {
    grid-template-columns: minmax(290px, .9fr) minmax(0, 1.1fr);
    gap: 28px;
  }
  .np-product-media {
    min-height: 380px;
    padding: 20px;
  }
  .np-product-content-grid {
    grid-template-columns: 1fr;
  }
  .np-product-inquiry {
    position: static;
  }
  .np-category-section .ios-category-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 0 0 10px;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .np-category-section .ios-category-grid::before,
  .np-category-section .ios-category-grid::after {
    display: none !important;
  }
  .np-category-section .ios-category-grid::-webkit-scrollbar {
    display: none;
  }
  .np-category-section .ios-category-card {
    flex: 0 0 142px;
    min-height: 130px;
    scroll-snap-align: start;
    border: 1px solid rgba(0, 112, 99, 0.16);
    background: #ffffff;
    box-shadow: none;
  }
  .np-brand-slogan,
  .np-header-ghost {
    display: none;
  }
  .np-modern-nav a {
    padding-inline: 10px;
  }
}

.np-home-hero-final {
  min-height: clamp(720px, 78vh, 880px);
  margin-top: -98px;
  padding: 138px 0 56px;
  color: #173238;
  background:
    radial-gradient(circle at 14% 18%, rgba(210,171,103,.20), transparent 22rem),
    radial-gradient(circle at 84% 12%, rgba(0,112,99,.18), transparent 26rem),
    linear-gradient(135deg, #f8fbfb 0%, #eaf4f2 52%, #d9eeea 100%);
}
.np-home-hero-final::after {
  height: 28%;
}
.np-final-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(340px, .97fr);
  gap: clamp(22px, 5vw, 64px);
  align-items: center;
}
.np-final-hero-copy {
  max-width: 690px;
  min-height: 560px;
  display: grid;
  grid-template-rows: auto minmax(4.1em, auto) minmax(6.15em, auto) auto auto auto;
  align-content: center;
  transition: opacity .22s ease, transform .22s ease;
}
.np-final-hero-copy.is-changing {
  opacity: .35;
  transform: translateY(6px);
}
.np-final-hero-copy h1 {
  max-width: 680px;
  min-height: 4.1em;
  color: #007063;
  font-size: clamp(2.15rem, 4.6vw, 4.25rem);
  font-weight: 300;
  line-height: 1.22;
  margin-bottom: 18px;
  overflow: visible;
  display: block;
}
.np-final-hero-copy p {
  max-width: 620px;
  min-height: 6.15em;
  color: #425c62;
  font-size: clamp(.94rem, 1.25vw, 1.06rem);
  line-height: 2.05;
  overflow: visible;
  display: block;
}
.np-final-hero-copy .hero-actions {
  min-height: 58px;
  align-items: center;
}
.np-home-hero-final .btn.secondary {
  color: var(--primary) !important;
  background: rgba(255,255,255,.76) !important;
  border-color: rgba(0,112,99,.20) !important;
  box-shadow: 0 14px 32px rgba(7,28,34,.08);
}
.np-hero-dots {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}
.np-hero-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(0,112,99,.22);
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}
.np-hero-dots button.is-active {
  width: 34px;
  background: var(--primary);
}
.np-hero-search {
  grid-column: 1 / -1;
  grid-row: 2;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: none;
  margin-top: 24px;
  padding: 8px 16px;
  border: 1px solid rgba(0,112,99,.14);
  border-radius: 22px;
  background: rgba(255,255,255,.76);
  backdrop-filter: blur(16px);
}
.np-hero-search i {
  color: var(--accent);
}
.np-hero-search input[type="search"] {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: none;
  color: #173238;
  background: transparent;
}
.np-hero-search input::placeholder {
  color: rgba(23,50,56,.58);
}
.np-hero-console {
  position: relative;
  min-height: 500px;
  display: grid;
  align-content: space-between;
  gap: 20px;
  padding: clamp(18px, 3vw, 28px);
  overflow: hidden;
  background: rgba(255,255,255,.70);
  border-color: rgba(0,112,99,.12);
  box-shadow: 0 34px 90px rgba(7,28,34,.12);
}
.np-hero-console::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 24px;
  background:
    linear-gradient(rgba(0,112,99,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,112,99,.06) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}
.np-console-top {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 7px;
}
.np-console-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
}
.np-console-top span:nth-child(2) { background: #007063; }
.np-console-top span:nth-child(3) { background: #38bdf8; }
.np-hero-console img {
  position: relative;
  z-index: 1;
  width: min(78%, 410px);
  margin: 0 auto;
  filter: drop-shadow(0 34px 46px rgba(0,0,0,.22));
}
.np-console-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.np-console-metrics span {
  min-height: 74px;
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 10px;
  border-radius: 18px;
  color: #425c62;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,112,99,.10);
  font-size: .86rem;
}
.np-console-metrics b {
  color: var(--primary);
  font-size: 1.35rem;
}
.np-trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -26px;
}
.np-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 16px 42px rgba(7, 28, 34, .08);
  backdrop-filter: blur(18px);
}
.np-trust-grid div,
.np-activity-grid div {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 18px;
  color: #173238;
  background: rgba(0,112,99,.06);
  font-weight: 900;
}
.np-trust-grid div {
  min-height: 64px;
  color: #244249;
  background: rgba(0,112,99,.035);
  font-size: .95rem;
  font-weight: 650;
}
.np-trust-grid i,
.np-activity-grid i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #007063);
}
.np-trust-grid i {
  width: 30px;
  height: 30px;
  border-radius: 12px;
}
.np-split-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  gap: clamp(20px, 5vw, 58px);
  align-items: center;
  padding: clamp(22px, 4vw, 44px);
  border: 1px solid var(--border);
  border-radius: 30px;
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow);
}
.np-split-feature > img {
  width: min(100%, 430px);
  margin-inline: auto;
  filter: drop-shadow(0 26px 42px rgba(0,112,99,.15));
}
.np-equipment-lottie,
.np-cloud-lottie {
  width: min(100%, 430px);
  height: clamp(280px, 34vw, 430px);
  margin-inline: auto;
  filter: drop-shadow(0 26px 42px rgba(0,112,99,.15));
}
.np-equipment-lottie dotlottie-player,
.np-cloud-lottie dotlottie-player {
  width: 100%;
  height: 100%;
  display: block;
}
.np-equipment-band {
  background: linear-gradient(90deg, rgba(0,112,99,.06), rgba(210,171,103,.10));
}
.np-cyber-section {
  background: #071c22;
}
.np-cyber-section .section-heading h2,
.np-cyber-section .section-heading span {
  color: #fff;
}
.np-cyber-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.np-cyber-card {
  display: grid;
  grid-template-columns: minmax(280px, .62fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
  min-height: 360px;
  padding: clamp(22px, 4vw, 44px);
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.14);
  color: #fff;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease;
}
.np-cyber-card:hover {
  background: rgba(255,255,255,.11);
  border-color: rgba(210,171,103,.38);
}
.np-cyber-card img {
  width: 100%;
  max-width: 480px;
  justify-self: center;
  border-radius: 24px;
}
.np-cyber-card span {
  color: #fff;
  font-weight: 900;
}
.np-cyber-card h3 {
  color: #fff !important;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
}
.np-cyber-card p {
  max-width: 680px;
  color: rgba(255,255,255,.72);
  font-size: 1.05rem;
  line-height: 2.05;
}
.np-cyber-card b {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: #fff;
  font-size: .9rem;
  font-weight: 900;
}
.np-activity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.np-cloud-section {
  background: linear-gradient(135deg, rgba(0,112,99,.08), rgba(210,171,103,.12));
}
.np-cloud-panel {
  grid-template-columns: 1fr;
  text-align: center;
  background:
    radial-gradient(circle at 12% 15%, rgba(210,171,103,.18), transparent 22rem),
    rgba(255,255,255,.82);
}
.np-cloud-panel > div {
  max-width: 940px;
  margin-inline: auto;
}
.np-cloud-panel .np-cloud-lottie {
  width: min(100%, 520px);
  height: clamp(250px, 36vw, 390px);
  margin: 14px auto 10px;
}
.np-cloud-panel .np-solution-pills,
.np-cloud-panel .hero-actions {
  justify-content: center;
}
.np-solution-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 22px;
}
.np-solution-pills span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--primary);
  background: rgba(0,112,99,.08);
  font-weight: 900;
}
.np-logo-marquee {
  overflow: hidden;
  padding-block: 8px;
  mask-image: none;
  background: transparent !important;
  box-shadow: none !important;
}
.np-partner-section {
  background: #fff !important;
  box-shadow: none !important;
}
.np-partner-section::before,
.np-partner-section::after,
.np-logo-marquee::before,
.np-logo-marquee::after {
  content: none !important;
  display: none !important;
}
.np-logo-track {
  width: max-content;
  display: flex;
  align-items: stretch;
  gap: 12px;
  animation: npLogoMarquee 34s linear infinite;
  filter: none !important;
}
.np-logo-marquee:hover .np-logo-track {
  animation-play-state: paused;
}
.np-partner-logo {
  width: clamp(156px, 18vw, 210px);
  min-height: 114px;
  display: grid;
  gap: 10px;
  place-items: center;
  padding: 18px;
  background: #fff !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.np-partner-logo img {
  max-width: 148px;
  max-height: 58px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}
.np-partner-logo.is-monochrome img {
  max-width: 118px;
  max-height: 42px;
  filter: brightness(0) saturate(100%) invert(31%) sepia(38%) saturate(1060%) hue-rotate(126deg) brightness(91%) contrast(96%);
}
.np-partner-logo span {
  color: #173238;
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: 0;
}
.np-google-review-plugin {
  direction: rtl;
  padding-block: 8px;
}
.np-single-product {
  padding-top: 34px;
}
.np-product-breadcrumb {
  padding-block: 20px 26px;
}
.np-product-breadcrumb .woocommerce-breadcrumb {
  margin: 0;
  color: var(--muted);
  font-size: .86rem;
}
.np-product-breadcrumb a {
  color: var(--primary);
}
.np-product-hero {
  padding-bottom: 58px;
}
.np-product-hero-grid {
  display: grid;
  grid-template-columns: minmax(370px, .94fr) minmax(0, 1.06fr);
  align-items: center;
  gap: clamp(34px, 5vw, 66px);
  direction: ltr;
}
.np-product-media {
  min-height: 480px;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 32px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(7,28,34,.04), 0 28px 80px rgba(7,28,34,.08);
}
.np-product-main-image {
  width: 100%;
  height: min(400px, 42vw);
  object-fit: contain;
  mix-blend-mode: normal;
  background: #fff;
}
.np-product-no-image {
  min-height: 330px;
  display: grid;
  place-items: center;
  font-size: 4rem;
  color: var(--primary);
}
.np-product-thumbs {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.np-product-thumbs img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  padding: 6px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
}
.np-product-gallery-button {
  justify-self: center;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid rgba(0,112,99,.18);
  border-radius: 999px;
  color: var(--primary);
  background: rgba(255,255,255,.88);
  box-shadow: 0 12px 32px rgba(9,32,39,.08);
  cursor: pointer;
}
.np-product-summary {
  display: grid;
  gap: 22px;
  direction: rtl;
}
.np-product-side,
.np-product-commerce {
  display: grid;
  gap: 22px;
  direction: rtl;
}
.np-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.np-product-tags a {
  padding: 6px 13px;
  border: 1px solid rgba(0,112,99,.16);
  border-radius: 999px;
  color: var(--primary);
  background: rgba(0,112,99,.07);
  font-size: .84rem;
}
.np-product-summary h1 {
  max-width: 620px;
  margin: 0;
  color: var(--bg-deep);
  font-size: clamp(2rem, 3.5vw, 3.15rem);
  font-weight: 700;
  line-height: 1.45;
}
.np-product-lead {
  max-width: 590px;
  color: var(--muted);
  font-size: .98rem;
  line-height: 2;
}
.np-product-lead ul {
  display: grid;
  gap: 8px;
}
.np-product-lead li {
  position: relative;
  padding-inline-start: 20px;
}
.np-product-lead li::before {
  content: "";
  position: absolute;
  top: .8em;
  inset-inline-start: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary-2);
}
.np-product-status {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 16px;
  border-radius: 999px;
  color: var(--primary);
  background: rgba(0,112,99,.08);
  font-weight: 700;
}
.np-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.np-product-actions .btn {
  min-height: 52px;
  gap: 9px;
}
.np-product-assurances {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 630px;
}
.np-product-assurances div {
  min-height: 80px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 12px;
  border-radius: 18px;
  color: var(--bg-deep);
  background: rgba(255,255,255,.67);
  border: 1px solid var(--border);
}
.np-product-assurances i {
  color: var(--primary);
}
.np-product-content-section {
  background: rgba(237,244,244,.62);
}
.np-product-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 20px;
}
.np-product-description {
  padding: clamp(20px, 4vw, 38px);
  background: rgba(255,255,255,.9);
}
.np-product-description .section-heading {
  margin-bottom: 22px;
}
.np-product-description h2:not(.section-heading h2),
.np-product-description h3 {
  margin: 30px 0 12px;
  color: var(--bg-deep);
}
.np-product-description p,
.np-product-description li {
  color: #475569;
  line-height: 2.15;
}
.np-product-description ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 22px;
  padding-inline-start: 0;
}
.np-product-description li {
  position: relative;
  padding-inline-start: 22px;
}
.np-product-description li::before {
  content: "";
  position: absolute;
  top: .85em;
  inset-inline-start: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-2);
}
.np-product-description table {
  width: 100%;
  display: block;
  overflow-x: auto;
  margin-block: 20px;
  border-collapse: collapse;
  font-size: .9rem;
}
.np-product-description th,
.np-product-description td {
  min-width: 126px;
  padding: 13px 12px;
  border: 1px solid rgba(148,163,184,.25);
  text-align: right;
  vertical-align: top;
}
.np-product-description th {
  color: #fff;
  background: var(--primary);
}
.np-product-description tr:nth-child(even) td {
  background: rgba(237,244,244,.54);
}
.np-product-inquiry {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 2400;
  width: min(360px, calc(100vw - 44px));
  display: grid;
  gap: 14px;
  padding: 22px;
  background: rgba(255,255,255,.9);
  border-radius: 0 24px 24px 0;
  box-shadow: 0 24px 70px rgba(9,32,39,.18);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(calc(-100% - 16px), -50%, 0);
  transition: opacity .22s ease, transform .28s ease;
}
.np-product-inquiry.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, -50%, 0);
}
.np-product-float-toggle {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 2399;
  min-width: 48px;
  min-height: 118px;
  display: inline-grid;
  place-items: center;
  gap: 7px;
  padding: 12px 8px;
  border: 1px solid rgba(255,255,255,.7);
  border-left: 0;
  border-radius: 0 18px 18px 0;
  color: #fff;
  background: linear-gradient(180deg, var(--primary), #007063);
  box-shadow: 0 18px 48px rgba(0,112,99,.24);
  cursor: pointer;
  transform: translateY(-50%);
}
.np-product-float-toggle span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: .8rem;
  font-weight: 800;
}
.np-product-float-toggle i {
  font-size: .95rem;
}
.np-product-float-toggle[aria-expanded="true"] {
  opacity: 0;
  pointer-events: none;
}
.np-product-inquiry-close {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  justify-self: end;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--primary);
  background: rgba(255,255,255,.88);
  cursor: pointer;
}
.np-product-inquiry h2 {
  margin: 0;
  font-size: 1.18rem;
  color: var(--bg-deep);
}
.np-product-inquiry p {
  margin: 0 0 6px;
  color: var(--muted);
  line-height: 1.95;
}
.np-product-inquiry .btn {
  width: 100%;
}
.np-product-related .np-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.np-product-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 2600;
  display: grid;
  place-items: center;
  padding: 20px;
}
.np-product-gallery-modal[hidden] {
  display: none;
}
.np-product-gallery-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 32, 39, .36);
  backdrop-filter: blur(10px);
}
.np-product-gallery-dialog {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: min(760px, calc(100dvh - 34px));
  overflow: auto;
  padding: clamp(16px, 3vw, 26px);
  background: rgba(255,255,255,.94);
  border-radius: 28px;
  box-shadow: 0 34px 110px rgba(9,32,39,.24);
}
.np-product-gallery-close {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  float: left;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--primary);
  background: #fff;
  cursor: pointer;
}
.np-product-gallery-head {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
  padding-inline-end: 48px;
}
.np-product-gallery-head span {
  color: var(--primary);
  font-size: .88rem;
  font-weight: 800;
}
.np-product-gallery-head strong {
  color: var(--bg-deep);
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  line-height: 1.55;
}
.np-product-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.np-product-gallery-grid figure {
  margin: 0;
  min-height: 260px;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid rgba(148,163,184,.22);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, rgba(246,250,250,.88));
}
.np-product-gallery-grid img {
  width: 100%;
  max-height: 380px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.product-gallery-open {
  overflow: hidden;
}
.np-client-section {
  background:
    radial-gradient(circle at 80% 0%, rgba(0, 112, 99, .12), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(240,246,247,.92));
}
.np-client-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.np-client-logo-card {
  min-height: 138px;
  padding: 18px 12px 14px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(0, 112, 99, .12);
  box-shadow: 0 20px 48px rgba(9, 32, 39, .08);
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.np-client-logo-card:hover {
  background: #fff;
  border-color: rgba(0, 112, 99, .28);
  box-shadow: 0 24px 56px rgba(0, 112, 99, .12);
}
.np-client-logo-card img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.np-client-logo-card span {
  min-height: 2.7em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.55;
  text-align: center;
}
@keyframes npLogoMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(50%); }
}
.np-product-card,
.ios-category-card,
.post-card,
.np-google-card,
.np-partner-logo,
.np-client-logo-card {
  border-radius: 24px;
}
.np-glass-theme a,
.np-glass-theme button,
.np-glass-theme input,
.np-glass-theme select,
.np-glass-theme textarea,
.np-glass-theme summary,
.np-glass-theme .btn,
.np-glass-theme .glass-card {
  font-family: "BYekanNP", "YekanBakhNP", Tahoma, Arial, sans-serif !important;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
.np-glass-theme a:hover,
.np-glass-theme button:hover,
.np-glass-theme .btn:hover,
.np-glass-theme summary:hover,
.np-glass-theme a:focus-visible,
.np-glass-theme button:focus-visible,
.np-glass-theme .btn:focus-visible,
.np-glass-theme summary:focus-visible {
  letter-spacing: 0;
  font-family: "BYekanNP", "YekanBakhNP", Tahoma, Arial, sans-serif !important;
  font-style: normal;
}
.np-modern-nav a:hover,
.np-header-actions a:hover,
.np-header-burger:hover,
.mobile-app-nav a:hover,
.mobile-drawer a:hover,
.np-product-card:hover a,
.ios-category-card:hover,
.np-google-card:hover,
.np-client-logo-card:hover,
.post-card:hover {
  font-family: "BYekanNP", "YekanBakhNP", Tahoma, Arial, sans-serif !important;
}
.np-product-card:hover,
.ios-category-card:hover,
.post-card:hover,
.np-google-card:hover,
.np-partner-logo:hover,
.np-client-logo-card:hover,
.woocommerce ul.products li.product:hover {
  transform: none !important;
}
.np-modern-shop-active .np-product-grid,
.np-modern-shop-active .woocommerce ul.products {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#np-products .np-product-card {
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.82));
}
#np-products .np-product-image img {
  aspect-ratio: auto;
  object-fit: contain;
  padding: 0;
  background: #fff;
}
.np-cursor-dot,
.np-cursor-ring {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .np-cursor-dot,
  .np-cursor-ring {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    position: fixed;
    inset: 0 auto auto 0;
    z-index: 100000;
    pointer-events: none;
    opacity: 0;
    translate: -50% -50%;
    will-change: transform, opacity;
  }
  .np-cursor-dot {
    display: none !important;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--secondary);
    box-shadow: 0 0 18px rgba(210, 171, 103, .55);
    transition: opacity .18s ease, scale .18s ease;
  }
  .np-cursor-ring {
    display: none !important;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(0, 112, 99, .35);
    box-shadow: inset 0 0 14px rgba(0, 112, 99, .08);
    transition: opacity .18s ease, scale .18s ease, border-color .18s ease;
  }
  body.np-cursor-ready .np-cursor-dot,
  body.np-cursor-ready .np-cursor-ring {
    opacity: 1;
  }
  body.np-cursor-active .np-cursor-dot {
    scale: 1.65;
  }
  body.np-cursor-active .np-cursor-ring {
    scale: 1.35;
    border-color: rgba(210, 171, 103, .55);
  }
}

@media (max-width: 980px) {
  .np-final-hero-grid,
  .np-split-feature,
  .np-cyber-card {
    grid-template-columns: 1fr;
  }
  .np-cyber-card {
    min-height: 0;
  }
  .np-archive-layout {
    grid-template-columns: 1fr;
  }
  .np-archive-sidebar {
    position: static;
  }
  .np-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .np-home-hero-final {
    padding-top: 126px;
  }
  .np-hero-console {
    min-height: 360px;
  }
  .np-trust-grid,
  .np-activity-grid,
  .np-partner-grid,
  .np-client-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .np-page-hero,
  .np-archive-hero {
    padding-top: 28px;
  }
  .np-page-hero-card,
  .np-archive-hero-card {
    min-height: 170px;
    padding: 22px;
    border-radius: 26px;
  }
  .np-page-hero-card h1,
  .np-archive-hero-card h1 {
    font-size: clamp(1.7rem, 9vw, 2.25rem);
  }
  .np-page-content {
    width: min(calc(100% - 20px), var(--container));
    padding: 14px;
    border-radius: 24px;
  }
  .np-page-content iframe {
    border-radius: 20px;
  }
  .np-page-cloud-computing-service .np-page-hero-card {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .page-id-3788 .np-page-hero {
    padding-top: 32px;
  }
  .page-id-3788 .np-page-hero-card {
    min-height: 210px;
  }
  .page-id-3788 .np-page-orbit {
    left: 24px;
    right: auto;
    bottom: 26px;
    width: 58px;
    height: 58px;
  }
  .page-id-3788 .np-page-hero-card::before {
    inset: 18px;
    width: auto;
  }
  .page-id-3788 .np-page-shell-netsep-daas {
    padding-top: 14px;
  }
  .page-id-3788 .np-page-content {
    width: min(calc(100% - 20px), var(--container));
  }
  .page-id-3788 .np-page-content .elementor {
    gap: 14px;
  }
  .page-id-3788 .np-page-content .e-con.e-parent {
    border-radius: 24px;
  }
  .page-id-3788 .np-page-content .elementor-element-6911ad7,
  .page-id-3788 .np-page-content .elementor-element-9b195f4,
  .page-id-3788 .np-page-content .elementor-element-a889c81,
  .page-id-3788 .np-page-content .elementor-element-700c8da {
    padding: 22px 16px;
  }
  .page-id-3788 .np-page-content h1.elementor-heading-title {
    font-size: clamp(1.75rem, 9vw, 2.55rem);
    line-height: 1.55;
  }
  .page-id-3788 .np-page-content h2.elementor-heading-title,
  .page-id-3788 .np-page-content h2 {
    font-size: clamp(1.28rem, 6vw, 1.85rem);
    line-height: 1.65;
  }
  .page-id-3788 .np-page-content p,
  .page-id-3788 .np-page-content .elementor-widget-text-editor,
  .page-id-3788 .np-page-content .elementor-widget-text-editor * {
    font-size: .94rem;
    line-height: 2;
  }
  .page-id-3788 .np-page-content .elementor-element-f081f5d img {
    max-height: 360px;
  }
  .page-id-3788 .np-page-content .glow-container {
    min-height: 150px;
    border-radius: 22px;
  }
  .np-page-hp-server-price-inquiry .np-page-hero-card {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .np-page-hp-server-price-inquiry .np-page-orbit {
    inset-inline-end: 18px;
    bottom: 18px;
    width: 54px;
    height: 54px;
    opacity: .22;
  }
  .np-inquiry-hero-copy h1 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }
  .np-inquiry-hero-actions {
    display: grid;
  }
  .np-inquiry-hero-panel {
    border-radius: 24px;
  }
  .np-inquiry-hero-panel div {
    min-height: 82px;
    border-radius: 18px;
  }
  .page-id-6360 .np-page-content {
    width: min(calc(100% - 20px), var(--container));
  }
  .page-id-6360 .np-page-content .elementor-element-a328142 {
    border-radius: 24px;
  }
  .page-id-6360 .np-page-content .elementor-element-a328142 > .e-con-inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
  }
  .page-id-6360 .np-page-content .elementor-element-2fb44f3,
  .page-id-6360 .np-page-content .elementor-element-e96be6b {
    padding: 16px;
    border-radius: 22px;
  }
  .page-id-6360 .np-page-content h1.elementor-heading-title {
    font-size: clamp(1.55rem, 7vw, 2.15rem);
    line-height: 1.55;
  }
  .page-id-6360 .elementor-form .elementor-form-fields-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .page-id-6360 .elementor-form input.elementor-field,
  .page-id-6360 .elementor-form textarea.elementor-field {
    min-height: 52px;
    border-radius: 16px !important;
  }
  .page-id-6360 .elementor-form .elementor-field-type-checkbox .elementor-field-subgroup {
    grid-template-columns: 1fr;
  }
  .page-id-6360 .elementor-field-type-submit {
    justify-content: stretch;
  }
  .page-id-6360 .elementor-field-type-submit .elementor-button {
    width: 100%;
  }
  .page-id-6360 .np-page-content .elementor-element-a328142 {
    max-width: min(100%, calc(100vw - 24px)) !important;
    border-radius: 24px;
  }
  .page-id-6360 .np-page-content .elementor-element-a328142 > .e-con-inner {
    grid-template-columns: 1fr !important;
    gap: 14px;
    padding: 14px;
  }
  .page-id-6360 .np-page-content .elementor-element-2fb44f3,
  .page-id-6360 .np-page-content .elementor-element-e96be6b {
    padding: 18px;
    border-radius: 22px;
  }
  .page-id-6360 .np-page-content h1.elementor-heading-title {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
    text-align: center;
  }
  .page-id-6360 .np-page-content .elementor-widget-text-editor,
  .page-id-6360 .np-page-content .elementor-widget-text-editor * {
    text-align: center;
    font-size: .94rem;
    line-height: 1.9;
  }
  .page-id-6360 .np-page-content .gform_wrapper.gravity-theme .gform_fields,
  .page-id-6360 .np-page-content .gform_wrapper.gravity-theme .gfield_checkbox,
  .np-page-content :is(#gform_wrapper_6, #gform_wrapper_7, #gform_wrapper_8, #gform_wrapper_9, #gform_wrapper_10) .gform_fields {
    grid-template-columns: 1fr !important;
  }
  .page-id-6360 .np-page-content .gform_wrapper.gravity-theme input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
  .page-id-6360 .np-page-content .gform_wrapper.gravity-theme textarea,
  .page-id-6360 .np-page-content .gform_wrapper.gravity-theme select {
    min-height: 54px;
    border-radius: 16px !important;
  }
  .page-id-6360 .np-page-content .gform_wrapper.gravity-theme textarea {
    min-height: 150px;
  }
  .page-id-6360 .np-page-content .gform_wrapper.gravity-theme .gform_footer,
  .page-id-6360 .np-page-content .gform_wrapper.gravity-theme .gform_button {
    width: 100%;
  }
  .page-id-6360 .elementor-form button.elementor-button,
  .page-id-6360 .elementor-field-type-submit button[type="submit"] {
    width: 100% !important;
  }
  .np-page-about-us .np-page-hero-card,
  .np-page-about-netpardaz .np-page-hero-card {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .np-about-hero-copy h1 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }
  .np-about-hero-actions {
    display: grid;
  }
  .np-about-hero-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 24px;
  }
  .np-about-hero-panel div {
    min-height: 94px;
    border-radius: 18px;
  }
  .np-page-contacts .np-page-hero-card {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .np-contact-hero-copy h1 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }
  .np-contact-hero-actions {
    display: grid;
  }
  .np-contact-hero-console {
    border-radius: 24px;
  }
  .np-contact-hero-console div {
    min-height: 72px;
    border-radius: 18px;
  }
  .np-cloud-hero-copy h1 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }
  .np-cloud-hero-copy p {
    font-size: .88rem;
  }
  .np-cloud-hero-actions {
    display: grid;
  }
  .np-cloud-hero-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 10px;
    border-radius: 22px;
  }
  .np-cloud-hero-panel span {
    min-height: 76px;
    border-radius: 16px;
    font-size: .76rem;
  }
  .np-contact-trust-strip {
    margin-top: 12px;
  }
  .np-contact-trust-card {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 10px;
    border-radius: 22px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .np-contact-trust-item {
    flex: 0 0 220px;
    min-height: 78px;
    padding: 10px;
    border: 1px solid rgba(0,112,99,.10);
    border-radius: 18px;
    background: rgba(255,255,255,.74);
    scroll-snap-align: start;
  }
  .np-contact-route-strip .np-contact-trust-card {
    display: flex;
    grid-template-columns: none;
  }
  .np-contact-route-strip .np-contact-trust-item {
    flex: 0 0 220px;
  }
  .np-career-intro,
  .np-career-form-layout {
    grid-template-columns: 1fr;
  }
  .np-career-intro {
    border-radius: 24px;
  }
  .np-career-benefits,
  .np-career-grid {
    grid-template-columns: 1fr;
  }
  .np-career-card {
    min-height: 0;
    padding: 18px;
    border-radius: 22px;
  }
  .np-career-card h3 {
    min-height: 0;
    font-size: 1.08rem;
  }
  .np-career-form-side {
    position: static;
  }
  .np-career-form-side,
  .np-career-form-panel {
    border-radius: 24px;
  }
  .np-contact-redesign-grid {
    grid-template-columns: 1fr;
  }
  .np-contact-board {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }
  .np-contact-board-grid {
    grid-template-columns: 1fr 1fr;
  }
  @media (max-width: 420px) {
    .np-contact-board-grid {
      grid-template-columns: 1fr;
    }
  }
  .np-contact-board-grid div {
    min-height: 126px;
    border-radius: 18px;
  }
  .np-contact-info-panel,
  .np-contact-form-panel,
  .np-contact-map-panel,
  .np-contact-review-panel {
    border-radius: 24px;
  }
  .np-about-story,
  .np-about-proof,
  .np-about-cta {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }
  .np-about-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .np-about-pillar {
    min-height: 0;
    padding: 16px;
    border-radius: 20px;
  }
  .np-about-proof-grid {
    grid-template-columns: 1fr;
  }
  .np-about-cta {
    display: grid;
  }
  .np-about-cta-actions {
    display: grid;
  }
  .np-contact-form-top {
    flex-direction: column;
  }
  .np-contact-form-badge {
    width: 100%;
  }
  .np-contact-flow {
    grid-template-columns: 1fr;
  }
  .np-contact-sla {
    grid-template-columns: 1fr;
  }
  .np-contact-map-panel iframe {
    min-height: 320px;
    border-radius: 18px;
  }
  .np-buying-path-grid,
  .np-shop-quick-cats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .np-buying-path-card,
  .np-shop-quick-cats a {
    min-height: 112px;
    padding: 14px;
    border-radius: 18px;
  }
  .np-product-card-actions {
    grid-template-columns: 1fr;
  }
  .np-quote-link {
    min-height: 34px;
    font-size: .78rem;
  }
  .np-archive-search {
    grid-template-columns: minmax(0, 1fr) 46px;
    border-radius: 22px;
  }
  .np-archive-search button {
    width: 40px;
    height: 40px;
  }
  .np-archive-sidebar {
    display: block;
    overflow: hidden;
    max-height: 128px;
    padding: 14px;
    border-radius: 22px;
  }
  .np-archive-sidebar strong {
    display: block;
    margin-bottom: 10px;
  }
  .np-archive-cat-list {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }
  .np-archive-cat-list li {
    display: inline-flex !important;
    margin-inline-end: 8px;
    font-size: 0;
  }
  .np-archive-cat-list a {
    min-width: 116px;
    justify-content: center;
    white-space: nowrap;
    font-size: .82rem;
  }
  .np-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .np-article-card {
    border-radius: 20px;
  }
  .np-article-card .post-card-body {
    padding: 12px;
  }
  .np-article-card h2 {
    font-size: .9rem;
    line-height: 1.6;
  }
  .np-article-card p {
    min-height: 0;
    font-size: .78rem;
    -webkit-line-clamp: 2;
  }
  .np-single-product {
    padding-top: 10px;
  }
  .np-product-breadcrumb {
    padding-block: 12px 18px;
  }
  .np-product-hero {
    padding-bottom: 30px;
  }
  .np-product-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .np-product-side {
    display: contents;
  }
  .np-product-summary {
    order: 1;
    gap: 16px;
    width: 100%;
  }
  .np-product-summary h1 {
    font-size: clamp(1.6rem, 8vw, 2rem);
  }
  .np-product-media {
    order: 2;
    min-height: 270px;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
  }
  .np-product-main-image {
    height: 255px;
  }
  .np-product-gallery-button {
    width: 100%;
    min-height: 42px;
  }
  .np-product-commerce {
    order: 3;
    gap: 10px;
    width: 100%;
  }
  .np-product-actions {
    display: grid;
  }
  .np-product-assurances {
    gap: 7px;
  }
  .np-product-assurances div {
    min-height: 66px;
    padding: 8px 5px;
    font-size: .76rem;
    text-align: center;
  }
  .np-product-description {
    padding: 17px 14px;
    border-radius: 20px;
  }
  .np-product-inquiry {
    width: min(330px, calc(100vw - 38px));
    padding: 17px;
    border-radius: 0 20px 20px 0;
  }
  .np-product-float-toggle {
    min-width: 42px;
    min-height: 104px;
    border-radius: 0 16px 16px 0;
    font-size: .82rem;
  }
  .np-product-gallery-modal {
    padding: 10px;
  }
  .np-product-gallery-dialog {
    border-radius: 22px;
  }
  .np-product-gallery-grid {
    grid-template-columns: 1fr;
  }
  .np-product-gallery-grid figure {
    min-height: 210px;
    padding: 12px;
  }
  .np-product-related .np-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mobile-drawer-panel {
    align-items: stretch;
    gap: 12px;
    padding: 22px 14px 18px;
  }
  .np-drawer-brand {
    justify-self: center;
    margin-inline: auto;
    margin-top: 30px;
  }
  .np-drawer-brand img {
    width: 150px;
  }
  .mobile-drawer .search-form {
    margin-inline: auto;
  }
  .np-drawer-quick {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-block: 4px;
  }
  .np-drawer-quick a {
    min-height: 76px;
    font-size: .82rem;
  }
  .np-drawer-solutions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .np-drawer-solutions a {
    min-height: 78px;
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 9px;
    padding: 12px;
    border-radius: 18px;
  }
  .np-drawer-solutions i {
    width: 36px;
    height: 36px;
    border-radius: 13px;
    font-size: .9rem;
  }
  .np-drawer-solutions span {
    font-size: .86rem;
  }
  .np-drawer-solutions small {
    font-size: .68rem;
  }
  .np-drawer-static {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .np-drawer-static a {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .84rem;
    line-height: 1.4;
  }
  .np-drawer-static .np-drawer-static-cta {
    grid-column: auto;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    justify-self: stretch;
    margin-top: 0;
    min-height: 42px;
    padding: 10px 14px !important;
    border-radius: 18px;
    line-height: 1.4;
    box-shadow: none;
  }
  .np-drawer-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 6px;
    align-items: stretch;
    width: 100%;
  }
  .np-drawer-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    font-size: .82rem;
    padding: 10px 10px !important;
    justify-content: center;
  }
  body {
    font-size: 14px;
  }
  .section {
    padding: 34px 0;
  }
  .section-heading {
    gap: 8px;
    margin-bottom: 16px;
    align-items: center;
    text-align: center;
  }
  .section-heading h2,
  .np-split-feature h2,
  .np-google-section h2 {
    font-size: clamp(1.35rem, 7vw, 2rem);
    line-height: 1.45;
  }
  .section-heading span,
  .section-heading a,
  .np-split-feature > div,
  .np-split-feature h2,
  .np-split-feature p,
  .np-cyber-card div,
  .np-cyber-card h3,
  .np-cyber-card p,
  .np-blueprint-section h2,
  .np-blueprint-section p,
  .np-google-section h2 {
    text-align: center;
  }
  .np-split-feature .hero-actions,
  .np-solution-pills,
  .np-cyber-card b {
    justify-content: center;
  }
  .np-home-hero-final {
    min-height: auto;
    margin-top: -82px;
    padding: 78px 0 32px;
  }
  .np-final-hero-copy {
    min-height: auto;
    grid-template-rows: minmax(3.25em, auto) minmax(3.8em, auto) auto auto auto;
    align-content: start;
  }
  .np-mobile-heading-lottie {
    grid-column: 1;
    width: min(88vw, 360px);
    height: 230px;
    display: block;
    margin: 0 auto 10px;
  }
  .np-final-hero-copy h1 {
    width: 100%;
    max-width: 620px;
    min-height: 3.25em;
    font-size: clamp(1.55rem, 6.6vw, 2.05rem);
    line-height: 1.38;
    margin-bottom: 10px;
  }
  .np-final-hero-copy p {
    min-height: 3.8em;
    margin-bottom: 12px;
    font-size: .9rem;
    line-height: 1.8;
  }
  .np-final-hero-copy .hero-actions {
    min-height: auto;
  }
  .np-hero-kicker {
    min-height: 44px;
    padding: 5px 10px;
    margin-bottom: 14px;
  }
  .np-hero-kicker img {
    width: 96px;
  }
  .np-hero-kicker span {
    font-size: .88rem;
  }
  .np-hero-search {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    max-width: none;
    margin: 14px 0 0;
    min-height: 50px;
    border-radius: 18px;
  }
  .np-hero-console {
    display: none;
  }
  .np-hero-console img {
    width: min(72%, 280px);
  }
  .np-activity-grid,
  .np-partner-grid {
    grid-template-columns: 1fr;
  }
  .np-console-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }
  .np-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
  }
  .np-console-metrics span,
  .np-trust-grid div,
  .np-activity-grid div {
    min-height: 58px;
  }
  .np-trust-grid div {
    gap: 8px;
    padding: 10px 9px;
    border-radius: 16px;
    font-size: .82rem;
    line-height: 1.55;
    font-weight: 650;
  }
  .np-trust-grid i {
    width: 28px;
    height: 28px;
    border-radius: 11px;
    font-size: .85rem;
  }
  .np-split-feature,
  .np-cyber-card {
    padding: 18px;
    border-radius: 24px;
  }
  .np-cyber-card img {
    max-width: 300px;
    margin-inline: auto;
  }
  .np-product-body h3 {
    font-size: 1rem;
  }
  .post-grid,
  .ios-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }
  .post-card,
  .ios-category-card {
    min-height: 0;
    border-radius: 18px;
  }
  .post-card-media {
    aspect-ratio: 4 / 3;
  }
  .post-card-body {
    padding: 10px;
  }
  .post-card-body h3 {
    margin-bottom: 0;
    font-size: .86rem;
    line-height: 1.55;
  }
  .post-card-body p {
    display: none;
  }
  .ios-category-card {
    padding: 12px;
    gap: 10px;
  }
  .np-category-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
  }
  .ios-category-card strong {
    font-size: .92rem;
  }
  .ios-category-card span {
    font-size: .9rem;
  }
}
@media (max-width: 780px) {
  .np-product-image {
    background: #fff;
  }
  .np-product-image img {
    transform: scale(1.58);
    background: #fff;
  }
  .np-product-media {
    background: #fff;
  }
  .np-product-main-image {
    height: 255px;
    background: #fff;
  }
}
@media (min-width: 480px) and (max-width: 740px) {
  #np-products .np-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #np-products .np-product-body {
    padding: 4px 14px 16px;
  }
  #np-products .np-product-body h3 {
    font-size: .92rem;
    line-height: 1.65;
  }
  #np-products .np-more {
    min-height: 36px;
    padding-inline: 12px;
    font-size: .82rem;
  }
}
@media (max-width: 640px) {
  .np-shop-hero {
    padding-top: 18px;
    padding-bottom: 4px;
  }
  .np-shop-hero h1 {
    margin-bottom: 6px;
    font-size: 2rem;
  }
  .np-shop-hero p {
    margin-bottom: 10px;
    font-size: .92rem;
    line-height: 1.8;
  }
  .np-shop-section {
    padding-top: 0;
  }
  .np-shop-filter-panel {
    margin-bottom: 10px;
    border-radius: 22px;
  }
  .np-shop-filter-panel summary {
    min-height: 52px;
    padding: 9px 12px;
  }
  .np-shop-filter-panel summary small {
    display: none;
  }
  .np-modern-shop-active .np-product-grid,
  .np-modern-shop-active .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }
  .np-modern-shop-active .np-product-card {
    border-radius: 18px;
  }
  .np-modern-shop-active .np-product-image {
    margin: 8px 8px 0;
    padding: 4px;
  }
  .np-modern-shop-active .np-product-image img,
  .np-modern-shop-active .np-product-placeholder {
    aspect-ratio: 16 / 10;
    border-radius: 14px;
  }
  .np-modern-shop-active .np-product-image img {
    transform: scale(1.58);
  }
  .np-modern-shop-active .np-product-body {
    padding: 10px 10px 12px;
  }
  .np-modern-shop-active .np-product-body h3 {
    min-height: 48px;
    margin-bottom: 6px;
    font-size: .82rem;
    line-height: 1.55;
  }
  .np-modern-shop-active .np-product-body p {
    display: none;
  }
  .np-modern-shop-active .np-price {
    min-height: 24px;
    margin-bottom: 8px;
    font-size: .78rem;
  }
  .np-modern-shop-active .np-more {
    width: 100%;
    justify-content: center;
    min-height: 34px;
    padding: 7px 8px;
    font-size: .78rem;
  }
}
@media (max-width: 640px) {
  .np-blog-hero-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .np-blog-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .np-blog-stats span {
    min-width: 0;
    border-radius: 18px;
  }
  .np-topic-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }
  .np-topic-pills a {
    flex: 0 0 auto;
    min-width: 118px;
    font-size: .84rem;
  }
  .np-featured-article {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }
  .np-featured-media {
    min-height: 190px;
  }
  .np-featured-body {
    padding: 16px;
  }
  .np-featured-body h2 {
    font-size: 1.15rem;
  }
  .np-archive-titlebar {
    align-items: stretch;
    flex-direction: column;
  }
}
@media (max-width: 980px) {
  .np-modern-nav,
  .np-header-actions .np-header-icon,
  .np-header-actions .np-header-ghost {
    display: none !important;
  }
  .np-header-burger {
    display: inline-grid;
    width: 42px;
    padding-inline: 0;
  }
  .np-header-burger span {
    display: none;
  }
  .np-header-shell {
    min-height: 66px;
  }
  .np-home-hero {
    min-height: auto;
    margin-top: -90px;
    padding-top: 140px;
  }
  .np-hero-metrics,
  .np-solution-grid,
  .ios-category-grid,
  .np-blueprint-grid,
  .np-google-grid,
  .np-google-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .np-modern-header {
    top: 8px;
    margin-top: 8px;
  }
  .np-header-shell {
    width: min(calc(100% - 24px), var(--container));
    padding: 9px 10px;
    border-radius: 22px;
  }
  .np-brand-lockup {
    min-width: 0;
  }
  .np-brand-logo {
    width: 136px;
    height: 44px;
  }
  .np-brand-logo img {
    width: 130px;
  }
  .np-header-primary {
    min-height: 40px;
    padding-inline: 12px;
    font-size: .88rem;
  }
  .np-home-hero {
    padding: 126px 0 48px;
  }
  .np-home-hero-inner {
    margin-inline: auto;
  }
  .np-home-hero h1 {
    font-size: clamp(2rem, 9.6vw, 3.1rem);
    line-height: 1.45;
  }
  .np-hero-metrics,
  .np-solution-grid,
  .ios-category-grid,
  .np-blueprint-grid,
  .np-google-grid,
  .np-google-cards {
    grid-template-columns: 1fr;
  }
  .np-brand-strip {
    align-items: flex-start;
    flex-direction: column;
  }
  .np-brand-strip ul {
    justify-content: flex-start;
  }
  .ios-category-card,
  .np-solution-card {
    min-height: 0;
  }
  .np-blueprint-map {
    min-height: 310px;
  }
  .np-blueprint-map b {
    width: 126px;
    height: 126px;
    border-radius: 34px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title,
.entry-title,
.page-title,
.product_title,
.woocommerce-loop-product__title,
.section-heading h2,
.section-heading h3,
.np-home-hero h1,
.np-section-title,
.np-card-title,
.np-product-card h2,
.np-product-card h3,
.np-product-card .woocommerce-loop-product__title,
.post-card h2,
.post-card h3,
.category-card h3 {
  color: #007063 !important;
}

/* Scroll performance tuning: keep the glass look while reducing repaint cost. */
.np-glass-theme .glass-card,
.np-header-shell,
.np-hero-search,
.np-trust-grid,
.mobile-app-nav {
  backdrop-filter: blur(8px) saturate(125%) !important;
  -webkit-backdrop-filter: blur(8px) saturate(125%) !important;
}

.np-product-card,
.ios-category-card,
.np-buying-path-card,
.np-cyber-card,
.post-card,
.np-client-logo-card,
.np-partner-logo {
  transform: translateZ(0);
  backface-visibility: hidden;
}

@media (max-width: 780px), (prefers-reduced-motion: reduce) {
  .np-glass-theme .glass-card,
  .np-header-shell,
  .np-hero-search,
  .np-trust-grid,
  .mobile-app-nav {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .np-cursor-dot,
  .np-cursor-ring {
    display: none !important;
  }
}

/* Keep drawer CTA rows aligned on desktop/tablet as well as mobile. */
.np-drawer-static {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.np-drawer-static .np-drawer-static-cta {
  grid-column: auto;
  width: 100%;
  justify-self: stretch;
}

.np-drawer-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
}

.np-drawer-actions .btn {
  width: 100%;
  min-width: 0;
  justify-content: center;
}

/* Final drawer layout: cooperation and contact are full-width rows on every viewport. */
.np-drawer-static a[href*="/cooperation/"],
.np-drawer-static .np-drawer-static-cta {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  justify-self: stretch !important;
}

.np-drawer-static a[href*="/cooperation/"] {
  min-height: 48px;
}

.np-drawer-static .np-drawer-static-cta {
  min-height: 48px;
  border-radius: 999px;
}

/* Laptop/desktop drawer action row should stay inside the drawer content width. */
@media (min-width: 769px) {
  .np-drawer-actions {
    width: min(100%, 760px) !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    justify-self: center !important;
    box-sizing: border-box;
  }

  .np-drawer-actions .btn {
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  .np-drawer-actions {
    width: 100% !important;
    max-width: none !important;
  }
}

/* Match laptop drawer action width to the link grid above. */
@media (min-width: 769px) {
  .np-drawer-actions {
    width: min(100%, 820px) !important;
    max-width: 820px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Lighthouse-safe accessibility and font rendering polish. */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../vendor/fontawesome/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../vendor/fontawesome/webfonts/fa-regular-400.woff2") format("woff2");
}

.skip-link {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 100000;
  transform: translateY(-140%);
  padding: 10px 16px;
  border-radius: 999px;
  background: #007063;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(8, 45, 33, .22);
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: translateY(0);
  outline: 3px solid rgba(210, 171, 103, .55);
  outline-offset: 3px;
}

.np-drawer-quick a,
.np-drawer-static a,
.np-drawer-actions .btn,
.mobile-app-nav a {
  min-height: 44px;
}

/* Drawer requested CTAs: make cooperation and consultant contact green. */
.np-drawer-static a[href*="/cooperation/"],
.np-drawer-actions a[href*="/contacts/"] {
  background: #007063 !important;
  color: #fff !important;
  border-color: #007063 !important;
  box-shadow: 0 18px 38px rgba(0, 112, 99, .18);
}

.np-drawer-static a[href*="/cooperation/"]:hover,
.np-drawer-actions a[href*="/contacts/"]:hover {
  background: #0c5142 !important;
  color: #fff !important;
  border-color: #0c5142 !important;
}

/* Compact mobile drawer for iPhone-sized screens. */
@media (max-width: 430px) {
  .mobile-drawer-panel {
    padding: 14px 12px 16px !important;
    gap: 8px !important;
  }

  .drawer-close {
    width: 54px !important;
    height: 54px !important;
    min-height: 54px !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 20px !important;
  }

  .np-drawer-brand {
    gap: 4px !important;
    margin-top: -8px !important;
    margin-bottom: 6px !important;
  }

  .np-drawer-brand img {
    width: 142px !important;
    height: auto !important;
    max-height: 52px !important;
    object-fit: contain;
  }

  .np-drawer-brand span {
    font-size: .9rem !important;
    line-height: 1.35 !important;
  }

  .mobile-drawer .search-form {
    min-height: 46px !important;
    gap: 8px !important;
    margin-bottom: 6px !important;
  }

  .mobile-drawer .search-form input {
    min-height: 46px !important;
    padding: 9px 14px !important;
    font-size: .82rem !important;
    border-radius: 18px !important;
  }

  .mobile-drawer .search-form button {
    min-height: 46px !important;
    min-width: 76px !important;
    padding: 8px 12px !important;
    border-radius: 18px !important;
    font-size: .82rem !important;
  }

  .np-drawer-quick,
  .np-drawer-solutions,
  .np-drawer-static,
  .np-drawer-actions {
    gap: 7px !important;
  }

  .np-drawer-quick a {
    min-height: 82px !important;
    padding: 10px 8px !important;
    border-radius: 18px !important;
    gap: 7px !important;
  }

  .np-drawer-quick i {
    width: 34px !important;
    height: 34px !important;
    border-radius: 12px !important;
    font-size: .82rem !important;
  }

  .np-drawer-quick span,
  .np-drawer-static a,
  .np-drawer-actions .btn {
    font-size: .82rem !important;
  }

  .np-drawer-solutions a {
    min-height: 58px !important;
    padding: 9px 10px !important;
    border-radius: 17px !important;
    column-gap: 8px !important;
  }

  .np-drawer-solutions i {
    width: 34px !important;
    height: 34px !important;
    border-radius: 12px !important;
    font-size: .82rem !important;
  }

  .np-drawer-solutions span {
    font-size: .82rem !important;
    line-height: 1.35 !important;
  }

  .np-drawer-solutions small {
    font-size: .64rem !important;
    line-height: 1.35 !important;
  }

  .np-drawer-static a,
  .np-drawer-static a[href*="/cooperation/"],
  .np-drawer-static .np-drawer-static-cta,
  .np-drawer-actions .btn {
    min-height: 40px !important;
    padding: 8px 10px !important;
    border-radius: 17px !important;
  }
}

/* Add a little breathing room above the drawer logo without increasing iPhone scroll height. */
@media (max-width: 430px) {
  .np-drawer-brand {
    margin-top: 4px !important;
    margin-bottom: 2px !important;
  }

  .mobile-drawer-panel {
    padding-top: 8px !important;
    gap: 6px !important;
  }

  .np-drawer-quick a {
    min-height: 78px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .np-drawer-solutions a {
    min-height: 55px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .np-drawer-static a,
  .np-drawer-static a[href*="/cooperation/"],
  .np-drawer-static .np-drawer-static-cta,
  .np-drawer-actions .btn {
    min-height: 38px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
}

/* Apple-like liquid glass polish for header and mobile bottom nav. */
.np-modern-header .np-header-shell,
.mobile-app-nav {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(246, 251, 249, .42)),
    linear-gradient(180deg, rgba(255, 255, 255, .42), rgba(255, 255, 255, .16));
  border: 1px solid rgba(255, 255, 255, .72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .88),
    inset 0 -1px 0 rgba(0, 112, 99, .06),
    0 22px 60px rgba(8, 45, 33, .12),
    0 8px 24px rgba(0, 112, 99, .08);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  backdrop-filter: saturate(180%) blur(24px);
}

.np-modern-header .np-header-shell::before,
.mobile-app-nav::before {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, .82), transparent 34%),
    radial-gradient(circle at 78% 100%, rgba(115, 184, 168, .18), transparent 38%);
  opacity: .8;
}

.np-modern-header .np-header-shell > *,
.mobile-app-nav > * {
  position: relative;
  z-index: 1;
}

.mobile-app-nav {
  background-color: rgba(246, 251, 249, .46) !important;
  border-color: rgba(179, 214, 204, .42) !important;
  overflow: hidden;
}

.mobile-app-nav a {
  background: transparent;
  border: 1px solid transparent;
  transition: background .22s ease, color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.mobile-app-nav li.is-active a,
.mobile-app-nav .current-menu-item a,
.mobile-app-nav a:hover {
  background:
    linear-gradient(145deg, rgba(0, 112, 99, .94), rgba(12, 81, 66, .92)),
    radial-gradient(circle at 30% 0%, rgba(255, 255, 255, .28), transparent 44%);
  border-color: rgba(255, 255, 255, .44);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .32),
    0 16px 34px rgba(0, 112, 99, .24);
  transform: translateY(-1px);
}

.np-header-ghost,
.np-header-primary,
.np-header-icon,
.np-header-burger {
  -webkit-backdrop-filter: saturate(170%) blur(16px);
  backdrop-filter: saturate(170%) blur(16px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .42);
}

/* Keep the long first hero slider title to two lines across devices. */
.np-final-hero-copy h1 {
  max-width: 15.8em;
  text-wrap: balance;
}

@media (min-width: 1025px) {
  .np-final-hero-copy h1 {
    font-size: clamp(2.35rem, 3.35vw, 3.72rem) !important;
    line-height: 1.34 !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .np-final-hero-copy h1 {
    max-width: 16.4em;
    font-size: clamp(2rem, 4.3vw, 2.85rem) !important;
    line-height: 1.36 !important;
  }
}

@media (max-width: 768px) {
  .np-final-hero-copy h1 {
    max-width: 17.6em;
    font-size: clamp(1.32rem, 5.55vw, 1.78rem) !important;
    line-height: 1.36 !important;
    min-height: 2.75em !important;
  }
}

/* Remove global green active fill from bottom mobile app nav. */
.mobile-app-nav li.is-active a,
.mobile-app-nav .current-menu-item a,
.mobile-app-nav a:hover {
  background: rgba(255, 255, 255, .18) !important;
  border-color: rgba(179, 214, 204, .34) !important;
  color: #007063 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .48), 0 10px 24px rgba(0, 112, 99, .08) !important;
  transform: none !important;
}

.mobile-app-nav li.is-active a i,
.mobile-app-nav .current-menu-item a i,
.mobile-app-nav a:hover i,
.mobile-app-nav li.is-active a b,
.mobile-app-nav .current-menu-item a b,
.mobile-app-nav a:hover b {
  color: #007063 !important;
}

/* Decorative cursor follower disabled. */
.np-cursor-dot,
.np-cursor-ring {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .np-cursor-dot {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 7px !important;
    height: 7px !important;
    margin: -3.5px 0 0 -3.5px !important;
    background: rgba(0, 112, 99, .72) !important;
    box-shadow: 0 0 14px rgba(0, 112, 99, .18) !important;
  }

  .np-cursor-ring {
    display: block !important;
    opacity: .42 !important;
    visibility: visible !important;
    width: 42px !important;
    height: 42px !important;
    margin: -21px 0 0 -21px !important;
    border-color: rgba(0, 112, 99, .34) !important;
    background: radial-gradient(circle, rgba(246, 251, 249, .54), rgba(115, 184, 168, .12) 58%, transparent 70%) !important;
    box-shadow: 0 0 22px rgba(0, 112, 99, .08) !important;
  }

  body.np-cursor-active .np-cursor-dot {
    opacity: 0 !important;
  }

  body.np-cursor-active .np-cursor-ring {
    width: 46px !important;
    height: 46px !important;
    margin: -23px 0 0 -23px !important;
    opacity: .36 !important;
    border-color: rgba(210, 171, 103, .34) !important;
  }
}

@media (hover: none), (pointer: coarse), (max-width: 768px) {
  .np-cursor-dot,
  .np-cursor-ring {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

/* Contact form: remove harsh default Gravity Forms borders/focus rings. */
.np-contact-form-panel .gform_wrapper input[type="text"],
.np-contact-form-panel .gform_wrapper input[type="email"],
.np-contact-form-panel .gform_wrapper input[type="tel"],
.np-contact-form-panel .gform_wrapper input[type="number"],
.np-contact-form-panel .gform_wrapper input[type="url"],
.np-contact-form-panel .gform_wrapper textarea,
.np-contact-form-panel .gform_wrapper select,
.np-contact-modal .gform_wrapper input[type="text"],
.np-contact-modal .gform_wrapper input[type="email"],
.np-contact-modal .gform_wrapper input[type="tel"],
.np-contact-modal .gform_wrapper input[type="number"],
.np-contact-modal .gform_wrapper input[type="url"],
.np-contact-modal .gform_wrapper textarea,
.np-contact-modal .gform_wrapper select {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: inset 0 0 0 1px rgba(179, 214, 204, .36), 0 12px 30px rgba(0, 112, 99, .05) !important;
}

.np-contact-form-panel .gform_wrapper input:focus,
.np-contact-form-panel .gform_wrapper textarea:focus,
.np-contact-form-panel .gform_wrapper select:focus,
.np-contact-modal .gform_wrapper input:focus,
.np-contact-modal .gform_wrapper textarea:focus,
.np-contact-modal .gform_wrapper select:focus {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: inset 0 0 0 2px rgba(0, 112, 99, .34), 0 16px 34px rgba(0, 112, 99, .10) !important;
}
