/* ============================================================
   RK DERMA — REFUND POLICY PAGE
   Scoped to .rk-refund
   ============================================================ */

.rk-refund {
  --bg:    #F9F6F1;
  --bg2:   #F2EDE4;
  --bg3:   #EAE2D6;
  --white: #FFFFFF;
  --ink:   #181410;
  --ink2:  #2C2720;
  --body:  #5C5248;
  --muted: #9C9189;
  --gold:  #B8924A;
  --gold2: #D4A85C;
  --gold3: #F0C97A;
  --gp:    rgba(184,146,74,0.09);
  --gb:    rgba(184,146,74,0.22);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans:  'Outfit', system-ui, sans-serif;
  --r8:8px;--r12:12px;--r16:16px;--r20:20px;--r24:24px;--r32:32px;--rpill:999px;
  --s1:0 2px 14px rgba(24,20,16,0.05);
  --s2:0 8px 32px rgba(24,20,16,0.09);
  --s3:0 24px 64px rgba(24,20,16,0.11);
  font-family: var(--sans);
  background: var(--bg);
  color: var(--body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 1.5;
}
.rk-refund *, .rk-refund *::before, .rk-refund *::after { box-sizing: border-box; margin: 0; padding: 0; }
.rk-refund img { max-width: 100%; height: auto; display: block; }
.rk-refund a { text-decoration: none; }

/* ── LAYOUT ── */
.rk-refund .tw-wrap { max-width: 1280px; margin: 0 auto; padding-left: clamp(20px,4vw,56px); padding-right: clamp(20px,4vw,56px); }
.rk-refund .tw-section { padding-top: clamp(64px,9vw,112px); padding-bottom: clamp(64px,9vw,112px); }

/* ── EYEBROW ── */
.rk-refund .tw-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--gp); border: 1px solid var(--gb);
  border-radius: var(--rpill); padding: 5px 16px 5px 10px;
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 18px;
}
.rk-refund .tw-eyebrow__dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0;
  animation: twPulse 2.2s ease-in-out infinite;
}
@keyframes twPulse { 0%,100%{ opacity:1; transform:scale(1); } 50%{ opacity:.4; transform:scale(.65); } }

/* ── HEADINGS ── */
.rk-refund .tw-h1 { font-family: var(--serif); font-size: clamp(38px,5.5vw,72px); font-weight: 300; line-height: 1.05; color: #fff; letter-spacing: -0.02em; margin-bottom: 18px; }
.rk-refund .tw-h1 em { font-style: italic; color: var(--gold2); }
.rk-refund .tw-h2 { font-family: var(--serif); font-size: clamp(28px,3.5vw,48px); font-weight: 300; line-height: 1.1; color: var(--ink); letter-spacing: -0.02em; margin-bottom: 14px; }
.rk-refund .tw-h2 em { font-style: italic; }
.rk-refund .tw-body { font-size: clamp(0.93rem,1.1vw,1.02rem); line-height: 1.84; color: var(--body); }

/* ── BUTTON ── */
.rk-refund .tw-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--gold); color: #fff;
  font-family: var(--sans); font-size: 0.86rem; font-weight: 600;
  letter-spacing: 0.05em; padding: 14px 30px;
  border-radius: var(--rpill); border: none; cursor: pointer;
  text-decoration: none; transition: all .25s; line-height: 1; white-space: nowrap;
}
.rk-refund .tw-btn:hover { background: var(--gold2); transform: translateY(-2px); box-shadow: 0 16px 40px rgba(184,146,74,.32); color: #fff; }
.rk-refund .tw-btn--dark { background: var(--ink); }
.rk-refund .tw-btn--dark:hover { background: var(--gold); }
.rk-refund .tw-btn--outline { background: transparent; color: rgba(255,255,255,.80); border: 1.5px solid rgba(255,255,255,.22); }
.rk-refund .tw-btn--outline:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.45); color: #fff; transform: translateY(-2px); }
.rk-refund .tw-btn svg { width: 14px; height: 14px; flex-shrink: 0; transition: transform .2s; }
.rk-refund .tw-btn:hover svg { transform: translateX(3px); }

/* ── REVEAL ── */
.rk-refund .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.rk-refund .reveal.on { opacity: 1; transform: translateY(0); }
.rk-refund .reveal[data-d="1"] { transition-delay: .08s }
.rk-refund .reveal[data-d="2"] { transition-delay: .16s }
.rk-refund .reveal[data-d="3"] { transition-delay: .24s }
.rk-refund .reveal[data-d="4"] { transition-delay: .32s }

/* ════════════════════════════════════════
   HERO
   ════════════════════════════════════════ */
