/* ═══════════════════════════════════════════════
   SF24 TEST REFUND POLICY — Aurora Bento Light
═══════════════════════════════════════════════ */

.sf24-trp-wrap {
  position: relative;
  background: #f3f1ec;
  font-family: var(--th-body, "Nunito", system-ui, sans-serif);
  color: #1a0f2e;
  overflow: clip;
}
.sf24-trp-wrap a { color: inherit; }

/* ═══ HERO ═══ */
.sf24-trp-hero {
  position: relative;
  padding: clamp(60px, 10vw, 110px) clamp(20px, 5vw, 60px) clamp(40px, 6vw, 70px);
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}
.sf24-trp-hero-inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.sf24-trp-h1 {
  font-family: var(--th-display, "Rubik", system-ui, sans-serif);
  font-size: clamp(42px, 7vw, 84px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.04em;
  margin: 14px 0 18px;
  color: #1a0f2e;
}
.sf24-trp-h1 em {
  font-style: italic;
  font-weight: 600;
  background: linear-gradient(135deg, #7c3aed 0%, #dd2a7b 50%, #f58529 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.sf24-trp-sub {
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.55;
  color: rgba(26,15,46,0.7);
  max-width: 600px;
  margin: 0 auto 24px;
}
.sf24-trp-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.sf24-trp-pill {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(124,58,237,0.14);
  font-size: 13px;
  font-weight: 600;
  color: rgba(26,15,46,0.78);
}

/* ═══ TL;DR ═══ */
.sf24-trp-tldr {
  padding: 0 clamp(20px, 5vw, 60px);
  max-width: 1000px;
  margin: 0 auto;
}
.sf24-trp-tldr-card {
  position: relative;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255,255,255,0.92) 0%, rgba(255,248,214,0.55) 100%);
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  border: 1px solid rgba(237,196,50,0.32);
  padding: clamp(32px, 4vw, 50px);
  box-shadow: 0 24px 60px -28px rgba(85,30,112,0.28), 0 8px 32px -16px rgba(237,196,50,0.20);
  overflow: hidden;
  isolation: isolate;
}
.sf24-trp-tldr-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 60% at 100% 0%, rgba(237,196,50,0.22) 0%, transparent 60%),
    radial-gradient(50% 50% at 0% 100%, rgba(124,58,237,0.16) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
}
.sf24-trp-tldr-card > * { position: relative; z-index: 1; }
.sf24-trp-tldr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--th-display, "Rubik", system-ui, sans-serif);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(85,30,112,0.78);
  margin-bottom: 14px;
}
.sf24-trp-tldr-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed, #dd2a7b);
  flex-shrink: 0;
}
.sf24-trp-tldr-h {
  font-family: var(--th-display, "Rubik", system-ui, sans-serif);
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #1a0f2e;
  margin: 0 0 22px;
  line-height: 1.05;
}
.sf24-trp-tldr-paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.sf24-trp-tldr-path {
  padding: 22px 24px;
  border-radius: 18px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(124,58,237,0.14);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sf24-trp-tldr-path-tag {
  display: inline-block;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7c3aed, #dd2a7b);
  color: #fff;
  font-family: var(--th-display, "Rubik", system-ui, sans-serif);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.sf24-trp-tldr-path strong {
  font-family: var(--th-display, "Rubik", system-ui, sans-serif);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1a0f2e;
}
.sf24-trp-tldr-path p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(26,15,46,0.7);
}

/* ═══ CASES BENTO ═══ */
.sf24-trp-cases {
  position: relative;
  padding: clamp(70px, 10vw, 120px) clamp(20px, 5vw, 60px);
  max-width: 1280px;
  margin: 0 auto;
}
.sf24-trp-cases-head { text-align: center; margin-bottom: clamp(40px, 6vw, 60px); }
.sf24-trp-cases-head .sf24-th-h2 { margin-top: 12px; }

.sf24-trp-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.sf24-trp-case {
  position: relative;
  border-radius: 22px;
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(124,58,237,0.12);
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.4s cubic-bezier(.2,.8,.2,1), border-color 0.4s, box-shadow 0.4s;
}
.sf24-trp-case:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px -22px rgba(85,30,112,0.20);
}
.sf24-trp-case--yes:hover { border-color: rgba(34,197,94,0.30); }
.sf24-trp-case--no:hover { border-color: rgba(239,68,68,0.28); }

