.legacy-lang-switch a {
  color: #fff;
  font-weight: 700;
  padding: 0 4px;
}

.legacy-lang-switch a.active {
  text-decoration: underline;
}

.alert {
  margin: 120px auto -90px;
  width: min(1140px, calc(100% - 24px));
  position: relative;
  z-index: 5;
}

.alert-success {
  background: #e8f8fe;
  color: #005d86;
  border: 1px solid #b9eaff;
}

.alert-error {
  background: #fff1ed;
  color: #8e2c22;
  border: 1px solid #edc8bf;
}

.toast-stack {
  position: fixed;
  top: 96px;
  right: 18px;
  z-index: 3000;
  display: grid;
  gap: 10px;
  width: min(420px, calc(100% - 32px));
  pointer-events: none;
}

.toast-message.alert {
  width: 100%;
  margin: 0;
  padding: 12px 14px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  font-weight: 700;
  line-height: 1.45;
  box-shadow: 0 16px 36px rgba(0,93,134,.18);
  pointer-events: auto;
  opacity: 0;
  transform: translateY(-10px);
  animation: toastIn .22s ease forwards;
}

.toast-message.is-hiding { animation: toastOut .2s ease forwards; }

.toast-close {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.7);
  color: inherit;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.toast-close:hover { background: #ffffff; }

@keyframes toastIn {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes toastOut {
  to { opacity: 0; transform: translateY(-8px); }
}

@media (max-width: 640px) {
  .toast-stack {
    top: 14px;
    left: 16px;
    right: 16px;
    width: auto;
  }
}

#hero h3 {
  color: #222;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

#hero h4 {
  color: #444;
  font-size: 20px;
  font-weight: 500;
}

.legacy-form .form-control {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.legacy-form button[type=submit] {
  background: #00B0F0;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.legacy-form button[type=submit]:hover {
  background: #25C4F4;
}

.legacy-form button[type=submit]:disabled {
  background: #9fb8c2;
  cursor: not-allowed;
}

.contact-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 28px;
  background: #00B0F0;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  transition: 0.4s;
}

.contact-action-btn:hover {
  background: #005d86;
  color: #fff;
}

.member-placeholder {
  height: 320px;
  display: grid;
  place-items: center;
  background: #F2FBFF;
  color: #00B0F0;
  font-size: 86px;
}

.gallery .gallery-slider img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-page,
.blog-article-page {
  background: #f7fcfe;
}

.blog-hero {
  position: relative;
  padding: 178px 0 72px;
  background:
    linear-gradient(120deg, rgba(0, 93, 134, .94), rgba(0, 176, 240, .70)),
    url("../images/legacy/fondation.jpg") center/cover;
  color: #fff;
  overflow: hidden;
}

.blog-hero__content {
  max-width: 860px;
}

.blog-eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  color: #ffd8bd;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.blog-hero h1,
.blog-article-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
}

.blog-hero p,
.blog-article-hero p {
  max-width: 780px;
  margin: 0;
  color: #edfaff;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
}

.blog-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: min(720px, 100%);
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0,38,54,.22);
}

.blog-search input,
.blog-search button {
  min-height: 54px;
  border: 0;
}

.blog-search input {
  padding: 0 18px;
  color: #2c4964;
  outline: none;
}

.blog-search button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 22px;
  background: #c06020;
  color: #fff;
  font-weight: 800;
}

.blog-shell,
.blog-article-shell {
  padding: 54px 0 74px;
}

.blog-layout,
.blog-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
}

.blog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  color: #5f6f78;
}

.blog-toolbar span {
  color: #00B0F0;
  font-size: 30px;
  font-weight: 900;
}

.blog-toolbar strong {
  display: inline-flex;
  margin-left: 6px;
  font-size: 15px;
}

.blog-toolbar a {
  color: #005d86;
  font-weight: 800;
}

.blog-grid,
.blog-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.blog-card,
.blog-side-panel,
.blog-comment-form,
.blog-comments,
.blog-related {
  border: 1px solid #d8edf5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0, 93, 134, .08);
}

.blog-card {
  overflow: hidden;
}

.blog-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  background: #e8f8fe;
}

.blog-card__media img,
.blog-related-card img,
.blog-mini-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card__media span {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 6px 10px;
  border-radius: 6px;
  background: #c06020;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.blog-card__body {
  padding: 18px;
}

.blog-meta,
.blog-card__foot,
.blog-article-meta,
.blog-action-row,
.blog-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.blog-meta {
  margin-bottom: 10px;
  color: #5f6f78;
  font-size: 13px;
  font-weight: 700;
}

