@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&family=Noto+Serif+SC:wght@600;700&display=swap");

:root {
  --bg: #f4f2ed;
  --bg-soft: #faf9f6;
  --panel: #ffffff;
  --primary: #0d4a42;
  --primary-mid: #1a6b5f;
  --primary-light: #2d9d8a;
  --primary-dark: #083530;
  --accent: #c9894a;
  --accent-soft: rgba(201, 137, 74, 0.14);
  --title: #122824;
  --text: #3d4a48;
  --muted: #6b7875;
  --danger: #b91c1c;
  --border: #dde5e2;
  --border-light: #eaefec;
  --line: rgba(18, 40, 36, 0.06);
  --shadow-sm: 0 4px 16px rgba(13, 74, 66, 0.05);
  --shadow: 0 12px 36px rgba(13, 74, 66, 0.07);
  --shadow-lg: 0 22px 56px rgba(13, 74, 66, 0.11);
  --radius: 16px;
  --radius-lg: 22px;
  --container: min(1240px, 90%);
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: var(--text);
  background:
    radial-gradient(ellipse 70% 45% at 100% 0%, rgba(45, 157, 138, 0.09) 0%, transparent 52%),
    radial-gradient(ellipse 55% 38% at 0% 100%, rgba(201, 137, 74, 0.07) 0%, transparent 48%),
    linear-gradient(180deg, #faf9f6 0%, var(--bg) 300px, var(--bg) 100%);
  line-height: 1.75;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

/* ========== Header ========== */
.site-header {
  flex-shrink: 0;
  background: linear-gradient(135deg, #062a26 0%, #0d4a42 45%, #1a6b5f 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 28px rgba(8, 53, 48, 0.2);
  backdrop-filter: blur(12px);
}

.site-header::after {
  content: "";
  display: block;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent) 20%, var(--accent) 80%, transparent);
  opacity: 0.7;
}

.site-header .container {
  min-height: 88px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.site-header h1 {
  margin: 0;
  color: #fff;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 26px;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 1.3;
}

.site-header h1::after {
  content: "洞察资讯 · 赋能阅读";
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
}

nav {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

nav a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  border: 1px solid transparent;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
}

nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
}

nav a.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(201, 137, 74, 0.5);
  box-shadow: inset 0 0 0 1px rgba(201, 137, 74, 0.22);
}

/* ========== Main ========== */
main {
  flex: 1 1 auto;
  width: 100%;
  padding: 48px 0 72px;
  display: grid;
  gap: 32px;
}

/* ========== Hero ========== */
.hero {
  position: relative;
  overflow: hidden;
  color: #edf8f5;
  background: linear-gradient(135deg, rgba(6, 42, 38, 0.96) 0%, rgba(13, 74, 66, 0.92) 48%, rgba(26, 107, 95, 0.9) 100%);
  border-radius: var(--radius-lg);
  padding: 56px 52px;
  min-height: 340px;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(201, 137, 74, 0.2) 0%, transparent 42%),
    radial-gradient(circle at 10% 90%, rgba(45, 157, 138, 0.22) 0%, transparent 46%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 580px;
}

.hero-eyebrow {
  display: inline-block;
  margin: 0 0 16px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #f0d4a8;
  background: var(--accent-soft);
  border: 1px solid rgba(201, 137, 74, 0.38);
  border-radius: 999px;
}

.hero h2 {
  margin: 0;
  color: #fff;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 42px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 1px;
}

.hero p {
  margin: 20px 0 0;
  max-width: 520px;
  color: rgba(237, 248, 245, 0.9);
  font-size: 17px;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.hero-image {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: min(38%, 380px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  z-index: 1;
  opacity: 0.95;
}

.hero-actions {
  margin-top: 32px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.hero-actions .btn {
  padding: 14px 28px;
  font-size: 15px;
  border-radius: 999px;
}

.hero-actions .btn-secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
}

.hero-actions .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.7);
}

/* ========== Page Banner ========== */
.page-banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fff 0%, #f6faf8 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px 44px;
  box-shadow: var(--shadow);
}

.page-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--accent), var(--primary-mid));
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
}

.page-banner h2 {
  margin: 0 0 12px;
  color: var(--title);
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.page-banner > p:last-child {
  margin: 0;
  max-width: 720px;
  font-size: 16px;
  color: var(--muted);
  line-height: 1.8;
}

.breadcrumb {
  margin: 0 0 12px;
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.5px;
}

/* ========== Cards ========== */
.card {
  background: var(--panel);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 36px 40px;
  box-shadow: var(--shadow);
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.card:hover {
  box-shadow: var(--shadow-lg);
  border-color: #cdded8;
}

.card h2 {
  margin: 0 0 16px;
  color: var(--title);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
}

.card h3 {
  position: relative;
  margin: 0 0 20px;
  padding-left: 16px;
  color: var(--title);
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.3px;
}

.card h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--accent), var(--primary-mid));
}

.card h4 {
  color: var(--title);
  font-size: 17px;
  font-weight: 600;
}

.image-card {
  display: grid;
  gap: 32px;
  align-items: center;
  grid-template-columns: minmax(280px, 380px) 1fr;
}

