/* =============================================
   新西兰平安华社 / NZSAFE Website Styles
   Colors: Navy #1a2e5a | Gold #c8a84b
   ============================================= */

:root {
  --navy:       #1a2e5a;
  --navy-dark:  #0f1d3a;
  --navy-mid:   #243f7a;
  --gold:       #c8a84b;
  --gold-deep:  #8a6612;
  --gold-light: #e8d5a3;
  --gold-pale:  #faf5e8;
  --white:      #ffffff;
  --ivory:      #f8f7f3;
  --light-gray: #f0efea;
  --border:     #e4e2da;
  --text:       #2c2c2c;
  --text-mid:   #4a4a4a;
  --text-light: #767676;
  --shadow:     0 2px 12px rgba(0,0,0,0.08);
  --shadow-md:  0 4px 24px rgba(0,0,0,0.12);
}

/* ---- Reset ---- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.75;
  font-size: 16px;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--navy); text-decoration: none; }

/* Scam tools: compact, touch-friendly layout shared by Chinese and English pages. */
.tool-page { max-width: 760px; margin: 0 auto; padding: 48px 24px 72px; }
.tool-page h1 { color: var(--navy); font-size: clamp(2rem, 6vw, 2.8rem); line-height: 1.25; margin: 8px 0 14px; }
.tool-back { display: inline-block; margin-bottom: 30px; font-weight: 700; }
.tool-lead { font-size: 1.05rem; color: var(--text-mid); margin-bottom: 28px; }
.tool-card, .tool-result, .tool-notice { border: 1px solid var(--border); border-radius: 12px; padding: 24px; margin: 22px 0; background: var(--white); box-shadow: var(--shadow); }
.tool-card label { display: block; font-weight: 700; color: var(--navy); margin: 0 0 20px; }
.tool-card textarea { width: 100%; display: block; margin-top: 8px; font: inherit; }
.tool-card textarea { min-height: 150px; border: 1px solid var(--border); border-radius: 8px; padding: 12px; resize: vertical; }
.file-upload-field { margin: 0 0 20px; }
.file-upload-title { color: var(--navy); font-weight: 700; margin-bottom: 8px; }
.file-upload-input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.file-upload-control { display: flex; align-items: center; gap: 12px; min-height: 44px; cursor: pointer; }
.file-upload-button { display: inline-flex; align-items: center; min-height: 42px; padding: 9px 16px; border-radius: 7px; background: var(--navy); color: var(--white); font-weight: 700; }
.file-upload-control:hover .file-upload-button, .file-upload-input:focus + .file-upload-control .file-upload-button { background: var(--navy-mid); }
.file-upload-input:focus + .file-upload-control .file-upload-button { outline: 3px solid rgba(190,150,47,.35); outline-offset: 2px; }
.file-upload-status { color: var(--text-mid); font-size: .94rem; overflow-wrap: anywhere; }
.tool-status { color: var(--text-mid); margin-top: 14px; }
.tool-risk { display: inline-block; padding: 6px 12px; border-radius: 100px; color: var(--navy); background: var(--gold-pale); margin-bottom: 14px; }
.tool-result[data-risk-level="high"] { border: 2px solid #b42318; border-top-width: 8px; background: #fff4f2; }
.tool-result[data-risk-level="high"] .tool-risk { color: #fff; background: #b42318; font-size: 1.08rem; padding: 9px 16px; }
.tool-result[data-risk-level="high"] .tool-risk::before { content: "⚠ "; }
.tool-result[data-risk-level="high"] ul[data-reasons] li::before { color: #b42318; }
.tool-result h2 { color: var(--navy); font-size: 1.1rem; margin: 20px 0 8px; }
.tool-result ul, .tool-result ol { margin-left: 22px; }
.tool-result ul[data-reasons] { margin-left: 0; padding-left: 0; list-style: none; }
.tool-result ul[data-reasons] li { position: relative; padding-left: 26px; margin: 8px 0; line-height: 1.55; }
.tool-result ul[data-reasons] li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-dark); font-weight: 700; }
.tool-note, .tool-notice { color: var(--text-mid); font-size: .9rem; }
.tool-notice { background: var(--gold-pale); box-shadow: none; }
.tool-share { margin-top: 28px; padding: 20px; border-radius: 8px; background: var(--navy); color: rgba(255,255,255,.82); }
.tool-share h2 { color: var(--gold-light); margin: 0 0 8px; }
.tool-share p { margin: 0; line-height: 1.7; }
.tool-share-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.tool-share .btn { min-height: 42px; padding: 10px 18px; }
.tool-share .btn[hidden] { display: none; }
.btn-share { background: var(--gold); color: var(--navy-dark); }
.btn-copy { background: transparent; border: 1px solid rgba(255,255,255,.45); color: var(--white); }
.tool-share-status { min-height: 1.7em; margin-top: 10px !important; color: var(--gold-light); font-size: .88rem; }
.quiz fieldset { border: 0; border-top: 1px solid var(--border); padding: 20px 0; }
.quiz fieldset:first-child { border-top: 0; padding-top: 0; }
.quiz legend { color: var(--navy); font-weight: 700; padding: 0 0 10px; }
.quiz label { color: var(--text); font-weight: 400; margin: 10px 0; }
.quiz input { margin-right: 8px; }
@media (max-width: 600px) { .tool-page { padding: 32px 18px 56px; } .tool-card, .tool-result, .tool-notice { padding: 18px; } .tool-card .btn { width: 100%; } .file-upload-control { align-items: flex-start; flex-direction: column; gap: 8px; } .tool-share { padding: 18px; } .tool-share-actions .btn { width: 100%; justify-content: center; } }

/* ── Scam-Safety Self-Check 2.0 ────────────────────────────────────────── */
.safety-start h2, .safety-question h2 { color: var(--navy); font-size: 1.3rem; line-height: 1.5; margin: 0 0 16px; }
.safety-start p { color: var(--text-mid); line-height: 1.75; }
.safety-promises { margin: 18px 0 24px; padding-left: 0; list-style: none; }
.safety-promises li { position: relative; padding-left: 24px; margin: 9px 0; color: var(--text-mid); }
.safety-promises li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-dark); font-weight: 700; }
.safety-progress-copy { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 9px; color: var(--text-mid); font-size: 0.88rem; font-weight: 700; }
.safety-progress { height: 8px; overflow: hidden; margin-bottom: 28px; border-radius: 99px; background: var(--border); }
.safety-progress span { display: block; height: 100%; border-radius: inherit; background: var(--gold); transition: width .3s ease; }
.safety-answers { display: grid; gap: 12px; }
.safety-answer { width: 100%; min-height: 60px; padding: 15px 18px; border: 1px solid var(--border); border-radius: 9px; background: var(--ivory); color: var(--navy); font: inherit; font-weight: 700; line-height: 1.55; text-align: left; cursor: pointer; transition: border-color .15s, background .15s, transform .15s; }
.safety-answer:hover, .safety-answer:focus-visible { border-color: var(--gold-dark); background: var(--gold-pale); outline: none; }
.safety-answer:focus-visible { box-shadow: 0 0 0 3px rgba(190,150,47,.28); }
.safety-answer.is-selected { background: var(--gold); border-color: var(--gold-dark); transform: scale(.99); }
.safety-question.is-transitioning .safety-answer { pointer-events: none; }
.safety-question-actions { display: flex; justify-content: space-between; gap: 16px; margin-top: 24px; }
.safety-back, .safety-exit { padding: 0; border: 0; background: transparent; color: var(--navy); font: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.safety-exit { color: var(--text-mid); }
.safety-result ul { padding-left: 0; list-style: none; }
.safety-result ul li { position: relative; padding-left: 25px; margin: 8px 0; line-height: 1.6; }
.safety-result ul li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-dark); font-weight: 700; }
.safety-result ol { line-height: 1.7; }
.safety-critical-advice { margin: 22px 0; padding: 16px 18px; border-left: 3px solid var(--gold-dark); border-radius: 6px; background: var(--gold-pale); }
.safety-critical-advice h2 { margin-top: 0; }
.safety-guides { margin-top: 22px; line-height: 1.7; }
.safety-result-actions { margin: 24px 0 8px; }
@media (max-width: 600px) {
  .safety-answer { min-height: 68px; padding: 16px; }
  .safety-question-actions { margin-top: 20px; }
  .safety-result-actions .btn { width: 100%; justify-content: center; }
}

