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

/* ============================================================
   POINTS — THEME 5 (Torii Gates — Clean Minimal)
   Identity: japanese zen minimal / calm obsidian + one vermillion
             torii lintel accent / soft gold whisper
   Layout:   Zen Columns — clean torii lintel line across each card,
             quiet enso ring in the background, generous whitespace, top banner.
   Fonts:    El Messiri
   Architecture: 100% Tokenized CSS variables in root .ebpt13-section.
   ============================================================ */

.ebpt13-section {
  /* ==================== GLOBAL / CORE ==================== */
  --ebpt13-font-family: 'El Messiri', sans-serif;
  --ebpt13-font-weight: 400;
  --ebpt13-font-weight-bold: 700;
  --ebpt13-direction: rtl;
  --ebpt13-transition-duration: 0.35s;
  --ebpt13-transition-ease: cubic-bezier(0.4, 0, 0.2, 1);

  /* ==================== SECTION ==================== */
  --ebpt13-section-position: relative;
  --ebpt13-section-overflow: hidden;
  --ebpt13-section-background: #0d0d12;
  --ebpt13-section-text-color: #f6f1ea;
  --ebpt13-section-muted-color: #a397a4;
  --ebpt13-section-faint-color: #6b5f6b;
  --ebpt13-section-line-strong: rgba(244, 63, 94, 0.6);
  --ebpt13-section-padding-block: clamp(4.4rem, 8.5vw, 7rem);

  /* ==================== BACKGROUND DECOR ==================== */
  --ebpt13-bg-position: absolute;
  --ebpt13-bg-inset: 0;
  --ebpt13-bg-z-index: 0;
  --ebpt13-bg-overflow: hidden;
  --ebpt13-bg-pointer-events: none;
  --ebpt13-bg-glow-1-image: radial-gradient(circle at 12% 20%, rgba(244, 63, 94, 0.1) 0%, transparent 45%);
  --ebpt13-bg-glow-2-image: radial-gradient(circle at 85% 80%, rgba(231, 185, 100, 0.06) 0%, transparent 45%);
  --ebpt13-bg-orb-radius: 50%;
  --ebpt13-bg-orb-1-size: 320px;
  --ebpt13-bg-orb-1-color: rgba(244, 63, 94, 0.08);
  --ebpt13-bg-orb-1-blur: 80px;
  --ebpt13-bg-orb-1-inset-block-start: 6%;
  --ebpt13-bg-orb-1-inset-inline-end: 4%;
  --ebpt13-bg-orb-2-size: 240px;
  --ebpt13-bg-orb-2-color: rgba(231, 185, 100, 0.06);
  --ebpt13-bg-orb-2-blur: 70px;
  --ebpt13-bg-orb-2-inset-block-end: 4%;
  --ebpt13-bg-orb-2-inset-inline-start: 6%;
  --ebpt13-bg-enso-color: rgba(244, 63, 94, 0.25);
  --ebpt13-bg-enso-size: 130px;
  --ebpt13-bg-enso-border-width: 1px;
  --ebpt13-bg-enso-inset-block-start: 14%;
  --ebpt13-bg-enso-inset-inline-start: 12%;
  --ebpt13-bg-enso-radius: 50%;
  --ebpt13-bg-decor-display: block;
  --ebpt13-bg-decor-display-none: none;

  /* ==================== TYPOGRAPHY ==================== */
  --ebpt13-title-size: clamp(2rem, 4.2vw, 3rem);
  --ebpt13-title-weight: 700;
  --ebpt13-title-line: 1.25;
  --ebpt13-title-margin-block-start: 1.1rem;
  --ebpt13-title-max-width: 26ch;
  --ebpt13-title-color: #f6f1ea;
  --ebpt13-title-hl-color: #f43f5e;
  --ebpt13-title-hl-glow: rgba(244, 63, 94, 0.4);
  --ebpt13-sub-size: clamp(0.98rem, 1.5vw, 1.1rem);
  --ebpt13-sub-line: 1.9;
  --ebpt13-sub-margin-block-start: 1rem;
  --ebpt13-sub-max-width: 60ch;
  --ebpt13-sub-color: #a397a4;
  --ebpt13-kicker-size: 0.9rem;
  --ebpt13-kicker-gap: 0.55rem;
  --ebpt13-kicker-padding: 0.4rem 1.1rem;
  --ebpt13-kicker-color: #f43f5e;
  --ebpt13-kicker-bg: rgba(244, 63, 94, 0.08);
  --ebpt13-kicker-line-color: rgba(244, 63, 94, 0.25);
  --ebpt13-kicker-radius: 999px;
  --ebpt13-kicker-ico-color: #e7b964;

  /* ==================== SPACING / LAYOUT ==================== */
  --ebpt13-pad-inline: clamp(1.25rem, 4vw, 2.5rem);
  --ebpt13-shell-max: 1220px;
  --ebpt13-grid-gap: clamp(2rem, 4vw, 3rem);
  --ebpt13-list-gap: clamp(1.2rem, 2vw, 1.8rem);
  --ebpt13-stage-cols: 1fr;
  --ebpt13-note-col: 1;
  --ebpt13-board-cols: repeat(3, 1fr);
  --ebpt13-rail-w: 200px;
  --ebpt13-rail-gap: 0.8rem;
  --ebpt13-offset-1: 0rem;
  --ebpt13-offset-2: 0rem;
  --ebpt13-offset-3: 0rem;
  --ebpt13-offset-4: 0rem;
  --ebpt13-offset-5: 0rem;
  --ebpt13-offset-6: 0rem;

  /* ==================== RAIL BANNER ==================== */
  --ebpt13-rail-bg: rgba(20, 16, 26, 0.75);
  --ebpt13-rail-border: rgba(244, 63, 94, 0.25);
  --ebpt13-rail-shadow: 0 12px 36px rgba(0, 0, 0, 0.45);
  --ebpt13-rail-num-size: clamp(2.4rem, 3.8vw, 3.2rem);
  --ebpt13-rail-num-color: #f43f5e;
  --ebpt13-rail-num-glow: rgba(244, 63, 94, 0.35);
  --ebpt13-rail-num-line-color: rgba(244, 63, 94, 0.5);
  --ebpt13-rail-num-line-width: 2px;
  --ebpt13-rail-num-line-size: 2rem;
  --ebpt13-rail-lbl-size: 0.88rem;
  --ebpt13-rail-lbl-line: 1.8;
  --ebpt13-rail-lbl-color: #a397a4;
  --ebpt13-rail-lbl-max-width: 48ch;
  --ebpt13-rail-tag-size: 0.8rem;
  --ebpt13-rail-tag-color: #e7b964;
  --ebpt13-rail-tag-bg: rgba(231, 185, 100, 0.1);
  --ebpt13-rail-tag-border: rgba(231, 185, 100, 0.28);
  --ebpt13-rail-tag-padding: 0.35rem 0.9rem;
  --ebpt13-rail-tag-radius: 999px;

  /* ==================== CARD ==================== */
  --ebpt13-card-bg: rgba(20, 16, 26, 0.65);
  --ebpt13-card-bg-hover: rgba(244, 63, 94, 0.09);
  --ebpt13-card-line: rgba(244, 63, 94, 0.18);
  --ebpt13-card-line-hover: rgba(244, 63, 94, 0.55);
  --ebpt13-card-radius: 14px;
  --ebpt13-card-pad: 1.8rem 1.5rem 1.3rem;
  --ebpt13-card-gap: 0.85rem;
  --ebpt13-card-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
  --ebpt13-card-shadow-hover: 0 24px 56px rgba(0, 0, 0, 0.55), 0 0 30px rgba(244, 63, 94, 0.2);
  --ebpt13-card-flow: row;
  --ebpt13-card-align: center;
  --ebpt13-card-lintel-height: 3px;
  --ebpt13-card-lintel-color: linear-gradient(90deg, #f43f5e 0%, #e7b964 60%, transparent 100%);
  --ebpt13-card-lintel-glow: rgba(244, 63, 94, 0.5);
  --ebpt13-card-index-size: 0.85rem;
  --ebpt13-card-index-color: #e7b964;
  --ebpt13-card-index-accent: #ffffff;
  --ebpt13-card-index-spacing: 0.2em;
  --ebpt13-card-ico-size: 48px;
  --ebpt13-card-ico-radius: 50%;
  --ebpt13-card-ico-bg: rgba(244, 63, 94, 0.12);
  --ebpt13-card-ico-border: rgba(244, 63, 94, 0.35);
  --ebpt13-card-ico-color: #f43f5e;
  --ebpt13-card-ico-glow: rgba(244, 63, 94, 0.3);
  --ebpt13-card-ico-font-size: 1.25rem;
  --ebpt13-card-ttl-size: 1.25rem;
  --ebpt13-card-ttl-color: #f6f1ea;
  --ebpt13-card-txt-size: 0.93rem;
  --ebpt13-card-txt-line: 1.85;
  --ebpt13-card-txt-color: #a397a4;
  --ebpt13-card-support-size: 0.82rem;
  --ebpt13-card-support-color: #e7b964;
  --ebpt13-card-support-bg: rgba(231, 185, 100, 0.08);
  --ebpt13-card-support-border: rgba(231, 185, 100, 0.2);
  --ebpt13-card-support-dash: #e7b964;
  --ebpt13-card-meter-height: 3px;
  --ebpt13-card-meter-bg: rgba(196, 177, 216, 0.14);
  --ebpt13-card-meter-fill: linear-gradient(90deg, #f43f5e 0%, #e7b964 100%);
  --ebpt13-card-meter-fill-glow: rgba(244, 63, 94, 0.6);
  --ebpt13-card-meter-order: 10;
  --ebpt13-card-flag-color: #ffffff;
  --ebpt13-card-flag-bg: linear-gradient(135deg, #f43f5e 0%, #be123c 100%);
  --ebpt13-card-flag-radius: 999px;
  --ebpt13-card-flag-size: 0.76rem;
  --ebpt13-card-flag-padding: 0.22rem 0.75rem;
  --ebpt13-card-flag-top: -11px;
  --ebpt13-card-flag-inline-start: 1.5rem;
  --ebpt13-card-flag-shadow: 0 4px 14px rgba(244, 63, 94, 0.6), 0 0 0 2px rgba(13, 13, 18, 0.95);
  --ebpt13-card-flag-border: rgba(255, 255, 255, 0.35);

  /* ==================== NOTE ==================== */
  --ebpt13-note-bg: rgba(20, 20, 26, 0.5);
  --ebpt13-note-line: rgba(244, 63, 94, 0.2);
  --ebpt13-note-radius: 12px;
  --ebpt13-note-gap: 0.9rem;
  --ebpt13-note-shadow: 0 18px 44px rgba(0, 0, 0, 0.4);
  --ebpt13-note-ico-size: 1.4rem;
  --ebpt13-note-ico-color: #f43f5e;
  --ebpt13-note-ico-glow: rgba(244, 63, 94, 0.45);
  --ebpt13-note-txt-size: 1.02rem;
  --ebpt13-note-txt-line: 1.9;
  --ebpt13-note-txt-color: #c4b1d8;

  /* ==================== SIDE / CORNER ==================== */
  --ebpt13-side-size: 0.72rem;
  --ebpt13-side-label-size: 0.78rem;
  --ebpt13-side-color: rgba(244, 63, 94, 0.4);
  --ebpt13-side-letter-spacing: 0.4em;
  --ebpt13-side-inset-inline: 1.2rem;
  --ebpt13-side-inset-block: 1.4rem;
  --ebpt13-corner-size: 20px;
  --ebpt13-corner-border-width: 1px;
  --ebpt13-corner-color: rgba(244, 63, 94, 0.55);
  --ebpt13-corner-inset: 1rem;
  --ebpt13-corner-z-index: 1;

  /* ==================== ANIMATION / MOTION ==================== */
  --ebpt13-anim-dur: 12s;
  --ebpt13-anim-dur-s: 4s;
  --ebpt13-anim-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --ebpt13-orb-drift: 28px;
  --ebpt13-enso-rotate: 360deg;
  --ebpt13-wave-dx: 60px;
  --ebpt13-transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --ebpt13-reveal-dur: 0.8s;
  --ebpt13-reveal-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ebpt13-reveal-y: 22px;

  /* ---------- BASE RULES ---------- */
  position: var(--ebpt13-section-position);
  direction: var(--ebpt13-direction);
  font-family: var(--ebpt13-font-family);
  font-weight: var(--ebpt13-font-weight);
  color: var(--ebpt13-section-text-color);
  background: var(--ebpt13-section-background);
  overflow: var(--ebpt13-section-overflow);
  padding-block: var(--ebpt13-section-padding-block);
  padding-inline: var(--ebpt13-pad-inline);
}

/* ==================== BACKGROUND DECOR ==================== */
.ebpt13-bg {
  position: var(--ebpt13-bg-position);
  inset: var(--ebpt13-bg-inset);
  z-index: var(--ebpt13-bg-z-index);
  pointer-events: var(--ebpt13-bg-pointer-events);
  overflow: var(--ebpt13-bg-overflow);
}

.ebpt13-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--ebpt13-bg-glow-1-image), var(--ebpt13-bg-glow-2-image);
}

.ebpt13-bg-orb {
  position: absolute;
  border-radius: var(--ebpt13-bg-orb-radius);
}

.ebpt13-bg-orb-1 {
  width: var(--ebpt13-bg-orb-1-size);
  height: var(--ebpt13-bg-orb-1-size);
  background: var(--ebpt13-bg-orb-1-color);
  filter: blur(var(--ebpt13-bg-orb-1-blur));
  inset-block-start: var(--ebpt13-bg-orb-1-inset-block-start);
  inset-inline-end: var(--ebpt13-bg-orb-1-inset-inline-end);
  animation: ebpt13-orb-float-1 var(--ebpt13-anim-dur) var(--ebpt13-anim-ease) infinite alternate;
}

.ebpt13-bg-orb-2 {
  width: var(--ebpt13-bg-orb-2-size);
  height: var(--ebpt13-bg-orb-2-size);
  background: var(--ebpt13-bg-orb-2-color);
  filter: blur(var(--ebpt13-bg-orb-2-blur));
  inset-block-end: var(--ebpt13-bg-orb-2-inset-block-end);
  inset-inline-start: var(--ebpt13-bg-orb-2-inset-inline-start);
  animation: ebpt13-orb-float-2 var(--ebpt13-anim-dur) var(--ebpt13-anim-ease) infinite alternate;
}

@keyframes ebpt13-orb-float-1 {
  0% { transform: translateY(0); }
  100% { transform: translateY(var(--ebpt13-orb-drift)); }
}

@keyframes ebpt13-orb-float-2 {
  0% { transform: translateY(0); }
  100% { transform: translateY(calc(var(--ebpt13-orb-drift) * -1)); }
}

.ebpt13-bg-ring {
  position: absolute;
  width: var(--ebpt13-bg-enso-size);
  height: var(--ebpt13-bg-enso-size);
  border-radius: var(--ebpt13-bg-enso-radius);
  border: var(--ebpt13-bg-enso-border-width) dashed var(--ebpt13-bg-enso-color);
  inset-block-start: var(--ebpt13-bg-enso-inset-block-start);
  inset-inline-start: var(--ebpt13-bg-enso-inset-inline-start);
  animation: ebpt13-enso-rotate 90s linear infinite;
  pointer-events: none;
}

@keyframes ebpt13-enso-rotate {
  to { transform: rotate(var(--ebpt13-enso-rotate)); }
}

/* ==================== SIDE DECOR ==================== */
.ebpt13-side {
  position: absolute;
  z-index: 1;
  font-size: var(--ebpt13-side-size);
  letter-spacing: var(--ebpt13-side-letter-spacing);
  color: var(--ebpt13-side-color);
  text-transform: uppercase;
  user-select: none;
  pointer-events: none;
}

.ebpt13-side-start {
  inset-inline-start: var(--ebpt13-side-inset-inline);
  inset-block-start: var(--ebpt13-side-inset-block);
}

.ebpt13-side-end {
  inset-inline-end: var(--ebpt13-side-inset-inline);
  inset-block-start: var(--ebpt13-side-inset-block);
}

.ebpt13-corner {
  position: absolute;
  width: var(--ebpt13-corner-size);
  height: var(--ebpt13-corner-size);
  border-color: var(--ebpt13-corner-color);
  border-style: solid;
  z-index: var(--ebpt13-corner-z-index);
  pointer-events: none;
}

.ebpt13-corner-tl {
  inset-block-start: var(--ebpt13-corner-inset);
  inset-inline-start: var(--ebpt13-corner-inset);
  border-width: var(--ebpt13-corner-border-width) 0 0 var(--ebpt13-corner-border-width);
}

.ebpt13-corner-tr {
  inset-block-start: var(--ebpt13-corner-inset);
  inset-inline-end: var(--ebpt13-corner-inset);
  border-width: var(--ebpt13-corner-border-width) var(--ebpt13-corner-border-width) 0 0;
}

.ebpt13-corner-bl {
  inset-block-end: var(--ebpt13-corner-inset);
  inset-inline-start: var(--ebpt13-corner-inset);
  border-width: 0 0 var(--ebpt13-corner-border-width) var(--ebpt13-corner-border-width);
}

.ebpt13-corner-br {
  inset-block-end: var(--ebpt13-corner-inset);
  inset-inline-end: var(--ebpt13-corner-inset);
  border-width: 0 var(--ebpt13-corner-border-width) var(--ebpt13-corner-border-width) 0;
}

/* ==================== SHELL ==================== */
.ebpt13-shell {
  position: relative;
  z-index: 1;
  max-width: var(--ebpt13-shell-max);
  margin-inline: auto;
}

/* ==================== HEAD ==================== */
.ebpt13-head {
  max-width: var(--ebpt13-sub-max-width);
  margin-block-end: clamp(2.5rem, 5vw, 4rem);
}

.ebpt13-kicker {
  display: inline-flex;
  align-items: center;
  gap: var(--ebpt13-kicker-gap);
  font-size: var(--ebpt13-kicker-size);
  font-weight: var(--ebpt13-font-weight-bold);
  color: var(--ebpt13-kicker-color);
  background: var(--ebpt13-kicker-bg);
  padding: var(--ebpt13-kicker-padding);
  border-radius: var(--ebpt13-kicker-radius);
  margin-block-end: 0.6rem;
}

.ebpt13-kicker-ico {
  color: var(--ebpt13-kicker-ico-color);
}

.ebpt13-kicker-line {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--ebpt13-kicker-line-color);
}

