/* Verified-buyer review page styles — scoped .rev-* prefix */

.rev-page {
  --rev-navy:       #1A1A2E;
  --rev-coral:      #E94560;
  --rev-cream:      #F5E6CC;
  --rev-white:      #FFFFFF;
  --rev-bg:         #fafaf7;
  --rev-text:       #1A1A2E;
  --rev-text-dim:   #5a5a7a;
  --rev-border:     #e6e3da;
  --rev-font-display: 'Playfair Display', serif;
  --rev-font-body:    'DM Sans', sans-serif;

  font-family: var(--rev-font-body);
  color: var(--rev-text);
  margin: 0;
  padding: 0;
  background: var(--rev-bg);
}

/* ── Nav ─────────────────────────────────────────────────────── */
.rev-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  height: 64px;
  background: rgba(26, 26, 46, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(233, 69, 96, 0.15);
}

.rev-nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--rev-font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--rev-white);
  text-decoration: none;
}

.rev-nav-links {
  display: flex;
  gap: 24px;
}

.rev-nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.rev-nav-links a:hover {
  color: var(--rev-white);
}

/* ── Hero ─────────────────────────────────────────────────────── */
.rev-hero {
  background: var(--rev-navy);
  padding: 56px 24px 48px;
  text-align: center;
}

.rev-hero-inner {
  max-width: 640px;
  margin: 0 auto;
}

.rev-eyebrow {
  font-family: var(--rev-font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rev-coral);
  margin: 0 0 14px;
}

.rev-hero-h1 {
  font-family: var(--rev-font-display);
  font-size: clamp(30px, 4.5vw, 44px);
  font-weight: 700;
  color: var(--rev-white);
  margin: 0;
  line-height: 1.2;
}

/* ── Main sections ─────────────────────────────────────────── */
.rev-main {
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}

.rev-section {
  margin-bottom: 24px;
}

.rev-card {
  background: var(--rev-white);
  border: 1px solid var(--rev-border);
  border-radius: 16px;
  padding: 36px;
  box-shadow: 0 2px 16px rgba(26, 26, 46, 0.05);
}

.rev-card-center {
  text-align: center;
}

.rev-card-eyebrow {
  font-family: var(--rev-font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rev-coral);
  margin: 0 0 10px;
}

.rev-card-title {
  font-family: var(--rev-font-display);
  font-size: 24px;
  font-weight: 700;
  color: var(--rev-navy);
  margin: 0 0 12px;
  line-height: 1.3;
}

.rev-card-sub {
  font-size: 15px;
  line-height: 1.65;
  color: var(--rev-text-dim);
  margin: 0 0 24px;
}

/* ── Order summary card ────────────────────────────────────── */
.rev-order-card {
  background: linear-gradient(180deg, #fff 0%, #faf6ee 100%);
}

.rev-order-title {
  font-family: var(--rev-font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--rev-navy);
  margin: 0 0 6px;
}

.rev-order-variant {
  font-size: 13px;
  color: var(--rev-text-dim);
  margin: 0 0 12px;
}

.rev-order-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: var(--rev-text-dim);
  margin: 0 0 16px;
}

.rev-order-extra {
  color: var(--rev-coral);
  font-weight: 700;
}

.rev-order-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--rev-border);
}

.rev-order-total-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rev-text-dim);
}

.rev-order-total-value {
  font-family: var(--rev-font-display);
  font-size: 24px;
  font-weight: 700;
  color: var(--rev-navy);
}

/* ── Form fields ───────────────────────────────────────────── */
.rev-form-wrap {
  margin-top: 8px;
}

.rev-field {
  margin-bottom: 22px;
  border: none;
  padding: 0;
  min-width: 0;
}

.rev-field-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--rev-navy);
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.rev-required {
  color: var(--rev-coral);
}

.rev-optional {
  font-weight: 400;
  color: var(--rev-text-dim);
}

/* ── Stars ──────────────────────────────────────────────────── */
.rev-stars {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4px;
}

.rev-star-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