/* =============================================
   HEADER
   ============================================= */
.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 18px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

.logo-badge {
  width: 52px;
  height: 52px;
  background: var(--navy);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.logo-badge span {
  color: var(--gold);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.2;
  text-align: center;
}

.logo-text .org-cn {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 1.5px;
  line-height: 1.3;
}

.logo-text .org-en {
  font-size: 0.72rem;
  color: var(--text-light);
  font-family: Arial, sans-serif;
  letter-spacing: 0.3px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.reg-badge {
  font-size: 0.75rem;
  color: var(--text-light);
  font-family: Arial, sans-serif;
  border: 1px solid var(--border);
  padding: 4px 10px;
  border-radius: 20px;
}

/* =============================================
   NAVIGATION
   ============================================= */
.site-nav {
  background: var(--navy);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 0;
}

.nav-menu li a {
  display: block;
  padding: 15px 18px;
  color: rgba(255,255,255,0.88);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: color 0.2s;
  position: relative;
}

.nav-menu li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 18px;
  right: 18px;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.2s;
}

.nav-menu li a:hover,
.nav-menu li a.active {
  color: var(--gold);
}

.nav-menu li a.active::after,
.nav-menu li a:hover::after {
  transform: scaleX(1);
}

.lang-switch {
  flex-shrink: 0;
}

.lang-switch a {
  color: var(--gold);
  font-size: 0.82rem;
  font-family: Arial, sans-serif;
  font-weight: 500;
  padding: 6px 14px;
  border: 1px solid rgba(200,168,75,0.5);
  border-radius: 4px;
  letter-spacing: 0.5px;
  transition: all 0.2s;
}

.lang-switch a:hover {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}

@media (min-width: 901px) {
  .nav-inner {
    max-width: 1400px;
  }

  .nav-menu li a {
    white-space: nowrap;
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .nav-inner {
    padding: 0 20px;
  }

  .nav-menu li a {
    padding: 15px 8px;
    font-size: 0.82rem;
    white-space: nowrap;
  }

  .nav-menu li a::after {
    left: 8px;
    right: 8px;
  }
}

/* =============================================
   HERO BANNER (Home page)
   ============================================= */
.hero {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 60%, var(--navy-mid) 100%);
  padding: 96px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      45deg,
      transparent, transparent 80px,
      rgba(200,168,75,0.04) 80px,
      rgba(200,168,75,0.04) 81px
    ),
    repeating-linear-gradient(
      -45deg,
      transparent, transparent 80px,
      rgba(255,255,255,0.02) 80px,
      rgba(255,255,255,0.02) 81px
    );
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
}

