/* Vatandaş portalı — modern kabuk (vp-*) */

.citizen-experience {
  background: #f3efe6;
  color: #14241f;
}
.citizen-experience .flash { margin: 10px 16px; }

.vp-shell {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 16px 18px 88px;
}
.vp-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 22px;
}
.vp-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}
.vp-brand strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 750;
  letter-spacing: -0.02em;
}
.vp-brand small {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5c6b66;
}
.vp-top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.vp-ghost,
.vp-badge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #cfc7b6;
  background: #fff;
  color: #14241f;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 650;
}
.vp-badge {
  border-color: #0b5d47;
  color: #0b5d47;
}
.vp-hello { margin: 0 0 20px; }
.vp-kicker {
  margin: 0 0 4px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0b5d47;
}
.vp-hello h1,
.vp-shell h1 {
  margin: 0 0 8px;
  font-size: clamp(1.55rem, 5vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.vp-hello p { margin: 0; max-width: 42ch; line-height: 1.5; color: #3d4d48; }

.vp-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 22px;
}
.vp-action {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 92px;
  padding: 16px 16px 14px;
  border-radius: 16px;
  border: 1px solid #d9d1c2;
  background: #fff;
  text-decoration: none;
  color: inherit;
}
.vp-action.is-primary {
  background: #0b5d47;
  border-color: #0b5d47;
  color: #f4fff9;
  grid-column: 1 / -1;
}
.vp-action strong { font-size: 1.05rem; font-weight: 750; letter-spacing: -0.02em; }
.vp-action span { font-size: 0.82rem; line-height: 1.35; color: #5c6b66; }
.vp-action.is-primary span { color: #c6eadc; }

.vp-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 10px;
}
.vp-section-head h2 {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}
.vp-section-head a {
  color: #0b5d47;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}
.vp-dir-meta {
  margin: 0 0 12px;
  font-size: 0.82rem;
  color: #5c6b66;
}
.vp-branch {
  margin: 0 0 14px;
  padding: 14px 14px 8px;
  border-radius: 16px;
  border: 1px solid #d9d1c2;
  background: #fff;
}
.vp-branch h3 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin: 0 0 8px;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0b5d47;
}
.vp-branch h3 span {
  font-size: 0.75rem;
  letter-spacing: 0;
  text-transform: none;
  color: #5c6b66;
  font-weight: 650;
}
.vp-branch ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vp-branch li + li { border-top: 1px solid #eee8dc; }
.vp-branch a,
.vp-branch li > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 2px;
  text-decoration: none;
  color: inherit;
}
.vp-branch strong { font-size: 0.95rem; font-weight: 650; }
.vp-branch em {
  font-style: normal;
  font-size: 0.72rem;
  color: #5c6b66;
  text-align: right;
  flex: none;
}
.vp-more {
  display: inline-block;
  margin: 4px 0 6px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #0b5d47;
  text-decoration: none;
}
.vp-empty, .vp-footnote {
  color: #5c6b66;
  font-size: 0.88rem;
  line-height: 1.45;
}
.vp-shell .citizen-global-search {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #d9d1c2;
  background: #fff;
}
.vp-shell .citizen-global-search input {
  flex: 1;
  border: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

.vp-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 22px 0 0;
  padding-top: 16px;
  border-top: 1px solid #d9d1c2;
}
.vp-links a {
  color: #0b5d47;
  font-weight: 650;
  text-decoration: none;
  font-size: 0.88rem;
}

.vp-shell .dikmen-flow-pay {
  margin: 22px 0 0;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #d9d1c2;
  background: #fff;
}
.vp-shell .dikmen-flow-section-head h2 { font-size: 1.15rem; }

.vp-tiles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.vp-tile {
  display: grid;
  gap: 4px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #d9d1c2;
  background: #fff;
  text-decoration: none;
  color: inherit;
}
.vp-tile strong { font-size: 1.05rem; }
.vp-tile small { color: #5c6b66; font-size: 0.82rem; line-height: 1.35; }
.vp-tile .vp-to {
  margin-top: 6px;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0b5d47;
}

.map-category-chip small {
  display: block;
  font-size: 0.68rem;
  font-weight: 650;
  color: #5c6b66;
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 520px) {
  .vp-brand small { display: none; }
  .vp-action { min-height: 84px; padding: 14px; }
}
