@font-face {
  font-family: IRANSans;
  src: url("../fonts/IRANSansWeb.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: IRANSans;
  src: url("../fonts/IRANSansWeb_Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: IRANSans;
  src: url("../fonts/IRANSansWeb_Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --nz-primary: #0b1f33;
  --nz-primary-soft: #16324d;
  --nz-accent: #c45c26;
  --nz-accent-soft: #e07a45;
  --nz-bg: #eef2f6;
  --nz-surface: #fff;
  --nz-fg: #0f172a;
  --nz-muted: #64748b;
  --nz-border: #d8e0ea;
  --nz-ok: #0f766e;
  --nz-radius: 18px;
  --nz-shadow: 0 16px 48px rgba(11, 31, 51, 0.08);
  --nz-nav-h: 72px;
  --nz-container: min(1140px, calc(100% - 2.5rem));
  --nz-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --nz-font: IRANSans, Tahoma, sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  max-width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--nz-font) !important;
  color: var(--nz-fg);
  background:
    radial-gradient(1000px 500px at 100% -10%, rgba(196, 92, 38, 0.06), transparent 55%),
    radial-gradient(800px 420px at 0% 10%, rgba(22, 50, 77, 0.06), transparent 50%),
    linear-gradient(180deg, #f7f9fc 0%, var(--nz-bg) 45%, #f4f7fb 100%) !important;
  line-height: 1.75;
  direction: rtl;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  max-width: 100%;
}

img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; cursor: pointer; }
button, .nz-btn, .tickets_btn, .main_btn, .blog_btn, .banner_btn { cursor: pointer; }

.nz-container {
  width: var(--nz-container);
  margin-inline: auto;
}

/* ===== NAV ===== */
.nz-nav,
header.header_area {
  position: fixed !important;
  inset-inline: 0;
  top: 0;
  z-index: 1000 !important;
  height: var(--nz-nav-h);
  background: transparent !important;
  border-bottom: 1px solid transparent;
  transition: background 0.28s var(--nz-ease), border-color 0.28s, box-shadow 0.28s;
  box-shadow: none !important;
}

.nz-nav.is-scrolled,
.nz-nav.is-open,
.nz-nav.nz-nav--solid,
header.header_area.navbar_fixed .main_menu,
header.header_area.is-scrolled,
header.header_area.is-open {
  background: rgba(255, 255, 255, 0.97) !important;
  border-bottom-color: var(--nz-border);
  box-shadow: 0 8px 28px rgba(11, 31, 51, 0.08) !important;
}

.nz-nav__inner,
header.header_area .container.box_1620 {
  width: var(--nz-container) !important;
  max-width: none !important;
  height: var(--nz-nav-h);
  margin-inline: auto;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0 !important;
  direction: rtl;
}

.nz-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.nz-brand img,
header.header_area .logo_h img {
  width: 42px !important;
  height: 42px !important;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  padding: 4px;
  box-shadow: 0 4px 14px rgba(11, 31, 51, 0.12);
}

.nz-nav__actions {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
  margin-inline-start: auto;
}

.nz-brand__text { display: flex; flex-direction: column; min-width: 0; }
.nz-brand__fa {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: min(48vw, 220px);
  transition: color 0.2s;
  text-shadow: 0 1px 8px rgba(0,0,0,.25);
}
.nz-brand__en {
  font-size: 0.65rem;
  color: rgba(255,255,255,.75);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: min(48vw, 240px);
  transition: color 0.2s;
}

.nz-nav.is-scrolled .nz-brand__fa,
.nz-nav.is-open .nz-brand__fa,
.nz-nav--solid .nz-brand__fa,
header.header_area.navbar_fixed .nz-brand__fa,
header.header_area.is-scrolled .nz-brand__fa {
  color: var(--nz-primary);
  text-shadow: none;
}
.nz-nav.is-scrolled .nz-brand__en,
.nz-nav.is-open .nz-brand__en,
.nz-nav--solid .nz-brand__en,
header.header_area.navbar_fixed .nz-brand__en,
header.header_area.is-scrolled .nz-brand__en {
  color: var(--nz-muted);
}

.nz-links,
header.header_area .menu_nav {
  display: none;
  list-style: none;
  margin: 0 !important;
  padding: 0;
  align-items: center;
  gap: 0.15rem;
}

.nz-links a,
header.header_area .menu_nav .nav-link {
  display: inline-flex !important;
  padding: 0.5rem 0.85rem !important;
  border-radius: 999px;
  font-size: 0.88rem !important;
  font-weight: 500;
  color: rgba(255,255,255,.92) !important;
  background: transparent !important;
  transition: background 0.2s, color 0.2s;
}

.nz-nav.is-scrolled .nz-links a,
.nz-nav--solid .nz-links a,
header.header_area.navbar_fixed .menu_nav .nav-link,
header.header_area.is-scrolled .menu_nav .nav-link {
  color: var(--nz-muted) !important;
}

.nz-links a:hover,
header.header_area .menu_nav .nav-link:hover {
  background: rgba(255,255,255,.14) !important;
  color: #fff !important;
}

.nz-nav.is-scrolled .nz-links a:hover,
.nz-nav--solid .nz-links a:hover,
header.header_area.navbar_fixed .menu_nav .nav-link:hover {
  background: rgba(11,31,51,.05) !important;
  color: var(--nz-primary) !important;
}

.nz-cta,
header.header_area .tickets_btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.45rem 0.95rem !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--nz-primary) !important;
  font-weight: 700 !important;
  font-size: 0.84rem !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.15);
  border: none !important;
  line-height: 1.2 !important;
  white-space: nowrap;
  transition: transform 0.2s, background 0.2s;
}
.nz-cta:hover,
header.header_area .tickets_btn:hover {
  transform: translateY(-1px);
  background: #f8fafc !important;
}

.nz-nav.is-scrolled .nz-cta,
.nz-nav--solid .nz-cta,
header.header_area.navbar_fixed .tickets_btn {
  background: var(--nz-primary) !important;
  color: #fff !important;
}

.nz-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(255,255,255,.12);
  color: #fff;
}
.nz-nav.is-scrolled .nz-toggle,
.nz-nav--solid .nz-toggle,
header.header_area.navbar_fixed .nz-toggle {
  border-color: var(--nz-border);
  background: #fff;
  color: var(--nz-primary);
}
.nz-toggle svg { width: 22px; height: 22px; }

.nz-mobile {
  display: none;
  position: absolute;
  inset-inline: 0;
  top: var(--nz-nav-h);
  background: #fff;
  border-bottom: 1px solid var(--nz-border);
  padding: 0.5rem 1.25rem 1rem;
  box-shadow: var(--nz-shadow);
}
.nz-mobile.is-open { display: block; }
.nz-mobile a {
  display: block;
  padding: 0.85rem 0.35rem;
  border-bottom: 1px solid var(--nz-border);
  font-weight: 600;
  color: var(--nz-fg);
}
.nz-mobile a:last-child { border-bottom: 0; }

