*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.vitrin-skin {
  margin: 0;
  min-height: 100vh;
  color: #1c1824;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  background: linear-gradient(#faf9fb 0%, #f6f5f7 40%) fixed;
  overflow-x: hidden;
}

body.vitrin-skin::before,
body.vitrin-skin::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(232, 194, 74, 0.45) 0 2px, transparent 3px),
    radial-gradient(circle at 78% 22%, rgba(255, 236, 170, 0.55) 0 1.5px, transparent 3px),
    radial-gradient(circle at 32% 70%, rgba(232, 194, 74, 0.35) 0 2px, transparent 3px),
    radial-gradient(circle at 88% 64%, rgba(255, 220, 120, 0.4) 0 2px, transparent 3px),
    radial-gradient(circle at 50% 40%, rgba(232, 194, 74, 0.25) 0 1px, transparent 2px);
  background-size: 220px 260px, 180px 200px, 260px 240px, 200px 280px, 140px 160px;
  animation: flakes 18s linear infinite;
}

body.vitrin-skin::after {
  animation-duration: 26s;
  animation-direction: reverse;
  opacity: 0.7;
}

@keyframes flakes {
  from { background-position: 0 0, 40px 20px, 10px 80px, 70px 0, 0 40px; }
  to { background-position: 0 260px, 40px 220px, 10px 320px, 70px 280px, 0 200px; }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: #1c1824;
  color: #fff;
  padding: 0.6rem 0.9rem;
  z-index: 100;
}

.skip-link:focus {
  left: 0.6rem;
  top: 0.6rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.app {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
  padding-bottom: 92px;
  min-height: 100vh;
}

.app-padding {
  padding: 0 14px;
}

.topbar,
.pbar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 0 4px;
}

.pbar {
  padding: 10px 14px 8px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1;
}

.mark {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(28, 24, 36, 0.15);
}

.wm {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  color: #1c1824;
}

.dil-sec {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}

.dil-a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 24px;
  padding: 0 7px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  color: #6b6575;
  background: #fff;
  border: 1px solid #e6e2ea;
}

