@charset "UTF-8";
:root {
  --c-primary: #e4072f;
  --c-primary-700: #b30524;
  --c-primary-900: #1c0a0e;
  --c-secondary: #e4072f;
  --c-tertiary: #ff3a55;
  --c-crimson: #8f0420;
  --c-dark: #0b0707;
  --c-ink: #141010;
  --c-body: #5e5757;
  --c-gray: #8a8484;
  --c-muted: #a39c9c;
  --c-line: #efe9e9;
  --c-light: #f6f3f3;
  --c-light-2: #faf8f8;
  --c-cream: #fdf7f2;
  --c-cream-2: #fbeee4;
  --c-success: #2bb673;
  --c-warning: #f5a623;
  --c-white: #ffffff;
  --c-secondary-ink: #7d0119;
  --grad-primary: linear-gradient(120deg, #e4072f 0%, #8f0420 100%);
  --grad-cta: linear-gradient(120deg, #ff3a55 0%, #e4072f 55%, #b30524 100%);
  --grad-cyan: linear-gradient(135deg, #e4072f 0%, #ff6b7f 100%);
  --grad-deep: linear-gradient(150deg, #0b0707 0%, #2a1216 55%, #7d0119 130%);
  --grad-warm: linear-gradient(135deg, #e4072f 0%, #f5a623 100%);
  --grad-warm-deep: linear-gradient(135deg, #7d0119 0%, #e4072f 52%, #ff7a5c 130%);
  --grad-banner: var(--grad-deep);
  --c-banner-current: #ff6b7f;
  --ff-display: "Sora", "Plus Jakarta Sans", sans-serif;
  --ff-body: "Inter", sans-serif;
  --fs-base: 17px;
  --sh-xs: 0 2px 8px rgba(20, 16, 16, .06);
  --sh-sm: 0 6px 18px rgba(20, 16, 16, .08);
  --sh-md: 0 14px 36px rgba(20, 16, 16, .12);
  --sh-lg: 0 28px 60px rgba(11, 7, 7, .22);
  --sh-glow: 0 10px 28px rgba(228, 7, 47, .30);
  --r-xs: 8px;
  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 26px;
  --r-xl: 36px;
  --r-pill: 999px;
  --btn-radius: var(--r-pill);
  --container: 1320px;
  --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, 107, 127, 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-cream {
  background: var(--c-cream);
}

.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;
  }
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.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(228, 7, 47, 0.28);
}

.btn--primary:hover {
  background: var(--c-primary-700);
  box-shadow: 0 16px 32px rgba(228, 7, 47, 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(228, 7, 47, 0.24);
}

.btn--gradient:hover {
  background: #b30524;
  box-shadow: 0 12px 26px rgba(228, 7, 47, 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--ghost {
  background: transparent;
  color: var(--c-ink);
  border-color: var(--c-line);
}

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

.btn--ghost--on-dark {
  background: rgba(255, 255, 255, 0.06);
  color: var(--c-white);
  border-color: rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(6px);
}

.btn--ghost--on-dark:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: var(--c-tertiary);
  color: var(--c-white);
}

.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, 107, 127, 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, 7, 7, 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(11, 7, 7, 0.92) 4%, rgba(11, 7, 7, 0.34) 44%, rgba(11, 7, 7, 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(11, 7, 7, 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, 7, 7, 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, 7, 7, 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(228, 7, 47, 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-dark);
  color: rgba(246, 243, 243, 0.72);
  font-size: 0.84rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.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: 42px;
}
.topbar a {
  color: rgba(246, 243, 243, 0.72);
}
.topbar a:hover {
  color: #fff;
}
.topbar .tb-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.topbar .tb-left a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.topbar .tb-left a i {
  color: var(--c-tertiary);
  font-size: 0.8rem;
}
.topbar .tb-right {
  display: flex;
  align-items: center;
  gap: 18px;
}
.topbar .tb-social {
  display: flex;
  gap: 4px;
  font-size: 0.9rem;
}
.topbar .tb-social a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: all 0.2s ease;
}
.topbar .tb-social a:hover {
  background: rgba(228, 7, 47, 0.18);
  color: var(--c-tertiary);
}
.topbar .tb-lang a {
  font-weight: 700;
}
.topbar .tb-lang .sep {
  opacity: 0.4;
  margin: 0 2px;
}
.topbar .tb-curr {
  position: relative;
}
.topbar .tb-curr__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(246, 243, 243, 0.72);
  font-weight: 700;
  font-size: 0.85rem;
}
.topbar .tb-curr__btn i {
  font-size: 0.68rem;
  transition: transform 0.2s ease;
}
.topbar .tb-curr__btn:hover {
  color: #fff;
}
.topbar .tb-curr__menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 190px;
  z-index: 60;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-md);
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.topbar .tb-curr__menu button {
  text-align: left;
  padding: 9px 12px;
  border-radius: var(--r-xs);
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--c-body);
}
.topbar .tb-curr__menu button:hover {
  background: var(--c-light-2);
  color: var(--c-primary);
}
.topbar .tb-curr__menu button.is-active {
  color: var(--c-primary);
  font-weight: 800;
}
.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: transparent;
  padding: 10px 0;
}
/* Mobil menü (drawer) açıkken header'ı tabbar'ın (z:150) üstüne çıkar; aksi halde
   drawer/overlay, header'ın kendi stacking-context'ine (z:90) hapsolur → tabbar önüne geçer. */
.site-header.is-menu-open {
  z-index: 300;
}
.site-header .inner {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: flex;
  align-items: center;
  gap: 14px;
  height: var(--header-h);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--c-line);
  border-radius: 22px;
  box-shadow: var(--sh-sm);
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
.site-header.is-stuck .inner {
  box-shadow: var(--sh-md);
  background: rgba(255, 255, 255, 0.97);
}
.site-header .brand {
  flex: 0 0 auto;
  line-height: 0;
}
.site-header .brand img {
  height: 48px;
  width: auto;
  max-width: none;
  display: block;
}
.site-header .nav {
  margin-left: auto;
}
.site-header .nav-list {
  display: flex;
  align-items: center;
  gap: 2px;
}
.site-header .nav-list > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  font-weight: 600;
  color: var(--c-ink);
  font-size: 0.94rem;
  transition: color 0.2s ease;
}
.site-header .nav-list > li > a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 3px;
  height: 2px;
  background: var(--c-primary);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.site-header .nav-list > li > a:hover {
  color: var(--c-primary);
}
.site-header .nav-list > li > a:hover::after {
  transform: scaleX(1);
}
.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% + 18px);
  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 minmax(0, 1fr);
  grid-template-rows: 1fr auto;
}
.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;
  grid-row: 1;
  background: var(--c-light-2);
  border-radius: var(--r-lg) 0 0 0;
  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: 18px;
  grid-row: 1;
  min-width: 0;
}
.site-header .mega-pane {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
  gap: 14px;
  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;
}
.site-header .mega-pane__head .mega-pane__ic {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(228, 7, 47, 0.08);
  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: 1.05rem;
  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-pane__head .mega-pane__all {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--c-primary);
}
.site-header .mega-pane__head .mega-pane__all i {
  transition: transform 0.2s ease;
}
.site-header .mega-pane__head .mega-pane__all:hover i {
  transform: translateX(3px);
}
.site-header .mega-pane__cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
}
.site-header .mega-card {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: var(--r-md);
  border: 1px solid var(--c-line);
  background: #fff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.site-header .mega-card .mc-img {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  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.9rem;
  color: var(--c-ink);
  font-weight: 700;
  line-height: 1.25;
}
.site-header .mega-card .mc-txt small {
  font-size: 0.76rem;
  color: var(--c-gray);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-header .mega-card .mc-txt .mc-go {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--c-primary);
}
.site-header .mega-card .mc-txt .mc-go i {
  font-size: 0.7rem;
  transition: transform 0.18s ease;
}
.site-header .mega-card:hover {
  border-color: rgba(228, 7, 47, 0.4);
  box-shadow: var(--sh-sm);
  transform: translateY(-2px);
}
.site-header .mega-card:hover .mc-go i {
  transform: translateX(3px);
}
.site-header .mega-foot {
  grid-column: 1/-1;
  grid-row: 2;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  padding: 12px 18px;
  border-top: 1px solid var(--c-line);
  background: var(--c-light-2);
  border-radius: 0 0 var(--r-lg) var(--r-lg);
}
.site-header .mega-foot > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.84rem;
  color: var(--c-body);
  transition: all 0.18s ease;
}
.site-header .mega-foot > a i {
  color: var(--c-primary);
}
.site-header .mega-foot > a:hover {
  background: #fff;
  color: var(--c-primary);
  box-shadow: var(--sh-xs);
}
.site-header .mega-foot .mega-foot__all {
  margin-left: auto;
  background: var(--grad-cta);
  color: #fff;
  box-shadow: var(--sh-glow);
}
.site-header .mega-foot .mega-foot__all i {
  color: #fff;
  transition: transform 0.2s ease;
}
.site-header .mega-foot .mega-foot__all:hover {
  background: var(--grad-cta);
  color: #fff;
  box-shadow: var(--sh-glow);
}
.site-header .mega-foot .mega-foot__all:hover i {
  transform: translateX(3px);
}
@media (max-width: 1199.98px) {
  .site-header .has-mega .mega {
    display: none;
  }
}
.site-header .header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 6px;
  padding-left: 16px;
  border-left: 1px solid var(--c-line);
}
.site-header .icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: transparent;
  border: 1px solid var(--c-line);
  color: var(--c-ink);
  font-size: 1.05rem;
  position: relative;
  transition: all 0.2s ease;
}
.site-header .icon-btn:hover {
  background: var(--c-primary);
  border-color: 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 .hdr-cart__count {
  position: absolute;
  top: 3px;
  right: 3px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--c-secondary);
  color: #fff;
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1;
  border: 2px solid #fff;
  font-family: var(--ff-display);
}
.site-header .hdr-donate-glow {
  box-shadow: var(--sh-glow);
}
.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;
  }
  /* Mobilde header arama + sepet ikonlarını gizle — ikisi de alt tabbar'da mevcut */
  .site-header .header-actions .hdr-search,
  .site-header .header-actions .hdr-cart {
    display: none;
  }
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(11, 7, 7, 0.55);
  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-acc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 14px 6px;
  border-bottom: 1px solid var(--c-line);
  font-weight: 600;
  color: var(--c-ink);
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 1rem;
}
.drawer .d-acc i {
  font-size: 0.8rem;
  color: var(--c-gray);
  transition: transform 0.25s ease;
}
.drawer .d-acc:hover {
  color: var(--c-primary);
}
.drawer .d-acc.is-open {
  color: var(--c-primary);
}
.drawer .d-acc.is-open i {
  transform: rotate(180deg);
  color: var(--c-primary);
}
.drawer .d-sub {
  border-bottom: 1px solid var(--c-line);
  background: var(--c-light-2);
  border-radius: var(--r-sm);
  margin: 6px 0;
}
.drawer .d-sub a {
  padding: 11px 6px 11px 22px;
  font-size: 0.94rem;
  color: var(--c-body);
  font-weight: 500;
}
.drawer .d-sub a:last-child {
  border-bottom: 0;
}
.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(228, 7, 47, 0.3), transparent 65%);
}
.cta-band::after {
  content: "";
  position: absolute;
  bottom: -70%;
  left: -8%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(255, 107, 127, 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-dark);
  color: rgba(246, 243, 243, 0.68);
  overflow: hidden;
  isolation: isolate;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--grad-cta);
  z-index: 2;
}
.site-footer::after {
  content: "";
  position: absolute;
  top: -10%;
  right: -4%;
  width: 560px;
  height: 420px;
  z-index: -1;
  background: radial-gradient(closest-side, rgba(228, 7, 47, 0.16), transparent 72%);
}
.site-footer a {
  color: rgba(246, 243, 243, 0.68);
  transition: color 0.2s ease;
}
.site-footer a:hover {
  color: #fff;
}
.site-footer .f-wm {
  position: absolute;
  left: -1%;
  bottom: -3%;
  z-index: -1;
  pointer-events: none;
  user-select: none;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(5rem, 14vw, 11rem);
  line-height: 0.85;
  letter-spacing: -4px;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.045);
}
.site-footer .f-cta {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: clamp(36px, 5vw, 56px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.site-footer .f-cta h3 {
  color: #fff;
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: -1px;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  line-height: 1.15;
}
.site-footer .f-cta h3 .hl {
  color: var(--c-tertiary);
}
.site-footer .f-cta p {
  margin-top: 8px;
  font-size: 0.98rem;
  max-width: 52ch;
}
.site-footer .f-cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.site-footer .f-cta__actions .btn--gradient {
  box-shadow: var(--sh-glow);
}
.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: 52px 0 40px;
}
.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.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.25s ease;
}
.site-footer .f-social a:hover {
  background: var(--c-primary);
  border-color: transparent;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: var(--sh-glow);
}
.site-footer .f-col h5 {
  color: #fff;
  font-family: var(--ff-display);
  font-size: 1.02rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}
.site-footer .f-col h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 26px;
  height: 2px;
  background: var(--c-primary);
  border-radius: 2px;
}
.site-footer .f-col ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 0.95rem;
}
.site-footer .f-col a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  transition: color 0.2s ease, transform 0.2s ease;
}
.site-footer .f-col a::before {
  content: "";
  flex: 0 0 auto;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.22);
  transition: all 0.2s ease;
}
.site-footer .f-col a:hover {
  transform: translateX(3px);
}
.site-footer .f-col a:hover::before {
  background: var(--c-primary);
  width: 16px;
}
.site-footer .f-contact ul {
  gap: 10px;
}
.site-footer .f-contact li {
  display: flex;
  gap: 12px;
  font-size: 0.93rem;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.site-footer .f-contact li i {
  flex: 0 0 auto;
  color: var(--c-tertiary);
  font-size: 1.05rem;
  margin-top: 2px;
}
.site-footer .f-contact .btn {
  margin-top: 14px;
  box-shadow: var(--sh-glow);
}
.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.08);
  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-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .site-footer .f-grid {
    grid-template-columns: 1fr;
  }
}

.float-donate {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: none;
  box-shadow: 0 12px 30px rgba(228, 7, 47, 0.35);
}

/* Sabit yan butonlar (WhatsApp + "yukarı çık") — footer.php .side-buttons.
   Daha önce hiç stillendirilmemişti → butonlar sayfa akışının en altına düşüyordu. */
.side-buttons {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.side-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 1.18rem;
  color: #fff;
  background: var(--c-primary);
  box-shadow: 0 12px 28px rgba(20, 16, 16, 0.24);
  transition: transform 0.18s ease, filter 0.2s ease, opacity 0.25s ease, visibility 0.25s ease;
  text-decoration: none;
}
.side-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}
.side-btn.wp {
  background: #25d366;
}
.side-btn.up {
  background: var(--c-ink, #141010);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  pointer-events: none;
}
/* theme.js scroll ile .show-up ekler (y > 400) */
.side-buttons.show-up .side-btn.up {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}
@media (max-width: 767.98px) {
  .side-buttons {
    right: 12px;
    /* alt tabbar'ın üstünde kalsın */
    bottom: calc(84px + env(safe-area-inset-bottom, 0px));
    gap: 8px;
  }
  .side-btn {
    width: 42px;
    height: 42px;
    font-size: 1.05rem;
  }
}

.tabbar {
  display: none;
}

@media (max-width: 767.98px) {
  /* Alt tabbar sabit ve tam en altta; içerik/footer altına saklanmasın diye gövdeye pay bırak */
  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }
  .tabbar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 150;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid var(--c-line);
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -8px 30px rgba(20, 16, 16, 0.12);
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom, 0px));
    justify-content: space-around;
    align-items: center;
  }
  .tabbar__item {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 5px 2px;
    color: var(--c-gray);
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1.1;
    position: relative;
    background: transparent;
    border: 0;
  }
  .tabbar__item i {
    font-size: 1.28rem;
    transition: transform 0.2s ease, color 0.2s ease;
  }
  .tabbar__item:active i {
    transform: scale(0.92);
  }
  .tabbar__item.is-active {
    color: var(--c-primary);
  }
  .tabbar__item.is-active::after {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 3px;
    border-radius: 3px;
    background: var(--c-primary);
  }
  .tabbar__fab {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    margin-top: -26px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--grad-cta);
    color: #fff;
    font-size: 1.45rem;
    border: 4px solid #fff;
    box-shadow: var(--sh-glow), 0 10px 26px rgba(20, 16, 16, 0.2);
    transition: transform 0.2s ease;
  }
  .tabbar__fab:active {
    transform: scale(0.94);
  }
  .tabbar__cart {
    position: relative;
  }
  .tabbar__badge {
    position: absolute;
    top: 0;
    right: calc(50% - 20px);
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--c-primary);
    color: #fff;
    font-family: var(--ff-display);
    font-size: 0.6rem;
    font-weight: 800;
    line-height: 1;
    border: 2px solid #fff;
  }
  body {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }
  .site-header .has-mega {
    display: none;
  }
  .site-header .burger {
    display: none;
  }
}
.sec-decor {
  position: absolute;
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
}

.ftr-badges {
  background: rgba(255, 255, 255, 0.03);
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ftr-badges .inner, .ftr-badges .ftr2__news-in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding: 16px 0;
}
.ftr-badges__lbl {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}
.ftr-badges__lbl i {
  color: var(--c-secondary);
}
.ftr-badges img {
  height: 17px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

.ftr2 .ftr-badges {
  background: var(--c-white);
  border-top: 1px solid var(--c-line);
}
.ftr2 .ftr-badges__lbl {
  color: var(--c-gray);
}
.ftr2 .ftr-badges img {
  filter: none;
  opacity: 0.8;
}

.theme-dark .ftr2 .ftr-badges {
  background: #0e0a0a;
  border-top-color: rgba(255, 255, 255, 0.08);
}
.theme-dark .ftr2 .ftr-badges__lbl {
  color: rgba(246, 243, 243, 0.55);
}
.theme-dark .ftr2 .ftr-badges img {
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

.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, 107, 127, 0.1), transparent 60%), radial-gradient(50% 60% at 0% 100%, rgba(228, 7, 47, 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;
}
.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(11, 7, 7, 0.95) 0%, rgba(179, 5, 36, 0.86) 42%, rgba(255, 107, 127, 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(228, 7, 47, 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, 107, 127, 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(11, 7, 7, 0.92), rgba(11, 7, 7, 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;
  --c-success: var(--c-primary);
  --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(228, 7, 47, 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(228, 7, 47, 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(228, 7, 47, 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(228, 7, 47, 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;
  --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(11, 7, 7, 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, 107, 127, 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(11, 7, 7, 0.94) 0%, rgba(143, 4, 32, 0.72) 45%, rgba(11, 7, 7, 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;
  isolation: isolate;
  background: var(--c-light-2);
  border-bottom: 1px solid var(--c-line);
}
.page-banner::after {
  content: "";
  position: absolute;
  top: -30%;
  right: -6%;
  width: 520px;
  height: 380px;
  z-index: -1;
  background: radial-gradient(closest-side, rgba(228, 7, 47, 0.09), transparent 72%);
}
.page-banner .pb-wm {
  position: absolute;
  right: -1%;
  bottom: -18%;
  z-index: -1;
  pointer-events: none;
  user-select: none;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(4rem, 11vw, 8.5rem);
  line-height: 1;
  letter-spacing: -3px;
  color: transparent;
  -webkit-text-stroke: 2px rgba(228, 7, 47, 0.06);
}
.page-banner .inner {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  padding-block: clamp(40px, 5.5vw, 76px);
}
.page-banner .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 0.84rem;
  margin-bottom: 20px;
}
.page-banner .breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: var(--r-pill);
  background: #fff;
  border: 1px solid var(--c-line);
  color: var(--c-body);
  font-weight: 600;
  transition: all 0.2s ease;
}
.page-banner .breadcrumb a i {
  font-size: 0.74rem;
  color: var(--c-primary);
}
.page-banner .breadcrumb a:hover {
  border-color: rgba(228, 7, 47, 0.4);
  color: var(--c-primary);
}
.page-banner .breadcrumb .sep {
  font-size: 0.58rem;
  color: var(--c-muted);
}
.page-banner .breadcrumb .current {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: var(--r-pill);
  background: rgba(228, 7, 47, 0.08);
  border: 1px solid rgba(228, 7, 47, 0.25);
  color: var(--c-primary);
  font-weight: 700;
}
.page-banner h1 {
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: -1.6px;
  color: var(--c-ink);
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  line-height: 1.08;
  max-width: 20ch;
}
.page-banner p {
  margin-top: 14px;
  color: var(--c-body);
  font-size: 1.04rem;
  line-height: 1.65;
  max-width: 62ch;
}

.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-cream);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 24px;
}
.widget .widget-title {
  font-family: var(--ff-display);
  font-size: 1.05rem;
  letter-spacing: -0.3px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  position: relative;
  border-bottom: 1px solid var(--c-line);
  display: flex;
  align-items: center;
  gap: 10px;
}
.widget .widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 34px;
  height: 2px;
  background: var(--c-primary);
  border-radius: 2px;
}
.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: 4px 22px;
  margin-bottom: 36px;
  align-items: center;
  border-bottom: 1px solid var(--c-line);
}

.filter-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 2px 14px;
  background: transparent;
  border: 0;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--c-gray);
  cursor: pointer;
  transition: color 0.2s ease;
}
.filter-chip i {
  font-size: 1rem;
  color: var(--c-muted);
  transition: color 0.2s ease;
}
.filter-chip::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--c-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.filter-chip:hover {
  color: var(--c-ink);
}
.filter-chip:hover i {
  color: var(--c-primary);
}
.filter-chip.is-active {
  color: var(--c-primary);
}
.filter-chip.is-active i {
  color: var(--c-primary);
}
.filter-chip.is-active::after {
  transform: scaleX(1);
}

.campaign-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  overflow: visible;
  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;
  border-radius: 90px 90px 0 0;
}
.campaign-card .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.campaign-card .cat-tag {
  position: absolute;
  bottom: -13px;
  left: 18px;
  background: var(--c-primary);
  color: #fff;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 7px 14px;
  border-radius: var(--r-pill);
  z-index: 1;
  box-shadow: var(--sh-glow);
}
.campaign-card .body {
  padding: 26px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.campaign-card h3 {
  font-family: var(--ff-display);
  font-size: 1.16rem;
  line-height: 1.3;
  letter-spacing: -0.3px;
}
.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 .progress .bar {
  position: relative;
  height: 5px;
  border-radius: 5px;
  background: var(--c-light);
  overflow: visible;
}
.campaign-card .progress .bar .fill {
  position: absolute;
  inset: 0 auto 0 0;
  border-radius: 5px;
  background: var(--grad-cta);
}
.campaign-card .progress .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  font-size: 0.84rem;
}
.campaign-card .progress .meta .muted {
  font-family: var(--ff-display);
  font-weight: 800;
  color: var(--c-primary);
}
.campaign-card .progress .meta b {
  color: var(--c-ink);
  font-weight: 700;
}
.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 {
  position: relative;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl);
  padding: clamp(24px, 4vw, 40px);
  box-shadow: var(--sh-sm);
  overflow: hidden;
}
.form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--grad-cta);
}

