/* =================================================================
   DIGITAL TRUST IT SERVICES - REFUND POLICY
   ================================================================= */

main { position: relative; z-index: 1; }
.policy-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(11, 15, 26, 0.8); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.policy-header__inner { min-height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.policy-brand { display: flex; align-items: center; gap: 11px; }
.policy-brand img { width: 40px; height: 40px; object-fit: contain; border-radius: 10px; }
.policy-brand span { display: flex; flex-direction: column; line-height: 1.05; }
.policy-brand strong { font-family: var(--font-display); font-size: 19px; font-weight: 600; }
.policy-brand small { margin-top: 4px; color: var(--gold); font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; }
.back-link { color: var(--ivory-dim); font-size: 13px; transition: color 0.25s; }
.back-link:hover { color: var(--gold-bright); }

.policy-hero { padding: 108px 0 78px; border-bottom: 1px solid var(--line); background: linear-gradient(115deg, rgba(27, 77, 62, 0.28), transparent 52%), radial-gradient(circle at 85% 20%, rgba(201, 166, 89, 0.12), transparent 30%); }
.policy-hero h1 { max-width: 750px; margin-top: 15px; font-family: var(--font-display); font-size: clamp(56px, 8vw, 100px); font-weight: 500; line-height: 0.92; letter-spacing: -0.02em; }
.policy-hero h1 em { color: var(--gold-bright); font-style: italic; }
.policy-hero > .section-inner > p:not(.policy-updated) { max-width: 560px; margin-top: 25px; color: var(--ivory-dim); font-size: 17px; }
.policy-updated { margin-top: 25px; color: var(--ivory-faint); font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }

.policy-content { padding: 80px 0 120px; }
.policy-layout { display: grid; grid-template-columns: 210px minmax(0, 760px); justify-content: space-between; gap: 70px; }
.policy-index { position: sticky; top: 30px; align-self: start; display: grid; gap: 13px; padding-top: 4px; }
.policy-index a { color: var(--ivory-faint); font-size: 12px; transition: color 0.25s, padding-left 0.25s; }
.policy-index a:hover { padding-left: 5px; color: var(--gold-bright); }
.policy-article { min-width: 0; }
.policy-callout { display: grid; grid-template-columns: 1fr auto; gap: 5px 22px; align-items: center; margin-bottom: 70px; padding: 22px 24px; border: 1px solid var(--gold-dim); border-radius: var(--radius-md); background: rgba(201, 166, 89, 0.07); }
.policy-callout strong { color: var(--gold-bright); font-family: var(--font-display); font-size: 21px; font-weight: 500; }
.policy-callout span { color: var(--ivory-dim); font-size: 12px; }
.policy-callout .btn { grid-column: 2; grid-row: 1 / span 2; padding: 11px 17px; font-size: 12px; }
.policy-section { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 0 0 52px; margin-bottom: 52px; border-bottom: 1px solid var(--line); scroll-margin-top: 25px; }
.policy-section:last-of-type { margin-bottom: 0; }
.policy-number { color: var(--gold); font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em; }
.policy-section h2 { font-family: var(--font-display); font-size: 34px; font-weight: 500; line-height: 1.1; }
.policy-section p { margin-top: 14px; color: var(--ivory-dim); font-size: 14px; line-height: 1.75; }
.policy-section ul { display: grid; gap: 11px; margin-top: 18px; padding-left: 19px; color: var(--ivory-dim); font-size: 14px; line-height: 1.6; }
.policy-section li::marker { color: var(--gold); }
.text-link { display: inline-flex; gap: 10px; margin-top: 20px; color: var(--gold-bright); font-size: 13px; font-weight: 600; }
.text-link:hover { color: var(--ivory); }
.policy-note { margin-top: 45px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--ivory-faint); font-size: 11px; line-height: 1.6; }

@media (max-width: 760px) {
  .policy-header__inner { min-height: 72px; padding-left: 20px; padding-right: 20px; }
  .policy-brand small { display: none; }
  .policy-content { padding: 58px 0 80px; }
  .policy-layout { display: block; }
  .policy-index { position: static; display: flex; flex-wrap: wrap; gap: 8px 16px; margin-bottom: 48px; }
  .policy-index .eyebrow { width: 100%; }
  .policy-index a { padding: 5px 0; }
  .policy-callout { display: block; margin-bottom: 52px; }
  .policy-callout span { display: block; margin: 7px 0 16px; }
  .policy-callout .btn { display: inline-flex; }
  .policy-section { grid-template-columns: 34px 1fr; gap: 12px; }
  .policy-section h2 { font-size: 29px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
