.notewall-service-page {
  --nw-service-text: #102033;
  --nw-service-muted: #5d6d7e;
  --nw-service-border: #d9e6ef;
  --nw-service-soft: #f7fafc;
  --nw-service-green: #16a34a;
  --nw-service-green-hover: #15803d;
  --nw-service-blue: #18a8df;
  --nw-service-blue-hover: #0e95c8;
  --nw-service-teal: #35abc3;
  max-width: 1600px;
  margin: 0 auto;
  padding: 30px 20px 72px;
  color: var(--nw-service-text);
}

.notewall-service-page * {
  box-sizing: border-box;
}

.notewall-service-page a {
  text-decoration: none;
}

.notewall-service-page h1,
.notewall-service-page h2,
.notewall-service-page h3,
.notewall-service-page p {
  margin-top: 0;
}

.notewall-service-page .nw-service-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.notewall-service-page h1 {
  margin-bottom: 12px;
  color: var(--nw-service-text);
  font-size: 42px;
  font-weight: 600;
  line-height: 1.15;
}

.notewall-service-page .nw-service-intro p,
.notewall-service-page .nw-service-section__head p {
  max-width: 820px;
  margin-bottom: 0;
  color: var(--nw-service-muted);
  font-size: 18px;
  line-height: 1.5;
}

.notewall-service-page .nw-service-actions,
.notewall-service-page .nw-service-help__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.notewall-service-page .nw-service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.notewall-service-page .nw-service-btn:hover {
  transform: translateY(-1px);
}

.notewall-service-page .nw-service-btn--primary {
  color: #fff;
  background: var(--nw-service-green);
  box-shadow: 0 10px 22px rgba(22, 163, 74, .22);
}

.notewall-service-page .nw-service-btn--primary:hover {
  color: #fff;
  background: var(--nw-service-green-hover);
}

.notewall-service-page .nw-service-btn--secondary {
  color: #fff;
  background: var(--nw-service-blue);
  box-shadow: 0 10px 22px rgba(24, 168, 223, .2);
}

.notewall-service-page .nw-service-btn--secondary:hover {
  color: #fff;
  background: var(--nw-service-blue-hover);
}

.notewall-service-page .nw-service-hero-card,
.notewall-service-page .nw-service-card,
.notewall-service-page .nw-service-help {
  background: #fff;
  border: 1px solid var(--nw-service-border);
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(16, 32, 51, .07);
}

.notewall-service-page .nw-service-hero-card {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: 26px;
  align-items: stretch;
  overflow: hidden;
}

.notewall-service-page .nw-service-hero-card__content {
  padding: 30px;
}

.notewall-service-page .nw-service-hero-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
}

.notewall-service-page .nw-service-section {
  margin-top: 34px;
}

.notewall-service-page .nw-service-section__head {
  margin-bottom: 16px;
}

.notewall-service-page h2 {
  margin-bottom: 10px;
  color: var(--nw-service-text);
  font-size: 28px;
  font-weight: 760;
  line-height: 1.2;
}

.notewall-service-page h3 {
  margin-bottom: 12px;
  color: var(--nw-service-text);
  font-size: 20px;
  font-weight: 760;
  line-height: 1.25;
}

.notewall-service-page p {
  color: var(--nw-service-muted);
  font-size: 16px;
  line-height: 1.55;
}

.notewall-service-page p:last-child {
  margin-bottom: 0;
}

.notewall-service-page .nw-service-grid {
  display: grid;
  gap: 18px;
}

.notewall-service-page .nw-service-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.notewall-service-page .nw-service-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.notewall-service-page .nw-service-card {
  padding: 24px;
}

.notewall-service-page .nw-service-card--accent {
  background: var(--nw-service-soft);
}

.notewall-service-page .nw-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  color: var(--nw-service-teal);
  background: #eef9fc;
  border: 1px solid #cdeaf2;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 850;
}

.notewall-service-page ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: var(--nw-service-muted);
  font-size: 15px;
  line-height: 1.5;
}

.notewall-service-page .nw-service-wide-card {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 26px;
  align-items: start;
}

.notewall-service-page .nw-service-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.notewall-service-page .nw-service-steps li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 14px;
  padding: 14px;
  background: var(--nw-service-soft);
  border: 1px solid var(--nw-service-border);
  border-radius: 14px;
}

.notewall-service-page .nw-service-steps span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--nw-service-teal);
  border-radius: 14px;
  font-size: 13px;
  font-weight: 850;
}

.notewall-service-page .nw-service-steps strong {
  color: var(--nw-service-text);
  font-size: 16px;
}

.notewall-service-page .nw-service-steps p {
  margin: 0;
  font-size: 15px;
}

.notewall-service-page .nw-service-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.notewall-service-page .nw-service-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  color: var(--nw-service-text);
  background: #fff;
  border: 1px solid var(--nw-service-border);
  border-radius: 14px;
  font-size: 15px;
  font-weight: 750;
}

.notewall-service-page .nw-service-help {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 36px;
  padding: 28px;
  background: var(--nw-service-soft);
}

.notewall-service-page .nw-service-help h2 {
  margin-bottom: 8px;
}

.notewall-service-page .nw-service-mail {
  display: inline-flex;
  align-items: center;
  color: var(--nw-service-blue);
  font-size: 15px;
  font-weight: 750;
}

