:root {
  --navy: #264c6d;
  --deep: #17364f;
  --orange: #d68438;
  --orange-strong: #a84f0d;
  --ink: #182632;
  --paper: #fbfaf7;
  --paper-warm: #f3f0e9;
  --muted: #64727c;
  --line: #cbd2d5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.admin-bar .site-header { top: 32px; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a, summary { font: inherit; -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--orange) 76%, white); outline-offset: 4px; }
.shell { width: min(1320px, calc(100% - 96px)); margin-inline: auto; }
.brand-line { height: 7px; background: linear-gradient(90deg, var(--navy) 0 76%, var(--orange) 76% 100%); }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgb(255 255 255 / 16%);
  background: color-mix(in srgb, var(--deep) 94%, transparent);
  backdrop-filter: blur(14px);
}
.nav-wrap {
  min-height: 94px;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto minmax(225px, 0.65fr);
  align-items: center;
  gap: 28px;
}
.brand { display: inline-flex; width: fit-content; align-items: center; gap: 15px; text-decoration: none; }
.brand img { width: 66px; height: 66px; padding: 5px; border-radius: 50%; background: var(--paper); object-fit: contain; }
.brand-copy strong { display: block; color: white; font-size: 20px; line-height: 1; letter-spacing: 0.14em; }
.brand-copy span {
  display: block;
  max-width: 230px;
  margin-top: 6px;
  color: rgb(255 255 255 / 76%);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(13px, 1.35vw, 25px); }
