/* ═══════════════════════════════════════════════
   SCIENTIA UKRAINE — Pages & Blog CSS
   Inner pages, blog archive, single post
   ═══════════════════════════════════════════════ */

/* ══════════════════════════════════════════════
   PAGE HERO (inner pages)
   ══════════════════════════════════════════════ */
.page-hero {
  position: relative;
  min-height: 420px;
  display: flex; align-items: center; justify-content: center;
  padding: 160px 0 80px;
  overflow: hidden;
}
.page-hero__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: brightness(0.3); z-index: 0;
}
.page-hero__bg--default {
  background: linear-gradient(135deg, #0a1628 0%, #050b16 100%);
  filter: none;
}
.page-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(5,11,22,0.7) 0%, rgba(5,11,22,0.9) 100%);
  z-index: 1;
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero__badge {
  display: inline-block;
  font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 2px;
  color: var(--primary); background: var(--primary-dim);
  padding: 6px 18px; border-radius: 50px; margin-bottom: 24px;
  border: 1px solid rgba(72, 92, 221, 0.3);
}
.page-hero h1 {
  font-size: clamp(32px, 5vw, 64px); font-weight: 900;
  line-height: 1.1; margin-bottom: 16px;
}
.page-hero h1 em { font-style: normal; color: var(--primary); }
.page-hero p {
  color: rgba(255,255,255,0.6); font-size: 17px; line-height: 1.7;
  max-width: 600px; margin: 0 auto;
}
.archive-description {
  color: rgba(255,255,255,0.55); font-size: 15px; margin-top: 12px; max-width: 500px; margin-inline: auto;
}
.post-meta-top {
  display: flex; align-items: center; gap: 12px; justify-content: center;
  margin-bottom: 20px; flex-wrap: wrap;
}
.post-date { color: rgba(255,255,255,0.4); font-size: 13px; }

/* ══════════════════════════════════════════════
   PAGE CONTENT (inner pages)
   ══════════════════════════════════════════════ */
