/*
 * Information pages — shared styles for page.php + page-templates/*.
 * Built from local Figma renders (/pages/{about,quality-standard,coa,contact,
 * discreet-packaging,affiliate-program,affiliate-code-of-conduct,
 * privacy-policy,refund-shipping-policy,cancellation-policy} @1440).
 * Depends on the theme tokens (--usr-*) in style.css.
 */

/* =========================================================================
   1. PAGE FRAME — breadcrumb, page head, measured prose column
   ========================================================================= */
.page .usr-main,
.usr-main.usr-main--flush { padding-top: 0; }

.usr-breadcrumb {
  padding: 13px 0 12px;
}
.usr-breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  color: var(--usr-muted);
}
.usr-breadcrumb a { color: var(--usr-muted); text-decoration: none; }
.usr-breadcrumb a:hover, .usr-breadcrumb a:focus { color: var(--usr-navy); text-decoration: underline; }
.usr-breadcrumb li + li::before {
  content: "/";
  margin-right: 12px;
  color: rgba(19, 38, 107, 0.25);
}
.usr-breadcrumb [aria-current="page"] { color: var(--usr-secondary); }

.usr-page-kicker {
  margin: 14px 0 10px;
  color: var(--usr-red);
  font-size: var(--usr-fs-label);
  line-height: var(--usr-lh-label);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.usr-page-title {
  margin: 10px 0 24px;
  color: var(--usr-navy);
  font-size: 40px;
  line-height: 46px;
  font-weight: 500;
  letter-spacing: var(--usr-ls-heading);
}
.usr-page-kicker + .usr-page-title { margin-top: 0; }

.usr-page-intro {
  max-width: 800px;
  margin: 0 0 28px;
  color: var(--usr-secondary);
  font-size: var(--usr-fs-body-l);
  line-height: var(--usr-lh-body-l);
}

/* Measured long-form column (policy pages) */
.usr-prose {
  max-width: 760px;
  margin: 4px auto 40px;
  color: var(--usr-secondary);
  font-size: var(--usr-fs-body);
  line-height: 22px;
}
.usr-prose > :first-child { margin-top: 0; }
.usr-prose p { margin: 0 0 14px; }
.usr-prose strong { color: var(--usr-ink); }
.usr-prose a { color: var(--usr-link-blue); text-decoration: underline; }
.usr-prose h2 {
  margin: 38px 0 12px;
  color: var(--usr-navy);
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: var(--usr-ls-heading);
}
.usr-prose h3 {
  margin: 26px 0 10px;
  color: var(--usr-navy);
  font-size: 15.5px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: var(--usr-ls-heading);
}
.usr-prose ul, .usr-prose ol { margin: 0 0 16px; padding-left: 22px; }
.usr-prose li { margin-bottom: 8px; }
.usr-prose ul { list-style: none; }
.usr-prose ul > li { position: relative; }
.usr-prose ul > li::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--usr-secondary);
}
.usr-prose hr {
  margin: 32px 0;
  border: 0;
  border-top: 1px solid rgba(19, 38, 107, 0.12);
}

/* About variant — muted, regular-weight section headings (per render) */
.usr-page--about .usr-prose h2 {
  margin: 30px 0 12px;
  color: var(--usr-secondary);
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: normal;
}

/* Meta block (Effective Date / Version / Applies to) */
.usr-doc-meta {
  margin: 0 0 30px;
  font-size: var(--usr-fs-small);
  line-height: 21px;
}
.usr-doc-meta p { margin: 0 0 2px; }

/* Callout panels used inside content */
.usr-callout {
  margin: 0 0 14px;
  padding: 14px 20px;
  border-left: 3px solid var(--usr-red);
  border-radius: 6px;
  background: var(--usr-tint-blue);
  color: var(--usr-ink);
}
.usr-callout--red { background: var(--usr-tint-red); }
.usr-prose .usr-callout p:last-child, .usr-callout > :last-child { margin-bottom: 0; }