@media (min-width: 980px) {
  .nz-links,
  header.header_area .menu_nav { display: flex !important; }
  .nz-toggle, .nz-mobile { display: none !important; }
  header.header_area .navbar-toggler { display: none !important; }
  header.header_area .navbar-collapse {
    display: flex !important;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
    justify-content: flex-end;
  }
  .nz-brand__fa { max-width: 260px; }
  .nz-nav__inner {
    gap: 1rem;
  }
  .nz-nav__desktop {
    flex: 1;
    display: flex;
    justify-content: center;
  }
  .nz-nav__actions {
    margin-inline-start: 0;
  }
  .nz-cta {
    min-height: 42px;
    padding: 0.55rem 1.2rem !important;
    font-size: 0.88rem !important;
  }
}

@media (max-width: 979px) {
  header.header_area .navbar-collapse { display: none !important; }
  header.header_area .navbar-collapse.show,
  header.header_area .navbar-collapse.collapsing {
    display: none !important;
  }
  header.header_area .logo_h.seclgo,
  header.header_area .logo_h.filgo { display: none !important; }

  .nz-nav__inner {
    gap: 0.5rem;
  }
  .nz-nav__desktop {
    display: none;
  }
  .nz-nav__actions {
    display: inline-flex !important;
    align-items: center;
    gap: 0.4rem;
    margin-inline-start: auto;
  }
  .nz-cta {
    min-height: 40px;
    padding: 0.4rem 0.85rem !important;
    font-size: 0.8rem !important;
  }
  .nz-toggle {
    display: inline-flex !important;
  }
}

/* Hide old dual logos when using nz-brand */
header.header_area .nz-brand + .logo_h { display: none !important; }

/* ===== HERO ===== */
.nz-hero {
  position: relative;
  min-height: min(88vh, 740px);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}
.nz-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #0b1f33 center/cover no-repeat;
  transition: background-image 0.8s ease;
}
.nz-hero__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(11,31,51,.4) 0%, rgba(11,31,51,.55) 45%, rgba(11,31,51,.9) 100%);
}
.nz-hero__content {
  width: var(--nz-container);
  max-width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: calc(var(--nz-nav-h) + 2rem) 0 4.25rem;
}
.nz-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  font-size: 0.85rem;
  color: rgba(255,255,255,.82);
}
.nz-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--nz-accent-soft);
}
.nz-hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.55rem, 3.2vw, 2.55rem);
  font-weight: 800;
  line-height: 1.5;
  max-width: 46rem;
}
.nz-hero h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 400;
  color: rgba(255,255,255,.8);
  max-width: 40rem;
  line-height: 1.7;
}
.nz-hero__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.nz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 48px;
  padding: 0.7rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1px solid transparent;
  transition: transform 0.2s, background 0.2s, color 0.2s;
}
.nz-btn:focus-visible { outline: 2px solid var(--nz-accent-soft); outline-offset: 3px; }
.nz-btn--primary { background: #fff; color: var(--nz-primary); box-shadow: 0 10px 28px rgba(0,0,0,.18); }
.nz-btn--primary:hover { transform: translateY(-2px); }
.nz-btn--ghost {
  background: rgba(255,255,255,.1);
  color: #fff;
  border-color: rgba(255,255,255,.3);
  backdrop-filter: blur(6px);
}
.nz-btn--dark { background: var(--nz-primary); color: #fff; }
.nz-btn--dark:hover { background: var(--nz-primary-soft); }
.nz-btn--accent { background: var(--nz-accent); color: #fff; }
.nz-btn--accent:hover { background: var(--nz-accent-soft); }

/* ===== SECTIONS ===== */
.nz-section { padding: clamp(3rem, 6vw, 5rem) 0; }
.nz-section__head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
}
.nz-section__title {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 800;
  color: var(--nz-primary);
}
.nz-section__desc { margin: 0.4rem 0 0; color: var(--nz-muted); }

.nz-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .nz-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .nz-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1200px) { .nz-grid.nz-grid--4 { grid-template-columns: repeat(4, 1fr); } }

.nz-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--nz-surface);
  border: 1px solid rgba(216,224,234,.95);
  border-radius: var(--nz-radius);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(11,31,51,.04);
  transition: transform 0.28s var(--nz-ease), box-shadow 0.28s;
}
.nz-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--nz-shadow);
}
.nz-card__media {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #0b1f33;
}
.nz-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--nz-ease);
}
.nz-card:hover .nz-card__media img { transform: scale(1.05); }
.nz-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: var(--nz-accent);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}
.nz-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.05rem 1.1rem 1.2rem;
  flex: 1;
}
.nz-card__title {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--nz-primary);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.1em;
}
.nz-meta {
  display: grid;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--nz-muted);
  font-size: 0.82rem;
}
.nz-meta li {
  display: flex;
  gap: 0.35rem;
  align-items: flex-start;
}
.nz-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid var(--nz-border);
}
.nz-price__now {
  color: var(--nz-ok);
  font-weight: 800;
  font-size: 1rem;
}
.nz-price__old {
  color: #ef4444;
  font-size: 0.82rem;
  text-decoration: line-through;
}

/* About strip */
.nz-about {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 900px) {
  .nz-about { grid-template-columns: 0.9fr 1.1fr; align-items: center; }
}
.nz-about__media {
  border-radius: calc(var(--nz-radius) + 4px);
  overflow: hidden;
  box-shadow: var(--nz-shadow);
}
.nz-about__media img { width: 100%; display: block; aspect-ratio: 4/3; object-fit: cover; }
.nz-about__text h3 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  color: var(--nz-primary);
  font-weight: 800;
}
.nz-about__text p {
  margin: 0 0 1.25rem;
  color: #334155;
  text-align: justify;
}

/* Partners */
.nz-partners {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.nz-partners a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 88px;
  background: #fff;
  border: 1px solid var(--nz-border);
  border-radius: 14px;
  padding: 0.75rem;
  transition: transform 0.2s, box-shadow 0.2s;
}
.nz-partners a:hover {
  transform: translateY(-3px);
  box-shadow: var(--nz-shadow);
}
.nz-partners img {
  max-height: 64px;
  width: auto;
  object-fit: contain;
}

/* ===== FOOTER ===== */
.nz-footer,
footer.footer-area {
  background: var(--nz-primary) !important;
  color: rgba(255,255,255,.86) !important;
  padding: 3.25rem 0 1.5rem !important;
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
}
.nz-footer::before,
footer.footer-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(500px 240px at 0% 0%, rgba(196,92,38,.18), transparent 60%),
    radial-gradient(420px 220px at 100% 100%, rgba(37,99,235,.12), transparent 55%);
  pointer-events: none;
}
.nz-footer__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.75rem;
}
@media (min-width: 800px) {
  .nz-footer__grid { grid-template-columns: 1fr 1fr; }
}
.nz-footer h3,
.nz-footer .footer_title,
footer.footer-area .footer_title {
  margin: 0 0 1rem !important;
  color: #fff !important;
  font-size: 1.05rem !important;
  font-weight: 800;
}
.nz-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.nz-social a,
footer.footer-area .footer-social a {
  width: 42px !important;
  height: 42px !important;
  border-radius: 12px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.14);
  color: #fff !important;
  margin: 0 !important;
  font-size: 1rem !important;
}
.nz-social a:hover { background: rgba(255,255,255,.16) !important; }
.nz-enamad { display: none !important; }

