@charset "UTF-8";
:root {
  --c-primary: #4a41a8;
  --c-primary-700: #3e368f;
  --c-primary-900: #231d4d;
  --c-secondary: #fc016e;
  --c-tertiary: #ff4d94;
  --c-violet: #8b34c2;
  --c-dark: #2b2a5c;
  --c-ink: #353840;
  --c-body: #565b66;
  --c-gray: #8a8f9c;
  --c-muted: #9aa1b0;
  --c-line: #e8e6f1;
  --c-light: #eeecf7;
  --c-light-2: #f5f4fb;
  --c-cream: #fff7f1;
  --c-cream-2: #ffeede;
  --c-success: #2bb673;
  --c-warning: #f5a623;
  --c-white: #ffffff;
  --c-secondary-ink: #7a0035;
  --grad-primary: linear-gradient(120deg, #4a41a8 0%, #8b34c2 48%, #fc016e 100%);
  --grad-cta: linear-gradient(120deg, #7a2cc6 0%, #fc016e 58%, #ff4d94 100%);
  --grad-cyan: linear-gradient(135deg, #fc016e 0%, #ff7eb0 100%);
  --grad-deep: linear-gradient(150deg, #231d4d 0%, #4a41a8 50%, #b81e6e 125%);
  --grad-warm: linear-gradient(135deg, #fc016e 0%, #f5a623 100%);
  --grad-warm-deep: linear-gradient(135deg, #c4185f 0%, #fc016e 52%, #ff8a5c 130%);
  --grad-banner: var(--grad-deep);
  --c-banner-current: #ff7eb0;
  --ff-display: "Plus Jakarta Sans", "DM Sans", sans-serif;
  --ff-body: "Inter", sans-serif;
  --fs-base: 17px;
  --r-xs: 8px;
  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 26px;
  --r-xl: 36px;
  --r-pill: 999px;
  --btn-radius: var(--r-pill);
  --sh-xs: 0 2px 8px rgba(74, 65, 168, .06);
  --sh-sm: 0 6px 18px rgba(74, 65, 168, .09);
  --sh-md: 0 14px 36px rgba(74, 65, 168, .13);
  --sh-lg: 0 28px 60px rgba(35, 29, 77, .20);
  --sh-glow: 0 10px 28px rgba(214, 20, 120, .28);
  --container: 1240px;
  --gutter: 24px;
  --section-y: 96px;
  --header-h: 84px;
}

@media (max-width: 1199.98px) {
  :root {
    --section-y: 80px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --section-y: 60px;
    --gutter: 16px;
    --fs-base: 16px;
  }
}
:root[data-palette=ocean] {
  --c-primary: #155e8a;
  --c-primary-700: #114d72;
  --c-primary-900: #0a2d44;
  --c-secondary: #f2643c;
  --c-tertiary: #ff8a63;
  --c-violet: #1b76ab;
  --c-light: #e7f1f7;
  --c-light-2: #f2f8fb;
  --c-line: #d4e6f0;
  --sh-glow: 0 10px 28px rgba(242, 100, 60, .28);
}

:root[data-palette=emerald] {
  --c-primary: #157a5b;
  --c-primary-700: #10634a;
  --c-primary-900: #0a3a2c;
  --c-secondary: #ef9f1a;
  --c-tertiary: #ffc04d;
  --c-violet: #199b74;
  --c-light: #e6f4ee;
  --c-light-2: #f2faf6;
  --c-line: #d2e9e0;
  --sh-glow: 0 10px 28px rgba(239, 159, 26, .28);
}

:root[data-palette=sunset] {
  --c-primary: #79358f;
  --c-primary-700: #622a76;
  --c-primary-900: #3b1948;
  --c-secondary: #ff6a3c;
  --c-tertiary: #ff9367;
  --c-violet: #9642b8;
  --c-light: #f3ebf6;
  --c-light-2: #f9f4fb;
  --c-line: #e6d8ed;
  --sh-glow: 0 10px 28px rgba(255, 106, 60, .28);
}

:root[data-palette=coral] {
  --c-primary: #1f3a6a;
  --c-primary-700: #182e54;
  --c-primary-900: #0e1c35;
  --c-secondary: #ff4d68;
  --c-tertiary: #ff7d92;
  --c-violet: #365498;
  --c-light: #e9edf5;
  --c-light-2: #f4f6fb;
  --c-line: #d4dbe9;
  --sh-glow: 0 10px 28px rgba(255, 77, 104, .28);
}

:root[data-palette=forest] {
  --c-primary: #2f6a3b;
  --c-primary-700: #265630;
  --c-primary-900: #14321c;
  --c-secondary: #dbab00;
  --c-tertiary: #f0cb3a;
  --c-violet: #3e884d;
  --c-light: #e9f2ea;
  --c-light-2: #f4f9f4;
  --c-line: #d5e5d7;
  --sh-glow: 0 10px 28px rgba(219, 171, 0, .28);
}

:root[data-palette=wine] {
  --c-primary: #7c1f44;
  --c-primary-700: #651837;
  --c-primary-900: #3c0e20;
  --c-secondary: #d59120;
  --c-tertiary: #eeb14a;
  --c-violet: #9a3961;
  --c-light: #f5e9ee;
  --c-light-2: #fbf4f7;
  --c-line: #ebd5de;
  --sh-glow: 0 10px 28px rgba(213, 145, 32, .28);
}

:root[data-palette=night] {
  --c-primary: #323f5b;
  --c-primary-700: #283248;
  --c-primary-900: #151c2a;
  --c-secondary: #ff5a5f;
  --c-tertiary: #ff8488;
  --c-violet: #495879;
  --c-light: #eaecf2;
  --c-light-2: #f4f5f9;
  --c-line: #d8dce7;
  --sh-glow: 0 10px 28px rgba(255, 90, 95, .28);
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--ff-body);
  font-size: var(--fs-base);
  line-height: 1.7;
  color: var(--c-body);
  background: var(--c-white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, picture, svg, video {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

ul {
  list-style: none;
  padding: 0;
}

button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

input, select, textarea {
  font: inherit;
  color: inherit;
}

h1, h2, h3, h4, h5 {
  font-family: var(--ff-display);
  color: var(--c-ink);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.01em;
}

:focus-visible {
  outline: 3px solid rgba(255, 77, 148, 0.55);
  outline-offset: 2px;
}

::selection {
  background: var(--c-secondary);
  color: var(--c-primary-900);
}

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section {
  padding-block: var(--section-y);
  position: relative;
}

.display-1 {
  font-size: clamp(2.6rem, 5.2vw, 4.6rem);
}

.display-2 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
}

.h-lead {
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  color: var(--c-body);
}

.grid {
  display: grid;
  gap: var(--gutter);
}

.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid--auto {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

@media (max-width: 991.98px) {
  .grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .grid--2, .grid--3, .grid--4 {
    grid-template-columns: 1fr;
  }
}
.text-center {
  text-align: center;
}

.text-grad {
  background: var(--grad-cyan);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.text-primary {
  color: var(--c-primary);
}

.text-white {
  color: #fff;
}

.bg-light {
  background: var(--c-light-2);
}

.bg-primary {
  background: var(--c-primary);
}

.bg-dark {
  background: var(--c-dark);
}

.mb-0 {
  margin-bottom: 0;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 24px;
}

.mt-4 {
  margin-top: 32px;
}

.mt-5 {
  margin-top: 48px;
}

.maxw-sm {
  max-width: 560px;
}

.maxw-md {
  max-width: 720px;
}

.mx-auto {
  margin-inline: auto;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

.reveal[data-delay="1"] {
  transition-delay: 0.08s;
}

.reveal[data-delay="2"] {
  transition-delay: 0.16s;
}

.reveal[data-delay="3"] {
  transition-delay: 0.24s;
}

.reveal[data-delay="4"] {
  transition-delay: 0.32s;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  padding: 15px 28px;
  border-radius: var(--btn-radius);
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
  white-space: nowrap;
  border: 2px solid transparent;
}
.btn i, .btn svg {
  font-size: 1.1em;
}
.btn:hover {
  transform: translateY(-3px);
}
.btn:active {
  transform: translateY(-1px);
}

.btn--primary {
  background: var(--c-primary);
  color: #fff;
  box-shadow: 0 10px 24px rgba(74, 65, 168, 0.28);
}

.btn--primary:hover {
  background: var(--c-primary-700);
  box-shadow: 0 16px 32px rgba(74, 65, 168, 0.36);
}

.btn--accent {
  background: var(--c-secondary);
  color: #fff;
  box-shadow: var(--sh-glow);
}

.btn--accent:hover {
  filter: brightness(1.04);
}

.btn--gradient {
  background: var(--c-secondary);
  color: #fff;
  box-shadow: 0 8px 22px rgba(214, 20, 120, 0.24);
}

.btn--gradient:hover {
  background: #e2065f;
  box-shadow: 0 12px 26px rgba(214, 20, 120, 0.32);
}

.btn--outline {
  background: transparent;
  color: var(--c-primary);
  border-color: var(--c-primary);
}

.btn--outline:hover {
  background: var(--c-primary);
  color: #fff;
}

.btn--ghost-light {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
}

.btn--ghost-light:hover {
  background: #fff;
  color: var(--c-primary);
  border-color: #fff;
}

.btn--light {
  background: #fff;
  color: var(--c-primary);
  box-shadow: var(--sh-sm);
}

.btn--lg {
  padding: 18px 36px;
  font-size: 1.08rem;
}

.btn--sm {
  padding: 11px 20px;
  font-size: 0.9rem;
}

.btn--block {
  width: 100%;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--c-tertiary);
  margin-bottom: 16px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--c-secondary);
  border-radius: 2px;
}

.eyebrow--center {
  justify-content: center;
}
.eyebrow--center::after {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--c-secondary);
  border-radius: 2px;
}

.section-head {
  margin-bottom: 52px;
}

.section-head .title {
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
}

.section-head .desc {
  margin-top: 16px;
  color: var(--c-body);
  font-size: 1.06rem;
}

.section-head--center {
  text-align: center;
}
.section-head--center .desc {
  max-width: 640px;
  margin-inline: auto;
}

.card {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.35s ease;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: var(--sh-md);
}

.cat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 30px;
  border-radius: var(--r-md);
  background: #fff;
  border: 1px solid var(--c-line);
  box-shadow: var(--sh-xs);
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.35s ease, border-color 0.35s ease;
  overflow: hidden;
}
.cat-card .ico {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: var(--r-sm);
  font-size: 28px;
  color: var(--c-primary);
  background: var(--c-light);
  transition: all 0.35s ease;
}
.cat-card h3 {
  font-size: 1.22rem;
}
.cat-card p {
  font-size: 0.96rem;
  margin-top: -4px;
}
.cat-card .more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  color: var(--c-primary);
  font-size: 0.92rem;
}
.cat-card .more i {
  transition: transform 0.25s ease;
}
.cat-card::after {
  content: "";
  position: absolute;
  inset: auto -40% -60% auto;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(255, 77, 148, 0.16), transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.cat-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--sh-md);
  border-color: transparent;
}
.cat-card:hover .ico {
  background: var(--grad-primary);
  color: #fff;
  transform: rotate(-6deg) scale(1.06);
}
.cat-card:hover .more i {
  transform: translateX(5px);
}
.cat-card:hover::after {
  opacity: 1;
}

.project-card {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.35s ease;
}
.project-card .media {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.project-card .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.project-card .tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--c-primary);
  font-weight: 700;
  font-size: 0.78rem;
  padding: 7px 14px;
  border-radius: var(--r-pill);
  box-shadow: var(--sh-xs);
}
.project-card .body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.project-card h3 {
  font-size: 1.2rem;
}
.project-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--sh-md);
}
.project-card:hover .media img {
  transform: scale(1.07);
}

.progress {
  width: 100%;
}
.progress .bar {
  height: 10px;
  background: var(--c-light);
  border-radius: var(--r-pill);
  overflow: hidden;
}
.progress .fill {
  height: 100%;
  width: 0;
  border-radius: var(--r-pill);
  background: var(--c-secondary);
  transition: width 1.4s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.progress .meta {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  font-size: 0.9rem;
}
.progress .meta b {
  color: var(--c-ink);
  font-family: var(--ff-display);
  font-size: 1.02rem;
}
.progress .meta .muted {
  color: var(--c-gray);
}

.stat {
  text-align: center;
}
.stat .num {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1;
  color: var(--c-primary);
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
}
.stat .num .suf {
  color: var(--c-tertiary);
}
.stat .label {
  margin-top: 10px;
  font-size: 0.98rem;
  color: var(--c-body);
  font-weight: 600;
}

.news-card {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.35s ease;
}
.news-card .media {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.news-card .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.news-card .body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.news-card .date {
  font-size: 0.82rem;
  color: var(--c-tertiary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.news-card h3 {
  font-size: 1.12rem;
  line-height: 1.3;
}
.news-card .more {
  margin-top: auto;
  font-weight: 700;
  color: var(--c-primary);
  font-size: 0.9rem;
  display: inline-flex;
  gap: 6px;
  align-items: center;
}
.news-card .more i {
  transition: transform 0.25s ease;
}
.news-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-md);
}
.news-card:hover .media img {
  transform: scale(1.06);
}
.news-card:hover .more i {
  transform: translateX(4px);
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 16px;
  border-radius: var(--r-pill);
  background: var(--c-light);
  color: var(--c-primary);
  font-weight: 600;
  font-size: 0.85rem;
}

.chip--glass {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.donate-box {
  background: #fff;
  border-radius: var(--r-lg);
  box-shadow: var(--sh-lg);
  padding: 30px;
  border: 1px solid var(--c-line);
}
.donate-box .dh {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--c-ink);
}
.donate-box .dsub {
  font-size: 0.92rem;
  color: var(--c-gray);
  margin-top: 4px;
}
.donate-box .cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.donate-box .cat {
  padding: 9px 16px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--c-line);
  background: #fff;
  color: var(--c-body);
  font-weight: 600;
  font-size: 0.88rem;
  transition: all 0.2s ease;
}
.donate-box .cat:hover {
  border-color: var(--c-tertiary);
  color: var(--c-primary);
}
.donate-box .cat.is-active {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: #fff;
}
.donate-box .amounts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}
.donate-box .amount {
  padding: 16px 10px;
  border-radius: var(--r-sm);
  border: 1.5px solid var(--c-line);
  background: #fff;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.12rem;
  color: var(--c-ink);
  transition: all 0.2s ease;
}
.donate-box .amount:hover {
  border-color: var(--c-tertiary);
}
.donate-box .amount.is-active {
  background: var(--grad-primary);
  border-color: transparent;
  color: #fff;
  box-shadow: var(--sh-glow);
}
.donate-box .field {
  margin-top: 16px;
  position: relative;
}
.donate-box .field input {
  width: 100%;
  padding: 16px 18px 16px 46px;
  border: 1.5px solid var(--c-line);
  border-radius: var(--r-sm);
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1.1rem;
  transition: border-color 0.2s ease;
}
.donate-box .field input:focus {
  outline: none;
  border-color: var(--c-tertiary);
}
.donate-box .field .cur {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
  color: var(--c-primary);
  font-family: var(--ff-display);
}
.donate-box .btn {
  margin-top: 18px;
}
.donate-box .secure {
  margin-top: 14px;
  text-align: center;
  font-size: 0.82rem;
  color: var(--c-gray);
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

.field-line input, .field-line select {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--c-line);
  border-radius: var(--r-sm);
  background: #fff;
  transition: border-color 0.2s ease;
}
.field-line input:focus, .field-line select:focus {
  outline: none;
  border-color: var(--c-tertiary);
}

.value-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.value-item .vi-ico {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  background: var(--c-light);
  color: var(--c-primary);
  font-size: 22px;
}
.value-item h4 {
  font-size: 1.12rem;
  margin-bottom: 4px;
}
.value-item p {
  font-size: 0.96rem;
}

.dot-sep {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-secondary);
  margin: 0 10px;
  vertical-align: middle;
}

.donate-pick {
  --dp-h: 46px;
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dp-opts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(86px, 1fr));
  gap: 8px;
}

.dp-opt {
  min-height: 50px;
  padding: 7px 6px;
  border-radius: var(--r-sm);
  border: 1.5px solid var(--c-line);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  font-weight: 700;
  font-size: 0.78rem;
  color: var(--c-body);
  line-height: 1.15;
  text-align: center;
  overflow-wrap: anywhere;
  transition: all 0.2s ease;
  cursor: pointer;
}
.dp-opt .u {
  display: block;
}
.dp-opt .a {
  display: block;
  font-family: var(--ff-display);
  font-size: 0.9rem;
  color: var(--c-ink);
  white-space: nowrap;
}
.dp-opt:hover {
  border-color: var(--c-tertiary);
}
.dp-opt.is-active {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: #fff;
}
.dp-opt.is-active .a {
  color: #fff;
}

.dp-row {
  display: flex;
  gap: 8px;
  align-items: stretch;
}

.dp-input {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  height: var(--dp-h);
  display: flex;
  align-items: stretch;
  border: 1.5px solid var(--c-line);
  border-radius: var(--r-sm);
  overflow: hidden;
  background: #fff;
}
.dp-input .cur {
  display: grid;
  place-items: center;
  padding: 0 10px;
  font-weight: 800;
  color: var(--c-primary);
  font-family: var(--ff-display);
  background: var(--c-light-2);
}
.dp-input input {
  width: 100%;
  min-width: 0;
  border: 0;
  padding: 0 10px;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1rem;
  color: var(--c-ink);
  background: #fff;
  -moz-appearance: textfield;
}
.dp-input input:focus {
  outline: none;
}
.dp-input input::-webkit-outer-spin-button, .dp-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dp-input .step {
  flex: 0 0 30px;
  width: 30px;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  border: 0;
  border-left: 1.5px solid var(--c-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.dp-input .step:hover {
  transform: none;
  box-shadow: none;
}
.dp-input .step button {
  flex: 1;
  display: grid;
  place-items: center;
  width: 100%;
  padding: 0;
  border: 0;
  color: var(--c-primary);
  font-size: 0.72rem;
  background: var(--c-light-2);
  transition: all 0.15s ease;
  cursor: pointer;
}
.dp-input .step button:hover {
  background: var(--c-primary);
  color: #fff;
}
.dp-input .step button + button {
  border-top: 1.5px solid var(--c-line);
}

.dp-row .btn {
  flex: 0 0 auto;
  height: var(--dp-h);
  padding: 0 18px;
  font-size: 0.9rem;
}

.theme-v3 .dp-opt.is-active {
  background: var(--c-success);
  border-color: var(--c-success);
}

.sw-scope .project-card {
  height: 100%;
}

.project-card .body .donate-pick {
  margin-top: auto;
}

.search-modal {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: grid;
  place-items: start center;
  padding: clamp(56px, 12vh, 140px) 20px 20px;
  background: rgba(11, 21, 46, 0.55);
  backdrop-filter: blur(6px);
}

.search-modal__box {
  width: min(640px, 100%);
  background: #fff;
  border-radius: var(--r-lg);
  box-shadow: var(--sh-lg);
  padding: 10px 10px 20px;
  animation: sm-pop 0.25s ease;
}

@keyframes sm-pop {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.search-modal__form {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-bottom: 2px solid var(--c-line);
}
.search-modal__form > .bi-search {
  font-size: 1.3rem;
  color: var(--c-primary);
}
.search-modal__form input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: var(--ff-body);
  font-size: 1.1rem;
  color: var(--c-ink);
  padding: 10px 0;
}
.search-modal__form input::placeholder {
  color: var(--c-muted);
}

.search-modal__close {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c-light-2);
  color: var(--c-body);
  transition: all 0.2s ease;
}
.search-modal__close:hover {
  background: var(--c-primary);
  color: #fff;
}

.search-modal__hint {
  padding: 16px 10px 0;
}
.search-modal__hint .lbl {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-gray);
  margin-bottom: 10px;
}
.search-modal__hint .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.search-modal__hint .chips a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: var(--r-pill);
  background: var(--c-light-2);
  color: var(--c-body);
  font-weight: 600;
  font-size: 0.86rem;
  transition: all 0.2s ease;
}
.search-modal__hint .chips a i {
  color: var(--c-primary);
}
.search-modal__hint .chips a:hover {
  background: var(--c-primary);
  color: #fff;
}
.search-modal__hint .chips a:hover i {
  color: #fff;
}

.quick-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
@media (max-width: 991.98px) {
  .quick-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
  color: var(--c-body);
}
.check-list i {
  color: var(--c-tertiary);
  font-size: 1.15rem;
  margin-top: 2px;
  flex: 0 0 auto;
}

.value-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.stats-band {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-md);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 44px 20px;
}
.stats-band .stat {
  padding: 8px 16px;
  position: relative;
}
.stats-band .stat + .stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 56px;
  background: var(--c-line);
}
@media (max-width: 767.98px) {
  .stats-band {
    grid-template-columns: 1fr 1fr;
    gap: 28px 0;
  }
  .stats-band .stat:nth-child(3)::before, .stats-band .stat + .stat::before {
    display: none;
  }
}

.campaign-feature {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-md);
}
.campaign-feature .cf-media {
  position: relative;
  min-height: 340px;
}
.campaign-feature .cf-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.campaign-feature .cf-body {
  padding: clamp(28px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
.campaign-feature .cf-body .chip {
  margin-bottom: 6px;
}
.campaign-feature .cf-body h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}
@media (max-width: 991.98px) {
  .campaign-feature {
    grid-template-columns: 1fr;
  }
  .campaign-feature .cf-media {
    min-height: 240px;
  }
}

.transparency-media img {
  width: 100%;
  border-radius: var(--r-lg);
  box-shadow: var(--sh-md);
  object-fit: cover;
}

.section-head--between {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.section-head--between .title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.sw-scope {
  position: relative;
}

.sw-scope .swiper {
  padding-bottom: 6px;
}

.sw-controls {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 34px;
}

.sw-prev, .sw-next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1.5px solid var(--c-line);
  color: var(--c-primary);
  font-size: 1.1rem;
  transition: all 0.25s ease;
}
.sw-prev:hover, .sw-next:hover {
  background: var(--c-primary);
  color: #fff;
  border-color: var(--c-primary);
  transform: translateY(-2px);
}
.sw-prev.swiper-button-disabled, .sw-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
  transform: none;
  background: #fff;
  color: var(--c-primary);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991.98px) {
  .steps {
    grid-template-columns: 1fr;
  }
}

.step {
  position: relative;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  padding: 36px 30px;
  box-shadow: var(--sh-xs);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.step .n {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: var(--r-sm);
  background: var(--grad-primary);
  color: #fff;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.step h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.step p {
  font-size: 0.96rem;
}
.step:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-md);
}

.vlog-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 26px;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .vlog-grid {
    grid-template-columns: 1fr;
  }
}

.play-btn {
  position: relative;
  flex: 0 0 auto;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.94);
  color: var(--c-primary);
  font-size: 1.9rem;
  box-shadow: var(--sh-lg);
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.play-btn::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.play-btn--sm {
  width: 46px;
  height: 46px;
  font-size: 1.15rem;
  box-shadow: var(--sh-md);
}

.vid-feature {
  position: relative;
  display: block;
  width: 100%;
  min-height: 400px;
  border-radius: var(--r-lg);
  overflow: hidden;
  cursor: pointer;
  isolation: isolate;
}
.vid-feature img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.vid-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(35, 47, 82, 0.92) 4%, rgba(35, 47, 82, 0.34) 44%, rgba(35, 47, 82, 0.04) 72%);
}
.vid-feature .play-btn {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.vid-feature .vid-feature__body {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: clamp(22px, 3vw, 38px);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.vid-feature .vid-tag {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--c-secondary);
  color: var(--c-primary-900);
  font-weight: 800;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 7px 14px;
  border-radius: var(--r-pill);
}
.vid-feature h3 {
  color: #fff;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.14;
  max-width: 20ch;
}
.vid-feature .vid-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
}
.vid-feature .vid-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.vid-feature:hover img {
  transform: scale(1.05);
}
.vid-feature:hover .play-btn {
  background: var(--c-primary);
  color: #fff;
  transform: translate(-50%, -50%) scale(1.06);
}
.vid-feature:hover .play-btn::after {
  opacity: 1;
  transform: scale(1.05);
}
@media (max-width: 991.98px) {
  .vid-feature {
    min-height: 320px;
  }
}

.vid-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}

.vid-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  padding: 12px;
  box-shadow: var(--sh-xs);
  cursor: pointer;
  flex: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.vid-item .vid-thumb {
  position: relative;
  aspect-ratio: 16/11;
  border-radius: var(--r-sm);
  overflow: hidden;
}
.vid-item .vid-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.vid-item .vid-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(35, 47, 82, 0.2);
}
.vid-item .vid-thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.vid-item .vid-info {
  min-width: 0;
}
.vid-item .vid-info .vid-cat {
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--c-tertiary);
}
.vid-item .vid-info h4 {
  font-size: 1.02rem;
  line-height: 1.28;
  margin: 5px 0 8px;
  color: var(--c-ink);
}
.vid-item .vid-info .vid-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
  font-size: 0.82rem;
  color: var(--c-gray);
  font-weight: 600;
}
.vid-item .vid-info .vid-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.vid-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-md);
  border-color: transparent;
}
.vid-item:hover .vid-thumb img {
  transform: scale(1.07);
}
.vid-item:hover .play-btn {
  background: var(--c-primary);
  color: #fff;
}
@media (max-width: 575.98px) {
  .vid-item {
    grid-template-columns: 116px 1fr;
    gap: 12px;
  }
}

.vid-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(11, 21, 46, 0.88);
  backdrop-filter: blur(6px);
}

.vid-modal__inner {
  position: relative;
  width: min(960px, 94vw);
  aspect-ratio: 16/9;
  border-radius: var(--r-md);
  box-shadow: var(--sh-lg);
  background: #000;
}
.vid-modal__inner iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  border-radius: var(--r-md);
}

.vid-modal__close {
  position: absolute;
  top: -54px;
  right: 0;
  z-index: 4;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  transition: all 0.2s ease;
}
.vid-modal__close:hover {
  background: #fff;
  color: var(--c-ink);
  border-color: #fff;
  transform: rotate(90deg);
}
@media (max-width: 767.98px) {
  .vid-modal__close {
    top: 8px;
    right: 8px;
    background: rgba(11, 21, 46, 0.62);
  }
}

.faq-home__grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(32px, 4vw, 56px);
  align-items: start;
}
@media (max-width: 991.98px) {
  .faq-home__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.faq-home__intro .title {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
}
.faq-home__intro .desc {
  margin-top: 16px;
  color: var(--c-body);
  font-size: 1.04rem;
}

.faq-card {
  margin-top: 28px;
  background: var(--grad-deep);
  color: #fff;
  border-radius: var(--r-lg);
  padding: 28px 28px 30px;
  position: relative;
  overflow: hidden;
}
.faq-card::before {
  content: "";
  position: absolute;
  top: -45%;
  right: -12%;
  width: 230px;
  height: 230px;
  background: radial-gradient(circle, rgba(252, 1, 110, 0.28), transparent 65%);
}
.faq-card > * {
  position: relative;
  z-index: 1;
}
.faq-card .fc-ico {
  width: 52px;
  height: 52px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 16px;
}
.faq-card h4 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 6px;
}
.faq-card p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  margin-bottom: 18px;
}
.faq-card .faq-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.theme-v3 .vid-feature .vid-tag {
  background: var(--c-success);
  color: #fff;
}
.theme-v3 .vid-item .vid-info .vid-cat {
  color: var(--c-success);
}
.theme-v3 .vid-feature:hover .play-btn, .theme-v3 .vid-item:hover .play-btn {
  background: var(--c-success);
}

