/* ==========================================================================
   NB NOW — Legal/Editorial shared styling (Figma English-only layout)
   Note: language notice styling lives in `legal-policy-common.css`.
   ========================================================================== */

/* ------------------------------
   Privacy (nbnow-privacy)
   ------------------------------ */
.nbnow-privacy {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}
.nbnow-privacy *,
.nbnow-privacy *::before,
.nbnow-privacy *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.nbnow-privacy__hero { background-color: #12163D; }
.nbnow-privacy__hero-spacer { height: 80px; }
.nbnow-privacy__hero-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nbnow-privacy__hero-buffer { height: 48px; }
.nbnow-privacy__label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: inline-block;
}
.nbnow-privacy__label--orange { color: #F05144; }
.nbnow-privacy__label--muted-dark { color: rgba(0, 0, 0, 0.38); }
.nbnow-privacy__headline {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 900;
  font-style: italic;
  line-height: 1.08;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}
.nbnow-privacy__subhead {
  font-family: 'Inter', sans-serif;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.5);
  max-width: 600px;
}
.nbnow-privacy__body { background-color: #FFFFFF; }
.nbnow-privacy__body-buffer { height: 40px; }
.nbnow-privacy__anchor-nav {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 24px;
}
.nbnow-privacy__anchor-link {
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.44);
  text-decoration: none;
  transition: color 0.2s ease;
}
.nbnow-privacy__anchor-link:hover,
.nbnow-privacy__anchor-link.is-active {
  color: #F05144;
}
.nbnow-privacy__content {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
}
.nbnow-privacy__section + .nbnow-privacy__section { margin-top: 64px; }
.nbnow-privacy__section-spacer { height: 64px; }
.nbnow-privacy__divider {
  width: 100%;
  height: 1px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.08);
  margin: 0;
}
.nbnow-privacy__block { display: flex; flex-direction: column; }
.nbnow-privacy__title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 700;
  line-height: 1.3;
  color: #111111;
  letter-spacing: -0.01em;
}
.nbnow-privacy__title-link {
  color: #111111;
  text-decoration: none;
  transition: color 0.2s ease;
}
.nbnow-privacy__title-link:hover {
  color: #F05144;
  text-decoration: underline;
}
.nbnow-privacy__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
  font-family: 'Inter', sans-serif;
  font-size: clamp(14.5px, 1.35vw, 15.5px);
  font-weight: 400;
  line-height: 1.9;
  color: rgba(0, 0, 0, 0.62);
}
.nbnow-privacy__text p { margin: 0; }
.nbnow-privacy__text strong { color: #111111; }
.nbnow-privacy__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nbnow-privacy__bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: clamp(14.5px, 1.35vw, 15.5px);
  line-height: 1.9;
  color: rgba(0, 0, 0, 0.62);
}
.nbnow-privacy__bullets li::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  min-width: 4px;
  border-radius: 50%;
  background-color: #F05144;
  margin-top: 11px;
}
.nbnow-privacy__bullets li strong { color: #111111; }
.nbnow-privacy__inline-link {
  color: #F05144;
  text-decoration: none;
  transition: all 0.2s ease;
}
.nbnow-privacy__inline-link:hover { text-decoration: underline; }
.nbnow-privacy__footer-spacer { height: 40px; }
.nbnow-privacy__footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
}
.nbnow-privacy__footer-text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.35);
  max-width: 560px;
}
.nbnow-privacy__bottom-buffer { height: 64px; }