.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-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.01em;
  color: var(--c-ink);
}

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

.form-control {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid transparent;
  border-radius: var(--r-md);
  background: var(--c-light-2);
  font-family: var(--ff-body);
  font-size: 1rem;
  color: var(--c-ink);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.form-control::placeholder {
  color: var(--c-muted);
}
.form-control:hover {
  border-color: var(--c-line);
}
.form-control:focus {
  outline: none;
  background: #fff;
  border-color: var(--c-primary);
  box-shadow: 0 0 0 4px rgba(228, 7, 47, 0.08);
}

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(11, 7, 7, 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-light-2);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 26px;
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.contact-card .ico {
  width: 46px;
  height: 46px;
  margin: 0 0 14px;
  border-radius: var(--r-md);
  display: grid;
  place-items: center;
  background: rgba(228, 7, 47, 0.1);
  color: var(--c-primary);
  font-size: 1.2rem;
}
.contact-card h4 {
  font-family: var(--ff-display);
  font-size: 1.05rem;
  letter-spacing: -0.3px;
  margin-bottom: 6px;
}
.contact-card p {
  color: var(--c-body);
  font-size: 0.95rem;
}
.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-sm);
  border-color: rgba(228, 7, 47, 0.3);
}

.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 {
  position: relative;
  overflow: hidden;
  background: var(--c-cream);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 28px;
  text-align: center;
}
.zekat-result::after {
  content: "";
  position: absolute;
  top: -40%;
  right: -20%;
  width: 260px;
  height: 220px;
  background: radial-gradient(closest-side, rgba(228, 7, 47, 0.12), transparent 72%);
}
.zekat-result .label {
  position: relative;
  z-index: 1;
  color: var(--c-body);
  font-weight: 600;
  font-size: 0.92rem;
}
.zekat-result .amount {
  position: relative;
  z-index: 1;
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: -1.5px;
  font-size: clamp(2.2rem, 4.4vw, 3.1rem);
  margin: 8px 0;
  color: var(--c-primary);
}
.zekat-result .amount .c {
  color: var(--c-ink);
  font-size: 0.6em;
}

.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: 800;
  font-size: clamp(6rem, 18vw, 12rem);
  line-height: 1;
  letter-spacing: -6px;
  color: transparent;
  -webkit-text-stroke: 3px rgba(228, 7, 47, 0.35);
}
.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-primary);
  background: rgba(228, 7, 47, 0.08);
  padding: 8px 15px;
  border-radius: var(--r-pill);
}

.hm1-kicker--indigo {
  color: var(--c-primary);
  background: rgba(228, 7, 47, 0.08);
}

.hm1-eyebrow {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-ink);
}
.hm1-eyebrow .n {
  color: var(--c-primary);
  font-weight: 800;
  letter-spacing: 0.05em;
  font-variant-numeric: tabular-nums;
}
.hm1-eyebrow--light {
  color: rgba(255, 255, 255, 0.9);
}
.hm1-eyebrow--light .n {
  color: var(--c-tertiary);
}

.hm1-h2 {
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: -1px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.08;
  color: var(--c-ink);
}

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

.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;
}

.hm1 .btn--gradient, .hm1 .btn--accent {
  background: var(--grad-cta);
  border-color: transparent;
  color: #fff;
  box-shadow: var(--sh-glow);
}

.hm1 .btn--gradient:hover, .hm1 .btn--accent:hover {
  box-shadow: var(--sh-md);
  filter: brightness(1.04);
}

/* ============================ HERO — ASİMETRİK EDİTÖRYEL SLIDER ============================ */
.hm1-hero {
  position: relative;
  padding: clamp(24px, 4vw, 56px) 0 clamp(60px, 7vw, 110px);
  background: var(--c-white);
  overflow: hidden;
}

.hm1-hero__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(24px, 3.5vw, 56px);
  align-items: start;
}

.hm1-hero__in > * {
  min-width: 0;
}

.hm1-hero__wm {
  position: absolute;
  z-index: 0;
  left: -2vw;
  bottom: -2.5vw;
  pointer-events: none;
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.8;
  font-size: clamp(9rem, 26vw, 24rem);
  color: transparent;
  -webkit-text-stroke: 2px rgba(228, 7, 47, 0.07);
  text-stroke: 2px rgba(228, 7, 47, 0.07);
}

@media (max-width: 991.98px) {
  .hm1-hero__wm {
    bottom: auto;
    top: 40%;
    opacity: 0.7;
  }
}
/* --- SOL: başlık + kontrol + cam kart --- */
.hm1-hero__lead {
  position: relative;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1199.98px) {
  .hm1-hero__lead {
    min-height: 540px;
  }
}
@media (max-width: 991.98px) {
  .hm1-hero__lead {
    min-height: 0;
    display: block;
  }
}
.hm1-hero__eyebrow {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-ink);
}
.hm1-hero__eyebrow .n {
  color: var(--c-primary);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.hm1-hero__titles {
  position: relative;
  margin: 18px 0 0;
  min-height: 2em;
}

.hm1-hero__title {
  position: absolute;
  inset: 0;
  margin: 0;
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: -2px;
  color: var(--c-ink);
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.98;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none;
}
.hm1-hero__title em {
  font-style: normal;
  color: var(--c-primary);
}
.hm1-hero__title.is-active {
  opacity: 1;
  transform: none;
  position: relative;
  pointer-events: auto;
}

.hm1-hero__lede {
  margin-top: 20px;
  max-width: 42ch;
  color: var(--c-body);
  font-size: 1.08rem;
  line-height: 1.55;
}

.hm1-hero__glass {
  margin-top: 26px;
  max-width: 460px;
  position: relative;
  padding: 20px;
  border-radius: var(--r-lg);
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(16px) saturate(1.3);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
  box-shadow: 0 20px 50px rgba(228, 7, 47, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.hm1-hero__glabel {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--c-primary);
  margin-bottom: 12px;
}
.hm1-hero__glabel i {
  font-size: 0.9rem;
}

.hm1-hero__gcta {
  width: 100%;
  margin-top: 14px;
}

/* Hero hızlı bağış: "Bağış Yap" + "Detaylı Bilgi" ikili buton satırı (yan yana) */
.hm1-hero__gactions {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.hm1-hero__gactions .hm1-hero__gcta {
  margin-top: 0;
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
}
.hm1-hero__gactions .hm1-hero__gdetail {
  flex: 0 0 auto;
  white-space: nowrap;
  justify-content: center;
}
@media (max-width: 520px) {
  .hm1-hero__gactions {
    flex-direction: column;
  }
  .hm1-hero__gactions .hm1-hero__gdetail {
    flex: 1 1 auto;
  }
}

.hm1-hero__ctas {
  margin-top: 16px;
  display: flex;
}

.hm1-hero__ctas .btn {
  width: 100%;
  justify-content: center;
}

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

.hm1-hs__amt {
  flex: 1;
  padding: 12px 14px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--c-line);
  background: rgba(255, 255, 255, 0.7);
  color: var(--c-ink);
  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: var(--c-primary);
}
.hm1-hs__amt.is-active {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: #fff;
  box-shadow: var(--sh-glow);
}

.hm1-hero__nav {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.hm1-hero__counter {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  max-width: 300px;
}

.hm1-hero__cur {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--c-primary);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.hm1-hero__total {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--c-muted);
  font-variant-numeric: tabular-nums;
}

.hm1-hero__track {
  flex: 1;
  height: 3px;
  border-radius: var(--r-pill);
  background: var(--c-line);
  overflow: hidden;
}

.hm1-hero__track .hm1-hs__load {
  display: block;
  height: 100%;
  width: 0;
  background: var(--c-primary);
  border-radius: inherit;
  transition: width 0.12s linear;
}

.hm1-hs__arrow {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  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;
  box-shadow: var(--sh-xs);
  transition: all 0.2s ease;
  cursor: pointer;
}
.hm1-hs__arrow:hover {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: #fff;
}

/* --- SAĞ: asimetrik kemer maskeli medya --- */
.hm1-hero__stage {
  position: relative;
  height: 580px;
}

@media (max-width: 1199.98px) {
  .hm1-hero__stage {
    height: 540px;
  }
}
.hm1-hs__swiper {
  position: absolute;
  inset: 0;
  height: auto;
  border-radius: 36px 36px 36px 180px;
  overflow: hidden;
  box-shadow: var(--sh-lg);
  background: var(--c-dark);
}

.hm1-hs__swiper .swiper-slide {
  height: 100%;
}

.hm1-hs__media {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: var(--c-dark);
}

.hm1-hs__media a {
  display: block;
  height: 100%;
}

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

.hm1-hero__chip {
  position: absolute;
  z-index: 6;
  top: 20px;
  left: -14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--c-primary);
  color: #fff;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: var(--r-pill);
  box-shadow: var(--sh-glow);
}

.hm1-hero__stage .hm1-hs__play[hidden] {
  display: none;
}

.hm1-hero__stage .hm1-hs__play {
  position: absolute;
  z-index: 7;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
}
.hm1-hero__stage .hm1-hs__play .ic {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c-primary);
  color: #fff;
  font-size: 32px;
  padding-left: 4px;
  box-shadow: var(--sh-glow);
  position: relative;
  transition: transform 0.25s ease;
}
.hm1-hero__stage .hm1-hs__play .ic::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.55);
  animation: hm1-hs-pulse 2.4s ease-out infinite;
}
.hm1-hero__stage .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-hero__stage .hm1-hs__play .ic::before {
    animation: none;
  }
}
.hm1-hs__load {
  background: var(--c-primary);
}

@media (max-width: 991.98px) {
  .hm1-hero__in {
    grid-template-columns: 1fr;
  }
  .hm1-hero__stage {
    order: -1;
    height: clamp(320px, 62vw, 440px);
  }
  .hm1-hs__swiper {
    border-radius: 28px 28px 28px 120px;
  }
  .hm1-hero__titles {
    min-height: 0;
  }
  .hm1-hero__title {
    position: relative;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
  .hm1-hero__title.is-active {
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .hm1-hero__nav {
    flex-wrap: wrap;
  }
  .hm1-hero__chip {
    left: 10px;
  }
}
/* ============================ TABBED DONATIONS ============================ */
.hm1-give-sec {
  padding: clamp(56px, 7vw, 104px) 0 clamp(48px, 6vw, 88px);
  background: var(--c-white);
}

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

/* --- İKİ PANELLİ KATEGORİ RAYI --- */
.hm1-rail {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: clamp(24px, 3vw, 44px);
  align-items: start;
}

.hm1-tabs.hm1-rail__nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow: visible;
  padding: 0;
  margin: 0;
}

.hm1-rail__nav .tab-btn {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin: 0;
  padding: 15px 18px;
  border: 1px solid transparent;
  border-radius: var(--r-lg);
  background: transparent;
  color: var(--c-ink);
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1rem;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.hm1-rail__nav .tab-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 4px;
  height: 60%;
  border-radius: var(--r-pill);
  background: #fff;
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hm1-rail__nav .tab-btn:hover {
  background: var(--c-light-2);
}
.hm1-rail__nav .tab-btn.is-active {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: #fff;
  box-shadow: var(--sh-glow);
}
.hm1-rail__nav .tab-btn.is-active::before {
  transform: translateY(-50%) scaleY(1);
}

.hm1-rail__ic {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: var(--r-md);
  display: grid;
  place-items: center;
  background: rgba(228, 7, 47, 0.08);
  color: var(--c-primary);
  font-size: 1.15rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.hm1-rail__nav .tab-btn.is-active .hm1-rail__ic {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.hm1-rail__txt {
  flex: 1 1 auto;
  min-width: 0;
}

.hm1-rail__count {
  flex: 0 0 auto;
  min-width: 26px;
  padding: 3px 9px;
  border-radius: var(--r-pill);
  background: var(--c-light);
  color: var(--c-gray);
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.78rem;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.hm1-rail__nav .tab-btn.is-active .hm1-rail__count {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.hm1-rail__body {
  min-width: 0;
}

.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-rail__ctx {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--c-line);
}
.hm1-rail__ctx p {
  color: var(--c-body);
  font-size: 1rem;
  max-width: 52ch;
  margin: 0;
}

.hm1-rail__all {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.84rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--c-primary);
  white-space: nowrap;
}
.hm1-rail__all i {
  transition: transform 0.2s ease;
}
.hm1-rail__all:hover i {
  transform: translateX(3px);
}

@media (max-width: 991.98px) {
  .hm1-rail {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .hm1-tabs.hm1-rail__nav {
    flex-direction: row;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 6px;
    scrollbar-width: none;
  }
  .hm1-tabs.hm1-rail__nav::-webkit-scrollbar {
    display: none;
  }
  .hm1-rail__nav .tab-btn {
    width: auto;
    flex: 0 0 auto;
    padding: 10px 16px;
    border-radius: var(--r-pill);
    border-color: var(--c-line);
    background: #fff;
    font-size: 0.9rem;
  }
  .hm1-rail__nav .tab-btn::before {
    display: none;
  }
  .hm1-rail__nav .tab-btn.is-active {
    border-color: var(--c-primary);
  }
  .hm1-rail__ic {
    width: 28px;
    height: 28px;
    font-size: 0.95rem;
    border-radius: var(--r-sm);
  }
  .hm1-rail__count {
    display: 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%;
  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);
  overflow: hidden;
  box-shadow: var(--sh-xs);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s 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(11, 7, 7, 0.28), transparent 42%);
}

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

.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-primary);
  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 kırmızı */
.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-primary);
}

.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-primary);
}
.hm1-prog__row .g {
  color: var(--c-gray);
  font-weight: 600;
}

/* ============================ ETKİ / ŞEFFAFLIK (asimetrik editöryel şerit) ============================ */
.hm1-impact {
  padding: clamp(48px, 6vw, 88px) 0;
  background: var(--c-light-2);
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
}

.hm1-impact__eyebrow {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: block;
  margin-bottom: clamp(24px, 3vw, 40px);
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-ink);
}
.hm1-impact__eyebrow .n {
  color: var(--c-primary);
  font-weight: 800;
}

.hm1-impact__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.hm1-impact__item {
  position: relative;
  padding: 8px clamp(18px, 2.4vw, 34px);
  display: flex;
  flex-direction: column;
  min-height: clamp(150px, 15vw, 200px);
}
.hm1-impact__item:not(:first-child) {
  border-left: 1px solid var(--c-line);
}
.hm1-impact__item .hm1-impact__num {
  align-self: flex-start;
}
.hm1-impact__item .hm1-impact__lbl {
  margin-top: auto;
  align-self: flex-end;
  text-align: right;
}

.hm1-impact__num {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: -2px;
  font-size: clamp(3rem, 6vw, 4.5rem);
  color: var(--c-primary);
  line-height: 0.92;
  font-variant-numeric: tabular-nums;
}

.hm1-impact__lbl {
  display: block;
  max-width: 12ch;
  color: var(--c-ink);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.3;
}

@media (max-width: 767.98px) {
  .hm1-impact__in {
    grid-template-columns: repeat(2, 1fr);
  }
  .hm1-impact__item {
    min-height: 130px;
    padding: 20px clamp(16px, 4vw, 24px);
  }
  .hm1-impact__item:nth-child(3), .hm1-impact__item:nth-child(4) {
    border-top: 1px solid var(--c-line);
  }
  .hm1-impact__item:nth-child(odd) {
    border-left: 0;
  }
}
/* ============================ PROJELER (öne çıkan acil kart + 2x2 kompakt) ============================ */
.hm1-camp {
  padding: clamp(56px, 7vw, 104px) 0;
  background: var(--c-white);
}

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

.hm1-camp__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(20px, 2.6vw, 34px);
  align-items: stretch;
}

.hm1-prog__line {
  position: relative;
  height: 4px;
  border-radius: var(--r-pill);
  background: var(--c-line);
  margin-top: 22px;
  margin-bottom: 6px;
}
.hm1-prog__line i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--c-primary);
}

.hm1-prog__badge {
  position: absolute;
  top: -26px;
  transform: translateX(-50%);
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.82rem;
  color: var(--c-primary);
  font-variant-numeric: tabular-nums;
}
.hm1-prog__badge::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-primary);
  box-shadow: 0 0 0 4px rgba(228, 7, 47, 0.14);
}

/* --- BÜYÜK öne çıkan acil proje --- */
.hm1-feat {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-sm);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-sm);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.4s ease;
}

@media (prefers-reduced-motion: no-preference) {
  .hm1-feat:hover {
    transform: translateY(-6px) rotate(-0.6deg);
    box-shadow: var(--sh-lg);
  }
}
.hm1-feat__img {
  display: block;
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.hm1-feat__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.hm1-feat__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11, 7, 7, 0.34), transparent 46%);
}

.hm1-feat:hover .hm1-feat__img img {
  transform: scale(1.05);
}

.hm1-feat__urgent {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--c-primary);
  color: #fff;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.74rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 8px 15px;
  border-radius: var(--r-pill);
  box-shadow: var(--sh-glow);
}
.hm1-feat__urgent::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  animation: hm1-pulse-dot 1.6s ease-in-out infinite;
}

@keyframes hm1-pulse-dot {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hm1-feat__urgent::before {
    animation: none;
  }
}
.hm1-feat__b {
  padding: clamp(22px, 2.6vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.hm1-feat__cat {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-primary);
}

.hm1-feat__b h3 {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  letter-spacing: -0.6px;
  line-height: 1.14;
}
.hm1-feat__b h3 a {
  color: var(--c-ink);
  transition: color 0.18s ease;
}
.hm1-feat__b h3 a:hover {
  color: var(--c-primary);
}

.hm1-feat__lede {
  color: var(--c-body);
  font-size: 1rem;
  line-height: 1.5;
  max-width: 46ch;
}

.hm1-feat__stats {
  display: flex;
  align-items: center;
  gap: 8px 22px;
  flex-wrap: wrap;
  margin-top: 4px;
  font-size: 0.86rem;
  color: var(--c-gray);
  font-weight: 600;
}
.hm1-feat__stats span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hm1-feat__stats b {
  color: var(--c-ink);
  font-family: var(--ff-display);
  font-weight: 800;
}

.hm1-feat__live {
  color: var(--c-primary) !important;
}
.hm1-feat__live i {
  color: var(--c-primary);
  animation: hm1-pulse-dot 1.6s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .hm1-feat__live i {
    animation: none;
  }
}
.hm1-feat__foot {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.hm1-feat__foot .btn {
  flex: 1 1 auto;
}

/* --- 2x2 kompakt projeler --- */
.hm1-camp__mini {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(14px, 1.8vw, 20px);
}

.hm1-mini {
  display: flex;
  flex-direction: column;
  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);
  overflow: hidden;
  box-shadow: var(--sh-xs);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.35s ease;
}
.hm1-mini:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-md);
}
.hm1-mini:hover .hm1-mini__img img {
  transform: scale(1.05);
}

.hm1-mini__img {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  display: block;
}
.hm1-mini__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.hm1-mini__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11, 7, 7, 0.24), transparent 50%);
}

.hm1-mini__chip {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--c-primary);
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: var(--r-pill);
  box-shadow: var(--sh-xs);
}

.hm1-mini__b {
  padding: 15px 16px 17px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.hm1-mini__b h4 {
  font-size: 1rem;
  line-height: 1.28;
}
.hm1-mini__b h4 a {
  color: var(--c-ink);
  transition: color 0.18s ease;
}
.hm1-mini__b h4 a:hover {
  color: var(--c-primary);
}

.hm1-mini__b .hm1-prog {
  margin-top: auto;
}

.hm1-mini__live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--c-gray);
}
.hm1-mini__live i {
  color: var(--c-primary);
  font-size: 0.8rem;
}

