:root {
  --nohu-black: #090909;
  --nohu-panel: #111111;
  --nohu-text: #242424;
  --nohu-muted: #696969;
  --nohu-orange: #ff970f;
  --nohu-orange-2: #ffb02e;
  --nohu-gold: #ffd36d;
  --nohu-line: #ececec;
  --nohu-soft-line: #ffd08a;
  --nohu-paper: #ffffff;
  --nohu-shadow: 0 16px 36px rgba(26, 26, 26, .1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.nohu-site {
  margin: 0;
  color: var(--nohu-text);
  background: #fff;
  font-family: Arial, "Helvetica Neue", sans-serif;
  letter-spacing: 0;
}

.nohu-site a {
  color: inherit;
}

.nohu-site img,
.nohu-site svg {
  display: block;
  max-width: 100%;
}

.nohu-shell {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}

.nohu-topbar {
  background: linear-gradient(90deg, #080808, #141414 48%, #080808);
  color: #fff;
}

.nohu-header-row {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nohu-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  text-decoration: none;
  font-size: 42px;
  font-weight: 950;
  line-height: 1;
}

.nohu-topbar .nohu-brand {
  color: var(--nohu-orange);
}

.nohu-mark {
  width: 50px;
  height: 54px;
  position: relative;
  display: grid;
  place-items: center;
  color: var(--nohu-orange);
  font-size: 0;
}

.nohu-mark::before,
.nohu-mark::after {
  content: "";
  position: absolute;
  inset: 4px 7px;
  border: 5px solid currentColor;
  transform: skewY(28deg) rotate(30deg);
}

.nohu-mark::after {
  inset: 15px 17px 9px 18px;
  border-left: 5px solid currentColor;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  transform: skewY(28deg) rotate(30deg);
}

.nohu-header-actions,
.nohu-hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.nohu-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 7px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.nohu-btn:hover {
  transform: translateY(-1px);
}

.nohu-btn svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nohu-btn-primary {
  color: #fff;
  background: linear-gradient(180deg, #ffad27, #ff8500);
  box-shadow: 0 12px 25px rgba(255, 136, 0, .24);
}

.nohu-btn-dark {
  color: #fff;
  background: rgba(0, 0, 0, .35);
  border-color: var(--nohu-orange);
}

.nohu-btn-outline {
  color: #fff;
  background: rgba(0, 0, 0, .2);
  border-color: var(--nohu-orange);
}

.nohu-nav-wrap {
  background: linear-gradient(180deg, #ffb12b, #ff970d);
  border-bottom: 1px solid #b86500;
}

.nohu-nav {
  min-height: 58px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 22px;
  overflow-x: auto;
  scrollbar-width: none;
}

.nohu-nav::-webkit-scrollbar {
  display: none;
}

.nohu-nav a {
  position: relative;
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  color: #111;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
}

.nohu-nav a svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.nohu-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 4px;
  background: #111;
}

.nohu-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 73% 42%, rgba(255, 159, 24, .22), transparent 26%),
    radial-gradient(circle at 55% 70%, rgba(255, 151, 15, .15), transparent 34%),
    linear-gradient(90deg, #080808 0%, #12100b 48%, #0b0b0b 100%);
}

.nohu-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-radial-gradient(ellipse at 78% 72%, transparent 0 28px, rgba(255, 155, 19, .28) 30px 33px, transparent 36px 62px),
    linear-gradient(105deg, rgba(0, 0, 0, .25), transparent 42%);
  pointer-events: none;
}

.nohu-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 44% 28%, rgba(255, 187, 67, .9) 0 2px, transparent 3px),
    radial-gradient(circle at 63% 20%, rgba(255, 187, 67, .65) 0 1px, transparent 2px),
    radial-gradient(circle at 82% 35%, rgba(255, 187, 67, .5) 0 1px, transparent 2px);
  pointer-events: none;
}

.nohu-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr);
  align-items: center;
  gap: 30px;
  padding: 55px 0 50px;
}