.page-content-section { padding: 80px 0 120px; }
.page-content-inner { max-width: 1260px; margin: 0 auto; }
.entry-content { color: rgba(255,255,255,0.75); font-size: 16px; line-height: 1.85; }
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 { color: #fff;  font-weight: 800; }
.entry-content h2 { font-size: clamp(22px, 3vw, 32px); }
.entry-content h3 { font-size: clamp(18px, 2.5vw, 24px); }
.entry-content p { margin-bottom: 1.4em; }
.entry-content ul,
.entry-content ol { padding-left: 1.5em; margin-bottom: 1.4em; }
.entry-content li { margin-bottom: 0.5em; }
.entry-content a { color: var(--primary); text-decoration: none; text-underline-offset: 3px; }
.entry-content a:hover { color: var(--gold); }
.entry-content blockquote {
  border-left: 3px solid var(--primary);
  padding: 16px 24px; margin: 2em 0;
  background: var(--primary-dim); border-radius: 0 12px 12px 0;
  font-size: 17px; color: rgba(255,255,255,0.8);
}
.entry-content img { border-radius: 16px; }
.entry-content table { width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: 15px; }
.entry-content th,
.entry-content td { padding: 12px 16px; border: 1px solid rgba(255,255,255,0.1); text-align: left; }
.entry-content th { background: var(--primary-dim); color: var(--primary); font-weight: 700; }
.entry-content code { background: rgba(255,255,255,0.07); padding: 2px 6px; border-radius: 4px; font-size: 0.9em; }
.entry-content pre { background: #0a1628; padding: 20px; border-radius: 12px; overflow-x: auto; margin: 1.5em 0; }
.entry-content pre code { background: none; padding: 0; }

/* ══════════════════════════════════════════════
   BLOG LAYOUT (archive / index)
   ══════════════════════════════════════════════ */
.blog-layout { display: grid; grid-template-columns: 1fr 320px; gap: 60px; align-items: start; }
.blog-layout--no-sidebar { grid-template-columns: 1fr; }

/* Posts grid */
.posts-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px;
}

/* Post card */
.post-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 20px; overflow: hidden; transition: 0.3s;
  display: flex; flex-direction: column;
}
.post-card:hover { border-color: rgba(72, 92, 221, 0.35); transform: translateY(-4px); }
.post-card__thumb { display: block; aspect-ratio: 16/10; overflow: hidden; }
.post-card__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.post-card:hover .post-card__thumb img { transform: scale(1.04); }
.post-card__thumb--placeholder { aspect-ratio: 16/10; background: linear-gradient(135deg, #0a1a35, #0c1e3a); }
.post-card__body { padding: 28px; display: flex; flex-direction: column; flex: 1; }
.post-card__meta { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; flex-wrap: wrap; }
.post-card__date { font-size: 12px; color: rgba(255,255,255,0.35); margin-left: auto; }
.post-card__title { font-size: 18px; font-weight: 800; line-height: 1.3; margin-bottom: 12px; }
.post-card__title a { color: #fff; }
.post-card__title a:hover { color: var(--primary); }
.post-card__excerpt { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.7; margin-bottom: 20px; flex: 1; }
.post-card__more {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px;
  color: var(--primary); transition: color 0.2s;
}
.post-card__more:hover { color: var(--gold); }

/* Category badge used in cards */
.post-tag {
  display: inline-block;
  font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.5px;
  color: var(--primary); background: var(--primary-dim);
  padding: 3px 10px; border-radius: 50px;
  border: 1px solid rgba(72, 92, 221, 0.3);
  transition: 0.2s;
}
.post-tag:hover { background: var(--gold-dim); color: var(--gold); border-color: rgba(245,200,66,0.3); }

/* No posts */
.no-posts { color: rgba(255,255,255,0.4); font-size: 16px; padding: 40px 0; }

/* ══════════════════════════════════════════════
   PAGINATION
   ══════════════════════════════════════════════ */
.pagination {
  margin-top: 60px; display: flex; gap: 8px; flex-wrap: wrap; justify-content: center;
}
.pagination a,
.pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 10px; font-weight: 700; font-size: 14px;
  transition: 0.2s;
}
.pagination a {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.6);
}
.pagination a:hover { background: var(--primary-dim); border-color: var(--primary); color: var(--primary); }
.pagination .current {
  background: var(--primary); border: 1px solid var(--primary); color: #fff;
}
.pagination .dots { color: rgba(255,255,255,0.3); border: none; background: none; }
.pagination .prev, .pagination .next { width: auto; padding: 0 16px; gap: 6px; font-size: 13px; }

/* ══════════════════════════════════════════════
   BLOG SIDEBAR
   ══════════════════════════════════════════════ */
.blog-sidebar {
  position: sticky; top: 110px;
}
.widget { margin-bottom: 40px; }
.widget-title {
  font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: 2px;
  color: var(--primary); margin-bottom: 20px;
  padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,0.07);
}
.widget ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.widget ul li a { color: rgba(255,255,255,0.55); font-size: 14px; transition: color 0.2s; }
.widget ul li a:hover { color: var(--gold); }
.widget_search .search-form { display: flex; gap: 8px; }
.widget_search input[type="search"] {
  flex: 1; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px; padding: 10px 14px; color: #fff; font-family: 'Outfit', sans-serif;
  font-size: 14px; outline: none;
}
.widget_search input[type="search"]:focus { border-color: var(--primary); }
.widget_search button {
  background: var(--primary); border: none; border-radius: 10px; padding: 10px 16px;
  color: #fff; cursor: pointer; font-weight: 700; font-family: 'Outfit', sans-serif;
  transition: 0.2s;
}
.widget_search button:hover { background: var(--gold); color: #000; }

/* ══════════════════════════════════════════════
   SINGLE POST
   ══════════════════════════════════════════════ */
.post-content-section { padding: 80px 0 120px; }
.post-layout { display: grid; grid-template-columns: 1fr 300px; gap: 60px; align-items: start; }
.post-layout:not(:has(.blog-sidebar)) { grid-template-columns: 1fr; }
.post-article { max-width: 860px; }
.post-thumbnail { margin-bottom: 48px; border-radius: 20px; overflow: hidden; }
.post-thumbnail img { width: 100%; height: auto; display: block; }
.post-hero__excerpt {
  color: rgba(255,255,255,0.6); font-size: 17px; line-height: 1.7;
  max-width: 600px; margin: 16px auto 0;
}

/* Post tags */
.post-tags {
  margin-top: 40px; display: flex; gap: 8px; flex-wrap: wrap; align-items: center;
  padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.07);
}
.post-tags span { color: rgba(255,255,255,0.4); font-size: 13px; }
.post-tags a { color: var(--primary); font-size: 13px; transition: color 0.2s; }
.post-tags a:hover { color: var(--gold); }