/* Label banner (code of conduct) */
.usr-banner-label {
  margin: 0 0 26px;
  padding: 11px 18px;
  border: 1px solid rgba(181, 23, 47, 0.25);
  border-radius: 4px;
  background: var(--usr-tint-red);
  color: var(--usr-red);
  font-size: 11.5px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Navy inline panel (cancellation "Need to cancel right now?") */
.usr-panel-navy {
  margin: 26px 0;
  padding: 24px 30px;
  border-radius: 10px;
  background: var(--usr-navy);
  color: rgba(255, 255, 255, 0.85);
}
.usr-panel-navy strong, .usr-panel-navy h3, .usr-panel-navy h4 { color: var(--usr-white); }
.usr-panel-navy h3, .usr-panel-navy h4 { margin: 0 0 14px; font-size: 15px; line-height: 20px; font-weight: 700; }
.usr-prose .usr-panel-navy a, .usr-panel-navy a { color: var(--usr-sky); text-decoration: underline; }
.usr-prose .usr-panel-navy ul > li::before { background: rgba(255, 255, 255, 0.55); }
.usr-panel-navy > :last-child { margin-bottom: 0; }

/* Small footnote under a document */
.usr-doc-footnote {
  max-width: 760px;
  margin: 40px auto 0;
  color: var(--usr-muted);
  font-size: 12.5px;
  line-height: 19px;
}

/* =========================================================================
   2. NAVY PAGE HERO (quality standard / discreet packaging / affiliate)
   ========================================================================= */
.usr-hero-navy {
  background: var(--usr-navy);
  color: var(--usr-white);
  padding: 64px 0 62px;
}
.usr-hero-navy__inner { max-width: 1080px; }
.usr-hero-navy__label {
  margin: 0 0 22px;
  color: var(--usr-link-blue);
  font-size: 12.5px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.usr-hero-navy__title {
  max-width: 680px;
  margin: 0 0 18px;
  color: var(--usr-white);
  font-size: var(--usr-fs-h1);
  line-height: var(--usr-lh-h1);
  font-weight: 500;
  letter-spacing: var(--usr-ls-heading);
}
.usr-hero-navy__sub {
  max-width: 660px;
  margin: 0 0 44px;
  color: rgba(255, 255, 255, 0.82);
  font-size: var(--usr-fs-body-l);
  line-height: var(--usr-lh-body-l);
}
.usr-hero-stats {
  display: flex;
  gap: 90px;
  flex-wrap: wrap;
}
.usr-hero-stats__value {
  margin: 0 0 4px;
  color: var(--usr-white);
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: var(--usr-ls-heading);
}
.usr-hero-stats__label {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Offset hero copy (matches render inset) */
.usr-hero-navy__inner--inset { padding-left: 271px; }

/* =========================================================================
   3. CENTERED SECTION HEADS + KICKERS
   ========================================================================= */
.usr-kicker {
  display: block;
  margin: 0 0 22px;
  color: var(--usr-red);
  text-align: center;
  font-size: 12.5px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.usr-section-head { text-align: center; margin: 0 auto 40px; max-width: 720px; }
.usr-section-head h2 {
  margin: 0 0 12px;
  color: var(--usr-navy);
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: var(--usr-ls-heading);
}
.usr-section-head p {
  margin: 0;
  color: var(--usr-secondary);
  font-size: var(--usr-fs-body-l);
  line-height: var(--usr-lh-body-l);
}

/* =========================================================================
   4. NUMBERED TIMELINE (quality standard / discreet packaging)
   ========================================================================= */
.usr-timeline {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  padding-left: 78px;
  list-style: none;
}
.usr-timeline::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 22px;
  bottom: 60px;
  width: 2px;
  background: rgba(181, 23, 47, 0.35);
}
.usr-timeline__item { position: relative; margin-bottom: 30px; }
.usr-timeline__num {
  position: absolute;
  left: -78px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--usr-red);
  box-shadow: 0 6px 14px rgba(181, 23, 47, 0.35);
  color: var(--usr-white);
  font-size: 14px;
  font-weight: 700;
}
.usr-timeline__card {
  background: var(--usr-white);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(19, 38, 107, 0.06);
  padding: 26px 30px 24px;
}
.usr-timeline__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}
.usr-timeline__title {
  margin: 0;
  color: var(--usr-navy);
  font-size: 19px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: var(--usr-ls-heading);
}
.usr-timeline__tag {
  flex-shrink: 0;
  padding: 4px 12px;
  border-radius: var(--usr-radius-pill);
  background: var(--usr-tint-red);
  color: var(--usr-red);
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.usr-timeline__body {
  margin: 0 0 16px;
  color: var(--usr-secondary);
  font-size: var(--usr-fs-body);
  line-height: 21px;
}
.usr-timeline__why {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(19, 38, 107, 0.1);
  color: var(--usr-secondary);
  font-size: var(--usr-fs-small);
  line-height: 20px;
}
.usr-timeline__why strong { color: var(--usr-ink); }

/* =========================================================================
   5. NAVY FEATURE PANEL + CTA BANDS
   ========================================================================= */
.usr-feature-navy {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: 60px;
  margin: 60px 0 0;
  padding: 54px 60px;
  border-radius: 14px;
  background: var(--usr-navy);
  color: var(--usr-white);
}
.usr-feature-navy__label {
  margin: 0 0 16px;
  color: var(--usr-sky);
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.usr-feature-navy h2 {
  margin: 0;
  color: var(--usr-white);
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: var(--usr-ls-heading);
}
.usr-feature-navy__item { margin-bottom: 22px; }
.usr-feature-navy__item:last-child { margin-bottom: 0; }
.usr-feature-navy__item h3 {
  margin: 0 0 6px;
  color: var(--usr-white);
  font-size: 15.5px;
  line-height: 20px;
  font-weight: 700;
}
.usr-feature-navy__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: var(--usr-fs-body);
  line-height: 21px;
}

.usr-cta-band { text-align: center; padding-top: 74px; padding-bottom: 84px; } /* see .usr-aff-section note */
.usr-cta-band h2 {
  margin: 0 0 12px;
  color: var(--usr-navy);
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: var(--usr-ls-heading);
}
.usr-cta-band p {
  max-width: 620px;
  margin: 0 auto 26px;
  color: var(--usr-secondary);
  font-size: var(--usr-fs-body-l);
  line-height: var(--usr-lh-body-l);
}
.usr-cta-band__actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* Navy CTA panel (refund contact strip, affiliate join) */
.usr-cta-panel {
  margin: 40px 0;
  padding: 42px 40px 46px;
  border-radius: 14px;
  background: var(--usr-navy);
  text-align: center;
  color: var(--usr-white);
}
.usr-cta-panel h2, .usr-cta-panel h3 {
  margin: 0 0 10px;
  color: var(--usr-white);
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: var(--usr-ls-heading);
}
.usr-cta-panel p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--usr-fs-body);
  line-height: 21px;
}
.usr-cta-panel .usr-btn { margin-bottom: 0; }
.usr-cta-panel__note {
  margin: 18px 0 0 !important;
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 12px !important;
}
.usr-cta-panel__note a { color: var(--usr-sky); }