.hero-label {
  display: inline-block;
  background: rgba(200,168,75,0.15);
  border: 1px solid rgba(200,168,75,0.4);
  color: var(--gold-light);
  font-size: 0.78rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 24px;
  font-family: Arial, sans-serif;
}

.hero h1 {
  font-size: 3.2rem;
  color: var(--white);
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: 2px;
  line-height: 1.25;
}

.hero h2 {
  font-size: 1.25rem;
  color: var(--gold);
  font-weight: 400;
  margin-bottom: 28px;
  font-family: Arial, sans-serif;
  letter-spacing: 0.5px;
}

.hero-divider {
  width: 60px;
  height: 3px;
  background: var(--gold);
  margin: 0 auto 28px;
  border-radius: 2px;
}

.hero-desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.82);
  max-width: 680px;
  margin: 0 auto 40px;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-actions .btn {
  width: 260px;
  min-height: 48px;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 5px;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.2s;
  cursor: pointer;
  letter-spacing: 0.3px;
}

.btn-gold {
  background: var(--gold);
  color: var(--navy-dark);
}

.btn-gold:hover {
  background: #b8972f;
  color: var(--navy-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(200,168,75,0.3);
}

.btn-ghost {
  background: transparent;
  color: rgba(255,255,255,0.9);
  border: 1.5px solid rgba(255,255,255,0.4);
}

.btn-ghost:hover {
  border-color: rgba(255,255,255,0.8);
  background: rgba(255,255,255,0.08);
  color: white;
}

/* =============================================
   SERVICES ENTRY (Home)
   ============================================= */
.services-entry-section {
  background: var(--ivory);
  border-bottom: 1px solid var(--border);
  padding: 64px 48px;
}

.services-entry-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.services-entry-intro {
  max-width: 640px;
  margin: 0 0 34px;
  color: var(--text-light);
  line-height: 1.75;
}

.services-entry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-entry-card {
  display: block;
  min-height: 190px;
  padding: 25px 20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold);
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.service-entry-card:hover,
.service-entry-card:focus {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(16, 37, 78, 0.12);
  outline: none;
}

.service-entry-card:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.service-entry-card .card-icon {
  font-size: 1.7rem;
  margin-bottom: 12px;
}

.service-entry-card h3 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 1rem;
  line-height: 1.45;
}

.service-entry-card p {
  color: var(--text-light);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* =============================================
   PAGE HEADER (inner pages)
   ============================================= */
.page-header {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);
  padding: 56px 48px;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    45deg, transparent, transparent 80px,
    rgba(200,168,75,0.04) 80px, rgba(200,168,75,0.04) 81px
  );
}

.page-header-content {
  position: relative;
  z-index: 1;
  max-width: 1104px;
  margin: 0 auto;
}

.page-header .breadcrumb {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 12px;
  font-family: Arial, sans-serif;
}

.page-header .breadcrumb a {
  color: rgba(255,255,255,0.5);
}

.page-header .breadcrumb span {
  margin: 0 6px;
}