@media (max-width: 1199.98px) {
  .hm1-camp__grid {
    grid-template-columns: 1fr;
  }
  .hm1-camp__mini {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .hm1-camp__mini {
    grid-template-columns: 1fr;
  }
  .hm1-feat__foot .btn {
    flex: 1 1 100%;
  }
}
/* ============================ ZEKAT — MAKBUZ GİŞESİ (fiş hesaplayıcı) ============================ */
.hm1-zekat {
  position: relative;
  padding: clamp(64px, 8vw, 120px) 0;
  background: var(--c-light-2);
  overflow: hidden;
  isolation: isolate;
}

.hm1-zekat__wm {
  position: absolute;
  right: -2%;
  top: 2%;
  z-index: -1;
  pointer-events: none;
  user-select: none;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(6rem, 16vw, 14rem);
  line-height: 1;
  letter-spacing: -4px;
  color: transparent;
  -webkit-text-stroke: 2px rgba(228, 7, 47, 0.08);
}

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

.hm1-zekat__lead {
  margin: 14px auto 0;
  color: var(--c-body);
  font-size: 1.06rem;
  max-width: 44rem;
}

.hm1-zekat__grid {
  margin-top: clamp(32px, 4vw, 52px);
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
}

.hm1-zfis {
  filter: drop-shadow(0 26px 44px rgba(11, 7, 7, 0.13)) drop-shadow(0 8px 18px rgba(228, 7, 47, 0.07));
}

.hm1-zfis__edge {
  display: block;
  height: 12px;
  background: linear-gradient(-45deg, transparent 8.5px, var(--c-white) 0) left top/17px 12px repeat-x, linear-gradient(45deg, transparent 8.5px, var(--c-white) 0) left top/17px 12px repeat-x;
}

.hm1-zfis__edge--bottom {
  transform: rotate(180deg);
}

.hm1-zfis__body {
  background: var(--c-white);
  padding: clamp(22px, 3vw, 34px) clamp(22px, 3vw, 36px);
}

.hm1-zfis__head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 2px dashed var(--c-line);
}
.hm1-zfis__head img {
  height: 40px;
  width: auto;
}
.hm1-zfis__head b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--c-ink);
  font-size: 1.02rem;
}
.hm1-zfis__head small {
  color: var(--c-gray);
  font-size: 0.82rem;
}

.hm1-zfis__no {
  margin-left: auto;
  padding: 6px 12px;
  border-radius: var(--r-pill);
  background: rgba(228, 7, 47, 0.08);
  border: 1px dashed rgba(228, 7, 47, 0.35);
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.82rem;
  color: var(--c-primary);
  white-space: nowrap;
}

.hm1-zfis__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--c-line);
}
.hm1-zfis__row label {
  flex: 1;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--c-body);
}
.hm1-zfis__row .hm1-zinput {
  flex: 0 0 min(46%, 220px);
}

.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-primary);
}
.hm1-zinput input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 12px 14px;
  text-align: right;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--c-ink);
  outline: none;
  -moz-appearance: textfield;
}
.hm1-zinput input::placeholder {
  color: var(--c-muted);
}
.hm1-zinput input::-webkit-outer-spin-button, .hm1-zinput input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.hm1-zinput .suf {
  padding: 0 14px 0 0;
  font-weight: 700;
  color: var(--c-gray);
  font-size: 0.84rem;
  white-space: nowrap;
}

.hm1-zfis__sum {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0 4px;
}
.hm1-zfis__sum span {
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-gray);
}
.hm1-zfis__sum b {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  color: var(--c-primary);
  line-height: 1.05;
}

.hm1-zfis__barcode {
  display: block;
  height: 30px;
  margin: 14px 0 18px;
  opacity: 0.75;
  background: repeating-linear-gradient(90deg, var(--c-ink) 0 2px, transparent 2px 5px, var(--c-ink) 5px 6px, transparent 6px 12px, var(--c-ink) 12px 15px, transparent 15px 19px);
}

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

.hm1-zflow {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.hm1-zflow::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 26px;
  bottom: 26px;
  border-left: 2px dashed rgba(228, 7, 47, 0.28);
}
.hm1-zflow li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 13px 0;
}

.hm1-zflow__dot {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c-white);
  border: 1.5px solid rgba(228, 7, 47, 0.3);
  color: var(--c-primary);
  font-size: 1.05rem;
  box-shadow: var(--sh-sm);
}

.hm1-zflow__tx b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  color: var(--c-ink);
  font-size: 1.04rem;
}

.hm1-zflow__tx small {
  display: block;
  margin-top: 3px;
  color: var(--c-gray);
  font-size: 0.9rem;
}

.hm1-zfitre {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  border-radius: var(--r-lg) var(--r-lg) var(--r-lg) 60px;
  background: var(--c-cream);
  border: 1px solid var(--c-line);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hm1-zfitre:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-md);
}
.hm1-zfitre:hover .hm1-zfitre__go {
  transform: translateX(5px);
  background: var(--c-primary);
  color: #fff;
}

.hm1-zfitre__ic {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--grad-cta);
  color: #fff;
  font-size: 1.25rem;
  box-shadow: var(--sh-glow);
}

.hm1-zfitre__tx {
  flex: 1;
}
.hm1-zfitre__tx b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  color: var(--c-ink);
  font-size: 1.06rem;
}
.hm1-zfitre__tx small {
  display: block;
  margin-top: 3px;
  color: var(--c-body);
  font-size: 0.88rem;
}

.hm1-zfitre__go {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  color: var(--c-primary);
  transition: all 0.25s ease;
}

.hm1-zside__note {
  margin: 18px 0 0;
  font-size: 0.86rem;
  color: var(--c-gray);
}
.hm1-zside__note i {
  color: var(--c-primary);
  margin-right: 5px;
}

/* ============================ NEWS (büyük indeksli editöryel liste) ============================ */
.hm1-news {
  padding: clamp(56px, 7vw, 104px) 0;
  background: var(--c-white);
}

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

.hm1-newsx {
  border-top: 1px solid var(--c-line);
}

.hm1-nrow {
  position: relative;
  display: grid;
  grid-template-columns: auto 130px 1fr auto auto;
  align-items: center;
  gap: clamp(16px, 3vw, 40px);
  padding: clamp(20px, 2.4vw, 32px) clamp(8px, 2vw, 28px);
  border-bottom: 1px solid var(--c-line);
  text-decoration: none;
  transition: background 0.3s ease, padding 0.3s ease;
  overflow: hidden;
}

.hm1-nrow__idx {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--c-line);
  text-stroke: 1.5px var(--c-line);
  font-variant-numeric: tabular-nums;
  transition: -webkit-text-stroke-color 0.3s ease, color 0.3s ease;
}

.hm1-nrow__cat {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-primary);
}

.hm1-nrow__title {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: clamp(1.05rem, 1.7vw, 1.4rem);
  color: var(--c-ink);
  line-height: 1.25;
  letter-spacing: -0.4px;
  transition: transform 0.3s ease;
}

.hm1-nrow__date {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--c-gray);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.hm1-nrow__thumb {
  width: 0;
  height: 60px;
  border-radius: var(--r-sm);
  overflow: hidden;
  opacity: 0;
  transition: width 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s ease;
}
.hm1-nrow__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hm1-nrow__go {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--c-line);
  display: grid;
  place-items: center;
  color: var(--c-primary);
  font-size: 1.05rem;
  flex: 0 0 auto;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

@media (prefers-reduced-motion: no-preference) {
  .hm1-nrow:hover {
    background: var(--c-cream);
    padding-inline: clamp(16px, 2.4vw, 36px);
  }
  .hm1-nrow:hover .hm1-nrow__idx {
    color: var(--c-primary);
    -webkit-text-stroke-color: var(--c-primary);
    text-stroke-color: var(--c-primary);
  }
  .hm1-nrow:hover .hm1-nrow__title {
    transform: translateX(4px);
  }
  .hm1-nrow:hover .hm1-nrow__thumb {
    width: 90px;
    opacity: 1;
  }
  .hm1-nrow:hover .hm1-nrow__go {
    background: var(--c-primary);
    border-color: var(--c-primary);
    color: #fff;
    transform: rotate(0deg) scale(1.05);
  }
}
@media (max-width: 991.98px) {
  .hm1-nrow {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "idx title go" "idx meta go";
    row-gap: 6px;
    column-gap: 18px;
  }
  .hm1-nrow__idx {
    grid-area: idx;
  }
  .hm1-nrow__title {
    grid-area: title;
  }
  .hm1-nrow__cat {
    grid-area: meta;
  }
  .hm1-nrow__date {
    grid-area: meta;
    justify-self: end;
  }
  .hm1-nrow__thumb {
    display: none;
  }
  .hm1-nrow__go {
    grid-area: go;
  }
}
@media (max-width: 575.98px) {
  .hm1-nrow {
    grid-template-columns: auto 1fr;
    grid-template-areas: "idx title" "idx meta";
  }
  .hm1-nrow__go {
    display: none;
  }
  .hm1-nrow__date {
    display: none;
  }
}
/* ============================ VIDEO — sinema + film şeridi ============================ */
.hm1-video {
  padding: clamp(56px, 7vw, 104px) 0;
  background: var(--c-cream);
  overflow: hidden;
}

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

.hm1-cine {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px;
  align-items: stretch;
  margin-top: 8px;
}

.hm1-cine__side {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  align-self: center;
  justify-self: center;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: 6px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.6px rgba(228, 7, 47, 0.22);
  user-select: none;
}

.hm1-cine__main {
  position: relative;
  display: block;
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 21/9;
  box-shadow: var(--sh-md);
  isolation: isolate;
}
.hm1-cine__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.hm1-cine__main::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(to top, rgba(11, 7, 7, 0.8), rgba(11, 7, 7, 0.08) 55%);
}
.hm1-cine__main:hover img {
  transform: scale(1.03);
}

.hm1-cine__play {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
}
.hm1-cine__play i {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding-left: 5px;
  background: var(--c-primary);
  color: #fff;
  font-size: 34px;
  box-shadow: var(--sh-glow);
  transition: transform 0.25s ease;
}

.hm1-cine__main:hover .hm1-cine__play i {
  transform: scale(1.08);
}

.hm1-cine__meta {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  padding: clamp(20px, 3vw, 32px);
  color: #fff;
}
.hm1-cine__meta b {
  display: block;
  margin-top: 12px;
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: -0.5px;
  font-size: clamp(1.3rem, 2.2vw, 1.9rem);
  max-width: 24ch;
}
.hm1-cine__meta small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.86rem;
}
.hm1-cine__meta small i {
  color: var(--c-tertiary);
}

.hm1-hs__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border-radius: var(--r-pill);
  background: var(--c-primary);
  color: var(--c-white);
  font-family: var(--ff-display);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.hm1-reel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(230px, 1fr);
  gap: 14px;
  margin-top: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
}
.hm1-reel::-webkit-scrollbar {
  height: 6px;
}
.hm1-reel::-webkit-scrollbar-thumb {
  background: var(--c-line);
  border-radius: 6px;
}

.hm1-reel__item {
  scroll-snap-align: start;
  display: block;
  padding: 10px;
  border-radius: var(--r-lg);
  background: #fff;
  border: 1px solid var(--c-line);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hm1-reel__item .th {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
  border-radius: var(--r-md);
  overflow: hidden;
}
.hm1-reel__item .th img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm1-reel__item .th i {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(11, 7, 7, 0.35);
  color: #fff;
  font-size: 1.5rem;
}
.hm1-reel__item .th .d {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 3px 8px;
  border-radius: var(--r-pill);
  background: rgba(11, 7, 7, 0.65);
  color: #fff;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.7rem;
}
.hm1-reel__item > b {
  display: block;
  margin-top: 10px;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.94rem;
  color: var(--c-ink);
  line-height: 1.3;
}
.hm1-reel__item > small {
  display: block;
  margin-top: 3px;
  color: var(--c-gray);
  font-size: 0.8rem;
}
.hm1-reel__item:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-sm);
}

.hm1-reel__all {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(228, 7, 47, 0.05);
  border: 1px dashed rgba(228, 7, 47, 0.35);
}
.hm1-reel__all .ic {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(228, 7, 47, 0.1);
  color: var(--c-primary);
  font-size: 1.4rem;
}
.hm1-reel__all > b {
  margin-top: 12px;
  color: var(--c-primary);
}
.hm1-reel__all:hover {
  background: rgba(228, 7, 47, 0.09);
}

/* ============================ BLOG — dergi spread (dikey dev tipografi) ============================ */
.hm1-blog {
  padding: clamp(56px, 7vw, 104px) 0;
  background: var(--c-light-2);
  overflow: hidden;
}

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

.hm1-mag {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px;
}

.hm1-mag__side {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  align-self: center;
  justify-self: center;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: 8px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.6px rgba(20, 16, 16, 0.14);
  user-select: none;
}

.hm1-mag__body {
  min-width: 0;
}

.hm1-mag__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  grid-template-rows: repeat(3, auto);
  gap: 16px;
  margin-top: 4px;
}

.hm1-mag__feat {
  grid-row: 1/-1;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.35s ease;
}
.hm1-mag__feat .img {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.hm1-mag__feat .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.hm1-mag__feat .img .cat {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--c-primary);
  color: #fff;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.74rem;
  padding: 6px 12px;
  border-radius: var(--r-pill);
}
.hm1-mag__feat .bd {
  padding: clamp(18px, 2.4vw, 26px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.hm1-mag__feat .bd h3 {
  font-family: var(--ff-display);
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.25;
}
.hm1-mag__feat .bd h3 a {
  color: var(--c-ink);
}
.hm1-mag__feat .bd h3 a:hover {
  color: var(--c-primary);
}
.hm1-mag__feat .bd p {
  font-size: 0.94rem;
  color: var(--c-body);
}
.hm1-mag__feat .bd .meta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--c-gray);
}
.hm1-mag__feat .bd .meta i {
  color: var(--c-primary);
}
.hm1-mag__feat:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-md);
}
.hm1-mag__feat:hover .img img {
  transform: scale(1.05);
}

.hm1-mag__mini {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: var(--r-lg);
  background: #fff;
  border: 1px solid var(--c-line);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hm1-mag__mini .img {
  flex: 0 0 auto;
  width: 110px;
  aspect-ratio: 16/11;
  border-radius: var(--r-md);
  overflow: hidden;
}
.hm1-mag__mini .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm1-mag__mini .bd {
  min-width: 0;
}
.hm1-mag__mini .bd .cat {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--c-primary);
}
.hm1-mag__mini .bd b {
  display: block;
  margin-top: 3px;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--c-ink);
  line-height: 1.3;
}
.hm1-mag__mini .bd small {
  display: block;
  margin-top: 4px;
  color: var(--c-gray);
  font-size: 0.8rem;
}
.hm1-mag__mini:hover {
  transform: translateX(4px);
  box-shadow: var(--sh-sm);
}

/* ============================ FAQ — merkez kart-accordion + iletişim şeridi ============================ */
.hm1-faq {
  padding: clamp(56px, 7vw, 104px) 0;
  background: var(--c-white);
}

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

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

.hm1-facc2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 30px;
}
.hm1-facc2 .acc-item {
  background: var(--c-light-2);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  box-shadow: none;
  overflow: hidden;
  transition: border-color 0.25s ease, background 0.25s ease;
  position: relative;
}
.hm1-facc2 .acc-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--c-primary);
  transform: scaleY(0);
  transition: transform 0.25s ease;
  transform-origin: top;
}
.hm1-facc2 .acc-item.is-open {
  background: #fff;
  border-color: rgba(228, 7, 47, 0.25);
}
.hm1-facc2 .acc-item.is-open::before {
  transform: scaleY(1);
}
.hm1-facc2 .acc-head {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 18px 20px;
  text-align: left;
  font-family: var(--ff-display);
  font-weight: 700;
  color: var(--c-ink);
  font-size: 1rem;
}
.hm1-facc2 .acc-head .ico {
  margin-left: auto;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(228, 7, 47, 0.1);
  color: var(--c-primary);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.hm1-facc2 .acc-item.is-open .acc-head {
  color: var(--c-primary);
}
.hm1-facc2 .acc-item.is-open .acc-head .ico {
  transform: rotate(45deg);
  background: var(--c-primary);
  color: #fff;
}
.hm1-facc2 .acc-body .inner {
  padding: 0 20px 18px;
  color: var(--c-body);
}

.hm1-faq__band {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 18px 22px;
  border-radius: var(--r-pill);
  background: var(--c-cream);
  border: 1px solid var(--c-line);
}
.hm1-faq__band .ic {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(228, 7, 47, 0.1);
  color: var(--c-primary);
  font-size: 1.2rem;
}
.hm1-faq__band .tx {
  margin-right: auto;
}
.hm1-faq__band .tx b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  color: var(--c-ink);
}
.hm1-faq__band .tx small {
  color: var(--c-gray);
  font-size: 0.85rem;
}

.hm1-faq__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--c-ink);
}
.hm1-faq__phone i {
  color: var(--c-primary);
}
.hm1-faq__phone:hover {
  color: var(--c-primary);
}

/* ============================ RESPONSIVE ============================ */
@media (max-width: 1199.98px) {
  .hm1-mag__grid {
    grid-template-columns: 1fr;
  }
  .hm1-mag__feat {
    grid-row: auto;
  }
}
@media (max-width: 991.98px) {
  .hm1-zekat__grid {
    grid-template-columns: 1fr;
  }
  .hm1-zekat__wm {
    font-size: clamp(5rem, 22vw, 9rem);
  }
  .hm1-zfis__row {
    flex-wrap: wrap;
  }
  .hm1-zfis__row .hm1-zinput {
    flex: 1 1 100%;
  }
  .hm1-faq__in {
    grid-template-columns: 1fr;
  }
  .hm1-faq__aside {
    position: static;
  }
}
@media (max-width: 767.98px) {
  .hm1-cine {
    grid-template-columns: 1fr;
  }
  .hm1-cine__side, .hm1-mag__side {
    display: none;
  }
  .hm1-mag {
    grid-template-columns: 1fr;
  }
  .hm1-cine__main {
    aspect-ratio: 16/10;
  }
  .hm1-faq__band {
    border-radius: var(--r-lg);
  }
}
/* =====================================================================
   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: var(--ff-display);
  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__curr {
  position: relative;
}
.hdr2__curr-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 44px;
  padding: 0 16px;
  border-radius: var(--r-pill);
  border: 1px solid var(--c-line);
  background: var(--c-light-2);
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--c-ink);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.hdr2__curr-btn i {
  font-size: 0.68rem;
  transition: transform 0.2s ease;
}
.hdr2__curr-btn:hover {
  background: var(--c-light);
  border-color: var(--c-tertiary);
}
.hdr2__curr-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 190px;
  z-index: 60;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-md);
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hdr2__curr-menu button {
  text-align: left;
  padding: 9px 12px;
  border-radius: var(--r-sm);
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--c-body);
}
.hdr2__curr-menu button:hover {
  background: var(--c-light);
  color: var(--c-primary);
}
.hdr2__curr-menu button.is-active {
  color: var(--c-primary);
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .hdr2__curr-btn span {
    display: none;
  }
  .hdr2__curr-btn {
    padding: 0 12px;
  }
}
.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(28, 10, 14, 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: var(--ff-display);
  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 — HOME v2 "Koyu & Motion" (sinematik, koyu, kırmızı glow)
   Namespace: .hm2- (JS bağı: .acc-*, .marquee, .sticky-donate, Swiper)
   Renkler yalnız token'lardan; tek kırmızı disiplini.
===================================================================== */
.hm2 {
  overflow-x: clip;
  background: var(--c-white);
  color: var(--c-ink);
  --sec-a: #ffffff;
  --sec-b: var(--c-light-2);
  --hm2-line: var(--c-line);
  --hm2-card: #ffffff;
  --hm2-card-line: var(--c-line);
  --hm2-muted: var(--c-body);
}
.hm2 h1, .hm2 h2, .hm2 h3, .hm2 h4 {
  color: var(--c-ink);
  letter-spacing: -0.015em;
}
.hm2-head__eyebrow, .hm2-metrics__eyebrow {
  display: block;
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-tertiary);
}
.hm2-head {
  margin: 0 0 clamp(34px, 5vw, 60px);
}
.hm2-head--v2 {
  text-align: right;
}
.hm2-head__eyebrow {
  margin-bottom: 14px;
}
.hm2-head__title {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  line-height: 1.06;
  margin: 0;
}
.hm2-head--between {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
}
.hm2-head--between .hm2-head__eyebrow {
  text-align: left;
}
@media (max-width: 767.98px) {
  .hm2-head--between {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* =====================================================================
   HERO — FULL-BLEED SİNEMATİK
===================================================================== */
.hm2-hero {
  position: relative;
  height: 100vh;
  min-height: 620px;
  background: #000;
}
.hm2-hero__swiper {
  position: absolute;
  inset: 0;
  height: 100%;
}
.hm2-hero .swiper-slide {
  height: 100%;
}
.hm2-hero__slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.hm2-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hm2-hero__media img, .hm2-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm2-hero__grad {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(11, 7, 7, 0.94) 0%, rgba(11, 7, 7, 0.72) 34%, rgba(11, 7, 7, 0.2) 70%, rgba(11, 7, 7, 0.55) 100%), linear-gradient(0deg, rgba(11, 7, 7, 0.92) 4%, transparent 46%);
}
.hm2-hero__glow {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(48% 55% at 16% 78%, rgba(228, 7, 47, 0.26), transparent 62%);
}
.hm2-hero__content {
  position: absolute;
  z-index: 3;
  left: clamp(20px, 6vw, 96px);
  bottom: clamp(76px, 12vh, 132px);
  max-width: 760px;
}
.hm2-hero__eyebrow {
  display: block;
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--c-tertiary);
  margin-bottom: 20px;
}
.hm2-hero__title {
  font-family: var(--ff-display);
  font-weight: 800;
  line-height: 0.92;
  margin: 0;
  text-transform: uppercase;
}
.hm2-hero__title span {
  display: block;
}
.hm2-hero__title .l1 {
  font-size: clamp(2.8rem, 8.5vw, 6.6rem);
  color: var(--c-white);
}
.hm2-hero__title .l2 {
  font-size: clamp(2.8rem, 8.5vw, 6.6rem);
  color: var(--c-white);
}
.hm2-hero__title .is-outline {
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.82);
}
.hm2-hero__title .is-outline.l1 {
  -webkit-text-stroke-color: var(--c-tertiary);
}
.hm2-hero__rule {
  display: block;
  width: 120px;
  height: 3px;
  margin: 26px 0 22px;
  background: var(--grad-cta);
  box-shadow: var(--sh-glow);
}
.hm2-hero__lede {
  max-width: 46ch;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 30px;
}
.hm2-hero__cta {
  box-shadow: var(--sh-glow);
}
.hm2-hero__ctas {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.hm2-hero__rail {
  position: absolute;
  z-index: 4;
  right: clamp(20px, 4vw, 60px);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hm2-hero__railno {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: color 0.3s ease;
}
.hm2-hero__railno b {
  font-variant-numeric: tabular-nums;
}
.hm2-hero__railno .pl {
  position: relative;
  display: block;
  width: 2px;
  height: 40px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 2px;
  overflow: hidden;
}
.hm2-hero__railno .pl i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: var(--c-primary);
  box-shadow: 0 0 10px rgba(228, 7, 47, 0.7);
}
.hm2-hero__railno.is-active {
  color: var(--c-white);
}
.hm2-hero__railno.is-active .pl {
  background: rgba(255, 255, 255, 0.28);
}
.hm2-hero__scroll {
  position: absolute;
  z-index: 4;
  left: clamp(20px, 6vw, 96px);
  bottom: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-body);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.hm2-hero__scroll i {
  animation: hm2Bounce 1.8s ease-in-out infinite;
}
@media (max-width: 767.98px) {
  .hm2-hero {
    height: auto;
    min-height: 88vh;
  }
  .hm2-hero__rail {
    display: none;
  }
  .hm2-hero__content {
    bottom: 92px;
  }
}

@keyframes hm2Bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hm2-hero__media video {
    display: none;
  }
  .hm2-hero__slide {
    background: var(--grad-deep);
  }
  .hm2-hero__scroll i {
    animation: none;
  }
}
/* =====================================================================
   MARQUEE (koyu skin)
===================================================================== */
.hm2-marquee {
  background: var(--sec-b);
  border-block: 1px solid var(--hm2-line);
}
.hm2-marquee .marquee__item {
  color: var(--c-ink);
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
.hm2-marquee .marquee__item i {
  color: var(--c-primary);
}

/* =====================================================================
   METRİKLER — GLOW SAYI BANDI
===================================================================== */
.hm2-metrics {
  background: var(--sec-a);
  padding-block: clamp(60px, 8vw, 100px);
}
.hm2-metrics__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.hm2-metrics__eyebrow {
  text-align: right;
  margin-bottom: 40px;
}
.hm2-metrics__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 32px;
  border-block: 1px solid var(--hm2-line);
  padding-block: clamp(36px, 5vw, 60px);
}