.rev-star-label {
  font-size: 38px;
  line-height: 1;
  color: #d8d2c2;
  cursor: pointer;
  transition: color 0.15s, transform 0.15s;
  user-select: none;
  padding: 0 2px;
}

.rev-star-label:hover {
  color: var(--rev-coral);
  transform: scale(1.08);
}

/* Highlight stars up to and including the checked one (rtl-aware) */
.rev-star-input:checked ~ .rev-star-label,
.rev-star-input:focus-visible ~ .rev-star-label {
  color: var(--rev-coral);
}

.rev-stars:hover .rev-star-label {
  color: #d8d2c2;
}

.rev-stars .rev-star-label:hover,
.rev-stars .rev-star-label:hover ~ .rev-star-label {
  color: var(--rev-coral);
}

.rev-star-input:focus-visible + .rev-star-label {
  outline: 2px solid var(--rev-coral);
  outline-offset: 4px;
  border-radius: 4px;
}

/* ── Confirm / success stars ──────────────────────────────── */
.rev-confirm-stars {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1;
}

.rev-confirm-star {
  color: #d8d2c2;
}

.rev-confirm-star--on {
  color: var(--rev-coral);
}

.rev-success-stars {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 1;
}

.rev-confirm-product {
  font-family: var(--rev-font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--rev-navy);
  margin: 0 0 14px;
}

.rev-confirm-body {
  font-family: var(--rev-font-display);
  font-style: italic;
  font-size: 17px;
  line-height: 1.6;
  color: var(--rev-navy);
  margin: 0 0 14px;
  padding: 0 8px;
}

.rev-confirm-empty {
  font-size: 14px;
  color: var(--rev-text-dim);
  font-style: italic;
  margin: 0 0 14px;
}

.rev-confirm-date {
  font-size: 12px;
  color: var(--rev-text-dim);
  margin: 0 0 24px;
}

/* ── Textarea ──────────────────────────────────────────────── */
.rev-textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #dde0ea;
  border-radius: 8px;
  font-family: var(--rev-font-body);
  font-size: 15px;
  color: var(--rev-text);
  background: #fafafa;
  outline: none;
  transition: border-color 0.15s;
  box-sizing: border-box;
  resize: vertical;
  min-height: 110px;
}

.rev-textarea:focus {
  border-color: var(--rev-coral);
  background: var(--rev-white);
}

/* ── Buttons ───────────────────────────────────────────────── */
.rev-btn {
  display: inline-block;
  background: var(--rev-coral);
  color: var(--rev-white);
  font-family: var(--rev-font-body);
  font-size: 15px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 16px rgba(233, 69, 96, 0.3);
}

.rev-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(233, 69, 96, 0.4);
}

.rev-btn--full {
  width: 100%;
  text-align: center;
}

.rev-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* ── Form message ──────────────────────────────────────────── */
.rev-form-msg {
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 13px;
  margin-bottom: 16px;
}

.rev-form-msg--err {
  background: #fff1f3;
  color: #c0133b;
  border: 1px solid #f5c6d0;
}

/* ── Success state ─────────────────────────────────────────── */
.rev-success {
  text-align: center;
  padding: 16px 0;
}

.rev-success-icon {
  font-size: 42px;
  color: var(--rev-coral);
  margin-bottom: 12px;
}

.rev-success-title {
  font-family: var(--rev-font-display);
  font-size: 24px;
  font-weight: 700;
  color: var(--rev-navy);
  margin: 0 0 10px;
}

.rev-success-body {
  font-size: 15px;
  line-height: 1.65;
  color: var(--rev-text-dim);
  margin: 0 0 20px;
}

/* ── Footer ────────────────────────────────────────────────── */
.rev-footer {
  background: var(--rev-navy);
  padding: 28px 24px;
  text-align: center;
}

.rev-footer-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}

.rev-footer-links a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}

.rev-footer-links a:hover {
  color: #fff;
}

.rev-footer-copy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}