.ebpt13-title {
  font-size: var(--ebpt13-title-size);
  font-weight: var(--ebpt13-title-weight);
  line-height: var(--ebpt13-title-line);
  color: var(--ebpt13-title-color);
  margin-block-end: 0.8rem;
  max-width: var(--ebpt13-title-max-width);
}

.ebpt13-title-hl {
  color: var(--ebpt13-title-hl-color);
  position: relative;

}

.ebpt13-sub {
  font-size: var(--ebpt13-sub-size);
  line-height: var(--ebpt13-sub-line);
  color: var(--ebpt13-sub-color);
  max-width: var(--ebpt13-sub-max-width);
}

/* ==================== STAGE ==================== */
.ebpt13-stage {
  display: grid;
  grid-template-columns: var(--ebpt13-stage-cols);
  gap: var(--ebpt13-grid-gap);
}

/* ==================== RAIL BANNER ==================== */
.ebpt13-rail {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  border-block-start: 3px solid var(--ebpt13-rail-num-color);
  border: 1px solid var(--ebpt13-rail-border);
  border-radius: var(--ebpt13-card-radius);
  background: var(--ebpt13-rail-bg);
  padding: 1.1rem 1.6rem;
  box-shadow: var(--ebpt13-rail-shadow);
  backdrop-filter: blur(20px);
}