.topbar {
  background: var(--c-primary-900);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.85rem;
}
.topbar .inner {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
}
.topbar a {
  color: rgba(255, 255, 255, 0.82);
}
.topbar a:hover {
  color: #fff;
}
.topbar .tb-left {
  display: flex;
  align-items: center;
  gap: 22px;
}
.topbar .tb-left a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.topbar .tb-right {
  display: flex;
  align-items: center;
  gap: 18px;
}
.topbar .tb-social {
  display: flex;
  gap: 12px;
  font-size: 0.95rem;
}
.topbar .tb-lang a {
  font-weight: 700;
}
.topbar .tb-lang .sep {
  opacity: 0.4;
  margin: 0 2px;
}
.topbar .tb-kumbara {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-weight: 700;
}
.topbar .tb-kumbara i {
  color: var(--c-secondary);
}
@media (max-width: 991.98px) {
  .topbar .tb-left {
    gap: 14px;
  }
  .topbar .tb-left .hide-md {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .topbar {
    display: none;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: #fff;
  border-bottom: 1px solid var(--c-line);
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
.site-header.is-stuck {
  box-shadow: var(--sh-sm);
}
.site-header .inner {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: flex;
  align-items: center;
  gap: 18px;
  height: var(--header-h);
}
.site-header .brand {
  flex: 0 0 auto;
  line-height: 0;
}
.site-header .brand img {
  height: 50px;
  width: auto;
  max-width: none;
  display: block;
}
.site-header .nav {
  margin-left: auto;
}
.site-header .nav-list {
  display: flex;
  align-items: center;
  gap: 4px;
}
.site-header .nav-list > li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 11px 12px;
  border-radius: var(--r-pill);
  font-weight: 600;
  color: var(--c-ink);
  font-size: 0.95rem;
  transition: all 0.2s ease;
}
.site-header .nav-list > li > a:hover {
  color: var(--c-primary);
  background: var(--c-light-2);
}
.site-header .has-drop {
  position: relative;
}
.site-header .has-drop > a .caret {
  font-size: 0.7rem;
  opacity: 0.65;
  transition: transform 0.25s ease;
}
.site-header .has-drop:hover > a .caret {
  transform: rotate(180deg);
}
.site-header .has-drop .drop {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 240px;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-md);
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
}
.site-header .has-drop .drop a {
  display: block;
  padding: 11px 14px;
  border-radius: var(--r-xs);
  font-weight: 600;
  color: var(--c-body);
  font-size: 0.94rem;
}
.site-header .has-drop .drop a:hover {
  background: var(--c-light-2);
  color: var(--c-primary);
}
.site-header .has-drop:hover .drop {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.site-header .drop.drop--proj {
  width: 440px;
  max-width: calc(100vw - 40px);
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.site-header .drop--proj.drop .pj-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border-radius: var(--r-md);
  transition: background 0.16s ease;
}
.site-header .drop--proj.drop .pj-link .pj-ic {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--c-light);
  color: var(--c-primary);
  font-size: 1.15rem;
  box-shadow: var(--sh-xs);
  transition: background 0.18s ease, color 0.18s ease;
}
.site-header .drop--proj.drop .pj-link .pj-t {
  flex: 1;
  min-width: 0;
  font-weight: 600;
  font-size: 0.94rem;
  color: var(--c-ink);
  line-height: 1.2;
}
.site-header .drop--proj.drop .pj-link:hover {
  background: var(--c-light-2);
}
.site-header .drop--proj.drop .pj-link:hover .pj-ic {
  background: var(--c-primary);
  color: #fff;
}
@media (max-width: 767.98px) {
  .site-header .drop.drop--proj {
    grid-template-columns: 1fr;
    width: 260px;
  }
}
.site-header .has-mega {
  position: relative;
}
.site-header .has-mega .mega-caret {
  font-size: 0.7rem;
  opacity: 0.8;
  margin-left: 2px;
  transition: transform 0.25s ease;
}
.site-header .has-mega:hover .mega-caret {
  transform: rotate(180deg);
}
.site-header .mega {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: 760px;
  max-width: calc(100vw - 40px);
  z-index: 95;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
}
.site-header .mega::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
}
.site-header .has-mega:hover .mega {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.site-header .mega-inner {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-lg);
  position: relative;
  display: grid;
  grid-template-columns: 244px 1fr;
}
.site-header .mega-inner::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 40px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-left: 1px solid var(--c-line);
  border-top: 1px solid var(--c-line);
  transform: rotate(45deg);
  border-radius: 3px 0 0 0;
}
.site-header .mega-tabs {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px;
  background: var(--c-light-2);
  border-radius: var(--r-lg) 0 0 var(--r-lg);
  border-right: 1px solid var(--c-line);
}
.site-header .mega-tab {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  padding: 10px 12px;
  border-radius: var(--r-md);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--c-body);
  text-align: left;
  transition: all 0.18s ease;
}
.site-header .mega-tab .tb-ico {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--c-primary);
  font-size: 1rem;
  box-shadow: var(--sh-xs);
  transition: all 0.18s ease;
}
.site-header .mega-tab .tb-label {
  flex: 1 1 auto;
}
.site-header .mega-tab .tb-arrow {
  font-size: 0.72rem;
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.18s ease;
}
.site-header .mega-tab:hover, .site-header .mega-tab.is-active {
  background: #fff;
  color: var(--c-primary);
  box-shadow: var(--sh-xs);
}
.site-header .mega-tab:hover .tb-ico, .site-header .mega-tab.is-active .tb-ico {
  background: var(--c-primary);
  color: #fff;
}
.site-header .mega-tab:hover .tb-arrow, .site-header .mega-tab.is-active .tb-arrow {
  opacity: 0.7;
  transform: none;
}
.site-header .mega-panes {
  padding: 16px;
}
.site-header .mega-pane {
  display: grid;
  gap: 10px;
  animation: mega-fade 0.22s ease;
}
@keyframes mega-fade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.site-header .mega-pane__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--c-line);
}
.site-header .mega-pane__head .mega-pane__ic {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--c-light);
  color: var(--c-primary);
  font-size: 1.2rem;
}
.site-header .mega-pane__head .mega-pane__tx b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1rem;
  color: var(--c-ink);
  line-height: 1.2;
}
.site-header .mega-pane__head .mega-pane__tx small {
  font-size: 0.8rem;
  color: var(--c-gray);
}
.site-header .mega-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border-radius: var(--r-md);
  border: 1px solid var(--c-line);
  background: #fff;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}
.site-header .mega-card .mc-img {
  flex: 0 0 auto;
  width: 76px;
  height: 60px;
  border-radius: var(--r-sm);
  object-fit: cover;
}
.site-header .mega-card .mc-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-width: 0;
}
.site-header .mega-card .mc-txt b {
  font-size: 0.92rem;
  color: var(--c-ink);
  font-weight: 700;
}
.site-header .mega-card .mc-txt small {
  font-size: 0.78rem;
  color: var(--c-gray);
}
.site-header .mega-card .mc-arrow {
  flex: 0 0 auto;
  margin-left: auto;
  color: var(--c-primary);
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.16s ease;
}
.site-header .mega-card:hover {
  border-color: var(--c-primary);
  background: var(--c-light-2);
  transform: translateX(2px);
}
.site-header .mega-card:hover .mc-arrow {
  opacity: 1;
  transform: none;
}
.site-header .mega-all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
  padding: 13px;
  border-radius: var(--r-md);
  background: var(--c-primary-900);
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
}
.site-header .mega-all i {
  transition: transform 0.2s ease;
}
.site-header .mega-all:hover {
  background: var(--c-primary);
}
.site-header .mega-all:hover i {
  transform: translateX(4px);
}
@media (max-width: 1199.98px) {
  .site-header .has-mega .mega {
    display: none;
  }
}
.site-header .header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-header .icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c-light-2);
  color: var(--c-primary);
  font-size: 1.1rem;
  position: relative;
  transition: all 0.2s ease;
}
.site-header .icon-btn:hover {
  background: var(--c-primary);
  color: #fff;
}
.site-header .icon-btn .dot {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--c-secondary);
  border: 2px solid #fff;
}
.site-header .burger {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: var(--r-xs);
  background: var(--c-light-2);
  color: var(--c-primary);
  font-size: 1.4rem;
  place-items: center;
}
@media (max-width: 1199.98px) {
  .site-header .nav {
    display: none;
  }
  .site-header .burger {
    display: grid;
  }
}
@media (max-width: 767.98px) {
  .site-header .brand img {
    height: 42px;
  }
  .site-header .header-actions .btn-cta-text {
    display: none;
  }
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(35, 47, 82, 0.5);
  backdrop-filter: blur(2px);
  z-index: 200;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(360px, 86vw);
  background: #fff;
  z-index: 210;
  display: flex;
  flex-direction: column;
  padding: 24px;
  overflow-y: auto;
  box-shadow: var(--sh-lg);
}
.drawer .d-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.drawer .d-top img {
  height: 44px;
}
.drawer .d-top .close {
  font-size: 1.6rem;
  color: var(--c-ink);
}
.drawer nav a {
  display: block;
  padding: 14px 6px;
  border-bottom: 1px solid var(--c-line);
  font-weight: 600;
  color: var(--c-ink);
}
.drawer nav a:hover {
  color: var(--c-primary);
}
.drawer .d-sub a {
  padding-left: 22px;
  font-size: 0.94rem;
  color: var(--c-body);
  font-weight: 500;
}
.drawer .d-cats-title {
  display: block;
  margin: 20px 0 12px;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-gray);
}
.drawer .d-cats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.drawer .d-cat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  background: var(--c-light-2);
  font-weight: 700;
  font-size: 0.84rem;
  color: var(--c-ink);
  transition: all 0.18s ease;
}
.drawer .d-cat i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--c-primary);
  font-size: 1.05rem;
  box-shadow: var(--sh-xs);
}
.drawer .d-cat:hover {
  border-color: var(--c-primary);
  background: #fff;
  transform: translateY(-1px);
}
.drawer .d-cat:hover i {
  background: var(--c-primary);
  color: #fff;
}
.drawer .btn {
  margin-top: 22px;
}

.drawer-enter {
  animation: drawerIn 0.3s ease both;
}

@keyframes drawerIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: none;
  }
}
.cta-band {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-xl);
  background: var(--grad-deep);
  color: #fff;
  padding: 56px clamp(28px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.cta-band h2 {
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}
.cta-band p {
  color: rgba(255, 255, 255, 0.85);
  margin-top: 10px;
  max-width: 520px;
}
.cta-band .cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.cta-band::before {
  content: "";
  position: absolute;
  top: -60%;
  right: -10%;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(252, 1, 110, 0.3), transparent 65%);
}
.cta-band::after {
  content: "";
  position: absolute;
  bottom: -70%;
  left: -8%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(255, 77, 148, 0.28), transparent 65%);
}
.cta-band > * {
  position: relative;
  z-index: 1;
}

.newsletter {
  display: flex;
  gap: 10px;
  max-width: 460px;
}
.newsletter input {
  flex: 1;
  padding: 15px 18px;
  border-radius: var(--r-pill);
  border: none;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  backdrop-filter: blur(4px);
}
.newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.newsletter input:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 575.98px) {
  .newsletter {
    flex-direction: column;
  }
}

.site-footer {
  position: relative;
  background: var(--c-primary-900);
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--c-secondary);
  z-index: 2;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s ease;
}
.site-footer a:hover {
  color: #fff;
}
.site-footer .f-top {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 42px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .f-top__lead {
  display: flex;
  align-items: center;
  gap: 18px;
}
.site-footer .f-top__lead .ic {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  border-radius: var(--r-md);
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: var(--c-secondary);
  font-size: 1.6rem;
}
.site-footer .f-top__lead h3 {
  color: #fff;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.35rem;
  line-height: 1.15;
}
.site-footer .f-top__lead p {
  font-size: 0.94rem;
  margin-top: 4px;
  max-width: 44ch;
}
.site-footer .f-newsl {
  display: flex;
  gap: 10px;
}
.site-footer .f-newsl input {
  width: 280px;
  max-width: 100%;
  padding: 15px 20px;
  border-radius: var(--r-pill);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.site-footer .f-newsl input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.site-footer .f-newsl input:focus {
  outline: none;
  border-color: var(--c-secondary);
}
.site-footer .f-grid {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: 40px;
  position: relative;
  z-index: 1;
  padding: 56px 0 44px;
}
.site-footer .f-brand .logo-pill {
  display: inline-flex;
  background: #fff;
  padding: 12px 16px;
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
}
.site-footer .f-brand img {
  height: 46px;
}
.site-footer .f-brand p {
  margin-top: 18px;
  max-width: 320px;
  font-size: 0.95rem;
  line-height: 1.6;
}
.site-footer .f-social {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.site-footer .f-social a {
  width: 42px;
  height: 42px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.25s ease;
}
.site-footer .f-social a:hover {
  background: var(--c-secondary);
  border-color: transparent;
  color: #fff;
  transform: translateY(-3px);
}
.site-footer .f-col h5 {
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 12px;
}
.site-footer .f-col h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: var(--c-secondary);
  border-radius: 2px;
}
.site-footer .f-col ul {
  display: flex;
  flex-direction: column;
  gap: 13px;
  font-size: 0.95rem;
}
.site-footer .f-col a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.site-footer .f-col a::before {
  content: "";
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  transition: all 0.2s ease;
}
.site-footer .f-col a:hover::before {
  background: var(--c-secondary);
  transform: scale(1.4);
}
.site-footer .f-contact ul {
  gap: 16px;
}
.site-footer .f-contact li {
  display: flex;
  gap: 12px;
  font-size: 0.95rem;
  align-items: flex-start;
}
.site-footer .f-contact li i {
  flex: 0 0 auto;
  color: var(--c-secondary);
  font-size: 1.1rem;
  margin-top: 2px;
}
.site-footer .f-contact .btn {
  margin-top: 6px;
}
.site-footer .f-banks {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .f-banks .lbl {
  font-weight: 700;
  color: #fff;
  margin-right: 8px;
}
.site-footer .f-banks .bank {
  background: #fff;
  border-radius: var(--r-xs);
  padding: 8px 12px;
  height: 44px;
  display: grid;
  place-items: center;
}
.site-footer .f-banks .bank img {
  height: 22px;
  width: auto;
}
.site-footer .f-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
}
.site-footer .f-bottom .inner {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 0;
  font-size: 0.88rem;
  flex-wrap: wrap;
}
.site-footer .f-bottom .f-legal {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .site-footer .f-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 28px;
  }
  .site-footer .f-top {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .site-footer .f-grid {
    grid-template-columns: 1fr;
  }
  .site-footer .f-newsl {
    flex-direction: column;
  }
  .site-footer .f-newsl input {
    width: 100%;
  }
}

.float-donate {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: none;
  box-shadow: 0 12px 30px rgba(60, 87, 155, 0.4);
}

.tabbar {
  display: none;
}

@media (max-width: 767.98px) {
  .tabbar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 150;
    background: #fff;
    border-top: 1px solid var(--c-line);
    box-shadow: 0 -6px 22px rgba(35, 47, 82, 0.1);
    padding: 7px 4px calc(7px + env(safe-area-inset-bottom, 0px));
    justify-content: space-around;
    align-items: stretch;
  }
  .tabbar__item {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 4px 2px;
    color: var(--c-gray);
    font-size: 0.64rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .tabbar__item i {
    font-size: 1.3rem;
  }
  .tabbar__item.is-active {
    color: var(--c-primary);
  }
  body {
    padding-bottom: 70px;
  }
  .site-header .has-mega {
    display: none;
  }
  .site-header .burger {
    display: none;
  }
}
.sec-decor {
  position: absolute;
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
}

.theme-v1 {
  --section-y: 100px;
}
.theme-v1 .v1-hero {
  position: relative;
  padding: 70px 0 90px;
  overflow: hidden;
  background: radial-gradient(60% 80% at 90% 0%, rgba(255, 77, 148, 0.1), transparent 60%), radial-gradient(50% 60% at 0% 100%, rgba(252, 1, 110, 0.1), transparent 60%), var(--c-white);
}
.theme-v1 .v1-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
.theme-v1 .v1-hero__copy h1 {
  font-size: clamp(2.5rem, 4.6vw, 4rem);
  color: var(--c-ink);
}
.theme-v1 .v1-hero__copy .lead {
  margin-top: 22px;
  font-size: 1.15rem;
  max-width: 520px;
}
.theme-v1 .v1-hero__actions {
  display: flex;
  gap: 14px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.theme-v1 .v1-hero__trust {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.theme-v1 .v1-hero__trust .avatars {
  display: flex;
}
.theme-v1 .v1-hero__trust .avatars span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-left: -12px;
  background: var(--grad-cyan);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  box-shadow: var(--sh-xs);
}
.theme-v1 .v1-hero__trust .avatars span:first-child {
  margin-left: 0;
}
.theme-v1 .v1-hero__trust .t-text b {
  color: var(--c-ink);
  font-family: var(--ff-display);
}
.theme-v1 .v1-hero__trust .t-text {
  font-size: 0.92rem;
}
.theme-v1 .v1-hero__media {
  position: relative;
}
.theme-v1 .v1-hero__media > img {
  width: 100%;
  border-radius: var(--r-xl);
  box-shadow: var(--sh-lg);
  object-fit: cover;
  aspect-ratio: 4/4.4;
}
.theme-v1 .v1-hero__media .float {
  position: absolute;
  background: #fff;
  border-radius: var(--r-md);
  box-shadow: var(--sh-md);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  animation: floaty 5s ease-in-out infinite;
}
.theme-v1 .v1-hero__media .float .fi {
  width: 46px;
  height: 46px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  background: var(--c-light);
  color: var(--c-primary);
  font-size: 22px;
}
.theme-v1 .v1-hero__media .float b {
  font-family: var(--ff-display);
  color: var(--c-ink);
  font-size: 1.25rem;
  display: block;
  line-height: 1;
}
.theme-v1 .v1-hero__media .float small {
  color: var(--c-gray);
  font-size: 0.82rem;
}
.theme-v1 .v1-hero__media .float--1 {
  top: 26px;
  left: -28px;
}
.theme-v1 .v1-hero__media .float--2 {
  bottom: 34px;
  right: -24px;
  animation-delay: 1.5s;
}
@keyframes floaty {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
.theme-v1 .sec-alt {
  background: var(--c-light-2);
}
.theme-v1 .v1-quickdon {
  margin-top: -60px;
  position: relative;
  z-index: 5;
}
@media (max-width: 991.98px) {
  .theme-v1 .v1-hero__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .theme-v1 .v1-hero__media {
    max-width: 460px;
    margin-inline: auto;
  }
  .theme-v1 .v1-hero__media .float--1 {
    left: 0;
  }
  .theme-v1 .v1-hero__media .float--2 {
    right: 0;
  }
}

.theme-v2 {
  --section-y: 110px;
  --ff-display: "Fraunces", Georgia, serif;
  --ff-body: "Manrope", sans-serif;
}
.theme-v2 .display-1, .theme-v2 .v2-hero h1 {
  letter-spacing: -0.02em;
}
.theme-v2 .v2-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 30px) 0 90px;
  overflow: hidden;
  color: #fff;
}
.theme-v2 .v2-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.theme-v2 .v2-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.theme-v2 .v2-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(35, 47, 82, 0.95) 0%, rgba(60, 87, 155, 0.86) 42%, rgba(255, 77, 148, 0.55) 100%);
}
.theme-v2 .v2-hero__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(40% 60% at 85% 30%, rgba(252, 1, 110, 0.35), transparent 60%);
}
.theme-v2 .v2-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.35fr 0.95fr;
  gap: 50px;
  align-items: center;
  width: 100%;
}
.theme-v2 .v2-hero__copy .chip {
  margin-bottom: 22px;
}
.theme-v2 .v2-hero__copy h1 {
  color: #fff;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  line-height: 1.04;
}
.theme-v2 .v2-hero__copy h1 em {
  font-style: normal;
  background: var(--grad-cyan);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.theme-v2 .v2-hero__copy .lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.2rem;
  margin-top: 24px;
  max-width: 560px;
}
.theme-v2 .v2-hero__actions {
  display: flex;
  gap: 16px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.theme-v2 .v2-hero__stats {
  display: flex;
  gap: 38px;
  margin-top: 48px;
  flex-wrap: wrap;
}
.theme-v2 .v2-hero__stats .s b {
  font-family: var(--ff-display);
  font-size: 2.2rem;
  display: block;
  line-height: 1;
  color: #fff;
}
.theme-v2 .v2-hero__stats .s b .suf {
  color: var(--c-secondary);
}
.theme-v2 .v2-hero__stats .s span {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}
.theme-v2 .v2-hero__stats .s + .s {
  padding-left: 38px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.theme-v2 .v2-hero__card .donate-box {
  background: rgba(255, 255, 255, 0.97);
}
.theme-v2 .v2-hero__cue {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem;
  animation: cueBounce 1.8s ease-in-out infinite;
}
@keyframes cueBounce {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 10px);
  }
}
.theme-v2 .sec-dark {
  background: var(--grad-deep);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.theme-v2 .sec-dark h2, .theme-v2 .sec-dark h3, .theme-v2 .sec-dark h4, .theme-v2 .sec-dark .num {
  color: #fff;
}
.theme-v2 .sec-dark .desc, .theme-v2 .sec-dark p {
  color: rgba(255, 255, 255, 0.82);
}
.theme-v2 .sec-dark .eyebrow {
  color: var(--c-secondary);
}
.theme-v2 .sec-dark .stat .num .suf {
  color: var(--c-secondary);
}
.theme-v2 .sec-dark::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -10%;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(255, 77, 148, 0.25), transparent 65%);
}
.theme-v2 .sec-alt {
  background: var(--c-light-2);
}
.theme-v2 .section-head .title {
  font-size: clamp(2.1rem, 3.6vw, 3.1rem);
}
.theme-v2 .cat-card {
  padding: 34px;
}
.theme-v2 .cat-card .ico {
  background: var(--grad-primary);
  color: #fff;
}
.theme-v2 .cat-card:hover .ico {
  transform: scale(1.08);
}
.theme-v2 .v2-campaign {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  padding: 48px;
}
.theme-v2 .v2-campaign img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.theme-v2 .v2-campaign::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(35, 47, 82, 0.92), rgba(35, 47, 82, 0.2));
  z-index: 1;
}
.theme-v2 .v2-campaign > * {
  position: relative;
  z-index: 2;
}
.theme-v2 .v2-campaign h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  max-width: 560px;
}
@media (max-width: 991.98px) {
  .theme-v2 .v2-hero {
    min-height: auto;
  }
  .theme-v2 .v2-hero__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .theme-v2 .v2-hero__card {
    max-width: 460px;
  }
}

.theme-v3 {
  --section-y: 96px;
  --ff-display: "Baloo 2", "DM Sans", sans-serif;
  --ff-body: "Nunito Sans", sans-serif;
  --c-success: #fc016e;
  --c-light-2: #fbf5ea;
  background: var(--c-cream);
  --grad-banner: var(--grad-warm-deep);
  --c-banner-current: #ffe0ec;
}
.theme-v3 .eyebrow {
  color: var(--c-success);
}
.theme-v3 .eyebrow::before, .theme-v3 .eyebrow::after {
  background: var(--c-success);
}
.theme-v3 .card, .theme-v3 .cat-card, .theme-v3 .project-card, .theme-v3 .news-card, .theme-v3 .donate-box {
  border-radius: var(--r-xl);
}
.theme-v3 .cat-card .ico, .theme-v3 .value-item .vi-ico {
  border-radius: 50%;
}
.theme-v3 .btn {
  box-shadow: 0 10px 22px rgba(252, 1, 110, 0.22);
}
.theme-v3 .btn--primary {
  background: var(--c-primary);
}
.theme-v3 .btn--accent {
  background: var(--c-success);
  color: #fff;
  box-shadow: 0 12px 26px rgba(252, 1, 110, 0.34);
}
.theme-v3 .cat-card .ico {
  background: #ffe9f1;
  color: var(--c-success);
}
.theme-v3 .cat-card:hover .ico {
  background: var(--grad-warm);
  color: #fff;
}
.theme-v3 .progress .fill {
  background: var(--grad-warm);
}
.theme-v3 .v3-hero {
  position: relative;
  padding: 64px 0 96px;
  overflow: hidden;
  background: var(--c-cream);
}
.theme-v3 .v3-hero .blob {
  position: absolute;
  z-index: 0;
  filter: blur(2px);
  opacity: 0.55;
}
.theme-v3 .v3-hero .blob--1 {
  top: -120px;
  right: -80px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle at 30% 30%, #ffe3ee, #ffd9c9);
  border-radius: 47% 53% 64% 36%/42% 47% 53% 58%;
}
.theme-v3 .v3-hero .blob--2 {
  bottom: -140px;
  left: -100px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle at 70% 30%, #fde6c8, #ffe0e8);
  border-radius: 63% 37% 41% 59%/53% 41% 59% 47%;
}
.theme-v3 .v3-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.theme-v3 .v3-hero__copy h1 {
  font-size: clamp(2.4rem, 4.6vw, 3.9rem);
  color: var(--c-ink);
}
.theme-v3 .v3-hero__copy h1 .wavy {
  color: var(--c-success);
}
.theme-v3 .v3-hero__copy .lead {
  margin-top: 22px;
  font-size: 1.14rem;
  max-width: 500px;
}
.theme-v3 .v3-hero__actions {
  display: flex;
  gap: 14px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.theme-v3 .v3-hero__pills {
  display: flex;
  gap: 10px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.theme-v3 .v3-hero__pills .p {
  background: #fff;
  border-radius: var(--r-pill);
  padding: 10px 18px;
  box-shadow: var(--sh-xs);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--c-ink);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.theme-v3 .v3-hero__pills .p i {
  color: var(--c-success);
}
.theme-v3 .v3-hero__media {
  position: relative;
}
.theme-v3 .v3-hero__media .ph {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 58% 42% 47% 53%/49% 51% 49% 51%;
  box-shadow: var(--sh-lg);
}
.theme-v3 .v3-hero__media .badge-soft {
  position: absolute;
  bottom: 18px;
  left: -10px;
  background: #fff;
  border-radius: var(--r-lg);
  padding: 16px 20px;
  box-shadow: var(--sh-md);
  display: flex;
  align-items: center;
  gap: 12px;
}
.theme-v3 .v3-hero__media .badge-soft .e {
  font-size: 1.8rem;
}
.theme-v3 .v3-hero__media .badge-soft b {
  font-family: var(--ff-display);
  color: var(--c-ink);
  display: block;
  line-height: 1;
}
.theme-v3 .v3-hero__media .badge-soft small {
  color: var(--c-gray);
}
.theme-v3 .sec-soft {
  background: #fff;
}
.theme-v3 .sec-alt {
  background: var(--c-light-2);
}
.theme-v3 .v3-wave {
  display: block;
  width: 100%;
  height: 60px;
}
.theme-v3 .v3-value {
  background: #fff;
  border-radius: var(--r-xl);
  padding: 28px;
  box-shadow: var(--sh-xs);
  height: 100%;
}
.theme-v3 .page-banner::before {
  background: radial-gradient(circle, rgba(252, 1, 110, 0.3), transparent 65%);
}
.theme-v3 .page-banner::after {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 65%);
}
.theme-v3 .widget-title i {
  color: var(--c-success);
}
.theme-v3 .filter-chip.is-active {
  background: var(--c-success);
  border-color: var(--c-success);
}
.theme-v3 .d-cat i {
  color: var(--c-success);
}
.theme-v3 .d-cat:hover {
  border-color: var(--c-success);
}
.theme-v3 .d-cat:hover i {
  background: var(--grad-warm);
  color: #fff;
}
.theme-v3 .tabbar__item.is-active {
  color: var(--c-success);
}
.theme-v3 .search-modal__form > .bi-search {
  color: var(--c-success);
}
.theme-v3 .search-modal__hint .chips a i {
  color: var(--c-success);
}
.theme-v3 .search-modal__hint .chips a:hover {
  background: var(--c-success);
}
.theme-v3 .search-modal__close:hover {
  background: var(--c-success);
}
.theme-v3 .mega-tab .tb-ico {
  color: var(--c-success);
}
.theme-v3 .mega-tab:hover, .theme-v3 .mega-tab.is-active {
  color: var(--c-success);
}
.theme-v3 .mega-tab:hover .tb-ico, .theme-v3 .mega-tab.is-active .tb-ico {
  background: var(--grad-warm);
  color: #fff;
}
.theme-v3 .mega-card:hover {
  border-color: var(--c-success);
}
.theme-v3 .mega-all {
  background: var(--c-success);
  box-shadow: 0 10px 22px rgba(252, 1, 110, 0.28);
}
.theme-v3 .donate-box .amount.is-active {
  background: var(--grad-warm);
}
.theme-v3 .donate-box .cat.is-active {
  background: var(--c-success);
  border-color: var(--c-success);
}
@media (max-width: 991.98px) {
  .theme-v3 .v3-hero__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .theme-v3 .v3-hero__media {
    max-width: 440px;
    margin-inline: auto;
  }
}

.theme-v4 {
  --c-ink: #232f52;
  --c-body: #565b66;
  --c-line: #e7e9ef;
  --c-light: #f5f6fb;
  --c-light-2: #f5f6fb;
  --ff-display: "Libre Bodoni", Georgia, serif;
  --ff-body: "Public Sans", sans-serif;
  --r-xs: 6px;
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 16px;
  --r-xl: 22px;
  --section-y: 104px;
  background: #ffffff;
}
.theme-v4 h1, .theme-v4 h2, .theme-v4 h3, .theme-v4 .title, .theme-v4 .hs-title {
  letter-spacing: -0.01em;
  font-weight: 700;
}
.theme-v4 .section-head .title {
  font-size: clamp(2rem, 4vw, 3.4rem);
}
.theme-v4 .btn {
  border-radius: var(--r-sm);
  font-weight: 800;
  letter-spacing: -0.01em;
  border-width: 2px;
}
.theme-v4 .btn--primary {
  background: var(--c-primary);
  color: #fff;
  box-shadow: none;
  border-color: var(--c-primary);
}
.theme-v4 .btn--primary:hover {
  background: var(--c-primary-700);
  box-shadow: none;
}
.theme-v4 .btn--accent {
  background: var(--c-secondary);
  color: var(--c-primary-900);
  box-shadow: none;
}
.theme-v4 .btn--accent:hover {
  filter: brightness(1.04);
}
.theme-v4 .btn--gradient {
  background: var(--grad-primary);
  color: #fff;
  box-shadow: none;
}
.theme-v4 .btn--outline {
  border: 2px solid var(--c-primary);
  color: var(--c-primary);
}
.theme-v4 .btn--outline:hover {
  background: var(--c-primary);
  color: #fff;
}
.theme-v4 .btn--light {
  background: #fff;
  color: var(--c-primary);
}
.theme-v4 .btn:hover {
  transform: translateY(-2px);
}
.theme-v4 .topbar {
  background: var(--c-ink);
}
.theme-v4 .site-header {
  border-bottom: 2px solid var(--c-ink);
}
.theme-v4 .site-header.is-stuck {
  box-shadow: 0 2px 0 var(--c-ink);
}
.theme-v4 .nav-list > li > a {
  font-weight: 700;
  border-radius: var(--r-xs);
}
.theme-v4 .nav-list > li > a:hover {
  background: var(--c-light);
  color: var(--c-ink);
}
.theme-v4 .has-drop .drop {
  border: 2px solid var(--c-ink);
  border-radius: var(--r-md);
  box-shadow: 8px 8px 0 rgba(14, 15, 19, 0.12);
}
.theme-v4 .icon-btn {
  border-radius: var(--r-xs);
  background: var(--c-light);
  color: var(--c-ink);
}
.theme-v4 .icon-btn:hover {
  background: var(--c-ink);
  color: #fff;
}
.theme-v4 .icon-btn .dot {
  background: var(--c-secondary);
}
.theme-v4 .burger {
  border-radius: var(--r-xs);
}
.theme-v4 .eyebrow {
  color: var(--c-ink);
  font-weight: 800;
  letter-spacing: 0.2em;
}
.theme-v4 .eyebrow::before, .theme-v4 .eyebrow::after {
  background: var(--c-secondary);
  height: 3px;
  width: 24px;
  border-radius: 0;
}
.theme-v4 .hero-slider {
  background: transparent;
  padding: 14px 0 10px;
}
.theme-v4 .hs-thumbs {
  counter-reset: hsnum;
  gap: 0;
  border-bottom: 2px solid var(--c-line);
  padding: 0 0 0 2px;
  margin-bottom: 0;
}
.theme-v4 .hs-thumb {
  counter-increment: hsnum;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 14px 22px 16px;
  margin-bottom: -2px;
  border-bottom: 2px solid transparent;
  gap: 12px;
  align-items: baseline;
}
.theme-v4 .hs-thumb .t-img {
  display: none;
}
.theme-v4 .hs-thumb::before {
  content: counter(hsnum, decimal-leading-zero);
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: 1.1rem;
  color: var(--c-line);
  transition: color 0.2s ease;
}
.theme-v4 .hs-thumb .t-label {
  color: var(--c-gray);
  font-weight: 700;
}
.theme-v4 .hs-thumb:hover {
  transform: none;
  border-color: var(--c-line);
}
.theme-v4 .hs-thumb:hover .t-label {
  color: var(--c-ink);
}
.theme-v4 .hs-thumb:hover::before {
  color: var(--c-ink);
}
.theme-v4 .hs-thumb.is-active {
  background: transparent;
  border-bottom-color: var(--c-ink);
}
.theme-v4 .hs-thumb.is-active::before {
  color: var(--c-secondary);
}
.theme-v4 .hs-thumb.is-active .t-label {
  color: var(--c-ink);
}
.theme-v4 .hero-swiper, .theme-v4 .hs-card {
  border-radius: var(--r-lg);
}
.theme-v4 .hs-card {
  border: 2px solid var(--c-ink);
  min-height: 520px;
  grid-template-columns: 1.05fr 0.95fr;
}
@media (max-width: 991.98px) {
  .theme-v4 .hs-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}
.theme-v4 .hs-media {
  position: relative;
  min-height: 320px;
}
@media (max-width: 991.98px) {
  .theme-v4 .hs-media {
    min-height: 240px;
  }
}
.theme-v4 .hs-media .hs-pill {
  background: var(--c-ink);
  color: #fff;
  border-radius: var(--r-sm);
}
.theme-v4 .video-play i {
  border-radius: var(--r-sm);
}
.theme-v4 .hs-body {
  background: var(--c-ink);
  color: #fff;
  justify-content: center;
  padding: clamp(28px, 3.2vw, 52px);
}
.theme-v4 .hs-title {
  color: #fff;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 1.04;
}
.theme-v4 .hs-text {
  color: rgba(255, 255, 255, 0.82);
}
.theme-v4 .hs-cat {
  color: var(--c-secondary);
}
.theme-v4 .hs-cat i {
  color: var(--c-secondary);
}
.theme-v4 .hs-amounts .amt {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.26);
  color: #fff;
  border-radius: var(--r-sm);
  border-width: 2px;
}
.theme-v4 .hs-amounts .amt:hover {
  border-color: #fff;
  color: #fff;
}
.theme-v4 .hs-amounts .amt.is-active {
  background: var(--c-secondary);
  border-color: var(--c-secondary);
  color: var(--c-ink);
}
.theme-v4 .hs-input {
  border-radius: var(--r-sm);
  border-width: 2px;
  background: #fff;
  border-color: transparent;
}
.theme-v4 .hs-links a {
  color: #fff;
}
.theme-v4 .hs-nav {
  border-radius: var(--r-sm);
  border: 2px solid var(--c-ink);
  background: #fff;
  color: var(--c-ink);
}
.theme-v4 .hs-nav:hover {
  background: var(--c-ink);
  color: #fff;
}
@media (max-width: 767.98px) {
  .theme-v4 .hs-nav {
    display: none;
  }
}
.theme-v4 .cat-card, .theme-v4 .project-card, .theme-v4 .news-card, .theme-v4 .acc-item, .theme-v4 .stats-band, .theme-v4 .campaign-feature, .theme-v4 .vid-item, .theme-v4 .form-card, .theme-v4 .widget {
  border: 1.5px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: none;
}
.theme-v4 .cat-card:hover, .theme-v4 .project-card:hover, .theme-v4 .news-card:hover, .theme-v4 .vid-item:hover {
  border-color: var(--c-ink);
  box-shadow: 8px 8px 0 rgba(14, 15, 19, 0.08);
  transform: translateY(-4px);
}
.theme-v4 .cat-card .ico {
  border-radius: var(--r-sm);
  background: var(--c-light);
  color: var(--c-ink);
}
.theme-v4 .cat-card:hover .ico {
  background: var(--c-secondary);
  color: var(--c-ink);
  transform: none;
}
.theme-v4 .project-card .tag, .theme-v4 .news-card .date {
  color: var(--c-ink);
}
.theme-v4 .project-card .media .tag {
  background: var(--c-ink);
  color: #fff;
  border-radius: var(--r-xs);
}
.theme-v4 .progress .fill {
  background: var(--c-ink);
}
.theme-v4 .stat .num {
  color: var(--c-ink);
}
.theme-v4 .stat .num .suf {
  color: var(--c-tertiary);
}
.theme-v4 .dp-opt {
  border-radius: var(--r-sm);
  border-width: 2px;
}
.theme-v4 .dp-opt.is-active {
  background: var(--c-ink);
  border-color: var(--c-ink);
}
.theme-v4 .dp-input {
  border-radius: var(--r-sm);
  border-width: 2px;
}
.theme-v4 .sw-prev, .theme-v4 .sw-next {
  border-radius: var(--r-sm);
  border: 2px solid var(--c-ink);
  color: var(--c-ink);
}
.theme-v4 .sw-prev:hover, .theme-v4 .sw-next:hover {
  background: var(--c-ink);
  color: #fff;
}
.theme-v4 .sec-alt {
  background: var(--c-light-2);
}
.theme-v4 .cta-band {
  background: var(--c-ink);
  border-radius: var(--r-lg);
}
.theme-v4 .cta-band::before, .theme-v4 .cta-band::after {
  display: none;
}
.theme-v4 .cta-band h2 {
  color: #fff;
}
.theme-v4 .cta-band p {
  color: rgba(255, 255, 255, 0.82);
}
.theme-v4 .cta-band .btn--accent {
  background: var(--c-secondary);
  color: var(--c-ink);
}
.theme-v4 .site-footer {
  background: var(--c-ink);
}
.theme-v4 .faq-card {
  background: var(--c-ink);
  border-radius: var(--r-lg);
}
.theme-v4 .faq-card::before {
  display: none;
}