.rk-refund .tw-hero {
  background: var(--ink); position: relative; overflow: hidden;
  padding: clamp(72px,10vw,120px) clamp(20px,4vw,56px) clamp(56px,7vw,80px);
}
.rk-refund .tw-hero__orb1 {
  position: absolute; width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle,rgba(184,146,74,.10) 0%,transparent 65%);
  top: -180px; right: -100px; pointer-events: none;
}
.rk-refund .tw-hero__orb2 {
  position: absolute; width: 350px; height: 350px; border-radius: 50%;
  background: radial-gradient(circle,rgba(184,146,74,.06) 0%,transparent 65%);
  bottom: -60px; left: -60px; pointer-events: none;
}
.rk-refund .tw-hero__line { position: absolute; top: 0; left: 0; width: 100px; height: 3px; background: linear-gradient(90deg,var(--gold),transparent); }
.rk-refund .tw-hero__inner { max-width: 1280px; margin: 0 auto; position: relative; z-index: 2; }
.rk-refund .tw-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(184,146,74,.10); border: 1px solid rgba(184,146,74,.22);
  border-radius: var(--rpill); padding: 5px 16px 5px 10px;
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold2); margin-bottom: 22px;
}
.rk-refund .tw-hero__eyebrow__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold2); animation: twPulse 2.2s ease-in-out infinite; flex-shrink: 0; }
.rk-refund .tw-hero__body { font-size: clamp(0.93rem,1.1vw,1.02rem); line-height: 1.82; color: rgba(255,255,255,.52); max-width: 600px; margin-bottom: 34px; }
.rk-refund .tw-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.rk-refund .tw-hero__fade { height: 44px; background: linear-gradient(to bottom,var(--ink),var(--bg)); }

/* ── TRUST BAR ── */
.rk-refund .tw-trust { background: var(--ink); padding: 18px clamp(20px,4vw,56px); }
.rk-refund .tw-trust__inner { max-width: 1280px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(12px,2.5vw,36px); }
.rk-refund .tw-trust__item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.65); font-size: 0.78rem; font-weight: 500; letter-spacing: .03em; white-space: nowrap; }
.rk-refund .tw-trust__item svg { width: 13px; height: 13px; stroke: var(--gold); fill: none; stroke-width: 1.8; flex-shrink: 0; }
.rk-refund .tw-trust__sep { width: 1px; height: 14px; background: rgba(255,255,255,.10); flex-shrink: 0; }

/* ════════════════════════════════════════
   POLICY CONTENT SECTION
   ════════════════════════════════════════ */
.rk-refund .tw-policy { background: var(--white); }
.rk-refund .tw-policy__layout {
  display: grid; grid-template-columns: 260px 1fr;
  gap: clamp(36px,5vw,80px); align-items: start;
}

/* Sticky sidebar nav */
.rk-refund .tw-policy__nav {
  position: sticky; top: 32px;
  background: var(--bg); border-radius: var(--r24);
  padding: 28px 24px; border: 1px solid rgba(184,146,74,.10);
}
.rk-refund .tw-policy__nav-title {
  font-size: 0.65rem; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 16px;
}
.rk-refund .tw-policy__nav-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.rk-refund .tw-policy__nav-list a {
  display: flex; align-items: center; gap: 8px;
  padding: 9px 12px; border-radius: var(--r12);
  font-size: 0.84rem; font-weight: 500; color: var(--body);
  transition: background .2s, color .2s;
}
.rk-refund .tw-policy__nav-list a:hover { background: var(--gp); color: var(--gold); }
.rk-refund .tw-policy__nav-list a::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); opacity: .4; flex-shrink: 0; transition: opacity .2s; }
.rk-refund .tw-policy__nav-list a:hover::before { opacity: 1; }
.rk-refund .tw-policy__nav-updated { margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(184,146,74,.12); font-size: 0.72rem; color: var(--muted); }
.rk-refund .tw-policy__nav-updated strong { display: block; color: var(--ink); font-size: 0.78rem; margin-bottom: 2px; }

/* Main content */
.rk-refund .tw-policy__content { max-width: 740px; }
.rk-refund .tw-policy__block {
  padding-bottom: clamp(40px,5vw,64px);
  border-bottom: 1px solid rgba(184,146,74,.10);
  margin-bottom: clamp(40px,5vw,64px);
}
.rk-refund .tw-policy__block:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.rk-refund .tw-policy__block-num {
  font-family: var(--serif); font-size: 0.78rem; font-weight: 600;
  color: var(--gold); letter-spacing: .12em; text-transform: uppercase;
  margin-bottom: 10px;
}
.rk-refund .tw-policy__block h2 {
  font-family: var(--serif); font-size: clamp(1.5rem,2.5vw,2.2rem);
  font-weight: 400; color: var(--ink); margin-bottom: 18px; line-height: 1.2;
}
.rk-refund .tw-policy__block p {
  font-size: 0.95rem; line-height: 1.88; color: var(--body); margin-bottom: 16px;
}
.rk-refund .tw-policy__block p:last-child { margin-bottom: 0; }