.image-card img {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.card p {
  margin: 0 0 12px;
}

.card > :last-child {
  margin-bottom: 0;
}

.section-desc {
  margin: -8px 0 24px;
  padding-left: 16px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.member-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 137, 74, 0.28);
  background: linear-gradient(135deg, #0d4a42 0%, #1a6b5f 58%, #228577 100%);
  color: rgba(255, 255, 255, 0.9);
  padding: 44px 48px;
}

.member-cta::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 137, 74, 0.22) 0%, transparent 70%);
}

.member-cta h3 {
  color: #fff;
  font-size: 26px;
}

.member-cta h3::before {
  background: linear-gradient(180deg, var(--accent), #e8c896);
}

.member-cta p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  max-width: 680px;
}

.member-cta .hero-actions .btn {
  background: linear-gradient(135deg, var(--accent) 0%, #a86f32 100%);
  color: #122824;
  font-weight: 700;
}

.member-cta .hero-actions .btn:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.member-cta .hero-actions .btn-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  color: var(--primary-mid);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: color 0.2s ease, gap 0.2s ease;
}

.text-link::after {
  content: "→";
  transition: transform 0.2s ease;
}

.text-link:hover {
  color: var(--primary);
}

.text-link:hover::after {
  transform: translateX(4px);
}

/* ========== News & Lists ========== */
.news-list,
.contact-grid {
  display: grid;
  gap: 20px;
}

.news-item,
.contact-item {
  border: 1px solid var(--border-light);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfa 100%);
  padding: 24px 28px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.news-item:hover {
  border-color: #a8cfc6;
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.news-item h3 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.45;
}

.news-item h3::before {
  display: none;
}

.contact-item h4 {
  margin: 0 0 10px;
  font-size: 15px;
  color: var(--primary);
  font-weight: 600;
  letter-spacing: 0.5px;
}

.contact-item p {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.7;
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  font-size: 12px;
}

.news-category {
  color: var(--primary-mid);
  font-weight: 600;
  font-size: 13px;
}

.news-date {
  color: var(--muted);
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.badge-free {
  background: #ecfdf5;
  color: #047857;
  border: none;
}

.badge-member {
  background: #e8f5f1;
  color: #1a6b5f;
  border: none;
}

.badge-lock {
  background: #fff7ed;
  color: #c2410c;
  border: none;
}

.news-link {
  color: var(--title);
  text-decoration: none;
  transition: color 0.2s ease;
}

.news-link:hover {
  color: var(--primary-mid);
}

.news-item > p,
.news-summary {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.large-news-list .news-item {
  padding: 28px 32px;
}

.large-news-list .news-item h3 {
  font-size: 22px;
}

/* ========== Tags ========== */
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tag-list span {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg-soft);
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
}

.tag-list span:hover {
  border-color: var(--primary-mid);
  background: #edf6f3;
  transform: translateY(-2px);
}

/* ========== Article ========== */
.article-card {
  display: grid;
  gap: 28px;
}

.article-image {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

#news-detail-content {
  font-size: 17px;
  line-height: 1.9;
  color: var(--text);
}

#news-detail-content p {
  margin-bottom: 18px;
}

#news-detail-meta {
  font-size: 15px;
  color: var(--muted);
  letter-spacing: 0.3px;
}

.member-lock-panel {
  border: none;
  background: linear-gradient(135deg, #edf6f3 0%, #e4f0ec 100%);
  border-radius: 14px;
  padding: 28px 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  box-shadow: inset 0 0 0 1px rgba(13, 74, 66, 0.1);
}

.member-lock-panel p {
  margin: 0;
  color: var(--primary);
  flex: 1 1 100%;
  font-size: 16px;
}

/* ========== Recharge ========== */
.recharge-entry {
  border: 1px solid var(--border);
  background: linear-gradient(180deg, #fff 0%, #f7faf8 100%);
  padding: 44px 48px;
}

.recharge-entry h2 {
  font-size: 32px;
  margin-bottom: 12px;
}

.recharge-hint {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 16px;
}

#member-status {
  padding: 14px 18px;
  margin-bottom: 28px;
  background: var(--bg-soft);
  border-radius: 10px;
  border-left: 4px solid var(--primary-mid);
  font-size: 15px;
  color: var(--title);
}

.member-plan-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.plan-card {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px 28px;
  background: #fff;
  text-align: center;
  transition: all 0.3s ease;
}

.plan-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.plan-card h4 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: var(--title);
}

.plan-duration {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
}

.plan-price {
  margin: 0 0 24px;
  color: var(--primary);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1px;
}

.plan-card .btn {
  width: 100%;
  padding: 14px;
}