.blog-meta a {
  color: #00B0F0;
}

.blog-card h2 {
  margin: 0 0 10px;
  color: #2c4964;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
}

.blog-card p {
  margin: 0 0 16px;
  color: #5f6f78;
  font-size: 15px;
  line-height: 1.65;
  text-align: left;
}

.blog-card__foot {
  justify-content: space-between;
  border-top: 1px solid #e5f2f7;
  padding-top: 12px;
  color: #617784;
  font-size: 13px;
  font-weight: 800;
}

.blog-card__foot span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
}

.blog-card__foot a {
  margin-left: auto;
  color: #005d86;
}

.blog-sidebar,
.blog-article-aside {
  display: grid;
  gap: 18px;
}

.blog-side-panel {
  padding: 20px;
}

.blog-side-panel--sticky {
  position: sticky;
  top: 118px;
}

.blog-side-panel h2 {
  margin: 0 0 14px;
  color: #2c4964;
  font-size: 19px;
  font-weight: 800;
}

.blog-side-panel p {
  margin: 0 0 14px;
  color: #5f6f78;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

.blog-category-list,
.blog-mini-list {
  display: grid;
  gap: 10px;
}

.blog-category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 9px 10px;
  border: 1px solid #e5f2f7;
  border-radius: 8px;
  color: #2c4964;
  font-weight: 800;
}

.blog-category-list a.active,
.blog-category-list a:hover {
  border-color: #00B0F0;
  background: #e8f8fe;
  color: #005d86;
}

.blog-category-list strong {
  color: #c06020;
}

.blog-mini-list a {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: #2c4964;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.blog-mini-list img {
  height: 58px;
  border-radius: 8px;
  background: #e8f8fe;
}

.blog-side-panel--accent {
  background: linear-gradient(150deg, #005d86, #00B0F0);
  color: #fff;
}

.blog-side-panel--accent h2,
.blog-side-panel--accent p {
  color: #fff;
}

.blog-side-panel--accent form {
  display: grid;
  gap: 10px;
}

.blog-side-panel--accent input,
.blog-side-panel--accent button,
.blog-comment-form input,
.blog-comment-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #d8edf5;
  border-radius: 8px;
  padding: 10px 12px;
  outline: none;
}

.blog-side-panel--accent button,
.blog-comment-form button {
  border: 0;
  background: #c06020;
  color: #fff;
  font-weight: 900;
}

.blog-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.blog-pagination a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #d8edf5;
  border-radius: 8px;
  background: #fff;
  color: #005d86;
  font-weight: 900;
}

.blog-pagination a.active,
.blog-pagination a:hover {
  background: #00B0F0;
  color: #fff;
}

.blog-empty {
  grid-column: 1 / -1;
  padding: 42px 20px;
  border: 1px dashed #9fdff5;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.blog-empty i {
  color: #00B0F0;
  font-size: 42px;
}

.blog-empty h2,
.blog-empty p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.blog-article-hero {
  position: relative;
  min-height: 560px;
  padding: 180px 0 76px;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: end;
}

.blog-article-hero__image,
.blog-article-hero__image::after {
  position: absolute;
  inset: 0;
}

.blog-article-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-article-hero__image::after {
  content: "";
  background: linear-gradient(120deg, rgba(0, 43, 64, .90), rgba(0, 93, 134, .58), rgba(192,96,32,.20));
}

.blog-article-hero .container {
  position: relative;
  z-index: 1;
}

.blog-article-hero__content {
  max-width: 930px;
}

.blog-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #fff;
  font-weight: 800;
}

.blog-article-meta {
  margin-top: 20px;
  color: #edfaff;
  font-weight: 800;
}

.blog-article-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
}

.blog-article-content {
  border-radius: 8px;
  background: #fff;
  padding: clamp(22px, 4vw, 44px);
  box-shadow: 0 16px 34px rgba(0, 93, 134, .08);
}

.blog-article-content p,
.blog-article-content li {
  color: #334b5a;
  font-size: 18px;
  line-height: 1.85;
}

.blog-article-content p {
  text-align: left;
}

.blog-article-content h2,
.blog-article-content h3 {
  color: #2c4964;
  font-weight: 800;
  margin-top: 32px;
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #e5f2f7;
}

.blog-tags span {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 8px;
  background: #e8f8fe;
  color: #005d86;
  font-size: 13px;
  font-weight: 900;
}

.blog-like-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 92px;
  min-height: 44px;
  border: 1px solid #d8edf5;
  border-radius: 8px;
  background: #fff;
  color: #005d86;
  font-weight: 900;
}