@media (min-width: 640px) {
  .nbnow-privacy__hero-spacer { height: 96px; }
  .nbnow-privacy__hero-buffer { height: 56px; }
  .nbnow-privacy__hero-inner { padding: 0 32px; }
  .nbnow-privacy__body-buffer { height: 48px; }
  .nbnow-privacy__anchor-nav { padding: 0 32px; }
  .nbnow-privacy__content { padding: 0 32px; }
  .nbnow-privacy__section + .nbnow-privacy__section { margin-top: 72px; }
  .nbnow-privacy__section-spacer { height: 72px; }
  .nbnow-privacy__bottom-buffer { height: 80px; }
  .nbnow-privacy__footer-spacer { height: 48px; }
}
@media (min-width: 768px) {
  .nbnow-privacy__hero-spacer { height: 128px; }
  .nbnow-privacy__hero-buffer { height: 64px; }
  .nbnow-privacy__body-buffer { height: 56px; }
  .nbnow-privacy__section + .nbnow-privacy__section { margin-top: 80px; }
  .nbnow-privacy__section-spacer { height: 80px; }
  .nbnow-privacy__bottom-buffer { height: 112px; }
}

/* ------------------------------
   Cookie (cookie-page)
   ------------------------------ */
.cookie-page { min-height: 100vh; width: 100%; }
.cookie-page * { box-sizing: border-box; }
.cookie-hero { background-color: #12163D; }
.cookie-hero-spacer-top { height: 80px; }
.cookie-hero-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookie-headline {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 900;
  font-style: italic;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.cookie-subhead {
  font-family: 'Inter', sans-serif;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.5);
  max-width: 600px;
}
.cookie-hero-spacer-bottom { height: 48px; }
.cookie-content-area { background-color: #FFFFFF; }
.cookie-content-spacer-top { height: 40px; }
.cookie-anchor-nav {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 24px;
}
.cookie-anchor-link {
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.44);
  text-decoration: none;
  transition: color 0.2s ease;
}
.cookie-anchor-link:hover,
.cookie-anchor-link.active { color: #F05144; }
.cookie-nav-spacer { height: 40px; }
.cookie-main { max-width: 720px; margin: 0 auto; padding: 0 24px; }
.cookie-section { margin-top: 64px; }
.cookie-section:first-child { margin-top: 0; }
.cookie-divider { width: 100%; height: 1px; background-color: #F05144; }
.cookie-section-spacer { height: 64px; }
.cookie-section-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 900;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #12163D;
  margin: 0 0 24px 0;
}
.cookie-section-content { display: flex; flex-direction: column; gap: 20px; }
.cookie-section-content p {
  font-family: 'Inter', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.82);
  margin: 0;
}
.cookie-category { margin-top: 20px; }
.cookie-category:first-of-type { margin-top: 0; }
.cookie-category-title {
  font-family: 'Inter', sans-serif;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.7;
  color: #000000;
  margin: 0 0 12px 0 !important;
}
.cookie-bullet-list { margin: 0; padding-left: 20px; list-style: none; }
.cookie-bullet-list li {
  font-family: 'Inter', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.82);
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px;
}
.cookie-bullet-list li:last-child { margin-bottom: 0; }
.cookie-bullet-list li::before {
  content: '→';
  position: absolute;
  left: -8px;
  color: #F05144;
  font-weight: 400;
}
.cookie-link {
  color: #F05144;
  text-decoration: none;
  border-bottom: 1px solid rgba(240, 81, 68, 0.3);
  transition: border-color 0.2s ease;
}
.cookie-link:hover { border-bottom-color: #F05144; }
.cookie-footer { margin-top: 64px; }
.cookie-footer-spacer { height: 40px; }
.cookie-footer-content { display: flex; flex-direction: column; gap: 16px; padding-bottom: 16px; }
.cookie-footer-meta {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.28);
}
.cookie-footer-text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.35);
  max-width: 560px;
  margin: 0;
}
.cookie-content-spacer-bottom { height: 64px; }

@media (min-width: 640px) {
  .cookie-hero-spacer-top { height: 96px; }
  .cookie-hero-content { padding: 0 32px; }
  .cookie-hero-spacer-bottom { height: 56px; }
  .cookie-content-spacer-top { height: 48px; }
  .cookie-anchor-nav { padding: 0 32px; gap: 10px 24px; }
  .cookie-nav-spacer { height: 48px; }
  .cookie-main { padding: 0 32px; }
  .cookie-section { margin-top: 72px; }
  .cookie-section-spacer { height: 72px; }
  .cookie-footer { margin-top: 72px; }
  .cookie-footer-spacer { height: 48px; }
  .cookie-content-spacer-bottom { height: 80px; }
}
@media (min-width: 768px) {
  .cookie-hero-spacer-top { height: 128px; }
  .cookie-hero-spacer-bottom { height: 64px; }
  .cookie-content-spacer-top { height: 56px; }
  .cookie-nav-spacer { height: 56px; }
  .cookie-section { margin-top: 80px; }
  .cookie-section-spacer { height: 80px; }
  .cookie-footer { margin-top: 80px; }
  .cookie-content-spacer-bottom { height: 112px; }
}