.theme-v4 .v4-manifesto {
  display: grid;
  grid-template-columns: 1.5fr 0.9fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: end;
}
@media (max-width: 991.98px) {
  .theme-v4 .v4-manifesto {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.theme-v4 .v4-manifesto .mf-kicker {
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--c-tertiary);
  font-size: 0.8rem;
}
.theme-v4 .v4-manifesto h2 {
  font-size: clamp(2.4rem, 6vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  margin-top: 18px;
  color: var(--c-ink);
}
.theme-v4 .v4-manifesto .mf-mark {
  background: var(--c-secondary);
  padding: 0 0.12em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.theme-v4 .v4-manifesto .mf-side p {
  font-size: 1.08rem;
  color: var(--c-body);
}
.theme-v4 .v4-manifesto .mf-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.theme-v4 .v4-bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 16px;
}
@media (max-width: 991.98px) {
  .theme-v4 .v4-bento {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
  }
}
@media (max-width: 575.98px) {
  .theme-v4 .v4-bento {
    grid-template-columns: 1fr;
  }
}

.theme-v4 .bento-card {
  position: relative;
  overflow: hidden;
  border: 1.5px solid var(--c-line);
  border-radius: var(--r-md);
  background: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  isolation: isolate;
}
.theme-v4 .bento-card .b-ico {
  position: absolute;
  top: 22px;
  left: 24px;
  width: 52px;
  height: 52px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  background: var(--c-light);
  color: var(--c-ink);
  font-size: 26px;
  z-index: 2;
  transition: all 0.25s ease;
}
.theme-v4 .bento-card h3 {
  font-size: 1.35rem;
  color: var(--c-ink);
  position: relative;
  z-index: 2;
}
.theme-v4 .bento-card p {
  font-size: 0.95rem;
  color: var(--c-body);
  margin-top: 6px;
  position: relative;
  z-index: 2;
}
.theme-v4 .bento-card .b-go {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  color: var(--c-ink);
  position: relative;
  z-index: 2;
}
.theme-v4 .bento-card .b-go i {
  transition: transform 0.2s ease;
}
.theme-v4 .bento-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.theme-v4 .bento-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(14, 15, 19, 0.86), rgba(14, 15, 19, 0.18) 60%, transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.theme-v4 .bento-card:hover {
  border-color: var(--c-ink);
  transform: translateY(-4px);
  box-shadow: 8px 8px 0 rgba(14, 15, 19, 0.1);
}
.theme-v4 .bento-card:hover .b-ico {
  background: var(--c-secondary);
}
.theme-v4 .bento-card:hover .b-go i {
  transform: translateX(5px);
}
.theme-v4 .bento-card.is-media {
  color: #fff;
  justify-content: flex-end;
}
.theme-v4 .bento-card.is-media .b-ico {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.theme-v4 .bento-card.is-media h3 {
  color: #fff;
}
.theme-v4 .bento-card.is-media p {
  color: rgba(255, 255, 255, 0.85);
}
.theme-v4 .bento-card.is-media .b-go {
  color: #fff;
}
.theme-v4 .bento-card.is-media img {
  opacity: 1;
}
.theme-v4 .bento-card.is-media::after {
  opacity: 1;
}
.theme-v4 .bento-card.is-media:hover img {
  transform: scale(1.05);
}
.theme-v4 .bento-card.span-2 {
  grid-column: span 2;
}
.theme-v4 .bento-card.row-2 {
  grid-row: span 2;
}
@media (max-width: 991.98px) {
  .theme-v4 .bento-card.span-2 {
    grid-column: span 2;
  }
  .theme-v4 .bento-card.row-2 {
    grid-row: span 1;
  }
}
@media (max-width: 575.98px) {
  .theme-v4 .bento-card.span-2 {
    grid-column: span 1;
  }
}

.theme-v4 .v4-transparency {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
@media (max-width: 991.98px) {
  .theme-v4 .v4-transparency {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.theme-v4 .alloc {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.theme-v4 .alloc-row .alloc-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 8px;
}
.theme-v4 .alloc-row .alloc-top .k {
  font-weight: 800;
  color: var(--c-ink);
}
.theme-v4 .alloc-row .alloc-top .v {
  font-family: var(--ff-display);
  font-weight: 900;
  color: var(--c-ink);
  font-size: 1.15rem;
}
.theme-v4 .alloc-row .alloc-bar {
  height: 14px;
  background: var(--c-light);
  border: 1.5px solid var(--c-line);
  border-radius: var(--r-pill);
  overflow: hidden;
}
.theme-v4 .alloc-row .alloc-fill {
  height: 100%;
  background: var(--c-ink);
  border-radius: var(--r-pill);
  width: 0;
  transition: width 1.2s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.theme-v4 .alloc-row:nth-child(1) .alloc-fill {
  background: var(--c-ink);
}
.theme-v4 .alloc-row:nth-child(2) .alloc-fill {
  background: var(--c-tertiary);
}
.theme-v4 .alloc-row:nth-child(3) .alloc-fill {
  background: var(--c-secondary);
}
.theme-v4 .alloc-row:nth-child(4) .alloc-fill {
  background: var(--c-success);
}

.theme-v4 .v4-trust-note {
  margin-top: 26px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.theme-v4 .trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1.5px solid var(--c-line);
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--c-ink);
}
.theme-v4 .trust-chip i {
  color: var(--c-success);
}

.theme-v4 .v4-stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 991.98px) {
  .theme-v4 .v4-stories-grid {
    grid-template-columns: 1fr;
  }
}

.theme-v4 .story-card {
  border: 1.5px solid var(--c-line);
  border-radius: var(--r-md);
  padding: 28px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.theme-v4 .story-card .q {
  font-size: 2.4rem;
  line-height: 1;
  color: var(--c-secondary);
  font-family: var(--ff-display);
  font-weight: 900;
}
.theme-v4 .story-card p {
  color: var(--c-ink);
  font-size: 1.02rem;
  line-height: 1.55;
}
.theme-v4 .story-card .who {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
.theme-v4 .story-card .who img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid var(--c-line);
}
.theme-v4 .story-card .who b {
  display: block;
  color: var(--c-ink);
}
.theme-v4 .story-card .who span {
  font-size: 0.85rem;
  color: var(--c-gray);
}
.theme-v4 .story-card:hover {
  border-color: var(--c-ink);
  transform: translateY(-4px);
  box-shadow: 8px 8px 0 rgba(14, 15, 19, 0.08);
}

.hero-slider {
  position: relative;
  padding: 30px 0 14px;
}

.hs-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 6px 2px 16px;
  margin-bottom: 18px;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}
.hs-thumbs::-webkit-scrollbar {
  height: 6px;
}
.hs-thumbs::-webkit-scrollbar-thumb {
  background: var(--c-line);
  border-radius: 10px;
}

.hs-thumb {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 11px;
  scroll-snap-align: start;
  padding: 8px 16px 8px 8px;
  border-radius: var(--r-pill);
  background: var(--c-white);
  border: 1.5px solid var(--c-line);
  transition: all 0.25s ease;
  cursor: pointer;
}
.hs-thumb .t-img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
  border: 2px solid #fff;
  box-shadow: var(--sh-xs);
}
.hs-thumb .t-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hs-thumb .t-label {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--c-ink);
  white-space: nowrap;
}
.hs-thumb:hover {
  border-color: var(--c-tertiary);
  transform: translateY(-2px);
}
.hs-thumb.is-active {
  background: var(--c-primary);
  border-color: var(--c-primary);
}
.hs-thumb.is-active .t-label {
  color: #fff;
}
.hs-thumb.is-active .t-img {
  border-color: rgba(255, 255, 255, 0.5);
}

.hs-frame {
  position: relative;
}

.hs-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  color: var(--c-primary);
  font-size: 1.2rem;
  box-shadow: var(--sh-md);
  transition: all 0.25s ease;
  backdrop-filter: blur(4px);
}
.hs-nav:hover {
  background: var(--c-primary);
  color: #fff;
}
.hs-nav.hs-prev {
  left: -10px;
}
.hs-nav.hs-next {
  right: -10px;
}
@media (max-width: 767.98px) {
  .hs-nav {
    display: none;
  }
}

.hero-swiper {
  border-radius: var(--r-lg);
  overflow: hidden;
}

.hs-card {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  min-height: 460px;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .hs-card {
    grid-template-columns: 1fr;
  }
}

.hs-media {
  position: relative;
  overflow: hidden;
  min-height: 280px;
}
.hs-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hs-media .video-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 2;
}
.hs-media .video-play::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(35, 47, 82, 0.28);
}
.hs-media .video-play i {
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  color: var(--c-primary);
  font-size: 2.1rem;
  box-shadow: var(--sh-lg);
  transition: transform 0.3s ease;
}
.hs-media .video-play:hover i {
  transform: scale(1.08);
}

.hs-media .hs-pill {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  background: var(--c-secondary);
  color: var(--c-primary-900);
  font-weight: 800;
  font-size: 0.82rem;
  padding: 8px 16px;
  border-radius: var(--r-pill);
  box-shadow: var(--sh-sm);
}

.hs-body {
  padding: clamp(26px, 3.4vw, 46px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.hs-cat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-tertiary);
}

.hs-title {
  font-size: clamp(1.7rem, 3.2vw, 2.7rem);
  line-height: 1.08;
  color: var(--c-ink);
}

.hs-text {
  color: var(--c-body);
  font-size: 1.02rem;
  max-width: 46ch;
}

.hs-amounts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.hs-amounts .amt {
  padding: 8px 14px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--c-line);
  background: #fff;
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--c-body);
  transition: all 0.2s ease;
  line-height: 1.12;
  text-align: center;
}
.hs-amounts .amt:hover {
  border-color: var(--c-tertiary);
  color: var(--c-primary);
}
.hs-amounts .amt.is-active {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: #fff;
}

.hs-buy {
  display: flex;
  gap: 10px;
  align-items: stretch;
  margin-top: 4px;
  flex-wrap: wrap;
}

.hs-input {
  position: relative;
  flex: 0 0 auto;
  height: 48px;
  display: flex;
  align-items: stretch;
  border: 1.5px solid var(--c-line);
  border-radius: var(--r-sm);
  overflow: hidden;
  background: #fff;
}
.hs-input .cur {
  display: grid;
  place-items: center;
  padding: 0 13px;
  font-weight: 800;
  color: var(--c-primary);
  font-family: var(--ff-display);
  background: var(--c-light-2);
  font-size: 0.95rem;
}
.hs-input input {
  width: 88px;
  flex: 0 0 88px;
  border: none;
  padding: 0 12px;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.06rem;
  color: var(--c-ink);
  text-align: left;
  -moz-appearance: textfield;
}
.hs-input input:focus {
  outline: none;
}
.hs-input input::-webkit-outer-spin-button, .hs-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.hs-input .step {
  display: flex;
  flex-direction: column;
  flex: 0 0 36px;
  width: 36px;
  padding: 0;
  margin: 0;
  border: 0;
  border-left: 1.5px solid var(--c-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.hs-input .step:hover {
  transform: none;
  box-shadow: none;
}
.hs-input .step button {
  flex: 1;
  display: grid;
  place-items: center;
  color: var(--c-primary);
  font-size: 0.85rem;
  background: var(--c-light-2);
  transition: all 0.15s ease;
}
.hs-input .step button:hover {
  background: var(--c-primary);
  color: #fff;
}
.hs-input .step button + button {
  border-top: 1.5px solid var(--c-line);
}

.hs-buy .btn {
  flex: 0 0 auto;
  height: 48px;
  padding: 0 26px;
  font-size: 0.96rem;
}

.hs-links {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 4px;
  font-size: 0.92rem;
}

.hs-links a {
  font-weight: 700;
  color: var(--c-primary);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hs-links a i {
  transition: transform 0.2s ease;
}
.hs-links a:hover i {
  transform: translateX(4px);
}

.theme-v1 .hero-slider {
  background: radial-gradient(55% 70% at 92% 0%, rgba(255, 77, 148, 0.08), transparent 60%), var(--c-white);
}

.theme-v2 .hero-slider {
  padding-top: 0;
  background: var(--grad-deep);
}
.theme-v2 .hero-slider .container {
  max-width: 100%;
  padding: 0;
}
.theme-v2 .hs-thumbs {
  max-width: var(--container);
  margin-inline: auto;
  padding: 22px 24px 18px;
}
.theme-v2 .hs-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}
.theme-v2 .hs-thumb .t-label {
  color: rgba(255, 255, 255, 0.92);
}
.theme-v2 .hs-thumb.is-active {
  background: var(--c-secondary);
  border-color: var(--c-secondary);
}
.theme-v2 .hs-thumb.is-active .t-label {
  color: var(--c-primary-900);
}
.theme-v2 .hs-frame {
  max-width: 100%;
}
.theme-v2 .hero-swiper, .theme-v2 .hs-card {
  border-radius: 0;
  border: 0;
}
.theme-v2 .hs-card {
  min-height: 600px;
  position: relative;
  grid-template-columns: 1fr;
}
.theme-v2 .hs-media {
  position: absolute;
  inset: 0;
}
.theme-v2 .hs-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(35, 47, 82, 0.94) 0%, rgba(60, 87, 155, 0.72) 45%, rgba(35, 47, 82, 0.25) 100%);
}
.theme-v2 .hs-body {
  position: relative;
  z-index: 3;
  max-width: var(--container);
  margin-inline: auto;
  width: 100%;
  padding: clamp(40px, 6vw, 90px) 24px;
}
.theme-v2 .hs-title {
  color: #fff;
  font-size: clamp(2.2rem, 4.6vw, 4rem);
  max-width: 16ch;
}
.theme-v2 .hs-text {
  color: rgba(255, 255, 255, 0.88);
}
.theme-v2 .hs-cat {
  color: var(--c-secondary);
}
.theme-v2 .hs-amounts .amt {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}
.theme-v2 .hs-amounts .amt.is-active {
  background: var(--c-secondary);
  border-color: var(--c-secondary);
  color: var(--c-primary-900);
}
.theme-v2 .hs-input {
  background: rgba(255, 255, 255, 0.96);
  border-color: transparent;
}
.theme-v2 .hs-links a {
  color: #fff;
}
.theme-v2 .hs-nav {
  top: auto;
  bottom: 30px;
  transform: none;
}
.theme-v2 .hs-nav.hs-prev {
  left: auto;
  right: 84px;
}
.theme-v2 .hs-nav.hs-next {
  right: 24px;
}

.theme-v3 .hero-slider {
  background: var(--c-cream);
}
.theme-v3 .hs-card {
  border-radius: var(--r-xl);
}
.theme-v3 .hero-swiper {
  border-radius: var(--r-xl);
}
.theme-v3 .hs-thumb.is-active {
  background: var(--c-success);
  border-color: var(--c-success);
}
.theme-v3 .hs-cat {
  color: var(--c-success);
}
.theme-v3 .hs-amounts .amt.is-active {
  background: var(--c-success);
  border-color: var(--c-success);
}
.theme-v3 .hs-media .hs-pill {
  background: var(--c-success);
  color: #fff;
}
.theme-v3 .hs-input .cur {
  color: var(--c-success);
}

.campaign-card.is-hidden {
  display: none;
}

.page-banner {
  position: relative;
  overflow: hidden;
  background: var(--c-primary-900);
  color: #fff;
  padding: clamp(30px, 3.8vw, 52px) 0;
}
.page-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--c-secondary);
}
.page-banner .inner {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  position: relative;
  z-index: 1;
}
.page-banner h1 {
  color: #fff;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.12;
}
.page-banner p {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 10px;
  max-width: 640px;
  font-size: 1rem;
  line-height: 1.6;
}
.page-banner.page-banner--image .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-banner.page-banner--image .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner.page-banner--image .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(28, 23, 64, 0.82);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  margin-bottom: 10px;
}
.breadcrumb a {
  color: rgba(255, 255, 255, 0.78);
}
.breadcrumb a:hover {
  color: #fff;
}
.breadcrumb .sep {
  opacity: 0.5;
}
.breadcrumb .current {
  color: var(--c-banner-current);
  font-weight: 600;
}

.page-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
}
@media (max-width: 991.98px) {
  .page-layout {
    grid-template-columns: 1fr;
  }
}
.page-layout > * {
  min-width: 0;
}

.page-layout--left {
  grid-template-columns: 340px 1fr;
}
@media (max-width: 991.98px) {
  .page-layout--left {
    grid-template-columns: 1fr;
  }
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: calc(var(--header-h) + 16px);
}
@media (max-width: 991.98px) {
  .sidebar {
    position: static;
  }
}

.widget {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  padding: 24px;
}
.widget .widget-title {
  font-size: 1.1rem;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--c-line);
  display: flex;
  align-items: center;
  gap: 10px;
}
.widget .widget-title i {
  color: var(--c-tertiary);
}

.widget-list {
  display: flex;
  flex-direction: column;
}

.widget-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid var(--c-line);
  color: var(--c-body);
  font-weight: 600;
  font-size: 0.95rem;
}
.widget-list a:last-child {
  border-bottom: 0;
}
.widget-list a:hover {
  color: var(--c-primary);
  padding-left: 4px;
}
.widget-list a .count {
  background: var(--c-light);
  color: var(--c-gray);
  font-size: 0.8rem;
  padding: 2px 9px;
  border-radius: var(--r-pill);
}

.mini-post {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--c-line);
  align-items: center;
}
.mini-post:last-child {
  border-bottom: 0;
}
.mini-post img {
  width: 70px;
  height: 60px;
  border-radius: var(--r-xs);
  object-fit: cover;
  flex: 0 0 auto;
}
.mini-post .d {
  font-size: 0.78rem;
  color: var(--c-tertiary);
  font-weight: 700;
}
.mini-post h4 {
  font-size: 0.95rem;
  line-height: 1.3;
  font-family: var(--ff-body);
  font-weight: 700;
  color: var(--c-ink);
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag-cloud a {
  background: var(--c-light-2);
  color: var(--c-body);
  padding: 7px 14px;
  border-radius: var(--r-pill);
  font-size: 0.85rem;
  font-weight: 600;
}
.tag-cloud a:hover {
  background: var(--c-primary);
  color: #fff;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
  align-items: center;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 18px 8px 9px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--c-line);
  background: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--c-body);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}
.filter-chip i {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c-light);
  color: var(--c-primary);
  font-size: 0.95rem;
  transition: background 0.2s ease, color 0.2s ease;
}
.filter-chip:hover {
  border-color: var(--c-primary);
  color: var(--c-primary);
  transform: translateY(-1px);
  box-shadow: var(--sh-xs);
}
.filter-chip.is-active {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: #fff;
}
.filter-chip.is-active i {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.campaign-card {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.35s ease;
}
.campaign-card .media {
  position: relative;
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.campaign-card .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.campaign-card .cat-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--c-secondary);
  color: var(--c-primary-900);
  font-weight: 700;
  font-size: 0.76rem;
  padding: 6px 13px;
  border-radius: var(--r-pill);
  z-index: 1;
}
.campaign-card .body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.campaign-card h3 {
  font-size: 1.16rem;
  line-height: 1.3;
}
.campaign-card h3 a {
  color: inherit;
  text-decoration: none;
}
.campaign-card h3 a:hover {
  color: var(--c-primary);
}
.campaign-card .desc {
  font-size: 0.92rem;
  color: var(--c-body);
}
.campaign-card .foot {
  margin-top: auto;
  display: flex;
  gap: 10px;
}
.campaign-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--sh-md);
}
.campaign-card:hover .media img {
  transform: scale(1.06);
}

.pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 48px;
}

.pagination a, .pagination span {
  min-width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0 6px;
  border-radius: var(--r-sm);
  border: 1.5px solid var(--c-line);
  background: #fff;
  font-weight: 700;
  color: var(--c-body);
  transition: all 0.2s ease;
}
.pagination a:hover, .pagination span:hover {
  border-color: var(--c-primary);
  color: var(--c-primary);
}

.pagination .is-active {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: #fff;
}

.form-card {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  padding: clamp(24px, 4vw, 40px);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media (max-width: 767.98px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

.form-group {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group > label {
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--c-ink);
}

.form-group .req {
  color: var(--c-primary);
}

.form-control {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--c-line);
  border-radius: var(--r-sm);
  background: #fff;
  font-family: var(--ff-body);
  font-size: 1rem;
  color: var(--c-ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-control::placeholder {
  color: var(--c-muted);
}
.form-control:focus {
  outline: none;
  border-color: var(--c-tertiary);
  box-shadow: 0 0 0 4px rgba(255, 77, 148, 0.12);
}

textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23888d99'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 42px;
  cursor: pointer;
}

.input-icon {
  position: relative;
}
.input-icon .form-control {
  padding-left: 46px;
}
.input-icon > i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--c-gray);
  font-size: 1.1rem;
}

.form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  color: var(--c-body);
}
.form-check input {
  width: 19px;
  height: 19px;
  accent-color: var(--c-primary);
  margin-top: 2px;
  flex: 0 0 auto;
}
.form-check a {
  color: var(--c-primary);
  font-weight: 600;
}

.form-hint {
  font-size: 0.84rem;
  color: var(--c-gray);
}

.seg {
  display: inline-flex;
  background: var(--c-light-2);
  border-radius: var(--r-pill);
  padding: 5px;
  gap: 4px;
}

.seg label {
  padding: 10px 22px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--c-body);
  cursor: pointer;
  transition: all 0.2s ease;
}

.seg input {
  display: none;
}

.seg input:checked + label, .seg label.is-active {
  background: #fff;
  color: var(--c-primary);
  box-shadow: var(--sh-xs);
}

.auth {
  min-height: calc(100vh - var(--header-h));
  display: grid;
  grid-template-columns: 1.05fr 1fr;
}
@media (max-width: 991.98px) {
  .auth {
    grid-template-columns: 1fr;
  }
}

.auth__visual {
  position: relative;
  overflow: hidden;
  background: var(--grad-banner);
  color: #fff;
  padding: clamp(40px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}
@media (max-width: 991.98px) {
  .auth__visual {
    display: none;
  }
}
.auth__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
  z-index: 0;
}
.auth__visual > * {
  position: relative;
  z-index: 1;
}
.auth__visual h2 {
  color: #fff;
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  max-width: 18ch;
}
.auth__visual p {
  color: rgba(255, 255, 255, 0.86);
  max-width: 42ch;
}
.auth__visual .auth-points {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}
.auth__visual .auth-points span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.auth__visual .auth-points span i {
  color: var(--c-secondary);
}

.auth__form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(28px, 5vw, 64px);
}

.auth__form .box {
  width: 100%;
  max-width: 420px;
}
.auth__form .box .brand-mark {
  height: 50px;
  margin-bottom: 22px;
}
.auth__form .box h1 {
  font-size: 1.7rem;
  margin-bottom: 6px;
}
.auth__form .box .sub {
  color: var(--c-body);
  margin-bottom: 26px;
}
.auth__form .box .alt {
  text-align: center;
  margin-top: 22px;
  font-size: 0.94rem;
  color: var(--c-body);
}
.auth__form .box .alt a {
  color: var(--c-primary);
  font-weight: 700;
}
.auth__form .box .divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 22px 0;
  color: var(--c-gray);
  font-size: 0.85rem;
}
.auth__form .box .divider::before, .auth__form .box .divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--c-line);
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.acc-item {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  overflow: hidden;
}

.acc-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--c-ink);
  text-align: left;
  cursor: pointer;
}
.acc-head .ico {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c-light);
  color: var(--c-primary);
  transition: all 0.3s ease;
}

.acc-item.is-open .acc-head .ico {
  background: var(--c-primary);
  color: #fff;
  transform: rotate(45deg);
}

.acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.acc-body .inner {
  padding: 0 24px 22px;
  color: var(--c-body);
}

.acc-item.is-open .acc-body {
  max-height: 600px;
}

.tabs {
  display: flex;
  gap: 6px;
  border-bottom: 1px solid var(--c-line);
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.tab-btn {
  padding: 13px 20px;
  font-weight: 700;
  color: var(--c-body);
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  transition: all 0.2s ease;
}
.tab-btn:hover {
  color: var(--c-primary);
}
.tab-btn.is-active {
  color: var(--c-primary);
  border-color: var(--c-primary);
}

.tab-panel {
  display: none;
}

.tab-panel.is-active {
  display: block;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  font-size: 0.86rem;
  color: var(--c-gray);
  font-weight: 600;
}
.post-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.post-meta i {
  color: var(--c-tertiary);
}
.post-meta .sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--c-line);
}

.theme-v3 .post-meta i {
  color: var(--c-success);
}

.detail-gallery {
  position: relative;
}

.gallery-main {
  border-radius: var(--r-md);
  overflow: hidden;
  height: clamp(280px, 40vw, 460px);
  background: var(--c-light);
}
.gallery-main .swiper-wrapper {
  height: 100%;
}
.gallery-main .swiper-slide {
  position: relative;
  height: 100%;
}
.gallery-main .swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-main .g-badge {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  color: var(--c-primary);
  font-size: 1.05rem;
  box-shadow: var(--sh-sm);
  pointer-events: none;
}
.gallery-main .g-play {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.gallery-main .g-play::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(35, 47, 82, 0.28);
}
.gallery-main .g-play i {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  color: var(--c-primary);
  font-size: 1.8rem;
  box-shadow: var(--sh-lg);
}
.gallery-main .gm-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  color: var(--c-primary);
  box-shadow: var(--sh-sm);
  transition: all 0.2s ease;
}
.gallery-main .gm-nav:hover {
  background: var(--c-primary);
  color: #fff;
}
.gallery-main .gm-nav.gm-prev {
  left: 14px;
}
.gallery-main .gm-nav.gm-next {
  right: 14px;
}
.gallery-main .gm-nav.swiper-button-disabled {
  opacity: 0.4;
}