.page-header h1 {
  font-size: 2.4rem;
  color: var(--white);
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.page-header .page-subtitle {
  font-size: 1rem;
  color: var(--gold);
  font-family: Arial, sans-serif;
}

/* Registered-charity identity, visible in the page body as well as the header. */
.charity-statement {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  align-items: center;
  margin: 0 0 30px;
  padding: 13px 16px;
  background: var(--ivory);
  border-left: 3px solid var(--gold);
  color: var(--text-mid);
  font-size: 0.9rem;
  line-height: 1.55;
}

.charity-statement a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.content-cta {
  margin-top: 0;
}

.article-next-step {
  margin: 0 0 56px;
  padding: 30px;
  border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
  border-radius: 8px;
  background: var(--ivory);
}

.article-next-step h2 {
  color: var(--navy);
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.article-next-step p {
  color: var(--text-mid);
  margin-bottom: 20px;
  line-height: 1.7;
}

/* =============================================
   MAIN CONTENT WRAPPER
   ============================================= */
.main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 48px;
}

/* =============================================
   SECTION TITLES
   ============================================= */
.section {
  margin-bottom: 64px;
}

.section-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gold-deep);
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
}

.section-title {
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: 0.5px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.section-title-en {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
}

.section-divider {
  width: 48px;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
  margin-bottom: 28px;
}

/* =============================================
   CARDS GRID
   ============================================= */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.cards-grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.card {
  background: var(--ivory);
  border: 1px solid var(--border);
  border-top: 4px solid var(--gold);
  border-radius: 8px;
  padding: 28px 26px;
  transition: box-shadow 0.2s;
}

.card:hover {
  box-shadow: var(--shadow-md);
}

.card-num {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--gold-deep);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-family: Arial, sans-serif;
}

.card-icon {
  font-size: 1.8rem;
  margin-bottom: 14px;
  line-height: 1;
}

.card h3 {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
  line-height: 1.4;
}

.card p {
  font-size: 0.92rem;
  color: var(--text-mid);
  line-height: 1.75;
}

/* =============================================
   LIST STYLES
   ============================================= */
.content-prose {
  font-size: 1rem;
  color: var(--text-mid);
  line-height: 1.85;
  max-width: 760px;
}

.content-prose p {
  margin-bottom: 16px;
}

.content-prose strong {
  color: var(--text);
  font-weight: 700;
}

.bullet-list {
  list-style: none;
  margin: 16px 0;
}

.bullet-list li {
  padding: 8px 0 8px 24px;
  position: relative;
  font-size: 0.96rem;
  color: var(--text-mid);
  line-height: 1.7;
  border-bottom: 1px solid var(--border);
}

.bullet-list li:last-child {
  border-bottom: none;
}

.bullet-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 17px;
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 50%;
}

/* =============================================
   INFO BOXES
   ============================================= */
.info-box {
  background: #eef3fa;
  border-left: 4px solid var(--navy);
  border-radius: 0 6px 6px 0;
  padding: 20px 24px;
  margin: 24px 0;
}

.info-box p {
  font-size: 0.94rem;
  color: var(--navy);
  line-height: 1.75;
}

.notice-box {
  background: var(--gold-pale);
  border: 1px solid #ddc57a;
  border-left: 4px solid var(--gold);
  border-radius: 0 6px 6px 0;
  padding: 20px 24px;
  margin: 24px 0;
}

.notice-box strong {
  display: block;
  color: var(--navy);
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.notice-box p {
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.75;
}

.success-box {
  background: #edf7f0;
  border-left: 4px solid #2d9a5f;
  border-radius: 0 6px 6px 0;
  padding: 20px 24px;
  margin: 24px 0;
}

.success-box p {
  font-size: 0.94rem;
  color: #1a5e3a;
  line-height: 1.75;
}

/* =============================================
   REGISTRATION TABLE
   ============================================= */
.reg-table {
  width: 100%;
  max-width: 620px;
  border-collapse: collapse;
  margin-top: 20px;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}

.reg-table th {
  background: var(--navy);
  color: var(--gold);
  box-sizing: border-box;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  white-space: nowrap;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 12px;
  text-align: center;
  letter-spacing: 0.5px;
}

.reg-table td {
  padding: 12px 20px;
  font-size: 0.92rem;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}

.reg-table tr:last-child td {
  border-bottom: none;
}

.reg-table tr:nth-child(even) td {
  background: var(--ivory);
}

.copy-button {
  margin-left: 10px;
  padding: 4px 10px;
  border: 1px solid var(--navy);
  border-radius: 4px;
  background: #fff;
  color: var(--navy);
  font: inherit;
  font-size: 0.78rem;
  cursor: pointer;
}

.copy-button:hover { background: var(--navy); color: #fff; }

.bank-logo {
  display: block;
  width: min(90px, 100%);
  height: auto;
  border-radius: 3px;
}

.reg-table.bank-details-table {
  max-width: 780px;
  table-layout: fixed;
}

.reg-table.bank-details-table th {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
}

.reg-table.bank-details-table td {
  overflow-wrap: anywhere;
}

.reg-table.bank-details-table .copy-button {
  vertical-align: middle;
}

.donation-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 30px 0 22px;
  max-width: 900px;
}

.donation-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--ivory);
  border: 1px solid var(--border);
  border-top: 4px solid var(--gold);
  border-radius: 8px;
  padding: 26px;
}

