/* ============================================================
   inpik — Wallpapers gallery (/wallpaper)
   Matches the site identity: black canvas · gold→orange accents.
   Masonry grid of watermarked previews; the real download lives in
   the app (a QR / "Get the App" box opens on download).
   ============================================================ */

.wp-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(18px, 4vw, 40px) clamp(14px, 4vw, 32px) 64px;
}

/* ---------- hero head ---------- */
.wp-head { text-align: center; margin: 8px auto 22px; max-width: 720px; }
.wp-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: #f7b58a; margin-bottom: 12px;
}
.wp-eyebrow-dot {
  width: 7px; height: 7px; border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--amber));
  box-shadow: 0 0 12px 2px rgba(231, 54, 4, 0.6);
  animation: wp-pulse 2.2s ease-in-out infinite;
}
@keyframes wp-pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }
.wp-title {
  font-family: "Plus Jakarta Sans", Roboto, sans-serif;
  font-weight: 800; font-size: clamp(2rem, 6vw, 3.2rem); line-height: 1.05;
  color: #fff; letter-spacing: -0.02em; margin-bottom: 10px;
}
.wp-title .accent {
  background: linear-gradient(115deg, #ff6a2c 0%, var(--gold) 45%, var(--amber) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.wp-sub { color: #a1a1aa; font-size: clamp(0.95rem, 2.4vw, 1.08rem); line-height: 1.6; }

/* ---------- search bar ---------- */
.wp-search {
  display: flex; align-items: center; gap: 10px;
  max-width: 560px; margin: 22px auto 6px; padding: 0 14px;
  height: 50px; border-radius: 14px;
  background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.wp-search:focus-within {
  border-color: rgba(231, 54, 4, 0.6); background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 0 3px rgba(231, 54, 4, 0.15);
}
.wp-search-ico { display: flex; color: #8a8a93; flex: 0 0 auto; }
.wp-search-ico svg { width: 19px; height: 19px; }
.wp-search-input {
  flex: 1; min-width: 0; background: transparent; border: 0; outline: none;
  color: #f4f4f5; font-size: 0.98rem; font-family: inherit;
}
.wp-search-input::placeholder { color: #6b6b73; }
.wp-search-input::-webkit-search-cancel-button { -webkit-appearance: none; appearance: none; }
.wp-search-clear {
  flex: 0 0 auto; display: grid; place-items: center; cursor: pointer;
  width: 26px; height: 26px; border-radius: 999px; color: #c9c9cf;
  background: rgba(255, 255, 255, 0.08); border: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.wp-search-clear:hover { background: rgba(255, 255, 255, 0.16); color: #fff; }
.wp-search-clear svg { width: 15px; height: 15px; }
.wp-search-clear[hidden] { display: none; }

/* ---------- sort tabs (For You / New / Most Viewed / Most Downloaded) ---------- */
.wp-sorts { display: flex; gap: 6px; justify-content: center; flex-wrap: wrap; margin: 4px auto 6px; }
.wp-sort {
  padding: 8px 15px; border-radius: 999px; cursor: pointer; white-space: nowrap;
  font-size: 0.88rem; font-weight: 600; color: #a1a1aa;
  background: transparent; border: 1px solid transparent;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.wp-sort:hover { color: #fff; }
.wp-sort.is-active { color: #fff; background: rgba(231, 54, 4, 0.14); border-color: rgba(231, 54, 4, 0.42); }

/* ---------- category chips ---------- */
.wp-chips {
  display: flex; gap: 10px; flex-wrap: nowrap; overflow-x: auto;
  padding: 6px 6px 16px 4px; margin-bottom: 8px;
  scrollbar-width: none; -ms-overflow-style: none;
  scroll-snap-type: x proximity;
  /* fade ONLY the right edge as a "more →" scroll hint — never clip the first ("All") chip */
  -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 26px), transparent);
          mask-image: linear-gradient(90deg, #000 calc(100% - 26px), transparent);
}
.wp-chips::-webkit-scrollbar { display: none; }
.wp-chip {
  flex: 0 0 auto; scroll-snap-align: start;
  padding: 9px 16px; border-radius: 999px; cursor: pointer;
  font-size: 0.9rem; font-weight: 600; white-space: nowrap;
  color: #d4d4d8; background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.wp-chip:hover { color: #fff; border-color: rgba(231, 54, 4, 0.5); transform: translateY(-1px); }
.wp-chip.is-active {
  color: #fff; border-color: transparent;
  background: linear-gradient(135deg, var(--gold), var(--amber));
  box-shadow: 0 10px 26px -12px rgba(255, 84, 11, 0.75);
}

/* thin count / status bar */
.wp-bar { display: flex; align-items: center; justify-content: space-between; margin: 4px 2px 16px; min-height: 20px; }
.wp-count { font-size: 0.85rem; color: #8a8a93; }

/* ---------- grid (uniform, row-major — stable under infinite scroll) ---------- */
.wp-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
@media (max-width: 1120px) { .wp-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 900px)  { .wp-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; } }
@media (max-width: 560px)  { .wp-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } }

/* ---------- masonry (Pinterest-style — used by /poster, where designs vary in shape) ----------
   Cards keep their own aspect-ratio (no forced rows → no black letterbox bars). JS drops each new
   card into the currently-shortest column, so existing cards never reflow during infinite scroll. */
.wp-grid.wp-masonry { display: flex; align-items: flex-start; gap: 16px; }
.wp-masonry .wp-col { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 16px; }
.wp-masonry .wp-msg { width: 100%; }
@media (max-width: 900px) { .wp-grid.wp-masonry, .wp-masonry .wp-col { gap: 12px; } }
@media (max-width: 560px) { .wp-grid.wp-masonry, .wp-masonry .wp-col { gap: 10px; } }

.wp-card {
  position: relative; display: block; width: 100%; margin: 0;
  border-radius: 16px; overflow: hidden; cursor: pointer;
  background: #111114; border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 8px 30px -16px rgba(0, 0, 0, 0.9);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, border-color 0.25s ease;
}
.wp-card:hover {
  transform: translateY(-4px);
  border-color: rgba(231, 54, 4, 0.5);
  box-shadow: 0 22px 46px -20px rgba(255, 84, 11, 0.55);
}

/* media (image / live video) */
.wp-media { position: relative; width: 100%; display: block; background: #0c0c0f; }
/* Images render as a CSS background (no <img> element) — this alone defeats the common
   "image downloader" browser extensions (which enumerate <img> tags) and blocks
   right-click "Save image as" / drag-to-desktop. The watermark sits on top. */
.wp-media .wp-pic {
  position: absolute; inset: 0; z-index: 1;
  background-size: cover; background-position: center; background-repeat: no-repeat;
  opacity: 0; transition: opacity 0.5s ease, transform 0.4s ease;
}
.wp-media .wp-pic.is-on { opacity: 1; }
.wp-media video {
  position: absolute; inset: 0; z-index: 1;
  width: 100%; height: 100%; display: block; object-fit: cover;
  -webkit-user-drag: none; user-select: none; -webkit-user-select: none;
  pointer-events: none;
  transition: transform 0.4s ease, opacity 0.5s ease;
}
.wp-card:hover .wp-media .wp-pic,
.wp-card:hover .wp-media video { transform: scale(1.04); }

/* diagonal repeating watermark — deterrent overlay over every preview */
.wp-wm {
  position: absolute; inset: 0; pointer-events: none; z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='220'%20height='150'%3E%3Ctext%20x='10'%20y='86'%20fill='%23ffffff'%20fill-opacity='0.16'%20font-family='Arial,sans-serif'%20font-size='17'%20font-weight='800'%20transform='rotate(-28%20110%2075)'%3EINPIK%20%C2%B7%20inpik.in%3C/text%3E%3C/svg%3E");
  background-repeat: repeat;
  /* subtle top+bottom scrim so badges/labels stay readable */
  box-shadow: inset 0 -60px 60px -40px rgba(0, 0, 0, 0.7), inset 0 40px 40px -40px rgba(0, 0, 0, 0.45);
}

/* badges */
.wp-badges { position: absolute; top: 10px; left: 10px; z-index: 3; display: flex; gap: 6px; }
.wp-badge {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 4px 9px; border-radius: 999px; font-size: 0.68rem; font-weight: 800;
  letter-spacing: 0.04em; text-transform: uppercase; color: #fff;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.wp-badge-live { background: rgba(220, 36, 0, 0.82); }
.wp-badge-live .dot { width: 6px; height: 6px; border-radius: 999px; background: #fff; animation: wp-pulse 1.4s ease-in-out infinite; }
.wp-badge-pro { background: linear-gradient(135deg, var(--gold), var(--amber)); }

/* hover overlay with title + views + download hint */
.wp-over {
  position: absolute; inset: auto 0 0 0; z-index: 3;
  padding: 30px 12px 12px; display: flex; align-items: flex-end; justify-content: space-between; gap: 8px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.82), transparent);
  opacity: 0; transform: translateY(8px); transition: opacity 0.25s ease, transform 0.25s ease;
}
.wp-card:hover .wp-over { opacity: 1; transform: none; }
.wp-over-title { font-size: 0.85rem; font-weight: 600; color: #f4f4f5; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wp-over-views { font-size: 0.75rem; color: #c9c9cf; display: inline-flex; align-items: center; gap: 4px; flex: 0 0 auto; }
.wp-dl-chip {
  position: absolute; top: 10px; right: 10px; z-index: 3;
  width: 34px; height: 34px; border-radius: 999px; display: grid; place-items: center;
  color: #fff; background: rgba(0, 0, 0, 0.45); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  opacity: 0; transform: scale(0.8); transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}
.wp-card:hover .wp-dl-chip { opacity: 1; transform: none; }
.wp-dl-chip:hover { background: linear-gradient(135deg, var(--gold), var(--amber)); }
.wp-dl-chip svg { width: 17px; height: 17px; }

/* ---------- skeletons ---------- */
.wp-sk {
  width: 100%; margin: 0; border-radius: 16px;
  background: linear-gradient(100deg, #141418 30%, #1e1e24 50%, #141418 70%);
  background-size: 200% 100%; animation: wp-shimmer 1.3s ease-in-out infinite;
}
@keyframes wp-shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

/* ---------- infinite-scroll sentinel ---------- */
.wp-sentinel { height: 1px; width: 100%; }
.wp-more { display: flex; justify-content: center; padding: 26px 0 6px; }
/* .wp-more sets display:flex, which would otherwise beat the UA [hidden]{display:none} rule
   (same specificity, author wins) and keep the spinner permanently visible. Restore hiding. */
.wp-more[hidden] { display: none; }
.wp-spinner {
  width: 30px; height: 30px; border-radius: 999px;
  border: 3px solid rgba(255, 255, 255, 0.12); border-top-color: var(--gold);
  animation: wp-spin 0.8s linear infinite;
}
@keyframes wp-spin { to { transform: rotate(360deg); } }
.wp-end { text-align: center; color: #6b6b73; font-size: 0.85rem; padding: 24px 0 6px; }

/* ---------- messages ---------- */
.wp-msg { text-align: center; color: #a1a1aa; padding: 60px 16px; }
.wp-retry {
  margin-top: 14px; padding: 10px 20px; border-radius: 10px; cursor: pointer;
  font-weight: 700; color: #fff; background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14); transition: background 0.2s ease;
}
.wp-retry:hover { background: rgba(255, 255, 255, 0.12); }

/* ============================================================
   Preview lightbox
   ============================================================ */
.wp-modal {
  position: fixed; inset: 0; z-index: 100; display: grid; place-items: center;
  padding: 18px; background: rgba(0, 0, 0, 0.82); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  opacity: 0; animation: wp-fade 0.22s ease forwards;
}
@keyframes wp-fade { to { opacity: 1; } }
.wp-modal[hidden] { display: none; }
.wp-modal-close {
  position: absolute; top: 16px; right: 16px; z-index: 3;
  width: 42px; height: 42px; border-radius: 999px; display: grid; place-items: center; cursor: pointer;
  color: #fff; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.16);
  transition: background 0.2s ease, transform 0.2s ease;
}
.wp-modal-close:hover { background: rgba(255, 255, 255, 0.16); transform: rotate(90deg); }
.wp-modal-close svg { width: 20px; height: 20px; }

/* lightbox card */
.wp-lb {
  width: min(920px, 100%); max-height: calc(100svh - 36px);
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr); gap: 0;
  border-radius: 20px; overflow: hidden; background: #111114;
  border: 1px solid rgba(255, 255, 255, 0.08); box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.9);
  transform: scale(0.96); animation: wp-pop 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes wp-pop { to { transform: scale(1); } }
.wp-lb-media { position: relative; background: #08080a; display: grid; place-items: center; padding: 16px; min-height: 0; }
/* the image sits in a figure sized to its own aspect-ratio → rounded, shadowed, and the corner
   badges anchor to the image itself (not the dark letterbox around it). */
.wp-lb-figure {
  --maxh: min(calc(100svh - 96px), 78vh);
  position: relative; aspect-ratio: var(--ar, 0.5625);
  /* Size the box to the poster's OWN ratio, capped by the available width AND height at once
     (width = min(100%, maxHeight × ratio)). It can never overflow either axis, so the template
     is shown whole — no stretch, no crop, whatever shape it is. */
  width: min(100%, calc(var(--maxh) * var(--ar, 0.5625)));
  max-height: var(--maxh);
  border-radius: 16px; overflow: hidden; background: #0c0c0f;
  box-shadow: 0 26px 64px -26px rgba(0, 0, 0, 0.85);
}
/* background-image preview (no <img>) — same anti-downloader treatment as the grid.
   contain (not cover) so the entire design is visible even if the canvas ratio is slightly off. */
.wp-lb-pic { position: absolute; inset: 0; background-size: contain; background-position: center; background-repeat: no-repeat; }
.wp-lb-media video {
  position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: contain;
  -webkit-user-drag: none; user-select: none; -webkit-user-select: none; pointer-events: none;
}

/* frosted-glass badges overlaid on the image corner */
.wp-lb-badges { position: absolute; top: 12px; left: 12px; z-index: 4; display: flex; flex-wrap: wrap; gap: 8px; }
.wp-glass-badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 12px; border-radius: 999px; font-size: 0.8rem; font-weight: 700; color: #fff;
  background: rgba(18, 18, 22, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.22);
  -webkit-backdrop-filter: blur(14px) saturate(1.4); backdrop-filter: blur(14px) saturate(1.4);
  box-shadow: 0 6px 20px -8px rgba(0, 0, 0, 0.6);
}
.wp-glass-badge svg { width: 15px; height: 15px; opacity: 0.95; }
.wp-glass-badge.is-live { background: rgba(220, 36, 0, 0.5); }
.wp-glass-badge.is-live .wp-glass-dot { width: 7px; height: 7px; border-radius: 999px; background: #fff; animation: wp-pulse 1.4s ease-in-out infinite; }
.wp-glass-badge.is-pro { background: linear-gradient(135deg, rgba(231, 54, 4, 0.72), rgba(217, 36, 0, 0.72)); }
.wp-lb-side {
  padding: clamp(18px, 3vw, 28px); display: flex; flex-direction: column; gap: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.06); min-width: 0;
}
.wp-lb-cat { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #f7b58a; }
.wp-lb-title { font-size: 1.35rem; font-weight: 800; color: #fff; line-height: 1.2; word-break: break-word; }
.wp-lb-stats { display: flex; gap: 16px; color: #a1a1aa; font-size: 0.85rem; }
.wp-lb-stats span { display: inline-flex; align-items: center; gap: 6px; }
.wp-lb-note {
  font-size: 0.86rem; color: #c9c9cf; line-height: 1.55;
  padding: 12px 14px; border-radius: 12px; background: rgba(231, 54, 4, 0.08);
  border: 1px solid rgba(231, 54, 4, 0.18);
}
.wp-lb-actions { margin-top: auto; display: flex; flex-direction: column; gap: 10px; }
.wp-lb-secondary { display: flex; gap: 10px; }
.wp-ghost-btn {
  flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  padding: 11px 14px; border-radius: 12px; cursor: pointer; font-weight: 700; font-size: 0.9rem;
  color: #e4e4e7; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.wp-ghost-btn:hover { background: rgba(255, 255, 255, 0.1); color: #fff; }
.wp-ghost-btn svg { width: 17px; height: 17px; }
.wp-ghost-btn.is-on { color: #ff6a2c; border-color: rgba(231, 54, 4, 0.5); }
.wp-dl-btn {
  width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 18px; border-radius: 12px; cursor: pointer; border: 0;
  font-family: "Plus Jakarta Sans", Roboto, sans-serif; font-size: 1rem; font-weight: 800; color: #fff;
  background: linear-gradient(135deg, var(--gold), var(--amber));
  box-shadow: 0 16px 40px -14px rgba(255, 84, 11, 0.7);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.2s ease;
}
.wp-dl-btn:hover { transform: translateY(-2px); background: linear-gradient(135deg, var(--amber), var(--gold)); box-shadow: 0 22px 50px -14px rgba(255, 84, 11, 0.85); }
.wp-dl-btn svg { width: 19px; height: 19px; }

@media (max-width: 720px) {
  .wp-lb { grid-template-columns: 1fr; max-height: calc(100svh - 24px); overflow-y: auto; }
  .wp-lb-media { max-height: 58svh; padding: 12px; }
  .wp-lb-figure { --maxh: 54svh; }
  .wp-lb-side { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.06); }
}

/* ============================================================
   "Get it in the app" box (QR + store button) — the real download
   ============================================================ */
.wp-app {
  width: min(440px, 100%); border-radius: 22px; overflow: hidden; text-align: center;
  background: radial-gradient(120% 120% at 50% 0%, #17171c 0%, #0e0e11 60%);
  border: 1px solid rgba(255, 255, 255, 0.08); box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.9);
  transform: scale(0.96); animation: wp-pop 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  padding: clamp(24px, 5vw, 34px) clamp(20px, 5vw, 30px) clamp(22px, 5vw, 30px);
}
.wp-app-eyebrow { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #f7b58a; }
.wp-app-title { margin-top: 8px; font-size: 1.5rem; font-weight: 800; color: #fff; line-height: 1.2; }
.wp-app-sub { margin-top: 8px; font-size: 0.92rem; color: #a1a1aa; line-height: 1.55; }
.wp-app-thumbwrap { margin: 18px auto 4px; display: flex; align-items: center; justify-content: center; gap: 16px; }
.wp-app-thumb {
  width: 74px; border-radius: 14px; overflow: hidden; flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.8); position: relative;
}
.wp-app-thumb img { width: 100%; height: auto; display: block; pointer-events: none; -webkit-user-drag: none; }
.wp-qr {
  width: 168px; height: 168px; margin: 18px auto 6px; padding: 12px; border-radius: 18px; background: #fff;
  box-shadow: 0 16px 44px -18px rgba(0, 0, 0, 0.7);
}
.wp-qr img { width: 100%; height: 100%; display: block; image-rendering: pixelated; }
.wp-qr-cap { font-size: 0.82rem; color: #8a8a93; margin-top: 2px; }
.wp-app-feats { list-style: none; margin: 16px 0 4px; padding: 0; display: grid; gap: 8px; text-align: left; }
.wp-app-feats li { display: flex; align-items: center; gap: 9px; font-size: 0.88rem; color: #d4d4d8; }
.wp-app-feats svg { width: 17px; height: 17px; color: #ff6a2c; flex: 0 0 auto; }
.wp-app-btn {
  margin-top: 18px; width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 18px; border-radius: 13px; text-decoration: none;
  font-family: "Plus Jakarta Sans", Roboto, sans-serif; font-size: 1.02rem; font-weight: 800; color: #fff;
  background: linear-gradient(135deg, var(--gold), var(--amber));
  box-shadow: 0 16px 40px -14px rgba(255, 84, 11, 0.7);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.2s ease;
}
.wp-app-btn:hover { transform: translateY(-2px); background: linear-gradient(135deg, var(--amber), var(--gold)); box-shadow: 0 22px 50px -14px rgba(255, 84, 11, 0.85); }
.wp-app-btn svg { width: 20px; height: 20px; }
.wp-app-fine { margin-top: 12px; font-size: 0.76rem; color: #6b6b73; }

@media (max-width: 480px) { .wp-qr { width: 148px; height: 148px; } }

/* ---------- static SEO content (below the gallery) ---------- */
.wp-seo {
  max-width: 820px; margin: 44px auto 8px; padding: 28px 4px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: #a1a1aa; font-size: 0.96rem; line-height: 1.7;
}
.wp-seo h2 { color: #f4f4f5; font-size: 1.3rem; font-weight: 800; margin: 26px 0 10px; letter-spacing: -0.01em; }
.wp-seo h3 { color: #e4e4e7; font-size: 1.02rem; font-weight: 700; margin: 18px 0 6px; }
.wp-seo p { margin: 0 0 12px; }
.wp-seo strong { color: #d4d4d8; font-weight: 700; }
.wp-seo em { color: #f7b58a; font-style: normal; font-weight: 600; }
.wp-seo a { color: #ff7a45; }
.wp-seo a:hover { color: #ff9a6e; text-decoration: underline; }
.wp-faq { display: grid; gap: 4px; margin: 6px 0 8px; }
.wp-faq-item { padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.wp-faq-item h3 { margin: 0 0 4px; }
.wp-faq-item p { margin: 0; }
.wp-seo-cta { margin: 24px 0 6px; }
.wp-seo-more { font-size: 0.9rem; color: #8a8a93; }

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  .wp-card, .wp-media img, .wp-media video, .wp-over, .wp-dl-chip,
  .wp-modal, .wp-lb, .wp-app, .wp-sk, .wp-spinner, .wp-eyebrow-dot { animation: none !important; transition: none !important; }
  .wp-card:hover { transform: none; }
}
