:root {
  --primary: #1976d2;
  --secondary: #00b8b0;
  --accent: #ff8a3d;
  --text: #16324f;
  --muted: #5e738a;
  --bg: #f4fbff;
  --white: #ffffff;
  --radius: 16px;
  --shadow: 0 14px 34px rgba(24, 79, 135, 0.14);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 12%, rgba(25, 118, 210, 0.16), transparent 30%),
    radial-gradient(circle at 88% 84%, rgba(255, 138, 61, 0.14), transparent 30%),
    var(--bg);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
  border-radius: var(--radius);
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.section {
  padding: 78px 0;
}

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

.section-head h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
}

.tag {
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 8px;
}

.btn {
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.25s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), #2999f0);
  color: var(--white);
  box-shadow: var(--shadow);
}

.btn-primary:hover {
  transform: translateY(-2px);
}

.btn-outline {
  border: 1px solid #bfd9f2;
  background: var(--white);
  color: var(--primary);
}

.btn-outline:hover {
  border-color: var(--primary);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #dce9f6;
}

.nav-wrap {
  min-height: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--primary);
  font-size: 1.15rem;
}

.brand-logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 50%;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin-left: 14px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex: 1;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-links a {
  font-weight: 500;
  color: #1f4669;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid #c9ddf0;
  background: #f7fbff;
  color: #2e5d89;
  font-size: 0.82rem;
  font-weight: 600;
}

.lang-btn {
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.lang-btn.active {
  color: var(--primary);
}

.nav-ig {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  box-shadow: 0 8px 18px rgba(20, 56, 94, 0.2);
}

.nav-ig-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.menu-toggle {
  display: none;
  border: none;
  background: transparent;
  color: var(--primary);
  font-size: 1.2rem;
}

.mobile-donate-btn {
  display: none;
}

.mobile-nav-controls {
  display: contents;
}

.hero-instagram-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
  box-shadow: 0 12px 22px rgba(129, 52, 175, 0.26);
}

.hero {
  min-height: 88vh;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hero-bg-slider,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  border-radius: 0;
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.08);
  transition: opacity 1s ease, transform 5s ease;
}

.hero-bg-slide.active {
  opacity: 1;
  transform: scale(1.02);
}

.hero-overlay {
  background: linear-gradient(110deg, rgba(4, 31, 60, 0.72), rgba(10, 64, 111, 0.46));
  z-index: 1;
}

.hero-bg-slide:nth-child(1) {
  object-position: center 32%;
}

.hero-bg-slide:nth-child(2) {
  object-position: center 28%;
}

.hero-bg-slide:nth-child(3) {
  object-position: center 30%;
}

.hero-bg-slide:nth-child(4) {
  object-position: center 26%;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  opacity: 0.6;
}

.blob-1 {
  width: 260px;
  height: 260px;
  background: rgba(0, 184, 176, 0.36);
  top: -60px;
  right: -70px;
}

.blob-2 {
  width: 220px;
  height: 220px;
  background: rgba(255, 138, 61, 0.32);
  bottom: -70px;
  left: -50px;
}

.hero-content {
  position: relative;
  z-index: 3;
  color: var(--white);
}

.hero-layout {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: center;
}

.hero-content h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  margin-bottom: 12px;
}

.hero-content p {
  max-width: 60ch;
  margin-bottom: 16px;
}

.hero-actions {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}

.hero-actions .btn-primary {
  display: none;
}

.hero-note {
  padding: 14px 16px;
  border-left: 3px solid var(--accent);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(4px);
}

.hero-side-media {
  justify-self: center;
  width: min(360px, 100%);
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 22px 40px rgba(8, 28, 52, 0.35);
}

.hero-side-media img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center 24%;
  border-radius: 0;
}


.story-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}

.contact-grid-single {
  grid-template-columns: 1fr;
}

.story-content,
.support-card,
.iban-card,
.contact-card,
.contact-form {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid #dce9f4;
}

.story-content {
  padding: 24px;
  background: #ffffff;
  border: 1px solid #d7e4f3;
}

.story-intro {
  text-align: center;
  margin-bottom: 28px;
}

.story-intro h2 {
  color: #0f507e;
}

.story-intro p {
  color: #6f8091;
}

.story-content h3 {
  font-size: 2rem;
  color: #194c79;
  margin-bottom: 12px;
}

.story-content p {
  color: #3f566d;
  line-height: 1.7;
  margin-top: 10px;
}