.nz-footer__bottom {
  position: relative;
  z-index: 1;
  margin-top: 2.25rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255,255,255,.12);
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255,255,255,.68);
}
.nz-footer__bottom a,
.company-link {
  color: #fff !important;
  font-weight: 700;
}

/* ===== INNER PAGES polish ===== */
.blog_area,
.welcome_area,
.contact_area,
.home_map_area {
  background: transparent !important;
  position: relative !important;
  z-index: 1 !important;
}
.blog_area,
.contact_area { padding-top: calc(var(--nz-nav-h) + 2rem) !important; }

.title_pages {
  text-align: center !important;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem) !important;
  font-weight: 800 !important;
  color: var(--nz-primary) !important;
  margin-bottom: 2rem !important;
  line-height: 1.6 !important;
}

.blog_post {
  background: #fff !important;
  border: 1px solid var(--nz-border) !important;
  border-radius: var(--nz-radius) !important;
  overflow: hidden !important;
  box-shadow: 0 8px 24px rgba(11,31,51,.04) !important;
  padding: 0 !important;
  margin-bottom: 1.25rem !important;
  transition: transform 0.25s var(--nz-ease), box-shadow 0.25s !important;
}
.blog_post:hover {
  transform: translateY(-4px);
  box-shadow: var(--nz-shadow) !important;
}
.blog_post > img,
.blog_post img.img-fluid {
  width: 100% !important;
  height: 180px !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}
.blog_details {
  padding: 1rem 1.1rem 1.2rem !important;
}
.blog_details h2 {
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: var(--nz-primary) !important;
  white-space: normal !important;
  height: auto !important;
  line-height: 1.55 !important;
  margin-bottom: 0.75rem !important;
}
.blog_btn,
.main_btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.55rem 1.2rem !important;
  border-radius: 999px !important;
  background: var(--nz-primary) !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}
.price_elm_c {
  background: var(--nz-accent) !important;
  border-radius: 999px !important;
  padding: 0.25rem 0.6rem !important;
}

.welcome_text h3 { color: var(--nz-primary) !important; font-weight: 800 !important; }
.welcome_text p { text-align: justify; color: #334155; }

.news_b {
  background: #fff;
  border: 1px solid var(--nz-border);
  border-radius: var(--nz-radius);
  padding: 1rem !important;
  margin-bottom: 1rem !important;
  box-shadow: 0 8px 24px rgba(11,31,51,.04);
}

.contact_info .info_item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  background: #fff;
  border: 1px solid var(--nz-border);
  border-radius: 14px;
  padding: 1.15rem 1.2rem;
  margin-bottom: 0.9rem;
}
.contact_info .info_item > i,
.contact_info .info_item .lnr {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  position: static !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(11, 31, 51, 0.06);
  color: var(--nz-primary) !important;
  font-size: 1.15rem !important;
  line-height: 1 !important;
}
.contact_info .info_item__body {
  flex: 1;
  min-width: 0;
}
.contact_info .info_item__body h6,
.contact_info .info_item__body h6 a {
  margin: 0 0 0.35rem !important;
  color: var(--nz-primary) !important;
  font-weight: 800 !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
}
.contact_info .info_item__body p {
  margin: 0 !important;
  color: #334155 !important;
  line-height: 1.75 !important;
  font-size: 0.92rem !important;
}

.news_b,
.news_b--clean {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 1.25rem 0 !important;
  margin-bottom: 0.5rem !important;
  border-bottom: 1px solid rgba(216, 224, 234, 0.7) !important;
  border-radius: 0 !important;
}
.news_b .blog_post,
.news_b--clean .blog_post {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}
.news_b .blog_details,
.news_b .news_detail {
  padding: 0 !important;
  border: none !important;
}

.nz-location__card {
  background: #fff;
  border: 1px solid var(--nz-border);
  border-radius: var(--nz-radius);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  text-align: center;
  box-shadow: 0 8px 24px rgba(11, 31, 51, 0.04);
}
.nz-location__text {
  margin: 0.85rem auto 1.35rem;
  max-width: 42rem;
  color: #334155;
  line-height: 1.9;
  font-size: 1rem;
}

/* Forms */
input, select, textarea, .form-control {
  border-radius: 12px !important;
  border: 1px solid var(--nz-border) !important;
  min-height: 44px;
  font-family: var(--nz-font) !important;
}
button[type=submit],
input[type=submit],
.btn-success, .primary_btn {
  border-radius: 999px !important;
  background: var(--nz-primary) !important;
  border: none !important;
  font-weight: 700 !important;
}

/* Old home banner fallback if still present */
.home_banner_area {
  min-height: min(88vh, 740px) !important;
  display: grid !important;
  align-items: end !important;
  background-size: cover !important;
  background-position: center !important;
}
.home_banner_area .banner_content h1,
.home_banner_area .banner_content h2 {
  max-width: 46rem !important;
  line-height: 1.5 !important;
}

.nz-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.65s var(--nz-ease), transform 0.65s var(--nz-ease);
}
.nz-reveal.is-in { opacity: 1; transform: none; }

@media (max-width: 480px) {
  :root { --nz-nav-h: 64px; }
  .nz-brand__en { display: none; }
}

/* ===== Notiflix modern toast (bottom center) ===== */
#NotiflixNotifyWrap {
  inset: auto 50% 24px auto !important;
  transform: translateX(50%) !important;
  width: min(420px, calc(100vw - 2rem)) !important;
  z-index: 5000 !important;
  font-family: var(--nz-font) !important;
}
#NotiflixNotifyWrap > div.notiflix-notify {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 16px !important;
  padding: 14px 18px !important;
  box-shadow: 0 18px 50px rgba(11, 31, 51, 0.22) !important;
  background: linear-gradient(135deg, #0b1f33 0%, #16324d 100%) !important;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  font-family: var(--nz-font) !important;
  font-size: 0.92rem !important;
  line-height: 1.7 !important;
  color: #fff !important;
  cursor: pointer;
  text-align: center !important;
}
#NotiflixNotifyWrap .the-message {
  font-family: var(--nz-font) !important;
  padding-inline: 0 !important;
  display: block !important;
}
#NotiflixNotifyWrap .nmi {
  display: none !important;
}
@media (max-width: 480px) {
  #NotiflixNotifyWrap {
    inset: auto 50% 14px auto !important;
    width: calc(100vw - 1.5rem) !important;
  }
  #NotiflixNotifyWrap > div.notiflix-notify {
    font-size: 0.86rem !important;
    border-radius: 14px !important;
  }
}

/* ===== Products page ===== */
.nz-page {
  padding-top: calc(var(--nz-nav-h) + 0.5rem);
  min-height: 60vh;
}

.nz-pagehead {
  padding: clamp(1.75rem, 4vw, 2.75rem) 0 clamp(1.25rem, 3vw, 2rem);
  position: relative;
}
.nz-pagehead::after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 1.5rem;
  background: linear-gradient(90deg, transparent, var(--nz-border), transparent);
}
.nz-kicker--dark {
  color: var(--nz-accent);
}
.nz-kicker--dark::before {
  background: var(--nz-accent);
}
.nz-pagehead__title {
  margin: 0.35rem 0 0.5rem;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 800;
  color: var(--nz-primary);
  line-height: 1.45;
}
.nz-pagehead__desc {
  margin: 0 0 1rem;
  max-width: 36rem;
  color: var(--nz-muted);
  font-size: 0.98rem;
}
.nz-guide-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--nz-primary-soft);
  border-bottom: 1px dashed rgba(22, 50, 77, 0.35);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.nz-guide-link:hover {
  color: var(--nz-accent);
  border-color: var(--nz-accent);
}
.nz-guide-link .fa { color: var(--nz-accent); font-size: 1.1rem; }

