/* ============================================
   REFUND & RETURNS PAGE — Deck&Co
   Page-specific styles only (depends on homepage.css)
   ============================================ */

/* ── Page Hero ── */
.deckco-refund .page-hero {
  position: relative;
  padding: clamp(80px, 12vw, 160px) 0 clamp(60px, 8vw, 100px);
  background: var(--forest-dark);
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.deckco-refund .page-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(44,59,43,0.88) 0%, rgba(26,26,26,0.72) 50%, rgba(44,59,43,0.65) 100%),
    url('../images/refund/hero.webp') center/cover no-repeat;
}

.deckco-refund .page-hero__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 40px,
    rgba(255,255,255,0.3) 40px,
    rgba(255,255,255,0.3) 41px
  );
}

.deckco-refund .page-hero__content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.deckco-refund .page-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}

.deckco-refund .page-hero__breadcrumb a {
  color: rgba(255,255,255,0.5);
  transition: color 0.3s var(--ease);
}

.deckco-refund .page-hero__breadcrumb a:hover {
  color: rgba(255,255,255,0.8);
}

.deckco-refund .page-hero__breadcrumb svg {
  width: 12px;
  height: 12px;
  opacity: 0.4;
}

.deckco-refund .page-hero__title {
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 300;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.deckco-refund .page-hero__title em {
  font-style: italic;
  font-weight: 300;
  color: var(--sand-light);
}

.deckco-refund .page-hero__subtitle {
  font-size: clamp(14px, 1.5vw, 17px);
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255,255,255,0.6);
  max-width: 520px;
}

/* ── Quick Summary Cards ── */
.summary { padding: var(--section-pad-sm) 0; background: var(--sand-pale); }
.summary__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 40px); max-width: var(--container-narrow); margin: 0 auto; }
.summary__card { display: flex; align-items: flex-start; gap: 20px; padding: clamp(24px, 3vw, 36px); background: var(--warm-white); border-radius: 4px; border: 1px solid rgba(0,0,0,0.04); box-shadow: 0 2px 20px rgba(0,0,0,0.03); transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out); }
.summary__card:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(0,0,0,0.06); }
.summary__icon { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: var(--forest); display: flex; align-items: center; justify-content: center; }
.summary__icon svg { width: 20px; height: 20px; color: #fff; }
.summary__card-title { font-family: var(--font-display); font-size: clamp(20px, 2vw, 24px); font-weight: 400; color: var(--charcoal); margin-bottom: 6px; letter-spacing: -0.01em; }
.summary__card-text { font-size: 13px; line-height: 1.6; color: var(--muted); font-weight: 300; }

/* ── Process Steps ── */
.process { padding: var(--section-pad) 0; }
.process__header { text-align: center; margin-bottom: clamp(40px, 6vw, 72px); }
.process__header .eyebrow { margin-bottom: 12px; }
.process__header .section-heading { font-size: clamp(28px, 3.5vw, 44px); }
.process__timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 900px; margin: 0 auto; position: relative; }
.process__timeline::before { content: ''; position: absolute; top: 28px; left: calc(16.66% + 14px); right: calc(16.66% + 14px); height: 2px; background: var(--border); z-index: 0; }
.process__step { text-align: center; position: relative; z-index: 1; padding: 0 clamp(12px, 2vw, 24px); }
.process__number { width: 56px; height: 56px; border-radius: 50%; background: var(--forest); color: #fff; font-family: var(--font-display); font-size: 22px; font-weight: 500; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; position: relative; z-index: 2; box-shadow: 0 4px 16px rgba(58,78,57,0.2); }
.process__step-title { font-family: var(--font-display); font-size: clamp(20px, 2.2vw, 26px); font-weight: 400; color: var(--charcoal); margin-bottom: 8px; }
.process__step-text { font-size: 14px; line-height: 1.7; color: var(--muted); font-weight: 300; max-width: 240px; margin: 0 auto; }
.process__step-icon { width: 20px; height: 20px; color: var(--forest); margin: 12px auto 0; opacity: 0.5; }

/* ── Policy Sections ── */
.policy { padding: 0 0 var(--section-pad); }
.policy__section { padding: clamp(32px, 4vw, 56px) 0; }
.policy__section + .policy__section { border-top: 1px solid var(--border); }
.policy__eyebrow { font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--forest); margin-bottom: 12px; }
.policy__title { font-family: var(--font-display); font-size: clamp(24px, 3vw, 36px); font-weight: 300; color: var(--charcoal); margin-bottom: 20px; letter-spacing: -0.01em; }
.policy__body { font-size: 15px; line-height: 1.85; color: var(--charcoal-soft); font-weight: 300; }
.policy__body p { margin-bottom: 16px; }
.policy__body p:last-child { margin-bottom: 0; }
.policy__body strong { font-weight: 500; color: var(--charcoal); }
.policy__body a { color: var(--forest); text-decoration: underline; text-decoration-color: var(--sand); text-underline-offset: 3px; transition: text-decoration-color 0.3s var(--ease); }
.policy__body a:hover { text-decoration-color: var(--forest); }
.policy__list { list-style: none; margin: 16px 0; display: flex; flex-direction: column; gap: 10px; }
.policy__list li { font-size: 15px; line-height: 1.75; color: var(--charcoal-soft); font-weight: 300; padding-left: 28px; position: relative; }
.policy__list li::before { content: ''; width: 16px; height: 1px; background: var(--forest); position: absolute; left: 0; top: 13px; opacity: 0.6; }

