.footer-ssl-badge img {
  height: auto;
  max-width: 100%; }

.productView-info .line-item-details.shipping-price-custom {
  display: block;
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ebebeb; }
  .productView-info .line-item-details.shipping-price-custom dt.productView-info-name,
  .productView-info .line-item-details.shipping-price-custom dd.productView-info-value {
    display: inline-block !important;
    float: none !important;
    width: auto !important;
    font-size: 16px !important;
    line-height: 1.4;
    vertical-align: middle; }
  .productView-info .line-item-details.shipping-price-custom dt.productView-info-name {
    font-weight: 700 !important;
    color: #a2a2a2 !important;
    text-transform: capitalize;
    margin-right: 8px;
    margin-bottom: 0; }
  .productView-info .line-item-details.shipping-price-custom dd.productView-info-value {
    font-weight: 700 !important;
    color: #9013fe !important;
    margin-bottom: 0; }

.ssu-policy {
  --purple: #9013fe;
  --purple-dk: #6d0ec4;
  --purple-050: #f7f1ff;
  --purple-100: #ece0ff;
  --ink: #2f2f2b;
  --text: #444;
  --muted: #6b6b6b;
  --line: #e5e5e5;
  --surface: #fff;
  --surface-2: #fafafa;
  --green: #0b6b38;
  --green-bg: #e9f6ef;
  --amber: #b34a00;
  --amber-bg: #fff4ea;
  --red: #b3261e;
  --red-bg: #fdecea;
  --r: 14px;
  --shadow: 0 1px 2px rgba(16, 12, 30, 0.04), 0 10px 30px -18px rgba(16, 12, 30, 0.35);
  max-width: 1100px;
  margin: 0 auto;
  color: var(--text);
  font-size: 16px;
  line-height: 1.65;
  -webkit-text-size-adjust: 100%; }

.ssu-policy *,
.ssu-policy *::before,
.ssu-policy *::after {
  box-sizing: border-box; }

.ssu-policy :where(h1, h2, h3, h4) {
  color: var(--ink);
  line-height: 1.25;
  margin: 0; }

.ssu-policy h1 {
  font-size: clamp(1.6rem, calc(1.1rem + 1.7vw), 2.3rem);
  letter-spacing: -0.02em; }

.ssu-policy h2 {
  font-size: clamp(1.15rem, calc(0.95rem + 0.7vw), 1.45rem);
  letter-spacing: -0.01em; }

.ssu-policy h3 {
  font-size: 1.0625rem; }

.ssu-policy p {
  margin: 0 0 0.9em; }

.ssu-policy ul {
  list-style: disc;
  margin: 0 0 1em;
  padding-left: 1.3em; }

.ssu-policy ol {
  list-style: decimal;
  margin: 0 0 1em;
  padding-left: 1.3em; }

.ssu-policy li + li {
  margin-top: 0.35em; }

.ssu-policy a {
  color: var(--purple-dk);
  text-underline-offset: 2px; }

.ssu-policy a:hover {
  color: var(--purple); }

.ssu-policy strong {
  color: var(--ink); }

.ssu-policy img {
  max-width: 100%;
  height: auto; }

.ssu-policy :focus-visible {
  outline: 2px solid var(--purple);
  outline-offset: 2px;
  border-radius: 6px; }

/* ---- hero ------------------------------------------------------------- */
.ssu-hero {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: linear-gradient(135deg, var(--purple-050) 0%, #fff 62%);
  box-shadow: var(--shadow); }

.ssu-hero__ic {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--purple);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  box-shadow: 0 8px 18px -8px rgba(144, 19, 254, 0.75); }

.ssu-hero__sub {
  margin: 0.55em 0 0;
  max-width: 62ch;
  color: var(--ink);
  font-size: 1.0125rem; }

.ssu-meta {
  margin: 0.8em 0 0;
  font-size: 0.8125rem;
  color: var(--muted); }

/* ---- layout + table of contents --------------------------------------- */
.ssu-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
  margin-top: 26px; }

.ssu-toc {
  align-self: start;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: var(--surface-2); }

.ssu-toc__t {
  margin: 0 0 0.6em;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--muted); }

.ssu-toc ol {
  counter-reset: toc;
  margin: 0;
  padding: 0;
  list-style: none; }

.ssu-policy .ssu-toc li {
  counter-increment: toc;
  margin: 0; }

.ssu-policy .ssu-toc a {
  position: relative;
  display: block;
  padding: 6px 8px 6px 30px;
  border-radius: 8px;
  font-size: 0.9rem;
  color: var(--text);
  text-decoration: none; }

.ssu-toc a::before {
  content: counter(toc);
  position: absolute;
  left: 8px;
  width: 16px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--muted); }

.ssu-toc a:hover {
  background: #fff;
  color: var(--purple-dk); }

/* ---- sections --------------------------------------------------------- */
.ssu-sec {
  margin: 0 0 32px;
  scroll-margin-top: 96px; }

.ssu-sec__h {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line); }

.ssu-sec__n {
  flex: 0 0 auto;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--purple-100);
  color: var(--purple-dk);
  display: grid;
  place-items: center;
  font-size: 0.8125rem;
  font-weight: 700; }