.nz-btn--ghost-dark {
  background: transparent;
  color: var(--nz-primary);
  border-color: var(--nz-border);
}
.nz-btn--ghost-dark:hover {
  background: rgba(11, 31, 51, 0.04);
  border-color: var(--nz-primary);
}

.nz-products__layout {
  display: grid;
  gap: 1.25rem;
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.nz-products__main,
.nz-products__section,
.nz-products .nz-grid {
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 960px) {
  .nz-products__layout {
    grid-template-columns: 240px minmax(0, 1fr);
    align-items: start;
    gap: 2rem;
  }
}

.nz-cats {
  min-width: 0;
  max-width: 100%;
}
.nz-cats__card {
  background: var(--nz-surface);
  border: 1px solid var(--nz-border);
  border-radius: var(--nz-radius);
  padding: 1.1rem 1rem 1.15rem;
  box-shadow: 0 8px 24px rgba(11, 31, 51, 0.04);
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 960px) {
  .nz-cats { position: sticky; top: calc(var(--nz-nav-h) + 1rem); }
}
.nz-cats__title {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--nz-primary);
}
.nz-cats__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.45rem;
  max-width: 100%;
}
@media (min-width: 960px) {
  .nz-cats__list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.3rem;
  }
}
.nz-cats__item {
  flex: 0 1 auto;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--nz-muted);
  background: rgba(11, 31, 51, 0.04);
  border: 1px solid transparent;
  white-space: normal;
  line-height: 1.45;
  word-break: break-word;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
@media (min-width: 960px) {
  .nz-cats__item {
    display: block;
    border-radius: 12px;
  }
}
.nz-cats__item:hover {
  color: var(--nz-primary);
  background: rgba(11, 31, 51, 0.07);
}
.nz-cats__item.is-active {
  color: #fff;
  background: var(--nz-primary);
  border-color: var(--nz-primary);
}

.nz-products__section + .nz-products__section {
  margin-top: clamp(2rem, 4vw, 3.25rem);
  padding-top: clamp(1.5rem, 3vw, 2.25rem);
  border-top: 1px solid rgba(216, 224, 234, 0.85);
}

.nz-pcard {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  max-width: 100%;
  background: var(--nz-surface);
  border: 1px solid rgba(216, 224, 234, 0.95);
  border-radius: var(--nz-radius);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(11, 31, 51, 0.04);
  transition: transform 0.28s var(--nz-ease), box-shadow 0.28s;
}
.nz-pcard:hover {
  transform: translateY(-5px);
  box-shadow: var(--nz-shadow);
}
.nz-pcard--past {
  opacity: 0.92;
}
.nz-pcard--past:hover { opacity: 1; }
.nz-pcard__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0b1f33;
  display: block;
}
.nz-pcard__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--nz-ease);
}
.nz-pcard:hover .nz-pcard__media img { transform: scale(1.05); }

.nz-status {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  backdrop-filter: blur(6px);
}
.nz-status--open { background: rgba(15, 118, 110, 0.92); }
.nz-status--done { background: rgba(51, 65, 85, 0.9); }
.nz-status--cancel { background: rgba(185, 28, 28, 0.9); }
.nz-status--full { background: rgba(3, 139, 128, 0.92); }

.nz-pcard__body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.05rem 1.1rem 1.2rem;
  flex: 1;
  min-width: 0;
}
.nz-pcard__title {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--nz-primary);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.1em;
  word-break: break-word;
}
.nz-pcard__title a:hover { color: var(--nz-accent); }

.nz-meta li > span:not(.nz-meta__k) {
  min-width: 0;
  flex: 1;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.nz-meta__k {
  color: #94a3b8;
  min-width: 3.2rem;
  flex-shrink: 0;
}
.nz-meta__k::after { content: ":"; }
.nz-meta__note {
  color: #b91c1c !important;
  font-weight: 700;
  margin-top: 0.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.nz-pcard__cta {
  width: 100%;
  margin-top: 0.35rem;
  min-height: 44px;
  font-size: 0.9rem;
}

.nz-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 2rem 1rem;
  text-align: center;
  color: var(--nz-muted);
  background: rgba(255, 255, 255, 0.55);
  border: 1px dashed var(--nz-border);
  border-radius: var(--nz-radius);
}

.nz-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 2rem 0 0.5rem;
}
.nz-pager__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.45rem 1.15rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  background: var(--nz-primary);
  color: #fff;
  transition: background 0.2s, transform 0.2s;
}
.nz-pager__btn:hover { background: var(--nz-primary-soft); transform: translateY(-1px); }
.nz-pager__btn.is-disabled {
  background: #cbd5e1;
  color: #64748b;
  pointer-events: none;
  opacity: 0.85;
}
.nz-pager__info {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--nz-muted);
  padding: 0 0.35rem;
}

/* Floating cart */
.nz-cartfab {
  position: fixed;
  z-index: 1200;
  bottom: 1.15rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(520px, calc(100vw - 1.5rem));
  background: var(--nz-primary);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(11, 31, 51, 0.28);
  overflow: hidden;
}
.nz-cartfab__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 52px;
  padding: 0.75rem 1.1rem;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: var(--nz-font);
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
}
.nz-cartfab__panel {
  padding: 0 1rem 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.nz-cartfab__list {
  list-style: none;
  margin: 0.85rem 0 1rem;
  padding: 0;
  max-height: 220px;
  overflow: auto;
  display: grid;
  gap: 0.65rem;
}
.nz-cartfab__list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  justify-content: space-between;
}
.nz-cartfab__item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  flex: 1;
  color: #fff;
}
.nz-cartfab__item img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}
.nz-cartfab__item strong {
  display: block;
  font-size: 0.84rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 14rem;
}
.nz-cartfab__item small {
  display: block;
  opacity: 0.75;
  font-size: 0.78rem;
}
.nz-cartfab__remove {
  flex-shrink: 0;
  color: #fca5a5;
  font-size: 0.82rem;
  font-weight: 700;
}
.nz-cartfab .nz-btn--accent {
  width: 100%;
}
@media (max-width: 640px) {
  .nz-cartfab { bottom: 0.75rem; border-radius: 16px; width: calc(100vw - 1rem); }
  .nz-pcard__title { min-height: 0; }
}