/* ── Utilities ─────────────────────────────────────────────── */
.hidden {
  display: none !important;
}

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 640px) {
  .rev-nav {
    padding: 0 20px;
  }

  .rev-nav-links {
    gap: 16px;
  }

  .rev-hero {
    padding: 40px 20px 36px;
  }

  .rev-main {
    padding: 28px 20px 60px;
  }

  .rev-card {
    padding: 24px 20px;
  }

  .rev-star-label {
    font-size: 32px;
  }
}

/* ── PDP reviews (used inside the CJ product-detail modal) ───
   The modal lives outside .rev-page, so this block mirrors the
   coral/navy/dim tokens from the form page so the inline styles
   in showProductModal stay consistent. */
.pdp-reviews {
  --pdp-coral: #E94560;
  --pdp-navy:  #1A1A2E;
  --pdp-dim:   #5a5a7a;
}

/* ── Gallery: hero summary block ───────────────────────────── */
.rev-hero-sub {
  font-family: var(--rev-font-body);
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  margin: 16px auto 0;
  max-width: 480px;
}

.rev-hero-summary {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
  padding: 14px 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(233, 69, 96, 0.35);
  border-radius: 999px;
}

.rev-hero-summary-num {
  font-family: var(--rev-font-display);
  font-size: 28px;
  font-weight: 700;
  color: var(--rev-white);
  line-height: 1;
}

.rev-hero-summary-of {
  font-family: var(--rev-font-body);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  margin-left: 4px;
}

.rev-hero-summary-stars {
  margin: 0;
  font-size: 22px;
  gap: 2px;
}

.rev-hero-summary-count {
  font-family: var(--rev-font-body);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}

.rev-hero-summary-count strong {
  color: var(--rev-coral);
  font-weight: 700;
}

/* ── Gallery: wider main column ───────────────────────────── */
.rev-main--wide {
  max-width: 1100px;
}

/* ── Gallery: grid of review tiles ─────────────────────────── */
.rev-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.rev-tile {
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 4px 0 var(--rev-border);
  border-radius: 16px;
  transition: transform 0.15s, box-shadow 0.15s;
}

.rev-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 0 var(--rev-border), 0 12px 32px rgba(26, 26, 46, 0.08);
}

.rev-card-stars {
  display: flex;
  gap: 2px;
  font-size: 22px;
  line-height: 1;
}

.rev-card-product {
  display: inline-block;
  font-family: var(--rev-font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--rev-navy);
  text-decoration: none;
  line-height: 1.3;
}

.rev-card-product:hover {
  color: var(--rev-coral);
}

.rev-card-body {
  font-family: var(--rev-font-display);
  font-style: italic;
  font-size: 15px;
  line-height: 1.55;
  color: var(--rev-navy);
  margin: 0;
  padding: 0;
}

.rev-card-body--empty {
  font-family: var(--rev-font-body);
  font-style: normal;
  font-size: 13px;
  color: var(--rev-text-dim);
}

.rev-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  color: var(--rev-text-dim);
  margin-top: auto;
}

.rev-card-email {
  font-weight: 700;
  color: var(--rev-navy);
  letter-spacing: 0.02em;
}

.rev-card-date {
  font-family: var(--rev-font-body);
}

.rev-card-share {
  align-self: flex-start;
  font-family: var(--rev-font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--rev-coral);
  text-decoration: none;
  padding: 8px 14px;
  border: 1.5px solid var(--rev-coral);
  border-radius: 999px;
  transition: background 0.15s, color 0.15s;
  margin-top: 4px;
}

.rev-card-share:hover {
  background: var(--rev-coral);
  color: var(--rev-white);
}

/* ── Gallery: bottom CTA bar ──────────────────────────────── */
.rev-cta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 32px;
  background: linear-gradient(135deg, var(--rev-coral) 0%, #c92e4a 100%);
  border-radius: 16px;
  color: var(--rev-white);
  box-shadow: 0 6px 20px rgba(233, 69, 96, 0.25);
}

.rev-cta-bar-copy {
  flex: 1;
}

.rev-cta-bar-eyebrow {
  font-family: var(--rev-font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.85);
}