/* ------------------------------
   Code of Conduct (conduct-page)
   ------------------------------ */
.conduct-page { min-height: 100vh; width: 100%; }
.conduct-page * { box-sizing: border-box; }
.conduct-hero { background-color: #12163D; }
.conduct-hero-spacer-top { height: 80px; }
.conduct-hero-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.conduct-metadata {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #F05144;
}
.conduct-headline {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 900;
  font-style: italic;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.conduct-subhead {
  font-family: 'Inter', sans-serif;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.5);
  max-width: 600px;
}
.conduct-hero-spacer-bottom { height: 48px; }
.conduct-content-area { background-color: #FFFFFF; }
.conduct-content-spacer-top { height: 40px; }
.conduct-anchor-nav {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 24px;
}
.conduct-anchor-link {
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.44);
  text-decoration: none;
  transition: color 0.2s ease;
}
.conduct-anchor-link:hover,
.conduct-anchor-link.active { color: #F05144; }
.conduct-nav-spacer { height: 40px; }
.conduct-main { max-width: 720px; margin: 0 auto; padding: 0 24px; }
.conduct-section { margin-top: 64px; }
.conduct-section:first-child { margin-top: 0; }
.conduct-divider { width: 100%; height: 1px; background-color: #F05144; }
.conduct-section-spacer { height: 64px; }
.conduct-section-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 900;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #12163D;
  margin: 0 0 24px 0;
}
.conduct-section-content { display: flex; flex-direction: column; gap: 20px; }
.conduct-section-content p {
  font-family: 'Inter', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.82);
  margin: 0;
}
.conduct-bullet-list { margin: 0; padding-left: 20px; list-style: none; }
.conduct-bullet-list li {
  font-family: 'Inter', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.82);
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px;
}
.conduct-bullet-list li:last-child { margin-bottom: 0; }
.conduct-bullet-list li::before {
  content: '→';
  position: absolute;
  left: -8px;
  color: #F05144;
  font-weight: 400;
}
.conduct-link {
  color: #F05144;
  text-decoration: none;
  border-bottom: 1px solid rgba(240, 81, 68, 0.3);
  transition: border-color 0.2s ease;
}
.conduct-link:hover { border-bottom-color: #F05144; }
.conduct-footer { margin-top: 64px; }
.conduct-footer-spacer { height: 40px; }
.conduct-footer-content { display: flex; flex-direction: column; gap: 16px; padding-bottom: 16px; }
.conduct-footer-meta {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.28);
}
.conduct-footer-text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.35);
  max-width: 560px;
  margin: 0;
}
.conduct-content-spacer-bottom { height: 64px; }

@media (min-width: 640px) {
  .conduct-hero-spacer-top { height: 96px; }
  .conduct-hero-content { padding: 0 32px; }
  .conduct-hero-spacer-bottom { height: 56px; }
  .conduct-content-spacer-top { height: 48px; }
  .conduct-anchor-nav { padding: 0 32px; gap: 10px 24px; }
  .conduct-nav-spacer { height: 48px; }
  .conduct-main { padding: 0 32px; }
  .conduct-section { margin-top: 72px; }
  .conduct-section-spacer { height: 72px; }
  .conduct-footer { margin-top: 72px; }
  .conduct-footer-spacer { height: 48px; }
  .conduct-content-spacer-bottom { height: 80px; }
}
@media (min-width: 768px) {
  .conduct-hero-spacer-top { height: 128px; }
  .conduct-hero-spacer-bottom { height: 64px; }
  .conduct-content-spacer-top { height: 56px; }
  .conduct-nav-spacer { height: 56px; }
  .conduct-section { margin-top: 80px; }
  .conduct-section-spacer { height: 80px; }
  .conduct-footer { margin-top: 80px; }
  .conduct-content-spacer-bottom { height: 112px; }
}

