/* NestZim — Marketing & SEO pages (green + gold premium) */

.nz-page .pg-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.8rem, 6vw, 4.2rem) 0 clamp(2rem, 4vw, 2.8rem);
  background: linear-gradient(145deg, #062818 0%, #0D4A26 38%, #1B6B3A 72%, #2a8f55 100%);
  color: #fff;
}
.nz-page .pg-hero::before {
  content: '';
  position: absolute;
  right: -12%;
  top: -45%;
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 160, 23, 0.28), transparent 68%);
  pointer-events: none;
}
.nz-page .pg-hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, #D4A017, #f5d878, #D4A017);
}
.nz-page .pg-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
}
@media (min-width: 992px) {
  .nz-page .pg-hero-grid.has-aside {
    grid-template-columns: 1.15fr 0.85fr;
  }
}
.nz-page .pg-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 160, 23, 0.22);
  border: 1px solid rgba(255, 225, 140, 0.45);
  border-radius: 40px;
  padding: 7px 16px;
  margin-bottom: 1rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #ffe9a8;
}
.nz-page .pg-hero h1 {
  font-family: var(--font-heading, 'Poppins', sans-serif);
  font-weight: 800;
  font-size: clamp(1.85rem, 4.8vw, 3rem);
  line-height: 1.12;
  margin-bottom: 0.85rem;
  max-width: min(100%, 22ch);
  color: #fff !important;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}
.nz-page .pg-hero-lead {
  font-size: clamp(0.95rem, 2vw, 1.08rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
  max-width: 52ch;
  margin-bottom: 0;
}
.nz-page .pg-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}
.nz-page .pg-hero-panel {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 2px solid rgba(212, 160, 23, 0.55);
  border-radius: 18px;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}
.nz-page .pg-hero-stat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.nz-page .pg-hero-stat:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.nz-page .pg-hero-stat-ico {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 160, 23, 0.25);
  color: #ffe08a;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.nz-page .pg-hero-stat strong {
  display: block;
  font-family: var(--font-heading, 'Poppins', sans-serif);
  font-size: 1.05rem;
}
.nz-page .pg-hero-stat span {
  font-size: 0.78rem;
  opacity: 0.82;
}