/* =========================================================================
   6. CONTACT
   ========================================================================= */
.usr-contact-rule {
  max-width: 760px;
  margin: 34px 0 0;
  border: 0;
  border-top: 1px solid rgba(19, 38, 107, 0.15);
}
.usr-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 30px 0 34px;
}
.usr-contact-card {
  background: var(--usr-white);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(19, 38, 107, 0.05);
  padding: 26px 28px 30px;
}
.usr-contact-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 26px;
  padding: 0 10px;
  margin-bottom: 16px;
  border-radius: 6px;
  background: var(--usr-navy);
  color: var(--usr-white);
  font-size: 9.5px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.usr-contact-card h2 {
  margin: 0 0 8px;
  color: var(--usr-ink);
  font-size: 15.5px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: normal;
}
.usr-contact-card__lead {
  margin: 0 0 10px;
  color: var(--usr-ink);
  font-size: var(--usr-fs-body);
  line-height: 21px;
}
.usr-contact-card__lead a { color: var(--usr-ink); text-decoration: none; }
.usr-contact-card__lead a:hover { color: var(--usr-link-blue); }
.usr-contact-card p:last-child { margin-bottom: 0; }
.usr-contact-card__desc {
  margin: 0;
  color: var(--usr-muted);
  font-size: 13.5px;
  line-height: 20px;
}
.usr-contact-note {
  margin: 0 0 20px;
  color: var(--usr-muted);
  font-size: 12.5px;
  line-height: 18px;
}