.gallery-thumbs {
  margin-top: 12px;
}
.gallery-thumbs .swiper-slide {
  aspect-ratio: 16/11;
  border-radius: var(--r-xs);
  overflow: hidden;
  cursor: pointer;
  opacity: 0.55;
  border: 2px solid transparent;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}
.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: var(--c-primary);
}

.iti {
  width: 100%;
  display: block;
}

.iti input, .iti input[type=tel], .iti input[type=text] {
  width: 100%;
}

.iti__selected-flag {
  border-radius: var(--r-sm) 0 0 var(--r-sm);
}

.form-subhead {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.12rem;
  color: var(--c-ink);
  margin: 30px 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--c-line);
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-subhead i {
  color: var(--c-tertiary);
}
.form-subhead:first-child {
  margin-top: 0;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
}
@media (max-width: 767.98px) {
  .check-grid {
    grid-template-columns: 1fr;
  }
}

.check-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 991.98px) {
  .check-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .check-grid--3 {
    grid-template-columns: 1fr;
  }
}

.donate-panel {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  padding: 26px;
  position: sticky;
  top: calc(var(--header-h) + 16px);
}
.donate-panel .amt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 16px 0;
}
@media (max-width: 991.98px) {
  .donate-panel {
    position: static;
  }
}

.prose {
  color: var(--c-body);
  font-size: 1.05rem;
  line-height: 1.8;
}
.prose h2 {
  font-size: 1.5rem;
  margin: 28px 0 14px;
}
.prose h3 {
  font-size: 1.2rem;
  margin: 22px 0 10px;
}
.prose p {
  margin-bottom: 16px;
}
.prose ul, .prose ol {
  margin: 0 0 16px 1.2em;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.prose ul {
  list-style: disc;
}
.prose ol {
  list-style: decimal;
}
.prose blockquote {
  border-left: 4px solid var(--c-secondary);
  background: var(--c-light-2);
  padding: 18px 22px;
  border-radius: var(--r-sm);
  margin: 20px 0;
  font-style: italic;
  color: var(--c-ink);
}
.prose img {
  border-radius: var(--r-md);
  margin: 20px 0;
}
.prose a {
  color: var(--c-primary);
  font-weight: 600;
  text-decoration: underline;
}

.bank-card {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bank-card .bank-head {
  display: flex;
  align-items: center;
  gap: 14px;
}
.bank-card .bank-head .logo {
  height: 40px;
  width: auto;
}
.bank-card .bank-head .cur {
  margin-left: auto;
  background: var(--c-light);
  color: var(--c-primary);
  font-weight: 800;
  font-size: 0.82rem;
  padding: 6px 12px;
  border-radius: var(--r-pill);
}
.bank-card .iban {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: var(--c-light-2);
  border-radius: var(--r-sm);
  padding: 14px 16px;
}
.bank-card .iban code {
  font-family: var(--ff-display);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--c-ink);
  font-size: 1.02rem;
}
.bank-card .iban .copy {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: var(--r-xs);
  background: #fff;
  border: 1px solid var(--c-line);
  color: var(--c-primary);
}
.bank-card .iban .copy:hover {
  background: var(--c-primary);
  color: #fff;
}
.bank-card .bank-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.92rem;
}
.bank-card .bank-row .k {
  color: var(--c-gray);
}
.bank-card .bank-row .v {
  font-weight: 600;
  color: var(--c-ink);
}

.bank-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.95rem;
}
.bank-row .k {
  color: var(--c-gray);
}
.bank-row .v {
  font-weight: 600;
  color: var(--c-ink);
}

.dash {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  align-items: start;
}
@media (max-width: 991.98px) {
  .dash {
    grid-template-columns: 1fr;
  }
}

.dash-nav {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  padding: 14px;
  position: sticky;
  top: calc(var(--header-h) + 16px);
}
@media (max-width: 991.98px) {
  .dash-nav {
    position: static;
  }
}
.dash-nav .u {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-bottom: 1px solid var(--c-line);
  margin-bottom: 8px;
}
.dash-nav .u .ava {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--grad-cyan);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-family: var(--ff-display);
}
.dash-nav .u b {
  color: var(--c-ink);
  display: block;
}
.dash-nav .u small {
  color: var(--c-gray);
}
.dash-nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: var(--r-xs);
  color: var(--c-body);
  font-weight: 600;
  font-size: 0.95rem;
}
.dash-nav a i {
  color: var(--c-gray);
}
.dash-nav a:hover {
  background: var(--c-light-2);
  color: var(--c-primary);
}
.dash-nav a:hover i {
  color: var(--c-primary);
}
.dash-nav a.is-active {
  background: var(--c-primary);
  color: #fff;
}
.dash-nav a.is-active i {
  color: #fff;
}

.table-card {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  overflow: hidden;
}

.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.94rem;
}
.table th {
  text-align: left;
  background: var(--c-light-2);
  color: var(--c-ink);
  font-weight: 700;
  padding: 15px 18px;
  white-space: nowrap;
}
.table td {
  padding: 15px 18px;
  border-top: 1px solid var(--c-line);
  color: var(--c-body);
}
.table tr:hover td {
  background: var(--c-light-2);
}

.badge-status {
  font-size: 0.8rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: var(--r-pill);
}

.badge-status.ok {
  background: rgba(68, 161, 137, 0.14);
  color: #2f7a66;
}

.badge-status.wait {
  background: rgba(240, 164, 41, 0.16);
  color: #a9710f;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 767.98px) {
  .contact-cards {
    grid-template-columns: 1fr;
  }
}

.contact-card {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  padding: 28px;
  text-align: center;
}
.contact-card .ico {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c-light);
  color: var(--c-primary);
  font-size: 1.5rem;
}
.contact-card h4 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}
.contact-card p {
  color: var(--c-body);
  font-size: 0.95rem;
}

.map-embed {
  border-radius: var(--r-md);
  overflow: hidden;
  border: 1px solid var(--c-line);
  line-height: 0;
}
.map-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  filter: grayscale(0.2);
}

.zekat-result {
  background: var(--grad-banner);
  color: #fff;
  border-radius: var(--r-md);
  padding: 28px;
  text-align: center;
}
.zekat-result .label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
}
.zekat-result .amount {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin: 8px 0;
  color: #fff;
}
.zekat-result .amount .c {
  color: var(--c-secondary);
}

.error-page {
  min-height: 70vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 60px 0;
}
.error-page .big {
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: clamp(6rem, 18vw, 12rem);
  line-height: 1;
  background: var(--grad-cyan);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.error-page h1 {
  margin: 8px 0 12px;
}
.error-page p {
  color: var(--c-body);
  max-width: 460px;
  margin: 0 auto 26px;
}

.lead-narrow {
  max-width: 720px;
}

.table-card {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767.98px) {
  .table {
    min-width: 560px;
  }
}
@media (max-width: 767.98px) {
  .seg {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .seg label {
    flex: 1 1 auto;
    text-align: center;
  }
  .hs-buy {
    flex-direction: column;
    align-items: stretch;
  }
  .hs-input {
    width: 100%;
  }
  .hs-input input {
    flex: 1 1 auto;
    width: auto;
  }
  .hs-buy .btn {
    width: 100%;
    justify-content: center;
  }
  .filter-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
  }
  .filter-bar .filter-chip {
    flex: 0 0 auto;
  }
  .donate-panel, .dash-nav, .sidebar {
    position: static;
  }
  .page-banner {
    padding: 22px 0 24px;
  }
}
@media (max-width: 767.98px) {
  .pagination {
    flex-wrap: wrap;
  }
}
.table td, .table th {
  word-break: break-word;
}

.hm1 {
  background: var(--c-white);
}

.hm1 section {
  position: relative;
}

/* ---- shared bits ---- */
.hm1-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-secondary);
  background: rgba(252, 1, 110, 0.08);
  padding: 8px 15px;
  border-radius: var(--r-pill);
}

.hm1-kicker--indigo {
  color: var(--c-primary);
  background: rgba(74, 65, 168, 0.09);
}

.hm1-h2 {
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
  line-height: 1.08;
  color: var(--c-ink);
}

.hm1-h2 em {
  font-style: normal;
  color: var(--c-secondary);
}

.hm1-sechead {
  max-width: 720px;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.hm1-sechead .hm1-h2 {
  margin-top: 16px;
}

.hm1-sechead p {
  margin-top: 14px;
  color: var(--c-body);
  font-size: 1.06rem;
}

.hm1-sechead--center {
  margin-inline: auto;
  text-align: center;
}
.hm1-sechead--center .hm1-kicker {
  margin-inline: auto;
}

.hm1-sechead--between {
  max-width: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.hm1-sechead--between > div {
  max-width: 640px;
}

/* ============================ HERO — MEDYA SLIDER ============================ */
.hm1-hero {
  padding: clamp(16px, 2vw, 30px) 0 clamp(22px, 3vw, 40px);
  background: var(--c-white);
}

.hm1-hero__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.hm1-hs {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-lg);
  background: var(--c-primary-900);
}

.hm1-hs__swiper {
  height: 100%;
}

.hm1-hs__slide {
  position: relative;
  min-height: clamp(460px, 64vh, 660px);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  color: #fff;
}

.hm1-hs__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: var(--c-primary-900);
}

.hm1-hs__media img, .hm1-hs__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hm1-hs__media iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1.5);
  border: 0;
  pointer-events: none;
}

.hm1-hs__play {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.hm1-hs__play .ic {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c-secondary);
  color: #fff;
  font-size: 30px;
  padding-left: 4px;
  box-shadow: 0 10px 30px rgba(214, 20, 120, 0.42);
  position: relative;
  transition: transform 0.25s ease;
}
.hm1-hs__play .ic::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.55);
  animation: hm1-hs-pulse 2.4s ease-out infinite;
}
.hm1-hs__play .tx {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3px;
  background: rgba(28, 23, 64, 0.55);
  padding: 6px 14px;
  border-radius: var(--r-pill);
  backdrop-filter: blur(4px);
}
.hm1-hs__play:hover .ic {
  transform: scale(1.08);
}

@keyframes hm1-hs-pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.35);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hm1-hs__play .ic::before {
    animation: none;
  }
}
@media (max-width: 767.98px) {
  .hm1-hs__play {
    top: 38%;
  }
  .hm1-hs__play .ic {
    width: 64px;
    height: 64px;
    font-size: 26px;
  }
}
.hm1-hs__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(28, 23, 64, 0.9) 0%, rgba(28, 23, 64, 0.62) 42%, rgba(28, 23, 64, 0.12) 100%);
}

.hm1-hs__body {
  position: relative;
  width: 100%;
  max-width: 660px;
  padding: clamp(28px, 4vw, 60px);
}

.hm1-hs__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--c-secondary);
  color: #fff;
  font-weight: 800;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: var(--r-pill);
}

.hm1-hs__title {
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  font-size: clamp(2rem, 4.2vw, 3.5rem);
  line-height: 1.04;
  margin: 18px 0 0;
}

.hm1-hs__text {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.06rem;
  line-height: 1.5;
  max-width: 44ch;
}

.hm1-hs__donate {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.hm1-hs__amts {
  display: flex;
  gap: 8px;
}

.hm1-hs__amt {
  padding: 12px 18px;
  border-radius: var(--r-pill);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(4px);
  color: #fff;
  font-weight: 800;
  font-family: var(--ff-display);
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.18s ease;
}
.hm1-hs__amt:hover {
  border-color: #fff;
}
.hm1-hs__amt.is-active {
  background: var(--c-secondary);
  border-color: var(--c-secondary);
  color: #fff;
}

.hm1-hs__donate .btn {
  box-shadow: 0 10px 26px rgba(214, 20, 120, 0.34);
}

.hm1-hs__arrow {
  position: absolute;
  bottom: 22px;
  z-index: 6;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  color: var(--c-primary);
  font-size: 1.15rem;
  box-shadow: var(--sh-md);
  transition: all 0.2s ease;
  cursor: pointer;
}
.hm1-hs__arrow:hover {
  background: var(--c-secondary);
  color: #fff;
}

.hm1-hs__prev {
  right: 84px;
}

.hm1-hs__next {
  right: 22px;
}

@media (max-width: 767.98px) {
  .hm1-hs__arrow {
    display: none;
  }
}
.hm1-hs__dots {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.hm1-hs__dot {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: var(--r-md);
  border: 1px solid var(--c-line);
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s ease;
  overflow: hidden;
}
.hm1-hs__dot .th {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.hm1-hs__dot .th img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm1-hs__dot .th .vb {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c-secondary);
  color: #fff;
  font-size: 0.6rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
.hm1-hs__dot .tx {
  min-width: 0;
  flex: 1;
}
.hm1-hs__dot .tx b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.92rem;
  color: var(--c-ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hm1-hs__dot .tx small {
  display: block;
  color: var(--c-gray);
  font-size: 0.78rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hm1-hs__dot:hover {
  border-color: var(--c-primary);
  background: var(--c-light-2);
}
.hm1-hs__dot.is-active {
  border-color: var(--c-primary);
  background: var(--c-light-2);
  box-shadow: var(--sh-sm);
}

.hm1-hs__load {
  display: block;
  height: 4px;
  border-radius: var(--r-pill);
  background: var(--c-line);
  overflow: hidden;
  margin-top: 8px;
}

.hm1-hs__load i {
  display: block;
  height: 100%;
  width: 0;
  background: var(--c-secondary);
  border-radius: inherit;
}

@media (max-width: 991.98px) {
  .hm1-hs__dots {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .hm1-hs__dots {
    grid-template-columns: 1fr;
  }
  .hm1-hs__dot .tx small {
    display: none;
  }
}
/* inline metrics bar */
.hm1-metrics {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  margin-top: clamp(30px, 3.5vw, 48px);
}

.hm1-metrics__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--c-line);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  overflow: hidden;
}

.hm1-metric {
  background: #fff;
  padding: 26px 24px;
}

.hm1-metric b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  color: var(--c-primary);
  line-height: 1;
}

.hm1-metric b .u {
  color: var(--c-secondary);
}

.hm1-metric span {
  display: block;
  margin-top: 8px;
  color: var(--c-body);
  font-weight: 600;
  font-size: 0.92rem;
}

/* ============================ TABBED DONATIONS ============================ */
.hm1-give-sec {
  padding: clamp(56px, 7vw, 104px) 0 clamp(48px, 6vw, 88px);
}

.hm1-give-sec__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.hm1-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 6px;
  margin-bottom: clamp(26px, 3vw, 40px);
  scrollbar-width: none;
  border-bottom: 0;
}
.hm1-tabs::-webkit-scrollbar {
  display: none;
}

.hm1-tabs .tab-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  margin: 0;
  border: 1px solid var(--c-line);
  border-radius: var(--r-pill);
  background: #fff;
  color: var(--c-ink);
  font-weight: 700;
  font-size: 0.9rem;
  transition: all 0.18s ease;
}
.hm1-tabs .tab-btn i {
  color: var(--c-primary);
}
.hm1-tabs .tab-btn:hover {
  border-color: var(--c-primary);
  background: var(--c-light-2);
}
.hm1-tabs .tab-btn.is-active {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: #fff;
}
.hm1-tabs .tab-btn.is-active i {
  color: #fff;
}

.hm1-tabpanels .tab-panel {
  display: none;
}

.hm1-tabpanels .tab-panel.is-active {
  display: block;
  animation: hm1fade 0.4s ease;
}

@keyframes hm1fade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.hm1-caro {
  position: relative;
}

.hm1-caro .sw-prev, .hm1-caro .sw-next {
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
  z-index: 6;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--sh-md);
}

.hm1-caro .sw-prev {
  left: -14px;
}

.hm1-caro .sw-next {
  right: -14px;
}

@media (max-width: 1199.98px) {
  .hm1-caro .sw-prev {
    left: 2px;
  }
  .hm1-caro .sw-next {
    right: 2px;
  }
}
@media (max-width: 767.98px) {
  .hm1-caro .sw-prev, .hm1-caro .sw-next {
    display: none;
  }
}
.hm1-dcard {
  position: relative;
  height: 100%;
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--sh-xs);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
}
.hm1-dcard:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-md);
  border-color: transparent;
}

.hm1-dcard__img {
  position: relative;
  aspect-ratio: 16/11;
  overflow: hidden;
}
.hm1-dcard__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.hm1-dcard__img::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(20, 16, 46, 0.3), transparent 42%);
}

.hm1-dcard:hover .hm1-dcard__img img {
  transform: scale(1.06);
}

.hm1-dcard__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--c-primary);
  backdrop-filter: blur(4px);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: var(--r-pill);
  box-shadow: var(--sh-xs);
}
.hm1-dcard__tag i {
  font-size: 0.92rem;
}

.hm1-dcard__fav {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.92);
  color: var(--c-primary);
  display: grid;
  place-items: center;
  font-size: 0.92rem;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease, color 0.2s ease;
  box-shadow: var(--sh-xs);
}

.hm1-dcard:hover .hm1-dcard__fav {
  opacity: 1;
  transform: none;
}

.hm1-dcard__fav:hover, .hm1-dcard__fav.is-saved {
  background: var(--c-secondary);
  color: #fff;
  opacity: 1;
  transform: none;
}

.hm1-dcard__b {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex: 1;
}

.hm1-dcard__b h3 {
  font-size: 1.05rem;
  line-height: 1.3;
}
.hm1-dcard__b h3 a {
  color: var(--c-ink);
  transition: color 0.18s ease;
}
.hm1-dcard__b h3 a:hover {
  color: var(--c-primary);
}

.hm1-dcard__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 14px;
  margin-top: -2px;
  font-size: 0.78rem;
  color: var(--c-gray);
  font-weight: 600;
}
.hm1-dcard__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hm1-dcard__meta i {
  color: var(--c-primary);
  font-size: 0.85rem;
}

.hm1-dcard__b .hm1-prog {
  margin-top: 2px;
}

.hm1-dcard__foot {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

.hm1-dcard__foot .btn {
  flex: 1;
}

.hm1-dcard__detail {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: var(--btn-radius);
  display: grid;
  place-items: center;
  border: 1.5px solid var(--c-line);
  color: var(--c-primary);
  font-size: 1rem;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.hm1-dcard__detail i {
  transition: transform 0.18s ease;
}

.hm1-dcard__detail:hover {
  background: var(--c-primary);
  color: #fff;
  border-color: var(--c-primary);
}
.hm1-dcard__detail:hover i {
  transform: translateX(2px);
}

.hm1-give-foot {
  margin-top: clamp(30px, 4vw, 44px);
  display: flex;
  justify-content: center;
}

/* progress (shared: bento + dcard) — düz magenta */
.hm1-prog {
  margin-top: auto;
}

.hm1-prog__bar {
  height: 8px;
  border-radius: var(--r-pill);
  background: var(--c-light);
  overflow: hidden;
}

.hm1-prog__bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--c-secondary);
}

.hm1-prog__row {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--c-ink);
}
.hm1-prog__row .pct {
  color: var(--c-secondary);
}
.hm1-prog__row .g {
  color: var(--c-gray);
  font-weight: 600;
}

/* ============================ CAMPAIGNS (bento) ============================ */
.hm1-camp {
  padding: 0 0 clamp(56px, 7vw, 104px);
}

.hm1-camp__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

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

.hm1-card {
  position: relative;
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--sh-xs);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.hm1-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-md);
}

.hm1-card__img {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.hm1-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hm1-card:hover .hm1-card__img img {
  transform: scale(1.05);
}

.hm1-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--c-primary);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: var(--r-pill);
}

.hm1-card__b {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.hm1-card__b h3 {
  font-size: 1.16rem;
  color: var(--c-ink);
  line-height: 1.25;
}

.hm1-card__b p {
  font-size: 0.92rem;
  color: var(--c-body);
}

.hm1-card__foot {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.hm1-card__foot .btn {
  flex: 1;
}

.hm1-card--feat {
  grid-column: span 2;
  grid-row: span 2;
}

.hm1-card--feat .hm1-card__img {
  aspect-ratio: auto;
  flex: 1;
  min-height: 300px;
}

.hm1-card--feat .hm1-card__b {
  position: absolute;
  inset: auto 0 0 0;
  background: linear-gradient(to top, rgba(28, 23, 64, 0.94), rgba(28, 23, 64, 0.05));
  padding: 26px;
}

.hm1-card--feat h3 {
  color: #fff;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  max-width: 22ch;
}

.hm1-card--feat p {
  color: rgba(255, 255, 255, 0.85);
}

.hm1-card--feat .hm1-prog__bar {
  background: rgba(255, 255, 255, 0.22);
}

.hm1-card--feat .hm1-prog__row {
  color: #fff;
}
.hm1-card--feat .hm1-prog__row .g {
  color: rgba(255, 255, 255, 0.7);
}

.hm1-card--feat .hm1-tag {
  background: var(--c-primary);
  color: #fff;
}

/* ============================ ZEKAT ============================ */
.hm1-zekat {
  padding: clamp(56px, 7vw, 100px) 0;
  background: var(--c-light-2);
}

.hm1-zekat__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.hm1-zekat__copy h2 {
  margin-top: 16px;
}

.hm1-zekat__copy > p {
  margin-top: 16px;
  color: var(--c-body);
  font-size: 1.06rem;
  max-width: 34rem;
}

.hm1-zekat__pts {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hm1-zekat__pt {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-weight: 600;
  color: var(--c-ink);
}
.hm1-zekat__pt i {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(252, 1, 110, 0.1);
  color: var(--c-secondary);
  font-size: 0.95rem;
}
.hm1-zekat__pt small {
  display: block;
  color: var(--c-gray);
  font-weight: 500;
  font-size: 0.86rem;
  margin-top: 2px;
}

.hm1-zcalc {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-lg);
  padding: clamp(24px, 3vw, 34px);
  position: relative;
}

.hm1-zcalc__top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.hm1-zcalc__top .ic {
  width: 46px;
  height: 46px;
  border-radius: var(--r-md);
  display: grid;
  place-items: center;
  background: var(--c-secondary);
  color: #fff;
  font-size: 1.3rem;
}
.hm1-zcalc__top b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--c-ink);
}
.hm1-zcalc__top small {
  color: var(--c-gray);
  font-size: 0.86rem;
}

.hm1-zrow {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 16px;
}

.hm1-zrow label {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--c-body);
}

.hm1-zinput {
  display: flex;
  align-items: center;
  border: 1.5px solid var(--c-line);
  border-radius: var(--r-md);
  background: var(--c-light-2);
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.hm1-zinput:focus-within {
  border-color: var(--c-secondary);
}
.hm1-zinput input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 14px 16px;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--c-ink);
  outline: none;
  -moz-appearance: textfield;
}
.hm1-zinput input::-webkit-outer-spin-button, .hm1-zinput input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.hm1-zinput .suf {
  padding: 0 16px;
  font-weight: 700;
  color: var(--c-gray);
  font-size: 0.9rem;
  white-space: nowrap;
}

.hm1-zresult {
  margin-top: 4px;
  padding: 18px 20px;
  border-radius: var(--r-md);
  background: var(--c-light);
  border: 1px solid var(--c-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.hm1-zresult .l span {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--c-gray);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hm1-zresult .l b {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  color: var(--c-secondary);
  line-height: 1.1;
}

.hm1-zcalc .btn {
  margin-top: 16px;
  width: 100%;
}

.hm1-zcalc__hint {
  margin-top: 12px;
  text-align: center;
  font-size: 0.78rem;
  color: var(--c-muted);
}

/* ============================ NEWS (haberler) ============================ */
.hm1-news {
  padding: clamp(56px, 7vw, 104px) 0;
}

.hm1-news__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.hm1-news__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 26px;
  align-items: stretch;
}

.hm1-feat {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  isolation: isolate;
  box-shadow: var(--sh-sm);
}
.hm1-feat img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform 0.6s ease;
}
.hm1-feat::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to top, rgba(28, 23, 64, 0.92), rgba(28, 23, 64, 0.1) 65%);
}
.hm1-feat:hover img {
  transform: scale(1.05);
}

.hm1-feat__b {
  padding: clamp(24px, 3vw, 36px);
}

.hm1-feat__date {
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hm1-feat__date::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--c-secondary);
}

.hm1-feat__b h3 {
  color: #fff;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.14;
  margin: 14px 0 10px;
  max-width: 20ch;
}

.hm1-feat__b p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
  max-width: 46ch;
}

.hm1-newslist {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hm1-ni {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  background: #fff;
  box-shadow: var(--sh-xs);
  transition: all 0.25s ease;
}
.hm1-ni .th {
  flex: 0 0 auto;
  width: 108px;
  height: 84px;
  border-radius: var(--r-md);
  overflow: hidden;
}
.hm1-ni .th img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.hm1-ni .date {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--c-primary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.hm1-ni h4 {
  font-size: 1.02rem;
  color: var(--c-ink);
  line-height: 1.3;
  margin-top: 6px;
}
.hm1-ni:hover {
  border-color: transparent;
  box-shadow: var(--sh-md);
  transform: translateX(4px);
}
.hm1-ni:hover .th img {
  transform: scale(1.06);
}

/* ============================ VIDEO ============================ */
.hm1-video {
  padding: clamp(56px, 7vw, 104px) 0;
  background: var(--c-primary-900);
  color: #fff;
}

.hm1-video__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  position: relative;
  z-index: 1;
}

.hm1-video .hm1-h2 {
  color: #fff;
}

.hm1-video .hm1-sechead p {
  color: rgba(255, 255, 255, 0.78);
}

.hm1-video__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.hm1-vfeat {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  min-height: 380px;
  display: block;
  isolation: isolate;
}
.hm1-vfeat img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform 0.6s ease;
}
.hm1-vfeat::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to top, rgba(28, 23, 64, 0.85), rgba(28, 23, 64, 0.2));
}
.hm1-vfeat:hover img {
  transform: scale(1.04);
}

.hm1-vfeat__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.hm1-vfeat__cap {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: clamp(22px, 3vw, 32px);
}
.hm1-vfeat__cap .hm1-hs__pill {
  position: static;
}
.hm1-vfeat__cap h3 {
  color: #fff;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  margin-top: 14px;
  max-width: 22ch;
}

.hm1-vlist {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hm1-vi {
  position: relative;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: var(--r-lg);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.25s ease;
  color: #fff;
}
.hm1-vi .th {
  position: relative;
  flex: 0 0 auto;
  width: 120px;
  height: 76px;
  border-radius: var(--r-md);
  overflow: hidden;
}
.hm1-vi .th img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm1-vi .th i {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(28, 23, 64, 0.4);
  color: #fff;
  font-size: 1.4rem;
}
.hm1-vi b {
  font-size: 0.98rem;
  color: #fff;
  line-height: 1.3;
}
.hm1-vi small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
}
.hm1-vi:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(4px);
}

/* ============================ BLOG ============================ */
.hm1-blog {
  padding: clamp(56px, 7vw, 104px) 0;
}

.hm1-blog__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.hm1-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.hm1-post {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--sh-xs);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hm1-post:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-md);
}
.hm1-post:hover .hm1-post__img img {
  transform: scale(1.05);
}

.hm1-post__img {
  aspect-ratio: 16/10;
  overflow: hidden;
  position: relative;
}
.hm1-post__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hm1-post__cat {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--c-primary);
  color: #fff;
  font-weight: 700;
  font-size: 0.74rem;
  padding: 6px 12px;
  border-radius: var(--r-pill);
}

.hm1-post__b {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.hm1-post__meta {
  display: flex;
  align-items: center;
  gap: 8px 14px;
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: var(--c-gray);
  font-weight: 600;
}
.hm1-post__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hm1-post__meta i {
  color: var(--c-primary);
}

.hm1-post__b h3 {
  font-size: 1.16rem;
  color: var(--c-ink);
  line-height: 1.3;
}

.hm1-post__b p {
  font-size: 0.92rem;
  color: var(--c-body);
}

.hm1-post__more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  color: var(--c-primary);
  font-size: 0.9rem;
}
.hm1-post__more i {
  transition: transform 0.25s ease;
}

.hm1-post:hover .hm1-post__more i {
  transform: translateX(4px);
}

/* ============================ FAQ (SSS) ============================ */
.hm1-faq {
  padding: 0 0 clamp(56px, 7vw, 104px);
}

.hm1-faq__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.hm1-faq__aside {
  position: sticky;
  top: 100px;
}

.hm1-faq__aside p {
  margin-top: 16px;
  color: var(--c-body);
  font-size: 1.02rem;
}

.hm1-faq__contact {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
  border-radius: var(--r-lg);
  background: var(--c-light-2);
  border: 1px solid var(--c-line);
}
.hm1-faq__contact b {
  font-family: var(--ff-display);
  color: var(--c-ink);
  font-size: 1.05rem;
}
.hm1-faq__contact .btn {
  align-self: flex-start;
}

.hm1-faq .accordion {
  gap: 12px;
}

.hm1-faq .acc-item {
  border-radius: var(--r-md);
}