/* Callout Box */
.policy__callout { background: var(--card-bg); border-left: 3px solid var(--sand); padding: clamp(20px, 3vw, 32px); margin: 24px 0; border-radius: 0 4px 4px 0; }
.policy__callout-title { font-family: var(--font-display); font-size: clamp(18px, 2vw, 22px); font-weight: 400; color: var(--charcoal); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.policy__callout-title svg { width: 18px; height: 18px; color: var(--forest); flex-shrink: 0; }
.policy__callout .policy__list { margin: 0; }

/* Fees Table */
.policy__fees { margin: 20px 0; border: 1px solid var(--border); border-radius: 4px; overflow: hidden; }
.policy__fees-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 24px; font-size: 14px; }
.policy__fees-row:nth-child(odd) { background: var(--card-bg); }
.policy__fees-row:nth-child(even) { background: var(--warm-white); }
.policy__fees-label { color: var(--charcoal-soft); font-weight: 300; }
.policy__fees-value { font-weight: 500; color: var(--charcoal); }

/* ── CTA Section ── */
.return-cta { background: var(--sand-pale); padding: var(--section-pad) 0; overflow: hidden; position: relative; }
.return-cta__inner { position: relative; z-index: 2; text-align: center; max-width: 640px; margin: 0 auto; }
.return-cta__eyebrow { font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.return-cta__title { font-family: var(--font-display); font-size: clamp(30px, 4vw, 50px); font-weight: 300; color: var(--charcoal); line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em; }
.return-cta__text { font-size: 16px; line-height: 1.75; color: var(--charcoal-soft); font-weight: 300; margin-bottom: 36px; }
.return-cta__contacts { display: flex; justify-content: center; gap: clamp(24px, 4vw, 48px); flex-wrap: wrap; margin-bottom: 40px; }
.return-cta__contact-item { display: flex; align-items: center; gap: 12px; }
.return-cta__contact-icon { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.return-cta__contact-icon svg { width: 18px; height: 18px; color: var(--forest); }
.return-cta__contact-detail { text-align: left; }
.return-cta__contact-label { font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
.return-cta__contact-value { font-size: 16px; font-weight: 500; color: var(--charcoal); }
.return-cta__contact-value a { color: var(--charcoal); transition: color 0.3s; }
.return-cta__contact-value a:hover { color: var(--forest); }
.return-cta__actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ── Responsive ── */
@media (max-width: 768px) {
  .deckco-refund .page-hero {
    padding: clamp(60px, 10vw, 100px) 0 clamp(40px, 6vw, 60px);
  }
  .deckco-refund .page-hero__title {
    font-size: clamp(28px, 7vw, 40px);
  }
  .deckco-refund .page-hero__subtitle {
    font-size: 14px;
  }
  .summary__grid { grid-template-columns: 1fr; gap: 16px; }
  .process__timeline { grid-template-columns: 1fr; gap: 40px; }
  .process__timeline::before { display: none; }
  .process__step { display: flex; align-items: flex-start; gap: 20px; text-align: left; padding: 0; }
  .process__number { margin: 0; flex-shrink: 0; width: 48px; height: 48px; font-size: 20px; }
  .process__step-text { margin: 0; }
  .process__step-icon { display: none; }
  .policy__fees-row { padding: 12px 16px; font-size: 13px; }
  .return-cta__contacts { flex-direction: column; align-items: center; }
  .return-cta__actions { flex-direction: column; align-items: center; }
  .return-cta__actions .btn { width: 100%; max-width: 300px; justify-content: center; }
}
