@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');

/* ============================================================
   PACKAGES COMPONENT — THEME 5 (Editorial Print)
   Identity: print studio / light tariff cards, ink typography
   Layout:   warm paper cards styled like printed tariff sheets,
             thick top ink band, crop-mark corners, dashed rules,
             stamp ribbon, large display numerals with letterspacing
   Fonts:    El Messiri (headings) + high-contrast ink numerals
   ============================================================ */

.ebpcr3-section {
  /* =========================================================
     CSS TOKENS
     ========================================================= */

  /* — Typography — */
  --ebpcr3-font-family: 'El Messiri', sans-serif;
  --ebpcr3-title-font-size: 2.25rem;
  --ebpcr3-subtitle-font-size: 1rem;
  --ebpcr3-card-title-font-size: 1.35rem;
  --ebpcr3-card-desc-font-size: 0.88rem;
  --ebpcr3-amount-font-size: 2.3rem;
  --ebpcr3-currency-font-size: 0.95rem;

  /* — Colors (derived from ebsrv14-5 Mint Meadow, light paper edition) — */
  --ebpcr3-bg: linear-gradient(180deg, #f7faf7 0%, #eef5f0 55%, #e7f1ea 100%);
  --ebpcr3-title-color: #24563f;
  --ebpcr3-title-highlight: #2f8a68;
  --ebpcr3-subtitle-color: rgba(36, 86, 63, 0.78);
  --ebpcr3-badge-bg: #ffffff;
  --ebpcr3-badge-color: #2f8a68;
  --ebpcr3-badge-border: 1px solid rgba(47, 138, 104, 0.4);

  /* — Cards — */
  --ebpcr3-card-bg: #fdfefb;
  --ebpcr3-card-border: 1px solid rgba(36, 86, 63, 0.22);
  --ebpcr3-card-topbar: #2f8a68;
  --ebpcr3-card-topbar-alt: #3fae83;
  --ebpcr3-card-featured-bg: #ffffff;
  --ebpcr3-card-featured-border: 1px solid rgba(36, 86, 63, 0.4);
  --ebpcr3-card-featured-topbar: #24563f;
  --ebpcr3-card-radius: 6px;
  --ebpcr3-card-shadow: 0 12px 30px rgba(36, 86, 63, 0.12);
  --ebpcr3-neumorphic-shadow: none;
  --ebpcr3-shine-bg: linear-gradient(90deg, transparent, rgba(63, 174, 131, 0.12), transparent);

  /* — Interior Card Living Elements — */
  --ebpcr3-card-orb1: radial-gradient(circle, rgba(63, 174, 131, 0.14) 0%, transparent 70%);
  --ebpcr3-card-orb2: radial-gradient(circle, rgba(47, 138, 104, 0.1) 0%, transparent 70%);

  /* — Card Content — */
  --ebpcr3-card-title-color: #24563f;
  --ebpcr3-card-desc-color: rgba(36, 86, 63, 0.72);

  /* — Section Labels — */
  --ebpcr3-label-text-color: #2f8a68;
  --ebpcr3-label-line-color: rgba(36, 86, 63, 0.3);
  --ebpcr3-label-dot-color: #3fae83;

  /* — Pricing — */
  --ebpcr3-amount-color: #24563f;
  --ebpcr3-currency-color: #2f8a68;
  --ebpcr3-period-color: rgba(36, 86, 63, 0.65);
  --ebpcr3-note-color: rgba(36, 86, 63, 0.55);

  /* — Features & Custom Theme Check Icon — */
  --ebpcr3-feature-text-color: rgba(36, 86, 63, 0.92);
  --ebpcr3-check-icon-color: #2f8a68;
  --ebpcr3-check-icon-content: "\f46c";
  --ebpcr3-feature-rule: 1px dashed rgba(36, 86, 63, 0.22);

  /* — Buttons — */
  --ebpcr3-btn-primary-bg: #24563f;
  --ebpcr3-btn-primary-color: #f4faf6;
  --ebpcr3-btn-secondary-bg: transparent;
  --ebpcr3-btn-secondary-color: #24563f;
  --ebpcr3-btn-secondary-border: 1px solid rgba(36, 86, 63, 0.5);
  --ebpcr3-btn-shadow: 0 8px 18px rgba(36, 86, 63, 0.22);

  /* — Ribbon — */
  --ebpcr3-ribbon-bg: #ffffff;
  --ebpcr3-ribbon-color: #2f8a68;
  --ebpcr3-ribbon-border: 2px dashed rgba(47, 138, 104, 0.6);
  --ebpcr3-ribbon-shadow: 0 4px 12px rgba(36, 86, 63, 0.14);

  /* — Section Background Orbs & Living Elements — */
  --ebpcr3-orb1: radial-gradient(circle, rgba(63, 174, 131, 0.2) 0%, transparent 70%);
  --ebpcr3-orb2: radial-gradient(circle, rgba(203, 234, 208, 0.8) 0%, transparent 70%);
  --ebpcr3-orb3: radial-gradient(circle, rgba(126, 208, 182, 0.18) 0%, transparent 70%);
  --ebpcr3-mesh-bg: none;
  --ebpcr3-lines-bg: linear-gradient(rgba(36, 86, 63, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(36, 86, 63, 0.06) 1px, transparent 1px);
  --ebpcr3-particle-bg: #3fae83;
  --ebpcr3-particle-shadow: 0 0 0 rgba(0, 0, 0, 0);

  /* — Transitions — */
  --ebpcr3-transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  --ebpcr3-reveal-distance: 35px;
  --ebpcr3-reveal-duration: 0.6s;

  /* =========================================================
     BASE RULES
     ========================================================= */
  position: relative;
  background: var(--ebpcr3-bg);
  font-family: "El Messiri", sans-serif;
  direction: rtl;
  padding: 5rem 1.5rem;
  overflow: visible;
}

/* Background Decor Layer — light print paper grid + soft glows */
.ebpcr3-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.ebpcr3-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
}

.ebpcr3-bg-orb-1 {
  width: 550px;
  height: 550px;
  top: -120px;
  inset-inline-end: -120px;
  background: var(--ebpcr3-orb1);
}

.ebpcr3-bg-orb-2 {
  width: 500px;
  height: 500px;
  bottom: -120px;
  inset-inline-start: -120px;
  background: var(--ebpcr3-orb2);
}

.ebpcr3-bg-orb-3 {
  width: 300px;
  height: 300px;
  top: 30%;
  inset-inline-start: 30%;
  background: var(--ebpcr3-orb3);
}

.ebpcr3-bg-lines {
  display: block;
  position: absolute;
  inset: 0;
  background-image: var(--ebpcr3-lines-bg);
  background-size: 48px 48px;
  animation: ebpcr3-grid-scroll 24s linear infinite;
}

@keyframes ebpcr3-grid-scroll {
  0% { background-position: 0 0; }
  100% { background-position: 48px 48px; }
}

.ebpcr3-bg-particles {
  position: absolute;
  inset: 0;
}

.ebpcr3-particle {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ebpcr3-particle-bg);
  opacity: 0.55;
}

