:root {
  --coral: #f26b4f;
  --coral-dark: #d9543b;
  --teal: #168c86;
  --teal-dark: #08746f;
  --navy: #183b4e;
  --navy-deep: #102d3e;
  --yellow: #f6c453;
  --warm: #fff9f3;
  --mint: #edf8f6;
  --ink: #1b3442;
  --muted: #637681;
  --line: #dfe9e8;
  --white: #fff;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --shadow-sm: 0 12px 32px rgba(18, 59, 78, .07);
  --shadow-lg: 0 28px 70px rgba(18, 59, 78, .11);
  --container-width: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 118px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button, select { cursor: pointer; }
button:disabled { cursor: not-allowed; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
[hidden] { display: none !important; }
.container { width: var(--container-width); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 12px 18px; border-radius: 8px; color: #fff; background: var(--navy); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.notice { position: relative; z-index: 41; color: #fff; background: linear-gradient(90deg, #173746, #1a4152); font-size: .8125rem; }
.notice-inner { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 12px; letter-spacing: .01em; }
.notice strong { color: var(--yellow); text-transform: uppercase; letter-spacing: .08em; }
.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(24, 59, 78, .08); background: rgba(255, 255, 255, .94); backdrop-filter: blur(16px); }
.nav-wrap { height: 84px; display: flex; align-items: center; gap: 30px; }
.brand { width: 210px; flex: 0 0 210px; }
.brand img { width: 100%; height: 48px; object-fit: contain; object-position: left center; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(16px, 2vw, 28px); font-size: .875rem; font-weight: 700; }
.main-nav a { position: relative; padding: 30px 0; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 22px; left: 0; height: 2px; background: var(--teal); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover { color: var(--teal-dark); }
.main-nav a:hover::after { transform: scaleX(1); }
.menu-button { display: none; width: 48px; height: 48px; margin-left: auto; border: 0; border-radius: 12px; background: var(--mint); align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-button span { width: 21px; height: 2px; background: var(--navy); transition: transform .2s, opacity .2s; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }

.button { min-height: 48px; padding: 0 23px; border: 1px solid transparent; border-radius: var(--radius-sm); display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: .875rem; font-weight: 800; line-height: 1.15; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button svg { width: 18px; height: 18px; flex: 0 0 auto; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--teal), var(--teal-dark)); box-shadow: 0 10px 24px rgba(22, 140, 134, .22); }
.button-primary:hover { box-shadow: 0 16px 32px rgba(22, 140, 134, .32); }
.button-secondary { border-color: var(--teal); color: var(--teal-dark); background: transparent; box-shadow: none; }
.button-secondary:hover { background: rgba(22, 140, 134, .06); }
.button-coral { color: #fff; background: var(--coral); box-shadow: 0 12px 28px rgba(242, 107, 79, .25); }
.button-coral:hover { box-shadow: 0 16px 34px rgba(242, 107, 79, .34); }
.button-disabled { color: #7a8c94; background: #e8efef; }
.button-disabled:hover { transform: none; }
.nav-cta { min-height: 44px; margin-left: 2px; padding-inline: 19px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(115deg, #fffefb 0 55%, #fff3e4 55% 100%); }
.hero::before { content: ""; position: absolute; top: 70px; left: -180px; width: 380px; height: 380px; border: 80px solid rgba(246, 196, 83, .14); border-radius: 50%; }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: minmax(0, .94fr) minmax(480px, 1.06fr); align-items: center; gap: 34px; }
.hero-copy { padding: 68px 0 76px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--teal-dark); font-size: .75rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 3px; border-radius: 99px; background: var(--coral); }
.eyebrow.light { color: var(--yellow); }
.hero h1, .section-heading h2, .about-intro h2, .report-copy h2, .contact-inner h2, .not-grid h2 { margin: 0; color: var(--navy); font-size: clamp(3.25rem, 5.5vw, 5.35rem); font-weight: 900; letter-spacing: -.05em; line-height: .98; }
.hero h1 em, .section-heading h2 em, .about-intro h2 em, .report-copy h2 em { position: relative; color: var(--coral); font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; right: -2px; bottom: -9px; left: 8%; height: 8px; border-radius: 99px; background: var(--yellow); transform: rotate(-2deg); }
.hero-lead { max-width: 590px; margin: 32px 0 26px; color: #4e6673; font-size: 1.125rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-list { margin: 32px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 22px; list-style: none; color: #536b77; font-size: .8rem; font-weight: 700; }
.trust-list li { display: flex; align-items: center; gap: 7px; }
.trust-list span { width: 23px; height: 23px; border-radius: 50%; display: grid; place-items: center; color: var(--teal-dark); background: var(--mint); font-size: .7rem; }
.hero-visual { position: relative; height: 570px; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 12% 4% 8% 9%; z-index: -2; border-radius: 48% 52% 43% 57% / 48% 44% 56% 52%; background: linear-gradient(145deg, #dff4f0, #ffe4ad); transform: rotate(-5deg); }
.orbit { position: absolute; border: 2px dashed rgba(22, 140, 134, .25); border-radius: 50%; }
.orbit-one { inset: 14% 10% 13% 13%; transform: rotate(-8deg); }
.orbit-two { inset: 24% 20% 23% 23%; border-style: solid; border-color: rgba(242, 107, 79, .17); }
.orbit-center { position: absolute; top: 50%; left: 50%; width: 250px; height: 250px; border: 1px solid rgba(24, 59, 78, .08); border-radius: 50%; display: grid; place-content: center; text-align: center; background: #fff; box-shadow: var(--shadow-lg); transform: translate(-50%, -50%); }
.orbit-center img { width: 148px; height: 134px; margin: auto; object-fit: contain; }
.orbit-center p { margin: -6px 0 0; color: var(--navy); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.orbit-card { position: absolute; width: 170px; padding: 16px 18px; border: 1px solid rgba(24, 59, 78, .09); border-radius: 17px; background: rgba(255, 255, 255, .96); box-shadow: var(--shadow-sm); }
.orbit-card span { width: 30px; height: 30px; margin-bottom: 11px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--teal); }
.orbit-card span svg { width: 14px; height: 14px; }
.orbit-card strong, .orbit-card small { display: block; }
.orbit-card strong { color: var(--navy); font-size: .92rem; }
.orbit-card small { margin-top: 2px; color: var(--muted); }
.card-education { top: 9%; left: 1%; transform: rotate(-3deg); animation: orbit-float-a 7.5s ease-in-out infinite; }
.card-life { top: 23%; right: 0; transform: rotate(3deg); animation: orbit-float-b 8.5s ease-in-out infinite 1.2s; }
.card-talent { right: 10%; bottom: 5%; transform: rotate(-2deg); animation: orbit-float-c 9s ease-in-out infinite 2s; }
@keyframes orbit-float-a {
  0%, 100% { transform: rotate(-3deg) translateY(0); }
  50% { transform: rotate(-3deg) translateY(-8px); }
}
@keyframes orbit-float-b {
  0%, 100% { transform: rotate(3deg) translateY(0); }
  50% { transform: rotate(3deg) translateY(-7px); }
}
@keyframes orbit-float-c {
  0%, 100% { transform: rotate(-2deg) translateY(0); }
  50% { transform: rotate(-2deg) translateY(-9px); }
}
.card-education span { background: var(--coral); }
.card-talent span { color: var(--navy); background: var(--yellow); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.no-cash { color: #fff; background: var(--navy); }
.no-cash-inner { min-height: 210px; display: grid; grid-template-columns: 94px minmax(0, 1fr) auto; align-items: center; gap: 32px; }
.no-cash-mark { position: relative; width: 80px; height: 80px; border: 2px solid rgba(255, 255, 255, .35); border-radius: 50%; display: grid; place-items: center; color: var(--yellow); font-size: 2.3rem; font-weight: 900; }
.no-cash-mark span { position: absolute; width: 92px; height: 3px; background: var(--coral); transform: rotate(-45deg); }
.no-cash h2 { margin: 0; color: #fff; font-size: clamp(1.7rem, 3vw, 2.55rem); line-height: 1.1; }
.no-cash p { max-width: 650px; margin: 10px 0 0; color: #cbdce3; }
.no-cash-quote { padding-left: 32px; border-left: 1px solid rgba(255, 255, 255, .18); color: #fff !important; font-size: 1rem; }
.no-cash-quote strong { color: var(--yellow); }

.section { padding: 100px 0; }
.section-heading { margin-bottom: 44px; }
.section-heading h2, .about-intro h2, .report-copy h2 { font-size: clamp(2.35rem, 4.2vw, 4rem); line-height: 1.02; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 460px); align-items: end; gap: 40px; }
.split-heading > p { margin: 0; color: var(--muted); line-height: 1.75; }
.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.needs-section { background: #f6faf8; }
.section.needs-section { padding-top: 56px; }
.needs-toolbar-sentinel { height: 1px; margin: 0; pointer-events: none; }
.needs-toolbar { padding: 12px; border: 1px solid var(--line); border-radius: 18px; display: grid; grid-template-columns: minmax(220px, 1fr) auto auto; align-items: stretch; gap: 12px; background: #fff; box-shadow: var(--shadow-sm); }
body[data-needs-scope="all"] .needs-toolbar { position: sticky; top: 85px; z-index: 30; }
body[data-needs-scope="all"] .needs-toolbar.is-stuck { border-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; }
.search-wrap { position: relative; display: flex; align-items: center; gap: 8px; }
.search-wrap > span { position: absolute; top: 50%; left: 15px; z-index: 1; color: var(--teal); font-size: 1.6rem; transform: translateY(-53%); pointer-events: none; }
.search-wrap input, .select-wrap select { width: 100%; height: 40px; min-height: 40px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.search-wrap input { flex: 1; min-width: 0; padding: 0 14px 0 44px; }
.search-button.button { flex: 0 0 auto; height: 40px; min-height: 40px; padding-inline: 18px; }
.select-wrap { display: flex; }
.select-wrap select { min-width: 175px; height: 100%; min-height: 100%; padding: 0 35px 0 14px; appearance: none; -webkit-appearance: none; background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23168c86' d='M1.4 1.2 6 5.8l4.6-4.6'/%3E%3C/svg%3E") no-repeat right 12px center; background-size: 12px 8px; }
.filter-group { padding: 4px; border-radius: 11px; display: flex; align-items: center; gap: 3px; background: #eef5f4; }
.filter { height: 40px; min-height: 40px; padding: 0 14px; border: 0; border-radius: 8px; color: #526c78; background: transparent; font-size: .78rem; font-weight: 800; }
.filter.is-active { color: #fff; background: var(--teal-dark); box-shadow: 0 5px 14px rgba(8, 116, 111, .18); }
.needs-meta { min-height: 48px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: .82rem; }
.needs-meta p { margin: 0; }
.text-button { padding: 5px; border: 0; color: var(--teal-dark); background: transparent; font-weight: 800; }
.needs-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.need-card { --card-pad: 22px; min-width: 0; padding: var(--card-pad); border: 1px solid var(--line); border-radius: 22px; display: flex; flex-direction: column; background: #fff; box-shadow: 0 10px 32px rgba(24, 59, 78, .06); transition: transform .25s ease, box-shadow .25s ease; }
.need-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.need-skeleton { pointer-events: none; }
.need-skeleton:hover { transform: none; box-shadow: 0 10px 32px rgba(24, 59, 78, .06); }
.need-skeleton .need-media { height: 168px; cursor: default; }
.need-skeleton .need-symbol, .need-skeleton .status-badge, .need-skeleton .need-category, .need-skeleton h3, .need-skeleton .need-description, .need-skeleton .claim-button { color: transparent; border: 0; box-shadow: none; }
.need-skeleton .need-category, .need-skeleton h3, .need-skeleton .need-description { min-height: 14px; }
.need-skeleton h3 { min-height: 28px; width: 78%; }
.need-skeleton .need-description { min-height: 48px; }
.need-skeleton .claim-button { min-height: 48px; }
.need-skeleton .need-media, .need-skeleton .need-symbol, .need-skeleton .status-badge, .need-skeleton .need-category, .need-skeleton h3, .need-skeleton .need-description, .need-skeleton .claim-button { background: linear-gradient(90deg, #e7efee 20%, #f4f8f7 45%, #e7efee 70%); background-size: 200% 100%; animation: skeleton-shimmer 1.2s ease-in-out infinite; }
@keyframes skeleton-shimmer { 0% { background-position: 100% 0; } 100% { background-position: -100% 0; } }
.need-open { background: #f4fcf6; border-color: #b8e4c8; }
.need-claimed { background: #fff8e4; border-color: #f3d48a; }
.need-completed { background: #eefaf3; border-color: #8ed9b8; }
.need-card-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.need-media { position: relative; margin: calc(var(--card-pad) * -1) calc(var(--card-pad) * -1) 16px; padding: 0; border: 0; overflow: hidden; border-radius: 22px 22px 0 0; cursor: pointer; background: inherit; font: inherit; }
.need-media img { width: 100%; height: 168px; object-fit: cover; display: block; }
.need-photo-count { position: absolute; right: 10px; bottom: 10px; padding: 4px 8px; border-radius: 99px; color: #fff; background: rgba(16, 45, 62, .72); font-size: .7rem; font-weight: 800; }
.need-lightbox { position: fixed; inset: 0; z-index: 80; display: flex; align-items: center; justify-content: center; background: rgba(16, 45, 62, .82); }
.need-lightbox[hidden] { display: none !important; }
.need-lightbox img { max-width: min(92vw, 920px); max-height: 82vh; border-radius: 16px; object-fit: contain; background: #111; }
.need-lightbox-close, .need-lightbox-nav { position: absolute; border: 0; color: #fff; background: rgba(255, 255, 255, .12); font-size: 1.4rem; line-height: 1; }
.need-lightbox-close { top: 18px; right: 18px; width: 44px; height: 44px; border-radius: 50%; }
.need-lightbox-nav { top: 50%; width: 44px; height: 44px; border-radius: 50%; transform: translateY(-50%); }
.need-lightbox-prev { left: 16px; }
.need-lightbox-next { right: 16px; }
.need-symbol { width: 62px; height: 62px; border-radius: 17px; display: grid; place-items: center; color: var(--navy); background: linear-gradient(140deg, #fff0bc, #dff4ef); font-size: 1rem; font-weight: 950; letter-spacing: -.03em; }
.status-badge { padding: 7px 10px; border-radius: 99px; display: inline-flex; align-items: center; gap: 7px; color: #226c57; background: #e8f8ee; font-size: .68rem; font-weight: 900; letter-spacing: .03em; text-transform: uppercase; }
.status-badge i { width: 7px; height: 7px; border-radius: 50%; background: #2a9b71; box-shadow: 0 0 0 4px rgba(42, 155, 113, .12); }
.need-claimed .status-badge { color: #8d6500; background: #fff6c8; }
.need-claimed .status-badge i { background: var(--yellow); }
.need-completed .status-badge { color: #0b6b5d; background: #d4f3e8; }
.need-completed .status-badge i { background: var(--yellow); box-shadow: 0 0 0 4px rgba(246, 196, 83, .25); }
.need-joy { margin: 0 0 12px; color: var(--teal-dark); font-size: .82rem; font-weight: 800; }
.need-completed .button-disabled { color: #0b6b5d; background: #d4f3e8; }
.need-content { flex: 1; }
.need-category { margin: 24px 0 4px; color: var(--coral-dark); font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.need-card h3 { min-height: 52px; margin: 0; color: var(--navy); font-size: 1.24rem; line-height: 1.25; }
.need-description { min-height: 72px; margin: 13px 0 17px; color: var(--muted); font-size: .875rem; line-height: 1.65; }
.need-details { padding-top: 15px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 8px 16px; color: #536b76; font-size: .73rem; font-weight: 700; }
.need-details span:last-child { color: var(--teal-dark); }
.claim-button { width: 100%; margin-top: 20px; }
.empty-state { padding: 60px 20px; border: 1px dashed #cbdad9; border-radius: var(--radius-md); text-align: center; background: #fff; }
.empty-state > span { width: 52px; height: 52px; margin: 0 auto 14px; border-radius: 50%; display: grid; place-items: center; color: var(--teal); background: var(--mint); font-size: 2rem; }
.empty-state h3, .empty-state p { margin: 0; }
.empty-state p { margin-top: 5px; color: var(--muted); }
.needs-more { margin-top: 28px; display: flex; justify-content: center; }
.needs-infinite { margin-top: 8px; min-height: 1px; display: flex; align-items: center; justify-content: center; }
.needs-infinite.is-loading { margin-top: 20px; min-height: 48px; }
.needs-infinite-loading { width: 28px; height: 28px; border: 3px solid var(--line); border-top-color: var(--teal); border-radius: 50%; animation: needs-spin .7s linear infinite; }
@keyframes needs-spin { to { transform: rotate(360deg); } }

.admin-body { min-height: 100vh; background: #f8fbfa; }
.admin-wrap { width: min(960px, calc(100% - 40px)); margin: 48px auto; }
.admin-wrap.admin-narrow { width: min(460px, calc(100% - 40px)); }
.admin-header { margin-bottom: 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.admin-header h1, .admin-wrap > h1 { margin: 0 0 22px; color: var(--navy); font-size: 1.8rem; letter-spacing: -.04em; }
.admin-header h1 { margin: 0; }
.admin-header-actions { display: flex; align-items: center; gap: 14px; }
.admin-flash { margin: 0 0 18px; padding: 12px 14px; border-radius: 10px; color: var(--teal-dark); background: var(--mint); font-size: .9rem; font-weight: 700; }
.admin-flash-error { color: #8a2a1a; background: #fdece7; }
.admin-form { padding: 24px; border: 1px solid var(--line); border-radius: 18px; display: grid; gap: 14px; background: #fff; box-shadow: var(--shadow-sm); }
.admin-form label { display: grid; gap: 6px; color: var(--navy); font-size: .78rem; font-weight: 800; }
.admin-form input, .admin-form select, .admin-form textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #cfdcdd; border-radius: 10px; background: #fff; }
.admin-form textarea { min-height: 120px; resize: vertical; }
.admin-photos { display: grid; gap: 12px; }
.admin-photos p { margin: 0; color: var(--navy); font-size: .78rem; font-weight: 800; }
.admin-photos small { display: block; margin-top: 4px; color: var(--muted); font-weight: 500; }
.admin-photo-hint { margin: 0; color: var(--muted); font-size: .8rem; }
.admin-photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.admin-photo-grid figure { margin: 0; display: grid; gap: 4px; }
.admin-photo-grid img { width: 100%; height: 84px; object-fit: cover; border-radius: 10px; }
.admin-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th, .admin-table td { padding: 13px 14px; border-bottom: 1px solid var(--line); text-align: left; font-size: .875rem; }
.admin-table th { color: var(--navy); background: #f3f8f7; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.admin-table tr:last-child td { border-bottom: 0; }
.admin-row-actions { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.admin-row-actions a { color: var(--teal-dark); font-weight: 800; }
.admin-row-actions form { margin: 0; }

.work-section { position: relative; overflow: hidden; }
.work-section::after { content: ""; position: absolute; right: -200px; bottom: -260px; z-index: -1; width: 520px; height: 520px; border: 95px solid var(--warm); border-radius: 50%; }
.work-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.work-card { position: relative; overflow: hidden; padding: 32px; border: 1px solid var(--line); border-radius: 26px; }
.work-card::after { content: ""; position: absolute; top: -65px; right: -65px; width: 150px; height: 150px; border: 34px solid rgba(255, 255, 255, .5); border-radius: 50%; }
.work-education { background: #fff5e5; }
.work-life { background: #e7f6f3; }
.work-talent { background: #fbece7; }
.work-number { position: absolute; top: 24px; right: 24px; color: rgba(24, 59, 78, .26); font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.work-icon { width: 54px; height: 54px; margin-bottom: 34px; border-radius: 16px; display: grid; place-items: center; color: #fff; background: var(--coral); font-size: 1.4rem; }
.work-life .work-icon { background: var(--teal); }
.work-talent .work-icon { color: var(--navy); background: var(--yellow); }
.work-card h3 { max-width: 260px; margin: 0 0 14px; color: var(--navy); font-size: 1.4rem; line-height: 1.25; }
.work-card p { margin: 0; color: #526a76; font-size: .9rem; line-height: 1.7; }
.work-card ul { margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(24, 59, 78, .1); display: grid; gap: 8px; list-style: none; color: var(--navy); font-size: .79rem; font-weight: 800; }
.work-card li::before { content: "—"; margin-right: 8px; color: var(--coral); }
.work-statement { margin: 36px 0 0; text-align: center; color: var(--navy); font-size: clamp(1.35rem, 2.6vw, 2.2rem); font-weight: 900; letter-spacing: -.03em; }
.work-statement span { color: var(--coral); }

.process-section { color: #fff; background: var(--navy-deep); }
.process-section .section-heading h2 { color: #fff; }
.process-section .split-heading > p { color: #bed0d9; }
.process-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); counter-reset: steps; list-style: none; }
.process-list li { min-height: 190px; padding: 28px; border-top: 1px solid rgba(255, 255, 255, .13); border-right: 1px solid rgba(255, 255, 255, .13); display: flex; gap: 20px; }
.process-list li:nth-child(3n) { border-right: 0; }
.process-list span { flex: 0 0 auto; color: var(--yellow); font-size: .8rem; font-weight: 900; letter-spacing: .1em; }
.process-list h3 { margin: 0 0 9px; color: #fff; font-size: 1.08rem; line-height: 1.3; }
.process-list p { margin: 0; color: #aebfc7; font-size: .84rem; line-height: 1.65; }

.about-section { background: #fff8f0; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.about-intro > p:not(.eyebrow) { color: #566e79; line-height: 1.8; }
.about-intro h2 { margin-bottom: 30px; }
.about-panel { padding: 34px; border-radius: var(--radius-lg); color: #fff; background: var(--teal-dark); box-shadow: var(--shadow-lg); }
.about-panel blockquote { margin: 0; padding: 0 0 32px; border-bottom: 1px solid rgba(255, 255, 255, .2); color: #fff; font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 800; letter-spacing: -.04em; line-height: 1.25; }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 26px; }
.mission-grid span { color: var(--yellow); font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.mission-grid p { margin: 8px 0 0; color: #d3e6e4; font-size: .84rem; line-height: 1.7; }
.principles-wrap { margin-top: 84px; }
.principles-heading { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.principles-heading .eyebrow { margin: 0; }
.principles-heading h3 { max-width: 540px; margin: 0; color: var(--navy); font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1.1; letter-spacing: -.04em; }
.principles-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.principles-grid article { min-height: 185px; padding: 26px 24px 26px 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles-grid article:nth-child(3n+2), .principles-grid article:nth-child(3n+3) { padding-left: 24px; }
.principles-grid article:nth-child(3n) { border-right: 0; }
.principles-grid .principle-icon { width: 28px; height: 28px; color: var(--coral); display: grid; place-items: center; }
.principles-grid .principle-icon svg { width: 22px; height: 22px; }
.principles-grid h4 { margin: 18px 0 7px; color: var(--navy); font-size: 1rem; }
.principles-grid p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }

.not-section { padding: 85px 0 35px; color: #fff; background: var(--navy); }
.not-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.not-grid h2 { color: #fff; font-size: clamp(2.5rem, 5vw, 4.3rem); }
.not-grid > div > p:last-child { color: #b9ccd5; }
.not-grid ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; list-style: none; }
.not-grid li { min-height: 84px; padding: 18px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 14px; display: flex; align-items: center; gap: 13px; color: #dce8ec; background: rgba(255, 255, 255, .035); font-size: .84rem; }
.not-grid li span { flex: 0 0 30px; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: rgba(242, 107, 79, .85); font-size: 1.2rem; }
.not-message { margin-top: 55px; padding: 28px 0; border-top: 1px solid rgba(255, 255, 255, .15); text-align: center; color: #fff; font-size: clamp(1.1rem, 2.3vw, 1.8rem); }
.not-message strong { color: var(--yellow); }

.completed-section { background: #f6faf8; }
.completed-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.completed-list article { padding: 20px; border: 1px solid var(--line); border-radius: 16px; display: flex; align-items: center; gap: 15px; background: #fff; box-shadow: 0 8px 22px rgba(24, 59, 78, .05); }
.completed-list article > span, .completed-empty > span { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--teal); }
.completed-list p, .completed-list h3 { margin: 0; }
.completed-list p { color: var(--muted); font-size: .72rem; }
.completed-list h3 { color: var(--navy); font-size: 1rem; }
.completed-empty { padding: 34px; border: 1px dashed #bfd2d0; border-radius: 18px; display: flex; align-items: center; justify-content: center; gap: 15px; color: var(--muted); background: #fff; }
.completed-empty p { margin: 0; }

.report-section { background: #fff8f0; }
.report-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.report-copy h2 { margin-bottom: 25px; }
.report-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.privacy-card { margin-top: 30px; padding: 22px; border-left: 4px solid var(--yellow); border-radius: 0 16px 16px 0; background: #fff; box-shadow: var(--shadow-sm); }
.privacy-card strong { color: var(--navy); }
.privacy-card p { margin: 7px 0 0; color: var(--muted); font-size: .84rem; line-height: 1.65; }
.report-form { padding: 30px; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: var(--shadow-lg); }
.form-heading { margin-bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.form-heading span { color: var(--navy); font-size: 1.15rem; font-weight: 900; }
.form-heading small { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid label { display: grid; gap: 7px; color: var(--navy); font-size: .78rem; font-weight: 800; }
.form-grid .wide { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 49px; padding: 11px 13px; border: 1px solid #cfdcdd; border-radius: 10px; outline: 0; background: #fff; font-size: .9rem; font-weight: 500; transition: border-color .2s, box-shadow .2s; }
.form-grid textarea { min-height: 125px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(22, 140, 134, .1); }
.consent { margin: 18px 0; display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: .77rem; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--teal); }
.form-submit { width: 100%; }

.contact-section { padding: 70px 0; color: #fff; background: linear-gradient(135deg, #12837e, #08746f); }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.contact-inner h2 { color: #fff; font-size: clamp(2.7rem, 5vw, 4.5rem); }
.contact-inner p:last-child { max-width: 650px; margin: 14px 0 0; color: #d4e7e5; }
.contact-inner .button { flex: 0 0 auto; }

.site-footer { padding: 62px 0 22px; color: #becfd6; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.65fr .75fr .75fr; gap: 80px; }
.footer-brand img { width: 270px; height: 76px; padding: 12px 16px; border-radius: 14px; object-fit: contain; background: #fff; }
.footer-brand p { max-width: 470px; margin: 20px 0 0; font-size: .82rem; line-height: 1.75; }
.site-footer h3 { margin: 8px 0 18px; color: #fff; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; font-size: .82rem; }
.footer-links a:hover { color: var(--yellow); }
.footer-bottom { margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .13); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .72rem; }
.footer-bottom p { margin: 0; }
.footer-bottom strong { color: var(--yellow); text-transform: uppercase; letter-spacing: .08em; }
.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 35; min-height: 50px; padding: 0 17px; border: 1px solid rgba(255, 255, 255, .4); border-radius: 99px; display: flex; align-items: center; gap: 9px; color: #fff; background: #168c67; box-shadow: 0 12px 28px rgba(16, 45, 62, .24); font-size: .78rem; font-weight: 900; }
.floating-whatsapp svg { width: 20px; height: 20px; flex: 0 0 auto; }
.floating-whatsapp em { font-style: normal; }

@media (max-width: 1080px) {
  .nav-wrap { gap: 18px; }
  .brand { width: 180px; flex-basis: 180px; }
  .main-nav { gap: 14px; font-size: .8rem; }
  .nav-cta { display: none; }
  .hero-grid { grid-template-columns: .94fr 1.06fr; }
  .orbit-card { width: 150px; }
  .needs-toolbar { grid-template-columns: 1fr auto; }
  .search-wrap { grid-column: 1 / -1; }
  .needs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 86px; }
  :root { --container-width: min(100% - 32px, 680px); }
  body[data-needs-scope="all"] .needs-toolbar { position: static; top: auto; z-index: auto; }
  body[data-needs-scope="all"] .needs-toolbar.is-stuck { border-top: 1px solid var(--line); border-top-left-radius: 18px; border-top-right-radius: 18px; }
  .notice span { display: none; }
  .site-header { background: #fff; backdrop-filter: none; }
  .nav-wrap { height: 72px; }
  .brand { width: 172px; flex-basis: 172px; }
  .brand img { height: 44px; }
  .menu-button { display: flex; }
  .main-nav { --container-width: min(100% - 32px, 680px); position: fixed; top: 109px; right: 0; bottom: 0; left: 0; z-index: 50; margin: 0; padding: 30px 0 40px; overflow-y: auto; display: flex; align-items: center; flex-direction: column; gap: 8px; background: linear-gradient(155deg, #fff 0 65%, #f2faf8 100%); box-shadow: inset 0 1px 0 var(--line); opacity: 0; transform: translateX(100%); visibility: hidden; pointer-events: none; transition: transform .28s ease, opacity .2s ease, visibility .28s; }
  .main-nav::before { content: "Menü"; width: var(--container-width); margin: 0 auto 12px; color: var(--teal-dark); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
  .main-nav a { width: var(--container-width); }
  .main-nav.is-open { opacity: 1; transform: translateX(0); visibility: visible; pointer-events: auto; }
  .main-nav a { min-height: 58px; padding: 15px 18px; border: 1px solid var(--line); border-radius: 13px; display: flex; align-items: center; justify-content: flex-start; color: var(--navy); background: rgba(255, 255, 255, .92); font-size: 1rem; text-align: left; box-shadow: 0 6px 18px rgba(24, 59, 78, .035); }
  .main-nav a::before { content: ""; width: 7px; height: 7px; margin-right: 13px; border-radius: 50%; background: var(--yellow); }
  .main-nav a::after { content: "→"; position: static; width: auto; height: auto; margin-left: auto; color: var(--teal); background: none; transform: none; }
  .main-nav a:hover { border-color: rgba(22, 140, 134, .4); color: var(--teal-dark); background: #fff; }
  .hero { background: linear-gradient(180deg, #fff 0 57%, var(--warm) 57%); }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 64px 0 20px; }
  .hero-visual { height: 520px; }
  .no-cash-inner { padding-block: 40px; grid-template-columns: 74px 1fr; }
  .no-cash-mark { width: 68px; height: 68px; }
  .no-cash-quote { grid-column: 2; margin: 0; padding: 16px 0 0; border-top: 1px solid rgba(255, 255, 255, .18); border-left: 0; }
  .section { padding: 76px 0; }
  .section.needs-section { padding-top: 42px; }
  .split-heading { grid-template-columns: 1fr; align-items: start; gap: 18px; }
  .needs-grid, .work-grid { grid-template-columns: 1fr; }
  .need-description { min-height: 0; }
  .work-card { min-height: 0; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list li:nth-child(3n) { border-right: 1px solid rgba(255, 255, 255, .13); }
  .process-list li:nth-child(2n) { border-right: 0; }
  .about-grid, .report-grid { grid-template-columns: 1fr; gap: 46px; }
  .principles-heading { align-items: start; flex-direction: column; }
  .principles-grid { grid-template-columns: 1fr 1fr; }
  .principles-grid article:nth-child(n) { padding: 24px 20px; border-right: 1px solid var(--line); }
  .principles-grid article:nth-child(2n) { border-right: 0; }
  .not-grid { grid-template-columns: 1fr; gap: 35px; }
  .completed-list { grid-template-columns: 1fr; }
  .contact-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; gap: 45px; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 560px) {
  :root { --container-width: calc(100% - 24px); }
  .notice-inner { min-height: 32px; font-size: .66rem; }
  .main-nav { --container-width: calc(100% - 24px); top: 105px; padding: 24px 0 34px; }
  .hero-copy { padding-top: 48px; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 4.2rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .trust-list { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .hero-visual { height: 440px; margin-top: 5px; }
  .orbit-center { width: 190px; height: 190px; }
  .orbit-center img { width: 116px; height: 108px; }
  .orbit-center p { font-size: .62rem; }
  .orbit-card { width: 132px; padding: 12px; }
  .orbit-card small { font-size: .65rem; }
  .card-education { left: 0; }
  .card-life { right: -2px; }
  .card-talent { right: 5%; }
  .no-cash-inner { grid-template-columns: 1fr; gap: 18px; }
  .no-cash-mark { width: 58px; height: 58px; font-size: 1.8rem; }
  .no-cash-mark span { width: 68px; }
  .no-cash-quote { grid-column: auto; }
  .section { padding: 62px 0; }
  .section.needs-section { padding-top: 35px; }
  .section-heading { margin-bottom: 32px; }
  .needs-toolbar { grid-template-columns: 1fr; }
  .search-wrap { grid-column: auto; }
  .filter-group { overflow-x: auto; }
  .filter { flex: 0 0 auto; height: 44px; min-height: 44px; }
  .search-wrap input, .search-button.button { height: 44px; min-height: 44px; }
  .select-wrap select { height: 52px; min-height: 52px; }
  .select-wrap select { min-width: 100%; }
  .needs-grid { gap: 13px; }
  .need-card { --card-pad: 16px; }
  .work-card { padding: 26px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li:nth-child(n) { min-height: 0; padding: 23px 0; border-right: 0; }
  .mission-grid { grid-template-columns: 1fr; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid article:nth-child(n) { min-height: 0; padding: 22px 0; border-right: 0; }
  .not-grid ul { grid-template-columns: 1fr; }
  .report-form { padding: 20px 16px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .wide { grid-column: auto; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 3px; }
  .contact-inner .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .floating-whatsapp { right: 12px; bottom: 12px; width: 50px; padding: 0; justify-content: center; }
  .floating-whatsapp em { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
  .card-education { animation: none; transform: rotate(-3deg); }
  .card-life { animation: none; transform: rotate(3deg); }
  .card-talent { animation: none; transform: rotate(-2deg); }
  .need-skeleton .need-media, .need-skeleton .need-symbol, .need-skeleton .status-badge, .need-skeleton .need-category, .need-skeleton h3, .need-skeleton .need-description, .need-skeleton .claim-button { animation: none; }
  .needs-infinite-loading { animation: none; }
}