/* ------------------------------
   Editorial Standards (nbnow-standards)
   ------------------------------ */
.nbnow-standards *,
.nbnow-standards *::before,
.nbnow-standards *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.nbnow-standards { min-height: 100vh; width: 100%; }
.nbnow-standards__hero { background-color: #12163d; }
.nbnow-standards__hero-spacer { height: 80px; }
.nbnow-standards__hero-spacer--sm { height: 48px; }
.nbnow-standards__hero-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  padding: 0 24px;
}
.nbnow-standards__label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  line-height: 1;
}
.nbnow-standards__label--orange { color: #f05144; }
.nbnow-standards__label--muted { color: rgba(0, 0, 0, 0.38); }
.nbnow-standards__headline {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 900;
  font-style: italic;
  line-height: 1.08;
  color: #ffffff;
  letter-spacing: -0.02em;
}
.nbnow-standards__subhead {
  font-family: 'Inter', sans-serif;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.5);
  max-width: 600px;
}
.nbnow-standards__body { background-color: #ffffff; }
.nbnow-standards__body-spacer { height: 40px; }
.nbnow-standards__bottom-spacer { height: 64px; }
.nbnow-standards__anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  padding: 0 24px;
}
.nbnow-standards__anchor-link {
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.44);
  text-decoration: none;
  transition: color 0.2s ease;
}
.nbnow-standards__anchor-link:hover,
.nbnow-standards__anchor-link.is-active { color: #f05144; }
.nbnow-standards__content {
  display: flex;
  flex-direction: column;
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  padding: 0 24px;
}
.nbnow-standards__section + .nbnow-standards__section { margin-top: 64px; }
.nbnow-standards__section-spacer { height: 64px; }
.nbnow-standards__divider {
  border: none;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.08);
  width: 100%;
}
.nbnow-standards__section-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 700;
  line-height: 1.3;
  color: #111111;
  letter-spacing: -0.01em;
}
.nbnow-standards__section-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
  font-family: 'Inter', sans-serif;
  font-size: clamp(14.5px, 1.35vw, 15.5px);
  font-weight: 400;
  line-height: 1.9;
  color: rgba(0, 0, 0, 0.62);
}
.nbnow-standards__bullet-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nbnow-standards__bullet-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: clamp(14.5px, 1.35vw, 15.5px);
  line-height: 1.9;
  color: rgba(0, 0, 0, 0.62);
}
.nbnow-standards__bullet {
  display: inline-block;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #f05144;
  margin-top: 11px;
}
.nbnow-standards__inline-link {
  color: #f05144;
  text-decoration: none;
  transition: all 0.2s ease;
}
.nbnow-standards__inline-link:hover { text-decoration: underline; }
.nbnow-standards__footer-spacer { height: 40px; }
.nbnow-standards__footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
}
.nbnow-standards__footer-text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.35);
  max-width: 560px;
}

@media (min-width: 640px) {
  .nbnow-standards__hero-spacer { height: 96px; }
  .nbnow-standards__hero-spacer--sm { height: 56px; }
  .nbnow-standards__hero-inner { padding: 0 32px; }
  .nbnow-standards__body-spacer { height: 48px; }
  .nbnow-standards__anchor-nav { padding: 0 32px; }
  .nbnow-standards__content { padding: 0 32px; }
  .nbnow-standards__section + .nbnow-standards__section { margin-top: 72px; }
  .nbnow-standards__section-spacer { height: 72px; }
  .nbnow-standards__footer-spacer { height: 48px; }
  .nbnow-standards__bottom-spacer { height: 80px; }
}
@media (min-width: 768px) {
  .nbnow-standards__hero-spacer { height: 128px; }
  .nbnow-standards__hero-spacer--sm { height: 64px; }
  .nbnow-standards__body-spacer { height: 56px; }
  .nbnow-standards__section + .nbnow-standards__section { margin-top: 80px; }
  .nbnow-standards__section-spacer { height: 80px; }
  .nbnow-standards__bottom-spacer { height: 112px; }
}