.ebpcr3-particle.p1 { top: 18%; inset-inline-start: 12%; animation: ebpcr3-float 8s ease-in-out infinite alternate; }
.ebpcr3-particle.p2 { top: 65%; inset-inline-start: 78%; animation: ebpcr3-float 10s ease-in-out infinite alternate-reverse; }
.ebpcr3-particle.p3 { top: 80%; inset-inline-start: 20%; animation: ebpcr3-float 9s ease-in-out infinite alternate; }
.ebpcr3-particle.p4 { top: 30%; inset-inline-start: 85%; animation: ebpcr3-float 11s ease-in-out infinite alternate-reverse; }
.ebpcr3-particle.p5 { top: 45%; inset-inline-start: 45%; animation: ebpcr3-float 7s ease-in-out infinite alternate; }

@keyframes ebpcr3-float {
  0% { transform: translateY(0) scale(1); }
  100% { transform: translateY(-40px) scale(1.25); }
}

.ebpcr3-bg-orb-1 { animation: ebpcr3-pulse 3s ease-in-out infinite alternate; }
.ebpcr3-bg-orb-2 { animation: ebpcr3-pulse 4s ease-in-out infinite alternate-reverse; }

@keyframes ebpcr3-pulse {
  0% { opacity: 0.5; transform: scale(1); }
  100% { opacity: 1; transform: scale(1.25); }
}

/* Container */
.ebpcr3-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.ebpcr3-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.ebpcr3-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.4rem 1.1rem;
  border-radius: 999px;
  background: var(--ebpcr3-badge-bg);
  border: var(--ebpcr3-badge-border);
  color: var(--ebpcr3-badge-color);
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(36, 86, 63, 0.08);
}