/* Support ticket form (revealed by "Open a ticket") */
.usr-ticket {
  max-width: 760px;
  margin: 0 0 40px;
  padding: 30px 34px 34px;
  background: var(--usr-white);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(19, 38, 107, 0.05);
}
.usr-ticket[hidden] { display: none; }
.usr-ticket h2 { margin: 0 0 18px; font-size: 19px; line-height: 24px; }
.usr-ticket__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.usr-field { margin-bottom: 16px; }
.usr-field__label {
  display: block;
  margin-bottom: 6px;
  color: var(--usr-navy);
  font-size: 12.5px;
  line-height: 16px;
  font-weight: 700;
}
.usr-field select.usr-input { appearance: auto; }
.usr-field textarea.usr-input { min-height: 120px; resize: vertical; }

/* =========================================================================
   7. COA LIBRARY
   ========================================================================= */
.usr-coa-search { max-width: 760px; margin: 36px 0 8px; }
.usr-coa-search__box { position: relative; max-width: 460px; }
.usr-coa-search__box svg {
  position: absolute;
  left: 14px;
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  color: var(--usr-muted);
}
.usr-coa-search .usr-input { padding-left: 40px; height: 42px; border-color: rgba(19, 38, 107, 0.15); box-shadow: 0 2px 8px rgba(19, 38, 107, 0.04); }
.usr-coa-search__meta {
  margin: 10px 0 0;
  color: var(--usr-muted);
  font-size: 11.5px;
  line-height: 15px;
}
.usr-coa-result { max-width: 460px; margin-top: 14px; }
.usr-coa-result[hidden] { display: none; }