.plan-card.featured {
  border-color: var(--accent);
  background: linear-gradient(180deg, #fffbf5 0%, #fff 100%);
  box-shadow: 0 16px 40px rgba(201, 137, 74, 0.14);
}

.plan-card.featured::before {
  content: "推荐";
  position: absolute;
  top: 0;
  right: 24px;
  transform: translateY(-50%);
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  color: #122824;
  background: linear-gradient(135deg, var(--accent), #e0b878);
  border-radius: 999px;
  letter-spacing: 1px;
}

/* ========== Auth ========== */
.auth-layout {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: start;
}

.auth-switch {
  display: flex;
  gap: 0;
  margin-bottom: 24px;
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  padding: 4px;
  background: var(--bg-soft);
}

.switch-btn {
  flex: 1;
  border: none;
  background: transparent;
  color: var(--muted);
  padding: 12px 16px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.switch-btn.active {
  background: #fff;
  color: var(--primary);
  box-shadow: var(--shadow-sm);
}

.auth-tip {
  margin: 20px 0 0;
  padding: 14px 18px;
  border-radius: 10px;
  border: 1px solid #86efac;
  background: #ecfdf5;
  color: #166534;
  font-size: 14px;
  font-weight: 600;
}

.info-list,
.record-list {
  margin: 0;
  padding-left: 22px;
}

.info-list li,
.record-list li {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.7;
}

.contact-grid {
  grid-template-columns: repeat(2, 1fr);
}

/* ========== Forms & Buttons ========== */
form {
  display: grid;
  gap: 14px;
}

label {
  font-size: 14px;
  color: var(--title);
  font-weight: 600;
}

input,
textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 10px;
  font-size: 15px;
  color: var(--text);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto;
  padding: 0;
  border: none;
  box-shadow: none;
  margin-right: 6px;
}

textarea {
  font-family: inherit;
  resize: vertical;
  min-height: 120px;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: var(--primary-light);
  box-shadow: 0 0 0 4px rgba(45, 157, 138, 0.12);
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, var(--primary-mid) 0%, var(--primary) 100%);
  color: #fff;
  border-radius: 999px;
  padding: 13px 24px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(13, 74, 66, 0.22);
}

.btn:hover {
  background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary-mid) 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(13, 74, 66, 0.28);
}

.btn-secondary {
  background: linear-gradient(135deg, #5a6b67 0%, #3f4f4b 100%);
  box-shadow: 0 4px 14px rgba(63, 79, 75, 0.2);
}

.btn-secondary:hover {
  background: linear-gradient(135deg, #6d7d79 0%, #5a6b67 100%);
}

.btn-danger {
  background: linear-gradient(135deg, #dc2626 0%, var(--danger) 100%);
  box-shadow: 0 4px 14px rgba(185, 28, 28, 0.25);
}

.btn-danger:hover {
  filter: brightness(1.05);
}

.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.muted-text {
  margin-top: 16px;
  color: var(--muted);
  font-size: 14px;
}

/* ========== Footer ========== */
.site-footer {
  flex-shrink: 0;
  margin-top: auto;
  border-top: none;
  background: linear-gradient(180deg, #062a26 0%, #0a3832 100%);
  color: rgba(226, 242, 238, 0.9);
  padding: 40px 0 36px;
  text-align: center;
}

.site-footer::before {
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 32px;
  background: linear-gradient(90deg, transparent, var(--accent) 30%, var(--accent) 70%, transparent);
  opacity: 0.5;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 36px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 100%;
}

.footer-contact p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(226, 242, 238, 0.84);
}

.footer-label {
  color: rgba(232, 200, 150, 0.96);
  font-weight: 600;
  margin-right: 8px;
}

.footer-contact a {
  color: rgba(226, 235, 251, 0.9);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contact a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-footer p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.footer-copy {
  margin-bottom: 8px !important;
}

.site-footer .footer-meta {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(226, 235, 251, 0.55);
  letter-spacing: 1px;
}

.hidden {
  display: none;
}

/* ========== Legacy / Misc ========== */
.service-list {
  margin: 0;
  padding-left: 20px;
  columns: 2;
  column-gap: 30px;
}

.service-list li {
  margin-bottom: 6px;
}

.grid-2,
.grid-3 {
  display: grid;
  gap: 20px;
}

.grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.biz-item,
.solution-item,
.case-item {
  border: 1px solid var(--border-light);
  border-radius: 14px;
  background: #fff;
  padding: 20px;
}

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

.premium-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px;
}

.message-form {
  max-width: 720px;
}

.visual-card img {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--border);
}

/* ========== Responsive ========== */
@media (max-width: 1024px) {
  .member-plan-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  .auth-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  main {
    padding: 32px 0 56px;
    gap: 24px;
  }

  .site-header .container {
    min-height: 76px;
  }

  .site-header h1 {
    font-size: 22px;
    letter-spacing: 1px;
  }

  .site-header h1::after {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .hero {
    padding: 36px 28px;
    min-height: auto;
    background-image: none;
  }

  .hero h2 {
    font-size: 30px;
  }

  .hero-image {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 28px;
  }

  .page-banner {
    padding: 28px 28px 28px 32px;
  }

  .page-banner h2 {
    font-size: 28px;
  }

  .card {
    padding: 28px 24px;
  }

  .member-cta,
  .recharge-entry {
    padding: 32px 28px;
  }

  .image-card {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 15px;
  }

  nav a {
    padding: 8px 12px;
    font-size: 13px;
  }

  .service-list {
    columns: 1;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .footer-contact {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
  }

  .footer-label {
    display: block;
    margin: 0 0 4px;
  }
}