.ebpcr3-title {
  font-size: var(--ebpcr3-title-font-size);
  font-weight: 700;
  color: var(--ebpcr3-title-color);
  margin: 0 0 0.8rem 0;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

.ebpcr3-title-highlight {
  color: var(--ebpcr3-title-highlight);
}

.ebpcr3-subtitle {
  font-size: var(--ebpcr3-subtitle-font-size);
  color: var(--ebpcr3-subtitle-color);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Grid Layout */
.ebpcr3-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: stretch;
}

/* Card Base — printed tariff sheet: hairline border + thick top band */
.ebpcr3-card {
  position: relative;
  background: var(--ebpcr3-card-bg);
  border: var(--ebpcr3-card-border);
  border-top: 5px solid var(--ebpcr3-card-topbar);
  border-radius: var(--ebpcr3-card-radius);
  padding: 2.2rem 1.8rem;
  display: flex;
  flex-direction: column;
  box-shadow: var(--ebpcr3-card-shadow);
  transition: var(--ebpcr3-transition);
  overflow: visible;
}

.ebpcr3-card:nth-child(2) {
  border-top-color: var(--ebpcr3-card-topbar-alt);
}

/* Crop-mark corners — print registration ticks */
.ebpcr3-card::before,
.ebpcr3-card::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: rgba(36, 86, 63, 0.5);
  border-style: solid;
  pointer-events: none;
  transition: var(--ebpcr3-transition);
}

.ebpcr3-card::before {
  top: 8px;
  inset-inline-start: 8px;
  border-width: 2px 0 0 2px;
}

.ebpcr3-card::after {
  bottom: 8px;
  inset-inline-end: 8px;
  border-width: 0 2px 2px 0;
}

.ebpcr3-card:hover {
  transform: translateY(-6px);
  border-color: rgba(36, 86, 63, 0.35);
  box-shadow: 0 18px 40px rgba(36, 86, 63, 0.16);
}

.ebpcr3-card:hover::before,
.ebpcr3-card:hover::after {
  border-color: #2f8a68;
}

/* Interior Card Living Background Layer */
.ebpcr3-card-bg {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.ebpcr3-card-mesh {
  position: absolute;
  inset: -50%;
  background: var(--ebpcr3-mesh-bg);
  opacity: 0.7;
  animation: ebpcr3-card-mesh-spin 16s linear infinite;
}

.ebpcr3-card-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
}

.ebpcr3-card-orb-1 {
  width: 220px;
  height: 220px;
  top: -50px;
  inset-inline-end: -50px;
  background: var(--ebpcr3-card-orb1);
  animation: ebpcr3-card-orb1-float 7s ease-in-out infinite alternate;
}

.ebpcr3-card-orb-2 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  inset-inline-start: -50px;
  background: var(--ebpcr3-card-orb2);
  animation: ebpcr3-card-orb2-float 9s ease-in-out infinite alternate-reverse;
}

.ebpcr3-card-lines {
  position: absolute;
  inset: 0;
  background: var(--ebpcr3-lines-bg);
  background-size: 48px 48px;
  opacity: 0.35;
  pointer-events: none;
}

@keyframes ebpcr3-card-mesh-spin {
  0% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(180deg) scale(1.15); }
  100% { transform: rotate(360deg) scale(1); }
}

@keyframes ebpcr3-card-orb1-float {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-30px, 35px) scale(1.25); }
}

@keyframes ebpcr3-card-orb2-float {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(35px, -30px) scale(1.3); }
}

/* Interior Card Content Z-Index Fix */
.ebpcr3-card-header,
.ebpcr3-section-label,
.ebpcr3-price-row,
.ebpcr3-features,
.ebpcr3-buttons {
  position: relative;
  z-index: 2;
}