.donation-type {
  color: var(--gold-deep);
  font-family: Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.donation-card h3 {
  color: var(--navy);
  font-size: 1.12rem;
  line-height: 1.45;
  margin-bottom: 10px;
}

.donation-card p {
  color: var(--text-mid);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 18px;
}

.recurring-timing {
  width: 100%;
  background: #fff;
  border: 1px solid var(--border);
  border-left: 4px solid var(--gold);
  border-radius: 6px;
  color: var(--text-mid);
  display: grid;
  gap: 4px;
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0 0 18px;
  padding: 12px 14px;
}

.recurring-timing strong,
.recurring-timing b {
  color: var(--navy);
}

.donation-amounts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.donation-amount-button {
  appearance: none;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--navy);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 9px 15px;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.donation-amount-button:hover,
.donation-amount-button:focus-visible {
  border-color: var(--gold);
  transform: translateY(-1px);
}

.donation-amount-button.is-selected {
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(30, 55, 103, 0.16);
  color: #fff;
}

.donation-card .btn {
  justify-content: center;
  margin-top: auto;
  text-align: center;
}

.donation-notice {
  max-width: 900px;
}

.reg-table td:first-child {
  color: var(--text-light);
  font-weight: 500;
  width: 200px;
}

.reg-table td:last-child {
  color: var(--text);
  font-weight: 500;
}

/* =============================================
   TIMELINE / YEAR PLAN
   ============================================= */
.timeline {
  position: relative;
  margin-top: 32px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border);
}

.timeline-item {
  display: flex;
  gap: 28px;
  margin-bottom: 36px;
  position: relative;
}

.timeline-marker {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background: var(--navy);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: 0 0 0 4px var(--white), 0 0 0 6px var(--border);
}

.timeline-marker .year-label {
  font-size: 0.58rem;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Arial, sans-serif;
}

.timeline-marker .year-num {
  font-size: 1rem;
  color: var(--gold);
  font-weight: 800;
}

.timeline-content {
  background: var(--ivory);
  border: 1px solid var(--border);
  border-left: 4px solid var(--gold);
  border-radius: 0 8px 8px 0;
  padding: 22px 24px;
  flex: 1;
}

.timeline-content h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
}

.timeline-content ul {
  list-style: none;
}

.timeline-content ul li {
  font-size: 0.92rem;
  color: var(--text-mid);
  padding: 4px 0 4px 20px;
  position: relative;
  line-height: 1.65;
}

.timeline-content ul li::before {
  content: '›';
  position: absolute;
  left: 4px;
  color: var(--gold-deep);
  font-weight: 700;
}

/* =============================================
   CONTACT
   ============================================= */
.contact-block {
  background: var(--ivory);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 36px;
  max-width: 640px;
}

.contact-row {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  align-items: flex-start;
}

.contact-row:last-child {
  border-bottom: none;
}

.contact-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-light);
  width: 130px;
  flex-shrink: 0;
  padding-top: 2px;
}

.contact-value {
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.65;
}

.contact-value a {
  color: var(--navy);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* =============================================
   SHARE CONTENT SECTION (Home)
   ============================================= */
.share-section {
  background: var(--navy);
  padding: 64px 48px;
}

.share-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.share-section .section-label {
  color: var(--gold-light);
}

.share-section .section-title {
  color: var(--white);
  margin-bottom: 12px;
}

.share-subtitle {
  color: rgba(255,255,255,0.65);
  font-size: 0.95rem;
  margin-bottom: 40px;
  font-family: Arial, sans-serif;
}

.share-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.share-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-top: 3px solid var(--gold);
  border-radius: 8px;
  padding: 28px 22px;
}

.share-card .card-icon {
  font-size: 2rem;
  margin-bottom: 14px;
}

.share-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
  line-height: 1.4;
}

.share-card p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
}

a.share-card {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-top-color 0.15s ease;
}
a.share-card:hover,
a.share-card:focus {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.35);
  border-top-color: #f5d87a;
  outline: none;
}
a.share-card:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

/* =============================================
   CTA SECTION
   ============================================= */
.cta-section {
  background: var(--ivory);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 56px 48px;
  text-align: center;
}

.cta-inner {
  max-width: 700px;
  margin: 0 auto;
}

.cta-inner h2 {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 14px;
}

.cta-inner p {
  color: var(--text-mid);
  font-size: 0.96rem;
  margin-bottom: 28px;
  line-height: 1.75;
}

.btn-navy {
  background: var(--navy);
  color: var(--white);
}