.sf24-trp-case-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 800;
  font-family: var(--th-display, "Rubik", system-ui, sans-serif);
  margin-bottom: 4px;
}
.sf24-trp-case-icon--ok {
  background: linear-gradient(135deg, rgba(34,197,94,0.18), rgba(22,163,74,0.22));
  color: #15803d;
}
.sf24-trp-case-icon--no {
  background: linear-gradient(135deg, rgba(239,68,68,0.14), rgba(220,38,38,0.20));
  color: #b91c1c;
}
.sf24-trp-case h3 {
  font-family: var(--th-display, "Rubik", system-ui, sans-serif);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1a0f2e;
  margin: 0;
}
.sf24-trp-case p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(26,15,46,0.65);
  margin: 0 0 6px;
  flex: 1;
}
.sf24-trp-case-tag {
  align-self: flex-start;
  display: inline-block;
  padding: 5px 11px;
  border-radius: 999px;
  font-family: var(--th-display, "Rubik", system-ui, sans-serif);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sf24-trp-case-tag--ok {
  background: rgba(34,197,94,0.12);
  color: #15803d;
}
.sf24-trp-case-tag--no {
  background: rgba(239,68,68,0.10);
  color: #b91c1c;
}

/* ═══ HOW TO ═══ */
.sf24-trp-how {
  position: relative;
  padding: clamp(70px, 10vw, 120px) clamp(20px, 5vw, 60px);
  max-width: 1280px;
  margin: 0 auto;
}
.sf24-trp-how-head { text-align: center; margin-bottom: clamp(40px, 6vw, 60px); }
.sf24-trp-how-head .sf24-th-h2 { margin-top: 12px; }
.sf24-trp-how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.sf24-trp-step {
  border-radius: 22px;
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(124,58,237,0.12);
  padding: 26px 24px;
  transition: transform 0.4s cubic-bezier(.2,.8,.2,1), border-color 0.4s;
}
.sf24-trp-step:hover { transform: translateY(-3px); border-color: rgba(124,58,237,0.24); }
.sf24-trp-step--accent {
  background: linear-gradient(135deg, rgba(255,255,255,0.92) 0%, rgba(255,248,214,0.55) 100%);
  border-color: rgba(237,196,50,0.32);
}
.sf24-trp-step-num {
  display: block;
  font-family: var(--th-display, "Rubik", system-ui, sans-serif);
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, #7c3aed, #f58529);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 14px;
}
.sf24-trp-step--accent .sf24-trp-step-num {
  background: linear-gradient(135deg, #EDC432, #dd2a7b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.sf24-trp-step h3 {
  font-family: var(--th-display, "Rubik", system-ui, sans-serif);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1a0f2e;
  margin: 0 0 8px;
}
.sf24-trp-step p {
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(26,15,46,0.66);
  margin: 0;
}
.sf24-trp-step a {
  color: #7c3aed;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1.5px solid rgba(124,58,237,0.30);
}
.sf24-trp-step a:hover { border-bottom-color: rgba(124,58,237,0.65); }

/* ═══ METHODS ═══ */
.sf24-trp-methods {
  position: relative;
  padding: clamp(70px, 10vw, 120px) clamp(20px, 5vw, 60px);
  max-width: 1280px;
  margin: 0 auto;
}
.sf24-trp-methods-head { text-align: center; margin-bottom: clamp(40px, 6vw, 60px); }
.sf24-trp-methods-head .sf24-th-h2 { margin-top: 12px; }
.sf24-trp-methods-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 24px;
}
.sf24-trp-method {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 22px 22px;
  border-radius: 18px;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(124,58,237,0.10);
  transition: transform 0.3s ease, border-color 0.3s;
}
.sf24-trp-method:hover { transform: translateY(-2px); border-color: rgba(124,58,237,0.22); }
.sf24-trp-method--accent {
  background: linear-gradient(135deg, rgba(255,255,255,0.92) 0%, rgba(255,248,214,0.50) 100%);
  border-color: rgba(237,196,50,0.32);
}
.sf24-trp-method-icon { font-size: 22px; margin-bottom: 4px; }
.sf24-trp-method strong {
  font-family: var(--th-display, "Rubik", system-ui, sans-serif);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #1a0f2e;
}
.sf24-trp-method span {
  font-size: 13px;
  color: rgba(26,15,46,0.6);
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  letter-spacing: -0.005em;
}
.sf24-trp-methods-note {
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(26,15,46,0.6);
  padding: 14px 18px;
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(124,58,237,0.10);
  border-radius: 12px;
}

/* ═══ DETAIL ACCORDION ═══ */
.sf24-trp-detail {
  padding: clamp(40px, 6vw, 70px) clamp(20px, 5vw, 60px);
  max-width: 920px;
  margin: 0 auto;
}
.sf24-trp-detail-head { text-align: center; margin-bottom: 44px; }
.sf24-trp-detail-head .sf24-th-h2 { margin-top: 12px; }

.sf24-trp-section {
  border-radius: 20px;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(124,58,237,0.10);
  overflow: hidden;
  margin-bottom: 12px;
  transition: border-color 0.3s ease;
}
.sf24-trp-section[open] { border-color: rgba(124,58,237,0.25); }
.sf24-trp-section summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  font-family: var(--th-display, "Rubik", system-ui, sans-serif);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.02em;
  color: #1a0f2e;
}
.sf24-trp-section summary::-webkit-details-marker { display: none; }
.sf24-trp-section-num {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(124,58,237,0.14), rgba(237,196,50,0.18));
  color: rgba(85,30,112,0.85);
  letter-spacing: -0.01em;
}
.sf24-trp-mark { position: relative; width: 22px; height: 22px; flex-shrink: 0; }
.sf24-trp-mark::before, .sf24-trp-mark::after {
  content: "";
  position: absolute;
  background: #7c3aed;
  border-radius: 2px;
  transition: transform 0.3s ease;
}
.sf24-trp-mark::before { top: 10px; left: 4px; width: 14px; height: 2px; }
.sf24-trp-mark::after  { left: 10px; top: 4px; width: 2px; height: 14px; }
.sf24-trp-section[open] .sf24-trp-mark::after { transform: rotate(90deg); opacity: 0; }