.nohu-hero-copy h1 {
  max-width: 660px;
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 5vw, 70px);
  line-height: 1.08;
  font-weight: 950;
}

.nohu-hero-copy h1 span {
  display: block;
  color: var(--nohu-orange);
}

.nohu-hero-copy p {
  max-width: 555px;
  margin: 27px 0 0;
  color: #fff;
  font-size: 19px;
  line-height: 1.62;
}

.nohu-hero-actions {
  margin-top: 34px;
}

.nohu-hero-media {
  min-height: 470px;
  display: grid;
  place-items: center;
}

.nohu-hero-media img {
  width: min(670px, 100%);
  filter: drop-shadow(0 36px 48px rgba(255, 136, 0, .18));
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 15%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 15%, #000 100%);
}

.nohu-main {
  background: #fff;
}

.nohu-section {
  padding: 45px 0;
  border-top: 1px solid var(--nohu-line);
}

.nohu-section.nohu-first {
  border-top: 0;
}

.nohu-center {
  text-align: center;
}

.nohu-section-title {
  margin: 0;
  color: #171717;
  font-size: clamp(30px, 3vw, 38px);
  font-weight: 950;
  line-height: 1.2;
}

.nohu-title-underline::after {
  content: "";
  width: 84px;
  height: 4px;
  display: block;
  margin: 13px auto 0;
  border-radius: 999px;
  background: var(--nohu-orange);
}

.nohu-section-copy {
  margin: 0;
  color: #5f5f5f;
  font-size: 15px;
  line-height: 1.86;
}

.nohu-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(420px, 1.25fr);
  align-items: center;
  gap: 50px;
}

.nohu-overview-grid .nohu-section-title {
  text-align: left;
  margin-bottom: 22px;
}

.nohu-overview-image {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: var(--nohu-shadow);
}

.nohu-overview-image img {
  width: 100%;
  aspect-ratio: 16 / 6.3;
  object-fit: cover;
}

.nohu-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  margin-top: 32px;
}

.nohu-feature-card {
  min-height: 245px;
  padding: 34px 22px 28px;
  text-align: center;
  color: var(--nohu-text);
  background: #fff;
  border: 1px solid var(--nohu-soft-line);
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .035);
}

.nohu-icon {
  height: 74px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  color: var(--nohu-orange);
}

.nohu-icon svg {
  width: 70px;
  height: 70px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nohu-feature-card h3,
.nohu-product-card h3,
.nohu-step h3 {
  margin: 0;
  color: #171717;
  font-weight: 950;
  line-height: 1.25;
}

.nohu-feature-card h3 {
  margin-bottom: 12px;
  font-size: 19px;
}

.nohu-feature-card p {
  margin: 0;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 1.7;
}

.nohu-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 31px;
}

.nohu-product-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .07);
}

.nohu-product-card img {
  width: 100%;
  height: 174px;
  object-fit: cover;
}

.nohu-product-body {
  padding: 22px 22px 48px;
}

.nohu-product-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--nohu-orange);
  font-size: 20px;
  font-weight: 950;
}

.nohu-product-title svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  color: #fff;
  fill: var(--nohu-orange);
}

.nohu-product-card p {
  margin: 0;
  color: #5f5f5f;
  font-size: 15px;
  line-height: 1.68;
}

.nohu-card-arrow,
.nohu-news-more {
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--nohu-orange);
  text-decoration: none;
}

.nohu-card-arrow {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.nohu-card-arrow svg,
.nohu-news-more svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nohu-steps-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 44px;
  margin-top: 32px;
}

.nohu-step {
  position: relative;
  min-height: 210px;
  padding: 22px 12px 18px;
  text-align: center;
  border: 1px solid var(--nohu-soft-line);
  border-radius: 8px;
  background: #fff;
}

.nohu-step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -31px;
  top: 50%;
  width: 17px;
  height: 17px;
  border-top: 3px solid #111;
  border-right: 3px solid #111;
  transform: translateY(-50%) rotate(45deg);
}