.btn-navy:hover {
  background: var(--navy-mid);
  transform: translateY(-1px);
}

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
  background: var(--navy-dark);
  color: rgba(255,255,255,0.75);
  padding: 56px 48px 28px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 24px;
}

.footer-brand .brand-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.footer-brand .brand-en {
  font-size: 0.78rem;
  color: var(--gold);
  font-family: Arial, sans-serif;
  margin-bottom: 16px;
}

.footer-brand .footer-reg {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 4px;
}

.footer-links {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links a {
  color: rgba(255,255,255,0.6);
  font-size: 0.82rem;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-disclaimer strong {
  display: block;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.footer-disclaimer p {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  margin-bottom: 12px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.77rem;
  color: rgba(255,255,255,0.68);
  font-family: Arial, sans-serif;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-bottom a {
  color: rgba(255,255,255,0.78);
}

/* =============================================
   OFFICIAL RESOURCES SECTION (Home)
   ============================================= */
.official-resources {
  background: #eef2fa;
  border-top: 1px solid #d4ddf0;
  border-bottom: 1px solid #d4ddf0;
  padding: 56px 48px;
}

.official-resources-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.resources-intro {
  color: var(--text-mid);
  font-size: 0.95rem;
  margin-bottom: 36px;
  max-width: 640px;
  line-height: 1.75;
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.resource-card {
  background: var(--white);
  border: 1px solid #d4ddf0;
  border-top: 4px solid var(--navy);
  border-radius: 8px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  transition: box-shadow 0.2s, transform 0.2s;
}

.resource-card:hover {
  box-shadow: 0 4px 20px rgba(26, 46, 90, 0.14);
  transform: translateY(-2px);
}

.resource-icon {
  font-size: 2.4rem;
  line-height: 1;
}

.resource-body h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
  line-height: 1.35;
}

.resource-body p {
  font-size: 0.87rem;
  color: var(--text-mid);
  line-height: 1.75;
  margin-bottom: 16px;
}

.resource-link {
  display: inline-block;
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--navy);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 1px;
}

.resource-card:hover .resource-link {
  color: var(--gold);
}

/* =============================================
   ALERTS LIST (紧凑列表样式)
   ============================================= */
.alerts-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.alert-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  text-decoration: none;
  color: var(--text);
  transition: background 0.15s, border-color 0.15s, box-shadow 0.15s;
  margin-bottom: 6px;
}

.alert-row:hover {
  background: var(--ivory);
  border-color: var(--navy);
  box-shadow: 0 2px 8px rgba(26,46,90,0.08);
}

.alert-row-source {
  flex-shrink: 0;
  min-width: 160px;
}

.alert-source-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  color: #fff;
  background: var(--navy);
  border-radius: 3px;
  padding: 3px 8px;
  letter-spacing: 0.3px;
  font-family: Arial, sans-serif;
  white-space: nowrap;
}

.alert-row-middle {
  flex: 1;
  min-width: 0;
}

.alert-row-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.4;
  margin-bottom: 3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.alert-row-date {
  font-size: 0.8rem;
  color: var(--text-light);
  font-family: Arial, sans-serif;
}

.alert-row-summary {
  margin-top: 7px;
  color: var(--text-mid);
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.55;
}

.alert-row-summary strong {
  color: var(--navy);
  font-weight: 600;
}

.alert-row-arrow {
  flex-shrink: 0;
  color: var(--gold-deep);
  font-size: 1rem;
  font-weight: 700;
  padding-left: 8px;
}

/* =============================================
   ALERTS PREVIEW (首页预览块)
   ============================================= */
.alerts-preview-section {
  background: var(--ivory);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 48px 48px;
}

.guides-preview-section {
  background: var(--white);
}

.guides-preview-intro {
  color: var(--text-mid);
  font-size: 0.92rem;
  max-width: 760px;
  margin: 0 0 22px;
}

.alerts-preview-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.alerts-preview-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 4px;
}

.alerts-view-all {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--navy);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 1px;
  text-decoration: none;
  white-space: nowrap;
  margin-bottom: 4px;
}

.alerts-view-all:hover {
  color: var(--gold-deep);
}

.guide-editorial {
  background: var(--gold-pale);
  border-left: 4px solid var(--gold);
  border-radius: 0 8px 8px 0;
  color: var(--text-mid);
  margin: 30px 0 6px;
  padding: 18px 20px;
}

.guide-editorial strong {
  color: var(--navy);
  display: block;
  margin-bottom: 6px;
}

.guide-editorial p {
  margin: 0;
}

/* =============================================
   ALERT ARTICLE PAGE
   ============================================= */
.alert-article {
  max-width: 860px;
}

.alert-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.alert-date {
  font-size: 0.85rem;
  color: var(--text-light);
  font-family: Arial, sans-serif;
}

.alert-original-link {
  margin-bottom: 4px;
}