.hm2-metric:nth-child(1) {
  flex: 1 1 180px;
}
.hm2-metric:nth-child(2) {
  flex: 1.3 1 220px;
}
.hm2-metric:nth-child(3) {
  flex: 1.5 1 260px;
}
.hm2-metric:nth-child(4) {
  flex: 1 1 180px;
}
.hm2-metric__num {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(3.5rem, 6vw, 5rem);
  line-height: 1;
  color: var(--c-ink);
  letter-spacing: -0.03em;
}
.hm2-metric__num em {
  color: var(--c-primary);
  font-style: normal;
}
.hm2-metric__num b {
  font-variant-numeric: tabular-nums;
}
.hm2-metric__lbl {
  display: block;
  margin-top: 14px;
  font-size: 0.96rem;
  color: var(--hm2-muted);
  max-width: 20ch;
}

/* =====================================================================
   KATEGORİLER — BENTO GRID
===================================================================== */
.hm2-cats {
  background: var(--sec-b);
  padding-block: var(--section-y);
}
.hm2-cats__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.hm2-bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 190px;
  gap: 16px;
  grid-template-areas: "xl xl wide wide" "xl xl a    b" "tall tall c    d";
}
.hm2-bento__tile {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  padding: 22px;
  border-radius: var(--r-lg);
  background: var(--hm2-card);
  border: 1px solid var(--hm2-card-line);
  color: var(--c-ink);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.3s ease;
}
.hm2-bento__tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  filter: grayscale(0.7) brightness(0.62);
  transition: filter 0.5s ease, transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hm2-bento__tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(11, 7, 7, 0.86), rgba(11, 7, 7, 0.15) 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.hm2-bento__tile:not([style]) {
  justify-content: space-between;
}
.hm2-bento__tile > * {
  position: relative;
  z-index: 2;
}
.hm2-bento__tile:hover {
  transform: translateY(-4px);
  border-color: rgba(228, 7, 47, 0.5);
}
.hm2-bento__tile:hover::before {
  filter: grayscale(0) brightness(0.72);
  transform: scale(1.06);
}
.hm2-bento__tile:hover::after {
  opacity: 1;
}
.hm2-bento__tile:hover .hm2-bento__arrow {
  color: var(--c-primary);
  transform: translate(2px, -2px);
}
.hm2-bento__tile--xl {
  grid-area: xl;
}
.hm2-bento__tile--wide {
  grid-area: wide;
}
.hm2-bento__tile--tall {
  grid-area: tall;
  grid-row: span 2;
}
.hm2-bento__ic {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(228, 7, 47, 0.14);
  border: 1px solid rgba(228, 7, 47, 0.3);
  color: var(--c-tertiary);
  font-size: 1.3rem;
  margin-bottom: auto;
}
.hm2-bento__t {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.28rem;
  line-height: 1.1;
}
.hm2-bento__tile--xl .hm2-bento__t {
  font-size: 1.7rem;
}
.hm2-bento__sub {
  font-size: 0.9rem;
  color: rgba(94, 87, 87, 0.78);
}
.hm2-bento__arrow {
  align-self: flex-end;
  font-size: 1.2rem;
  color: var(--hm2-muted);
  transition: transform 0.3s ease, color 0.3s ease;
}
@media (max-width: 991.98px) {
  .hm2-bento {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 170px;
    grid-template-areas: "xl xl" "xl xl" "wide wide" "a b" "tall c" "tall d" "e e";
  }
}
@media (max-width: 575.98px) {
  .hm2-bento {
    grid-template-columns: 1fr;
    grid-auto-rows: 150px;
    grid-template-areas: "xl" "xl" "wide" "a" "b" "tall" "c" "d" "e";
  }
  .hm2-bento__tile--tall {
    grid-row: span 1;
  }
}

/* =====================================================================
   ÖNE ÇIKAN — SİNEMATİK SPLIT (sol sticky + sağ kayan paneller)
===================================================================== */
.hm2-spot {
  background: var(--sec-a);
  padding-block: var(--section-y);
}
.hm2-spot__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}
.hm2-spot__sticky {
  position: sticky;
  top: 120px;
  align-self: start;
}
.hm2-spot__h {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.04;
  margin: 16px 0 20px;
}
.hm2-spot__lede {
  color: var(--hm2-muted);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 28px;
  max-width: 40ch;
}
.hm2-spot__cta {
  box-shadow: var(--sh-glow);
}
.hm2-spot__stream {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hm2-spot__panel {
  position: relative;
  min-height: clamp(300px, 42vh, 420px);
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid var(--hm2-card-line);
  display: flex;
  align-items: flex-end;
}
.hm2-spot__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  filter: grayscale(0.55) brightness(0.72);
  transition: filter 0.5s ease, transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hm2-spot__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(11, 7, 7, 0.92), rgba(11, 7, 7, 0.05) 68%);
}
.hm2-spot__panel:hover::before {
  filter: grayscale(0) brightness(0.82);
  transform: scale(1.05);
}
.hm2-spot__over {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(24px, 3vw, 40px);
}
.hm2-spot__tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 14px;
  border-radius: var(--r-pill);
  background: rgba(228, 7, 47, 0.16);
  border: 1px solid rgba(228, 7, 47, 0.34);
  color: var(--c-tertiary);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.hm2-spot__over h3 {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  margin: 0 0 18px;
}
.hm2-spot__over h3 a {
  color: var(--c-white);
}
@media (max-width: 991.98px) {
  .hm2-spot__in {
    grid-template-columns: 1fr;
  }
  .hm2-spot__sticky {
    position: static;
  }
}

.hm2-prog__bar {
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  overflow: hidden;
}
.hm2-prog__bar i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: var(--grad-cta);
  box-shadow: 0 0 14px rgba(228, 7, 47, 0.6);
}
.hm2-prog__row {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 0.9rem;
}
.hm2-prog__row span:first-child {
  color: var(--c-white);
  font-weight: 800;
}
.hm2-prog__row span:last-child {
  color: var(--hm2-muted);
}

/* =====================================================================
   SAHA EKRANI — açık bant: sol kopya + sağda kemer köşeli video kart
===================================================================== */
.hm2-amb {
  position: relative;
  overflow: hidden;
  background: var(--c-white);
  padding-block: var(--section-y);
}
.hm2-amb::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(520px 320px at 8% 92%, rgba(228, 7, 47, 0.06), transparent 70%);
}
.hm2-amb__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  position: relative;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.hm2-amb__copy {
  min-width: 0;
}
.hm2-amb__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border-radius: var(--r-pill);
  background: rgba(228, 7, 47, 0.08);
  border: 1px solid rgba(228, 7, 47, 0.24);
  color: var(--c-primary);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hm2-amb__title {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  line-height: 1.08;
  margin: 0;
  color: var(--c-ink);
}
.hm2-amb__title em {
  font-style: normal;
  color: var(--c-primary);
}
.hm2-amb__sub {
  margin: 16px 0 0;
  font-size: 1.06rem;
  line-height: 1.65;
  color: var(--c-body);
  max-width: 42ch;
}
.hm2-amb__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--c-line);
}
.hm2-amb__facts span {
  font-size: 0.9rem;
  color: var(--c-body);
}
.hm2-amb__facts span b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.35rem;
  color: var(--c-ink);
  line-height: 1.1;
}
.hm2-amb__cta {
  margin-top: 26px;
  box-shadow: var(--sh-glow);
}
.hm2-amb__screen {
  position: relative;
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  isolation: isolate;
  border-radius: var(--r-xl) var(--r-xl) var(--r-xl) 130px;
  border: 1px solid var(--c-line);
  box-shadow: var(--sh-lg), 0 28px 64px rgba(228, 7, 47, 0.12);
  background: var(--c-light-2) url("../img/byr/694aa62c05e1f.png") center/cover no-repeat;
}
.hm2-amb__screen video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.hm2-amb__screen:hover video {
  transform: scale(1.04);
}
.hm2-amb__screen:hover .hm2-amb__play {
  background: var(--c-primary);
  color: #fff;
  transform: translate(-50%, -50%) scale(1.08);
}
.hm2-amb__play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.94);
  color: var(--c-primary);
  font-size: 2rem;
  box-shadow: 0 14px 38px rgba(11, 7, 7, 0.28);
  transition: all 0.3s ease;
}
.hm2-amb__tag {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  color: var(--c-ink);
  font-weight: 700;
  font-size: 0.84rem;
}
.hm2-amb__tag i {
  color: var(--c-primary);
  animation: hm2-amb-rec 1.6s ease-in-out infinite;
}

@keyframes hm2-amb-rec {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
@media (max-width: 1199.98px) {
  .hm2-amb__in {
    grid-template-columns: 1fr;
  }
  .hm2-amb__screen {
    border-bottom-left-radius: 90px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hm2-amb__screen video {
    display: none;
  }
  .hm2-amb__tag i {
    animation: none;
  }
}
/* =====================================================================
   HABERLER — YATAY KAYDIRMALI ŞERİT (scroll-snap)
===================================================================== */
.hm2-news {
  background: var(--sec-b);
  padding-block: var(--section-y);
}
.hm2-news__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.hm2-news__hint {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--c-tertiary);
  white-space: nowrap;
}
.hm2-news__rail {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px clamp(20px, 6vw, 96px) 20px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}
.hm2-news__rail::-webkit-scrollbar {
  height: 6px;
}
.hm2-news__rail::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}
.hm2-news__card {
  scroll-snap-align: start;
  flex: 0 0 clamp(280px, 30vw, 340px);
  display: flex;
  flex-direction: column;
  border-radius: var(--r-lg);
  background: var(--hm2-card);
  border: 1px solid var(--hm2-card-line);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.3s ease;
}
.hm2-news__card:hover {
  transform: translateY(-5px);
  border-color: rgba(228, 7, 47, 0.5);
}
.hm2-news__card:hover .hm2-news__media img {
  filter: grayscale(0) brightness(1);
  transform: scale(1.05);
}
.hm2-news__date {
  position: absolute;
  z-index: 3;
  margin: 14px;
  display: flex;
  align-items: baseline;
  gap: 4px;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(11, 7, 7, 0.7);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.hm2-news__date b {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  color: var(--c-tertiary);
}
.hm2-news__date span {
  font-size: 10px;
  line-height: 1.05;
  color: var(--hm2-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.hm2-news__media {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.hm2-news__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.6) brightness(0.82);
  transition: filter 0.5s ease, transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hm2-news__body {
  padding: 20px 22px 24px;
}
.hm2-news__body .cat {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-tertiary);
  margin-bottom: 10px;
}
.hm2-news__body h3 {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1.16rem;
  line-height: 1.28;
  color: var(--c-ink);
  margin: 0;
}
.hm2-news__card--all {
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex: 0 0 200px;
  background: transparent;
  border-style: dashed;
}
.hm2-news__card--all .hm2-news__allic {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--grad-cta);
  color: var(--c-white);
  font-size: 1.5rem;
  box-shadow: var(--sh-glow);
}
.hm2-news__card--all .hm2-news__allt {
  font-family: var(--ff-display);
  font-weight: 700;
  color: var(--c-ink);
}
.hm2-news__card--all:hover {
  transform: translateY(-5px);
  border-color: rgba(228, 7, 47, 0.5);
}

/* =====================================================================
   VİDEO LİSTESİ (koyu kart)
===================================================================== */
.hm2-video {
  background: var(--sec-a);
  padding-block: var(--section-y);
}
.hm2-video__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.hm2-video__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .hm2-video__grid {
    grid-template-columns: 1fr;
  }
}
.hm2-video__feat {
  position: relative;
  min-height: 360px;
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid var(--hm2-card-line);
  display: flex;
  align-items: flex-end;
}
.hm2-video__feat img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.5) brightness(0.7);
  transition: filter 0.5s ease, transform 0.7s ease;
}
.hm2-video__feat::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11, 7, 7, 0.9), transparent 66%);
}
.hm2-video__feat:hover img {
  filter: grayscale(0) brightness(0.82);
  transform: scale(1.04);
}
.hm2-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--grad-cta);
  color: var(--c-white);
  font-size: 1.8rem;
  box-shadow: var(--sh-glow);
}
.hm2-video__cap {
  position: relative;
  z-index: 2;
  padding: 30px;
}
.hm2-video__cap .tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: var(--r-pill);
  background: rgba(228, 7, 47, 0.18);
  border: 1px solid rgba(228, 7, 47, 0.34);
  color: var(--c-tertiary);
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 12px;
}
.hm2-video__cap h3 {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--c-white);
  margin: 0;
}
.hm2-video__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hm2-video__item {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border-radius: var(--r-lg);
  background: var(--hm2-card);
  border: 1px solid var(--hm2-card-line);
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.hm2-video__item .th {
  position: relative;
  flex: 0 0 120px;
  aspect-ratio: 16/11;
  border-radius: var(--r-md);
  overflow: hidden;
}
.hm2-video__item .th img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.5) brightness(0.8);
  transition: filter 0.4s ease;
}
.hm2-video__item .th i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--c-white);
  font-size: 1.6rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
.hm2-video__item .tx b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--c-ink);
}
.hm2-video__item .tx small {
  color: var(--hm2-muted);
  font-size: 0.86rem;
}
.hm2-video__item:hover {
  border-color: rgba(228, 7, 47, 0.5);
  transform: translateX(3px);
}
.hm2-video__item:hover .th img {
  filter: grayscale(0) brightness(1);
}

/* =====================================================================
   BLOG (koyu kart)
===================================================================== */
.hm2-blog {
  background: var(--sec-b);
  padding-block: var(--section-y);
}
.hm2-blog__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.hm2-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 991.98px) {
  .hm2-blog__grid {
    grid-template-columns: 1fr;
  }
}

.hm2-post {
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--hm2-card);
  border: 1px solid var(--hm2-card-line);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.3s 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;
  filter: grayscale(0.6) brightness(0.82);
  transition: filter 0.5s ease, transform 0.6s ease;
}
.hm2-post__cat {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 5px 12px;
  border-radius: var(--r-pill);
  background: var(--grad-cta);
  color: var(--c-white);
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.04em;
}
.hm2-post__b {
  padding: 22px;
}
.hm2-post__meta {
  display: flex;
  gap: 16px;
  font-size: 0.82rem;
  color: var(--hm2-muted);
  margin-bottom: 12px;
}
.hm2-post__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hm2-post__meta i {
  color: var(--c-tertiary);
}
.hm2-post h3 {
  margin: 0 0 16px;
}
.hm2-post h3 a {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1.22rem;
  line-height: 1.3;
  color: var(--c-ink);
}
.hm2-post__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--c-tertiary);
}
.hm2-post__more i {
  transition: transform 0.25s ease;
}
.hm2-post:hover {
  transform: translateY(-5px);
  border-color: rgba(228, 7, 47, 0.5);
}
.hm2-post:hover .hm2-post__img img {
  filter: grayscale(0) brightness(1);
  transform: scale(1.05);
}
.hm2-post:hover .hm2-post__more i {
  transform: translateX(4px);
}

/* =====================================================================
   ZEKAT — DEV OUTLINE SÖZ BANDI
===================================================================== */
.hm2-zcta {
  position: relative;
  overflow: hidden;
  background: var(--c-cream);
  padding-block: clamp(80px, 12vw, 150px);
  text-align: center;
}
.hm2-zcta__wm {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: clamp(6rem, 26vw, 22rem);
  line-height: 1;
  letter-spacing: -0.03em;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.07);
  white-space: nowrap;
  pointer-events: none;
}
.hm2-zcta__in {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  max-width: 760px;
}
.hm2-zcta__title {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  line-height: 1.06;
  margin: 18px 0 16px;
  color: var(--c-ink);
}
.hm2-zcta__sub {
  color: var(--c-body);
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0 auto 30px;
  max-width: 46ch;
}
.hm2-zcta__btn {
  box-shadow: var(--sh-glow);
}
.hm2-zcta .hm2-head__eyebrow {
  text-align: center;
}

/* =====================================================================
   SSS — MİNİMAL KOYU ACCORDION (rakamsız, kırmızı artı)
===================================================================== */
.hm2-faq {
  background: var(--sec-a);
  padding-block: var(--section-y);
}
.hm2-faq__in {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}
@media (max-width: 991.98px) {
  .hm2-faq__in {
    grid-template-columns: 1fr;
  }
}
.hm2-faq__aside {
  position: sticky;
  top: 120px;
}
@media (max-width: 991.98px) {
  .hm2-faq__aside {
    position: static;
  }
}
.hm2-faq__lede {
  color: var(--hm2-muted);
  font-size: 1.02rem;
  line-height: 1.6;
  margin: 16px 0 24px;
}
.hm2-faq__contact i {
  color: var(--c-tertiary);
}
.hm2-faq .accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hm2-faq .acc-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--hm2-line);
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.hm2-faq .acc-item:first-child {
  border-top: 1px solid var(--hm2-line);
}
.hm2-faq .acc-head {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 4px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  color: var(--c-ink);
  transition: color 0.25s ease;
}
.hm2-faq .acc-head .ico {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(228, 7, 47, 0.4);
  color: var(--c-primary);
  font-size: 1rem;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.hm2-faq .acc-head:hover {
  color: var(--c-tertiary);
}
.hm2-faq .acc-body {
  max-height: none;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hm2-faq .acc-body .inner {
  overflow: hidden;
  padding: 0;
  color: var(--hm2-muted);
  font-size: 1rem;
  line-height: 1.7;
}
.hm2-faq .acc-item.is-open .acc-head {
  color: var(--c-tertiary);
}
.hm2-faq .acc-item.is-open .acc-head .ico {
  transform: rotate(135deg);
  background: var(--grad-cta);
  color: var(--c-white);
  border-color: transparent;
  box-shadow: var(--sh-glow);
}
.hm2-faq .acc-item.is-open .acc-body {
  max-height: none;
  grid-template-rows: 1fr;
}
.hm2-faq .acc-item.is-open .acc-body .inner {
  padding: 0 4px 26px;
}

/* =====================================================================
   FOOTER  (.ftr2-)
   Ayırt edici öğe: en üstte koyu deep-indigo "harekete geç" bandı.
===================================================================== */
.ftr2__cta {
  position: relative;
  overflow: hidden;
  background: var(--c-cream);
  border-top: 1px solid var(--c-line);
  color: var(--c-ink);
}
.ftr2__cta::after {
  content: "";
  position: absolute;
  top: -40%;
  right: -6%;
  width: 420px;
  height: 320px;
  background: radial-gradient(closest-side, rgba(228, 7, 47, 0.1), transparent 72%);
}
.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-primary);
  margin-bottom: 12px;
}
.ftr2__cta-title {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--c-ink);
}
.ftr2__cta-sub {
  margin: 12px 0 0;
  font-size: 1.04rem;
  line-height: 1.55;
  color: var(--c-body);
  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;
  }
}