/* Products page — mobile polish */
@media (max-width: 959px) {
  .nz-products .nz-pagehead {
    padding: 1.15rem 0 0.85rem;
  }
  .nz-products .nz-pagehead__title {
    font-size: clamp(1.35rem, 6vw, 1.75rem);
  }
  .nz-products .nz-pagehead__desc {
    font-size: 0.9rem;
  }
  .nz-products .nz-section__title {
    font-size: clamp(1.15rem, 5vw, 1.4rem);
  }
  .nz-products .nz-pcard__body {
    padding: 0.9rem 0.95rem 1.05rem;
  }
  .nz-products .nz-pcard__cta {
    min-height: 42px;
    font-size: 0.86rem;
    border-radius: 12px;
  }
  .nz-products .nz-meta {
    font-size: 0.78rem;
  }
  .nz-products .nz-price__now {
    font-size: 0.95rem;
  }
  .nz-products .nz-pager {
    gap: 0.5rem;
  }
  .nz-products .nz-pager__btn {
    min-height: 40px;
    padding: 0.4rem 0.95rem;
    font-size: 0.82rem;
  }
}

@media (max-width: 639px) {
  :root {
    --nz-container: min(1140px, calc(100% - 1.25rem));
  }
  .nz-products .nz-grid {
    grid-template-columns: 1fr !important;
  }
  .nz-nav__actions .nz-cta--ghost {
    display: none !important;
  }
  .nz-brand__fa {
    max-width: 42vw;
    font-size: 0.82rem;
  }
}

/* ===== Course detail ===== */
.nz-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1.25rem;
  font-size: 0.84rem;
  color: var(--nz-muted);
}
.nz-crumb a {
  color: var(--nz-primary-soft);
  font-weight: 600;
}
.nz-crumb a:hover { color: var(--nz-accent); }
.nz-crumb span:last-child {
  color: var(--nz-fg);
  font-weight: 600;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nz-detail { padding-bottom: clamp(2.5rem, 5vw, 4rem); }
.nz-detail__layout {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 960px) {
  .nz-detail__layout {
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.9fr);
    gap: 2rem;
  }
}

.nz-detail__head { margin-bottom: 1.15rem; }
.nz-detail__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
}
.nz-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
}
.nz-pill--ok { background: rgba(15, 118, 110, 0.12); color: #0f766e; }
.nz-pill--muted { background: rgba(51, 65, 85, 0.1); color: #475569; }
.nz-pill--danger { background: rgba(185, 28, 28, 0.12); color: #b91c1c; }
.nz-pill--teal { background: rgba(3, 139, 128, 0.14); color: #038b80; }
.nz-pill--soft { background: rgba(11, 31, 51, 0.06); color: var(--nz-primary); }
.nz-pill--accent { background: rgba(196, 92, 38, 0.14); color: var(--nz-accent); }

.nz-detail__title {
  margin: 0 0 0.4rem;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 800;
  color: var(--nz-primary);
  line-height: 1.5;
}
.nz-detail__code {
  margin: 0;
  color: var(--nz-muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.nz-detail__media {
  margin: 0 0 1.25rem;
  border-radius: calc(var(--nz-radius) + 2px);
  overflow: hidden;
  background: #0b1f33;
  box-shadow: 0 12px 36px rgba(11, 31, 51, 0.1);
  aspect-ratio: 16 / 10;
}
.nz-detail__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nz-detail__note {
  margin: 0 0 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: rgba(185, 28, 28, 0.06);
  border: 1px solid rgba(185, 28, 28, 0.18);
  color: #7f1d1d;
  line-height: 1.8;
}
.nz-detail__note strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #b91c1c;
  font-size: 0.9rem;
}
.nz-detail__note p { margin: 0.25rem 0; }

.nz-detail__section-title {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--nz-primary);
}
.nz-detail__prose {
  color: #334155;
  font-size: 0.98rem;
  line-height: 1.95;
  text-align: justify;
}
.nz-detail__prose p { margin: 0 0 0.85rem; }
.nz-detail__body {
  background: #fff;
  border: 1px solid var(--nz-border);
  border-radius: var(--nz-radius);
  padding: 1.25rem 1.3rem 1.35rem;
  box-shadow: 0 8px 24px rgba(11, 31, 51, 0.04);
}

.nz-detail__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.15rem;
}
@media (min-width: 640px) {
  .nz-detail__facts { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.nz-fact {
  background: #fff;
  border: 1px solid var(--nz-border);
  border-radius: 14px;
  padding: 0.85rem 0.9rem;
  text-align: center;
}
.nz-fact__k {
  display: block;
  font-size: 0.75rem;
  color: var(--nz-muted);
  margin-bottom: 0.25rem;
  font-weight: 600;
}
.nz-fact__v {
  display: block;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--nz-primary);
  line-height: 1.45;
}

.nz-detail__side {
  position: relative;
}
@media (min-width: 960px) {
  .nz-detail__card {
    position: sticky;
    top: calc(var(--nz-nav-h) + 1rem);
  }
}
.nz-detail__card {
  background: #fff;
  border: 1px solid var(--nz-border);
  border-radius: var(--nz-radius);
  padding: 1.2rem 1.15rem 1.25rem;
  box-shadow: 0 12px 36px rgba(11, 31, 51, 0.06);
}
.nz-detail__pricebox {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--nz-border);
  text-align: center;
}
.nz-detail__price-label {
  margin: 0 0 0.35rem;
  font-size: 0.82rem;
  color: var(--nz-muted);
  font-weight: 600;
}
.nz-detail__price {
  margin: 0;
  color: var(--nz-ok);
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.35rem;
}
.nz-detail__price strong {
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  font-weight: 800;
}
.nz-detail__price small {
  font-size: 0.9rem;
  font-weight: 700;
}
.nz-detail__price-old {
  margin: 0.35rem 0 0;
  color: #ef4444;
  text-decoration: line-through;
  font-size: 0.88rem;
}

.nz-detail__cta {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
  justify-items: center;
}
.nz-detail__cta-btn {
  width: 100%;
  min-height: 50px;
}
.nz-detail__enrolled {
  margin: 0;
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: rgba(15, 118, 110, 0.1);
  color: #0f766e;
  font-weight: 700;
  text-align: center;
  font-size: 0.92rem;
}
.nz-detail__closed {
  margin: 0;
  width: 100%;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  background: rgba(11, 31, 51, 0.05);
  color: #475569;
  font-weight: 600;
  text-align: center;
  font-size: 0.9rem;
}

.nz-detail__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.nz-detail__meta li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.45rem 0;
  border-bottom: 1px dashed rgba(216, 224, 234, 0.9);
  font-size: 0.86rem;
}
.nz-detail__meta li:last-child { border-bottom: 0; }
.nz-detail__meta span {
  color: var(--nz-muted);
  flex-shrink: 0;
}
.nz-detail__meta strong {
  color: var(--nz-primary);
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
}
.nz-detail__meta a {
  color: var(--nz-accent);
  border-bottom: 1px dashed rgba(196, 92, 38, 0.4);
}

@media (max-width: 959px) {
  .nz-detail__side { order: -1; }
  .nz-detail__layout { display: flex; flex-direction: column; }
  .nz-detail__main { order: 1; }
  .nz-detail__side { order: 0; }
}

/* ===== News detail ===== */
.nz-news-detail { padding-bottom: clamp(2.5rem, 5vw, 4rem); }

.nz-nd__layout {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 960px) {
  .nz-nd__layout {
    grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.85fr);
    gap: 2rem;
  }
}

.nz-nd__date {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.65rem;
  color: var(--nz-muted);
  font-size: 0.9rem;
  font-weight: 600;
}
.nz-nd__date .fa { color: var(--nz-accent); }
.nz-nd__title {
  margin: 0;
  font-size: clamp(1.35rem, 2.8vw, 1.95rem);
  font-weight: 800;
  color: var(--nz-primary);
  line-height: 1.55;
}

.nz-nd__hero {
  margin: 1.25rem 0 1.35rem;
  border-radius: calc(var(--nz-radius) + 2px);
  overflow: hidden;
  background: #0b1f33;
  box-shadow: 0 12px 36px rgba(11, 31, 51, 0.1);
  aspect-ratio: 16 / 10;
}
.nz-nd__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nz-nd__body {
  background: #fff;
  border: 1px solid var(--nz-border);
  border-radius: var(--nz-radius);
  padding: clamp(1.15rem, 2.5vw, 1.6rem);
  box-shadow: 0 8px 24px rgba(11, 31, 51, 0.04);
}
.nz-nd__prose {
  color: #334155;
  font-size: 1rem;
  line-height: 2;
  text-align: justify;
}
.nz-nd__prose p { margin: 0 0 0.95rem; }
.nz-nd__prose a {
  color: var(--nz-accent);
  font-weight: 700;
  border-bottom: 1px dashed rgba(196, 92, 38, 0.45);
  word-break: break-word;
}
.nz-nd__prose a:hover { color: var(--nz-primary); }

.nz-nd__section-title {
  margin: 0 0 0.85rem;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--nz-primary);
}
.nz-nd__gallery { margin-top: 1.5rem; }