.desktop-nav a, .desktop-nav button {
  position: relative;
  padding: 14px 0;
  border: 0;
  background: transparent;
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-decoration: none;
}
.desktop-nav a::after, .desktop-nav button::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  background: var(--orange);
  content: "";
  opacity: 0;
  transform: scaleX(0.25);
  transition: 180ms ease;
}
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .desktop-nav button:hover::after, .desktop-nav button:focus-visible::after { opacity: 1; transform: scaleX(1); }
.header-cta {
  justify-self: end;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border: 1px solid var(--orange);
  background: var(--orange);
  color: var(--deep);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: 180ms ease;
}
.header-cta:hover { border-color: white; background: white; color: var(--deep); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 11px; }
.language-switch { display: inline-flex; overflow: hidden; border: 1px solid rgb(255 255 255 / 42%); border-radius: 999px; }
.language-switch a { min-width: 38px; padding: 8px 9px; color: rgb(255 255 255 / 68%); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-align: center; text-decoration: none; }
.language-switch a[aria-current="true"] { background: white; color: var(--deep); }
.mobile-language-switch { display: flex; gap: 4px; margin-top: 5px; padding-top: 10px; border-top: 1px solid var(--line); }
.mobile-language-switch a { flex: 1; text-align: center !important; }
.mobile-language-switch a[aria-current="true"] { background: var(--navy); color: white; }
.mobile-menu { display: none; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(310px, 0.55fr);
  min-height: 630px;
  border-bottom: 1px solid var(--line);
}
.hero-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 88px 84px 88px 0;
  border-right: 1px solid var(--line);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 26px;
  color: var(--orange-strong);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.eyebrow::before { width: 32px; height: 2px; background: currentColor; content: ""; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, .aside-big { font-family: Georgia, "Times New Roman", serif; }
h1 {
  max-width: 860px;
  margin-bottom: 0;
  color: var(--deep);
  font-size: clamp(58px, 5.6vw, 84px);
  font-weight: 400;
  line-height: 0.99;
  letter-spacing: -0.045em;
}
h1 em { color: var(--orange); font-weight: 400; }
.hero-lead { max-width: 720px; margin: 32px 0 34px; color: #4d5b65; font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 28px;
  border: 1px solid var(--navy);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.055em;
  text-decoration: none;
  transition: 180ms ease;
}
.button:hover { box-shadow: 0 9px 24px rgb(23 54 79 / 14%); transform: translateY(-2px); }
.button-primary { background: var(--navy); color: white; }
.button-secondary { background: transparent; color: var(--navy); }
.hero-aside {
  min-width: 0;
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px 0 68px 52px;
}
.hero-aside::after {
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 330px;
  height: 330px;
  border: 58px solid rgb(214 132 56 / 12%);
  border-radius: 50%;
  content: "";
}
.aside-label { color: var(--navy); font-family: Georgia, serif; font-size: 15px; font-style: italic; }
.aside-copy { position: relative; z-index: 1; max-width: 310px; padding-top: 24px; border-top: 1px solid var(--navy); }
.aside-big { margin-bottom: 18px; color: var(--deep); font-size: 32px; line-height: 1.12; letter-spacing: -0.025em; }
.aside-copy p:last-child { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.intro {
  display: grid;
  grid-template-columns: 0.45fr 1.2fr 0.75fr;
  gap: 72px;
  padding-block: 118px;
  border-bottom: 1px solid var(--line);
}
.section-index { color: var(--navy); font-family: Georgia, serif; font-size: 15px; font-style: italic; }
.intro h2, .section-head h2, .innovation h2, .volunteer h2 {
  margin-bottom: 24px;
  color: var(--deep);
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.035em;
}
.intro-copy > p:last-child { max-width: 700px; margin-bottom: 0; color: #4f5f69; font-size: 16px; line-height: 1.8; }
.about-board-button { min-height: 48px; display: inline-flex; align-items: center; gap: 22px; margin-top: 28px; padding: 0 20px; border: 1px solid var(--navy); background: transparent; color: var(--navy); font-size: 12px; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; transition: 180ms ease; }
.about-board-button:hover { background: var(--navy); color: white; transform: translateY(-2px); }
blockquote {
  margin: 46px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid var(--orange);
  color: var(--orange-strong);
  font-family: Georgia, serif;
  font-size: 23px;
  font-style: italic;
  line-height: 1.45;
}

.activities { padding-block: 112px; background: var(--paper-warm); }
.section-head {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: end;
  gap: 100px;
  margin-bottom: 62px;
}
.section-head h2 { max-width: 820px; margin-bottom: 0; }
.section-head > p { margin-bottom: 5px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.activity-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--navy); border-bottom: 1px solid var(--line); }
.activity-item { min-height: 150px; padding: 28px 28px 28px 0; }
.activity-item:not(:nth-child(3n + 1)) { padding-left: 28px; border-left: 1px solid var(--line); }
.activity-item:nth-child(n + 4) { border-top: 1px solid var(--line); }
.activity-item span { color: var(--orange-strong); font-size: 11px; font-weight: 800; letter-spacing: 0.1em; }
.activity-item h3 { max-width: 300px; margin: 34px 0 0; color: var(--deep); font-family: Georgia, serif; font-size: 25px; font-weight: 400; line-height: 1.2; }

.projects { padding-block: 118px; }
.projects-head { margin-bottom: 54px; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--navy); }
.project-card { position: relative; min-height: 250px; border-bottom: 1px solid var(--line); transition: background 220ms ease; }
.project-card:nth-child(even) { border-left: 1px solid var(--line); }
.project-card summary { min-height: 250px; display: flex; padding: 34px 52px 36px 0; cursor: pointer; flex-direction: column; list-style: none; }
.project-card:nth-child(even) summary, .project-card:nth-child(even) .project-detail { padding-right: 0; padding-left: 52px; }
.project-card summary::-webkit-details-marker { display: none; }
.project-meta { display: flex; align-items: center; justify-content: space-between; color: var(--orange-strong); font-size: 10px; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.project-title-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; margin-top: 44px; }
.project-title { max-width: 520px; color: var(--deep); font-size: clamp(28px, 3vw, 40px); font-weight: 850; line-height: 1.08; letter-spacing: -0.045em; }
.project-hint { margin-top: auto; padding-top: 24px; color: #4f606b; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.project-toggle { position: relative; width: 42px; height: 42px; border: 1px solid var(--navy); border-radius: 50%; transition: background 200ms ease, transform 300ms ease; }
.project-toggle::before, .project-toggle span { position: absolute; top: 50%; left: 50%; width: 15px; height: 2px; background: var(--navy); content: ""; transform: translate(-50%, -50%); }
.project-toggle span { transform: translate(-50%, -50%) rotate(90deg); transition: transform 240ms ease; }
.project-card[open] .project-toggle { background: var(--orange); transform: rotate(180deg); }
.project-card[open] .project-toggle span { transform: translate(-50%, -50%) rotate(0); }
.project-card[open] .project-hint { color: var(--orange-strong); }
.project-detail { overflow: hidden; padding: 0 52px 34px 0; animation: accordion-in 300ms ease both; }
.project-detail p { max-width: 570px; margin-bottom: 0; color: #44545f; font-size: 15px; line-height: 1.75; }

.innovation { overflow: hidden; padding-block: 104px; background: var(--navy); color: white; }
.innovation-grid { display: grid; grid-template-columns: 1fr 0.72fr; align-items: end; gap: 120px; }
.innovation h2 { max-width: 700px; margin-bottom: 0; color: white; font-size: clamp(52px, 6vw, 82px); }
.eyebrow-light { color: #ffc17f; }
.innovation-grid > div:last-child p { margin-bottom: 30px; color: rgb(255 255 255 / 88%); font-size: 15px; line-height: 1.75; }
.button-light { border-color: white; background: white; color: var(--deep); }

.volunteer { position: relative; display: grid; grid-template-columns: 0.35fr 1fr 0.65fr; align-items: center; gap: 68px; padding-block: 120px; }
.volunteer-mark { display: flex; width: 150px; height: 150px; align-items: center; justify-content: center; border: 1px solid var(--navy); border-radius: 50%; color: var(--orange); font-family: Georgia, serif; font-size: 88px; line-height: 1; }
.volunteer h2 { max-width: 620px; }
.volunteer-copy > p:last-child { max-width: 660px; margin-bottom: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.volunteer-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 25px; }
.text-link { color: var(--navy); font-size: 13px; font-weight: 750; text-underline-offset: 5px; }

footer { background: var(--deep); color: white; }
.footer-main { display: grid; grid-template-columns: 1.25fr 0.7fr 0.7fr; gap: 70px; padding-block: 76px; border-bottom: 1px solid rgb(255 255 255 / 18%); }
.footer-brand { display: flex; align-items: center; gap: 24px; }
.footer-brand img { width: 88px; height: 88px; object-fit: contain; filter: drop-shadow(0 5px 16px rgb(0 0 0 / 15%)); }
.footer-brand p { margin-bottom: 0; font-family: Georgia, serif; font-size: 21px; line-height: 1.35; }
.footer-contact { display: flex; align-items: flex-start; flex-direction: column; gap: 12px; font-size: 14px; }
.footer-contact a { text-underline-offset: 4px; }
.footer-contact span { color: rgb(255 255 255 / 78%); }
.footer-label { margin-bottom: 8px; color: #f2b06f; font-size: 10px; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.footer-whatsapp { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; padding-block: 42px; border-bottom: 1px solid rgb(255 255 255 / 18%); }
.footer-whatsapp h2 { margin: 0 0 8px; color: white; font-size: clamp(28px, 3vw, 42px); font-weight: 850; letter-spacing: -0.04em; }
.footer-whatsapp p:not(.footer-label) { max-width: 680px; margin: 0; color: rgb(255 255 255 / 78%); font-size: 14px; line-height: 1.65; }
.whatsapp-button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 26px; border: 1px solid #54d482; background: #25d366; color: #092d18; font-size: 13px; font-weight: 900; letter-spacing: 0.04em; text-decoration: none; transition: 180ms ease; }
.whatsapp-button:hover { background: #6bea98; box-shadow: 0 12px 34px rgb(37 211 102 / 20%); transform: translateY(-2px); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-block: 22px; color: rgb(255 255 255 / 74%); font-size: 11px; letter-spacing: 0.04em; }

/* Enerjik gençlik ağı yönü */
.hero {
  position: relative;
  isolation: isolate;
  border-bottom: 0;
  color: var(--ink);
  box-shadow: 0 0 0 100vmax var(--paper-warm);
  clip-path: inset(0 -100vmax);
}
.hero::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -10%;
  width: 48%;
  height: 100%;
  background: linear-gradient(135deg, transparent 0 49.5%, rgb(214 132 56 / 13%) 50% 65%, transparent 65.5%);
  content: "";
  pointer-events: none;
}
.hero-main { border-right-color: rgb(23 54 79 / 18%); }
.hero-main > * { animation: hero-rise 620ms ease both; }
.hero-main > :nth-child(2) { animation-delay: 80ms; }
.hero-main > :nth-child(3) { animation-delay: 160ms; }
.hero-main > :nth-child(4) { animation-delay: 240ms; }
.hero h1 {
  max-width: 900px;
  color: var(--deep);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(62px, 6vw, 92px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.06em;
}
.hero h1 em { color: var(--orange-strong); font-style: normal; font-weight: 900; }
.hero .eyebrow { color: var(--orange-strong); }
.hero-lead { color: #3f505c; }
.hero .button-primary { border-color: var(--orange); background: var(--orange); color: var(--deep); }
.hero .button-secondary { border-color: var(--navy); color: var(--navy); }
.hero .button-secondary:hover { border-color: var(--navy); background: var(--navy); color: white; }
.hero-aside { align-items: center; padding-left: 52px; }
.hero-aside::after { display: none; }
.orbit-stage {
  position: relative;
  width: min(100%, 340px);
  height: 330px;
  display: grid;
  place-items: center;
}
.orbit-stage::before {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--orange);
  content: "";
  transform: translate(104px, -74px);
  box-shadow: 0 0 0 12px rgb(214 132 56 / 18%);
}
.orbit-stage img {
  position: relative;
  z-index: 2;
  width: 142px;
  height: 142px;
  padding: 15px;
  border: 1px solid rgb(23 54 79 / 18%);
  border-radius: 50%;
  background: rgb(251 250 247 / 96%);
  object-fit: contain;
  box-shadow: 0 24px 64px rgb(0 0 0 / 28%);
  animation: logo-float 5s ease-in-out infinite;
}
.orbit {
  position: absolute;
  inset: 18px;
  border: 1px solid rgb(23 54 79 / 32%);
  border-radius: 50%;
}
.orbit-one { animation: orbit-one-spin 18s linear infinite; }
.orbit-two { inset: 50px 4px; border-color: rgb(168 79 13 / 68%); animation: orbit-two-spin 14s linear infinite reverse; }
.orbit-three { inset: 78px 26px; border-style: dashed; animation: orbit-three-spin 11s linear infinite; }
.orbit-dot {
  position: absolute;
  z-index: 3;
  width: 12px;
  height: 12px;
  border: 3px solid var(--paper-warm);
  border-radius: 50%;
  background: white;
}
.orbit-dot-one { top: 58px; left: 54px; }
.orbit-dot-two { right: 28px; bottom: 84px; background: var(--orange); }
.orbit-dot-one { animation: node-pulse 2.8s ease-in-out infinite; }
.orbit-dot-two { animation: node-pulse 2.8s 1.4s ease-in-out infinite; }
.hero-aside .aside-copy { width: 100%; max-width: 340px; border-top-color: rgb(23 54 79 / 28%); }
.hero-aside .aside-label { display: block; margin-bottom: 18px; color: var(--orange-strong); font-family: inherit; font-size: 10px; font-style: normal; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; }
.hero-aside .aside-big { color: var(--deep); font-family: inherit; font-size: 29px; font-weight: 800; }
.hero-aside .aside-copy p:last-child { color: #4a5a65; }

.program-strip { background: var(--orange); color: var(--deep); }
.program-strip-inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}
.program-strip span {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
  transition: background 180ms ease, letter-spacing 180ms ease;
}
.program-strip span:hover { background: rgb(255 255 255 / 18%); letter-spacing: 0.12em; }
.program-strip span + span { border-left: 1px solid rgb(23 54 79 / 24%); }

.impact-counters { overflow: hidden; background: var(--deep); color: white; }
.counter-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.counter-item { min-height: 156px; display: flex; justify-content: center; padding: 30px 22px; flex-direction: column; }
.counter-item + .counter-item { border-left: 1px solid rgb(255 255 255 / 15%); }
.counter-item p { display: flex; align-items: baseline; margin: 0 0 11px; color: white; font-size: clamp(42px, 4vw, 64px); font-weight: 950; line-height: 0.9; letter-spacing: -0.055em; }
.counter-suffix { color: var(--orange); font-size: 0.66em; }
.counter-item > span { color: rgb(255 255 255 / 82%); font-size: 10px; font-weight: 850; line-height: 1.45; letter-spacing: 0.09em; overflow-wrap: anywhere; text-transform: uppercase; }

.intro h2, .section-head h2, .innovation h2, .volunteer h2,
.activity-item h3, .project-card h3 {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 850;
  letter-spacing: -0.045em;
}
.section-head h2 { line-height: 0.98; }
.activity-item { position: relative; overflow: hidden; }
.activity-item::after {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 24px;
  height: 24px;
  border: 6px solid rgb(214 132 56 / 18%);
  border-radius: 50%;
  content: "";
}
.project-card { position: relative; }
.project-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--orange);
  content: "";
  opacity: 0;
  transform: scaleX(0.2);
  transform-origin: left;
  transition: 180ms ease;
}
.project-card:hover, .project-card[open] { background: #fff; }
.project-card:hover::before { opacity: 1; transform: scaleX(1); }
.project-card[open]::before { opacity: 1; transform: scaleX(1); }
.volunteer-mark { border-width: 10px; border-color: rgb(38 76 109 / 14%); background: var(--orange); color: var(--deep); font-family: inherit; font-size: 72px; font-weight: 950; box-shadow: 0 0 0 1px var(--navy); }

.stories { overflow: hidden; padding-block: 104px; background: var(--paper-warm); border-top: 1px solid var(--line); }
.stories-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; margin-bottom: 46px; }
.stories-head h2 { max-width: 760px; margin: 0; color: var(--deep); font-size: clamp(42px, 5vw, 68px); font-weight: 900; line-height: 0.96; letter-spacing: -0.055em; }
.stories-actions { display: flex; align-items: center; gap: 16px; }
.story-share-button { min-height: 50px; display: inline-flex; align-items: center; gap: 18px; padding: 0 20px; border: 1px solid var(--navy); background: var(--navy); color: white; font-size: 12px; font-weight: 900; letter-spacing: 0.05em; }
.story-share-button:hover { border-color: var(--orange); background: var(--orange); color: var(--deep); }
.story-controls { display: flex; gap: 8px; }
.story-controls button { width: 50px; height: 50px; border: 1px solid var(--navy); background: transparent; color: var(--navy); font-size: 20px; transition: 180ms ease; }
.story-controls button:hover { background: var(--navy); color: white; }
.story-track { display: flex; gap: 24px; padding-bottom: 12px; scroll-behavior: smooth; scroll-snap-type: x mandatory; overflow-x: auto; scrollbar-width: none; }
.story-track::-webkit-scrollbar { display: none; }
.story-card { min-width: min(430px, 76vw); min-height: 330px; display: flex; padding: 34px; border: 1px solid var(--line); background: white; scroll-snap-align: start; flex-direction: column; }
.story-quote { color: var(--orange); font-family: Georgia, serif; font-size: 76px; line-height: 0.72; }
.story-card blockquote { margin: 26px 0 34px; padding: 0; border: 0; color: var(--ink); font-family: inherit; font-size: 17px; font-style: normal; line-height: 1.7; }
.story-card > div { display: flex; margin-top: auto; flex-direction: column; gap: 5px; }
.story-card strong { color: var(--deep); font-size: 15px; font-weight: 900; }
.story-card > div span { color: var(--orange-strong); font-size: 10px; font-weight: 850; letter-spacing: 0.11em; text-transform: uppercase; }
.story-empty { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 34px; border: 1px dashed var(--navy); }
.story-empty p { margin: 0; color: var(--deep); font-size: 22px; font-weight: 800; }
.story-empty button { min-height: 46px; padding: 0 18px; border: 1px solid var(--navy); background: var(--navy); color: white; font-weight: 850; }

.volunteer-dialog {
  width: min(760px, calc(100% - 32px));
  max-height: min(88vh, 820px);
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  overflow: visible;
}
.volunteer-dialog::backdrop { background: rgb(9 27 40 / 74%); backdrop-filter: blur(8px); }
.dream-dialog { width: min(1180px, calc(100% - 28px)); max-width: none; max-height: 92vh; padding: 0; border: 0; background: transparent; color: var(--ink); overflow: visible; }
.dream-dialog::backdrop { background: rgb(9 27 40 / 82%); backdrop-filter: blur(9px); }
.dream-panel { position: relative; max-height: 92vh; padding: 42px; background: var(--paper); box-shadow: 0 30px 100px rgb(0 0 0 / 38%); overflow-y: auto; }
.dream-panel::before { position: absolute; top: 0; right: 0; left: 0; height: 7px; background: linear-gradient(90deg, var(--orange) 0 30%, var(--navy) 30%); content: ""; }
.dream-close { z-index: 1001; }
.dream-heading { display: grid; grid-template-columns: 1fr 0.7fr; align-items: end; gap: 60px; padding-right: 52px; margin-bottom: 30px; }
.dream-heading h2 { max-width: 720px; margin: 0; color: var(--deep); font-size: clamp(42px, 6vw, 72px); font-weight: 900; line-height: 0.92; letter-spacing: -0.06em; }
.dream-heading > p { margin: 0 0 4px; color: #4b5b66; font-size: 14px; line-height: 1.7; }
.dream-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr); gap: 28px; align-items: start; }
.dream-map-wrap { min-width: 0; }
.dream-map { width: 100%; height: 570px; border: 1px solid var(--line); background: #dce9ef; }
.map-help { margin: 10px 0 0; color: #596a74; font-size: 11px; line-height: 1.5; }
.dream-form { display: flex; flex-direction: column; gap: 16px; padding: 22px; border: 1px solid var(--line); background: white; }
.dream-form .field small { color: #6b7982; font-size: 10px; }
.dream-form .consent { font-size: 11px; }
.dream-form .dream-submit { width: 100%; }
.dream-open-button { border-color: var(--orange-strong); background: var(--deep); color: white; }
.dream-open-button:hover { border-color: var(--orange); background: var(--orange); color: var(--deep); }
.dream-popup { min-width: 170px; color: var(--ink); }
.dream-popup strong { display: block; margin-bottom: 7px; color: var(--deep); font-size: 13px; }
.dream-popup p { margin: 0; color: #40515c; font-size: 12px; line-height: 1.5; }
.leaflet-container { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.leaflet-control-attribution { font-size: 9px; }
.dialog-panel { position: relative; max-height: min(88vh, 820px); padding: 48px; background: var(--paper); box-shadow: 0 30px 100px rgb(0 0 0 / 34%); overflow-y: auto; }
.dialog-panel::before { position: absolute; top: 0; right: 0; left: 0; height: 7px; background: linear-gradient(90deg, var(--navy) 0 70%, var(--orange) 70%); content: ""; }
.dialog-close { position: absolute; top: 22px; right: 22px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--deep); font-size: 26px; line-height: 1; }
.dialog-close:hover { border-color: var(--navy); background: var(--navy); color: white; }
.volunteer-dialog h2 { max-width: 560px; margin-bottom: 16px; color: var(--deep); font-size: clamp(38px, 6vw, 58px); font-weight: 900; line-height: 0.98; letter-spacing: -0.05em; }
.dialog-intro { max-width: 590px; margin-bottom: 32px; color: #4b5b66; font-size: 15px; line-height: 1.7; }
.volunteer-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.field { display: flex; flex-direction: column; gap: 9px; }
.field-wide { grid-column: 1 / -1; }
.field > span:first-child { color: var(--deep); font-size: 11px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.field input, .field textarea { width: 100%; min-height: 50px; padding: 11px 14px; border: 1px solid #aeb9bf; border-radius: 0; background: white; color: var(--ink); font-size: 16px; outline: none; }
.field textarea { min-height: 112px; line-height: 1.55; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--orange-strong); box-shadow: 0 0 0 3px rgb(214 132 56 / 18%); }
.consent { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 12px; padding: 17px; border: 1px solid var(--line); background: var(--paper-warm); color: #3f505b; font-size: 13px; line-height: 1.55; }
.consent input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--navy); }
.consent strong { display: block; margin-bottom: 2px; color: var(--deep); }
.form-note { margin: -4px 0 0; color: #596a74; font-size: 12px; line-height: 1.55; }
.form-submit { width: fit-content; margin-top: 2px; }
.form-submit:disabled { cursor: wait; opacity: 0.62; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 0; margin: -2px 0 0; font-size: 13px; font-weight: 750; line-height: 1.5; }
.form-status:empty { display: none; }
.form-status.is-loading { color: var(--navy); }
.form-status.is-success { padding: 13px 15px; background: #e4f3e9; color: #165c32; }
.form-status.is-error { padding: 13px 15px; background: #fbe7e4; color: #8c2f22; }
.consent a { color: var(--navy); font-weight: 800; text-underline-offset: 3px; }
.board-panel { width: 100%; }
.board-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 34px; border: 1px solid var(--line); background: var(--line); }
.board-card { min-height: 190px; padding: 28px; background: white; }
.board-card-mark { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 38px; border-radius: 50%; background: var(--orange); color: var(--deep); font-size: 19px; font-weight: 950; }
.board-card h3 { margin: 0 0 9px; color: var(--deep); font-size: clamp(23px, 3vw, 30px); font-weight: 850; line-height: 1.05; letter-spacing: -0.04em; }
.board-card p { margin: 0; color: var(--orange-strong); font-size: 11px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.board-empty { padding: 24px; border: 1px solid var(--line); background: var(--paper-warm); color: #4b5b66; }

/* PRN ve OID bilgilendirme rehberi */
.desktop-nav a[aria-current="page"] { color: #ffc17f; }
.desktop-nav a[aria-current="page"]::after { opacity: 1; transform: scaleX(1); }
.guide-page { overflow: hidden; }
.guide-hero { position: relative; padding-block: 104px 94px; background: var(--deep); color: white; }
.guide-hero::after { position: absolute; right: -160px; bottom: -230px; width: 470px; height: 470px; border: 82px solid rgb(214 132 56 / 18%); border-radius: 50%; content: ""; pointer-events: none; }
.guide-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(290px, 0.55fr); align-items: end; gap: 110px; }
.guide-hero h1 { max-width: 880px; color: white; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: clamp(58px, 6vw, 88px); font-weight: 950; line-height: 0.94; letter-spacing: -0.06em; }
.guide-lead { max-width: 790px; margin: 34px 0 0; color: rgb(255 255 255 / 78%); font-size: 17px; line-height: 1.75; }
.guide-quick-note { padding: 30px; border-top: 5px solid var(--orange); background: white; color: var(--ink); box-shadow: 0 28px 70px rgb(0 0 0 / 24%); }
.guide-quick-note > span { display: block; margin-bottom: 20px; color: var(--orange-strong); font-size: 10px; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.guide-quick-note strong { display: block; margin-bottom: 14px; color: var(--deep); font-size: 26px; line-height: 1.1; letter-spacing: -0.035em; }
.guide-quick-note p { margin: 0; color: #4a5b66; font-size: 14px; line-height: 1.7; }
.guide-jump { display: grid; grid-template-columns: repeat(4, 1fr); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
.guide-jump a { min-height: 86px; display: flex; align-items: center; gap: 13px; padding: 20px; color: var(--deep); font-size: 12px; font-weight: 850; text-decoration: none; transition: 180ms ease; }
.guide-jump a + a { border-left: 1px solid var(--line); }
.guide-jump a:hover { background: var(--paper-warm); color: var(--orange-strong); }
.guide-jump span { color: var(--orange-strong); font-size: 10px; letter-spacing: 0.08em; }
.guide-section { padding-block: 112px; scroll-margin-top: 100px; }
.guide-section-warm { background: var(--paper-warm); }
.guide-section-heading { display: grid; grid-template-columns: 0.34fr 1fr; gap: 72px; margin-bottom: 56px; }
.guide-section-heading h2, .guide-checklist h2, .guide-help h2 { max-width: 850px; margin: 0; color: var(--deep); font-size: clamp(42px, 5vw, 68px); font-weight: 900; line-height: 0.98; letter-spacing: -0.055em; }
.guide-section-intro { max-width: 720px; margin: 22px 0 0; color: #4c5e69; font-size: 15px; line-height: 1.75; }
.identifier-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.identifier-card { position: relative; min-height: 410px; padding: 38px; border: 1px solid var(--line); background: white; }
.identifier-card::after { position: absolute; right: 32px; bottom: 32px; width: 54px; height: 54px; border: 12px solid rgb(23 54 79 / 8%); border-radius: 50%; content: ""; }
.identifier-card-orange { border-top: 7px solid var(--orange); }
.identifier-card-blue { border-top: 7px solid var(--navy); }
.identifier-code { display: block; margin-bottom: 42px; color: var(--deep); font-size: clamp(66px, 8vw, 100px); font-weight: 950; line-height: 0.8; letter-spacing: -0.07em; }
.identifier-card-orange .identifier-code { color: var(--orange-strong); }
.identifier-label { margin-bottom: 11px; color: var(--orange-strong); font-size: 10px; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.identifier-card h3 { margin: 0 0 18px; color: var(--deep); font-size: 24px; font-weight: 900; letter-spacing: -0.03em; }
.identifier-card > p:last-of-type { max-width: 590px; margin: 0; color: #4b5b66; font-size: 14px; line-height: 1.75; }
.guide-callout { margin-top: 24px; padding: 25px 28px; border-left: 5px solid var(--orange); background: var(--deep); color: rgb(255 255 255 / 82%); font-size: 14px; line-height: 1.7; }
.guide-callout strong, .guide-callout b { color: white; }
.guide-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--navy); }
.guide-steps li { display: grid; grid-template-columns: 95px 1fr; gap: 28px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.guide-steps li > span { color: var(--orange-strong); font-size: 12px; font-weight: 900; letter-spacing: 0.12em; }
.guide-steps h3 { margin: 0 0 10px; color: var(--deep); font-size: 24px; font-weight: 900; letter-spacing: -0.035em; }
.guide-steps p { max-width: 870px; margin: 0; color: #4b5c67; font-size: 14px; line-height: 1.75; }
.guide-link-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; margin-top: 44px; padding: 34px; background: white; border: 1px solid var(--line); }
.guide-link-panel span, .guide-action-card > span { color: var(--orange-strong); font-size: 10px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.guide-link-panel h3 { margin: 8px 0; color: var(--deep); font-size: 27px; font-weight: 900; letter-spacing: -0.035em; }
.guide-link-panel p { margin: 0; color: #586873; font-size: 13px; }
.guide-actions-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 42px; }
.guide-action-card { min-height: 150px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 12px 24px; padding: 30px; border: 1px solid var(--navy); color: var(--deep); text-decoration: none; transition: 180ms ease; }
.guide-action-card > span { grid-column: 1 / -1; }
.guide-action-card strong { font-size: 24px; font-weight: 900; letter-spacing: -0.035em; }
.guide-action-card b { font-size: 24px; }
.guide-action-card:hover { background: var(--paper-warm); transform: translateY(-3px); }
.guide-action-primary { border-color: var(--navy); background: var(--navy); color: white; }
.guide-action-primary > span { color: #ffc17f; }
.guide-action-primary:hover { background: var(--deep); }
.guide-checklist { padding-block: 100px; background: var(--navy); color: white; scroll-margin-top: 100px; }
.guide-checklist-grid { display: grid; grid-template-columns: 0.78fr 1fr; gap: 110px; }
.guide-checklist h2 { color: white; }
.guide-checklist-grid > div > p:last-child { max-width: 560px; margin: 26px 0 0; color: rgb(255 255 255 / 76%); font-size: 15px; line-height: 1.75; }
.guide-checklist ul { margin: 0; padding: 0; list-style: none; }
.guide-checklist li { position: relative; padding: 21px 0 21px 48px; border-bottom: 1px solid rgb(255 255 255 / 19%); color: rgb(255 255 255 / 88%); font-size: 14px; line-height: 1.6; }
.guide-checklist li:first-child { border-top: 1px solid rgb(255 255 255 / 19%); }
.guide-checklist li::before { position: absolute; top: 20px; left: 0; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: var(--deep); content: "✓"; font-size: 14px; font-weight: 950; }
.guide-help { padding-block: 112px; text-align: center; }
.guide-help .eyebrow { justify-content: center; }
.guide-help h2 { max-width: 870px; margin-inline: auto; }
.guide-help > p:not(.eyebrow) { max-width: 760px; margin: 26px auto 34px; color: #4e5f69; font-size: 15px; line-height: 1.75; }
.guide-help > div { display: flex; justify-content: center; gap: 14px; }

/* Bölümlü bilgilendirme merkezi */
.info-hub-hero h1 { max-width: 920px; }
.info-topic-list { padding-block: 108px; }
.info-topic-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .45fr); align-items: end; gap: 80px; margin-bottom: 54px; }
.info-topic-heading h2 { max-width: 780px; margin: 0; color: var(--deep); font-size: clamp(44px, 5vw, 70px); font-weight: 900; line-height: .98; letter-spacing: -.055em; }
.info-topic-heading > p { margin: 0; color: #53636d; font-size: 14px; line-height: 1.75; }
.info-topic { border-top: 1px solid var(--navy); background: transparent; }
.info-topic:last-of-type { border-bottom: 1px solid var(--navy); }
.info-topic > summary { min-height: 132px; display: grid; grid-template-columns: 76px minmax(0, 1fr) 58px; align-items: center; gap: 26px; padding: 24px 8px; color: var(--deep); cursor: pointer; list-style: none; transition: background 180ms ease, padding 180ms ease; }
.info-topic > summary::-webkit-details-marker { display: none; }
.info-topic > summary:hover { padding-inline: 22px; background: var(--paper-warm); }
.info-topic[open] > summary { padding-inline: 22px; background: var(--deep); color: white; }
.info-topic-number { color: var(--orange-strong); font-size: 11px; font-weight: 950; letter-spacing: .12em; }
.info-topic[open] .info-topic-number { color: #ffc17f; }
.info-topic-title { min-width: 0; display: flex; flex-direction: column; gap: 9px; }
.info-topic-title small { color: var(--orange-strong); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.info-topic[open] .info-topic-title small { color: #ffc17f; }
.info-topic-title strong { font-size: clamp(27px, 3.1vw, 45px); font-weight: 900; line-height: 1.05; letter-spacing: -.045em; overflow-wrap: anywhere; }
.info-topic-toggle { position: relative; width: 46px; height: 46px; border: 1px solid currentColor; border-radius: 50%; }
.info-topic-toggle::before, .info-topic-toggle::after { position: absolute; top: 50%; left: 50%; width: 16px; height: 2px; background: currentColor; content: ""; transform: translate(-50%, -50%); transition: transform 180ms ease; }
.info-topic-toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.info-topic[open] .info-topic-toggle::after { transform: translate(-50%, -50%) rotate(0); }
.info-topic-content { padding: 58px 46px 70px 110px; border-inline: 1px solid var(--line); background: white; animation: info-reveal 280ms ease both; }
.info-topic-intro { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1fr); gap: 70px; margin-bottom: 46px; }
.info-topic-intro h3, .info-split-guides h3 { margin: 0; color: var(--deep); font-size: clamp(30px, 3.5vw, 48px); font-weight: 900; line-height: 1.02; letter-spacing: -.045em; }
.info-topic-intro p { max-width: 750px; margin: 0; color: #4c5e69; font-size: 15px; line-height: 1.8; }
.info-mini-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.info-mini-steps li { display: grid; grid-template-columns: 72px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.info-mini-steps li > span { padding-top: 4px; color: var(--orange-strong); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.info-mini-steps h4, .info-split-guides .guide-steps h4, .identifier-card h4 { margin: 0 0 8px; color: var(--deep); font-size: 22px; font-weight: 900; line-height: 1.15; letter-spacing: -.03em; }
.info-mini-steps p, .info-split-guides .guide-steps p { max-width: 880px; margin: 0; color: #52636d; font-size: 14px; line-height: 1.7; }
.info-option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.info-option-grid article { min-height: 230px; padding: 30px; background: var(--paper); }
.info-option-grid article > span { display: block; margin-bottom: 30px; color: var(--orange-strong); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.info-option-grid h4 { margin: 0 0 12px; color: var(--deep); font-size: 26px; font-weight: 900; letter-spacing: -.035em; }
.info-option-grid p { margin: 0; color: #52636d; font-size: 14px; line-height: 1.7; }
.info-note, .info-warning { margin-top: 28px; padding: 22px 25px; border-left: 5px solid var(--orange); background: var(--paper-warm); color: #435660; font-size: 14px; line-height: 1.7; }
.info-warning { background: var(--deep); color: rgb(255 255 255 / 84%); }
.info-note strong { color: var(--deep); }
.info-warning strong { color: white; }
.info-topic-action { width: auto; margin-top: 28px; }
.info-topic-featured { border-top-width: 5px; border-top-color: var(--orange); }
.info-topic-featured .identifier-grid { margin-bottom: 60px; }
.info-topic-featured .identifier-card { min-height: 350px; }
.info-topic-featured .identifier-card > p:last-of-type { margin: 0; }
.info-split-guides { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 54px; }
.info-split-guides > article { min-width: 0; padding: 34px; border: 1px solid var(--line); }
.info-split-guides .guide-steps { margin-top: 30px; }
.info-split-guides .guide-steps li { grid-template-columns: 48px 1fr; gap: 12px; padding-block: 22px; }
.info-split-guides .button { width: auto; margin-top: 26px; }
.info-inline-actions { display: grid; gap: 10px; margin-top: 26px; }
.info-inline-actions a { padding: 16px 18px; background: var(--navy); color: white; font-size: 12px; font-weight: 850; text-decoration: none; }
.info-example-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 28px; }
.info-example-grid article { padding: 24px; border: 1px solid var(--line); background: var(--paper); }
.info-example-grid article:last-child { border-color: var(--navy); background: var(--navy); color: white; }
.info-example-grid span { display: block; margin-bottom: 16px; color: var(--orange-strong); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.info-example-grid article:last-child span { color: #ffc17f; }
.info-example-grid p { margin: 0; font-size: 14px; line-height: 1.7; }
.info-check-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.info-check-chips span { padding: 11px 15px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper-warm); color: var(--deep); font-size: 11px; font-weight: 800; }
.info-check-chips span::before { margin-right: 7px; color: var(--orange-strong); content: "✓"; }
.info-faq-list { border-top: 1px solid var(--line); }
.info-faq-item { border-bottom: 1px solid var(--line); }
.info-faq-item > summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 4px; color: var(--deep); cursor: pointer; font-size: 17px; font-weight: 850; line-height: 1.4; list-style: none; }
.info-faq-item > summary::-webkit-details-marker { display: none; }
.info-faq-item > summary span { flex: 0 0 auto; color: var(--orange-strong); font-size: 25px; font-weight: 500; transition: transform 180ms ease; }
.info-faq-item[open] > summary span { transform: rotate(45deg); }
.info-faq-item > p { max-width: 900px; margin: -2px 48px 24px 4px; color: #50616c; font-size: 14px; line-height: 1.75; animation: info-reveal 180ms ease both; }

@keyframes info-reveal {
  from { opacity: 0; transform: translateY(-12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Fırsatlar merkezi */
.opportunities-page { overflow: hidden; }
.opportunities-hero { position: relative; padding-block: 98px 88px; background: var(--deep); color: white; }
.opportunities-hero::after { position: absolute; right: -120px; bottom: -220px; width: 480px; height: 480px; border: 76px solid rgb(214 132 56 / 18%); border-radius: 50%; content: ""; }
.opportunities-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr); align-items: end; gap: 90px; }
.opportunities-hero h1 { max-width: 900px; color: white; font-family: Inter, ui-sans-serif, sans-serif; font-size: clamp(56px, 6vw, 88px); font-weight: 950; line-height: .94; letter-spacing: -.06em; }
.opportunities-hero-grid > p { margin: 0; color: rgb(255 255 255 / 78%); font-size: 16px; line-height: 1.75; }
.opportunities-content { padding-block: 104px 120px; }
.opportunities-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.opportunities-toolbar h2, .opportunity-preview-head h2 { max-width: 780px; margin: 0; color: var(--deep); font-size: clamp(40px, 4.8vw, 66px); font-weight: 900; line-height: .98; letter-spacing: -.055em; }
.opportunity-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.opportunity-filters button { min-height: 42px; padding: 0 17px; border: 1px solid var(--line); background: white; color: var(--deep); font-size: 11px; font-weight: 850; }
.opportunity-filters button[aria-pressed="true"] { border-color: var(--navy); background: var(--navy); color: white; }
.opportunity-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.opportunity-card { min-width: 0; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-top: 6px solid var(--orange); background: white; box-shadow: 0 18px 55px rgb(23 54 79 / 7%); transition: transform 180ms ease, box-shadow 180ms ease; }
.opportunity-card:hover { box-shadow: 0 24px 62px rgb(23 54 79 / 14%); transform: translateY(-5px); }
.opportunity-card[hidden] { display: none; }
.opportunity-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 34px; color: var(--orange-strong); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.opportunity-countdown { padding: 7px 9px; border-radius: 999px; background: #f7e6d7; color: #7b3408; letter-spacing: .02em; white-space: nowrap; }
.opportunity-card h3 { margin: 0 0 26px; color: var(--deep); font-size: clamp(27px, 2.5vw, 36px); font-weight: 900; line-height: 1.04; letter-spacing: -.04em; overflow-wrap: anywhere; }
.opportunity-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 24px; border-block: 1px solid var(--line); }
.opportunity-facts span { min-width: 0; padding: 16px 10px 16px 0; color: #40535f; font-size: 12px; line-height: 1.45; overflow-wrap: anywhere; }
.opportunity-facts span + span { padding-left: 12px; border-left: 1px solid var(--line); }
.opportunity-facts b, .opportunity-bottom b { display: block; margin-bottom: 5px; color: var(--orange-strong); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.opportunity-summary { color: #4d5e68; font-size: 14px; line-height: 1.7; }
.opportunity-summary p { margin-bottom: 0; }
.opportunity-bottom { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 30px; }
.opportunity-bottom > span { color: #42545f; font-size: 12px; }
.opportunity-bottom a { color: var(--deep); font-size: 12px; font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.opportunity-preview { padding-block: 100px; background: var(--paper-warm); }
.opportunity-preview-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.opportunity-grid-preview .opportunity-card { background: var(--paper); }
.opportunity-empty, .opportunity-no-results { padding: 70px 30px; border: 1px solid var(--line); background: var(--paper-warm); text-align: center; }
.opportunity-empty > span { display: block; margin-bottom: 18px; color: var(--orange); font-size: 46px; }
.opportunity-empty h2 { margin-bottom: 18px; color: var(--deep); font-size: clamp(36px, 4vw, 56px); }
.opportunity-empty p { max-width: 650px; margin: 0 auto 28px; color: #53636d; line-height: 1.7; }
.opportunity-empty .button { width: auto; }

@keyframes accordion-in {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes hero-rise {
  from { transform: translateY(14px); }
  to { transform: translateY(0); }
}
@keyframes logo-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes node-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgb(23 54 79 / 0%); }
  50% { box-shadow: 0 0 0 10px rgb(23 54 79 / 12%); }
}
@keyframes orbit-one-spin {
  from { transform: rotate(18deg) scaleX(0.72); }
  to { transform: rotate(378deg) scaleX(0.72); }
}
@keyframes orbit-two-spin {
  from { transform: rotate(-28deg); }
  to { transform: rotate(332deg); }
}
@keyframes orbit-three-spin {
  from { transform: rotate(58deg) scaleX(0.72); }
  to { transform: rotate(418deg) scaleX(0.72); }
}

@media (max-width: 1050px) {
  .shell { width: min(100% - 48px, 1320px); }
  .nav-wrap { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-actions { display: none; }
  .mobile-menu { position: relative; display: block; justify-self: end; }
  .mobile-menu summary { padding: 12px 16px; border: 1px solid rgb(255 255 255 / 62%); color: white; cursor: pointer; font-size: 12px; font-weight: 800; list-style: none; }
  .mobile-menu nav { position: absolute; right: 0; top: calc(100% + 10px); width: 220px; display: flex; padding: 12px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 50px rgb(23 54 79 / 16%); flex-direction: column; }
  .mobile-menu nav a, .mobile-menu nav button { padding: 13px 12px; border: 0; background: transparent; color: var(--deep); text-align: left; text-decoration: none; }
  .mobile-menu nav a:hover, .mobile-menu nav button:hover { background: var(--paper-warm); }
  .hero { grid-template-columns: 1fr; }
  .hero-main { padding-right: 0; border-right: 0; }
  .hero-aside { min-height: 540px; padding: 46px 0; border-top: 1px solid rgb(23 54 79 / 18%); }
  .orbit-stage { height: 310px; }
  .intro { grid-template-columns: 0.35fr 1fr; }
  blockquote { grid-column: 2; margin-top: 0; }
  .volunteer { grid-template-columns: 0.3fr 1fr; }
  .volunteer-actions { grid-column: 2; }
  .dream-heading { grid-template-columns: 1fr; gap: 16px; }
  .dream-layout { grid-template-columns: 1fr; }
  .dream-map { height: 460px; }
  .counter-grid { grid-template-columns: repeat(3, 1fr); }
  .counter-item:nth-child(4) { border-left: 0; }
  .counter-item:nth-child(n + 4) { border-top: 1px solid rgb(255 255 255 / 15%); }
  .guide-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .guide-quick-note { max-width: 600px; }
  .guide-jump { grid-template-columns: repeat(2, 1fr); }
  .guide-jump a:nth-child(3) { border-left: 0; }
  .guide-jump a:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .guide-checklist-grid { gap: 60px; }
  .info-topic-heading { grid-template-columns: 1fr; gap: 25px; }
  .info-topic-content { padding-inline: 42px; }
  .info-topic-intro, .info-split-guides { grid-template-columns: 1fr; gap: 32px; }
  .opportunities-hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .opportunities-toolbar { align-items: flex-start; flex-direction: column; }
  .opportunity-filters { justify-content: flex-start; }
  .opportunity-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .shell { width: calc(100% - 32px); }
  .brand-line { height: 5px; }
  .nav-wrap { min-height: 76px; }
  .brand img { width: 52px; height: 52px; }
  .brand-copy span { display: none; }
  .hero { min-height: auto; }
  .hero-main { padding-block: 64px; }
  h1, .hero h1 { font-size: clamp(40px, 11.7vw, 58px); overflow-wrap: anywhere; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-aside { min-height: 500px; }
  .orbit-stage { width: 300px; height: 290px; }
  .program-strip-inner { grid-template-columns: repeat(2, 1fr); }
  .program-strip span:nth-child(3) { border-left: 0; }
  .program-strip span:nth-child(n + 3) { border-top: 1px solid rgb(23 54 79 / 24%); }
  .counter-grid { grid-template-columns: repeat(2, 1fr); }
  .counter-item { min-height: 130px; padding: 24px 14px; }
  .counter-item:nth-child(odd) { border-left: 0; }
  .counter-item:nth-child(n + 3) { border-top: 1px solid rgb(255 255 255 / 15%); }
  .counter-item:last-child { grid-column: 1 / -1; border-left: 0; }
  .intro, .section-head, .innovation-grid, .volunteer, .footer-main { grid-template-columns: 1fr; gap: 36px; }
  .intro, .projects, .volunteer { padding-block: 80px; }
  blockquote, .volunteer-actions { grid-column: auto; }
  .activities, .innovation { padding-block: 80px; }
  .section-head { align-items: start; margin-bottom: 44px; }
  .activity-grid, .project-grid { grid-template-columns: 1fr; }
  .activity-item, .activity-item:not(:nth-child(3n + 1)), .project-card, .project-card:nth-child(even) { min-height: auto; border-right: 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .activity-item, .activity-item:not(:nth-child(3n + 1)) { padding: 28px 0; }
  .project-card summary, .project-card:nth-child(even) summary { min-height: 220px; padding: 28px 0; }
  .project-card .project-detail, .project-card:nth-child(even) .project-detail { padding: 0 0 30px; }
  .activity-item:nth-child(n + 2) { border-top: 0; }
  .activity-item h3 { margin-top: 22px; }
  .project-card h3 { margin-top: 36px; }
  .innovation-grid { gap: 50px; }
  .innovation h2 { font-size: clamp(48px, 14vw, 68px); }
  .volunteer-mark { width: 112px; height: 112px; font-size: 66px; }
  .footer-main { padding-block: 58px; }
  .footer-whatsapp { grid-template-columns: 1fr; gap: 24px; padding-block: 36px; }
  .whatsapp-button { width: 100%; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .dialog-panel { padding: 42px 22px 28px; }
  .volunteer-form { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .form-submit { width: 100%; }
  .board-grid { grid-template-columns: 1fr; }
  .dream-dialog { width: calc(100% - 16px); max-height: 96vh; }
  .dream-panel { max-height: 96vh; padding: 38px 14px 18px; }
  .dream-heading { padding-right: 38px; }
  .dream-heading h2 { font-size: clamp(38px, 12vw, 56px); }
  .dream-map { height: 360px; }
  .dream-form { padding: 16px; }
  .stories { padding-block: 78px; }
  .stories-head { grid-template-columns: 1fr; gap: 28px; }
  .stories-actions { align-items: stretch; flex-direction: column; }
  .story-controls { width: 100%; }
  .story-controls button { flex: 1; }
  .story-share-button { justify-content: center; }
  .story-card { min-width: 86vw; min-height: 300px; padding: 28px; }
  .story-empty { align-items: stretch; flex-direction: column; }
  .guide-hero { padding-block: 72px 64px; }
  .guide-hero h1 { font-size: clamp(45px, 14vw, 64px); }
  .guide-lead { font-size: 15px; }
  .guide-jump { grid-template-columns: 1fr; }
  .guide-jump a + a, .guide-jump a:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .guide-section, .guide-help { padding-block: 78px; }
  .guide-section-heading, .identifier-grid, .guide-checklist-grid { grid-template-columns: 1fr; gap: 30px; }
  .identifier-card { min-height: auto; padding: 28px 24px 80px; }
  .identifier-code { margin-bottom: 34px; }
  .guide-steps li { grid-template-columns: 52px 1fr; gap: 14px; padding-block: 28px; }
  .guide-steps h3 { font-size: 21px; }
  .guide-link-panel, .guide-actions-grid { grid-template-columns: 1fr; }
  .guide-link-panel { gap: 25px; padding: 24px; }
  .guide-help > div { align-items: stretch; flex-direction: column; }
  .info-topic-list { padding-block: 76px; }
  .info-topic > summary { min-height: 112px; grid-template-columns: 34px minmax(0, 1fr) 38px; gap: 12px; padding-inline: 0; }
  .info-topic > summary:hover, .info-topic[open] > summary { padding-inline: 12px; }
  .info-topic-title strong { font-size: clamp(23px, 7.2vw, 32px); }
  .info-topic-toggle { width: 36px; height: 36px; }
  .info-topic-content { padding: 38px 18px 48px; }
  .info-topic-intro { gap: 18px; margin-bottom: 32px; }
  .info-mini-steps li { grid-template-columns: 40px 1fr; gap: 10px; }
  .info-option-grid { grid-template-columns: 1fr; }
  .info-option-grid article { min-height: auto; }
  .info-example-grid { grid-template-columns: 1fr; }
  .info-faq-item > summary { font-size: 15px; }
  .info-faq-item > p { margin-right: 4px; }
  .info-topic-action, .info-split-guides .button { width: 100%; }
  .info-split-guides > article { padding: 24px 18px; }
  .opportunities-hero { padding-block: 70px 62px; }
  .opportunities-hero h1 { font-size: clamp(43px, 12vw, 62px); }
  .opportunities-content, .opportunity-preview { padding-block: 76px; }
  .opportunity-preview-head { align-items: flex-start; flex-direction: column; }
  .opportunity-grid { grid-template-columns: 1fr; }
  .opportunity-card { padding: 24px 20px; }
  .opportunity-facts { grid-template-columns: 1fr; }
  .opportunity-facts span + span { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .opportunity-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