/* Interior Card Shine Sweep Layer */
.ebpcr3-card-shine {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.ebpcr3-card-shine::after {
  content: '';
  position: absolute;
  top: 0;
  inset-inline-start: -150%;
  width: 55%;
  height: 100%;
  background: var(--ebpcr3-shine-bg);
  transform: skewX(-15deg);
  pointer-events: none;
}

.ebpcr3-card:hover .ebpcr3-card-shine::after {
  animation: ebpcr3-shine-sweep 1s ease-in-out;
}

@keyframes ebpcr3-shine-sweep {
  0% { inset-inline-start: -150%; }
  100% { inset-inline-start: 250%; }
}

/* Featured Card — double border + deep ink top band */
.ebpcr3-card.ebpcr3-featured {
  background: var(--ebpcr3-card-featured-bg);
  border: var(--ebpcr3-card-featured-border);
  border-top: 5px solid var(--ebpcr3-card-featured-topbar);
  border-top-width: 5px;
  border-top-style: solid;
}

.ebpcr3-featured-glow {
  position: absolute;
  inset: -8px;
  border-radius: 10px;
  background: rgba(63, 174, 131, 0.16);
  filter: blur(20px);
  z-index: -1;
  pointer-events: none;
}

/* Featured Ribbon — rotated postage stamp */
.ebpcr3-featured-ribbon {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  background: var(--ebpcr3-ribbon-bg);
  color: var(--ebpcr3-ribbon-color);
  border: var(--ebpcr3-ribbon-border);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.4rem 1.4rem;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: var(--ebpcr3-ribbon-shadow);
  z-index: 10;
  letter-spacing: 0.5px;
}

/* Card Header */
.ebpcr3-card-header {
  text-align: center;
  margin-bottom: 1.2rem;
}

.ebpcr3-card-title {
  font-size: var(--ebpcr3-card-title-font-size);
  font-weight: 700;
  color: var(--ebpcr3-card-title-color);
  margin: 0 0 0.4rem 0;
}

.ebpcr3-card-desc {
  font-size: var(--ebpcr3-card-desc-font-size);
  color: var(--ebpcr3-card-desc-color);
  margin: 0;
  line-height: 1.5;
}

/* Section Label (Line - Text - Line) — printed rule style */
.ebpcr3-section-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 1.2rem 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ebpcr3-label-text-color);
}

.ebpcr3-label-line {
  flex: 1;
  height: 1px;
  background: var(--ebpcr3-label-line-color);
  position: relative;
  display: flex;
  align-items: center;
}

.ebpcr3-label-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ebpcr3-label-dot-color);
  position: absolute;
}

.ebpcr3-section-label .ebpcr3-label-line:first-child .ebpcr3-label-dot {
  inset-inline-start: 0;
}

.ebpcr3-section-label .ebpcr3-label-line:last-child .ebpcr3-label-dot {
  inset-inline-end: 0;
}

/* Price Row — large ink numerals with top/bottom rules */
.ebpcr3-price-row {
  text-align: center;
  margin-bottom: 1rem;
  padding: 0.9rem 0;
  border-top: 2px solid rgba(36, 86, 63, 0.14);
  border-bottom: 2px solid rgba(36, 86, 63, 0.14);
}

.ebpcr3-price-main {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin-bottom: 0.4rem;
  transition: transform 0.3s ease;
}

.ebpcr3-card:hover .ebpcr3-price-main {
  transform: scale(1.04);
}

.ebpcr3-amount {
  font-size: var(--ebpcr3-amount-font-size);
  font-weight: 800;
  color: var(--ebpcr3-amount-color);
  line-height: 1;
  letter-spacing: 1px;
}

.ebpcr3-currency {
  font-size: var(--ebpcr3-currency-font-size);
  font-weight: 700;
  color: var(--ebpcr3-currency-color);
}

.ebpcr3-period {
  font-size: 0.85rem;
  color: var(--ebpcr3-period-color);
}

.ebpcr3-price-note {
  font-size: 0.78rem;
  color: var(--ebpcr3-note-color);
  margin: 0;
  line-height: 1.4;
}

/* Features List & Theme-Specific Check Icon — dashed separators */
.ebpcr3-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.8rem 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex-grow: 1;
}

.ebpcr3-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--ebpcr3-feature-text-color);
  line-height: 1.5;
  padding: 0.7rem 0;
  border-bottom: var(--ebpcr3-feature-rule);
  transition: transform 0.25s ease;
}

.ebpcr3-features li:last-child {
  border-bottom: none;
}

.ebpcr3-features li:hover {
  transform: translateX(-4px);
}

.ebpcr3-check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(63, 174, 131, 0.16);
  color: var(--ebpcr3-check-icon-color);
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
  font-weight: 900;
  font-size: 0.7rem;
  margin-top: 4px;
  flex-shrink: 0;
}

.ebpcr3-check-icon::before {
  content: var(--ebpcr3-check-icon-content);
}

/* Buttons */
.ebpcr3-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: auto;
}

.ebpcr3-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0.8rem 1.2rem;
  border-radius: 3px;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition: var(--ebpcr3-transition);
  cursor: pointer;
}

.ebpcr3-btn-primary {
  background: var(--ebpcr3-btn-primary-bg);
  color: var(--ebpcr3-btn-primary-color);
  box-shadow: var(--ebpcr3-btn-shadow);
}