.nz-gallery__stage {
  position: relative;
  border-radius: var(--nz-radius);
  overflow: hidden;
  background: #0b1f33;
  aspect-ratio: 16 / 10;
  box-shadow: 0 8px 24px rgba(11, 31, 51, 0.08);
}
.nz-gallery__slide {
  display: none;
  width: 100%;
  height: 100%;
}
.nz-gallery__slide.is-active { display: block; }
.nz-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nz-gallery__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--nz-primary);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  transition: background 0.2s, transform 0.2s;
}
.nz-gallery__nav:hover { background: #fff; transform: translateY(-50%) scale(1.05); }
.nz-gallery__nav--prev { right: 0.75rem; }
.nz-gallery__nav--next { left: 0.75rem; }

.nz-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.nz-gallery__thumb {
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  background: #e2e8f0;
  cursor: pointer;
  aspect-ratio: 1;
  opacity: 0.7;
  transition: opacity 0.2s, border-color 0.2s;
}
.nz-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nz-gallery__thumb.is-active,
.nz-gallery__thumb:hover {
  opacity: 1;
  border-color: var(--nz-primary);
}

.nz-nd__back { margin-top: 1.5rem; }

.nz-nd__card {
  background: #fff;
  border: 1px solid var(--nz-border);
  border-radius: var(--nz-radius);
  padding: 1.15rem 1.1rem 1.25rem;
  box-shadow: 0 12px 36px rgba(11, 31, 51, 0.06);
}
@media (min-width: 960px) {
  .nz-nd__card {
    position: sticky;
    top: calc(var(--nz-nav-h) + 1rem);
  }
}
.nz-nd__side-title {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--nz-primary);
}
.nz-nd__related {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
.nz-nd__related-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.55rem;
  border-radius: 12px;
  transition: background 0.2s;
}
.nz-nd__related-item:hover { background: rgba(11, 31, 51, 0.04); }
.nz-nd__related-item img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
  background: #e2e8f0;
}
.nz-nd__related-item strong {
  display: block;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--nz-primary);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.nz-nd__related-item small {
  display: block;
  margin-top: 0.25rem;
  color: var(--nz-muted);
  font-size: 0.75rem;
  font-weight: 600;
}
.nz-nd__empty {
  color: var(--nz-muted);
  font-size: 0.9rem;
  padding: 0.5rem 0;
}

@media (max-width: 959px) {
  .nz-nd__side { order: 2; }
}

/* ===== Auth / Login ===== */
.nz-auth-body {
  min-height: 100vh;
  margin: 0;
  background: #0b1f33 !important;
}

.nz-auth {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem 1.25rem;
  overflow: hidden;
}

.nz-auth__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 480px at 90% 10%, rgba(196, 92, 38, 0.22), transparent 55%),
    radial-gradient(700px 400px at 10% 90%, rgba(22, 50, 77, 0.55), transparent 50%),
    linear-gradient(145deg, #0b1f33 0%, #16324d 55%, #0f2740 100%);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.nz-auth__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 31, 51, 0.55) 0%, rgba(11, 31, 51, 0.72) 45%, rgba(11, 31, 51, 0.88) 100%);
  backdrop-filter: blur(2px);
}

.nz-auth__inner {
  position: relative;
  z-index: 1;
  width: min(440px, 100%);
  display: grid;
  gap: 1.15rem;
}

.nz-auth__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
  justify-self: center;
  text-align: right;
}
.nz-auth__brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
  padding: 5px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.nz-auth__brand strong {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.4;
}
.nz-auth__brand small {
  display: block;
  font-size: 0.72rem;
  opacity: 0.75;
  font-weight: 500;
}

.nz-auth__card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: calc(var(--nz-radius) + 4px);
  padding: clamp(1.35rem, 3.5vw, 1.85rem);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}

.nz-auth__top {
  display: grid;
  gap: 0.75rem;
  justify-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid var(--nz-border);
}
.nz-auth__register {
  width: 100%;
  min-height: 48px;
}
.nz-auth__top .nz-guide-link {
  color: var(--nz-primary-soft);
}

.nz-auth__head {
  text-align: center;
  margin-bottom: 1.25rem;
}
.nz-auth__head h1 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
  font-weight: 800;
  color: var(--nz-primary);
  line-height: 1.45;
}
.nz-auth__head p {
  margin: 0;
  color: var(--nz-muted);
  font-size: 0.9rem;
}

.nz-auth__form {
  display: grid;
  gap: 0.35rem;
}
.nz-auth__label {
  margin: 0.55rem 0 0.35rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--nz-primary);
}
.nz-auth__input,
.nz-auth__form input[type="tel"],
.nz-auth__form input[type="password"],
.nz-auth__form input[type="text"] {
  width: 100% !important;
  min-height: 50px !important;
  padding: 0.75rem 1rem !important;
  border: 1px solid var(--nz-border) !important;
  border-radius: 14px !important;
  background: #f8fafc !important;
  font-family: var(--nz-font) !important;
  font-size: 1rem !important;
  color: var(--nz-fg) !important;
  text-align: center !important;
  direction: ltr !important;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s !important;
  box-shadow: none !important;
}
.nz-auth__form input:focus {
  outline: none !important;
  border-color: var(--nz-primary) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(11, 31, 51, 0.1) !important;
}