.story-info-box {
  margin-top: 14px;
  border-radius: 12px;
  background: linear-gradient(150deg, #0d4f86, #0c3f67);
  color: #e6f4ff;
  padding: 14px 16px;
}

.story-info-box h4 {
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.story-info-box h4 i {
  color: #78c1ff;
  margin-right: 6px;
}

.story-info-box p {
  color: #d5ebff;
  margin: 0;
}

.disease-note {
  background:
    radial-gradient(circle at 12% 18%, rgba(126, 196, 255, 0.2), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(255, 178, 112, 0.14), transparent 28%),
    linear-gradient(165deg, #0f5977, #0d4162);
  padding-top: 60px;
  padding-bottom: 60px;
}

.disease-note-card {
  max-width: 860px;
  margin: 0 auto;
  color: #f1f7ff;
}

.disease-note-title {
  margin-bottom: 12px;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.disease-note-text {
  line-height: 1.65;
  font-size: 1.03rem;
  color: #ebf4ff;
}

.story-slider {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--radius);
}

.story-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 0.9s ease, transform 3.5s ease;
}

.story-slide.active {
  opacity: 1;
  transform: scale(1);
}

.dmd-grid {
  display: grid;
  gap: 16px;
}

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

.info-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 18px;
  border: 1px solid #dce9f6;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease;
}

.info-card:hover {
  transform: translateY(-6px);
}

.info-card i {
  color: var(--secondary);
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.info-card p {
  color: var(--muted);
  margin-top: 6px;
}

.support-card,
.iban-card,
.contact-card,
.contact-form {
  padding: 20px;
}

.support {
  padding-bottom: 0;
}

.support-head {
  text-align: center;
  margin-bottom: 14px;
}

.support-head h2 {
  color: #1c4a7c;
}

.progress-card {
  max-width: 760px;
  margin: 0 auto;
  background: #fffdfb;
  border: 1px solid #efe5d9;
  box-shadow: 0 12px 26px rgba(16, 49, 82, 0.12);
}

.progress-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.progress-header h3 {
  color: #1e557f;
  font-size: 1.18rem;
}

.progress-right {
  text-align: right;
}

.progress-right strong {
  display: block;
  color: #f27c22;
  font-size: 1.5rem;
}

.progress-right span {
  color: #6e8092;
  font-size: 0.88rem;
}

.progress-note {
  text-align: center;
  color: #667c93;
  margin-top: 8px;
}

.support-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 12px;
}

.support-meta p span {
  color: var(--muted);
}

.support-status {
  text-align: center;
  margin-bottom: 12px;
  color: #134882;
  font-size: 1.2rem;
}

.progress {
  width: 100%;
  height: 16px;
  background: #deebf9;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 16px;
}

.progress-fill {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), #ffc07e);
  border-radius: inherit;
  transition: width 1.1s ease;
}

.iban-showcase {
  margin-top: 34px;
  background: linear-gradient(165deg, #0f5977, #0d4162);
  padding: 54px 0 58px;
}

.iban-showcase.iban-focus {
  box-shadow: 0 0 0 4px rgba(126, 196, 255, 0.35) inset;
  transition: box-shadow 0.35s ease;
}

#ibanlar {
  scroll-margin-top: 92px;
}

#yurtdisi {
  scroll-margin-top: 92px;
}

#raporlar {
  scroll-margin-top: 92px;
}

.iban-head {
  text-align: center;
}

.iban-head h2 {
  color: #ffffff;
}

.iban-head p {
  color: #c4e3f7;
}

.iban-recipient {
  margin-top: 10px;
  margin-bottom: 6px;
  text-align: center;
  color: #e9f6ff;
  font-size: 0.95rem;
}

.iban-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.iban-mini-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 12px 24px rgba(3, 24, 41, 0.24);
  border: 1px solid #d8e5f4;
}

.iban-mini-card.iban-card-focus {
  transform: translateY(-3px);
  box-shadow: 0 18px 28px rgba(13, 77, 132, 0.3);
  border-color: #8ec8ff;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.iban-mini-top {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
}

.iban-mini-top i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eaf3ff;
  color: #135699;
}

.bank-logo {
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d8e5f4;
  padding: 3px;
}

.iban-mini-top h3 {
  font-size: 0.95rem;
  color: #163e67;
}

.iban-mini-top p {
  font-size: 0.82rem;
  color: #7c90a3;
}

