/* ============================================================
   Vizzit — Public Page CSS (all 4 designs + post page)
   ============================================================ */

:root {
  --d1-blue: #2563EB;
  --d2-gold: #d4af37;
  --d3-terra: #c4956a;
  --d4-pink: #f093fb;
}

* { box-sizing: border-box; }
body { font-family: 'Inter', -apple-system, sans-serif; margin: 0; }

/* ── Shared components ──────────────────────────────────── */
.company-logo {
  width: 90px; height: 90px; object-fit: cover; border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,.2);
}
.logo-placeholder {
  width: 90px; height: 90px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.5rem; font-weight: 800; flex-shrink: 0;
}

/* Photo masonry */
.photo-masonry {
  columns: 3;
  column-gap: 12px;
}
@media (max-width: 768px) { .photo-masonry { columns: 2; } }
@media (max-width: 480px) { .photo-masonry { columns: 1; } }

.photo-item {
  break-inside: avoid;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
.photo-img {
  width: 100%; display: block;
  object-fit: cover;
  transition: transform .3s;
}
.photo-item:hover .photo-img { transform: scale(1.04); }
.photo-item.landscape .photo-img { height: 200px; }
.photo-item.portrait  .photo-img { height: 280px; }
.photo-item.square    .photo-img { height: 220px; }

.photo-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 20px 14px 12px;
  background: linear-gradient(to top, rgba(0,0,0,.7) 0%, transparent 100%);
  opacity: 0; transition: opacity .25s;
  color: #fff; font-size: 13px;
}
.photo-item:hover .photo-overlay { opacity: 1; }

