/* ── Page Hero ── */
    .sr-hero {
      padding: 60px 0 48px;
      text-align: center;
      background: linear-gradient(135deg, var(--s-surface) 0%, var(--s-surface-2) 100%);
      border-bottom: 1px solid var(--s-border);
    }
    .sr-breadcrumb {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      font-size: 0.8rem;
      color: var(--s-muted);
      margin-bottom: 20px;
    }
    .sr-breadcrumb a {
      color: var(--s-muted);
      text-decoration: none;
      transition: color .2s;
    }
    .sr-breadcrumb a:hover { color: var(--s-accent); }
    .sr-breadcrumb-sep { color: var(--s-border); font-size: 0.75rem; }
    .sr-breadcrumb-current { color: var(--s-text); font-weight: 500; }
    .sr-hero-eyebrow {
      display: inline-block;
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--s-accent);
      margin-bottom: 12px;
    }
    .sr-hero h1 {
      font-family: 'Poppins', sans-serif;
      font-size: clamp(1.8rem, 4vw, 2.8rem);
      font-weight: 800;
      color: var(--s-text);
      margin-bottom: 12px;
    }
    .sr-hero p {
      font-size: 1rem;
      color: var(--s-muted);
      max-width: 440px;
      margin: 0 auto;
      line-height: 1.7;
    }

    /* ── Page Body ── */
    .sr-body {
      padding: 64px 0 80px;
    }

    /* ── Section Headers ── */
    .sr-section {
      margin-bottom: 64px;
    }
    .sr-section-title {
      font-family: 'Poppins', sans-serif;
      font-size: 1.5rem;
      font-weight: 700;
      color: var(--s-text);
      margin-bottom: 8px;
    }
    .sr-section-sub {
      font-size: 0.9rem;
      color: var(--s-muted);
      margin-bottom: 32px;
    }
    .sr-section-divider {
      width: 48px;
      height: 3px;
      background: var(--s-accent);
      border-radius: 2px;
      margin-bottom: 32px;
    }

    /* ── Shipping Timeline ── */
    .sr-timeline {
      display: flex;
      align-items: flex-start;
      gap: 0;
      position: relative;
      overflow-x: auto;
      padding-bottom: 4px;
    }
    .sr-timeline-step {
      flex: 1;
      min-width: 160px;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
    }
    .sr-timeline-step:not(:last-child)::after {
      content: '';
      position: absolute;
      top: 22px;
      left: calc(50% + 22px);
      right: calc(-50% + 22px);
      height: 3px;
      background: linear-gradient(90deg, #f43f5e 0%, #f43f5e60 100%);
      z-index: 0;
    }
    .sr-tl-icon {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: linear-gradient(135deg, #f43f5e 0%, #7c3aed 100%);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      position: relative;
      z-index: 1;
      box-shadow: 0 4px 16px rgba(244,63,94,0.3);
      flex-shrink: 0;
    }
    .sr-tl-body {
      margin-top: 16px;
      text-align: center;
      padding: 0 8px;
    }
    .sr-tl-title {
      font-family: 'Poppins', sans-serif;
      font-size: 0.85rem;
      font-weight: 700;
      color: var(--s-text);
      margin-bottom: 4px;
    }
    .sr-tl-desc {
      font-size: 0.78rem;
      color: var(--s-muted);
      line-height: 1.5;
    }
    .sr-tl-day {
      display: inline-block;
      background: var(--s-surface-2);
      color: var(--s-accent);
      font-size: 0.72rem;
      font-weight: 700;
      padding: 2px 10px;
      border-radius: 20px;
      margin-bottom: 6px;
    }

    /* ── Shipping Rates Table ── */
    .sr-table-wrap {
      overflow-x: auto;
      border-radius: 16px;
      box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    }
    .sr-table {
      width: 100%;
      border-collapse: collapse;
      background: #fff;
      font-size: 0.88rem;
    }
    .sr-table thead tr {
      background: linear-gradient(135deg, #f43f5e 0%, #7c3aed 55%, #2563eb 100%);
      color: #fff;
    }
    .sr-table thead th {
      padding: 14px 20px;
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 0.82rem;
      letter-spacing: 0.04em;
      text-align: left;
    }
    .sr-table tbody tr:nth-child(odd) { background: var(--s-surface); }
    .sr-table tbody tr:nth-child(even) { background: #fff; }
    .sr-table tbody tr:hover { background: var(--s-surface-2); }
    .sr-table td {
      padding: 14px 20px;
      color: var(--s-text);
      border-bottom: 1px solid var(--s-border);
      vertical-align: middle;
    }
    .sr-table td:first-child { font-weight: 600; }
    .sr-table tbody tr:last-child td { border-bottom: none; }
    .sr-free-badge {
      display: inline-block;
      background: #dcfce7;
      color: #16a34a;
      font-size: 0.72rem;
      font-weight: 700;
      padding: 2px 8px;
      border-radius: 20px;
    }
    .sr-na {
      color: var(--s-muted);
      font-size: 0.82rem;
    }

    /* ── Returns Cards ── */
    .sr-returns-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    .sr-return-card {
      background: #fff;
      border: 1.5px solid var(--s-border);
      border-radius: 16px;
      padding: 28px 24px;
      transition: border-color .2s, box-shadow .2s, transform .2s;
    }
    .sr-return-card:hover {
      border-color: var(--s-accent);
      box-shadow: 0 8px 28px rgba(244,63,94,0.1);
      transform: translateY(-3px);
    }
    .sr-return-icon {
      font-size: 2rem;
      margin-bottom: 14px;
      display: block;
    }
    .sr-return-title {
      font-family: 'Poppins', sans-serif;
      font-size: 1rem;
      font-weight: 700;
      color: var(--s-text);
      margin-bottom: 8px;
    }
    .sr-return-desc {
      font-size: 0.85rem;
      color: var(--s-muted);
      line-height: 1.65;
    }

    /* ── How to Return Steps ── */
    .sr-steps {
      display: flex;
      flex-direction: column;
      gap: 0;
      max-width: 700px;
    }
    .sr-step-row {
      display: flex;
      align-items: flex-start;
      gap: 20px;
      position: relative;
      padding-bottom: 32px;
    }
    .sr-step-row:last-child { padding-bottom: 0; }
    .sr-step-row:not(:last-child)::before {
      content: '';
      position: absolute;
      left: 19px;
      top: 44px;
      bottom: 0;
      width: 2px;
      background: linear-gradient(180deg, #f43f5e40 0%, #f43f5e10 100%);
    }
    .sr-step-circle {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: linear-gradient(135deg, #f43f5e 0%, #7c3aed 100%);
      color: #fff;
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 0.9rem;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      position: relative;
      z-index: 1;
      box-shadow: 0 3px 12px rgba(244,63,94,0.25);
    }
    .sr-step-content {
      padding-top: 6px;
    }
    .sr-step-title {
      font-family: 'Poppins', sans-serif;
      font-size: 0.95rem;
      font-weight: 700;
      color: var(--s-text);
      margin-bottom: 4px;
    }
    .sr-step-desc {
      font-size: 0.85rem;
      color: var(--s-muted);
      line-height: 1.6;
    }
    .sr-step-desc a {
      color: var(--s-accent);
      text-decoration: none;
      font-weight: 600;
    }
    .sr-step-desc a:hover { text-decoration: underline; }

    /* ── FAQ Accordion ── */
    .sr-faq {
      max-width: 720px;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .sr-faq-item {
      background: #fff;
      border: 1.5px solid var(--s-border);
      border-radius: 12px;
      overflow: hidden;
      transition: border-color .2s;
    }
    .sr-faq-item.is-open {
      border-color: #f43f5e40;
      box-shadow: 0 2px 12px rgba(244,63,94,0.08);
    }
    .sr-faq-toggle {
      width: 100%;
      background: none;
      border: none;
      padding: 18px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      cursor: pointer;
      text-align: left;
      font-family: 'Inter', sans-serif;
    }
    .sr-faq-q {
      font-size: 0.9rem;
      font-weight: 600;
      color: var(--s-text);
      line-height: 1.4;
    }
    .sr-faq-arrow {
      width: 20px;
      height: 20px;
      flex-shrink: 0;
      color: var(--s-accent);
      transition: transform .25s;
    }
    .sr-faq-item.is-open .sr-faq-arrow {
      transform: rotate(180deg);
    }
    .sr-faq-body {
      display: none;
      padding: 0 20px 18px;
      font-size: 0.85rem;
      color: var(--s-muted);
      line-height: 1.7;
    }
    .sr-faq-item.is-open .sr-faq-body {
      display: block;
    }

    /* ── Contact CTA ── */
    .sr-contact-cta {
      background: linear-gradient(135deg, #f43f5e 0%, #7c3aed 55%, #2563eb 100%);
      border-radius: 20px;
      padding: 52px 40px;
      text-align: center;
      color: #fff;
    }
    .sr-contact-cta h3 {
      font-family: 'Poppins', sans-serif;
      font-size: 1.6rem;
      font-weight: 800;
      margin-bottom: 10px;
    }
    .sr-contact-cta p {
      font-size: 0.95rem;
      opacity: 0.88;
      margin-bottom: 32px;
    }
    .sr-cta-btns {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      flex-wrap: wrap;
    }
    .sr-cta-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: 'Inter', sans-serif;
      font-weight: 700;
      font-size: 0.9rem;
      padding: 13px 28px;
      border-radius: 50px;
      text-decoration: none;
      transition: transform .2s, box-shadow .2s;
    }
    .sr-cta-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    }
    .sr-cta-btn-white {
      background: #fff;
      color: #f43f5e;
    }
    .sr-cta-btn-ghost {
      background: rgba(255,255,255,0.15);
      color: #fff;
      border: 1.5px solid rgba(255,255,255,0.4);
      backdrop-filter: blur(6px);
    }
    .sr-cta-btn svg {
      width: 16px;
      height: 16px;
      stroke: currentColor;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
    }

    /* ── Responsive ── */
    @media (max-width: 768px) {
      .sr-timeline { gap: 0; }
      .sr-timeline-step { min-width: 130px; }
      .sr-timeline-step:not(:last-child)::after { display: none; }
      .sr-returns-grid { grid-template-columns: 1fr; }
      .sr-contact-cta { padding: 36px 24px; }
    }
    @media (max-width: 600px) {
      .sr-cta-btns { flex-direction: column; align-items: stretch; }
      .sr-cta-btn { justify-content: center; }
    }