.nz-auth__passwrap {
  position: relative;
}
.nz-auth__passwrap .nz-auth__input,
.nz-auth__passwrap input {
  padding-left: 3rem !important;
}
.nz-auth__eye {
  position: absolute;
  left: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nz-auth__eye:hover { color: var(--nz-primary); background: rgba(11, 31, 51, 0.05); }

.nz-auth__hint {
  margin: 0.85rem 0 0.35rem;
  text-align: center;
  font-size: 0.84rem;
  color: var(--nz-muted);
  line-height: 1.7;
}
.nz-auth__hint a {
  display: inline-block;
  margin-top: 0.15rem;
  color: var(--nz-accent);
  font-weight: 800;
  direction: ltr;
}

.nz-auth__submit {
  width: 100%;
  min-height: 52px;
  margin-top: 0.85rem;
  font-size: 1rem;
}

.nz-auth__foot {
  margin: 0.25rem 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  line-height: 1.7;
}
.nz-auth__foot a {
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

@media (max-width: 480px) {
  .nz-auth { padding: 1.15rem 0.85rem 1rem; }
  .nz-auth__card { padding: 1.2rem 1.05rem 1.35rem; border-radius: 18px; }
}


/* ===== Nav redesign extras ===== */
.nz-cta--ghost {
  background: transparent !important;
  color: rgba(255,255,255,.92) !important;
  border: 1px solid rgba(255,255,255,.35) !important;
  box-shadow: none !important;
}
.nz-cta--ghost:hover {
  background: rgba(255,255,255,.12) !important;
}
.nz-nav.is-scrolled .nz-cta--ghost,
.nz-nav--solid .nz-cta--ghost {
  color: var(--nz-primary) !important;
  border-color: var(--nz-border) !important;
  background: #fff !important;
}
.nz-nav.is-scrolled .nz-cta--ghost:hover,
.nz-nav--solid .nz-cta--ghost:hover {
  background: rgba(11, 31, 51, 0.04) !important;
}

.nz-toggle__bars,
.nz-toggle__bars::before,
.nz-toggle__bars::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.25s var(--nz-ease), opacity 0.2s;
}
.nz-toggle__bars {
  position: relative;
}
.nz-toggle__bars::before,
.nz-toggle__bars::after {
  content: "";
  position: absolute;
  inset-inline: 0;
}
.nz-toggle__bars::before { top: -6px; }
.nz-toggle__bars::after { top: 6px; }
.nz-nav.is-open .nz-toggle__bars { background: transparent; }
.nz-nav.is-open .nz-toggle__bars::before { top: 0; transform: rotate(45deg); }
.nz-nav.is-open .nz-toggle__bars::after { top: 0; transform: rotate(-45deg); }

.nz-mobile {
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1px solid var(--nz-border);
  box-shadow: 0 16px 40px rgba(11, 31, 51, 0.1);
  padding: 0.5rem 0 1rem !important;
  max-height: calc(100vh - var(--nz-nav-h));
  overflow: auto;
}
.nz-mobile__group {
  padding: 0.65rem 1.1rem 0.35rem;
}
.nz-mobile__label {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--nz-muted);
  letter-spacing: 0.02em;
}
.nz-mobile__group a {
  display: flex !important;
  align-items: center;
  min-height: 44px;
  padding: 0.55rem 0.85rem !important;
  border-radius: 12px !important;
  border: 0 !important;
  margin-bottom: 0.2rem;
  font-weight: 600 !important;
  color: var(--nz-primary) !important;
}
.nz-mobile__group a:hover {
  background: rgba(11, 31, 51, 0.05);
}
.nz-mobile__cta {
  background: var(--nz-primary) !important;
  color: #fff !important;
  justify-content: center;
  margin-top: 0.25rem;
}
.nz-mobile__cta:hover {
  background: var(--nz-primary-soft) !important;
  color: #fff !important;
}

@media (min-width: 980px) {
  .nz-nav__actions .nz-cta--ghost { display: inline-flex; }
}

/* ===== Account panel / cart ===== */
/* Compact standard buttons inside dashboard panel only */
.nz-panel-body .nz-btn {
  min-height: 40px;
  padding: 0.45rem 1.05rem;
  font-size: 0.875rem;
  border-radius: 10px;
}
.nz-panel-body .nz-form-actions .nz-btn {
  min-width: 132px;
}
.nz-panel-body .nz-cart-pay {
  width: min(280px, 100%);
  min-height: 42px;
  font-size: 0.9rem;
}
.nz-panel-body .nz-cart-empty .nz-btn,
.nz-panel-body .nz-cart-alert .nz-btn {
  min-width: 140px;
}

.nz-panel-body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(900px 420px at 100% 0%, rgba(196, 92, 38, 0.06), transparent 55%),
    linear-gradient(180deg, #f7f9fc 0%, var(--nz-bg) 100%) !important;
}

.nz-panel-top {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--nz-border);
  backdrop-filter: blur(10px);
}
.nz-panel-top__inner {
  width: var(--nz-container);
  margin-inline: auto;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.nz-panel-top .nz-brand__fa,
.nz-panel-top .nz-brand__en { color: var(--nz-primary); text-shadow: none; }
.nz-panel-top .nz-brand__en { color: var(--nz-muted); }
.nz-panel-top__actions {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.nz-panel-top__link {
  display: none;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--nz-primary);
  border: 1px solid var(--nz-border);
}
@media (min-width: 720px) {
  .nz-panel-top__link { display: inline-flex; }
}
.nz-panel-user { position: relative; }
.nz-panel-user__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 42px;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--nz-border);
  background: #fff;
  color: var(--nz-primary);
  font-family: var(--nz-font);
  font-weight: 700;
  font-size: 0.86rem;
  cursor: pointer;
}
.nz-panel-user__menu {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid var(--nz-border);
  border-radius: 14px;
  box-shadow: var(--nz-shadow);
  padding: 0.4rem;
  z-index: 50;
}
.nz-panel-user__menu a {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 0.8rem;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--nz-primary);
}
.nz-panel-user__menu a:hover { background: rgba(11, 31, 51, 0.05); }
.nz-panel-side-toggle {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid var(--nz-border);
  background: #fff;
  color: var(--nz-primary);
  cursor: pointer;
}
@media (min-width: 960px) {
  .nz-panel-side-toggle { display: none; }
}

.nz-panel {
  width: var(--nz-container);
  margin: 1.25rem auto 2rem;
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 960px) {
  .nz-panel {
    grid-template-columns: 240px minmax(0, 1fr);
    align-items: start;
    gap: 1.5rem;
  }
}

.nz-side {
  background: #fff;
  border: 1px solid var(--nz-border);
  border-radius: var(--nz-radius);
  padding: 0.75rem;
  box-shadow: 0 8px 24px rgba(11, 31, 51, 0.04);
}
@media (max-width: 959px) {
  .nz-side {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(300px, 86vw);
    z-index: 60;
    border-radius: 0;
    transform: translateX(105%);
    transition: transform 0.28s var(--nz-ease);
    overflow: auto;
  }
  .nz-side.is-open { transform: none; }
}
.nz-side-backdrop {
  position: fixed;
  inset: 0;
  z-index: 55;
  background: rgba(15, 23, 42, 0.45);
}
body.nz-side-open { overflow: hidden; }