/* ------------------------------
   Corrections Policy (nbnow-corrections-policy)
   ------------------------------ */
.nbnow-corrections-policy { min-height: 100vh; width: 100%; }
.nbnow-hero { background-color: #12163D; }
.nbnow-hero-spacer-top { height: 80px; }
.nbnow-hero-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nbnow-metadata {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #F05144;
}
.nbnow-headline {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 900;
  font-style: italic;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.nbnow-subhead {
  font-family: 'Inter', sans-serif;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.5);
  max-width: 600px;
}
.nbnow-hero-spacer-bottom { height: 48px; }
.nbnow-content-area { background-color: #FFFFFF; }
.nbnow-content-spacer-top { height: 40px; }
.nbnow-anchor-nav {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 24px;
}
.nbnow-anchor-link {
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.44);
  text-decoration: none;
  transition: color 0.2s ease;
}
.nbnow-anchor-link:hover,
.nbnow-anchor-link.active { color: #F05144; }
.nbnow-nav-spacer { height: 40px; }
.nbnow-main { max-width: 720px; margin: 0 auto; padding: 0 24px; }
.nbnow-section { margin-top: 64px; }
.nbnow-section:first-child { margin-top: 0; }
.nbnow-divider { width: 100%; height: 1px; background-color: #F05144; }
.nbnow-section-spacer { height: 64px; }
.nbnow-section-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 900;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #12163D;
  margin: 0 0 24px 0;
}
.nbnow-section-content { display: flex; flex-direction: column; gap: 20px; }
.nbnow-section-content p {
  font-family: 'Inter', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.82);
  margin: 0;
}
.nbnow-subsection-title {
  font-family: 'Inter', sans-serif;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.7;
  color: #000000;
  margin: 20px 0 0 0 !important;
}
.nbnow-bullet-list { margin: 0; padding-left: 20px; list-style: none; }
.nbnow-bullet-list li {
  font-family: 'Inter', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.82);
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px;
}
.nbnow-bullet-list li:last-child { margin-bottom: 0; }
.nbnow-bullet-list li::before {
  content: '→';
  position: absolute;
  left: -8px;
  color: #F05144;
  font-weight: 400;
}
.nbnow-link {
  color: #F05144;
  text-decoration: none;
  border-bottom: 1px solid rgba(240, 81, 68, 0.3);
  transition: border-color 0.2s ease;
}
.nbnow-link:hover { border-bottom-color: #F05144; }
.nbnow-footer { margin-top: 64px; }
.nbnow-footer-spacer { height: 40px; }
.nbnow-footer-content { display: flex; flex-direction: column; gap: 16px; padding-bottom: 16px; }
.nbnow-footer-meta {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.28);
}
.nbnow-footer-text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.35);
  max-width: 560px;
}
.nbnow-content-spacer-bottom { height: 64px; }

@media (min-width: 640px) {
  .nbnow-hero-spacer-top { height: 96px; }
  .nbnow-hero-content { padding: 0 32px; }
  .nbnow-hero-spacer-bottom { height: 56px; }
  .nbnow-content-spacer-top { height: 48px; }
  .nbnow-anchor-nav { padding: 0 32px; gap: 10px 24px; }
  .nbnow-nav-spacer { height: 48px; }
  .nbnow-main { padding: 0 32px; }
  .nbnow-section { margin-top: 72px; }
  .nbnow-section-spacer { height: 72px; }
  .nbnow-footer { margin-top: 72px; }
  .nbnow-footer-spacer { height: 48px; }
  .nbnow-content-spacer-bottom { height: 80px; }
}
@media (min-width: 768px) {
  .nbnow-hero-spacer-top { height: 128px; }
  .nbnow-hero-spacer-bottom { height: 64px; }
  .nbnow-content-spacer-top { height: 56px; }
  .nbnow-nav-spacer { height: 56px; }
  .nbnow-section { margin-top: 80px; }
  .nbnow-section-spacer { height: 80px; }
  .nbnow-footer { margin-top: 80px; }
  .nbnow-content-spacer-bottom { height: 112px; }
}