/* ============================ RESPONSIVE ============================ */
@media (max-width: 1199.98px) {
  .hm1-bento {
    grid-template-columns: repeat(2, 1fr);
  }
  .hm1-card--feat {
    grid-column: span 2;
    grid-row: span 1;
  }
  .hm1-card--feat .hm1-card__img {
    min-height: 260px;
  }
  .hm1-news__grid {
    grid-template-columns: 1fr;
  }
  .hm1-video__grid {
    grid-template-columns: 1fr;
  }
  .hm1-blog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.98px) {
  .hm1-zekat__in {
    grid-template-columns: 1fr;
  }
  .hm1-faq__in {
    grid-template-columns: 1fr;
  }
  .hm1-faq__aside {
    position: static;
  }
  .hm1-metrics__row {
    grid-template-columns: repeat(2, 1fr);
  }
  .hm1-hs__body {
    max-width: none;
  }
}
@media (max-width: 767.98px) {
  .hm1-bento {
    grid-template-columns: 1fr;
  }
  .hm1-card--feat {
    grid-column: span 1;
  }
  .hm1-blog__grid {
    grid-template-columns: 1fr;
  }
  .hm1-hs__donate {
    gap: 10px;
  }
  .hm1-hs__amts {
    flex-wrap: wrap;
  }
  .hm1-ni .th {
    width: 84px;
    height: 68px;
  }
}
/* =====================================================================
   HEADER  (.hdr2-)
   Editöryel masthead: her zaman krem/beyaz zemin + koyu mürekkep metin
   (bir "dergi başlığı" gibi) — asla şeffaf/karanlık-arkaplan varsayımı
   yok. Scroll sadece ince bir gölge/çizgi ekler (renk değişmez).
   Sticky (kendi mantığı; theme.js yalnız .site-header'ı hedefler).
===================================================================== */
.hdr2 {
  position: sticky;
  top: 0;
  z-index: 900;
  background: var(--c-cream, #fff7f1);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  border-bottom: 1px solid var(--c-line);
}
.hdr2__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 28px;
}
.hdr2__brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.hdr2__logo {
  display: block;
  height: 42px;
  width: auto;
}
.hdr2__logo--light {
  display: none;
}
.hdr2__logo--solid {
  display: block;
}
.hdr2__nav {
  margin-inline: auto;
}
.hdr2__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.hdr2__list a {
  display: inline-block;
  padding: 10px 14px;
  border-radius: var(--r-pill);
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: 15.5px;
  letter-spacing: 0.01em;
  color: var(--c-ink);
  transition: color 0.2s ease, background 0.2s ease;
}
.hdr2__list a:hover {
  color: var(--c-primary);
  background: var(--c-light);
}
.hdr2__has-drop {
  position: relative;
}
.hdr2__has-drop > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hdr2__has-drop .hdr2__caret {
  font-size: 0.68rem;
  opacity: 0.6;
  transition: transform 0.25s ease;
}
.hdr2__has-drop:hover > a .hdr2__caret {
  transform: rotate(180deg);
}
.hdr2__has-drop:hover .hdr2__drop {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.hdr2__drop {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 244px;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-md);
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 20;
}
.hdr2__drop::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
}
.hdr2__drop a {
  display: block;
  padding: 11px 14px;
  border-radius: var(--r-sm);
  font-family: var(--ff-body);
  font-weight: 600;
  font-size: 14.5px;
  color: var(--c-body);
}
.hdr2__drop a:hover {
  background: var(--c-light);
  color: var(--c-primary);
}
.hdr2__drop--proj {
  width: 460px;
  max-width: calc(100vw - 40px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 12px;
}
.hdr2__pj {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 10px 12px !important;
  border-radius: var(--r-md) !important;
  transition: background 0.16s ease;
}
.hdr2__pj .hdr2__pj-ic {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--c-light);
  color: var(--c-primary);
  font-size: 1.15rem;
  box-shadow: var(--sh-xs);
  transition: background 0.18s ease, color 0.18s ease;
}
.hdr2__pj .hdr2__pj-t {
  flex: 1;
  min-width: 0;
  font-family: var(--ff-body);
  font-weight: 600;
  font-size: 14px;
  color: var(--c-ink);
  line-height: 1.2;
}
.hdr2__pj:hover {
  background: var(--c-light) !important;
}
.hdr2__pj:hover .hdr2__pj-ic {
  background: var(--c-primary);
  color: var(--c-white);
}
@media (max-width: 767.98px) {
  .hdr2__drop--proj {
    grid-template-columns: 1fr;
    width: 280px;
  }
}
.hdr2__has-mega {
  position: relative;
}
.hdr2__mega-caret {
  font-size: 0.66rem;
  opacity: 0.85;
  margin-left: 2px;
  transition: transform 0.25s ease;
}
.hdr2__has-mega:hover .hdr2__mega-caret {
  transform: rotate(180deg);
}
.hdr2__mega {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: 760px;
  max-width: calc(100vw - 40px);
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
.hdr2__mega::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
}
.hdr2__has-mega:hover .hdr2__mega {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.hdr2__mega-inner {
  position: relative;
  display: grid;
  grid-template-columns: 244px 1fr;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-lg);
  overflow: hidden;
}
.hdr2__mega-tabs {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px;
  background: var(--c-cream, #fff7f1);
  border-right: 1px solid var(--c-line);
}
.hdr2__mega-tab {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  border-radius: var(--r-md);
  font-family: var(--ff-body);
  font-weight: 600;
  font-size: 14px;
  color: var(--c-body);
  text-align: left;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
.hdr2__mega-tab .tb-ico {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c-white);
  color: var(--c-primary);
  font-size: 1rem;
  box-shadow: var(--sh-xs);
  transition: background 0.18s ease, color 0.18s ease;
}
.hdr2__mega-tab .tb-label {
  flex: 1 1 auto;
}
.hdr2__mega-tab .tb-arrow {
  font-size: 0.7rem;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.hdr2__mega-tab:hover, .hdr2__mega-tab.is-active {
  background: var(--c-white);
  color: var(--c-primary);
  box-shadow: var(--sh-xs);
}
.hdr2__mega-tab:hover .tb-ico, .hdr2__mega-tab.is-active .tb-ico {
  background: var(--c-primary);
  color: var(--c-white);
}
.hdr2__mega-tab:hover .tb-arrow, .hdr2__mega-tab.is-active .tb-arrow {
  opacity: 0.7;
  transform: none;
}
.hdr2__mega-panes {
  padding: 16px;
}
.hdr2__mega-pane {
  display: grid;
  gap: 10px;
}
.hdr2__mega-phead {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  margin-bottom: 2px;
  border-bottom: 1px solid var(--c-line);
}
.hdr2__mega-phead .hdr2__mega-pic {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--c-light);
  color: var(--c-primary);
  font-size: 1.2rem;
}
.hdr2__mega-phead .hdr2__mega-ptx b {
  display: block;
  font-family: "Playfair Display", var(--ff-display), serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--c-primary-900);
  line-height: 1.2;
}
.hdr2__mega-phead .hdr2__mega-ptx small {
  font-size: 0.8rem;
  color: var(--c-gray);
}
.hdr2__mega-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border-radius: var(--r-md);
  border: 1px solid var(--c-line);
  background: var(--c-white);
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}
.hdr2__mega-card .mc-img {
  flex: 0 0 auto;
  width: 76px;
  height: 60px;
  border-radius: var(--r-sm);
  object-fit: cover;
}
.hdr2__mega-card .mc-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-width: 0;
}
.hdr2__mega-card .mc-txt b {
  font-size: 14.5px;
  color: var(--c-ink);
  font-weight: 700;
}
.hdr2__mega-card .mc-txt small {
  font-size: 12.5px;
  color: var(--c-gray);
}
.hdr2__mega-card .mc-arrow {
  flex: 0 0 auto;
  margin-left: auto;
  color: var(--c-primary);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}
.hdr2__mega-card:hover {
  border-color: var(--c-primary);
  background: var(--c-light);
  transform: translateX(2px);
}
.hdr2__mega-card:hover .mc-arrow {
  opacity: 1;
  transform: none;
}
.hdr2__mega-all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
  padding: 13px;
  border-radius: var(--r-md);
  background: var(--c-primary-900);
  color: var(--c-white);
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: 14px;
}
.hdr2__mega-all i {
  transition: transform 0.2s ease;
}
.hdr2__mega-all:hover {
  background: var(--c-primary);
}
.hdr2__mega-all:hover i {
  transform: translateX(4px);
}
.hdr2__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.hdr2__icon {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: var(--r-pill);
  border: 1px solid var(--c-line);
  background: var(--c-light-2);
  color: var(--c-primary);
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.hdr2__icon:hover {
  background: var(--c-primary);
  color: var(--c-white);
  border-color: var(--c-primary);
}
.hdr2__cta {
  white-space: nowrap;
}
.hdr2__cart {
  position: relative;
}
.hdr2__dot {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--c-secondary);
  border: 2px solid var(--c-cream, #fff7f1);
}
.hdr2__burger {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: var(--r-pill);
  border: 1px solid var(--c-line);
  background: var(--c-light-2);
  color: var(--c-primary);
  font-size: 22px;
  cursor: pointer;
}
.hdr2.is-solid {
  box-shadow: var(--sh-sm);
  border-bottom-color: var(--c-line);
}
.hdr2__overlay {
  position: fixed;
  inset: 0;
  z-index: 950;
  background: rgba(35, 29, 77, 0.5);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}
.hdr2__overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.hdr2__drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 960;
  width: min(360px, 88vw);
  height: 100%;
  background: var(--c-white);
  box-shadow: var(--sh-lg);
  padding: 22px 22px calc(22px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.3s ease, visibility 0.3s ease;
}
.hdr2__drawer.is-open {
  transform: translateX(0);
  visibility: visible;
}
.hdr2__drawer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--c-line);
}
.hdr2__drawer-top img {
  height: 40px;
  width: auto;
}
.hdr2__close {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--c-line);
  background: var(--c-light-2);
  color: var(--c-ink);
  border-radius: var(--r-pill);
  font-size: 18px;
  cursor: pointer;
}
.hdr2__close:hover {
  background: var(--c-light);
  color: var(--c-primary);
}
.hdr2__drawer-nav {
  display: flex;
  flex-direction: column;
  padding: 8px 0 4px;
}
.hdr2__drawer-nav a {
  padding: 13px 8px;
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: 16px;
  color: var(--c-ink);
  border-bottom: 1px solid var(--c-line);
  transition: color 0.2s ease;
}
.hdr2__drawer-nav a:hover {
  color: var(--c-secondary);
}
.hdr2__drawer-cats-title {
  display: block;
  margin: 20px 0 12px;
  font-family: "Playfair Display", var(--ff-display), serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-gray);
}
.hdr2__drawer-cats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 20px;
}
.hdr2__drawer-cat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  background: var(--c-light-2);
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: 13px;
  color: var(--c-ink);
  transition: border-color 0.18s ease, color 0.18s ease;
}
.hdr2__drawer-cat i {
  color: var(--c-primary);
  font-size: 1.05rem;
}
.hdr2__drawer-cat:hover {
  border-color: var(--c-primary);
  color: var(--c-primary);
}
.hdr2__drawer-cta {
  margin-top: auto;
}
@media (max-width: 991.98px) {
  .hdr2__nav {
    display: none;
  }
  .hdr2__mega {
    display: none;
  }
  .hdr2__mega-caret {
    display: none;
  }
  .hdr2__burger {
    display: inline-grid;
  }
}
@media (max-width: 767.98px) {
  .hdr2__cart {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .hdr2__cta .btn-cta-text {
    display: none;
  }
  .hdr2__cta {
    padding-inline: 16px;
  }
}

/* =====================================================================
   PAGE ROOT
   Editöryel tipografi: başlıklar 'Playfair Display' (dergi/annual-report
   hissi) — yalnız .hm2 içinde, global --ff-display token'ı DEĞİŞMEZ.
   Gövde metni her zaman --ff-body (Inter) kalır (okunabilirlik).
===================================================================== */
.hm2 {
  overflow-x: clip;
  color: var(--c-body);
}
.hm2 h1, .hm2 h2, .hm2 h3,
.hm2 .hm2-hs__title,
.hm2 .hm2-head__title,
.hm2 .hm2-quick__title,
.hm2 .hm2-spot__title,
.hm2 .hm2-zcta__title,
.hm2 .hm2-stat__num {
  font-family: "Playfair Display", var(--ff-display), serif;
  letter-spacing: -0.01em;
}
.hm2-head {
  max-width: 720px;
  margin: 0 auto clamp(40px, 6vw, 72px);
  text-align: center;
}
.hm2-head__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff-body);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-secondary);
  margin-bottom: 14px;
}
.hm2-head__kicker::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: currentColor;
}
.hm2-head__title {
  font-weight: 700;
  font-size: clamp(1.9rem, 3.8vw, 2.9rem);
  line-height: 1.16;
  color: var(--c-primary-900);
  margin: 0;
}
.hm2-head__sub {
  margin: 16px 0 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--c-body);
}
.hm2-head--between {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  max-width: none;
  text-align: left;
  margin-bottom: clamp(32px, 4.5vw, 52px);
}
.hm2-head--between .hm2-head__title {
  text-align: left;
}
.hm2-head--between .hm2-head__kicker {
  text-align: left;
}
@media (max-width: 767.98px) {
  .hm2-head--between {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* =====================================================================
   HERO  (.hm2-hero) — Swiper slider + sabit hızlı bağış paneli
===================================================================== */
.hm2-hero {
  position: relative;
  background: var(--c-cream, #fff7f1);
  padding-bottom: clamp(56px, 7vw, 96px);
}
.hm2-hero__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  padding-top: clamp(28px, 4vw, 48px);
  padding-bottom: clamp(20px, 2.6vw, 34px);
}
.hm2-hero__quickwrap {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

/* =====================================================================
   HERO SLIDER  (.hm2-hs) — ferah/editöryel Swiper carousel
===================================================================== */
.hm2-hs {
  position: relative;
  align-self: center;
  min-width: 0;
}
.hm2-hs__swiper {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-lg);
}
.hm2-hs__arrow {
  position: absolute;
  bottom: 20px;
  z-index: 6;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  color: var(--c-primary);
  font-size: 1.1rem;
  box-shadow: var(--sh-md);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.hm2-hs__arrow:hover {
  background: var(--c-secondary);
  color: var(--c-white);
}
.hm2-hs__arrow.swiper-button-disabled {
  opacity: 0.45;
  pointer-events: none;
}
.hm2-hs__prev {
  right: 80px;
}
.hm2-hs__next {
  right: 20px;
}
@media (max-width: 575.98px) {
  .hm2-hs__arrow {
    width: 42px;
    height: 42px;
    bottom: 14px;
  }
  .hm2-hs__prev {
    right: 66px;
  }
}
.hm2-hs__slide {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
}
.hm2-hs__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: var(--c-primary-900);
}
.hm2-hs__media img, .hm2-hs__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hm2-hs__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(35, 29, 77, 0.78) 0%, rgba(35, 29, 77, 0.15) 55%, rgba(35, 29, 77, 0) 100%);
}
.hm2-hs__play {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: var(--c-white);
  text-decoration: none;
  cursor: pointer;
}
.hm2-hs__play .ic {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c-secondary);
  color: var(--c-white);
  font-size: 28px;
  padding-left: 4px;
  box-shadow: 0 10px 30px rgba(252, 1, 110, 0.42);
  position: relative;
  transition: transform 0.25s ease;
}
.hm2-hs__play .ic::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.55);
  animation: hm2-hs-pulse 2.4s ease-out infinite;
}
.hm2-hs__play .tx {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 0.02em;
  background: rgba(35, 29, 77, 0.55);
  padding: 6px 14px;
  border-radius: var(--r-pill);
  backdrop-filter: blur(4px);
}
.hm2-hs__play:hover .ic {
  transform: scale(1.08);
}
.hm2-hs__body {
  position: relative;
  z-index: 1;
  padding: clamp(26px, 4vw, 48px);
  max-width: 640px;
  color: var(--c-white);
}
.hm2-hs__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: var(--c-white);
  margin-bottom: 16px;
}
.hm2-hs__pill i {
  color: var(--c-tertiary);
}
.hm2-hs__title {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  color: var(--c-white);
}
.hm2-hs__text {
  margin: 0 0 22px;
  font-size: 1rem;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.88);
  max-width: 52ch;
}
.hm2-hs__dots {
  display: flex;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.hm2-hs__dot {
  appearance: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px 8px 8px;
  border-radius: var(--r-pill);
  border: 1px solid var(--c-line);
  background: var(--c-white);
  box-shadow: var(--sh-xs);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.hm2-hs__dot .th {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
  position: relative;
}
.hm2-hs__dot .th img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hm2-hs__dot .th .vb {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c-secondary);
  color: var(--c-white);
  font-size: 0.55rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
.hm2-hs__dot .tx {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
.hm2-hs__dot .tx b {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 12.5px;
  color: var(--c-ink);
}
.hm2-hs__dot.is-active {
  border-color: var(--c-secondary);
  box-shadow: var(--sh-sm);
}
.hm2-hs__load {
  display: block;
  width: 52px;
  height: 3px;
  border-radius: var(--r-pill);
  background: var(--c-light);
  margin-top: 4px;
  overflow: hidden;
}
.hm2-hs__load i {
  display: block;
  height: 100%;
  width: 0%;
  background: var(--grad-primary);
  transition: width 0.1s linear;
}
@media (max-width: 991.98px) {
  .hm2-hs__slide {
    min-height: 380px;
  }
}
@media (max-width: 575.98px) {
  .hm2-hs__slide {
    min-height: 320px;
  }
  .hm2-hs__dot .tx {
    display: none;
  }
}

@keyframes hm2-hs-pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.35);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hm2-hs__play .ic::before {
    animation: none;
  }
}
/* ---- Hızlı bağış widget (.hm2-quick) — koyu indigo panel ---- */
.hm2-quick {
  position: relative;
  background: var(--grad-deep);
  color: var(--c-white);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-lg);
  padding: clamp(24px, 3vw, 42px);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(240px, 340px) 1fr;
  gap: clamp(24px, 3.6vw, 54px);
  align-items: center;
}
.hm2-quick::after {
  content: "";
  position: absolute;
  right: -50px;
  top: -50px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(252, 1, 110, 0.35), transparent 70%);
  pointer-events: none;
}
.hm2-quick__intro {
  position: relative;
  z-index: 1;
}
.hm2-quick__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--c-white);
  margin-bottom: 14px;
}
.hm2-quick__kicker i {
  color: var(--c-tertiary);
}
.hm2-quick__title {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.4rem, 2vw, 1.7rem);
  line-height: 1.14;
  margin: 0 0 16px;
  color: var(--c-white);
}
.hm2-quick__selwrap {
  position: relative;
  width: 100%;
}
.hm2-quick__selwrap .hm2-quick__selcaret {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--c-primary);
  font-size: 15px;
}
.hm2-quick__select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 50px;
  padding: 0 40px 0 16px;
  border-radius: var(--r-sm);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.96);
  color: var(--c-ink);
  font-family: var(--ff-body);
  font-weight: 600;
  font-size: 14.5px;
  cursor: pointer;
  transition: outline-color 0.15s ease;
}
.hm2-quick__select:focus {
  outline: 3px solid rgba(252, 1, 110, 0.4);
  outline-offset: 1px;
}
.hm2-quick__select optgroup {
  font-family: var(--ff-display);
  font-weight: 800;
  color: var(--c-primary-900);
}
.hm2-quick__select option {
  font-weight: 500;
  color: var(--c-ink);
}
.hm2-quick__pick {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 18px 24px;
}
.hm2-quick__amts {
  flex: 1 1 280px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0;
}
.hm2-quick__amt {
  appearance: none;
  cursor: pointer;
  padding: 12px 6px;
  border-radius: var(--r-sm);
  border: 1.5px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: var(--c-white);
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 15px;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.12s ease;
}
.hm2-quick__amt:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
.hm2-quick__amt.is-active {
  background: var(--c-secondary);
  border-color: var(--c-secondary);
  box-shadow: var(--sh-glow);
}
.hm2-quick__free {
  flex: 1 1 300px;
  margin: 0;
}
.hm2-quick__lbl {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.74);
  margin-bottom: 7px;
}
.hm2-quick__field {
  display: flex;
  gap: 10px;
}
.hm2-quick__input {
  flex: 1 1 auto;
  min-width: 0;
  height: 50px;
  padding: 0 16px;
  border-radius: var(--r-sm);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.96);
  color: var(--c-ink);
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 16px;
}
.hm2-quick__input::placeholder {
  color: var(--c-muted);
  font-weight: 500;
}
.hm2-quick__input:focus {
  outline: 3px solid rgba(252, 1, 110, 0.4);
  outline-offset: 1px;
}
.hm2-quick__go {
  flex: 0 0 auto;
  white-space: nowrap;
}
.hm2-quick__note {
  margin: 12px 0 0;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  align-items: center;
  gap: 7px;
}
.hm2-quick__note i {
  color: var(--c-tertiary);
}
@media (max-width: 991.98px) {
  .hm2-quick {
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: start;
  }
}
@media (max-width: 575.98px) {
  .hm2-quick__amts {
    flex-basis: 100%;
  }
  .hm2-quick__free {
    flex-basis: 100%;
  }
  .hm2-quick__field {
    flex-direction: column;
  }
  .hm2-quick__go {
    justify-content: center;
  }
}

/* =====================================================================
   1) ETKİ ŞERİDİ  (.hm2-metrics)
===================================================================== */
.hm2-metrics {
  background: var(--c-white);
  border-block: 1px solid var(--c-line);
}
.hm2-metrics__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  padding-block: clamp(52px, 6vw, 88px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.hm2-metric {
  text-align: left;
  padding: 0 28px 0 0;
  position: relative;
}
.hm2-metric:not(:last-child) {
  border-right: 1px solid var(--c-line);
}
.hm2-metric__ic {
  display: inline-flex;
  align-items: center;
  color: var(--c-secondary);
  font-size: 15px;
  margin-bottom: 10px;
}
.hm2-metric__num {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: clamp(2.6rem, 5.4vw, 4.4rem);
  line-height: 0.96;
  letter-spacing: -0.02em;
  color: var(--c-primary-900);
}
.hm2-metric__num em {
  font-style: normal;
  color: var(--c-secondary);
}
.hm2-metric__lbl {
  display: block;
  margin-top: 12px;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--c-body);
  max-width: 20ch;
}
@media (max-width: 991.98px) {
  .hm2-metric {
    padding-right: 20px;
  }
  .hm2-metric:nth-child(2n) {
    border-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .hm2-metric:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--c-line);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

/* =====================================================================
   2) KATEGORİLER  (.hm2-cats)
===================================================================== */
.hm2-cats__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  padding-block: var(--section-y);
}
.hm2-cats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.hm2-cat {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 20px;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-sm);
  box-shadow: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.hm2-cat__ic {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: var(--r-sm);
  background: var(--c-light);
  color: var(--c-primary);
  font-size: 23px;
  transition: background 0.18s ease, color 0.18s ease;
}
.hm2-cat__t {
  font-family: var(--ff-body);
  font-weight: 600;
  font-size: 1rem;
  color: var(--c-ink);
  line-height: 1.25;
}
.hm2-cat__arrow {
  margin-left: auto;
  color: var(--c-muted);
  font-size: 16px;
  transition: transform 0.18s ease, color 0.18s ease;
}
.hm2-cat:hover {
  transform: translateY(-2px);
  box-shadow: var(--sh-sm);
  border-color: var(--c-line);
}
.hm2-cat:hover .hm2-cat__ic {
  background: var(--c-primary);
  color: var(--c-white);
}
.hm2-cat:hover .hm2-cat__arrow {
  color: var(--c-secondary);
  transform: translateX(4px);
}
@media (max-width: 991.98px) {
  .hm2-cat {
    padding: 18px;
  }
}
@media (max-width: 575.98px) {
  .hm2-cat__ic {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}

/* =====================================================================
   3) ÖNE ÇIKANLAR — ZİG-ZAG  (.hm2-spot)
===================================================================== */
.hm2-spot {
  background: var(--c-white);
  border-top: 1px solid var(--c-line);
}
.hm2-spot__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  padding-block: var(--section-y);
}
.hm2-spot__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}
.hm2-spot__row + .hm2-spot__row {
  margin-top: clamp(40px, 5vw, 72px);
}
.hm2-spot__row--rev .hm2-spot__media {
  order: 2;
}
.hm2-spot__row--rev .hm2-spot__body {
  order: 1;
}
.hm2-spot__media {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-md);
}
.hm2-spot__media img {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.hm2-spot__media:hover img {
  transform: scale(1.04);
}
.hm2-spot__tag {
  margin-bottom: 14px;
}
.hm2-spot__title {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  line-height: 1.16;
  letter-spacing: -0.01em;
  margin: 0 0 12px;
}
.hm2-spot__title a {
  color: var(--c-primary-900);
  transition: color 0.2s ease;
}
.hm2-spot__title a:hover {
  color: var(--c-secondary);
}
.hm2-spot__text {
  margin: 0 0 20px;
  font-size: 1.03rem;
  line-height: 1.65;
  color: var(--c-body);
  max-width: 54ch;
}
.hm2-spot__foot {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.hm2-spot__detail {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 14.5px;
  color: var(--c-primary);
  transition: gap 0.2s ease, color 0.2s ease;
}
.hm2-spot__detail:hover {
  color: var(--c-secondary);
  gap: 11px;
}
@media (max-width: 991.98px) {
  .hm2-spot__row {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .hm2-spot__row--rev .hm2-spot__media {
    order: 0;
  }
  .hm2-spot__row--rev .hm2-spot__body {
    order: 0;
  }
  .hm2-spot__media img {
    max-height: 320px;
  }
}

/* ---- Namespace'li progress bar (.hm2-prog) ---- */
.hm2-prog__bar {
  height: 10px;
  border-radius: var(--r-pill);
  background: var(--c-light);
  overflow: hidden;
}
.hm2-prog__bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--grad-primary);
}
.hm2-prog__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 9px;
}
.hm2-prog__pct {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 15px;
  color: var(--c-secondary);
}
.hm2-prog__g {
  font-size: 13px;
  font-weight: 500;
  color: var(--c-gray);
}

/* =====================================================================
   HABERLER  (.hm2-news)
===================================================================== */
.hm2-news {
  background: var(--c-light-2);
}
.hm2-news__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  padding-block: var(--section-y);
}
.hm2-news__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(20px, 3vw, 32px);
  align-items: stretch;
}
.hm2-news__feat {
  position: relative;
  display: block;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-md);
  min-height: 340px;
}
.hm2-news__feat img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.hm2-news__feat::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(35, 29, 77, 0.86) 0%, rgba(35, 29, 77, 0.1) 60%, transparent 100%);
}
.hm2-news__feat:hover img {
  transform: scale(1.05);
}
.hm2-news__feat-b {
  position: relative;
  z-index: 1;
  padding: 28px;
  align-self: flex-end;
  color: var(--c-white);
}
.hm2-news__feat-b h3 {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.35rem;
  line-height: 1.2;
  margin: 8px 0 0;
  color: var(--c-white);
}
.hm2-news__feat-b p {
  margin: 10px 0 0;
  font-size: 0.96rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
  max-width: 46ch;
}
.hm2-news__date {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--c-tertiary);
}
.hm2-news__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hm2-news__item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-xs);
  padding: 14px;
  transition: box-shadow 0.2s ease, transform 0.18s ease;
}
.hm2-news__item .th {
  flex: 0 0 auto;
  width: 84px;
  height: 84px;
  border-radius: var(--r-md);
  overflow: hidden;
}
.hm2-news__item .th img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hm2-news__item .tx {
  display: flex;
  flex-direction: column;
}
.hm2-news__item .date {
  font-size: 12px;
  font-weight: 600;
  color: var(--c-secondary);
}
.hm2-news__item h4 {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  color: var(--c-ink);
  margin: 6px 0 0;
}
.hm2-news__item:hover {
  box-shadow: var(--sh-md);
  transform: translateY(-2px);
}
@media (max-width: 991.98px) {
  .hm2-news__grid {
    grid-template-columns: 1fr;
  }
  .hm2-news__feat {
    min-height: 280px;
  }
}
@media (max-width: 575.98px) {
  .hm2-news__item {
    flex-direction: row;
  }
  .hm2-news__item .th {
    width: 64px;
    height: 64px;
  }
}

/* =====================================================================
   VIDEO  (.hm2-video)
===================================================================== */
.hm2-video__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  padding-block: var(--section-y);
}
.hm2-video__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(20px, 3vw, 32px);
}
.hm2-video__feat {
  position: relative;
  display: block;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-md);
  min-height: 320px;
}
.hm2-video__feat img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.hm2-video__feat::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(35, 29, 77, 0.78) 0%, rgba(35, 29, 77, 0.05) 55%, transparent 100%);
  z-index: 1;
}
.hm2-video__feat:hover img {
  transform: scale(1.05);
}
.hm2-video__play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--c-white);
  color: var(--c-secondary);
  font-size: 26px;
  box-shadow: var(--sh-lg);
  transition: transform 0.2s ease;
}
.hm2-video__feat:hover .hm2-video__play {
  transform: translate(-50%, -50%) scale(1.08);
}
.hm2-video__cap {
  position: absolute;
  z-index: 1;
  left: 24px;
  bottom: 22px;
  right: 24px;
  color: var(--c-white);
}
.hm2-video__cap .tag {
  margin-bottom: 10px;
}
.hm2-video__cap h3 {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.2rem;
  margin: 0;
  color: var(--c-white);
}
.hm2-video__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hm2-video__item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-xs);
  padding: 14px;
  transition: box-shadow 0.2s ease, transform 0.18s ease;
}
.hm2-video__item .th {
  position: relative;
  flex: 0 0 auto;
  width: 84px;
  height: 84px;
  border-radius: var(--r-md);
  overflow: hidden;
}
.hm2-video__item .th img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hm2-video__item .th i {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--c-white);
  font-size: 20px;
  background: rgba(35, 29, 77, 0.32);
}
.hm2-video__item b {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--c-ink);
  display: block;
}
.hm2-video__item small {
  color: var(--c-gray);
  font-size: 12.5px;
}
.hm2-video__item:hover {
  box-shadow: var(--sh-md);
  transform: translateY(-2px);
}
@media (max-width: 991.98px) {
  .hm2-video__grid {
    grid-template-columns: 1fr;
  }
  .hm2-video__feat {
    min-height: 260px;
  }
}

/* =====================================================================
   BLOG  (.hm2-blog)
===================================================================== */
.hm2-blog {
  background: var(--c-white);
  border-top: 1px solid var(--c-line);
}
.hm2-blog__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  padding-block: var(--section-y);
}
.hm2-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.hm2-post {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  box-shadow: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hm2-post__img {
  position: relative;
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.hm2-post__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.hm2-post__cat {
  position: absolute;
  left: 14px;
  top: 14px;
}
.hm2-post__img:hover img {
  transform: scale(1.06);
}
.hm2-post__b {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.hm2-post__meta {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
}
.hm2-post__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: var(--c-gray);
}
.hm2-post__meta i {
  color: var(--c-primary);
}
.hm2-post h3 {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1.14rem;
  line-height: 1.3;
  margin: 0 0 10px;
}
.hm2-post h3 a {
  color: var(--c-primary-900);
  transition: color 0.2s ease;
}
.hm2-post h3 a:hover {
  color: var(--c-secondary);
}
.hm2-post p {
  margin: 0 0 16px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--c-body);
  flex: 1;
}
.hm2-post__more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 13.5px;
  color: var(--c-primary);
  margin-top: auto;
  transition: gap 0.2s ease, color 0.2s ease;
}
.hm2-post__more:hover {
  color: var(--c-secondary);
  gap: 11px;
}
.hm2-post:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-md);
}
/* =====================================================================
   SSS (FAQ)  (.hm2-faq)
===================================================================== */
.hm2-faq__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  padding-block: var(--section-y);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
.hm2-faq__aside {
  position: sticky;
  top: calc(var(--header-h) + 24px);
  text-align: left;
  margin: 0;
  max-width: none;
}
.hm2-faq__aside .hm2-head__kicker,
.hm2-faq__aside .hm2-head__title,
.hm2-faq__aside .hm2-head__sub {
  text-align: left;
}
.hm2-faq__contact {
  margin-top: 26px;
  padding: 22px;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-sm);
}
.hm2-faq__contact b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--c-primary-900);
}
.hm2-faq__contact span {
  display: block;
  margin: 8px 0 16px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--c-body);
}
@media (max-width: 991.98px) {
  .hm2-faq__in {
    grid-template-columns: 1fr;
  }
  .hm2-faq__aside {
    position: static;
  }
}