.blog-like-button.active {
  border-color: #c06020;
  background: #fff4ec;
  color: #c06020;
}

.blog-share {
  margin-top: 14px;
}

.blog-share a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #e8f8fe;
  color: #005d86;
}

.blog-related,
.blog-comments {
  margin-top: 28px;
  padding: clamp(20px, 3vw, 30px);
}

.blog-section-head {
  margin-bottom: 18px;
}

.blog-section-head h2 {
  margin: 0;
  color: #2c4964;
  font-size: 28px;
  font-weight: 800;
}

.blog-section-head small {
  color: #c06020;
  font-size: 16px;
}

.blog-related-card {
  overflow: hidden;
  border: 1px solid #d8edf5;
  border-radius: 8px;
  background: #fff;
}

.blog-related-card img {
  aspect-ratio: 16 / 9;
}

.blog-related-card span,
.blog-related-card strong {
  display: block;
  padding: 0 14px;
}

.blog-related-card span {
  margin-top: 14px;
  color: #00B0F0;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-related-card strong {
  padding-bottom: 16px;
  color: #2c4964;
  font-size: 17px;
  line-height: 1.35;
}

.blog-comment-list {
  display: grid;
  gap: 14px;
}

.blog-comment {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  padding: 16px;
  border: 1px solid #e5f2f7;
  border-radius: 8px;
  background: #f9fdff;
}

.blog-comment__avatar {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #00B0F0;
  color: #fff;
  font-weight: 900;
}

.blog-comment header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.blog-comment header span {
  color: #6f8290;
  font-size: 13px;
}

.blog-comment p,
.blog-comments-empty {
  margin: 0;
  color: #334b5a;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}

.blog-comment-form {
  margin-top: 20px;
  padding: 20px;
}

.blog-comment-form h3 {
  margin: 0 0 16px;
  color: #2c4964;
  font-size: 22px;
  font-weight: 800;
}

.blog-comment-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.blog-comment-form label {
  display: grid;
  gap: 6px;
  color: #2c4964;
  font-weight: 800;
}

.blog-comment-form .span-2 {
  grid-column: 1 / -1;
}

.blog-comment-form textarea {
  resize: vertical;
}

.blog-comment-form button {
  min-height: 46px;
  margin-top: 16px;
  padding: 0 22px;
  border-radius: 8px;
}

@media (max-width: 991px) {
  .blog-layout,
  .blog-article-layout {
    grid-template-columns: 1fr;
  }

  .blog-side-panel--sticky {
    position: static;
  }
}

@media (max-width: 720px) {
  .blog-hero,
  .blog-article-hero {
    padding-top: 150px;
  }

  .blog-grid,
  .blog-related-grid,
  .blog-comment-form__grid {
    grid-template-columns: 1fr;
  }

  .blog-search {
    grid-template-columns: 1fr;
  }

  .blog-search button {
    justify-content: center;
  }

  .blog-comment {
    grid-template-columns: 1fr;
  }
}

.home-explorer {
  padding: 64px 0;
  background: #ffffff;
}

.home-explorer__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.home-explorer__eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  color: #c06020;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-explorer__head h2 {
  margin: 0 0 8px;
  color: #2c4964;
  font-size: 30px;
  font-weight: 700;
}

.home-explorer__head p {
  max-width: 760px;
  margin: 0;
  color: #5f6f78;
}

.home-explorer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-explorer-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-areas:
    "icon count"
    "icon label"
    "icon link";
  gap: 3px 14px;
  align-items: center;
  min-height: 148px;
  padding: 20px;
  border: 1px solid #d8edf5;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f7fcfe);
  box-shadow: 0 16px 36px rgba(0, 38, 54, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.home-explorer-card:hover {
  transform: translateY(-3px);
  border-color: #9fdff5;
  box-shadow: 0 22px 42px rgba(0, 93, 134, .14);
}

.home-explorer-card__icon {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: #00B0F0;
  color: #fff;
  font-size: 22px;
}

.home-explorer-card strong {
  grid-area: count;
  color: #2c4964;
  font-size: 34px;
  line-height: 1;
}

.home-explorer-card span:not(.home-explorer-card__icon) {
  grid-area: label;
  color: #4f5f66;
  font-weight: 800;
}

.home-explorer-card em {
  grid-area: link;
  color: #00B0F0;
  font-style: normal;
  font-weight: 800;
}

.home-section-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.home-action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid #cfe7f0;
  border-radius: 8px;
  background: #fff;
  color: #005d86;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

button.home-action-link {
  cursor: pointer;
}

.home-action-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 93, 134, .14);
  color: #005d86;
}