.nohu-step-num {
  width: 34px;
  height: 34px;
  margin: -5px auto 13px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--nohu-orange);
  font-size: 15px;
  font-weight: 950;
}

.nohu-step-icon {
  height: 58px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  color: var(--nohu-orange);
}

.nohu-step-icon svg {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nohu-step h3 {
  margin-bottom: 8px;
  font-size: 19px;
}

.nohu-step p {
  margin: 0;
  color: #6b6b6b;
  font-size: 13px;
  line-height: 1.55;
}

.nohu-news-list {
  margin-top: 31px;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background: #fff;
}

.nohu-news-row {
  min-height: 126px;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) 112px 36px;
  align-items: center;
  gap: 25px;
  padding: 16px 22px;
  border-bottom: 1px solid #e7e7e7;
}

.nohu-news-row:last-child {
  border-bottom: 0;
}

.nohu-news-thumb {
  display: block;
  overflow: hidden;
  border-radius: 7px;
}

.nohu-news-thumb img {
  width: 100%;
  height: 86px;
  object-fit: cover;
  transition: transform .22s ease;
}

.nohu-news-row:hover .nohu-news-thumb img {
  transform: scale(1.03);
}

.nohu-news-title {
  display: inline-block;
  margin: 0 0 9px;
  color: #222;
  text-decoration: none;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.35;
}

.nohu-news-title:hover {
  color: var(--nohu-orange);
}

.nohu-news-desc {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.55;
}

.nohu-news-date {
  color: #888;
  text-align: right;
  font-size: 14px;
}

.nohu-news-more {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: transparent;
  color: #161616;
}

.nohu-pager {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  color: #6b5b48;
  font-size: 14px;
}

.nohu-pager a,
.nohu-pager span {
  min-width: 34px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid var(--nohu-line);
  border-radius: 6px;
  background: #fff;
  text-decoration: none;
}

.nohu-faq {
  padding: 12px 0 30px;
}

.nohu-faq-list {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.nohu-faq-question {
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
  border-bottom: 1px solid #e7e7e7;
  color: #222;
  font-size: 15px;
  font-weight: 850;
}

.nohu-faq-item:last-child .nohu-faq-question {
  border-bottom: 0;
}

.nohu-faq-question svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: none;
  stroke: #111;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nohu-footer {
  color: #d7d7d7;
  background: linear-gradient(90deg, #050505, #101010 48%, #050505);
  padding: 33px 0 0;
}

.nohu-footer-main {
  display: grid;
  grid-template-columns: 1.45fr .8fr 1fr 1.15fr;
  gap: 48px;
  padding-bottom: 24px;
}

.nohu-footer .nohu-brand {
  margin-bottom: 13px;
  color: var(--nohu-orange);
  font-size: 32px;
}

.nohu-footer .nohu-mark {
  width: 37px;
  height: 40px;
}

.nohu-footer .nohu-mark::before {
  border-width: 4px;
}

.nohu-footer .nohu-mark::after {
  border-left-width: 4px;
}

.nohu-footer p,
.nohu-footer a,
.nohu-footer span {
  display: block;
  color: #d2d2d2;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.72;
}

.nohu-footer h3 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 17px;
  font-weight: 950;
}

.nohu-socials {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.nohu-socials span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.nohu-footer-bottom {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #aaa;
  font-size: 13px;
}

.nohu-footer-bottom span {
  color: #aaa;
  font-size: 13px;
}

.nohu-article-hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0;
  color: #fff;
  background:
    radial-gradient(circle at 78% 58%, rgba(255, 151, 15, .2), transparent 34%),
    linear-gradient(100deg, #080808, #2a1603 56%, #050505);
}

.nohu-article-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-radial-gradient(ellipse at 86% 80%, transparent 0 38px, rgba(255, 151, 15, .25) 40px 43px, transparent 48px 80px);
}

.nohu-article-hero .nohu-shell {
  position: relative;
  z-index: 1;
}

.nohu-article-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1.16;
  font-weight: 950;
}