/* =====================================================================
   6) ZEKAT CTA  (.hm2-zcta)
===================================================================== */
.hm2-zcta {
  padding-inline: var(--gutter);
}
.hm2-zcta__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  margin-block: clamp(20px, 4vw, 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  background: var(--c-primary-900);
  background-image: linear-gradient(120deg, var(--c-primary-900), var(--c-primary));
  border-radius: var(--r-xl);
  box-shadow: var(--sh-lg);
  padding: clamp(30px, 4vw, 48px);
  color: var(--c-white);
}
.hm2-zcta__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-tertiary);
  margin-bottom: 10px;
}
.hm2-zcta__title {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  line-height: 1.16;
  margin: 0;
  color: var(--c-white);
}
.hm2-zcta__sub {
  margin: 10px 0 0;
  font-size: 1.02rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  max-width: 56ch;
}
.hm2-zcta__btn {
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .hm2-zcta__in {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* =====================================================================
   FOOTER  (.ftr2-)
   Ayırt edici öğe: en üstte koyu deep-indigo "harekete geç" bandı.
===================================================================== */
.ftr2__cta {
  background: var(--grad-deep);
  color: var(--c-white);
}
.ftr2__cta-in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  padding-block: clamp(40px, 5vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.ftr2__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-tertiary);
  margin-bottom: 12px;
}
.ftr2__cta-title {
  font-family: "Playfair Display", var(--ff-display), serif;
  font-weight: 700;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--c-white);
}
.ftr2__cta-sub {
  margin: 12px 0 0;
  font-size: 1.04rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  max-width: 52ch;
}
.ftr2__cta-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  flex: 0 0 auto;
}
.ftr2__main {
  background: var(--c-white);
  border-bottom: 1px solid var(--c-line);
}
.ftr2__cols {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  padding-block: clamp(48px, 5vw, 72px);
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: 40px;
}
.ftr2__brand p {
  margin: 16px 0 18px;
  font-size: 0.96rem;
  line-height: 1.62;
  color: var(--c-body);
  max-width: 40ch;
}
.ftr2__logo img {
  height: 46px;
  width: auto;
}
.ftr2__social {
  display: flex;
  gap: 10px;
}
.ftr2__social a {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border-radius: var(--r-sm);
  background: var(--c-light-2);
  border: 1px solid var(--c-line);
  color: var(--c-primary);
  font-size: 17px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.18s ease;
}
.ftr2__social a:hover {
  background: var(--c-primary);
  color: var(--c-white);
  transform: translateY(-2px);
}
.ftr2__col h5 {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--c-primary-900);
  margin: 0 0 16px;
}
.ftr2__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.ftr2__col a {
  color: var(--c-body);
  font-size: 0.96rem;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.ftr2__col a:hover {
  color: var(--c-secondary);
  padding-left: 4px;
}
.ftr2__col--contact ul {
  gap: 14px;
}
.ftr2__col--contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--c-body);
}
.ftr2__col--contact i {
  color: var(--c-primary);
  font-size: 16px;
  margin-top: 3px;
  flex: 0 0 auto;
}
.ftr2__col--contact a {
  color: var(--c-body);
}
.ftr2__col--contact a:hover {
  color: var(--c-secondary);
}
.ftr2__bottom {
  background: var(--c-white);
}
.ftr2__bottom-in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  padding-block: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 13.5px;
  color: var(--c-gray);
}
.ftr2__legal {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.ftr2__legal a {
  color: var(--c-body);
}
.ftr2__legal a:hover {
  color: var(--c-secondary);
}
@media (max-width: 991.98px) {
  .ftr2__cols {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .ftr2__brand {
    grid-column: 1/-1;
  }
}
@media (max-width: 767.98px) {
  .ftr2__cta-in {
    flex-direction: column;
    align-items: flex-start;
  }
  .ftr2__cta-btns {
    width: 100%;
  }
  .ftr2__cta-btns .btn {
    flex: 1 1 auto;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .ftr2__cols {
    grid-template-columns: 1fr;
  }
  .ftr2__bottom-in {
    flex-direction: column;
    align-items: flex-start;
  }
}

.tcz {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 1000;
  pointer-events: none;
}

.tcz * {
  pointer-events: auto;
}

.tcz__tab {
  position: fixed;
  top: 42%;
  left: 0;
  z-index: 1001;
  width: 46px;
  height: 54px;
  border: 0;
  cursor: pointer;
  background: var(--c-primary);
  color: #fff;
  font-size: 1.4rem;
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  box-shadow: 4px 6px 20px rgba(35, 29, 77, 0.28);
  display: grid;
  place-items: center;
  transition: left 0.38s cubic-bezier(0.4, 0.1, 0.2, 1), background 0.2s ease;
}

.tcz__tab i {
  animation: tcz-spin 6s linear infinite;
}

.tcz__tab:hover {
  background: var(--c-primary-700);
}

@keyframes tcz-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .tcz__tab i {
    animation: none;
  }
}
.tcz__backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(20, 16, 46, 0.42);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.tcz__panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 328px;
  max-width: 86vw;
  z-index: 1001;
  background: #fff;
  box-shadow: 12px 0 40px rgba(35, 29, 77, 0.22);
  transform: translateX(-100%);
  transition: transform 0.38s cubic-bezier(0.4, 0.1, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.tcz.is-open .tcz__panel {
  transform: translateX(0);
}

.tcz.is-open .tcz__backdrop {
  opacity: 1;
  visibility: visible;
}

.tcz.is-open .tcz__tab {
  left: 328px;
}

@media (max-width: 420px) {
  .tcz.is-open .tcz__tab {
    opacity: 0;
    pointer-events: none;
  }
}
.tcz__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  background: var(--c-primary-900);
  color: #fff;
}

.tcz__head h4 {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.tcz__head h4 i {
  color: var(--c-secondary);
}

.tcz__close {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  transition: background 0.2s ease;
}

.tcz__close:hover {
  background: var(--c-secondary);
}

.tcz__body {
  padding: 22px 20px;
  overflow-y: auto;
  flex: 1;
}

.tcz__sec {
  margin-bottom: 24px;
}

.tcz__lbl {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-gray);
  margin-bottom: 12px;
}
.tcz__lbl i {
  color: var(--c-primary);
  font-size: 0.95rem;
}

.tcz__sw {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pal-sw {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  position: relative;
  border: 2px solid var(--c-line);
  overflow: hidden;
  background: linear-gradient(135deg, var(--s1) 0 50%, var(--s2) 50% 100%);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.pal-sw:hover {
  transform: translateY(-2px) scale(1.08);
}

.pal-sw.is-active {
  border-color: #fff;
  box-shadow: 0 0 0 2px var(--c-primary);
}

.pal-sw.is-active::after {
  content: "\f26e";
  font-family: "bootstrap-icons";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 0.9rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

.tcz__opts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tcz-font {
  padding: 9px 14px;
  border-radius: var(--r-sm);
  border: 1.5px solid var(--c-line);
  background: #fff;
  color: var(--c-ink);
  font-size: 0.92rem;
  cursor: pointer;
  transition: all 0.16s ease;
}

.tcz-font:hover {
  border-color: var(--c-primary);
}

.tcz-font.is-active {
  border-color: var(--c-primary);
  background: var(--c-light-2);
  color: var(--c-primary);
  font-weight: 700;
  box-shadow: inset 0 0 0 1px var(--c-primary);
}

.tcz__opts--radius {
  gap: 8px;
}

.tcz-rad {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  width: 56px;
  padding: 10px 4px;
  border-radius: var(--r-sm);
  border: 1.5px solid var(--c-line);
  background: #fff;
  color: var(--c-gray);
  font-size: 0.72rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.16s ease;
}

.tcz-rad span {
  width: 26px;
  height: 20px;
  border: 2px solid currentColor;
  border-top-color: var(--c-primary);
  border-right-color: var(--c-primary);
  border-radius: min(var(--pv), 13px);
}

.tcz-rad:hover {
  border-color: var(--c-primary);
  color: var(--c-primary);
}

.tcz-rad.is-active {
  border-color: var(--c-primary);
  background: var(--c-light-2);
  color: var(--c-primary);
  font-weight: 700;
}

.tcz__reset {
  width: 100%;
  margin-top: 4px;
  padding: 12px;
  border-radius: var(--r-sm);
  border: 1.5px solid var(--c-line);
  background: var(--c-light-2);
  color: var(--c-ink);
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.16s ease;
}

.tcz__reset:hover {
  border-color: var(--c-secondary);
  color: var(--c-secondary);
}

.cdx {
  padding: clamp(26px, 3.4vw, 40px) 0 clamp(56px, 7vw, 96px);
}

.cdx__grid {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 388px;
  gap: clamp(28px, 3.5vw, 52px);
  align-items: start;
}

@media (max-width: 1199.98px) {
  .cdx__grid {
    grid-template-columns: minmax(0, 1fr) 344px;
    gap: 32px;
  }
}
@media (max-width: 991.98px) {
  .cdx__grid {
    grid-template-columns: 1fr;
  }
}
.cdx-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  color: var(--c-gray);
  margin-bottom: 16px;
}
.cdx-crumbs a {
  color: var(--c-body);
}
.cdx-crumbs a:hover {
  color: var(--c-primary);
}
.cdx-crumbs .sep {
  opacity: 0.5;
}

.cdx-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--c-light);
  color: var(--c-primary);
  font-weight: 800;
  font-size: 0.74rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: var(--r-pill);
}

.cdx-title {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  line-height: 1.1;
  margin-top: 16px;
  color: var(--c-ink);
}

.cdx-lead {
  margin-top: 14px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--c-body);
  max-width: 62ch;
}

.cdx-metrow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--c-body);
}
.cdx-metrow span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cdx-metrow i {
  color: var(--c-secondary);
}

.cdx-gal {
  margin-top: 26px;
}

.cdx-gal__main {
  display: block;
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 16/10;
  box-shadow: var(--sh-sm);
}
.cdx-gal__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cdx-gal__main .zoom {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(28, 23, 64, 0.55);
  color: #fff;
  backdrop-filter: blur(4px);
}

.cdx-gal__thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.cdx-gal__t {
  position: relative;
  border: 2px solid transparent;
  border-radius: var(--r-sm);
  overflow: hidden;
  aspect-ratio: 1;
  cursor: pointer;
  padding: 0;
  background: none;
}
.cdx-gal__t img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cdx-gal__t .play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(28, 23, 64, 0.4);
  color: #fff;
}
.cdx-gal__t.is-active {
  border-color: var(--c-primary);
}
.cdx-gal__t:hover {
  border-color: var(--c-secondary);
}

.cdx-block {
  margin-top: clamp(40px, 5vw, 60px);
}

.cdx-h2 {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  color: var(--c-ink);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.cdx-h2::before {
  content: "";
  width: 6px;
  height: 26px;
  border-radius: 3px;
  background: var(--c-secondary);
}

.cdx-alloc {
  display: grid;
  gap: 12px;
}

.cdx-al {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  background: #fff;
}
.cdx-al .ic {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: var(--r-md);
  display: grid;
  place-items: center;
  background: var(--c-light);
  color: var(--c-primary);
  font-size: 1.25rem;
}
.cdx-al .bd {
  flex: 1;
  min-width: 0;
}
.cdx-al .bd b {
  display: block;
  color: var(--c-ink);
}
.cdx-al .bd small {
  color: var(--c-gray);
  font-size: 0.84rem;
}
.cdx-al .bd .track {
  height: 6px;
  margin-top: 9px;
  background: var(--c-light);
  border-radius: var(--r-pill);
  overflow: hidden;
}
.cdx-al .bd .track i {
  display: block;
  height: 100%;
  background: var(--c-secondary);
  border-radius: inherit;
}
.cdx-al .pct {
  flex: 0 0 auto;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--c-secondary);
}

.cdx-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
}
@media (max-width: 767.98px) {
  .cdx-steps {
    grid-template-columns: 1fr 1fr;
  }
}

.cdx-step {
  text-align: center;
  position: relative;
}
.cdx-step .n {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c-primary);
  color: #fff;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.1rem;
}
.cdx-step b {
  display: block;
  margin-bottom: 6px;
  color: var(--c-ink);
}
.cdx-step p {
  color: var(--c-body);
  font-size: 0.9rem;
  line-height: 1.5;
}

.cdx-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 130px;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .cdx-mosaic {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cdx-mosaic a {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  display: block;
}
.cdx-mosaic a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.cdx-mosaic a:hover img {
  transform: scale(1.06);
}
.cdx-mosaic a:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.cdx-mosaic a .play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(28, 23, 64, 0.42);
  color: #fff;
  font-size: 1.8rem;
}

.cdx-time {
  position: relative;
  padding-left: 30px;
}

.cdx-time::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: var(--c-line);
}

.cdx-tl {
  position: relative;
  padding-bottom: 22px;
}
.cdx-tl:last-child {
  padding-bottom: 0;
}
.cdx-tl::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--c-secondary);
}
.cdx-tl .date {
  font-weight: 800;
  color: var(--c-primary);
  font-size: 0.85rem;
}
.cdx-tl p {
  margin-top: 4px;
  color: var(--c-body);
  line-height: 1.55;
}

.cdx-quote {
  margin-top: 22px;
  padding: 22px 26px;
  border-left: 4px solid var(--c-secondary);
  background: var(--c-light-2);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  font-family: var(--ff-display);
  font-size: 1.15rem;
  font-style: italic;
  color: var(--c-ink);
  line-height: 1.5;
}

.cdx-aside {
  position: sticky;
  top: calc(var(--header-h) + 16px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 991.98px) {
  .cdx-aside {
    position: static;
  }
}
.cdx-pledge {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-md);
  padding: clamp(20px, 2.2vw, 26px);
}

.cdx-ring {
  display: flex;
  align-items: center;
  gap: 18px;
}

.cdx-ring__c {
  position: relative;
  width: 92px;
  height: 92px;
  flex: 0 0 auto;
}

.cdx-ring__c svg {
  width: 92px;
  height: 92px;
  transform: rotate(-90deg);
}

.cdx-ring__c .track {
  fill: none;
  stroke: var(--c-light);
  stroke-width: 11;
}

.cdx-ring__c .bar {
  fill: none;
  stroke: var(--c-secondary);
  stroke-width: 11;
  stroke-linecap: round;
}

.cdx-ring__pct {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--c-secondary);
}

.cdx-ring__info b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.35rem;
  color: var(--c-ink);
}

.cdx-ring__info small {
  color: var(--c-gray);
  font-size: 0.82rem;
}

.cdx-pledge__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.cdx-pledge__stats .s {
  background: var(--c-light-2);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  padding: 12px;
  text-align: center;
}
.cdx-pledge__stats .s b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--c-primary);
}
.cdx-pledge__stats .s small {
  color: var(--c-gray);
  font-size: 0.78rem;
}

.cdx-pledge__lbl {
  margin-top: 20px;
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--c-gray);
}

.cdx-pledge__amts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.cdx-amt {
  padding: 10px 16px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--c-line);
  background: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--c-ink);
  cursor: pointer;
  transition: all 0.16s ease;
}
.cdx-amt:hover {
  border-color: var(--c-primary);
}
.cdx-amt.is-active {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: #fff;
}

.cdx-pledge__field {
  position: relative;
  margin-top: 10px;
}
.cdx-pledge__field .cur {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--c-gray);
  font-weight: 700;
}
.cdx-pledge__field input {
  width: 100%;
  padding: 14px 16px 14px 34px;
  border: 1.5px solid var(--c-line);
  border-radius: var(--r-md);
  font-size: 1rem;
}
.cdx-pledge__field input:focus {
  outline: none;
  border-color: var(--c-primary);
  box-shadow: 0 0 0 3px rgba(74, 65, 168, 0.12);
}

.cdx-pledge .btn {
  margin-top: 14px;
}

.cdx-trust {
  display: flex;
  gap: 8px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--c-line);
}

.cdx-trust .t {
  flex: 1;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--c-gray);
  line-height: 1.3;
}
.cdx-trust .t i {
  display: block;
  font-size: 1.25rem;
  color: var(--c-primary);
  margin-bottom: 5px;
}

.cdx-share {
  display: flex;
  gap: 8px;
}

.cdx-share a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px;
  border-radius: var(--r-md);
  border: 1.5px solid var(--c-line);
  color: var(--c-body);
  font-weight: 700;
  font-size: 0.85rem;
  transition: all 0.16s ease;
}
.cdx-share a:hover {
  border-color: var(--c-primary);
  color: var(--c-primary);
}

.cdx-similar {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  margin-top: clamp(48px, 6vw, 80px);
}

.ab-story {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
@media (max-width: 991.98px) {
  .ab-story {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.ab-story__media {
  position: relative;
  align-self: stretch;
}
.ab-story__media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: var(--r-lg);
  box-shadow: var(--sh-lg);
}
.ab-story__media .ab-story__inset {
  position: absolute;
  right: -14px;
  bottom: -22px;
  width: 42%;
  max-width: 220px;
  border: 6px solid var(--c-white);
  border-radius: var(--r-md);
  box-shadow: var(--sh-lg);
  overflow: hidden;
  line-height: 0;
}
.ab-story__media .ab-story__inset img {
  min-height: 0;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .ab-story__media .ab-story__inset {
    display: none;
  }
}

.ab-year {
  position: absolute;
  left: -18px;
  top: 26px;
  z-index: 2;
  background: var(--c-primary-900);
  color: var(--c-white);
  border-radius: var(--r-md);
  box-shadow: var(--sh-lg);
  padding: 16px 22px;
  text-align: center;
  min-width: 116px;
}
.ab-year .n {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  line-height: 1;
  color: var(--c-white);
}
.ab-year .l {
  display: block;
  margin-top: 6px;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}
@media (max-width: 767.98px) {
  .ab-year {
    left: 12px;
    top: 12px;
    padding: 12px 16px;
    min-width: 96px;
  }
}

.ab-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .ab-facts {
    grid-template-columns: 1fr 1fr;
  }
}

.ab-fact {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  padding: 18px 16px;
  box-shadow: var(--sh-xs);
}
.ab-fact .n {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--c-primary);
  line-height: 1;
}
.ab-fact .l {
  display: block;
  margin-top: 6px;
  font-size: 0.84rem;
  color: var(--c-gray);
}

.ab-vm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media (max-width: 991.98px) {
  .ab-vm {
    grid-template-columns: 1fr;
  }
}

.ab-vm__card {
  position: relative;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: clamp(28px, 3.5vw, 42px);
  box-shadow: var(--sh-sm);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ab-vm__card .ico {
  display: inline-grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: var(--r-md);
  font-size: 1.6rem;
  margin-bottom: 22px;
  background: var(--c-light);
  color: var(--c-primary);
}
.ab-vm__card h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.ab-vm__card p {
  color: var(--c-body);
}
.ab-vm__card::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: var(--c-light-2);
  opacity: 0.7;
  z-index: 0;
}
.ab-vm__card > * {
  position: relative;
  z-index: 1;
}
.ab-vm__card:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-md);
}

.ab-vm__card--accent .ico {
  background: var(--c-secondary);
  color: var(--c-white);
}

.ab-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991.98px) {
  .ab-values {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  .ab-values {
    grid-template-columns: 1fr;
  }
}

.ab-value {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 30px 28px;
  box-shadow: var(--sh-xs);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.ab-value .ico {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: var(--r-md);
  font-size: 1.45rem;
  margin-bottom: 18px;
  background: var(--c-light);
  color: var(--c-primary);
  transition: all 0.3s ease;
}
.ab-value h3 {
  font-size: 1.16rem;
  margin-bottom: 8px;
}
.ab-value p {
  font-size: 0.96rem;
  color: var(--c-body);
  margin: 0;
}
.ab-value:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-md);
  border-color: transparent;
}
.ab-value:hover .ico {
  background: var(--c-secondary);
  color: var(--c-white);
}

.ab-steps {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1199.98px) {
  .ab-steps {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .ab-steps {
    grid-template-columns: 1fr;
  }
}

.ab-team {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1199.98px) {
  .ab-team {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  .ab-team {
    grid-template-columns: 1fr;
  }
}

.ab-member {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-xs);
  text-align: center;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.35s ease;
}
.ab-member .ph {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.ab-member .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.ab-member .bd {
  padding: 20px 18px;
}
.ab-member h3 {
  font-size: 1.12rem;
  margin-bottom: 3px;
}
.ab-member .role {
  font-size: 0.9rem;
  color: var(--c-secondary);
  font-weight: 600;
}
.ab-member:hover {
  transform: translateY(-8px);
  box-shadow: var(--sh-md);
}
.ab-member:hover .ph img {
  transform: scale(1.06);
}

.fa-scope {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.fa-scope__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  padding: 22px 24px;
  box-shadow: var(--sh-xs);
}
.fa-scope__item .ic {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  font-size: 22px;
  background: var(--c-light);
  color: var(--c-primary);
}
.fa-scope__item b {
  display: block;
  font-family: var(--ff-display);
  color: var(--c-ink);
  font-size: 1.08rem;
}
.fa-scope__item small {
  display: block;
  margin-top: 4px;
  color: var(--c-body);
  font-size: 0.92rem;
  line-height: 1.45;
}
@media (max-width: 991.98px) {
  .fa-scope {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.campaign-feature + .campaign-feature {
  margin-top: 28px;
}

.fa-feature--rev .cf-media {
  order: 2;
}
.fa-feature--rev .cf-body {
  order: 1;
}
@media (max-width: 991.98px) {
  .fa-feature--rev .cf-media {
    order: 0;
  }
  .fa-feature--rev .cf-body {
    order: 0;
  }
}

.fa-feat-list {
  margin-top: 6px;
  margin-bottom: 4px;
}
.fa-feat-list li {
  font-size: 0.96rem;
}

.fa-feat-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 575.98px) {
  .fa-feat-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

.md-lead-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.md-provide {
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.md-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 200px;
  gap: 16px;
}
.md-gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-md);
  display: block;
  line-height: 0;
  box-shadow: var(--sh-sm);
}
.md-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.md-gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(28, 23, 64, 0.72) 0%, rgba(28, 23, 64, 0) 52%);
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.md-gallery__item:hover img {
  transform: scale(1.06);
}
.md-gallery__item:hover::after {
  opacity: 1;
}
.md-gallery__item:focus-visible {
  outline: 3px solid var(--c-secondary);
  outline-offset: 3px;
}
.md-gallery__item--lg {
  grid-column: span 2;
  grid-row: span 2;
}
.md-gallery__cap {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--c-white);
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.2;
}
.md-gallery__cap i {
  color: var(--c-secondary);
}
@media (max-width: 991.98px) {
  .md-gallery {
    grid-auto-rows: 170px;
  }
  .md-gallery__cap {
    font-size: 0.84rem;
  }
}
@media (max-width: 767.98px) {
  .md-gallery {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 150px;
  }
  .md-gallery__item--lg {
    grid-column: span 2;
    grid-row: span 1;
  }
}

.md-sponsor {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: clamp(32px, 5vw, 60px);
  align-items: start;
}
@media (max-width: 1199.98px) {
  .md-sponsor {
    grid-template-columns: 1fr;
  }
}
.md-sponsor__intro .check-list b {
  color: var(--c-secondary);
}
.md-sponsor__note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  padding: 16px 18px;
  color: var(--c-body);
  font-size: 0.92rem;
  line-height: 1.55;
}
.md-sponsor__note i {
  color: var(--c-tertiary);
  font-size: 1.25rem;
  flex: 0 0 auto;
  margin-top: 1px;
}

.donate-panel {
  --dp-h: 54px;
}
.donate-panel .md-panel__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--c-line);
}
.donate-panel .md-panel__head b {
  display: block;
  font-family: var(--ff-display);
  color: var(--c-ink);
  font-size: 1.12rem;
}
.donate-panel .md-panel__head small {
  color: var(--c-gray);
  font-size: 0.9rem;
}
.donate-panel .md-panel__ico {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  background: var(--c-light);
  color: var(--c-primary);
  font-size: 1.5rem;
}
.donate-panel .md-panel__lbl {
  display: block;
  margin: 18px 0 8px;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--c-ink);
}
.donate-panel .dp-opts {
  margin-bottom: 4px;
}
.donate-panel .md-panel__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: center;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--c-line);
}
.donate-panel .md-panel__trust div {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--c-gray);
}
.donate-panel .md-panel__trust i {
  color: var(--c-tertiary);
}

.md-quote {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(32px, 5vw, 56px);
  text-align: center;
}
.md-quote__mark {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c-secondary);
  color: var(--c-white);
  font-size: 1.6rem;
  box-shadow: var(--sh-md);
}
.md-quote__text {
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  line-height: 1.5;
  color: var(--c-ink);
  margin: 8px 0 26px;
}
.md-quote__by {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-align: left;
}
.md-quote__by b {
  display: block;
  color: var(--c-ink);
  font-family: var(--ff-display);
}
.md-quote__by small {
  color: var(--c-gray);
  font-size: 0.9rem;
}
.md-quote__ava {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c-light);
  color: var(--c-primary);
  font-size: 1.3rem;
}

.nw-vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.nw-lead {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  overflow: hidden;
  margin-bottom: 44px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: stretch;
  transition: box-shadow 0.35s ease, transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1);
}
@media (max-width: 991.98px) {
  .nw-lead {
    grid-template-columns: 1fr;
  }
}
.nw-lead .nw-lead__media {
  position: relative;
  overflow: hidden;
  min-height: 320px;
}
@media (max-width: 991.98px) {
  .nw-lead .nw-lead__media {
    aspect-ratio: 16/9;
    min-height: 0;
  }
}
.nw-lead .nw-lead__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.nw-lead .nw-lead__flag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--c-secondary);
  color: var(--c-primary-900);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  padding: 7px 14px;
  border-radius: var(--r-pill);
  box-shadow: var(--sh-sm);
}
.nw-lead .nw-lead__body {
  padding: clamp(24px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.nw-lead .nw-lead__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--c-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.nw-lead .nw-lead__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nw-lead .nw-lead__meta i {
  color: var(--c-primary);
}
.nw-lead h2 {
  font-size: clamp(1.5rem, 2.6vw, 2.15rem);
  line-height: 1.2;
}
.nw-lead h2 a {
  color: var(--c-ink);
}
.nw-lead h2 a:hover {
  color: var(--c-primary);
}
.nw-lead p {
  color: var(--c-body);
  font-size: 1.02rem;
  line-height: 1.7;
}
.nw-lead .nw-lead__foot {
  margin-top: auto;
  padding-top: 6px;
}
.nw-lead:hover {
  box-shadow: var(--sh-md);
}
.nw-lead:hover .nw-lead__media img {
  transform: scale(1.04);
}

.nw-listhead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.nw-listhead h2 {
  font-size: 1.5rem;
}
.nw-listhead .nw-count {
  font-size: 0.92rem;
  color: var(--c-gray);
  font-weight: 600;
}

.nw-filter {
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .nw-filter {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
  }
  .nw-filter .nw-fchip {
    flex: 0 0 auto;
  }
}

.nw-fchip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--c-line);
  background: var(--c-white);
  color: var(--c-body);
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.nw-fchip .n {
  font-size: 0.78rem;
  color: var(--c-gray);
  font-weight: 700;
}
.nw-fchip:hover {
  border-color: var(--c-primary);
  color: var(--c-primary);
  transform: translateY(-1px);
  box-shadow: var(--sh-xs);
}
.nw-fchip:hover .n {
  color: var(--c-primary);
}
.nw-fchip.is-active {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: var(--c-white);
}
.nw-fchip.is-active .n {
  color: rgba(255, 255, 255, 0.85);
}

.nw-sub {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-md);
  padding: 26px;
  background: var(--c-primary-900);
  color: var(--c-white);
  box-shadow: var(--sh-sm);
}
.nw-sub .ic {
  width: 48px;
  height: 48px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  color: var(--c-secondary);
  font-size: 1.4rem;
  margin-bottom: 14px;
}
.nw-sub h3 {
  color: var(--c-white);
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.nw-sub p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 16px;
}
.nw-sub .nw-sub__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nw-sub input {
  width: 100%;
  padding: 13px 16px;
  border-radius: var(--r-sm);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: var(--c-white);
  font-family: var(--ff-body);
  font-size: 0.95rem;
}
.nw-sub input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.nw-sub input:focus {
  outline: none;
  border-color: var(--c-secondary);
  box-shadow: 0 0 0 3px rgba(255, 77, 148, 0.18);
}
.nw-sub .nw-sub__hint {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}

.nw-arthero {
  margin-bottom: 8px;
}
.nw-arthero .nw-cat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--c-light);
  color: var(--c-primary);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  padding: 8px 16px;
  border-radius: var(--r-pill);
  margin-bottom: 18px;
}
.nw-arthero h1 {
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  line-height: 1.16;
  margin-bottom: 18px;
}
.nw-arthero .nw-artlead {
  font-size: 1.14rem;
  line-height: 1.7;
  color: var(--c-body);
  max-width: 62ch;
  margin-bottom: 22px;
}

.post-meta.nw-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 22px;
  padding: 16px 0;
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
}
.post-meta.nw-meta .m {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.post-meta.nw-meta .m .ava {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  background: var(--c-primary);
  color: var(--c-white);
  font-weight: 800;
  font-family: var(--ff-display);
  font-size: 0.95rem;
}
.post-meta.nw-meta .m .k {
  display: block;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--c-gray);
  font-weight: 700;
}
.post-meta.nw-meta .m .v {
  display: block;
  font-weight: 700;
  color: var(--c-ink);
  font-size: 0.95rem;
}
.post-meta.nw-meta .m > i {
  color: var(--c-primary);
  font-size: 1.15rem;
}
@media (max-width: 767.98px) {
  .post-meta.nw-meta {
    gap: 14px;
  }
}

.nw-cover {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  margin: 24px 0 30px;
  box-shadow: var(--sh-sm);
}
.nw-cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.nw-cover figcaption {
  padding: 12px 16px;
  font-size: 0.86rem;
  color: var(--c-gray);
  background: var(--c-light-2);
}

.nw-fig {
  margin: 26px 0;
}
.nw-fig img {
  display: block;
  width: 100%;
  border-radius: var(--r-md);
  box-shadow: var(--sh-xs);
}
.nw-fig figcaption {
  margin-top: 10px;
  font-size: 0.86rem;
  color: var(--c-gray);
  text-align: center;
}

