/* =========================================================
   BARKA THEME — REDESAIN BERANDA (Kombinasi Gambar 1 + Gambar 3)
   ========================================================= */

.wr-container {
  margin-left: auto; margin-right: auto; max-width: 1200px;
  padding-left: 1rem; padding-right: 1rem; width: 100%;
}

/* ================= TOPBAR ================= */
.wr-topbar { background: #ffffff; border-bottom: 1px solid #e7ebf1; font-size: 0.8125rem; color: #55627a; }
.wr-topbar-inner { display: flex; align-items: center; justify-content: space-between; padding: 0.4rem 0; }
.wr-topbar-left { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.wr-topbar-left a, .wr-topbar-left span { color: #55627a; text-decoration: none; }
.wr-topbar-left i { color: var(--secondary-color); margin-right: 0.35rem; }
.wr-topbar-right { display: flex; align-items: center; gap: 1rem; }
.wr-topbar-search { border: none; background: transparent; cursor: pointer; color: #55627a; font-size: 0.95rem; }

/* ================= MAIN HEADER (navy, satu baris: logo + menu + aksi) ================= */
.wr-header {
  background: linear-gradient(90deg, var(--primary-color), var(--navy-light));
}
.wr-header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 1.25rem;
  padding: 0.55rem 0;
}
.wr-brand { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; min-width: 0; flex-shrink: 0; }
.wr-brand img { width: 42px; height: auto; flex-shrink: 0; }
.wr-brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.wr-brand-text .wr-school-name {
  font-family: 'Roboto Slab', serif; font-weight: 800; font-size: 0.95rem;
  color: #ffffff; text-transform: uppercase; letter-spacing: 0.02em;
}
.wr-brand-text .wr-tagline { font-size: 0.68rem; color: var(--accent-color); font-weight: 600; }

.wr-header-actions { display: flex; align-items: center; gap: 0.6rem; flex-shrink: 0; }
.wr-icon-btn {
  width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.35);
  display: flex; align-items: center; justify-content: center; color: #fff; background: transparent;
  cursor: pointer; text-decoration: none; font-size: 0.85rem;
}
.wr-login-btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--accent-color); color: var(--primary-color);
  font-weight: 700; font-size: 0.85rem; padding: 0.5rem 1.1rem;
  border-radius: 999px; text-decoration: none; white-space: nowrap;
  transition: filter 0.2s ease;
}
.wr-login-btn:hover { filter: brightness(0.95); }

