/* ============================================================
   Aqwire Redesign — additional page-specific styles
   (Payers, Enterprise, Enterprise Dashboard, News, News Detail,
   About, Contact Us)
   Load this AFTER redesign-styles.css — reuses its shared
   .badge / .btn / .featured-icon / nav / footer rules.
   ============================================================ */

.page-hero-spacer { padding-top: 32px; }

/* ============================================================
   PAYERS PAGE  (pyr-)
   ============================================================ */
.pyr-hero {
  padding: 100px 24px 60px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.pyr-hero-title {
  font-size: 48px;
  font-weight: 800;
  color: var(--navy-2);
  margin: 0 0 20px;
  line-height: 1.2;
}
.pyr-hero-highlight {
  color: var(--teal-dark);
  display: inline-block;
}
.pyr-hero-sub {
  font-size: 16px;
  line-height: 1.7;
  color: var(--gray-text);
  max-width: 560px;
  margin: 0 auto 32px;
}
.pyr-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.pyr-btn-ghost {
  padding: 12px 28px;
  border-radius: 8px;
  border: none;
  background: #e8ecf0;
  color: var(--navy-2);
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
}
.pyr-btn-ghost:hover { background: #dde2e7; }
.pyr-btn-dark {
  padding: 12px 28px;
  border-radius: 8px;
  border: none;
  background: var(--navy-2);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
}
.pyr-btn-dark:hover { opacity: .9; }
.pyr-hero-image-wrap { margin: 56px auto 0; max-width: 900px; }

.pyr-section-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--navy-2);
  text-align: center;
  margin: 0 0 16px;
}
.pyr-section-sub {
  font-size: 16px;
  line-height: 1.7;
  color: var(--gray-text);
  text-align: center;
  max-width: 680px;
  margin: 0 auto 32px;
}
.pyr-stats-wrap, .pyr-feature, .pyr-personal, .pyr-enterprise {
  padding: 60px 24px 100px;
  max-width: 1100px;
  margin: 0 auto;
}
.pyr-mockup-wrap { max-width: 900px; margin: 0 auto 56px; }
.pyr-feature-pairs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.pyr-feature-pair { display: flex; flex-direction: column; align-items: center; }
.pyr-feature-pair .featured-icon { margin-bottom: 16px; }
.pyr-feature-pair h3 { font-size: 18px; font-weight: 700; color: var(--navy-2); margin: 0 0 10px; }
.pyr-feature-pair p { font-size: 14.5px; line-height: 1.7; color: var(--gray-text); margin: 0; }
.pyr-learn-more { display: inline-flex; align-items: center; gap: 6px; color: var(--navy-2); font-weight: 600; font-size: 15px; margin-top: 16px; }
.pyr-learn-more:hover { color: var(--teal-dark); }
.pyr-learn-more-center { display: flex; align-items: center; justify-content: center; gap: 6px; color: var(--navy-2); font-weight: 600; font-size: 14px; margin: 16px auto; }
.pyr-learn-more-center:hover { color: var(--teal-dark); }

.pyr-personal-content {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 56px;
  margin-top: 24px;
  text-align: left;
  align-items: center;
}
.pyr-personal-list { display: flex; flex-direction: column; gap: 32px; }
.pyr-personal-item { display: flex; gap: 16px; align-items: flex-start; }
.pyr-personal-item h3 { font-size: 16px; font-weight: 700; color: var(--navy-2); margin: 0 0 6px; }
.pyr-personal-item p { font-size: 14.5px; line-height: 1.7; color: var(--gray-text); margin: 0; }
.pyr-store-buttons { display: flex; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.pyr-store-buttons img { height: 40px; width: auto; }
.pyr-personal-mockup { display: flex; align-items: center; justify-content: center; }

.pyr-security-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 48px;
}
.pyr-security-copy { text-align: left; }
.pyr-security-copy h3 { font-size: 24px; font-weight: 700; color: var(--navy-2); margin: 0 0 16px; }
.pyr-security-copy p.pyr-body { font-size: 15px; line-height: 1.75; color: var(--gray-text); margin: 0 0 24px; }
.pyr-security-label { font-size: 14px; font-weight: 600; color: var(--navy-2); margin: 0 0 16px; }
.pyr-license-grid { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 12px; }
.pyr-license-badge { display: flex; align-items: center; justify-content: center; border: 1px solid var(--border-mid); border-radius: 8px; padding: 10px 14px; background: #fff; width: 100px; height: 64px; }
.pyr-license-badge img { width: 100%; height: 100%; object-fit: contain; }
.pyr-security-image-wrap { width: 100%; height: 320px; border-radius: 16px; overflow: hidden; }
.pyr-security-image-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }

.pyr-payment-row { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-top: 100px; }
.pyr-payment-graphic { display: flex; align-items: center; justify-content: center; width: 100%; height: 320px; border: 1px solid var(--border-mid); border-radius: 24px; overflow: hidden; background: #fff; }
.pyr-payment-graphic img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pyr-payment-copy { text-align: left; }
.pyr-payment-icons { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; max-width: 420px; }
.pyr-payment-icon { display: flex; align-items: center; justify-content: center; height: 32px; padding: 0 6px; }
.pyr-payment-icon img { width: 100%; height: 100%; object-fit: contain; }

.pyr-cta { padding: 60px 24px 120px; text-align: center; }
.pyr-cta h2 { font-size: 36px; font-weight: 700; color: var(--navy); margin: 0 0 32px; }

@media (max-width: 900px) {
  .pyr-personal-content, .pyr-security-row, .pyr-payment-row { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .pyr-hero { padding: 64px 20px 40px; }
  .pyr-hero-title { font-size: 32px; }
  .pyr-feature-pairs { grid-template-columns: 1fr; }
  .pyr-section-title { font-size: 24px; }
  .pyr-cta h2 { font-size: 22px; }
}
@media (max-width: 500px) {
  .pyr-payment-icons { grid-template-columns: repeat(4, 1fr); }
}

/* ============================================================
   PARTNERS / INVESTORS CAROUSEL (shared: reused on Home, Enterprise, Payers)
   Same visual system as .investors on the home page, generalised.
   ============================================================ */
.partners-section { width: 100%; padding: 24px 48px 80px; background: #fff; }
.partners-viewport { width: 100%; overflow: hidden; }
.partners-track { display: flex; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.partners-slide { min-width: 100%; width: 100%; flex-shrink: 0; display: flex; flex-direction: column; gap: 32px; align-items: center; }
.partners-row { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap; }
.partners-card { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 200px; padding: 16px 20px; border-radius: 8px; }
.partners-card:hover { background: #f7fefe; }
.partners-card img { height: 38px; width: auto; max-width: 170px; object-fit: contain; margin: 0 auto; }
@media (max-width: 768px) {
  .partners-section { padding: 48px 20px; }
  .partners-row { gap: 12px; }
  .partners-card { width: 46%; padding: 10px; }
  .partners-card img { height: 28px; }
}

/* ============================================================
   ABOUT PAGE  (abt-)
   ============================================================ */
.abt-main { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 48px; }
.abt-hero { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 80px 0 64px; max-width: 1000px; margin: 0 auto; }
.abt-hero p { font-size: 16px; line-height: 1.7; color: #4a6070; max-width: 700px; margin: 0; }
.abt-stats-wrap { padding-bottom: 96px; }
@media (max-width: 1024px) { .abt-main { padding: 0 32px; } }
@media (max-width: 768px) {
  .abt-main { padding: 0 20px; }
  .abt-hero { padding: 56px 0 48px; }
  .abt-hero p { font-size: 15px; }
  .abt-stats-wrap { padding-bottom: 64px; }
}

/* ============================================================
   STATS CARD (shared: About / Payers / Enterprise)
   ============================================================ */
.stats-card { display: flex; flex-direction: row; align-items: flex-start; justify-content: center; width: 100%; background: #F4FDFD; border-radius: 16px; padding: 64px 48px; }
.stats-item { display: flex; flex-direction: column; align-items: center; text-align: center; flex: 1; padding: 0 32px; }
.stats-value { font-size: 56px; font-weight: 700; color: var(--teal-dark); line-height: 1; margin-bottom: 16px; }
.stats-label { font-size: 16px; font-weight: 500; color: #3F5770; margin-bottom: 20px; }
.stats-desc { font-size: 15px; line-height: 1.6; color: #3F5770; max-width: 260px; margin: 0; }
@media (max-width: 1024px) { .stats-card { padding: 48px 32px; } .stats-value { font-size: 44px; } .stats-item { padding: 0 20px; } }
@media (max-width: 768px) {
  .stats-card { flex-direction: column; align-items: center; padding: 40px 24px; gap: 40px; }
  .stats-item { width: 100%; padding: 0; }
  .stats-value { font-size: 48px; }
  .stats-desc { max-width: 100%; }
}

/* ============================================================
   CONTACT US PAGE  (ctc-)
   ============================================================ */
.ctc-main { min-height: 60vh; background: #fff; display: flex; flex-direction: column; align-items: center; padding: 80px 24px; }
.ctc-header { text-align: center; margin-bottom: 40px; }
.ctc-header h1 { font-size: 36px; font-weight: 700; margin: 8px 0 12px; color: #1e3a5f; }
.ctc-header p { font-size: 16px; color: #6b7280; margin: 0; }

.ctc-form { display: flex; flex-direction: column; gap: 20px; width: 100%; max-width: 480px; margin: 0 auto; }
.ctc-name-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ctc-field { display: flex; flex-direction: column; gap: 6px; }
.ctc-field label { font-size: 14px; font-weight: 500; color: #374151; }
.ctc-field input, .ctc-field select, .ctc-field textarea {
  width: 100%; padding: 10px 14px; border: 1px solid #d1d5db; border-radius: 8px;
  font-size: 14px; color: #1e3a5f; background: #fff; outline: none; box-sizing: border-box;
  font-family: inherit;
}
.ctc-field textarea { resize: vertical; min-height: 130px; line-height: 1.5; }
.ctc-field input:focus, .ctc-field select:focus, .ctc-field textarea:focus {
  border-color: #2BC5CC; box-shadow: 0 0 0 3px rgba(43,197,204,.14);
}
.ctc-select-wrap { position: relative; }
.ctc-select-wrap select { appearance: none; cursor: pointer; padding-right: 36px; }
.ctc-select-wrap select.placeholder-selected { color: #6b7280; }
.ctc-select-wrap svg { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: #9ca3af; pointer-events: none; }
.ctc-checkbox-row { display: flex; align-items: center; gap: 10px; }
.ctc-checkbox-row input { width: 1.05rem; height: 1.05rem; cursor: pointer; accent-color: #2BC5CC; flex-shrink: 0; }
.ctc-checkbox-row label { font-size: 14px; color: #374151; cursor: pointer; }
.ctc-checkbox-row a { color: #374151; text-decoration: underline; }
.ctc-checkbox-row a:hover { color: #2BC5CC; }
.ctc-submit { width: 100%; padding: 14px 16px; background: #2BC5CC; color: #fff; font-size: 16px; font-weight: 600; border: none; border-radius: 8px; cursor: pointer; margin-top: 4px; }
.ctc-submit:hover { background: #22adb3; }

.ctc-location { width: 100%; background: #F5F8FA; padding: 64px 24px; }
.ctc-location-inner { max-width: 1100px; margin: 0 auto; }
.ctc-location-top { display: flex; flex-direction: column; gap: 24px; margin-bottom: 32px; }
.ctc-location-top h2 { font-size: 24px; font-weight: 700; color: #1e3a5f; margin: 0 0 8px; }
.ctc-location-top p { font-size: 16px; color: #6b7280; margin: 0; }
.ctc-location-addr { display: flex; align-items: center; gap: 20px; }
.ctc-location-pin { flex-shrink: 0; width: 36px; height: 36px; border-radius: 8px; background: #00C8D7; display: flex; align-items: center; justify-content: center; }
.ctc-location-addr strong { color: #1e3a5f; display: block; margin-bottom: 2px; }
.ctc-location-addr span { font-size: 14px; color: #6b7280; max-width: 370px; display: block; }
.ctc-map-wrap { width: 100%; border-radius: 12px; overflow: hidden; box-shadow: 0 1px 2px rgba(0,0,0,.05); border: 1px solid #e5e7eb; }
.ctc-map-wrap iframe { width: 100%; height: 420px; border: 0; display: block; }
@media (min-width: 768px) {
  .ctc-location-top { flex-direction: row; align-items: flex-start; justify-content: space-between; }
}

/* ============================================================
   ENTERPRISE PAGE — "For Enterprise" marketing page  (ent-)
   ============================================================ */
.ent-hero { position: relative; background-image: url('../assets/redesign-Dot_grid.png'); background-repeat: repeat; background-position: top center; background-size: 28px 28px; }
.ent-hero-inner { display: flex; width: 100%; flex-direction: column; align-items: center; padding: 48px 24px 24px; text-align: center; gap: 24px; max-width: 1440px; margin: 0 auto; }
.ent-hero-inner h1 { font-size: 32px; font-weight: 700; line-height: 1.2; color: var(--navy); max-width: 1200px; margin: 0; }
.ent-hero-inner h1 span { color: var(--teal-dark); }
.ent-hero-inner p { font-size: 18px; line-height: 1.6; color: var(--gray-text); max-width: 750px; margin: 0; }
.ent-hero-image { width: 100%; max-width: 900px; margin-top: 24px; }

.ent-testimonial { max-width: 720px; margin: 0 auto; padding: 40px 24px; text-align: center; }
.ent-testimonial p:first-child { font-size: 18px; font-weight: 700; color: var(--navy); margin: 0; }
.ent-testimonial p.role { font-size: 14px; color: var(--gray-text); margin: 0 0 20px; }
.ent-testimonial p.quote { font-size: 18px; color: var(--navy); line-height: 1.7; margin: 0; }

.ent-merchant-wrap { display: flex; flex-direction: column; align-items: center; gap: 24px; padding: 16px 0; }

.ent-feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; width: 100%; max-width: 1280px; margin: 0 auto; padding: 32px 24px; }
.ent-feature-row.reverse .ent-feature-visual { order: -1; }
.ent-feature-text { display: flex; flex-direction: column; align-items: flex-start; text-align: left; gap: 20px; }
.ent-feature-text h3 { font-size: 26px; font-weight: 700; color: var(--navy); margin: 0; }
.ent-feature-text p { font-size: 17px; line-height: 1.6; color: var(--gray-text); margin: 0; }
.ent-feature-visual { overflow: hidden; border-radius: 16px; background: var(--teal-tint-2); box-shadow: 0 8px 24px rgba(0,0,0,.08); padding: 16px; }
.ent-feature-visual-inner { overflow: hidden; border-radius: 12px; background: #fff; }
.ent-feature-visual img { width: 100%; height: auto; display: block; }
@media (max-width: 900px) {
  .ent-feature-row { grid-template-columns: 1fr; }
  .ent-feature-row.reverse .ent-feature-visual { order: 0; }
  .ent-feature-text { align-items: center; text-align: center; }
}

/* ============================================================
   ENTERPRISE DASHBOARD PAGE (enterpriseDashboard2)  (entd-)
   ============================================================ */
.entd-page { background-image: radial-gradient(circle, #E3EAEF 1px, transparent 1px); background-size: 18px 18px; }
.entd-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.entd-hero { padding: 48px 0 40px; text-align: center; }
.entd-hero h1 { font-size: 32px; font-weight: 700; color: #2BC5CC; line-height: 1.2; margin: 0 0 16px; }
.entd-hero p { font-size: 15px; color: #6B7A8D; line-height: 1.6; max-width: 640px; margin: 0 auto; }
.entd-hero-image-wrap { position: relative; margin: 40px auto 0; max-width: 900px; }
.entd-hero-image-wrap img { position: relative; z-index: 1; width: 100%; height: auto; border-radius: 12px; display: block; }
.entd-hero-actions { display: flex; flex-direction: column; gap: 12px; justify-content: center; align-items: center; margin-top: 32px; }
.entd-hero-actions a { width: 100%; max-width: 280px; text-align: center; }

.entd-section-intro { text-align: center; padding: 56px 0 8px; max-width: 640px; margin: 0 auto; }
.entd-section-title { font-size: 26px; font-weight: 700; color: #3F5770; margin: 0 0 12px; }
.entd-section-desc { font-size: 15px; color: #6B7A8D; line-height: 1.6; margin: 0; }

.entd-feature-row { display: flex; flex-direction: column; gap: 28px; padding: 32px 0; }
.entd-feature-row.reverse { flex-direction: column; }
.entd-feature-text-title { font-size: 22px; font-weight: 700; color: #3F5770; margin: 0 0 12px; }
.entd-feature-text-desc { font-size: 15px; color: #6B7A8D; line-height: 1.6; margin: 0 0 20px; }
.entd-checklist { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.entd-checklist li { display: flex; align-items: center; gap: 10px; font-size: 15px; color: #3F5770; font-weight: 500; }
.entd-checklist svg { flex-shrink: 0; width: 20px; height: 20px; color: #2BC5CC; }
.entd-feature-image-wrap { background: #EAFBFC; border-radius: 16px; padding: 16px; }
.entd-feature-image-wrap img { width: 100%; height: auto; border-radius: 8px; display: block; box-shadow: 0 12px 32px rgba(63,87,112,.12); }

.entd-additional { padding: 48px 0 16px; }
.entd-additional-grid { display: grid; grid-template-columns: 1fr; gap: 32px; margin-top: 40px; }

.entd-cta { text-align: center; padding: 56px 0 72px; }
.entd-cta h2 { font-size: 24px; font-weight: 700; color: #3F5770; margin: 0 0 12px; }
.entd-cta p { font-size: 15px; color: #6B7A8D; max-width: 480px; margin: 0 auto 28px; line-height: 1.6; }

@media (min-width: 1024px) {
  .entd-container { padding: 0 40px; }
  .entd-hero { padding: 80px 0 56px; }
  .entd-hero h1 { font-size: 56px; }
  .entd-hero p { font-size: 17px; }
  .entd-hero-actions { flex-direction: row; gap: 16px; }
  .entd-hero-actions a { width: auto; }
  .entd-section-intro { padding: 96px 0 16px; }
  .entd-section-title { font-size: 36px; }
  .entd-feature-row { flex-direction: row; align-items: center; gap: 64px; padding: 48px 0; }
  .entd-feature-row.reverse { flex-direction: row-reverse; }
  .entd-feature-text { flex: 1; }
  .entd-feature-image-wrap { flex: 1; }
  .entd-feature-text-title { font-size: 30px; }
  .entd-additional { padding: 80px 0 24px; }
  .entd-additional-grid { grid-template-columns: repeat(3, 1fr); gap: 48px 40px; }
  .entd-cta { padding: 96px 0 120px; }
  .entd-cta h2 { font-size: 32px; }
}

/* ============================================================
   NEWS LIST PAGE  (news-)
   ============================================================ */
.news-page { max-width: 1100px; margin: 0 auto; padding: 3rem 1.5rem 5rem; }
.news-header { display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 2.5rem; }
.news-heading { font-size: 2rem; font-weight: 700; color: #1e3a5f; margin: 0; }
.news-subtitle { font-size: .9375rem; color: #6b7280; margin: .375rem 0 0; }

.news-body { display: grid; grid-template-columns: 190px 1fr; gap: 2.5rem; align-items: start; }
.news-sidebar { display: flex; flex-direction: column; gap: 1.25rem; position: sticky; top: 5rem; }
.news-searchbox { display: flex; align-items: center; gap: .5rem; border: 1px solid #e5e7eb; border-radius: .5rem; padding: .5rem .75rem; background: #fff; }
.news-searchbox svg { color: #9ca3af; flex-shrink: 0; }
.news-searchbox input { border: none; outline: none; font-size: .875rem; color: #1e3a5f; width: 100%; background: transparent; }
.news-sort-label { font-size: .7rem; font-weight: 700; color: #6b7280; text-transform: uppercase; letter-spacing: .07em; margin: 0 0 .35rem; }
.news-sort-option { display: block; width: 100%; text-align: left; font-size: .8125rem; color: #6b7280; background: none; border: none; cursor: pointer; padding: .4rem .5rem; border-radius: .375rem; margin: 2px 0; }
.news-sort-option:hover { background: #f3f4f6; color: #1e3a5f; }
.news-sort-option.active { background: rgba(43,197,204,.1); color: #2BC5CC; font-weight: 600; }

.news-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.75rem; }
.news-card { display: flex; flex-direction: column; text-decoration: none; border: 1px solid #e5e7eb; border-radius: .75rem; overflow: hidden; background: #fff; }
.news-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.08); }
.news-card-img { position: relative; width: 100%; aspect-ratio: 16/10; overflow: hidden; background: #e5e7eb; }
.news-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.news-card-body { display: flex; flex-direction: column; gap: .3rem; padding: 1rem; }
.news-card-date { font-size: .75rem; font-weight: 600; color: #2BC5CC; }
.news-card-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: .5rem; }
.news-card-title { font-size: .9375rem; font-weight: 600; color: #1e3a5f; line-height: 1.4; margin: 0; }
.news-card-excerpt { font-size: .8125rem; color: #6b7280; line-height: 1.55; margin: 0; }

.news-mobile-sort { display: none; margin-bottom: 1.5rem; }
.news-mobile-sort select { width: 100%; padding: .625rem 2.25rem .625rem .875rem; border: 1px solid #e5e7eb; border-radius: .5rem; font-size: .875rem; color: #1e3a5f; background: #fff; }

@media (max-width: 768px) {
  .news-body { grid-template-columns: 1fr; }
  .news-sidebar { display: none; }
  .news-mobile-sort { display: block; }
}
@media (max-width: 560px) {
  .news-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   NEWS DETAIL PAGE  (nwd-)
   ============================================================ */
.nwd-page { max-width: 1100px; margin: 0 auto; padding: 3rem 1.5rem 5rem; }
.nwd-layout { display: grid; grid-template-columns: 1fr 280px; gap: 3rem; align-items: start; }
.nwd-article { display: flex; flex-direction: column; gap: 1.5rem; }
.nwd-title { font-size: 1.875rem; font-weight: 700; color: #1e3a5f; line-height: 1.3; margin: 0; }
.nwd-excerpt { font-size: .9375rem; color: #6b7280; line-height: 1.65; margin: 0; }
.nwd-hero-img { height: 420px; border-radius: .75rem; overflow: hidden; }
.nwd-hero-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nwd-meta-row { display: flex; align-items: center; gap: 2rem; padding: 1rem 0; border-top: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb; flex-wrap: wrap; }
.nwd-meta-group { display: flex; flex-direction: column; gap: .125rem; }
.nwd-meta-label { font-size: .75rem; color: #6b7280; }
.nwd-meta-value { font-size: .875rem; font-weight: 600; color: #1e3a5f; }
.nwd-share { display: flex; align-items: center; gap: .5rem; margin-left: auto; }
.nwd-share button { font-size: .8125rem; color: #6b7280; background: none; border: 1px solid #e5e7eb; border-radius: .375rem; padding: .375rem .75rem; cursor: pointer; display: flex; align-items: center; gap: .375rem; }
.nwd-share button:hover { color: #1e3a5f; border-color: #9ca3af; }
.nwd-share button.icon { width: 2rem; height: 2rem; border-radius: 50%; padding: 0; justify-content: center; font-weight: 700; }
.nwd-body { display: flex; flex-direction: column; gap: 1rem; }
.nwd-body p { font-size: .9375rem; color: #6b7280; line-height: 1.75; margin: 0; }
.nwd-resources { display: flex; flex-direction: column; gap: .5rem; }
.nwd-resources h3 { font-size: 1.125rem; font-weight: 700; color: #1e3a5f; margin: 0 0 .375rem; }
.nwd-resources a { font-size: .8125rem; color: #2BC5CC; word-break: break-all; text-decoration: none; line-height: 1.5; }
.nwd-resources a:hover { text-decoration: underline; }

.nwd-sidebar { position: sticky; top: 5rem; }
.nwd-newsletter { border: 1px solid #e5e7eb; border-radius: .75rem; padding: 1.5rem; display: flex; flex-direction: column; gap: .75rem; }
.nwd-newsletter h4 { font-size: 1rem; font-weight: 700; color: #1e3a5f; margin: 0; }
.nwd-newsletter p { font-size: .8125rem; color: #6b7280; line-height: 1.55; margin: 0; }
.nwd-newsletter input { width: 100%; padding: .5rem .75rem; border: 1px solid #e5e7eb; border-radius: .375rem; font-size: .8125rem; outline: none; box-sizing: border-box; }
.nwd-newsletter input:focus { border-color: #2BC5CC; box-shadow: 0 0 0 3px rgba(43,197,204,.14); }
.nwd-newsletter .policy { font-size: .75rem; color: #6b7280; margin: 0; }
.nwd-newsletter .policy a { color: #2BC5CC; text-decoration: underline; }
.nwd-subscribe { width: 100%; padding: .625rem; background: #2BC5CC; color: #fff; border: none; border-radius: .375rem; font-size: .875rem; font-weight: 600; cursor: pointer; }
.nwd-subscribe:hover { background: #22adb3; }

.nwd-latest { margin-top: 4rem; padding-top: 2rem; border-top: 1px solid #e5e7eb; display: grid; grid-template-columns: 280px 1fr; gap: 2rem; align-items: start; }
.nwd-latest-title { font-size: 1.5rem; font-weight: 700; color: #1e3a5f; margin: 0 0 .375rem; }
.nwd-latest-sub { font-size: .9375rem; color: #6b7280; margin: 0 0 1rem; max-width: 280px; }
.nwd-latest-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.nwd-view-all { display: inline-block; padding: .625rem 1.25rem; background: #2BC5CC; color: #fff; border-radius: .375rem; font-size: .875rem; font-weight: 600; text-decoration: none; }
.nwd-view-all:hover { background: #22adb3; }
.nwd-view-all-mobile { display: none; }

@media (max-width: 900px) { .nwd-layout { grid-template-columns: 1fr; } }
@media (max-width: 768px) {
  .nwd-latest { grid-template-columns: 1fr; }
  .nwd-view-all { display: none; }
  .nwd-view-all-mobile { display: block; width: 100%; text-align: center; padding: .875rem; background: #2BC5CC; color: #fff; border-radius: .5rem; margin-top: 1.5rem; font-size: .875rem; font-weight: 600; text-decoration: none; }
}
@media (max-width: 640px) { .nwd-hero-img { height: 260px; } }
@media (max-width: 560px) { .nwd-latest-grid { grid-template-columns: 1fr; } }