/* ===== AÇIK TEMA DÜZELTMELERİ — fotoğraf üstü alanlar beyaz kalır ===== */
.hm2-hero {
  color: #fff;
}
.hm2-hero h1, .hm2-hero .hm2-hero__title {
  color: #fff;
}
.hm2-hero .hm2-hero__lede, .hm2-hero p {
  color: rgba(255, 255, 255, 0.82);
}

.hm2-hero__rail {
  color: rgba(255, 255, 255, 0.85);
}
.hm2-hero__rail button {
  color: rgba(255, 255, 255, 0.7);
}
.hm2-hero__rail .is-active {
  color: #fff;
}

.hm2-bento__tile {
  color: var(--c-ink);
}
.hm2-bento__tile .hm2-bento__ic {
  background: rgba(228, 7, 47, 0.1);
  color: var(--c-primary);
}
.hm2-bento__tile .hm2-bento__sub {
  color: var(--c-body);
}

.hm2-bento__tile[style] {
  color: #fff;
}
.hm2-bento__tile[style] .hm2-bento__ic {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.hm2-bento__tile[style] .hm2-bento__sub {
  color: rgba(255, 255, 255, 0.8);
}

.hm2-video__cap, .hm2-video__cap h3 {
  color: #fff;
}

/* ===== V2 YENİ BÖLÜMLER — shorts duvarı · gazete sütunu · sohbet SSS ===== */
.hm2-wall {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  grid-auto-rows: 380px;
  gap: 14px;
}
@media (max-width: 1199.98px) {
  .hm2-wall {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 320px;
  }
  .hm2-wall .hm2-wall__big {
    grid-column: 1/-1;
    grid-row: auto;
  }
}
@media (max-width: 767.98px) {
  .hm2-wall {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 260px;
  }
}

.hm2-wall__big {
  position: relative;
  display: block;
  border-radius: var(--r-xl);
  overflow: hidden;
  isolation: isolate;
}
.hm2-wall__big img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.hm2-wall__big::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(to top, rgba(11, 7, 7, 0.82), rgba(11, 7, 7, 0.06) 55%);
}
.hm2-wall__big:hover img {
  transform: scale(1.04);
}

.hm2-wall__play {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
}
.hm2-wall__play i {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding-left: 4px;
  background: var(--c-primary);
  color: #fff;
  font-size: 30px;
  box-shadow: var(--sh-glow);
  transition: transform 0.25s ease;
}

.hm2-wall__big:hover .hm2-wall__play i {
  transform: scale(1.08);
}

.hm2-wall__cap {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  padding: clamp(18px, 2.5vw, 28px);
  color: #fff;
}
.hm2-wall__cap b {
  display: block;
  margin-top: 10px;
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: -0.5px;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  max-width: 22ch;
}
.hm2-wall__cap small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.84rem;
}

.hm2-wall__short {
  position: relative;
  display: block;
  border-radius: var(--r-lg);
  overflow: hidden;
  isolation: isolate;
}
.hm2-wall__short img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.5);
  transition: filter 0.4s ease, transform 0.5s ease;
}
.hm2-wall__short::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(to top, rgba(11, 7, 7, 0.78), rgba(11, 7, 7, 0.05) 60%);
}
.hm2-wall__short .d {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  padding: 3px 8px;
  border-radius: var(--r-pill);
  background: rgba(11, 7, 7, 0.6);
  color: #fff;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.68rem;
}
.hm2-wall__short > i {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding-left: 3px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  transition: background 0.25s ease;
}
.hm2-wall__short > b {
  position: absolute;
  z-index: 1;
  left: 14px;
  right: 14px;
  bottom: 14px;
  color: #fff;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.3;
}
.hm2-wall__short:hover img {
  filter: grayscale(0);
  transform: scale(1.05);
}
.hm2-wall__short:hover > i {
  background: var(--c-primary);
  border-color: transparent;
}

.hm2-wall__more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(228, 7, 47, 0.05);
  border: 1px dashed rgba(228, 7, 47, 0.35);
}
.hm2-wall__more .ic {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(228, 7, 47, 0.1);
  color: var(--c-primary);
  font-size: 1.35rem;
}
.hm2-wall__more > b {
  position: static;
  margin-top: 12px;
  color: var(--c-primary);
  font-family: var(--ff-display);
  font-weight: 800;
}
.hm2-wall__more > small {
  margin-top: 4px;
  color: var(--c-body);
  font-size: 0.82rem;
}
.hm2-wall__more:hover {
  background: rgba(228, 7, 47, 0.09);
}

.hm2-press__lead {
  position: relative;
  display: grid;
  grid-template-columns: 300px 1fr auto;
  gap: clamp(18px, 3vw, 32px);
  align-items: center;
  padding: clamp(16px, 2vw, 22px);
  border-radius: var(--r-xl);
  background: var(--c-cream);
  border: 1px solid var(--c-line);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.hm2-press__lead .img {
  display: block;
  aspect-ratio: 16/10;
  border-radius: 70px var(--r-md) var(--r-md) var(--r-md);
  overflow: hidden;
}
.hm2-press__lead .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.hm2-press__lead .bd {
  min-width: 0;
}
.hm2-press__lead .bd .kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--c-primary);
}
.hm2-press__lead .bd b {
  display: block;
  margin-top: 10px;
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: -0.6px;
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  line-height: 1.2;
  color: var(--c-ink);
}
.hm2-press__lead .bd p {
  margin-top: 8px;
  color: var(--c-body);
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 60ch;
}
.hm2-press__lead .bd .meta {
  display: block;
  margin-top: 12px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--c-gray);
}
.hm2-press__lead .go {
  align-self: start;
  font-size: 1.3rem;
  color: var(--c-muted);
  transition: color 0.2s ease, transform 0.2s ease;
}
.hm2-press__lead:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-md);
}
.hm2-press__lead:hover .img img {
  transform: scale(1.05);
}
.hm2-press__lead:hover .go {
  color: var(--c-primary);
  transform: translate(2px, -2px);
}
@media (max-width: 991.98px) {
  .hm2-press__lead {
    grid-template-columns: 1fr;
  }
  .hm2-press__lead .go {
    display: none;
  }
}

.hm2-press__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 22px;
}
@media (max-width: 991.98px) {
  .hm2-press__cols {
    grid-template-columns: 1fr;
  }
}

.hm2-press__col {
  position: relative;
  padding: 22px clamp(18px, 2.5vw, 30px);
}
.hm2-press__col:not(:last-child) {
  border-right: 1px solid var(--c-line);
}
.hm2-press__col .cat {
  display: inline-block;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--c-primary);
  padding-bottom: 8px;
  border-bottom: 2px solid var(--c-primary);
}
.hm2-press__col b {
  display: block;
  margin-top: 14px;
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: -0.4px;
  font-size: 1.12rem;
  line-height: 1.3;
  color: var(--c-ink);
  transition: color 0.2s ease;
}
.hm2-press__col p {
  margin-top: 8px;
  color: var(--c-body);
  font-size: 0.9rem;
  line-height: 1.6;
}
.hm2-press__col .meta {
  display: block;
  margin-top: 12px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--c-gray);
}
.hm2-press__col:hover b {
  color: var(--c-primary);
}
@media (max-width: 991.98px) {
  .hm2-press__col:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--c-line);
  }
}

.hm2-faq__in2 {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  max-width: calc(var(--container) * 0.62);
}

.hm2-faq__head {
  text-align: center;
}
.hm2-faq__head .hm2-head__eyebrow {
  text-align: center;
}

.hm2-faq__lede {
  margin: 10px auto 0;
  color: var(--c-body);
  max-width: 52ch;
}

.hm2-chat {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 34px;
}

.hm2-chat__q {
  display: flex;
  justify-content: flex-end;
}
.hm2-chat__q span {
  max-width: 78%;
  padding: 14px 20px;
  border-radius: 22px 22px 6px 22px;
  background: var(--grad-cta);
  color: #fff;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.45;
  box-shadow: var(--sh-glow);
}

.hm2-chat__a {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.hm2-chat__a .av {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--c-line);
  display: grid;
  place-items: center;
}
.hm2-chat__a .av img {
  width: 82%;
  height: auto;
  object-fit: contain;
}
.hm2-chat__a > span:last-child {
  max-width: 78%;
  padding: 14px 20px;
  border-radius: 22px 22px 22px 6px;
  background: var(--c-light-2);
  border: 1px solid var(--c-line);
  color: var(--c-body);
  font-size: 0.95rem;
  line-height: 1.6;
}
.hm2-chat__a > span:last-child b {
  color: var(--c-ink);
}
.hm2-chat__a > span:last-child a {
  color: var(--c-primary);
  font-weight: 700;
  text-decoration: underline;
}

.hm2-chat__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.hm2-chat__cta > span {
  font-family: var(--ff-display);
  font-weight: 700;
  color: var(--c-ink);
}
.hm2-chat__cta .btn {
  box-shadow: var(--sh-glow);
}

.hm2-chat__tel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-display);
  font-weight: 800;
  color: var(--c-ink);
}
.hm2-chat__tel i {
  color: var(--c-primary);
}
.hm2-chat__tel:hover {
  color: var(--c-primary);
}

.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(28, 10, 14, 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, 16, 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(28, 10, 14, 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);
}

@media (prefers-reduced-motion: no-preference) {
  html.has-motion [data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: opacity, transform;
  }
  html.has-motion [data-reveal][data-reveal=fade] {
    transform: none;
  }
  html.has-motion [data-reveal][data-reveal=scale] {
    transform: scale(0.94);
  }
  html.has-motion [data-reveal][data-reveal=left] {
    transform: translateX(-36px);
  }
  html.has-motion [data-reveal][data-reveal=right] {
    transform: translateX(36px);
  }
  html.has-motion [data-reveal].is-inview {
    opacity: 1;
    transform: none;
  }
  html.has-motion [data-reveal-stagger] > * {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  html.has-motion [data-reveal-stagger].is-inview > * {
    opacity: 1;
    transform: none;
  }
  html.has-motion [data-reveal-stagger] > :nth-child(1) {
    transition-delay: 0ms;
  }
  html.has-motion [data-reveal-stagger] > :nth-child(2) {
    transition-delay: 70ms;
  }
  html.has-motion [data-reveal-stagger] > :nth-child(3) {
    transition-delay: 140ms;
  }
  html.has-motion [data-reveal-stagger] > :nth-child(4) {
    transition-delay: 210ms;
  }
  html.has-motion [data-reveal-stagger] > :nth-child(5) {
    transition-delay: 280ms;
  }
  html.has-motion [data-reveal-stagger] > :nth-child(6) {
    transition-delay: 350ms;
  }
  html.has-motion [data-reveal-stagger] > :nth-child(7) {
    transition-delay: 420ms;
  }
  html.has-motion [data-reveal-stagger] > :nth-child(8) {
    transition-delay: 490ms;
  }
  html.has-motion [data-reveal-stagger] > :nth-child(9) {
    transition-delay: 560ms;
  }
  html.has-motion [data-reveal-stagger] > :nth-child(10) {
    transition-delay: 630ms;
  }
  html.has-motion [data-reveal-stagger] > :nth-child(11) {
    transition-delay: 700ms;
  }
  html.has-motion [data-reveal-stagger] > :nth-child(12) {
    transition-delay: 770ms;
  }
}
.marquee {
  overflow: hidden;
  user-select: none;
}
.marquee__track {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: marquee-scroll 28s linear infinite;
  padding-block: 18px;
}
.marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  font-family: var(--ff-display);
  font-weight: 700;
  letter-spacing: -0.4px;
}
.marquee__item i {
  color: var(--c-primary);
}
.marquee:hover .marquee__track {
  animation-play-state: paused;
}

@keyframes marquee-scroll {
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee__track {
    animation: none;
    flex-wrap: wrap;
    width: auto;
  }
}
.sticky-donate {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translate(-50%, 140%);
  z-index: 80;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 12px 10px 22px;
  background: rgba(11, 7, 7, 0.88);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r-pill);
  box-shadow: var(--sh-lg);
  color: var(--c-white);
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.sticky-donate.is-on {
  transform: translate(-50%, 0);
}
.sticky-donate__label {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.95rem;
  white-space: nowrap;
}
.sticky-donate .btn {
  box-shadow: var(--sh-glow);
}
@media (max-width: 767.98px) {
  .sticky-donate {
    display: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hover-lift {
    transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.35s;
  }
  .hover-lift:hover {
    transform: translateY(-6px);
    box-shadow: var(--sh-md);
  }
}
.pdx {
  background: var(--c-white);
}

/* ---------- mikro ---------- */
.pdx-eyebrow {
  display: inline-block;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-primary);
}

.pdx-h2 {
  margin-top: 10px;
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: -1px;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  line-height: 1.15;
  color: var(--c-ink);
}
.pdx-h2 em {
  font-style: normal;
  color: var(--c-primary);
}

/* ---------- split hero ---------- */
.pdx-hero {
  background: var(--c-light-2);
  border-bottom: 1px solid var(--c-line);
}

.pdx-hero__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, 60px);
  align-items: center;
  padding-block: clamp(36px, 5vw, 72px);
}

.pdx-gal {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  min-width: 0;
}
/* Tek görselli ürünlerde thumb rayı yok → ana görsel tüm kolonu kaplasın */
.pdx-gal--single {
  grid-template-columns: 1fr;
}

.pdx-gal__thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pdx-gal__t {
  display: block;
  position: relative;
  width: 88px;
  height: 66px;
  border-radius: var(--r-sm);
  overflow: hidden;
  border: 2px solid transparent;
  opacity: 0.75;
  transition: all 0.2s ease;
  padding: 0;
}
.pdx-gal__t img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pdx-gal__t:hover {
  opacity: 1;
}
.pdx-gal__t.is-active {
  border-color: var(--c-primary);
  opacity: 1;
}
.pdx-gal__t .play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(11, 7, 7, 0.45);
  color: #fff;
  font-size: 1.2rem;
}

.pdx-gal__main {
  position: relative;
  display: block;
  border-radius: 24px 24px 24px 120px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--sh-md);
}
.pdx-gal__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.pdx-gal__main:hover img {
  transform: scale(1.03);
}
.pdx-gal__main .zoom {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(11, 7, 7, 0.5);
  color: #fff;
  backdrop-filter: blur(6px);
  font-size: 0.95rem;
}

.pdx-sum {
  min-width: 0;
}

.pdx-crumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  color: var(--c-gray);
  margin-bottom: 18px;
}
.pdx-crumb a {
  color: var(--c-body);
}
.pdx-crumb a:hover {
  color: var(--c-primary);
}
.pdx-crumb i {
  font-size: 0.6rem;
  opacity: 0.5;
}
.pdx-crumb span {
  color: var(--c-primary);
  font-weight: 600;
}

.pdx-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: var(--r-pill);
  background: rgba(228, 7, 47, 0.08);
  border: 1px solid rgba(228, 7, 47, 0.25);
  color: var(--c-primary);
  font-weight: 700;
  font-size: 0.84rem;
}

.pdx-title {
  margin-top: 16px;
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: -1.5px;
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  line-height: 1.08;
  color: var(--c-ink);
}
.pdx-title em {
  font-style: normal;
  color: var(--c-primary);
}

.pdx-lead {
  margin-top: 14px;
  color: var(--c-body);
  font-size: 1.02rem;
  line-height: 1.65;
  max-width: 52ch;
}

.pdx-prog {
  margin-top: 30px;
  max-width: 520px;
}
.pdx-prog .bar {
  position: relative;
  height: 8px;
  border-radius: 8px;
  background: var(--c-line);
}
.pdx-prog .bar i {
  position: absolute;
  inset: 0 auto 0 0;
  border-radius: 8px;
  background: var(--grad-cta);
}
.pdx-prog .bar b {
  position: absolute;
  top: -32px;
  transform: translateX(-50%);
  padding: 3px 9px;
  border-radius: var(--r-pill);
  background: var(--c-primary);
  color: #fff;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.76rem;
}
.pdx-prog .bar b::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 8px;
  height: 8px;
  background: var(--c-primary);
  transform: translateX(-50%) rotate(45deg);
}
.pdx-prog .row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
  font-size: 0.88rem;
  color: var(--c-body);
}
.pdx-prog .row b {
  font-family: var(--ff-display);
  font-weight: 800;
  color: var(--c-ink);
}
.pdx-prog .row .g b {
  color: var(--c-primary);
}

.pdx-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 22px;
  max-width: 520px;
  background: var(--c-line);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  overflow: hidden;
}
.pdx-stats .s {
  background: #fff;
  padding: 12px 10px;
  text-align: center;
}
.pdx-stats .s b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--c-primary);
}
.pdx-stats .s small {
  display: block;
  margin-top: 2px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--c-gray);
}

.pdx-meta {
  display: flex;
  gap: 8px 20px;
  flex-wrap: wrap;
  margin-top: 18px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--c-body);
}
.pdx-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.pdx-meta i {
  color: var(--c-primary);
}

/* ---------- ana grid ---------- */
.pdx-grid {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
  padding-block: clamp(48px, 6vw, 88px);
}

.pdx-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 5vw, 64px);
}

.pdx-block .prose {
  margin-top: 18px;
  color: var(--c-body);
  font-size: 1rem;
  line-height: 1.75;
}
.pdx-block .prose p + p {
  margin-top: 14px;
}
.pdx-block .prose strong {
  color: var(--c-ink);
}

.pdx-quote {
  position: relative;
  margin-top: 26px;
  padding: 26px 28px 26px 64px;
  border-radius: var(--r-lg);
  background: var(--c-cream);
  border-left: 3px solid var(--c-primary);
}
.pdx-quote .mark {
  position: absolute;
  left: 18px;
  top: 4px;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 4rem;
  line-height: 1;
  color: rgba(228, 7, 47, 0.25);
}
.pdx-quote blockquote {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1.12rem;
  line-height: 1.5;
  color: var(--c-ink);
}

.pdx-alloc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.pdx-al {
  position: relative;
  padding: 20px;
  border-radius: var(--r-lg);
  background: var(--c-light-2);
  border: 1px solid var(--c-line);
}
.pdx-al .pct {
  position: absolute;
  top: 14px;
  right: 16px;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: -1px;
  color: transparent;
  -webkit-text-stroke: 1.4px rgba(228, 7, 47, 0.55);
}
.pdx-al .ic {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: var(--r-md);
  background: rgba(228, 7, 47, 0.1);
  color: var(--c-primary);
  font-size: 1.1rem;
}
.pdx-al .t {
  display: block;
  margin-top: 12px;
  font-family: var(--ff-display);
  font-weight: 800;
  color: var(--c-ink);
  font-size: 0.95rem;
}
.pdx-al small {
  display: block;
  margin-top: 4px;
  color: var(--c-body);
  font-size: 0.82rem;
  line-height: 1.5;
}
.pdx-al .track {
  margin-top: 14px;
  height: 5px;
  border-radius: 5px;
  background: var(--c-line);
  overflow: hidden;
}
.pdx-al .track i {
  display: block;
  height: 100%;
  border-radius: 5px;
  background: var(--grad-cta);
}

.pdx-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 26px;
  position: relative;
}
.pdx-flow::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--c-line) 0 8px, transparent 8px 16px);
}

.pdx-fs {
  position: relative;
  text-align: center;
}
.pdx-fs .dot {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--c-primary);
  color: var(--c-primary);
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1rem;
  box-shadow: var(--sh-xs);
}
.pdx-fs b {
  display: block;
  margin-top: 12px;
  font-family: var(--ff-display);
  font-weight: 800;
  color: var(--c-ink);
  font-size: 0.95rem;
}
.pdx-fs p {
  margin-top: 5px;
  color: var(--c-body);
  font-size: 0.84rem;
  line-height: 1.5;
}

.pdx-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 120px;
  gap: 12px;
  margin-top: 22px;
}
.pdx-mosaic a {
  position: relative;
  display: block;
  border-radius: var(--r-md);
  overflow: hidden;
}
.pdx-mosaic a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.pdx-mosaic a:hover img {
  transform: scale(1.06);
}
.pdx-mosaic a:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.pdx-mosaic a .play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(11, 7, 7, 0.4);
  color: #fff;
  font-size: 1.6rem;
}

.pdx-time {
  position: relative;
  margin-top: 24px;
  padding-left: 26px;
}
.pdx-time::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: var(--c-line);
}

.pdx-tl {
  position: relative;
  padding-bottom: 24px;
}
.pdx-tl:last-child {
  padding-bottom: 0;
}
.pdx-tl::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--c-primary);
  box-shadow: 0 0 0 4px rgba(228, 7, 47, 0.12);
}
.pdx-tl .date {
  display: inline-block;
  padding: 4px 12px;
  border-radius: var(--r-pill);
  background: var(--c-light);
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.78rem;
  color: var(--c-primary);
}
.pdx-tl p {
  margin-top: 10px;
  color: var(--c-body);
  font-size: 0.95rem;
  line-height: 1.65;
}