.home-action-link--primary {
  background: #00B0F0;
  border-color: #00B0F0;
  color: #fff;
}

.home-action-link--primary:hover {
  background: #005d86;
  border-color: #005d86;
  color: #fff;
}

.home-gallery-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 14px 16px;
  border: 1px solid #d8edf5;
  border-radius: 8px;
  background: #f7fcfe;
}

.home-gallery-toolbar span,
.home-gallery-toolbar a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #005d86;
  font-weight: 800;
}

.home-gallery-toolbar a {
  color: #00B0F0;
}

.home-gallery-masonry {
  column-count: 3;
  column-gap: 18px;
}

.home-gallery-masonry.is-enhanced .home-gallery-tile img {
  opacity: 0;
  transform: scale(1.025);
}

.home-gallery-masonry.is-enhanced .home-gallery-tile img.is-loaded {
  opacity: 1;
  transform: scale(1);
}

.home-gallery-tile {
  position: relative;
  display: block;
  overflow: hidden;
  break-inside: avoid;
  margin: 0 0 18px;
  border-radius: 8px;
  background: #eaf7fc;
  box-shadow: 0 16px 34px rgba(0, 38, 54, .12);
}

.home-gallery-tile[hidden] {
  display: none;
}

.home-gallery-tile img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: opacity .35s ease, transform .35s ease;
}

.home-gallery-tile--tall img {
  height: 390px;
}

.home-gallery-tile--wide img {
  height: 250px;
}

.home-gallery-tile--compact img {
  height: 220px;
}

.home-gallery-tile--medium img {
  height: 315px;
}

.home-gallery-tile:hover img {
  transform: scale(1.045);
}

.home-gallery-tile__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 2px;
  padding: 28px 14px 13px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 38, 54, .78));
}

.home-gallery-tile__caption strong,
.home-gallery-tile__caption small {
  display: block;
  overflow-wrap: anywhere;
}

.home-gallery-tile__caption strong {
  font-size: 14px;
  line-height: 1.3;
}

.home-gallery-tile__caption small {
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 700;
}

.home-gallery-empty {
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 180px;
  padding: 24px;
  border: 1px dashed #cfe7f0;
  border-radius: 8px;
  background: #f7fcfe;
  color: #5b6d75;
  text-align: center;
}

.home-gallery-empty i {
  color: #00B0F0;
  font-size: 36px;
}

.testimonials .testimonial-img {
  object-fit: cover;
}

.legacy-project-image {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

.admin-safe-link {
  color: #00B0F0;
  font-weight: 700;
}

.legacy-page-title {
  padding-top: 155px;
  background: #F2FBFF;
}

.legacy-page-title h1 {
  font-size: 36px;
  font-weight: 700;
  color: #222;
}

.legacy-page-title .section-title p {
  margin: 10px auto 0;
  max-width: 760px;
  color: #4f5f66;
  font-size: 17px;
}

.legacy-content {
  font-size: 18px;
}

.legacy-content img {
  max-width: 100%;
  border-radius: 4px;
  margin-bottom: 20px;
}

.legacy-content > img,
.legacy-content .article-media img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  border-radius: 8px;
  margin: 0 0 24px;
  box-shadow: 0 18px 42px rgba(0, 93, 134, .14);
}

.legacy-content .article-media {
  margin: 30px 0;
}

.legacy-content .article-media figcaption {
  margin-top: 8px;
  color: #5c6f7a;
  font-size: 14px;
  line-height: 1.5;
}

.legacy-content .article-callout {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 4px solid #00B0F0;
  background: #eef9fd;
  border-radius: 8px;
}

.legacy-content p,
.legacy-content li {
  font-size: 19px;
}

.legacy-card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 16px;
}

.legacy-member-grid .member {
  width: 100%;
}

.donation-box {
  background: #F2FBFF;
  padding: 30px;
  border-radius: 4px;
}

.donation-warning {
  color: #8e2c22;
  font-weight: 700;
  margin-bottom: 0;
}

.donation-page {
  background: #fff;
}

.donation-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px;
  margin-bottom: 26px;
  border: 1px solid #d8edf5;
  border-top: 4px solid #00B0F0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 38, 54, 0.08);
}

.donation-kicker {
  margin: 0 0 8px;
  color: #0f766e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.donation-intro h2 {
  margin: 0 0 10px;
  color: #202b32;
  font-size: 28px;
  font-weight: 700;
}

.donation-intro p:last-child {
  margin-bottom: 0;
  color: #4f5f66;
  font-size: 16px;
}