/* Post navigation */
.post-navigation { margin-top: 48px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.07); }
.nav-links { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.nav-previous a,
.nav-next a {
  font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px;
  color: var(--primary); transition: color 0.2s;
}
.nav-previous a:hover,
.nav-next a:hover { color: var(--gold); }

/* Related posts */
.related-section { padding: 80px 0; }

/* Comments */
.comments-area { margin-top: 60px; padding-top: 48px; border-top: 1px solid rgba(255,255,255,0.07); }
.comments-title { font-size: 22px; font-weight: 900; margin-bottom: 32px; }
.comment-list { list-style: none; }
.comment { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.comment-author { font-weight: 700; color: var(--primary); margin-bottom: 4px; }
.comment-meta { font-size: 12px; color: rgba(255,255,255,0.3); margin-bottom: 12px; }
.comment-content p { color: rgba(255,255,255,0.65); font-size: 15px; line-height: 1.7; }
.comment-form input,
.comment-form textarea {
  width: 100%; background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1); border-radius: 10px;
  padding: 12px 16px; color: #fff; font-family: 'Outfit', sans-serif;
  font-size: 14px; margin-bottom: 16px; outline: none;
}
.comment-form input:focus,
.comment-form textarea:focus { border-color: var(--primary); }
.comment-form textarea { min-height: 120px; resize: vertical; }
.comment-form .submit {
  background: var(--primary); border: none; border-radius: 12px;
  padding: 14px 32px; color: #fff; font-weight: 900; font-size: 13px;
  text-transform: uppercase; letter-spacing: 1px; cursor: pointer;
  font-family: 'Outfit', sans-serif; transition: 0.3s;
}
.comment-form .submit:hover { background: var(--gold); color: #000; }

/* ══════════════════════════════════════════════
   REPORTS ARCHIVE PAGE (archive-scientia_report)
   ══════════════════════════════════════════════ */
.reports-archive-section { padding: 100px 0 120px; }

/* Two-column layout: list + aside */
.reports-archive-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 64px;
  align-items: start;
}
.reports-archive-title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  margin-bottom: 48px;
}

/* ── Numbered report row ── */
.transparency-item {
  display: flex;
  gap: 28px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: 0.3s;
}
.transparency-item:last-child { border-bottom: none; }
.transparency-item:hover { padding-left: 8px; }

.transparency-item__num {
  flex-shrink: 0;
  width: 52px; height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(245,200,66,0.35);
  background: rgba(245,200,66,0.08);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 900;
  color: var(--gold);
  transition: 0.3s;
}
.transparency-item:hover .transparency-item__num {
  background: var(--gold);
  color: #000;
  border-color: var(--gold);
}