.nw-pull {
  position: relative;
  margin: 34px 0;
  padding: 30px 30px 30px 34px;
  background: var(--c-primary-900);
  color: var(--c-white);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
}
.nw-pull .qmark {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 3.4rem;
  line-height: 1;
  color: var(--c-secondary);
  opacity: 0.55;
  font-family: var(--ff-display);
}
.nw-pull blockquote {
  position: relative;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.45;
  color: var(--c-white);
  margin: 0;
}
.nw-pull cite {
  display: block;
  margin-top: 14px;
  font-style: normal;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--c-secondary);
}
.nw-pull cite::before {
  content: "— ";
}
@media (max-width: 767.98px) {
  .nw-pull {
    padding: 24px;
  }
}

.nw-facts {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  padding: 24px 26px;
  margin: 30px 0;
  background: var(--c-light-2);
}
.nw-facts h3 {
  font-size: 1.1rem;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.nw-facts h3 i {
  color: var(--c-secondary);
}
.nw-facts ul {
  list-style: none;
  margin: 0;
  display: grid;
  gap: 12px;
}
.nw-facts li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.98rem;
  color: var(--c-body);
  line-height: 1.5;
}
.nw-facts li i {
  flex: 0 0 auto;
  margin-top: 3px;
  color: var(--c-primary);
}
.nw-facts li b {
  color: var(--c-ink);
  font-family: var(--ff-display);
}

.nw-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 34px 0 8px;
  padding: 20px 0;
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
}
.nw-share .lbl {
  font-weight: 800;
  color: var(--c-ink);
  margin-right: 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.nw-share .lbl i {
  color: var(--c-secondary);
}
.nw-share .nw-sbtn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--c-line);
  background: var(--c-white);
  color: var(--c-primary);
  font-size: 1.1rem;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.nw-share .nw-sbtn:hover {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: var(--c-white);
  transform: translateY(-2px);
}
.nw-share .nw-copy {
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .nw-share .nw-copy {
    margin-left: 0;
  }
}

.nw-author {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  margin-top: 26px;
}
.nw-author .ava {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  background: var(--c-primary);
  color: var(--c-white);
  font-weight: 800;
  font-family: var(--ff-display);
  font-size: 1.3rem;
}
.nw-author .k {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--c-tertiary);
  font-weight: 700;
}
.nw-author b {
  display: block;
  font-size: 1.08rem;
  color: var(--c-ink);
  margin: 2px 0 4px;
}
.nw-author p {
  font-size: 0.92rem;
  color: var(--c-body);
  margin: 0;
  line-height: 1.55;
}
@media (max-width: 767.98px) {
  .nw-author {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}

.nw-related {
  margin-top: clamp(56px, 7vw, 80px);
}

.bl-layout .sr-only,
.bl-intro .sr-only,
.bl-cta .sr-only,
.sidebar .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.bl-intro {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  margin-bottom: clamp(36px, 5vw, 52px);
}
@media (max-width: 991.98px) {
  .bl-intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.bl-intro .bl-intro__title {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.18;
}
.bl-intro .bl-intro__lead p {
  margin-top: 16px;
  color: var(--c-body);
  font-size: 1.06rem;
  line-height: 1.75;
  max-width: 60ch;
}
.bl-intro .bl-intro__stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .bl-intro .bl-intro__stats {
    grid-template-columns: 1fr 1fr;
  }
}

.bl-fact {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  padding: 20px 16px;
  text-align: center;
  background: var(--c-light-2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.bl-fact i {
  font-size: 1.5rem;
  color: var(--c-secondary);
  margin-bottom: 4px;
}
.bl-fact b {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--c-ink);
  line-height: 1;
}
.bl-fact span {
  font-size: 0.82rem;
  color: var(--c-gray);
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .bl-fact:last-child {
    grid-column: 1/-1;
  }
}

.bl-feat {
  margin-bottom: clamp(40px, 5vw, 56px);
}
.bl-feat .cf-media {
  display: block;
}
.bl-feat .bl-feat__cat {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--c-secondary);
  color: var(--c-primary-900);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  padding: 7px 14px;
  border-radius: var(--r-pill);
  box-shadow: var(--sh-sm);
}

.bl-listhead {
  margin-bottom: 22px;
}
.bl-listhead .bl-listhead__title {
  font-size: 1.5rem;
}
.bl-listhead .bl-count {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--c-gray);
}
.bl-listhead .bl-count i {
  color: var(--c-tertiary);
}

.bl-search__form {
  position: relative;
}
.bl-search__form input {
  width: 100%;
  padding: 13px 52px 13px 16px;
  border: 1.5px solid var(--c-line);
  border-radius: var(--r-sm);
  background: var(--c-white);
  font-family: var(--ff-body);
  font-size: 0.95rem;
  color: var(--c-ink);
}
.bl-search__form input::placeholder {
  color: var(--c-gray);
}
.bl-search__form input:focus {
  outline: none;
  border-color: var(--c-tertiary);
  box-shadow: 0 0 0 3px rgba(255, 77, 148, 0.12);
}
.bl-search__form .bl-search__btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: var(--r-xs);
  border: 0;
  cursor: pointer;
  background: var(--c-primary);
  color: var(--c-white);
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  transition: background 0.2s ease, transform 0.2s ease;
}
.bl-search__form .bl-search__btn:hover {
  background: var(--c-primary-700);
  transform: translateY(-50%) scale(1.04);
}

.bl-pick {
  padding: 0;
  overflow: hidden;
}
.bl-pick .bl-pick__badge {
  position: absolute;
  margin: 14px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--c-primary-900);
  color: var(--c-white);
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  padding: 6px 12px;
  border-radius: var(--r-pill);
}
.bl-pick .bl-pick__badge i {
  color: var(--c-secondary);
}
.bl-pick > img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.bl-pick h4 {
  padding: 18px 20px 0;
  font-size: 1.08rem;
  line-height: 1.3;
  font-family: var(--ff-display);
  font-weight: 800;
}
.bl-pick h4 a {
  color: var(--c-ink);
}
.bl-pick h4 a:hover {
  color: var(--c-primary);
}
.bl-pick p {
  padding: 10px 20px 0;
  font-size: 0.9rem;
  color: var(--c-body);
  line-height: 1.6;
}
.bl-pick .more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 14px 20px 20px;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--c-primary);
}
.bl-pick .more i {
  transition: transform 0.25s ease;
}
.bl-pick .more:hover i {
  transform: translateX(4px);
}

.bl-cta {
  margin-top: clamp(48px, 6vw, 72px);
}
.bl-cta .newsletter .btn {
  flex: 0 0 auto;
}

[x-cloak] {
  display: none !important;
}

.vd .vd-feat-desc {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.96rem;
  line-height: 1.5;
  max-width: 46ch;
}
.vd .vd-count {
  color: var(--c-gray);
  font-weight: 600;
  font-size: 0.92rem;
  margin: 0;
  white-space: nowrap;
}

.vd-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
@media (max-width: 991.98px) {
  .vd-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .vd-grid {
    grid-template-columns: 1fr;
  }
}

.vd-card {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.35s ease;
}
.vd-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.vd-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.vd-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(35, 47, 82, 0.55), rgba(35, 47, 82, 0.04) 55%);
}
.vd-card__media .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.vd-card__cat {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: var(--c-primary);
  color: #fff;
  font-weight: 700;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 6px 12px;
  border-radius: var(--r-pill);
}
.vd-card__dur {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(11, 21, 46, 0.72);
  color: #fff;
  font-weight: 700;
  font-size: 0.78rem;
  padding: 5px 11px;
  border-radius: var(--r-pill);
  backdrop-filter: blur(4px);
}
.vd-card__dur i {
  font-size: 0.82rem;
}
.vd-card__body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.vd-card__body b {
  font-size: 1.06rem;
  line-height: 1.32;
  color: var(--c-ink);
}
.vd-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 16px;
  margin-top: auto;
  font-size: 0.84rem;
  color: var(--c-gray);
  font-weight: 600;
}
.vd-card__meta > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.vd-card__meta i {
  color: var(--c-primary);
}
.vd-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-lg);
}
.vd-card:hover .vd-card__media img {
  transform: scale(1.06);
}
.vd-card:hover .play-btn {
  background: var(--c-secondary);
  color: #fff;
}
.vd-card:focus-visible {
  outline: 3px solid var(--c-secondary);
  outline-offset: 3px;
}

.vd-empty {
  text-align: center;
  padding: 56px 20px;
  color: var(--c-gray);
  background: #fff;
  border: 1px dashed var(--c-line);
  border-radius: var(--r-lg);
}
.vd-empty i {
  font-size: 2.6rem;
  color: var(--c-primary);
  opacity: 0.6;
}
.vd-empty p {
  margin-top: 14px;
  max-width: 42ch;
  margin-inline: auto;
  font-size: 0.98rem;
}

.vd-behind__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
@media (max-width: 991.98px) {
  .vd-behind__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
.vd-behind__copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.04rem;
  line-height: 1.65;
  margin-top: 14px;
  max-width: 56ch;
}
.vd-behind__list {
  list-style: none;
  margin: 24px 0 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.vd-behind__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  line-height: 1.45;
}
.vd-behind__list i {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  color: var(--c-secondary);
  font-size: 1rem;
}
.vd-behind__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.vd-behind__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 575.98px) {
  .vd-behind__stats {
    grid-template-columns: 1fr;
  }
}

.vd-stat {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r-lg);
  padding: 26px 22px;
  text-align: center;
}
.vd-stat b {
  display: block;
  font-family: var(--ff-display);
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.vd-stat b .u {
  color: var(--c-secondary);
}
.vd-stat span {
  display: block;
  margin-top: 8px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}

.fq-intro {
  max-width: 720px;
  margin: 0 auto 14px;
  text-align: center;
}
.fq-intro .lead {
  color: var(--c-body);
  font-size: 1.08rem;
  line-height: 1.75;
  margin-top: 14px;
}

.fq-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.fq-search {
  max-width: 620px;
  margin: 30px auto 0;
  position: relative;
}
.fq-search input {
  width: 100%;
  height: 60px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--c-line);
  background: #fff;
  padding: 0 60px 0 56px;
  font-family: var(--ff-body);
  font-size: 1rem;
  color: var(--c-ink);
  box-shadow: var(--sh-xs);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.fq-search input::placeholder {
  color: var(--c-gray);
}
.fq-search input:focus {
  outline: none;
  border-color: var(--c-primary);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04), var(--sh-sm);
}
.fq-search .ic {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--c-primary);
  font-size: 1.2rem;
  pointer-events: none;
}
.fq-search .go {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c-secondary);
  color: #fff;
  font-size: 1.05rem;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.fq-search .go:hover {
  transform: translateY(-50%) scale(1.06);
  filter: brightness(1.05);
}

.fq-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 34px;
}

.fq-jump a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 18px 9px 10px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--c-line);
  background: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--c-body);
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.fq-jump a i {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c-light);
  color: var(--c-primary);
  font-size: 1rem;
  transition: background 0.2s ease, color 0.2s ease;
}
.fq-jump a:hover {
  border-color: var(--c-primary);
  color: var(--c-primary);
  transform: translateY(-2px);
  box-shadow: var(--sh-xs);
}
.fq-jump a:hover i {
  background: var(--c-primary);
  color: #fff;
}

.fq-cat {
  margin-top: 64px;
  scroll-margin-top: calc(var(--header-h) + 24px);
}
.fq-cat:first-of-type {
  margin-top: 0;
}

.fq-cat__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}

.fq-cat__ic {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border-radius: var(--r-md);
  display: grid;
  place-items: center;
  background: var(--c-primary);
  color: #fff;
  font-size: 1.5rem;
  box-shadow: var(--sh-sm);
}

.fq-cat__tt {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  color: var(--c-ink);
  line-height: 1.15;
}

.fq-cat__sub {
  display: block;
  margin-top: 4px;
  font-family: var(--ff-body);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--c-gray);
  letter-spacing: 0;
}

.fq-cat .acc-body .inner {
  max-width: 68ch;
}
.fq-cat .acc-body .inner a {
  color: var(--c-primary);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fq-cat .acc-body .inner a:hover {
  color: var(--c-secondary);
}
.fq-cat .acc-body .inner p {
  margin: 0;
}
.fq-cat .acc-body .inner p + p {
  margin-top: 12px;
}
.fq-cat .acc-body .inner ul {
  margin: 12px 0 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fq-cat .acc-body .inner li::marker {
  color: var(--c-secondary);
}

.fq-help {
  margin-top: 74px;
  position: relative;
  overflow: hidden;
  border-radius: var(--r-xl);
  background: var(--c-primary-900);
  color: #fff;
  padding: clamp(38px, 5vw, 60px);
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  gap: 40px;
}
.fq-help::before {
  content: "";
  position: absolute;
  top: -55%;
  right: -6%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(252, 1, 110, 0.28), transparent 65%);
}
.fq-help > * {
  position: relative;
  z-index: 1;
}

.fq-help__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #fff;
  margin-bottom: 14px;
}
.fq-help__eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--c-secondary);
  border-radius: 2px;
}

.fq-help h2 {
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.15;
}

.fq-help p {
  color: rgba(255, 255, 255, 0.82);
  margin-top: 12px;
  max-width: 46ch;
  line-height: 1.7;
}

.fq-help__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fq-help__actions .btn {
  justify-content: flex-start;
}

.fq-help__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 22px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}
.fq-help__meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.fq-help__meta i {
  color: var(--c-secondary);
}

@media (max-width: 991.98px) {
  .fq-help {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
@media (max-width: 767.98px) {
  .fq-cat__head {
    gap: 13px;
  }
  .fq-cat__ic {
    width: 46px;
    height: 46px;
    font-size: 1.25rem;
  }
}
.ct-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(36px, 5vw, 56px);
}

.ct-intro .desc {
  color: var(--c-body);
  font-size: 1.06rem;
  margin-top: 16px;
}

.ct-cards .contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.3s ease;
}
.ct-cards .contact-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-md);
}
.ct-cards .contact-card:hover .ico {
  background: var(--c-primary);
  color: var(--c-white);
}

.ct-cards .contact-card .ico {
  transition: background 0.3s ease, color 0.3s ease;
}

.ct-cards .contact-card .lines {
  color: var(--c-body);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

.ct-cards .contact-card .lines a {
  color: var(--c-body);
}
.ct-cards .contact-card .lines a:hover {
  color: var(--c-primary);
}

.ct-card-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--c-primary);
}
.ct-card-link i {
  transition: transform 0.2s ease;
}
.ct-card-link:hover i {
  transform: translateX(3px);
}

.ct-layout {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: clamp(24px, 3vw, 40px);
  align-items: start;
}
@media (max-width: 1199.98px) {
  .ct-layout {
    grid-template-columns: 1fr;
  }
}

.ct-form-head {
  margin-bottom: 24px;
}

.ct-form-head h2 {
  font-size: 1.5rem;
  margin-bottom: 6px;
}

.ct-aside {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ct-aside .map-embed iframe {
  min-height: 260px;
}

.ct-hours {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  padding: 26px;
}

.ct-hours h3 {
  font-size: 1.15rem;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ct-hours h3 i {
  color: var(--c-primary);
}

.ct-hours .sub {
  color: var(--c-gray);
  font-size: 0.9rem;
  margin-bottom: 18px;
}

.ct-hours-list {
  display: flex;
  flex-direction: column;
}

.ct-hour-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--c-line);
  font-size: 0.95rem;
}
.ct-hour-row:last-child {
  border-bottom: 0;
}
.ct-hour-row .day {
  color: var(--c-body);
}
.ct-hour-row .val {
  font-weight: 700;
  color: var(--c-ink);
}
.ct-hour-row.is-closed .val {
  color: var(--c-gray);
  font-weight: 600;
}

.ct-open-pill {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.84rem;
  background: color-mix(in srgb, var(--c-success) 14%, transparent);
  color: var(--c-success);
}
.ct-open-pill .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-success);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--c-success) 22%, transparent);
}

.ct-connect {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  padding: 26px;
  background: var(--c-primary-900);
  border-color: transparent;
}

.ct-connect h3 {
  color: var(--c-white);
  font-size: 1.15rem;
  margin-bottom: 6px;
}

.ct-connect p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.94rem;
  margin-bottom: 18px;
}

.ct-connect-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.ct-connect-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border-radius: var(--r-sm);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.ct-connect-row:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
}
.ct-connect-row .ic {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: var(--c-secondary);
  font-size: 1.2rem;
}
.ct-connect-row .tx {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  min-width: 0;
}
.ct-connect-row .tx .k {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.ct-connect-row .tx .v {
  color: var(--c-white);
  font-weight: 700;
  font-size: 0.98rem;
  overflow-wrap: anywhere;
}

.ct-connect .ct-social {
  display: flex;
  gap: 10px;
}

.ct-social a {
  width: 44px;
  height: 44px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.15rem;
  transition: all 0.25s ease;
}
.ct-social a:hover {
  background: var(--c-secondary);
  border-color: transparent;
  color: var(--c-white);
  transform: translateY(-3px);
}

.dd-cover {
  display: block;
  position: relative;
  margin-top: 26px;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: var(--sh-sm);
}
.dd-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.dd-cover:hover img {
  transform: scale(1.04);
}
.dd-cover .zoom {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(28, 23, 64, 0.55);
  color: var(--c-white);
  backdrop-filter: blur(4px);
}

.dd-note {
  color: var(--c-body);
  line-height: 1.6;
  margin-bottom: 16px;
  max-width: 62ch;
}

.dd-check {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}
@media (max-width: 767.98px) {
  .dd-check {
    grid-template-columns: 1fr;
  }
}
.dd-check li {
  background: var(--c-light-2);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  padding: 14px 16px;
  line-height: 1.5;
}
.dd-check li b {
  color: var(--c-ink);
}
.dd-check i {
  color: var(--c-secondary);
}

.dd-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 991.98px) {
  .dd-values {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.dd-values .value-item {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 22px;
  flex-direction: column;
  gap: 14px;
}

.dd-freq {
  margin-top: 14px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--c-gray);
}
.dd-freq i {
  color: var(--c-secondary);
  margin-top: 2px;
  flex: 0 0 auto;
}

.dd-alt .dd-alt__row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}
.dd-alt .dd-alt__row .dd-alt__ic {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: var(--r-md);
  display: grid;
  place-items: center;
  background: var(--c-light);
  color: var(--c-primary);
  font-size: 1.25rem;
}
.dd-alt .dd-alt__row b {
  display: block;
  color: var(--c-ink);
}
.dd-alt .dd-alt__row small {
  color: var(--c-gray);
  font-size: 0.86rem;
  line-height: 1.45;
}

.zk-calchead {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--c-line);
}
.zk-calchead .ic {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  color: #fff;
  background: var(--grad-primary);
}
.zk-calchead h2 {
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  margin-bottom: 4px;
}
.zk-calchead p {
  font-size: 0.95rem;
  color: var(--c-body);
  margin: 0;
}

.zk-nisab {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 4px 0 22px;
  padding: 14px 18px;
  border-radius: var(--r-md);
  border: 1px solid var(--c-line);
  background: var(--c-light);
  transition: background 0.25s ease, border-color 0.25s ease;
}
.zk-nisab .ic {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  background: #fff;
  color: var(--c-gray);
  box-shadow: var(--sh-xs);
  transition: color 0.25s ease;
}
.zk-nisab .bd {
  min-width: 0;
}
.zk-nisab b {
  display: block;
  font-family: var(--ff-display);
  font-size: 1rem;
  color: var(--c-ink);
}
.zk-nisab small {
  color: var(--c-body);
  font-size: 0.86rem;
}
.zk-nisab.is-on {
  background: color-mix(in srgb, var(--c-secondary) 8%, #fff);
  border-color: color-mix(in srgb, var(--c-secondary) 35%, var(--c-line));
}
.zk-nisab.is-on .ic {
  color: var(--c-secondary);
}

.zk-breakdown {
  margin: 18px 0 4px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.zk-breakdown .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.82);
}
.zk-breakdown .row b {
  color: #fff;
  font-weight: 600;
}
.zk-breakdown .row--sum {
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 600;
  color: #fff;
}

.zk-reset {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  background: none;
  border: 0;
  cursor: pointer;
  color: var(--c-gray);
  font-size: 0.9rem;
  font-weight: 600;
  font-family: var(--ff-body);
  transition: color 0.2s ease;
}
.zk-reset:hover {
  color: var(--c-primary);
}

.zk-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media (max-width: 767.98px) {
  .zk-cards {
    grid-template-columns: 1fr;
  }
}

.zk-card {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.zk-card .ic {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  background: var(--c-light);
  color: var(--c-primary);
}
.zk-card h3 {
  font-size: 1.08rem;
  margin-bottom: 5px;
}
.zk-card p {
  font-size: 0.93rem;
  color: var(--c-body);
  margin: 0;
}
.zk-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-md);
}

.zk-sources {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 991.98px) {
  .zk-sources {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .zk-sources {
    grid-template-columns: 1fr;
  }
}

.zk-source {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
}
.zk-source .ic {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  background: var(--c-light);
  color: var(--c-primary);
}
.zk-source b {
  font-size: 0.98rem;
  color: var(--c-ink);
  display: block;
}
.zk-source small {
  font-size: 0.82rem;
  color: var(--c-gray);
}

.zk-nisabband {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--c-primary-900);
  border-radius: var(--r-lg);
  overflow: hidden;
  color: #fff;
  box-shadow: var(--sh-md);
}
.zk-nisabband .cell {
  padding: 34px 24px;
  text-align: center;
  position: relative;
}
.zk-nisabband .cell + .cell::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.14);
}
.zk-nisabband .ic {
  font-size: 1.6rem;
  color: var(--c-secondary);
  margin-bottom: 12px;
  display: block;
}
.zk-nisabband .val {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.1;
}
.zk-nisabband .lbl {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  margin-top: 6px;
}
@media (max-width: 767.98px) {
  .zk-nisabband {
    grid-template-columns: 1fr;
  }
  .zk-nisabband .cell + .cell::before {
    display: none;
  }
  .zk-nisabband .cell + .cell {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
}

.bk-intro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  counter-reset: bk;
}
@media (max-width: 991.98px) {
  .bk-intro {
    grid-template-columns: 1fr;
  }
}

.bk-step {
  position: relative;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  padding: 24px 24px 24px 72px;
}
.bk-step .ic {
  position: absolute;
  left: 20px;
  top: 22px;
  width: 40px;
  height: 40px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  background: var(--c-light);
  color: var(--c-primary);
  font-size: 1.15rem;
}
.bk-step b {
  display: block;
  color: var(--c-ink);
  font-family: var(--ff-display);
  margin-bottom: 4px;
}
.bk-step p {
  color: var(--c-body);
  font-size: 0.93rem;
  line-height: 1.55;
  margin: 0;
}
.bk-step::after {
  counter-increment: bk;
  content: counter(bk);
  position: absolute;
  top: 16px;
  right: 18px;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--c-line);
  line-height: 1;
}

.bk-note {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  border-left: 4px solid var(--c-secondary);
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px 24px;
}
.bk-note .ic {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--c-secondary) 12%, #fff);
  color: var(--c-secondary);
  font-size: 1.4rem;
}
.bk-note b {
  color: var(--c-ink);
  display: block;
  margin-bottom: 5px;
  font-size: 1.05rem;
}
.bk-note p {
  color: var(--c-body);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
}
.bk-note .bk-ex {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.bk-note .bk-ex span {
  background: var(--c-light-2);
  color: var(--c-primary);
  font-weight: 700;
  font-size: 0.82rem;
  padding: 5px 12px;
  border-radius: var(--r-pill);
}

.bk-group-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
}
.bk-group-head img {
  height: 34px;
  width: auto;
}
.bk-group-head .t {
  font-family: var(--ff-display);
  font-weight: 800;
  color: var(--c-ink);
  font-size: 1.18rem;
  line-height: 1.2;
}
.bk-group-head .s {
  display: block;
  color: var(--c-gray);
  font-size: 0.86rem;
  font-weight: 600;
}
.bk-group-head .line {
  flex: 1;
  height: 1px;
  background: var(--c-line);
}

.bk-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 1199.98px) {
  .bk-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .bk-cards {
    grid-template-columns: 1fr;
  }
}

.bk-card {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bk-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-lg);
}
.bk-card .bk-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--c-line);
  background: var(--c-light-2);
}
.bk-card .bk-card__top .cur {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.02rem;
  color: var(--c-primary);
}
.bk-card .bk-card__top .cur i {
  font-size: 1.15rem;
}
.bk-card .bk-card__top .badge {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: var(--r-pill);
  background: color-mix(in srgb, var(--c-secondary) 14%, #fff);
  color: var(--c-secondary);
}
.bk-card .bk-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}
.bk-card .bk-kv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px dashed var(--c-line);
  font-size: 0.92rem;
}
.bk-card .bk-kv:first-child {
  padding-top: 0;
}
.bk-card .bk-kv .k {
  color: var(--c-gray);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.bk-card .bk-kv .k i {
  color: var(--c-primary);
  font-size: 0.95rem;
}
.bk-card .bk-kv .v {
  font-weight: 700;
  color: var(--c-ink);
  text-align: right;
}
.bk-card .bk-iban {
  margin-top: 16px;
}
.bk-card .bk-iban .lbl {
  display: block;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--c-gray);
  margin-bottom: 7px;
}
.bk-card .bk-iban .row {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
.bk-card .bk-iban .row code {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  font-family: var(--ff-display);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--c-ink);
  font-size: 1rem;
  background: var(--c-light-2);
  border-radius: var(--r-sm);
  padding: 12px 14px;
  word-break: break-all;
  line-height: 1.4;
}

.bk-copy {
  flex: 0 0 auto;
  width: 48px;
  border-radius: var(--r-sm);
  border: 1.5px solid var(--c-line);
  background: #fff;
  color: var(--c-primary);
  font-size: 1.15rem;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all 0.2s ease;
}
.bk-copy:hover {
  background: var(--c-primary);
  color: #fff;
  border-color: var(--c-primary);
}
.bk-copy:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--c-primary) 40%, transparent);
  outline-offset: 2px;
}
.bk-copy.is-copied {
  background: var(--c-secondary);
  border-color: var(--c-secondary);
  color: #fff;
}

.bk-copied-tip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 9px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--c-secondary);
}
.bk-copied-tip i {
  font-size: 0.95rem;
}

.bk-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media (max-width: 991.98px) {
  .bk-info {
    grid-template-columns: 1fr;
  }
}

.bk-panel {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  padding: 26px 28px;
  display: flex;
  flex-direction: column;
}
.bk-panel .bk-panel__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--c-line);
}
.bk-panel .bk-panel__head .ic {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  background: var(--c-light);
  color: var(--c-primary);
  font-size: 1.25rem;
}
.bk-panel .bk-panel__head h3 {
  font-size: 1.12rem;
  margin: 0;
  line-height: 1.25;
}
.bk-panel p {
  color: var(--c-body);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0 0 12px;
}
.bk-panel .bk-swift {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--c-line);
  font-size: 0.95rem;
}
.bk-panel .bk-swift:last-of-type {
  border-bottom: 0;
}
.bk-panel .bk-swift .k {
  color: var(--c-gray);
  font-weight: 600;
}
.bk-panel .bk-swift .v {
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--c-ink);
}
.bk-panel .bk-checks {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-top: 2px;
}
.bk-panel .bk-checks li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--c-body);
  font-size: 0.95rem;
  line-height: 1.55;
}
.bk-panel .bk-checks li i {
  flex: 0 0 auto;
  color: var(--c-tertiary);
  font-size: 1.1rem;
  margin-top: 2px;
}
.bk-panel .bk-hint {
  margin-top: auto;
  padding-top: 14px;
  font-size: 0.86rem;
  color: var(--c-gray);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.bk-panel .bk-hint i {
  margin-top: 2px;
  color: var(--c-primary);
}

[x-cloak] {
  display: none !important;
}

.ac-nav .ac-member {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 6px 10px;
  padding: 9px 12px;
  background: var(--c-light-2);
  border: 1px solid var(--c-line);
  border-radius: var(--r-pill);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--c-primary);
}
.ac-nav .ac-member i {
  color: var(--c-secondary);
}
.ac-nav .ac-nav__foot {
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px solid var(--c-line);
}

.ac-main {
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-width: 0;
}

.ac-hello {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--grad-banner);
  color: #fff;
  border-radius: var(--r-lg);
  padding: clamp(24px, 3vw, 34px);
  box-shadow: var(--sh-md);
}
@media (max-width: 767.98px) {
  .ac-hello {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
.ac-hello::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(252, 1, 110, 0.45), transparent 70%);
  pointer-events: none;
}
.ac-hello .ac-hello__txt {
  position: relative;
  z-index: 1;
}
.ac-hello .ac-hello__ey {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.85;
  margin-bottom: 8px;
}
.ac-hello .ac-hello__ey i {
  color: var(--c-secondary);
}
.ac-hello h2 {
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 8px;
}
.ac-hello p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 60ch;
  margin: 0;
}
.ac-hello p b {
  color: #fff;
  font-weight: 700;
}
.ac-hello .ac-hello__cta {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  white-space: nowrap;
}

.ac-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 991.98px) {
  .ac-stats {
    grid-template-columns: 1fr;
  }
}

.ac-stat {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ac-stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--c-primary);
}
.ac-stat:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-md);
}
.ac-stat .ac-stat__ic {
  width: 50px;
  height: 50px;
  border-radius: var(--r-md);
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  background: var(--c-light);
  color: var(--c-primary);
}
.ac-stat .ac-stat__bd .num {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  color: var(--c-ink);
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.ac-stat .ac-stat__bd .num .suf {
  font-size: 1.1rem;
  color: var(--c-secondary);
}
.ac-stat .ac-stat__bd .label {
  margin-top: 6px;
  font-size: 0.92rem;
  color: var(--c-body);
  font-weight: 600;
}
.ac-stat .ac-stat__trend {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--c-gray);
  padding-top: 12px;
  border-top: 1px dashed var(--c-line);
}
.ac-stat .ac-stat__trend i {
  font-size: 0.9rem;
}
.ac-stat .ac-stat__trend.up {
  color: var(--c-success);
}
.ac-stat .ac-stat__trend.link {
  color: var(--c-primary);
}
.ac-stat .ac-stat__trend.link i {
  transition: transform 0.25s ease;
}
.ac-stat .ac-stat__trend.link:hover i {
  transform: translateX(3px);
}