.dil-a.on {
  background: linear-gradient(#f0d36a, #c9a227);
  color: #3a2d08;
  border-color: transparent;
}

.sub {
  margin: 2px 0 14px;
  color: #6b6575;
  font-size: 12.5px;
  text-align: center;
}

.ibtn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 2px 10px rgba(28, 24, 36, 0.08);
  font-size: 22px;
  color: #1c1824;
  flex-shrink: 0;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 56px;
  padding: 16px;
  border-radius: 16px;
  color: #fff;
  font-size: 15.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: linear-gradient(#33e07d, #16a85a);
  box-shadow:
    0 12px 28px rgba(37, 211, 102, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    inset 0 -2px 6px rgba(0, 80, 40, 0.35);
}

.cta:hover {
  filter: brightness(1.03);
  color: #fff;
}

.cta-sm {
  min-height: 44px;
  margin-top: 8px;
}

.wic {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  font-size: 16px;
}

.pop-serit {
  margin: 16px 0 8px;
  overflow: hidden;
}

.pop-bas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7a7482;
  margin: 4px 0 12px;
}

.pop-bas::before,
.pop-bas::after {
  content: "";
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #cfc8d4, transparent);
}

.pop-viewport {
  overflow: hidden;
}

.pop-track {
  display: flex;
  gap: 14px;
  width: max-content;
  padding: 0 14px 6px;
}

.pop-kart {
  width: 72px;
  flex: 0 0 72px;
  text-align: center;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.pop-img {
  width: 58px;
  height: 58px;
  margin: 0 auto 6px;
  border-radius: 50%;
  overflow: hidden;
  padding: 2px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #f59e0b, #ec4899, #8b5cf6) border-box;
  border: 2px solid transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.pop-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  border-radius: 50%;
  display: block;
}

.pop-ad {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #1c1824;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vduyuru {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 10px 0 14px;
  padding: 11px 14px;
  border-radius: 14px;
  background: linear-gradient(rgba(232, 194, 74, 0.12), rgba(232, 194, 74, 0.05));
  border: 1px solid rgba(232, 194, 74, 0.32);
  font-size: 13px;
  color: #5c4a18;
}

.vd-ik {
  flex-shrink: 0;
}

.zhead {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 7px;
  margin: 18px 0 12px;
  padding: 0;
  font: inherit;
  color: inherit;
}

.zhead-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1px 8px 2px;
}

.zhead-kicker {
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--zk, #7a7482);
  margin: 0 0 4px;
  padding-left: 0.32em;
}

.zhead-name {
  display: block;
  font-family: Cinzel, "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--zn, #1c1824);
  white-space: nowrap;
  padding-left: 0.18em;
}

.zhead-name i {
  font-style: normal;
  font-weight: 700;
  margin-left: 4px;
  letter-spacing: 0;
  color: var(--zm, var(--zn, #1c1824));
}

.zhead-orn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.zhead-orn-bot {
  opacity: 0.7;
}

.zhead-line {
  flex: 1;
  height: 1px;
  background: var(--zl, #cfc8d4);
}

.zhead-orn .zhead-line:first-child {
  background: linear-gradient(90deg, transparent, var(--zl, #cfc8d4));
}

.zhead-orn .zhead-line:last-child {
  background: linear-gradient(90deg, var(--zl, #cfc8d4), transparent);
}

.zhead-gem {
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  transform: rotate(45deg);
  background: var(--zg, #cfc8d4);
  box-shadow: 0 0 0 1px var(--zgr, rgba(28, 24, 36, 0.08));
}

.zhead--platin {
  --zk: #3d8f88;
  --zn: #0a5752;
  --zm: #0f8f83;
  --zl: #62c4ba;
  --zg: linear-gradient(135deg, #9af0e6, #0f8f83);
  --zgr: rgba(15, 143, 131, 0.35);
}

.zhead--royal {
  --zk: #6d5e7e;
  --zn: #3a2c4a;
  --zm: #7a6790;
  --zl: #b39bc4;
  --zg: linear-gradient(135deg, #ddd0ea, #7a6790);
  --zgr: rgba(122, 103, 144, 0.35);
}

.zhead--gold {
  --zk: #9a8140;
  --zn: #7a5c0c;
  --zm: #c9a227;
  --zl: #d4b24a;
  --zg: linear-gradient(135deg, #f8e7a8, #c9a227);
  --zgr: rgba(201, 162, 39, 0.4);
}

.zfeed {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.zblock {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bnr {
  position: relative;
  display: block;
  width: calc(100% + 28px);
  margin-left: -14px;
  aspect-ratio: 9 / 4;
  overflow: hidden;
  background: #1a1520;
}

.bnr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
  z-index: 1;
}

.bnr-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bnr-shade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.58) 100%);
  pointer-events: none;
}

.bnr-corners {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 6px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  pointer-events: none;
}

.bnr-left,
.bnr-right {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: 48%;
  min-width: 0;
}

.bnr-right {
  align-items: flex-end;
  text-align: right;
}

.bnr-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  max-width: 100%;
}

.bnr-tags span {
  background: #16a34a;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  padding: 1px 5px;
  border-radius: 3px;
  white-space: nowrap;
  text-transform: uppercase;
}

.bnr-name {
  display: block;
  color: #ffe44d;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 4px #000;
  line-height: 1.15;
}

.bnr-wa {
  color: #1ed760;
  font-weight: 800;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  text-shadow: 0 1px 4px #000;
}

.bnr-wa svg {
  width: 12px;
  height: 12px;
}

.bnr-wa.bnr-tel {
  color: #ffe44d;
}

.bnr-semt,
.bnr-meet {
  color: #ffe44d;
  font-weight: 800;
  font-size: 10px;
  text-shadow: 0 1px 4px #000;
  text-transform: uppercase;
}

.bnr-meet {
  text-align: right;
}

.gold-reklam {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 92px;
  margin: 10px 0 4px;
  padding: 18px 12px;
  border-radius: 16px;
  color: #fff;
  text-align: center;
  background: linear-gradient(#33e07d, #16a85a);
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.28);
}

.gold-reklam strong {
  font-size: 18px;
}

.gold-reklam em {
  font-style: normal;
  font-weight: 700;
  opacity: 0.95;
}

.gr-plus {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.22);
  font-size: 20px;
}

.bnav {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 470px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  box-shadow: 0 -8px 24px rgba(28, 24, 36, 0.08);
  padding: 8px 4px calc(8px + env(safe-area-inset-bottom));
  z-index: 40;
}

.bnav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: #8a8494;
  font-size: 11px;
  font-weight: 600;
}

.bnav-item.on {
  color: #1c1824;
}

.bnav-ico {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.bnav-ico-wrap {
  position: relative;
}

.bnav-badge {
  position: absolute;
  top: -8px;
  right: -14px;
  background: #e11d48;
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  padding: 1px 5px;
  border-radius: 999px;
}

.about-site {
  margin: 28px 0 12px;
  color: #4a4554;
  font-size: 14px;
}

.about-site h2,
.about-site h3 {
  color: #1c1824;
  font-size: 1.05rem;
  margin: 1.1rem 0 0.4rem;
}

.about-site p {
  margin: 0 0 0.75rem;
}

.about-links {
  font-size: 13px;
}

.about-links a {
  text-decoration: underline;
}

.district-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 1rem;
}

.district-chips a {
  background: #fff;
  border: 1px solid #e6e2ea;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
}

.district-chips a[aria-current="page"] {
  background: #1c1824;
  color: #fff;
  border-color: #1c1824;
}

.phero {
  position: relative;
  overflow: hidden;
  background: #111;
}

.phero-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.phero-track::-webkit-scrollbar {
  display: none;
}

.phero-slide {
  min-width: 100%;
  scroll-snap-align: start;
}

.phero-slide img {
  width: 100%;
  height: min(78vw, 520px);
  object-fit: cover;
  object-position: center;
}

.phero-dots {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  z-index: 2;
}

.phero-dots .d {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
}

.phero-dots .d.on {
  background: #f0d36a;
}

.phero-nav {
  position: absolute;
  top: 42%;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  z-index: 2;
}

.phero-nav.left { left: 8px; }
.phero-nav.right { right: 8px; }

.phero-info {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 18px;
  z-index: 2;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.pname {
  margin: 0 0 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
}

.pchips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pchip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.pchip.on {
  background: #16a85a;
  color: #fff;
}

.pchip.gold {
  background: linear-gradient(#f0d36a, #c9a227);
  color: #3a2d08;
}

.pchip .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bbf7d0;
  box-shadow: 0 0 0 3px rgba(187, 247, 208, 0.35);
}

.pbody {
  padding: 12px 14px 8px;
}

.view-toast {
  position: fixed;
  z-index: 48;
  left: 12px;
  bottom: calc(76px + env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: min(300px, calc(100vw - 24px));
  padding: 8px 12px 8px 8px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(28, 24, 36, 0.2);
  font-size: 12px;
  line-height: 1.35;
  color: #1c1824;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.view-toast.on {
  opacity: 1;
  transform: none;
}

.view-toast-ico {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff4c4;
  color: #8a6a00;
  box-shadow: 0 0 0 3px rgba(232, 201, 106, 0.35);
}

.view-toast-txt {
  min-width: 0;
}

.view-toast-txt b {
  font-weight: 800;
}

@media (min-width: 500px) {
  .view-toast {
    left: calc(50% - 235px + 12px);
  }
}

.kanallar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 10px;
}

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

.kbtn {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 10px 12px;
  border-radius: 14px;
  color: #fff;
}

.ki {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.22);
}

.ki svg {
  width: 22px;
  height: 22px;
}

.k-ara {
  background: linear-gradient(#f0d36a, #c9a227);
  color: #3a2d08;
}

.k-wa {
  background: linear-gradient(#33e07d, #16a85a);
}

.kt {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.kt small {
  font-size: 10px;
  font-weight: 600;
  opacity: 0.85;
}

.tik-istat {
  background: #fff;
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 12px;
  box-shadow: 0 4px 16px rgba(28, 24, 36, 0.05);
  font-size: 13px;
}

.tik-sat {
  margin: 2px 0;
}

.tik-sat span {
  color: #6b6575;
}

.blok {
  background: #fff;
  border-radius: 16px;
  padding: 14px;
  margin-bottom: 12px;
  box-shadow: 0 4px 16px rgba(28, 24, 36, 0.05);
}

.blok h3 {
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a8494;
}

.ozet {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.oz {
  background: #f6f5f7;
  border-radius: 12px;
  padding: 10px 6px;
  text-align: center;
}

.oz .v {
  font-weight: 800;
  font-size: 15px;
}

.oz .l {
  font-size: 10px;
  color: #8a8494;
  text-transform: uppercase;
  margin-top: 2px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #ecfdf3;
  color: #166534;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
}

.ck {
  color: #16a34a;
}

.about.rich p {
  margin: 0 0 0.7rem;
  color: #3d3946;
}

.galeri {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.gal-item {
  padding: 0;
  border: 0;
  background: #eee;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.gal-item img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: center;
}

.muted {
  color: #6b6575;
  font-size: 13px;
}

.note-card {
  border-top: 1px solid #eee;
  padding-top: 8px;
  margin-top: 8px;
}

.mini-form {
  margin-top: 10px;
}

.mini-form summary {
  cursor: pointer;
  font-weight: 700;
  color: #1c1824;
}

.mini-form label,
.contact-form label,
.page-card label {
  display: block;
  margin: 8px 0;
  font-size: 13px;
  font-weight: 700;
}

.mini-form input,
.mini-form textarea,
.contact-form input,
.contact-form textarea,
.contact-form select,
.page-card input,
.page-card textarea,
.page-card select {
  display: block;
  width: 100%;
  margin-top: 4px;
  border: 1px solid #e6e2ea;
  border-radius: 10px;
  padding: 10px 12px;
  background: #faf9fb;
}

.feat-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feat-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
}

.feat-item img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.see-all {
  font-weight: 700;
  color: #0f8f83;
}

.board-empty,
.board-page,
.page-card {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  margin: 8px 0 16px;
  box-shadow: 0 4px 16px rgba(28, 24, 36, 0.05);
}

.board-page h1,
.page-card h1 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}

.board-page p,
.page-card p,
.board-page li {
  color: #4a4554;
}
.board-page .sub-note {
  color: #6b6575;
  margin: 0 0 14px;
}

.board-page a,
.page-card a {
  color: #0f8f83;
  text-decoration: underline;
}

.board-page a.cta,
.page-card a.cta,
.board-page a.btn,
.page-card a.btn {
  color: #fff;
  text-decoration: none;
}

.blog-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blog-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 12px;
  align-items: center;
  text-decoration: none !important;
  color: inherit !important;
  background: #faf9fb;
  border-radius: 12px;
  overflow: hidden;
  padding: 0 12px 0 0;
}

.blog-card img {
  width: 96px;
  height: 72px;
  object-fit: cover;
  object-position: center;
}

.blog-card span {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  padding: 8px 0;
}

.blog-card strong {
  font-size: 14px;
  color: #1c1824;
}

.blog-card em {
  font-style: normal;
  font-size: 12px;
  color: #6b6575;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-cover {
  margin: 0 0 1rem;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 12px;
}

.article-body h2,
.article-body h3 {
  margin: 1.1rem 0 0.4rem;
  font-size: 1.05rem;
  color: #1c1824;
}

.article-body p,
.article-body li {
  margin: 0 0 0.7rem;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 12px 0 18px;
}

.step {
  background: #f6f5f7;
  border-radius: 12px;
  padding: 12px;
}

.step b {
  display: block;
  margin-bottom: 2px;
}

.verify-box {
  background: #ecfdf3;
  border-radius: 12px;
  padding: 14px;
  text-align: center;
  font-weight: 800;
  margin: 12px 0;
}

.story-card {
  background: #fff;
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 10px;
  box-shadow: 0 4px 16px rgba(28, 24, 36, 0.05);
}

.story-card time {
  display: block;
  font-size: 11px;
  color: #8a8494;
  margin-bottom: 4px;
}

.video-list a {
  display: block;
  background: #fff;
  border-radius: 14px;
  padding: 12px;
  margin-bottom: 10px;
  font-weight: 700;
}

.shot-wall {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  margin: 12px -14px 20px;
}
.shot-card {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #1a1520;
  cursor: pointer;
}
.shot-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.shot-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 6px 6px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
  color: #ffe44d;
  font-size: 10px;
  font-weight: 800;
  text-align: left;
}
.shot-pop {
  position: relative;
  border: 0;
  padding: 0;
  width: min(100% - 24px, 420px);
  background: #111;
  color: #fff;
  border-radius: 16px;
}
.shot-pop::backdrop {
  background: rgba(0, 0, 0, 0.72);
}
.shot-pop img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
  display: block;
}
.shot-pop-body {
  padding: 12px 14px 16px;
}
.shot-pop-body h2 {
  margin: 0 0 6px;
  font-size: 18px;
}
.shot-pop-body p {
  margin: 0 0 6px;
  color: #ddd;
}
.shot-pop-x {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  z-index: 2;
}

.lightbox {
  border: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.92);
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.lightbox img {
  max-height: 90vh;
  max-width: 94vw;
  margin: 5vh auto;
  object-fit: contain;
}

.lb-x {
  position: absolute;
  top: 12px;
  right: 16px;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}

.ok-msg {
  background: #ecfdf3;
  color: #166534;
  padding: 10px 12px;
  border-radius: 10px;
}

.btn,
.btn-primary,
.btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(#33e07d, #16a85a);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.btn-wa {
  margin: 8px 0;
}

.story-stage {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: #050308;
}
.story-stage[hidden] {
  display: none !important;
}
body.story-open {
  overflow: hidden;
}
.story-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.story-bars {
  position: absolute;
  top: 10px;
  left: 12px;
  right: 48px;
  z-index: 3;
  display: flex;
  gap: 4px;
}
.story-bars i {
  flex: 1;
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.28);
  overflow: hidden;
}
.story-bars i em {
  display: block;
  height: 100%;
  width: 0;
  background: #fff;
}
.story-bars i.done em {
  width: 100%;
}
.story-bars i.on em {
  animation: storyFill 5s linear forwards;
}
.story-stage.is-paused .story-bars i.on em {
  animation-play-state: paused;
}
@keyframes storyFill {
  to { width: 100%; }
}
.story-x {
  position: absolute;
  top: 14px;
  right: 10px;
  z-index: 4;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.story-hit {
  position: absolute;
  top: 52px;
  bottom: 130px;
  border: 0;
  background: transparent;
  z-index: 3;
  padding: 0;
  cursor: pointer;
}
.story-hit.left {
  left: 0;
  width: 34%;
}
.story-hit.right {
  right: 0;
  width: 66%;
}
.story-foot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  padding: 18px 14px calc(16px + env(safe-area-inset-bottom));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.78));
  color: #fff;
}
.story-who {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 10px;
}
.story-who b {
  font-size: 18px;
  letter-spacing: 0.04em;
}
.story-who span {
  font-size: 12px;
  opacity: 0.9;
}
.story-act {
  display: flex;
  gap: 8px;
}
.story-act a {
  flex: 1;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-weight: 800;
  color: #fff;
}
.story-act .s-wa {
  background: linear-gradient(#33e07d, #16a85a);
}
.story-act .s-tel {
  background: linear-gradient(#f0d36a, #c9a227);
  color: #3a2d08;
}