.transparency-item__body { flex: 1; }
.transparency-item__label {
  font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 2px;
  color: var(--gold); margin-bottom: 8px;
}
.transparency-item__title {
  font-size: 19px; font-weight: 800; line-height: 1.3; margin-bottom: 8px;
}
.transparency-item__title a { color: #fff; transition: color 0.2s; }
.transparency-item__title a:hover { color: var(--gold); }
.transparency-item__date {
  font-size: 13px; color: rgba(255,255,255,0.35); margin-bottom: 12px;
}
.transparency-item__excerpt {
  font-size: 15px; color: rgba(255,255,255,0.55); line-height: 1.7; margin-bottom: 14px;
}
.transparency-item__amount {
  display: inline-block;
  font-size: 14px; font-weight: 900; color: var(--gold);
  background: rgba(245,200,66,0.08);
  padding: 6px 16px; border-radius: 8px;
  border: 1px solid rgba(245,200,66,0.2);
}

/* No reports yet */
.no-reports {
  padding: 60px 0;
  color: rgba(255,255,255,0.4);
  font-size: 16px;
}

/* ── Aside: Requisites box ── */
.reports-archive-aside { position: sticky; top: 110px; }

.requisites-box {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 36px;
  margin-bottom: 24px;
}
.requisites-box h3 {
  font-size: 16px; font-weight: 900;
  text-transform: uppercase; letter-spacing: 2px;
  color: var(--gold); margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(245,200,66,0.15);
}

.req-grid { display: flex; flex-direction: column; gap: 20px; margin-bottom: 28px; }
.req-item { display: block; }
.req-label {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px;
  color: rgba(255,255,255,0.35); margin-bottom: 4px;
}
.req-value {
  font-size: 15px; font-weight: 700; color: rgba(255,255,255,0.85); line-height: 1.4;
}
.req-value--mono { font-family: monospace; font-size: 13px; letter-spacing: 1px; }

.req-note {
  font-size: 12px; color: rgba(255,255,255,0.3);
  line-height: 1.6; margin-bottom: 24px;
  padding: 12px 16px; background: rgba(255,255,255,0.03);
  border-radius: 10px; border: 1px solid rgba(255,255,255,0.06);
}
.req-donate-btn {
  display: block; text-align: center; width: 100%;
  padding: 16px; font-size: 13px;
}

/* Transparency note card */
.transparency-note {
  display: flex; gap: 16px; align-items: flex-start;
  background: rgba(245,200,66,0.04);
  border: 1px solid rgba(245,200,66,0.15);
  border-radius: 16px; padding: 20px; color: rgba(255,255,255,0.5); font-size: 14px; line-height: 1.65;
}
.transparency-note svg { flex-shrink: 0; color: var(--gold); margin-top: 2px; }
.transparency-note p { margin: 0; }

/* ══════════════════════════════════════════════
   RESPONSIVE — PAGES & BLOG
   ══════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .blog-layout { grid-template-columns: 1fr; }
  .blog-sidebar { position: static; }
  .post-layout { grid-template-columns: 1fr; }
  .reports-archive-grid { grid-template-columns: 1fr; }
  .reports-archive-aside { position: static; }
}

@media (max-width: 768px) {
  .posts-grid { grid-template-columns: 1fr; }
  .page-hero { min-height: 340px; padding: 140px 0 60px; }
  .reports-archive-section { padding: 60px 0 80px; }
  .transparency-item { gap: 18px; }
  .transparency-item__num { width: 42px; height: 42px; font-size: 15px; }
}

@media (max-width: 480px) {
  .page-hero h1 { font-size: clamp(28px, 8vw, 42px) !important; }
  .requisites-box { padding: 24px; }
}

/* ══════════════════════════════════════════════
   GUTENBERG BLOCKS — Inner pages components
   ══════════════════════════════════════════════ */

/* ── Section base ── */
.section { padding: 100px 0; }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 32px; border-radius: 12px;
  font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px;
  transition: 0.3s; cursor: pointer; border: none; font-family: 'Outfit', sans-serif;
  text-decoration: none;
}
.btn--primary { background: var(--primary); color: #fff; }
.btn--primary:hover { background: var(--gold); color: #000; }
.btn--outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.25); }
.btn--outline:hover { border-color: var(--gold); color: var(--gold); }