.pdx-acc {
  margin-top: 20px;
}
.pdx-acc .acc-item {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid var(--c-line);
  background: transparent;
  box-shadow: none;
}
.pdx-acc .acc-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 4px;
  font-family: var(--ff-display);
  font-weight: 700;
  color: var(--c-ink);
  font-size: 1rem;
  text-align: left;
}
.pdx-acc .acc-head .ico {
  margin-left: auto;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(228, 7, 47, 0.1);
  color: var(--c-primary);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.pdx-acc .acc-item.is-open .acc-head {
  color: var(--c-primary);
}
.pdx-acc .acc-item.is-open .acc-head .ico {
  transform: rotate(45deg);
  background: var(--c-primary);
  color: #fff;
}
.pdx-acc .acc-body .inner {
  padding: 0 4px 18px;
  color: var(--c-body);
}

/* ---------- sağ: krem panel ---------- */
.pdx-aside {
  position: sticky;
  top: 118px;
}

.pdx-panel {
  position: relative;
  padding: clamp(22px, 2.5vw, 30px);
  border-radius: var(--r-xl);
  background: var(--c-cream);
  border: 1px solid var(--c-line);
  box-shadow: var(--sh-md), 0 24px 60px rgba(228, 7, 47, 0.08);
}

.pdx-panel__head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pdx-panel__head .ic {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: var(--r-md);
  display: grid;
  place-items: center;
  background: var(--grad-cta);
  color: #fff;
  font-size: 1.25rem;
  box-shadow: var(--sh-glow);
}
.pdx-panel__head b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--c-ink);
}
.pdx-panel__head small {
  color: var(--c-gray);
  font-size: 0.84rem;
}

.pdx-panel__lbl {
  margin-top: 20px;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--c-ink);
}

.pdx-panel__amts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.pdx-amt {
  padding: 12px 8px;
  border-radius: var(--r-md);
  background: #fff;
  border: 1.5px solid var(--c-line);
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--c-ink);
  transition: all 0.18s ease;
}
.pdx-amt:hover {
  border-color: rgba(228, 7, 47, 0.45);
}
.pdx-amt.is-active {
  background: rgba(228, 7, 47, 0.08);
  border-color: var(--c-primary);
  color: var(--c-primary);
}

.pdx-panel__field {
  display: flex;
  align-items: center;
  margin-top: 10px;
  border: 1.5px solid var(--c-line);
  border-radius: var(--r-md);
  background: #fff;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.pdx-panel__field:focus-within {
  border-color: var(--c-primary);
}
.pdx-panel__field .cur {
  padding: 0 0 0 16px;
  font-weight: 700;
  color: var(--c-gray);
}
.pdx-panel__field input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 13px 14px;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1rem;
  color: var(--c-ink);
  outline: none;
  -moz-appearance: textfield;
}
.pdx-panel__field input::placeholder {
  color: var(--c-muted);
  font-weight: 600;
}
.pdx-panel__field input::-webkit-outer-spin-button, .pdx-panel__field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pdx-panel .btn {
  margin-top: 14px;
  box-shadow: var(--sh-glow);
}

.pdx-panel__full {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: var(--r-md);
  background: rgba(228, 7, 47, 0.06);
  border: 1px dashed rgba(228, 7, 47, 0.35);
  font-size: 0.84rem;
  color: var(--c-body);
  transition: background 0.2s ease;
}
.pdx-panel__full b {
  color: var(--c-primary);
}
.pdx-panel__full i:first-child {
  color: var(--c-warning);
}
.pdx-panel__full i:last-child {
  margin-left: auto;
  color: var(--c-primary);
}
.pdx-panel__full:hover {
  background: rgba(228, 7, 47, 0.1);
}

.pdx-panel__trust {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--c-line);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--c-body);
}
.pdx-panel__trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.pdx-panel__trust i {
  color: var(--c-primary);
}

.pdx-panel__share {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.pdx-panel__share .lbl {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--c-gray);
  margin-right: auto;
}
.pdx-panel__share a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid var(--c-line);
  color: var(--c-body);
  font-size: 0.9rem;
  transition: all 0.2s ease;
}
.pdx-panel__share a:hover {
  background: var(--c-primary);
  border-color: transparent;
  color: #fff;
}

/* ---------- benzer projeler ---------- */
.pdx-similar {
  padding: clamp(48px, 6vw, 88px) 0;
  background: var(--c-light-2);
}

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

.pdx-similar__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

/* ---------- responsive ---------- */
@media (max-width: 1199.98px) {
  .pdx-hero__in {
    grid-template-columns: 1fr;
  }
  .pdx-grid {
    grid-template-columns: 1fr;
  }
  .pdx-aside {
    position: static;
  }
}
@media (max-width: 991.98px) {
  .pdx-alloc {
    grid-template-columns: 1fr;
  }
  .pdx-flow {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 26px;
  }
  .pdx-flow::before {
    display: none;
  }
  .pdx-mosaic {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .pdx-gal {
    grid-template-columns: 1fr;
  }
  .pdx-gal__thumbs {
    order: 2;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .pdx-gal__main {
    border-radius: 20px 20px 20px 70px;
  }
  .pdx-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
.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, 10, 14, 0.72) 0%, rgba(28, 10, 14, 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;
}

.nwx-lead {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-bottom: clamp(40px, 5vw, 60px);
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}
@media (max-width: 991.98px) {
  .nwx-lead {
    grid-template-columns: 1fr;
  }
}
.nwx-lead .nwx-lead__wm {
  position: absolute;
  left: -1%;
  top: -8%;
  z-index: -1;
  pointer-events: none;
  user-select: none;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(5rem, 13vw, 10rem);
  line-height: 1;
  letter-spacing: -4px;
  color: transparent;
  -webkit-text-stroke: 2px rgba(228, 7, 47, 0.06);
}
.nwx-lead .nwx-lead__body {
  min-width: 0;
}
.nwx-lead .nwx-lead__dateline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--c-gray);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.nwx-lead .nwx-lead__dateline .rule {
  width: 42px;
  height: 3px;
  border-radius: 3px;
  background: var(--grad-cta);
}
.nwx-lead .nwx-lead__dateline .cat {
  padding: 5px 13px;
  border-radius: var(--r-pill);
  background: rgba(228, 7, 47, 0.08);
  border: 1px solid rgba(228, 7, 47, 0.24);
  color: var(--c-primary);
}
.nwx-lead .nwx-lead__dateline span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nwx-lead .nwx-lead__dateline i {
  color: var(--c-primary);
}
.nwx-lead h2 {
  margin-top: 18px;
  font-size: clamp(1.8rem, 3.6vw, 2.9rem);
  line-height: 1.1;
  letter-spacing: -1px;
}
.nwx-lead h2 a {
  color: var(--c-ink);
  transition: color 0.2s ease;
}
.nwx-lead h2 a em {
  font-style: normal;
  color: var(--c-primary);
}
.nwx-lead h2 a:hover {
  color: var(--c-primary);
}
.nwx-lead p {
  margin-top: 16px;
  color: var(--c-body);
  font-size: 1.04rem;
  line-height: 1.7;
  max-width: 56ch;
}
.nwx-lead .nwx-lead__foot {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.nwx-lead .nwx-lead__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16/11;
  border-radius: var(--r-xl) var(--r-xl) 120px var(--r-xl);
  box-shadow: var(--sh-lg), 0 24px 56px rgba(228, 7, 47, 0.1);
}
.nwx-lead .nwx-lead__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.nwx-lead .nwx-lead__media:hover img {
  transform: scale(1.05);
}
.nwx-lead .nwx-lead__flag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--c-primary);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  padding: 7px 14px;
  border-radius: var(--r-pill);
  box-shadow: var(--sh-sm);
}

.nwx-rows {
  display: flex;
  flex-direction: column;
}

.nwx-row {
  display: grid;
  grid-template-columns: 74px 1fr 170px 48px;
  gap: clamp(14px, 2vw, 26px);
  align-items: center;
  padding: 22px 4px;
  border-bottom: 1px solid var(--c-line);
}
.nwx-row:first-child {
  border-top: 1px solid var(--c-line);
}
.nwx-row .nwx-row__date {
  align-self: start;
  text-align: center;
  padding: 10px 8px 12px;
  border-radius: var(--r-md) var(--r-md) var(--r-md) 26px;
  background: var(--c-light-2);
  border: 1px solid var(--c-line);
}
.nwx-row .nwx-row__date b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--c-ink);
}
.nwx-row .nwx-row__date small {
  display: block;
  margin-top: 3px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--c-gray);
  line-height: 1.3;
}
.nwx-row .nwx-row__body {
  min-width: 0;
}
.nwx-row .nwx-row__cat {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-primary);
}
.nwx-row .nwx-row__cat--acil {
  color: #fff;
  background: var(--c-primary);
  padding: 3px 10px;
  border-radius: var(--r-pill);
}
.nwx-row h3 {
  margin-top: 7px;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  line-height: 1.25;
}
.nwx-row h3 a {
  color: var(--c-ink);
  transition: color 0.2s ease;
}
.nwx-row h3 a:hover {
  color: var(--c-primary);
}
.nwx-row p {
  margin-top: 8px;
  color: var(--c-body);
  font-size: 0.94rem;
  line-height: 1.6;
  max-width: 62ch;
}
.nwx-row .nwx-row__thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/11;
  border-radius: var(--r-md) 40px var(--r-md) var(--r-md);
}
.nwx-row .nwx-row__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}
.nwx-row .nwx-row__go {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c-white);
  border: 1.5px solid var(--c-line);
  color: var(--c-ink);
  font-size: 1.05rem;
  transition: all 0.25s ease;
}
.nwx-row:hover .nwx-row__thumb img {
  transform: scale(1.07);
}
.nwx-row:hover .nwx-row__go {
  background: var(--c-primary);
  border-color: transparent;
  color: #fff;
  transform: rotate(45deg);
  box-shadow: var(--sh-glow);
}
.nwx-row:hover .nwx-row__date {
  border-color: rgba(228, 7, 47, 0.3);
}
.nwx-row:hover .nwx-row__date b {
  color: var(--c-primary);
}
@media (max-width: 991.98px) {
  .nwx-row {
    grid-template-columns: 64px 1fr 48px;
  }
  .nwx-row .nwx-row__thumb {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .nwx-row {
    grid-template-columns: 1fr 48px;
  }
  .nwx-row .nwx-row__date {
    display: none;
  }
}

.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, 107, 127, 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,
.blx-intro .sr-only,
.blx-sub .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;
}

.blx-intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(36px, 5vw, 52px);
}
.blx-intro .blx-intro__title {
  margin-top: 14px;
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  line-height: 1.15;
  letter-spacing: -1px;
}
.blx-intro > p {
  margin-top: 16px;
  color: var(--c-body);
  font-size: 1.05rem;
  line-height: 1.75;
}

.blx-intro__facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.blx-fact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: var(--r-pill);
  border: 1.5px dashed rgba(228, 7, 47, 0.3);
  background: rgba(228, 7, 47, 0.04);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--c-body);
}
.blx-fact i {
  color: var(--c-primary);
}
.blx-fact b {
  font-family: var(--ff-display);
  font-weight: 800;
  color: var(--c-ink);
}

.blx-cover {
  position: relative;
  margin-bottom: clamp(48px, 6vw, 72px);
}
.blx-cover .blx-cover__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 21/9;
  border-radius: var(--r-xl) var(--r-xl) var(--r-xl) 120px;
}
.blx-cover .blx-cover__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.blx-cover .blx-cover__media:hover img {
  transform: scale(1.04);
}
@media (max-width: 767.98px) {
  .blx-cover .blx-cover__media {
    aspect-ratio: 16/10;
    border-bottom-left-radius: var(--r-xl);
  }
}
.blx-cover .blx-cover__ribbon {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--c-primary);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  padding: 8px 15px;
  border-radius: var(--r-pill);
  box-shadow: var(--sh-sm);
}
.blx-cover .blx-cover__panel {
  position: relative;
  z-index: 2;
  margin: -90px auto 0;
  max-width: 720px;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: 60px var(--r-xl) var(--r-xl) var(--r-xl);
  padding: clamp(24px, 3.4vw, 40px);
  box-shadow: var(--sh-lg);
}
@media (max-width: 767.98px) {
  .blx-cover .blx-cover__panel {
    margin-top: -40px;
    border-top-left-radius: 40px;
  }
}
.blx-cover .blx-cover__panel h2 {
  margin-top: 10px;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  line-height: 1.2;
}
.blx-cover .blx-cover__panel h2 a {
  color: var(--c-ink);
  transition: color 0.2s ease;
}
.blx-cover .blx-cover__panel h2 a:hover {
  color: var(--c-primary);
}
.blx-cover .blx-cover__panel p {
  margin-top: 12px;
  color: var(--c-body);
  font-size: 1rem;
  line-height: 1.7;
}
.blx-cover .blx-cover__panel .btn {
  margin-top: 20px;
}
.blx-cover .blx-cover__cat {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-primary);
  padding: 5px 13px;
  border-radius: var(--r-pill);
  background: rgba(228, 7, 47, 0.08);
  border: 1px solid rgba(228, 7, 47, 0.24);
}
.blx-cover .blx-cover__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 16px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--c-gray);
}
.blx-cover .blx-cover__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.blx-cover .blx-cover__meta i {
  color: var(--c-primary);
}

.blx-spine {
  position: relative;
  padding-left: 30px;
}
.blx-spine::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 14px;
  bottom: 14px;
  border-left: 2px dashed rgba(228, 7, 47, 0.25);
}
@media (max-width: 575.98px) {
  .blx-spine {
    padding-left: 0;
  }
  .blx-spine::before {
    display: none;
  }
}

.blx-entry {
  position: relative;
  padding-bottom: 22px;
}
.blx-entry:last-child {
  padding-bottom: 0;
}
.blx-entry .blx-entry__dot {
  position: absolute;
  left: -30px;
  top: 26px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--c-white);
  border: 4px solid var(--c-primary);
  box-shadow: 0 0 0 4px rgba(228, 7, 47, 0.12);
}
@media (max-width: 575.98px) {
  .blx-entry .blx-entry__dot {
    display: none;
  }
}
.blx-entry .blx-entry__card {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg) var(--r-lg) var(--r-lg) 40px;
  padding: 20px 22px;
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}
.blx-entry:hover .blx-entry__card {
  transform: translateX(6px);
  box-shadow: var(--sh-md);
  border-color: rgba(228, 7, 47, 0.25);
}
.blx-entry:hover .blx-entry__dot {
  background: var(--c-primary);
}
.blx-entry .blx-entry__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding-bottom: 12px;
  margin-bottom: 14px;
  border-bottom: 1px dashed var(--c-line);
}
.blx-entry .blx-entry__head .cat {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-primary);
}
.blx-entry .blx-entry__head .d {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--c-gray);
}
.blx-entry .blx-entry__grid {
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 18px;
  align-items: center;
}
@media (max-width: 575.98px) {
  .blx-entry .blx-entry__grid {
    grid-template-columns: 1fr;
  }
}
.blx-entry h3 {
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  line-height: 1.3;
}
.blx-entry h3 a {
  color: var(--c-ink);
  transition: color 0.2s ease;
}
.blx-entry h3 a:hover {
  color: var(--c-primary);
}
.blx-entry .blx-entry__tx p {
  margin-top: 8px;
  color: var(--c-body);
  font-size: 0.93rem;
  line-height: 1.62;
}
.blx-entry .blx-entry__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin-top: 12px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--c-gray);
}
.blx-entry .blx-entry__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.blx-entry .blx-entry__meta i {
  color: var(--c-primary);
}
.blx-entry .blx-entry__thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
  border-radius: var(--r-md) 36px var(--r-md) var(--r-md);
}
.blx-entry .blx-entry__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.blx-entry .blx-entry__thumb:hover img {
  transform: scale(1.08);
}

.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, 107, 127, 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);
  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-white);
}
.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);
}

.blx-sub {
  margin-top: clamp(48px, 6vw, 72px);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 36px);
  flex-wrap: wrap;
  background: var(--c-cream);
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl) var(--r-xl) 90px var(--r-xl);
  padding: clamp(26px, 4vw, 44px) clamp(24px, 4vw, 48px);
}
.blx-sub::before {
  content: "";
  position: absolute;
  top: -46%;
  right: -8%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(228, 7, 47, 0.08), transparent 65%);
  pointer-events: none;
}
.blx-sub > * {
  position: relative;
}

.blx-sub__ic {
  flex: 0 0 auto;
  width: 84px;
  height: 84px;
  border-radius: 28px 28px 28px 8px;
  display: grid;
  place-items: center;
  background: var(--grad-cta);
  color: #fff;
  font-size: 2.2rem;
  box-shadow: var(--sh-glow);
}

.blx-sub__tx {
  flex: 1 1 300px;
}
.blx-sub__tx h2 {
  margin-top: 8px;
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  color: var(--c-ink);
}
.blx-sub__tx p {
  margin-top: 8px;
  color: var(--c-body);
  max-width: 52ch;
}

.blx-sub__form {
  flex: 1 1 320px;
  display: flex;
  gap: 10px;
}
.blx-sub__form input {
  flex: 1;
  min-width: 0;
  padding: 15px 18px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--c-line);
  background: var(--c-white);
  color: var(--c-ink);
  font-family: var(--ff-body);
  font-size: 0.95rem;
}
.blx-sub__form input::placeholder {
  color: var(--c-gray);
}
.blx-sub__form input:focus {
  outline: none;
  border-color: var(--c-primary);
  box-shadow: 0 0 0 3px rgba(228, 7, 47, 0.1);
}
.blx-sub__form .btn {
  flex: 0 0 auto;
}
@media (max-width: 575.98px) {
  .blx-sub__form {
    flex-direction: column;
  }
}

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

.vd .vd-count {
  color: var(--c-gray);
  font-weight: 600;
  font-size: 0.92rem;
  margin: 0;
  white-space: nowrap;
}

.vdx-cine {
  display: grid;
  grid-template-columns: 1.55fr 0.85fr;
  gap: clamp(18px, 2.5vw, 30px);
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .vdx-cine {
    grid-template-columns: 1fr;
  }
}

.vdx-cine__main {
  position: relative;
  display: block;
  overflow: hidden;
  isolation: isolate;
  min-height: 420px;
  border-radius: var(--r-xl) var(--r-xl) var(--r-xl) 120px;
}
.vdx-cine__main img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.vdx-cine__main::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(11, 7, 7, 0.82), rgba(11, 7, 7, 0.06) 58%);
}
.vdx-cine__main:hover img {
  transform: scale(1.04);
}
.vdx-cine__main:hover .vdx-cine__play {
  background: var(--c-primary);
  color: #fff;
  transform: translate(-50%, -50%) scale(1.08);
}
.vdx-cine__main:focus-visible {
  outline: 3px solid var(--c-primary);
  outline-offset: 3px;
}

.vdx-cine__play {
  position: absolute;
  z-index: 2;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.94);
  color: var(--c-primary);
  font-size: 2.1rem;
  box-shadow: 0 16px 40px rgba(11, 7, 7, 0.3);
  transition: all 0.3s ease;
}

.vdx-cine__cap {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(22px, 3vw, 36px) clamp(22px, 3vw, 40px) clamp(20px, 2.6vw, 30px) clamp(90px, 9vw, 130px);
}
.vdx-cine__cap b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  color: #fff;
  font-size: clamp(1.3rem, 2.4vw, 1.9rem);
  line-height: 1.2;
}
.vdx-cine__cap small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.96rem;
  max-width: 52ch;
}

.vdx-cine__tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  padding: 6px 14px;
  border-radius: var(--r-pill);
  background: var(--c-primary);
  color: #fff;
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.vdx-cine__tag i {
  animation: vdx-rec 1.6s ease-in-out infinite;
}

@keyframes vdx-rec {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.vdx-cine__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 12px;
  font-size: 0.84rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}
.vdx-cine__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.vdx-cine__meta i {
  color: var(--c-tertiary);
}

.vdx-queue {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl);
  padding: 8px 18px;
  box-shadow: var(--sh-sm);
}

.vdx-queue__head {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 14px 4px;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-ink);
  border-bottom: 1px solid var(--c-line);
}
.vdx-queue__head i {
  color: var(--c-primary);
  font-size: 1rem;
}

.vdx-queue__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 4px;
  flex: 1;
}
.vdx-queue__item:not(:last-of-type) {
  border-bottom: 1px dashed var(--c-line);
}
.vdx-queue__item:hover .vdx-queue__n {
  color: var(--c-primary);
  -webkit-text-stroke-color: rgba(228, 7, 47, 0.55);
}
.vdx-queue__item:hover .vdx-queue__thumb img {
  transform: scale(1.08);
}
.vdx-queue__item:hover .vdx-queue__thumb i {
  opacity: 1;
}
.vdx-queue__item:hover .vdx-queue__tx b {
  color: var(--c-primary);
}

.vdx-queue__n {
  flex: 0 0 auto;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(20, 16, 16, 0.3);
  transition: all 0.25s ease;
}