.ac-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.ac-block__head h3 {
  font-size: 1.22rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ac-block__head h3 i {
  color: var(--c-primary);
}
.ac-block__head .ac-block__more {
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--c-primary);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.ac-block__head .ac-block__more i {
  transition: transform 0.25s ease;
}
.ac-block__head .ac-block__more:hover i {
  transform: translateX(3px);
}

.ac-quick {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 991.98px) {
  .ac-quick {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .ac-quick {
    grid-template-columns: 1fr;
  }
}

.ac-qa {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  padding: 22px 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.ac-qa .ic {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-bottom: 8px;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  background: var(--c-light);
  color: var(--c-primary);
  transition: background 0.3s ease, color 0.3s ease;
}
.ac-qa b {
  color: var(--c-ink);
  font-size: 1rem;
}
.ac-qa small {
  color: var(--c-gray);
  font-size: 0.82rem;
}
.ac-qa:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-md);
  border-color: var(--c-secondary);
}
.ac-qa:hover .ic {
  background: var(--c-secondary);
  color: #fff;
}

.ac-sponsors {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 991.98px) {
  .ac-sponsors {
    grid-template-columns: 1fr;
  }
}

.ac-spon {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  overflow: hidden;
  display: flex;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 575.98px) {
  .ac-spon {
    flex-direction: column;
  }
}
.ac-spon:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-md);
}
.ac-spon > img {
  width: 120px;
  flex: 0 0 120px;
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .ac-spon > img {
    width: 100%;
    height: 160px;
    flex: none;
  }
}
.ac-spon .ac-spon__bd {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.ac-spon .ac-spon__tag {
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--c-primary);
  background: var(--c-light);
  padding: 4px 11px;
  border-radius: var(--r-pill);
}
.ac-spon h4 {
  font-size: 1.05rem;
  margin: 0;
}
.ac-spon p {
  font-size: 0.86rem;
  color: var(--c-body);
  margin: 0;
}
.ac-spon .ac-spon__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 4px;
  font-size: 0.8rem;
  color: var(--c-gray);
}
.ac-spon .ac-spon__foot a {
  color: var(--c-primary);
  font-weight: 700;
  white-space: nowrap;
}
.ac-spon .ac-spon__foot a i {
  transition: transform 0.25s ease;
}
.ac-spon .ac-spon__foot a:hover i {
  transform: translateX(3px);
}

.ac-bar {
  height: 8px;
  border-radius: var(--r-pill);
  background: var(--c-light);
  overflow: hidden;
}
.ac-bar i {
  display: block;
  height: 100%;
  border-radius: var(--r-pill);
  background: var(--c-secondary);
}

.ac-th-r, .ac-td-r {
  text-align: right;
}

.ac-amt {
  font-weight: 700;
  color: var(--c-ink);
  white-space: nowrap;
}

.badge-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.badge-status i {
  font-size: 0.82rem;
}

.ac-doc {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 0.84rem;
  color: var(--c-primary);
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--c-line);
  transition: all 0.2s ease;
}
.ac-doc:hover {
  border-color: var(--c-primary);
  background: var(--c-light);
}
.ac-doc.is-off {
  color: var(--c-gray);
  border-style: dashed;
  cursor: default;
}
.ac-doc.is-off:hover {
  border-color: var(--c-line);
  background: transparent;
}

.ac-help {
  display: flex;
  align-items: center;
  gap: 22px;
  background: var(--c-primary-900);
  color: #fff;
  border-radius: var(--r-lg);
  padding: clamp(24px, 3vw, 32px);
}
@media (max-width: 767.98px) {
  .ac-help {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
  }
}
.ac-help .ac-help__ic {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  background: rgba(255, 255, 255, 0.12);
  color: var(--c-secondary);
}
.ac-help .ac-help__txt {
  flex: 1;
}
.ac-help .ac-help__txt h3 {
  color: #fff;
  font-size: 1.2rem;
  margin: 0 0 6px;
}
.ac-help .ac-help__txt p {
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  max-width: 60ch;
  font-size: 0.94rem;
}
.ac-help .ac-help__act {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}
@media (max-width: 575.98px) {
  .ac-help .ac-help__act {
    width: 100%;
    flex-direction: column;
  }
  .ac-help .ac-help__act .btn {
    width: 100%;
  }
}

.ac-profile {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  padding: clamp(22px, 3vw, 30px);
  display: flex;
  align-items: center;
  gap: 22px;
}
@media (max-width: 767.98px) {
  .ac-profile {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
}
.ac-profile .ac-profile__ava {
  position: relative;
  flex: 0 0 auto;
}
.ac-profile .ac-profile__ava .ava-lg {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--grad-cyan);
  color: #fff;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.9rem;
}
.ac-profile .ac-profile__ava .ava-edit {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  background: var(--c-secondary);
  color: #fff;
  border: 3px solid #fff;
  box-shadow: var(--sh-sm);
  font-size: 0.82rem;
  transition: transform 0.2s ease;
}
.ac-profile .ac-profile__ava .ava-edit:hover {
  transform: scale(1.08);
}
.ac-profile .ac-profile__bd {
  flex: 1;
  min-width: 0;
}
.ac-profile .ac-profile__bd h2 {
  font-size: 1.5rem;
  margin: 0 0 4px;
}
.ac-profile .ac-profile__bd p {
  color: var(--c-body);
  margin: 0 0 12px;
  font-size: 0.94rem;
}
.ac-profile .ac-profile__bd p i {
  color: var(--c-primary);
  margin-right: 5px;
}
.ac-profile .ac-profile__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .ac-profile .ac-profile__chips {
    justify-content: center;
  }
}
.ac-profile .ac-profile__chips .chip i {
  color: var(--c-secondary);
}
.ac-profile .ac-profile__link {
  flex: 0 0 auto;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .ac-profile .ac-profile__link {
    width: 100%;
  }
}

.ac-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .ac-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
    margin: 0 calc(-1 * var(--gutter));
    padding-inline: var(--gutter);
  }
}

.ac-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  cursor: pointer;
  padding: 11px 18px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--c-line);
  background: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--c-body);
  transition: all 0.2s ease;
}
.ac-tab i {
  color: var(--c-primary);
  transition: color 0.2s ease;
}
.ac-tab:hover {
  border-color: var(--c-primary);
  color: var(--c-primary);
}
.ac-tab.is-active {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: #fff;
}
.ac-tab.is-active i {
  color: #fff;
}

.ac-form .ac-form__head {
  padding-bottom: 18px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--c-line);
}
.ac-form .ac-form__head h3 {
  font-size: 1.24rem;
  margin: 0 0 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ac-form .ac-form__head h3 i {
  color: var(--c-primary);
}
.ac-form .ac-form__head p {
  color: var(--c-body);
  font-size: 0.92rem;
  margin: 0;
  max-width: 66ch;
}
.ac-form .form-group {
  margin-bottom: 0;
}
.ac-form .form-row {
  margin-bottom: 18px;
}
.ac-form .form-row:last-of-type, .ac-form > div > .form-group:last-child {
  margin-bottom: 0;
}
.ac-form .form-control:focus {
  border-color: var(--c-primary);
  box-shadow: 0 0 0 4px rgba(74, 65, 168, 0.12);
}

.ac-check-box {
  background: var(--c-light-2);
  border: 1px solid var(--c-line);
  border-radius: var(--r-sm);
  padding: 13px 15px;
  line-height: 1.45;
}

.ac-form__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--c-line);
}
@media (max-width: 767.98px) {
  .ac-form__bar {
    flex-direction: column;
    align-items: stretch;
  }
}
.ac-form__bar .form-hint {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
}
.ac-form__bar .form-hint i {
  color: var(--c-success);
}

.ac-form__actions {
  display: flex;
  gap: 12px;
  flex: 0 0 auto;
}
@media (max-width: 575.98px) {
  .ac-form__actions {
    flex-direction: column;
  }
  .ac-form__actions .btn {
    width: 100%;
  }
}

.ac-pass {
  position: relative;
}
.ac-pass .form-control {
  padding-right: 48px;
}
.ac-pass .ac-pass__eye {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: var(--r-xs);
  display: grid;
  place-items: center;
  cursor: pointer;
  background: transparent;
  border: 0;
  color: var(--c-gray);
  font-size: 1.1rem;
  transition: color 0.2s ease, background 0.2s ease;
}
.ac-pass .ac-pass__eye:hover {
  color: var(--c-primary);
  background: var(--c-light-2);
}

.ac-meter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin-top: 10px;
}
.ac-meter span {
  height: 5px;
  border-radius: var(--r-pill);
  background: var(--c-line);
  transition: background 0.3s ease;
}
.ac-meter[data-level="1"] span:nth-child(-n+1) {
  background: var(--c-secondary);
}
.ac-meter[data-level="2"] span:nth-child(-n+2) {
  background: var(--c-warning);
}
.ac-meter[data-level="3"] span:nth-child(-n+3) {
  background: #3aa76d;
}
.ac-meter[data-level="4"] span {
  background: var(--c-success);
}

.ac-match {
  font-weight: 700;
}
.ac-match.ok {
  color: var(--c-success);
}
.ac-match.no {
  color: var(--c-secondary);
}

.ac-rules {
  list-style: none;
  margin: 22px 0 0;
  padding: 18px 20px;
  background: var(--c-light-2);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}
@media (max-width: 767.98px) {
  .ac-rules {
    grid-template-columns: 1fr;
  }
}
.ac-rules li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.88rem;
  color: var(--c-body);
}
.ac-rules li i {
  color: var(--c-gray);
  font-size: 1rem;
  transition: color 0.2s ease;
}
.ac-rules li.ok {
  color: var(--c-ink);
}
.ac-rules li.ok i {
  color: var(--c-success);
}

.pm {
  padding: clamp(26px, 3.4vw, 40px) 0 clamp(56px, 7vw, 96px);
}

.pm__wrap {
  width: 100%;
  max-width: 780px;
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.2vw, 24px);
}

.pm-topsum {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  box-shadow: var(--sh-md);
  padding: clamp(20px, 2.6vw, 28px);
}

.pm-topsum__camp {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--c-line);
}
.pm-topsum__camp img {
  flex: 0 0 auto;
  width: 68px;
  height: 56px;
  object-fit: cover;
  border-radius: var(--r-sm);
}
.pm-topsum__camp .pm-topsum__campbd {
  min-width: 0;
  flex: 1 1 200px;
}
.pm-topsum__camp .pm-topsum__campbd b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  color: var(--c-ink);
  font-size: 1.08rem;
  line-height: 1.25;
  margin-top: 4px;
}

.pm-topsum__change {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--c-primary);
}
.pm-topsum__change i {
  font-size: 0.9rem;
}
.pm-topsum__change:hover {
  color: var(--c-secondary);
}
@media (max-width: 575.98px) {
  .pm-topsum__change {
    margin-left: 0;
  }
}

.pm-topsum__rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.pm-sumrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.95rem;
}
.pm-sumrow span {
  color: var(--c-body);
}
.pm-sumrow b {
  color: var(--c-ink);
  font-weight: 700;
}

.pm-free {
  color: var(--c-success) !important;
  font-weight: 700;
}

.pm-topsum__note {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 14px 0 0;
  font-size: 0.82rem;
  color: var(--c-gray);
  line-height: 1.45;
}
.pm-topsum__note i {
  margin-top: 2px;
  color: var(--c-primary);
}

.pm-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed var(--c-line);
}
.pm-total span {
  font-weight: 700;
  color: var(--c-ink);
  font-size: 1.02rem;
}
.pm-total b {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.7rem;
  color: var(--c-secondary);
  line-height: 1;
}

.pm-cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--c-primary);
}
.pm-cat i {
  color: var(--c-secondary);
}

.pm-form {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.2vw, 22px);
}

.pm-card {
  padding: clamp(22px, 3vw, 32px);
}

.pm-steplbl {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  color: var(--c-ink);
  margin-bottom: 20px;
}
.pm-steplbl .n {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c-primary);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
}

.pm-secure-note {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--c-light);
  border-radius: var(--r-sm);
  padding: 13px 16px;
  margin-bottom: 22px;
  font-size: 0.88rem;
  color: var(--c-body);
  line-height: 1.4;
}
.pm-secure-note b {
  color: var(--c-ink);
}
.pm-secure-note i {
  flex: 0 0 auto;
  font-size: 1.25rem;
  color: var(--c-primary);
}

.pm-toggle {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border: 1.5px solid var(--c-line);
  border-radius: var(--r-md);
  cursor: pointer;
  transition: border-color 0.16s ease, background 0.16s ease;
}
.pm-toggle input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.pm-toggle .pm-toggle__box {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  border: 1.5px solid var(--c-line);
  border-radius: var(--r-xs);
  display: grid;
  place-items: center;
  color: #fff;
  background: #fff;
  transition: background 0.16s ease, border-color 0.16s ease;
}
.pm-toggle .pm-toggle__box i {
  font-size: 0.95rem;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.16s ease, transform 0.16s ease;
}
.pm-toggle .pm-toggle__txt b {
  display: block;
  color: var(--c-ink);
  font-size: 0.95rem;
}
.pm-toggle .pm-toggle__txt small {
  color: var(--c-gray);
  font-size: 0.84rem;
  line-height: 1.4;
}
.pm-toggle:hover {
  border-color: var(--c-primary);
}
.pm-toggle input:checked ~ .pm-toggle__box {
  background: var(--c-primary);
  border-color: var(--c-primary);
}
.pm-toggle input:checked ~ .pm-toggle__box i {
  opacity: 1;
  transform: scale(1);
}
.pm-toggle input:focus-visible ~ .pm-toggle__box {
  outline: 2px solid var(--c-primary);
  outline-offset: 2px;
}

.pm-submit {
  padding: clamp(20px, 2.6vw, 28px);
}

.pm-submit .btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: none;
  filter: none;
}

.pm-req-hint {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin: 12px 0 0;
  font-size: 0.82rem;
  color: var(--c-body);
  line-height: 1.4;
}
.pm-req-hint i {
  color: var(--c-warning);
  margin-top: 1px;
}

.pm-trust {
  display: flex;
  gap: 8px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--c-line);
}
.pm-trust .t {
  flex: 1;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--c-gray);
  line-height: 1.3;
}
.pm-trust .t i {
  display: block;
  font-size: 1.25rem;
  color: var(--c-primary);
  margin-bottom: 5px;
}

.pm-cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--c-line);
}
.pm-cards span {
  font-size: 0.78rem;
  color: var(--c-gray);
  font-weight: 600;
}
.pm-cards .ic {
  display: flex;
  gap: 8px;
  font-size: 1.4rem;
  color: var(--c-primary);
}

.pm-help {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  padding: 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.pm-help > i {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: var(--r-md);
  display: grid;
  place-items: center;
  background: var(--c-light);
  color: var(--c-primary);
  font-size: 1.3rem;
}
.pm-help b {
  display: block;
  color: var(--c-ink);
  font-family: var(--ff-display);
  font-size: 1rem;
}
.pm-help p {
  color: var(--c-body);
  font-size: 0.88rem;
  line-height: 1.45;
  margin: 4px 0 8px;
}
.pm-help a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--c-secondary);
  font-weight: 700;
  font-size: 0.9rem;
}
.pm-help a i {
  transition: transform 0.16s ease;
}
.pm-help a:hover i {
  transform: translateX(3px);
}

.vl-stepper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  max-width: 620px;
  margin: 0 auto clamp(40px, 5vw, 64px);
}

.vl-stepper__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  flex: 0 0 auto;
  width: 132px;
  position: relative;
}
.vl-stepper__item .num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.15rem;
  background: #fff;
  color: var(--c-gray);
  border: 2px solid var(--c-line);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}
.vl-stepper__item .num i {
  font-size: 1.25rem;
}
.vl-stepper__item .lbl {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--c-gray);
  line-height: 1.25;
}
.vl-stepper__item .cap {
  font-size: 0.78rem;
  color: var(--c-gray);
  max-width: 15ch;
}
.vl-stepper__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 26px;
  left: calc(50% + 26px);
  width: calc(100% - 52px);
  height: 3px;
  background: var(--c-line);
  z-index: 1;
  border-radius: 2px;
}
.vl-stepper__item.is-active .num {
  background: var(--grad-primary);
  color: #fff;
  border-color: transparent;
  box-shadow: var(--sh-glow);
}
.vl-stepper__item.is-active .lbl {
  color: var(--c-primary);
}
.vl-stepper__item.is-done .num {
  background: var(--c-primary);
  color: #fff;
  border-color: var(--c-primary);
}
.vl-stepper__item.is-done .lbl {
  color: var(--c-ink);
}
.vl-stepper__item.is-done::after {
  background: var(--c-primary);
}
@media (max-width: 767.98px) {
  .vl-stepper__item {
    width: auto;
    flex: 1;
  }
  .vl-stepper__item .num {
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }
  .vl-stepper__item .lbl {
    font-size: 0.8rem;
  }
  .vl-stepper__item .cap {
    display: none;
  }
  .vl-stepper__item:not(:last-child)::after {
    top: 22px;
    left: calc(50% + 22px);
    width: calc(100% - 44px);
  }
}

.vl-intro {
  align-items: center;
}

.vl-intro__media {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-lg);
}
.vl-intro__media img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  display: block;
}
.vl-intro__media .vl-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  right: 22px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(6px);
  border-radius: var(--r-md);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: var(--sh-md);
}
.vl-intro__media .vl-badge .ic {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--grad-primary);
  color: #fff;
  font-size: 1.3rem;
}
.vl-intro__media .vl-badge b {
  font-family: var(--ff-display);
  font-size: 1.4rem;
  color: var(--c-primary);
  line-height: 1;
}
.vl-intro__media .vl-badge small {
  color: var(--c-body);
  font-size: 0.86rem;
}

.vl-reasons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 30px;
}
@media (max-width: 767.98px) {
  .vl-reasons {
    grid-template-columns: 1fr;
  }
}

.vl-areas {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
@media (max-width: 1199.98px) {
  .vl-areas {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .vl-areas {
    grid-template-columns: 1fr;
  }
}

.vl-formhead {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}
.vl-formhead .ic {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  background: var(--c-light);
  color: var(--c-primary);
  font-size: 1.5rem;
}
.vl-formhead .n {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--c-tertiary);
}
.vl-formhead h2 {
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  margin-top: 2px;
}

.vl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--c-line);
  flex-wrap: wrap;
}
.vl-nav .btn {
  flex: 0 1 auto;
}
@media (max-width: 767.98px) {
  .vl-nav .btn {
    flex: 1 1 100%;
    justify-content: center;
  }
}

.vl-savehint {
  font-size: 0.84rem;
  color: var(--c-gray);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
}
.vl-savehint i {
  color: var(--c-tertiary);
}

.vl-success {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.vl-success__badge {
  width: 108px;
  height: 108px;
  margin: 0 auto 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 3rem;
  color: #fff;
  background: var(--grad-primary);
  box-shadow: var(--sh-glow);
}

.vl-success h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
}

.vl-success .lead {
  color: var(--c-body);
  font-size: 1.1rem;
  margin: 14px auto 0;
  max-width: 56ch;
}

.vl-refcard {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  padding: 24px;
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.vl-refcard .lbl {
  font-size: 0.86rem;
  color: var(--c-gray);
}
.vl-refcard .code {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--c-primary);
  letter-spacing: 0.04em;
}
.vl-refcard .div {
  width: 1px;
  height: 40px;
  background: var(--c-line);
}
@media (max-width: 767.98px) {
  .vl-refcard .div {
    display: none;
  }
}
.vl-refcard .meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--c-body);
  font-size: 0.92rem;
}
.vl-refcard .meta i {
  color: var(--c-tertiary);
}

.vl-next {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .vl-next {
    grid-template-columns: 1fr;
  }
}

.vl-next__item {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  padding: 26px 24px;
  position: relative;
}
.vl-next__item .n {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c-light);
  color: var(--c-primary);
  font-family: var(--ff-display);
  font-weight: 800;
  margin-bottom: 16px;
}
.vl-next__item h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.vl-next__item p {
  font-size: 0.95rem;
  color: var(--c-body);
}

.vl-help {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  background: var(--c-primary-900);
  color: #fff;
  padding: clamp(28px, 4vw, 40px);
  margin-top: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  text-align: left;
}
.vl-help h3 {
  color: #fff;
  font-size: 1.3rem;
}
.vl-help p {
  color: rgba(255, 255, 255, 0.82);
  margin-top: 6px;
  max-width: 46ch;
}
.vl-help .acts {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .vl-help {
    justify-content: center;
    text-align: center;
  }
  .vl-help .acts {
    width: 100%;
  }
  .vl-help .acts .btn {
    flex: 1;
    justify-content: center;
  }
}

.auth.au-shell {
  min-height: 100vh;
}

.auth__visual.au-visual {
  justify-content: space-between;
  gap: clamp(24px, 4vh, 40px);
}
.auth__visual.au-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(155deg, rgba(35, 29, 77, 0.72), rgba(74, 65, 168, 0.62) 55%, rgba(184, 30, 110, 0.55));
}
.auth__visual.au-visual > * {
  z-index: 1;
}

.au-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.au-brand img {
  height: 46px;
  width: auto;
}
.au-brand b {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.05rem;
  color: #fff;
  letter-spacing: 0.01em;
}

.au-lead {
  max-width: 30ch;
}

.au-lead h2 {
  margin-bottom: 14px;
  line-height: 1.18;
}

.au-lead p {
  margin: 0;
}

.au-quote {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  border-radius: var(--r-md);
  padding: 22px 24px;
  max-width: 40ch;
}
.au-quote .stars {
  display: flex;
  gap: 4px;
  color: var(--c-tertiary);
  font-size: 0.95rem;
  margin-bottom: 12px;
}
.au-quote blockquote {
  margin: 0 0 16px;
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.6;
}
.au-quote .by {
  display: flex;
  align-items: center;
  gap: 12px;
}
.au-quote .by .av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 800;
  font-family: var(--ff-display);
}
.au-quote .by .who b {
  display: block;
  color: #fff;
  font-size: 0.95rem;
}
.au-quote .by .who small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
}

.au-visual-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 44ch;
}
.au-visual-stats .s {
  text-align: center;
  padding: 4px 0;
}
.au-visual-stats .s b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
}
.au-visual-stats .s small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.78rem;
}
.au-visual-stats .s + .s {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.auth__form.au-form {
  position: relative;
  background: var(--c-white);
}
.auth__form.au-form .box {
  max-width: 440px;
}

.au-mobile-brand {
  display: none;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}
.au-mobile-brand img {
  height: 40px;
  width: auto;
}
.au-mobile-brand b {
  font-family: var(--ff-display);
  font-weight: 800;
  color: var(--c-primary);
}
@media (max-width: 991.98px) {
  .au-mobile-brand {
    display: inline-flex;
  }
}

.au-head {
  margin-bottom: 26px;
}
.au-head .eyebrow {
  color: var(--c-secondary);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
}
.au-head .eyebrow i {
  font-size: 0.95rem;
}
.au-head h1 {
  font-size: clamp(1.55rem, 3vw, 1.85rem);
  margin-bottom: 8px;
  color: var(--c-ink);
}
.au-head .sub {
  color: var(--c-body);
  margin: 0;
}

.au-brand-mark {
  height: 46px;
  width: auto;
  margin-bottom: 22px;
  display: block;
}
@media (max-width: 991.98px) {
  .au-brand-mark {
    display: none;
  }
}

.au-form-body .form-group {
  margin-bottom: 16px;
}
.au-form-body .form-hint {
  margin-top: 2px;
}

.au-pass {
  position: relative;
}
.au-pass .form-control {
  padding-right: 48px;
}
.au-pass .au-eye {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: var(--r-xs);
  display: grid;
  place-items: center;
  color: var(--c-gray);
  background: transparent;
  cursor: pointer;
  transition: color 0.18s ease, background 0.18s ease;
}
.au-pass .au-eye:hover {
  color: var(--c-primary);
  background: var(--c-light);
}
.au-pass .au-eye:focus-visible {
  outline: 2px solid var(--c-primary);
  outline-offset: 2px;
}
.au-pass .au-eye i {
  font-size: 1.15rem;
}

.au-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 2px 0 22px;
  flex-wrap: wrap;
}
.au-row .form-check {
  margin: 0;
}
.au-row .au-link {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--c-primary);
}
.au-row .au-link:hover {
  color: var(--c-secondary);
  text-decoration: underline;
}

.au-submit {
  margin-top: 4px;
}

.au-social {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.au-social .btn i {
  font-size: 1.1rem;
}

.au-alt {
  text-align: center;
  margin-top: 24px;
  font-size: 0.95rem;
  color: var(--c-body);
}
.au-alt a {
  color: var(--c-primary);
  font-weight: 800;
}
.au-alt a:hover {
  color: var(--c-secondary);
  text-decoration: underline;
}

.au-assure {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: center;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--c-line);
}
.au-assure span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--c-gray);
}
.au-assure span i {
  color: var(--c-primary);
  font-size: 1rem;
}

.au-note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--c-light-2);
  border: 1px solid var(--c-line);
  border-radius: var(--r-sm);
  padding: 16px 18px;
  margin: 22px 0 4px;
}
.au-note .ic {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c-primary);
  color: #fff;
  font-size: 1.05rem;
}
.au-note p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--c-body);
  line-height: 1.55;
}
.au-note p b {
  color: var(--c-ink);
}

.au-steps {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--c-line);
}
.au-steps .st {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 10px 0;
}
.au-steps .st .n {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.9rem;
  background: var(--c-light);
  color: var(--c-primary);
}
.au-steps .st b {
  display: block;
  color: var(--c-ink);
  font-size: 0.95rem;
  margin-bottom: 2px;
}
.au-steps .st p {
  margin: 0;
  font-size: 0.87rem;
  color: var(--c-body);
  line-height: 1.5;
}
.au-steps .st:not(:last-child) .n {
  position: relative;
}
.au-steps .st:not(:last-child) .n::after {
  content: "";
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 22px;
  background: var(--c-line);
}

.au-strength {
  margin-top: 8px;
}
.au-strength .bar {
  height: 6px;
  border-radius: var(--r-pill);
  background: var(--c-light-2);
  overflow: hidden;
}
.au-strength .bar > i {
  display: block;
  height: 100%;
  width: 0;
  border-radius: var(--r-pill);
  background: var(--c-secondary);
  transition: width 0.25s ease, background 0.25s ease;
}
.au-strength .lbl {
  display: block;
  margin-top: 6px;
  font-size: 0.8rem;
  color: var(--c-gray);
  font-weight: 600;
}
.au-strength[data-level="1"] .bar > i {
  width: 25%;
  background: var(--c-warning);
}
.au-strength[data-level="2"] .bar > i {
  width: 55%;
  background: var(--c-tertiary);
}
.au-strength[data-level="3"] .bar > i {
  width: 80%;
  background: var(--c-secondary);
}
.au-strength[data-level="4"] .bar > i {
  width: 100%;
  background: var(--c-success);
}

.e4 {
  display: block;
}

.e4-hero {
  background: var(--c-light);
  border-bottom: 1px solid var(--c-line);
  padding: clamp(64px, 12vh, 130px) 0 clamp(56px, 10vh, 110px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.e4-hero::before {
  content: "";
  position: absolute;
  top: -18%;
  left: 50%;
  width: min(760px, 92%);
  aspect-ratio: 1/1;
  transform: translateX(-50%);
  background: radial-gradient(circle at 50% 40%, rgba(74, 65, 168, 0.1) 0%, rgba(74, 65, 168, 0) 62%);
  pointer-events: none;
  z-index: 0;
}

.e4-stage {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin-inline: auto;
}

.e4-eyebrow {
  margin-bottom: 22px;
}

.e4-num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(4px, 1.4vw, 14px);
  line-height: 0.9;
  margin-bottom: 8px;
}
.e4-num__d {
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: clamp(6.5rem, 22vw, 12.5rem);
  color: var(--c-primary-900);
  letter-spacing: -0.02em;
}
.e4-num__heart {
  display: inline-grid;
  place-items: center;
  color: var(--c-secondary);
  font-size: clamp(4.6rem, 15vw, 8.6rem);
  filter: drop-shadow(0 12px 26px rgba(214, 20, 120, 0.28));
  animation: e4-pulse 2.6s ease-in-out infinite;
  transform-origin: center;
}

@keyframes e4-pulse {
  0%, 100% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.06);
  }
}
@media (prefers-reduced-motion: reduce) {
  .e4-num__heart {
    animation: none;
  }
}
.e4-title {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  color: var(--c-ink);
  margin: 0 0 14px;
}

.e4-lead {
  color: var(--c-body);
  font-size: 1.06rem;
  line-height: 1.7;
  max-width: 56ch;
  margin: 0 auto 30px;
}

.e4-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.e4-actions .btn {
  min-height: 48px;
}
@media (max-width: 575.98px) {
  .e4-actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 320px;
    margin-inline: auto;
  }
  .e4-actions .btn {
    width: 100%;
  }
}

.e4-help {
  background: var(--c-white);
}

.e4-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 900px;
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .e4-links {
    grid-template-columns: 1fr;
  }
}

.e4-link {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.e4-link__ic {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: var(--r-md);
  background: var(--c-light-2);
  color: var(--c-primary);
  font-size: 1.5rem;
  transition: background 0.2s ease, color 0.2s ease;
}
.e4-link__body {
  flex: 1 1 auto;
  min-width: 0;
}
.e4-link__t {
  display: block;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1.08rem;
  color: var(--c-ink);
  margin-bottom: 4px;
}
.e4-link__d {
  display: block;
  color: var(--c-gray);
  font-size: 0.94rem;
  line-height: 1.5;
}
.e4-link__go {
  flex: 0 0 auto;
  color: var(--c-gray);
  font-size: 1.15rem;
  transition: transform 0.2s ease, color 0.2s ease;
}
.e4-link:hover, .e4-link:focus-visible {
  transform: translateY(-3px);
  box-shadow: var(--sh-md);
  border-color: color-mix(in srgb, var(--c-secondary) 45%, var(--c-line));
  outline: none;
}
.e4-link:hover .e4-link__ic, .e4-link:focus-visible .e4-link__ic {
  background: var(--c-secondary);
  color: #fff;
}
.e4-link:hover .e4-link__go, .e4-link:focus-visible .e4-link__go {
  color: var(--c-secondary);
  transform: translateX(4px);
}
.e4-link:focus-visible {
  box-shadow: 0 0 0 3px rgba(214, 20, 120, 0.3), var(--sh-md);
}

.e4-note {
  margin: 40px auto 0;
  max-width: 560px;
  text-align: center;
  color: var(--c-gray);
  font-size: 0.96rem;
  line-height: 1.65;
}
.e4-note i {
  color: var(--c-primary);
  margin-right: 4px;
}
.e4-note a {
  color: var(--c-secondary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.e4-note a:hover {
  text-decoration: none;
}