@media (max-width: 1024px) {
  .notewall-service-page {
    padding-inline: 18px;
  }

  .notewall-service-page .nw-service-intro,
  .notewall-service-page .nw-service-hero-card,
  .notewall-service-page .nw-service-wide-card,
  .notewall-service-page .nw-service-help {
    grid-template-columns: 1fr;
  }

  .notewall-service-page .nw-service-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .notewall-service-page {
    padding: 18px 14px 52px;
  }

  .notewall-service-page h1 {
    font-size: 34px;
  }

  .notewall-service-page h2 {
    font-size: 24px;
  }

  .notewall-service-page .nw-service-intro p,
  .notewall-service-page .nw-service-section__head p {
    font-size: 16px;
  }

  .notewall-service-page .nw-service-grid--three,
  .notewall-service-page .nw-service-grid--two {
    grid-template-columns: 1fr;
  }

  .notewall-service-page .nw-service-card,
  .notewall-service-page .nw-service-hero-card__content,
  .notewall-service-page .nw-service-help {
    padding: 20px;
  }

  .notewall-service-page .nw-service-btn,
  .notewall-service-page .nw-service-links a,
  .notewall-service-page .nw-service-mail {
    width: 100%;
    justify-content: center;
  }
}
body {
  --nw-type-text: #102033;
  --nw-type-muted: #5d6d7e;
  --nw-type-h1: 42px;
  --nw-type-h2: 28px;
  --nw-type-h3: 21px;
  --nw-type-body: 16px;
  --nw-type-lead: 18px;
  --nw-type-small: 14px;
  --nw-type-button: 15px;
}

.notewall-contacts-page h1,
.notewall-payment-page h1,
.notewall-service-page h1,
body:is(.woocommerce-cart, .woocommerce-checkout) h1.entry-title,
body:is(.woocommerce-cart, .woocommerce-checkout) .entry-title,
body:is(.category, .blog, .tag, .date, .author) .page-title,
body:is(.category, .blog, .tag, .date, .author) .entry-header .entry-title,
body.single-post article.post .entry-title,
body.single-post article.ast-article-single .entry-title {
  color: var(--nw-type-text) !important;
  font-size: var(--nw-type-h1) !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
}

.notewall-contacts-page h2,
.notewall-payment-page h2,
.notewall-service-page h2,
body:is(.woocommerce-cart, .woocommerce-checkout) h2,
body.single-post article.post .entry-content h2,
body.single-post article.ast-article-single .entry-content h2 {
  color: var(--nw-type-text) !important;
  font-size: var(--nw-type-h2) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.notewall-contacts-page h3,
.notewall-payment-page h3,
.notewall-service-page h3,
body:is(.woocommerce-cart, .woocommerce-checkout) h3,
body:is(.category, .blog, .tag, .date, .author) article .entry-title,
body:is(.category, .blog, .tag, .date, .author) article .entry-title a,
body.single-post article.post .entry-content h3,
body.single-post article.ast-article-single .entry-content h3 {
  color: var(--nw-type-text) !important;
  font-size: var(--nw-type-h3) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

.notewall-contacts-page p,
.notewall-payment-page p,
.notewall-service-page p,
body.single-post article.post .entry-content,
body.single-post article.ast-article-single .entry-content,
body.single-post article.post .entry-content p,
body.single-post article.ast-article-single .entry-content p,
body:is(.category, .blog, .tag, .date, .author) article .entry-content,
body:is(.category, .blog, .tag, .date, .author) article .entry-summary {
  font-size: var(--nw-type-body) !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
}

.notewall-contacts-page .nw-contacts-lead,
.notewall-payment-page .nw-payment-intro p,
.notewall-payment-page .nw-payment-section__head p,
.notewall-service-page .nw-service-intro p,
.notewall-service-page .nw-service-section__head p,
body:is(.category, .blog, .tag, .date, .author) .ast-archive-description p {
  font-size: var(--nw-type-lead) !important;
  line-height: 1.5 !important;
}

.notewall-contacts-page .nw-contact-btn,
.notewall-contacts-page .nw-contact-icon-btn,
.notewall-contacts-page .nw-contact-copy,
.notewall-payment-page .nw-payment-btn,
.notewall-service-page .nw-service-btn,
body:is(.woocommerce-cart, .woocommerce-checkout) button,
body:is(.woocommerce-cart, .woocommerce-checkout) .button,
body.single-product button,
body.single-product .button {
  font-size: var(--nw-type-button) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.notewall-contacts-page small,
.notewall-payment-page small,
.notewall-service-page small,
.notewall-contacts-page .nw-contact-meta,
.notewall-payment-page .nw-payment-note,
.notewall-service-page .nw-service-note,
body:is(.woocommerce-cart, .woocommerce-checkout) small,
body:is(.woocommerce-cart, .woocommerce-checkout) label,
body.single-product small,
body.single-product label {
  font-size: var(--nw-type-small) !important;
  line-height: 1.4 !important;
}

body.single-post article.post .entry-content h4,
body.single-post article.ast-article-single .entry-content h4 {
  color: var(--nw-type-text) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

@media (max-width: 767px) {
  body {
    --nw-type-h1: clamp(30px, 8vw, 34px);
    --nw-type-h2: clamp(24px, 6.6vw, 28px);
    --nw-type-h3: clamp(20px, 5.8vw, 22px);
    --nw-type-body: 16px;
    --nw-type-lead: 16px;
    --nw-type-button: 15px;
  }

  .notewall-contacts-page h1,
  .notewall-payment-page h1,
  .notewall-service-page h1,
  body:is(.woocommerce-cart, .woocommerce-checkout) h1.entry-title,
  body:is(.woocommerce-cart, .woocommerce-checkout) .entry-title,
  body:is(.category, .blog, .tag, .date, .author) .page-title,
  body.single-post article.post .entry-title,
  body.single-post article.ast-article-single .entry-title {
    margin-bottom: 14px !important;
  }

  body:is(.category, .blog, .tag, .date, .author) article .entry-title,
  body:is(.category, .blog, .tag, .date, .author) article .entry-title a {
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }
}