.sr-rule {
  display: block;
  width: 32px;
  height: 1px;
  background: var(--theme-accent);
  opacity: 0.65;
  margin: 0 auto 20px;
}

/* ─── HERO ─────────────────────────────────── */
.sr-hero {
  background: var(--theme-surface-card);
  padding: 300px 7vw 88px;
  text-align: center;
}

.sr-hero-eyebrow {
  font-family: var(--theme-font-family, 'Jost', sans-serif);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--theme-accent);
  margin: 0 0 22px;
}

.sr-hero-title {
  font-family: var(--theme-font-family-serif, 'Playfair Display', serif);
  font-weight: 400;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.08;
  color: var(--theme-text);
  margin: 0;
}

.sr-hero-title em {
  display: block;
  font-style: italic;
  color: var(--theme-primary);
  margin-top: 6px;
}

.sr-hero-intro {
  font-family: var(--theme-font-family-display, 'Cormorant Garamond', serif);
  font-size: clamp(1.12rem, 1.7vw, 1.42rem);
  line-height: 1.62;
  color: rgba(42, 33, 24, 0.72);
  max-width: 560px;
  margin: 26px auto 0;
}

/* ─── SECTION SHELL ────────────────────────── */
.sr-section {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(58px, 7vw, 96px) 7vw;
}

.sr-section + .sr-section { padding-top: 0; }

.sr-head {
  text-align: center;
  margin-bottom: 48px;
}

.sr-eyebrow {
  font-family: var(--theme-font-family, 'Jost', sans-serif);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--theme-accent);
  margin: 0 0 14px;
}

.sr-title {
  font-family: var(--theme-font-family-serif, 'Playfair Display', serif);
  font-weight: 400;
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  color: var(--theme-text);
  margin: 0 0 14px;
}

.sr-lead {
  font-family: var(--theme-font-family-display, 'Cormorant Garamond', serif);
  font-size: 1.18rem;
  line-height: 1.62;
  color: rgba(42, 33, 24, 0.72);
  max-width: 580px;
  margin: 0 auto;
}

/* ─── DELIVERY RATES ───────────────────────── */
.sr-rates {
  border-top: 1px solid var(--theme-border);
}

.sr-rate {
  display: grid;
  grid-template-columns: 1.4fr 1fr auto;
  gap: 24px;
  align-items: baseline;
  padding: 26px 4px;
  border-bottom: 1px solid var(--theme-border);
}

.sr-rate-region {
  font-family: var(--theme-font-family-serif, 'Playfair Display', serif);
  font-size: 1.16rem;
  color: var(--theme-text);
  margin: 0;
}

.sr-rate-time {
  font-family: var(--theme-font-family-display, 'Cormorant Garamond', serif);
  font-size: 1.1rem;
  color: rgba(42, 33, 24, 0.66);
  margin: 0;
}

.sr-rate-price {
  font-family: var(--theme-font-family, 'Jost', sans-serif);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--theme-primary);
  margin: 0;
  white-space: nowrap;
}

.sr-note {
  font-family: var(--theme-font-family-display, 'Cormorant Garamond', serif);
  font-style: italic;
  font-size: 1.08rem;
  line-height: 1.6;
  color: rgba(42, 33, 24, 0.6);
  text-align: center;
  margin: 30px auto 0;
  max-width: 560px;
}

/* ─── RETURNS STEPS ────────────────────────── */
.sr-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--theme-border);
  border: 1px solid var(--theme-border);
}

.sr-step {
  background: var(--theme-surface-card);
  padding: 42px 30px;
  text-align: center;
}

.sr-step-num {
  font-family: var(--theme-font-family-serif, 'Playfair Display', serif);
  font-style: italic;
  font-size: 1.7rem;
  color: var(--theme-accent);
  margin: 0 0 14px;
}

.sr-step-title {
  font-family: var(--theme-font-family, 'Jost', sans-serif);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--theme-text);
  margin: 0 0 12px;
}

.sr-step-copy {
  font-family: var(--theme-font-family-display, 'Cormorant Garamond', serif);
  font-size: 1.08rem;
  line-height: 1.6;
  color: rgba(42, 33, 24, 0.7);
  margin: 0;
}

/* ─── POLICY POINTS ────────────────────────── */
.sr-points {
  list-style: none;
  margin: 36px auto 0;
  padding: 0;
  max-width: 600px;
}

.sr-points li {
  position: relative;
  font-family: var(--theme-font-family-display, 'Cormorant Garamond', serif);
  font-size: 1.16rem;
  line-height: 1.55;
  color: rgba(42, 33, 24, 0.78);
  padding: 0 0 0 28px;
}

.sr-points li + li { margin-top: 14px; }

.sr-points li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border: 1px solid var(--theme-border);
  transform: rotate(45deg);
}

/* ─── SUPPORT STRIP ────────────────────────── */
.sr-support {
  background: var(--theme-primary);
  padding: clamp(60px, 7vw, 92px) 7vw;
  text-align: center;
}

.sr-support-eyebrow {
  font-family: var(--theme-font-family, 'Jost', sans-serif);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(248, 244, 238, 0.6);
  margin: 0 0 16px;
}

.sr-support-title {
  font-family: var(--theme-font-family-serif, 'Playfair Display', serif);
  font-weight: 400;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  color: var(--theme-text-inverse);
  margin: 0 0 32px;
}

.sr-support-actions {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}

.sr-btn {
  font-family: var(--theme-font-family, 'Jost', sans-serif);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 36px;
  transition: background 0.3s ease, color 0.3s ease;
}

.sr-btn--solid {
  background: var(--theme-text-inverse);
  color: var(--theme-text);
  border: 1px solid var(--theme-text-inverse);
}

.sr-btn--solid:hover {
  background: transparent;
  color: var(--theme-text-inverse);
}

.sr-btn--ghost {
  background: transparent;
  color: var(--theme-text-inverse);
  border: 1px solid rgba(248, 244, 238, 0.4);
}

.sr-btn--ghost:hover { border-color: var(--theme-text-inverse); }

/* ─── RESPONSIVE ───────────────────────────── */
@media (max-width: 880px) {
  .sr-hero { padding: 260px 7vw 70px; }
  .sr-steps { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .sr-rate {
    grid-template-columns: 1fr auto;
    gap: 6px 16px;
  }
  .sr-rate-time { grid-column: 1; }
  .sr-rate-price { grid-row: 1 / span 2; align-self: center; }
}