.vdx-queue__thumb {
  position: relative;
  flex: 0 0 auto;
  width: 92px;
  aspect-ratio: 16/11;
  overflow: hidden;
  border-radius: var(--r-sm) var(--r-sm) var(--r-sm) 26px;
}
.vdx-queue__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.vdx-queue__thumb i {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.4rem;
  background: rgba(11, 7, 7, 0.4);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.vdx-queue__tx {
  min-width: 0;
}
.vdx-queue__tx em {
  display: block;
  font-style: normal;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-primary);
}
.vdx-queue__tx b {
  display: block;
  margin-top: 3px;
  font-size: 0.96rem;
  line-height: 1.3;
  color: var(--c-ink);
  transition: color 0.2s ease;
}
.vdx-queue__tx small {
  display: block;
  margin-top: 4px;
  font-size: 0.8rem;
  color: var(--c-gray);
  font-weight: 600;
}

.vdx-queue__all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 4px 0 10px;
  padding: 12px;
  border-radius: var(--r-md);
  border: 1.5px dashed var(--c-line);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--c-body);
  transition: all 0.25s ease;
}
.vdx-queue__all:hover {
  border-color: var(--c-primary);
  color: var(--c-primary);
  background: rgba(228, 7, 47, 0.04);
}

.vdx-dock {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 2px 14px;
  margin-bottom: 26px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.vdx-dock::-webkit-scrollbar {
  display: none;
}

.vdx-dock__chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: var(--r-pill);
  background: #fff;
  border: 1.5px solid var(--c-line);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--c-body);
  white-space: nowrap;
  transition: all 0.22s ease;
}
.vdx-dock__chip i {
  color: var(--c-primary);
}
.vdx-dock__chip:hover {
  border-color: rgba(228, 7, 47, 0.4);
  color: var(--c-ink);
  transform: translateY(-2px);
}
.vdx-dock__chip.is-active {
  background: var(--grad-cta);
  border-color: transparent;
  color: #fff;
  box-shadow: var(--sh-glow);
}
.vdx-dock__chip.is-active i {
  color: #fff;
}

.vdx-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  gap: 24px;
}
.vdx-grid > .vdx-card:nth-of-type(5n + 1) {
  grid-column: span 2;
}
.vdx-grid > .vdx-card:nth-of-type(5n + 1) .vdx-card__media {
  aspect-ratio: 21/10;
}
@media (max-width: 991.98px) {
  .vdx-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .vdx-grid > .vdx-card:nth-of-type(5n + 1) {
    grid-column: span 2;
  }
}
@media (max-width: 767.98px) {
  .vdx-grid {
    grid-template-columns: 1fr;
  }
  .vdx-grid > .vdx-card:nth-of-type(5n + 1) {
    grid-column: auto;
  }
  .vdx-grid > .vdx-card:nth-of-type(5n + 1) .vdx-card__media {
    aspect-ratio: 16/10;
  }
}

.vdx-card {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.vdx-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: var(--r-lg) var(--r-lg) var(--r-lg) 60px;
}
.vdx-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.vdx-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11, 7, 7, 0.4), transparent 52%);
}
.vdx-card__cat {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.92);
  color: var(--c-ink);
  font-weight: 700;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 6px 12px;
  border-radius: var(--r-pill);
}
.vdx-card__play {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  color: var(--c-primary);
  font-size: 1.25rem;
  transition: all 0.28s ease;
}
.vdx-card__body {
  position: relative;
  padding: 16px 6px 4px;
}
.vdx-card__body b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.32;
  color: var(--c-ink);
  transition: color 0.2s ease;
}
.vdx-card__dur {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--c-primary);
  letter-spacing: 0.04em;
}
.vdx-card__dur i {
  font-size: 0.84rem;
}
.vdx-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 16px;
  margin-top: 8px;
  font-size: 0.84rem;
  color: var(--c-gray);
  font-weight: 600;
}
.vdx-card__meta > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.vdx-card__meta i {
  color: var(--c-primary);
}
.vdx-card:hover .vdx-card__media img {
  transform: scale(1.06);
}
.vdx-card:hover .vdx-card__play {
  background: var(--c-primary);
  color: #fff;
  transform: scale(1.08);
}
.vdx-card:hover .vdx-card__body b {
  color: var(--c-primary);
}
.vdx-card:focus-visible {
  outline: 3px solid var(--c-primary);
  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;
}

.vdx-proof {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--c-cream);
}
.vdx-proof__wm {
  position: absolute;
  right: -2%;
  bottom: -6%;
  z-index: -1;
  pointer-events: none;
  user-select: none;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(6rem, 16vw, 14rem);
  line-height: 1;
  letter-spacing: -4px;
  color: transparent;
  -webkit-text-stroke: 2px rgba(228, 7, 47, 0.07);
}
.vdx-proof__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
@media (max-width: 991.98px) {
  .vdx-proof__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
.vdx-proof__copy p {
  color: var(--c-body);
  font-size: 1.04rem;
  line-height: 1.65;
  margin-top: 14px;
  max-width: 56ch;
}
.vdx-proof__list {
  list-style: none;
  margin: 24px 0 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.vdx-proof__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--c-ink);
  font-weight: 500;
  line-height: 1.45;
}
.vdx-proof__list i {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(228, 7, 47, 0.1);
  color: var(--c-primary);
  font-size: 1rem;
}
.vdx-proof__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.vdx-proof__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 575.98px) {
  .vdx-proof__stats {
    grid-template-columns: 1fr;
  }
}

.vdx-plate {
  background: #fff;
  border: 1px solid var(--c-line);
  padding: 26px 22px;
  text-align: center;
  border-radius: var(--r-lg);
}
.vdx-plate:nth-child(1) {
  border-radius: var(--r-lg) var(--r-lg) var(--r-lg) 50px;
}
.vdx-plate:nth-child(4) {
  border-radius: 50px var(--r-lg) var(--r-lg) var(--r-lg);
}
.vdx-plate b {
  display: block;
  font-family: var(--ff-display);
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  font-weight: 800;
  color: var(--c-primary);
  line-height: 1;
}
.vdx-plate span {
  display: block;
  margin-top: 8px;
  font-size: 0.88rem;
  color: var(--c-body);
  font-weight: 600;
}

.vdx-tube {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 36px);
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl) var(--r-xl) var(--r-xl) 90px;
  padding: clamp(26px, 4vw, 44px) clamp(24px, 4vw, 48px);
  box-shadow: var(--sh-md);
  position: relative;
  overflow: hidden;
}
.vdx-tube::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -6%;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(228, 7, 47, 0.09), transparent 65%);
  pointer-events: none;
}
.vdx-tube > * {
  position: relative;
}

.vdx-tube__ic {
  flex: 0 0 auto;
  width: 92px;
  height: 92px;
  border-radius: 30px 30px 30px 8px;
  display: grid;
  place-items: center;
  background: var(--grad-cta);
  color: #fff;
  font-size: 2.6rem;
  box-shadow: var(--sh-glow);
  transition: transform 0.25s ease;
}
.vdx-tube__ic:hover {
  transform: rotate(-6deg) scale(1.05);
}

.vdx-tube__tx {
  flex: 1 1 320px;
}
.vdx-tube__tx h2 {
  font-size: clamp(1.4rem, 2.6vw, 2rem);
}
.vdx-tube__tx h2 a {
  color: var(--c-ink);
  transition: color 0.2s ease;
}
.vdx-tube__tx h2 a:hover {
  color: var(--c-primary);
}
.vdx-tube__tx p {
  margin-top: 8px;
  color: var(--c-body);
  max-width: 52ch;
}

.vdx-tube__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.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(228, 7, 47, 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;
  }
}
.ctx-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(36px, 5vw, 56px);
}
.ctx-intro .desc {
  color: var(--c-body);
  font-size: 1.06rem;
  margin-top: 16px;
}

.ctx-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl) var(--r-xl) var(--r-xl) 70px;
  box-shadow: var(--sh-sm);
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .ctx-strip {
    grid-template-columns: 1fr;
    border-bottom-left-radius: var(--r-xl);
  }
}

.ctx-strip__cell {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: clamp(22px, 3vw, 32px) clamp(20px, 2.6vw, 30px);
  transition: background 0.25s ease;
}
.ctx-strip__cell:not(:first-child) {
  border-left: 2px dashed var(--c-line);
}
@media (max-width: 991.98px) {
  .ctx-strip__cell:not(:first-child) {
    border-left: 0;
    border-top: 2px dashed var(--c-line);
  }
}
.ctx-strip__cell:hover {
  background: rgba(228, 7, 47, 0.04);
}
.ctx-strip__cell:hover .ctx-strip__ic {
  background: var(--c-primary);
  color: #fff;
  transform: rotate(-6deg) scale(1.06);
}
.ctx-strip__cell:hover .ctx-strip__tx em i {
  transform: translateX(4px);
}

.ctx-strip__ic {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border-radius: 18px 18px 18px 6px;
  display: grid;
  place-items: center;
  background: rgba(228, 7, 47, 0.09);
  color: var(--c-primary);
  font-size: 1.35rem;
  transition: all 0.28s ease;
}

.ctx-strip__tx {
  min-width: 0;
}
.ctx-strip__tx b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.06rem;
  color: var(--c-ink);
}
.ctx-strip__tx small {
  display: block;
  margin-top: 5px;
  font-size: 0.88rem;
  color: var(--c-body);
  line-height: 1.5;
}
.ctx-strip__tx em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--c-primary);
}
.ctx-strip__tx em i {
  transition: transform 0.2s ease;
}

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

.ctx-form {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl) var(--r-xl) var(--r-xl) 90px;
  box-shadow: var(--sh-md);
  padding: clamp(24px, 3.4vw, 40px) clamp(22px, 3.4vw, 42px) clamp(30px, 4vw, 48px);
}

.ctx-form__head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 26px;
  padding-bottom: 20px;
  border-bottom: 2px dashed var(--c-line);
}
.ctx-form__head h2 {
  font-size: 1.5rem;
  margin-bottom: 4px;
}

.ctx-form__ic {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 18px 18px 18px 6px;
  display: grid;
  place-items: center;
  background: var(--grad-cta);
  color: #fff;
  font-size: 1.3rem;
  box-shadow: var(--sh-glow);
}

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

.ctx-map {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-xl) 70px var(--r-xl) var(--r-xl);
  border: 1px solid var(--c-line);
  box-shadow: var(--sh-sm);
}
.ctx-map iframe {
  display: block;
  width: 100%;
  min-height: 280px;
  border: 0;
}

.ctx-map__pill {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.84rem;
  background: rgba(255, 255, 255, 0.95);
  color: var(--c-success);
  box-shadow: var(--sh-sm);
}
.ctx-map__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);
  animation: ctx-pulse 1.8s ease-in-out infinite;
}

@keyframes ctx-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.ctx-hours {
  background: var(--c-cream);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 24px 26px;
}
.ctx-hours h3 {
  font-size: 1.12rem;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.ctx-hours h3 i {
  color: var(--c-primary);
}

.ctx-hours__list {
  display: flex;
  flex-direction: column;
}

.ctx-hours__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 2px dashed var(--c-line);
  font-size: 0.95rem;
}
.ctx-hours__row:last-child {
  border-bottom: 0;
}
.ctx-hours__row .day {
  color: var(--c-body);
}
.ctx-hours__row .val {
  font-family: var(--ff-display);
  font-weight: 800;
  color: var(--c-ink);
}
.ctx-hours__row.is-closed .val {
  color: var(--c-gray);
}

.ctx-hours__note {
  margin: 10px 0 0;
  font-size: 0.84rem;
  color: var(--c-gray);
}
.ctx-hours__note i {
  color: var(--c-primary);
  margin-right: 5px;
}

.ctx-direct {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg) var(--r-lg) 50px var(--r-lg);
  padding: 24px 26px;
  box-shadow: var(--sh-sm);
}
.ctx-direct h3 {
  font-size: 1.12rem;
  margin-bottom: 6px;
}
.ctx-direct > p {
  color: var(--c-body);
  font-size: 0.92rem;
  margin-bottom: 16px;
}

.ctx-direct__row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 14px;
  border-radius: var(--r-md);
  border: 1.5px solid var(--c-line);
  background: var(--c-light-2);
  transition: all 0.25s ease;
}
.ctx-direct__row + .ctx-direct__row {
  margin-top: 10px;
}
.ctx-direct__row .ic {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 14px 14px 14px 5px;
  display: grid;
  place-items: center;
  background: var(--c-white);
  color: var(--c-primary);
  font-size: 1.2rem;
  box-shadow: var(--sh-xs);
}
.ctx-direct__row .tx {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  min-width: 0;
  flex: 1;
}
.ctx-direct__row .tx .k {
  color: var(--c-gray);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.ctx-direct__row .tx .v {
  color: var(--c-ink);
  font-weight: 700;
  font-size: 0.96rem;
  overflow-wrap: anywhere;
}
.ctx-direct__row .go {
  color: var(--c-gray);
  transition: all 0.25s ease;
}
.ctx-direct__row:hover {
  border-color: rgba(228, 7, 47, 0.35);
  background: rgba(228, 7, 47, 0.04);
}
.ctx-direct__row:hover .go {
  color: var(--c-primary);
  transform: translate(2px, -2px);
}
.ctx-direct__row--wa:hover {
  border-color: color-mix(in srgb, var(--c-success) 45%, transparent);
  background: color-mix(in srgb, var(--c-success) 6%, transparent);
}
.ctx-direct__row--wa:hover .go {
  color: var(--c-success);
}

.ctx-direct__social {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 2px dashed var(--c-line);
}
.ctx-direct__social a {
  width: 44px;
  height: 44px;
  border-radius: 14px 14px 14px 5px;
  display: grid;
  place-items: center;
  background: var(--c-light-2);
  border: 1px solid var(--c-line);
  color: var(--c-body);
  font-size: 1.15rem;
  transition: all 0.25s ease;
}
.ctx-direct__social a:hover {
  background: var(--c-primary);
  border-color: transparent;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: var(--sh-glow);
}

.ctx-faq {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  background: var(--c-cream);
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl) var(--r-xl) 90px var(--r-xl);
  padding: clamp(30px, 4.5vw, 52px) clamp(26px, 4.5vw, 56px);
}
.ctx-faq::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -6%;
  width: 420px;
  height: 420px;
  z-index: -1;
  background: radial-gradient(circle, rgba(228, 7, 47, 0.08), transparent 65%);
}

.ctx-faq__wm {
  position: absolute;
  right: 4%;
  bottom: -22%;
  z-index: -1;
  pointer-events: none;
  user-select: none;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(8rem, 18vw, 16rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 3px rgba(228, 7, 47, 0.1);
}

.ctx-faq__tx {
  max-width: 56ch;
}
.ctx-faq__tx h2 {
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  color: var(--c-ink);
}
.ctx-faq__tx p {
  margin-top: 10px;
  color: var(--c-body);
}

.ctx-faq__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

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

/* ---------- ortak mikro ---------- */
.ddx-eyebrow {
  display: inline-block;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-primary);
}

.ddx-h2 {
  margin-top: 10px;
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: -1px;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  line-height: 1.15;
  color: var(--c-ink);
}
.ddx-h2 em {
  font-style: normal;
  color: var(--c-primary);
}

.ddx-note {
  margin-top: 10px;
  color: var(--c-body);
  font-size: 0.98rem;
  max-width: 56ch;
}

/* ---------- açık split hero ---------- */
.ddx-hero {
  background: var(--c-light-2);
  border-bottom: 1px solid var(--c-line);
  overflow: hidden;
}

.ddx-hero__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, 64px);
  align-items: center;
  padding-block: clamp(40px, 5.5vw, 80px);
}

.ddx-hero__lead-col {
  min-width: 0;
}

.ddx-crumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  color: var(--c-gray);
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.ddx-crumb a {
  color: var(--c-body);
}
.ddx-crumb a:hover {
  color: var(--c-primary);
}
.ddx-crumb i {
  font-size: 0.6rem;
  opacity: 0.5;
}
.ddx-crumb span {
  color: var(--c-primary);
  font-weight: 600;
}

.ddx-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: var(--r-pill);
  background: rgba(228, 7, 47, 0.08);
  border: 1px solid rgba(228, 7, 47, 0.25);
  color: var(--c-primary);
  font-weight: 700;
  font-size: 0.84rem;
}

.ddx-hero__title {
  margin-top: 16px;
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: -1.8px;
  font-size: clamp(2.1rem, 4.2vw, 3.3rem);
  line-height: 1.06;
  color: var(--c-ink);
  max-width: 16ch;
}
.ddx-hero__title em {
  font-style: normal;
  color: var(--c-primary);
}

.ddx-hero__lead {
  margin-top: 14px;
  max-width: 54ch;
  color: var(--c-body);
  font-size: 1.02rem;
  line-height: 1.65;
}

.ddx-hero__meta {
  display: flex;
  gap: 8px 20px;
  flex-wrap: wrap;
  margin-top: 18px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--c-body);
}
.ddx-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.ddx-hero__meta i {
  color: var(--c-primary);
}

.ddx-hero__prog {
  max-width: 520px;
  margin-top: 34px;
}
.ddx-hero__prog .bar {
  position: relative;
  height: 8px;
  border-radius: 8px;
  background: var(--c-line);
}
.ddx-hero__prog .bar i {
  position: absolute;
  inset: 0 auto 0 0;
  border-radius: 8px;
  background: var(--grad-cta);
}
.ddx-hero__prog .bar b {
  position: absolute;
  top: -32px;
  transform: translateX(-50%);
  padding: 3px 9px;
  border-radius: var(--r-pill);
  background: var(--c-primary);
  color: #fff;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.76rem;
}
.ddx-hero__prog .bar b::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 8px;
  height: 8px;
  background: var(--c-primary);
  transform: translateX(-50%) rotate(45deg);
}
.ddx-hero__prog .row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
  font-size: 0.88rem;
  color: var(--c-body);
}
.ddx-hero__prog .row b {
  font-family: var(--ff-display);
  font-weight: 800;
  color: var(--c-ink);
}
.ddx-hero__prog .row .g b {
  color: var(--c-primary);
}

.ddx-hero__media {
  position: relative;
}
.ddx-hero__media img {
  width: 100%;
  aspect-ratio: 4/3.4;
  object-fit: cover;
  display: block;
  border-radius: 28px 28px 28px 150px;
  box-shadow: var(--sh-md);
}

.ddx-hero__chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border: 1px solid var(--c-line);
  box-shadow: var(--sh-sm);
  font-size: 0.84rem;
  color: var(--c-body);
}
.ddx-hero__chip i {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(228, 7, 47, 0.1);
  color: var(--c-primary);
  font-size: 0.95rem;
}
.ddx-hero__chip b {
  font-family: var(--ff-display);
  font-weight: 800;
  color: var(--c-ink);
}

.ddx-hero__chip--a {
  top: 22px;
  left: -18px;
}

.ddx-hero__chip--b {
  bottom: 30px;
  right: -10px;
}

/* ---------- ana grid ---------- */
.ddx-grid {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
  padding-block: clamp(48px, 6vw, 88px);
}

.ddx-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 5vw, 64px);
}

/* ---------- içerik blokları ---------- */
.ddx-block .prose {
  margin-top: 18px;
  color: var(--c-body);
  font-size: 1rem;
  line-height: 1.75;
}
.ddx-block .prose p + p {
  margin-top: 14px;
}
.ddx-block .prose strong {
  color: var(--c-ink);
}

.ddx-quote {
  position: relative;
  margin-top: 26px;
  padding: 26px 28px 26px 64px;
  border-radius: var(--r-lg);
  background: var(--c-cream);
  border-left: 3px solid var(--c-primary);
}
.ddx-quote .mark {
  position: absolute;
  left: 18px;
  top: 4px;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 4rem;
  line-height: 1;
  color: rgba(228, 7, 47, 0.25);
}
.ddx-quote blockquote {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1.12rem;
  line-height: 1.5;
  color: var(--c-ink);
}

.ddx-tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.ddx-tile {
  padding: 20px;
  border-radius: var(--r-lg);
  background: var(--c-light-2);
  border: 1px solid var(--c-line);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.ddx-tile i {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: var(--r-md);
  background: rgba(228, 7, 47, 0.1);
  color: var(--c-primary);
  font-size: 1.15rem;
}
.ddx-tile b {
  display: block;
  margin-top: 12px;
  font-family: var(--ff-display);
  font-weight: 800;
  color: var(--c-ink);
  font-size: 0.98rem;
}
.ddx-tile small {
  display: block;
  margin-top: 5px;
  color: var(--c-body);
  font-size: 0.86rem;
  line-height: 1.5;
}
.ddx-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-sm);
  border-color: rgba(228, 7, 47, 0.3);
}

.ddx-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 130px;
  gap: 12px;
  margin-top: 22px;
}
.ddx-mosaic a {
  position: relative;
  display: block;
  border-radius: var(--r-md);
  overflow: hidden;
}
.ddx-mosaic a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.ddx-mosaic a:hover img {
  transform: scale(1.06);
}
.ddx-mosaic .m-big {
  grid-column: span 2;
  grid-row: span 2;
  border-radius: 90px var(--r-md) var(--r-md) var(--r-md);
}
.ddx-mosaic .m-big .zoom {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(11, 7, 7, 0.55);
  color: #fff;
  backdrop-filter: blur(6px);
  font-size: 0.9rem;
}

