/* @70 pages: uses existing system tokens from style.css */

.at70-page {
  margin: 0;
  font-family: var(--fontFamily);
  color: var(--darkGray);
  background: var(--whiteColor);
}

.at70-topbar {
  background: var(--whiteColor);
  color: var(--blackColor);
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--grayColor);
}

.at70-topbar a {
  color: var(--blackColor);
  text-decoration: none;
  margin-right: 14px;
  font-weight: 600;
}

.at70-topbar a:last-child {
  margin-right: 0;
}

.at70-links,
.at70-topbar nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.at70-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.at70-logo {
  height: 42px;
  width: auto;
  display: block;
}

.at70-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 36px 20px;
  width: 100%;
  box-sizing: border-box;
}

.at70-hero {
  background: linear-gradient(135deg, var(--mainColor), #2f7d33);
  color: var(--whiteColor);
  padding: 64px 20px;
}

.at70-hero h1 {
  font-size: 3rem;
  line-height: 1.1;
  margin: 0 0 8px;
}

.at70-hero h2 {
  font-size: 1.35rem;
  margin: 0 0 18px;
  color: var(--grayColorLight);
}

.at70-section {
  padding: 48px 20px;
}

.at70-muted {
  background: var(--grayColorLight);
}

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

.at70-card {
  background: var(--whiteColor);
  border: 1px solid var(--grayColor);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.at70-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.at70-card-body {
  padding: 16px;
}

.at70-btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
}

.at70-btn-primary {
  background: var(--mainColor);
  color: var(--whiteColor);
}

.at70-btn-outline {
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
}

.at70-footer {
  background: var(--mainColor);
  color: var(--whiteColor);
  padding: 24px 20px;
  text-align: center;
}

.at70-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.at70-list-card {
  border: 1px solid var(--grayColor);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.at70-list-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.at70-list-body {
  padding: 14px;
}

.at70-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}

.at70-cover {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.at70-panel {
  border: 1px solid var(--grayColor);
  border-radius: 10px;
  padding: 16px;
  box-sizing: border-box;
}

.at70-layout section,
.at70-layout aside {
  min-width: 0;
}

.at70-layout section img,
.at70-layout section iframe,
.at70-layout section table,
.at70-layout section video {
  max-width: 100%;
  height: auto;
}

.at70-layout section table {
  display: block;
  overflow-x: auto;
}

@media (max-width: 900px) {
  .at70-grid,
  .at70-list-grid {
    grid-template-columns: 1fr 1fr;
  }

  .at70-hero h1 {
    font-size: 2.2rem;
  }

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

@media (max-width: 768px) {
  .at70-topbar {
    padding: 10px 14px;
    align-items: flex-start;
  }

  .at70-brand {
    width: 100%;
  }

  .at70-topbar nav,
  .at70-links {
    width: 100%;
    justify-content: flex-start;
  }

  .at70-logo {
    height: 34px;
  }

  .at70-wrap {
    padding: 24px 14px;
  }

  .at70-section {
    padding: 32px 14px;
  }

  .at70-hero {
    padding: 40px 14px;
  }

  .at70-hero h1 {
    font-size: 2rem;
  }

  .at70-hero h2 {
    font-size: 1.1rem;
  }
}

@media (max-width: 640px) {
  .at70-grid,
  .at70-list-grid {
    grid-template-columns: 1fr;
  }

  .at70-card img,
  .at70-list-card img {
    height: 180px;
  }

  .at70-btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

/* ============================================================
   @70 LANDING REDESIGN (extends pages/base.html)
   ============================================================ */
.at70-eyebrow {
  display: inline-block;
  background: rgba(15, 107, 62, 0.1);
  color: #0f6b3e;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.at70-hero {
  background: linear-gradient(135deg, #0f6b3e 0%, #1a8a52 100%);
  color: #fff;
  padding: 80px 0;
}
.at70-hero-inner { max-width: 900px; }
.at70-hero-title { font-size: 3rem; font-weight: 800; margin: 0 0 8px; color: #fff; }
.at70-hero-subtitle { font-size: 1.5rem; font-weight: 500; margin: 0 0 20px; color: rgba(255,255,255,0.92); }
.at70-hero-text { font-size: 1.05rem; line-height: 1.7; color: rgba(255,255,255,0.95); }
.at70-hero .at70-btn-primary { background: #fff; color: #0f6b3e; border-color: #fff; }
.at70-hero .at70-btn-outline { color: #fff; border-color: #fff; }
.at70-hero .at70-btn-outline:hover { background: #fff; color: #0f6b3e; }

.at70-section { padding: 70px 0; }
.at70-muted { background: #f7faf8; }
.at70-section-title { font-size: 2rem; font-weight: 700; margin-bottom: 18px; color: #0f6b3e; }
.at70-section-lead { font-size: 1.05rem; color: #555; margin-bottom: 30px; }

.at70-btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
  margin-right: 8px;
  cursor: pointer;
}
.at70-btn-primary { background: #0f6b3e; color: #fff; border-color: #0f6b3e; }
.at70-btn-primary:hover { background: #0a5430; border-color: #0a5430; color: #fff; }
.at70-btn-outline { background: transparent; color: #0f6b3e; border-color: #0f6b3e; }
.at70-btn-outline:hover { background: #0f6b3e; color: #fff; }

/* Image placeholders */
.image-placeholder {
  width: 100%;
  height: 200px;
  background: repeating-linear-gradient(45deg, #e8eee8, #e8eee8 10px, #dfe7df 10px, #dfe7df 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7c6b;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 8px 8px 0 0;
}
.image-placeholder-lg { height: 320px; border-radius: 10px; }

/* Featured @70 events grid */
.at70-events-grid .at70-event-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-left: 4px solid #0f6b3e;
}

.at70-event-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.at70-event-card-link:focus-visible {
  outline: 3px solid rgba(67, 160, 71, 0.35);
  outline-offset: 4px;
  border-radius: 12px;
}

.at70-featured-grid .at70-event-card,
.at70-list-grid-premium .at70-event-card {
  border-left: 0;
  border-top: 4px solid #43A047;
  min-height: 100%;
}
.at70-events-grid .at70-event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.at70-event-media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.at70-event-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.at70-event-title { font-size: 1.25rem; font-weight: 700; margin: 0 0 8px; color: #17352a; }
.at70-event-date { color: #0f6b3e; font-weight: 600; margin: 0 0 10px; font-size: 0.95rem; }
.at70-event-venue { color: #345043; }
.at70-event-summary { color: #4a5f53; }
.at70-event-theme { color: #587164; line-height: 1.6; flex-grow: 1; }
.at70-card-action {
  color: #0f6b3e;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.at70-event-card-link:hover .at70-event-card,
.at70-event-card-link:focus-visible .at70-event-card {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(8, 26, 16, 0.12);
}

/* Engagement / Get Involved */
.at70-involve-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.at70-involve-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.at70-involve-body { padding: 20px; }
.at70-involve-body h4 { font-size: 1.15rem; font-weight: 700; color: #0f6b3e; margin-bottom: 8px; }
.at70-involve-body p { color: #555; line-height: 1.6; margin: 0; }

/* Newsletter */
.at70-newsletter-card {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  border-top: 4px solid #0f6b3e;
}
.at70-form-section-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f6b3e;
  margin: 25px 0 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6ece8;
}
.at70-newsletter-form label { font-weight: 600; color: #333; margin-bottom: 6px; display: block; }
.at70-newsletter-form .form-control {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #d4dcd6;
  border-radius: 6px;
  font-size: 1rem;
}
.at70-newsletter-form .form-control:focus {
  outline: none;
  border-color: #0f6b3e;
  box-shadow: 0 0 0 3px rgba(15,107,62,0.1);
}
.at70-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}
.at70-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  cursor: pointer;
  padding: 10px 14px;
  background: #f7faf8;
  border-radius: 6px;
  border: 1px solid #e6ece8;
}
.at70-check input { width: 18px; height: 18px; cursor: pointer; }
.at70-privacy-notice {
  background: #f7faf8;
  padding: 16px 18px;
  border-left: 3px solid #0f6b3e;
  border-radius: 4px;
  margin: 20px 0;
  font-size: 0.92rem;
  color: #555;
}
.at70-privacy-notice p { margin: 6px 0 0; line-height: 1.6; }

/* Support */
.at70-support { background: #f7faf8; }
.at70-support-email {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0f6b3e;
  margin: 16px 0;
}
.at70-support-email a { color: #0f6b3e; text-decoration: none; }
.at70-support-email a:hover { text-decoration: underline; }

/* AT70 parallax backgrounds */
.at70-parallax-hero {
  background-image: linear-gradient(135deg, rgba(15, 107, 62, 0.8), rgba(26, 138, 82, 0.75)), url("../images/w_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.at70-parallax-celebration {
  background-image: linear-gradient(130deg, rgba(7, 27, 21, 0.88), rgba(7, 27, 21, 0.5)), url("../images/w_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 120px 0;
}

.at70-parallax-engagement {
  background-image: linear-gradient(135deg, rgba(9, 41, 30, 0.8), rgba(67, 160, 71, 0.58)), url("../images/web3.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.at70-parallax-support {
  background-image: linear-gradient(135deg, rgba(10, 44, 32, 0.82), rgba(67, 160, 71, 0.58)), url("../images/ced_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.at70-partners-highlight {
  padding: 120px 0;
}

.at70-parallax-partners {
  background-image: linear-gradient(130deg, rgba(8, 29, 22, 0.88), rgba(67, 160, 71, 0.52)), url("../images/web2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.at70-partner-stat-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
  text-align: center;
  color: #fff;
  padding: 28px 18px;
  box-shadow: 0 16px 32px rgba(2, 19, 14, 0.2);
  transition: transform 0.24s ease, background 0.24s ease;
}

.at70-partner-stat-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.18);
}

.at70-partner-stat-card i {
  font-size: 1.7rem;
  color: #8de2a5;
  margin-bottom: 8px;
}

.at70-partner-stat-card h4 {
  font-size: 1.05rem;
  margin: 0 0 6px;
  color: #fff;
}

.at70-stat-number {
  margin: 0;
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 900;
  letter-spacing: 0.02em;
}

.at70-parallax-partners .at70-section-title,
.at70-parallax-partners .at70-section-lead {
  color: #fff;
}

.at70-parallax-celebration .at70-section-title,
.at70-parallax-celebration p,
.at70-parallax-engagement .at70-section-title,
.at70-parallax-engagement .at70-section-lead,
.at70-parallax-support .at70-section-title,
.at70-parallax-support p,
.at70-parallax-support a {
  color: #fff;
}

.at70-parallax-support .at70-support-email a {
  color: #fff;
}

.at70-parallax-celebration .at70-section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 18px;
}

.at70-parallax-celebration p {
  font-size: 1.07rem;
  line-height: 1.9;
  max-width: 940px;
}

/* Event detail */
.at70-event-detail-title { font-size: 2rem; font-weight: 700; color: #0f6b3e; margin-bottom: 10px; }
.at70-event-meta { color: #666; margin-bottom: 20px; }
.at70-cover { width: 100%; max-height: 480px; object-fit: cover; border-radius: 10px; }
.at70-panel h3 { color: #0f6b3e; margin-bottom: 14px; font-size: 1.1rem; }
.at70-event-description { line-height: 1.8; color: #333; }
.at70-event-description img { max-width: 100%; height: auto; }

/* @70 list + detail premium refresh */
.at70-list-hero {
  padding: 90px 0;
}

.at70-featured-grid .at70-event-card,
.at70-list-grid-premium .at70-event-card {
  position: relative;
  border-left: 0;
  border: 1px solid #e3ece5;
  box-shadow: 0 12px 28px rgba(8, 26, 16, 0.08);
}

.at70-card-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.at70-card-action {
  color: #0f6b3e;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}

.at70-event-venue {
  color: #375243;
  margin: 0 0 10px;
  font-weight: 600;
}

.at70-event-summary {
  color: #535f57;
  line-height: 1.65;
  margin: 0 0 10px;
}

.at70-empty-card {
  background: #f7faf8;
  border: 1px dashed #bdd6c6;
  border-radius: 12px;
  padding: 32px;
}

.at70-empty-card h4 {
  color: #0f6b3e;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.at70-empty-card p {
  margin: 0;
  color: #5f6e64;
}

.at70-search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.at70-search-shell {
  position: relative;
  flex: 1 1 320px;
}

.at70-search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #4e6a5b;
}

.at70-search-form input {
  width: 100%;
  border: 1px solid #cadace;
  border-radius: 999px;
  padding: 14px 52px 14px 44px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(10, 57, 37, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.at70-search-form input::placeholder {
  color: #789082;
}

.at70-search-form input:focus {
  outline: none;
  border-color: #43A047;
  box-shadow: 0 0 0 4px rgba(67, 160, 71, 0.14);
}

.at70-search-button {
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  background: #43A047;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(10, 57, 37, 0.1);
}

.at70-search-button:hover {
  background: #2f8c33;
}

.at70-search-clear {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #eef6ef;
  color: #2f6d3d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.at70-search-clear:hover {
  background: #43A047;
  color: #fff;
}

.at70-result-count {
  color: #44584d;
  margin-bottom: 22px;
  font-weight: 600;
}

.at70-detail-hero {
  background-image: linear-gradient(130deg, rgba(7, 27, 21, 0.86), rgba(7, 27, 21, 0.52)), url("../images/w_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 120px 0 96px;
}

.at70-detail-hero-content {
  max-width: 900px;
}

.at70-detail-kicker {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 0.88rem;
  margin-bottom: 10px;
  color: #9de4b5;
}

.at70-detail-hero h1 {
  color: #fff;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  margin: 0 0 14px;
}

.at70-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
}

.at70-detail-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.at70-detail-breadcrumb {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
}

.at70-detail-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.at70-detail-breadcrumb a:hover {
  text-decoration: underline;
}

.at70-detail-hero-actions {
  margin-top: 18px;
}

.at70-detail-featured-media {
  margin: 0 0 22px;
}

.at70-detail-content-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e4ece7;
  padding: 24px;
  box-shadow: 0 8px 18px rgba(8, 26, 16, 0.06);
}

.at70-detail-content-card h3 {
  color: #0f6b3e;
  margin-top: 0;
  margin-bottom: 12px;
}

.at70-detail-content-card p,
.at70-detail-content-card li,
.at70-detail-content-card div,
.at70-detail-content-card span,
.at70-detail-content-card td,
.at70-detail-content-card th {
  color: #23352d !important;
}

.at70-detail-content-card a,
.at70-panel a,
.at70-detail-main a {
  color: #0f6b3e;
}

.at70-event-description a {
  color: #0f6b3e !important;
  text-decoration: underline;
}

.at70-event-description h1,
.at70-event-description h2,
.at70-event-description h3,
.at70-event-description h4,
.at70-event-description h5,
.at70-event-description h6 {
  color: #143f2b !important;
  margin-top: 0;
}

.at70-event-description ul,
.at70-event-description ol {
  padding-left: 1.2rem;
}

.at70-event-description table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
}

.at70-event-description table th,
.at70-event-description table td {
  border: 1px solid #deebe2;
  padding: 8px 10px;
}

.at70-detail-sidepanel {
  position: sticky;
  top: 100px;
  border-top: 4px solid #0f6b3e;
  background: #fff;
}

.at70-detail-sidepanel p {
  margin-bottom: 10px;
}

.at70-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.at70-gallery-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #d3e3d8;
  text-decoration: none;
  color: #184b31;
  background: #f8fcf9;
  font-weight: 600;
}

.at70-gallery-item:hover {
  border-color: #43A047;
  box-shadow: 0 10px 20px rgba(10, 57, 37, 0.08);
}

.at70-material-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.at70-material-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f5faf6;
  color: #173f2c;
  border: 1px solid #d8e8db;
  text-decoration: none;
}

.at70-material-chip:hover {
  border-color: #43A047;
  background: #eef8f0;
}

.at70-logo-grid-premium {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.at70-logo-grid-premium .at70-logo-item {
  background: #fff;
  border: 1px solid #e5ece7;
  border-radius: 12px;
  min-height: 120px;
}

.at70-logo-grid-premium img {
  max-height: 78px;
  width: auto;
  object-fit: contain;
}

.at70-speaker-card {
  border: 1px solid #dce8df;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.at70-speaker-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.at70-speaker-body {
  padding: 14px;
}

.at70-speaker-body h4 {
  margin: 0 0 6px;
  color: #1a3f2b;
  font-size: 1.02rem;
}

.at70-speaker-body p {
  margin: 0 0 4px;
  color: #425b4d;
}

.at70-speaker-body small {
  color: #5c6f63;
}

.at70-participant-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 10px;
}

.at70-participant-item {
  border: 1px solid #deebe2;
  border-radius: 10px;
  padding: 14px;
  background: #fbfdfc;
}

.at70-detail-main .at70-detail-content-card + .at70-detail-content-card {
  margin-top: 0;
}

.at70-detail-main figure.at70-detail-featured-media {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(8, 26, 16, 0.08);
}

.at70-detail-main .at70-cover {
  border-radius: 14px;
  max-height: 520px;
  object-fit: cover;
}

.at70-detail-main .at70-detail-content-card p {
  line-height: 1.8;
}

.at70-detail-main .at70-detail-content-card h3 {
  color: #0f6b3e;
}

.at70-participant-item h4 {
  font-size: 1rem;
  margin: 0 0 6px;
  color: #183d2a;
}

.at70-participant-item p {
  margin: 0;
  color: #56695d;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .at70-hero { padding: 50px 0; }
  .at70-hero-title { font-size: 2rem; }
  .at70-hero-subtitle { font-size: 1.15rem; }
  .at70-section { padding: 45px 0; }
  .at70-newsletter-card { padding: 24px; }
  .at70-btn { display: block; margin: 8px 0; text-align: center; }

  .at70-parallax-hero,
  .at70-parallax-celebration,
  .at70-parallax-engagement,
  .at70-parallax-support,
  .at70-parallax-partners {
    background-attachment: scroll;
  }

  .at70-partners-highlight {
    padding: 72px 0;
  }

  .at70-detail-hero {
    padding: 90px 0 72px;
  }

  .at70-detail-sidepanel {
    position: static;
    top: auto;
  }

  .at70-search-form button,
  .at70-search-clear {
    width: 100%;
    justify-content: center;
  }

  .at70-search-shell {
    width: 100%;
  }

  .at70-event-card-link:hover .at70-event-card,
  .at70-event-card-link:focus-visible .at70-event-card {
    transform: none;
  }
}

/* ============================================================
   CONTACT PAGE IMPROVEMENTS
   ============================================================ */
.contact-leaflet-map {
  width: 100%;
  height: 480px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  z-index: 0;
}
.contact-map-section { padding: 40px 0; }
.contact_section_one .branch_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  align-items: stretch;
}
.contact_section_one .branch {
  background: #fff;
  border-radius: 10px;
  border-top: 4px solid #0f6b3e;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contact_section_one .branch:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.contact_section_one .branch h2 {
  color: #0f6b3e;
  font-size: 1.25rem;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact_section_one .branch p {
  margin: 6px 0;
  color: #555;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.contact_section_one .branch p i { color: #0f6b3e; margin-top: 4px; min-width: 16px; }

/* ============================================================
   JOB LIST + DETAIL PAGE SPACING
   ============================================================ */
.job_page {
  padding: 30px 0;
}
.job_content_section,
.job_section_one {
  padding: 30px 0 60px;
}
.job_section_one .container,
.job_content_section .container {
  padding-left: 30px;
  padding-right: 30px;
}
.section_job_details .content {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  line-height: 1.8;
}
.section_job_details .content h1 {
  color: #0f6b3e;
  margin-bottom: 20px;
}
.section_job_details .content p,
.section_job_details .content li {
  line-height: 1.8;
  color: #333;
}
.job_detail_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
}
@media (max-width: 768px) {
  .job_section_one .container,
  .job_content_section .container { padding-left: 20px; padding-right: 20px; }
  .section_job_details .content { padding: 24px; }
}