.iban-code {
  margin: 12px 0;
  padding: 8px 10px;
  border-radius: 8px;
  background: #f5f9ff;
  color: #1d4c7d;
  font-family: monospace;
  font-size: 0.92rem;
  overflow-wrap: anywhere;
}

.iban-extra-fields {
  margin-top: 4px;
  margin-bottom: 12px;
}

.iban-field {
  margin-bottom: 10px;
}

.iban-field:last-of-type {
  margin-bottom: 0;
}

.iban-field-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: #163e67;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
}

.iban-field .iban-code {
  margin: 0;
}

.iban-value-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.iban-value-row .iban-code {
  flex: 1;
  min-width: 0;
}

.btn-copy-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #bfd9f2;
  border-radius: 10px;
  background: #ffffff;
  color: #1d4c7d;
  cursor: pointer;
  display: inline-grid;
  place-items: center;
  font-size: 0.88rem;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.btn-copy-icon:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: #f5f9ff;
}

.btn-copy-icon:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.iban-mini-card .btn {
  width: 100%;
}

.iban-note {
  margin-top: 14px;
  text-align: center;
  color: #def2ff;
}

.external-support-links {
  margin-top: 18px;
}

.external-support-title {
  text-align: center;
  color: #d9efff;
  font-weight: 600;
  margin-bottom: 10px;
}

.external-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.external-support-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.official-note-section {
  background: linear-gradient(165deg, #0f5977, #0d4162);
  padding: 26px 0 12px;
}

.official-note-card {
  max-width: 760px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(176, 214, 244, 0.3);
  border-radius: 12px;
  backdrop-filter: blur(4px);
  padding: 16px 18px;
  color: #eaf5ff;
  text-align: center;
}

.official-note-card h3 {
  font-size: 1rem;
  margin-bottom: 8px;
  font-weight: 600;
}

.official-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 8px;
  color: #d8edff;
  font-size: 0.88rem;
}

.official-note-card p {
  color: #c7e3fa;
  font-size: 0.82rem;
}

.reports-section {
  background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
  padding: 46px 0 22px;
}

.reports-head h2 {
  color: #0f507e;
}

.reports-head p {
  color: #617a8f;
}

.reports-head {
  text-align: center;
}

.reports-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.report-card {
  background: #ffffff;
  border: 1px solid rgba(20, 89, 137, 0.1);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(16, 67, 106, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.report-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(16, 67, 106, 0.18);
}

.report-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  cursor: zoom-in;
}

.report-card-body {
  padding: 14px 16px 16px;
}

.report-card-body h3 {
  margin: 0 0 10px;
  font-size: 1.03rem;
  color: #1a4f79;
}

.report-open-btn {
  width: 100%;
}

@media (min-width: 769px) {
  .report-image {
    height: 360px;
    object-fit: contain;
    background: #f4f8fc;
  }

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

  .iban-cards-grid #yurtdisi {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 560px;
    justify-self: center;
  }
}

.gallery-grid {
  overflow: hidden;
  position: relative;
  padding: 4px 0;
}

.gallery-grid::before,
.gallery-grid::after {
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.gallery-grid::before {
  left: 0;
  background: linear-gradient(90deg, rgba(13, 65, 98, 0.9), transparent);
}

.gallery-grid::after {
  right: 0;
  background: linear-gradient(270deg, rgba(13, 65, 98, 0.9), transparent);
}

.gallery-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: galleryScroll 46s linear infinite;
}

.gallery-grid:hover .gallery-track {
  animation-play-state: paused;
}

.gallery-slide {
  flex: 0 0 clamp(180px, 21vw, 260px);
}

.gallery {
  background: linear-gradient(165deg, #0f5977, #0d4162);
}

.gallery .section-head h2 {
  color: #f2f9ff;
}

.gallery .section-head {
  text-align: center;
}

.gallery-subtitle {
  margin-top: 6px;
  color: #cce9ff;
}

.gallery-item {
  width: 100%;
  height: 260px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 14px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.04);
  filter: brightness(1.06);
}

@keyframes galleryScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 7px));
  }
}