.sf24-trp-section-body {
  padding: 0 26px 26px 70px;
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(26,15,46,0.75);
}
.sf24-trp-section-body p { margin: 0 0 12px; }
.sf24-trp-section-body strong { color: #1a0f2e; font-weight: 700; }
.sf24-trp-section-body a {
  color: #7c3aed;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1.5px solid rgba(124,58,237,0.30);
}
.sf24-trp-section-body a:hover { border-bottom-color: rgba(124,58,237,0.65); }

.sf24-trp-contact-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin: 14px 0;
}
.sf24-trp-contact-box > div {
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(124,58,237,0.12);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sf24-trp-contact-box strong {
  font-family: var(--th-display, "Rubik", system-ui, sans-serif);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(85,30,112,0.7);
}
.sf24-trp-contact-box span {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 13.5px;
  font-weight: 600;
  color: #1a0f2e;
  letter-spacing: -0.005em;
  line-height: 1.5;
}

/* ═══ DPO ═══ */
.sf24-trp-dpo {
  padding: 0 clamp(20px, 5vw, 60px);
  max-width: 1280px;
  margin: clamp(40px, 6vw, 60px) auto 0;
}
.sf24-trp-dpo-card {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  background: linear-gradient(135deg, #a78bfa 0%, #7c3aed 55%, #6d28d9 100%);
  padding: clamp(50px, 7vw, 80px) clamp(28px, 5vw, 60px);
  isolation: isolate;
}
.sf24-trp-dpo-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(45% 55% at 80% 20%, rgba(237,196,50,0.42) 0%, transparent 60%),
    radial-gradient(40% 55% at 10% 90%, rgba(221,42,123,0.38) 0%, transparent 60%),
    radial-gradient(50% 60% at 50% 0%, rgba(255,255,255,0.16) 0%, transparent 70%);
  animation: trpAuroraShift 14s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
@keyframes trpAuroraShift {
  0%, 100% { opacity: 0.9; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}
.sf24-trp-dpo-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  color: #fff;
}
.sf24-th-eyebrow--light { color: rgba(255,255,255,0.78) !important; }
.sf24-trp-dpo-h {
  font-family: var(--th-display, "Rubik", system-ui, sans-serif);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 12px 0 14px;
}
.sf24-trp-dpo-text > p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,0.78);
  margin: 0 0 22px;
  max-width: 520px;
}
.sf24-trp-dpo-channels { display: flex; flex-wrap: wrap; gap: 10px; }
.sf24-trp-dpo-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 12px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.20);
  text-decoration: none;
  color: #fff;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}
.sf24-trp-dpo-link:hover {
  background: rgba(255,255,255,0.22);
  border-color: rgba(237,196,50,0.45);
  transform: translateY(-1px);
}
.sf24-trp-dpo-link strong {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: #fff;
}
.sf24-trp-dpo-link--chat strong {
  font-family: var(--th-display, "Rubik", sans-serif);
  font-size: 13.5px;
  font-weight: 700;
}
.sf24-trp-dpo-icon {
  filter: drop-shadow(0 12px 32px rgba(237,196,50,0.35));
}