.ddx-steps {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.ddx-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
}
.ddx-step:not(:last-child) {
  border-bottom: 1px solid var(--c-line);
}
.ddx-step .n {
  flex: 0 0 auto;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.2;
  color: transparent;
  -webkit-text-stroke: 1.4px rgba(228, 7, 47, 0.45);
  font-variant-numeric: tabular-nums;
}
.ddx-step .ic {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(228, 7, 47, 0.08);
  color: var(--c-primary);
  font-size: 1.05rem;
}
.ddx-step b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  color: var(--c-ink);
  font-size: 1rem;
}
.ddx-step p {
  margin-top: 4px;
  color: var(--c-body);
  font-size: 0.92rem;
  line-height: 1.55;
}

.ddx-acc {
  margin-top: 20px;
}
.ddx-acc .acc-item {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid var(--c-line);
  background: transparent;
  box-shadow: none;
}
.ddx-acc .acc-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 4px;
  font-family: var(--ff-display);
  font-weight: 700;
  color: var(--c-ink);
  font-size: 1rem;
  text-align: left;
}
.ddx-acc .acc-head .ico {
  margin-left: auto;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(228, 7, 47, 0.1);
  color: var(--c-primary);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.ddx-acc .acc-item.is-open .acc-head {
  color: var(--c-primary);
}
.ddx-acc .acc-item.is-open .acc-head .ico {
  transform: rotate(45deg);
  background: var(--c-primary);
  color: #fff;
}
.ddx-acc .acc-body .inner {
  padding: 0 4px 18px;
  color: var(--c-body);
}

/* ---------- sağ: açık sponsorluk paneli ---------- */
.ddx-aside {
  position: sticky;
  top: 118px;
}

.ddx-panel {
  position: relative;
  padding: clamp(22px, 2.5vw, 30px);
  border-radius: var(--r-xl);
  background: var(--c-cream);
  border: 1px solid var(--c-line);
  box-shadow: var(--sh-md), 0 24px 60px rgba(228, 7, 47, 0.08);
}

.ddx-panel__head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ddx-panel__head .ic {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: var(--r-md);
  display: grid;
  place-items: center;
  background: var(--grad-cta);
  color: #fff;
  font-size: 1.25rem;
  box-shadow: var(--sh-glow);
}
.ddx-panel__head b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--c-ink);
}
.ddx-panel__head small {
  color: var(--c-gray);
  font-size: 0.84rem;
}

.ddx-panel__lbl {
  margin-top: 20px;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--c-ink);
}

.ddx-panel__amts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.ddx-amt {
  padding: 12px 8px;
  border-radius: var(--r-md);
  background: #fff;
  border: 1.5px solid var(--c-line);
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--c-ink);
  transition: all 0.18s ease;
}
.ddx-amt:hover {
  border-color: rgba(228, 7, 47, 0.45);
}
.ddx-amt.is-active {
  background: rgba(228, 7, 47, 0.08);
  border-color: var(--c-primary);
  color: var(--c-primary);
}

.ddx-panel__field {
  display: flex;
  align-items: center;
  margin-top: 10px;
  border: 1.5px solid var(--c-line);
  border-radius: var(--r-md);
  background: #fff;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.ddx-panel__field:focus-within {
  border-color: var(--c-primary);
}
.ddx-panel__field .cur {
  padding: 0 0 0 16px;
  font-weight: 700;
  color: var(--c-gray);
}
.ddx-panel__field input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 13px 14px;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1rem;
  color: var(--c-ink);
  outline: none;
  -moz-appearance: textfield;
}
.ddx-panel__field input::placeholder {
  color: var(--c-muted);
  font-weight: 600;
}
.ddx-panel__field input::-webkit-outer-spin-button, .ddx-panel__field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ddx-panel__freq {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 14px;
  font-size: 0.8rem;
  color: var(--c-body);
  line-height: 1.5;
}
.ddx-panel__freq i {
  color: var(--c-primary);
  margin-top: 1px;
}

.ddx-panel .btn {
  margin-top: 14px;
  box-shadow: var(--sh-glow);
}

.ddx-panel__trust {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--c-line);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--c-body);
}
.ddx-panel__trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.ddx-panel__trust i {
  color: var(--c-primary);
}

.ddx-panel__share {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.ddx-panel__share .lbl {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--c-gray);
  margin-right: auto;
}
.ddx-panel__share a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid var(--c-line);
  color: var(--c-body);
  font-size: 0.9rem;
  transition: all 0.2s ease;
}
.ddx-panel__share a:hover {
  background: var(--c-primary);
  border-color: transparent;
  color: #fff;
}

/* ---------- benzer bağışlar ---------- */
.ddx-similar {
  padding: clamp(48px, 6vw, 88px) 0;
  background: var(--c-light-2);
}

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

.ddx-similar__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.ddx-similar .sw-scope {
  margin-top: 0;
}

/* ---------- responsive ---------- */
@media (max-width: 1199.98px) {
  .ddx-grid {
    grid-template-columns: 1fr;
  }
  .ddx-aside {
    position: static;
  }
}
@media (max-width: 991.98px) {
  .ddx-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 120px;
  }
  .ddx-mosaic .m-big {
    border-radius: 60px var(--r-md) var(--r-md) var(--r-md);
  }
}
@media (max-width: 1199.98px) {
  .ddx-hero__in {
    grid-template-columns: 1fr;
  }
  .ddx-hero__media {
    max-width: 560px;
  }
}
@media (max-width: 767.98px) {
  .ddx-tiles {
    grid-template-columns: 1fr;
  }
  .ddx-hero__prog .row {
    flex-direction: column;
    gap: 4px;
  }
  .ddx-hero__media img {
    border-radius: 20px 20px 20px 80px;
  }
  .ddx-hero__chip--a {
    left: 8px;
  }
  .ddx-hero__chip--b {
    right: 8px;
  }
}
.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 var(--c-line);
  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: var(--c-body);
}
.zk-breakdown .row b {
  color: var(--c-ink);
  font-weight: 600;
}
.zk-breakdown .row--sum {
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid var(--c-line);
  font-weight: 600;
  color: var(--c-ink);
}

.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: #fff;
  border: 1px solid var(--c-line);
  border-radius: 26px 26px 26px 60px;
  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 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 18px 20px;
  background: var(--grad-cta);
  color: #fff;
  overflow: hidden;
}
.bk-card .bk-card__top::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -40px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}
.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: #fff;
}
.bk-card .bk-card__top .cur i {
  font-size: 1.15rem;
}
.bk-card .bk-card__top .badge {
  position: relative;
  z-index: 1;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.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(--c-cream);
  border: 1px solid var(--c-line);
  color: var(--c-ink);
  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(228, 7, 47, 0.14), 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: var(--c-primary);
  margin-bottom: 8px;
}
.ac-hello .ac-hello__ey i {
  color: var(--c-primary);
}
.ac-hello h2 {
  color: var(--c-ink);
  font-family: var(--ff-display);
  letter-spacing: -0.6px;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 8px;
}
.ac-hello p {
  color: var(--c-body);
  max-width: 60ch;
  margin: 0;
}
.ac-hello p b {
  color: var(--c-primary);
  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-cream);
  border: 1px solid var(--c-line);
  color: var(--c-ink);
  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(228, 7, 47, 0.1);
  color: var(--c-primary);
}
.ac-help .ac-help__txt {
  flex: 1;
}
.ac-help .ac-help__txt h3 {
  color: var(--c-ink);
  font-family: var(--ff-display);
  letter-spacing: -0.4px;
  font-size: 1.2rem;
  margin: 0 0 6px;
}
.ac-help .ac-help__txt p {
  color: var(--c-body);
  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%;
  }
}

.acx-id {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.6vw, 28px);
  background: var(--c-cream);
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl) var(--r-xl) var(--r-xl) 70px;
  padding: clamp(22px, 3vw, 32px) clamp(20px, 3vw, 34px);
  box-shadow: var(--sh-md);
}
.acx-id::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--grad-cta);
}
@media (max-width: 767.98px) {
  .acx-id {
    flex-direction: column;
    text-align: center;
  }
}
.acx-id .acx-id__wm {
  position: absolute;
  right: -1%;
  bottom: -18%;
  z-index: -1;
  pointer-events: none;
  user-select: none;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(4rem, 9vw, 7.5rem);
  line-height: 1;
  letter-spacing: -2px;
  color: transparent;
  -webkit-text-stroke: 2px rgba(228, 7, 47, 0.08);
}
.acx-id .acx-id__ava {
  position: relative;
  flex: 0 0 auto;
}
.acx-id .acx-id__ava .ava-lg {
  width: 92px;
  height: 92px;
  border-radius: 32px 32px 32px 10px;
  display: grid;
  place-items: center;
  background: var(--grad-cta);
  color: #fff;
  box-shadow: var(--sh-glow);
  border: 4px solid #fff;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.9rem;
}
.acx-id .acx-id__ava .ava-edit {
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  background: var(--c-ink);
  color: #fff;
  border: 3px solid #fff;
  box-shadow: var(--sh-sm);
  font-size: 0.84rem;
  transition: transform 0.2s ease, background 0.2s ease;
}
.acx-id .acx-id__ava .ava-edit:hover {
  transform: scale(1.1);
  background: var(--c-primary);
}
.acx-id .acx-id__bd {
  flex: 1;
  min-width: 0;
}
.acx-id .acx-id__bd .acx-id__ey {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-primary);
}
.acx-id .acx-id__bd .acx-id__ey i {
  font-size: 0.9rem;
}
.acx-id .acx-id__bd h2 {
  font-size: clamp(1.4rem, 2.4vw, 1.7rem);
  margin: 0 0 4px;
  letter-spacing: -0.5px;
}
.acx-id .acx-id__bd p {
  color: var(--c-body);
  margin: 0 0 12px;
  font-size: 0.94rem;
}
.acx-id .acx-id__bd p i {
  color: var(--c-primary);
  margin-right: 5px;
}
.acx-id .acx-id__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .acx-id .acx-id__chips {
    justify-content: center;
  }
}
.acx-id .acx-id__chips .chip i {
  color: var(--c-primary);
}
.acx-id .acx-id__meta {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 4px 22px;
  padding-left: clamp(18px, 2.6vw, 28px);
  border-left: 2px dashed rgba(228, 7, 47, 0.25);
}
.acx-id .acx-id__meta > div {
  text-align: center;
}
.acx-id .acx-id__meta > div b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--c-ink);
  line-height: 1.1;
}
.acx-id .acx-id__meta > div small {
  display: block;
  margin-top: 2px;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--c-gray);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.acx-id .acx-id__meta .acx-id__link {
  grid-column: 1/-1;
  justify-self: center;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 16px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--c-line);
  background: #fff;
  font-weight: 700;
  font-size: 0.84rem;
  color: var(--c-ink);
  transition: all 0.22s ease;
}
.acx-id .acx-id__meta .acx-id__link:hover {
  border-color: var(--c-primary);
  color: var(--c-primary);
}
@media (max-width: 767.98px) {
  .acx-id .acx-id__meta {
    border-left: 0;
    padding-left: 0;
    padding-top: 16px;
    border-top: 2px dashed rgba(228, 7, 47, 0.25);
  }
}

.acx-wrap {
  min-width: 0;
}

.acx-tabs {
  display: flex;
  gap: 6px;
  position: relative;
  z-index: 2;
  padding: 0 14px;
  margin-bottom: -1px;
}
@media (max-width: 767.98px) {
  .acx-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .acx-tabs::-webkit-scrollbar {
    display: none;
  }
}

.acx-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  cursor: pointer;
  padding: 13px 20px 12px;
  border-radius: 16px 16px 0 0;
  border: 1px solid var(--c-line);
  border-bottom: 0;
  background: var(--c-light-2);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--c-gray);
  transition: background 0.2s ease, color 0.2s ease;
}
.acx-tab i {
  color: var(--c-gray);
  transition: color 0.2s ease;
}
.acx-tab:hover {
  color: var(--c-primary);
  background: #fff;
}
.acx-tab:hover i {
  color: var(--c-primary);
}
.acx-tab.is-active {
  background: #fff;
  color: var(--c-ink);
  position: relative;
  box-shadow: 0 -6px 14px rgba(20, 16, 16, 0.05);
}
.acx-tab.is-active i {
  color: var(--c-primary);
}
.acx-tab.is-active::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: var(--grad-cta);
}
@media (max-width: 575.98px) {
  .acx-tab {
    padding: 13px 16px 12px;
  }
  .acx-tab span {
    display: none;
  }
  .acx-tab i {
    font-size: 1.05rem;
  }
}

.acx-card {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg) var(--r-lg) var(--r-lg) 70px;
  padding: clamp(24px, 3vw, 36px) clamp(22px, 3vw, 38px) clamp(28px, 3.4vw, 42px);
  box-shadow: var(--sh-sm);
}

.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(228, 7, 47, 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);
}

/* ===== YENİ DÜZEN — iki kolonlu checkout (sol adım akışı + sağ yapışkan özet) ===== */
.pm__wrap {
  display: grid !important;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(24px, 3vw, 44px);
  align-items: start;
  max-width: var(--container);
  margin-inline: auto;
  padding: clamp(40px, 5vw, 64px) var(--gutter);
}

.pm-flow {
  display: flex;
  flex-direction: column;
  gap: 26px;
  position: relative;
  min-width: 0;
}

.pm-step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  position: relative;
}

.pm-step__rail {
  position: relative;
  display: flex;
  justify-content: center;
}
.pm-step__rail .n {
  position: sticky;
  top: 118px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 2px solid var(--c-primary);
  color: var(--c-primary);
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.05rem;
  box-shadow: var(--sh-xs);
  z-index: 1;
}
.pm-step__rail::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -26px;
  left: 50%;
  width: 2px;
  background: repeating-linear-gradient(180deg, var(--c-line) 0 8px, transparent 8px 16px);
}

.pm-step:last-of-type .pm-step__rail::before {
  bottom: 0;
}

.pm-step__card {
  min-width: 0;
}

.pm-step__head {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--c-line);
}
.pm-step__head b {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.4px;
  color: var(--c-ink);
}
.pm-step__head small {
  color: var(--c-gray);
  font-size: 0.84rem;
}
.pm-step__head small i {
  color: var(--c-primary);
  margin-right: 4px;
}

.pm-aside {
  position: sticky;
  top: 118px;
}

.pm-sum {
  background: var(--c-cream);
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl);
  padding: clamp(20px, 2.4vw, 28px);
  box-shadow: var(--sh-md), 0 24px 60px rgba(228, 7, 47, 0.07);
}

.pm-sum__camp {
  display: flex;
  gap: 14px;
  align-items: center;
}
.pm-sum__camp img {
  flex: 0 0 auto;
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 26px 12px 12px 12px;
}

.pm-sum__campbd {
  min-width: 0;
}
.pm-sum__campbd b {
  display: block;
  margin-top: 4px;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1rem;
  color: var(--c-ink);
  line-height: 1.25;
}

.pm-sum__change {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--c-primary);
}
.pm-sum__change:hover {
  text-decoration: underline;
}

.pm-sum__rows {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--c-line);
}

.pm-sum .pm-total {
  margin-top: 14px;
  padding: 16px 18px;
  border-radius: var(--r-md);
  background: rgba(228, 7, 47, 0.07);
  border: 1px solid rgba(228, 7, 47, 0.22);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pm-sum .pm-total span {
  font-weight: 700;
  color: var(--c-body);
  font-size: 0.9rem;
}
.pm-sum .pm-total b {
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: -1px;
  font-size: clamp(1.5rem, 2.4vw, 1.9rem);
  color: var(--c-primary);
}

.pm-sum .btn {
  margin-top: 16px;
  box-shadow: var(--sh-glow);
}

.pm-sum .pm-trust {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--c-line);
}

.pm-sum .pm-cards {
  margin-top: 12px;
}

@media (max-width: 1199.98px) {
  .pm__wrap {
    grid-template-columns: 1fr;
  }
  .pm-aside {
    position: static;
    order: -1;
  }
}
@media (max-width: 767.98px) {
  .pm-step {
    grid-template-columns: 1fr;
  }
  .pm-step__rail {
    display: none;
  }
}
.vl-stepper { /* yeniden biçim: bağlantılı noktalar */
  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;
  }
}

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

.aux {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: var(--c-light-2);
  padding: clamp(18px, 3vw, 44px) var(--gutter);
  overflow: hidden;
}

.aux__wm {
  position: absolute;
  left: 50%;
  top: 6px;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(4rem, 12vw, 11rem);
  line-height: 1;
  letter-spacing: -3px;
  color: transparent;
  -webkit-text-stroke: 2px rgba(228, 7, 47, 0.06);
}

.aux__card {
  width: min(1060px, 100%);
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl) var(--r-xl) var(--r-xl) 110px;
  overflow: hidden;
  box-shadow: var(--sh-lg), 0 32px 80px rgba(228, 7, 47, 0.1);
}
@media (max-width: 991.98px) {
  .aux__card {
    grid-template-columns: 1fr;
    border-bottom-left-radius: var(--r-xl);
  }
}

.aux__form {
  padding: clamp(26px, 4vw, 52px) clamp(22px, 4vw, 56px);
  min-width: 0;
}

.aux__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(22px, 3.5vh, 38px);
}

.aux__logo img {
  height: 44px;
  width: auto;
  display: block;
}

.aux__back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--c-gray);
  transition: all 0.2s ease;
}
.aux__back i {
  transition: transform 0.2s ease;
}
.aux__back:hover {
  color: var(--c-primary);
}
.aux__back:hover i {
  transform: translateX(-3px);
}

.aux__head {
  margin-bottom: 26px;
}
.aux__head .eyebrow {
  color: var(--c-primary);
  font-weight: 800;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  padding: 6px 14px;
  border-radius: var(--r-pill);
  background: rgba(228, 7, 47, 0.07);
  border: 1px solid rgba(228, 7, 47, 0.2);
}
.aux__head .eyebrow i {
  font-size: 0.95rem;
}
.aux__head h1 {
  font-size: clamp(1.7rem, 3.4vw, 2.3rem);
  margin-bottom: 8px;
  color: var(--c-ink);
  letter-spacing: -1px;
}
.aux__head h1 em {
  font-style: normal;
  color: var(--c-primary);
}
.aux__head .sub {
  color: var(--c-body);
  margin: 0;
}

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

.aux__divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 22px 0 16px;
  color: var(--c-gray);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.aux__divider::before, .aux__divider::after {
  content: "";
  flex: 1;
  border-top: 2px dashed var(--c-line);
}

.aux__social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 575.98px) {
  .aux__social {
    grid-template-columns: 1fr;
  }
}

.aux__sbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 16px;
  border-radius: var(--r-md);
  border: 1.5px solid var(--c-line);
  background: var(--c-white);
  font-weight: 700;
  font-size: 0.94rem;
  color: var(--c-ink);
  cursor: pointer;
  transition: all 0.22s ease;
}
.aux__sbtn i {
  font-size: 1.1rem;
  color: var(--c-primary);
}
.aux__sbtn:hover {
  border-color: rgba(228, 7, 47, 0.4);
  background: rgba(228, 7, 47, 0.04);
  transform: translateY(-2px);
  box-shadow: var(--sh-xs);
}

.aux__side {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: clamp(28px, 4vw, 48px) clamp(24px, 3.4vw, 44px);
  background: var(--grad-cta);
  color: #fff;
  overflow: hidden;
}
.aux__side::before {
  content: "";
  position: absolute;
  top: -22%;
  right: -18%;
  width: 340px;
  height: 340px;
  z-index: -1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.aux__side::after {
  content: "";
  position: absolute;
  bottom: -26%;
  left: -14%;
  width: 300px;
  height: 300px;
  z-index: -1;
  border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, 0.18);
}
@media (max-width: 991.98px) {
  .aux__side {
    display: none;
  }
}

.aux__side-head h2 {
  color: #fff;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  line-height: 1.22;
  letter-spacing: -0.5px;
}
.aux__side-head p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.98rem;
  line-height: 1.6;
}

.aux__shot {
  position: relative;
  margin: 0;
}
.aux__shot img {
  display: block;
  width: 100%;
  aspect-ratio: 16/11;
  object-fit: cover;
  border-radius: var(--r-lg) var(--r-lg) var(--r-lg) 70px;
  border: 4px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 48px rgba(11, 7, 7, 0.28);
}

.aux__chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 15px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.96);
  color: var(--c-body);
  font-size: 0.82rem;
  font-weight: 600;
  box-shadow: var(--sh-md);
  white-space: nowrap;
}
.aux__chip i {
  color: var(--c-primary);
}
.aux__chip b {
  font-family: var(--ff-display);
  font-weight: 800;
  color: var(--c-ink);
}

.aux__chip--a {
  top: -14px;
  right: 10px;
}

.aux__chip--b {
  bottom: -14px;
  left: 10px;
}

.aux__quote {
  margin: 6px 0 0;
  padding-left: 16px;
  border-left: 3px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.65;
}
.aux__quote footer {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.84rem;
}
.aux__quote footer b {
  color: #fff;
}
.aux__quote footer .av {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-weight: 800;
  font-family: var(--ff-display);
  font-size: 0.78rem;
}

.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 {
  text-decoration: underline;
}

.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 {
  text-decoration: underline;
}

.au-assure {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: center;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 2px dashed 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-cream);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md) var(--r-md) var(--r-md) 30px;
  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: 2px dashed 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: rgba(228, 7, 47, 0.08);
  border: 1px solid rgba(228, 7, 47, 0.24);
  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: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 20px;
  border-left: 2px dashed rgba(228, 7, 47, 0.25);
}

.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-tertiary);
  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-primary);
}
.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(228, 7, 47, 0.1) 0%, rgba(228, 7, 47, 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(228, 7, 47, 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(228, 7, 47, 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;
}