/* ── About page ── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-img { position: relative; border-radius: 24px; overflow: hidden; }
.about-img img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 520px; border-radius: 24px; }
.about-img__stat {
  position: absolute; bottom: 28px; left: 28px; right: 28px;
  background: rgba(5,11,22,0.92); backdrop-filter: blur(12px);
  border: 1px solid rgba(245,200,66,0.2); border-radius: 16px; padding: 20px 28px;
  display: flex; gap: 32px;
}
.about-img__stat-item { text-align: center; }
.about-img__stat-num { font-size: 28px; font-weight: 900; color: var(--gold); line-height: 1; }
.about-img__stat-label { font-size: 11px; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 1px; margin-top: 2px; }
.su-eyebrow { font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; color: var(--gold); margin-bottom: 16px; display: block; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 64px; }

/* ── Timeline ── */
.timeline { position: relative; padding-left: 28px; }
.timeline::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--gold), rgba(245,200,66,0.1)); }
.timeline-item { position: relative; margin-bottom: 40px; }
.timeline-item:last-child { margin-bottom: 0; }
.timeline-item::before {
  content: ''; position: absolute; left: -34px; top: 6px;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--gold); border: 3px solid var(--navy);
  box-shadow: 0 0 0 2px var(--gold);
}
.timeline-year { font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; color: var(--gold); margin-bottom: 8px; }
.timeline-item h3 { font-size: 17px; font-weight: 800; color: #fff; margin-bottom: 8px; }
.timeline-item p { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.75; }

/* ── Mission diptych ── */
.mission-diptych { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-bottom: 80px; }
.mission-cell { padding: 60px; }
.mission-cell--dark { background: #0a1628; }
.mission-cell--gold { background: var(--gold); }
.mission-cell h2 { font-size: clamp(24px, 3vw, 36px); font-weight: 900; margin-bottom: 20px; }
.mission-cell h2 em { font-style: normal; color: var(--gold); }
.mission-cell--gold h2, .mission-cell--gold p { color: #050b16; }
.mission-cell--gold h2 em { color: rgba(0,0,0,0.6); }
.mission-cell--dark p { font-size: 16px; line-height: 1.85; color: rgba(255,255,255,0.6); }
.mission-cell--gold p { font-size: 16px; line-height: 1.85; }
.big-quote { font-size: clamp(20px, 3vw, 32px); font-weight: 700; line-height: 1.5; color: rgba(255,255,255,0.85); border-left: 4px solid var(--gold); padding-left: 36px; margin: 60px 0; }
.val-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.val-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 36px; transition: 0.3s; }
.val-card:hover { border-color: rgba(245,200,66,0.3); transform: translateY(-4px); }
.val-card__num { font-size: 42px; font-weight: 900; color: rgba(245,200,66,0.2); line-height: 1; margin-bottom: 16px; }
.val-card h3 { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 12px; }
.val-card p { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.75; }

/* ── Activities page ── */
.act-block { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding: 100px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.act-block:last-child { border-bottom: none; }
.act-block--reverse { direction: rtl; }
.act-block--reverse > * { direction: ltr; }
.act-block__img { position: relative; border-radius: 24px; overflow: hidden; aspect-ratio: 4/3; }
.act-block__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.act-block__img-tag { position: absolute; top: 40px; left: 20px; background: var(--gold); color: #000; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.5px; padding: 6px 14px; border-radius: 50px; }
.act-block__eyebrow { font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; color: var(--gold); margin-bottom: 16px; display: block; }
.act-block__title { font-size: clamp(24px, 3vw, 38px); font-weight: 900; line-height: 1.15; margin-bottom: 20px; color: #fff; }
.act-block__text { color: rgba(255,255,255,0.55); font-size: 16px; line-height: 1.85; margin-bottom: 28px; }
.act-list { list-style: none; display: flex; flex-direction: column; gap: 12px; padding: 0; margin: 0; }
.act-list li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: rgba(255,255,255,0.75); }
.act-list li::before { content: ''; width: 8px; height: 8px; flex-shrink: 0; border-radius: 50%; background: var(--gold); }

/* ── Projects page ── */
.proj-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 28px; }
.proj-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; overflow: hidden; transition: 0.3s; }
.proj-card:hover { border-color: rgba(245,200,66,0.35); transform: translateY(-5px); }
.proj-card__img { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.proj-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s; }
.proj-card:hover .proj-card__img img { transform: scale(1.05); }
.proj-card__status { position: absolute; top: 16px; right: 16px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; padding: 5px 12px; border-radius: 50px; }
.status-done { background: rgba(0,200,100,0.15); color: #00c864; border: 1px solid rgba(0,200,100,0.3); }
.status-active { background: rgba(245,200,66,0.15); color: var(--gold); border: 1px solid rgba(245,200,66,0.3); }
.proj-card__body { padding: 28px; }
.proj-card__tag { font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gold); margin-bottom: 10px; display: block; }
.proj-card__title { font-size: 18px; font-weight: 800; margin-bottom: 12px; line-height: 1.3; color: #fff; }
.proj-card__text { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.7; margin-bottom: 20px; }
.proj-card__foot { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.06); font-size: 12px; color: rgba(255,255,255,0.35); }
.proj-card__amount { font-weight: 900; color: var(--gold); font-size: 14px; }
.filter-row { display: flex; gap: 12px; flex-wrap: wrap; }
.filter-btn { padding: 10px 22px; border-radius: 50px; border: 1px solid rgba(255,255,255,0.15); background: none; color: rgba(255,255,255,0.55); font-size: 13px; font-weight: 700; cursor: pointer; font-family: 'Outfit', sans-serif; transition: 0.2s; }
.filter-btn:hover, .filter-btn.active { background: var(--gold); color: #000; border-color: var(--gold); }

/* ── Partners page ── */
.partners-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.partner-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 40px 32px; text-align: center; transition: 0.3s; }
.partner-card:hover { border-color: rgba(245,200,66,0.3); transform: translateY(-4px); }
.partner-card__icon { width: 64px; height: 64px; border-radius: 16px; background: rgba(245,200,66,0.1); border: 1px solid rgba(245,200,66,0.2); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.partner-card h3 { font-size: 17px; font-weight: 800; margin-bottom: 10px; color: #fff; }
.partner-card p { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.7; }
.become-partner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.benefit-item { display: flex; gap: 20px; align-items: flex-start; }
.benefit-icon { width: 48px; height: 48px; flex-shrink: 0; border-radius: 12px; background: rgba(245,200,66,0.1); border: 1px solid rgba(245,200,66,0.2); display: flex; align-items: center; justify-content: center; }
.benefit-item h4 { font-size: 15px; font-weight: 800; margin-bottom: 6px; color: #fff; }
.benefit-item p { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.7; }

/* ── Contacts page ── */
.contact-input { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 16px; color: #fff; width: 100%; margin-bottom: 20px; outline: none; transition: 0.3s; font-family: 'Outfit', sans-serif; font-size: 15px; box-sizing: border-box; }
.contact-input:focus { border-color: var(--gold); background: rgba(255,255,255,0.08); }
textarea.contact-input { height: 160px; resize: none; }

/* ── Contact Form 7 styling ── */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 16px;
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  transition: 0.3s;
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  box-sizing: border-box;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus { border-color: var(--gold); background: rgba(255,255,255,0.08); }
.wpcf7 textarea { height: 160px; resize: none; }
.wpcf7 input[type="submit"] {
  display: inline-flex; align-items: center; justify-content: center;
  width: 100%; padding: 16px 32px;
  background: var(--primary); color: #fff;
  border: none; border-radius: 12px;
  font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px;
  font-family: 'Outfit', sans-serif; cursor: pointer; transition: 0.3s;
}
.wpcf7 input[type="submit"]:hover { background: var(--gold); color: #000; }
.wpcf7 .wpcf7-not-valid-tip { font-size: 12px; color: #ff6b6b; margin-top: -14px; margin-bottom: 12px; display: block; }
.wpcf7 .wpcf7-response-output { margin-top: 16px; padding: 12px 16px; border-radius: 10px; font-size: 14px; border: none !important; }
.wpcf7 .wpcf7-mail-sent-ok { background: rgba(0,200,100,0.1); color: #00c864; border: 1px solid rgba(0,200,100,0.3) !important; }
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-validation-errors { background: rgba(255,107,107,0.1); color: #ff6b6b; border: 1px solid rgba(255,107,107,0.3) !important; }
.wpcf7 span.wpcf7-form-control-wrap { display: block; }

/* ── Contacts page: donate-way ── */
.donate-way { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 32px 28px; transition: 0.22s; }
.donate-way:hover { border-color: var(--gold); box-shadow: 0 6px 24px rgba(0,0,0,.3); transform: translateY(-3px); background: rgba(255,255,255,0.07); }
.donate-way h3 { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.donate-way p { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 16px; }

/* ── Team page ── */
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 28px; margin-top: 60px; }
.team-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; overflow: hidden; transition: 0.3s; }
.team-card:hover { border-color: rgba(245,200,66,0.3); transform: translateY(-5px); }
.team-card__photo { aspect-ratio: 1; overflow: hidden; position: relative; }
.team-card__photo img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(20%); transition: 0.5s; }
.team-card:hover .team-card__photo img { filter: grayscale(0%); transform: scale(1.04); }
.team-card__body { padding: 28px; }
.team-card__name { font-size: 19px; font-weight: 900; margin-bottom: 6px; color: #fff; }
.team-card__role { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gold); margin-bottom: 14px; }
.team-card__text { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.7; }
.join-box { text-align: center; padding: 60px 40px; background: rgba(255,255,255,0.03); border-radius: 20px; border: 1px dashed rgba(255,255,255,0.15); }
.join-box__icon { margin-bottom: 16px; color: var(--gold); }
.join-box h3 { font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 10px; }
.join-box p { font-size: 15px; color: rgba(255,255,255,0.6); max-width: 440px; margin: 0 auto 24px; line-height: 1.7; }

/* ── About: stat overlay ── */
.about-img__stat { position: absolute; bottom: 24px; left: 24px; right: 24px; background: rgba(5,11,22,0.88); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; padding: 20px 24px; display: flex; gap: 0; justify-content: space-around; }
.about-img__stat-item { text-align: center; }
.about-img__stat-num { font-size: 28px; font-weight: 900; color: var(--gold); line-height: 1; }
.about-img__stat-label { font-size: 11px; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }

/* ── Mission: base cell ── */
.mission-cell { padding: 60px 52px; }
.mission-cell h2 { font-size: clamp(24px, 3vw, 36px); font-weight: 900; margin-bottom: 20px; }
.mission-cell h2 em { font-style: normal; color: var(--gold); }
.mission-cell--dark p { font-size: 16px; line-height: 1.85; color: rgba(255,255,255,0.6); }
.mission-cell--gold p { font-size: 16px; line-height: 1.85; color: rgba(0,0,0,0.7); }

/* ── Team card: photo variant ── */
.team-card__photo { aspect-ratio: 1; overflow: hidden; position: relative; }
.team-card__photo img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(20%); transition: 0.5s; }
.team-card:hover .team-card__photo img { filter: grayscale(0%); transform: scale(1.04); }
.team-card__name { font-size: 19px; font-weight: 900; margin-bottom: 6px; color: #fff; }
.team-card__text { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.7; }

/* ── Value card: icon variant ── */
.value-card__icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(245,200,66,0.1); border: 1px solid rgba(245,200,66,0.2); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: var(--gold); }

/* ── About: value-card alias ── */
.value-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 32px; color: #fff; transition: 0.3s; }
.value-card:hover { transform: translateY(-6px); border-color: var(--gold); }
.value-card__num { font-size: 48px; font-weight: 900; color: rgba(245,200,66,0.15); line-height: 1; margin-bottom: 16px; }
.value-card h3 { font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 12px; }
.value-card p { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.7; }

/* ── Responsive: gutenberg blocks ── */
@media (max-width: 992px) {
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .mission-diptych { grid-template-columns: 1fr; }
  .mission-cell { padding: 40px; }
  .val-grid { grid-template-columns: 1fr 1fr; }
  .act-block { grid-template-columns: 1fr; gap: 40px; padding: 60px 0; }
  .act-block--reverse { direction: ltr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .become-partner-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 768px) {
  .mission-diptych { grid-template-columns: 1fr; }
  .val-grid { grid-template-columns: 1fr; }
  .partners-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .values-grid { grid-template-columns: 1fr; }
  .proj-grid { grid-template-columns: 1fr; }
  .partners-grid { grid-template-columns: 1fr; }
  .partner-card { padding: 28px 20px; }
  .section { padding: 60px 0; }
}