/* ------------------------------
   Terms (terms-page)
   ------------------------------ */
.terms-page { min-height: 100vh; width: 100%; }
.terms-page * { box-sizing: border-box; }
.terms-hero { background-color: #12163D; }
.terms-hero-spacer-top { height: 80px; }
.terms-hero-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.terms-metadata {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #F05144;
}
.terms-headline {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 900;
  font-style: italic;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.terms-subhead {
  font-family: 'Inter', sans-serif;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.5);
  max-width: 600px;
}
.terms-hero-spacer-bottom { height: 48px; }
.terms-content-area { background-color: #FFFFFF; }
.terms-content-spacer-top { height: 40px; }
.terms-anchor-nav {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 24px;
}
.terms-anchor-link {
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.44);
  text-decoration: none;
  transition: color 0.2s ease;
}
.terms-anchor-link:hover,
.terms-anchor-link.active { color: #F05144; }
.terms-nav-spacer { height: 40px; }
.terms-main { max-width: 720px; margin: 0 auto; padding: 0 24px; }
.terms-section { margin-top: 64px; }
.terms-section:first-child { margin-top: 0; }
.terms-divider { width: 100%; height: 1px; background-color: #F05144; }
.terms-section-spacer { height: 64px; }
.terms-section-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 900;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #12163D;
  margin: 0 0 24px 0;
}
.terms-section-content { display: flex; flex-direction: column; gap: 20px; }
.terms-section-content p {
  font-family: 'Inter', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.82);
  margin: 0;
}
.terms-bullet-list { margin: 0; padding-left: 20px; list-style: none; }
.terms-bullet-list li {
  font-family: 'Inter', sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.82);
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px;
}
.terms-bullet-list li:last-child { margin-bottom: 0; }
.terms-bullet-list li::before {
  content: '→';
  position: absolute;
  left: -8px;
  color: #F05144;
  font-weight: 400;
}
.terms-link {
  color: #F05144;
  text-decoration: none;
  border-bottom: 1px solid rgba(240, 81, 68, 0.3);
  transition: border-color 0.2s ease;
}
.terms-link:hover { border-bottom-color: #F05144; }
.terms-footer { margin-top: 64px; }
.terms-footer-spacer { height: 40px; }
.terms-footer-content { display: flex; flex-direction: column; gap: 16px; padding-bottom: 16px; }
.terms-footer-meta {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.28);
}
.terms-footer-text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.35);
  max-width: 560px;
  margin: 0;
}
.terms-content-spacer-bottom { height: 64px; }

@media (min-width: 640px) {
  .terms-hero-spacer-top { height: 96px; }
  .terms-hero-content { padding: 0 32px; }
  .terms-hero-spacer-bottom { height: 56px; }
  .terms-content-spacer-top { height: 48px; }
  .terms-anchor-nav { padding: 0 32px; gap: 10px 24px; }
  .terms-nav-spacer { height: 48px; }
  .terms-main { padding: 0 32px; }
  .terms-section { margin-top: 72px; }
  .terms-section-spacer { height: 72px; }
  .terms-footer { margin-top: 72px; }
  .terms-footer-spacer { height: 48px; }
  .terms-content-spacer-bottom { height: 80px; }
}
@media (min-width: 768px) {
  .terms-hero-spacer-top { height: 128px; }
  .terms-hero-spacer-bottom { height: 64px; }
  .terms-content-spacer-top { height: 56px; }
  .terms-nav-spacer { height: 56px; }
  .terms-section { margin-top: 80px; }
  .terms-section-spacer { height: 80px; }
  .terms-footer { margin-top: 80px; }
  .terms-content-spacer-bottom { height: 112px; }
}