.ebpt13-rail-num {
  font-size: var(--ebpt13-rail-num-size);
  font-weight: var(--ebpt13-font-weight-bold);
  line-height: 1;
  color: var(--ebpt13-rail-num-color);
  text-shadow: 0 0 24px var(--ebpt13-rail-num-glow);
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.ebpt13-rail-num::after {
  content: '';
  display: inline-block;
  width: var(--ebpt13-rail-num-line-width);
  height: var(--ebpt13-rail-num-line-size);
  background: var(--ebpt13-rail-num-line-color);
}

.ebpt13-rail-lbl {
  font-size: var(--ebpt13-rail-lbl-size);
  line-height: var(--ebpt13-rail-lbl-line);
  color: var(--ebpt13-rail-lbl-color);
  max-width: var(--ebpt13-rail-lbl-max-width);
}

.ebpt13-rail-tag {
  align-self: center;
  margin-inline-start: auto;
  font-size: var(--ebpt13-rail-tag-size);
  font-weight: var(--ebpt13-font-weight-bold);
  color: var(--ebpt13-rail-tag-color);
  background: var(--ebpt13-rail-tag-bg);
  border: 1px solid var(--ebpt13-rail-tag-border);
  padding: var(--ebpt13-rail-tag-padding);
  border-radius: var(--ebpt13-rail-tag-radius);
}

/* ==================== BOARD ==================== */
.ebpt13-board {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: var(--ebpt13-board-cols);
  gap: var(--ebpt13-list-gap);
  overflow-x: clip;
}

.ebpt13-card:nth-child(1) { margin-block-start: var(--ebpt13-offset-1); }
.ebpt13-card:nth-child(2) { margin-block-start: var(--ebpt13-offset-2); }
.ebpt13-card:nth-child(3) { margin-block-start: var(--ebpt13-offset-3); }
.ebpt13-card:nth-child(4) { margin-block-start: var(--ebpt13-offset-4); }
.ebpt13-card:nth-child(5) { margin-block-start: var(--ebpt13-offset-5); }
.ebpt13-card:nth-child(6) { margin-block-start: var(--ebpt13-offset-6); }

/* ==================== CARD ==================== */
.ebpt13-card {
  position: relative;
  display: flex;
  flex-direction: var(--ebpt13-card-flow);
  flex-wrap: wrap;
  align-items: var(--ebpt13-card-align);
  gap: var(--ebpt13-card-gap);
  background: var(--ebpt13-card-bg);
  border: 1px solid var(--ebpt13-card-line);
  border-radius: var(--ebpt13-card-radius);
  box-shadow: var(--ebpt13-card-shadow);
  backdrop-filter: blur(16px);
  padding: var(--ebpt13-card-pad);
  overflow: visible;
  transition: background var(--ebpt13-transition), transform var(--ebpt13-transition), border-color var(--ebpt13-transition), box-shadow var(--ebpt13-transition);
}

/* Torii vermilion lintel line accent on card top */
.ebpt13-card::before {
  content: '';
  position: absolute;
  inset-block-start: 0;
  inset-inline: 0;
  width: 100%;
  height: var(--ebpt13-card-lintel-height);
  background: var(--ebpt13-card-lintel-color);
  border-radius: 14px 14px 0 0;
  box-shadow: 0 0 14px var(--ebpt13-card-lintel-glow);
}

.ebpt13-card:hover {
  background: var(--ebpt13-card-bg-hover);
  border-color: var(--ebpt13-card-line-hover);
  transform: translateY(-5px);
  box-shadow: var(--ebpt13-card-shadow-hover);
}

.ebpt13-card-index {
  position: absolute;
  inset-block-start: 1.2rem;
  inset-inline-end: 1.2rem;
  font-size: var(--ebpt13-card-index-size);
  font-weight: var(--ebpt13-font-weight-bold);
  letter-spacing: var(--ebpt13-card-index-spacing);
  color: var(--ebpt13-card-index-color);
  transition: color var(--ebpt13-transition);
}

.ebpt13-card:hover .ebpt13-card-index {
  color: var(--ebpt13-card-index-accent);
  text-shadow: 0 0 10px rgba(231, 185, 100, 0.7);
}

.ebpt13-card-ico {
  flex: 0 0 auto;
  width: var(--ebpt13-card-ico-size);
  height: var(--ebpt13-card-ico-size);
  display: grid;
  place-items: center;
  background: var(--ebpt13-card-ico-bg);
  border: 1px solid var(--ebpt13-card-ico-border);
  color: var(--ebpt13-card-ico-color);
  font-size: var(--ebpt13-card-ico-font-size);
  border-radius: var(--ebpt13-card-ico-radius);
  box-shadow: 0 0 24px var(--ebpt13-card-ico-glow);
  margin-block-end: 0.4rem;
}

.ebpt13-card-body {
  flex: 1 1 auto;
  min-width: 0;
}

.ebpt13-card-ttl {
  font-size: var(--ebpt13-card-ttl-size);
  font-weight: var(--ebpt13-font-weight-bold);
  color: var(--ebpt13-card-ttl-color);
  margin-block-end: 0.4rem;
}

.ebpt13-card-txt {
  font-size: var(--ebpt13-card-txt-size);
  line-height: var(--ebpt13-card-txt-line);
  color: var(--ebpt13-card-txt-color);
  max-width: 100%;
}

.ebpt13-card-support {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-block-start: 0.75rem;
  font-size: var(--ebpt13-card-support-size);
  color: var(--ebpt13-card-support-color);
  background: var(--ebpt13-card-support-bg);
  padding: 0.25rem 0.75rem;
  border-radius: 6px;
  border: 1px solid var(--ebpt13-card-support-border);
}

.ebpt13-card-support::before {
  content: '';
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: var(--ebpt13-card-support-dash);
  display: inline-block;
}

.ebpt13-card-meter {
  display: block;
  width: 100%;
  flex: 0 0 auto;
  height: var(--ebpt13-card-meter-height);
  background: var(--ebpt13-card-meter-bg);
  margin-block-start: 0.85rem;
  border-radius: 999px;
  overflow: hidden;
  order: var(--ebpt13-card-meter-order);
}

.ebpt13-card-fill {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: 999px;
  background: var(--ebpt13-card-meter-fill);
  box-shadow: 0 0 14px var(--ebpt13-card-meter-fill-glow);
  transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.ebpt13-card-flag {
  position: absolute;
  inset-block-start: var(--ebpt13-card-flag-top);
  inset-inline-start: var(--ebpt13-card-flag-inline-start);
  z-index: 10;
  font-size: var(--ebpt13-card-flag-size);
  font-weight: var(--ebpt13-font-weight-bold);
  color: var(--ebpt13-card-flag-color);
  background: var(--ebpt13-card-flag-bg);
  padding: var(--ebpt13-card-flag-padding);
  border-radius: var(--ebpt13-card-flag-radius);
  box-shadow: var(--ebpt13-card-flag-shadow);
  border: 1px solid var(--ebpt13-card-flag-border);
  letter-spacing: 0.02em;
}

/* ==================== NOTE ==================== */
.ebpt13-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--ebpt13-note-gap);
  grid-column: var(--ebpt13-note-col);
  margin-block-start: clamp(2rem, 4vw, 3rem);
  background: var(--ebpt13-note-bg);
  border-inline-start: 3px solid var(--ebpt13-card-ico-color);
  border-radius: var(--ebpt13-note-radius);
  padding: 1.4rem clamp(1.4rem, 3vw, 2.4rem);
  box-shadow: var(--ebpt13-note-shadow);
  backdrop-filter: blur(16px);
}