.alert-original-link a {
  font-size: 0.85rem;
  color: var(--text-light);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.alert-original-link a:hover {
  color: var(--navy);
}

.alert-link-only-notice {
  background: var(--ivory);
  border: 1px solid var(--border);
  border-left: 4px solid var(--gold);
  border-radius: 4px;
  padding: 24px 28px;
  margin-top: 8px;
}

.alert-link-only-notice p {
  color: var(--text-mid);
  font-size: 0.95rem;
}

.alert-source-credit {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  font-size: 0.85rem;
}

.alert-source-credit a {
  color: var(--text-light);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 900px) {
  .site-header {
    padding: 14px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .reg-badge { display: none; }
  .site-nav { position: relative; }
  .nav-inner { padding: 0 20px; flex-direction: column; align-items: flex-start; gap: 0; }
  .nav-menu { flex-wrap: wrap; }
  .nav-menu li a { padding: 10px 12px; font-size: 0.88rem; }
  .lang-switch { padding: 10px 0; }
  .hero { padding: 60px 24px; }
  .hero h1 { font-size: 2.2rem; }
  .hero h2 { font-size: 1rem; }
  .hero-desc { font-size: 0.96rem; }
  .page-header { padding: 40px 24px; }
  .page-header h1 { font-size: 1.8rem; }
  .main { padding: 40px 24px; }
  .share-section { padding: 48px 24px; }
  .services-entry-section { padding: 48px 24px; }
  .services-entry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-section { padding: 40px 24px; }
  .site-footer { padding: 40px 24px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .cards-grid { grid-template-columns: 1fr; }
  .cards-grid-2 { grid-template-columns: 1fr; }
  .official-resources { padding: 48px 24px; }
  .resources-grid { grid-template-columns: 1fr; }
  .timeline::before { left: 28px; }
  .timeline-marker { width: 56px; height: 56px; }
  .contact-block { padding: 24px; }
  .contact-label { width: 100px; }
  .alerts-preview-section { padding: 40px 24px; }
  .alerts-preview-header { flex-direction: column; align-items: flex-start; gap: 12px; }
  .alert-row { flex-wrap: wrap; gap: 10px; padding: 12px 14px; }
  .alert-row-source { min-width: auto; }
  .alert-row-middle { min-width: 0; flex: 1 1 200px; }
  .donation-choice-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  body { line-height: 1.68; }

  .site-header {
    min-height: 70px;
    padding: 10px 20px;
  }
  .logo-wrap { gap: 12px; }
  .logo-badge {
    width: 44px;
    height: 44px;
  }
  .logo-badge span { font-size: 0.88rem; }
  .logo-text .org-cn {
    font-size: 1.05rem;
    letter-spacing: 1px;
  }
  .logo-text .org-en { display: none; }

  .site-nav {
    position: sticky;
    top: 0;
  }
  .nav-inner {
    width: 100%;
    padding: 8px 16px 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    overflow: visible;
  }
  .nav-menu {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }
  .nav-menu li { min-width: 0; }
  .nav-menu li a {
    min-height: 44px;
    padding: 8px 2px;
    justify-content: center;
    text-align: center;
    white-space: normal;
    font-size: 0.7rem;
    line-height: 1.3;
  }
  .nav-menu li:not(:nth-child(4n)) a {
    border-right: 1px solid rgba(255,255,255,0.09);
  }
  .nav-menu li:nth-child(-n+4) a {
    border-bottom: 1px solid rgba(255,255,255,0.09);
  }
  .nav-menu li a::after {
    left: 28%;
    right: 28%;
  }
  .lang-switch {
    display: flex;
    justify-content: center;
    padding: 9px 0 0;
  }
  .lang-switch a {
    display: inline-block;
    min-width: 112px;
    text-align: center;
    white-space: nowrap;
  }

  .hero {
    padding: 42px 20px 46px;
  }
  .hero-label {
    margin-bottom: 18px;
    padding: 4px 12px;
    font-size: 0.7rem;
    letter-spacing: 1.4px;
  }
  .hero h1 {
    font-size: 2rem;
    line-height: 1.22;
    letter-spacing: 1px;
  }
  .hero h2 {
    margin-bottom: 20px;
    font-size: 0.94rem;
    line-height: 1.55;
  }
  .hero-divider { margin-bottom: 20px; }
  .hero-desc {
    margin-bottom: 28px;
    font-size: 0.94rem;
    line-height: 1.75;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: min(100%, 300px);
    margin: 0 auto;
  }
  .hero-actions .btn {
    justify-content: center;
    width: 100%;
    padding: 11px 18px;
    font-size: 0.9rem;
  }

  .page-header {
    padding: 30px 20px 32px;
  }
  .page-header h1 {
    font-size: 1.65rem;
    line-height: 1.3;
  }
  .page-header .page-subtitle {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .main { padding: 32px 20px; }
  .section { margin-bottom: 44px; }
  .section-title {
    font-size: 1.35rem;
    line-height: 1.35;
  }

  .share-section,
  .services-entry-section,
  .official-resources,
  .alerts-preview-section {
    padding: 38px 20px;
  }
  .share-subtitle { margin-bottom: 26px; }
  .services-entry-intro { margin-bottom: 26px; }
  .services-entry-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-entry-card { min-height: 0; padding: 20px 18px; }
  .service-entry-card .card-icon { font-size: 1.6rem; margin-bottom: 8px; }
  .service-entry-card h3 { margin-bottom: 5px; }
  .service-entry-card p { line-height: 1.6; }
  .share-cards { gap: 12px; }
  .share-card {
    padding: 20px 18px;
  }
  .share-card .card-icon {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
  .share-card h3 { margin-bottom: 5px; }
  .share-card p { line-height: 1.6; }

  .alerts-preview-header { gap: 8px; }
  .guides-preview-intro { margin-bottom: 18px; }
  .alert-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
    padding: 13px 14px;
  }
  .alert-row-source {
    grid-column: 1;
    min-width: 0;
  }
  .alert-row-middle {
    grid-column: 1 / -1;
    min-width: 0;
  }
  .alert-row-arrow {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    padding-left: 0;
  }
  .alert-row-title {
    font-size: 0.92rem;
    line-height: 1.5;
  }
  .police-source-wrap {
    gap: 7px;
    flex-wrap: nowrap;
  }
  .nzp-logo { height: 23px; }

  .cards-grid,
  .cards-grid-2 { gap: 14px; }
  .card { padding: 22px 20px; }
  .info-box,
  .notice-box,
  .success-box {
    padding: 17px 18px;
    margin: 20px 0;
  }
  .donation-choice-grid {
    gap: 14px;
    margin-top: 24px;
  }
  .donation-card { padding: 22px 20px; }
  .donation-card .btn { width: 100%; }
  .donation-amounts--one-time,
  .donation-amounts--monthly {
    display: grid;
    gap: 6px;
    width: 100%;
  }
  .donation-amounts--one-time {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .donation-amounts--monthly {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .donation-amounts--one-time .donation-amount-button,
  .donation-amounts--monthly .donation-amount-button {
    min-width: 0;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
  }
  .reg-table.bank-details-table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .reg-table.bank-details-table th {
    width: 112px;
    min-width: 112px;
    max-width: 112px;
    padding: 12px 8px;
    white-space: normal;
    overflow-wrap: normal;
    line-height: 1.35;
  }
  .reg-table.bank-details-table td {
    padding: 12px;
    overflow-wrap: anywhere;
  }
  .reg-table.bank-details-table .copy-button {
    display: block;
    margin: 8px 0 0;
  }
  .reg-table.bank-details-table #account-number {
    white-space: nowrap;
  }
  .guide-editorial {
    padding: 16px 17px;
    margin-top: 24px;
  }

  .contact-block { padding: 20px; }
  .contact-row {
    flex-direction: column;
    gap: 4px;
  }
  .contact-label {
    width: auto;
    padding-top: 0;
  }

  .timeline-item { gap: 14px; }
  .timeline-content { padding: 18px; }

  .cta-section { padding: 36px 20px; }
  .cta-inner h2 { font-size: 1.4rem; }

  .site-footer { padding: 36px 20px 22px; }
  .footer-grid {
    gap: 26px;
    padding-bottom: 28px;
    margin-bottom: 18px;
  }
  .footer-links {
    gap: 10px 14px;
    margin-top: 16px;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ── NZ Police logo in source badge ─────────────────────────────────────── */
.police-source-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.nzp-logo {
  height: 32px;
  width: auto;
  display: block;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .nzp-logo { height: 26px; }
}

/* ── Alerts preview "view more" bottom link ──────────────────────────────── */
.alerts-view-more {
  display: block;
  text-align: center;
  margin-top: 28px;
}

/* ── Resource Centre cards ───────────────────────────────────────────────── */
.resource-card {
  display: block;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 24px 28px;
  text-decoration: none;
  color: var(--text);
  transition: background 0.15s, border-color 0.15s, box-shadow 0.15s;
  margin-bottom: 12px;
}
.resource-card:hover {
  background: var(--ivory);
  border-color: var(--navy);
  box-shadow: 0 4px 12px rgba(26,46,90,0.1);
}
.resource-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  margin: 10px 0 8px;
  line-height: 1.4;
}
.resource-card-summary {
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.75;
  margin: 0 0 16px;
}
.resource-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
}
.resource-card-date { color: var(--text-light); }
.resource-card-link {
  color: var(--navy);
  font-weight: 600;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 1px;
}

/* ── Share section resource CTA ──────────────────────────────────────────── */
.share-resource-cta {
  text-align: center;
  margin-top: 32px;
}