/* ═══ RELATED ═══ */
.sf24-trp-related {
  padding: clamp(70px, 10vw, 120px) clamp(20px, 5vw, 60px);
  max-width: 1280px;
  margin: 0 auto;
}
.sf24-trp-related-head { text-align: center; margin-bottom: clamp(40px, 6vw, 60px); }
.sf24-trp-related-head .sf24-th-h2 { margin-top: 12px; }
.sf24-trp-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.sf24-trp-related-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 26px 24px;
  border-radius: 22px;
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(124,58,237,0.12);
  text-decoration: none;
  color: #1a0f2e;
  transition: transform 0.3s cubic-bezier(.2,.8,.2,1), border-color 0.3s, box-shadow 0.3s;
}
.sf24-trp-related-card:hover {
  transform: translateY(-3px);
  border-color: rgba(124,58,237,0.30);
  box-shadow: 0 18px 40px -20px rgba(85,30,112,0.20);
}
.sf24-trp-related-icon { font-size: 22px; margin-bottom: 8px; }
.sf24-trp-related-card strong {
  font-family: var(--th-display, "Rubik", system-ui, sans-serif);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1a0f2e;
}
.sf24-trp-related-card span:not(.sf24-trp-related-icon) {
  font-size: 13.5px;
  color: rgba(26,15,46,0.65);
}

/* ═══ FOOTER ═══ */
.sf24-trp-foot {
  text-align: center;
  padding: clamp(40px, 6vw, 70px) clamp(20px, 5vw, 60px);
  max-width: 880px;
  margin: 0 auto;
}
.sf24-trp-foot p {
  margin: 4px 0;
  font-size: 13px;
  color: rgba(26,15,46,0.55);
}
.sf24-trp-foot a {
  color: #7c3aed;
  text-decoration: none;
  border-bottom: 1.5px solid rgba(124,58,237,0.25);
  font-weight: 600;
}

/* ═══ ANIMATIONS ═══ */
[data-anim] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(.2,.8,.2,1), transform 0.7s cubic-bezier(.2,.8,.2,1);
}
[data-anim].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 960px) {
  .sf24-trp-tldr-paths { grid-template-columns: 1fr; }
  .sf24-trp-cases-grid { grid-template-columns: repeat(2, 1fr); }
  .sf24-trp-how-grid { grid-template-columns: repeat(2, 1fr); }
  .sf24-trp-methods-grid { grid-template-columns: repeat(2, 1fr); }
  .sf24-trp-related-grid { grid-template-columns: 1fr; }
  .sf24-trp-dpo-inner { grid-template-columns: 1fr; gap: 28px; text-align: center; justify-items: center; }
  .sf24-trp-dpo-text > p { margin-left: auto; margin-right: auto; }
  .sf24-trp-dpo-channels { justify-content: center; }
}
@media (max-width: 560px) {
  .sf24-trp-wrap { padding-top: 64px; }
  .sf24-trp-hero { padding: clamp(44px, 9vw, 70px) 18px clamp(28px, 6vw, 44px); }
  .sf24-trp-h1 { font-size: clamp(36px, 9.5vw, 56px); line-height: 1.02; }
  .sf24-trp-meta { gap: 8px; }
  .sf24-trp-pill { font-size: 12px; padding: 8px 12px; }
  .sf24-trp-tldr { padding: 0 12px; }
  .sf24-trp-tldr-card { padding: 28px 22px; border-radius: 24px; }
  .sf24-trp-cases, .sf24-trp-how, .sf24-trp-methods, .sf24-trp-detail, .sf24-trp-related { padding: clamp(50px, 9vw, 80px) 18px; }
  .sf24-trp-cases-grid, .sf24-trp-how-grid, .sf24-trp-methods-grid { grid-template-columns: 1fr; }
  .sf24-trp-section summary { padding: 18px 20px; font-size: 15px; gap: 10px; }
  .sf24-trp-section-body { padding: 0 20px 20px 20px; font-size: 13.5px; }
  .sf24-trp-section-num { font-size: 12px; padding: 5px 10px; }
  .sf24-trp-dpo { padding: 0 12px; margin-top: 32px; }
  .sf24-trp-dpo-card { border-radius: 28px; padding: 50px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .sf24-trp-dpo-glow { animation: none !important; }
  [data-anim] { transition: none !important; opacity: 1 !important; transform: none !important; }
}