/* Highlight card */
.rk-refund .tw-policy-card {
  background: var(--bg); border: 1px solid rgba(184,146,74,.14);
  border-radius: var(--r20); padding: 26px 28px; margin: 24px 0;
  position: relative; overflow: hidden;
}
.rk-refund .tw-policy-card::before {
  content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%;
  background: linear-gradient(180deg,var(--gold),var(--gold3));
}
.rk-refund .tw-policy-card__title { font-size: 0.9rem; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
.rk-refund .tw-policy-card p { font-size: 0.88rem; line-height: 1.82; color: var(--body); margin-bottom: 0; }

/* Conditions list */
.rk-refund .tw-cond-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 18px 0; }
.rk-refund .tw-cond-list li {
  display: flex; align-items: flex-start; gap: 12px;
  background: var(--bg); border-radius: var(--r12);
  padding: 14px 16px; font-size: 0.90rem; line-height: 1.72; color: var(--body);
  border: 1px solid rgba(184,146,74,.08);
}
.rk-refund .tw-cond-list li .tw-ci {
  width: 22px; height: 22px; border-radius: 50%;
  background: linear-gradient(135deg,var(--gold),var(--gold3));
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 1px;
}
.rk-refund .tw-cond-list li .tw-ci svg { width: 11px; height: 11px; stroke: #fff; fill: none; stroke-width: 2.5; }

/* Steps */
.rk-refund .tw-steps { display: flex; flex-direction: column; gap: 16px; margin: 22px 0; }
.rk-refund .tw-step {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 20px; background: var(--bg); border-radius: var(--r16);
  border: 1px solid rgba(184,146,74,.10);
  transition: border-color .25s, box-shadow .25s;
}
.rk-refund .tw-step:hover { border-color: rgba(184,146,74,.22); box-shadow: var(--s1); }
.rk-refund .tw-step__num {
  width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
  background: var(--ink); display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 1rem; font-weight: 600; color: var(--gold2);
}
.rk-refund .tw-step__title { font-size: 0.93rem; font-weight: 700; color: var(--ink); margin-bottom: 5px; }
.rk-refund .tw-step__body  { font-size: 0.87rem; line-height: 1.78; color: var(--body); }

/* Info pills */
.rk-refund .tw-info-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 20px 0; }
.rk-refund .tw-info-pill {
  background: var(--bg); border: 1px solid rgba(184,146,74,.12);
  border-radius: var(--r16); padding: 18px 20px; text-align: center;
}
.rk-refund .tw-info-pill__val { font-family: var(--serif); font-size: 1.9rem; font-weight: 400; color: var(--gold); line-height: 1; margin-bottom: 6px; }
.rk-refund .tw-info-pill__lbl { font-size: 0.72rem; font-weight: 600; letter-spacing: .10em; text-transform: uppercase; color: var(--muted); }

/* ════════════════════════════════════════
   CTA SECTION
   ════════════════════════════════════════ */
.rk-refund .tw-cta {
  background: var(--ink); padding: clamp(72px,10vw,130px) clamp(20px,4vw,56px);
  text-align: center; position: relative; overflow: hidden;
}
.rk-refund .tw-cta__orb { position: absolute; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle,rgba(184,146,74,.09) 0%,transparent 65%); top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none; }
.rk-refund .tw-cta__inner { position: relative; z-index: 1; }
.rk-refund .tw-cta-ey { display: inline-flex; align-items: center; gap: 10px; justify-content: center; font-size: 0.68rem; font-weight: 600; letter-spacing: .20em; text-transform: uppercase; color: var(--gold2); margin-bottom: 18px; }
.rk-refund .tw-cta-ey::before { content: ''; display: block; width: 22px; height: 1px; background: var(--gold2); }
.rk-refund .tw-cta__title { font-family: var(--serif); font-size: clamp(32px,4.5vw,64px); font-weight: 300; color: #fff; max-width: 620px; margin: 0 auto 18px; line-height: 1.08; }
.rk-refund .tw-cta__title em { font-style: italic; color: rgba(255,255,255,.68); }
.rk-refund .tw-cta__sub { font-size: 0.93rem; color: rgba(255,255,255,.46); max-width: 440px; margin: 0 auto 36px; line-height: 1.82; }
.rk-refund .tw-cta__btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.rk-refund .tw-btn-white { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--ink); font-family: var(--sans); font-size: 0.86rem; font-weight: 700; letter-spacing: .05em; padding: 15px 32px; border-radius: var(--rpill); border: none; cursor: pointer; text-decoration: none; transition: all .25s; line-height: 1; }
.rk-refund .tw-btn-white:hover { background: var(--bg2); transform: translateY(-2px); color: var(--ink); }
.rk-refund .tw-btn-ghost { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: rgba(255,255,255,.78); font-family: var(--sans); font-size: 0.86rem; font-weight: 500; letter-spacing: .04em; padding: 14px 30px; border-radius: var(--rpill); border: 1.5px solid rgba(255,255,255,.18); cursor: pointer; text-decoration: none; transition: all .25s; line-height: 1; }
.rk-refund .tw-btn-ghost:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.38); color: #fff; transform: translateY(-2px); }

/* ── RESPONSIVE ── */
@media(max-width:900px){
  .rk-refund .tw-policy__layout { grid-template-columns: 1fr; }
  .rk-refund .tw-policy__nav { position: static; }
}
@media(max-width:640px){
  .rk-refund .tw-info-row { grid-template-columns: 1fr; }
  .rk-refund .tw-cta__btns { flex-direction: column; align-items: center; }
  .rk-refund .tw-btn-white, .rk-refund .tw-btn-ghost { width: 100%; justify-content: center; }
}