.ebpcr3-btn-primary:hover {
  transform: translateY(-2px);
  background: #2f8a68;
}

.ebpcr3-btn-secondary {
  background: var(--ebpcr3-btn-secondary-bg);
  color: var(--ebpcr3-btn-secondary-color);
  border: var(--ebpcr3-btn-secondary-border);
}

.ebpcr3-btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(36, 86, 63, 0.06);
}

/* =========================================================
   REVEAL ANIMATIONS
   ========================================================= */
.ebpcr3-anim-up {
  opacity: 0;
  transform: translateY(var(--ebpcr3-reveal-distance));
  transition: opacity var(--ebpcr3-reveal-duration) cubic-bezier(0.22, 1, 0.36, 1),
              transform var(--ebpcr3-reveal-duration) cubic-bezier(0.22, 1, 0.36, 1);
}

.ebpcr3-anim-up.ebpcr3-in {
  opacity: 1;
  transform: translateY(0);
}

.ebpcr3-delay-1 { transition-delay: 0.1s; }
.ebpcr3-delay-2 { transition-delay: 0.2s; }
.ebpcr3-delay-3 { transition-delay: 0.3s; }

/* =========================================================
   RESPONSIVE (12 standard blocks)
   ========================================================= */

/* 1 — max 320px */
@media (max-width: 320px) {
  .ebpcr3-section {
    padding: 3rem 0.8rem;
  }
  .ebpcr3-grid {
    grid-template-columns: 1fr;
  }
  .ebpcr3-title {
    font-size: 1.4rem;
  }
  .ebpcr3-card {
    padding: 1.7rem 1.1rem;
  }
  .ebpcr3-amount {
    font-size: 1.7rem;
  }
}

/* 2 — 321–375px */
@media (min-width: 321px) and (max-width: 375px) {
  .ebpcr3-grid {
    grid-template-columns: 1fr;
  }
  .ebpcr3-title {
    font-size: 1.55rem;
  }
  .ebpcr3-card {
    padding: 1.9rem 1.2rem;
  }
  .ebpcr3-amount {
    font-size: 1.85rem;
  }
}

/* 3 — 376–425px */
@media (min-width: 376px) and (max-width: 425px) {
  .ebpcr3-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
  }
  .ebpcr3-title {
    font-size: 1.7rem;
  }
  .ebpcr3-amount {
    font-size: 2rem;
  }
}

/* 4 — 426–480px */
@media (min-width: 426px) and (max-width: 480px) {
  .ebpcr3-section {
    padding: 3.5rem 1rem;
  }
  .ebpcr3-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
  }
  .ebpcr3-title {
    font-size: 1.75rem;
  }
}

/* 5 — 481–600px */
@media (min-width: 481px) and (max-width: 600px) {
  .ebpcr3-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
  }
  .ebpcr3-title {
    font-size: 1.75rem;
  }
}

/* 6 — 601–768px */
@media (min-width: 601px) and (max-width: 768px) {
  .ebpcr3-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
  .ebpcr3-title {
    font-size: 1.9rem;
  }
}

/* 7 — 769–1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .ebpcr3-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ebpcr3-grid .ebpcr3-card:last-child {
    grid-column: 1 / -1;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }
  .ebpcr3-title {
    font-size: 2rem;
  }
}

/* 8 — 1025–1280px */
@media (min-width: 1025px) and (max-width: 1280px) {
  .ebpcr3-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
  }
  .ebpcr3-card {
    padding: 2.1rem 1.4rem;
  }
}

/* 9 — 1281–1440px */
@media (min-width: 1281px) and (max-width: 1440px) {
  .ebpcr3-container {
    max-width: 1240px;
  }
  .ebpcr3-grid {
    gap: 1.8rem;
  }
}

/* 10 — 1441–1920px */
@media (min-width: 1441px) and (max-width: 1920px) {
  .ebpcr3-container {
    max-width: 1280px;
  }
}

/* 11 — 1921px+ */
@media (min-width: 1921px) {
  .ebpcr3-container {
    max-width: 1440px;
  }
  .ebpcr3-grid {
    gap: 2.5rem;
  }
}

/* 12 — prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .ebpcr3-anim-up {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .ebpcr3-card-shine { display: none; }
  .ebpcr3-particle,
  .ebpcr3-bg-orb,
  .ebpcr3-card-mesh,
  .ebpcr3-card-orb,
  .ebpcr3-bg-mesh {
    animation: none !important;
  }
}