.rev-cta-bar-title {
  font-family: var(--rev-font-display);
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.rev-cta-bar-btn {
  flex-shrink: 0;
  width: auto;
  min-width: 220px;
  background: var(--rev-white);
  color: var(--rev-coral);
  box-shadow: 0 4px 0 #c92e4a;
}

.rev-cta-bar-btn:hover {
  background: var(--rev-cream);
  color: var(--rev-coral);
  box-shadow: 0 6px 0 #c92e4a;
  transform: translateY(-2px);
}

/* ── Gallery: empty state ─────────────────────────────────── */
.rev-empty-card {
  background: var(--rev-white);
  border: 2px dashed var(--rev-border);
  border-radius: 16px;
  padding: 48px 32px;
  text-align: center;
  box-shadow: none;
}

.rev-empty-card .rev-card-eyebrow {
  margin-bottom: 8px;
}

.rev-empty-card .rev-card-title {
  margin-bottom: 12px;
}

.rev-empty-card .rev-btn {
  margin-top: 16px;
  max-width: 320px;
}

/* ── Share: single review page ─────────────────────────────── */
.rev-share-hero .rev-confirm-stars {
  margin-top: 18px;
  font-size: 26px;
}

.rev-share-card {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}

.rev-share-body {
  font-family: var(--rev-font-display);
  font-style: italic;
  font-size: 19px;
  line-height: 1.65;
  color: var(--rev-navy);
  margin: 18px 0 24px;
  padding: 0 4px;
}

.rev-share-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  font-size: 13px;
  color: var(--rev-text-dim);
  padding-top: 18px;
  border-top: 1px solid var(--rev-border);
  margin-bottom: 20px;
}

.rev-share-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}

.rev-btn--ghost {
  background: transparent;
  color: var(--rev-coral);
  border: 1.5px solid var(--rev-coral);
  box-shadow: none;
  padding: 12px 24px;
}

.rev-btn--ghost:hover {
  background: var(--rev-coral);
  color: var(--rev-white);
  box-shadow: 0 4px 16px rgba(233, 69, 96, 0.3);
  transform: translateY(-2px);
}

.rev-share-copied {
  font-family: var(--rev-font-body);
  font-size: 13px;
  font-weight: 700;
  color: var(--rev-cream);
  background: var(--rev-navy);
  padding: 6px 12px;
  border-radius: 999px;
}

/* ── Gallery responsive ───────────────────────────────────── */
@media (max-width: 720px) {
  .rev-cta-bar {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 24px;
  }

  .rev-cta-bar-btn {
    width: 100%;
  }

  .rev-hero-summary {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 12px 18px;
  }

  .rev-hero-summary-num {
    font-size: 24px;
  }

  .rev-share-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .rev-share-footer .rev-btn {
    text-align: center;
    width: 100%;
  }
}

/* ── Top-rated landing page variants ───────────────────────── */
.rev-tile-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
}

.rev-tile-link:hover {
  text-decoration: none;
  color: inherit;
}

.rev-top-rating-card {
  border-top: 3px solid var(--rev-coral);
  text-align: left;
  gap: 10px;
}

.rev-top-rating-card .rev-confirm-stars {
  justify-content: flex-start;
  margin: 0;
}