.usr-coa-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; align-items: start; margin: 26px 0 20px; }
.usr-coa-grid__col { min-width: 0; }
.usr-coa-card {
  break-inside: avoid;
  margin: 0 0 24px;
  padding: 20px 22px 22px;
  background: var(--usr-white);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(19, 38, 107, 0.05);
}
.usr-coa-card h2 {
  margin: 0 0 14px;
  color: var(--usr-ink);
  font-size: 13.5px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.usr-coa-doc {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(19, 38, 107, 0.08);
  border-radius: 8px;
  background: var(--usr-cream);
  color: var(--usr-ink);
  font-size: 13px;
  line-height: 17px;
  text-decoration: none;
}
.usr-coa-doc:hover, .usr-coa-doc:focus { border-color: rgba(19, 38, 107, 0.3); text-decoration: none; color: var(--usr-navy); }
.usr-coa-doc:last-child { margin-bottom: 0; }
.usr-coa-doc__badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 19px;
  border-radius: 4px;
  background: var(--usr-navy);
  color: var(--usr-white);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.usr-coa-doc--sds .usr-coa-doc__badge { background: var(--usr-red); }
.usr-coa-doc--superseded { opacity: 0.55; }
.usr-coa-doc--superseded .usr-coa-doc__badge { background: #8A97C0; }
.usr-coa-doc__flag {
  margin-left: auto;
  color: var(--usr-muted);
  font-size: 9.5px;
  letter-spacing: 0.04em;
}

/* =========================================================================
   8. AFFILIATE PROGRAM
   ========================================================================= */
.usr-aff-hero { background: var(--usr-navy); color: var(--usr-white); }
.usr-aff-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 0;
}
.usr-aff-hero__copy { padding: 70px 0; }
.usr-aff-hero__copy .usr-hero-navy__title { font-size: 40px; line-height: 46px; }
.usr-aff-hero__actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.usr-aff-hero__ghost {
  color: rgba(255, 255, 255, 0.85);
  font-size: var(--usr-fs-button);
  font-weight: 700;
  text-decoration: none;
}
.usr-aff-hero__ghost:hover, .usr-aff-hero__ghost:focus { color: var(--usr-white); text-decoration: underline; }
.usr-aff-hero__poster {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 380px;
  background: linear-gradient(135deg, #1B3180 0%, #13266B 55%, #35131F 100%);
  border-radius: 0;
  text-align: center;
  padding: 40px 30px 0;
  overflow: hidden;
}
.usr-aff-hero__poster-title {
  margin: 12px 0 4px;
  font-size: 34px;
  line-height: 38px;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: var(--usr-white);
}
.usr-aff-hero__poster-title span { color: #E33A55; }
.usr-aff-hero__poster-band {
  padding: 5px 20px;
  background: var(--usr-red);
  color: var(--usr-white);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.usr-aff-hero__poster img { width: 300px; max-width: 80%; margin-top: 14px; mix-blend-mode: multiply; }

/* Top/bottom only — these sections carry .usr-container on the same element,
   so a `padding: … 0 …` shorthand would zero the container's side gutters
   (it did: 4px mobile overflow from the calculator's range-input UA margins,
   and full-bleed grids at 1440 instead of the render's 46px gutters). */
.usr-aff-section { padding-top: 64px; padding-bottom: 30px; }
.usr-aff-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.usr-aff-step {
  background: var(--usr-white);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(19, 38, 107, 0.05);
  padding: 30px 34px 34px;
  text-align: center;
}
.usr-aff-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--usr-red);
  color: var(--usr-white);
  font-size: 14px;
  font-weight: 700;
}
.usr-aff-step h3 {
  margin: 0 0 10px;
  color: var(--usr-ink);
  font-size: 16.5px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: normal;
}
.usr-aff-step p { margin: 0; color: var(--usr-secondary); font-size: var(--usr-fs-body); line-height: 21px; }

.usr-aff-tiers {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin: 0 0 20px;
}
.usr-aff-tier {
  background: var(--usr-white);
  border: 1px solid transparent;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(19, 38, 107, 0.05);
  padding: 26px 10px 24px;
  text-align: center;
}
.usr-aff-tier__rate { margin: 0 0 6px; color: var(--usr-red); font-size: 26px; line-height: 30px; font-weight: 700; }
.usr-aff-tier__name { margin: 0; color: var(--usr-secondary); font-size: 12px; line-height: 16px; }
.usr-aff-tier--top {
  border-color: rgba(181, 23, 47, 0.5);
  background: linear-gradient(180deg, #FDEFF2 0%, var(--usr-white) 100%);
}

/* Earnings calculator */
.usr-aff-calc { max-width: 1000px; margin: 0 auto; }
.usr-aff-calc__inputs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-bottom: 30px; }
.usr-aff-calc__inputs label {
  display: block;
  margin-bottom: 12px;
  color: var(--usr-ink);
  font-size: 12.5px;
  line-height: 17px;
  font-weight: 700;
}
.usr-aff-calc__inputs label output { float: right; color: var(--usr-red); font-weight: 700; }
.usr-aff-calc input[type="range"] { width: 100%; accent-color: var(--usr-red); }
.usr-aff-calc__result { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(19, 38, 107, 0.08); }
.usr-aff-calc__total { background: var(--usr-navy); color: var(--usr-white); padding: 34px 40px; }
.usr-aff-calc__total-label { margin: 0 0 20px; color: rgba(255, 255, 255, 0.55); font-size: 12px; }
.usr-aff-calc__total-label strong { color: var(--usr-white); }
.usr-aff-calc__total-value { margin: 0; font-size: 42px; line-height: 46px; font-weight: 700; }
.usr-aff-calc__total-sub { margin: 6px 0 0; color: rgba(255, 255, 255, 0.55); font-size: 13px; }
.usr-aff-calc__breakdown { background: var(--usr-white); padding: 30px 40px; }
.usr-aff-calc__breakdown dl { margin: 0; }
.usr-aff-calc__breakdown dt { color: var(--usr-navy); font-size: 17px; font-weight: 700; }
.usr-aff-calc__breakdown dd { margin: 2px 0 16px; color: var(--usr-muted); font-size: 12.5px; }
.usr-aff-calc__note { margin: 22px auto 26px; max-width: 720px; color: var(--usr-muted); font-size: 12.5px; line-height: 19px; }
.usr-aff-calc__cta { text-align: left; }
.usr-aff-minitiers { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin: 26px 0 0; }
.usr-aff-minitier {
  position: relative;
  background: var(--usr-white);
  border: 1px solid rgba(19, 38, 107, 0.08);
  border-radius: 10px;
  padding: 14px 14px 12px;
  font-size: 11px;
  color: var(--usr-muted);
}
.usr-aff-minitier__name { display: block; font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--usr-muted); }
.usr-aff-minitier__rate { display: block; margin: 2px 0; color: var(--usr-ink); font-size: 16px; font-weight: 700; }
.usr-aff-minitier__vol { display: block; color: var(--usr-red); font-weight: 700; font-size: 11px; }
.usr-aff-minitier--active { border-color: var(--usr-success); box-shadow: 0 0 0 1px var(--usr-success); }
.usr-aff-minitier__qualify {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 8px;
  border-radius: var(--usr-radius-pill);
  background: var(--usr-success);
  color: var(--usr-white);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

/* Portal feature rows */
.usr-aff-portal { max-width: 1100px; margin: 0 auto; }
.usr-aff-portal__row {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 70px;
}
.usr-aff-portal__row--flip .usr-aff-portal__media { order: 2; }
.usr-aff-portal__media {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(19, 38, 107, 0.35);
  box-shadow: 0 14px 40px rgba(19, 38, 107, 0.1);
  background: var(--usr-cream);
}
.usr-aff-portal__chrome { display: flex; gap: 5px; padding: 9px 12px; background: var(--usr-navy); }
.usr-aff-portal__chrome i { width: 7px; height: 7px; border-radius: 50%; }
.usr-aff-portal__chrome i:nth-child(1) { background: #E33A55; }
.usr-aff-portal__chrome i:nth-child(2) { background: #E9B44C; }
.usr-aff-portal__chrome i:nth-child(3) { background: #3BA55D; }
.usr-aff-portal__frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  border-left: 4px solid var(--usr-navy);
  border-right: 4px solid var(--usr-navy);
}
.usr-aff-portal__frame strong { color: var(--usr-navy); font-size: 26px; letter-spacing: 0.04em; }
.usr-aff-portal__frame span { color: var(--usr-red); font-size: 15px; }
.usr-aff-portal__label {
  margin: 0 0 8px;
  color: var(--usr-red);
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.usr-aff-portal__row h3 {
  margin: 0 0 10px;
  color: var(--usr-ink);
  font-size: 17px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: normal;
}
.usr-aff-portal__row p { margin: 0; color: var(--usr-secondary); font-size: var(--usr-fs-body); line-height: 21px; }

/* Why-partners cards */
.usr-aff-why {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1240px;
  margin: 0 auto;
}
.usr-aff-why__card {
  background: var(--usr-white);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(19, 38, 107, 0.05);
  padding: 22px 26px 24px;
}
.usr-aff-why__card h3 { margin: 0 0 8px; color: var(--usr-ink); font-size: 14.5px; line-height: 19px; font-weight: 700; letter-spacing: normal; }
.usr-aff-why__card p { margin: 0; color: var(--usr-secondary); font-size: 13px; line-height: 19px; }

/* FAQ accordion */
.usr-faq { max-width: 760px; margin: 0 auto 60px; }
.usr-faq details {
  margin-bottom: 12px;
  background: var(--usr-white);
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(19, 38, 107, 0.04);
}
.usr-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 19px 24px;
  color: var(--usr-ink);
  font-size: var(--usr-fs-body);
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}
.usr-faq summary::-webkit-details-marker { display: none; }
.usr-faq summary::after { content: "+"; color: var(--usr-red); font-size: 18px; font-weight: 400; }
.usr-faq details[open] summary::after { content: "\2212"; }
.usr-faq details > div {
  padding: 0 24px 20px;
  color: var(--usr-secondary);
  font-size: var(--usr-fs-body);
  line-height: 21px;
}

/* Hidden application form slot */
.usr-aff-apply[hidden] { display: none; }

/* =========================================================================
   9. POLICY DOCUMENT WITH TOC (privacy)
   ========================================================================= */
.usr-doc {
  display: grid;
  grid-template-columns: 240px minmax(0, 715px);
  gap: 56px;
  justify-content: center;
  margin: 20px 0 40px;
}
.usr-doc__head { grid-column: 1 / -1; max-width: 715px; margin-bottom: 26px; }
.usr-doc__head-label {
  margin: 0 0 14px;
  color: var(--usr-muted);
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.usr-doc__head h2 {
  margin: 0 0 12px;
  color: var(--usr-link-blue);
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: var(--usr-ls-heading);
}
.usr-doc__head p {
  margin: 0 0 20px;
  color: var(--usr-secondary);
  font-size: var(--usr-fs-body);
  line-height: 22px;
}
.usr-doc__updated {
  padding: 10px 16px;
  border-left: 3px solid var(--usr-link-blue);
  background: rgba(255, 255, 255, 0.65);
  color: var(--usr-secondary);
  font-size: 12.5px;
  line-height: 18px;
}
.usr-doc__updated strong { color: var(--usr-ink); }
.usr-doc__updated span { margin-left: 14px; color: var(--usr-muted); }

.usr-doc__toc { font-size: 11.5px; line-height: 16px; }
.usr-doc__toc-inner { position: sticky; top: calc(var(--usr-header-h) + 24px); }
.usr-doc__toc-label {
  margin: 0 0 12px;
  color: var(--usr-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.usr-doc__toc ol { list-style: none; margin: 0; padding: 0; }
.usr-doc__toc li { margin-bottom: 10px; }
.usr-doc__toc a { display: flex; gap: 8px; color: var(--usr-muted); text-decoration: none; text-transform: uppercase; letter-spacing: 0.02em; }
.usr-doc__toc a:hover, .usr-doc__toc a:focus { color: var(--usr-navy); }
.usr-doc__toc-num { color: rgba(19, 38, 107, 0.35); flex-shrink: 0; }

.usr-doc__body { color: var(--usr-secondary); font-size: var(--usr-fs-small); line-height: 21px; }
.usr-doc__body p { margin: 0 0 14px; }
.usr-doc__body a { color: var(--usr-link-blue); text-decoration: underline; }
.usr-doc__body h2 {
  position: relative;
  margin: 40px 0 16px;
  color: var(--usr-navy);
  font-size: 14.5px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.usr-doc__body h2::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 2px;
  width: 3px;
  height: 14px;
  background: var(--usr-red);
}
.usr-doc__body > h2:first-child { margin-top: 6px; }
.usr-doc__body h3 {
  margin: 22px 0 8px;
  color: var(--usr-navy);
  font-size: 13.5px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: normal;
}

/* =========================================================================
   10. REFUND & SHIPPING
   ========================================================================= */
.usr-guarantee {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 30px;
  align-items: center;
  max-width: 750px;
  margin: 10px auto 50px;
  padding: 34px 40px;
  background: var(--usr-white);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(19, 38, 107, 0.07);
}
.usr-guarantee__brand { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.usr-guarantee__brand img { width: 30px; height: 22px; }
.usr-guarantee__brand span { color: var(--usr-navy); font-size: 13px; line-height: 15px; font-weight: 700; }
.usr-guarantee__line1 { margin: 0; color: var(--usr-navy); font-size: 40px; line-height: 42px; font-weight: 900; letter-spacing: -0.01em; }
.usr-guarantee__line2 { margin: 0 0 14px; color: var(--usr-red); font-size: 40px; line-height: 44px; font-weight: 900; letter-spacing: -0.01em; }
.usr-guarantee__strap {
  margin: 0 0 18px;
  color: var(--usr-navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.usr-guarantee__points { display: flex; gap: 22px; }
.usr-guarantee__points div { display: flex; align-items: flex-start; gap: 7px; }
.usr-guarantee__points i {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--usr-navy);
  color: var(--usr-white);
  font-style: normal;
  font-size: 9px;
  line-height: 16px;
  text-align: center;
}
.usr-guarantee__points strong { display: block; color: var(--usr-ink); font-size: 10.5px; line-height: 13px; }
.usr-guarantee__points small { color: var(--usr-muted); font-size: 9.5px; line-height: 12px; }
.usr-guarantee__badge { text-align: center; }
.usr-guarantee__shield {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background: var(--usr-navy);
  border: 4px solid #9FBEFF;
  border-radius: 18px 18px 50% 50%;
  color: var(--usr-white);
}
.usr-guarantee__shield strong { font-size: 30px; line-height: 32px; }
.usr-guarantee__shield span { font-size: 10.5px; line-height: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.usr-guarantee__ribbon {
  display: inline-block;
  margin-top: -12px;
  padding: 5px 14px;
  background: var(--usr-red);
  color: var(--usr-white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.usr-effective { text-align: center; margin: 0 0 34px; color: var(--usr-secondary); font-size: 13px; font-style: italic; }

.usr-stat-trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 715px;
  margin: 0 auto 46px;
  padding: 22px 10px;
  background: var(--usr-tint-blue);
  border-radius: 10px;
  text-align: center;
}
.usr-stat-trio strong { display: block; color: var(--usr-red); font-size: 17px; line-height: 22px; font-weight: 700; }
.usr-stat-trio span { display: block; margin-top: 6px; color: var(--usr-muted); font-size: 11px; line-height: 15px; }

/* Numbered document sections (h2 gets navy counter badge + red rule) */
.usr-refund-doc { counter-reset: usr-refund; max-width: 715px; margin: 0 auto 30px; color: var(--usr-secondary); font-size: var(--usr-fs-body); line-height: 21px; }
.usr-refund-doc p { margin: 0 0 14px; }
.usr-refund-doc a { color: var(--usr-link-blue); text-decoration: underline; }
.usr-refund-doc strong { color: var(--usr-ink); }
.usr-refund-doc h2 {
  counter-increment: usr-refund;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 44px 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--usr-red);
  color: var(--usr-navy);
  font-size: 19.5px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: var(--usr-ls-heading);
}
.usr-refund-doc h2::before {
  content: counter(usr-refund);
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: var(--usr-navy);
  color: var(--usr-white);
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}
.usr-refund-doc > h2:first-child { margin-top: 0; }
.usr-refund-doc h3 {
  margin: 40px 0 16px;
  color: var(--usr-navy);
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}
.usr-refund-doc .usr-callout { margin-bottom: 12px; font-size: var(--usr-fs-body); }

/* =========================================================================
   11. BREAKPOINTS
   ========================================================================= */
@media (max-width: 1080px) {
  .usr-hero-navy__inner--inset { padding-left: 0; }
  .usr-doc { grid-template-columns: minmax(0, 1fr); }
  .usr-doc__toc { display: none; }
  .usr-aff-tiers, .usr-aff-minitiers { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .usr-contact-grid, .usr-aff-steps, .usr-aff-why { grid-template-columns: 1fr; }
  .usr-coa-grid { grid-template-columns: 1fr; }
  .usr-feature-navy { grid-template-columns: 1fr; gap: 30px; padding: 36px 30px; }
  .usr-aff-hero__grid { grid-template-columns: 1fr; }
  .usr-aff-hero__copy { padding: 50px 0 10px; }
  .usr-aff-calc__inputs, .usr-aff-calc__result { grid-template-columns: 1fr; }
  .usr-aff-portal__row { grid-template-columns: 1fr; gap: 24px; }
  .usr-aff-portal__row--flip .usr-aff-portal__media { order: 0; }
  .usr-guarantee { grid-template-columns: 1fr; }
  .usr-ticket__row { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .usr-page-title { font-size: 30px; line-height: 35px; }
  .usr-hero-navy__title { font-size: 34px; line-height: 39px; }
  .usr-hero-stats { gap: 30px; }
  .usr-timeline { padding-left: 58px; }
  .usr-timeline__num { left: -58px; width: 38px; height: 38px; }
  .usr-aff-tiers, .usr-aff-minitiers, .usr-stat-trio { grid-template-columns: 1fr 1fr; }
}

/* =========================================================================
   12. POLISH PASS (appended — craft sweep: states, rhythm, a11y)
   Nothing above this marker was rewritten. Every rule here either only
   fires on interaction (hover/focus/active), only applies below 1440, or
   is a computed no-op at the 1440 design canvas.
   ========================================================================= */

/* Interactive-state smoothing — same hues, 150ms, color/border/shadow only. */
.usr-coa-doc,
.usr-contact-card__lead a,
.usr-aff-hero__ghost,
.usr-doc__toc a,
.usr-breadcrumb a {
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}
.usr-faq summary { transition: color 0.15s ease; }
.usr-faq summary:hover { color: var(--usr-navy); }

/* Keyboard parity for rows/cards that only had :hover. */
.usr-coa-doc:focus-visible { border-color: rgba(19, 38, 107, 0.3); color: var(--usr-navy); }

/* Range sliders — kill the UA's stray 2px side margins so the control tracks
   its grid column exactly (belt-and-braces with the gutter fix above). */
.usr-aff-calc input[type="range"] { margin-left: 0; margin-right: 0; }

/* Stat trio: three cells on a 2-col grid left an orphan at ≤560. */
@media (max-width: 560px) {
  .usr-stat-trio { grid-template-columns: 1fr; }
  .usr-stat-trio div { padding: 4px 0; }
}

/* Timeline number badges — the rail runs to `bottom: 60px`, but on short
   final cards the line could poke past the last badge; clip defensively. */
.usr-timeline__item:last-child { background: transparent; }

@media (prefers-reduced-motion: reduce) {
  .usr-coa-doc,
  .usr-faq summary,
  .usr-breadcrumb a,
  .usr-doc__toc a { transition: none; }
}