.ebpt13-note-ico {
  color: var(--ebpt13-note-ico-color);
  font-size: var(--ebpt13-note-ico-size);
  filter: drop-shadow(0 0 10px var(--ebpt13-note-ico-glow));
}

.ebpt13-note-txt {
  font-size: var(--ebpt13-note-txt-size);
  line-height: var(--ebpt13-note-txt-line);
  color: var(--ebpt13-note-txt-color);
}

/* ==================== REVEAL ==================== */
.ebpt13-reveal {
  opacity: 0;
  transform: translateY(var(--ebpt13-reveal-y));
  transition: opacity var(--ebpt13-reveal-dur) var(--ebpt13-reveal-ease), transform var(--ebpt13-reveal-dur) var(--ebpt13-reveal-ease);
}

.ebpt13-reveal.ebpt13-in {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   RESPONSIVE — 11 width breakpoints + reduced-motion (12)
   ============================================================ */

/* 1. Max Width 320px */
@media (max-width: 320px) {
  .ebpt13-section {
    --ebpt13-section-padding-block: 3.4rem;
    --ebpt13-pad-inline: 0.9rem;
    --ebpt13-title-size: 1.65rem;
    --ebpt13-board-cols: 1fr;
    --ebpt13-card-flow: column;
    --ebpt13-card-align: flex-start;
    --ebpt13-bg-decor-display: none;
  }
  .ebpt13-rail {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.9rem 1.1rem;
  }
  .ebpt13-rail-tag {
    margin-inline-start: 0;
  }
  .ebpt13-bg-ring,
  .ebpt13-side {
    display: none;
  }
}

/* 2. Min 321px to Max 375px */
@media (min-width: 321px) and (max-width: 375px) {
  .ebpt13-section {
    --ebpt13-section-padding-block: 3.6rem;
    --ebpt13-pad-inline: 1rem;
    --ebpt13-title-size: 1.75rem;
    --ebpt13-board-cols: 1fr;
    --ebpt13-card-flow: column;
    --ebpt13-card-align: flex-start;
  }
  .ebpt13-rail {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.9rem 1.1rem;
  }
  .ebpt13-rail-tag {
    margin-inline-start: 0;
  }
  .ebpt13-bg-ring,
  .ebpt13-side {
    display: none;
  }
}

/* 3. Min 376px to Max 425px */
@media (min-width: 376px) and (max-width: 425px) {
  .ebpt13-section {
    --ebpt13-section-padding-block: 3.8rem;
    --ebpt13-title-size: 1.85rem;
    --ebpt13-board-cols: 1fr;
    --ebpt13-card-flow: column;
    --ebpt13-card-align: flex-start;
  }
  .ebpt13-rail {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.9rem 1.1rem;
  }
  .ebpt13-rail-tag {
    margin-inline-start: 0;
  }
  .ebpt13-bg-ring,
  .ebpt13-side {
    display: none;
  }
}

/* 4. Min 426px to Max 480px */
@media (min-width: 426px) and (max-width: 480px) {
  .ebpt13-section {
    --ebpt13-section-padding-block: 4rem;
    --ebpt13-board-cols: 1fr;
    --ebpt13-card-flow: column;
    --ebpt13-card-align: flex-start;
  }
  .ebpt13-rail {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.9rem 1.1rem;
  }
  .ebpt13-rail-tag {
    margin-inline-start: 0;
  }
  .ebpt13-side {
    display: none;
  }
}

/* 5. Min 481px to Max 600px */
@media (min-width: 481px) and (max-width: 600px) {
  .ebpt13-section {
    --ebpt13-section-padding-block: 4.2rem;
    --ebpt13-board-cols: repeat(2, 1fr);
    --ebpt13-card-flow: column;
    --ebpt13-card-align: flex-start;
  }
  .ebpt13-rail {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.9rem 1.1rem;
  }
  .ebpt13-rail-tag {
    margin-inline-start: 0;
  }
  .ebpt13-side {
    display: none;
  }
}

/* 6. Min 601px to Max 768px */
@media (min-width: 601px) and (max-width: 768px) {
  .ebpt13-section {
    --ebpt13-section-padding-block: 4.4rem;
    --ebpt13-board-cols: repeat(2, 1fr);
  }
  .ebpt13-side {
    display: none;
  }
}

/* 7. Min 769px to Max 1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .ebpt13-section {
    --ebpt13-section-padding-block: 4.8rem;
    --ebpt13-board-cols: repeat(2, 1fr);
  }
  .ebpt13-side {
    display: none;
  }
}

/* 8. Min 1025px to Max 1280px */
@media (min-width: 1025px) and (max-width: 1280px) {
  .ebpt13-section {
    --ebpt13-section-padding-block: 5.2rem;
    --ebpt13-board-cols: repeat(3, 1fr);
  }
}

/* 9. Min 1281px to Max 1440px */
@media (min-width: 1281px) and (max-width: 1440px) {
  .ebpt13-section {
    --ebpt13-section-padding-block: 5.6rem;
  }
}

/* 10. Min 1441px to Max 1920px */
@media (min-width: 1441px) and (max-width: 1920px) {
  .ebpt13-section {
    --ebpt13-section-padding-block: 6rem;
    --ebpt13-shell-max: 1260px;
  }
}

/* 11. Min 1921px */
@media (min-width: 1921px) {
  .ebpt13-section {
    --ebpt13-section-padding-block: 6.4rem;
    --ebpt13-shell-max: 1340px;
  }
}

/* 12. Prefers Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .ebpt13-bg-orb,
  .ebpt13-bg-ring {
    animation: none !important;
  }
  .ebpt13-reveal,
  .ebpt13-reveal.ebpt13-in {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .ebpt13-card-fill {
    transition: none !important;
  }
}