.nz-side__nav { display: grid; gap: 0.25rem; }
.nz-side__link {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.8rem 0.9rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9rem;
  color: #475569;
}
.nz-side__link i { width: 1.1rem; text-align: center; color: var(--nz-muted); }
.nz-side__link:hover { background: rgba(11, 31, 51, 0.04); color: var(--nz-primary); }
.nz-side__link.is-active {
  background: var(--nz-primary);
  color: #fff;
}
.nz-side__link.is-active i { color: #fff; }

.nz-panel__main { min-width: 0; }
.nz-panel__head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 0.85rem;
  margin-bottom: 1.15rem;
}
.nz-panel__head h1 {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: var(--nz-primary);
}
.nz-panel__head p {
  margin: 0.3rem 0 0;
  color: var(--nz-muted);
  font-size: 0.92rem;
}

.nz-cart-box {
  background: #fff;
  border: 1px solid var(--nz-border);
  border-radius: var(--nz-radius);
  padding: 0.75rem;
  box-shadow: 0 8px 24px rgba(11, 31, 51, 0.04);
}
.nz-cart-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}
.nz-cart-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.75rem;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid rgba(216, 224, 234, 0.8);
}
@media (max-width: 640px) {
  .nz-cart-item {
    grid-template-columns: 72px minmax(0, 1fr);
  }
  .nz-cart-item__aside {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.35rem;
    border-top: 1px dashed var(--nz-border);
  }
}
.nz-cart-item__media {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: #0b1f33;
  aspect-ratio: 4/3;
}
.nz-cart-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nz-cart-item__idx {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  background: rgba(11, 31, 51, 0.08);
  color: var(--nz-primary);
  font-size: 0.75rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
}
.nz-cart-item__title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--nz-primary);
  line-height: 1.5;
}
.nz-cart-item__title a:hover { color: var(--nz-accent); }
.nz-cart-item__meta {
  margin: 0.25rem 0 0;
  color: var(--nz-muted);
  font-size: 0.8rem;
}
.nz-cart-item__aside { text-align: left; }
.nz-cart-item__price {
  display: block;
  color: var(--nz-ok);
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.45rem;
}
.nz-cart-item__price small { font-size: 0.78rem; }
.nz-cart-item__remove {
  color: #dc2626;
  font-size: 0.82rem;
  font-weight: 700;
}

.nz-cart-empty {
  text-align: center;
  padding: 2.5rem 1rem;
  color: var(--nz-muted);
}
.nz-cart-empty .fa {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  color: #94a3b8;
}
.nz-cart-empty p { margin: 0 0 1.1rem; font-size: 1rem; }

.nz-cart-checkout {
  margin-top: 1.15rem;
  background: #fff;
  border: 1px solid var(--nz-border);
  border-radius: var(--nz-radius);
  padding: 1.2rem;
  text-align: center;
  box-shadow: 0 8px 24px rgba(11, 31, 51, 0.04);
}
.nz-cart-alert p {
  margin: 0 0 0.9rem;
  color: #b91c1c;
  font-weight: 700;
}
.nz-cart-terms {
  display: grid;
  gap: 0.75rem;
  justify-items: center;
  margin-bottom: 1rem;
}
.nz-cart-terms a {
  color: var(--nz-primary-soft);
  font-size: 0.88rem;
  font-weight: 600;
  border-bottom: 1px dashed rgba(22, 50, 77, 0.35);
}
.nz-check {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
}
.nz-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--nz-primary);
}
.nz-cart-pay {
  width: min(360px, 100%);
  min-height: 52px;
  opacity: 0.55;
}
.nz-cart-pay.is-ready {
  opacity: 1;
}

.nz-panel__copy {
  margin: 1.5rem 0 0;
  text-align: center;
  color: var(--nz-muted);
  font-size: 0.8rem;
}
.nz-panel__copy a {
  color: var(--nz-primary);
  font-weight: 700;
}

/* ---- Dashboard lists & forms ---- */
.nz-dash-box {
  background: #fff;
  border: 1px solid var(--nz-border);
  border-radius: var(--nz-radius);
  padding: 0.75rem;
  box-shadow: 0 8px 24px rgba(11, 31, 51, 0.04);
}
.nz-dash-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}
.nz-dash-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid rgba(216, 224, 234, 0.8);
}
.nz-dash-row__code {
  display: inline-block;
  margin-bottom: 0.35rem;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  background: rgba(11, 31, 51, 0.07);
  color: var(--nz-primary);
  font-size: 0.78rem;
  font-weight: 800;
}
.nz-dash-row__title {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--nz-primary);
  line-height: 1.55;
}
.nz-dash-row__title a:hover { color: var(--nz-accent); }
.nz-dash-row__meta {
  margin: 0.3rem 0 0;
  color: var(--nz-muted);
  font-size: 0.85rem;
}
.nz-dash-row__meta strong { color: var(--nz-ok); font-weight: 800; }
.nz-dash-row__aside { flex-shrink: 0; }

.nz-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}
.nz-pill--ok { background: rgba(22, 163, 74, 0.12); color: #15803d; }
.nz-pill--info { background: rgba(14, 116, 144, 0.12); color: #0e7490; }
.nz-pill--danger { background: rgba(220, 38, 38, 0.12); color: #b91c1c; }
.nz-pill--warn { background: rgba(196, 92, 38, 0.14); color: #9a3412; }

.nz-form { margin: 0; }
.nz-form-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 900px) {
  .nz-form-grid { grid-template-columns: 1fr 1fr; align-items: start; }
}
.nz-form-card {
  background: #fff;
  border: 1px solid var(--nz-border);
  border-radius: var(--nz-radius);
  padding: 1.2rem 1.15rem 1.35rem;
  box-shadow: 0 8px 24px rgba(11, 31, 51, 0.04);
  display: grid;
  gap: 0.85rem;
}
.nz-form-card--narrow {
  max-width: 480px;
  margin-inline: auto;
}
.nz-form-card__title {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--nz-primary);
}
.nz-field {
  display: grid;
  gap: 0.4rem;
}
.nz-field label {
  font-size: 0.88rem;
  font-weight: 700;
  color: #334155;
}
.nz-req { color: #dc2626; }
.nz-input,
.nz-field input,
.nz-field select,
.nz-field textarea {
  width: 100%;
  min-height: 46px;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--nz-border);
  border-radius: 12px;
  background: #f8fafc;
  color: var(--nz-primary);
  font-family: inherit;
  font-size: 0.95rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.nz-textarea,
.nz-field textarea {
  min-height: 110px;
  resize: vertical;
}
.nz-input:focus,
.nz-field input:focus,
.nz-field select:focus,
.nz-field textarea:focus {
  outline: none;
  border-color: rgba(196, 92, 38, 0.45);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(196, 92, 38, 0.12);
}
.nz-input:disabled,
.nz-field input:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  background: #eef2f6;
}
.nz-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.25rem;
}
.nz-form-actions .nz-btn { min-width: 160px; }

.nz-nezam-box {
  margin-top: 0.5rem;
  padding: 1rem;
  border-radius: 14px;
  background: rgba(11, 31, 51, 0.035);
  border: 1px dashed rgba(11, 31, 51, 0.18);
}
.nz-nezam-box__note {
  margin: 0 0 0.85rem;
  color: #b91c1c;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: justify;
}
.nz-nezam-box__check { margin-bottom: 0.85rem; }
.nz-nezam-box__fields {
  display: grid;
  gap: 0.85rem;
}

.danger_p {
  margin: 0.25rem 0 0;
  color: #b91c1c;
  font-size: 0.82rem;
  font-weight: 600;
}