.nz-page .pg-bc-wrap {
  background: #fff;
  border-bottom: 1px solid #e8ece9;
  padding: 0.65rem 0;
}
.nz-page .pg-bc-wrap .breadcrumb {
  margin: 0;
  font-size: 0.82rem;
}
.nz-page .pg-bc-wrap .breadcrumb-item a {
  color: var(--nz-green, #1B6B3A);
  text-decoration: none;
  font-weight: 500;
}
.nz-page .pg-bc-wrap .breadcrumb-item.active {
  color: #7a8a80;
}

.nz-page .pg-body {
  padding: 2.5rem 0 4rem;
  background:
    radial-gradient(circle at 6% -8%, rgba(212, 160, 23, 0.12), transparent 32%),
    radial-gradient(circle at 94% 20%, rgba(27, 107, 58, 0.06), transparent 28%),
    linear-gradient(180deg, #f6f8f6 0%, #eef2ef 100%);
}

.nz-page .pg-section-head {
  margin-bottom: 1.5rem;
}
.nz-page .pg-section-head h2 {
  font-family: var(--font-heading, 'Poppins', sans-serif);
  font-weight: 800;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  color: #0a1f12 !important;
  margin-bottom: 0.4rem;
}
.nz-page .pg-section-head h2 span {
  color: var(--nz-green, #1B6B3A);
}
.nz-page .pg-section-head p {
  color: #5f7167;
  margin: 0;
  max-width: 62ch;
}

.nz-page .pg-card {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #fafcfb 100%);
  border-radius: 20px;
  padding: 1.65rem 1.75rem;
  border: 1px solid rgba(27, 107, 58, 0.1);
  box-shadow: 0 10px 32px rgba(10, 40, 23, 0.08);
  margin-bottom: 1.25rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  overflow: hidden;
}
.nz-page .pg-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(10, 40, 23, 0.12);
  border-color: rgba(27, 107, 58, 0.2);
}
.nz-page .pg-card::before {
  content: '';
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #D4A017, #1B6B3A, #D4A017);
}
.nz-page .pg-card > * {
  position: relative;
  z-index: 1;
}
.nz-page .pg-card h2,
.nz-page .pg-card h3 {
  font-family: var(--font-heading, 'Poppins', sans-serif);
  font-weight: 700;
  color: #0f2d1a !important;
}
.nz-page .pg-card p {
  color: #3f5348;
  line-height: 1.7;
}

.nz-page .pg-sticky {
  position: sticky;
  top: 100px;
}

.nz-page .pg-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.nz-page .pg-feature {
  background: #fff;
  border: 1px solid #e2ebe5;
  border-radius: 16px;
  padding: 1.25rem;
  transition: all 0.22s ease;
  height: 100%;
}
.nz-page .pg-feature:hover {
  border-color: rgba(27, 107, 58, 0.28);
  box-shadow: 0 10px 24px rgba(27, 107, 58, 0.1);
  transform: translateY(-2px);
}
.nz-page .pg-feature-ico {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 0.85rem;
  background: linear-gradient(135deg, #e8f5ee, #d4ebdc);
  color: var(--nz-green, #1B6B3A);
}
.nz-page .pg-feature-ico.gold {
  background: linear-gradient(135deg, #fdf6e3, #f5e4b8);
  color: #9a7209;
}
.nz-page .pg-feature h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: #0f2d1a !important;
}
.nz-page .pg-feature p {
  font-size: 0.88rem;
  color: #5f7167;
  margin: 0;
  line-height: 1.55;
}

.nz-page .pg-steps {
  display: grid;
  gap: 0.85rem;
}
.nz-page .pg-step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem 1.1rem;
  background: #f8fbf9;
  border: 1px solid #e3ebe6;
  border-radius: 14px;
  transition: border-color 0.2s ease;
}
.nz-page .pg-step:hover {
  border-color: rgba(212, 160, 23, 0.45);
}
.nz-page .pg-step-num {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading, 'Poppins', sans-serif);
  font-weight: 800;
  font-size: 1.1rem;
  background: linear-gradient(135deg, #D4A017, #B8890F);
  color: #1a2e1f;
  box-shadow: 0 4px 14px rgba(212, 160, 23, 0.35);
}
.nz-page .pg-step-num i {
  font-size: 1.15rem;
  color: #1a2e1f;
}
.nz-page .pg-step h3 {
  font-size: 0.98rem;
  margin: 0 0 0.25rem;
  color: #0f2d1a !important;
}
.nz-page .pg-step p {
  font-size: 0.86rem;
  margin: 0;
  color: #5f7167;
}

.nz-page .pg-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}
.nz-page .pg-contact-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 1.25rem;
  border-radius: 16px;
  text-decoration: none;
  background: linear-gradient(180deg, #fff, #f4faf6);
  border: 1px solid #dce8e0;
  transition: all 0.22s ease;
  height: 100%;
}
.nz-page .pg-contact-card:hover {
  border-color: var(--nz-green, #1B6B3A);
  box-shadow: 0 12px 28px rgba(27, 107, 58, 0.12);
  transform: translateY(-3px);
  color: inherit;
}
.nz-page .pg-contact-card .ico {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  background: linear-gradient(135deg, #1B6B3A, #0D4A26);
  color: #fff;
}
.nz-page .pg-contact-card.gold .ico {
  background: linear-gradient(135deg, #D4A017, #B8890F);
  color: #1a2e1f;
}
.nz-page .pg-contact-card strong {
  font-family: var(--font-heading, 'Poppins', sans-serif);
  color: #0f2d1a;
  font-size: 0.95rem;
}
.nz-page .pg-contact-card span {
  font-size: 0.84rem;
  color: #5f7167;
}

.nz-page .pg-faq-item {
  border: 1px solid #e2ebe5;
  border-radius: 14px;
  margin-bottom: 0.75rem;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.2s ease;
}
.nz-page .pg-faq-item:hover {
  box-shadow: 0 8px 22px rgba(10, 40, 23, 0.06);
}
.nz-page .pg-faq-btn {
  width: 100%;
  text-align: left;
  border: 0;
  background: linear-gradient(180deg, #fff, #f9fcfa);
  padding: 1.1rem 1.25rem;
  font-family: var(--font-heading, 'Poppins', sans-serif);
  font-weight: 700;
  font-size: 0.98rem;
  color: #0f2d1a !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.nz-page .pg-faq-btn i {
  color: var(--nz-gold, #D4A017);
  transition: transform 0.25s ease;
}
.nz-page .pg-faq-btn:not(.collapsed) i {
  transform: rotate(180deg);
}
.nz-page .pg-faq-body {
  padding: 0 1.25rem 1.15rem;
  color: #4a5f52;
  line-height: 1.7;
  font-size: 0.92rem;
}

.nz-page .pg-guide-card {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e2ebe5;
  border-radius: 18px;
  padding: 1.35rem;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}
.nz-page .pg-guide-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #D4A017, #1B6B3A);
}
.nz-page .pg-guide-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(27, 107, 58, 0.14);
  border-color: rgba(27, 107, 58, 0.25);
  color: inherit;
}
.nz-page .pg-guide-tag {
  display: inline-block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #9a7209;
  background: #fdf6e3;
  border: 1px solid #f0dfa8;
  border-radius: 30px;
  padding: 4px 10px;
  margin-bottom: 0.75rem;
}
.nz-page .pg-guide-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f2d1a !important;
  margin-bottom: 0.5rem;
  line-height: 1.35;
}
.nz-page .pg-guide-card p {
  font-size: 0.88rem;
  color: #5f7167;
  margin-bottom: 0.75rem;
  line-height: 1.55;
}
.nz-page .pg-guide-more {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--nz-green, #1B6B3A);
}

.nz-page .pg-cta-panel {
  background: linear-gradient(145deg, #0D4A26, #1B6B3A);
  border-radius: 20px;
  padding: 1.75rem;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 36px rgba(13, 74, 38, 0.28);
  position: relative;
  overflow: hidden;
}
.nz-page .pg-cta-panel::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(212, 160, 23, 0.2);
}
.nz-page .pg-cta-panel > * {
  position: relative;
  z-index: 1;
}
.nz-page .pg-cta-panel h2 {
  color: #fff !important;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.nz-page .pg-cta-panel p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
}

.nz-page .pg-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #D4A017, #B8890F);
  color: #1a2e1f !important;
  font-family: var(--font-heading, 'Poppins', sans-serif);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.78rem 1.5rem;
  border-radius: 12px;
  text-decoration: none;
  border: 0;
  transition: all 0.22s ease;
  box-shadow: 0 6px 20px rgba(184, 137, 15, 0.38);
}
.nz-page .pg-cta:hover {
  color: #1a2e1f !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(184, 137, 15, 0.45);
}
.nz-page .pg-cta-outline {
  background: rgba(255, 255, 255, 0.95);
  color: var(--nz-green, #1B6B3A) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.nz-page .pg-cta-ghost {
  background: transparent;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.45);
  box-shadow: none;
}
.nz-page .pg-cta-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
}

.nz-page .pg-disclaimer {
  background: linear-gradient(180deg, #fff9e8, #fff3cc);
  border: 1px solid #edd080;
  border-left: 4px solid #D4A017;
  border-radius: 14px;
  padding: 1rem 1.2rem;
  font-size: 0.9rem;
  color: #5c4a00;
  line-height: 1.65;
  box-shadow: 0 6px 18px rgba(212, 160, 23, 0.15);
}
.nz-page .pg-disclaimer i {
  color: #B8890F;
  margin-right: 6px;
}

.nz-page .pg-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nz-page .pg-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 0.72rem;
  color: #30473b;
  font-size: 0.92rem;
  line-height: 1.55;
}
.nz-page .pg-list li i {
  color: var(--nz-gold, #D4A017);
  margin-top: 3px;
  flex-shrink: 0;
}

.nz-page .pg-link-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.72rem 0.9rem;
  border-radius: 12px;
  text-decoration: none;
  color: #1f4230;
  font-weight: 600;
  font-size: 0.9rem;
  background: #f5faf7;
  border: 1px solid #e2ebe5;
  margin-bottom: 0.55rem;
  transition: all 0.2s ease;
}
.nz-page .pg-link-list a:hover {
  background: #e8f5ee;
  border-color: #b8d4c4;
  color: #0D4A26;
  padding-left: 1rem;
}
.nz-page .pg-link-list a i {
  color: var(--nz-gold, #D4A017);
}

.nz-page .pg-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #d5e6dc;
  color: #18402a;
  font-size: 0.84rem;
  font-weight: 600;
  transition: all 0.2s ease;
}
.nz-page .pg-chip:hover {
  background: var(--nz-green, #1B6B3A);
  border-color: var(--nz-green, #1B6B3A);
  color: #fff !important;
}
.nz-page .pg-count-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.6rem 1rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #e8f5ee, #dff0e6);
  border: 1px solid #c5dece;
  color: #0f4529;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
}
.nz-page .pg-count-badge strong {
  color: var(--nz-green, #1B6B3A);
}

.nz-page .pg-intro-box {
  background: linear-gradient(180deg, #fff, #f7fbf8);
  border-radius: 18px;
  padding: 1.35rem 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(27, 107, 58, 0.12);
  box-shadow: 0 8px 24px rgba(8, 37, 22, 0.06);
  position: relative;
}
.nz-page .pg-intro-box::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  right: 20px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #D4A017, #1B6B3A);
}
.nz-page .pg-intro-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--nz-gold-dark, #B8890F);
  margin-bottom: 0.5rem;
}

.nz-page .pg-empty {
  text-align: center;
  padding: 3rem 1.5rem;
  background: #fff;
  border-radius: 18px;
  border: 1px dashed #cfe0d5;
}
.nz-page .pg-empty i {
  font-size: 2.5rem;
  color: var(--nz-green-mid, #A8D5B8);
  margin-bottom: 1rem;
  display: block;
}

.nz-page .pg-legal-prose h2 {
  font-size: 1.1rem;
  margin-top: 1.75rem;
  padding-top: 0.5rem;
  border-top: 1px solid #eef2ef;
}
.nz-page .pg-legal-prose h2:first-of-type {
  border-top: 0;
  margin-top: 1rem;
  padding-top: 0;
}
.nz-page .pg-legal-prose p {
  color: #3f5348;
  line-height: 1.75;
}
.nz-page .pg-legal-prose a {
  color: var(--nz-green, #1B6B3A);
  font-weight: 600;
}
.nz-page .pg-cta-panel.text-start {
  text-align: left !important;
}

.nz-page .pagination .page-link {
  color: #0f4529;
  border-radius: 10px;
  border-color: #d5e6dc;
  margin: 0 3px;
  font-weight: 600;
}
.nz-page .pagination .page-item.active .page-link,
.nz-page .pagination .page-link:hover {
  background: var(--nz-green, #1B6B3A);
  border-color: var(--nz-green, #1B6B3A);
  color: #fff;
}

@media (max-width: 991.98px) {
  .nz-page .pg-sticky {
    position: static;
  }
}