.gallery-videos {
  margin-top: 30px;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 22px 0 0;
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.video-section-head {
  text-align: center;
  margin-bottom: 20px;
}

.video-section-head h3 {
  color: #f2f9ff;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  margin-bottom: 7px;
  letter-spacing: 0.2px;
}

.video-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.video-link-card {
  display: block;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(188, 224, 248, 0.42);
  border-radius: 16px;
  padding: 8px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(6, 35, 64, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.video-card-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.28s ease;
}

.video-link-card:hover {
  transform: translateY(-4px);
  border-color: rgba(211, 237, 255, 0.68);
  box-shadow: 0 16px 30px rgba(4, 26, 48, 0.3);
}

.video-link-card:hover .video-card-img {
  transform: scale(1.04);
}

.share {
  background: linear-gradient(120deg, #e7f4ff, #f4fcff);
}

.share h2 {
  text-align: center;
  margin-bottom: 14px;
}

.share-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  color: var(--white);
  padding: 11px 16px;
  font-weight: 600;
}

.whatsapp {
  background: #25d366;
}

.instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
}

.twitter {
  background: #111827;
}

.contact-form {
  display: grid;
  gap: 10px;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid #d4e4f3;
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid #cde5ff;
  border-color: var(--primary);
}

.contact-card p {
  margin-top: 10px;
}

.contact-card i {
  color: var(--secondary);
  width: 24px;
}

.site-footer {
  background: linear-gradient(145deg, #13314f, #0d2339);
  color: #d7e8f8;
  padding: 42px 0 16px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 20px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.footer-logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 50%;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-social {
  display: flex;
  gap: 10px;
  font-size: 1.2rem;
}

.bottom-contact {
  background: linear-gradient(120deg, #e9f5ff, #f3f9ff);
  border-top: 1px solid #d7e8f7;
  border-bottom: 1px solid #d7e8f7;
}

.bottom-contact-inner {
  padding: 16px 0;
  text-align: center;
}

.bottom-contact h4 {
  color: #12487a;
  margin-bottom: 6px;
  font-size: 1rem;
}

.bottom-contact a {
  color: #1a6ec0;
  font-weight: 600;
}

.copyright {
  text-align: center;
  margin-top: 24px;
  color: #9dc0e2;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  display: none;
  place-items: center;
  z-index: 1500;
}

.lightbox.open {
  display: grid;
}

.lightbox img {
  width: auto;
  max-width: 92vw;
  max-height: 90vh;
  height: auto;
  object-fit: contain;
  border-radius: 14px;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 28px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 20px;
  background: #123a63;
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s ease;
  z-index: 2000;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.floating-socials {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 2100;
  display: grid;
  gap: 10px;
}

.floating-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 10px 24px rgba(6, 35, 64, 0.35);
  transition: transform 0.25s ease, filter 0.25s ease;
}

.floating-btn i {
  font-size: 1.2rem;
}

.floating-icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.floating-btn.wp {
  background: #25d366;
}

.floating-btn.ig {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
}

.floating-btn:hover {
  transform: translateY(-2px) scale(1.04);
  filter: brightness(1.05);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 992px) {
  .section {
    padding: 64px 0;
  }

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

  .hero-layout,
  .story-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .story-slider {
    min-height: 420px;
  }

  .hero-side-media img {
    min-height: 360px;
  }

}

@media (max-width: 768px) {
  #ibanlar {
    scroll-margin-top: 108px;
  }

  #yurtdisi {
    scroll-margin-top: 108px;
  }

  #raporlar {
    scroll-margin-top: 108px;
  }

  .container {
    width: min(1120px, 94%);
  }

  .section {
    padding: 56px 0;
  }

  .nav-wrap {
    min-height: 70px;
  }

  .brand {
    font-size: 1rem;
    min-width: 0;
    max-width: calc(100% - 56px);
  }

  .brand span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .brand-logo {
    width: 40px;
    height: 40px;
  }

  .menu-toggle {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    position: relative;
    font-size: 0;
  }

  .mobile-nav-controls {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
  }

  .mobile-donate-btn {
    display: inline-flex;
    padding: 9px 14px;
    font-size: 0.82rem;
    margin: 0;
    box-shadow: 0 8px 18px rgba(18, 91, 167, 0.22);
  }

  .menu-toggle i {
    display: none;
  }

  .menu-toggle::before {
    content: "\2630";
    font-size: 1.35rem;
    line-height: 1;
    color: var(--primary);
  }

  .nav {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    padding: 14px 4%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-bottom: 1px solid #dce9f5;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    pointer-events: none;
    transition: 0.25s ease;
  }

  .nav.open {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
  }

  .nav .btn {
    width: 100%;
  }

  .nav-links,
  .nav-actions {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links a[href="#destek"] {
    display: none;
  }

  .nav-actions .btn {
    display: none;
  }

  .lang-switch {
    padding: 7px 10px;
  }

  .nav-ig {
    width: 34px;
    height: 34px;
  }

  .nav-ig-img {
    width: 20px;
    height: 20px;
  }

  .hero {
    min-height: auto;
    padding: 112px 0 68px;
  }

  .hero-content h1 {
    font-size: clamp(1.65rem, 7vw, 2.2rem);
  }

  .hero-content p {
    max-width: 100%;
    font-size: 0.95rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-actions .btn-primary {
    display: none;
  }

  .hero-instagram-btn {
    display: inline-flex;
    justify-content: center;
  }

  .hero-side-media {
    width: min(340px, 96%);
  }

  .hero-side-media img {
    min-height: 300px;
  }


  .progress-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .progress-header h3 {
    width: 100%;
    text-align: center;
  }

  .progress-right {
    text-align: left;
  }

  .progress-right strong {
    font-size: 1.35rem;
  }

  .iban-showcase {
    margin-top: 24px;
    padding: 40px 0 30px;
  }

  .official-note-section {
    margin-top: -1px;
    padding: 16px 0 14px;
  }

  .official-note-section .container {
    display: flex;
    justify-content: center;
  }

  .official-note-card {
    width: min(760px, 100%);
    margin-inline: auto;
  }

  .reports-section {
    padding-top: 34px;
  }

  .reports-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .report-image {
    height: 220px;
  }

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

  .external-support-btn {
    padding-inline: 10px;
    font-size: 0.9rem;
  }

  .story-content {
    padding: 18px;
  }

  .disease-note {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .disease-note-card {
    max-width: 100%;
    padding: 18px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(201, 228, 248, 0.25);
    backdrop-filter: blur(2px);
  }

  .disease-note-title {
    margin-bottom: 10px;
    text-align: left;
  }

  .disease-note-text {
    font-size: 0.96rem;
    line-height: 1.7;
    text-align: left;
  }

  .story-content h3 {
    font-size: 1.4rem;
  }

  .story-content p {
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .story-slider {
    min-height: 320px;
  }

  .gallery-grid::before,
  .gallery-grid::after {
    width: 24px;
  }

  .gallery-item {
    height: 220px;
  }

  .dmd-grid,
  .iban-cards-grid,
  .video-link-grid {
    grid-template-columns: 1fr;
  }

  .gallery-slide {
    flex-basis: clamp(160px, 70vw, 220px);
  }

  .video-link-grid {
    gap: 12px;
  }

  .share-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    max-width: 420px;
    margin: 0 auto;
  }

  .share-btn {
    width: 100%;
    justify-content: center;
    min-height: 48px;
    border-radius: 14px;
    font-size: 0.95rem;
    box-shadow: 0 10px 18px rgba(7, 36, 65, 0.16);
  }

  .footer-social {
    justify-content: flex-start;
  }

  .bottom-contact-inner {
    text-align: center;
  }

  .floating-socials {
    right: 12px;
    bottom: 12px;
  }

  .floating-btn {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 420px) {
  .section {
    padding: 48px 0;
  }

  .brand {
    font-size: 0.92rem;
    gap: 8px;
  }

  .mobile-donate-btn {
    padding: 8px 12px;
    font-size: 0.78rem;
    margin: 0;
  }

  .brand-logo {
    width: 36px;
    height: 36px;
  }

  .hero {
    padding-top: 102px;
  }

  .hero-content h1 {
    font-size: 1.52rem;
  }

  .hero-note {
    padding: 12px;
    font-size: 0.9rem;
  }

  .disease-note-title {
    font-size: 1.3rem;
  }

  .disease-note-text {
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .disease-note-card {
    padding: 14px 12px;
    border-radius: 12px;
  }

  .share-buttons {
    gap: 8px;
  }

  .share-btn {
    min-height: 44px;
    font-size: 0.9rem;
    padding: 10px 12px;
    border-radius: 12px;
  }

  .iban-mini-card {
    padding: 14px;
  }

  .iban-code {
    font-size: 0.85rem;
  }

  .gallery-slide {
    flex-basis: clamp(140px, 76vw, 200px);
  }

  .gallery-item {
    height: 200px;
  }

  .video-card-img {
    aspect-ratio: 16 / 11;
  }
}