.nohu-article-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 18px;
  color: #fff1cd;
  font-size: 14px;
  font-weight: 850;
}

.nohu-article-page-title {
  margin-top: 16px;
  color: #fff8e8;
}

.nohu-article-wrap {
  background: #fff;
}

.nohu-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 28px;
}

.nohu-article-card,
.nohu-side-box {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, .08);
}

.nohu-article-card {
  padding: 34px;
}

.nohu-article-content {
  color: #3a3a3a;
  font-size: 17px;
  line-height: 1.85;
}

.nohu-article-content h2,
.nohu-article-content h3 {
  margin: 28px 0 12px;
  color: #171717;
  line-height: 1.25;
}

.nohu-article-content h2 {
  font-size: 28px;
}

.nohu-article-content h3 {
  font-size: 23px;
}

.nohu-article-content p {
  margin: 0 0 16px;
}

.nohu-article-content ul,
.nohu-article-content ol {
  padding-left: 24px;
}

.nohu-article-content li {
  margin: 7px 0;
}

.nohu-article-cover {
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: 8px;
}

.nohu-article-cover img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
}

.nohu-article-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 24px;
}

.nohu-article-nav a {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  color: #5d5044;
  text-decoration: none;
  background: #fffaf2;
}

.nohu-sidebar {
  display: grid;
  gap: 18px;
  align-content: start;
}

.nohu-side-box {
  padding: 22px;
}

.nohu-side-box h3 {
  margin: 0 0 10px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 950;
}

.nohu-side-box p {
  margin: 0 0 16px;
  color: #666;
  font-size: 14px;
  line-height: 1.65;
}

.nohu-side-box a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 6px;
  color: #fff;
  background: var(--nohu-orange);
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .nohu-shell {
    width: min(100% - 40px, 1280px);
  }

  .nohu-header-row {
    flex-wrap: wrap;
    padding: 14px 0;
  }

  .nohu-brand {
    font-size: 34px;
  }

  .nohu-hero-grid,
  .nohu-overview-grid,
  .nohu-article-layout,
  .nohu-footer-main {
    grid-template-columns: 1fr;
  }

  .nohu-hero-grid {
    text-align: center;
  }

  .nohu-hero-copy h1,
  .nohu-hero-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .nohu-hero-actions {
    justify-content: center;
  }

  .nohu-overview-grid .nohu-section-title {
    text-align: center;
  }

  .nohu-feature-grid,
  .nohu-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nohu-steps-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nohu-step::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .nohu-shell {
    width: min(100% - 28px, 1280px);
  }

  .nohu-header-row,
  .nohu-header-actions {
    justify-content: center;
  }

  .nohu-brand {
    font-size: 29px;
  }

  .nohu-mark {
    width: 38px;
    height: 42px;
  }

  .nohu-btn {
    min-height: 38px;
    padding: 0 15px;
    font-size: 13px;
  }

  .nohu-nav {
    justify-content: flex-start;
  }

  .nohu-nav a {
    font-size: 13px;
  }

  .nohu-hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 40px 0 30px;
  }

  .nohu-hero-copy h1 {
    font-size: 38px;
  }

  .nohu-hero-copy p {
    font-size: 16px;
  }

  .nohu-hero-media {
    min-height: auto;
  }

  .nohu-section {
    padding: 36px 0;
  }

  .nohu-feature-grid,
  .nohu-product-grid,
  .nohu-steps-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .nohu-news-row {
    grid-template-columns: 1fr 28px;
    gap: 14px;
  }

  .nohu-news-thumb,
  .nohu-news-date {
    grid-column: 1 / -1;
  }

  .nohu-news-date {
    text-align: left;
  }

  .nohu-news-thumb img {
    height: auto;
    aspect-ratio: 16 / 8;
  }

  .nohu-footer-main {
    gap: 24px;
  }

  .nohu-footer-bottom,
  .nohu-article-nav {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .nohu-article-card {
    padding: 22px 16px;
  }
}