.donation-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.donation-contact-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 6px;
  background: #eef9f7;
  color: #0f766e;
  font-weight: 800;
  white-space: nowrap;
}

.donation-contact-actions a:hover {
  background: #0f766e;
  color: #fff;
}

.donation-status {
  margin-bottom: 24px;
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: 700;
}

.donation-status--warning {
  border: 1px solid #edc8bf;
  background: #fff1ed;
  color: #8e2c22;
}

.donation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: 26px;
  align-items: start;
}

.donation-methods {
  display: grid;
  gap: 16px;
}

.donation-method {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  padding: 20px;
  border: 1px solid #dce9ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 38, 54, 0.06);
}

.donation-method__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: #00B0F0;
  color: #fff;
  font-size: 24px;
}

.donation-method h3 {
  margin: 0 0 6px;
  color: #202b32;
  font-size: 20px;
  font-weight: 700;
}

.donation-method p {
  margin-bottom: 12px;
  color: #53656d;
}

.donation-method dl {
  display: grid;
  gap: 8px;
  margin: 0 0 12px;
}

.donation-method dl div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 12px;
  padding: 8px 0;
  border-top: 1px solid #edf4f7;
}

.donation-method dt {
  color: #65737a;
  font-weight: 800;
}

.donation-method dd {
  margin: 0;
  color: #202b32;
  font-weight: 700;
  word-break: break-word;
}

.donation-method dd span {
  display: block;
  color: #65737a;
  font-size: 13px;
  font-weight: 600;
}

.donation-method__note {
  margin: 0;
  padding: 11px 12px;
  border-left: 3px solid #d9a441;
  background: #fff8e7;
  color: #5a4316;
  border-radius: 4px;
}

.donation-form {
  position: sticky;
  top: 118px;
  padding: 24px;
  border: 1px solid #d8edf5;
  border-radius: 8px;
  background: #f7fcfe;
  box-shadow: 0 18px 40px rgba(0, 38, 54, 0.08);
}

.donation-form h3 {
  margin: 0 0 18px;
  color: #202b32;
  font-size: 22px;
  font-weight: 700;
}

.donation-form label {
  display: block;
  margin-bottom: 14px;
}

.donation-form label span {
  display: block;
  margin-bottom: 6px;
  color: #4b5f66;
  font-size: 13px;
  font-weight: 800;
}

.donation-form .form-control {
  min-height: 44px;
  border-color: #c9dce4;
  background: #fff;
}

.donation-form textarea.form-control {
  min-height: 120px;
}

.donation-form__footer {
  display: grid;
  gap: 14px;
}

.donation-form__footer p {
  margin: 0;
  color: #5d6d74;
  font-size: 14px;
}

.donation-form button[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 46px;
}

@media (max-width: 991px) {
  .donation-intro,
  .donation-layout {
    grid-template-columns: 1fr;
  }

  .donation-contact-actions {
    justify-content: flex-start;
  }

  .donation-form {
    position: static;
  }

  .home-explorer__grid {
    grid-template-columns: 1fr;
  }

  .home-gallery-masonry {
    column-count: 2;
  }
}

@media (max-width: 768px) {
  .alert {
    margin-top: 105px;
  }

  .toast-message.alert {
    margin: 0;
  }

  #topbar {
    height: auto;
    min-height: 40px;
    font-size: 12px;
  }

  .donation-method,
  .donation-method dl div {
    grid-template-columns: 1fr;
  }

  .home-explorer {
    padding: 46px 0;
  }

  .home-explorer__head {
    align-items: stretch;
    flex-direction: column;
  }

  .home-explorer-card {
    min-height: 132px;
    padding: 16px;
  }

  .home-section-actions,
  .home-gallery-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .home-action-link,
  .home-gallery-toolbar a,
  .home-gallery-toolbar span {
    width: 100%;
  }

  .home-gallery-masonry {
    column-count: 1;
  }

  .home-gallery-tile img,
  .home-gallery-tile--tall img,
  .home-gallery-tile--wide img,
  .home-gallery-tile--compact img,
  .home-gallery-tile--medium img {
    height: 260px;
  }
}

.chat-float {
  position: fixed;
  right: 18px;
  bottom: 78px;
  z-index: 996;
  min-width: 66px;
  min-height: 52px;
  padding: 10px 14px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #005d86;
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: 0 16px 34px rgba(0,48,72,.26);
  font-weight: 800;
}

.chat-float:hover {
  color: #fff;
  background: #0077a8;
}

.chat-float strong {
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #c06020;
  color: #fff;
  font-size: 12px;
}