/* ── DESIGN 1 — Clean Blue ─────────────────────────────── */
.design1 { background: #f8fafc; }
.d1-header {
  background: linear-gradient(135deg, #1e3a8a 0%, #2563EB 100%);
}
.d1-cta { background: linear-gradient(135deg, #2563EB, #7c3aed); }

.design1 .review-card.d1 {
  background: #fff; border-radius: 12px; padding: 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06); height: 100%;
}
.design1 .google-review { border-top: 3px solid #ea4335; }

/* ── DESIGN 2 — Dark Bold ──────────────────────────────── */
.design2 { background: #0a0a12; }
.d2-header { background: #0f0f1a; border-bottom: 1px solid #1a1a2e; }
.d2-title { color: #f1f5f9; font-size: 2rem; }
.d2-meta { color: #94a3b8; font-size: 14px; }
.d2-link { color: #d4af37; text-decoration: none; }
.d2-link:hover { color: #f0d060; }
.d2-cta-btn { background: #d4af37; color: #0a0a12; border: none; border-radius: 8px; }
.d2-cta-btn:hover { background: #f0d060; color: #0a0a12; }
.d2-about, .d2-gallery-section, .d2-reviews { background: #0f0f1a; }
.d2-text { color: #94a3b8; }
.d2-section-label { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #d4af37; }
.dark-masonry .photo-overlay { background: linear-gradient(to top, rgba(212,175,55,.5) 0%, transparent 100%); }
.review-card.d2 { background: #1a1a2e; border-radius: 12px; padding: 20px; color: #f1f5f9; height: 100%; }
.d2-reviewer { color: #94a3b8; }
.d2-footer-cta { background: linear-gradient(135deg, #1a1a2e, #0a0a12); }

/* ── DESIGN 3 — Warm Earthy ────────────────────────────── */
.design3 { background: #fdf8f3; font-family: 'Inter', sans-serif; }
.d3-header { background: linear-gradient(135deg, #c4956a 0%, #a07850 100%); position: relative; overflow: hidden; }
.d3-wave { height: 40px; background: #fdf8f3; clip-path: ellipse(55% 100% at 50% 100%); margin-top: -1px; }
.d3-title { font-family: 'Playfair Display', Georgia, serif; font-size: 2.2rem; font-weight: 800; color: #fff; }
.d3-meta { color: rgba(255,255,255,.85); font-size: 14px; }
.d3-link { color: rgba(255,255,255,.85); text-decoration: underline; }
.d3-heading { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; color: #5c3d2e; }
.d3-about { background: #fdf8f3; }
.d3-gallery { background: #fdf8f3; }
.d3-body-text { color: #6b4c38; font-size: 16px; line-height: 1.8; }
.d3-btn { background: #c4956a; color: #fff; border: none; border-radius: 8px; font-weight: 700; }
.d3-btn:hover { background: #a07850; color: #fff; }
.d3-reviews { background: #fff9f5; }
.review-card.d3 { background: #fff; border-radius: 12px; padding: 20px; border-left: 4px solid #c4956a; height: 100%; }
.d3-review-text { color: #5c3d2e; font-style: italic; }
.d3-reviewer { color: #a07850; }
.d3-cta { background: linear-gradient(135deg, #c4956a, #a07850); }
.d3-footer { background: #fdf0e0; color: #a07850; }
.logo-placeholder.d3 { background: #c4956a; color: #fff; }

/* ── DESIGN 4 — Vibrant ────────────────────────────────── */
.design4 { background: #fff; }
.d4-header { background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%); }
.d4-title { color: #fff; font-size: 2rem; font-weight: 900; }
.d4-chip { background: rgba(255,255,255,.2); color: #fff; border-radius: 20px; padding: 4px 12px; font-size: 13px; display: inline-flex; align-items: center; gap: 4px; text-decoration: none; }
.d4-chip-link:hover { background: rgba(255,255,255,.3); }
.d4-badge { display: inline-block; background: linear-gradient(135deg, #667eea, #764ba2); color: #fff; border-radius: 20px; padding: 4px 14px; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.d4-gallery { background: #f8f0ff; }
.d4-btn-cta { background: linear-gradient(135deg, #f093fb, #f5576c); color: #fff; border: none; border-radius: 8px; font-weight: 700; }
.d4-btn-cta:hover { background: linear-gradient(135deg, #e070e0, #e04050); color: #fff; }
.review-card.d4 { background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 2px 12px rgba(102,126,234,.12); height: 100%; border-top: 3px solid #764ba2; }
.d4-cta { background: linear-gradient(135deg, #667eea, #764ba2); }
.logo-placeholder.d4 { background: linear-gradient(135deg, #667eea, #764ba2); color: #fff; width: 90px; height: 90px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; font-weight: 800; }
.d4-logo { width: 90px; height: 90px; object-fit: cover; border-radius: 12px; border: 3px solid rgba(255,255,255,.4); }
.d2-logo { width: 90px; height: 90px; object-fit: cover; border-radius: 12px; border: 2px solid #d4af37; }

/* ── DESIGN 5 — Iron & Steel ────────────────────────────── */
.design5 { background: #111111; font-family: 'Inter', sans-serif; }
.d5-header {
  background: #1a1a1a;
  border-bottom: 3px solid #f97316;
  position: relative;
  overflow: hidden;
}
.d5-accent-bar {
  position: absolute; top: 0; left: 0;
  width: 6px; height: 100%;
  background: linear-gradient(to bottom, #f97316, #ea580c);
}
.d5-logo {
  width: 90px; height: 90px; object-fit: cover;
  border-radius: 8px; border: 2px solid #f97316;
}
.d5-logo-placeholder {
  width: 90px; height: 90px; background: #f97316; color: #111;
  border-radius: 8px; display: flex; align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.8rem; font-weight: 900; flex-shrink: 0;
}
.d5-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900; color: #fff;
  text-transform: uppercase; letter-spacing: 0.02em; line-height: 1;
}
.d5-service-chip {
  background: rgba(249,115,22,0.12); color: #f97316;
  border: 1px solid rgba(249,115,22,0.35);
  border-radius: 4px; padding: 2px 10px;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
}
.d5-meta { color: #9ca3af; font-size: 14px; }
.d5-meta-link { color: #f97316; text-decoration: none; }
.d5-meta-link:hover { color: #fb923c; }
.d5-btn {
  background: #f97316; color: #111 !important; border: none;
  border-radius: 6px; font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.05rem; letter-spacing: 0.06em; text-transform: uppercase;
}
.d5-btn:hover { background: #fb923c; }
.d5-btn-outline {
  background: transparent; color: #f97316 !important;
  border: 2px solid #f97316; border-radius: 6px; font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.05rem; letter-spacing: 0.06em; text-transform: uppercase;
}
.d5-btn-outline:hover { background: #f97316; color: #111 !important; }
.d5-section-tag {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.18em; color: #f97316; text-transform: uppercase;
}
.d5-about { background: #161616; }
.d5-body-text { color: #d1d5db; font-size: 16px; line-height: 1.85; }
.d5-gallery { background: #111111; }
.d5-overlay { background: linear-gradient(to top, rgba(249,115,22,0.55) 0%, transparent 100%) !important; }
.d5-reviews { background: #161616; }
.review-card.d5 {
  background: #1e1e1e; border-radius: 8px; padding: 22px;
  border-left: 4px solid #f97316; height: 100%;
  box-shadow: 0 2px 16px rgba(0,0,0,.3);
}
.d5-review-text { color: #d1d5db; font-style: italic; font-size: 15px; line-height: 1.75; }
.d5-reviewer { color: #9ca3af; font-weight: 700; font-size: 13px; }
.d5-cta { background: #1a1a1a; border-top: 3px solid #f97316; }
.d5-cta-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 900; color: #fff; letter-spacing: 0.04em;
}
.d5-qr-label { color: #f97316; font-size: 13px; font-weight: 600; }
.d5-qr-img { border-radius: 8px; border: 2px solid #f97316; padding: 4px; background: #fff; }
.d5-qr-sub { font-size: 11px; color: #6b7280; }
.d5-footer { background: #0a0a0a; color: #6b7280; }
.d5-footer-link { color: #f97316; text-decoration: none; }
.d5-footer-link:hover { color: #fb923c; }

/* ── DESIGN 6 — Prestige Gold ───────────────────────────── */
.design6 { background: #f8f6f0; font-family: 'Inter', sans-serif; }
.d6-header {
  background: linear-gradient(160deg, #0c1445 0%, #162060 100%);
  position: relative;
}
.d6-top-ornament {
  height: 3px;
  background: linear-gradient(90deg, transparent, #c9a84c, #f0d080, #c9a84c, transparent);
}
.d6-logo {
  width: 100px; height: 100px; object-fit: cover;
  border-radius: 50%; border: 3px solid #c9a84c;
  box-shadow: 0 0 0 6px rgba(201,168,76,0.15);
}
.d6-logo-placeholder {
  width: 100px; height: 100px;
  background: linear-gradient(135deg, #c9a84c, #f0d080);
  color: #0c1445; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 700;
  box-shadow: 0 0 0 6px rgba(201,168,76,0.2);
}
.d6-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700; color: #f8f6f0; letter-spacing: 0.03em;
}
.d6-service-chip {
  background: rgba(201,168,76,0.12); color: #c9a84c;
  border: 1px solid rgba(201,168,76,0.4);
  border-radius: 20px; padding: 3px 14px;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
}
.d6-divider {
  width: 80px; height: 1px;
  background: linear-gradient(90deg, transparent, #c9a84c, transparent);
  margin: 0 auto;
}
.d6-meta { color: rgba(248,246,240,0.7); font-size: 14px; }
.d6-meta-link { color: #c9a84c; text-decoration: none; }
.d6-meta-link:hover { color: #f0d080; }
.d6-btn {
  background: linear-gradient(135deg, #c9a84c, #f0d080);
  color: #0c1445 !important; border: none; border-radius: 30px;
  font-weight: 700; font-size: 14px; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 12px 32px;
  box-shadow: 0 4px 20px rgba(201,168,76,0.35);
  transition: box-shadow .2s, transform .2s;
}
.d6-btn:hover { box-shadow: 0 6px 28px rgba(201,168,76,0.5); transform: translateY(-1px); }
.d6-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: #c9a84c;
  font-family: 'Inter', sans-serif;
}
.d6-about { background: #f8f6f0; }
.d6-body-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px; color: #3d3220; line-height: 1.9;
}
.d6-gallery { background: #f0ece2; }
.d6-overlay { background: linear-gradient(to top, rgba(201,168,76,0.5) 0%, transparent 100%) !important; }
.d6-reviews { background: #f8f6f0; }
.review-card.d6 {
  background: #fff; border-radius: 4px; padding: 28px;
  border-top: 2px solid #c9a84c; height: 100%;
  box-shadow: 0 2px 20px rgba(0,0,0,.06);
}
.d6-stars { color: #c9a84c; font-size: 13px; }
.d6-review-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px; font-style: italic; color: #3d3220; line-height: 1.8;
}
.d6-divider-thin { height: 1px; background: #e8e0cc; }
.d6-reviewer { color: #8b7355; font-weight: 600; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }
.d6-cta { background: linear-gradient(160deg, #0c1445 0%, #162060 100%); }
.d6-cta-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #c9a84c; }
.d6-cta-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: #f8f6f0;
}
.d6-btn-light {
  background: linear-gradient(135deg, #c9a84c, #f0d080);
  color: #0c1445 !important; border: none; border-radius: 30px;
  font-weight: 700; font-size: 14px; letter-spacing: 0.08em;
  text-transform: uppercase; box-shadow: 0 4px 20px rgba(201,168,76,0.4);
}
.d6-btn-light:hover { box-shadow: 0 6px 28px rgba(201,168,76,0.6); transform: translateY(-1px); }
.d6-btn-outline-light {
  background: transparent; color: #c9a84c !important;
  border: 1px solid #c9a84c; border-radius: 30px;
  font-weight: 700; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase;
}
.d6-btn-outline-light:hover { background: rgba(201,168,76,0.15); }
.d6-qr-label { color: #c9a84c; font-size: 13px; font-weight: 600; }
.d6-qr-img { border-radius: 8px; border: 2px solid #c9a84c; padding: 4px; background: #fff; }
.d6-qr-sub { font-size: 11px; color: rgba(248,246,240,0.4); }
.d6-footer { background: #080d2e; color: #8b7355; }
.d6-footer-link { color: #c9a84c; text-decoration: none; }
.d6-footer-link:hover { color: #f0d080; }

/* ── DESIGN 7 — Blueprint Pro ───────────────────────────── */
.design7 { background: #f0f9ff; font-family: 'Space Grotesk', 'Inter', sans-serif; }
.d7-header { background: #fff; border-bottom: 1px solid #e0f2fe; position: relative; }
.d7-header-stripe {
  height: 4px;
  background: linear-gradient(90deg, #0ea5e9 0%, #38bdf8 50%, #7dd3fc 100%);
}
.d7-logo {
  width: 90px; height: 90px; object-fit: cover;
  border-radius: 12px; border: 2px solid #e0f2fe;
  box-shadow: 0 4px 16px rgba(14,165,233,0.15);
}
.d7-logo-placeholder {
  width: 90px; height: 90px;
  background: linear-gradient(135deg, #0ea5e9, #0284c7);
  color: #fff; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.5rem; font-weight: 700; flex-shrink: 0;
}
.d7-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: #0ea5e9;
}
.d7-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700; color: #0f172a; line-height: 1.1;
}
.d7-service-chip {
  background: #e0f2fe; color: #0284c7;
  border: 1px solid #bae6fd;
  border-radius: 6px; padding: 3px 12px;
  font-size: 12px; font-weight: 600;
}
.d7-meta { color: #475569; font-size: 14px; }
.d7-meta-link { color: #0ea5e9; text-decoration: none; font-weight: 600; }
.d7-meta-link:hover { color: #0284c7; }
.d7-btn {
  background: #0ea5e9; color: #fff !important; border: none;
  border-radius: 8px; font-weight: 700;
  font-family: 'Space Grotesk', sans-serif; letter-spacing: 0.03em;
  box-shadow: 0 4px 16px rgba(14,165,233,0.3);
}
.d7-btn:hover { background: #0284c7; box-shadow: 0 6px 20px rgba(14,165,233,0.4); }
.d7-section-label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: #0ea5e9;
  font-family: 'Space Grotesk', sans-serif;
}
.d7-section-label-light { font-size: 12px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
.d7-big-number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4rem; font-weight: 700;
  color: #e0f2fe; line-height: 1; width: 80px; flex-shrink: 0;
}
.d7-about { background: #fff; }
.d7-body-text { color: #334155; font-size: 16px; line-height: 1.85; }
.d7-gallery { background: #f0f9ff; }
.d7-overlay { background: linear-gradient(to top, rgba(14,165,233,0.6) 0%, transparent 100%) !important; }
.d7-reviews { background: #fff; }
.review-card.d7 {
  background: #fff; border-radius: 10px; padding: 22px;
  border-top: 3px solid #0ea5e9; height: 100%;
  box-shadow: 0 2px 16px rgba(14,165,233,0.08);
}
.d7-stars { color: #f59e0b; font-size: 13px; }
.d7-review-text { color: #334155; font-size: 15px; line-height: 1.75; }
.d7-reviewer { color: #64748b; font-weight: 600; font-size: 13px; }
.d7-cta { background: linear-gradient(135deg, #0c4a6e 0%, #0369a1 100%); }
.d7-cta-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #7dd3fc; }
.d7-cta-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 700; color: #fff;
}
.d7-btn-light {
  background: #fff; color: #0369a1 !important;
  border: none; border-radius: 8px; font-weight: 700;
  font-family: 'Space Grotesk', sans-serif;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.d7-btn-light:hover { background: #f0f9ff; }
.d7-footer { background: #0c4a6e; color: #7dd3fc; }
.d7-footer-link { color: #38bdf8; text-decoration: none; }
.d7-footer-link:hover { color: #7dd3fc; }

/* ── DESIGN 8 — Craftsman ───────────────────────────────── */
.design8 { background: #faf7ed; font-family: 'Inter', sans-serif; }
.d8-header {
  background: linear-gradient(140deg, #1a4731 0%, #2d6a4f 100%);
  position: relative; overflow: hidden;
}
.d8-wave {
  height: 50px;
  background: #faf7ed;
  clip-path: ellipse(55% 100% at 50% 100%);
  margin-top: -1px;
}
.d8-logo {
  width: 90px; height: 90px; object-fit: cover;
  border-radius: 12px; border: 3px solid rgba(255,255,255,0.35);
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.d8-logo-placeholder {
  width: 90px; height: 90px;
  background: rgba(255,255,255,0.15); color: #fff;
  border-radius: 12px; border: 2px solid rgba(255,255,255,0.3);
  display: flex; align-items: center; justify-content: center;
  font-family: 'DM Serif Display', serif;
  font-size: 2.8rem; flex-shrink: 0;
}
.d8-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(1.9rem, 4.5vw, 2.8rem);
  font-weight: 400; color: #fff; line-height: 1.15;
}
.d8-service-chip {
  background: rgba(217,119,6,0.2); color: #fbbf24;
  border: 1px solid rgba(217,119,6,0.4);
  border-radius: 20px; padding: 3px 12px;
  font-size: 12px; font-weight: 600;
}
.d8-meta { color: rgba(255,255,255,0.75); font-size: 14px; }
.d8-meta-link { color: #fbbf24; text-decoration: none; }
.d8-meta-link:hover { color: #fde68a; }
.d8-btn {
  background: #d97706; color: #fff !important; border: none;
  border-radius: 8px; font-weight: 700; font-size: 15px;
  box-shadow: 0 4px 16px rgba(217,119,6,0.3);
}
.d8-btn:hover { background: #b45309; }
.d8-heading {
  font-family: 'DM Serif Display', serif;
  font-weight: 400; color: #1a4731; font-size: clamp(1.8rem, 4vw, 2.5rem);
}
.d8-about { background: #faf7ed; }
.d8-body-text { color: #3d3220; font-size: 16px; line-height: 1.9; }
.d8-gallery { background: #f3ede0; }
.d8-overlay { background: linear-gradient(to top, rgba(217,119,6,0.55) 0%, transparent 100%) !important; }
.d8-reviews { background: #faf7ed; }
.review-card.d8 {
  background: #fff; border-radius: 10px; padding: 22px;
  border-left: 4px solid #d97706; height: 100%;
  box-shadow: 0 2px 16px rgba(26,71,49,0.08);
}
.d8-stars { color: #d97706; font-size: 13px; }
.d8-review-text { color: #3d3220; font-style: italic; font-size: 15px; line-height: 1.8; }
.d8-reviewer { color: #6b5a3e; font-weight: 600; font-size: 13px; }
.d8-cta { background: linear-gradient(140deg, #1a4731 0%, #2d6a4f 100%); }
.d8-cta-title {
  font-family: 'DM Serif Display', serif;
  font-weight: 400; color: #fff;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}
.d8-cta-sub { color: rgba(255,255,255,0.75); font-size: 16px; }
.d8-btn-light {
  background: #d97706; color: #fff !important; border: none;
  border-radius: 8px; font-weight: 700;
  box-shadow: 0 4px 16px rgba(217,119,6,0.4);
}
.d8-btn-light:hover { background: #b45309; }
.d8-btn-outline-light {
  background: transparent; color: #fbbf24 !important;
  border: 2px solid #fbbf24; border-radius: 8px; font-weight: 700;
}
.d8-btn-outline-light:hover { background: rgba(251,191,36,0.15); }
.d8-qr-label { color: #d97706; font-size: 13px; font-weight: 600; }
.d8-qr-img { border-radius: 8px; border: 2px solid #d97706; padding: 4px; background: #fff; }
.d8-qr-sub { font-size: 11px; color: rgba(255,255,255,0.4); }
.d8-footer { background: #0f2a1c; color: #6b8f76; }
.d8-footer-link { color: #d97706; text-decoration: none; }
.d8-footer-link:hover { color: #fbbf24; }

/* ── Post page ──────────────────────────────────────────── */
.post-page { background: #f1f5f9; font-family: 'Inter', sans-serif; }
.post-topbar {
  background: #fff; border-bottom: 1px solid #e2e8f0;
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.post-logo-mini {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, #2563EB, #7c3aed);
  color: #fff; font-weight: 800; font-size: 15px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.post-logo-lg {
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, #2563EB, #7c3aed);
  color: #fff; font-weight: 800; font-size: 20px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.post-hero-image { position: relative; overflow: hidden; max-height: 500px; }
.post-image-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(0,0,0,.6) 0%, transparent 100%);
  color: #fff; padding: 16px; font-size: 13px; font-weight: 600;
}
.post-text { background: #f8fafc; border-radius: 12px; padding: 16px; }
.review-snippet { background: #fffbeb; border-left: 4px solid #d97706; }