.rev-top-rating-num {
  font-family: var(--rev-font-display);
  font-size: 28px;
  color: var(--rev-navy);
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.rev-top-rating-num-of {
  font-family: var(--rev-font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--rev-text-dim);
  margin-left: 4px;
}

.rev-card-count {
  font-family: var(--rev-font-body);
  font-size: 13px;
  color: var(--rev-text-dim);
}

.rev-top-rating-count {
  font-size: 13px;
  color: var(--rev-text-dim);
}

.rev-top-rating-title {
  font-family: var(--rev-font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--rev-navy);
  margin: 0;
  line-height: 1.3;
}

.rev-top-rating-empty-card {
  border-top: 3px solid var(--rev-coral);
}

/* ── Featured review strip on the landing page ─────────────── */
.rev-featured-strip {
  --rev-coral:    #E94560;
  --rev-navy:     #1A1A2E;
  --rev-cream:    #F5E6CC;
  --rev-text-dim: #5a5a7a;
  --rev-font-display: 'Playfair Display', serif;
  --rev-font-body:    'DM Sans', sans-serif;

  background: var(--rev-cream);
  border-top: 1px solid rgba(233, 69, 96, 0.2);
  border-bottom: 1px solid rgba(233, 69, 96, 0.2);
  padding: 28px 24px;
}

.rev-featured-strip-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.rev-featured-eyebrow {
  font-family: var(--rev-font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rev-coral);
  margin: 0 0 10px;
}

.rev-featured-stars {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1;
}

.rev-featured-star {
  color: #d8d2c2;
}

.rev-featured-star.is-on {
  color: var(--rev-coral);
}

.rev-featured-quote {
  font-family: var(--rev-font-display);
  font-style: italic;
  font-size: 18px;
  line-height: 1.6;
  color: var(--rev-navy);
  margin: 0 0 12px;
  padding: 0 8px;
}

.rev-featured-attrib {
  font-family: var(--rev-font-body);
  font-size: 13px;
  color: var(--rev-text-dim);
  margin: 0;
}

.rev-featured-name {
  font-weight: 700;
  color: var(--rev-navy);
}

.rev-featured-sep {
  margin: 0 6px;
}

.rev-featured-product {
  color: var(--rev-coral);
  text-decoration: none;
  font-weight: 700;
}

.rev-featured-product:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .rev-featured-quote { font-size: 16px; }
  .rev-featured-strip { padding: 22px 18px; }
}

/* ── "More from the catalog" landing grid ───────────────────────
   Same coral/navy/cream token family as the rev-page so the cards
   read visually continuous with /top-rated and /reviews. The
   landing page is NOT inside .rev-page, so the tokens are scoped
   to the section root. */
.rev-catalog-section {
  --rev-coral:    #E94560;
  --rev-navy:     #1A1A2E;
  --rev-cream:    #F5E6CC;
  --rev-text-dim: #5a5a7a;
  --rev-border:   #e6e3da;
  --rev-font-display: 'Playfair Display', serif;
  --rev-font-body:    'DM Sans', sans-serif;

  background: var(--rev-cream);
  padding: 56px 24px 64px;
  border-top: 1px solid rgba(233, 69, 96, 0.2);
  border-bottom: 1px solid rgba(233, 69, 96, 0.2);
}

.rev-catalog-section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.rev-catalog-grid {
  margin-top: 28px;
}

.rev-catalog-card {
  border-top: 3px solid var(--rev-coral);
  text-align: left;
  gap: 10px;
}

.rev-catalog-card .rev-confirm-stars {
  justify-content: flex-start;
  margin: 0;
  font-size: 22px;
}

.rev-catalog-count {
  font-family: var(--rev-font-body);
  font-size: 13px;
  color: var(--rev-text-dim);
}

.rev-catalog-count--empty {
  font-style: italic;
}

.rev-catalog-title {
  font-family: var(--rev-font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--rev-navy);
  margin: 0;
  line-height: 1.3;
}

.rev-catalog-meta {
  margin-top: auto;
}

.rev-catalog-empty {
  margin-top: 24px;
}

.rev-empty-body {
  font-family: var(--rev-font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--rev-navy);
  margin: 0;
}

.rev-catalog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.rev-catalog-page-btn {
  font-size: 14px;
  padding: 10px 20px;
  box-shadow: none;
}

.rev-catalog-page-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(233, 69, 96, 0.3);
}

.rev-catalog-page-indicator {
  font-family: var(--rev-font-body);
  font-size: 13px;
  color: var(--rev-text-dim);
  letter-spacing: 0.02em;
}

@media (max-width: 720px) {
  .rev-catalog-section { padding: 40px 18px 48px; }
  .rev-catalog-pagination { flex-direction: column; gap: 10px; }
  .rev-catalog-page-btn { width: 100%; text-align: center; }
}