.ssu-h3 {
  margin: 1.5em 0 0.5em;
  color: var(--ink); }

.ssu-lead {
  font-size: 1.05rem;
  color: var(--ink); }

/* ---- callouts --------------------------------------------------------- */
.ssu-note {
  display: flex;
  gap: 12px;
  margin: 0 0 1em;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-left-width: 4px;
  border-radius: 12px;
  background: var(--surface-2); }

.ssu-note__ic {
  flex: 0 0 auto;
  line-height: 1.5; }

.ssu-note p:last-child {
  margin-bottom: 0; }

.ssu-note--info {
  border-color: var(--purple-100);
  border-left-color: var(--purple);
  background: var(--purple-050); }

.ssu-note--ok {
  border-color: #cfe9db;
  border-left-color: var(--green);
  background: var(--green-bg); }

.ssu-note--warn {
  border-color: #f6ddc6;
  border-left-color: var(--amber);
  background: var(--amber-bg); }

.ssu-note--stop {
  border-color: #f5cfcb;
  border-left-color: var(--red);
  background: var(--red-bg); }

/* ---- key facts grid --------------------------------------------------- */
.ssu-facts {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }

.ssu-policy .ssu-facts li {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface); }

.ssu-facts b {
  display: block;
  margin-bottom: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted); }

.ssu-facts span {
  color: var(--ink);
  font-weight: 600; }

/* ---- tables ----------------------------------------------------------- */
.ssu-tablewrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: var(--surface);
  margin: 0 0 1em; }

.ssu-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 0.9375rem; }

.ssu-table th,
.ssu-table td {
  padding: 12px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line); }

.ssu-table thead th {
  background: var(--surface-2);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink); }

.ssu-table tbody tr:last-child td {
  border-bottom: 0; }

.ssu-table caption {
  padding: 12px 16px 0;
  text-align: left;
  font-size: 0.8125rem;
  color: var(--muted); }

/* ---- numbered steps --------------------------------------------------- */
.ssu-steps {
  counter-reset: step;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  display: grid;
  gap: 14px; }

.ssu-policy .ssu-steps > li {
  counter-increment: step;
  position: relative;
  margin: 0;
  padding-left: 46px; }

.ssu-steps > li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--purple);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.875rem;
  font-weight: 700; }

.ssu-steps b {
  display: block;
  color: var(--ink); }

/* ---- pills + build-time placeholders --------------------------------- */
.ssu-pill {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap; }

.ssu-pill--ok {
  background: var(--green-bg);
  color: var(--green); }

.ssu-pill--warn {
  background: var(--amber-bg);
  color: var(--amber); }

.ssu-pill--stop {
  background: var(--red-bg);
  color: var(--red); }

.ssu-pill--info {
  background: var(--purple-100);
  color: var(--purple-dk); }

.ssu-todo {
  padding: 0 5px;
  border-radius: 4px;
  background: #fff8d6;
  border-bottom: 1px dashed #b8860b;
  color: #6a4b00;
  font-weight: 600; }

/* ---- FAQ accordion (native <details>, no JS) -------------------------- */
.ssu-qa {
  margin: 0 0 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  overflow: hidden; }

.ssu-qa summary {
  position: relative;
  cursor: pointer;
  padding: 14px 46px 14px 16px;
  font-weight: 600;
  color: var(--ink);
  list-style: none; }

.ssu-qa summary::-webkit-details-marker {
  display: none; }

.ssu-qa summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--purple);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1; }

.ssu-qa[open] > summary {
  border-bottom: 1px solid var(--line);
  background: var(--surface-2); }

.ssu-qa[open] > summary::after {
  content: "\2013"; }

.ssu-qa__a {
  padding: 14px 16px; }

.ssu-qa__a :last-child {
  margin-bottom: 0; }

/* ---- contact block + footer note -------------------------------------- */
.ssu-contact {
  margin: 30px 0 0;
  padding: 22px 24px;
  border-radius: var(--r);
  color: #fff;
  background: linear-gradient(135deg, var(--purple-dk), var(--purple)); }

.ssu-contact :where(h2, h3, p, li, strong) {
  color: #fff; }

.ssu-policy .ssu-contact a {
  color: #fff;
  text-decoration: underline; }

.ssu-contact ul {
  margin-bottom: 0; }

.ssu-foot {
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 0.8125rem;
  color: var(--muted); }

/* ---- responsive + print ---------------------------------------------- */
@media (min-width: 1000px) {
  .ssu-layout {
    grid-template-columns: 248px minmax(0, 1fr); }
  .ssu-toc {
    position: sticky;
    top: 16px;
    max-height: calc(100vh - 32px);
    overflow: auto; } }

@media print {
  .ssu-toc {
    display: none; }
  .ssu-layout {
    grid-template-columns: minmax(0, 1fr); }
  .ssu-hero,
  .ssu-note,
  .ssu-tablewrap,
  .ssu-qa {
    box-shadow: none; }
  .ssu-contact {
    background: #fff;
    border: 1px solid var(--line);
    color: var(--ink); }
  .ssu-contact :where(h2, h3, p, li, strong, a) {
    color: var(--ink); } }