/* ---------- Nav menu (di dalam header navy yang sama) ---------- */
.wr-header .menu { font-family: 'Roboto Slab', serif; }
.wr-header .menu-link {
  color: #ffffff !important; font-weight: 500; font-size: 0.875rem; letter-spacing: 0.01em;
  border-bottom: 3px solid transparent !important;
  padding-top: 0.5rem !important; padding-bottom: 0.5rem !important;
}
.wr-header .menu-item.is-active > .menu-link,
.wr-header .menu-link:hover { color: var(--accent-color) !important; border-bottom-color: var(--accent-color) !important; }
.wr-header .menu-dropdown { background: #ffffff; }
.wr-header .menu-dropdown a { color: var(--primary-color) !important; }
.wr-nav-home-icon { margin-right: 0.35rem; }

@media (max-width: 1023px) {
  .wr-topbar { display: none; }
  .wr-brand img { width: 34px; }
  .wr-brand-text .wr-school-name { font-size: 0.8rem; }
  .wr-brand-text .wr-tagline { font-size: 0.6rem; }
  .wr-login-btn span.wr-login-full { display: none; }
  .wr-login-btn { padding: 0.45rem 0.65rem; }
}

/* ================= HERO ================= */
.wr-hero {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--navy-light) 100%);
  color: #ffffff; position: relative; overflow: hidden; padding: 2.75rem 0 3rem;
}
.wr-hero-dots {
  position: absolute; top: 1.75rem; left: 1.5rem; width: 90px; height: 60px;
  background-image: radial-gradient(var(--accent-color) 2.5px, transparent 2.5px);
  background-size: 16px 16px; opacity: 0.85;
}
.wr-hero-inner { display: flex; align-items: flex-start; gap: 2.5rem; flex-wrap: wrap; position: relative; z-index: 2; }
.wr-hero-text { flex: 1 1 440px; min-width: 300px; }
.wr-hero-text h2 { font-family: 'Roboto Slab', serif; font-weight: 800; font-size: 2.15rem; line-height: 1.2; margin: 0 0 0.6rem; }
.wr-hero-text h2 .wr-accent-text { color: var(--accent-color); display: block; }
.wr-hero-text p { font-size: 0.98rem; color: #dfe7f3; max-width: 480px; margin-bottom: 1.4rem; }

/* Kartu statistik mini di hero (gaya gambar 1) */
.wr-hero-stats { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-bottom: 1.4rem; }
.wr-hero-stat {
  display: flex; align-items: center; gap: 0.6rem;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16);
  border-radius: 0.5rem; padding: 0.55rem 0.85rem; backdrop-filter: blur(2px);
}
.wr-hero-stat .wr-hs-icon {
  width: 32px; height: 32px; border-radius: 0.4rem; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.9rem;
}
.wr-hero-stat:nth-child(1) .wr-hs-icon { background: var(--secondary-color); }
.wr-hero-stat:nth-child(2) .wr-hs-icon { background: var(--accent-4-color); }
.wr-hero-stat:nth-child(3) .wr-hs-icon { background: var(--accent-2-color); }
.wr-hero-stat:nth-child(4) .wr-hs-icon { background: var(--accent-3-color); }
.wr-hero-stat .wr-hs-num { font-weight: 800; font-size: 0.95rem; display: block; line-height: 1.1; }
.wr-hero-stat .wr-hs-label { font-size: 0.68rem; color: #cbd6e8; }

.wr-hero-cta { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.wr-btn {
  display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.72rem 1.3rem;
  border-radius: 0.35rem; font-weight: 700; font-size: 0.88rem; text-decoration: none;
  transition: transform 0.15s ease, filter 0.15s ease;
}
.wr-btn:hover { transform: translateY(-2px); }
.wr-btn-solid { background: var(--accent-color); color: var(--primary-color); }
.wr-btn-navy { background: #ffffff; color: var(--primary-color); }
.wr-btn-outline { background: transparent; color: #ffffff; border: 1.5px solid rgba(255,255,255,0.65); }
.wr-btn-outline:hover { border-color: #ffffff; }

.wr-hero-media { flex: 1 1 380px; min-width: 300px; position: relative; }
.wr-hero-media img { width: 100%; height: auto; border-radius: 0.6rem; display: block; }

/* Widget "Kondisi Sekolah Hari Ini" (gaya gambar 1) */
.wr-hero-widget {
  position: absolute; right: -0.5rem; bottom: -1.75rem;
  width: 230px; background: #ffffff; border-radius: 0.6rem;
  box-shadow: 0 14px 30px -10px rgba(0,0,0,0.35); overflow: hidden; color: #33415c;
}
.wr-hero-widget-head {
  background: var(--primary-color); color: #fff; font-weight: 700; font-size: 0.78rem;
  padding: 0.55rem 0.8rem; display: flex; align-items: center; gap: 0.4rem;
}
.wr-hero-widget-body { padding: 0.3rem 0.8rem 0.5rem; }
.wr-hero-widget-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.45rem 0; border-bottom: 1px solid #f0f2f6; font-size: 0.75rem;
}
.wr-hero-widget-row:last-child { border-bottom: none; }
.wr-hero-widget-row .l { display: flex; align-items: center; gap: 0.5rem; color: #55627a; }
.wr-hero-widget-row .l i { color: var(--secondary-color); }
.wr-hero-widget-row .v { font-weight: 800; color: var(--primary-color); }

@media (max-width: 1023px) {
  .wr-hero-text h2 { font-size: 1.6rem; }
  .wr-hero-widget { position: static; width: 100%; margin-top: 1rem; }
}

/* ================= SECTION UMUM ================= */
.wr-section { padding: 2.5rem 0; }
.wr-section-title {
  font-family: 'Roboto Slab', serif; font-weight: 800; font-size: 1.25rem; color: var(--primary-color);
  border-bottom: 3px solid #e7ebf1; padding-bottom: 0.6rem; position: relative; margin-bottom: 1.1rem;
}
.wr-section-title::after { content: ''; position: absolute; left: 0; bottom: -3px; width: 4.5rem; height: 3px; background: var(--accent-color); }
.wr-section-title-row { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 1.1rem; }
.wr-section-title-row .wr-section-title { margin-bottom: 0; }
.wr-see-all { font-size: 0.83rem; font-weight: 700; color: var(--secondary-color); text-decoration: none; white-space: nowrap; }

/* ---------- Baris setelah hero: Quote banner + Pengumuman + Akses Cepat ---------- */
.wr-tri-row { display: grid; grid-template-columns: 0.95fr 1.15fr 1fr; gap: 1.1rem; margin-top: -2.25rem; position: relative; z-index: 6; }
@media (max-width: 1023px) { .wr-tri-row { grid-template-columns: 1fr; margin-top: 1.5rem; } }

.wr-quote-card {
  background: linear-gradient(160deg, var(--primary-color), var(--navy-light));
  border-radius: 0.6rem; overflow: hidden; color: #fff; display: flex; flex-direction: column;
  box-shadow: 0 10px 26px -10px rgba(11,44,86,0.4);
}
.wr-quote-card .wr-quote-photo { height: 150px; background-size: cover; background-position: center top; }
.wr-quote-card .wr-quote-body { padding: 1.1rem 1.2rem 1.3rem; }
.wr-quote-card .wr-quote-mark { color: var(--accent-color); font-size: 1.4rem; margin-bottom: 0.3rem; }
.wr-quote-card h4 { font-family: 'Roboto Slab', serif; font-size: 1.05rem; font-weight: 800; margin: 0 0 1rem; line-height: 1.35; }
.wr-quote-values { display: flex; justify-content: space-between; gap: 0.5rem; }
.wr-quote-values div { text-align: center; font-size: 0.65rem; color: #cbd6e8; flex: 1; }
.wr-quote-values i { display: block; color: var(--accent-color); font-size: 1.05rem; margin-bottom: 0.35rem; }

.wr-panel {
  background: #ffffff; border-radius: 0.6rem; box-shadow: 0 10px 26px -12px rgba(15,30,60,0.18);
  padding: 1.1rem 1.2rem;
}
.wr-panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.75rem; }
.wr-panel-head h4 { font-family: 'Roboto Slab', serif; font-weight: 800; font-size: 0.95rem; color: var(--primary-color); margin: 0; display: flex; align-items: center; gap: 0.5rem; }
.wr-panel-head h4 i { color: var(--accent-color); }

.wr-pengumuman-list { list-style: none; margin: 0; padding: 0; }
.wr-pengumuman-item { display: flex; gap: 0.75rem; padding: 0.6rem 0; border-bottom: 1px solid #f0f2f6; align-items: flex-start; }
.wr-pengumuman-item:last-child { border-bottom: none; }
.wr-pengumuman-date {
  flex-shrink: 0; width: 42px; text-align: center; background: var(--soft-bg-color); border-radius: 0.4rem;
  padding: 0.3rem 0; color: var(--primary-color); font-weight: 800; line-height: 1.1;
}
.wr-pengumuman-date .d { font-size: 0.85rem; display: block; }
.wr-pengumuman-date .m { font-size: 0.55rem; text-transform: uppercase; color: #8992a3; }
.wr-pengumuman-item h5 { margin: 0 0 0.2rem; font-size: 0.83rem; font-weight: 700; color: var(--primary-color); }
.wr-pengumuman-item p { margin: 0; font-size: 0.73rem; color: #8992a3; line-height: 1.4; }
.wr-badge-new {
  display: inline-block; background: var(--accent-4-color); color: #fff; font-size: 0.6rem;
  padding: 0.05rem 0.4rem; border-radius: 999px; margin-left: 0.35rem; vertical-align: middle;
}
.wr-item-link { color: #c7cede; align-self: center; font-size: 0.9rem; }

.wr-akses-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.6rem; }
.wr-akses-item {
  display: flex; flex-direction: column; align-items: center; gap: 0.4rem;
  padding: 0.7rem 0.3rem; border: 1px solid #e7ebf1; border-radius: 0.5rem;
  text-decoration: none; color: #33415c; font-size: 0.68rem; font-weight: 600; text-align: center;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.wr-akses-item:hover { box-shadow: 0 8px 18px -6px rgba(11,44,86,0.2); transform: translateY(-2px); }
.wr-akses-item .wr-akses-icon {
  width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 0.9rem;
}
.wr-akses-item:nth-child(1) .wr-akses-icon { background: var(--secondary-color); }
.wr-akses-item:nth-child(2) .wr-akses-icon { background: var(--accent-4-color); }
.wr-akses-item:nth-child(3) .wr-akses-icon { background: #E05B7A; }
.wr-akses-item:nth-child(4) .wr-akses-icon { background: var(--accent-2-color); }
.wr-akses-item:nth-child(5) .wr-akses-icon { background: var(--accent-3-color); }
.wr-akses-item:nth-child(6) .wr-akses-icon { background: var(--accent-4-color); }

/* ================= Kolom utama: Berita + Prestasi ================= */
.wr-columns-main { display: grid; grid-template-columns: 1.55fr 1fr; gap: 1.75rem; align-items: start; }
@media (max-width: 1023px) { .wr-columns-main { grid-template-columns: 1fr; } }

.wr-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
@media (max-width: 767px) { .wr-news-grid { grid-template-columns: 1fr; } }
.wr-news-card { background: #ffffff; border-radius: 0.6rem; overflow: hidden; box-shadow: 0 4px 14px -6px rgba(15,30,60,0.12); display: flex; flex-direction: column; position: relative; }
.wr-news-thumb { position: relative; height: 145px; background: #d7dee8; }
.wr-news-thumb img { width: 100%; height: 100%; object-fit: cover; }
.wr-news-date { position: absolute; top: 0.6rem; left: 0.6rem; background: var(--primary-color); color: #fff; border-radius: 0.35rem; text-align: center; padding: 0.25rem 0.55rem; line-height: 1.05; }
.wr-news-date .d { display: block; font-weight: 800; font-size: 1rem; }
.wr-news-date .m { display: block; font-size: 0.6rem; letter-spacing: 0.05em; text-transform: uppercase; }
.wr-news-body { padding: 0.9rem 1rem 1.1rem; flex: 1; display: flex; flex-direction: column; }
.wr-news-body h4 { font-size: 0.95rem; font-weight: 800; color: var(--primary-color); margin: 0 0 0.4rem; line-height: 1.3; }
.wr-news-body p { font-size: 0.8rem; color: #667085; margin: 0 0 0.6rem; flex: 1; }
.wr-news-body a.wr-read-more { font-size: 0.78rem; font-weight: 700; color: var(--secondary-color); text-decoration: none; }

.wr-about-card { background: var(--soft-bg-color); border-radius: 0.6rem; overflow: hidden; display: flex; flex-wrap: wrap; }
.wr-about-text { flex: 1 1 260px; padding: 1.4rem 1.5rem; }
.wr-about-text h4 { font-family: 'Roboto Slab', serif; font-weight: 800; color: var(--primary-color); font-size: 1.05rem; margin: 0 0 0.6rem; }
.wr-about-text p { font-size: 0.85rem; color: #5a6478; margin-bottom: 1rem; }
.wr-about-actions { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.wr-btn-sm { font-size: 0.8rem; padding: 0.55rem 1rem; border-radius: 0.35rem; font-weight: 700; text-decoration: none; }
.wr-btn-sm.solid { background: var(--secondary-color); color: #fff; }
.wr-btn-sm.outline { background: #fff; color: var(--secondary-color); border: 1px solid var(--secondary-color); }
.wr-about-media { flex: 1 1 220px; min-height: 180px; }
.wr-about-media img { width: 100%; height: 100%; object-fit: cover; display: block; }

.wr-achievement-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.9rem; }
@media (max-width: 1023px) { .wr-achievement-track { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .wr-achievement-track { grid-template-columns: 1fr; } }
.wr-achievement-card { background: #ffffff; border-radius: 0.6rem; overflow: hidden; box-shadow: 0 4px 14px -6px rgba(15,30,60,0.12); }
.wr-achievement-card .wr-thumb { height: 120px; background: #d7dee8; }
.wr-achievement-card .wr-thumb img { width: 100%; height: 100%; object-fit: cover; }
.wr-achievement-card .wr-info { padding: 0.75rem 0.9rem 1rem; }
.wr-achievement-card h5 { font-size: 0.85rem; font-weight: 800; color: var(--primary-color); margin: 0 0 0.2rem; }
.wr-achievement-card p { font-size: 0.75rem; color: #8992a3; margin: 0; }

.wr-video-card { border-radius: 0.6rem; overflow: hidden; position: relative; background: #0d1f38; }
.wr-video-card iframe, .wr-video-card .wr-video-placeholder { width: 100%; aspect-ratio: 16 / 9; display: block; border: 0; }
.wr-video-card .wr-video-placeholder { background-size: cover; background-position: center; position: relative; }
.wr-video-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 62px; height: 62px; border-radius: 50%; background: var(--accent-color); color: var(--primary-color);
  display: flex; align-items: center; justify-content: center; font-size: 1.4rem; text-decoration: none;
}

/* ================= AGENDA / GALERI / TESTIMONI ================= */
.wr-columns-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media (max-width: 1023px) { .wr-columns-three { grid-template-columns: 1fr; } }

.wr-agenda-list { list-style: none; margin: 0; padding: 0; position: relative; }
.wr-agenda-item { display: flex; gap: 0.9rem; padding-bottom: 1.25rem; position: relative; }
.wr-agenda-item::before { content: ''; position: absolute; left: 24px; top: 52px; bottom: 0; width: 1px; background: #e2e7f0; }
.wr-agenda-item:last-child::before { display: none; }
.wr-agenda-date {
  flex-shrink: 0; width: 48px; height: 48px; border-radius: 0.4rem; background: var(--soft-bg-color); color: var(--primary-color);
  display: flex; flex-direction: column; align-items: center; justify-content: center; font-weight: 800; line-height: 1;
}
.wr-agenda-date .d { font-size: 0.95rem; }
.wr-agenda-date .m { font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.03em; }
.wr-agenda-item h5 { margin: 0 0 0.2rem; font-size: 0.9rem; font-weight: 800; color: var(--primary-color); }
.wr-agenda-item p { margin: 0; font-size: 0.78rem; color: #8992a3; }

.wr-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }
.wr-gallery-grid a { display: block; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 0.4rem; }
.wr-gallery-grid img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.25s ease; }
.wr-gallery-grid a:hover img { transform: scale(1.07); }

.wr-testimoni-card { background: var(--soft-bg-color); border-radius: 0.6rem; padding: 1.5rem; position: relative; }
.wr-testimoni-card .wr-quote-icon { color: var(--accent-color); font-size: 1.6rem; margin-bottom: 0.5rem; }
.wr-testimoni-card p.wr-quote-text { font-size: 0.85rem; color: #4b5568; font-style: italic; margin-bottom: 1.1rem; }
.wr-testimoni-person { display: flex; align-items: center; gap: 0.75rem; }
.wr-testimoni-person img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.wr-testimoni-person h6 { margin: 0; font-size: 0.85rem; font-weight: 800; color: var(--primary-color); }
.wr-testimoni-person span { display: block; font-size: 0.72rem; color: #8992a3; }

/* ================= MITRA & KERJASAMA ================= */
.wr-partners-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; align-items: center; }
@media (max-width: 767px) { .wr-partners-strip { grid-template-columns: repeat(3, 1fr); } }
.wr-partner-logo {
  background: #ffffff; border: 1px solid #e7ebf1; border-radius: 0.5rem; display: flex; align-items: center;
  justify-content: center; padding: 0.9rem 0.6rem; min-height: 64px; font-size: 0.72rem; font-weight: 700;
  color: #55627a; text-align: center;
}

/* ================= FOOTER (gaya gambar 3, + strip info gaya gambar 1) ================= */
.wr-footer-infobar { background: var(--navy-light); color: #fff; }
.wr-footer-infobar-inner {
  display: flex; flex-wrap: wrap; gap: 1.25rem; justify-content: space-between; align-items: center;
  padding: 0.85rem 0; font-size: 0.78rem;
}
.wr-footer-infobar-item { display: flex; align-items: center; gap: 0.6rem; color: #dfe7f3; }
.wr-footer-infobar-item i { color: var(--accent-color); font-size: 1rem; }
.wr-footer-infobar-item strong { display: block; color: #fff; font-size: 0.8rem; }

.wr-footer { background: var(--primary-color); color: #cfd9ea; padding-top: 2.75rem; }
.wr-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.12); }
@media (max-width: 1023px) { .wr-footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .wr-footer-grid { grid-template-columns: 1fr; } }
.wr-footer-brand { display: flex; gap: 0.75rem; margin-bottom: 0.85rem; }
.wr-footer-brand img { width: 42px; height: auto; }
.wr-footer-brand .wr-fname { font-weight: 800; color: #fff; font-family: 'Roboto Slab', serif; font-size: 0.95rem; }
.wr-footer-brand .wr-ftag { font-size: 0.72rem; color: var(--accent-color); }
.wr-footer p.wr-footer-desc { font-size: 0.8rem; line-height: 1.6; color: #b6c1d6; margin-bottom: 1rem; }
.wr-footer-social { display: flex; gap: 0.6rem; }
.wr-footer-social a { width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.3); display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; font-size: 0.85rem; }
.wr-footer h6 { color: #fff; font-family: 'Roboto Slab', serif; font-weight: 800; font-size: 0.95rem; margin-bottom: 1rem; }
.wr-footer-links { list-style: none; margin: 0; padding: 0; }
.wr-footer-links li { margin-bottom: 0.6rem; }
.wr-footer-links a { color: #b6c1d6; text-decoration: none; font-size: 0.82rem; }
.wr-footer-links a:hover { color: var(--accent-color); }
.wr-footer-contact { list-style: none; margin: 0 0 1rem; padding: 0; font-size: 0.82rem; }
.wr-footer-contact li { display: flex; gap: 0.6rem; margin-bottom: 0.7rem; color: #b6c1d6; }
.wr-footer-contact i { color: var(--accent-color); margin-top: 0.15rem; }
.wr-footer-map { border-radius: 0.4rem; overflow: hidden; height: 140px; }
.wr-footer-map iframe { width: 100%; height: 100%; border: 0; }
.wr-footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; padding: 1rem 0; font-size: 0.75rem; color: #93a1bc; }
.wr-footer-bottom a { color: #93a1bc; }
